Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another issue with Checkpoint using Docker #554

Closed
santiagobasulto opened this issue Sep 12, 2018 · 17 comments
Closed

Another issue with Checkpoint using Docker #554

santiagobasulto opened this issue Sep 12, 2018 · 17 comments

Comments

@santiagobasulto
Copy link

Hello everybody! I'm trying to checkpoint a container and I'm getting the following error:

Error response from daemon: Cannot checkpoint container 00d329faebb0: docker-runc did not terminate sucessfully: criu failed: type NOTIFY errno 0 path= /var/run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/00d329faebb01ba04e955ae0dc859ff6ffdd69b702ed756c1c11ddb7e196f016/criu-dump.log: unknown

The error in the dump seems to be: mnt: Can't parse 22902's mountinfo. Here's the tail of the dump:

(00.029980) Error (criu/proc_parse.c:1432): Bad format in 22902 mountinfo: 'd03334010331327dcb1d3c4e0d3d98937740a23cfa43e0a0bbbd3da29/work
'
(00.029992) Error (criu/mount.c:1941): mnt: Can't parse 22902's mountinfo
(00.030002) Unlock network
(00.030004) Running network-unlock scripts
(00.030006)     RPC
(00.046642) Unfreezing tasks into 1
(00.046656)     Unseizing 22902 into 1
(00.046686)     Unseizing 22953 into 1
(00.046752) Error (criu/cr-dump.c:1628): Dumping FAILED.

Any ideas of what's going on?

@avagin
Copy link
Member

avagin commented Sep 12, 2018

What version of criu do you use?

@santiagobasulto
Copy link
Author

Thanks for the quick answer. I'm using CRIU Version: 2.6, on Ubuntu 16.04 LTS (EC2 Instance). With Docker version Docker version 18.06.1-ce.

The command I'm running is: sudo docker checkpoint create e6019b0eec8d checkpoint1

@santiagobasulto
Copy link
Author

Btw, I am able to create some checkpoints, I tried the one from the example and it worked:

$ docker run -d --name looper --security-opt seccomp:unconfined busybox  \
         /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'

@avagin
Copy link
Member

avagin commented Sep 12, 2018

2.6 is a very old version. Could you update criu and try again?

@santiagobasulto
Copy link
Author

Oh! sorry, I installed it with regular apt-get install update. Any simple way to update?

@avagin
Copy link
Member

avagin commented Sep 12, 2018

Cc: @adrianreber

@adrianreber
Copy link
Member

@avagin I knew you would ask me 😁

