[CRIU] I can't dump mysqld

Yohei Kamitsukasa uhoidx at gmail.com
Wed Jul 27 17:58:39 PDT 2016


On 7/27/16 20:06, Pavel Emelyanov wrote:
> On 07/27/2016 10:21 AM, uhoi wrote:
>> Hi, everyone.
>>
>> I tried to dump mysqld, but I could not do so well.
>> I executed the followed command.
>>
>> criu dump -t mysqld_pid -D ${CHECKPOINT} -v4 -o dump.log --file-locks
>>
>> This command was not finished.
>> I think that criu stopped or did an infinite loop.
>> I can't find any errors in dump.log.
>>
>> I tried to set up my.cnf In reference
>> to https://lists.openvz.org/pipermail/criu/2014-April/013425.html
>> and I turned off innodb_use_native_aio. However criu stopped...
> What's the kernel version you're using?
> Can you also strace criu once it "hangs" and show the result?
>
> -- Pavel
Thank you for your reply, Pavel.
I am using Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-31-generic x86_64) and 
CRIU version: 2.0.

I paste the result of strace below, I see strace stop while executing 
accept().

execve("/usr/sbin/criu", ["criu", "dump", "-t", "8367", "-D", "/home/uhoi/hotCache/checkpoint", "-v4", "-o", "dump.log", "--manage-cgroups", "--file-locks"], [/* 31 vars */]) = 0
brk(NULL)                               = 0x714000
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) = 0x7f6c59145000
access("/etc/ld.so.preload", R_OK)      = -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=40689, ...}) = 0
mmap(NULL, 40689, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6c5913b000
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\0\360`\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=138744, ...}) = 0
mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6c58d05000
mprotect(0x7f6c58d1d000, 2093056, PROT_NONE) = 0
mmap(0x7f6c58f1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f6c58f1c000
mmap(0x7f6c58f1e000, 13352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c58f1e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libprotobuf-c.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\240\f\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35000, ...}) = 0
mmap(NULL, 2130064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6c58afc000
mprotect(0x7f6c58b04000, 2093056, PROT_NONE) = 0
mmap(0x7f6c58d03000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f6c58d03000
close(3)                                = 0
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\240\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14608, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6c5913a000
mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6c588f8000
mprotect(0x7f6c588fb000, 2093056, PROT_NONE) = 0
mmap(0x7f6c58afa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6c58afa000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnl-3.so.200", 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\240r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=125664, ...}) = 0
mmap(NULL, 2221096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6c586d9000
mprotect(0x7f6c586f6000, 2093056, PROT_NONE) = 0
mmap(0x7f6c588f5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f6c588f5000
close(3)                                = 0
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\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1864888, ...}) = 0
mmap(NULL, 3967488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6c58310000
mprotect(0x7f6c584d0000, 2093056, PROT_NONE) = 0
mmap(0x7f6c586cf000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bf000) = 0x7f6c586cf000
mmap(0x7f6c586d5000, 14848, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6c586d5000
close(3)                                = 0
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\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1088952, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6c59139000
mmap(NULL, 3178744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6c58007000
mprotect(0x7f6c5810f000, 2093056, PROT_NONE) = 0
mmap(0x7f6c5830e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x107000) = 0x7f6c5830e000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6c59138000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6c59137000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6c59136000
arch_prctl(ARCH_SET_FS, 0x7f6c59137700) = 0
mprotect(0x7f6c586cf000, 16384, PROT_READ) = 0
mprotect(0x7f6c5830e000, 4096, PROT_READ) = 0
mprotect(0x7f6c58f1c000, 4096, PROT_READ) = 0
mprotect(0x7f6c588f5000, 8192, PROT_READ) = 0
mprotect(0x7f6c58afa000, 4096, PROT_READ) = 0
mprotect(0x7f6c58d03000, 4096, PROT_READ) = 0
mprotect(0x6e0000, 4096, PROT_READ)     = 0
mprotect(0x7f6c59147000, 4096, PROT_READ) = 0
munmap(0x7f6c5913b000, 40689)           = 0
set_tid_address(0x7f6c591379d0)         = 10845
set_robust_list(0x7f6c591379e0, 24)     = 0
rt_sigaction(SIGRTMIN, {0x7f6c58d0ab90, [], SA_RESTORER|SA_SIGINFO, 0x7f6c58d163d0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f6c58d0ac20, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f6c58d163d0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL)                               = 0x714000
brk(0x735000)                           = 0x735000
open("/proc/net/psched", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "000003e8 00000040 000f4240 3b9ac"..., 1024) = 36
close(3)                                = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=64*1024}) = 0
open("/home/uhoi/hotCache/checkpoint", O_RDONLY) = 3
dup3(3, 1022, O_CLOEXEC)                = 1022
close(3)                                = 0
chdir("/home/uhoi/hotCache/checkpoint") = 0
open("dump.log", O_WRONLY|O_CREAT|O_TRUNC|O_APPEND, 0600) = 3
dup3(3, 1023, O_CLOEXEC)                = 1023
close(3)                                = 0
socket(PF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG) = 3
write(1023, "(00.000170) Probing sock diag mo"..., 38) = 38
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\22\0\0\0\24\0\1\3h`\0\0\0\0\0\0\1\0", 18}], msg_controllen=0, msg_flags=0}, 0) = 18
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"&\0\0\0\2\0\0\0h`\0\0]*\0\0\352\377\377\377\22\0\0\0\24\0\1\3h`\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 40
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\22\0\0\0\24\0\1\3h`\0\0\0\0\0\0\21\0", 18}], msg_controllen=0, msg_flags=0}, 0) = 18
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"&\0\0\0\2\0\0\0h`\0\0]*\0\0\352\377\377\377\22\0\0\0\24\0\1\3h`\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 40
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\22\0\0\0\24\0\1\3h`\0\0\0\0\0\0\20\0", 18}], msg_controllen=0, msg_flags=0}, 0) = 18
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"&\0\0\0\2\0\0\0h`\0\0]*\0\0\352\377\377\377\22\0\0\0\24\0\1\3h`\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 40
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\0h`\0\0\0\0\0\0\2\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\\\0\0\0\2\0\0\0h`\0\0]*\0\0\376\377\377\377H\0\0\0\24\0\1\0h`\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 92
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\0h`\0\0\0\0\0\0\2\21\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\\\0\0\0\2\0\0\0h`\0\0]*\0\0\376\377\377\377H\0\0\0\24\0\1\0h`\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 92
close(3)                                = 0
write(1023, "(00.000663) Done probing\n", 25) = 25
open("/dev/null", O_RDWR)               = 3
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6c591379d0) = 10846
wait4(10846, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 10846
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=10846, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6c591379d0) = 10847
wait4(10847, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 10847
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=10847, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
close(3)                                = 0
write(1023, "(00.003299) ===================="..., 53) = 53
write(1023, "(00.003343) Dumping processes (p"..., 42) = 42
write(1023, "(00.003379) ===================="..., 53) = 53
write(1023, "(00.003420) Running pre-dump scr"..., 37) = 37
access("/var/lib/criu/", F_OK)          = -1 ENOENT (No such file or directory)
open("/proc", O_RDONLY|O_DIRECTORY|O_PATH) = 3
dup3(3, 1021, O_CLOEXEC)                = 1021
close(3)                                = 0
openat(1021, "self", O_RDONLY|O_PATH)   = 3
openat(3, "pagemap", O_RDONLY)          = 4
pread64(4, ":\17\f\0\0\0\200\201", 8, 274864884288) = 8
close(4)                                = 0
write(1023, "(00.003739) Pagemap is fully fun"..., 40) = 40
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_ANONYMOUS, 0, 0) = 0x7f6c59144000
stat("/proc/self/map_files/7f6c59144000-7f6c59145000", {st_mode=S_IFREG|0777, st_size=4096, ...}) = 0
munmap(0x7f6c59144000, 4096)            = 0
write(1023, "(00.003909) Found anon-shmem dev"..., 41) = 41
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x7f6c59144000
write(1023, "(00.003979) Reset 10845's dirty "..., 41) = 41
openat(1021, "10845", O_RDONLY|O_PATH)  = 4
openat(4, "clear_refs", O_RDWR)         = 5
write(5, "4\0", 2)                      = 2
write(1023, "(00.004156)  ... done\n", 22) = 22
close(5)                                = 0
open("/proc/self/pagemap", O_RDONLY)    = 5
lseek(5, 273639311904, SEEK_SET)        = 273639311904
read(5, "y,\f\0\0\0\200\201", 8)        = 8
close(5)                                = 0
munmap(0x7f6c59144000, 4096)            = 0
write(1023, "(00.004389) Dirty track supporte"..., 44) = 44
mmap(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6c59144000
openat(4, "pagemap", O_RDONLY)          = 5
pread64(5, "\274 \0\0\0\0\200\200", 8, 273639311904) = 8
close(5)                                = 0
munmap(0x7f6c59144000, 4096)            = 0
open("/proc/sys", O_RDONLY)             = 5
openat(5, "kernel/cap_last_cap", O_RDONLY) = 6
read(6, "37\n", 1024)                   = 3
close(6)                                = 0
close(5)                                = 0
open("/proc/locks", O_RDONLY)           = 5
flock(5, LOCK_SH)                       = 0
openat(3, "fdinfo/5", O_RDONLY)         = 6
read(6, "pos:\t0\nflags:\t0100000\nmnt_id:\t20"..., 4095) = 94
close(6)                                = 0
close(5)                                = 0
write(1023, "(00.004965) Found task size of 7"..., 44) = 44
access("/proc/sys/net/ipv6", F_OK)      = 0
openat(4, "loginuid", O_RDONLY)         = 5
read(5, "1000", 10)                     = 4
close(5)                                = 0
access("/sys/kernel/security/apparmor", F_OK) = 0
write(1023, "(00.005181) irmap: Searching irm"..., 53) = 53
openat(AT_FDCWD, "irmap-cache", O_RDONLY) = -1 ENOENT (No such file or directory)
write(1023, "(00.005265) No irmap-cache image"..., 33) = 33
write(1023, "(00.005302) irmap: Searching irm"..., 51) = 51
openat(1022, "parent", O_RDONLY)        = -1 ENOENT (No such file or directory)
write(1023, "(00.005370) irmap: No irmap cach"..., 34) = 34
write(1023, "(00.005414) cpu: fpu:1 fxsr:1 xs"..., 38) = 38
openat(3, "maps", O_RDONLY)             = 5
fcntl(5, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "00400000-004e0000 r-xp 00000000 "..., 1024) = 1024
read(5, "-2.23.so\n7f6c586cf000-7f6c586d30"..., 1024) = 1024
read(5, " /lib/x86_64-linux-gnu/libdl-2.2"..., 1024) = 1024
read(5, "312143                   /lib/x8"..., 1024) = 905
write(1023, "(00.005782) vdso: Parsing at 7ff"..., 55) = 55
write(1023, "(00.005820) vdso: PT_LOAD p_vadd"..., 37) = 37
write(1023, "(00.005855) vdso: DT_HASH: 120\n", 31) = 31
write(1023, "(00.005890) vdso: DT_STRTAB: 2b0"..., 33) = 33
write(1023, "(00.005925) vdso: DT_SYMTAB: 1a8"..., 33) = 33
write(1023, "(00.005960) vdso: DT_STRSZ: 5e\n", 31) = 31
write(1023, "(00.005994) vdso: DT_SYMENT: 18\n", 32) = 32
write(1023, "(00.006029) vdso: nbucket 3 ncha"..., 76) = 76
read(5, "", 1024)                       = 0
write(1023, "(00.006096) vdso: rt [vdso] 7ffe"..., 87) = 87
close(5)                                = 0
openat(4, "pagemap", O_RDONLY)          = 5
pread64(5, "\4\36\0\0\0\0\0\240", 8, 274864885416) = 8
close(5)                                = 0
openat(3, "cgroup", O_RDONLY)           = 5
fcntl(5, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "11:memory:/user.slice\n10:cpuset:"..., 1024) = 257
read(5, "", 1024)                       = 0
close(5)                                = 0
write(1023, "(00.006479) Perparing image inve"..., 50) = 50
readlinkat(4, "ns/pid", "pid:[4026531836]", 31) = 16
write(1023, "(00.006573) Add pid ns 1 pid 108"..., 35) = 35
readlinkat(4, "ns/net", "net:[4026531957]", 31) = 16
write(1023, "(00.006651) Add net ns 2 pid 108"..., 35) = 35
readlinkat(4, "ns/ipc", "ipc:[4026531839]", 31) = 16
write(1023, "(00.006727) Add ipc ns 3 pid 108"..., 35) = 35
readlinkat(4, "ns/uts", "uts:[4026531838]", 31) = 16
write(1023, "(00.006802) Add uts ns 4 pid 108"..., 35) = 35
readlinkat(4, "ns/mnt", "mnt:[4026531840]", 31) = 16
write(1023, "(00.006877) Add mnt ns 5 pid 108"..., 35) = 35
readlinkat(4, "ns/user", "user:[4026531837]", 31) = 17
write(1023, "(00.006953) Add user ns 6 pid 10"..., 36) = 36
readlinkat(4, "ns/cgroup", "cgroup:[4026531835]", 31) = 19
write(1023, "(00.007029) Add cgroup ns 7 pid "..., 38) = 38
write(1023, "(00.007064) cg: Dumping cgroups "..., 42) = 42
openat(4, "cgroup", O_RDONLY)           = 5
fcntl(5, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "11:memory:/user.slice\n10:cpuset:"..., 1024) = 257
read(5, "", 1024)                       = 0
close(5)                                = 0
write(1023, "(00.007306) cg:  `- New css ID 1"..., 33) = 33
write(1023, "(00.007344) cg:     `- [blkio] -"..., 52) = 52
write(1023, "(00.007380) cg:     `- [cpu,cpua"..., 58) = 58
write(1023, "(00.007415) cg:     `- [cpuset] "..., 43) = 43
write(1023, "(00.007450) cg:     `- [devices]"..., 54) = 54
write(1023, "(00.007485) cg:     `- [freezer]"..., 44) = 44
write(1023, "(00.007520) cg:     `- [hugetlb]"..., 44) = 44
write(1023, "(00.007556) cg:     `- [memory] "..., 53) = 53
write(1023, "(00.007591) cg:     `- [name=sys"..., 92) = 92
write(1023, "(00.007626) cg:     `- [net_cls,"..., 53) = 53
write(1023, "(00.007661) cg:     `- [perf_eve"..., 47) = 47
write(1023, "(00.007696) cg:     `- [pids] ->"..., 67) = 67
write(1023, "(00.007731) cg: Set 1 is criu on"..., 34) = 34
rt_sigaction(SIGALRM, {0x430e00, [ALRM], SA_RESTORER, 0x7f6c58d163d0}, NULL, 8) = 0
alarm(5)                                = 0
ptrace(PTRACE_SEIZE, 8367, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8367, NULL, NULL) = 0
wait4(8367, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8367
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8367, si_uid=113, si_status=SIG_0, si_utime=6, si_stime=15} ---
openat(1021, "8367", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x7f6c59126000
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8367, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8367, si_uid=113, si_value={int=119, ptr=0x7c00000077}}) = 0
write(1023, "(00.008298) Seized task 8367, st"..., 38) = 38
openat(5, "task", O_RDONLY)             = 4
fstat(4, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
fcntl(4, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
getdents(4, /* 30 entries */, 32768)    = 720
getdents(4, /* 0 entries */, 32768)     = 0
close(4)                                = 0
write(1023, "(00.008595) \tSeizing 8367's 8373"..., 40) = 40
ptrace(PTRACE_SEIZE, 8373, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8373, NULL, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8373, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
wait4(8373, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8373
openat(1021, "8373", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8373, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8373, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.009022) \tSeizing 8367's 8374"..., 40) = 40
ptrace(PTRACE_SEIZE, 8374, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8374, NULL, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8374, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
wait4(8374, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8374
openat(1021, "8374", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8374, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8374, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.009433) \tSeizing 8367's 8375"..., 40) = 40
ptrace(PTRACE_SEIZE, 8375, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8375, NULL, NULL) = 0
wait4(8375, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8375
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8375, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=1} ---
openat(1021, "8375", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8375, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8375, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.009867) \tSeizing 8367's 8376"..., 40) = 40
ptrace(PTRACE_SEIZE, 8376, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8376, NULL, NULL) = 0
wait4(8376, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8376
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8376, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8376", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8376, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8376, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.010301) \tSeizing 8367's 8377"..., 40) = 40
ptrace(PTRACE_SEIZE, 8377, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8377, NULL, NULL) = 0
wait4(8377, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8377
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8377, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8377", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8377, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8377, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.010745) \tSeizing 8367's 8378"..., 40) = 40
ptrace(PTRACE_SEIZE, 8378, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8378, NULL, NULL) = 0
wait4(8378, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8378
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8378, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8378", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8378, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8378, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.011186) \tSeizing 8367's 8379"..., 40) = 40
ptrace(PTRACE_SEIZE, 8379, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8379, NULL, NULL) = 0
wait4(8379, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8379
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8379, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8379", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8379, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8379, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.011623) \tSeizing 8367's 8380"..., 40) = 40
ptrace(PTRACE_SEIZE, 8380, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8380, NULL, NULL) = 0
wait4(8380, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8380
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8380, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=1} ---
openat(1021, "8380", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8380, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8380, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.012057) \tSeizing 8367's 8381"..., 40) = 40
ptrace(PTRACE_SEIZE, 8381, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8381, NULL, NULL) = 0
wait4(8381, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8381
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8381, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8381", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8381, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8381, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.012491) \tSeizing 8367's 8382"..., 40) = 40
ptrace(PTRACE_SEIZE, 8382, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8382, NULL, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8382, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
wait4(8382, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8382
openat(1021, "8382", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8382, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8382, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.012917) \tSeizing 8367's 8383"..., 40) = 40
ptrace(PTRACE_SEIZE, 8383, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8383, NULL, NULL) = 0
wait4(8383, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8383
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8383, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=2} ---
openat(1021, "8383", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 932
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8383, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8383, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.013363) \tSeizing 8367's 8384"..., 40) = 40
ptrace(PTRACE_SEIZE, 8384, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8384, NULL, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8384, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=1} ---
wait4(8384, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8384
openat(1021, "8384", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 931
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8384, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8384, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.013774) \tSeizing 8367's 8386"..., 40) = 40
ptrace(PTRACE_SEIZE, 8386, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8386, NULL, NULL) = 0
wait4(8386, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8386
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8386, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8386", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 931
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8386, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8386, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.014202) \tSeizing 8367's 8387"..., 40) = 40
ptrace(PTRACE_SEIZE, 8387, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8387, NULL, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8387, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
wait4(8387, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8387
openat(1021, "8387", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 931
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8387, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8387, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.014620) \tSeizing 8367's 8388"..., 40) = 40
ptrace(PTRACE_SEIZE, 8388, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8388, NULL, NULL) = 0
wait4(8388, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8388
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8388, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8388", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 931
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8388, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8388, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.015063) \tSeizing 8367's 8389"..., 40) = 40
ptrace(PTRACE_SEIZE, 8389, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8389, NULL, NULL) = 0
wait4(8389, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8389
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8389, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8389", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 931
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8389, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8389, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.015509) \tSeizing 8367's 8390"..., 40) = 40
ptrace(PTRACE_SEIZE, 8390, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8390, NULL, NULL) = 0
wait4(8390, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8390
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8390, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8390", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8390, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8390, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.015949) \tSeizing 8367's 8391"..., 40) = 40
ptrace(PTRACE_SEIZE, 8391, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8391, NULL, NULL) = 0
wait4(8391, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8391
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8391, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8391", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8391, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8391, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.016359) \tSeizing 8367's 8392"..., 40) = 40
ptrace(PTRACE_SEIZE, 8392, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8392, NULL, NULL) = 0
wait4(8392, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8392
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8392, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8392", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8392, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8392, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.016775) \tSeizing 8367's 8393"..., 40) = 40
ptrace(PTRACE_SEIZE, 8393, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8393, NULL, NULL) = 0
wait4(8393, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8393
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8393, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8393", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8393, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8393, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.017228) \tSeizing 8367's 8394"..., 40) = 40
ptrace(PTRACE_SEIZE, 8394, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8394, NULL, NULL) = 0
wait4(8394, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8394
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8394, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8394", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8394, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8394, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.017671) \tSeizing 8367's 8395"..., 40) = 40
ptrace(PTRACE_SEIZE, 8395, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8395, NULL, NULL) = 0
wait4(8395, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8395
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8395, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8395", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8395, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8395, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.018116) \tSeizing 8367's 8396"..., 40) = 40
ptrace(PTRACE_SEIZE, 8396, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8396, NULL, NULL) = 0
wait4(8396, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8396
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8396, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8396", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 931
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8396, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8396, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.018549) \tSeizing 8367's 8397"..., 40) = 40
ptrace(PTRACE_SEIZE, 8397, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8397, NULL, NULL) = 0
wait4(8397, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8397
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8397, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8397", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8397, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8397, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.018997) \tSeizing 8367's 8398"..., 40) = 40
ptrace(PTRACE_SEIZE, 8398, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8398, NULL, NULL) = 0
wait4(8398, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8398
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8398, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8398", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8398, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8398, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.019429) \tSeizing 8367's 8399"..., 40) = 40
ptrace(PTRACE_SEIZE, 8399, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8399, NULL, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8399, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
wait4(8399, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8399
openat(1021, "8399", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "status", O_RDONLY)           = 4
read(4, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(4, "", 4096)                       = 0
close(4)                                = 0
ptrace(PTRACE_GETSIGINFO, 8399, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8399, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
write(1023, "(00.020005) \tSeizing 8367's 8401"..., 40) = 40
ptrace(PTRACE_SEIZE, 8401, NULL, NULL)  = 0
ptrace(PTRACE_INTERRUPT, 8401, NULL, NULL) = 0
wait4(8401, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP} | PTRACE_EVENT_STOP << 16], __WALL, NULL) = 8401
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_STOPPED, si_pid=8401, si_uid=113, si_status=SIG_0, si_utime=0, si_stime=0} ---
openat(1021, "8401", O_RDONLY|O_PATH)   = 4
close(5)                                = 0
openat(4, "status", O_RDONLY)           = 5
read(5, "Name:\tmysqld\nState:\tt (tracing s"..., 4096) = 930
read(5, "", 4096)                       = 0
close(5)                                = 0
ptrace(PTRACE_GETSIGINFO, 8401, NULL, {si_signo=SIGTRAP, si_code=0xffff8005, si_pid=8401, si_uid=113, si_value={int=7423216, ptr=0x7144f0}}) = 0
openat(1021, "8367", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "task", O_RDONLY)             = 4
fstat(4, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
fcntl(4, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
getdents(4, /* 30 entries */, 32768)    = 720
getdents(4, /* 0 entries */, 32768)     = 0
close(4)                                = 0
write(1023, "(00.020754) Collected (3 attempt"..., 50) = 50
openat(5, "task", O_RDONLY)             = 4
fstat(4, {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
fcntl(4, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
getdents(4, /* 30 entries */, 32768)    = 720
openat(5, "task/8367/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8373/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8374/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8375/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8376/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8377/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8378/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8379/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8380/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8381/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8382/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8383/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8384/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8386/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8387/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8388/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8389/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8390/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8391/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8392/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8393/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8394/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8395/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8396/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8397/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8398/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8399/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
openat(5, "task/8401/children", O_RDONLY) = 6
read(6, "", 4096)                       = 0
close(6)                                = 0
getdents(4, /* 0 entries */, 32768)     = 0
close(4)                                = 0
write(1023, "(00.023618) Collected (4 attempt"..., 50) = 50
write(1023, "(00.023692) Collected 8367 in 1 "..., 38) = 38
alarm(0)                                = 5
kcmp(10845, 8367, KCMP_VM)              = 2
kcmp(10845, 8367, KCMP_FS)              = 2
kcmp(10845, 8367, KCMP_FILES)           = 1
kcmp(10845, 8367, KCMP_SIGHAND)         = 1
readlinkat(5, "ns/pid", "pid:[4026531836]", 31) = 16
readlinkat(5, "ns/net", "net:[4026531957]", 31) = 16
readlinkat(5, "ns/ipc", "ipc:[4026531839]", 31) = 16
readlinkat(5, "ns/uts", "uts:[4026531838]", 31) = 16
readlinkat(5, "ns/mnt", "mnt:[4026531840]", 31) = 16
readlinkat(5, "ns/user", "user:[4026531837]", 31) = 17
readlinkat(5, "ns/cgroup", "cgroup:[4026531835]", 31) = 19
write(1023, "(00.024150) Lock network\n", 25) = 25
openat(1021, "10845", O_RDONLY|O_PATH)  = 4
close(5)                                = 0
openat(4, "mountinfo", O_RDONLY)        = 5
fcntl(5, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(5, "19 24 0:18 / /sys rw,nosuid,node"..., 1024) = 1024
write(1023, "(00.024459) \ttype sysfs source s"..., 92) = 92
write(1023, "(00.024513) \ttype proc source pr"..., 90) = 90
write(1023, "(00.024563) \ttype devtmpfs sourc"..., 133) = 133
write(1023, "(00.024612) \ttype devpts source "..., 124) = 124
statfs("/dev/pts", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=255, f_frsize=4096, f_flags=4138}) = 0
stat("/dev/pts", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
write(1023, "(00.024740) \ttype tmpfs source t"..., 114) = 114
write(1023, "(00.024808) \ttype ext4 source /d"..., 145) = 145
write(1023, "(00.024872) \ttype securityfs sou"..., 117) = 117
write(1023, "(00.024919) \ttype tmpfs source t"..., 97) = 97
write(1023, "(00.024965) \ttype tmpfs source t"..., 107) = 107
write(1023, "(00.025010) \ttype tmpfs source t"..., 111) = 111
read(5, "systemd/systemd-cgroups-agent,na"..., 1024) = 1024
write(1023, "(00.025131) \ttype cgroup source "..., 179) = 179
write(1023, "(00.025179) \ttype pstore source "..., 104) = 104
write(1023, "(00.025224) \ttype cgroup source "..., 115) = 115
write(1023, "(00.025270) \ttype cgroup source "..., 119) = 119
write(1023, "(00.025316) \ttype cgroup source "..., 113) = 113
write(1023, "(00.025361) \ttype cgroup source "..., 119) = 119
write(1023, "(00.025407) \ttype cgroup source "..., 137) = 137
write(1023, "(00.025452) \ttype cgroup source "..., 127) = 127
write(1023, "(00.025500) \ttype cgroup source "..., 119) = 119
write(1023, "(00.025546) \ttype cgroup source "..., 125) = 125
read(5, "uset rw,nosuid,nodev,noexec,rela"..., 1024) = 1024
write(1023, "(00.025664) \ttype cgroup source "..., 117) = 117
write(1023, "(00.025711) \ttype cgroup source "..., 117) = 117
write(1023, "(00.025759) \ttype autofs source "..., 168) = 168
write(1023, "(00.025804) \ttype hugetlbfs sour"..., 110) = 110
write(1023, "(00.025848) \ttype debugfs source"..., 108) = 108
write(1023, "(00.025892) \ttype mqueue source "..., 101) = 101
write(1023, "(00.025937) \ttype rpc_pipefs sou"..., 109) = 109
write(1023, "(00.025985) \ttype fusectl source"..., 116) = 116
write(1023, "(00.026032) \ttype ext2 source /d"..., 137) = 137
write(1023, "(00.026078) \ttype tmpfs source t"..., 128) = 128
write(1023, "(00.026123) \ttype cgroup source "..., 125) = 125
read(5, "79 - cgroup cpuset rw,cpuset\n100"..., 1024) = 1024
write(1023, "(00.026236) \ttype cgroup source "..., 125) = 125
write(1023, "(00.026282) \ttype cgroup source "..., 138) = 138
write(1023, "(00.026327) \ttype cgroup source "..., 129) = 129
write(1023, "(00.026373) \ttype cgroup source "..., 141) = 141
write(1023, "(00.026421) \ttype cgroup source "..., 156) = 156
write(1023, "(00.026467) \ttype cgroup source "..., 129) = 129
write(1023, "(00.026512) \ttype cgroup source "..., 120) = 120
write(1023, "(00.026557) \ttype cgroup source "..., 129) = 129
write(1023, "(00.026602) \ttype cgroup source "..., 123) = 123
write(1023, "(00.026655) \ttype cgroup source "..., 199) = 199
read(5, "d,nodev,relatime shared:99 - fus"..., 1024) = 445
write(1023, "(00.026753) \ttype fuse source lx"..., 134) = 134
write(1023, "(00.026806) \ttype nfs4 source 19"..., 273) = 273
write(1023, "(00.026859) \ttype tmpfs source t"..., 143) = 143
read(5, "", 1024)                       = 0
close(5)                                = 0
write(1023, "(00.026956) mnt: Building mountp"..., 43) = 43
write(1023, "(00.026992) mnt: \tBuilding plain"..., 44) = 44
write(1023, "(00.027028) mnt: \t\tWorking on 12"..., 38) = 38
write(1023, "(00.027064) mnt: \t\tWorking on 12"..., 38) = 38
write(1023, "(00.027099) mnt: \t\tWorking on 11"..., 38) = 38
write(1023, "(00.027135) mnt: \t\tWorking on 11"..., 38) = 38
write(1023, "(00.027170) mnt: \t\tWorking on 11"..., 38) = 38
write(1023, "(00.027205) mnt: \t\tWorking on 11"..., 38) = 38
write(1023, "(00.027241) mnt: \t\tWorking on 11"..., 38) = 38
write(1023, "(00.027276) mnt: \t\tWorking on 10"..., 38) = 38
write(1023, "(00.027311) mnt: \t\tWorking on 10"..., 38) = 38
write(1023, "(00.027346) mnt: \t\tWorking on 10"..., 38) = 38
write(1023, "(00.027389) mnt: \t\tWorking on 10"..., 38) = 38
write(1023, "(00.027425) mnt: \t\tWorking on 10"..., 38) = 38
write(1023, "(00.027460) mnt: \t\tWorking on 98"..., 37) = 37
write(1023, "(00.027495) mnt: \t\tWorking on 96"..., 37) = 37
write(1023, "(00.027531) mnt: \t\tWorking on 94"..., 37) = 37
write(1023, "(00.027566) mnt: \t\tWorking on 47"..., 37) = 37
write(1023, "(00.027602) mnt: \t\tWorking on 46"..., 37) = 37
write(1023, "(00.027638) mnt: \t\tWorking on 45"..., 37) = 37
write(1023, "(00.027674) mnt: \t\tWorking on 44"..., 37) = 37
write(1023, "(00.027709) mnt: \t\tWorking on 43"..., 37) = 37
write(1023, "(00.027745) mnt: \t\tWorking on 42"..., 37) = 37
write(1023, "(00.027781) mnt: \t\tWorking on 41"..., 37) = 37
write(1023, "(00.027818) mnt: \t\tWorking on 40"..., 37) = 37
write(1023, "(00.027854) mnt: \t\tWorking on 39"..., 37) = 37
write(1023, "(00.027890) mnt: \t\tWorking on 38"..., 37) = 37
write(1023, "(00.027926) mnt: \t\tWorking on 37"..., 37) = 37
write(1023, "(00.027961) mnt: \t\tWorking on 36"..., 37) = 37
write(1023, "(00.027996) mnt: \t\tWorking on 35"..., 37) = 37
write(1023, "(00.028032) mnt: \t\tWorking on 34"..., 37) = 37
write(1023, "(00.028067) mnt: \t\tWorking on 33"..., 37) = 37
write(1023, "(00.028103) mnt: \t\tWorking on 32"..., 37) = 37
write(1023, "(00.028138) mnt: \t\tWorking on 31"..., 37) = 37
write(1023, "(00.028174) mnt: \t\tWorking on 30"..., 37) = 37
write(1023, "(00.028209) mnt: \t\tWorking on 29"..., 37) = 37
write(1023, "(00.028245) mnt: \t\tWorking on 28"..., 37) = 37
write(1023, "(00.028280) mnt: \t\tWorking on 27"..., 37) = 37
write(1023, "(00.028316) mnt: \t\tWorking on 26"..., 37) = 37
write(1023, "(00.028352) mnt: \t\tWorking on 25"..., 37) = 37
write(1023, "(00.028387) mnt: \t\tWorking on 24"..., 36) = 36
write(1023, "(00.028423) mnt: \t\tWorking on 23"..., 37) = 37
write(1023, "(00.028458) mnt: \t\tWorking on 22"..., 37) = 37
write(1023, "(00.028493) mnt: \t\tWorking on 21"..., 37) = 37
write(1023, "(00.028529) mnt: \t\tWorking on 20"..., 37) = 37
write(1023, "(00.028565) mnt: \t\tWorking on 19"..., 37) = 37
write(1023, "(00.028600) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.028635) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.028671) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.028706) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.028741) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.028777) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.028833) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.028869) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.028904) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.028939) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.028974) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.029009) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.029044) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.029079) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.029114) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.029150) mnt: \tResorting sibl"..., 44) = 44
write(1023, "(00.029185) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029220) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029255) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029290) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029325) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029360) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029396) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029431) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029466) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029501) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029536) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029571) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029606) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029642) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029677) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029712) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029747) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029789) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029825) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029867) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029902) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029938) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.029973) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.030008) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.030043) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.030077) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.030112) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.030147) mnt: \tResorting sibl"..., 43) = 43
write(1023, "(00.030182) mnt: Done:\n", 23) = 23
write(1023, "(00.030217) mnt: [./](24->0)\n", 29) = 29
write(1023, "(00.030253) mnt:  [./boot](47->2"..., 35) = 35
write(1023, "(00.030289) mnt:  <--\n", 22) = 22
write(1023, "(00.030324) mnt:  [./sys](19->24"..., 34) = 34
write(1023, "(00.030359) mnt:   [./sys/kernel"..., 48) = 48
write(1023, "(00.030395) mnt:   <--\n", 23) = 23
write(1023, "(00.030430) mnt:   [./sys/kernel"..., 51) = 51
write(1023, "(00.030465) mnt:   <--\n", 23) = 23
write(1023, "(00.030500) mnt:   [./sys/fs/cgr"..., 45) = 45
write(1023, "(00.030536) mnt:    [./sys/fs/cg"..., 53) = 53
write(1023, "(00.030571) mnt:    <--\n", 24) = 24
write(1023, "(00.030606) mnt:    [./sys/fs/cg"..., 54) = 54
write(1023, "(00.030641) mnt:    <--\n", 24) = 24
write(1023, "(00.030676) mnt:    [./sys/fs/cg"..., 52) = 52
write(1023, "(00.030712) mnt:    <--\n", 24) = 24
write(1023, "(00.030746) mnt:    [./sys/fs/cg"..., 54) = 54
write(1023, "(00.030782) mnt:    <--\n", 24) = 24
write(1023, "(00.030817) mnt:    [./sys/fs/cg"..., 51) = 51
write(1023, "(00.030852) mnt:    <--\n", 24) = 24
write(1023, "(00.030887) mnt:    [./sys/fs/cg"..., 54) = 54
write(1023, "(00.030922) mnt:    <--\n", 24) = 24
write(1023, "(00.030957) mnt:    [./sys/fs/cg"..., 63) = 63
write(1023, "(00.030993) mnt:    <--\n", 24) = 24
write(1023, "(00.031027) mnt:    [./sys/fs/cg"..., 58) = 58
write(1023, "(00.031063) mnt:    <--\n", 24) = 24
write(1023, "(00.031098) mnt:    [./sys/fs/cg"..., 54) = 54
write(1023, "(00.031133) mnt:    <--\n", 24) = 24
write(1023, "(00.031168) mnt:    [./sys/fs/cg"..., 57) = 57
write(1023, "(00.031203) mnt:    <--\n", 24) = 24
write(1023, "(00.031238) mnt:    [./sys/fs/cg"..., 53) = 53
write(1023, "(00.031273) mnt:    <--\n", 24) = 24
write(1023, "(00.031308) mnt:   <--\n", 23) = 23
write(1023, "(00.031342) mnt:   [./sys/fs/pst"..., 45) = 45
write(1023, "(00.031378) mnt:   <--\n", 23) = 23
write(1023, "(00.031413) mnt:   [./sys/fs/fus"..., 55) = 55
write(1023, "(00.031449) mnt:   <--\n", 23) = 23
write(1023, "(00.031483) mnt:  <--\n", 22) = 22
write(1023, "(00.031518) mnt:  [./proc](20->2"..., 35) = 35
write(1023, "(00.031554) mnt:   [./proc/sys/f"..., 55) = 55
write(1023, "(00.031590) mnt:   <--\n", 23) = 23
write(1023, "(00.031625) mnt:  <--\n", 22) = 22
write(1023, "(00.031660) mnt:  [./dev](21->24"..., 34) = 34
write(1023, "(00.031695) mnt:   [./dev/mqueue"..., 42) = 42
write(1023, "(00.031731) mnt:   <--\n", 23) = 23
write(1023, "(00.031766) mnt:   [./dev/pts](2"..., 39) = 39
write(1023, "(00.031801) mnt:   <--\n", 23) = 23
write(1023, "(00.031836) mnt:   [./dev/shm](2"..., 39) = 39
write(1023, "(00.031872) mnt:   <--\n", 23) = 23
write(1023, "(00.031906) mnt:   [./dev/hugepa"..., 45) = 45
write(1023, "(00.031942) mnt:   <--\n", 23) = 23
write(1023, "(00.031977) mnt:  <--\n", 22) = 22
write(1023, "(00.032012) mnt:  [./run](23->24"..., 34) = 34
write(1023, "(00.032047) mnt:   [./run/rpc_pi"..., 46) = 46
write(1023, "(00.032083) mnt:   <--\n", 23) = 23
write(1023, "(00.032118) mnt:   [./run/lock]("..., 40) = 40
write(1023, "(00.032153) mnt:   <--\n", 23) = 23
write(1023, "(00.032188) mnt:   [./run/user/1"..., 46) = 46
write(1023, "(00.032223) mnt:   <--\n", 23) = 23
write(1023, "(00.032258) mnt:   [./run/lxcfs/"..., 53) = 53
write(1023, "(00.032294) mnt:    [./run/lxcfs"..., 68) = 68
write(1023, "(00.032330) mnt:    <--\n", 24) = 24
write(1023, "(00.032371) mnt:    [./run/lxcfs"..., 61) = 61
write(1023, "(00.032409) mnt:    <--\n", 24) = 24
write(1023, "(00.032444) mnt:    [./run/lxcfs"..., 61) = 61
write(1023, "(00.032480) mnt:    <--\n", 24) = 24
write(1023, "(00.032515) mnt:    [./run/lxcfs"..., 66) = 66
write(1023, "(00.032551) mnt:    <--\n", 24) = 24
write(1023, "(00.032585) mnt:    [./run/lxcfs"..., 63) = 63
write(1023, "(00.032621) mnt:    <--\n", 24) = 24
write(1023, "(00.032656) mnt:    [./run/lxcfs"..., 67) = 67
write(1023, "(00.032692) mnt:    <--\n", 24) = 24
write(1023, "(00.032726) mnt:    [./run/lxcfs"..., 72) = 72
write(1023, "(00.032762) mnt:    <--\n", 24) = 24
write(1023, "(00.032817) mnt:    [./run/lxcfs"..., 63) = 63
write(1023, "(00.032855) mnt:    <--\n", 24) = 24
write(1023, "(00.032890) mnt:    [./run/lxcfs"..., 60) = 60
write(1023, "(00.032926) mnt:    <--\n", 24) = 24
write(1023, "(00.032961) mnt:    [./run/lxcfs"..., 63) = 63
write(1023, "(00.032997) mnt:    <--\n", 24) = 24
write(1023, "(00.033032) mnt:    [./run/lxcfs"..., 61) = 61
write(1023, "(00.033068) mnt:    <--\n", 24) = 24
write(1023, "(00.033103) mnt:   <--\n", 23) = 23
write(1023, "(00.033138) mnt:  <--\n", 22) = 22
write(1023, "(00.033174) mnt:  [./mnt/nfs](12"..., 39) = 39
write(1023, "(00.033209) mnt:  <--\n", 22) = 22
write(1023, "(00.033245) mnt:  [./var/lib/lxc"..., 45) = 45
write(1023, "(00.033280) mnt:  <--\n", 22) = 22
write(1023, "(00.033315) mnt: <--\n", 21) = 21
write(1023, "(00.033352) Collecting netns 2/1"..., 37) = 37
socket(PF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG) = 5
socket(PF_LOCAL, SOCK_SEQPACKET, 0)     = 6
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\1\0\0\0\377\377\377\377\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"d\0\0\0\24\0\2\0h`\0\0]*\0\0\1\2\7\0006W\0\0\1\0\0\0\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 3764
open("/", O_RDONLY|O_DIRECTORY)         = 7
dup3(7, 1017, O_CLOEXEC)                = 1017
close(7)                                = 0
newfstatat(1017, "./run/user/1000/systemd/notify", {st_mode=S_IFSOCK|0775, st_size=0, ...}, 0) = 0
write(1023, "(00.033841) sk unix: \tCollected:"..., 121) = 121
newfstatat(1017, "./run/user/1000/systemd/private", {st_mode=S_IFSOCK|0775, st_size=0, ...}, 0) = 0
write(1023, "(00.033924) sk unix: \tCollected:"..., 122) = 122
newfstatat(1017, "./run/udev/control", {st_mode=S_IFSOCK|0600, st_size=0, ...}, 0) = 0
write(1023, "(00.034001) sk unix: \tCollected:"..., 109) = 109
newfstatat(1017, "./run/systemd/notify", {st_mode=S_IFSOCK|0777, st_size=0, ...}, 0) = 0
write(1023, "(00.034079) sk unix: \tCollected:"..., 111) = 111
write(1023, "(00.034124) sk unix: \tCollected:"..., 113) = 113
newfstatat(1017, "./run/acpid.socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034200) sk unix: \tCollected:"..., 109) = 109
newfstatat(1017, "./var/run/dbus/system_bus_socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034279) sk unix: \tCollected:"..., 123) = 123
newfstatat(1017, "./run/systemd/private", {st_mode=S_IFSOCK|0777, st_size=0, ...}, 0) = 0
write(1023, "(00.034356) sk unix: \tCollected:"..., 112) = 112
newfstatat(1017, "./run/uuidd/request", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034433) sk unix: \tCollected:"..., 110) = 110
newfstatat(1017, "./run/rpcbind.sock", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034508) sk unix: \tCollected:"..., 109) = 109
newfstatat(1017, "./run/snapd.socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034584) sk unix: \tCollected:"..., 109) = 109
newfstatat(1017, "./run/lvm/lvmetad.socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}, 0) = 0
write(1023, "(00.034661) sk unix: \tCollected:"..., 115) = 115
newfstatat(1017, "./run/lvm/lvmpolld.socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}, 0) = 0
write(1023, "(00.034737) sk unix: \tCollected:"..., 116) = 116
newfstatat(1017, "./run/systemd/journal/dev-log", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034822) sk unix: \tCollected:"..., 120) = 120
newfstatat(1017, "./run/systemd/fsck.progress", {st_mode=S_IFSOCK|0600, st_size=0, ...}, 0) = 0
write(1023, "(00.034898) sk unix: \tCollected:"..., 118) = 118
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.034975) sk unix: \tCollected:"..., 119) = 119
newfstatat(1017, "./run/systemd/journal/socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.035051) sk unix: \tCollected:"..., 119) = 119
newfstatat(1017, "./run/systemd/journal/syslog", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.035127) sk unix: \tCollected:"..., 119) = 119
write(1023, "(00.035166) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035204) sk unix: \tCollected:"..., 106) = 106
write(1023, "(00.035241) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.035278) sk unix: \tCollected:"..., 106) = 106
write(1023, "(00.035315) sk unix: \tCollected:"..., 107) = 107
write(1023, "(00.035353) sk unix: \tCollected:"..., 106) = 106
write(1023, "(00.035390) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035427) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035464) sk unix: \tCollected:"..., 106) = 106
write(1023, "(00.035501) sk unix: \tCollected:"..., 104) = 104
write(1023, "(00.035538) sk unix: \tCollected:"..., 108) = 108
write(1023, "(00.035575) sk unix: \tCollected:"..., 110) = 110
write(1023, "(00.035612) sk unix: \tCollected:"..., 104) = 104
write(1023, "(00.035649) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035686) sk unix: \tCollected:"..., 104) = 104
write(1023, "(00.035723) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035760) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035797) sk unix: \tCollected:"..., 107) = 107
write(1023, "(00.035835) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035872) sk unix: \tCollected:"..., 107) = 107
write(1023, "(00.035909) sk unix: \tCollected:"..., 104) = 104
write(1023, "(00.035946) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.035983) sk unix: \tCollected:"..., 106) = 106
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\\\0\0\0\24\0\2\0h`\0\0]*\0\0\1\1\n\0\263\326\0\0\221\0\0\0\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 8700
write(1023, "(00.036075) sk unix: \tCollected:"..., 108) = 108
write(1023, "(00.036115) sk unix: \tCollected:"..., 104) = 104
write(1023, "(00.036152) sk unix: \tCollected:"..., 106) = 106
write(1023, "(00.036190) sk unix: \tCollected:"..., 105) = 105
write(1023, "(00.036227) sk unix: \tCollected:"..., 117) = 117
write(1023, "(00.036265) sk unix: \tCollected:"..., 107) = 107
newfstatat(1017, "./var/run/mysqld/mysqld.sock", {st_mode=S_IFSOCK|0777, st_size=0, ...}, 0) = 0
write(1023, "(00.036342) sk unix: \tCollected:"..., 119) = 119
newfstatat(1017, "./var/lib/lxd/unix.socket", {st_mode=S_IFSOCK|0660, st_size=0, ...}, 0) = 0
write(1023, "(00.036422) sk unix: \tCollected:"..., 116) = 116
write(1023, "(00.036461) sk unix: \tCollected:"..., 92) = 92
write(1023, "(00.036498) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036535) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036572) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036608) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036645) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036681) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036717) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036753) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036801) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036841) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036878) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036914) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.036950) sk unix: \tCollected:"..., 98) = 98
write(1023, "(00.036986) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037023) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037065) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037102) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037139) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037176) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./var/run/dbus/system_bus_socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.037252) sk unix: \tCollected:"..., 128) = 128
write(1023, "(00.037293) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037331) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037368) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037406) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037443) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037479) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037515) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037551) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037587) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037623) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037666) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037702) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037738) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037774) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037810) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037846) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.037882) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.037957) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.037995) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.038069) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.038107) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038143) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038179) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038218) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.038293) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.038331) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038367) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038403) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038439) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.038513) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.038551) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038587) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038623) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.038696) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.038734) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038770) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038807) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./var/run/dbus/system_bus_socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.038881) sk unix: \tCollected:"..., 128) = 128
write(1023, "(00.038918) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038954) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.038990) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039026) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039062) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039099) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039135) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039174) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039210) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039247) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039283) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./var/run/dbus/system_bus_socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.039370) sk unix: \tCollected:"..., 128) = 128
write(1023, "(00.039407) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039444) sk unix: \tCollected:"..., 98) = 98
write(1023, "(00.039480) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039517) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039553) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039589) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039626) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039662) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.039698) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.039772) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.039810) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.039884) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.039922) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.039996) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.040033) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040069) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040106) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.040182) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.040220) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040256) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040293) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040329) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.040403) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.040441) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040477) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040513) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040549) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040586) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040622) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./run/systemd/journal/stdout", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.040695) sk unix: \tCollected:"..., 124) = 124
write(1023, "(00.040733) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040770) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040820) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040857) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040893) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040929) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.040965) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041007) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041043) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041079) sk unix: \tCollected:"..., 103) = 103
newfstatat(1017, "./var/run/dbus/system_bus_socket", {st_mode=S_IFSOCK|0666, st_size=0, ...}, 0) = 0
write(1023, "(00.041158) sk unix: \tCollected:"..., 128) = 128
write(1023, "(00.041196) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041231) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041267) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041304) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041340) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041376) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041412) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041448) sk unix: \tCollected:"..., 103) = 103
write(1023, "(00.041484) sk unix: \tCollected:"..., 103) = 103
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\2\6\0\0\2\4\0\0\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"`\0\0\0\24\0\2\0h`\0\0]*\0\0\2\n\0\0\f\352\0\0\177\0\0\1\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 576
write(1023, "(00.042027) \tCollected: ino 0x  "..., 103) = 103
write(1023, "(00.042070) \tCollected: ino 0x  "..., 101) = 101
write(1023, "(00.042107) \tCollected: ino 0x  "..., 101) = 101
write(1023, "(00.042144) \tCollected: ino 0x  "..., 101) = 101
write(1023, "(00.042181) \tCollected: ino 0x  "..., 108) = 108
write(1023, "(00.042218) \tCollected: ino 0x  "..., 108) = 108
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\2\21\0\0\377\377\377\377\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"`\0\0\0\24\0\2\0h`\0\0]*\0\0\2\7\0\0\0D\0\0\0\0\0\0\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 96
write(1023, "(00.042411) \tCollected: ino 0x  "..., 101) = 101
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\2\210\0\0\377\377\377\377\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\n\6\0\0\2\4\0\0\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"h\0\0\0\24\0\2\0h`\0\0]*\0\0\n\n\0\0\0\26\0\0\0\0\0\0\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 312
write(1023, "(00.043028) \tCollected: ino 0x  "..., 96) = 96
write(1023, "(00.043069) \tCollected: ino 0x  "..., 96) = 96
write(1023, "(00.043107) \tCollected: ino 0x  "..., 96) = 96
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\n\21\0\0\377\377\377\377\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\n\210\0\0\377\377\377\377\0\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\21\0\0\0\377\377\377\377\17\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\2\0h`\0\0]*\0\0\21\3\3\0\311&\0\0W\0\0\0\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 72
write(1023, "(00.043478) Collect packet sock "..., 39) = 39
write(1023, "(00.043524) \tGot 0 mreqs\n", 25) = 25
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
sendmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\1\3h`\0\0\0\0\0\0\20\377\0\0\377\377\377\377\2\0\0\0\37\0\0\0"..., 72}], msg_controllen=0, msg_flags=0}, 0) = 72
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{",\0\0\0\24\0\2\0h`\0\0]*\0\0\20\2\0\7\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384}], msg_controllen=0, msg_flags=0}, 0) = 1736
write(1023, "(00.043701) Collect netlink sock"..., 37) = 37
write(1023, "(00.043739) Collect netlink sock"..., 40) = 40
write(1023, "(00.043775) Collect netlink sock"..., 40) = 40
write(1023, "(00.043810) Collect netlink sock"..., 40) = 40
write(1023, "(00.043845) Collect netlink sock"..., 40) = 40
write(1023, "(00.043881) Collect netlink sock"..., 40) = 40
write(1023, "(00.043916) Collect netlink sock"..., 40) = 40
write(1023, "(00.043951) Collect netlink sock"..., 40) = 40
write(1023, "(00.043987) Collect netlink sock"..., 40) = 40
write(1023, "(00.044022) Collect netlink sock"..., 40) = 40
write(1023, "(00.044057) Collect netlink sock"..., 40) = 40
write(1023, "(00.044092) Collect netlink sock"..., 40) = 40
write(1023, "(00.044128) Collect netlink sock"..., 40) = 40
write(1023, "(00.044163) Collect netlink sock"..., 38) = 38
write(1023, "(00.044201) Collect netlink sock"..., 40) = 40
write(1023, "(00.044238) Collect netlink sock"..., 40) = 40
write(1023, "(00.044273) Collect netlink sock"..., 40) = 40
write(1023, "(00.044309) Collect netlink sock"..., 40) = 40
write(1023, "(00.044344) Collect netlink sock"..., 40) = 40
write(1023, "(00.044379) Collect netlink sock"..., 37) = 37
write(1023, "(00.044414) Collect netlink sock"..., 40) = 40
write(1023, "(00.044449) Collect netlink sock"..., 40) = 40
write(1023, "(00.044484) Collect netlink sock"..., 40) = 40
write(1023, "(00.044520) Collect netlink sock"..., 40) = 40
write(1023, "(00.044555) Collect netlink sock"..., 40) = 40
write(1023, "(00.044591) Collect netlink sock"..., 40) = 40
write(1023, "(00.044626) Collect netlink sock"..., 40) = 40
write(1023, "(00.044661) Collect netlink sock"..., 40) = 40
write(1023, "(00.044697) Collect netlink sock"..., 40) = 40
write(1023, "(00.044732) Collect netlink sock"..., 40) = 40
write(1023, "(00.044768) Collect netlink sock"..., 38) = 38
write(1023, "(00.044822) Collect netlink sock"..., 40) = 40
write(1023, "(00.044865) Collect netlink sock"..., 38) = 38
write(1023, "(00.044905) Collect netlink sock"..., 40) = 40
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0h`\0\0]*\0\0\0\0\0\0", 16384}], msg_controllen=0, msg_flags=0}, 0) = 20
close(5)                                = 0
write(1023, "(00.045034) ===================="..., 53) = 53
write(1023, "(00.045074) Dumping task (pid: 8"..., 37) = 37
write(1023, "(00.045112) ===================="..., 53) = 53
write(1023, "(00.045151) Obtaining task stat "..., 37) = 37
openat(1021, "8367", O_RDONLY|O_PATH)   = 5
close(4)                                = 0
openat(5, "stat", O_RDONLY)             = 4
read(4, "8367 (mysqld) t 1 8367 8367 0 -1"..., 4096) = 323
close(4)                                = 0
write(1023, "(00.045391) \n", 13)       = 13
write(1023, "(00.045432) Collecting mappings "..., 44) = 44
write(1023, "(00.045471) --------------------"..., 53) = 53
openat(5, "smaps", O_RDONLY)            = 4
openat(5, "map_files", O_RDONLY)        = 7
fstat(7, {st_mode=S_IFDIR|0500, st_size=0, ...}) = 0
fcntl(7, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
brk(0x756000)                           = 0x756000
read(4, "00400000-01a10000 r-xp 00000000 "..., 4096) = 4035
openat(7, "400000-1a10000", O_RDONLY|O_PATH) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=24733096, ...}) = 0
openat(3, "fdinfo/8", O_RDONLY)         = 9
read(9, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(9, "", 4096)                       = 0
close(9)                                = 0
write(1023, "(00.046182) vma 1c0f000 borrows "..., 57) = 57
write(1023, "(00.046233) vma 1ced000 borrows "..., 58) = 58
openat(7, "1d96000-1e31000", O_RDONLY)  = -1 ENOENT (No such file or directory)
read(4, "7f1cb4000000-7f1cb4021000 rw-p 0"..., 4096) = 3874
read(4, "7f1cc4021000-7f1cc8000000 ---p 0"..., 4096) = 3984
openat(7, "7f1cc8e83000-7f1cc933f000", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0777, st_size=4964352, ...}) = 0
openat(3, "fdinfo/9", O_RDONLY)         = 10
read(10, "pos:\t0\nflags:\t0100000\nmnt_id:\t4\n", 4096) = 32
read(10, "", 4096)                      = 0
close(10)                               = 0
openat(7, "7f1cc933f000-7f1cc97fb000", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0777, st_size=4964352, ...}) = 0
openat(3, "fdinfo/10", O_RDONLY)        = 11
read(11, "pos:\t0\nflags:\t0100000\nmnt_id:\t4\n", 4096) = 32
read(11, "", 4096)                      = 0
close(11)                               = 0
openat(7, "7f1cc97fb000-7f1cc97fc000", O_RDONLY) = -1 ENOENT (No such file or directory)
read(4, "7f1cca7fd000-7f1cca7fe000 ---p 0"..., 4096) = 3874
read(4, "7f1ccc024000-7f1cd0000000 ---p 0"..., 4096) = 3868
read(4, "7f1cdc33d000-7f1cdc7f9000 rwxs 0"..., 4096) = 3929
openat(7, "7f1cdc33d000-7f1cdc7f9000", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0777, st_size=4964352, ...}) = 0
openat(3, "fdinfo/11", O_RDONLY)        = 12
read(12, "pos:\t0\nflags:\t0100000\nmnt_id:\t4\n", 4096) = 32
read(12, "", 4096)                      = 0
close(12)                               = 0
openat(7, "7f1cdc7f9000-7f1cdc7fa000", O_RDONLY) = -1 ENOENT (No such file or directory)
read(4, "7f1cddffc000-7f1cddffd000 ---p 0"..., 4096) = 3868
read(4, "7f1cdf800000-7f1ce0000000 rw-p 0"..., 4096) = 3929
openat(7, "7f1ce412a000-7f1ce45e6000", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0777, st_size=4964352, ...}) = 0
openat(3, "fdinfo/12", O_RDONLY)        = 13
read(13, "pos:\t0\nflags:\t0100000\nmnt_id:\t4\n", 4096) = 32
read(13, "", 4096)                      = 0
close(13)                               = 0
openat(7, "7f1ce45e6000-7f1ce45e7000", O_RDONLY) = -1 ENOENT (No such file or directory)
read(4, "7f1ce500e000-7f1ce580e000 rw-p 0"..., 4096) = 3874
read(4, "7f1ce7011000-7f1ce7012000 ---p 0"..., 4096) = 3868
read(4, "7f1ce8815000-7f1ce9015000 rw-p 0"..., 4096) = 3874
read(4, "7f1ceacca000-7f1ceaccb000 ---p 0"..., 4096) = 4021
openat(7, "7f1cf5369000-7f1cf536c000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cf5369000-7f1cf536c000", {st_mode=0600, st_size=12288, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cf536c000-7f1cf5371000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cf536c000-7f1cf5371000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cf5371000-7f1cf5376000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cf5371000-7f1cf5376000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
read(4, "7f1cf5376000-7f1cf537b000 rw-s 0"..., 4096) = 3499
openat(7, "7f1cf5376000-7f1cf537b000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cf5376000-7f1cf537b000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cf537b000-7f1cf781a000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cf801b000-7f1cf8026000", O_RDONLY|O_PATH) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=47600, ...}) = 0
openat(3, "fdinfo/13", O_RDONLY)        = 14
read(14, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(14, "", 4096)                      = 0
close(14)                               = 0
write(1023, "(00.049653) vma 7f1cf8026000 bor"..., 68) = 68
read(4, "7f1cf8225000-7f1cf8226000 r--p 0"..., 4096) = 3647
write(1023, "(00.049798) vma 7f1cf8225000 bor"..., 68) = 68
write(1023, "(00.049846) vma 7f1cf8226000 bor"..., 68) = 68
openat(7, "7f1cf8227000-7f1cf822d000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cf822d000-7f1cf8238000", O_RDONLY|O_PATH) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=47648, ...}) = 0
openat(3, "fdinfo/14", O_RDONLY)        = 15
read(15, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(15, "", 4096)                      = 0
close(15)                               = 0
write(1023, "(00.050166) vma 7f1cf8238000 bor"..., 68) = 68
write(1023, "(00.050214) vma 7f1cf8437000 bor"..., 68) = 68
read(4, "7f1cf8438000-7f1cf8439000 rw-p 0"..., 4096) = 3658
write(1023, "(00.050382) vma 7f1cf8438000 bor"..., 68) = 68
openat(7, "7f1cf8439000-7f1cf8441000", O_RDONLY|O_PATH) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=35688, ...}) = 0
openat(3, "fdinfo/15", O_RDONLY)        = 16
read(16, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(16, "", 4096)                      = 0
close(16)                               = 0
write(1023, "(00.050657) vma 7f1cf8441000 bor"..., 68) = 68
write(1023, "(00.050708) vma 7f1cf8640000 bor"..., 68) = 68
write(1023, "(00.050755) vma 7f1cf8641000 bor"..., 68) = 68
openat(7, "7f1cf8642000-7f1cfd33a000", O_RDONLY) = -1 ENOENT (No such file or directory)
read(4, "7f1cfd33a000-7f1cfd350000 r-xp 0"..., 4096) = 3621
openat(7, "7f1cfd33a000-7f1cfd350000", O_RDONLY|O_PATH) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=93128, ...}) = 0
openat(3, "fdinfo/16", O_RDONLY)        = 17
read(17, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(17, "", 4096)                      = 0
close(17)                               = 0
write(1023, "(00.051179) vma 7f1cfd350000 bor"..., 68) = 68
write(1023, "(00.051228) vma 7f1cfd54f000 bor"..., 68) = 68
write(1023, "(00.051274) vma 7f1cfd550000 bor"..., 68) = 68
openat(7, "7f1cfd551000-7f1cfd553000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cfd553000-7f1cfd713000", O_RDONLY|O_PATH) = 17
fstat(17, {st_mode=S_IFREG|0755, st_size=1864888, ...}) = 0
openat(3, "fdinfo/17", O_RDONLY)        = 18
read(18, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(18, "", 4096)                      = 0
close(18)                               = 0
read(4, "7f1cfd713000-7f1cfd912000 ---p 0"..., 4096) = 3609
write(1023, "(00.051678) vma 7f1cfd713000 bor"..., 68) = 68
write(1023, "(00.051726) vma 7f1cfd912000 bor"..., 68) = 68
write(1023, "(00.051772) vma 7f1cfd916000 bor"..., 68) = 68
openat(7, "7f1cfd918000-7f1cfd91c000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cfd91c000-7f1cfd932000", O_RDONLY|O_PATH) = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=89696, ...}) = 0
openat(3, "fdinfo/18", O_RDONLY)        = 19
read(19, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(19, "", 4096)                      = 0
close(19)                               = 0
write(1023, "(00.052091) vma 7f1cfd932000 bor"..., 68) = 68
read(4, "7f1cfdb31000-7f1cfdb32000 rw-p 0"..., 4096) = 3684
write(1023, "(00.052239) vma 7f1cfdb31000 bor"..., 68) = 68
openat(7, "7f1cfdb32000-7f1cfdc3a000", O_RDONLY|O_PATH) = 19
fstat(19, {st_mode=S_IFREG|0644, st_size=1088952, ...}) = 0
openat(3, "fdinfo/19", O_RDONLY)        = 20
read(20, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(20, "", 4096)                      = 0
close(20)                               = 0
write(1023, "(00.052513) vma 7f1cfdc3a000 bor"..., 68) = 68
write(1023, "(00.052565) vma 7f1cfde39000 bor"..., 68) = 68
write(1023, "(00.052612) vma 7f1cfde3a000 bor"..., 68) = 68
openat(7, "7f1cfde3b000-7f1cfdfad000", O_RDONLY|O_PATH) = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=1566440, ...}) = 0
openat(3, "fdinfo/20", O_RDONLY)        = 21
read(21, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(21, "", 4096)                      = 0
close(21)                               = 0
read(4, "7f1cfdfad000-7f1cfe1ad000 ---p 0"..., 4096) = 3652
write(1023, "(00.052981) vma 7f1cfdfad000 bor"..., 68) = 68
write(1023, "(00.053031) vma 7f1cfe1ad000 bor"..., 68) = 68
write(1023, "(00.053084) vma 7f1cfe1b7000 bor"..., 68) = 68
openat(7, "7f1cfe1b9000-7f1cfe1bd000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cfe1bd000-7f1cfe1d5000", O_RDONLY|O_PATH) = 21
fstat(21, {st_mode=S_IFREG|0755, st_size=138744, ...}) = 0
openat(3, "fdinfo/21", O_RDONLY)        = 22
read(22, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(22, "", 4096)                      = 0
close(22)                               = 0
write(1023, "(00.053407) vma 7f1cfe1d5000 bor"..., 68) = 68
read(4, "7f1cfe3d4000-7f1cfe3d5000 r--p 0"..., 4096) = 3628
write(1023, "(00.053539) vma 7f1cfe3d4000 bor"..., 68) = 68
write(1023, "(00.053587) vma 7f1cfe3d5000 bor"..., 68) = 68
openat(7, "7f1cfe3d6000-7f1cfe3da000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cfe3da000-7f1cfe3e1000", O_RDONLY|O_PATH) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=31712, ...}) = 0
openat(3, "fdinfo/22", O_RDONLY)        = 23
read(23, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(23, "", 4096)                      = 0
close(23)                               = 0
write(1023, "(00.053907) vma 7f1cfe3e1000 bor"..., 68) = 68
write(1023, "(00.053954) vma 7f1cfe5e0000 bor"..., 68) = 68
read(4, "7f1cfe5e1000-7f1cfe5e2000 rw-p 0"..., 4096) = 3678
write(1023, "(00.054087) vma 7f1cfe5e1000 bor"..., 68) = 68
openat(7, "7f1cfe5e2000-7f1cfe5fb000", O_RDONLY|O_PATH) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=104824, ...}) = 0
openat(3, "fdinfo/23", O_RDONLY)        = 24
read(24, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(24, "", 4096)                      = 0
close(24)                               = 0
write(1023, "(00.054356) vma 7f1cfe5fb000 bor"..., 68) = 68
write(1023, "(00.054408) vma 7f1cfe7fa000 bor"..., 68) = 68
write(1023, "(00.054454) vma 7f1cfe7fb000 bor"..., 68) = 68
openat(7, "7f1cfe7fc000-7f1cfe7ff000", O_RDONLY|O_PATH) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=14608, ...}) = 0
openat(3, "fdinfo/24", O_RDONLY)        = 25
read(25, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(25, "", 4096)                      = 0
close(25)                               = 0
read(4, "7f1cfe7ff000-7f1cfe9fe000 ---p 0"..., 4096) = 3678
write(1023, "(00.054809) vma 7f1cfe7ff000 bor"..., 68) = 68
write(1023, "(00.054857) vma 7f1cfe9fe000 bor"..., 68) = 68
write(1023, "(00.054903) vma 7f1cfe9ff000 bor"..., 68) = 68
openat(7, "7f1cfea00000-7f1cfea09000", O_RDONLY|O_PATH) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=39224, ...}) = 0
openat(3, "fdinfo/25", O_RDONLY)        = 26
read(26, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(26, "", 4096)                      = 0
close(26)                               = 0
write(1023, "(00.055176) vma 7f1cfea09000 bor"..., 68) = 68
write(1023, "(00.055224) vma 7f1cfec08000 bor"..., 68) = 68
read(4, "7f1cfec09000-7f1cfec0a000 rw-p 0"..., 4096) = 3636
write(1023, "(00.055353) vma 7f1cfec09000 bor"..., 68) = 68
openat(7, "7f1cfec0a000-7f1cfec38000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cfec38000-7f1cfec40000", O_RDONLY|O_PATH) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=36632, ...}) = 0
openat(3, "fdinfo/26", O_RDONLY)        = 27
read(27, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(27, "", 4096)                      = 0
close(27)                               = 0
write(1023, "(00.055673) vma 7f1cfec40000 bor"..., 68) = 68
write(1023, "(00.055720) vma 7f1cfee3f000 bor"..., 68) = 68
write(1023, "(00.055766) vma 7f1cfee40000 bor"..., 68) = 68
read(4, "7f1cfee41000-7f1cfee42000 rw-p 0"..., 4096) = 3626
openat(7, "7f1cfee41000-7f1cfee42000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cfee42000-7f1cfee43000", O_RDONLY|O_PATH) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=5512, ...}) = 0
openat(3, "fdinfo/27", O_RDONLY)        = 28
read(28, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(28, "", 4096)                      = 0
close(28)                               = 0
write(1023, "(00.056172) vma 7f1cfee43000 bor"..., 68) = 68
write(1023, "(00.056230) vma 7f1cff042000 bor"..., 68) = 68
write(1023, "(00.056277) vma 7f1cff043000 bor"..., 68) = 68
openat(7, "7f1cff044000-7f1cff06a000", O_RDONLY|O_PATH) = 28
fstat(28, {st_mode=S_IFREG|0755, st_size=162632, ...}) = 0
openat(3, "fdinfo/28", O_RDONLY)        = 29
read(29, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(29, "", 4096)                      = 0
close(29)                               = 0
read(4, "7f1cff06b000-7f1cff070000 rw-s 0"..., 4096) = 3618
openat(7, "7f1cff06b000-7f1cff070000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff06b000-7f1cff070000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff070000-7f1cff075000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff070000-7f1cff075000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff075000-7f1cff07a000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff075000-7f1cff07a000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff07a000-7f1cff07f000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff07a000-7f1cff07f000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff07f000-7f1cff084000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff07f000-7f1cff084000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff084000-7f1cff089000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff084000-7f1cff089000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
read(4, "7f1cff089000-7f1cff25d000 rw-p 0"..., 4096) = 3547
openat(7, "7f1cff089000-7f1cff25d000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cff25f000-7f1cff264000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff25f000-7f1cff264000", {st_mode=0600, st_size=20480, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff264000-7f1cff267000", O_RDONLY) = -1 ENXIO (No such device or address)
newfstatat(7, "7f1cff264000-7f1cff267000", {st_mode=0600, st_size=12288, ...}, 0) = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
openat(7, "7f1cff267000-7f1cff269000", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(7, "7f1cff269000-7f1cff26a000", O_RDONLY|O_PATH) = 29
fstat(29, {st_mode=S_IFREG|0755, st_size=162632, ...}) = 0
openat(3, "fdinfo/29", O_RDONLY)        = 30
read(30, "pos:\t0\nflags:\t010000000\nmnt_id:\t"..., 4096) = 35
read(30, "", 4096)                      = 0
close(30)                               = 0
write(1023, "(00.058043) vma 7f1cff26a000 bor"..., 68) = 68
read(4, "7f1cff26b000-7f1cff26c000 rw-p 0"..., 4096) = 2894
openat(7, "7f1cff26b000-7f1cff26c000", O_RDONLY) = -1 ENOENT (No such file or directory)
read(4, "", 4096)                       = 0
close(4)                                = 0
close(7)                                = 0
write(1023, "(00.058322) Collected, longest a"..., 57) = 57
write(1023, "(00.058363) 0x400000-0x1a10000 ("..., 90) = 90
write(1023, "(00.058404) 0x1c0f000-0x1ced000 "..., 97) = 97
write(1023, "(00.058444) 0x1ced000-0x1d96000 "..., 97) = 97
write(1023, "(00.058484) 0x1d96000-0x1e31000 "..., 91) = 91
write(1023, "(00.058523) 0x29f5000-0x3632000 "..., 98) = 98
write(1023, "(00.058563) 0x7f1cac000000-0x7f1"..., 103) = 103
write(1023, "(00.058602) 0x7f1cac021000-0x7f1"..., 103) = 103
write(1023, "(00.058642) 0x7f1cb4000000-0x7f1"..., 103) = 103
write(1023, "(00.058681) 0x7f1cb4021000-0x7f1"..., 103) = 103
write(1023, "(00.058728) 0x7f1cb8000000-0x7f1"..., 103) = 103
write(1023, "(00.058768) 0x7f1cb8021000-0x7f1"..., 103) = 103
write(1023, "(00.058814) 0x7f1cbc000000-0x7f1"..., 103) = 103
write(1023, "(00.058854) 0x7f1cbc021000-0x7f1"..., 103) = 103
write(1023, "(00.058894) 0x7f1cc4000000-0x7f1"..., 103) = 103
write(1023, "(00.058933) 0x7f1cc4021000-0x7f1"..., 103) = 103
write(1023, "(00.058973) 0x7f1cc8e83000-0x7f1"..., 107) = 107
write(1023, "(00.059013) 0x7f1cc933f000-0x7f1"..., 107) = 107
write(1023, "(00.059053) 0x7f1cc97fb000-0x7f1"..., 97) = 97
write(1023, "(00.059092) 0x7f1cc97fc000-0x7f1"..., 102) = 102
write(1023, "(00.059132) 0x7f1cc9ffc000-0x7f1"..., 97) = 97
write(1023, "(00.059172) 0x7f1cc9ffd000-0x7f1"..., 102) = 102
write(1023, "(00.059211) 0x7f1cca7fd000-0x7f1"..., 97) = 97
write(1023, "(00.059251) 0x7f1cca7fe000-0x7f1"..., 102) = 102
write(1023, "(00.059290) 0x7f1ccaffe000-0x7f1"..., 97) = 97
write(1023, "(00.059330) 0x7f1ccafff000-0x7f1"..., 102) = 102
write(1023, "(00.059370) 0x7f1ccb7ff000-0x7f1"..., 97) = 97
write(1023, "(00.059409) 0x7f1ccb800000-0x7f1"..., 102) = 102
write(1023, "(00.059449) 0x7f1ccc000000-0x7f1"..., 103) = 103
write(1023, "(00.059488) 0x7f1ccc024000-0x7f1"..., 103) = 103
write(1023, "(00.059528) 0x7f1cd0000000-0x7f1"..., 103) = 103
write(1023, "(00.059567) 0x7f1cd0024000-0x7f1"..., 103) = 103
write(1023, "(00.059607) 0x7f1cd4000000-0x7f1"..., 103) = 103
write(1023, "(00.059647) 0x7f1cd4024000-0x7f1"..., 103) = 103
write(1023, "(00.059686) 0x7f1cd8000000-0x7f1"..., 103) = 103
write(1023, "(00.059726) 0x7f1cd8025000-0x7f1"..., 103) = 103
write(1023, "(00.059765) 0x7f1cdc33d000-0x7f1"..., 107) = 107
write(1023, "(00.059805) 0x7f1cdc7f9000-0x7f1"..., 97) = 97
write(1023, "(00.059845) 0x7f1cdc7fa000-0x7f1"..., 102) = 102
write(1023, "(00.059884) 0x7f1cdcffa000-0x7f1"..., 97) = 97
write(1023, "(00.059924) 0x7f1cdcffb000-0x7f1"..., 102) = 102
write(1023, "(00.059964) 0x7f1cdd7fb000-0x7f1"..., 97) = 97
write(1023, "(00.060003) 0x7f1cdd7fc000-0x7f1"..., 102) = 102
write(1023, "(00.060043) 0x7f1cddffc000-0x7f1"..., 97) = 97
write(1023, "(00.060082) 0x7f1cddffd000-0x7f1"..., 102) = 102
write(1023, "(00.060122) 0x7f1cde7fd000-0x7f1"..., 97) = 97
write(1023, "(00.060162) 0x7f1cde7fe000-0x7f1"..., 102) = 102
write(1023, "(00.060201) 0x7f1cdeffe000-0x7f1"..., 97) = 97
write(1023, "(00.060241) 0x7f1cdefff000-0x7f1"..., 102) = 102
write(1023, "(00.060280) 0x7f1cdf7ff000-0x7f1"..., 97) = 97
write(1023, "(00.060320) 0x7f1cdf800000-0x7f1"..., 102) = 102
write(1023, "(00.060366) 0x7f1ce0000000-0x7f1"..., 103) = 103
write(1023, "(00.060407) 0x7f1ce0021000-0x7f1"..., 103) = 103
write(1023, "(00.060448) 0x7f1ce412a000-0x7f1"..., 107) = 107
write(1023, "(00.060489) 0x7f1ce45e6000-0x7f1"..., 97) = 97
write(1023, "(00.060529) 0x7f1ce45e7000-0x7f1"..., 103) = 103
write(1023, "(00.060568) 0x7f1ce500d000-0x7f1"..., 97) = 97
write(1023, "(00.060608) 0x7f1ce500e000-0x7f1"..., 102) = 102
write(1023, "(00.060648) 0x7f1ce580e000-0x7f1"..., 97) = 97
write(1023, "(00.060688) 0x7f1ce580f000-0x7f1"..., 102) = 102
write(1023, "(00.060727) 0x7f1ce600f000-0x7f1"..., 97) = 97
write(1023, "(00.060767) 0x7f1ce6010000-0x7f1"..., 102) = 102
write(1023, "(00.060818) 0x7f1ce6810000-0x7f1"..., 97) = 97
write(1023, "(00.060860) 0x7f1ce6811000-0x7f1"..., 102) = 102
write(1023, "(00.060899) 0x7f1ce7011000-0x7f1"..., 97) = 97
write(1023, "(00.060939) 0x7f1ce7012000-0x7f1"..., 102) = 102
write(1023, "(00.060978) 0x7f1ce7812000-0x7f1"..., 97) = 97
write(1023, "(00.061018) 0x7f1ce7813000-0x7f1"..., 102) = 102
write(1023, "(00.061057) 0x7f1ce8013000-0x7f1"..., 97) = 97
write(1023, "(00.061097) 0x7f1ce8014000-0x7f1"..., 102) = 102
write(1023, "(00.061136) 0x7f1ce8814000-0x7f1"..., 97) = 97
write(1023, "(00.061176) 0x7f1ce8815000-0x7f1"..., 102) = 102
write(1023, "(00.061215) 0x7f1ce9015000-0x7f1"..., 97) = 97
write(1023, "(00.061255) 0x7f1ce9016000-0x7f1"..., 102) = 102
write(1023, "(00.061294) 0x7f1ce9816000-0x7f1"..., 97) = 97
write(1023, "(00.061334) 0x7f1ce9817000-0x7f1"..., 102) = 102
write(1023, "(00.061374) 0x7f1cea017000-0x7f1"..., 97) = 97
write(1023, "(00.061413) 0x7f1cea018000-0x7f1"..., 102) = 102
write(1023, "(00.061452) 0x7f1ceacca000-0x7f1"..., 97) = 97
write(1023, "(00.061498) 0x7f1ceaccb000-0x7f1"..., 101) = 101
write(1023, "(00.061538) 0x7f1ceacfb000-0x7f1"..., 97) = 97
write(1023, "(00.061578) 0x7f1ceacfc000-0x7f1"..., 104) = 104
write(1023, "(00.061617) 0x7f1cf5369000-0x7f1"..., 93) = 93
write(1023, "(00.061657) 0x7f1cf536c000-0x7f1"..., 93) = 93
write(1023, "(00.061696) 0x7f1cf5371000-0x7f1"..., 93) = 93
write(1023, "(00.061736) 0x7f1cf5376000-0x7f1"..., 93) = 93
write(1023, "(00.061775) 0x7f1cf537b000-0x7f1"..., 103) = 103
write(1023, "(00.061815) 0x7f1cf781a000-0x7f1"..., 97) = 97
write(1023, "(00.061854) 0x7f1cf781b000-0x7f1"..., 102) = 102
write(1023, "(00.061894) 0x7f1cf801b000-0x7f1"..., 98) = 98
write(1023, "(00.061934) 0x7f1cf8026000-0x7f1"..., 103) = 103
write(1023, "(00.061973) 0x7f1cf8225000-0x7f1"..., 102) = 102
write(1023, "(00.062019) 0x7f1cf8226000-0x7f1"..., 102) = 102
write(1023, "(00.062059) 0x7f1cf8227000-0x7f1"..., 100) = 100
write(1023, "(00.062098) 0x7f1cf822d000-0x7f1"..., 98) = 98
write(1023, "(00.062138) 0x7f1cf8238000-0x7f1"..., 103) = 103
write(1023, "(00.062177) 0x7f1cf8437000-0x7f1"..., 102) = 102
write(1023, "(00.062217) 0x7f1cf8438000-0x7f1"..., 102) = 102
write(1023, "(00.062256) 0x7f1cf8439000-0x7f1"..., 98) = 98
write(1023, "(00.062296) 0x7f1cf8441000-0x7f1"..., 103) = 103
write(1023, "(00.062336) 0x7f1cf8640000-0x7f1"..., 102) = 102
write(1023, "(00.062375) 0x7f1cf8641000-0x7f1"..., 102) = 102
write(1023, "(00.062414) 0x7f1cf8642000-0x7f1"..., 103) = 103
write(1023, "(00.062454) 0x7f1cfd33a000-0x7f1"..., 98) = 98
write(1023, "(00.062493) 0x7f1cfd350000-0x7f1"..., 104) = 104
write(1023, "(00.062533) 0x7f1cfd54f000-0x7f1"..., 103) = 103
write(1023, "(00.062572) 0x7f1cfd550000-0x7f1"..., 103) = 103
write(1023, "(00.062612) 0x7f1cfd551000-0x7f1"..., 99) = 99
write(1023, "(00.062652) 0x7f1cfd553000-0x7f1"..., 100) = 100
write(1023, "(00.062691) 0x7f1cfd713000-0x7f1"..., 105) = 105
write(1023, "(00.062731) 0x7f1cfd912000-0x7f1"..., 105) = 105
write(1023, "(00.062770) 0x7f1cfd916000-0x7f1"..., 104) = 104
write(1023, "(00.062810) 0x7f1cfd918000-0x7f1"..., 100) = 100
write(1023, "(00.062849) 0x7f1cfd91c000-0x7f1"..., 98) = 98
write(1023, "(00.062888) 0x7f1cfd932000-0x7f1"..., 104) = 104
write(1023, "(00.062928) 0x7f1cfdb31000-0x7f1"..., 103) = 103
write(1023, "(00.062967) 0x7f1cfdb32000-0x7f1"..., 100) = 100
write(1023, "(00.063007) 0x7f1cfdc3a000-0x7f1"..., 105) = 105
write(1023, "(00.063046) 0x7f1cfde39000-0x7f1"..., 104) = 104
write(1023, "(00.063086) 0x7f1cfde3a000-0x7f1"..., 104) = 104
write(1023, "(00.063125) 0x7f1cfde3b000-0x7f1"..., 100) = 100
write(1023, "(00.063165) 0x7f1cfdfad000-0x7f1"..., 105) = 105
write(1023, "(00.063204) 0x7f1cfe1ad000-0x7f1"..., 105) = 105
write(1023, "(00.063244) 0x7f1cfe1b7000-0x7f1"..., 104) = 104
write(1023, "(00.063284) 0x7f1cfe1b9000-0x7f1"..., 100) = 100
write(1023, "(00.063323) 0x7f1cfe1bd000-0x7f1"..., 98) = 98
write(1023, "(00.063363) 0x7f1cfe1d5000-0x7f1"..., 104) = 104
write(1023, "(00.063402) 0x7f1cfe3d4000-0x7f1"..., 103) = 103
write(1023, "(00.063442) 0x7f1cfe3d5000-0x7f1"..., 103) = 103
write(1023, "(00.063481) 0x7f1cfe3d6000-0x7f1"..., 100) = 100
write(1023, "(00.063521) 0x7f1cfe3da000-0x7f1"..., 98) = 98
write(1023, "(00.063560) 0x7f1cfe3e1000-0x7f1"..., 103) = 103
write(1023, "(00.063605) 0x7f1cfe5e0000-0x7f1"..., 102) = 102
write(1023, "(00.063645) 0x7f1cfe5e1000-0x7f1"..., 102) = 102
write(1023, "(00.063684) 0x7f1cfe5e2000-0x7f1"..., 99) = 99
write(1023, "(00.063724) 0x7f1cfe5fb000-0x7f1"..., 104) = 104
write(1023, "(00.063763) 0x7f1cfe7fa000-0x7f1"..., 103) = 103
write(1023, "(00.063802) 0x7f1cfe7fb000-0x7f1"..., 103) = 103
write(1023, "(00.063842) 0x7f1cfe7fc000-0x7f1"..., 98) = 98
write(1023, "(00.063882) 0x7f1cfe7ff000-0x7f1"..., 103) = 103
write(1023, "(00.063921) 0x7f1cfe9fe000-0x7f1"..., 102) = 102
write(1023, "(00.063961) 0x7f1cfe9ff000-0x7f1"..., 102) = 102
write(1023, "(00.064000) 0x7f1cfea00000-0x7f1"..., 98) = 98
write(1023, "(00.064040) 0x7f1cfea09000-0x7f1"..., 103) = 103
write(1023, "(00.064079) 0x7f1cfec08000-0x7f1"..., 102) = 102
write(1023, "(00.064119) 0x7f1cfec09000-0x7f1"..., 102) = 102
write(1023, "(00.064164) 0x7f1cfec0a000-0x7f1"..., 101) = 101
write(1023, "(00.064204) 0x7f1cfec38000-0x7f1"..., 98) = 98
write(1023, "(00.064244) 0x7f1cfec40000-0x7f1"..., 103) = 103
write(1023, "(00.064283) 0x7f1cfee3f000-0x7f1"..., 102) = 102
write(1023, "(00.064323) 0x7f1cfee40000-0x7f1"..., 102) = 102
write(1023, "(00.064363) 0x7f1cfee41000-0x7f1"..., 99) = 99
write(1023, "(00.064402) 0x7f1cfee42000-0x7f1"..., 97) = 97
write(1023, "(00.064442) 0x7f1cfee43000-0x7f1"..., 103) = 103
write(1023, "(00.064481) 0x7f1cff042000-0x7f1"..., 97) = 97
write(1023, "(00.064521) 0x7f1cff043000-0x7f1"..., 102) = 102
write(1023, "(00.064560) 0x7f1cff044000-0x7f1"..., 99) = 99
write(1023, "(00.064600) 0x7f1cff06b000-0x7f1"..., 93) = 93
write(1023, "(00.064640) 0x7f1cff070000-0x7f1"..., 93) = 93
write(1023, "(00.064679) 0x7f1cff075000-0x7f1"..., 93) = 93
write(1023, "(00.064718) 0x7f1cff07a000-0x7f1"..., 93) = 93
write(1023, "(00.064757) 0x7f1cff07f000-0x7f1"..., 93) = 93
write(1023, "(00.064807) 0x7f1cff084000-0x7f1"..., 93) = 93
write(1023, "(00.064848) 0x7f1cff089000-0x7f1"..., 102) = 102
write(1023, "(00.064887) 0x7f1cff25f000-0x7f1"..., 93) = 93
write(1023, "(00.064927) 0x7f1cff264000-0x7f1"..., 93) = 93
write(1023, "(00.064966) 0x7f1cff267000-0x7f1"..., 99) = 99
write(1023, "(00.065006) 0x7f1cff269000-0x7f1"..., 103) = 103
write(1023, "(00.065045) 0x7f1cff26a000-0x7f1"..., 103) = 103
write(1023, "(00.065085) 0x7f1cff26b000-0x7f1"..., 99) = 99
write(1023, "(00.065125) 0x7ffe8a3ae000-0x7ff"..., 102) = 102
write(1023, "(00.065164) 0x7ffe8a3dc000-0x7ff"..., 105) = 105
write(1023, "(00.065204) 0x7ffe8a3de000-0x7ff"..., 104) = 104
write(1023, "(00.065249) 0xffffffffff600000-0"..., 108) = 108
write(1023, "(00.065288) --------------------"..., 53) = 53
write(1023, "(00.065332) \n", 13)       = 13
write(1023, "(00.065371) Collecting fds (pid:"..., 39) = 39
write(1023, "(00.065410) --------------------"..., 53) = 53
openat(5, "fd", O_RDONLY)               = 4
fstat(4, {st_mode=S_IFDIR|0500, st_size=0, ...}) = 0
fcntl(4, F_GETFL)                       = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
getdents(4, /* 38 entries */, 32768)    = 912
getdents(4, /* 0 entries */, 32768)     = 0
write(1023, "(00.065680) Found 36 file descri"..., 38) = 38
write(1023, "(00.065721) --------------------"..., 53) = 53
close(4)                                = 0
openat(5, "timers", O_RDONLY)           = 4
read(4, "", 4096)                       = 0
close(4)                                = 0
write(1023, "(00.065893) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8367, 0x7ffe72948d10, 0x72e000) = 0
write(1023, "(00.065969) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8373, 0x7ffe72948d10, 0x72f010) = 0
write(1023, "(00.066042) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8374, 0x7ffe72948d10, 0x730050) = 0
write(1023, "(00.066115) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8375, 0x7ffe72948d10, 0x731090) = 0
write(1023, "(00.066188) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8376, 0x7ffe72948d10, 0x7320d0) = 0
write(1023, "(00.066261) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8377, 0x7ffe72948d10, 0x733110) = 0
write(1023, "(00.066334) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8378, 0x7ffe72948d10, 0x73dfb0) = 0
write(1023, "(00.066404) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8379, 0x7ffe72948d10, 0x73efc0) = 0
write(1023, "(00.066476) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8380, 0x7ffe72948d10, 0x73ffd0) = 0
write(1023, "(00.066550) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8381, 0x7ffe72948d10, 0x740fe0) = 0
write(1023, "(00.066623) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8382, 0x7ffe72948d10, 0x741ff0) = 0
write(1023, "(00.066696) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8383, 0x7ffe72948d10, 0x743000) = 0
write(1023, "(00.066768) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8384, 0x7ffe72948d10, 0x744010) = 0
write(1023, "(00.066845) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8386, 0x7ffe72948d10, 0x745020) = 0
write(1023, "(00.066919) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8387, 0x7ffe72948d10, 0x746030) = 0
write(1023, "(00.066992) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8388, 0x7ffe72948d10, 0x747040) = 0
write(1023, "(00.067064) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8389, 0x7ffe72948d10, 0x748050) = 0
write(1023, "(00.067136) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8390, 0x7ffe72948d10, 0x749060) = 0
write(1023, "(00.067208) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8391, 0x7ffe72948d10, 0x74a070) = 0
write(1023, "(00.067280) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8392, 0x7ffe72948d10, 0x74b080) = 0
write(1023, "(00.067353) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8393, 0x7ffe72948d10, 0x74c090) = 0
write(1023, "(00.067425) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8394, 0x7ffe72948d10, 0x74d0a0) = 0
write(1023, "(00.067497) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8395, 0x7ffe72948d10, 0x74e0b0) = 0
write(1023, "(00.067569) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8396, 0x7ffe72948d10, 0x74f0c0) = 0
write(1023, "(00.067642) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8397, 0x7ffe72948d10, 0x7500d0) = 0
write(1023, "(00.067714) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8398, 0x7ffe72948d10, 0x7510e0) = 0
write(1023, "(00.067786) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8399, 0x7ffe72948d10, 0x7520f0) = 0
write(1023, "(00.067858) Dump private signals"..., 41) = 41
ptrace(PTRACE_PEEKSIGINFO, 8401, 0x7ffe72948d10, 0x753100) = 0
write(1023, "(00.067931) Dump shared signals "..., 40) = 40
ptrace(PTRACE_PEEKSIGINFO, 8367, 0x7ffe72948d10, 0x754110) = 0
ptrace(PTRACE_PEEKUSER, 8367, 8*CS, [0x33]) = 0
ptrace(PTRACE_PEEKUSER, 8367, 8*SS + 24, [0]) = 0
ptrace(PTRACE_GETSIGMASK, 8367, 0x8, 0x7345a0) = 0
ptrace(PTRACE_GETREGSET, 8367, NT_PRSTATUS, [{0x7345a8, 216}]) = 0
write(1023, "(00.068133) Parasite syscall_ip "..., 44) = 44
ptrace(PTRACE_PEEKDATA, 8367, 0x400008, [0]) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400008, 0x44464d55495243) = 0
ptrace(PTRACE_PEEKDATA, 8367, 0x400000, [0x3010102464c457f]) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400000, 0xcccccccccccc050f) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7ffe72948b60) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948bf0, 216}]) = 0
ptrace(PTRACE_CONT, 8367, NULL, SIG_0)  = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_TRAPPED, si_pid=8367, si_uid=113, si_status=SIGTRAP, si_utime=6, si_stime=15} ---
wait4(8367, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP}], __WALL, NULL) = 8367
ptrace(PTRACE_GETSIGINFO, 8367, NULL, {si_signo=SIGTRAP, si_code=SI_KERNEL, si_value={int=8, ptr=0x8}}) = 0
ptrace(PTRACE_GETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948bf0, 216}]) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7345a8, 216}]) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7345a0) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400000, 0x3010102464c457f) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400008, NULL) = 0
openat(5, "fd/35", O_RDWR)              = 4
ftruncate(4, 4964352)                   = 0
ptrace(PTRACE_PEEKDATA, 8367, 0x400000, [0x3010102464c457f]) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400000, 0xcccccccccccc050f) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7ffe72948b20) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948bb0, 216}]) = 0
ptrace(PTRACE_CONT, 8367, NULL, SIG_0)  = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_TRAPPED, si_pid=8367, si_uid=113, si_status=SIGTRAP, si_utime=6, si_stime=15} ---
wait4(8367, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP}], __WALL, NULL) = 8367
ptrace(PTRACE_GETSIGINFO, 8367, NULL, {si_signo=SIGTRAP, si_code=SI_KERNEL, si_value={int=8, ptr=0x8}}) = 0
ptrace(PTRACE_GETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948bb0, 216}]) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7345a8, 216}]) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7345a0) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400000, 0x3010102464c457f) = 0
mmap(NULL, 4962880, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0) = 0x7f6c57b4b000
ptrace(PTRACE_PEEKDATA, 8367, 0x400000, [0x3010102464c457f]) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400000, 0xcccccccccccc050f) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7ffe72948b60) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948bf0, 216}]) = 0
ptrace(PTRACE_CONT, 8367, NULL, SIG_0)  = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_TRAPPED, si_pid=8367, si_uid=113, si_status=SIGTRAP, si_utime=6, si_stime=15} ---
wait4(8367, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP}], __WALL, NULL) = 8367
ptrace(PTRACE_GETSIGINFO, 8367, NULL, {si_signo=SIGTRAP, si_code=SI_KERNEL, si_value={int=8, ptr=0x8}}) = 0
ptrace(PTRACE_GETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948bf0, 216}]) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7345a8, 216}]) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7345a0) = 0
ptrace(PTRACE_POKEDATA, 8367, 0x400000, 0x3010102464c457f) = 0
close(4)                                = 0
write(1023, "(00.069702) Set up parasite blob"..., 45) = 45
write(1023, "(00.069744) Putting parasite blo"..., 70) = 70
write(1023, "(00.069801) Dumping GP/FPU regis"..., 46) = 46
write(1023, "(00.069840) Warn  (arch/x86/crto"..., 91) = 91
ptrace(PTRACE_GETFPREGS, 8367, NULL, 0x7ffe72948880) = 0
write(1023, "(00.069914) xsave runtime struct"..., 36) = 36
write(1023, "(00.069952) --------------------"..., 36) = 36
write(1023, "(00.069990) cwd:37f swd:0 twd:0 "..., 65) = 65
write(1023, "(00.070028) magic1:0 extended_si"..., 63) = 63
write(1023, "(00.070066) xstate_bv: 0\n", 25) = 25
write(1023, "(00.070103) --------------------"..., 36) = 36
write(1023, "(00.070141) Putting tsock into p"..., 40) = 40
bind(6, {sa_family=AF_LOCAL, sun_path=@"/crtools-pr-10845"}, 20) = 0
listen(6, 1)                            = 0
rt_sigaction(SIGCHLD, {0x45b940, [CHLD], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f6c58d163d0}, NULL, 8) = 0
ptrace(PTRACE_SETSIGMASK, 8367, 0x8, 0x7ffe72948b30) = 0
ptrace(PTRACE_SETREGSET, 8367, NT_PRSTATUS, [{0x7ffe72948b90, 216}]) = 0
ptrace(PTRACE_CONT, 8367, NULL, SIG_0)  = 0
accept(6,


>
>> I can't understand what happened.
>> Please give me any advise...
>>
>> [dump.log]
>> (00.000036) Probing sock diag modules
>> (00.246818) Done probing
>> (00.358146) ========================================
>> (00.358163) Dumping processes (pid: 8367)
>> (00.358167) ========================================
>> (00.358175) Running pre-dump scripts
>> (00.358225) Pagemap is fully functional
>> (00.358265) Found anon-shmem device at 5
>> (00.358274) Reset 8460's dirty tracking
>> (00.358324)  ... done
>> (00.358356) Dirty track supported on kernel
>> (00.358420) Found task size of 7ffffffff000
>> (00.358452) irmap: Searching irmap cache in work dir
>> (00.358468) No irmap-cache image
>> (00.358473) irmap: Searching irmap cache in parent
>> (00.358480) irmap: No irmap cache
>> (00.358491) cpu: fpu:1 fxsr:1 xsave:0
>> (00.358608) vdso: Parsing at 7ffe9402b000 7ffe9402d000
>> (00.358615) vdso: PT_LOAD p_vaddr: 0
>> (00.358619) vdso: DT_HASH: 120
>> (00.358622) vdso: DT_STRTAB: 2b0
>> (00.358625) vdso: DT_SYMTAB: 1a8
>> (00.358628) vdso: DT_STRSZ: 5e
>> (00.358631) vdso: DT_SYMENT: 18
>> (00.358634) vdso: nbucket 3 nchain b bucket 7ffe9402b128 chain 7ffe9402b134
>> (00.358640) vdso: rt [vdso] 7ffe9402b000-7ffe9402d000 [vvar]
>> 7ffe94029000-7ffe9402b000
>> (00.358700) Perparing image inventory (version 1)
>> (00.358733) Add pid ns 1 pid 8460
>> (00.358745) Add net ns 2 pid 8460
>> (00.358754) Add ipc ns 3 pid 8460
>> (00.358763) Add uts ns 4 pid 8460
>> (00.358771) Add mnt ns 5 pid 8460
>> (00.358781) Add user ns 6 pid 8460
>> (00.358790) Add cgroup ns 7 pid 8460
>> (00.358794) cg: Dumping cgroups for 8460
>> (00.358828) cg:  `- New css ID 1
>> (00.358834) cg:     `- [blkio] -> [/user.slice] [0]
>> (00.358837) cg:     `- [cpu,cpuacct] -> [/user.slice] [0]
>> (00.358841) cg:     `- [cpuset] -> [/] [0]
>> (00.358844) cg:     `- [devices] -> [/user.slice] [0]
>> (00.358847) cg:     `- [freezer] -> [/] [0]
>> (00.358850) cg:     `- [hugetlb] -> [/] [0]
>> (00.358853) cg:     `- [memory] -> [/user.slice] [0]
>> (00.358856) cg:     `- [name=systemd] ->
>> [/user.slice/user-1000.slice/session-64.scope] [0]
>> (00.358859) cg:     `- [net_cls,net_prio] -> [/] [0]
>> (00.358862) cg:     `- [perf_event] -> [/] [0]
>> (00.358865) cg:     `- [pids] -> [/user.slice/user-1000.slice] [0]
>> (00.358868) cg: Set 1 is criu one
>> (00.358989) Seized task 8367, state 1
>> (00.359042)     Seizing 8367's 8373 thread
>> (00.359133)     Seizing 8367's 8374 thread
>> (00.359215)     Seizing 8367's 8375 thread
>> (00.359291)     Seizing 8367's 8376 thread
>> (00.359372)     Seizing 8367's 8377 thread
>> (00.359453)     Seizing 8367's 8378 thread
>> (00.359528)     Seizing 8367's 8379 thread
>> (00.359605)     Seizing 8367's 8380 thread
>> (00.359715)     Seizing 8367's 8381 thread
>> (00.359825)     Seizing 8367's 8382 thread
>> (00.359903)     Seizing 8367's 8383 thread
>> (00.359980)     Seizing 8367's 8384 thread
>> (00.360055)     Seizing 8367's 8386 thread
>> (00.360144)     Seizing 8367's 8387 thread
>> (00.360256)     Seizing 8367's 8388 thread
>> (00.360367)     Seizing 8367's 8389 thread
>> (00.360478)     Seizing 8367's 8390 thread
>> (00.360562)     Seizing 8367's 8391 thread
>> (00.360671)     Seizing 8367's 8392 thread
>> (00.360747)     Seizing 8367's 8393 thread
>> (00.360824)     Seizing 8367's 8394 thread
>> (00.360909)     Seizing 8367's 8395 thread
>> (00.361023)     Seizing 8367's 8396 thread
>> (00.361099)     Seizing 8367's 8397 thread
>> (00.361210)     Seizing 8367's 8398 thread
>> (00.361321)     Seizing 8367's 8399 thread
>> (00.361409)     Seizing 8367's 8401 thread
>> (00.361553) Collected (3 attempts, 0 in_progress)
>> (00.361735) Collected (4 attempts, 0 in_progress)
>> (00.361775) Collected 8367 in 1 state
>> (00.361816) Lock network
>> (00.361896)     type sysfs source sysfs mnt_id 19 s_dev 0x12 / @ ./sys
>> flags 0x30000e options
>> (00.361915)     type proc source proc mnt_id 20 s_dev 0x4 / @ ./proc
>> flags 0x30000e options
>> (00.361930)     type devtmpfs source udev mnt_id 21 s_dev 0x6 / @ ./dev
>> flags 0x300002 options size=8188964k,nr_inodes=2047241,mode=755
>> (00.361945)     type devpts source devpts mnt_id 22 s_dev 0xe / @
>> ./dev/pts flags 0x30000a options gid=5,mode=620,ptmxmode=000
>> (00.361964)     type tmpfs source tmpfs mnt_id 23 s_dev 0x13 / @ ./run
>> flags 0x30000a options size=1641628k,mode=755
>> (00.361977)     type ext4 source /dev/mapper/uhoi02--vg-root mnt_id 24
>> s_dev 0xfc00000 / @ ./ flags 0x300000 options errors=remount-ro,data=ordered
>> (00.361989)     type securityfs source securityfs mnt_id 25 s_dev 0xc /
>> @ ./sys/kernel/security flags 0x30000e options
>> (00.362008)     type tmpfs source tmpfs mnt_id 26 s_dev 0x14 / @
>> ./dev/shm flags 0x1100000 options
>> (00.362021)     type tmpfs source tmpfs mnt_id 27 s_dev 0x15 / @
>> ./run/lock flags 0x30000e options size=5120k
>> (00.362033)     type tmpfs source tmpfs mnt_id 28 s_dev 0x16 / @
>> ./sys/fs/cgroup flags 0x1100000 options mode=755
>> (00.362085)     type cgroup source cgroup mnt_id 29 s_dev 0x17 / @
>> ./sys/fs/cgroup/systemd flags 0x30000e options
>> xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
>> (00.362099)     type pstore source pstore mnt_id 30 s_dev 0x18 / @
>> ./sys/fs/pstore flags 0x30000e options
>> (00.362110)     type cgroup source cgroup mnt_id 31 s_dev 0x19 / @
>> ./sys/fs/cgroup/blkio flags 0x30000e options blkio
>> (00.362122)     type cgroup source cgroup mnt_id 32 s_dev 0x1a / @
>> ./sys/fs/cgroup/devices flags 0x30000e options devices
>> (00.362134)     type cgroup source cgroup mnt_id 33 s_dev 0x1b / @
>> ./sys/fs/cgroup/pids flags 0x30000e options pids
>> (00.362145)     type cgroup source cgroup mnt_id 34 s_dev 0x1c / @
>> ./sys/fs/cgroup/freezer flags 0x30000e options freezer
>> (00.362157)     type cgroup source cgroup mnt_id 35 s_dev 0x1d / @
>> ./sys/fs/cgroup/net_cls,net_prio flags 0x30000e options net_cls,net_prio
>> (00.362169)     type cgroup source cgroup mnt_id 36 s_dev 0x1e / @
>> ./sys/fs/cgroup/cpu,cpuacct flags 0x30000e options cpu,cpuacct
>> (00.362183)     type cgroup source cgroup mnt_id 37 s_dev 0x1f / @
>> ./sys/fs/cgroup/hugetlb flags 0x30000e options hugetlb
>> (00.362195)     type cgroup source cgroup mnt_id 38 s_dev 0x20 / @
>> ./sys/fs/cgroup/perf_event flags 0x30000e options perf_event
>> (00.362246)     type cgroup source cgroup mnt_id 39 s_dev 0x21 / @
>> ./sys/fs/cgroup/cpuset flags 0x30000e options cpuset
>> (00.362259)     type cgroup source cgroup mnt_id 40 s_dev 0x22 / @
>> ./sys/fs/cgroup/memory flags 0x30000e options memory
>> (00.362273)     type autofs source systemd-1 mnt_id 41 s_dev 0x23 / @
>> ./proc/sys/fs/binfmt_misc flags 0x300000 options
>> fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
>> (00.362284)     type hugetlbfs source hugetlbfs mnt_id 42 s_dev 0x24 / @
>> ./dev/hugepages flags 0x300000 options
>> (00.362294)     type debugfs source debugfs mnt_id 43 s_dev 0x7 / @
>> ./sys/kernel/debug flags 0x300000 options
>> (00.362305)     type mqueue source mqueue mnt_id 44 s_dev 0x11 / @
>> ./dev/mqueue flags 0x300000 options
>> (00.362315)     type rpc_pipefs source sunrpc mnt_id 45 s_dev 0x25 / @
>> ./run/rpc_pipefs flags 0x300000 options
>> (00.362328)     type fusectl source fusectl mnt_id 46 s_dev 0x26 / @
>> ./sys/fs/fuse/connections flags 0x300000 options
>> (00.362341)     type ext2 source /dev/sda1 mnt_id 47 s_dev 0x800001 / @
>> ./boot flags 0x300000 options block_validity,barrier,user_xattr,acl
>> (00.362353)     type tmpfs source tmpfs mnt_id 94 s_dev 0x28 / @
>> ./run/lxcfs/controllers flags 0x300000 options size=100k,mode=700
>> (00.362364)     type cgroup source memory mnt_id 96 s_dev 0x22 / @
>> ./run/lxcfs/controllers/memory flags 0x300000 options memory
>> (00.362410)     type cgroup source cpuset mnt_id 98 s_dev 0x21 / @
>> ./run/lxcfs/controllers/cpuset flags 0x300000 options cpuset
>> (00.362423)     type cgroup source perf_event mnt_id 100 s_dev 0x20 / @
>> ./run/lxcfs/controllers/perf_event flags 0x300000 options perf_event
>> (00.362434)     type cgroup source hugetlb mnt_id 102 s_dev 0x1f / @
>> ./run/lxcfs/controllers/hugetlb flags 0x300000 options hugetlb
>> (00.362446)     type cgroup source cpu,cpuacct mnt_id 104 s_dev 0x1e / @
>> ./run/lxcfs/controllers/cpu,cpuacct flags 0x300000 options cpu,cpuacct
>> (00.362460)     type cgroup source net_cls,net_prio mnt_id 106 s_dev
>> 0x1d / @ ./run/lxcfs/controllers/net_cls,net_prio flags 0x300000 options
>> net_cls,net_prio
>> (00.362471)     type cgroup source freezer mnt_id 108 s_dev 0x1c / @
>> ./run/lxcfs/controllers/freezer flags 0x300000 options freezer
>> (00.362482)     type cgroup source pids mnt_id 110 s_dev 0x1b / @
>> ./run/lxcfs/controllers/pids flags 0x300000 options pids
>> (00.362493)     type cgroup source devices mnt_id 112 s_dev 0x1a / @
>> ./run/lxcfs/controllers/devices flags 0x300000 options devices
>> (00.362504)     type cgroup source blkio mnt_id 114 s_dev 0x19 / @
>> ./run/lxcfs/controllers/blkio flags 0x300000 options blkio
>> (00.362523)     type cgroup source name=systemd mnt_id 116 s_dev 0x17 /
>> @ ./run/lxcfs/controllers/name=systemd flags 0x300000 options
>> xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
>> (00.362555)     type fuse source lxcfs mnt_id 118 s_dev 0x29 / @
>> ./var/lib/lxcfs flags 0x300006 options user_id=0,group_id=0,allow_other
>> (00.362574)     type nfs4 source 192.168.23.143:/mnt/nfs mnt_id 120
>> s_dev 0x2b / @ ./mnt/nfs flags 0x300000 options
>> vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.23.152,local_lock=none,addr=192.168.23.143
>> (00.362592)     type tmpfs source tmpfs mnt_id 121 s_dev 0x2a / @
>> ./run/user/1000 flags 0x300006 options
>> size=1641628k,mode=700,uid=1000,gid=1000
>> (00.362602) mnt: Building mountpoints tree
>> (00.362606) mnt:        Building plain mount tree
>> (00.362609) mnt:                Working on 121->23
>> (00.362612) mnt:                Working on 120->24
>> (00.362616) mnt:                Working on 118->24
>> (00.362619) mnt:                Working on 116->94
>> (00.362621) mnt:                Working on 114->94
>> (00.362624) mnt:                Working on 112->94
>> (00.362627) mnt:                Working on 110->94
>> (00.362630) mnt:                Working on 108->94
>> (00.362633) mnt:                Working on 106->94
>> (00.362636) mnt:                Working on 104->94
>> (00.362639) mnt:                Working on 102->94
>> (00.362642) mnt:                Working on 100->94
>> (00.362644) mnt:                Working on 98->94
>> (00.362647) mnt:                Working on 96->94
>> (00.362650) mnt:                Working on 94->23
>> (00.362653) mnt:                Working on 47->24
>> (00.362656) mnt:                Working on 46->19
>> (00.362659) mnt:                Working on 45->23
>> (00.362662) mnt:                Working on 44->21
>> (00.362665) mnt:                Working on 43->19
>> (00.362668) mnt:                Working on 42->21
>> (00.362671) mnt:                Working on 41->20
>> (00.362674) mnt:                Working on 40->28
>> (00.362677) mnt:                Working on 39->28
>> (00.362679) mnt:                Working on 38->28
>> (00.362682) mnt:                Working on 37->28
>> (00.362685) mnt:                Working on 36->28
>> (00.362688) mnt:                Working on 35->28
>> (00.362691) mnt:                Working on 34->28
>> (00.362694) mnt:                Working on 33->28
>> (00.362697) mnt:                Working on 32->28
>> (00.362700) mnt:                Working on 31->28
>> (00.362703) mnt:                Working on 30->19
>> (00.362706) mnt:                Working on 29->28
>> (00.362709) mnt:                Working on 28->19
>> (00.362728) mnt:                Working on 27->23
>> (00.362731) mnt:                Working on 26->21
>> (00.362734) mnt:                Working on 25->19
>> (00.362737) mnt:                Working on 24->0
>> (00.362740) mnt:                Working on 23->24
>> (00.362743) mnt:                Working on 22->21
>> (00.362746) mnt:                Working on 21->24
>> (00.362749) mnt:                Working on 20->24
>> (00.362752) mnt:                Working on 19->24
>> (00.362755) mnt:        Resorting siblings on 24
>> (00.362758) mnt:        Resorting siblings on 120
>> (00.362761) mnt:        Resorting siblings on 118
>> (00.362764) mnt:        Resorting siblings on 47
>> (00.362767) mnt:        Resorting siblings on 23
>> (00.362770) mnt:        Resorting siblings on 121
>> (00.362773) mnt:        Resorting siblings on 94
>> (00.362776) mnt:        Resorting siblings on 116
>> (00.362779) mnt:        Resorting siblings on 114
>> (00.362782) mnt:        Resorting siblings on 112
>> (00.362784) mnt:        Resorting siblings on 110
>> (00.362787) mnt:        Resorting siblings on 108
>> (00.362790) mnt:        Resorting siblings on 106
>> (00.362793) mnt:        Resorting siblings on 104
>> (00.362796) mnt:        Resorting siblings on 102
>> (00.362799) mnt:        Resorting siblings on 100
>> (00.362802) mnt:        Resorting siblings on 98
>> (00.362804) mnt:        Resorting siblings on 96
>> (00.362807) mnt:        Resorting siblings on 45
>> (00.362810) mnt:        Resorting siblings on 27
>> (00.362813) mnt:        Resorting siblings on 21
>> (00.362816) mnt:        Resorting siblings on 44
>> (00.362819) mnt:        Resorting siblings on 42
>> (00.362821) mnt:        Resorting siblings on 26
>> (00.362824) mnt:        Resorting siblings on 22
>> (00.362827) mnt:        Resorting siblings on 20
>> (00.362830) mnt:        Resorting siblings on 41
>> (00.362832) mnt:        Resorting siblings on 19
>> (00.362835) mnt:        Resorting siblings on 46
>> (00.362838) mnt:        Resorting siblings on 43
>> (00.362841) mnt:        Resorting siblings on 30
>> (00.362844) mnt:        Resorting siblings on 28
>> (00.362846) mnt:        Resorting siblings on 40
>> (00.362849) mnt:        Resorting siblings on 39
>> (00.362852) mnt:        Resorting siblings on 38
>> (00.362861) mnt:        Resorting siblings on 37
>> (00.362864) mnt:        Resorting siblings on 36
>> (00.362867) mnt:        Resorting siblings on 35
>> (00.362870) mnt:        Resorting siblings on 34
>> (00.362873) mnt:        Resorting siblings on 33
>> (00.362876) mnt:        Resorting siblings on 32
>> (00.362879) mnt:        Resorting siblings on 31
>> (00.362882) mnt:        Resorting siblings on 29
>> (00.362884) mnt:        Resorting siblings on 25
>> (00.362887) mnt: Done:
>> (00.362890) mnt: [./](24->0)
>> (00.362894) mnt:  [./boot](47->24)
>> (00.362897) mnt:  <--
>> (00.362900) mnt:  [./sys](19->24)
>> (00.362904) mnt:   [./sys/kernel/debug](43->19)
>> (00.362907) mnt:   <--
>> (00.362910) mnt:   [./sys/kernel/security](25->19)
>> (00.362913) mnt:   <--
>> (00.362916) mnt:   [./sys/fs/cgroup](28->19)
>> (00.362919) mnt:    [./sys/fs/cgroup/memory](40->28)
>> (00.362922) mnt:    <--
>> (00.362925) mnt:    [./sys/fs/cgroup/systemd](29->28)
>> (00.362928) mnt:    <--
>> (00.362931) mnt:    [./sys/fs/cgroup/blkio](31->28)
>> (00.362935) mnt:    <--
>> (00.362937) mnt:    [./sys/fs/cgroup/devices](32->28)
>> (00.362940) mnt:    <--
>> (00.362943) mnt:    [./sys/fs/cgroup/pids](33->28)
>> (00.362946) mnt:    <--
>> (00.362949) mnt:    [./sys/fs/cgroup/freezer](34->28)
>> (00.362952) mnt:    <--
>> (00.362956) mnt:    [./sys/fs/cgroup/net_cls,net_prio](35->28)
>> (00.362959) mnt:    <--
>> (00.362962) mnt:    [./sys/fs/cgroup/cpu,cpuacct](36->28)
>> (00.362965) mnt:    <--
>> (00.362968) mnt:    [./sys/fs/cgroup/hugetlb](37->28)
>> (00.362971) mnt:    <--
>> (00.362974) mnt:    [./sys/fs/cgroup/perf_event](38->28)
>> (00.362977) mnt:    <--
>> (00.362980) mnt:    [./sys/fs/cgroup/cpuset](39->28)
>> (00.362983) mnt:    <--
>> (00.362986) mnt:   <--
>> (00.362989) mnt:   [./sys/fs/pstore](30->19)
>> (00.362992) mnt:   <--
>> (00.362995) mnt:   [./sys/fs/fuse/connections](46->19)
>> (00.362998) mnt:   <--
>> (00.363001) mnt:  <--
>> (00.363004) mnt:  [./proc](20->24)
>> (00.363007) mnt:   [./proc/sys/fs/binfmt_misc](41->20)
>> (00.363010) mnt:   <--
>> (00.363013) mnt:  <--
>> (00.363016) mnt:  [./dev](21->24)
>> (00.363019) mnt:   [./dev/mqueue](44->21)
>> (00.363022) mnt:   <--
>> (00.363025) mnt:   [./dev/pts](22->21)
>> (00.363028) mnt:   <--
>> (00.363031) mnt:   [./dev/shm](26->21)
>> (00.363034) mnt:   <--
>> (00.363037) mnt:   [./dev/hugepages](42->21)
>> (00.363040) mnt:   <--
>> (00.363043) mnt:  <--
>> (00.363046) mnt:  [./run](23->24)
>> (00.363049) mnt:   [./run/rpc_pipefs](45->23)
>> (00.363052) mnt:   <--
>> (00.363055) mnt:   [./run/lock](27->23)
>> (00.363058) mnt:   <--
>> (00.363060) mnt:   [./run/user/1000](121->23)
>> (00.363064) mnt:   <--
>> (00.363067) mnt:   [./run/lxcfs/controllers](94->23)
>> (00.363070) mnt: [./run/lxcfs/controllers/name=systemd](116->94)
>> (00.363073) mnt:    <--
>> (00.363076) mnt:    [./run/lxcfs/controllers/memory](96->94)
>> (00.363079) mnt:    <--
>> (00.363082) mnt:    [./run/lxcfs/controllers/cpuset](98->94)
>> (00.363086) mnt:    <--
>> (00.363088) mnt:    [./run/lxcfs/controllers/perf_event](100->94)
>> (00.363091) mnt:    <--
>> (00.363094) mnt:    [./run/lxcfs/controllers/hugetlb](102->94)
>> (00.363097) mnt:    <--
>> (00.363101) mnt: [./run/lxcfs/controllers/cpu,cpuacct](104->94)
>> (00.363104) mnt:    <--
>> (00.363107) mnt: [./run/lxcfs/controllers/net_cls,net_prio](106->94)
>> (00.363110) mnt:    <--
>> (00.363113) mnt:    [./run/lxcfs/controllers/freezer](108->94)
>> (00.363116) mnt:    <--
>> (00.363119) mnt:    [./run/lxcfs/controllers/pids](110->94)
>> (00.363122) mnt:    <--
>> (00.363125) mnt:    [./run/lxcfs/controllers/devices](112->94)
>> (00.363128) mnt:    <--
>> (00.363132) mnt:    [./run/lxcfs/controllers/blkio](114->94)
>> (00.363135) mnt:    <--
>> (00.363138) mnt:   <--
>> (00.363140) mnt:  <--
>> (00.363143) mnt:  [./mnt/nfs](120->24)
>> (00.363146) mnt:  <--
>> (00.363149) mnt:  [./var/lib/lxcfs](118->24)
>> (00.363152) mnt:  <--
>> (00.363155) mnt: <--
>> (00.363160) Collecting netns 2/8460
>> (00.363279) sk unix:    Collected: ino 0x5736 peer_ino 0 family    1
>> type    2 state  7 name /run/user/1000/systemd/notify
>> (00.363292) sk unix:    Collected: ino 0x5737 peer_ino 0 family    1
>> type    1 state 10 name /run/user/1000/systemd/private
>> (00.363300) sk unix:    Collected: ino 0x2508 peer_ino 0 family    1
>> type    5 state 10 name /run/udev/control
>> (00.363308) sk unix:    Collected: ino 0x2503 peer_ino 0 family    1
>> type    2 state  7 name /run/systemd/notify
>> (00.363319) sk unix:    Collected: ino 0x756a peer_ino 0 family    1
>> type    5 state 10 name ./criu_service.socket
>> (00.363327) sk unix:    Collected: ino 0x26cd peer_ino 0 family    1
>> type    1 state 10 name /run/acpid.socket
>> (00.363335) sk unix:    Collected: ino 0x26ce peer_ino 0 family    1
>> type    1 state 10 name /var/run/dbus/system_bus_socket
>> (00.363342) sk unix:    Collected: ino 0x2504 peer_ino 0 family    1
>> type    1 state 10 name /run/systemd/private
>> (00.363349) sk unix:    Collected: ino 0x26cf peer_ino 0 family    1
>> type    1 state 10 name /run/uuidd/request
>> (00.363356) sk unix:    Collected: ino 0x26d0 peer_ino 0 family    1
>> type    1 state 10 name /run/rpcbind.sock
>> (00.363363) sk unix:    Collected: ino 0x26d1 peer_ino 0 family    1
>> type    1 state 10 name /run/snapd.socket
>> (00.363370) sk unix:    Collected: ino 0x2509 peer_ino 0 family    1
>> type    1 state 10 name /run/lvm/lvmetad.socket
>> (00.363377) sk unix:    Collected: ino 0x250a peer_ino 0 family    1
>> type    1 state 10 name /run/lvm/lvmpolld.socket
>> (00.363385) sk unix:    Collected: ino 0x2511 peer_ino 0 family    1
>> type    2 state  7 name /run/systemd/journal/dev-log
>> (00.363392) sk unix:    Collected: ino 0x2513 peer_ino 0 family    1
>> type    1 state 10 name /run/systemd/fsck.progress
>> (00.363399) sk unix:    Collected: ino 0x2514 peer_ino 0 family    1
>> type    1 state 10 name /run/systemd/journal/stdout
>> (00.363406) sk unix:    Collected: ino 0x2515 peer_ino 0 family    1
>> type    2 state  7 name /run/systemd/journal/socket
>> (00.363413) sk unix:    Collected: ino 0x2525 peer_ino 0 family    1
>> type    2 state  7 name /run/systemd/journal/syslog
>> (00.363420) sk unix:    Collected: ino 0xc4d5 peer_ino 0 family    1
>> type    1 state 10 name /var/run/mysqld/mysqld.sock
>> (00.363428) sk unix:    Collected: ino 0x330c peer_ino 0 family    1
>> type    1 state 10 name /var/lib/lxd/unix.socket
>> (00.363433) sk unix:    Collected: ino 0x562e peer_ino 0 family    1
>> type    1 state 10 name
>> (00.363437) sk unix:    Collected: ino 0x469b peer_ino 0x3deb family
>> 1 type    1 state  1 name (null)
>> (00.363441) sk unix:    Collected: ino 0x332a peer_ino 0x3e01 family
>> 1 type    1 state  1 name (null)
>> (00.363446) sk unix:    Collected: ino 0x53a1 peer_ino 0x53a2 family
>> 1 type    2 state  7 name (null)
>> (00.363450) sk unix:    Collected: ino 0x26ec peer_ino 0x26ed family
>> 1 type    1 state  1 name (null)
>> (00.363454) sk unix:    Collected: ino 0x53a0 peer_ino 0x539f family
>> 1 type    2 state  7 name (null)
>> (00.363458) sk unix:    Collected: ino 0x47a5 peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363462) sk unix:    Collected: ino 0xaa0f peer_ino 0 family    1
>> type    1 state  1 name (null)
>> (00.363467) sk unix:    Collected: ino 0xaedc peer_ino 0xaedb family
>> 1 type    1 state  1 name (null)
>> (00.363471) sk unix:    Collected: ino 0x2571 peer_ino 0x2572 family
>> 1 type    2 state  7 name (null)
>> (00.363475) sk unix:    Collected: ino 0x55a7 peer_ino 0x3dcb family
>> 1 type    1 state  1 name (null)
>> (00.363482) sk unix:    Collected: ino 0x3e01 peer_ino 0x332a family
>> 1 type    1 state  1 name /var/run/dbus/system_bus_socket
>> (00.363486) sk unix:    Collected: ino 0x539f peer_ino 0x53a0 family
>> 1 type    2 state  7 name (null)
>> (00.363491) sk unix:    Collected: ino 0x55e3 peer_ino 0x3de1 family
>> 1 type    1 state  1 name (null)
>> (00.363495) sk unix:    Collected: ino 0x26f5 peer_ino 0x2bc6 family
>> 1 type    1 state  1 name (null)
>> (00.363499) sk unix:    Collected: ino 0x3ad7 peer_ino 0x3e21 family
>> 1 type    1 state  1 name (null)
>> (00.363505) sk unix:    Collected: ino 0x5d19 peer_ino 0x64fc family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363510) sk unix:    Collected: ino 0x64fc peer_ino 0x5d19 family
>> 1 type    1 state  1 name (null)
>> (00.363516) sk unix:    Collected: ino 0x3dea peer_ino 0x2bc5 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363521) sk unix:    Collected: ino 0xabb1 peer_ino 0x2515 family
>> 1 type    2 state  7 name (null)
>> (00.363527) sk unix:    Collected: ino 0x3e1c peer_ino 0x336d family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363536) sk unix:    Collected: ino 0x26e9 peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363541) sk unix:    Collected: ino 0x4714 peer_ino 0x3dec family
>> 1 type    1 state  1 name (null)
>> (00.363548) sk unix:    Collected: ino 0x256c peer_ino 0x3cb6 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363553) sk unix:    Collected: ino 0x6502 peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363557) sk unix:    Collected: ino 0x256d peer_ino 0x2515 family
>> 1 type    2 state  7 name (null)
>> (00.363569) sk unix:    Collected: ino 0x3dec peer_ino 0x4714 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363578) sk unix:    Collected: ino 0x2bc6 peer_ino 0x26f5 family
>> 1 type    1 state  1 name /var/run/dbus/system_bus_socket
>> (00.363582) sk unix:    Collected: ino 0x26e1 peer_ino 0x26ee family
>> 1 type    1 state  1 name (null)
>> (00.363587) sk unix:    Collected: ino 0x53a2 peer_ino 0x53a1 family
>> 1 type    2 state  7 name (null)
>> (00.363594) sk unix:    Collected: ino 0x3cb6 peer_ino 0x256c family
>> 1 type    1 state  1 name (null)
>> (00.363598) sk unix:    Collected: ino 0xcc1d peer_ino 0 family    1
>> type    5 state  7 name (null)
>> (00.363603) sk unix:    Collected: ino 0x2572 peer_ino 0x2571 family
>> 1 type    2 state  7 name (null)
>> (00.363607) sk unix:    Collected: ino 0x562d peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363613) sk unix:    Collected: ino 0x3328 peer_ino 0x2711 family
>> 1 type    1 state  1 name /var/run/dbus/system_bus_socket
>> (00.363618) sk unix:    Collected: ino 0x26ed peer_ino 0x26ec family
>> 1 type    1 state  1 name (null)
>> (00.363622) sk unix:    Collected: ino 0xa9cd peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363627) sk unix:    Collected: ino 0x26bb peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363631) sk unix:    Collected: ino 0x2b88 peer_ino 0x3de9 family
>> 1 type    1 state  1 name (null)
>> (00.363635) sk unix:    Collected: ino 0x336d peer_ino 0x3e1c family
>> 1 type    1 state  1 name (null)
>> (00.363639) sk unix:    Collected: ino 0x2711 peer_ino 0x3328 family
>> 1 type    1 state  1 name (null)
>> (00.363645) sk unix:    Collected: ino 0x3dcb peer_ino 0x55a7 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363650) sk unix:    Collected: ino 0x252e peer_ino 0x2503 family
>> 1 type    2 state  7 name (null)
>> (00.363656) sk unix:    Collected: ino 0x3de9 peer_ino 0x2b88 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363663) sk unix:    Collected: ino 0x3de1 peer_ino 0x55e3 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363667) sk unix:    Collected: ino 0x3f02 peer_ino 0x2515 family
>> 1 type    2 state  7 name (null)
>> (00.363673) sk unix:    Collected: ino 0x3c7e peer_ino 0x38b8 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363680) sk unix:    Collected: ino 0x3e21 peer_ino 0x3ad7 family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363684) sk unix:    Collected: ino 0x26ef peer_ino 0x2515 family
>> 1 type    2 state  7 name (null)
>> (00.363689) sk unix:    Collected: ino 0x2bc5 peer_ino 0x3dea family
>> 1 type    1 state  1 name (null)
>> (00.363695) sk unix:    Collected: ino 0x3deb peer_ino 0x469b family
>> 1 type    1 state  1 name /run/systemd/journal/stdout
>> (00.363699) sk unix:    Collected: ino 0x539b peer_ino 0x2515 family
>> 1 type    2 state  7 name (null)
>> (00.363704) sk unix:    Collected: ino 0xaa12 peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363711) sk unix:    Collected: ino 0x2717 peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363719) sk unix:    Collected: ino 0x26ee peer_ino 0x26e1 family
>> 1 type    1 state  1 name /var/run/dbus/system_bus_socket
>> (00.363723) sk unix:    Collected: ino 0x461a peer_ino 0x2511 family
>> 1 type    2 state  7 name (null)
>> (00.363728) sk unix:    Collected: ino 0x38b8 peer_ino 0x3c7e family
>> 1 type    1 state  1 name (null)
>> (00.363732) sk unix:    Collected: ino 0xaedb peer_ino 0xaedc family
>> 1 type    1 state  1 name (null)
>> (00.364128)     Collected: ino 0x    c4d4 family    2 type    1 port
>> 3306 state 10 src_addr 127.0.0.1
>> (00.364138)     Collected: ino 0x    2733 family    2 type    1
>> port       22 state 10 src_addr 0.0.0.0
>> (00.364143)     Collected: ino 0x    5675 family    2 type    1 port
>> 46719 state 10 src_addr 0.0.0.0
>> (00.364148)     Collected: ino 0x    6afe family    2 type    1
>> port       22 state  1 src_addr 192.168.23.152
>> (00.364153)     Collected: ino 0x    6131 family    2 type    1
>> port      906 state  1 src_addr 192.168.23.152
>> (00.364204)     Collected: ino 0x    26cc family    2 type    2
>> port       68 state  7 src_addr 0.0.0.0
>> (00.364594)     Collected: ino 0x    2735 family   10 type    1
>> port       22 state 10 src_addr ::
>> (00.364604)     Collected: ino 0x    5676 family   10 type    1 port
>> 46298 state 10 src_addr ::
>> (00.364684) Collect packet sock 9929 3
>> (00.364691)     Got 0 mreqs
>> (00.364725) Collect netlink sock 0xd
>> (00.364730) Collect netlink sock 0xcc1c
>> (00.364734) Collect netlink sock 0x280e
>> (00.364737) Collect netlink sock 0x23e6
>> (00.364740) Collect netlink sock 0x44fc
>> (00.364743) Collect netlink sock 0x4795
>> (00.364747) Collect netlink sock 0x4795
>> (00.364751) Collect netlink sock 0xaa0c
>> (00.364754) Collect netlink sock 0x251d
>> (00.364758) Collect netlink sock 0x2527
>> (00.364761) Collect netlink sock 0x23d1
>> (00.364765) Collect netlink sock 0x2527
>> (00.364768) Collect netlink sock 0x1c88
>> (00.364771) Collect netlink sock 0x16
>> (00.364775) Collect netlink sock 0x2501
>> (00.364778) Collect netlink sock 0x26f3
>> (00.364782) Collect netlink sock 0x26f1
>> (00.364785) Collect netlink sock 0x5732
>> (00.364788) Collect netlink sock 0x26f4
>> (00.364791) Collect netlink sock 0xf
>> (00.364795) Collect netlink sock 0x2512
>> (00.364798) Collect netlink sock 0x26f2
>> (00.364801) Collect netlink sock 0x5732
>> (00.364804) Collect netlink sock 0x26f4
>> (00.364807) Collect netlink sock 0x26f3
>> (00.364810) Collect netlink sock 0x26f2
>> (00.364813) Collect netlink sock 0x26f1
>> (00.364816) Collect netlink sock 0x2512
>> (00.364820) Collect netlink sock 0x2501
>> (00.364823) Collect netlink sock 0x461c
>> (00.364826) Collect netlink sock 0x1e
>> (00.364829) Collect netlink sock 0x461c
>> (00.364832) Collect netlink sock 0x19
>> (00.364835) Collect netlink sock 0x2e5c
>> (00.364858) ========================================
>> (00.364863) Dumping task (pid: 8367)
>> (00.364866) ========================================
>> (00.364868) Obtaining task stat ...
>> (00.364911)
>> (00.364916) Collecting mappings (pid: 8367)
>> (00.364920) ----------------------------------------
>> (00.365145) vma 1c0f000 borrows vfi from previous 400000
>> (00.365159) vma 1ced000 borrows vfi from previous 1c0f000
>> (00.366368) vma 7f1cf8026000 borrows vfi from previous 7f1cf801b000
>> (00.366382) vma 7f1cf8225000 borrows vfi from previous 7f1cf8026000
>> (00.366392) vma 7f1cf8226000 borrows vfi from previous 7f1cf8225000
>> (00.366489) vma 7f1cf8238000 borrows vfi from previous 7f1cf822d000
>> (00.366501) vma 7f1cf8437000 borrows vfi from previous 7f1cf8238000
>> (00.366510) vma 7f1cf8438000 borrows vfi from previous 7f1cf8437000
>> (00.366546) vma 7f1cf8441000 borrows vfi from previous 7f1cf8439000
>> (00.366557) vma 7f1cf8640000 borrows vfi from previous 7f1cf8441000
>> (00.366885) vma 7f1cf8641000 borrows vfi from previous 7f1cf8640000
>> (00.366952) vma 7f1cfd350000 borrows vfi from previous 7f1cfd33a000
>> (00.366963) vma 7f1cfd54f000 borrows vfi from previous 7f1cfd350000
>> (00.366973) vma 7f1cfd550000 borrows vfi from previous 7f1cfd54f000
>> (00.367088) vma 7f1cfd713000 borrows vfi from previous 7f1cfd553000
>> (00.367101) vma 7f1cfd912000 borrows vfi from previous 7f1cfd713000
>> (00.367110) vma 7f1cfd916000 borrows vfi from previous 7f1cfd912000
>> (00.367212) vma 7f1cfd932000 borrows vfi from previous 7f1cfd91c000
>> (00.367224) vma 7f1cfdb31000 borrows vfi from previous 7f1cfd932000
>> (00.367259) vma 7f1cfdc3a000 borrows vfi from previous 7f1cfdb32000
>> (00.367270) vma 7f1cfde39000 borrows vfi from previous 7f1cfdc3a000
>> (00.367342) vma 7f1cfde3a000 borrows vfi from previous 7f1cfde39000
>> (00.367385) vma 7f1cfdfad000 borrows vfi from previous 7f1cfde3b000
>> (00.367396) vma 7f1cfe1ad000 borrows vfi from previous 7f1cfdfad000
>> (00.367414) vma 7f1cfe1b7000 borrows vfi from previous 7f1cfe1ad000
>> (00.367515) vma 7f1cfe1d5000 borrows vfi from previous 7f1cfe1bd000
>> (00.367527) vma 7f1cfe3d4000 borrows vfi from previous 7f1cfe1d5000
>> (00.367537) vma 7f1cfe3d5000 borrows vfi from previous 7f1cfe3d4000
>> (00.367633) vma 7f1cfe3e1000 borrows vfi from previous 7f1cfe3da000
>> (00.367645) vma 7f1cfe5e0000 borrows vfi from previous 7f1cfe3e1000
>> (00.367655) vma 7f1cfe5e1000 borrows vfi from previous 7f1cfe5e0000
>> (00.367690) vma 7f1cfe5fb000 borrows vfi from previous 7f1cfe5e2000
>> (00.367701) vma 7f1cfe7fa000 borrows vfi from previous 7f1cfe5fb000
>> (00.367763) vma 7f1cfe7fb000 borrows vfi from previous 7f1cfe7fa000
>> (00.367804) vma 7f1cfe7ff000 borrows vfi from previous 7f1cfe7fc000
>> (00.367815) vma 7f1cfe9fe000 borrows vfi from previous 7f1cfe7ff000
>> (00.367825) vma 7f1cfe9ff000 borrows vfi from previous 7f1cfe9fe000
>> (00.367911) vma 7f1cfea09000 borrows vfi from previous 7f1cfea00000
>> (00.367923) vma 7f1cfec08000 borrows vfi from previous 7f1cfea09000
>> (00.367932) vma 7f1cfec09000 borrows vfi from previous 7f1cfec08000
>> (00.367978) vma 7f1cfec40000 borrows vfi from previous 7f1cfec38000
>> (00.368038) vma 7f1cfee3f000 borrows vfi from previous 7f1cfec40000
>> (00.368049) vma 7f1cfee40000 borrows vfi from previous 7f1cfee3f000
>> (00.368096) vma 7f1cfee43000 borrows vfi from previous 7f1cfee42000
>> (00.368107) vma 7f1cff042000 borrows vfi from previous 7f1cfee43000
>> (00.368169) vma 7f1cff043000 borrows vfi from previous 7f1cff042000
>> (00.368503) vma 7f1cff26a000 borrows vfi from previous 7f1cff269000
>> (00.368558) Collected, longest area occupies 42605 pages
>> (00.368564) 0x400000-0x1a10000 (22592K) prot 0x5 flags 0x2 st 0x41 off 0
>> reg fp  shmid: 0
>> (00.368569) 0x1c0f000-0x1ced000 (888K) prot 0x1 flags 0x2 st 0x41 off
>> 0x160f000 reg fp  shmid: 0
>> (00.368574) 0x1ced000-0x1d96000 (676K) prot 0x3 flags 0x2 st 0x41 off
>> 0x16ed000 reg fp  shmid: 0
>> (00.368578) 0x1d96000-0x1e31000 (620K) prot 0x3 flags 0x22 st 0x201 off
>> 0 reg ap  shmid: 0
>> (00.368582) 0x29f5000-0x3632000 (12532K) prot 0x3 flags 0x22 st 0x221
>> off 0 reg heap ap  shmid: 0
>> (00.368586) 0x7f1cac000000-0x7f1cac021000 (132K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368590) 0x7f1cac021000-0x7f1cb0000000 (65404K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368594) 0x7f1cb4000000-0x7f1cb4021000 (132K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368598) 0x7f1cb4021000-0x7f1cb8000000 (65404K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368602) 0x7f1cb8000000-0x7f1cb8021000 (132K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368606) 0x7f1cb8021000-0x7f1cbc000000 (65404K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368610) 0x7f1cbc000000-0x7f1cbc021000 (132K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368615) 0x7f1cbc021000-0x7f1cc0000000 (65404K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368619) 0x7f1cc4000000-0x7f1cc4021000 (132K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368623) 0x7f1cc4021000-0x7f1cc8000000 (65404K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368627) 0x7f1cc97fb000-0x7f1cc97fc000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368631) 0x7f1cc97fc000-0x7f1cc9ffc000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368635) 0x7f1cc9ffc000-0x7f1cc9ffd000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368639) 0x7f1cc9ffd000-0x7f1cca7fd000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368643) 0x7f1cca7fd000-0x7f1cca7fe000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368647) 0x7f1cca7fe000-0x7f1ccaffe000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368651) 0x7f1ccaffe000-0x7f1ccafff000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368655) 0x7f1ccafff000-0x7f1ccb7ff000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368659) 0x7f1ccb7ff000-0x7f1ccb800000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368663) 0x7f1ccb800000-0x7f1ccc000000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368676) 0x7f1ccc000000-0x7f1ccc024000 (144K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368681) 0x7f1ccc024000-0x7f1cd0000000 (65392K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368685) 0x7f1cd0000000-0x7f1cd0024000 (144K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368689) 0x7f1cd0024000-0x7f1cd4000000 (65392K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368693) 0x7f1cd4000000-0x7f1cd4024000 (144K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368697) 0x7f1cd4024000-0x7f1cd8000000 (65392K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368701) 0x7f1cd8000000-0x7f1cd8025000 (148K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368705) 0x7f1cd8025000-0x7f1cdc000000 (65388K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368709) 0x7f1cdc7f9000-0x7f1cdc7fa000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368713) 0x7f1cdc7fa000-0x7f1cdcffa000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368718) 0x7f1cdcffa000-0x7f1cdcffb000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368722) 0x7f1cdcffb000-0x7f1cdd7fb000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368726) 0x7f1cdd7fb000-0x7f1cdd7fc000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368730) 0x7f1cdd7fc000-0x7f1cddffc000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368734) 0x7f1cddffc000-0x7f1cddffd000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368738) 0x7f1cddffd000-0x7f1cde7fd000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368742) 0x7f1cde7fd000-0x7f1cde7fe000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368746) 0x7f1cde7fe000-0x7f1cdeffe000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368750) 0x7f1cdeffe000-0x7f1cdefff000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368754) 0x7f1cdefff000-0x7f1cdf7ff000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368758) 0x7f1cdf7ff000-0x7f1cdf800000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368762) 0x7f1cdf800000-0x7f1ce0000000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368766) 0x7f1ce0000000-0x7f1ce0021000 (132K) prot 0x3 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368770) 0x7f1ce0021000-0x7f1ce4000000 (65404K) prot 0 flags 0x4022
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368774) 0x7f1ce45e6000-0x7f1ce45e7000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368778) 0x7f1ce45e7000-0x7f1ce500d000 (10392K) prot 0x3 flags 0x22
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368782) 0x7f1ce500d000-0x7f1ce500e000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368786) 0x7f1ce500e000-0x7f1ce580e000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368790) 0x7f1ce580e000-0x7f1ce580f000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368794) 0x7f1ce580f000-0x7f1ce600f000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368798) 0x7f1ce600f000-0x7f1ce6010000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368802) 0x7f1ce6010000-0x7f1ce6810000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368806) 0x7f1ce6810000-0x7f1ce6811000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368810) 0x7f1ce6811000-0x7f1ce7011000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368814) 0x7f1ce7011000-0x7f1ce7012000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368818) 0x7f1ce7012000-0x7f1ce7812000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368822) 0x7f1ce7812000-0x7f1ce7813000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368826) 0x7f1ce7813000-0x7f1ce8013000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368830) 0x7f1ce8013000-0x7f1ce8014000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368834) 0x7f1ce8014000-0x7f1ce8814000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368838) 0x7f1ce8814000-0x7f1ce8815000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368845) 0x7f1ce8815000-0x7f1ce9015000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368850) 0x7f1ce9015000-0x7f1ce9016000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368854) 0x7f1ce9016000-0x7f1ce9816000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368858) 0x7f1ce9816000-0x7f1ce9817000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368863) 0x7f1ce9817000-0x7f1cea017000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368867) 0x7f1cea017000-0x7f1cea018000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368871) 0x7f1cea018000-0x7f1cea90e000 (9176K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368875) 0x7f1ceacca000-0x7f1ceaccb000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368879) 0x7f1ceaccb000-0x7f1ceacfb000 (192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368883) 0x7f1ceacfb000-0x7f1ceacfc000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368887) 0x7f1ceacfc000-0x7f1cf5369000 (170420K) prot 0x3 flags 0x22
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368892) 0x7f1cf5369000-0x7f1cf536c000 (12K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.368896) 0x7f1cf536c000-0x7f1cf5371000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.368900) 0x7f1cf5371000-0x7f1cf5376000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.368904) 0x7f1cf5376000-0x7f1cf537b000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.368908) 0x7f1cf537b000-0x7f1cf781a000 (37500K) prot 0x3 flags 0x22
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368912) 0x7f1cf781a000-0x7f1cf781b000 (4K) prot 0 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368916) 0x7f1cf781b000-0x7f1cf801b000 (8192K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368920) 0x7f1cf801b000-0x7f1cf8026000 (44K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.368924) 0x7f1cf8026000-0x7f1cf8225000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0xb000 reg fp  shmid: 0
>> (00.368928) 0x7f1cf8225000-0x7f1cf8226000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0xa000 reg fp  shmid: 0
>> (00.368932) 0x7f1cf8226000-0x7f1cf8227000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0xb000 reg fp  shmid: 0
>> (00.368936) 0x7f1cf8227000-0x7f1cf822d000 (24K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368941) 0x7f1cf822d000-0x7f1cf8238000 (44K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.368945) 0x7f1cf8238000-0x7f1cf8437000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0xb000 reg fp  shmid: 0
>> (00.368949) 0x7f1cf8437000-0x7f1cf8438000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0xa000 reg fp  shmid: 0
>> (00.368953) 0x7f1cf8438000-0x7f1cf8439000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0xb000 reg fp  shmid: 0
>> (00.368957) 0x7f1cf8439000-0x7f1cf8441000 (32K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.368961) 0x7f1cf8441000-0x7f1cf8640000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x8000 reg fp  shmid: 0
>> (00.368965) 0x7f1cf8640000-0x7f1cf8641000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x7000 reg fp  shmid: 0
>> (00.368969) 0x7f1cf8641000-0x7f1cf8642000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x8000 reg fp  shmid: 0
>> (00.368973) 0x7f1cf8642000-0x7f1cfd33a000 (78816K) prot 0x3 flags 0x22
>> st 0x201 off 0 reg ap  shmid: 0
>> (00.368977) 0x7f1cfd33a000-0x7f1cfd350000 (88K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.368981) 0x7f1cfd350000-0x7f1cfd54f000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x16000 reg fp  shmid: 0
>> (00.368985) 0x7f1cfd54f000-0x7f1cfd550000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x15000 reg fp  shmid: 0
>> (00.368989) 0x7f1cfd550000-0x7f1cfd551000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x16000 reg fp  shmid: 0
>> (00.368993) 0x7f1cfd551000-0x7f1cfd553000 (8K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.368997) 0x7f1cfd553000-0x7f1cfd713000 (1792K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369001) 0x7f1cfd713000-0x7f1cfd912000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x1c0000 reg fp  shmid: 0
>> (00.369005) 0x7f1cfd912000-0x7f1cfd916000 (16K) prot 0x1 flags 0x2 st
>> 0x41 off 0x1bf000 reg fp  shmid: 0
>> (00.369013) 0x7f1cfd916000-0x7f1cfd918000 (8K) prot 0x3 flags 0x2 st
>> 0x41 off 0x1c3000 reg fp  shmid: 0
>> (00.369018) 0x7f1cfd918000-0x7f1cfd91c000 (16K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369022) 0x7f1cfd91c000-0x7f1cfd932000 (88K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369026) 0x7f1cfd932000-0x7f1cfdb31000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x16000 reg fp  shmid: 0
>> (00.369030) 0x7f1cfdb31000-0x7f1cfdb32000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x15000 reg fp  shmid: 0
>> (00.369034) 0x7f1cfdb32000-0x7f1cfdc3a000 (1056K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369038) 0x7f1cfdc3a000-0x7f1cfde39000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x108000 reg fp  shmid: 0
>> (00.369042) 0x7f1cfde39000-0x7f1cfde3a000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x107000 reg fp  shmid: 0
>> (00.369046) 0x7f1cfde3a000-0x7f1cfde3b000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x108000 reg fp  shmid: 0
>> (00.369050) 0x7f1cfde3b000-0x7f1cfdfad000 (1480K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369054) 0x7f1cfdfad000-0x7f1cfe1ad000 (2048K) prot 0 flags 0x2 st
>> 0x41 off 0x172000 reg fp  shmid: 0
>> (00.369058) 0x7f1cfe1ad000-0x7f1cfe1b7000 (40K) prot 0x1 flags 0x2 st
>> 0x41 off 0x172000 reg fp  shmid: 0
>> (00.369062) 0x7f1cfe1b7000-0x7f1cfe1b9000 (8K) prot 0x3 flags 0x2 st
>> 0x41 off 0x17c000 reg fp  shmid: 0
>> (00.369066) 0x7f1cfe1b9000-0x7f1cfe1bd000 (16K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369070) 0x7f1cfe1bd000-0x7f1cfe1d5000 (96K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369074) 0x7f1cfe1d5000-0x7f1cfe3d4000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x18000 reg fp  shmid: 0
>> (00.369078) 0x7f1cfe3d4000-0x7f1cfe3d5000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x17000 reg fp  shmid: 0
>> (00.369082) 0x7f1cfe3d5000-0x7f1cfe3d6000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x18000 reg fp  shmid: 0
>> (00.369086) 0x7f1cfe3d6000-0x7f1cfe3da000 (16K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369091) 0x7f1cfe3da000-0x7f1cfe3e1000 (28K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369095) 0x7f1cfe3e1000-0x7f1cfe5e0000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x7000 reg fp  shmid: 0
>> (00.369099) 0x7f1cfe5e0000-0x7f1cfe5e1000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x6000 reg fp  shmid: 0
>> (00.369103) 0x7f1cfe5e1000-0x7f1cfe5e2000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x7000 reg fp  shmid: 0
>> (00.369107) 0x7f1cfe5e2000-0x7f1cfe5fb000 (100K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369111) 0x7f1cfe5fb000-0x7f1cfe7fa000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x19000 reg fp  shmid: 0
>> (00.369115) 0x7f1cfe7fa000-0x7f1cfe7fb000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x18000 reg fp  shmid: 0
>> (00.369119) 0x7f1cfe7fb000-0x7f1cfe7fc000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x19000 reg fp  shmid: 0
>> (00.369123) 0x7f1cfe7fc000-0x7f1cfe7ff000 (12K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369127) 0x7f1cfe7ff000-0x7f1cfe9fe000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x3000 reg fp  shmid: 0
>> (00.369131) 0x7f1cfe9fe000-0x7f1cfe9ff000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x2000 reg fp  shmid: 0
>> (00.369135) 0x7f1cfe9ff000-0x7f1cfea00000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x3000 reg fp  shmid: 0
>> (00.369139) 0x7f1cfea00000-0x7f1cfea09000 (36K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369143) 0x7f1cfea09000-0x7f1cfec08000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x9000 reg fp  shmid: 0
>> (00.369147) 0x7f1cfec08000-0x7f1cfec09000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x8000 reg fp  shmid: 0
>> (00.369151) 0x7f1cfec09000-0x7f1cfec0a000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x9000 reg fp  shmid: 0
>> (00.369155) 0x7f1cfec0a000-0x7f1cfec38000 (184K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369159) 0x7f1cfec38000-0x7f1cfec40000 (32K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369163) 0x7f1cfec40000-0x7f1cfee3f000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x8000 reg fp  shmid: 0
>> (00.369167) 0x7f1cfee3f000-0x7f1cfee40000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x7000 reg fp  shmid: 0
>> (00.369171) 0x7f1cfee40000-0x7f1cfee41000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x8000 reg fp  shmid: 0
>> (00.369175) 0x7f1cfee41000-0x7f1cfee42000 (4K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369183) 0x7f1cfee42000-0x7f1cfee43000 (4K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369187) 0x7f1cfee43000-0x7f1cff042000 (2044K) prot 0 flags 0x2 st
>> 0x41 off 0x1000 reg fp  shmid: 0
>> (00.369191) 0x7f1cff042000-0x7f1cff043000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369195) 0x7f1cff043000-0x7f1cff044000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x1000 reg fp  shmid: 0
>> (00.369199) 0x7f1cff044000-0x7f1cff06a000 (152K) prot 0x5 flags 0x2 st
>> 0x41 off 0 reg fp  shmid: 0
>> (00.369203) 0x7f1cff06b000-0x7f1cff070000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369207) 0x7f1cff070000-0x7f1cff075000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369211) 0x7f1cff075000-0x7f1cff07a000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369215) 0x7f1cff07a000-0x7f1cff07f000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369219) 0x7f1cff07f000-0x7f1cff084000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369223) 0x7f1cff084000-0x7f1cff089000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369227) 0x7f1cff089000-0x7f1cff25d000 (1872K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369231) 0x7f1cff25f000-0x7f1cff264000 (20K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369235) 0x7f1cff264000-0x7f1cff267000 (12K) prot 0x3 flags 0x1 st
>> 0x2000 off 0  shmid: 0
>> (00.369239) 0x7f1cff267000-0x7f1cff269000 (8K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369243) 0x7f1cff269000-0x7f1cff26a000 (4K) prot 0x1 flags 0x2 st
>> 0x41 off 0x25000 reg fp  shmid: 0
>> (00.369247) 0x7f1cff26a000-0x7f1cff26b000 (4K) prot 0x3 flags 0x2 st
>> 0x41 off 0x26000 reg fp  shmid: 0
>> (00.369251) 0x7f1cff26b000-0x7f1cff26c000 (4K) prot 0x3 flags 0x22 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369255) 0x7ffe8a3ae000-0x7ffe8a3d0000 (136K) prot 0x3 flags 0x122 st
>> 0x201 off 0 reg ap  shmid: 0
>> (00.369259) 0x7ffe8a3dc000-0x7ffe8a3de000 (8K) prot 0x1 flags 0x22 st
>> 0x1201 off 0 reg vvar ap  shmid: 0
>> (00.369263) 0x7ffe8a3de000-0x7ffe8a3e0000 (8K) prot 0x5 flags 0x22 st
>> 0x209 off 0 reg vdso ap  shmid: 0
>> (00.369267) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags
>> 0x22 st 0x204 off 0 vsys ap  shmid: 0
>> (00.369271) ----------------------------------------
>> (00.369277)
>> (00.369281) Collecting fds (pid: 8367)
>> (00.369284) ----------------------------------------
>> (00.369324) Found 36 file descriptors
>> (00.369329) ----------------------------------------
>> (00.369343) Dump private signals of 8367
>> (00.369353) Dump private signals of 8373
>> (00.369360) Dump private signals of 8374
>> (00.369366) Dump private signals of 8375
>> (00.369373) Dump private signals of 8376
>> (00.369380) Dump private signals of 8377
>> (00.369386) Dump private signals of 8378
>> (00.369391) Dump private signals of 8379
>> (00.369397) Dump private signals of 8380
>> (00.369404) Dump private signals of 8381
>> (00.369411) Dump private signals of 8382
>> (00.369417) Dump private signals of 8383
>> (00.369423) Dump private signals of 8384
>> (00.369429) Dump private signals of 8386
>> (00.369434) Dump private signals of 8387
>> (00.369440) Dump private signals of 8388
>> (00.369446) Dump private signals of 8389
>> (00.369453) Dump private signals of 8390
>> (00.369459) Dump private signals of 8391
>> (00.369466) Dump private signals of 8392
>> (00.369472) Dump private signals of 8393
>> (00.369478) Dump private signals of 8394
>> (00.369484) Dump private signals of 8395
>> (00.369490) Dump private signals of 8396
>> (00.369498) Dump private signals of 8397
>> (00.369504) Dump private signals of 8398
>> (00.369510) Dump private signals of 8399
>> (00.369516) Dump private signals of 8401
>> (00.369522) Dump shared signals of 8367
>> (00.369533) Parasite syscall_ip at 0x400000
>> (00.369825) Set up parasite blob using memfd
>> (00.369833) Putting parasite blob into 0x7f2ec821f000->0x7f1ce412a000
>> (00.369854) Dumping GP/FPU registers for 8367
>> (00.369859) Warn  (arch/x86/crtools.c:132): Will restore 8367 with
>> interrupted system call
>> (00.369868) xsave runtime structure
>> (00.369871) -----------------------
>> (00.369874) cwd:37f swd:0 twd:0 fop:0 mxcsr:1fa0 mxcsr_mask:ffff
>> (00.369884) magic1:0 extended_size:0 xstate_bv:0 xstate_size:0
>> (00.369888) xstate_bv: 0
>> (00.369891) -----------------------
>> (00.369895) Putting tsock into pid 8367
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> CRIU mailing list
>> CRIU at openvz.org
>> https://lists.openvz.org/mailman/listinfo/criu
>>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20160728/ec23d92b/attachment-0001.html>


More information about the CRIU mailing list