Skip to content

Instantly share code, notes, and snippets.

@s7nfo
Created February 16, 2024 20:04
Show Gist options
  • Save s7nfo/4cda90818a07d851fea79c8c17e8eab8 to your computer and use it in GitHub Desktop.
Save s7nfo/4cda90818a07d851fea79c8c17e8eab8 to your computer and use it in GitHub Desktop.
Import Seaborn strace
This file has been truncated, but you can view the full file.
[
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806667762.0,
"dur": 68.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root\", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668070.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11\", {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668177.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11/lib-dynload\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668276.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668364.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__init__.cpython-311-x86_64-linux-gnu.so\", 0x7ffde611b880, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668504.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__init__.abi3.so\", 0x7ffde611b880, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668592.0,
"dur": 36.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__init__.so\", 0x7ffde611b880, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668694.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__init__.py\", {st_mode=S_IFREG|0644, st_size=744, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806668838.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__init__.py\", {st_mode=S_IFREG|0644, st_size=744, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806668935.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__pycache__/__init__.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806669023.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=801, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806669102.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde611b520",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806669203.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806669274.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806669339.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=801, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806669416.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0\\215\\25\\305e\\350\\2\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\2\\0\\0\"..., 802",
"retval": "801"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806669489.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806669559.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806669701.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806669796.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806669891.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806669973.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn\", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806670049.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806670126.0,
"dur": 42.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26c2f70 /* 28 entries */, 32768",
"retval": "936"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806670248.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26c2f70 /* 0 entries */, 32768",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806670317.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806670408.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/rcmod.py\", {st_mode=S_IFREG|0644, st_size=15937, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806670540.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/rcmod.py\", {st_mode=S_IFREG|0644, st_size=15937, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806670630.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/seaborn/__pycache__/rcmod.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806670708.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=18539, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806670786.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde611aeb0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806670873.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806670944.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806671020.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=18539, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806671097.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0\\215\\25\\305eA>\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\5\\0\\0\"..., 18540",
"retval": "18539"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806671172.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806671242.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806671495.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root\", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806671617.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11\", {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806671717.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11/lib-dynload\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806671844.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806671936.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/matplotlib/__init__.cpython-311-x86_64-linux-gnu.so\", 0x7ffde611aba0, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806672026.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/matplotlib/__init__.abi3.so\", 0x7ffde611aba0, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806672110.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/matplotlib/__init__.so\", 0x7ffde611aba0, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806672193.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/matplotlib/__init__.py\", {st_mode=S_IFREG|0644, st_size=53346, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806672326.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/matplotlib/__init__.py\", {st_mode=S_IFREG|0644, st_size=53346, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806672417.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/matplotlib/__pycache__/__init__.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806672498.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=66278, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806672576.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde611a840",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806672663.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806672733.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806672799.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=66278, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806672883.0,
"dur": 41.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0005\\n\\305eb\\320\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\v\\0\\0\"..., 66279",
"retval": "66278"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806672974.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806673044.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806673506.0,
"dur": 34.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root\", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806673640.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11\", {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806673742.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11/pprint.py\", {st_mode=S_IFREG|0644, st_size=24489, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806673879.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11/pprint.py\", {st_mode=S_IFREG|0644, st_size=24489, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806673972.0,
"dur": 30.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11/__pycache__/pprint.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806674054.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=33470, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806674133.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde611a1d0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806674219.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806674290.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806674356.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=33470, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806674433.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0\\3438\\\"e\\251_\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\v\\0\\0\"..., 33471",
"retval": "33470"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806674512.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806674581.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675004.0,
"dur": 33.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root\", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675147.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11\", {st_mode=S_IFDIR|0755, st_size=12288, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675255.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/usr/lib/python3.11/lib-dynload\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675355.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675442.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__init__.cpython-311-x86_64-linux-gnu.so\", 0x7ffde611a530, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675531.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__init__.abi3.so\", 0x7ffde611a530, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675614.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__init__.so\", 0x7ffde611a530, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675697.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__init__.py\", {st_mode=S_IFREG|0644, st_size=17005, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806675921.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__init__.py\", {st_mode=S_IFREG|0644, st_size=17005, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806676024.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806676105.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=16848, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806676185.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde611a1d0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806676270.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806676341.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806676407.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=16848, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806676484.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305emB\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\t\\0\\0\"..., 16849",
"retval": "16848"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806676560.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806676630.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806676882.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806676987.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806677082.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806677166.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806677243.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806677327.0,
"dur": 48.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26dd0e0 /* 42 entries */, 32768",
"retval": "1352"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806677441.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26dd0e0 /* 0 entries */, 32768",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806677509.0,
"dur": 36.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806677613.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_globals.py\", {st_mode=S_IFREG|0644, st_size=3094, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806677746.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_globals.py\", {st_mode=S_IFREG|0644, st_size=3094, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806677837.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806677916.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=4149, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806677994.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6119b60",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806678079.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806678160.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806678225.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=4149, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806678303.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e\\26\\f\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\6\\0\\0\"..., 4150",
"retval": "4149"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806678376.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806678446.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806678601.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806678721.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__init__.cpython-311-x86_64-linux-gnu.so\", 0x7ffde6119850, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806678811.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__init__.abi3.so\", 0x7ffde6119850, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806678895.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__init__.so\", 0x7ffde6119850, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806678978.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__init__.py\", {st_mode=S_IFREG|0644, st_size=723, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806679108.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__init__.py\", {st_mode=S_IFREG|0644, st_size=723, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806679197.0,
"dur": 45.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__pycache__/__init__.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806679294.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=1133, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806679373.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde61194f0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806679457.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806679528.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806679593.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=1133, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806679671.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e\\323\\2\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\2\\0\\0\"..., 1134",
"retval": "1133"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806679743.0,
"dur": 31.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806679838.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806679978.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806680073.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806680168.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806680250.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils\", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806680327.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806680404.0,
"dur": 30.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26dd0e0 /* 7 entries */, 32768",
"retval": "216"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806680487.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26dd0e0 /* 0 entries */, 32768",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806680555.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806680639.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/_convertions.py\", {st_mode=S_IFREG|0644, st_size=329, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806680769.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/_convertions.py\", {st_mode=S_IFREG|0644, st_size=329, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806680859.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__pycache__/_convertions.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806680937.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=922, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806681015.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6118e80",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806681108.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806681179.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806681244.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=922, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806681322.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305eI\\1\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\2\\0\\0\"..., 923",
"retval": "922"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806681394.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806681464.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806681877.0,
"dur": 35.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806682004.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/exceptions.py\", {st_mode=S_IFREG|0644, st_size=7339, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806682140.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/exceptions.py\", {st_mode=S_IFREG|0644, st_size=7339, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806682233.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806682314.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=8592, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806682393.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6119b60",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806682478.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806682549.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806682615.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=8592, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806682692.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e\\253\\34\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\6\\0\\0\"..., 8593",
"retval": "8592"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806682766.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806682836.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806683118.0,
"dur": 34.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806683241.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/version.py\", {st_mode=S_IFREG|0644, st_size=216, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806683376.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/version.py\", {st_mode=S_IFREG|0644, st_size=216, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806683470.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806683550.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=447, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806683629.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde61196c0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806683715.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806683867.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806683939.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=447, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806684019.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e\\330\\0\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\3\\0\\0\"..., 448",
"retval": "447"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806684092.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806684163.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806684355.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806684465.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_distributor_init.py\", {st_mode=S_IFREG|0644, st_size=407, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806684596.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_distributor_init.py\", {st_mode=S_IFREG|0644, st_size=407, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806684687.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806684767.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=677, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806684845.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde61196c0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806684943.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806685014.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806685079.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=677, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806685157.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e\\227\\1\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\4\\0\\0\"..., 678",
"retval": "677"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806685229.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806685299.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806685432.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806685622.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806685724.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__config__.py\", {st_mode=S_IFREG|0644, st_size=4902, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806685852.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__config__.py\", {st_mode=S_IFREG|0644, st_size=4902, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806685942.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806686021.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=5777, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806686100.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6119b60",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806686185.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806686255.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806686320.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=5777, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806686397.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e&\\23\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\16\\0\\0\"..., 5778",
"retval": "5777"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806686470.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806686540.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806686742.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806686840.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__init__.cpython-311-x86_64-linux-gnu.so\", 0x7ffde61193b0, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806686928.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__init__.abi3.so\", 0x7ffde61193b0, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806687012.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__init__.so\", 0x7ffde61193b0, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806687095.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__init__.py\", {st_mode=S_IFREG|0644, st_size=5780, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806687224.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__init__.py\", {st_mode=S_IFREG|0644, st_size=5780, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806687314.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__pycache__/__init__.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806687392.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=5888, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806687471.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6119050",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806687555.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806687625.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806687691.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=5888, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806687768.0,
"dur": 33.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0003\\n\\305e\\224\\26\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\7\\0\\0\"..., 5889",
"retval": "5888"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806687865.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806687936.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806688173.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806688290.0,
"dur": 40.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806688404.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806688487.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core\", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806688564.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806688642.0,
"dur": 59.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26dd0e0 /* 59 entries */, 32768",
"retval": "2360"
}
},
{
"name": "getdents64",
"ph": "X",
"ts": 1708113806688778.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0x26dd0e0 /* 0 entries */, 32768",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806688846.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806688943.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/multiarray.py\", {st_mode=S_IFREG|0644, st_size=56097, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806689075.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/multiarray.py\", {st_mode=S_IFREG|0644, st_size=56097, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806689165.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__pycache__/multiarray.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806689243.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=57423, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806689335.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6118540",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806689423.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806689494.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806689559.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=57423, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806689646.0,
"dur": 61.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0003\\n\\305e!\\333\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\6\\0\\0\"..., 57424",
"retval": "57423"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806689756.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806689827.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "brk",
"ph": "X",
"ts": 1708113806691215.0,
"dur": 36.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x2713000",
"retval": "0x2713000"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806691424.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806691542.0,
"dur": 26.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/overrides.py\", {st_mode=S_IFREG|0644, st_size=7093, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806691680.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/overrides.py\", {st_mode=S_IFREG|0644, st_size=7093, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806691789.0,
"dur": 31.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/__pycache__/overrides.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806691892.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=7949, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806691972.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde6117a30",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806692059.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806692130.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806692195.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=7949, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806692273.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0003\\n\\305e\\265\\33\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\4\\0\\0\"..., 7950",
"retval": "7949"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806692347.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806692423.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806692614.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806692723.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/_inspect.py\", {st_mode=S_IFREG|0644, st_size=7447, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806692855.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/_inspect.py\", {st_mode=S_IFREG|0644, st_size=7447, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806692955.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/_utils/__pycache__/_inspect.cpython-311.pyc\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806693034.0,
"dur": 34.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=10357, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "ioctl",
"ph": "X",
"ts": 1708113806693125.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, TCGETS, 0x7ffde61173c0",
"retval": "-1 ENOTTY (Inappropriate ioctl for device)"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806693212.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "lseek",
"ph": "X",
"ts": 1708113806693283.0,
"dur": 21.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, 0, SEEK_CUR",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806693349.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0644, st_size=10357, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806693425.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\247\\r\\r\\n\\0\\0\\0\\0002\\n\\305e\\27\\35\\0\\0\\343\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\10\\0\\0\"..., 10358",
"retval": "10357"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806693500.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", 1",
"retval": "0"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806693570.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806693814.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core\", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0",
"retval": "0"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806693914.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so\", {st_mode=S_IFREG|0755, st_size=7426817, ...}, 0",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806694025.0,
"dur": 28.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so\", O_RDONLY|O_CLOEXEC",
"retval": "3"
}
},
{
"name": "read",
"ph": "X",
"ts": 1708113806694105.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\\177ELF\\2\\1\\1\\0\\0\\0\\0\\0\\0\\0\\0\\0\\3\\0>\\0\\1\\0\\0\\0p\\332\\2\\0\\0\\0\\0\\0\"..., 832",
"retval": "832"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806694178.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3, \"\", {st_mode=S_IFREG|0755, st_size=7426817, ...}, AT_EMPTY_PATH",
"retval": "0"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694258.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "NULL, 7131904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0",
"retval": "0x7f65baa00000"
}
},
{
"name": "mprotect",
"ph": "X",
"ts": 1708113806694335.0,
"dur": 30.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65baa2b000, 6938624, PROT_NONE",
"retval": "0"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694410.0,
"dur": 34.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65baa2b000, 5103616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000",
"retval": "0x7f65baa2b000"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694491.0,
"dur": 33.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65baf09000, 1523712, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x509000",
"retval": "0x7f65baf09000"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694571.0,
"dur": 31.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65bb07e000, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x67d000",
"retval": "0x7f65bb07e000"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694660.0,
"dur": 29.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65bb0a3000, 130992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0",
"retval": "0x7f65bb0a3000"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694736.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65bb0c3000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x70b000",
"retval": "0x7f65bb0c3000"
}
},
{
"name": "mmap",
"ph": "X",
"ts": 1708113806694809.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "0x7f65bb0c9000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x711000",
"retval": "0x7f65bb0c9000"
}
},
{
"name": "close",
"ph": "X",
"ts": 1708113806694906.0,
"dur": 22.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "3",
"retval": "0"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806694981.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/glibc-hwcaps/x86-64-v4/libopenblas64_p-r0-0cf96a72.3.23.dev.so\", O_RDONLY|O_CLOEXEC",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806695062.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/glibc-hwcaps/x86-64-v4/\", 0x7ffde6116320, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806695138.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/glibc-hwcaps/x86-64-v3/libopenblas64_p-r0-0cf96a72.3.23.dev.so\", O_RDONLY|O_CLOEXEC",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806695213.0,
"dur": 23.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/glibc-hwcaps/x86-64-v3/\", 0x7ffde6116320, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806695288.0,
"dur": 25.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/glibc-hwcaps/x86-64-v2/libopenblas64_p-r0-0cf96a72.3.23.dev.so\", O_RDONLY|O_CLOEXEC",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "newfstatat",
"ph": "X",
"ts": 1708113806695363.0,
"dur": 24.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/glibc-hwcaps/x86-64-v2/\", 0x7ffde6116320, 0",
"retval": "-1 ENOENT (No such file or directory)"
}
},
{
"name": "openat",
"ph": "X",
"ts": 1708113806695446.0,
"dur": 27.0,
"pid": 157845,
"tid": 157845,
"args": {
"args": "AT_FDCWD, \"/root/env/lib/python3.11/site-packages/numpy/core/../../numpy.libs/libopenblas64_p-r0-0cf96a72.3.23.dev.so\", O_RDONLY|O_CLOEXEC",