So, yesterday I update the CRIU ppa to the latest CRIU version but only for 18.04 (https://launchpad.net/~criu/+archive/ubuntu/ppa). I tried to build for 16.04 but it failed because of things I do not totally understand (debhelper versions and other things). I will try to make the latest CRIU for 16.04 available, but it might take a day or two.

@santiagobasulto
Copy link
Author

oh, bummer. So it was that. I can try installing it from source in the meantime and see if that's the issue. Thanks for your help :)

@adrianreber
Copy link
Member

Building the package for 16.04 was easier than expected. Please try:

add-apt-repository ppa:criu/pp

and then try to upgrade CRIU.

@santiagobasulto
Copy link
Author

Thanks for the update! Still failing, but different reason now 😪. I updated CRIU, now I have version 3.10.

Running docker checkpoint create fails with invalid option -- 'w'. Here's the tail of the dump:

(00.051135) 6332 was trapped
(00.051138) 6332 (native) is going to execute the syscall 15, required is 15
(00.051146) 6332 was stopped
(00.051248) Unlock network
(00.051252) Running network-unlock scripts
(00.051254)     RPC
iptables-restore: invalid option -- 'w'
ip6tables-restore: invalid option -- 'w'
(00.067948) Unfreezing tasks into 1
(00.067956)     Unseizing 6332 into 1
(00.067984)     Unseizing 6385 into 1
(00.068048) Error (criu/cr-dump.c:1720): Dumping FAILED.

Any ideas?

@avagin
Copy link
Member

avagin commented Sep 13, 2018

@santiagobasulto Could you attach a full log?

@santiagobasulto
Copy link
Author

Sure thing, here it goes:

(00.000026) Version: 3.10 (gitid 0)
(00.000041) Running on ip-172-31-9-183 Linux 4.4.0-1065-aws #75-Ubuntu SMP Fri Aug 10 11:14:32 UTC 2018 x86_64
(00.000075) ========================================
(00.000078) Dumping processes (pid: 6332)
(00.000080) ========================================
(00.000083) Running pre-dump scripts
(00.000085) 	RPC
(00.006380) irmap: Searching irmap cache in work dir
(00.006395) No irmap-cache image
(00.006398) irmap: Searching irmap cache in parent
(00.006402) irmap: No irmap cache
(00.006420) cpu: fpu:1 fxsr:1 xsave:1
(00.006554) cg-prop: Parsing controller "cpu"
(00.006560) cg-prop: 	Strategy "replace"
(00.006563) cg-prop: 	Property "cpu.shares"
(00.006565) cg-prop: 	Property "cpu.cfs_period_us"
(00.006569) cg-prop: 	Property "cpu.cfs_quota_us"
(00.006571) cg-prop: 	Property "cpu.rt_period_us"
(00.006573) cg-prop: 	Property "cpu.rt_runtime_us"
(00.006574) cg-prop: Parsing controller "memory"
(00.006576) cg-prop: 	Strategy "replace"
(00.006578) cg-prop: 	Property "memory.limit_in_bytes"
(00.006580) cg-prop: 	Property "memory.memsw.limit_in_bytes"
(00.006582) cg-prop: 	Property "memory.swappiness"
(00.006583) cg-prop: 	Property "memory.soft_limit_in_bytes"
(00.006585) cg-prop: 	Property "memory.move_charge_at_immigrate"
(00.006587) cg-prop: 	Property "memory.oom_control"
(00.006589) cg-prop: 	Property "memory.use_hierarchy"
(00.006591) cg-prop: 	Property "memory.kmem.limit_in_bytes"
(00.006592) cg-prop: 	Property "memory.kmem.tcp.limit_in_bytes"
(00.006594) cg-prop: Parsing controller "cpuset"
(00.006596) cg-prop: 	Strategy "replace"
(00.006598) cg-prop: 	Property "cpuset.cpus"
(00.006599) cg-prop: 	Property "cpuset.mems"
(00.006601) cg-prop: 	Property "cpuset.memory_migrate"
(00.006603) cg-prop: 	Property "cpuset.cpu_exclusive"
(00.006605) cg-prop: 	Property "cpuset.mem_exclusive"
(00.006606) cg-prop: 	Property "cpuset.mem_hardwall"
(00.006608) cg-prop: 	Property "cpuset.memory_spread_page"
(00.006610) cg-prop: 	Property "cpuset.memory_spread_slab"
(00.006612) cg-prop: 	Property "cpuset.sched_load_balance"
(00.006613) cg-prop: 	Property "cpuset.sched_relax_domain_level"
(00.006615) cg-prop: Parsing controller "blkio"
(00.006617) cg-prop: 	Strategy "replace"
(00.006619) cg-prop: 	Property "blkio.weight"
(00.006621) cg-prop: Parsing controller "freezer"
(00.006622) cg-prop: 	Strategy "replace"
(00.006624) cg-prop: Parsing controller "perf_event"
(00.006626) cg-prop: 	Strategy "replace"
(00.006628) cg-prop: Parsing controller "net_cls"
(00.006629) cg-prop: 	Strategy "replace"
(00.006631) cg-prop: 	Property "net_cls.classid"
(00.006633) cg-prop: Parsing controller "net_prio"
(00.006635) cg-prop: 	Strategy "replace"
(00.006636) cg-prop: 	Property "net_prio.ifpriomap"
(00.006638) cg-prop: Parsing controller "pids"
(00.006640) cg-prop: 	Strategy "replace"
(00.006642) cg-prop: 	Property "pids.max"
(00.006643) cg-prop: Parsing controller "devices"
(00.006645) cg-prop: 	Strategy "replace"
(00.006647) cg-prop: 	Property "devices.list"
(00.006674) Perparing image inventory (version 1)
(00.006693) Add pid ns 1 pid 6447
(00.006699) Add net ns 2 pid 6447
(00.006705) Add ipc ns 3 pid 6447
(00.006709) Add uts ns 4 pid 6447
(00.006715) Add mnt ns 5 pid 6447
(00.006720) Add user ns 6 pid 6447
(00.006725) Add cgroup ns 7 pid 6447
(00.006727) cg: Dumping cgroups for 6447
(00.006758) cg:  `- New css ID 1
(00.006760) cg:     `- [blkio] -> [/system.slice/docker.service] [0]
(00.006762) cg:     `- [cpu,cpuacct] -> [/system.slice/docker.service] [0]
(00.006764) cg:     `- [cpuset] -> [/] [0]
(00.006766) cg:     `- [devices] -> [/system.slice/docker.service] [0]
(00.006767) cg:     `- [freezer] -> [/] [0]
(00.006769) cg:     `- [hugetlb] -> [/] [0]
(00.006771) cg:     `- [memory] -> [/system.slice/docker.service] [0]
(00.006773) cg:     `- [name=systemd] -> [/system.slice/docker.service] [0]
(00.006775) cg:     `- [net_cls,net_prio] -> [/] [0]
(00.006788) cg:     `- [perf_event] -> [/] [0]
(00.006790) cg:     `- [pids] -> [/system.slice/docker.service] [0]
(00.006792) cg: Set 1 is criu one
(00.006800) freezing processes: 100000 attempts with 100 ms steps
(00.006819) freezer.state=FROZEN
(00.006849) SEIZE 6332: success
(00.006863) SEIZE 6380: success
(00.006870) SEIZE 6385: success
(00.006873) SEIZE 6386: success
(00.006877) SEIZE 6387: success
(00.006880) SEIZE 6394: success
(00.006884) SEIZE 6395: success
(00.006887) SEIZE 6396: success
(00.006890) SEIZE 6397: success
(00.006894) SEIZE 6398: success
(00.006897) SEIZE 6399: success
(00.006917) SEIZE 6400: success
(00.007051) Seized task 6332, state 1
(00.007056) seccomp: Collected tid_real 6332 mode 0x2
(00.007076) 	Seizing 6332's 6380 thread
(00.007114) seccomp: Collected tid_real 6380 mode 0x2
(00.007116) 	Seizing 6332's 6386 thread
(00.007150) seccomp: Collected tid_real 6386 mode 0x2
(00.007152) 	Seizing 6332's 6387 thread
(00.007186) seccomp: Collected tid_real 6387 mode 0x2
(00.007197) Collected (-1 attempts, 0 in_progress)
(00.007221) Seized task 6385, state 0
(00.007257) seccomp: Collected tid_real 6385 mode 0x2
(00.007275) 	Seizing 6385's 6394 thread
(00.007311) seccomp: Collected tid_real 6394 mode 0x2
(00.007313) 	Seizing 6385's 6395 thread
(00.007346) seccomp: Collected tid_real 6395 mode 0x2
(00.007348) 	Seizing 6385's 6396 thread
(00.007381) seccomp: Collected tid_real 6396 mode 0x2
(00.007383) 	Seizing 6385's 6397 thread
(00.007416) seccomp: Collected tid_real 6397 mode 0x2
(00.007418) 	Seizing 6385's 6398 thread
(00.007451) seccomp: Collected tid_real 6398 mode 0x2
(00.007453) 	Seizing 6385's 6399 thread
(00.007487) seccomp: Collected tid_real 6399 mode 0x2
(00.007490) 	Seizing 6385's 6400 thread
(00.007531) seccomp: Collected tid_real 6400 mode 0x2
(00.007547) Collected (-1 attempts, 0 in_progress)
(00.007596) Collected (0 attempts, 0 in_progress)
(00.007606) Collected 6385 in 1 state
(00.007629) Collected (-1 attempts, 0 in_progress)
(00.007635) Collected 6332 in 1 state
(00.007652) Will take pid namespace in the image
(00.007654) Add pid ns 8 pid 6332
(00.007659) Will take net namespace in the image
(00.007660) Add net ns 9 pid 6332
(00.007666) Will take ipc namespace in the image
(00.007668) Add ipc ns 10 pid 6332
(00.007673) Will take uts namespace in the image
(00.007675) Add uts ns 11 pid 6332
(00.007681) Will take mnt namespace in the image
(00.007682) Add mnt ns 12 pid 6332
(00.007736) Lock network
(00.007739) Running network-lock scripts
(00.007740) 	RPC
iptables-restore: invalid option -- 'w'
ip6tables-restore: invalid option -- 'w'
(00.043000) 	type overlay source overlay mnt_id 180 s_dev 0x29 / @ ./ flags 0x280000 options lowerdir=/var/lib/docker/overlay2/l/JMDKWSW4T5AZFIE52VT4OE2HEL:/var/lib/docker/overlay2/l/ZFVCJVSWV3WTCDZ2SYJLXR4RJV:/var/lib/docker/overlay2/l/CXH4YSHUL7MSWIBJJ2FUEXRVB7:/var/lib/docker/overlay2/l/XM6ERRH67GQFSVTBRNZKKZ44QL:/var/lib/docker/overlay2/l/FRBB224BE6C3G6QE6HZDPABL6W:/var/lib/docker/overlay2/l/SZSBHBYC2DMRDCPWDLP5N6W54H:/var/lib/docker/overlay2/l/OCQ75USE43X3SWTEJA5PH466Z3:/var/lib/docker/overlay2/l/HJHENBV5U4XY3C4BLU5JIUL4BI:/var/lib/docker/overlay2/l/HMFLZ6USEZHUXPKKUIY6WDFHZQ:/var/lib/docker/overlay2/l/HPKFJFZWWEFGQST6QPRLQJSQ44:/var/lib/docker/overlay2/l/YFDNCZNVVXZQK3FLF2I65S3OTV:/var/lib/docker/overlay2/l/TW4FRTUBT4BSJ6V42UZD4M63MO:/var/lib/docker/overlay2/l/MSEJB6MEQOQGJLIMYUH3ZXR2YM:/var/lib/docker/overlay2/l/P7K7NO2RRI7EXWAS266JX7N7YD:/var/lib/docker/overlay2/l/DAQAUR6OOFXL37CEVA7XVU2FYV:/var/lib/docker/overlay2/l/PK3B5B2QY4AX425VLO46AHCZSO:/var/lib/docker/overlay2/l/ZOICXS46DQGO4GOOZVMPRVJRQB:/var/lib/docker/overlay2/l/E3XTNORPOGTBUCFRLQM4VQLPFX:/var/lib/docker/overlay2/l/N2TUP6NVH663TXSVYGWS26OSZG:/var/lib/docker/overlay2/l/DOCX5J545NTBN6LZ5JOYO7V777:/var/lib/docker/overlay2/l/XL4BO3UXFQ6KUBCEWZET6Y5JOJ,upperdir=/var/lib/docker/overlay2/f52334e5249f59fa7c2438b2c421818728913f81835175da6162e6110076d62d/diff,workdir=/var/lib/docker/overlay2/f52334e5249f59fa7c2438b2c421818728913f81835175da6162e6110076d62d/work
(00.043016) 	type proc source proc mnt_id 181 s_dev 0x2c / @ ./proc flags 0x20000e options 
(00.043022) 	type tmpfs source tmpfs mnt_id 182 s_dev 0x2d / @ ./dev flags 0x1000002 options size=65536k,mode=755
(00.043029) 	type devpts source devpts mnt_id 183 s_dev 0x2e / @ ./dev/pts flags 0x20000a options gid=5,mode=620,ptmxmode=666
(00.043050) 	type sysfs source sysfs mnt_id 184 s_dev 0x2f / @ ./sys flags 0x20000f options 
(00.043056) 	type tmpfs source tmpfs mnt_id 185 s_dev 0x30 / @ ./sys/fs/cgroup flags 0x20000f options mode=755
(00.043065) 	type cgroup source cgroup mnt_id 186 s_dev 0x16 /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/systemd flags 0x28000f options xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
(00.043092) 	type cgroup source cgroup mnt_id 187 s_dev 0x18 /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/cpu,cpuacct flags 0x28000f options cpu,cpuacct
(00.043098) 	type cgroup source cgroup mnt_id 188 s_dev 0x19 /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/blkio flags 0x28000f options blkio
(00.043103) 	type cgroup source cgroup mnt_id 189 s_dev 0x1a /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/net_cls,net_prio flags 0x28000f options net_cls,net_prio
(00.043107) 	type cgroup source cgroup mnt_id 190 s_dev 0x1b /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/cpuset flags 0x28000f options cpuset
(00.043112) 	type cgroup source cgroup mnt_id 191 s_dev 0x1c /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/memory flags 0x28000f options memory
(00.043141) 	type cgroup source cgroup mnt_id 192 s_dev 0x1d /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/freezer flags 0x28000f options freezer
(00.043146) 	type cgroup source cgroup mnt_id 193 s_dev 0x1e /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/hugetlb flags 0x28000f options hugetlb
(00.043153) 	type cgroup source cgroup mnt_id 194 s_dev 0x1f /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/perf_event flags 0x28000f options perf_event
(00.043157) 	type cgroup source cgroup mnt_id 195 s_dev 0x20 /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/pids flags 0x28000f options pids
(00.043162) 	type cgroup source cgroup mnt_id 196 s_dev 0x21 /docker/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab @ ./sys/fs/cgroup/devices flags 0x28000f options devices
(00.043166) 	type mqueue source mqueue mnt_id 197 s_dev 0x2b / @ ./dev/mqueue flags 0x20000e options 
(00.043172) 	type fuse source s3fs mnt_id 198 s_dev 0x28 /santiagobasulto @ ./app/user_data flags 0x200006 options user_id=1000,group_id=1000,allow_other
(00.043196) 	type ext4 source /dev/xvda1 mnt_id 199 s_dev 0xca00001 /var/lib/docker/containers/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab/resolv.conf @ ./etc/resolv.conf flags 0x200000 options discard,data=ordered
(00.043203) 	type ext4 source /dev/xvda1 mnt_id 200 s_dev 0xca00001 /var/lib/docker/containers/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab/hostname @ ./etc/hostname flags 0x200000 options discard,data=ordered
(00.043209) 	type ext4 source /dev/xvda1 mnt_id 201 s_dev 0xca00001 /var/lib/docker/containers/26b0b71667da07370764f9df1f5d112b20c52da87b39d7a5dbac40b7de2e55ab/hosts @ ./etc/hosts flags 0x200000 options discard,data=ordered
(00.043214) 	type tmpfs source shm mnt_id 202 s_dev 0x2a / @ ./dev/shm flags 0x20000e options size=65536k
(00.043218) 	type proc source proc mnt_id 142 s_dev 0x2c /bus @ ./proc/bus flags 0x200001 options 
(00.043222) 	type proc source proc mnt_id 144 s_dev 0x2c /fs @ ./proc/fs flags 0x200001 options 
(00.043227) 	type proc source proc mnt_id 145 s_dev 0x2c /irq @ ./proc/irq flags 0x200001 options 
(00.043230) 	type proc source proc mnt_id 146 s_dev 0x2c /sys @ ./proc/sys flags 0x200001 options 
(00.043235) 	type proc source proc mnt_id 147 s_dev 0x2c /sysrq-trigger @ ./proc/sysrq-trigger flags 0x200001 options 
(00.043239) 	type tmpfs source tmpfs mnt_id 148 s_dev 0x31 / @ ./proc/acpi flags 0x200001 options 
(00.043248) 	type tmpfs source tmpfs mnt_id 149 s_dev 0x2d /null @ ./proc/kcore flags 0x1000002 options size=65536k,mode=755
(00.043261) 	type tmpfs source tmpfs mnt_id 150 s_dev 0x2d /null @ ./proc/keys flags 0x1000002 options size=65536k,mode=755
(00.043266) 	type tmpfs source tmpfs mnt_id 151 s_dev 0x2d /null @ ./proc/timer_list flags 0x1000002 options size=65536k,mode=755
(00.043271) 	type tmpfs source tmpfs mnt_id 152 s_dev 0x2d /null @ ./proc/timer_stats flags 0x1000002 options size=65536k,mode=755
(00.043275) 	type tmpfs source tmpfs mnt_id 153 s_dev 0x2d /null @ ./proc/sched_debug flags 0x1000002 options size=65536k,mode=755
(00.043279) 	type tmpfs source tmpfs mnt_id 154 s_dev 0x32 / @ ./proc/scsi flags 0x200001 options 
(00.043283) 	type tmpfs source tmpfs mnt_id 155 s_dev 0x33 / @ ./sys/firmware flags 0x200001 options 
(00.043289) mnt: Building mountpoints tree
(00.043290) mnt: 	Building plain mount tree
(00.043292) mnt: 		Working on 155->184
(00.043294) mnt: 		Working on 154->181
(00.043296) mnt: 		Working on 153->181
(00.043297) mnt: 		Working on 152->181
(00.043299) mnt: 		Working on 151->181
(00.043301) mnt: 		Working on 150->181
(00.043302) mnt: 		Working on 149->181
(00.043304) mnt: 		Working on 148->181
(00.043306) mnt: 		Working on 147->181
(00.043307) mnt: 		Working on 146->181
(00.043309) mnt: 		Working on 145->181
(00.043311) mnt: 		Working on 144->181
(00.043312) mnt: 		Working on 142->181
(00.043314) mnt: 		Working on 202->182
(00.043315) mnt: 		Working on 201->180
(00.043317) mnt: 		Working on 200->180
(00.043319) mnt: 		Working on 199->180
(00.043320) mnt: 		Working on 198->180
(00.043322) mnt: 		Working on 197->182
(00.043324) mnt: 		Working on 196->185
(00.043325) mnt: 		Working on 195->185
(00.043327) mnt: 		Working on 194->185
(00.043329) mnt: 		Working on 193->185
(00.043330) mnt: 		Working on 192->185
(00.043332) mnt: 		Working on 191->185
(00.043333) mnt: 		Working on 190->185
(00.043335) mnt: 		Working on 189->185
(00.043337) mnt: 		Working on 188->185
(00.043338) mnt: 		Working on 187->185
(00.043340) mnt: 		Working on 186->185
(00.043341) mnt: 		Working on 185->184
(00.043343) mnt: 		Working on 184->180
(00.043345) mnt: 		Working on 183->182
(00.043346) mnt: 		Working on 182->180
(00.043348) mnt: 		Working on 181->180
(00.043350) mnt: 		Working on 180->141
(00.043352) mnt: 	Resorting siblings on 180
(00.043354) mnt: 	Resorting siblings on 201
(00.043355) mnt: 	Resorting siblings on 200
(00.043357) mnt: 	Resorting siblings on 199
(00.043359) mnt: 	Resorting siblings on 198
(00.043360) mnt: 	Resorting siblings on 184
(00.043362) mnt: 	Resorting siblings on 155
(00.043364) mnt: 	Resorting siblings on 185
(00.043365) mnt: 	Resorting siblings on 196
(00.043367) mnt: 	Resorting siblings on 195
(00.043368) mnt: 	Resorting siblings on 194
(00.043370) mnt: 	Resorting siblings on 193
(00.043372) mnt: 	Resorting siblings on 192
(00.043373) mnt: 	Resorting siblings on 191
(00.043375) mnt: 	Resorting siblings on 190
(00.043377) mnt: 	Resorting siblings on 189
(00.043379) mnt: 	Resorting siblings on 188
(00.043380) mnt: 	Resorting siblings on 187
(00.043382) mnt: 	Resorting siblings on 186
(00.043384) mnt: 	Resorting siblings on 182
(00.043385) mnt: 	Resorting siblings on 202
(00.043387) mnt: 	Resorting siblings on 197
(00.043389) mnt: 	Resorting siblings on 183
(00.043390) mnt: 	Resorting siblings on 181
(00.043392) mnt: 	Resorting siblings on 154
(00.043394) mnt: 	Resorting siblings on 153
(00.043395) mnt: 	Resorting siblings on 152
(00.043397) mnt: 	Resorting siblings on 151
(00.043398) mnt: 	Resorting siblings on 150
(00.043400) mnt: 	Resorting siblings on 149
(00.043402) mnt: 	Resorting siblings on 148
(00.043403) mnt: 	Resorting siblings on 147
(00.043405) mnt: 	Resorting siblings on 146
(00.043407) mnt: 	Resorting siblings on 145
(00.043409) mnt: 	Resorting siblings on 144
(00.043410) mnt: 	Resorting siblings on 142
(00.043412) mnt: Done:
(00.043414) mnt: [./](180->141)
(00.043416) mnt:  [./etc/hosts](201->180)
(00.043417) mnt:  <--
(00.043421) mnt:  [./etc/hostname](200->180)
(00.043423) mnt:  <--
(00.043424) mnt:  [./etc/resolv.conf](199->180)
(00.043426) mnt:  <--
(00.043428) mnt:  [./app/user_data](198->180)
(00.043429) mnt:  <--
(00.043431) mnt:  [./sys](184->180)
(00.043433) mnt:   [./sys/fs/cgroup](185->184)
(00.043435) mnt:    [./sys/fs/cgroup/devices](196->185)
(00.043436) mnt:    <--
(00.043438) mnt:    [./sys/fs/cgroup/pids](195->185)
(00.043440) mnt:    <--
(00.043441) mnt:    [./sys/fs/cgroup/perf_event](194->185)
(00.043443) mnt:    <--
(00.043444) mnt:    [./sys/fs/cgroup/hugetlb](193->185)
(00.043446) mnt:    <--
(00.043448) mnt:    [./sys/fs/cgroup/freezer](192->185)
(00.043449) mnt:    <--
(00.043451) mnt:    [./sys/fs/cgroup/memory](191->185)
(00.043453) mnt:    <--
(00.043454) mnt:    [./sys/fs/cgroup/cpuset](190->185)
(00.043456) mnt:    <--
(00.043458) mnt:    [./sys/fs/cgroup/net_cls,net_prio](189->185)
(00.043459) mnt:    <--
(00.043461) mnt:    [./sys/fs/cgroup/blkio](188->185)
(00.043463) mnt:    <--
(00.043464) mnt:    [./sys/fs/cgroup/cpu,cpuacct](187->185)
(00.043466) mnt:    <--
(00.043467) mnt:    [./sys/fs/cgroup/systemd](186->185)
(00.043469) mnt:    <--
(00.043471) mnt:   <--
(00.043472) mnt:   [./sys/firmware](155->184)
(00.043474) mnt:   <--
(00.043476) mnt:  <--
(00.043477) mnt:  [./dev](182->180)
(00.043479) mnt:   [./dev/shm](202->182)
(00.043481) mnt:   <--
(00.043482) mnt:   [./dev/mqueue](197->182)
(00.043484) mnt:   <--
(00.043486) mnt:   [./dev/pts](183->182)
(00.043487) mnt:   <--
(00.043489) mnt:  <--
(00.043490) mnt:  [./proc](181->180)
(00.043492) mnt:   [./proc/scsi](154->181)
(00.043494) mnt:   <--
(00.043495) mnt:   [./proc/sched_debug](153->181)
(00.043497) mnt:   <--
(00.043499) mnt:   [./proc/timer_stats](152->181)
(00.043500) mnt:   <--
(00.043502) mnt:   [./proc/timer_list](151->181)
(00.043504) mnt:   <--
(00.043505) mnt:   [./proc/keys](150->181)
(00.043507) mnt:   <--
(00.043509) mnt:   [./proc/kcore](149->181)
(00.043510) mnt:   <--
(00.043523) mnt:   [./proc/acpi](148->181)
(00.043526) mnt:   <--
(00.043527) mnt:   [./proc/sysrq-trigger](147->181)
(00.043529) mnt:   <--
(00.043531) mnt:   [./proc/sys](146->181)
(00.043533) mnt:   <--
(00.043535) mnt:   [./proc/irq](145->181)
(00.043536) mnt:   <--
(00.043538) mnt:   [./proc/fs](144->181)
(00.043540) mnt:   <--
(00.043542) mnt:   [./proc/bus](142->181)
(00.043544) mnt:   <--
(00.043545) mnt:  <--
(00.043547) mnt: <--
(00.043553) mnt: Found /dev/null mapping for ./proc/sched_debug mountpoint
(00.043555) mnt: Found /dev/null mapping for ./proc/timer_stats mountpoint
(00.043557) mnt: Found /dev/null mapping for ./proc/timer_list mountpoint
(00.043559) mnt: Found /dev/null mapping for ./proc/keys mountpoint
(00.043562) mnt: Found /dev/null mapping for ./proc/kcore mountpoint
(00.043566) mnt: Found /dev/shm mapping for ./dev/shm mountpoint
(00.043568) mnt: Found /etc/hosts mapping for ./etc/hosts mountpoint
(00.043570) mnt: Found /etc/hostname mapping for ./etc/hostname mountpoint
(00.043572) mnt: Found /etc/resolv.conf mapping for ./etc/resolv.conf mountpoint
(00.043575) mnt: Found /app/user_data mapping for ./app/user_data mountpoint
(00.043577) mnt: Found /sys/fs/cgroup/devices mapping for ./sys/fs/cgroup/devices mountpoint
(00.043579) mnt: Found /sys/fs/cgroup/pids mapping for ./sys/fs/cgroup/pids mountpoint
(00.043582) mnt: Found /sys/fs/cgroup/perf_event mapping for ./sys/fs/cgroup/perf_event mountpoint
(00.043584) mnt: Found /sys/fs/cgroup/hugetlb mapping for ./sys/fs/cgroup/hugetlb mountpoint
(00.043586) mnt: Found /sys/fs/cgroup/freezer mapping for ./sys/fs/cgroup/freezer mountpoint
(00.043588) mnt: Found /sys/fs/cgroup/memory mapping for ./sys/fs/cgroup/memory mountpoint
(00.043590) mnt: Found /sys/fs/cgroup/cpuset mapping for ./sys/fs/cgroup/cpuset mountpoint
(00.043592) mnt: Found /sys/fs/cgroup/net_cls,net_prio mapping for ./sys/fs/cgroup/net_cls,net_prio mountpoint
(00.043595) mnt: Found /sys/fs/cgroup/blkio mapping for ./sys/fs/cgroup/blkio mountpoint
(00.043597) mnt: Found /sys/fs/cgroup/cpu,cpuacct mapping for ./sys/fs/cgroup/cpu,cpuacct mountpoint
(00.043601) mnt: Found /sys/fs/cgroup/systemd mapping for ./sys/fs/cgroup/systemd mountpoint
(00.043605) mnt: Inspecting sharing on 155 shared_id 0 master_id 0 (@./sys/firmware)
(00.043608) mnt: Inspecting sharing on 154 shared_id 0 master_id 0 (@./proc/scsi)
(00.043610) mnt: Inspecting sharing on 153 shared_id 0 master_id 0 (@./proc/sched_debug)
(00.043612) mnt: 	The mount 152 is bind for 153 (@./proc/timer_stats -> @./proc/sched_debug)
(00.043615) mnt: 	The mount 151 is bind for 153 (@./proc/timer_list -> @./proc/sched_debug)
(00.043617) mnt: 	The mount 150 is bind for 153 (@./proc/keys -> @./proc/sched_debug)
(00.043619) mnt: 	The mount 149 is bind for 153 (@./proc/kcore -> @./proc/sched_debug)
(00.043621) mnt: 	The mount 182 is bind for 153 (@./dev -> @./proc/sched_debug)
(00.043623) mnt: Inspecting sharing on 152 shared_id 0 master_id 0 (@./proc/timer_stats)
(00.043625) mnt: Inspecting sharing on 151 shared_id 0 master_id 0 (@./proc/timer_list)
(00.043627) mnt: Inspecting sharing on 150 shared_id 0 master_id 0 (@./proc/keys)
(00.043629) mnt: Inspecting sharing on 149 shared_id 0 master_id 0 (@./proc/kcore)
(00.043630) mnt: Inspecting sharing on 148 shared_id 0 master_id 0 (@./proc/acpi)
(00.043632) mnt: Inspecting sharing on 147 shared_id 0 master_id 0 (@./proc/sysrq-trigger)
(00.043634) mnt: 	The mount 146 is bind for 147 (@./proc/sys -> @./proc/sysrq-trigger)
(00.043636) mnt: 	The mount 145 is bind for 147 (@./proc/irq -> @./proc/sysrq-trigger)
(00.043638) mnt: 	The mount 144 is bind for 147 (@./proc/fs -> @./proc/sysrq-trigger)
(00.043640) mnt: 	The mount 142 is bind for 147 (@./proc/bus -> @./proc/sysrq-trigger)
(00.043643) mnt: 	The mount 181 is bind for 147 (@./proc -> @./proc/sysrq-trigger)
(00.043644) mnt: Inspecting sharing on 146 shared_id 0 master_id 0 (@./proc/sys)
(00.043646) mnt: Inspecting sharing on 145 shared_id 0 master_id 0 (@./proc/irq)
(00.043648) mnt: Inspecting sharing on 144 shared_id 0 master_id 0 (@./proc/fs)
(00.043650) mnt: Inspecting sharing on 142 shared_id 0 master_id 0 (@./proc/bus)
(00.043652) mnt: Inspecting sharing on 202 shared_id 0 master_id 0 (@./dev/shm)
(00.043654) mnt: Inspecting sharing on 201 shared_id 0 master_id 0 (@./etc/hosts)
(00.043656) mnt: 	The mount 200 is bind for 201 (@./etc/hostname -> @./etc/hosts)
(00.043658) mnt: 	The mount 199 is bind for 201 (@./etc/resolv.conf -> @./etc/hosts)
(00.043660) mnt: Inspecting sharing on 200 shared_id 0 master_id 0 (@./etc/hostname)
(00.043662) mnt: Inspecting sharing on 199 shared_id 0 master_id 0 (@./etc/resolv.conf)
(00.043664) mnt: Inspecting sharing on 198 shared_id 0 master_id 0 (@./app/user_data)
(00.043666) mnt: Inspecting sharing on 197 shared_id 0 master_id 0 (@./dev/mqueue)
(00.043668) mnt: Inspecting sharing on 196 shared_id 0 master_id 22 (@./sys/fs/cgroup/devices)
(00.043670) mnt: Inspecting sharing on 195 shared_id 0 master_id 21 (@./sys/fs/cgroup/pids)
(00.043672) mnt: Inspecting sharing on 194 shared_id 0 master_id 20 (@./sys/fs/cgroup/perf_event)
(00.043674) mnt: Inspecting sharing on 193 shared_id 0 master_id 19 (@./sys/fs/cgroup/hugetlb)
(00.043676) mnt: Inspecting sharing on 192 shared_id 0 master_id 18 (@./sys/fs/cgroup/freezer)
(00.043679) mnt: Inspecting sharing on 191 shared_id 0 master_id 17 (@./sys/fs/cgroup/memory)
(00.043681) mnt: Inspecting sharing on 190 shared_id 0 master_id 16 (@./sys/fs/cgroup/cpuset)
(00.043683) mnt: Inspecting sharing on 189 shared_id 0 master_id 15 (@./sys/fs/cgroup/net_cls,net_prio)
(00.043685) mnt: Inspecting sharing on 188 shared_id 0 master_id 14 (@./sys/fs/cgroup/blkio)
(00.043687) mnt: Inspecting sharing on 187 shared_id 0 master_id 13 (@./sys/fs/cgroup/cpu,cpuacct)
(00.043689) mnt: Inspecting sharing on 186 shared_id 0 master_id 10 (@./sys/fs/cgroup/systemd)
(00.043691) mnt: Inspecting sharing on 185 shared_id 0 master_id 0 (@./sys/fs/cgroup)
(00.043693) mnt: Inspecting sharing on 184 shared_id 0 master_id 0 (@./sys)
(00.043695) mnt: Inspecting sharing on 183 shared_id 0 master_id 0 (@./dev/pts)
(00.043697) mnt: Inspecting sharing on 182 shared_id 0 master_id 0 (@./dev)
(00.043700) mnt: Inspecting sharing on 181 shared_id 0 master_id 0 (@./proc)
(00.043702) mnt: Inspecting sharing on 180 shared_id 0 master_id -1 (@./)
(00.043706) Collecting netns 9/6332
(00.043708) Switching to 6332's net for collecting sockets
(00.043818) unix: 	Collected: ino 88402 peer_ino 88401 family    1 type    1 state  1 name (null)
(00.043823) unix: 	Collected: ino 88401 peer_ino 88402 family    1 type    1 state  1 name (null)
(00.043826) unix: 	Collected: ino 88399 peer_ino 88400 family    1 type    1 state  1 name (null)
(00.043828) unix: 	Collected: ino 88395 peer_ino 88396 family    1 type    1 state  1 name (null)
(00.043831) unix: 	Collected: ino 88253 peer_ino 88252 family    1 type    1 state  1 name (null)
(00.043833) unix: 	Collected: ino 88255 peer_ino 88254 family    1 type    1 state  1 name (null)
(00.043835) unix: 	Collected: ino 88246 peer_ino 88247 family    1 type    1 state  1 name (null)
(00.043837) unix: 	Collected: ino 88396 peer_ino 88395 family    1 type    1 state  1 name (null)
(00.043840) unix: 	Collected: ino 88251 peer_ino 88250 family    1 type    1 state  1 name (null)
(00.043842) unix: 	Collected: ino 88524 peer_ino 88523 family    1 type    1 state  1 name (null)
(00.043844) unix: 	Collected: ino 88398 peer_ino 88397 family    1 type    1 state  1 name (null)
(00.043847) unix: 	Collected: ino 88397 peer_ino 88398 family    1 type    1 state  1 name (null)
(00.043849) unix: 	Collected: ino 88247 peer_ino 88246 family    1 type    1 state  1 name (null)
(00.043851) unix: 	Collected: ino 88254 peer_ino 88255 family    1 type    1 state  1 name (null)
(00.043853) unix: 	Collected: ino 88400 peer_ino 88399 family    1 type    1 state  1 name (null)
(00.043855) unix: 	Collected: ino 88248 peer_ino 88249 family    1 type    1 state  1 name (null)
(00.043858) unix: 	Collected: ino 88249 peer_ino 88248 family    1 type    1 state  1 name (null)
(00.043860) unix: 	Collected: ino 89742 peer_ino 0 family    1 type    5 state  7 name (null)
(00.043862) unix: 	Collected: ino 88523 peer_ino 88524 family    1 type    1 state  1 name (null)
(00.043864) unix: 	Collected: ino 88559 peer_ino 88558 family    1 type    1 state  1 name (null)
(00.043867) unix: 	Collected: ino 88250 peer_ino 88251 family    1 type    1 state  1 name (null)
(00.043869) unix: 	Collected: ino 87982 peer_ino 87981 family    1 type    1 state  1 name (null)
(00.043871) unix: 	Collected: ino 88252 peer_ino 88253 family    1 type    1 state  1 name (null)
(00.043873) unix: 	Collected: ino 87981 peer_ino 87982 family    1 type    1 state  1 name (null)
(00.043876) unix: 	Collected: ino 88419 peer_ino 88420 family    1 type    1 state  1 name (null)
(00.043878) unix: 	Collected: ino 88420 peer_ino 88419 family    1 type    1 state  1 name (null)
(00.043880) unix: 	Collected: ino 88528 peer_ino 88527 family    1 type    1 state  1 name (null)
(00.043882) unix: 	Collected: ino 88424 peer_ino 88423 family    1 type    1 state  1 name (null)
(00.043884) unix: 	Collected: ino 88405 peer_ino 88406 family    1 type    1 state  1 name (null)
(00.043887) unix: 	Collected: ino 88519 peer_ino 88520 family    1 type    1 state  1 name (null)
(00.043889) unix: 	Collected: ino 88554 peer_ino 88555 family    1 type    1 state  1 name (null)
(00.043891) unix: 	Collected: ino 88435 peer_ino 88436 family    1 type    1 state  1 name (null)
(00.043893) unix: 	Collected: ino 88558 peer_ino 88559 family    1 type    1 state  1 name (null)
(00.043897) unix: 	Collected: ino 88406 peer_ino 88405 family    1 type    1 state  1 name (null)
(00.043900) unix: 	Collected: ino 88515 peer_ino 88516 family    1 type    1 state  1 name (null)
(00.043918) unix: 	Collected: ino 88409 peer_ino 88410 family    1 type    1 state  1 name (null)
(00.043920) unix: 	Collected: ino 88417 peer_ino 88418 family    1 type    1 state  1 name (null)
(00.043922) unix: 	Collected: ino 88427 peer_ino 88428 family    1 type    1 state  1 name (null)
(00.043924) unix: 	Collected: ino 88516 peer_ino 88515 family    1 type    1 state  1 name (null)
(00.043929) unix: 	Collected: ino 88423 peer_ino 88424 family    1 type    1 state  1 name (null)
(00.043931) unix: 	Collected: ino 88425 peer_ino 88426 family    1 type    1 state  1 name (null)
(00.043934) unix: 	Collected: ino 88555 peer_ino 88554 family    1 type    1 state  1 name (null)
(00.043936) unix: 	Collected: ino 88426 peer_ino 88425 family    1 type    1 state  1 name (null)
(00.043938) unix: 	Collected: ino 88429 peer_ino 88430 family    1 type    1 state  1 name (null)
(00.043940) unix: 	Collected: ino 88413 peer_ino 88414 family    1 type    1 state  1 name (null)
(00.043942) unix: 	Collected: ino 88550 peer_ino 88551 family    1 type    1 state  1 name (null)
(00.043944) unix: 	Collected: ino 88860 peer_ino 88861 family    1 type    1 state  1 name (null)
(00.043946) unix: 	Collected: ino 88520 peer_ino 88519 family    1 type    1 state  1 name (null)
(00.043949) unix: 	Collected: ino 88527 peer_ino 88528 family    1 type    1 state  1 name (null)
(00.043951) unix: 	Collected: ino 88410 peer_ino 88409 family    1 type    1 state  1 name (null)
(00.043953) unix: 	Collected: ino 88418 peer_ino 88417 family    1 type    1 state  1 name (null)
(00.043955) unix: 	Collected: ino 88432 peer_ino 88431 family    1 type    1 state  1 name (null)
(00.043957) unix: 	Collected: ino 88551 peer_ino 88550 family    1 type    1 state  1 name (null)
(00.043959) unix: 	Collected: ino 88431 peer_ino 88432 family    1 type    1 state  1 name (null)
(00.043961) unix: 	Collected: ino 88414 peer_ino 88413 family    1 type    1 state  1 name (null)
(00.043964) unix: 	Collected: ino 88430 peer_ino 88429 family    1 type    1 state  1 name (null)
(00.043980) unix: 	Collected: ino 88436 peer_ino 88435 family    1 type    1 state  1 name (null)
(00.043982) unix: 	Collected: ino 88861 peer_ino 88860 family    1 type    1 state  1 name (null)
(00.043984) unix: 	Collected: ino 88428 peer_ino 88427 family    1 type    1 state  1 name (null)
(00.044044) 	Collected: ino  0x15960 family    2 type    1 port    34883 state 10 src_addr 127.0.0.1
(00.044048) 	Collected: ino  0x15954 family    2 type    1 port    40228 state 10 src_addr 127.0.0.1
(00.044050) 	Collected: ino  0x15972 family    2 type    1 port    34793 state 10 src_addr 127.0.0.1
(00.044052) 	Collected: ino  0x1595c family    2 type    1 port    46185 state 10 src_addr 127.0.0.1
(00.044055) 	Collected: ino  0x15958 family    2 type    1 port    55981 state 10 src_addr 127.0.0.1
(00.044057) 	Collected: ino  0x15966 family    2 type    1 port    45390 state 10 src_addr 127.0.0.1
(00.044059) 	Collected: ino  0x157ac family    2 type    1 port     8888 state 10 src_addr 0.0.0.0
(00.044062) 	Collected: ino  0x159e4 family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044064) 	Collected: ino  0x159c9 family    2 type    1 port    56616 state  1 src_addr 127.0.0.1
(00.044067) 	Collected: ino  0x159f0 family    2 type    1 port    43758 state  1 src_addr 127.0.0.1
(00.044069) 	Collected: ino  0x159ed family    2 type    1 port    34883 state  1 src_addr 127.0.0.1
(00.044071) 	Collected: ino  0x15988 family    2 type    1 port    46185 state  1 src_addr 127.0.0.1
(00.044073) 	Collected: ino  0x159ce family    2 type    1 port    34883 state  1 src_addr 127.0.0.1
(00.044076) 	Collected: ino  0x159f1 family    2 type    1 port    55981 state  1 src_addr 127.0.0.1
(00.044078) 	Collected: ino  0x159d2 family    2 type    1 port    55981 state  1 src_addr 127.0.0.1
(00.044080) 	Collected: ino  0x159d1 family    2 type    1 port    43746 state  1 src_addr 127.0.0.1
(00.044082) 	Collected: ino  0x15987 family    2 type    1 port    43684 state  1 src_addr 127.0.0.1
(00.044085) 	Collected: ino  0x157ea family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044087) 	Collected: ino  0x159e8 family    2 type    1 port    56628 state  1 src_addr 127.0.0.1
(00.044089) 	Collected: ino  0x159ca family    2 type    1 port    40228 state  1 src_addr 127.0.0.1
(00.044091) 	Collected: ino  0x157c9 family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044094) 	Collected: ino  0x1597d family    2 type    1 port    51002 state  1 src_addr 127.0.0.1
(00.044098) 	Collected: ino  0x158e1 family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044100) 	Collected: ino  0x159cd family    2 type    1 port    51010 state  1 src_addr 127.0.0.1
(00.044103) 	Collected: ino  0x157cf family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044106) 	Collected: ino  0x157cb family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044108) 	Collected: ino  0x1597e family    2 type    1 port    34883 state  1 src_addr 127.0.0.1
(00.044111) 	Collected: ino  0x159ec family    2 type    1 port    51022 state  1 src_addr 127.0.0.1
(00.044113) 	Collected: ino  0x157e8 family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044115) 	Collected: ino  0x157ee family    2 type    1 port     8888 state  1 src_addr 172.17.0.2
(00.044118) 	Collected: ino  0x159e9 family    2 type    1 port    40228 state  1 src_addr 127.0.0.1
(00.044187) Collect netlink sock 0x14fe5
(00.044191) Collect netlink sock 0x14f82
(00.044193) Collect netlink sock 0x15e8d
(00.044195) Collect netlink sock 0x14fa6
(00.044196) Collect netlink sock 0x14fba
(00.044198) Collect netlink sock 0x14fa5
(00.044200) Collect netlink sock 0x14f85
(00.044202) Collect netlink sock 0x14fbb
(00.044204) Collect netlink sock 0x14f83
(00.044205) Collect netlink sock 0x14f84
(00.044247) seccomp: Use SECCOMP_FILTER_FLAG_TSYNC for tid_real 6332
(00.044250) seccomp: 	 Disable filter on tid_rea 6380, will be propagated
(00.044252) seccomp: 	 Disable filter on tid_rea 6386, will be propagated
(00.044254) seccomp: 	 Disable filter on tid_rea 6387, will be propagated
(00.044304) seccomp: Use SECCOMP_FILTER_FLAG_TSYNC for tid_real 6385
(00.044307) seccomp: 	 Disable filter on tid_rea 6394, will be propagated
(00.044309) seccomp: 	 Disable filter on tid_rea 6395, will be propagated
(00.044311) seccomp: 	 Disable filter on tid_rea 6396, will be propagated
(00.044313) seccomp: 	 Disable filter on tid_rea 6397, will be propagated
(00.044314) seccomp: 	 Disable filter on tid_rea 6398, will be propagated
(00.044316) seccomp: 	 Disable filter on tid_rea 6399, will be propagated
(00.044318) seccomp: 	 Disable filter on tid_rea 6400, will be propagated
(00.044375) Warn  (criu/image.c:127): Failed to open parent directory(00.044378) ========================================
(00.044380) Dumping task (pid: 6332)
(00.044404) ========================================
(00.044440) Obtaining task stat ... 
(00.044467) 
(00.044469) Collecting mappings (pid: 6332)
(00.044471) ----------------------------------------
(00.044768) Dumping path for -3 fd via self 9 [/usr/bin/python3.6]
(00.044800) vma 9de000 borrows vfi from previous 400000
(00.044809) vma 9df000 borrows vfi from previous 9de000
(00.044976) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libnss_files-2.23.so]
(00.044989) vma 7f91829c1000 borrows vfi from previous 7f91829b6000
(00.044996) vma 7f9182bc0000 borrows vfi from previous 7f91829c1000
(00.045003) vma 7f9182bc1000 borrows vfi from previous 7f9182bc0000
(00.045096) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_lsprof.cpython-36m-x86_64-linux-gnu.so]
(00.045109) vma 7f918360e000 borrows vfi from previous 7f9183609000
(00.045117) vma 7f918380d000 borrows vfi from previous 7f918360e000
(00.045261) vma 7f918380e000 borrows vfi from previous 7f918380d000
(00.045292) Dumping path for -3 fd via self 9 [/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6]
(00.045307) vma 7f918429f000 borrows vfi from previous 7f91841d0000
(00.045314) vma 7f918449f000 borrows vfi from previous 7f918429f000
(00.045321) vma 7f91844a2000 borrows vfi from previous 7f918449f000
(00.045390) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so]
(00.045401) vma 7f91844b9000 borrows vfi from previous 7f91844a5000
(00.045408) vma 7f91846b8000 borrows vfi from previous 7f91844b9000
(00.045414) vma 7f91846b9000 borrows vfi from previous 7f91846b8000
(00.045490) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libuuid.so.1.3.0]
(00.045506) vma 7f9184800000 borrows vfi from previous 7f91847fc000
(00.045515) vma 7f91849ff000 borrows vfi from previous 7f9184800000
(00.045526) vma 7f9184a00000 borrows vfi from previous 7f91849ff000
(00.045555) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so]
(00.045600) vma 7f9184a85000 borrows vfi from previous 7f9184a81000
(00.045608) vma 7f9184c84000 borrows vfi from previous 7f9184a85000
(00.045614) vma 7f9184c85000 borrows vfi from previous 7f9184c84000
(00.045642) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/resource.cpython-36m-x86_64-linux-gnu.so]
(00.045653) vma 7f9184cca000 borrows vfi from previous 7f9184cc7000
(00.045693) vma 7f9184ec9000 borrows vfi from previous 7f9184cca000
(00.045700) vma 7f9184eca000 borrows vfi from previous 7f9184ec9000
(00.045728) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/mmap.cpython-36m-x86_64-linux-gnu.so]
(00.045739) vma 7f9184f11000 borrows vfi from previous 7f9184f0b000
(00.045746) vma 7f9185110000 borrows vfi from previous 7f9184f11000
(00.045831) vma 7f9185111000 borrows vfi from previous 7f9185110000
(00.045860) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_csv.cpython-36m-x86_64-linux-gnu.so]
(00.045871) vma 7f918519a000 borrows vfi from previous 7f9185192000
(00.045878) vma 7f9185399000 borrows vfi from previous 7f918519a000
(00.045884) vma 7f918539a000 borrows vfi from previous 7f9185399000
(00.045953) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/_device.cpython-36m-x86_64-linux-gnu.so]
(00.045965) vma 7f91854a7000 borrows vfi from previous 7f918549c000
(00.045972) vma 7f91856a7000 borrows vfi from previous 7f91854a7000
(00.045994) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/_version.cpython-36m-x86_64-linux-gnu.so]
(00.046004) vma 7f91856b1000 borrows vfi from previous 7f91856ac000
(00.046045) vma 7f91858b1000 borrows vfi from previous 7f91856b1000
(00.046053) vma 7f91858b2000 borrows vfi from previous 7f91858b1000
(00.046076) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/_poll.cpython-36m-x86_64-linux-gnu.so]
(00.046087) vma 7f91858c3000 borrows vfi from previous 7f91858b4000
(00.046098) vma 7f9185ac3000 borrows vfi from previous 7f91858c3000
(00.046120) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/utils.cpython-36m-x86_64-linux-gnu.so]
(00.046178) vma 7f9185ad1000 borrows vfi from previous 7f9185ac8000
(00.046184) vma 7f9185cd0000 borrows vfi from previous 7f9185ad1000
(00.046207) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/socket.cpython-36m-x86_64-linux-gnu.so]
(00.046217) vma 7f9185cf6000 borrows vfi from previous 7f9185cd5000
(00.046223) vma 7f9185ef5000 borrows vfi from previous 7f9185cf6000
(00.046306) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/context.cpython-36m-x86_64-linux-gnu.so]
(00.046316) vma 7f9185f0d000 borrows vfi from previous 7f9185efe000
(00.046322) vma 7f918610c000 borrows vfi from previous 7f9185f0d000
(00.046328) vma 7f918610f000 borrows vfi from previous 7f918610c000
(00.046348) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/message.cpython-36m-x86_64-linux-gnu.so]
(00.046391) vma 7f9186127000 borrows vfi from previous 7f9186112000
(00.046398) vma 7f9186327000 borrows vfi from previous 7f9186127000
(00.046418) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/error.cpython-36m-x86_64-linux-gnu.so]
(00.046428) vma 7f9186332000 borrows vfi from previous 7f918632c000
(00.046434) vma 7f9186532000 borrows vfi from previous 7f9186332000
(00.046440) vma 7f9186533000 borrows vfi from previous 7f9186532000
(00.046513) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libgcc_s.so.1]
(00.046523) vma 7f918658b000 borrows vfi from previous 7f9186575000
(00.046533) vma 7f918678a000 borrows vfi from previous 7f918658b000
(00.046553) Dumping path for -3 fd via self 9 [/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21]
(00.046562) vma 7f91868fd000 borrows vfi from previous 7f918678b000
(00.046604) vma 7f9186afd000 borrows vfi from previous 7f91868fd000
(00.046611) vma 7f9186b07000 borrows vfi from previous 7f9186afd000
(00.046643) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/.libs/libsodium-1cc92866.so.23.1.0]
(00.046654) vma 7f9186c1e000 borrows vfi from previous 7f9186b0d000
(00.046660) vma 7f9186e1d000 borrows vfi from previous 7f9186c1e000
(00.046707) vma 7f9186e1e000 borrows vfi from previous 7f9186e1d000
(00.046729) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/librt-2.23.so]
(00.046738) vma 7f9186e2c000 borrows vfi from previous 7f9186e25000
(00.046744) vma 7f918702b000 borrows vfi from previous 7f9186e2c000
(00.046750) vma 7f918702c000 borrows vfi from previous 7f918702b000
(00.046770) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/.libs/libzmq-f7ef747e.so.5.1.5]
(00.046811) vma 7f91870e9000 borrows vfi from previous 7f918702d000
(00.046817) vma 7f91872e9000 borrows vfi from previous 7f91870e9000
(00.046824) vma 7f91872f0000 borrows vfi from previous 7f91872e9000
(00.046845) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/zmq/backend/cython/constants.cpython-36m-x86_64-linux-gnu.so]
(00.046854) vma 7f9187300000 borrows vfi from previous 7f91872f4000
(00.046861) vma 7f9187500000 borrows vfi from previous 7f9187300000
(00.046927) Dumping path for -3 fd via self 9 [/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4]
(00.046936) vma 7f918750c000 borrows vfi from previous 7f9187505000
(00.046943) vma 7f918770b000 borrows vfi from previous 7f918750c000
(00.046949) vma 7f918770c000 borrows vfi from previous 7f918770b000
(00.046971) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so]
(00.046981) vma 7f9187728000 borrows vfi from previous 7f918770d000
(00.047025) vma 7f9187927000 borrows vfi from previous 7f9187728000
(00.047031) vma 7f9187928000 borrows vfi from previous 7f9187927000
(00.047072) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_asyncio.cpython-36m-x86_64-linux-gnu.so]
(00.047082) vma 7f91879b7000 borrows vfi from previous 7f91879ac000
(00.047088) vma 7f9187bb6000 borrows vfi from previous 7f91879b7000
(00.047138) vma 7f9187bb7000 borrows vfi from previous 7f9187bb6000
(00.047165) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_multiprocessing.cpython-36m-x86_64-linux-gnu.so]
(00.047175) vma 7f9187bfd000 borrows vfi from previous 7f9187bfa000
(00.047181) vma 7f9187dfd000 borrows vfi from previous 7f9187bfd000
(00.047187) vma 7f9187dfe000 borrows vfi from previous 7f9187dfd000
(00.047250) Dumping path for -3 fd via self 9 [/usr/lib/x86_64-linux-gnu/libmpdec.so.2.4.2]
(00.047260) vma 7f9187f36000 borrows vfi from previous 7f9187eff000
(00.047267) vma 7f9188135000 borrows vfi from previous 7f9187f36000
(00.047273) vma 7f9188136000 borrows vfi from previous 7f9188135000
(00.047292) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_decimal.cpython-36m-x86_64-linux-gnu.so]
(00.047330) vma 7f918815c000 borrows vfi from previous 7f9188137000
(00.047337) vma 7f918835b000 borrows vfi from previous 7f918815c000
(00.047343) vma 7f918835c000 borrows vfi from previous 7f918835b000
(00.047365) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/markupsafe/_speedups.cpython-36m-x86_64-linux-gnu.so]
(00.047374) vma 7f9188367000 borrows vfi from previous 7f9188365000
(00.047380) vma 7f9188566000 borrows vfi from previous 7f9188367000
(00.047424) vma 7f9188567000 borrows vfi from previous 7f9188566000
(00.047450) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libtinfo.so.5.9]
(00.047459) vma 7f918864d000 borrows vfi from previous 7f9188628000
(00.047466) vma 7f918884c000 borrows vfi from previous 7f918864d000
(00.047475) vma 7f9188850000 borrows vfi from previous 7f918884c000
(00.047527) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libncursesw.so.5.9]
(00.047537) vma 7f918887e000 borrows vfi from previous 7f9188851000
(00.047545) vma 7f9188a7e000 borrows vfi from previous 7f918887e000
(00.047551) vma 7f9188a7f000 borrows vfi from previous 7f9188a7e000
(00.047572) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so]
(00.047585) vma 7f9188a92000 borrows vfi from previous 7f9188a80000
(00.047623) vma 7f9188c91000 borrows vfi from previous 7f9188a92000
(00.047630) vma 7f9188c92000 borrows vfi from previous 7f9188c91000
(00.047657) Dumping path for -3 fd via self 9 [/usr/local/lib/python3.6/dist-packages/tornado/speedups.cpython-36m-x86_64-linux-gnu.so]
(00.047668) vma 7f9188cd5000 borrows vfi from previous 7f9188cd4000
(00.047674) vma 7f9188ed4000 borrows vfi from previous 7f9188cd5000
(00.047729) vma 7f9188ed5000 borrows vfi from previous 7f9188ed4000
(00.047757) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so]
(00.047767) vma 7f9189057000 borrows vfi from previous 7f9189056000
(00.047773) vma 7f9189256000 borrows vfi from previous 7f9189057000
(00.047779) vma 7f9189257000 borrows vfi from previous 7f9189256000
(00.047847) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so]
(00.047857) vma 7f918937a000 borrows vfi from previous 7f9189369000
(00.047863) vma 7f9189579000 borrows vfi from previous 7f918937a000
(00.047869) vma 7f918957a000 borrows vfi from previous 7f9189579000
(00.047930) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libssl.so.1.0.0]
(00.048003) vma 7f9189619000 borrows vfi from previous 7f91895bb000
(00.048023) vma 7f9189819000 borrows vfi from previous 7f9189619000
(00.048029) vma 7f918981d000 borrows vfi from previous 7f9189819000
(00.048074) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so]
(00.048086) vma 7f918983d000 borrows vfi from previous 7f9189824000
(00.048157) vma 7f9189a3c000 borrows vfi from previous 7f918983d000
(00.048164) vma 7f9189a3d000 borrows vfi from previous 7f9189a3c000
(00.048192) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libcrypto.so.1.0.0]
(00.048202) vma 7f9189ddc000 borrows vfi from previous 7f9189bc2000
(00.048214) vma 7f9189fdb000 borrows vfi from previous 7f9189ddc000
(00.048259) vma 7f9189ff7000 borrows vfi from previous 7f9189fdb000
(00.048292) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so]
(00.048302) vma 7f918a00c000 borrows vfi from previous 7f918a006000
(00.048308) vma 7f918a20b000 borrows vfi from previous 7f918a00c000
(00.048315) vma 7f918a20c000 borrows vfi from previous 7f918a20b000
(00.048373) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/liblzma.so.5.0.0]
(00.048417) vma 7f918a2ae000 borrows vfi from previous 7f918a28d000
(00.048428) vma 7f918a4ad000 borrows vfi from previous 7f918a2ae000
(00.048435) vma 7f918a4ae000 borrows vfi from previous 7f918a4ad000
(00.048460) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so]
(00.048500) vma 7f918a4b7000 borrows vfi from previous 7f918a4af000
(00.048507) vma 7f918a6b6000 borrows vfi from previous 7f918a4b7000
(00.048513) vma 7f918a6b7000 borrows vfi from previous 7f918a6b6000
(00.048533) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libbz2.so.1.0.4]
(00.048543) vma 7f918a6c8000 borrows vfi from previous 7f918a6b9000
(00.048549) vma 7f918a8c7000 borrows vfi from previous 7f918a6c8000
(00.048600) vma 7f918a8c8000 borrows vfi from previous 7f918a8c7000
(00.048621) Dumping path for -3 fd via self 9 [/usr/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so]
(00.048631) vma 7f918a8cd000 borrows vfi from previous 7f918a8c9000
(00.048637) vma 7f918aacc000 borrows vfi from previous 7f918a8cd000
(00.048643) vma 7f918aacd000 borrows vfi from previous 7f918aacc000
(00.048735) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libc-2.23.so]
(00.048745) vma 7f918ae17000 borrows vfi from previous 7f918ac57000
(00.048752) vma 7f918b017000 borrows vfi from previous 7f918ae17000
(00.048758) vma 7f918b01b000 borrows vfi from previous 7f918b017000
(00.048830) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libm-2.23.so]
(00.048840) vma 7f918b129000 borrows vfi from previous 7f918b021000
(00.048859) vma 7f918b328000 borrows vfi from previous 7f918b129000
(00.048866) vma 7f918b329000 borrows vfi from previous 7f918b328000
(00.048887) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libz.so.1.2.8]
(00.048899) vma 7f918b343000 borrows vfi from previous 7f918b32a000
(00.048939) vma 7f918b542000 borrows vfi from previous 7f918b343000
(00.048946) vma 7f918b543000 borrows vfi from previous 7f918b542000
(00.048968) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libexpat.so.1.6.0]
(00.048979) vma 7f918b56a000 borrows vfi from previous 7f918b544000
(00.048990) vma 7f918b76a000 borrows vfi from previous 7f918b56a000
(00.048997) vma 7f918b76c000 borrows vfi from previous 7f918b76a000
(00.049073) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libutil-2.23.so]
(00.049082) vma 7f918b76f000 borrows vfi from previous 7f918b76d000
(00.049088) vma 7f918b96e000 borrows vfi from previous 7f918b76f000
(00.049094) vma 7f918b96f000 borrows vfi from previous 7f918b96e000
(00.049113) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libdl-2.23.so]
(00.049122) vma 7f918b973000 borrows vfi from previous 7f918b970000
(00.049157) vma 7f918bb72000 borrows vfi from previous 7f918b973000
(00.049163) vma 7f918bb73000 borrows vfi from previous 7f918bb72000
(00.049182) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/libpthread-2.23.so]
(00.049191) vma 7f918bb8c000 borrows vfi from previous 7f918bb74000
(00.049199) vma 7f918bd8b000 borrows vfi from previous 7f918bb8c000
(00.049205) vma 7f918bd8c000 borrows vfi from previous 7f918bd8b000
(00.049276) Dumping path for -3 fd via self 9 [/lib/x86_64-linux-gnu/ld-2.23.so]
(00.049311) vma 7f918bfb7000 borrows vfi from previous 7f918bfb6000
(00.049363) Collected, longest area occupies 16351 pages
(00.049366) 0x400000-0x7df000 (3964K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1
(00.049369) 0x9de000-0x9df000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x3de000 reg fp  shmid: 0x1
(00.049371) 0x9df000-0xa7b000 (624K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x3df000 reg fp  shmid: 0x1
(00.049373) 0xa7b000-0xaad000 (200K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049375) 0x24bf000-0x2e74000 (9940K) prot 0x3 flags 0x22 fdflags 0 st 0x221 off 0 reg heap ap  shmid: 0
(00.049378) 0x7f9174000000-0x7f9174052000 (328K) prot 0x3 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049380) 0x7f9174052000-0x7f9178000000 (65208K) prot 0 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049382) 0x7f9178000000-0x7f9178021000 (132K) prot 0x3 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049384) 0x7f9178021000-0x7f917c000000 (65404K) prot 0 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049386) 0x7f917c000000-0x7f917c021000 (132K) prot 0x3 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049388) 0x7f917c021000-0x7f9180000000 (65404K) prot 0 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049390) 0x7f9181974000-0x7f91819b4000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049392) 0x7f91819b4000-0x7f91819b5000 (4K) prot 0 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049394) 0x7f91819b5000-0x7f91821b5000 (8192K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049396) 0x7f91821b5000-0x7f91821b6000 (4K) prot 0 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049398) 0x7f91821b6000-0x7f91829b6000 (8192K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049400) 0x7f91829b6000-0x7f91829c1000 (44K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2
(00.049405) 0x7f91829c1000-0x7f9182bc0000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp  shmid: 0x2
(00.049408) 0x7f9182bc0000-0x7f9182bc1000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xa000 reg fp  shmid: 0x2
(00.049410) 0x7f9182bc1000-0x7f9182bc2000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp  shmid: 0x2
(00.049412) 0x7f9182bc2000-0x7f9182c08000 (280K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049414) 0x7f9182c08000-0x7f9182c09000 (4K) prot 0 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049416) 0x7f9182c09000-0x7f9183609000 (10240K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049418) 0x7f9183609000-0x7f918360e000 (20K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x3
(00.049420) 0x7f918360e000-0x7f918380d000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp  shmid: 0x3
(00.049422) 0x7f918380d000-0x7f918380e000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x3
(00.049439) 0x7f918380e000-0x7f918380f000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp  shmid: 0x3
(00.049441) 0x7f918380f000-0x7f91841d0000 (9988K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049443) 0x7f91841d0000-0x7f918429f000 (828K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x4
(00.049445) 0x7f918429f000-0x7f918449f000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xcf000 reg fp  shmid: 0x4
(00.049447) 0x7f918449f000-0x7f91844a2000 (12K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xcf000 reg fp  shmid: 0x4
(00.049449) 0x7f91844a2000-0x7f91844a4000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xd2000 reg fp  shmid: 0x4
(00.049452) 0x7f91844a4000-0x7f91844a5000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049454) 0x7f91844a5000-0x7f91844b9000 (80K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x5
(00.049460) 0x7f91844b9000-0x7f91846b8000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x14000 reg fp  shmid: 0x5
(00.049462) 0x7f91846b8000-0x7f91846b9000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x13000 reg fp  shmid: 0x5
(00.049464) 0x7f91846b9000-0x7f91846bc000 (12K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x14000 reg fp  shmid: 0x5
(00.049467) 0x7f91846bc000-0x7f91847fc000 (1280K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049469) 0x7f91847fc000-0x7f9184800000 (16K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x6
(00.049471) 0x7f9184800000-0x7f91849ff000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x6
(00.049473) 0x7f91849ff000-0x7f9184a00000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x6
(00.049475) 0x7f9184a00000-0x7f9184a01000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x6
(00.049477) 0x7f9184a01000-0x7f9184a81000 (512K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049479) 0x7f9184a81000-0x7f9184a85000 (16K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x7
(00.049481) 0x7f9184a85000-0x7f9184c84000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x7
(00.049483) 0x7f9184c84000-0x7f9184c85000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x7
(00.049486) 0x7f9184c85000-0x7f9184c87000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x7
(00.049488) 0x7f9184c87000-0x7f9184cc7000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049490) 0x7f9184cc7000-0x7f9184cca000 (12K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x8
(00.049492) 0x7f9184cca000-0x7f9184ec9000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x8
(00.049494) 0x7f9184ec9000-0x7f9184eca000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp  shmid: 0x8
(00.049496) 0x7f9184eca000-0x7f9184ecb000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x8
(00.049498) 0x7f9184ecb000-0x7f9184f0b000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049502) 0x7f9184f0b000-0x7f9184f11000 (24K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x9
(00.049505) 0x7f9184f11000-0x7f9185110000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x9
(00.049507) 0x7f9185110000-0x7f9185111000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp  shmid: 0x9
(00.049509) 0x7f9185111000-0x7f9185112000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x9
(00.049511) 0x7f9185112000-0x7f9185192000 (512K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049513) 0x7f9185192000-0x7f918519a000 (32K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0xa
(00.049515) 0x7f918519a000-0x7f9185399000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp  shmid: 0xa
(00.049517) 0x7f9185399000-0x7f918539a000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0xa
(00.049520) 0x7f918539a000-0x7f918539c000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp  shmid: 0xa
(00.049522) 0x7f918539c000-0x7f918549c000 (1024K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049524) 0x7f918549c000-0x7f91854a7000 (44K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0xb
(00.049526) 0x7f91854a7000-0x7f91856a7000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp  shmid: 0xb
(00.049528) 0x7f91856a7000-0x7f91856ac000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp  shmid: 0xb
(00.049530) 0x7f91856ac000-0x7f91856b1000 (20K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0xc
(00.049532) 0x7f91856b1000-0x7f91858b1000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp  shmid: 0xc
(00.049534) 0x7f91858b1000-0x7f91858b2000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp  shmid: 0xc
(00.049536) 0x7f91858b2000-0x7f91858b4000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0xc
(00.049538) 0x7f91858b4000-0x7f91858c3000 (60K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0xd
(00.049541) 0x7f91858c3000-0x7f9185ac3000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp  shmid: 0xd
(00.049543) 0x7f9185ac3000-0x7f9185ac8000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp  shmid: 0xd
(00.049545) 0x7f9185ac8000-0x7f9185ad1000 (36K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0xe
(00.049547) 0x7f9185ad1000-0x7f9185cd0000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x9000 reg fp  shmid: 0xe
(00.049549) 0x7f9185cd0000-0x7f9185cd5000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp  shmid: 0xe
(00.049551) 0x7f9185cd5000-0x7f9185cf6000 (132K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0xf
(00.049553) 0x7f9185cf6000-0x7f9185ef5000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x21000 reg fp  shmid: 0xf
(00.049555) 0x7f9185ef5000-0x7f9185efa000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp  shmid: 0xf
(00.049558) 0x7f9185efa000-0x7f9185efb000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049560) 0x7f9185efb000-0x7f9185efe000 (12K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x25000 reg fp  shmid: 0xf
(00.049562) 0x7f9185efe000-0x7f9185f0d000 (60K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x10
(00.049564) 0x7f9185f0d000-0x7f918610c000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp  shmid: 0x10
(00.049566) 0x7f918610c000-0x7f918610f000 (12K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xe000 reg fp  shmid: 0x10
(00.049568) 0x7f918610f000-0x7f9186112000 (12K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x12000 reg fp  shmid: 0x10
(00.049570) 0x7f9186112000-0x7f9186127000 (84K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x11
(00.049572) 0x7f9186127000-0x7f9186327000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x15000 reg fp  shmid: 0x11
(00.049575) 0x7f9186327000-0x7f918632c000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x15000 reg fp  shmid: 0x11
(00.049577) 0x7f918632c000-0x7f9186332000 (24K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x12
(00.049579) 0x7f9186332000-0x7f9186532000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x12
(00.049583) 0x7f9186532000-0x7f9186533000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x12
(00.049585) 0x7f9186533000-0x7f9186535000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp  shmid: 0x12
(00.049587) 0x7f9186535000-0x7f9186575000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049589) 0x7f9186575000-0x7f918658b000 (88K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x13
(00.049591) 0x7f918658b000-0x7f918678a000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x16000 reg fp  shmid: 0x13
(00.049594) 0x7f918678a000-0x7f918678b000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x15000 reg fp  shmid: 0x13
(00.049596) 0x7f918678b000-0x7f91868fd000 (1480K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x14
(00.049598) 0x7f91868fd000-0x7f9186afd000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x172000 reg fp  shmid: 0x14
(00.049600) 0x7f9186afd000-0x7f9186b07000 (40K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x172000 reg fp  shmid: 0x14
(00.049602) 0x7f9186b07000-0x7f9186b09000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x17c000 reg fp  shmid: 0x14
(00.049604) 0x7f9186b09000-0x7f9186b0d000 (16K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049606) 0x7f9186b0d000-0x7f9186c1e000 (1092K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x15
(00.049608) 0x7f9186c1e000-0x7f9186e1d000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x111000 reg fp  shmid: 0x15
(00.049611) 0x7f9186e1d000-0x7f9186e1e000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x110000 reg fp  shmid: 0x15
(00.049613) 0x7f9186e1e000-0x7f9186e25000 (28K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x111000 reg fp  shmid: 0x15
(00.049615) 0x7f9186e25000-0x7f9186e2c000 (28K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x16
(00.049617) 0x7f9186e2c000-0x7f918702b000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0x16
(00.049619) 0x7f918702b000-0x7f918702c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x16
(00.049621) 0x7f918702c000-0x7f918702d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0x16
(00.049623) 0x7f918702d000-0x7f91870e9000 (752K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x17
(00.049625) 0x7f91870e9000-0x7f91872e9000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xbc000 reg fp  shmid: 0x17
(00.049627) 0x7f91872e9000-0x7f91872f0000 (28K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xbc000 reg fp  shmid: 0x17
(00.049630) 0x7f91872f0000-0x7f91872f4000 (16K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xc4000 reg fp  shmid: 0x17
(00.049632) 0x7f91872f4000-0x7f9187300000 (48K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x18
(00.049634) 0x7f9187300000-0x7f9187500000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xc000 reg fp  shmid: 0x18
(00.049636) 0x7f9187500000-0x7f9187505000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xc000 reg fp  shmid: 0x18
(00.049638) 0x7f9187505000-0x7f918750c000 (28K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x19
(00.049640) 0x7f918750c000-0x7f918770b000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0x19
(00.049642) 0x7f918770b000-0x7f918770c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x19
(00.049644) 0x7f918770c000-0x7f918770d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0x19
(00.049646) 0x7f918770d000-0x7f9187728000 (108K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1a
(00.049649) 0x7f9187728000-0x7f9187927000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1b000 reg fp  shmid: 0x1a
(00.049651) 0x7f9187927000-0x7f9187928000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1a000 reg fp  shmid: 0x1a
(00.049653) 0x7f9187928000-0x7f918792c000 (16K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1b000 reg fp  shmid: 0x1a
(00.049655) 0x7f918792c000-0x7f91879ac000 (512K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049659) 0x7f91879ac000-0x7f91879b7000 (44K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1b
(00.049661) 0x7f91879b7000-0x7f9187bb6000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp  shmid: 0x1b
(00.049663) 0x7f9187bb6000-0x7f9187bb7000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xa000 reg fp  shmid: 0x1b
(00.049665) 0x7f9187bb7000-0x7f9187bba000 (12K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp  shmid: 0x1b
(00.049667) 0x7f9187bba000-0x7f9187bfa000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049669) 0x7f9187bfa000-0x7f9187bfd000 (12K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1c
(00.049672) 0x7f9187bfd000-0x7f9187dfd000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x1c
(00.049674) 0x7f9187dfd000-0x7f9187dfe000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x1c
(00.049676) 0x7f9187dfe000-0x7f9187dff000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x1c
(00.049678) 0x7f9187dff000-0x7f9187eff000 (1024K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049680) 0x7f9187eff000-0x7f9187f36000 (220K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1d
(00.049682) 0x7f9187f36000-0x7f9188135000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x37000 reg fp  shmid: 0x1d
(00.049684) 0x7f9188135000-0x7f9188136000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x36000 reg fp  shmid: 0x1d
(00.049686) 0x7f9188136000-0x7f9188137000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x37000 reg fp  shmid: 0x1d
(00.049688) 0x7f9188137000-0x7f918815c000 (148K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1e
(00.049691) 0x7f918815c000-0x7f918835b000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x25000 reg fp  shmid: 0x1e
(00.049693) 0x7f918835b000-0x7f918835c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x24000 reg fp  shmid: 0x1e
(00.049695) 0x7f918835c000-0x7f9188365000 (36K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x25000 reg fp  shmid: 0x1e
(00.049697) 0x7f9188365000-0x7f9188367000 (8K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x1f
(00.049699) 0x7f9188367000-0x7f9188566000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp  shmid: 0x1f
(00.049701) 0x7f9188566000-0x7f9188567000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1000 reg fp  shmid: 0x1f
(00.049703) 0x7f9188567000-0x7f9188568000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp  shmid: 0x1f
(00.049705) 0x7f9188568000-0x7f9188628000 (768K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049707) 0x7f9188628000-0x7f918864d000 (148K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x20
(00.049710) 0x7f918864d000-0x7f918884c000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x25000 reg fp  shmid: 0x20
(00.049712) 0x7f918884c000-0x7f9188850000 (16K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x24000 reg fp  shmid: 0x20
(00.049714) 0x7f9188850000-0x7f9188851000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x28000 reg fp  shmid: 0x20
(00.049729) 0x7f9188851000-0x7f918887e000 (180K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x21
(00.049731) 0x7f918887e000-0x7f9188a7e000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x2d000 reg fp  shmid: 0x21
(00.049733) 0x7f9188a7e000-0x7f9188a7f000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x2d000 reg fp  shmid: 0x21
(00.049735) 0x7f9188a7f000-0x7f9188a80000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x2e000 reg fp  shmid: 0x21
(00.049737) 0x7f9188a80000-0x7f9188a92000 (72K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x22
(00.049739) 0x7f9188a92000-0x7f9188c91000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x12000 reg fp  shmid: 0x22
(00.049741) 0x7f9188c91000-0x7f9188c92000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x11000 reg fp  shmid: 0x22
(00.049743) 0x7f9188c92000-0x7f9188c94000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x12000 reg fp  shmid: 0x22
(00.049745) 0x7f9188c94000-0x7f9188cd4000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049748) 0x7f9188cd4000-0x7f9188cd5000 (4K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x23
(00.049750) 0x7f9188cd5000-0x7f9188ed4000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1000 reg fp  shmid: 0x23
(00.049752) 0x7f9188ed4000-0x7f9188ed5000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x23
(00.049754) 0x7f9188ed5000-0x7f9188ed6000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1000 reg fp  shmid: 0x23
(00.049756) 0x7f9188ed6000-0x7f9189056000 (1536K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049758) 0x7f9189056000-0x7f9189057000 (4K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x24
(00.049760) 0x7f9189057000-0x7f9189256000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1000 reg fp  shmid: 0x24
(00.049762) 0x7f9189256000-0x7f9189257000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x24
(00.049764) 0x7f9189257000-0x7f9189258000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1000 reg fp  shmid: 0x24
(00.049766) 0x7f9189269000-0x7f9189369000 (1024K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049768) 0x7f9189369000-0x7f918937a000 (68K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x25
(00.049770) 0x7f918937a000-0x7f9189579000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x11000 reg fp  shmid: 0x25
(00.049772) 0x7f9189579000-0x7f918957a000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x10000 reg fp  shmid: 0x25
(00.049785) 0x7f918957a000-0x7f918957b000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x11000 reg fp  shmid: 0x25
(00.049787) 0x7f918957b000-0x7f91895bb000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049790) 0x7f91895bb000-0x7f9189619000 (376K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x26
(00.049792) 0x7f9189619000-0x7f9189819000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x5e000 reg fp  shmid: 0x26
(00.049794) 0x7f9189819000-0x7f918981d000 (16K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x5e000 reg fp  shmid: 0x26
(00.049796) 0x7f918981d000-0x7f9189824000 (28K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x62000 reg fp  shmid: 0x26
(00.049798) 0x7f9189824000-0x7f918983d000 (100K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x27
(00.049800) 0x7f918983d000-0x7f9189a3c000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x19000 reg fp  shmid: 0x27
(00.049802) 0x7f9189a3c000-0x7f9189a3d000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x18000 reg fp  shmid: 0x27
(00.049804) 0x7f9189a3d000-0x7f9189a42000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x19000 reg fp  shmid: 0x27
(00.049806) 0x7f9189a42000-0x7f9189bc2000 (1536K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049808) 0x7f9189bc2000-0x7f9189ddc000 (2152K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x28
(00.049811) 0x7f9189ddc000-0x7f9189fdb000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x21a000 reg fp  shmid: 0x28
(00.049824) 0x7f9189fdb000-0x7f9189ff7000 (112K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x219000 reg fp  shmid: 0x28
(00.049827) 0x7f9189ff7000-0x7f918a003000 (48K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x235000 reg fp  shmid: 0x28
(00.049829) 0x7f918a003000-0x7f918a006000 (12K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049831) 0x7f918a006000-0x7f918a00c000 (24K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x29
(00.049833) 0x7f918a00c000-0x7f918a20b000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x29
(00.049836) 0x7f918a20b000-0x7f918a20c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp  shmid: 0x29
(00.049838) 0x7f918a20c000-0x7f918a20d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp  shmid: 0x29
(00.049840) 0x7f918a20d000-0x7f918a28d000 (512K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049842) 0x7f918a28d000-0x7f918a2ae000 (132K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2a
(00.049844) 0x7f918a2ae000-0x7f918a4ad000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x21000 reg fp  shmid: 0x2a
(00.049849) 0x7f918a4ad000-0x7f918a4ae000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp  shmid: 0x2a
(00.049851) 0x7f918a4ae000-0x7f918a4af000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x21000 reg fp  shmid: 0x2a
(00.049853) 0x7f918a4af000-0x7f918a4b7000 (32K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2b
(00.049855) 0x7f918a4b7000-0x7f918a6b6000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp  shmid: 0x2b
(00.049857) 0x7f918a6b6000-0x7f918a6b7000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp  shmid: 0x2b
(00.049860) 0x7f918a6b7000-0x7f918a6b9000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp  shmid: 0x2b
(00.049862) 0x7f918a6b9000-0x7f918a6c8000 (60K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2c
(00.049864) 0x7f918a6c8000-0x7f918a8c7000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp  shmid: 0x2c
(00.049866) 0x7f918a8c7000-0x7f918a8c8000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xe000 reg fp  shmid: 0x2c
(00.049868) 0x7f918a8c8000-0x7f918a8c9000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp  shmid: 0x2c
(00.049870) 0x7f918a8c9000-0x7f918a8cd000 (16K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2d
(00.049873) 0x7f918a8cd000-0x7f918aacc000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x2d
(00.049875) 0x7f918aacc000-0x7f918aacd000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x2d
(00.049877) 0x7f918aacd000-0x7f918aace000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x4000 reg fp  shmid: 0x2d
(00.049879) 0x7f918aace000-0x7f918ab0e000 (256K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049881) 0x7f918ab17000-0x7f918ac57000 (1280K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049884) 0x7f918ac57000-0x7f918ae17000 (1792K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2e
(00.049886) 0x7f918ae17000-0x7f918b017000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1c0000 reg fp  shmid: 0x2e
(00.049888) 0x7f918b017000-0x7f918b01b000 (16K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1c0000 reg fp  shmid: 0x2e
(00.049890) 0x7f918b01b000-0x7f918b01d000 (8K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1c4000 reg fp  shmid: 0x2e
(00.049892) 0x7f918b01d000-0x7f918b021000 (16K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049895) 0x7f918b021000-0x7f918b129000 (1056K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x2f
(00.049897) 0x7f918b129000-0x7f918b328000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x108000 reg fp  shmid: 0x2f
(00.049899) 0x7f918b328000-0x7f918b329000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x107000 reg fp  shmid: 0x2f
(00.049901) 0x7f918b329000-0x7f918b32a000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x108000 reg fp  shmid: 0x2f
(00.049903) 0x7f918b32a000-0x7f918b343000 (100K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x30
(00.049905) 0x7f918b343000-0x7f918b542000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x19000 reg fp  shmid: 0x30
(00.049908) 0x7f918b542000-0x7f918b543000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x18000 reg fp  shmid: 0x30
(00.049910) 0x7f918b543000-0x7f918b544000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x19000 reg fp  shmid: 0x30
(00.049912) 0x7f918b544000-0x7f918b56a000 (152K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x31
(00.049914) 0x7f918b56a000-0x7f918b76a000 (2048K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x26000 reg fp  shmid: 0x31
(00.049916) 0x7f918b76a000-0x7f918b76c000 (8K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x26000 reg fp  shmid: 0x31
(00.049919) 0x7f918b76c000-0x7f918b76d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x28000 reg fp  shmid: 0x31
(00.049921) 0x7f918b76d000-0x7f918b76f000 (8K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x32
(00.049923) 0x7f918b76f000-0x7f918b96e000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp  shmid: 0x32
(00.049936) 0x7f918b96e000-0x7f918b96f000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1000 reg fp  shmid: 0x32
(00.049941) 0x7f918b96f000-0x7f918b970000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp  shmid: 0x32
(00.049943) 0x7f918b970000-0x7f918b973000 (12K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x33
(00.049957) 0x7f918b973000-0x7f918bb72000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x33
(00.049959) 0x7f918bb72000-0x7f918bb73000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp  shmid: 0x33
(00.049961) 0x7f918bb73000-0x7f918bb74000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp  shmid: 0x33
(00.049963) 0x7f918bb74000-0x7f918bb8c000 (96K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x34
(00.049965) 0x7f918bb8c000-0x7f918bd8b000 (2044K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x18000 reg fp  shmid: 0x34
(00.049968) 0x7f918bd8b000-0x7f918bd8c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x17000 reg fp  shmid: 0x34
(00.049970) 0x7f918bd8c000-0x7f918bd8d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x18000 reg fp  shmid: 0x34
(00.049972) 0x7f918bd8d000-0x7f918bd91000 (16K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049974) 0x7f918bd91000-0x7f918bdb7000 (152K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp  shmid: 0x35
(00.049976) 0x7f918bdc3000-0x7f918be43000 (512K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049979) 0x7f918be68000-0x7f918bfae000 (1304K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049981) 0x7f918bfb5000-0x7f918bfb6000 (4K) prot 0x7 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049983) 0x7f918bfb6000-0x7f918bfb7000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x25000 reg fp  shmid: 0x35
(00.049985) 0x7f918bfb7000-0x7f918bfb8000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x26000 reg fp  shmid: 0x35
(00.049987) 0x7f918bfb8000-0x7f918bfb9000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049990) 0x7ffce44c4000-0x7ffce44e5000 (132K) prot 0x3 flags 0x122 fdflags 0 st 0x201 off 0 reg ap  shmid: 0
(00.049992) 0x7ffce459e000-0x7ffce45a1000 (12K) prot 0x1 flags 0x22 fdflags 0 st 0x1201 off 0 reg vvar ap  shmid: 0
(00.049994) 0x7ffce45a1000-0x7ffce45a3000 (8K) prot 0x5 flags 0x22 fdflags 0 st 0x209 off 0 reg vdso ap  shmid: 0
(00.049996) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 fdflags 0 st 0x204 off 0 vsys ap  shmid: 0
(00.049999) ----------------------------------------
(00.050001) 
(00.050003) Collecting fds (pid: 6332)
(00.050004) ----------------------------------------
(00.050081) Found 50 file descriptors
(00.050084) ----------------------------------------
(00.050093) Dump private signals of 6332
(00.050098) Dump private signals of 6380
(00.050101) Dump private signals of 6386
(00.050104) Dump private signals of 6387
(00.050107) Dump shared signals of 6332
(00.050127) Parasite syscall_ip at 0x400000
(00.050206) Set up parasite blob using memfd
(00.050210) Putting parasite blob into 0x7f81fe4bc000->0x7f91817f0000
(00.050246) Dumping general registers for 6332 in native mode
(00.050250) Dumping GP/FPU registers for 6332
(00.050255) xsave runtime structure
(00.050257) -----------------------
(00.050258) cwd:37f swd:0 twd:0 fop:0 mxcsr:1fa0 mxcsr_mask:ffff
(00.050261) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
(00.050263) xstate_bv: 7
(00.050264) -----------------------
(00.050266) Putting tsock into pid 6332
pie: 1: Running daemon thread leader
pie: 1: __sent ack msg: 2 2 0
pie: 1: Daemon waits for command
(00.050324) Wait for parasite being daemonized...
(00.050328) Wait for ack 2 on daemon socket
(00.050330) Fetched ack: 2 2 0
(00.050332) Parasite 6332 has been switched to daemon mode
pie: 1: __fetched msg: 72 0 0
pie: 1: __sent ack msg: 72 72 0
pie: 1: Daemon waits for command
(00.050357) Sent msg to daemon 72 0 0
(00.050362) Wait for ack 72 on daemon socket
(00.050364) Fetched ack: 72 72 0
(00.050367) vdso: vDSO hint is reliable - omit checking
pie: 1: __fetched msg: 74 0 0
pie: 1: __sent ack msg: 74 74 0
pie: 1: Daemon waits for command
(00.050389) Sent msg to daemon 74 0 0
(00.050392) Wait for ack 74 on daemon socket
(00.050395) Fetched ack: 74 74 0
pie: 1: __fetched msg: 74 0 0
pie: 1: __sent ack msg: 74 74 0
pie: 1: Daemon waits for command
(00.050408) Sent msg to daemon 74 0 0
(00.050410) Wait for ack 74 on daemon socket
(00.050413) Fetched ack: 74 74 0
pie: 1: __fetched msg: 70 0 0
pie: 1: __sent ack msg: 70 70 0
pie: 1: Daemon waits for command
(00.050429) Sent msg to daemon 70 0 0
(00.050431) Wait for ack 70 on daemon socket
(00.050434) Fetched ack: 70 70 0
(00.050436) sid=1 pgid=1 pid=1
(00.050452) 
(00.050454) Dumping opened files (pid: 6332)
(00.050456) ----------------------------------------
pie: 1: __fetched msg: 71 0 0
pie: 1: __sent ack msg: 71 71 0
pie: 1: Daemon waits for command
(00.050515) Sent msg to daemon 71 0 0
(00.050532) Wait for ack 71 on daemon socket
(00.050535) Fetched ack: 71 71 0
(00.050551) 6332 fdinfo 0: pos:                0 flags:                0/0
(00.050557) Dumping pipe 9 with id 0x36 pipe_id 0x14f6f
(00.050561) Dumping data from pipe 0x14f6f fd 9
(00.050608) 6332 fdinfo 1: pos:                0 flags:                1/0
(00.050612) Dumping pipe 11 with id 0x37 pipe_id 0x14f70
(00.050621) 6332 fdinfo 2: pos:                0 flags:                1/0
(00.050623) Dumping pipe 12 with id 0x38 pipe_id 0x14f71
(00.050632) 6332 fdinfo 3: pos:                0 flags:          2100001/0x1
(00.050642) Dumping path for 3 fd via self 13 [/dev/null]
(00.050655) 6332 fdinfo 4: pos:                0 flags:          2004002/0x1
(00.050661) 	Searching for socket 157ac (family 2.6)
(00.050671) No filter for socket
(00.050673) Dumping inet socket at 4
(00.050675) 	Dumping: ino  0x157ac family    2 type    1 port     8888 state 10 src_addr 0.0.0.0
(00.050678) 	Dumped: family 2 type 1 proto 6 port 8888 state 0 src_addr 0.0.0.0
(00.050701) 6332 fdinfo 5: pos:                0 flags:          2000002/0x1
(00.050732) epoll: Dumping eventpoll: id 0x00003b flags 0x80002
(00.050738) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00003a events 0x000019 data 0x0000020000003a
(00.050740) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000026 events 0x000019 data 0x00000200000026
(00.050742) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00001e events 0x000019 data 0x0000020000001e
(00.050744) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000023 events 0x000019 data 0x00000200000023
(00.050746) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00000c events 0x000019 data 0x0000020000000c
(00.050748) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00001b events 0x000019 data 0x0000020000001b
(00.050750) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000034 events 0x000019 data 0x00000200000034
(00.050752) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00001c events 0x000019 data 0x0000020000001c
(00.050754) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00000d events 0x000019 data 0x0000020000000d
(00.050755) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000004 events 0x000019 data 0x00000200000004
(00.050757) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000009 events 0x000019 data 0x00000200000009
(00.050759) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000006 events 0x000019 data 0x00000200000006
(00.050761) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000032 events 0x000019 data 0x00000200000032
(00.050763) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000037 events 0x000019 data 0x00000200000037
(00.050765) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00000a events 0x000019 data 0x0000020000000a
(00.050766) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000008 events 0x000019 data 0x00000200000008
(00.050768) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00000b events 0x000019 data 0x0000020000000b
(00.050789) 6332 fdinfo 6: pos:                0 flags:          2004002/0x1
(00.050793) 	Searching for socket 157ad (family 1.0)
(00.050796) 	Searching for socket 157ae (family 1.0)
(00.050798) unix: 	Add a peer: ino 87982 peer_ino 87981 family    1 type    1 state  1 name (null)
(00.050811) No filter for socket
(00.050813) unix: Dumping unix socket at 6
(00.050815) unix: 	Dumping: ino 87981 peer_ino 87982 family    1 type    1 state  1 name (null)
(00.050825) 6332 fdinfo 7: pos:                0 flags:          2004002/0x1
(00.050828) 	Searching for socket 157ae (family 1.0)
(00.050830) 	Searching for socket 157ad (family 1.0)
(00.050837) No filter for socket
(00.050838) unix: Dumping unix socket at 7
(00.050840) unix: 	Dumping: ino 87982 peer_ino 87981 family    1 type    1 state  1 name (null)
(00.050849) unix: 	Dumped: id 0x3d ino 87982 peer 87981 type 1 state 1 name 0 bytes
(00.050853) unix: 	Dumped: id 0x3c ino 87981 peer 87982 type 1 state 1 name 0 bytes
(00.050868) 6332 fdinfo 8: pos:                0 flags:          2004002/0x1
(00.050873) 	Searching for socket 157c9 (family 2.6)
(00.050875) Error (criu/sk-inet.c:181): Connected TCP socket, consider using --tcp-established option.
(00.050897) ----------------------------------------
(00.050906) Error (criu/cr-dump.c:1344): Dump files (pid: 6332) failed with -1
(00.050931) Waiting for 6332 to trap
(00.050937) Daemon 6332 exited trapping
(00.050942) Sent msg to daemon 3 0 0
(00.050947) Force no-breakpoints restore
(00.050957) 6332 was trapped
(00.050961) 6332 (native) is going to execute the syscall 45, required is 15
(00.050970) 6332 was trapped
(00.050973) `- Expecting exit
(00.050980) 6332 was trapped
(00.050983) 6332 (native) is going to execute the syscall 186, required is 15
(00.050990) 6332 was trapped
(00.050993) `- Expecting exit
(00.051000) 6332 was trapped
(00.051004) 6332 (native) is going to execute the syscall 1, required is 15
pie: 1: __fetched msg: 3 0 0
(00.051012) 6332 was trapped
(00.051015) `- Expecting exit
(00.051022) 6332 was trapped
(00.051025) 6332 (native) is going to execute the syscall 186, required is 15
(00.051032) 6332 was trapped
(00.051035) `- Expecting exit
(00.051042) 6332 was trapped
(00.051046) 6332 (native) is going to execute the syscall 186, required is 15
(00.051066) 6332 was trapped
(00.051068) `- Expecting exit
(00.051075) 6332 was trapped
(00.051078) 6332 (native) is going to execute the syscall 1, required is 15
pie: 1: 1: new_sp=0x7f918196b008 ip 0x7f918ad5ea13
(00.051086) 6332 was trapped
(00.051088) `- Expecting exit
(00.051095) 6332 was trapped
(00.051098) 6332 (native) is going to execute the syscall 3, required is 15
(00.051107) 6332 was trapped
(00.051109) `- Expecting exit
(00.051116) 6332 was trapped
(00.051119) 6332 (native) is going to execute the syscall 3, required is 15
(00.051126) 6332 was trapped
(00.051128) `- Expecting exit
(00.051135) 6332 was trapped
(00.051138) 6332 (native) is going to execute the syscall 15, required is 15
(00.051146) 6332 was stopped
(00.051248) Unlock network
(00.051252) Running network-unlock scripts
(00.051254) 	RPC
iptables-restore: invalid option -- 'w'
ip6tables-restore: invalid option -- 'w'
(00.067948) Unfreezing tasks into 1
(00.067956) 	Unseizing 6332 into 1
(00.067984) 	Unseizing 6385 into 1
(00.068048) Error (criu/cr-dump.c:1720): Dumping FAILED.

@avagin
Copy link
Member

avagin commented Sep 13, 2018

This is the real error:

(00.050868) 6332 fdinfo 8: pos:                0 flags:          2004002/0x1
(00.050873) 	Searching for socket 157c9 (family 2.6)
(00.050875) Error (criu/sk-inet.c:181): Connected TCP socket, consider using --tcp-established option.
(00.050897) ----------------------------------------
(00.050906) Error (criu/cr-dump.c:1344): Dump files (pid: 6332) failed with -1

@santiagobasulto
Copy link
Author

Oh, thanks. I failed at decoding the stacktrace 😝. Is it my fault, or dockers?

@avagin
Copy link
Member

avagin commented Sep 13, 2018

This container has established tcp connections, criu requires the --tcp-established option in this case.

Docker doesn't allow to customize criu options. @veruu and @adrianreber implemented criu config files which can help to solve this problem, but this functionality is going to be released only in the next criu version.

@adrianreber
Copy link
Member

If you use docker with the latest runc it is possible to specify configuration files as described in https://criu.org/Configuration_files and opencontainers/runc#1933

You could also try Podman which has an option to enable checkpointing with established TCP connections. Please re-open if you have any further questions.

@ashwani29
Copy link

what command did you use to dump the container?

Hello everybody! I'm trying to checkpoint a container and I'm getting the following error:

Error response from daemon: Cannot checkpoint container 00d329faebb0: docker-runc did not terminate sucessfully: criu failed: type NOTIFY errno 0 path= /var/run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/00d329faebb01ba04e955ae0dc859ff6ffdd69b702ed756c1c11ddb7e196f016/criu-dump.log: unknown

The error in the dump seems to be: mnt: Can't parse 22902's mountinfo. Here's the tail of the dump:

(00.029980) Error (criu/proc_parse.c:1432): Bad format in 22902 mountinfo: 'd03334010331327dcb1d3c4e0d3d98937740a23cfa43e0a0bbbd3da29/work
'
(00.029992) Error (criu/mount.c:1941): mnt: Can't parse 22902's mountinfo
(00.030002) Unlock network
(00.030004) Running network-unlock scripts
(00.030006)     RPC
(00.046642) Unfreezing tasks into 1
(00.046656)     Unseizing 22902 into 1
(00.046686)     Unseizing 22953 into 1
(00.046752) Error (criu/cr-dump.c:1628): Dumping FAILED.

Any ideas of what's going on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants