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

Runc did not terminate successfully: criu failed: type NOTIFY errno 0 #1118

Closed
bhill29 opened this issue Jun 24, 2020 · 14 comments
Closed

Runc did not terminate successfully: criu failed: type NOTIFY errno 0 #1118

bhill29 opened this issue Jun 24, 2020 · 14 comments

Comments

@bhill29
Copy link

bhill29 commented Jun 24, 2020

I encounter this error when migrating a working project from RHEL8 to CentOS 8. Checkpoint save and restore works perfectly well until I enable tcp streams between my container and an external app, then, I get the error in the title:

Error response from daemon: Cannot checkpoint container <name>: runc did not terminate successfully: criu failed: type NOTIFY errno 0

I've added "tcp-established" to both /etc/criu/runc.conf and /etc/criu/default.conf to no avail. I also tried adding "skip-in-flight" to those files as well. On my RHEL8 machine I was seeing a similar error. I believe the way we solved it was just getting the right version of Docker and CRIU installed. We can't get the packages to line up exactly the same on CentOS. At least, that is what our IT guy tells me. Even so, the versions are pretty close:

RHEL 8 versions:

  • Kernel: 4.18.0
  • Docker: 19.03.5
  • CRIU: 3.12
  • RUNC: 1.0.0-rc8+dev
  • containerd: 1.2.10

CENTOS 8 versions:

  • Kernel: 4.18.0
  • Docker: 19.03.10
  • CRIU: 3.12
  • RUNC: 1.0.1-dev
  • containerd: 1.2.2

I believe the relevant log section is:
{"level":"error","msg":"container is paused","time":"2020-06-19T10:53:27-06:00"} {"level":"error","msg":"criu failed: type NOTIFY errno 0\nlog file: /var/lib/containerd/io.containerd.runtime.v1.linux/moby/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/criu-work/dump.log\n","time":"2020-06-19T10:53:27-06:00"}

@adrianreber
Copy link
Member

Can you show us the output of dump.log? Why are the versions of the packages different. CentOS 8.2 was just released, so it should have the same packages as RHEL 8.2.

@bhill29
Copy link
Author

bhill29 commented Jun 24, 2020

I'm not sure why they are different. I am on 8.1 for both RHEL and CentOS currently. I'm getting an error when I try to attach the log. Not sure why. Here is what looks like the relevant part anyway, it seems that, though I have put the "tcp-established" in my /etc/criu/default and runc.conf files it isn't finding that configuration?

(00.123855) inet: Dumping inet socket at 38
(00.123858) inet: Dumping: ino 0x5063299 family AF_INET type SOCK_STREAM port 5005 state TCP_LISTEN src_addr 0.0.0.0
(00.123861) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5005 state 0 src_addr 0.0.0.0
(00.123893) 46609 fdinfo 39: pos: 0 flags: 2/0
(00.123903) sockets: Searching for socket 0x506e737 family 2
(00.123906) Error (criu/sk-inet.c:199): inet: Connected TCP socket, consider using --tcp-established option.
(00.123947) ----------------------------------------
(00.123975) Error (criu/cr-dump.c:1344): Dump files (pid: 46609) failed with -1
(00.124019) Waiting for 46609 to trap
(00.124039) Daemon 46609 exited trapping
(00.124047) Sent msg to daemon 3 0 0
(00.124054) Force no-breakpoints restore
(00.124064) 46609 was trapped
(00.124067) 46609 (native) is going to execute the syscall 45, required is 15
(00.124077) 46609 was trapped
(00.124078) `- Expecting exit

@adrianreber
Copy link
Member

At the top of the log CRIU will say if it uses a configuration file. Not sure maybe your runc is too old.

If you use RHEL 8.1 you should be able to test it with Podman: https://www.redhat.com/en/blog/container-migration-podman-rhel

Podman has --tcp-established so that you can just tell Podman to use it. Maybe your docker version bundles an older runc.

Seeing the complete log file would be important to know if CRIU sees your configuration file.

@bhill29
Copy link
Author

bhill29 commented Jun 24, 2020

Ah, looks like the config file was not used, it says "unable to get $HOME directory. I'll copy paste it in the bottom of this message, still unable to attach it.

I know that it works on RHEL 8.1. I also dabbled with podman a bit but podman only supports one checkpoint, or at least it did back when I was looking into it about 6 months ago. For my use case, I need to be able to save multiple checkpoints so I have been using Docker.

Log file paste:
(00.000000) Unable to get $HOME directory, local configuration file will not be used.(00.000074) Warn (criu/log.c:203): The early log isn't empty
(00.000098) Version: 3.12 (gitid 0)
(00.000108) Running on <> Linux 4.18.0-147.8.1.el8_1.x86_64 #1 SMP Thu Apr 9 13:49:54 UTC 2020 x86_64
(00.000189) Loaded kdat cache from /run/criu/criu.kdat
(00.000270) Will skip in-flight TCP connections
(00.000292) ========================================
(00.000300) Dumping processes (pid: 46587)
(00.000303) ========================================
(00.000316) rlimit: RLIMIT_NOFILE unlimited for self
(00.000361) Running pre-dump scripts
(00.000372) RPC
(00.000571) irmap: Searching irmap cache in work dir
(00.000603) No irmap-cache image
(00.000607) irmap: Searching irmap cache in parent
(00.000620) irmap: No irmap cache
(00.000655) cpu: x86_family 6 x86_vendor_id GenuineIntel x86_model_id Intel(R) Xeon(R) CPU E5-2698 v4 @ 2.20GHz
(00.000668) cpu: fpu: xfeatures_mask 0x5 xsave_size 832 xsave_size_max 832 xsaves_size 0
(00.000674) cpu: fpu: x87 floating point registers xstate_offsets 0 / 0 xstate_sizes 160 / 160
(00.000678) cpu: fpu: AVX registers xstate_offsets 576 / 576 xstate_sizes 256 / 256
(00.000683) cpu: fpu:1 fxsr:1 xsave:1 xsaveopt:1 xsavec:0 xgetbv1:0 xsaves:0
(00.000867) cg-prop: Parsing controller "cpu"
(00.000880) cg-prop: Strategy "replace"
(00.000884) cg-prop: Property "cpu.shares"
(00.000887) cg-prop: Property "cpu.cfs_period_us"
(00.000890) cg-prop: Property "cpu.cfs_quota_us"
(00.000893) cg-prop: Property "cpu.rt_period_us"
(00.000896) cg-prop: Property "cpu.rt_runtime_us"
(00.000899) cg-prop: Parsing controller "memory"
(00.000902) cg-prop: Strategy "replace"
(00.000905) cg-prop: Property "memory.limit_in_bytes"
(00.000908) cg-prop: Property "memory.memsw.limit_in_bytes"
(00.000911) cg-prop: Property "memory.swappiness"
(00.000914) cg-prop: Property "memory.soft_limit_in_bytes"
(00.000917) cg-prop: Property "memory.move_charge_at_immigrate"
(00.000920) cg-prop: Property "memory.oom_control"
(00.000922) cg-prop: Property "memory.use_hierarchy"
(00.000925) cg-prop: Property "memory.kmem.limit_in_bytes"
(00.000928) cg-prop: Property "memory.kmem.tcp.limit_in_bytes"
(00.000931) cg-prop: Parsing controller "cpuset"
(00.000934) cg-prop: Strategy "replace"
(00.000937) cg-prop: Property "cpuset.cpus"
(00.000940) cg-prop: Property "cpuset.mems"
(00.000942) cg-prop: Property "cpuset.memory_migrate"
(00.000945) cg-prop: Property "cpuset.cpu_exclusive"
(00.000948) cg-prop: Property "cpuset.mem_exclusive"
(00.000951) cg-prop: Property "cpuset.mem_hardwall"
(00.000954) cg-prop: Property "cpuset.memory_spread_page"
(00.000957) cg-prop: Property "cpuset.memory_spread_slab"
(00.000959) cg-prop: Property "cpuset.sched_load_balance"
(00.000962) cg-prop: Property "cpuset.sched_relax_domain_level"
(00.000965) cg-prop: Parsing controller "blkio"
(00.000974) cg-prop: Strategy "replace"
(00.000977) cg-prop: Property "blkio.weight"
(00.000980) cg-prop: Parsing controller "freezer"
(00.000983) cg-prop: Strategy "replace"
(00.000986) cg-prop: Parsing controller "perf_event"
(00.000989) cg-prop: Strategy "replace"
(00.000992) cg-prop: Parsing controller "net_cls"
(00.000995) cg-prop: Strategy "replace"
(00.000998) cg-prop: Property "net_cls.classid"
(00.001001) cg-prop: Parsing controller "net_prio"
(00.001004) cg-prop: Strategy "replace"
(00.001007) cg-prop: Property "net_prio.ifpriomap"
(00.001010) cg-prop: Parsing controller "pids"
(00.001013) cg-prop: Strategy "replace"
(00.001015) cg-prop: Property "pids.max"
(00.001018) cg-prop: Parsing controller "devices"
(00.001021) cg-prop: Strategy "replace"
(00.001024) cg-prop: Property "devices.list"
(00.001085) Perparing image inventory (version 1)
(00.001149) Add pid ns 1 pid 46755
(00.001162) Add net ns 2 pid 46755
(00.001174) Add ipc ns 3 pid 46755
(00.001190) Add uts ns 4 pid 46755
(00.001230) Add mnt ns 5 pid 46755
(00.001242) Add user ns 6 pid 46755
(00.001253) Add cgroup ns 7 pid 46755
(00.001257) cg: Dumping cgroups for 46755
(00.001304) cg: - New css ID 1 (00.001308) cg: - [blkio] -> [/system.slice/containerd.service] [0]
(00.001311) cg: - [cpu,cpuacct] -> [/system.slice/containerd.service] [0] (00.001314) cg: - [cpuset] -> [/] [0]
(00.001317) cg: - [devices] -> [/system.slice/containerd.service] [0] (00.001319) cg: - [freezer] -> [/] [0]
(00.001322) cg: - [hugetlb] -> [/] [0] (00.001324) cg: - [memory] -> [/system.slice/containerd.service] [0]
(00.001327) cg: - [name=systemd] -> [/system.slice/containerd.service] [0] (00.001349) cg: - [net_cls,net_prio] -> [/] [0]
(00.001352) cg: - [perf_event] -> [/] [0] (00.001355) cg: - [pids] -> [/system.slice/containerd.service] [0]
(00.001358) cg: - [rdma] -> [/] [0] (00.001361) cg: Set 1 is criu one (00.001400) freezing processes: 100000 attempts with 100 ms steps (00.001443) freezer.state=FROZEN (00.001491) SEIZE 46587: success (00.001500) SEIZE 46609: success (00.001513) SEIZE 46615: success (00.001711) Seized task 46587, state 1 (00.001717) seccomp: Collected tid_real 46587 mode 0x2 (00.001744) Collected (0 attempts, 0 in_progress) (00.001775) Seized task 46609, state 0 (00.001846) seccomp: Collected tid_real 46609 mode 0x2 (00.001871) Seizing 46609's 46615 thread (00.001937) seccomp: Collected tid_real 46615 mode 0x2 (00.001964) Collected (-1 attempts, 0 in_progress) (00.001994) Collected (0 attempts, 0 in_progress) (00.002016) Collected 46609 in 1 state (00.002042) Collected (-1 attempts, 0 in_progress) (00.002051) Collected 46587 in 1 state (00.002078) Will take pid namespace in the image (00.002088) Add pid ns 8 pid 46587 (00.002106) Will take ipc namespace in the image (00.002109) Add ipc ns 9 pid 46587 (00.002119) Will take uts namespace in the image (00.002122) Add uts ns 10 pid 46587 (00.002132) Will take mnt namespace in the image (00.002135) Add mnt ns 11 pid 46587 (00.002214) Lock network (00.002327) type overlay source overlay mnt_id 777 s_dev 0x31 / @ ./ flags 0x280000 options lowerdir=/var/lib/docker/overlay2/l/TCHQD2BZSK2MTMFVL7MCQSBQVY:/var/lib/docker/overlay2/l/JFKUTZSKFYJ2GVFZOG52564N6L:/var/lib/docker/overlay2/l/LVVTTNJP3HLKE2W36YCIFM5INW,upperdir=/var/lib/docker/overlay2/b3f90395f68937f85a681ecf6acd99d8c5100da0d8eba87fefe72986b7228e38/diff,workdir=/var/lib/docker/overlay2/b3f90395f68937f85a681ecf6acd99d8c5100da0d8eba87fefe72986b7228e38/work (00.002371) type proc source proc mnt_id 778 s_dev 0x33 / @ ./proc flags 0x20000e options (00.002383) type tmpfs source tmpfs mnt_id 779 s_dev 0x34 / @ ./dev flags 0x1000002 options size=65536k,mode=755 (00.002396) type devpts source devpts mnt_id 780 s_dev 0x35 / @ ./dev/pts flags 0x20000a options gid=5,mode=620,ptmxmode=666 (00.002419) type sysfs source sysfs mnt_id 781 s_dev 0x14 / @ ./sys flags 0x20000f options (00.002434) type tmpfs source tmpfs mnt_id 782 s_dev 0x36 / @ ./sys/fs/cgroup flags 0x20000f options mode=755 (00.002480) type cgroup source cgroup mnt_id 783 s_dev 0x19 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/systemd flags 0x28000f options xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd (00.002490) type cgroup source cgroup mnt_id 784 s_dev 0x1c /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/memory flags 0x28000f options memory (00.002499) type cgroup source cgroup mnt_id 785 s_dev 0x1d /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/cpu,cpuacct flags 0x28000f options cpu,cpuacct (00.002508) type cgroup source cgroup mnt_id 786 s_dev 0x1e /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/freezer flags 0x28000f options freezer (00.002517) type cgroup source cgroup mnt_id 787 s_dev 0x1f / @ ./sys/fs/cgroup/rdma flags 0x28000f options rdma (00.002526) type cgroup source cgroup mnt_id 788 s_dev 0x20 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/net_cls,net_prio flags 0x28000f options net_cls,net_prio (00.002567) type cgroup source cgroup mnt_id 789 s_dev 0x21 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/pids flags 0x28000f options pids (00.002580) type cgroup source cgroup mnt_id 790 s_dev 0x22 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/blkio flags 0x28000f options blkio (00.002591) type cgroup source cgroup mnt_id 791 s_dev 0x23 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/perf_event flags 0x28000f options perf_event (00.002599) type cgroup source cgroup mnt_id 792 s_dev 0x24 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/devices flags 0x28000f options devices (00.002607) type cgroup source cgroup mnt_id 793 s_dev 0x25 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/cpuset flags 0x28000f options cpuset (00.002615) type cgroup source cgroup mnt_id 794 s_dev 0x26 /docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0 @ ./sys/fs/cgroup/hugetlb flags 0x28000f options hugetlb (00.002622) type mqueue source mqueue mnt_id 795 s_dev 0x32 / @ ./dev/mqueue flags 0x20000e options (00.002654) type tmpfs source shm mnt_id 796 s_dev 0x37 / @ ./dev/shm flags 0x20000e options size=65536k (00.002665) type xfs source /dev/mapper/cl-root mnt_id 797 s_dev 0xfd00000 /export/home/bhill/SSR/ssr.bin @ ./root/ssr.bin flags 0x200000 options attr2,inode64,noquota (00.002678) type xfs source /dev/mapper/cl-data mnt_id 798 s_dev 0xfd00003 /docker/var/lib/docker/containers/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/resolv.conf @ ./etc/resolv.conf flags 0x200000 options attr2,inode64,noquota (00.002689) type xfs source /dev/mapper/cl-data mnt_id 799 s_dev 0xfd00003 /docker/var/lib/docker/containers/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/hostname @ ./etc/hostname flags 0x200000 options attr2,inode64,noquota (00.002701) type xfs source /dev/mapper/cl-data mnt_id 800 s_dev 0xfd00003 /docker/var/lib/docker/containers/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/hosts @ ./etc/hosts flags 0x200000 options attr2,inode64,noquota (00.002712) type devpts source devpts mnt_id 732 s_dev 0x35 /0 @ ./dev/console flags 0x20000a options gid=5,mode=620,ptmxmode=666 (00.002722) type proc source proc mnt_id 733 s_dev 0x33 /bus @ ./proc/bus flags 0x200001 options (00.002731) type proc source proc mnt_id 734 s_dev 0x33 /fs @ ./proc/fs flags 0x200001 options (00.002764) type proc source proc mnt_id 735 s_dev 0x33 /irq @ ./proc/irq flags 0x200001 options (00.002773) type proc source proc mnt_id 736 s_dev 0x33 /sys @ ./proc/sys flags 0x200001 options (00.002785) type proc source proc mnt_id 737 s_dev 0x33 /sysrq-trigger @ ./proc/sysrq-trigger flags 0x200001 options (00.002796) type tmpfs source tmpfs mnt_id 738 s_dev 0x38 / @ ./proc/asound flags 0x200001 options (00.002804) type tmpfs source tmpfs mnt_id 739 s_dev 0x39 / @ ./proc/acpi flags 0x200001 options (00.002813) type tmpfs source tmpfs mnt_id 740 s_dev 0x34 /null @ ./proc/kcore flags 0x1000002 options size=65536k,mode=755 (00.002823) type tmpfs source tmpfs mnt_id 741 s_dev 0x34 /null @ ./proc/keys flags 0x1000002 options size=65536k,mode=755 (00.002833) type tmpfs source tmpfs mnt_id 742 s_dev 0x34 /null @ ./proc/timer_list flags 0x1000002 options size=65536k,mode=755 (00.002842) type tmpfs source tmpfs mnt_id 743 s_dev 0x34 /null @ ./proc/sched_debug flags 0x1000002 options size=65536k,mode=755 (00.002851) type tmpfs source tmpfs mnt_id 744 s_dev 0x3a / @ ./proc/scsi flags 0x200001 options (00.002862) type tmpfs source tmpfs mnt_id 745 s_dev 0x3b / @ ./sys/firmware flags 0x200001 options (00.002881) mnt: Building mountpoints tree (00.002889) mnt: Building plain mount tree (00.002892) mnt: Working on 745->781 (00.002895) mnt: Working on 744->778 (00.002898) mnt: Working on 743->778 (00.002901) mnt: Working on 742->778 (00.002904) mnt: Working on 741->778 (00.002912) mnt: Working on 740->778 (00.002915) mnt: Working on 739->778 (00.002918) mnt: Working on 738->778 (00.002920) mnt: Working on 737->778 (00.002923) mnt: Working on 736->778 (00.002926) mnt: Working on 735->778 (00.002929) mnt: Working on 734->778 (00.002932) mnt: Working on 733->778 (00.002934) mnt: Working on 732->779 (00.002937) mnt: Working on 800->777 (00.002940) mnt: Working on 799->777 (00.002943) mnt: Working on 798->777 (00.002946) mnt: Working on 797->777 (00.002949) mnt: Working on 796->779 (00.002951) mnt: Working on 795->779 (00.002954) mnt: Working on 794->782 (00.002957) mnt: Working on 793->782 (00.002960) mnt: Working on 792->782 (00.002962) mnt: Working on 791->782 (00.002965) mnt: Working on 790->782 (00.002968) mnt: Working on 789->782 (00.002971) mnt: Working on 788->782 (00.002973) mnt: Working on 787->782 (00.002976) mnt: Working on 786->782 (00.002979) mnt: Working on 785->782 (00.002982) mnt: Working on 784->782 (00.002984) mnt: Working on 783->782 (00.002987) mnt: Working on 782->781 (00.002990) mnt: Working on 781->777 (00.002993) mnt: Working on 780->779 (00.002995) mnt: Working on 779->777 (00.002998) mnt: Working on 778->777 (00.003001) mnt: Working on 777->731 (00.003010) mnt: Resorting siblings on 777 (00.003013) mnt: Resorting siblings on 800 (00.003016) mnt: Resorting siblings on 799 (00.003019) mnt: Resorting siblings on 798 (00.003022) mnt: Resorting siblings on 797 (00.003024) mnt: Resorting siblings on 781 (00.003027) mnt: Resorting siblings on 745 (00.003030) mnt: Resorting siblings on 782 (00.003032) mnt: Resorting siblings on 794 (00.003035) mnt: Resorting siblings on 793 (00.003038) mnt: Resorting siblings on 792 (00.003040) mnt: Resorting siblings on 791 (00.003043) mnt: Resorting siblings on 790 (00.003046) mnt: Resorting siblings on 789 (00.003049) mnt: Resorting siblings on 788 (00.003052) mnt: Resorting siblings on 787 (00.003055) mnt: Resorting siblings on 786 (00.003058) mnt: Resorting siblings on 785 (00.003061) mnt: Resorting siblings on 784 (00.003064) mnt: Resorting siblings on 783 (00.003067) mnt: Resorting siblings on 779 (00.003070) mnt: Resorting siblings on 732 (00.003073) mnt: Resorting siblings on 796 (00.003075) mnt: Resorting siblings on 795 (00.003078) mnt: Resorting siblings on 780 (00.003081) mnt: Resorting siblings on 778 (00.003083) mnt: Resorting siblings on 744 (00.003086) mnt: Resorting siblings on 743 (00.003089) mnt: Resorting siblings on 742 (00.003091) mnt: Resorting siblings on 741 (00.003094) mnt: Resorting siblings on 740 (00.003097) mnt: Resorting siblings on 739 (00.003100) mnt: Resorting siblings on 738 (00.003103) mnt: Resorting siblings on 737 (00.003105) mnt: Resorting siblings on 736 (00.003108) mnt: Resorting siblings on 735 (00.003111) mnt: Resorting siblings on 734 (00.003114) mnt: Resorting siblings on 733 (00.003117) mnt: Done: (00.003119) mnt: [./](777->731) (00.003123) mnt: [./etc/hosts](800->777) (00.003126) mnt: <-- (00.003129) mnt: [./etc/hostname](799->777) (00.003132) mnt: <-- (00.003134) mnt: [./etc/resolv.conf](798->777) (00.003137) mnt: <-- (00.003140) mnt: [./root/ssr.bin](797->777) (00.003143) mnt: <-- (00.003145) mnt: [./sys](781->777) (00.003148) mnt: [./sys/fs/cgroup](782->781) (00.003151) mnt: [./sys/fs/cgroup/hugetlb](794->782) (00.003154) mnt: <-- (00.003157) mnt: [./sys/fs/cgroup/cpuset](793->782) (00.003160) mnt: <-- (00.003162) mnt: [./sys/fs/cgroup/devices](792->782) (00.003165) mnt: <-- (00.003168) mnt: [./sys/fs/cgroup/perf_event](791->782) (00.003171) mnt: <-- (00.003173) mnt: [./sys/fs/cgroup/blkio](790->782) (00.003176) mnt: <-- (00.003179) mnt: [./sys/fs/cgroup/pids](789->782) (00.003182) mnt: <-- (00.003184) mnt: [./sys/fs/cgroup/net_cls,net_prio](788->782) (00.003187) mnt: <-- (00.003190) mnt: [./sys/fs/cgroup/rdma](787->782) (00.003193) mnt: <-- (00.003195) mnt: [./sys/fs/cgroup/freezer](786->782) (00.003198) mnt: <-- (00.003207) mnt: [./sys/fs/cgroup/cpu,cpuacct](785->782) (00.003210) mnt: <-- (00.003213) mnt: [./sys/fs/cgroup/memory](784->782) (00.003216) mnt: <-- (00.003218) mnt: [./sys/fs/cgroup/systemd](783->782) (00.003221) mnt: <-- (00.003224) mnt: <-- (00.003226) mnt: [./sys/firmware](745->781) (00.003229) mnt: <-- (00.003232) mnt: <-- (00.003234) mnt: [./dev](779->777) (00.003237) mnt: [./dev/console](732->779) (00.003240) mnt: <-- (00.003243) mnt: [./dev/shm](796->779) (00.003246) mnt: <-- (00.003248) mnt: [./dev/mqueue](795->779) (00.003251) mnt: <-- (00.003254) mnt: [./dev/pts](780->779) (00.003257) mnt: <-- (00.003259) mnt: <-- (00.003262) mnt: [./proc](778->777) (00.003265) mnt: [./proc/scsi](744->778) (00.003268) mnt: <-- (00.003270) mnt: [./proc/sched_debug](743->778) (00.003273) mnt: <-- (00.003276) mnt: [./proc/timer_list](742->778) (00.003279) mnt: <-- (00.003281) mnt: [./proc/keys](741->778) (00.003284) mnt: <-- (00.003287) mnt: [./proc/kcore](740->778) (00.003289) mnt: <-- (00.003292) mnt: [./proc/acpi](739->778) (00.003295) mnt: <-- (00.003297) mnt: [./proc/asound](738->778) (00.003300) mnt: <-- (00.003303) mnt: [./proc/sysrq-trigger](737->778) (00.003306) mnt: <-- (00.003308) mnt: [./proc/sys](736->778) (00.003311) mnt: <-- (00.003314) mnt: [./proc/irq](735->778) (00.003317) mnt: <-- (00.003319) mnt: [./proc/fs](734->778) (00.003322) mnt: <-- (00.003324) mnt: [./proc/bus](733->778) (00.003327) mnt: <-- (00.003350) mnt: <-- (00.003353) mnt: <-- (00.003362) mnt: Found /dev/null mapping for ./proc/sched_debug mountpoint (00.003366) mnt: Found /dev/null mapping for ./proc/timer_list mountpoint (00.003369) mnt: Found /dev/null mapping for ./proc/keys mountpoint (00.003372) mnt: Found /dev/null mapping for ./proc/kcore mountpoint (00.003384) mnt: Found /etc/hosts mapping for ./etc/hosts mountpoint (00.003387) mnt: Found /etc/hostname mapping for ./etc/hostname mountpoint (00.003391) mnt: Found /etc/resolv.conf mapping for ./etc/resolv.conf mountpoint (00.003394) mnt: Found /root/ssr.bin mapping for ./root/ssr.bin mountpoint (00.003400) mnt: Found /sys/fs/cgroup/hugetlb mapping for ./sys/fs/cgroup/hugetlb mountpoint (00.003403) mnt: Found /sys/fs/cgroup/cpuset mapping for ./sys/fs/cgroup/cpuset mountpoint (00.003406) mnt: Found /sys/fs/cgroup/devices mapping for ./sys/fs/cgroup/devices mountpoint (00.003410) mnt: Found /sys/fs/cgroup/perf_event mapping for ./sys/fs/cgroup/perf_event mountpoint (00.003413) mnt: Found /sys/fs/cgroup/blkio mapping for ./sys/fs/cgroup/blkio mountpoint (00.003417) mnt: Found /sys/fs/cgroup/pids mapping for ./sys/fs/cgroup/pids mountpoint (00.003420) mnt: Found /sys/fs/cgroup/net_cls,net_prio mapping for ./sys/fs/cgroup/net_cls,net_prio mountpoint (00.003424) mnt: Found /sys/fs/cgroup/rdma mapping for ./sys/fs/cgroup/rdma mountpoint (00.003427) mnt: Found /sys/fs/cgroup/freezer mapping for ./sys/fs/cgroup/freezer mountpoint (00.003431) mnt: Found /sys/fs/cgroup/cpu,cpuacct mapping for ./sys/fs/cgroup/cpu,cpuacct mountpoint (00.003434) mnt: Found /sys/fs/cgroup/memory mapping for ./sys/fs/cgroup/memory mountpoint (00.003438) mnt: Found /sys/fs/cgroup/systemd mapping for ./sys/fs/cgroup/systemd mountpoint (00.003453) mnt: Inspecting sharing on 745 shared_id 0 master_id 0 (@./sys/firmware) (00.003458) mnt: Inspecting sharing on 744 shared_id 0 master_id 0 (@./proc/scsi) (00.003462) mnt: Inspecting sharing on 743 shared_id 0 master_id 0 (@./proc/sched_debug) (00.003465) mnt: The mount 742 is bind for 743 (@./proc/timer_list -> @./proc/sched_debug) (00.003468) mnt: The mount 741 is bind for 743 (@./proc/keys -> @./proc/sched_debug) (00.003471) mnt: The mount 740 is bind for 743 (@./proc/kcore -> @./proc/sched_debug) (00.003475) mnt: The mount 779 is bind for 743 (@./dev -> @./proc/sched_debug) (00.003478) mnt: Inspecting sharing on 742 shared_id 0 master_id 0 (@./proc/timer_list) (00.003481) mnt: Inspecting sharing on 741 shared_id 0 master_id 0 (@./proc/keys) (00.003484) mnt: Inspecting sharing on 740 shared_id 0 master_id 0 (@./proc/kcore) (00.003490) mnt: Inspecting sharing on 739 shared_id 0 master_id 0 (@./proc/acpi) (00.003494) mnt: Inspecting sharing on 738 shared_id 0 master_id 0 (@./proc/asound) (00.003497) mnt: Inspecting sharing on 737 shared_id 0 master_id 0 (@./proc/sysrq-trigger) (00.003500) mnt: The mount 736 is bind for 737 (@./proc/sys -> @./proc/sysrq-trigger) (00.003503) mnt: The mount 735 is bind for 737 (@./proc/irq -> @./proc/sysrq-trigger) (00.003506) mnt: The mount 734 is bind for 737 (@./proc/fs -> @./proc/sysrq-trigger) (00.003509) mnt: The mount 733 is bind for 737 (@./proc/bus -> @./proc/sysrq-trigger) (00.003513) mnt: The mount 778 is bind for 737 (@./proc -> @./proc/sysrq-trigger) (00.003516) mnt: Inspecting sharing on 736 shared_id 0 master_id 0 (@./proc/sys) (00.003519) mnt: Inspecting sharing on 735 shared_id 0 master_id 0 (@./proc/irq) (00.003522) mnt: Inspecting sharing on 734 shared_id 0 master_id 0 (@./proc/fs) (00.003524) mnt: Inspecting sharing on 733 shared_id 0 master_id 0 (@./proc/bus) (00.003527) mnt: Inspecting sharing on 732 shared_id 0 master_id 0 (@./dev/console) (00.003531) mnt: The mount 780 is bind for 732 (@./dev/pts -> @./dev/console) (00.003534) mnt: Inspecting sharing on 800 shared_id 0 master_id 0 (@./etc/hosts) (00.003537) mnt: The mount 799 is bind for 800 (@./etc/hostname -> @./etc/hosts) (00.003540) mnt: The mount 798 is bind for 800 (@./etc/resolv.conf -> @./etc/hosts) (00.003543) mnt: Inspecting sharing on 799 shared_id 0 master_id 0 (@./etc/hostname) (00.003546) mnt: Inspecting sharing on 798 shared_id 0 master_id 0 (@./etc/resolv.conf) (00.003549) mnt: Inspecting sharing on 797 shared_id 0 master_id 0 (@./root/ssr.bin) (00.003552) mnt: Inspecting sharing on 796 shared_id 0 master_id 0 (@./dev/shm) (00.003555) mnt: Inspecting sharing on 795 shared_id 0 master_id 0 (@./dev/mqueue) (00.003558) mnt: Inspecting sharing on 794 shared_id 0 master_id 16 (@./sys/fs/cgroup/hugetlb) (00.003562) mnt: Inspecting sharing on 793 shared_id 0 master_id 15 (@./sys/fs/cgroup/cpuset) (00.003565) mnt: Inspecting sharing on 792 shared_id 0 master_id 14 (@./sys/fs/cgroup/devices) (00.003569) mnt: Inspecting sharing on 791 shared_id 0 master_id 13 (@./sys/fs/cgroup/perf_event) (00.003572) mnt: Inspecting sharing on 790 shared_id 0 master_id 12 (@./sys/fs/cgroup/blkio) (00.003575) mnt: Inspecting sharing on 789 shared_id 0 master_id 11 (@./sys/fs/cgroup/pids) (00.003578) mnt: Inspecting sharing on 788 shared_id 0 master_id 10 (@./sys/fs/cgroup/net_cls,net_prio) (00.003582) mnt: Inspecting sharing on 787 shared_id 0 master_id 9 (@./sys/fs/cgroup/rdma) (00.003585) mnt: Inspecting sharing on 786 shared_id 0 master_id 8 (@./sys/fs/cgroup/freezer) (00.003588) mnt: Inspecting sharing on 785 shared_id 0 master_id 7 (@./sys/fs/cgroup/cpu,cpuacct) (00.003591) mnt: Inspecting sharing on 784 shared_id 0 master_id 6 (@./sys/fs/cgroup/memory) (00.003595) mnt: Inspecting sharing on 783 shared_id 0 master_id 5 (@./sys/fs/cgroup/systemd) (00.003598) mnt: Inspecting sharing on 782 shared_id 0 master_id 0 (@./sys/fs/cgroup) (00.003601) mnt: Inspecting sharing on 781 shared_id 0 master_id 0 (@./sys) (00.003604) mnt: Inspecting sharing on 780 shared_id 0 master_id 0 (@./dev/pts) (00.003607) mnt: Inspecting sharing on 779 shared_id 0 master_id 0 (@./dev) (00.003610) mnt: Inspecting sharing on 778 shared_id 0 master_id 0 (@./proc) (00.003613) mnt: Inspecting sharing on 777 shared_id 0 master_id -1 (@./) (00.003629) Collecting netns 2/46755 (00.003633) The net[4026531992] netns is external (00.004326) unix: Collected: ino 24576 peer_ino 0 family 1 type 1 state 10 name /run/rpcbind.sock (00.004362) unix: Collected: ino 22878892 peer_ino 0 family 1 type 1 state 10 name /tmp/.ICE-unix/55344 (00.004367) unix: Collected: ino 40575 peer_ino 0 family 1 type 1 state 10 name (00.004371) unix: Collected: ino 53255 peer_ino 0 family 1 type 1 state 10 name /var/run/vmware/viewagent/sso_socket (00.004375) unix: Collected: ino 25097 peer_ino 0 family 1 type 5 state 10 name /run/udev/control (00.004385) unix: Collected: ino 22875925 peer_ino 0 family 1 type 1 state 10 name (00.004389) unix: Collected: ino 37390 peer_ino 0 family 1 type 2 state 7 name /run/user/42/systemd/notify (00.004393) unix: Collected: ino 37394 peer_ino 0 family 1 type 1 state 10 name /run/user/42/systemd/private (00.004397) unix: Collected: ino 25106 peer_ino 0 family 1 type 1 state 10 name (00.004401) unix: Collected: ino 84291993 peer_ino 0 family 1 type 1 state 10 name (00.004405) unix: Collected: ino 33301 peer_ino 0 family 1 type 1 state 10 name /var/run/mcelog-client (00.004409) unix: Collected: ino 37671 peer_ino 0 family 1 type 1 state 10 name /tmp/.X11-unix/X0 (00.004414) unix: Collected: ino 53489 peer_ino 0 family 1 type 1 state 10 name (00.004418) unix: Collected: ino 22879344 peer_ino 0 family 1 type 1 state 10 name (00.004422) unix: Collected: ino 33941 peer_ino 0 family 1 type 1 state 10 name (00.004426) unix: Collected: ino 37670 peer_ino 0 family 1 type 1 state 10 name (00.004430) unix: Collected: ino 22874334 peer_ino 0 family 1 type 1 state 10 name (00.004435) unix: Collected: ino 84291992 peer_ino 0 family 1 type 1 state 10 name (00.004439) unix: Collected: ino 22874335 peer_ino 0 family 1 type 1 state 10 name /tmp/.X11-unix/X102 (00.004443) unix: Collected: ino 25644 peer_ino 0 family 1 type 5 state 10 name /run/systemd/coredump (00.004447) unix: Collected: ino 37425 peer_ino 0 family 1 type 1 state 10 name /run/user/42/bus (00.004451) unix: Collected: ino 22957125 peer_ino 0 family 1 type 1 state 10 name /var/run/docker/metrics.sock (00.004456) unix: Collected: ino 41011 peer_ino 0 family 1 type 1 state 10 name /var/run/vmware/guestServicePipe (00.004460) unix: Collected: ino 37427 peer_ino 0 family 1 type 1 state 10 name /run/user/42/pipewire-0 (00.004464) unix: Collected: ino 37429 peer_ino 0 family 1 type 1 state 10 name /run/user/42/pulse/native (00.004468) unix: Collected: ino 33908 peer_ino 0 family 1 type 1 state 10 name /var/lib/gssproxy/default.sock (00.004472) unix: Collected: ino 38981 peer_ino 0 family 1 type 1 state 10 name /var/run/libvirt/libvirt-sock (00.004477) unix: Collected: ino 38983 peer_ino 0 family 1 type 1 state 10 name /var/run/libvirt/libvirt-sock-ro (00.004481) unix: Collected: ino 38986 peer_ino 0 family 1 type 1 state 10 name /var/run/libvirt/libvirt-admin-sock (00.004485) unix: Collected: ino 31331 peer_ino 0 family 1 type 1 state 10 name (00.004489) unix: Collected: ino 22875982 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/keyring/pkcs11 (00.004494) unix: Collected: ino 22875986 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/keyring/ssh (00.004498) unix: Collected: ino 22875732 peer_ino 0 family 1 type 2 state 7 name /run/user/18152/systemd/notify (00.004502) unix: Collected: ino 53488 peer_ino 0 family 1 type 1 state 10 name (00.004506) unix: Collected: ino 22875736 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/systemd/private (00.004510) unix: Collected: ino 31321 peer_ino 0 family 1 type 1 state 10 name /var/run/cups/cups.sock (00.004515) unix: Collected: ino 22875742 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/bus (00.004519) unix: Collected: ino 22875744 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/pulse/native (00.004523) unix: Collected: ino 22875747 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/pipewire-0 (00.004859) unix: Collected: ino 31332 peer_ino 0 family 1 type 1 state 10 name /run/dbus/system_bus_socket (00.004866) unix: Collected: ino 84293787 peer_ino 0 family 1 type 1 state 10 name /tmp/vvcProxy/vvcProxySocket3 (00.004870) unix: Collected: ino 24937 peer_ino 0 family 1 type 1 state 10 name /run/systemd/private (00.004875) unix: Collected: ino 22875763 peer_ino 0 family 1 type 1 state 10 name /run/user/18152/keyring/control (00.004883) unix: Collected: ino 33909 peer_ino 0 family 1 type 1 state 10 name /run/gssproxy.sock (00.004887) unix: Collected: ino 34273 peer_ino 0 family 1 type 1 state 10 name /var/lib/sss/pipes/private/sbus-monitor (00.004892) unix: Collected: ino 22963074 peer_ino 0 family 1 type 1 state 10 name /var/run/docker.sock (00.004896) unix: Collected: ino 34307 peer_ino 0 family 1 type 1 state 10 name /var/lib/sss/pipes/private/sbus-dp_implicit_files.1377 (00.004901) unix: Collected: ino 37024 peer_ino 0 family 1 type 1 state 10 name (00.004905) unix: Collected: ino 22883357 peer_ino 0 family 1 type 1 state 10 name /tmp/.esd-18152/socket (00.004909) unix: Collected: ino 291717 peer_ino 0 family 1 type 1 state 10 name (00.004917) unix: Collected: ino 38666 peer_ino 0 family 1 type 1 state 10 name (00.004922) unix: Collected: ino 24980 peer_ino 0 family 1 type 1 state 10 name /run/lvm/lvmpolld.socket (00.004926) unix: Collected: ino 33942 peer_ino 0 family 1 type 2 state 7 name /var/run/chrony/chronyd.sock (00.004930) unix: Collected: ino 37021 peer_ino 0 family 1 type 1 state 10 name (00.004934) unix: Collected: ino 31132 peer_ino 0 family 1 type 1 state 10 name /run/avahi-daemon/socket (00.004939) unix: Collected: ino 22875868 peer_ino 0 family 1 type 1 state 10 name (00.004943) unix: Collected: ino 37022 peer_ino 0 family 1 type 1 state 10 name (00.004947) unix: Collected: ino 22957535 peer_ino 0 family 1 type 1 state 10 name /var/run/docker/libnetwork/54fef1c0ebbc.sock (00.004951) unix: Collected: ino 13499 peer_ino 0 family 1 type 2 state 7 name /run/systemd/notify (00.004955) unix: Collected: ino 13501 peer_ino 0 family 1 type 2 state 7 name /run/systemd/cgroups-agent (00.004959) unix: Collected: ino 291716 peer_ino 0 family 1 type 1 state 10 name (00.004964) unix: Collected: ino 34736 peer_ino 0 family 1 type 1 state 10 name /var/lib/sss/pipes/nss (00.004968) unix: Collected: ino 31218 peer_ino 0 family 1 type 1 state 10 name (00.004972) unix: Collected: ino 13512 peer_ino 0 family 1 type 1 state 10 name /run/systemd/journal/stdout (00.004976) unix: Collected: ino 84292162 peer_ino 0 family 1 type 1 state 10 name (00.004980) unix: Collected: ino 13516 peer_ino 0 family 1 type 2 state 7 name /run/systemd/journal/socket (00.004985) unix: Collected: ino 37025 peer_ino 0 family 1 type 1 state 10 name (00.004989) unix: Collected: ino 40576 peer_ino 0 family 1 type 1 state 10 name /tmp/.ICE-unix/1866 (00.004993) unix: Collected: ino 22878891 peer_ino 0 family 1 type 1 state 10 name (00.004997) unix: Collected: ino 22874352 peer_ino 0 family 1 type 1 state 10 name (00.005001) unix: Collected: ino 13527 peer_ino 0 family 1 type 2 state 7 name /run/systemd/journal/dev-log (00.005006) unix: Collected: ino 31204 peer_ino 0 family 1 type 1 state 10 name /var/run/.heim_org.h5l.kcm-socket (00.005010) unix: Collected: ino 45239 peer_ino 0 family 1 type 1 state 10 name (00.005017) unix: Collected: ino 31208 peer_ino 0 family 1 type 1 state 10 name /var/run/libvirt/virtlogd-sock (00.005021) unix: Collected: ino 34552 peer_ino 0 family 1 type 1 state 10 name /run/containerd/containerd.sock (00.005025) unix: Collected: ino 33273 peer_ino 0 family 1 type 1 state 10 name /var/run/lsm/ipc/simc (00.005029) unix: Collected: ino 33275 peer_ino 0 family 1 type 1 state 10 name /var/run/lsm/ipc/sim (00.005033) unix: Collected: ino 22874353 peer_ino 0 family 1 type 1 state 10 name (00.005037) unix: Collected: ino 31226 peer_ino 0 family 1 type 1 state 10 name /var/run/libvirt/virtlockd-sock (00.005044) unix: Collected: ino 84294198 peer_ino 84294755 family 1 type 1 state 1 name /run/user/18152/bus (00.005048) unix: Collected: ino 22879591 peer_ino 22880714 family 1 type 1 state 1 name /run/user/18152/bus (00.005052) unix: Collected: ino 22879309 peer_ino 22878184 family 1 type 1 state 1 name /run/user/18152/bus (00.005063) unix: Collected: ino 48421 peer_ino 48299 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005067) unix: Collected: ino 47049 peer_ino 47050 family 1 type 1 state 1 name (null) (00.005071) unix: Collected: ino 31300 peer_ino 31293 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005075) unix: Collected: ino 49175 peer_ino 48799 family 1 type 1 state 1 name (null) (00.005079) unix: Collected: ino 48689 peer_ino 48686 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005083) unix: Collected: ino 48626 peer_ino 48625 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005087) unix: Collected: ino 47657 peer_ino 48505 family 1 type 1 state 1 name (null) (00.005091) unix: Collected: ino 84291230 peer_ino 0 family 1 type 1 state 1 name (null) (00.005095) unix: Collected: ino 84279635 peer_ino 84278049 family 1 type 1 state 1 name (null) (00.005099) unix: Collected: ino 22879935 peer_ino 22879934 family 1 type 1 state 1 name /run/user/18152/bus (00.005103) unix: Collected: ino 22879934 peer_ino 22879935 family 1 type 1 state 1 name (null) (00.005107) unix: Collected: ino 22879673 peer_ino 22881449 family 1 type 1 state 1 name (null) (00.005111) unix: Collected: ino 22881313 peer_ino 22881311 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005115) unix: Collected: ino 22882391 peer_ino 22881275 family 1 type 1 state 1 name (null) (00.005122) unix: Collected: ino 22878174 peer_ino 22878922 family 1 type 1 state 1 name (null) (00.005126) unix: Collected: ino 33846 peer_ino 32930 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005130) unix: Collected: ino 22879456 peer_ino 22878935 family 1 type 1 state 1 name /run/user/18152/bus (00.005135) unix: Collected: ino 22879152 peer_ino 22879154 family 1 type 1 state 1 name (null) (00.005139) unix: Collected: ino 22883083 peer_ino 22883081 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005143) unix: Collected: ino 22879488 peer_ino 22881286 family 1 type 1 state 1 name (null) (00.005147) unix: Collected: ino 49277 peer_ino 48983 family 1 type 1 state 1 name (00.005151) unix: Collected: ino 38001 peer_ino 38002 family 1 type 1 state 1 name (null) (00.005155) unix: Collected: ino 37365 peer_ino 0 family 1 type 1 state 1 name (null) (00.005159) unix: Collected: ino 25305 peer_ino 26145 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005163) unix: Collected: ino 22878325 peer_ino 0 family 1 type 1 state 1 name (00.005167) unix: Collected: ino 48062 peer_ino 48734 family 1 type 1 state 1 name (null) (00.005170) unix: Collected: ino 48723 peer_ino 48040 family 1 type 1 state 1 name (null) (00.005175) unix: Collected: ino 40706 peer_ino 40704 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005179) unix: Collected: ino 84293915 peer_ino 0 family 1 type 1 state 1 name (null) (00.005182) unix: Collected: ino 49197 peer_ino 48801 family 1 type 1 state 1 name (null) (00.005186) unix: Collected: ino 47895 peer_ino 48592 family 1 type 1 state 1 name (00.005190) unix: Collected: ino 84294759 peer_ino 84293585 family 1 type 1 state 1 name (00.005194) unix: Collected: ino 84291201 peer_ino 84291202 family 1 type 1 state 1 name (null) (00.005198) unix: Collected: ino 22886431 peer_ino 22884712 family 1 type 1 state 1 name (null) (00.005202) unix: Collected: ino 22883341 peer_ino 22879744 family 1 type 1 state 1 name (null) (00.005206) unix: Collected: ino 22878206 peer_ino 22878205 family 1 type 1 state 1 name /run/user/18152/bus (00.005210) unix: Collected: ino 22879343 peer_ino 22878189 family 1 type 1 state 1 name (null) (00.005214) unix: Collected: ino 47728 peer_ino 48515 family 1 type 1 state 1 name (null) (00.005221) unix: Collected: ino 48446 peer_ino 48444 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005225) unix: Collected: ino 46452 peer_ino 45573 family 1 type 1 state 1 name (null) (00.005229) unix: Collected: ino 22881432 peer_ino 22881261 family 1 type 1 state 1 name (null) (00.005233) unix: Collected: ino 22874346 peer_ino 0 family 1 type 1 state 1 name (null) (00.005237) unix: Collected: ino 33319 peer_ino 33318 family 1 type 1 state 1 name (null) (00.005241) unix: Collected: ino 84296360 peer_ino 84296361 family 1 type 5 state 1 name (null) (00.005245) unix: Collected: ino 22881363 peer_ino 22879597 family 1 type 1 state 1 name (null) (00.005249) unix: Collected: ino 22881318 peer_ino 22876152 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005253) unix: Collected: ino 22879501 peer_ino 22879503 family 1 type 1 state 1 name (null) (00.005257) unix: Collected: ino 37392 peer_ino 37393 family 1 type 2 state 7 name (null) (00.005261) unix: Collected: ino 22882344 peer_ino 22880743 family 1 type 1 state 1 name (null) (00.005265) unix: Collected: ino 22879154 peer_ino 22879152 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005269) unix: Collected: ino 22875718 peer_ino 13516 family 1 type 2 state 7 name (null) (00.005273) unix: Collected: ino 37567 peer_ino 37568 family 1 type 1 state 1 name (null) (00.005277) unix: Collected: ino 22880691 peer_ino 22879582 family 1 type 1 state 1 name (null) (00.005281) unix: Collected: ino 22878842 peer_ino 22875799 family 1 type 1 state 1 name (null) (00.005284) unix: Collected: ino 22883491 peer_ino 22883033 family 1 type 1 state 1 name (null) (00.005288) unix: Collected: ino 47601 peer_ino 47602 family 1 type 1 state 1 name (null) (00.005292) unix: Collected: ino 41724 peer_ino 42398 family 1 type 1 state 1 name (00.005296) unix: Collected: ino 33450 peer_ino 33449 family 1 type 1 state 1 name (null) (00.005300) unix: Collected: ino 22883105 peer_ino 22883502 family 1 type 1 state 1 name /run/user/18152/bus (00.005305) unix: Collected: ino 48809 peer_ino 48808 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005309) unix: Collected: ino 26155 peer_ino 13516 family 1 type 2 state 7 name (null) (00.005315) unix: Collected: ino 22883027 peer_ino 22883029 family 1 type 1 state 1 name (null) (00.005319) unix: Collected: ino 22879590 peer_ino 22881360 family 1 type 1 state 1 name /run/user/18152/bus (00.005323) unix: Collected: ino 22879468 peer_ino 22878966 family 1 type 1 state 1 name (null) (00.005327) unix: Collected: ino 22875688 peer_ino 22877809 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005346) unix: Collected: ino 38697 peer_ino 40285 family 1 type 1 state 1 name (null) (00.005350) unix: Collected: ino 37885 peer_ino 38004 family 1 type 1 state 1 name (null) (00.005354) unix: Collected: ino 22879752 peer_ino 22882972 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005358) unix: Collected: ino 22876092 peer_ino 22876093 family 1 type 1 state 1 name (null) (00.005362) unix: Collected: ino 32333 peer_ino 31477 family 1 type 1 state 1 name (null) (00.005366) unix: Collected: ino 26178 peer_ino 26177 family 1 type 2 state 7 name (null) (00.005370) unix: Collected: ino 22881267 peer_ino 22879632 family 1 type 1 state 1 name (null) (00.005374) unix: Collected: ino 22878049 peer_ino 22875765 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005378) unix: Collected: ino 36517 peer_ino 36519 family 1 type 1 state 1 name (null) (00.005382) unix: Collected: ino 22881396 peer_ino 22881394 family 1 type 1 state 1 name (00.005386) unix: Collected: ino 49395 peer_ino 0 family 1 type 2 state 7 name (null) (00.005390) unix: Collected: ino 22969063 peer_ino 22971666 family 1 type 1 state 1 name /run/user/18152/bus (00.005397) unix: Collected: ino 22883407 peer_ino 22883409 family 1 type 1 state 1 name (null) (00.005401) unix: Collected: ino 22881617 peer_ino 22883355 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005405) unix: Collected: ino 22874419 peer_ino 22875205 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005409) unix: Collected: ino 50045 peer_ino 50229 family 1 type 1 state 1 name (00.005413) unix: Collected: ino 48625 peer_ino 48626 family 1 type 1 state 1 name (null) (00.005417) unix: Collected: ino 33325 peer_ino 33969 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005421) unix: Collected: ino 31296 peer_ino 31886 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005431) unix: Collected: ino 22879535 peer_ino 22881337 family 1 type 1 state 1 name (null) (00.005435) unix: Collected: ino 22875923 peer_ino 0 family 1 type 1 state 1 name (null) (00.005439) unix: Collected: ino 48768 peer_ino 48770 family 1 type 1 state 1 name (null) (00.005443) unix: Collected: ino 47919 peer_ino 48593 family 1 type 1 state 1 name (null) (00.005447) unix: Collected: ino 39550 peer_ino 38225 family 1 type 1 state 1 name (null) (00.005451) unix: Collected: ino 34777 peer_ino 34776 family 1 type 1 state 1 name /var/lib/sss/pipes/private/sbus-monitor (00.005455) unix: Collected: ino 22880556 peer_ino 22879493 family 1 type 1 state 1 name (null) (00.005459) unix: Collected: ino 22878942 peer_ino 22878941 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005463) unix: Collected: ino 22878134 peer_ino 22878888 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005468) unix: Collected: ino 22877176 peer_ino 22875916 family 1 type 1 state 1 name (null) (00.005472) unix: Collected: ino 48515 peer_ino 47728 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005476) unix: Collected: ino 45355 peer_ino 45354 family 1 type 1 state 1 name (00.005480) unix: Collected: ino 33455 peer_ino 0 family 1 type 2 state 7 name (null) (00.005484) unix: Collected: ino 22881406 peer_ino 22880742 family 1 type 1 state 1 name (null) (00.005488) unix: Collected: ino 22876041 peer_ino 22879412 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005492) unix: Collected: ino 22876923 peer_ino 22876924 family 1 type 1 state 1 name (null) (00.005496) unix: Collected: ino 53163 peer_ino 0 family 1 type 1 state 1 name (null) (00.005500) unix: Collected: ino 33318 peer_ino 33319 family 1 type 1 state 1 name (null) (00.005504) unix: Collected: ino 33860 peer_ino 33219 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005508) unix: Collected: ino 22882924 peer_ino 22879677 family 1 type 1 state 1 name /run/user/18152/bus (00.005512) unix: Collected: ino 22879232 peer_ino 22881282 family 1 type 1 state 1 name (null) (00.005516) unix: Collected: ino 37366 peer_ino 13527 family 1 type 2 state 7 name (null) (00.005520) unix: Collected: ino 22880267 peer_ino 22876038 family 1 type 1 state 1 name /run/user/18152/bus (00.005527) unix: Collected: ino 84293965 peer_ino 84291989 family 1 type 1 state 1 name (00.005531) unix: Collected: ino 22881266 peer_ino 22881265 family 1 type 1 state 1 name (00.005535) unix: Collected: ino 22880550 peer_ino 22879184 family 1 type 1 state 1 name (null) (00.005539) unix: Collected: ino 22877810 peer_ino 22875691 family 1 type 1 state 1 name (null) (00.005543) unix: Collected: ino 41352 peer_ino 41990 family 1 type 1 state 1 name (null) (00.005547) unix: Collected: ino 37981 peer_ino 38003 family 1 type 1 state 1 name (null) (00.005551) unix: Collected: ino 22881618 peer_ino 22883358 family 1 type 1 state 1 name /run/user/18152/bus (00.005555) unix: Collected: ino 39704 peer_ino 39692 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005562) unix: Collected: ino 22883409 peer_ino 22883407 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005566) unix: Collected: ino 22882309 peer_ino 22879540 family 1 type 1 state 1 name (null) (00.005570) unix: Collected: ino 22878922 peer_ino 22878174 family 1 type 1 state 1 name /run/user/18152/bus (00.005574) unix: Collected: ino 50999 peer_ino 51000 family 1 type 1 state 1 name (null) (00.005578) unix: Collected: ino 48794 peer_ino 48787 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005583) unix: Collected: ino 35927 peer_ino 35697 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005587) unix: Collected: ino 22875903 peer_ino 22878872 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005591) unix: Collected: ino 49293 peer_ino 49004 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005595) unix: Collected: ino 49292 peer_ino 0 family 1 type 2 state 7 name (null) (00.005599) unix: Collected: ino 48731 peer_ino 48726 family 1 type 1 state 1 name /run/user/42/bus (00.005604) unix: Collected: ino 48506 peer_ino 47658 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005608) unix: Collected: ino 34776 peer_ino 34777 family 1 type 1 state 1 name (null) (00.005612) unix: Collected: ino 22879497 peer_ino 22880576 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005616) unix: Collected: ino 22879403 peer_ino 22879402 family 1 type 1 state 1 name (00.005620) unix: Collected: ino 22875799 peer_ino 22878842 family 1 type 1 state 1 name /run/user/18152/bus (00.005624) unix: Collected: ino 48686 peer_ino 48689 family 1 type 1 state 1 name (null) (00.005631) unix: Collected: ino 84293273 peer_ino 84291238 family 1 type 1 state 1 name (null) (00.005635) unix: Collected: ino 22963082 peer_ino 22963465 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005639) unix: Collected: ino 22879539 peer_ino 22880646 family 1 type 1 state 1 name /run/user/18152/bus (00.005643) unix: Collected: ino 22879011 peer_ino 22876071 family 1 type 1 state 1 name (null) (00.005647) unix: Collected: ino 22874341 peer_ino 22874340 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005651) unix: Collected: ino 54413 peer_ino 0 family 1 type 1 state 1 name (null) (00.005655) unix: Collected: ino 22883452 peer_ino 22883002 family 1 type 1 state 1 name /run/user/18152/bus (00.005659) unix: Collected: ino 22881643 peer_ino 22881645 family 1 type 1 state 1 name (null) (00.005664) unix: Collected: ino 50903 peer_ino 53070 family 1 type 1 state 1 name /var/lib/sss/pipes/nss (00.005667) unix: Collected: ino 48979 peer_ino 48981 family 1 type 1 state 1 name (null) (00.005671) unix: Collected: ino 22879489 peer_ino 22881287 family 1 type 1 state 1 name (null) (00.005675) unix: Collected: ino 22878868 peer_ino 22877120 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.005679) unix: Collected: ino 22877808 peer_ino 22875687 family 1 type 1 state 1 name (null) (00.005683) unix: Collected: ino 47996 peer_ino 48707 family 1 type 1 state 1 name (00.005687) unix: Collected: ino 47897 peer_ino 47898 family 1 type 1 state 1 name (null) (00.005691) unix: Collected: ino 36508 peer_ino 36509 family 1 type 1 state 1 name (null) (00.005695) unix: Collected: ino 37834 peer_ino 37833 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005699) unix: Collected: ino 34345 peer_ino 13527 family 1 type 2 state 7 name (null) (00.005703) unix: Collected: ino 22879587 peer_ino 22880713 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005707) unix: Collected: ino 22880281 peer_ino 22880282 family 1 type 1 state 1 name (null) (00.005711) unix: Collected: ino 22875980 peer_ino 22875981 family 1 type 1 state 1 name (null) (00.005715) unix: Collected: ino 22876926 peer_ino 22876925 family 1 type 1 state 1 name (null) (00.005722) unix: Collected: ino 41990 peer_ino 41352 family 1 type 1 state 1 name /run/user/42/bus (00.005728) unix: Collected: ino 25277 peer_ino 13516 family 1 type 2 state 7 name (null) (00.005732) unix: Collected: ino 22967456 peer_ino 22969057 family 1 type 1 state 1 name (null) (00.005736) unix: Collected: ino 22881314 peer_ino 22881312 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.005741) unix: Collected: ino 48127 peer_ino 48776 family 1 type 1 state 1 name (null) (00.005745) unix: Collected: ino 84279637 peer_ino 84279228 family 1 type 1 state 1 name (null) (00.006048) unix: Collected: ino 22876081 peer_ino 22876080 family 1 type 1 state 1 name /run/user/18152/bus (00.006057) unix: Collected: ino 22876055 peer_ino 22879463 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006061) unix: Collected: ino 48599 peer_ino 47940 family 1 type 1 state 1 name (null) (00.006066) unix: Collected: ino 22881401 peer_ino 22882338 family 1 type 1 state 1 name /run/user/18152/bus (00.006070) unix: Collected: ino 22876131 peer_ino 22879496 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006074) unix: Collected: ino 22880743 peer_ino 22882344 family 1 type 1 state 1 name /run/user/18152/bus (00.006078) unix: Collected: ino 22879125 peer_ino 22879123 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006082) unix: Collected: ino 22875796 peer_ino 22875797 family 1 type 1 state 1 name (null) (00.006086) unix: Collected: ino 22878038 peer_ino 0 family 1 type 1 state 1 name (null) (00.006090) unix: Collected: ino 33969 peer_ino 33325 family 1 type 1 state 1 name (null) (00.006094) unix: Collected: ino 84283385 peer_ino 0 family 1 type 1 state 1 name (null) (00.006098) unix: Collected: ino 22879306 peer_ino 22878929 family 1 type 1 state 1 name /run/user/18152/bus (00.006102) unix: Collected: ino 48624 peer_ino 13527 family 1 type 2 state 7 name (null) (00.006106) unix: Collected: ino 33866 peer_ino 13527 family 1 type 2 state 7 name (null) (00.006110) unix: Collected: ino 22883494 peer_ino 22883496 family 1 type 1 state 1 name (null) (00.006114) unix: Collected: ino 48770 peer_ino 48768 family 1 type 1 state 1 name /run/user/42/bus (00.006118) unix: Collected: ino 84290708 peer_ino 0 family 1 type 1 state 1 name (null) (00.006122) unix: Collected: ino 22884454 peer_ino 22881931 family 1 type 1 state 1 name (00.006131) unix: Collected: ino 22879505 peer_ino 22879504 family 1 type 1 state 1 name /run/user/18152/bus (00.006135) unix: Collected: ino 49198 peer_ino 48802 family 1 type 1 state 1 name (null) (00.006139) unix: Collected: ino 48016 peer_ino 48709 family 1 type 1 state 1 name (null) (00.006142) unix: Collected: ino 34452 peer_ino 0 family 1 type 2 state 7 name (null) (00.006147) unix: Collected: ino 31297 peer_ino 31292 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006151) unix: Collected: ino 29911 peer_ino 29910 family 1 type 1 state 1 name (null) (00.006155) unix: Collected: ino 22879744 peer_ino 22883341 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006159) unix: Collected: ino 22879406 peer_ino 22880279 family 1 type 1 state 1 name /run/user/18152/bus (00.006163) unix: Collected: ino 48664 peer_ino 48659 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006167) unix: Collected: ino 48510 peer_ino 47685 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006171) unix: Collected: ino 48447 peer_ino 48445 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006176) unix: Collected: ino 22881282 peer_ino 22879232 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006179) unix: Collected: ino 35807 peer_ino 35808 family 1 type 1 state 1 name (null) (00.006188) unix: Collected: ino 22881573 peer_ino 22879717 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006192) unix: Collected: ino 33947 peer_ino 33323 family 1 type 1 state 1 name (null) (00.006196) unix: Collected: ino 84346888 peer_ino 84346887 family 1 type 1 state 1 name /var/run/docker.sock (00.006200) unix: Collected: ino 84293574 peer_ino 84293573 family 1 type 1 state 1 name (00.006204) unix: Collected: ino 22884589 peer_ino 22883800 family 1 type 1 state 1 name /run/user/18152/pulse/native (00.006208) unix: Collected: ino 22879943 peer_ino 22883508 family 1 type 1 state 1 name (null) (00.006213) unix: Collected: ino 22878137 peer_ino 22879296 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006217) unix: Collected: ino 48714 peer_ino 48715 family 1 type 1 state 1 name (null) (00.006220) unix: Collected: ino 29840 peer_ino 29841 family 1 type 1 state 1 name (null) (00.006224) unix: Collected: ino 22883355 peer_ino 22881617 family 1 type 1 state 1 name (null) (00.006232) unix: Collected: ino 22876159 peer_ino 22879534 family 1 type 1 state 1 name /run/user/18152/bus (00.006236) unix: Collected: ino 22879234 peer_ino 22875943 family 1 type 1 state 1 name (00.006240) unix: Collected: ino 48808 peer_ino 48809 family 1 type 1 state 1 name (null) (00.006244) unix: Collected: ino 33478 peer_ino 0 family 1 type 2 state 7 name (null) (00.006248) unix: Collected: ino 22959975 peer_ino 22957127 family 1 type 1 state 1 name /run/containerd/containerd.sock (00.006252) unix: Collected: ino 22881345 peer_ino 22880668 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006256) unix: Collected: ino 22879061 peer_ino 22876086 family 1 type 1 state 1 name (null) (00.006260) unix: Collected: ino 48709 peer_ino 48016 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006264) unix: Collected: ino 22879413 peer_ino 22876042 family 1 type 1 state 1 name (null) (00.006268) unix: Collected: ino 22878890 peer_ino 22879244 family 1 type 1 state 1 name (null) (00.006272) unix: Collected: ino 321569 peer_ino 0 family 1 type 1 state 1 name (00.006276) unix: Collected: ino 43921 peer_ino 45331 family 1 type 1 state 1 name (00.006280) unix: Collected: ino 48559 peer_ino 48557 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006284) unix: Collected: ino 32930 peer_ino 33846 family 1 type 1 state 1 name (null) (00.006288) unix: Collected: ino 22882971 peer_ino 0 family 1 type 2 state 7 name (null) (00.006292) unix: Collected: ino 22879592 peer_ino 22880736 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006296) unix: Collected: ino 22881339 peer_ino 22882308 family 1 type 1 state 1 name (00.006300) unix: Collected: ino 22879185 peer_ino 22880551 family 1 type 1 state 1 name /run/user/18152/bus (00.006304) unix: Collected: ino 45267 peer_ino 43857 family 1 type 1 state 1 name /run/user/42/bus (00.006308) unix: Collected: ino 48128 peer_ino 48777 family 1 type 1 state 1 name (null) (00.006312) unix: Collected: ino 31557 peer_ino 31558 family 1 type 2 state 7 name (null) (00.006316) unix: Collected: ino 22883661 peer_ino 22884496 family 1 type 1 state 1 name (null) (00.006320) unix: Collected: ino 22800278 peer_ino 0 family 1 type 1 state 1 name (null) (00.006324) unix: Collected: ino 48756 peer_ino 48754 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006344) unix: Collected: ino 22880502 peer_ino 22879062 family 1 type 1 state 1 name (null) (00.006353) unix: Collected: ino 37450 peer_ino 13527 family 1 type 2 state 7 name (null) (00.006357) unix: Collected: ino 22881701 peer_ino 22883501 family 1 type 1 state 1 name (null) (00.006361) unix: Collected: ino 22879498 peer_ino 22880577 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006365) unix: Collected: ino 22881286 peer_ino 22879488 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006373) unix: Collected: ino 48106 peer_ino 48772 family 1 type 1 state 1 name (null) (00.006377) unix: Collected: ino 48659 peer_ino 48664 family 1 type 1 state 1 name (null) (00.006381) unix: Collected: ino 33310 peer_ino 33327 family 1 type 1 state 1 name (null) (00.006385) unix: Collected: ino 22879179 peer_ino 22879181 family 1 type 1 state 1 name (null) (00.006388) unix: Collected: ino 38669 peer_ino 38670 family 1 type 1 state 1 name (null) (00.006392) unix: Collected: ino 33485 peer_ino 13527 family 1 type 2 state 7 name (null) (00.006396) unix: Collected: ino 31473 peer_ino 32204 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006401) unix: Collected: ino 22879717 peer_ino 22881573 family 1 type 1 state 1 name (null) (00.006405) unix: Collected: ino 40445 peer_ino 40446 family 1 type 1 state 1 name (null) (00.006409) unix: Collected: ino 38638 peer_ino 40210 family 1 type 1 state 1 name /run/user/42/bus (00.006413) unix: Collected: ino 22881402 peer_ino 22879618 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006417) unix: Collected: ino 48772 peer_ino 48106 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006422) unix: Collected: ino 36032 peer_ino 0 family 1 type 1 state 1 name (null) (00.006426) unix: Collected: ino 84293923 peer_ino 84293922 family 1 type 1 state 1 name /tmp/vvcProxy/vvcProxySocket3 (00.006430) unix: Collected: ino 84293759 peer_ino 84291885 family 1 type 1 state 1 name (00.006434) unix: Collected: ino 84278049 peer_ino 84279635 family 1 type 1 state 1 name (00.006438) unix: Collected: ino 22883084 peer_ino 22883082 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006444) unix: Collected: ino 22883406 peer_ino 22883408 family 1 type 1 state 1 name (null) (00.006448) unix: Collected: ino 22881397 peer_ino 22881399 family 1 type 1 state 1 name (null) (00.006452) unix: Collected: ino 41158 peer_ino 41159 family 1 type 1 state 1 name (null) (00.006456) unix: Collected: ino 39399 peer_ino 39398 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006460) unix: Collected: ino 33219 peer_ino 33860 family 1 type 1 state 1 name (null) (00.006464) unix: Collected: ino 84294755 peer_ino 84294198 family 1 type 1 state 1 name (null) (00.006468) unix: Collected: ino 84291885 peer_ino 84293759 family 1 type 1 state 1 name (null) (00.006472) unix: Collected: ino 22883026 peer_ino 22883028 family 1 type 1 state 1 name (null) (00.006476) unix: Collected: ino 22881393 peer_ino 22881395 family 1 type 1 state 1 name (null) (00.006479) unix: Collected: ino 38664 peer_ino 0 family 1 type 1 state 1 name (null) (00.006483) unix: Collected: ino 36287 peer_ino 36289 family 1 type 1 state 1 name (null) (00.006487) unix: Collected: ino 22882379 peer_ino 22881417 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006491) unix: Collected: ino 22882334 peer_ino 22879575 family 1 type 1 state 1 name (null) (00.006495) unix: Collected: ino 48687 peer_ino 48690 family 1 type 1 state 1 name (null) (00.006499) unix: Collected: ino 22879541 peer_ino 22882310 family 1 type 1 state 1 name (null) (00.006503) unix: Collected: ino 22878973 peer_ino 22878975 family 1 type 1 state 1 name (null) (00.006507) unix: Collected: ino 22878205 peer_ino 22878206 family 1 type 1 state 1 name (null) (00.006511) unix: Collected: ino 22883000 peer_ino 22881644 family 1 type 1 state 1 name /run/user/18152/bus (00.006515) unix: Collected: ino 33454 peer_ino 33460 family 1 type 1 state 1 name (null) (00.006519) unix: Collected: ino 22880645 peer_ino 22881341 family 1 type 1 state 1 name (null) (00.006523) unix: Collected: ino 33323 peer_ino 33947 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006530) unix: Collected: ino 84294760 peer_ino 84294204 family 1 type 1 state 1 name (00.006534) unix: Collected: ino 22879236 peer_ino 22875944 family 1 type 1 state 1 name /run/user/18152/bus (00.006540) unix: Collected: ino 48060 peer_ino 48727 family 1 type 1 state 1 name (null) (00.006545) unix: Collected: ino 48509 peer_ino 47684 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006549) unix: Collected: ino 47633 peer_ino 47632 family 1 type 1 state 1 name /run/user/42/bus (00.006553) unix: Collected: ino 34274 peer_ino 34275 family 1 type 1 state 1 name (null) (00.006557) unix: Collected: ino 84291202 peer_ino 84291201 family 1 type 1 state 1 name (00.006561) unix: Collected: ino 22880751 peer_ino 22880749 family 1 type 1 state 1 name /run/user/18152/bus (00.006565) unix: Collected: ino 49299 peer_ino 49018 family 1 type 1 state 1 name (00.006569) unix: Collected: ino 36865 peer_ino 36107 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006573) unix: Collected: ino 84293749 peer_ino 84293092 family 1 type 1 state 1 name (00.006577) unix: Collected: ino 22883508 peer_ino 22879943 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006581) unix: Collected: ino 22883090 peer_ino 22881699 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006585) unix: Collected: ino 22879684 peer_ino 22883361 family 1 type 1 state 1 name (null) (00.006589) unix: Collected: ino 22879593 peer_ino 22880737 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006593) unix: Collected: ino 22879404 peer_ino 22880276 family 1 type 1 state 1 name (00.006597) unix: Collected: ino 48761 peer_ino 48762 family 1 type 1 state 1 name (null) (00.006601) unix: Collected: ino 41987 peer_ino 41335 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006605) unix: Collected: ino 40214 peer_ino 40215 family 1 type 1 state 1 name (null) (00.006609) unix: Collected: ino 36289 peer_ino 36287 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006613) unix: Collected: ino 48107 peer_ino 48769 family 1 type 1 state 1 name (null) (00.006617) unix: Collected: ino 48618 peer_ino 48620 family 1 type 1 state 1 name (null) (00.006621) unix: Collected: ino 34185 peer_ino 34182 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006627) unix: Collected: ino 22879572 peer_ino 22879573 family 1 type 1 state 1 name (null) (00.006631) unix: Collected: ino 22879205 peer_ino 22879207 family 1 type 1 state 1 name (null) (00.006635) unix: Collected: ino 22882370 peer_ino 22882371 family 1 type 1 state 1 name (null) (00.006639) unix: Collected: ino 32861 peer_ino 31572 family 1 type 1 state 1 name (null) (00.006643) unix: Collected: ino 22883340 peer_ino 22879741 family 1 type 1 state 1 name (null) (00.006647) unix: Collected: ino 22879056 peer_ino 22879057 family 1 type 1 state 1 name (null) (00.006651) unix: Collected: ino 22880271 peer_ino 22876039 family 1 type 1 state 1 name /run/user/18152/bus (00.006655) unix: Collected: ino 22879450 peer_ino 22876049 family 1 type 1 state 1 name (null) (00.006659) unix: Collected: ino 22880646 peer_ino 22879539 family 1 type 1 state 1 name (null) (00.006663) unix: Collected: ino 22880270 peer_ino 22879401 family 1 type 1 state 1 name /run/user/18152/bus (00.006667) unix: Collected: ino 84292006 peer_ino 0 family 1 type 1 state 1 name (null) (00.006671) unix: Collected: ino 22879130 peer_ino 22879131 family 1 type 1 state 1 name (null) (00.006675) unix: Collected: ino 59515 peer_ino 59516 family 1 type 1 state 1 name (null) (00.006678) unix: Collected: ino 48041 peer_ino 48725 family 1 type 1 state 1 name (null) (00.006682) unix: Collected: ino 45354 peer_ino 45355 family 1 type 1 state 1 name (null) (00.006686) unix: Collected: ino 35454 peer_ino 34463 family 1 type 1 state 1 name /var/lib/sss/pipes/private/sbus-dp_implicit_files.1377 (00.006700) unix: Collected: ino 22882377 peer_ino 22881415 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006705) unix: Collected: ino 22882371 peer_ino 22882370 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006709) unix: Collected: ino 49279 peer_ino 49280 family 1 type 1 state 1 name (null) (00.006713) unix: Collected: ino 48658 peer_ino 48663 family 1 type 1 state 1 name (null) (00.006717) unix: Collected: ino 84293313 peer_ino 0 family 1 type 1 state 1 name (00.006721) unix: Collected: ino 22880716 peer_ino 22879596 family 1 type 1 state 1 name (null) (00.006727) unix: Collected: ino 48470 peer_ino 48468 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006731) unix: Collected: ino 22876045 peer_ino 22879417 family 1 type 1 state 1 name (null) (00.006735) unix: Collected: ino 22966533 peer_ino 22971663 family 1 type 1 state 1 name /run/user/18152/bus (00.006739) unix: Collected: ino 22883956 peer_ino 22886432 family 1 type 1 state 1 name /run/user/18152/bus (00.006743) unix: Collected: ino 22879709 peer_ino 22882932 family 1 type 1 state 1 name (null) (00.006747) unix: Collected: ino 22876065 peer_ino 0 family 1 type 2 state 7 name (null) (00.006751) unix: Collected: ino 22879467 peer_ino 0 family 1 type 2 state 7 name (null) (00.006755) unix: Collected: ino 38607 peer_ino 40170 family 1 type 1 state 1 name (null) (00.006759) unix: Collected: ino 33898 peer_ino 13527 family 1 type 2 state 7 name (null) (00.006762) unix: Collected: ino 31826 peer_ino 31294 family 1 type 1 state 1 name (null) (00.006766) unix: Collected: ino 22883500 peer_ino 22883087 family 1 type 1 state 1 name (null) (00.006770) unix: Collected: ino 22875928 peer_ino 22875927 family 1 type 1 state 1 name (null) (00.006774) unix: Collected: ino 47636 peer_ino 47635 family 1 type 1 state 1 name (00.006778) unix: Collected: ino 37568 peer_ino 37567 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006782) unix: Collected: ino 22879496 peer_ino 22876131 family 1 type 1 state 1 name (null) (00.006786) unix: Collected: ino 22879095 peer_ino 22876099 family 1 type 1 state 1 name (null) (00.006790) unix: Collected: ino 22878173 peer_ino 22875997 family 1 type 1 state 1 name (null) (00.006794) unix: Collected: ino 22878867 peer_ino 22877115 family 1 type 1 state 1 name (00.006798) unix: Collected: ino 50238 peer_ino 0 family 1 type 2 state 7 name (null) (00.006801) unix: Collected: ino 36972 peer_ino 36132 family 1 type 1 state 1 name (null) (00.006805) unix: Collected: ino 33479 peer_ino 34264 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006809) unix: Collected: ino 22957127 peer_ino 22959975 family 1 type 1 state 1 name (null) (00.006824) unix: Collected: ino 22876036 peer_ino 22879397 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006829) unix: Collected: ino 49004 peer_ino 49293 family 1 type 1 state 1 name (null) (00.006833) unix: Collected: ino 48762 peer_ino 48761 family 1 type 1 state 1 name /run/user/42/bus (00.006837) unix: Collected: ino 48585 peer_ino 47882 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006841) unix: Collected: ino 84293299 peer_ino 0 family 1 type 1 state 1 name (null) (00.006845) unix: Collected: ino 22881290 peer_ino 22881291 family 1 type 1 state 1 name (null) (00.006849) unix: Collected: ino 22879756 peer_ino 22881614 family 1 type 1 state 1 name (null) (00.006852) unix: Collected: ino 22882998 peer_ino 22883383 family 1 type 1 state 1 name (null) (00.006856) unix: Collected: ino 22881431 peer_ino 22879630 family 1 type 1 state 1 name (null) (00.006860) unix: Collected: ino 22878921 peer_ino 22875989 family 1 type 1 state 1 name (null) (00.006866) unix: Collected: ino 38996 peer_ino 38997 family 1 type 1 state 1 name (null) (00.006870) unix: Collected: ino 22881932 peer_ino 0 family 1 type 1 state 1 name (null) (00.006874) unix: Collected: ino 22883095 peer_ino 0 family 1 type 2 state 7 name (null) (00.006878) unix: Collected: ino 22883361 peer_ino 22879684 family 1 type 1 state 1 name /run/user/18152/pulse/native (00.006882) unix: Collected: ino 22881317 peer_ino 22876132 family 1 type 1 state 1 name /run/user/18152/bus (00.006886) unix: Collected: ino 22880261 peer_ino 22880262 family 1 type 1 state 1 name (null) (00.006890) unix: Collected: ino 45573 peer_ino 46452 family 1 type 1 state 1 name /run/user/42/bus (00.006894) unix: Collected: ino 41159 peer_ino 41158 family 1 type 1 state 1 name /run/user/42/bus (00.006898) unix: Collected: ino 22883087 peer_ino 22883500 family 1 type 1 state 1 name /run/user/18152/bus (00.006902) unix: Collected: ino 84293578 peer_ino 84293579 family 1 type 1 state 1 name (null) (00.006906) unix: Collected: ino 84293575 peer_ino 84294754 family 1 type 1 state 1 name (00.006910) unix: Collected: ino 22879297 peer_ino 22878138 family 1 type 1 state 1 name (null) (00.006917) unix: Collected: ino 31294 peer_ino 31826 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006921) unix: Collected: ino 22957138 peer_ino 22957139 family 1 type 1 state 1 name (null) (00.006925) unix: Collected: ino 22875738 peer_ino 22878042 family 1 type 1 state 1 name (null) (00.006929) unix: Collected: ino 48708 peer_ino 48015 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.006933) unix: Collected: ino 42398 peer_ino 41724 family 1 type 1 state 1 name (null) (00.006937) unix: Collected: ino 33480 peer_ino 33481 family 1 type 1 state 1 name (null) (00.006940) unix: Collected: ino 31470 peer_ino 31479 family 1 type 1 state 1 name (null) (00.006944) unix: Collected: ino 22883507 peer_ino 22879944 family 1 type 1 state 1 name (null) (00.006948) unix: Collected: ino 22883345 peer_ino 22883346 family 1 type 1 state 1 name (null) (00.006952) unix: Collected: ino 37373 peer_ino 13516 family 1 type 2 state 7 name (null) (00.006956) unix: Collected: ino 22879458 peer_ino 22876051 family 1 type 1 state 1 name (null) (00.006960) unix: Collected: ino 48724 peer_ino 48716 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006964) unix: Collected: ino 47664 peer_ino 47665 family 1 type 1 state 1 name (null) (00.006968) unix: Collected: ino 22880466 peer_ino 0 family 1 type 2 state 7 name (null) (00.006972) unix: Collected: ino 22878111 peer_ino 22877177 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.006975) unix: Collected: ino 53390 peer_ino 0 family 1 type 1 state 1 name (null) (00.006979) unix: Collected: ino 39692 peer_ino 39704 family 1 type 1 state 1 name (null) (00.006983) unix: Collected: ino 30629 peer_ino 31206 family 1 type 1 state 1 name (null) (00.007197) unix: Collected: ino 22879573 peer_ino 22879572 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007204) unix: Collected: ino 48777 peer_ino 48128 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007208) unix: Collected: ino 45307 peer_ino 45306 family 1 type 1 state 1 name (00.007212) unix: Collected: ino 84291195 peer_ino 84291196 family 1 type 1 state 1 name (null) (00.007220) unix: Collected: ino 22875205 peer_ino 22874419 family 1 type 1 state 1 name (null) (00.007224) unix: Collected: ino 48705 peer_ino 47993 family 1 type 1 state 1 name (null) (00.007228) unix: Collected: ino 47942 peer_ino 47941 family 1 type 1 state 1 name /run/user/42/bus (00.007231) unix: Collected: ino 48298 peer_ino 48420 family 1 type 1 state 1 name (null) (00.007235) unix: Collected: ino 34296 peer_ino 0 family 1 type 2 state 7 name (null) (00.007241) unix: Collected: ino 22879536 peer_ino 22882305 family 1 type 1 state 1 name (null) (00.007245) unix: Collected: ino 22879208 peer_ino 22879206 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007249) unix: Collected: ino 32528 peer_ino 31570 family 1 type 1 state 1 name (null) (00.007253) unix: Collected: ino 29910 peer_ino 29911 family 1 type 1 state 1 name (null) (00.007257) unix: Collected: ino 84278050 peer_ino 84279638 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007261) unix: Collected: ino 22884457 peer_ino 0 family 1 type 2 state 7 name (null) (00.007265) unix: Collected: ino 22882308 peer_ino 22881339 family 1 type 1 state 1 name (null) (00.007269) unix: Collected: ino 22882970 peer_ino 22879736 family 1 type 1 state 1 name (null) (00.007272) unix: Collected: ino 22880551 peer_ino 22879185 family 1 type 1 state 1 name (null) (00.007276) unix: Collected: ino 22876075 peer_ino 22876076 family 1 type 1 state 1 name (null) (00.007280) unix: Collected: ino 48581 peer_ino 48584 family 1 type 1 state 1 name (null) (00.007284) unix: Collected: ino 45315 peer_ino 45317 family 1 type 1 state 1 name (null) (00.007288) unix: Collected: ino 84294204 peer_ino 84294760 family 1 type 1 state 1 name (null) (00.007292) unix: Collected: ino 84293267 peer_ino 0 family 1 type 1 state 1 name (null) (00.007296) unix: Collected: ino 22876076 peer_ino 22876075 family 1 type 1 state 1 name /run/user/18152/bus (00.007300) unix: Collected: ino 22878974 peer_ino 22878972 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007304) unix: Collected: ino 22883089 peer_ino 22881678 family 1 type 1 state 1 name /run/user/18152/bus (00.007311) unix: Collected: ino 22883346 peer_ino 22883345 family 1 type 1 state 1 name /run/user/18152/bus (00.007315) unix: Collected: ino 53279 peer_ino 0 family 1 type 1 state 1 name (null) (00.007319) unix: Collected: ino 22966534 peer_ino 22969064 family 1 type 1 state 1 name (null) (00.007323) unix: Collected: ino 22876156 peer_ino 22880579 family 1 type 1 state 1 name /run/user/18152/bus (00.007327) unix: Collected: ino 22879366 peer_ino 22879365 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007382) unix: Collected: ino 47741 peer_ino 47742 family 1 type 1 state 1 name (null) (00.007387) unix: Collected: ino 37132 peer_ino 0 family 1 type 1 state 1 name (null) (00.007391) unix: Collected: ino 45327 peer_ino 45323 family 1 type 1 state 1 name (00.007394) unix: Collected: ino 32140 peer_ino 31471 family 1 type 1 state 1 name (null) (00.007398) unix: Collected: ino 84293092 peer_ino 84293749 family 1 type 1 state 1 name (null) (00.007402) unix: Collected: ino 22880747 peer_ino 22880748 family 1 type 1 state 1 name (null) (00.007406) unix: Collected: ino 48797 peer_ino 48796 family 1 type 1 state 1 name /run/user/42/pulse/native (00.007410) unix: Collected: ino 48753 peer_ino 48755 family 1 type 1 state 1 name (null) (00.007414) unix: Collected: ino 41335 peer_ino 41987 family 1 type 1 state 1 name (null) (00.007418) unix: Collected: ino 39398 peer_ino 39399 family 1 type 1 state 1 name (null) (00.007422) unix: Collected: ino 22880740 peer_ino 22879598 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007426) unix: Collected: ino 22881395 peer_ino 22881393 family 1 type 1 state 1 name (00.007430) unix: Collected: ino 50254 peer_ino 0 family 1 type 1 state 1 name (null) (00.007434) unix: Collected: ino 22881614 peer_ino 22879756 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007438) unix: Collected: ino 22881398 peer_ino 22881400 family 1 type 1 state 1 name (null) (00.007442) unix: Collected: ino 22876928 peer_ino 22876927 family 1 type 1 state 1 name (00.007450) unix: Collected: ino 47968 peer_ino 48660 family 1 type 1 state 1 name (00.007456) unix: Collected: ino 45317 peer_ino 45315 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007461) unix: Collected: ino 40446 peer_ino 40445 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007465) unix: Collected: ino 22881583 peer_ino 22882969 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007469) unix: Collected: ino 84293922 peer_ino 84293923 family 1 type 1 state 1 name (null) (00.007472) unix: Collected: ino 22875735 peer_ino 22875734 family 1 type 2 state 7 name (null) (00.007476) unix: Collected: ino 46143 peer_ino 46142 family 1 type 1 state 1 name (null) (00.007480) unix: Collected: ino 45362 peer_ino 45363 family 1 type 1 state 1 name (null) (00.007484) unix: Collected: ino 41195 peer_ino 41194 family 1 type 1 state 1 name (null) (00.007488) unix: Collected: ino 84294762 peer_ino 84292166 family 1 type 1 state 1 name (00.007492) unix: Collected: ino 22881287 peer_ino 22879489 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007496) unix: Collected: ino 22876086 peer_ino 22879061 family 1 type 1 state 1 name /run/user/18152/bus (00.007501) unix: Collected: ino 22880274 peer_ino 22880273 family 1 type 1 state 1 name /run/user/18152/bus (00.007505) unix: Collected: ino 48717 peer_ino 48718 family 1 type 1 state 1 name (null) (00.007509) unix: Collected: ino 47890 peer_ino 47891 family 1 type 1 state 1 name (null) (00.007513) unix: Collected: ino 34275 peer_ino 34274 family 1 type 1 state 1 name /var/lib/sss/pipes/private/sbus-monitor (00.007517) unix: Collected: ino 22883002 peer_ino 22883452 family 1 type 1 state 1 name (null) (00.007520) unix: Collected: ino 22879462 peer_ino 22876054 family 1 type 1 state 1 name (null) (00.007524) unix: Collected: ino 22876028 peer_ino 22880260 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007528) unix: Collected: ino 53252 peer_ino 0 family 1 type 1 state 1 name (null) (00.007532) unix: Collected: ino 48796 peer_ino 48797 family 1 type 1 state 1 name (null) (00.007539) unix: Collected: ino 35917 peer_ino 35605 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007543) unix: Collected: ino 31475 peer_ino 32268 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007547) unix: Collected: ino 22881291 peer_ino 22881290 family 1 type 1 state 1 name /run/user/18152/bus (00.007551) unix: Collected: ino 22874340 peer_ino 22874341 family 1 type 1 state 1 name (null) (00.007556) unix: Collected: ino 84293697 peer_ino 84291205 family 1 type 1 state 1 name (00.007560) unix: Collected: ino 22875687 peer_ino 22877808 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007564) unix: Collected: ino 48801 peer_ino 49197 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007568) unix: Collected: ino 22879575 peer_ino 22882334 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007572) unix: Collected: ino 22876035 peer_ino 22880266 family 1 type 1 state 1 name (null) (00.007576) unix: Collected: ino 48697 peer_ino 48688 family 1 type 1 state 1 name (00.007580) unix: Collected: ino 48445 peer_ino 48447 family 1 type 1 state 1 name (null) (00.007584) unix: Collected: ino 45316 peer_ino 45314 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007588) unix: Collected: ino 22879598 peer_ino 22880740 family 1 type 1 state 1 name (null) (00.007592) unix: Collected: ino 84285888 peer_ino 84285887 family 1 type 1 state 1 name (00.007596) unix: Collected: ino 22879721 peer_ino 22881579 family 1 type 1 state 1 name (null) (00.007600) unix: Collected: ino 22882378 peer_ino 22881416 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007603) unix: Collected: ino 22876127 peer_ino 22880545 family 1 type 1 state 1 name (null) (00.007611) unix: Collected: ino 84293577 peer_ino 84293576 family 1 type 1 state 1 name /run/user/18152/bus (00.007615) unix: Collected: ino 22879407 peer_ino 22880280 family 1 type 1 state 1 name (null) (00.007619) unix: Collected: ino 48514 peer_ino 47727 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007626) unix: Collected: ino 47451 peer_ino 47043 family 1 type 1 state 1 name (null) (00.007630) unix: Collected: ino 84295255 peer_ino 0 family 1 type 5 state 7 name (null) (00.007634) unix: Collected: ino 22875943 peer_ino 22879234 family 1 type 1 state 1 name (null) (00.007638) unix: Collected: ino 47632 peer_ino 47633 family 1 type 1 state 1 name (null) (00.007642) unix: Collected: ino 42395 peer_ino 42394 family 1 type 1 state 1 name (00.007646) unix: Collected: ino 31555 peer_ino 31554 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007650) unix: Collected: ino 22883800 peer_ino 22884589 family 1 type 1 state 1 name (null) (00.007654) unix: Collected: ino 22876099 peer_ino 22879095 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007658) unix: Collected: ino 22875755 peer_ino 13527 family 1 type 2 state 7 name (null) (00.007662) unix: Collected: ino 48755 peer_ino 48753 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007665) unix: Collected: ino 47920 peer_ino 48594 family 1 type 1 state 1 name (null) (00.007669) unix: Collected: ino 47882 peer_ino 48585 family 1 type 1 state 1 name (null) (00.007673) unix: Collected: ino 34343 peer_ino 34344 family 1 type 1 state 1 name (null) (00.007677) unix: Collected: ino 22880745 peer_ino 22880746 family 1 type 1 state 1 name (null) (00.007681) unix: Collected: ino 22877175 peer_ino 22875914 family 1 type 1 state 1 name (null) (00.007685) unix: Collected: ino 54422 peer_ino 53406 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007688) unix: Collected: ino 50229 peer_ino 50045 family 1 type 1 state 1 name (null) (00.007692) unix: Collected: ino 35808 peer_ino 35807 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007696) unix: Collected: ino 35605 peer_ino 35917 family 1 type 1 state 1 name (null) (00.007700) unix: Collected: ino 84277513 peer_ino 0 family 1 type 1 state 1 name (null) (00.007704) unix: Collected: ino 22880644 peer_ino 22881340 family 1 type 1 state 1 name (null) (00.007708) unix: Collected: ino 48690 peer_ino 48687 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007715) unix: Collected: ino 31643 peer_ino 33848 family 1 type 1 state 1 name (null) (00.007719) unix: Collected: ino 33858 peer_ino 33132 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007723) unix: Collected: ino 84291997 peer_ino 84291996 family 1 type 1 state 1 name (00.007726) unix: Collected: ino 22882997 peer_ino 22883382 family 1 type 1 state 1 name (null) (00.007731) unix: Collected: ino 22882375 peer_ino 22880750 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007735) unix: Collected: ino 22880546 peer_ino 22876128 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007739) unix: Collected: ino 22879310 peer_ino 22878185 family 1 type 1 state 1 name (00.007743) unix: Collected: ino 22881264 peer_ino 22879631 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007747) unix: Collected: ino 38695 peer_ino 38696 family 1 type 1 state 1 name (null) (00.007751) unix: Collected: ino 29924 peer_ino 29923 family 1 type 1 state 1 name (null) (00.007755) unix: Collected: ino 22879582 peer_ino 22880691 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007759) unix: Collected: ino 22878888 peer_ino 22878134 family 1 type 1 state 1 name (null) (00.007763) unix: Collected: ino 33327 peer_ino 33310 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007769) unix: Collected: ino 22881645 peer_ino 22881643 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007773) unix: Collected: ino 48722 peer_ino 48721 family 1 type 1 state 1 name /run/user/42/bus (00.007777) unix: Collected: ino 47742 peer_ino 47741 family 1 type 1 state 1 name /run/user/42/bus (00.007781) unix: Collected: ino 84346887 peer_ino 84346888 family 1 type 1 state 1 name (null) (00.007785) unix: Collected: ino 48728 peer_ino 48061 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007789) unix: Collected: ino 40704 peer_ino 40706 family 1 type 1 state 1 name (null) (00.007793) unix: Collected: ino 34309 peer_ino 34308 family 1 type 1 state 1 name /var/lib/sss/pipes/private/sbus-dp_implicit_files.1377 (00.007803) unix: Collected: ino 22883501 peer_ino 22881701 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007807) unix: Collected: ino 47733 peer_ino 48518 family 1 type 1 state 1 name (00.007811) unix: Collected: ino 40990 peer_ino 13516 family 1 type 2 state 7 name (null) (00.007814) unix: Collected: ino 47658 peer_ino 48506 family 1 type 1 state 1 name (null) (00.007818) unix: Collected: ino 22879597 peer_ino 22881363 family 1 type 1 state 1 name /run/user/18152/bus (00.007822) unix: Collected: ino 22882929 peer_ino 0 family 1 type 2 state 7 name (null) (00.007827) unix: Collected: ino 22882310 peer_ino 22879541 family 1 type 1 state 1 name (00.007830) unix: Collected: ino 22879537 peer_ino 22882307 family 1 type 1 state 1 name /run/user/18152/bus (00.007833) unix: Collected: ino 22880533 peer_ino 22879097 family 1 type 1 state 1 name (null) (00.007837) unix: Collected: ino 40210 peer_ino 38638 family 1 type 1 state 1 name (null) (00.007841) unix: Collected: ino 32268 peer_ino 31475 family 1 type 1 state 1 name (null) (00.007845) unix: Collected: ino 22880577 peer_ino 22879498 family 1 type 1 state 1 name (null) (00.007849) unix: Collected: ino 22879126 peer_ino 22879124 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007853) unix: Collected: ino 81986 peer_ino 81985 family 1 type 1 state 1 name (00.007857) unix: Collected: ino 47995 peer_ino 48706 family 1 type 1 state 1 name (00.007861) unix: Collected: ino 34264 peer_ino 33479 family 1 type 1 state 1 name (null) (00.007865) unix: Collected: ino 22880750 peer_ino 22882375 family 1 type 1 state 1 name (null) (00.007869) unix: Collected: ino 37396 peer_ino 37397 family 1 type 1 state 1 name (null) (00.007873) unix: Collected: ino 33326 peer_ino 34047 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007877) unix: Collected: ino 84293585 peer_ino 84294759 family 1 type 1 state 1 name (null) (00.007881) unix: Collected: ino 84293960 peer_ino 84291988 family 1 type 1 state 1 name (00.007888) unix: Collected: ino 84291196 peer_ino 84291195 family 1 type 1 state 1 name (00.007892) unix: Collected: ino 22878184 peer_ino 22879309 family 1 type 1 state 1 name (null) (00.007896) unix: Collected: ino 22877814 peer_ino 0 family 1 type 1 state 1 name (null) (00.007900) unix: Collected: ino 48619 peer_ino 48621 family 1 type 1 state 1 name (null) (00.007904) unix: Collected: ino 38699 peer_ino 38698 family 1 type 1 state 1 name /run/user/42/bus (00.007908) unix: Collected: ino 36225 peer_ino 36226 family 1 type 1 state 1 name (null) (00.007911) unix: Collected: ino 84279228 peer_ino 84279637 family 1 type 1 state 1 name /run/user/18152/bus (00.007915) unix: Collected: ino 22881394 peer_ino 22881396 family 1 type 1 state 1 name (null) (00.007920) unix: Collected: ino 31489 peer_ino 32461 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007924) unix: Collected: ino 22881449 peer_ino 22879673 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007928) unix: Collected: ino 22881387 peer_ino 22881389 family 1 type 1 state 1 name (null) (00.007934) unix: Collected: ino 22879417 peer_ino 22876045 family 1 type 1 state 1 name /run/user/18152/bus (00.007938) unix: Collected: ino 84292166 peer_ino 84294762 family 1 type 1 state 1 name (null) (00.007942) unix: Collected: ino 22879704 peer_ino 22879705 family 1 type 1 state 1 name (null) (00.007946) unix: Collected: ino 49027 peer_ino 49028 family 1 type 1 state 1 name (null) (00.007950) unix: Collected: ino 49298 peer_ino 0 family 1 type 1 state 1 name (null) (00.007953) unix: Collected: ino 48713 peer_ino 48712 family 1 type 1 state 1 name /run/user/42/bus (00.007957) unix: Collected: ino 37833 peer_ino 37834 family 1 type 1 state 1 name (null) (00.007962) unix: Collected: ino 84294200 peer_ino 84294199 family 1 type 1 state 1 name (00.007966) unix: Collected: ino 84291238 peer_ino 84293273 family 1 type 1 state 1 name /tmp/vvcProxy/vvcProxySocket3 (00.007970) unix: Collected: ino 22883496 peer_ino 22883494 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.007977) unix: Collected: ino 22879503 peer_ino 22879501 family 1 type 1 state 1 name (00.007981) unix: Collected: ino 22878929 peer_ino 22879306 family 1 type 1 state 1 name (null) (00.007985) unix: Collected: ino 48727 peer_ino 48060 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.007989) unix: Collected: ino 40957 peer_ino 40956 family 1 type 1 state 1 name (00.007993) unix: Collected: ino 34244 peer_ino 0 family 1 type 2 state 7 name (null) (00.007997) unix: Collected: ino 22881344 peer_ino 22880667 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008001) unix: Collected: ino 22879151 peer_ino 22879153 family 1 type 1 state 1 name (null) (00.008005) unix: Collected: ino 45306 peer_ino 45307 family 1 type 1 state 1 name (null) (00.008009) unix: Collected: ino 84293573 peer_ino 84293574 family 1 type 1 state 1 name (null) (00.008013) unix: Collected: ino 22879490 peer_ino 22879491 family 1 type 1 state 1 name (null) (00.008017) unix: Collected: ino 22882338 peer_ino 22881401 family 1 type 1 state 1 name (null) (00.008020) unix: Collected: ino 22881311 peer_ino 22881313 family 1 type 1 state 1 name (null) (00.008024) unix: Collected: ino 22878966 peer_ino 22879468 family 1 type 1 state 1 name /run/user/18152/bus (00.008028) unix: Collected: ino 22877809 peer_ino 22875688 family 1 type 1 state 1 name (null) (00.008032) unix: Collected: ino 48688 peer_ino 48697 family 1 type 1 state 1 name (null) (00.008036) unix: Collected: ino 45523 peer_ino 46433 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008040) unix: Collected: ino 45357 peer_ino 45356 family 1 type 1 state 1 name /run/user/42/bus (00.008044) unix: Collected: ino 39826 peer_ino 0 family 1 type 1 state 1 name (null) (00.008048) unix: Collected: ino 22883266 peer_ino 22883267 family 1 type 1 state 1 name (null) (00.008052) unix: Collected: ino 22882972 peer_ino 22879752 family 1 type 1 state 1 name (null) (00.008056) unix: Collected: ino 38940 peer_ino 38939 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008060) unix: Collected: ino 33065 peer_ino 33854 family 1 type 1 state 1 name (null) (00.008066) unix: Collected: ino 22969057 peer_ino 22967456 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008071) unix: Collected: ino 22881699 peer_ino 22883090 family 1 type 1 state 1 name (null) (00.008075) unix: Collected: ino 22875992 peer_ino 22878141 family 1 type 1 state 1 name /run/user/18152/bus (00.008079) unix: Collected: ino 36519 peer_ino 36517 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008083) unix: Collected: ino 31292 peer_ino 31297 family 1 type 1 state 1 name (null) (00.008087) unix: Collected: ino 41006 peer_ino 13527 family 1 type 2 state 7 name (null) (00.008092) unix: Collected: ino 84294199 peer_ino 84294200 family 1 type 1 state 1 name (null) (00.008096) unix: Collected: ino 42394 peer_ino 42395 family 1 type 1 state 1 name (null) (00.008100) unix: Collected: ino 22876128 peer_ino 22880546 family 1 type 1 state 1 name (null) (00.008104) unix: Collected: ino 55463 peer_ino 0 family 1 type 1 state 1 name (00.008108) unix: Collected: ino 48715 peer_ino 48714 family 1 type 1 state 1 name /run/user/42/bus (00.008113) unix: Collected: ino 31479 peer_ino 31470 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008116) unix: Collected: ino 84293576 peer_ino 84293577 family 1 type 1 state 1 name (null) (00.008120) unix: Collected: ino 22876101 peer_ino 22879096 family 1 type 1 state 1 name /run/user/18152/bus (00.008124) unix: Collected: ino 22878138 peer_ino 22879297 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008128) unix: Collected: ino 48592 peer_ino 47895 family 1 type 1 state 1 name (null) (00.008374) unix: Collected: ino 47663 peer_ino 47662 family 1 type 1 state 1 name (00.008385) unix: Collected: ino 48505 peer_ino 47657 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008389) unix: Collected: ino 22883081 peer_ino 22883083 family 1 type 1 state 1 name (null) (00.008393) unix: Collected: ino 22881400 peer_ino 22881398 family 1 type 1 state 1 name /run/user/18152/bus (00.008401) unix: Collected: ino 22876051 peer_ino 22879458 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008405) unix: Collected: ino 33132 peer_ino 33858 family 1 type 1 state 1 name (null) (00.008409) unix: Collected: ino 22881572 peer_ino 22879716 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008413) unix: Collected: ino 22881283 peer_ino 22881281 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008417) unix: Collected: ino 22876060 peer_ino 22876061 family 1 type 1 state 1 name (null) (00.008421) unix: Collected: ino 34182 peer_ino 34185 family 1 type 1 state 1 name (null) (00.008426) unix: Collected: ino 22881278 peer_ino 22881277 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008430) unix: Collected: ino 22879619 peer_ino 22881403 family 1 type 1 state 1 name (null) (00.008434) unix: Collected: ino 48776 peer_ino 48127 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008437) unix: Collected: ino 34047 peer_ino 33326 family 1 type 1 state 1 name (null) (00.008441) unix: Collected: ino 22880544 peer_ino 22879101 family 1 type 1 state 1 name (null) (00.008445) unix: Collected: ino 43857 peer_ino 45267 family 1 type 1 state 1 name (null) (00.008449) unix: Collected: ino 38670 peer_ino 38669 family 1 type 1 state 1 name (null) (00.008453) unix: Collected: ino 22879596 peer_ino 22880716 family 1 type 1 state 1 name /run/user/18152/bus (00.008458) unix: Collected: ino 22875981 peer_ino 22875980 family 1 type 1 state 1 name /run/user/18152/bus (00.008462) unix: Collected: ino 38010 peer_ino 0 family 1 type 1 state 1 name (null) (00.008465) unix: Collected: ino 31572 peer_ino 32861 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008469) unix: Collected: ino 22877118 peer_ino 0 family 1 type 1 state 1 name (null) (00.008473) unix: Collected: ino 45359 peer_ino 45360 family 1 type 1 state 1 name (null) (00.008477) unix: Collected: ino 22971666 peer_ino 22969063 family 1 type 1 state 1 name (null) (00.008481) unix: Collected: ino 22879206 peer_ino 22879208 family 1 type 1 state 1 name (null) (00.008485) unix: Collected: ino 22876039 peer_ino 22880271 family 1 type 1 state 1 name (null) (00.008491) unix: Collected: ino 48787 peer_ino 48794 family 1 type 1 state 1 name (null) (00.008495) unix: Collected: ino 84291989 peer_ino 84293965 family 1 type 1 state 1 name (null) (00.008499) unix: Collected: ino 22881275 peer_ino 22882391 family 1 type 1 state 1 name /run/user/18152/bus (00.008505) unix: Collected: ino 22881403 peer_ino 22879619 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008509) unix: Collected: ino 22878141 peer_ino 22875992 family 1 type 1 state 1 name (null) (00.008513) unix: Collected: ino 22963469 peer_ino 0 family 1 type 1 state 1 name (null) (00.008517) unix: Collected: ino 22878941 peer_ino 22878942 family 1 type 1 state 1 name (null) (00.008521) unix: Collected: ino 59516 peer_ino 59515 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008525) unix: Collected: ino 38225 peer_ino 39550 family 1 type 1 state 1 name /run/user/42/bus (00.008529) unix: Collected: ino 22881399 peer_ino 22881397 family 1 type 1 state 1 name /run/user/18152/bus (00.008533) unix: Collected: ino 22880668 peer_ino 22881345 family 1 type 1 state 1 name (null) (00.008537) unix: Collected: ino 22879124 peer_ino 22879126 family 1 type 1 state 1 name (null) (00.008541) unix: Collected: ino 22879412 peer_ino 22876041 family 1 type 1 state 1 name (null) (00.008545) unix: Collected: ino 53070 peer_ino 50903 family 1 type 1 state 1 name (null) (00.008549) unix: Collected: ino 22884496 peer_ino 22883661 family 1 type 1 state 1 name /run/user/18152/pulse/native (00.008553) unix: Collected: ino 22880280 peer_ino 22879407 family 1 type 1 state 1 name (00.008557) unix: Collected: ino 48726 peer_ino 48731 family 1 type 1 state 1 name (null) (00.008560) unix: Collected: ino 47898 peer_ino 47897 family 1 type 1 state 1 name /run/user/42/bus (00.008565) unix: Collected: ino 47043 peer_ino 47451 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008569) unix: Collected: ino 36290 peer_ino 36288 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008573) unix: Collected: ino 35697 peer_ino 35927 family 1 type 1 state 1 name (null) (00.008579) unix: Collected: ino 22875715 peer_ino 13527 family 1 type 2 state 7 name (null) (00.008583) unix: Collected: ino 22592959 peer_ino 0 family 1 type 1 state 1 name (null) (00.008588) unix: Collected: ino 48725 peer_ino 48041 family 1 type 1 state 1 name /run/user/42/bus (00.008592) unix: Collected: ino 34344 peer_ino 34343 family 1 type 1 state 1 name /var/lib/sss/pipes/private/sbus-monitor (00.008596) unix: Collected: ino 33237 peer_ino 13527 family 1 type 2 state 7 name (null) (00.008599) unix: Collected: ino 22879504 peer_ino 22879505 family 1 type 1 state 1 name (null) (00.008603) unix: Collected: ino 22879101 peer_ino 22880544 family 1 type 1 state 1 name (00.008607) unix: Collected: ino 48771 peer_ino 48105 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008611) unix: Collected: ino 48468 peer_ino 48470 family 1 type 1 state 1 name (null) (00.008615) unix: Collected: ino 34308 peer_ino 34309 family 1 type 1 state 1 name (null) (00.008619) unix: Collected: ino 29923 peer_ino 29924 family 1 type 1 state 1 name (null) (00.008623) unix: Collected: ino 84294754 peer_ino 84293575 family 1 type 1 state 1 name (null) (00.008626) unix: Collected: ino 84285887 peer_ino 84285888 family 1 type 1 state 1 name (null) (00.008630) unix: Collected: ino 22881277 peer_ino 22881278 family 1 type 1 state 1 name (null) (00.008634) unix: Collected: ino 22879365 peer_ino 22879366 family 1 type 1 state 1 name (null) (00.008638) unix: Collected: ino 22875691 peer_ino 22877810 family 1 type 1 state 1 name (00.008642) unix: Collected: ino 48802 peer_ino 49198 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008646) unix: Collected: ino 48663 peer_ino 48658 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008650) unix: Collected: ino 38003 peer_ino 37981 family 1 type 1 state 1 name /run/user/42/bus (00.008654) unix: Collected: ino 22881506 peer_ino 22879680 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008661) unix: Collected: ino 22881261 peer_ino 22881432 family 1 type 1 state 1 name /run/user/18152/bus (00.008667) unix: Collected: ino 22882307 peer_ino 22879537 family 1 type 1 state 1 name (null) (00.008671) unix: Collected: ino 22879207 peer_ino 22879205 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008675) unix: Collected: ino 22876080 peer_ino 22876081 family 1 type 1 state 1 name (null) (00.008680) unix: Collected: ino 33854 peer_ino 33065 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008684) unix: Collected: ino 33848 peer_ino 31643 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008688) unix: Collected: ino 22879736 peer_ino 22882970 family 1 type 1 state 1 name /run/user/18152/bus (00.008692) unix: Collected: ino 22882969 peer_ino 22881583 family 1 type 1 state 1 name (null) (00.008696) unix: Collected: ino 22879097 peer_ino 22880533 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008700) unix: Collected: ino 22878872 peer_ino 22875903 family 1 type 1 state 1 name (null) (00.008704) unix: Collected: ino 69993 peer_ino 0 family 1 type 1 state 1 name (null) (00.008708) unix: Collected: ino 22876071 peer_ino 22879011 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008712) unix: Collected: ino 22877115 peer_ino 22878867 family 1 type 1 state 1 name (null) (00.008716) unix: Collected: ino 22883373 peer_ino 22879780 family 1 type 1 state 1 name (null) (00.008720) unix: Collected: ino 22880579 peer_ino 22876156 family 1 type 1 state 1 name (null) (00.008724) unix: Collected: ino 22875916 peer_ino 22877176 family 1 type 1 state 1 name /run/user/18152/bus (00.008728) unix: Collected: ino 22879944 peer_ino 22883507 family 1 type 1 state 1 name /run/user/18152/bus (00.008732) unix: Collected: ino 49028 peer_ino 49027 family 1 type 1 state 1 name /run/user/42/bus (00.008736) unix: Collected: ino 48718 peer_ino 48717 family 1 type 1 state 1 name /run/user/42/bus (00.008740) unix: Collected: ino 40554 peer_ino 41123 family 1 type 1 state 1 name (null) (00.008744) unix: Collected: ino 31886 peer_ino 31296 family 1 type 1 state 1 name (null) (00.008748) unix: Collected: ino 22881312 peer_ino 22881314 family 1 type 1 state 1 name (null) (00.008754) unix: Collected: ino 22876093 peer_ino 22876092 family 1 type 1 state 1 name /run/user/18152/bus (00.008759) unix: Collected: ino 48799 peer_ino 49175 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008763) unix: Collected: ino 48557 peer_ino 48559 family 1 type 1 state 1 name (null) (00.008767) unix: Collected: ino 38698 peer_ino 38699 family 1 type 1 state 1 name (null) (00.008771) unix: Collected: ino 33856 peer_ino 33836 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008775) unix: Collected: ino 48444 peer_ino 48446 family 1 type 1 state 1 name (null) (00.008778) unix: Collected: ino 84291205 peer_ino 84293697 family 1 type 1 state 1 name (null) (00.008782) unix: Collected: ino 22880714 peer_ino 22879591 family 1 type 1 state 1 name (null) (00.008786) unix: Collected: ino 22875765 peer_ino 22878049 family 1 type 1 state 1 name (null) (00.008790) unix: Collected: ino 56138 peer_ino 0 family 1 type 1 state 1 name (00.008794) unix: Collected: ino 22883506 peer_ino 22879939 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008798) unix: Collected: ino 22881417 peer_ino 22882379 family 1 type 1 state 1 name (null) (00.008812) unix: Collected: ino 41194 peer_ino 41195 family 1 type 1 state 1 name (null) (00.008816) unix: Collected: ino 22971664 peer_ino 22971665 family 1 type 1 state 1 name (null) (00.008820) unix: Collected: ino 22879705 peer_ino 22879704 family 1 type 1 state 1 name /run/user/18152/bus (00.008826) unix: Collected: ino 22875204 peer_ino 22874418 family 1 type 1 state 1 name (null) (00.008830) unix: Collected: ino 320327 peer_ino 0 family 1 type 1 state 1 name (00.008834) unix: Collected: ino 49023 peer_ino 49024 family 1 type 1 state 1 name (null) (00.008838) unix: Collected: ino 47993 peer_ino 48705 family 1 type 1 state 1 name (00.008842) unix: Collected: ino 47883 peer_ino 47884 family 1 type 1 state 1 name (null) (00.008846) unix: Collected: ino 36132 peer_ino 36972 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008853) unix: Collected: ino 22876027 peer_ino 22880259 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008857) unix: Collected: ino 22875797 peer_ino 22875796 family 1 type 1 state 1 name (null) (00.008861) unix: Collected: ino 22878972 peer_ino 22878974 family 1 type 1 state 1 name (null) (00.008865) unix: Collected: ino 22881340 peer_ino 22880644 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008869) unix: Collected: ino 22879153 peer_ino 22879151 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008873) unix: Collected: ino 22877071 peer_ino 22878843 family 1 type 1 state 1 name (null) (00.008877) unix: Collected: ino 45360 peer_ino 45359 family 1 type 1 state 1 name /run/user/42/bus (00.008881) unix: Collected: ino 22879677 peer_ino 22882924 family 1 type 1 state 1 name (null) (00.008885) unix: Collected: ino 22878843 peer_ino 22877071 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008889) unix: Collected: ino 22881281 peer_ino 22881283 family 1 type 1 state 1 name (null) (00.008893) unix: Collected: ino 37393 peer_ino 37392 family 1 type 2 state 7 name (null) (00.008897) unix: Collected: ino 36033 peer_ino 13527 family 1 type 2 state 7 name (null) (00.008901) unix: Collected: ino 22879622 peer_ino 22879621 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008905) unix: Collected: ino 22880276 peer_ino 22879404 family 1 type 1 state 1 name (null) (00.008908) unix: Collected: ino 22875906 peer_ino 13527 family 1 type 2 state 7 name (null) (00.008912) unix: Collected: ino 48556 peer_ino 48558 family 1 type 1 state 1 name (null) (00.008917) unix: Collected: ino 47050 peer_ino 47049 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008921) unix: Collected: ino 22880736 peer_ino 22879592 family 1 type 1 state 1 name (null) (00.008925) unix: Collected: ino 36868 peer_ino 36869 family 1 type 1 state 1 name (null) (00.008928) unix: Collected: ino 22883502 peer_ino 22883105 family 1 type 1 state 1 name (null) (00.008932) unix: Collected: ino 22880545 peer_ino 22876127 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008941) unix: Collected: ino 49112 peer_ino 0 family 1 type 2 state 7 name (null) (00.008945) unix: Collected: ino 48754 peer_ino 48756 family 1 type 1 state 1 name (null) (00.008949) unix: Collected: ino 40956 peer_ino 40957 family 1 type 1 state 1 name (null) (00.008953) unix: Collected: ino 40462 peer_ino 40463 family 1 type 1 state 1 name (null) (00.008957) unix: Collected: ino 33264 peer_ino 0 family 1 type 2 state 7 name (null) (00.008961) unix: Collected: ino 31206 peer_ino 30629 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008965) unix: Collected: ino 22969064 peer_ino 22966534 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.008969) unix: Collected: ino 22963465 peer_ino 22963082 family 1 type 1 state 1 name (null) (00.008973) unix: Collected: ino 22879491 peer_ino 22879490 family 1 type 1 state 1 name /run/user/18152/bus (00.008977) unix: Collected: ino 47685 peer_ino 48510 family 1 type 1 state 1 name (null) (00.008981) unix: Collected: ino 22879062 peer_ino 22880502 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008985) unix: Collected: ino 40705 peer_ino 40703 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008991) unix: Collected: ino 22881341 peer_ino 22880645 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.008995) unix: Collected: ino 22877177 peer_ino 22878111 family 1 type 1 state 1 name (null) (00.008999) unix: Collected: ino 31554 peer_ino 31555 family 1 type 1 state 1 name (null) (00.009003) unix: Collected: ino 22879296 peer_ino 22878137 family 1 type 1 state 1 name (null) (00.009007) unix: Collected: ino 49280 peer_ino 49279 family 1 type 1 state 1 name (00.009011) unix: Collected: ino 48594 peer_ino 47920 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009015) unix: Collected: ino 46140 peer_ino 0 family 1 type 1 state 1 name (null) (00.009019) unix: Collected: ino 37062 peer_ino 37063 family 1 type 1 state 1 name (null) (00.009022) unix: Collected: ino 22880713 peer_ino 22879587 family 1 type 1 state 1 name (null) (00.009029) unix: Collected: ino 22875989 peer_ino 22878921 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009033) unix: Collected: ino 22875942 peer_ino 22877183 family 1 type 1 state 1 name (null) (00.009037) unix: Collected: ino 49018 peer_ino 49299 family 1 type 1 state 1 name (null) (00.009041) unix: Collected: ino 48706 peer_ino 47995 family 1 type 1 state 1 name (null) (00.009045) unix: Collected: ino 47684 peer_ino 48509 family 1 type 1 state 1 name (null) (00.009049) unix: Collected: ino 40463 peer_ino 40462 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009053) unix: Collected: ino 36516 peer_ino 36518 family 1 type 1 state 1 name (null) (00.009056) unix: Collected: ino 35801 peer_ino 13516 family 1 type 2 state 7 name (null) (00.009060) unix: Collected: ino 22879631 peer_ino 22881264 family 1 type 1 state 1 name (null) (00.009064) unix: Collected: ino 22879408 peer_ino 22876040 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009069) unix: Collected: ino 31570 peer_ino 32528 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009073) unix: Collected: ino 22882932 peer_ino 22879709 family 1 type 1 state 1 name (00.009077) unix: Collected: ino 22881388 peer_ino 22881386 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009081) unix: Collected: ino 22878560 peer_ino 22877811 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009085) unix: Collected: ino 38696 peer_ino 38695 family 1 type 1 state 1 name (00.009089) unix: Collected: ino 34037 peer_ino 13527 family 1 type 2 state 7 name (null) (00.009093) unix: Collected: ino 22881415 peer_ino 22882377 family 1 type 1 state 1 name (null) (00.009097) unix: Collected: ino 22879576 peer_ino 22882335 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009101) unix: Collected: ino 22876925 peer_ino 22876926 family 1 type 1 state 1 name (null) (00.009105) unix: Collected: ino 22880262 peer_ino 22880261 family 1 type 1 state 1 name (00.009109) unix: Collected: ino 48558 peer_ino 48556 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009116) unix: Collected: ino 45335 peer_ino 45336 family 1 type 1 state 1 name (null) (00.009120) unix: Collected: ino 22957126 peer_ino 22959973 family 1 type 1 state 1 name (null) (00.009124) unix: Collected: ino 22876074 peer_ino 22876073 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009128) unix: Collected: ino 22875734 peer_ino 22875735 family 1 type 2 state 7 name (null) (00.009132) unix: Collected: ino 31567 peer_ino 33320 family 1 type 1 state 1 name (null) (00.009136) unix: Collected: ino 13503 peer_ino 13504 family 1 type 2 state 7 name (null) (00.009140) unix: Collected: ino 22879780 peer_ino 22883373 family 1 type 1 state 1 name (00.009143) unix: Collected: ino 22881644 peer_ino 22883000 family 1 type 1 state 1 name (null) (00.009149) unix: Collected: ino 22879581 peer_ino 22880690 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009154) unix: Collected: ino 22879131 peer_ino 22879130 family 1 type 1 state 1 name /run/user/18152/bus (00.009157) unix: Collected: ino 51000 peer_ino 50999 family 1 type 1 state 1 name (null) (00.009161) unix: Collected: ino 47889 peer_ino 47888 family 1 type 1 state 1 name /run/user/42/bus (00.009165) unix: Collected: ino 45331 peer_ino 43921 family 1 type 1 state 1 name (null) (00.009169) unix: Collected: ino 22875900 peer_ino 22875899 family 1 type 1 state 1 name (00.009173) unix: Collected: ino 48593 peer_ino 47919 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009177) unix: Collected: ino 37693 peer_ino 37684 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009182) unix: Collected: ino 84293702 peer_ino 84291206 family 1 type 1 state 1 name (00.009186) unix: Collected: ino 22880279 peer_ino 22879406 family 1 type 1 state 1 name (null) (00.009190) unix: Collected: ino 22877811 peer_ino 22878560 family 1 type 1 state 1 name (null) (00.009193) unix: Collected: ino 48716 peer_ino 48724 family 1 type 1 state 1 name (null) (00.009197) unix: Collected: ino 48469 peer_ino 48471 family 1 type 1 state 1 name (null) (00.009203) unix: Collected: ino 38575 peer_ino 13527 family 1 type 2 state 7 name (null) (00.009206) unix: Collected: ino 25267 peer_ino 13499 family 1 type 2 state 7 name (null) (00.009210) unix: Collected: ino 22971665 peer_ino 22971664 family 1 type 1 state 1 name (00.009213) unix: Collected: ino 22883082 peer_ino 22883084 family 1 type 1 state 1 name (null) (00.009217) unix: Collected: ino 48769 peer_ino 48107 family 1 type 1 state 1 name /run/user/42/bus (00.009220) unix: Collected: ino 38939 peer_ino 38940 family 1 type 1 state 1 name (null) (00.009222) unix: Collected: ino 22879939 peer_ino 22883506 family 1 type 1 state 1 name (null) (00.009226) unix: Collected: ino 22879181 peer_ino 22879179 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009229) unix: Collected: ino 48584 peer_ino 48581 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009233) unix: Collected: ino 22883383 peer_ino 22882998 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009236) unix: Collected: ino 22882374 peer_ino 22881412 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009239) unix: Collected: ino 22876152 peer_ino 22881318 family 1 type 1 state 1 name (null) (00.009242) unix: Collected: ino 22876924 peer_ino 22876923 family 1 type 1 state 1 name (null) (00.009245) unix: Collected: ino 31477 peer_ino 32333 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009248) unix: Collected: ino 84293579 peer_ino 84293578 family 1 type 1 state 1 name (00.009251) unix: Collected: ino 22883033 peer_ino 22883491 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009261) unix: Collected: ino 22879100 peer_ino 22879099 family 1 type 1 state 1 name /run/user/18152/bus (00.009264) unix: Collected: ino 48734 peer_ino 48062 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009267) unix: Collected: ino 36869 peer_ino 36868 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009270) unix: Collected: ino 22879184 peer_ino 22880550 family 1 type 1 state 1 name /run/user/18152/bus (00.009285) unix: Collected: ino 22875927 peer_ino 22875928 family 1 type 1 state 1 name (null) (00.009293) unix: Collected: ino 49024 peer_ino 49023 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009297) unix: Collected: ino 47884 peer_ino 47883 family 1 type 1 state 1 name (00.009301) unix: Collected: ino 22880259 peer_ino 22876027 family 1 type 1 state 1 name (null) (00.009305) unix: Collected: ino 32461 peer_ino 31489 family 1 type 1 state 1 name (null) (00.009312) unix: Collected: ino 22957139 peer_ino 22957138 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009316) unix: Collected: ino 22880712 peer_ino 22879586 family 1 type 1 state 1 name (null) (00.009320) unix: Collected: ino 22879397 peer_ino 22876036 family 1 type 1 state 1 name (null) (00.009324) unix: Collected: ino 45323 peer_ino 45327 family 1 type 1 state 1 name (null) (00.009328) unix: Collected: ino 33836 peer_ino 33856 family 1 type 1 state 1 name (null) (00.009351) unix: Collected: ino 22883028 peer_ino 22883026 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009356) unix: Collected: ino 22879632 peer_ino 22881267 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009360) unix: Collected: ino 22879630 peer_ino 22881431 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009364) unix: Collected: ino 22883092 peer_ino 22881700 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009368) unix: Collected: ino 48621 peer_ino 48619 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009372) unix: Collected: ino 45336 peer_ino 45335 family 1 type 1 state 1 name (00.009376) unix: Collected: ino 36518 peer_ino 36516 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009380) unix: Collected: ino 31293 peer_ino 31300 family 1 type 1 state 1 name (null) (00.009384) unix: Collected: ino 29912 peer_ino 13527 family 1 type 2 state 7 name (null) (00.009388) unix: Collected: ino 22879540 peer_ino 22882309 family 1 type 1 state 1 name /run/user/18152/bus (00.009392) unix: Collected: ino 22882305 peer_ino 22879536 family 1 type 1 state 1 name /run/user/18152/bus (00.009400) unix: Collected: ino 40703 peer_ino 40705 family 1 type 1 state 1 name (null) (00.009404) unix: Collected: ino 22884712 peer_ino 22886431 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009408) unix: Collected: ino 46433 peer_ino 45523 family 1 type 1 state 1 name (null) (00.009412) unix: Collected: ino 22878030 peer_ino 22878774 family 1 type 1 state 1 name (null) (00.009416) unix: Collected: ino 22642883 peer_ino 0 family 1 type 1 state 1 name (null) (00.009420) unix: Collected: ino 47891 peer_ino 47890 family 1 type 1 state 1 name (00.009424) unix: Collected: ino 47520 peer_ino 47048 family 1 type 1 state 1 name (null) (00.009428) unix: Collected: ino 41000 peer_ino 0 family 1 type 1 state 1 name (null) (00.009432) unix: Collected: ino 33923 peer_ino 13527 family 1 type 2 state 7 name (null) (00.009436) unix: Collected: ino 22878935 peer_ino 22879456 family 1 type 1 state 1 name (null) (00.009439) unix: Collected: ino 48015 peer_ino 48708 family 1 type 1 state 1 name (null) (00.009443) unix: Collected: ino 46142 peer_ino 46143 family 1 type 1 state 1 name (null) (00.009518) unix: Collected: ino 48721 peer_ino 48722 family 1 type 1 state 1 name (null) (00.009525) unix: Collected: ino 37353 peer_ino 36392 family 1 type 1 state 1 name (null) (00.009529) unix: Collected: ino 22880746 peer_ino 22880745 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009533) unix: Collected: ino 22879402 peer_ino 22879403 family 1 type 1 state 1 name (null) (00.009537) unix: Collected: ino 22879716 peer_ino 22881572 family 1 type 1 state 1 name (null) (00.009541) unix: Collected: ino 22881389 peer_ino 22881387 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009546) unix: Collected: ino 22879493 peer_ino 22880556 family 1 type 1 state 1 name /run/user/18152/bus (00.009549) unix: Collected: ino 58931 peer_ino 0 family 1 type 2 state 7 name (null) (00.009553) unix: Collected: ino 48582 peer_ino 48580 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009567) unix: Collected: ino 33320 peer_ino 31567 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009574) unix: Collected: ino 22882380 peer_ino 0 family 1 type 2 state 7 name (null) (00.009578) unix: Collected: ino 22880749 peer_ino 22880751 family 1 type 1 state 1 name (null) (00.009582) unix: Collected: ino 22876918 peer_ino 0 family 1 type 1 state 1 name (null) (00.009586) unix: Collected: ino 22963477 peer_ino 13516 family 1 type 2 state 7 name (null) (00.009589) unix: Collected: ino 22881931 peer_ino 22884454 family 1 type 1 state 1 name (null) (00.009593) unix: Collected: ino 22876038 peer_ino 22880267 family 1 type 1 state 1 name (null) (00.009597) unix: Collected: ino 22878185 peer_ino 22879310 family 1 type 1 state 1 name (null) (00.009601) unix: Collected: ino 48299 peer_ino 48421 family 1 type 1 state 1 name (null) (00.009605) unix: Collected: ino 40170 peer_ino 38607 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009609) unix: Collected: ino 22879642 peer_ino 0 family 1 type 2 state 7 name (null) (00.009613) unix: Collected: ino 48784 peer_ino 49153 family 1 type 1 state 1 name /run/user/42/bus (00.009617) unix: Collected: ino 84296361 peer_ino 84296360 family 1 type 5 state 1 name (null) (00.009621) unix: Collected: ino 22879618 peer_ino 22881402 family 1 type 1 state 1 name (null) (00.009625) unix: Collected: ino 84279638 peer_ino 84278050 family 1 type 1 state 1 name (null) (00.009629) unix: Collected: ino 22883029 peer_ino 22883027 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009633) unix: Collected: ino 22881360 peer_ino 22879590 family 1 type 1 state 1 name (null) (00.009637) unix: Collected: ino 22881319 peer_ino 22876153 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009641) unix: Collected: ino 36509 peer_ino 36508 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009645) unix: Collected: ino 31471 peer_ino 32140 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009649) unix: Collected: ino 22881579 peer_ino 22879721 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009653) unix: Collected: ino 22881416 peer_ino 22882378 family 1 type 1 state 1 name (null) (00.009660) unix: Collected: ino 22882335 peer_ino 22879576 family 1 type 1 state 1 name (null) (00.009664) unix: Collected: ino 22880282 peer_ino 22880281 family 1 type 1 state 1 name (00.009668) unix: Collected: ino 22879057 peer_ino 22879056 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009672) unix: Collected: ino 22876073 peer_ino 22876074 family 1 type 1 state 1 name (null) (00.009676) unix: Collected: ino 48580 peer_ino 48582 family 1 type 1 state 1 name (null) (00.009681) unix: Collected: ino 40215 peer_ino 40214 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009685) unix: Collected: ino 22881678 peer_ino 22883089 family 1 type 1 state 1 name (null) (00.009688) unix: Collected: ino 22883358 peer_ino 22881618 family 1 type 1 state 1 name (null) (00.009692) unix: Collected: ino 22879178 peer_ino 22879180 family 1 type 1 state 1 name (null) (00.009696) unix: Collected: ino 22876054 peer_ino 22879462 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009700) unix: Collected: ino 37684 peer_ino 37693 family 1 type 1 state 1 name (null) (00.009704) unix: Collected: ino 29897 peer_ino 13527 family 1 type 2 state 7 name (null) (00.009708) unix: Collected: ino 22880690 peer_ino 22879581 family 1 type 1 state 1 name (null) (00.009712) unix: Collected: ino 22875944 peer_ino 22879236 family 1 type 1 state 1 name (null) (00.009716) unix: Collected: ino 51409 peer_ino 0 family 1 type 1 state 1 name (00.009719) unix: Collected: ino 47941 peer_ino 47942 family 1 type 1 state 1 name (null) (00.009724) unix: Collected: ino 47048 peer_ino 47520 family 1 type 1 state 1 name /run/user/42/pulse/native (00.009734) unix: Collected: ino 84291206 peer_ino 84293702 family 1 type 1 state 1 name (null) (00.009738) unix: Collected: ino 22879586 peer_ino 22880712 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009742) unix: Collected: ino 22878189 peer_ino 22879343 family 1 type 1 state 1 name /run/user/18152/bus (00.009746) unix: Collected: ino 48983 peer_ino 49277 family 1 type 1 state 1 name (null) (00.009753) unix: Collected: ino 48712 peer_ino 48713 family 1 type 1 state 1 name (null) (00.009757) unix: Collected: ino 48518 peer_ino 47733 family 1 type 1 state 1 name (null) (00.009761) unix: Collected: ino 47662 peer_ino 47663 family 1 type 1 state 1 name (null) (00.009765) unix: Collected: ino 36392 peer_ino 37353 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009769) unix: Collected: ino 37063 peer_ino 37062 family 1 type 1 state 1 name (00.009773) unix: Collected: ino 22883267 peer_ino 22883266 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009777) unix: Collected: ino 22881700 peer_ino 22883092 family 1 type 1 state 1 name (null) (00.009781) unix: Collected: ino 22880737 peer_ino 22879593 family 1 type 1 state 1 name (null) (00.009785) unix: Collected: ino 22876132 peer_ino 22881317 family 1 type 1 state 1 name (null) (00.009789) unix: Collected: ino 81985 peer_ino 81986 family 1 type 1 state 1 name (null) (00.009793) unix: Collected: ino 40285 peer_ino 38697 family 1 type 1 state 1 name (00.009797) unix: Collected: ino 38004 peer_ino 37885 family 1 type 1 state 1 name /run/user/42/bus (00.009801) unix: Collected: ino 36288 peer_ino 36290 family 1 type 1 state 1 name (null) (00.009805) unix: Collected: ino 36226 peer_ino 36225 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009809) unix: Collected: ino 32204 peer_ino 31473 family 1 type 1 state 1 name (null) (00.009813) unix: Collected: ino 84291988 peer_ino 84293960 family 1 type 1 state 1 name (null) (00.009817) unix: Collected: ino 22879621 peer_ino 22879622 family 1 type 1 state 1 name (null) (00.009821) unix: Collected: ino 45356 peer_ino 45357 family 1 type 1 state 1 name (null) (00.009825) unix: Collected: ino 48660 peer_ino 47968 family 1 type 1 state 1 name (null) (00.009829) unix: Collected: ino 22883382 peer_ino 22882997 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009833) unix: Collected: ino 22881412 peer_ino 22882374 family 1 type 1 state 1 name (null) (00.009836) unix: Collected: ino 22880273 peer_ino 22880274 family 1 type 1 state 1 name (null) (00.009843) unix: Collected: ino 22878975 peer_ino 22878973 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009847) unix: Collected: ino 22874418 peer_ino 22875204 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009851) unix: Collected: ino 41123 peer_ino 40554 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009855) unix: Collected: ino 38348 peer_ino 13527 family 1 type 2 state 7 name (null) (00.009859) unix: Collected: ino 22876042 peer_ino 22879413 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009863) unix: Collected: ino 22875997 peer_ino 22878173 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009867) unix: Collected: ino 53406 peer_ino 54422 family 1 type 1 state 1 name (null) (00.009871) unix: Collected: ino 26177 peer_ino 26178 family 1 type 2 state 7 name (null) (00.009875) unix: Collected: ino 22879405 peer_ino 22880278 family 1 type 1 state 1 name (null) (00.009879) unix: Collected: ino 47665 peer_ino 47664 family 1 type 1 state 1 name /run/user/42/bus (00.009883) unix: Collected: ino 26145 peer_ino 25305 family 1 type 1 state 1 name (null) (00.009887) unix: Collected: ino 22880667 peer_ino 22881344 family 1 type 1 state 1 name (null) (00.009895) unix: Collected: ino 48981 peer_ino 48979 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009899) unix: Collected: ino 47602 peer_ino 47601 family 1 type 1 state 1 name (00.009903) unix: Collected: ino 38993 peer_ino 0 family 1 type 1 state 1 name (null) (00.009907) unix: Collected: ino 22882974 peer_ino 0 family 1 type 1 state 1 name (null) (00.009911) unix: Collected: ino 22881409 peer_ino 0 family 1 type 1 state 1 name (null) (00.009915) unix: Collected: ino 48420 peer_ino 48298 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009920) unix: Collected: ino 22880748 peer_ino 22880747 family 1 type 1 state 1 name (00.009924) unix: Collected: ino 22880266 peer_ino 22876035 family 1 type 1 state 1 name (00.009930) unix: Collected: ino 49153 peer_ino 48784 family 1 type 1 state 1 name (null) (00.009934) unix: Collected: ino 48620 peer_ino 48618 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009938) unix: Collected: ino 37397 peer_ino 37396 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009942) unix: Collected: ino 22879680 peer_ino 22881506 family 1 type 1 state 1 name (null) (00.009946) unix: Collected: ino 22881337 peer_ino 22879535 family 1 type 1 state 1 name (00.009950) unix: Collected: ino 33460 peer_ino 33454 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009954) unix: Collected: ino 22971663 peer_ino 22966533 family 1 type 1 state 1 name (null) (00.009958) unix: Collected: ino 22876040 peer_ino 22879408 family 1 type 1 state 1 name (null) (00.009962) unix: Collected: ino 29841 peer_ino 29840 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009966) unix: Collected: ino 22877183 peer_ino 22875942 family 1 type 1 state 1 name /run/user/18152/bus (00.009969) unix: Collected: ino 48061 peer_ino 48728 family 1 type 1 state 1 name (null) (00.009974) unix: Collected: ino 45363 peer_ino 45362 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.009978) unix: Collected: ino 22883408 peer_ino 22883406 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.009982) unix: Collected: ino 22879099 peer_ino 22879100 family 1 type 1 state 1 name (null) (00.009986) unix: Collected: ino 22880278 peer_ino 22879405 family 1 type 1 state 1 name /run/user/18152/bus (00.009990) unix: Collected: ino 22877120 peer_ino 22878868 family 1 type 1 state 1 name (null) (00.009994) unix: Collected: ino 48707 peer_ino 47996 family 1 type 1 state 1 name (null) (00.009998) unix: Collected: ino 47888 peer_ino 47889 family 1 type 1 state 1 name (null) (00.010002) unix: Collected: ino 36107 peer_ino 36865 family 1 type 1 state 1 name (null) (00.010006) unix: Collected: ino 33481 peer_ino 33480 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.010010) unix: Collected: ino 22879123 peer_ino 22879125 family 1 type 1 state 1 name (null) (00.010016) unix: Collected: ino 22880260 peer_ino 22876028 family 1 type 1 state 1 name (null) (00.010021) unix: Collected: ino 22875914 peer_ino 22877175 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.010025) unix: Collected: ino 36104 peer_ino 13516 family 1 type 2 state 7 name (null) (00.010029) unix: Collected: ino 22879180 peer_ino 22879178 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.010033) unix: Collected: ino 22881386 peer_ino 22881388 family 1 type 1 state 1 name (null) (00.010037) unix: Collected: ino 22880576 peer_ino 22879497 family 1 type 1 state 1 name (null) (00.010041) unix: Collected: ino 47940 peer_ino 48599 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.010045) unix: Collected: ino 22880742 peer_ino 22881406 family 1 type 1 state 1 name /run/user/18152/bus (00.010050) unix: Collected: ino 22879244 peer_ino 22878890 family 1 type 1 state 1 name /run/user/18152/bus (00.010055) unix: Collected: ino 22875899 peer_ino 22875900 family 1 type 1 state 1 name (null) (00.010059) unix: Collected: ino 22876927 peer_ino 22876928 family 1 type 1 state 1 name (null) (00.010063) unix: Collected: ino 48471 peer_ino 48469 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.010067) unix: Collected: ino 38997 peer_ino 38996 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.010071) unix: Collected: ino 22881265 peer_ino 22881266 family 1 type 1 state 1 name (null) (00.010075) unix: Collected: ino 22876153 peer_ino 22881319 family 1 type 1 state 1 name (null) (00.010079) unix: Collected: ino 22876061 peer_ino 22876060 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.010083) unix: Collected: ino 38002 peer_ino 38001 family 1 type 1 state 1 name (null) (00.010087) unix: Collected: ino 84291996 peer_ino 84291997 family 1 type 1 state 1 name (null) (00.010091) unix: Collected: ino 22879534 peer_ino 22876159 family 1 type 1 state 1 name (null) (00.010095) unix: Collected: ino 22879463 peer_ino 22876055 family 1 type 1 state 1 name (null) (00.010099) unix: Collected: ino 22886432 peer_ino 22883956 family 1 type 1 state 1 name (null) (00.010103) unix: Collected: ino 22879401 peer_ino 22880270 family 1 type 1 state 1 name (null) (00.010109) unix: Collected: ino 22878774 peer_ino 22878030 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.010113) unix: Collected: ino 47727 peer_ino 48514 family 1 type 1 state 1 name (null) (00.010117) unix: Collected: ino 22878042 peer_ino 22875738 family 1 type 1 state 1 name /run/dbus/system_bus_socket (00.010121) unix: Collected: ino 48105 peer_ino 48771 family 1 type 1 state 1 name (null) (00.010125) unix: Collected: ino 47635 peer_ino 47636 family 1 type 1 state 1 name (null) (00.010128) unix: Collected: ino 34463 peer_ino 35454 family 1 type 1 state 1 name (null) (00.010132) unix: Collected: ino 33449 peer_ino 33450 family 1 type 1 state 1 name (null) (00.010136) unix: Collected: ino 31558 peer_ino 31557 family 1 type 2 state 7 name (null) (00.010140) unix: Collected: ino 22959973 peer_ino 22957126 family 1 type 1 state 1 name /run/containerd/containerd.sock (00.010144) unix: Collected: ino 22879096 peer_ino 22876101 family 1 type 1 state 1 name (null) (00.010148) unix: Collected: ino 48040 peer_ino 48723 family 1 type 1 state 1 name (00.010152) unix: Collected: ino 45314 peer_ino 45316 family 1 type 1 state 1 name (null) (00.010156) unix: Collected: ino 22879741 peer_ino 22883340 family 1 type 1 state 1 name /run/user/18152/bus (00.010160) unix: Collected: ino 22876049 peer_ino 22879450 family 1 type 1 state 1 name /run/systemd/journal/stdout (00.010164) unix: Collected: ino 13504 peer_ino 13503 family 1 type 2 state 7 name (null) (00.010652) inet: Collected: ino 0x5063ae5 family AF_INET type SOCK_STREAM port 6057 state TCP_LISTEN src_addr 0.0.0.0 (00.010664) inet: Collected: ino 0x5063ad0 family AF_INET type SOCK_STREAM port 5002 state TCP_LISTEN src_addr 0.0.0.0 (00.010669) inet: Collected: ino 0x5063231 family AF_INET type SOCK_STREAM port 6058 state TCP_LISTEN src_addr 0.0.0.0 (00.010673) inet: Collected: ino 0x5063ab4 family AF_INET type SOCK_STREAM port 5003 state TCP_LISTEN src_addr 0.0.0.0 (00.010677) inet: Collected: ino 0x5063232 family AF_INET type SOCK_STREAM port 6059 state TCP_LISTEN src_addr 0.0.0.0 (00.010682) inet: Collected: ino 0x15d1303 family AF_INET type SOCK_STREAM port 22443 state TCP_LISTEN src_addr 0.0.0.0 (00.010687) inet: Collected: ino 0x9dfb family AF_INET type SOCK_STREAM port 5355 state TCP_LISTEN src_addr 0.0.0.0 (00.010691) inet: Collected: ino 0x5063299 family AF_INET type SOCK_STREAM port 5005 state TCP_LISTEN src_addr 0.0.0.0 (00.010702) inet: Collected: ino 0x5063acc family AF_INET type SOCK_STREAM port 5997 state TCP_LISTEN src_addr 0.0.0.0 (00.010707) inet: Collected: ino 0x5063acb family AF_INET type SOCK_STREAM port 5998 state TCP_LISTEN src_addr 0.0.0.0 (00.010711) inet: Collected: ino 0x6402 family AF_INET type SOCK_STREAM port 111 state TCP_LISTEN src_addr 0.0.0.0 (00.010716) inet: Collected: ino 0x5063ad3 family AF_INET type SOCK_STREAM port 10001 state TCP_LISTEN src_addr 0.0.0.0 (00.010720) inet: Collected: ino 0x5063289 family AF_INET type SOCK_STREAM port 10002 state TCP_LISTEN src_addr 0.0.0.0 (00.010725) inet: Collected: ino 0x506328d family AF_INET type SOCK_STREAM port 10003 state TCP_LISTEN src_addr 0.0.0.0 (00.010729) inet: Collected: ino 0x5063293 family AF_INET type SOCK_STREAM port 10004 state TCP_LISTEN src_addr 0.0.0.0 (00.010734) inet: Collected: ino 0xa025 family AF_INET type SOCK_STREAM port 53 state TCP_LISTEN src_addr 192.158.111.1 (00.010739) inet: Collected: ino 0x15d08dd family AF_INET type SOCK_STREAM port 6102 state TCP_LISTEN src_addr 0.0.0.0 (00.010743) inet: Collected: ino 0x81fe family AF_INET type SOCK_STREAM port 22 state TCP_LISTEN src_addr 0.0.0.0 (00.010748) inet: Collected: ino 0x82b0 family AF_INET type SOCK_STREAM port 631 state TCP_LISTEN src_addr 127.0.0.1 (00.010752) inet: Collected: ino 0x5063ade family AF_INET type SOCK_STREAM port 6055 state TCP_LISTEN src_addr 0.0.0.0 (00.010757) inet: Collected: ino 0xd09a family AF_INET type SOCK_STREAM port 38087 state TCP_LISTEN src_addr 127.0.0.1 (00.010762) inet: Collected: ino 0xd01e family AF_INET type SOCK_STREAM port 39911 state TCP_LISTEN src_addr 127.0.0.1 (00.010766) inet: Collected: ino 0x5063aae family AF_INET type SOCK_STREAM port 5000 state TCP_LISTEN src_addr 0.0.0.0 (00.010771) inet: Collected: ino 0x15d0dfc family AF_INET type SOCK_STREAM port 38087 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010775) inet: Collected: ino 0x5062ea2 family AF_INET type SOCK_STREAM port 22443 state TCP_ESTABLISHED src_addr 20.70.8.50 (00.010780) inet: Collected: ino 0x15d13d5 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010785) inet: Collected: ino 0x506e721 family AF_INET type SOCK_STREAM port 34346 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010789) inet: Collected: ino 0x15d1c84 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010794) inet: Collected: ino 0x15d2cbc family AF_INET type SOCK_STREAM port 46262 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010798) inet: Collected: ino 0x5063ae2 family AF_INET type SOCK_STREAM port 6055 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010802) inet: Collected: ino 0x15d1d14 family AF_INET type SOCK_STREAM port 53920 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010807) inet: Collected: ino 0x15d1301 family AF_INET type SOCK_STREAM port 55616 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010811) inet: Collected: ino 0x5063186 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010816) inet: Collected: ino 0 family AF_INET type SOCK_STREAM port 5003 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010821) inet: Collected: ino 0x15d268a family AF_INET type SOCK_STREAM port 53988 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010825) inet: Collected: ino 0x5063ca9 family AF_INET type SOCK_STREAM port 35568 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010832) inet: Collected: ino 0x15d2142 family AF_INET type SOCK_STREAM port 53922 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010835) inet: Collected: ino 0x15e7ae3 family AF_INET type SOCK_STREAM port 54088 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010843) inet: Collected: ino 0x15d0ef1 family AF_INET type SOCK_STREAM port 53890 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010847) inet: Collected: ino 0x15d1d16 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010852) inet: Collected: ino 0x15e7ae4 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010856) inet: Collected: ino 0x506d3b9 family AF_INET type SOCK_STREAM port 5005 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010861) inet: Collected: ino 0x50641f1 family AF_INET type SOCK_STREAM port 41290 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010866) inet: Collected: ino 0x15d17e6 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010870) inet: Collected: ino 0x15d248a family AF_INET type SOCK_STREAM port 53940 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010875) inet: Collected: ino 0xd09c family AF_INET type SOCK_STREAM port 45166 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010879) inet: Collected: ino 0x15d1c43 family AF_INET type SOCK_STREAM port 53898 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010883) inet: Collected: ino 0x15d0fe1 family AF_INET type SOCK_STREAM port 53916 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010888) inet: Collected: ino 0x5064206 family AF_INET type SOCK_STREAM port 48622 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010892) inet: Collected: ino 0x15d17e5 family AF_INET type SOCK_STREAM port 53902 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010897) inet: Collected: ino 0x15d1efc family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010901) inet: Collected: ino 0x15d21f0 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010906) inet: Collected: ino 0x5063aed family AF_INET type SOCK_STREAM port 6057 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010910) inet: Collected: ino 0x15d0fe2 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010915) inet: Collected: ino 0xd09d family AF_INET type SOCK_STREAM port 39911 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010919) inet: Collected: ino 0x5062eae family AF_INET type SOCK_STREAM port 54582 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010924) inet: Collected: ino 0x15d1e15 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010928) inet: Collected: ino 0x15d2009 family AF_INET type SOCK_STREAM port 53906 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010933) inet: Collected: ino 0xd495 family AF_INET type SOCK_STREAM port 39911 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010937) inet: Collected: ino 0x15d21e2 family AF_INET type SOCK_STREAM port 53936 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010942) inet: Collected: ino 0xd494 family AF_INET type SOCK_STREAM port 45168 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010946) inet: Collected: ino 0x15d1c83 family AF_INET type SOCK_STREAM port 53908 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010951) inet: Collected: ino 0x15d244c family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010955) inet: Collected: ino 0x506400d family AF_INET type SOCK_STREAM port 41792 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010960) inet: Collected: ino 0x15d2823 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010972) inet: Collected: ino 0x15d2821 family AF_INET type SOCK_STREAM port 53928 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010977) inet: Collected: ino 0x15d244b family AF_INET type SOCK_STREAM port 53930 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010982) inet: Collected: ino 0x15d08ee family AF_INET type SOCK_STREAM port 53800 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010988) inet: Collected: ino 0x15d1ad5 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010993) inet: Collected: ino 0x506e96d family AF_INET type SOCK_STREAM port 49568 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.010997) inet: Collected: ino 0x15d08ef family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011002) inet: Collected: ino 0x506e737 family AF_INET type SOCK_STREAM port 10004 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011006) inet: Collected: ino 0x15d2c26 family AF_INET type SOCK_STREAM port 53954 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011011) inet: Collected: ino 0x15d1d15 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011015) inet: Collected: ino 0x506d38f family AF_INET type SOCK_STREAM port 5002 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011020) inet: Collected: ino 0x15d244d family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011024) inet: Collected: ino 0x15d0f56 family AF_INET type SOCK_STREAM port 6102 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011029) inet: Collected: ino 0x255f991 family AF_INET type SOCK_STREAM port 46808 state TCP_ESTABLISHED src_addr 20.70.8.50 (00.011033) inet: Collected: ino 0x15d2b29 family AF_INET type SOCK_STREAM port 39911 state TCP_ESTABLISHED src_addr 127.0.0.1 (00.011109) inet: Collected: ino 0x5063ab7 family AF_INET type SOCK_DGRAM port 33623 state TCP_CLOSE src_addr 0.0.0.0 (00.011115) inet: Collected: ino 0x5063ab8 family AF_INET type SOCK_DGRAM port 60307 state TCP_CLOSE src_addr 0.0.0.0 (00.011120) inet: Collected: ino 0x5063abe family AF_INET type SOCK_DGRAM port 58421 state TCP_CLOSE src_addr 0.0.0.0 (00.011124) inet: Collected: ino 0x5063abf family AF_INET type SOCK_DGRAM port 58498 state TCP_CLOSE src_addr 0.0.0.0 (00.011129) inet: Collected: ino 0x82b9 family AF_INET type SOCK_DGRAM port 5353 state TCP_CLOSE src_addr 0.0.0.0 (00.011133) inet: Collected: ino 0x9dfa family AF_INET type SOCK_DGRAM port 5355 state TCP_CLOSE src_addr 0.0.0.0 (00.011138) inet: Collected: ino 0x506400e family AF_INET type SOCK_DGRAM port 6056 state TCP_CLOSE src_addr 0.0.0.0 (00.011143) inet: Collected: ino 0x15d1304 family AF_INET type SOCK_DGRAM port 22443 state TCP_CLOSE src_addr 0.0.0.0 (00.011147) inet: Collected: ino 0x9dff family AF_INET type SOCK_DGRAM port 53 state TCP_CLOSE src_addr 127.0.0.53 (00.011152) inet: Collected: ino 0xa024 family AF_INET type SOCK_DGRAM port 53 state TCP_CLOSE src_addr 192.158.111.1 (00.011157) inet: Collected: ino 0xa021 family AF_INET type SOCK_DGRAM port 67 state TCP_CLOSE src_addr 0.0.0.0 (00.011161) inet: Collected: ino 0x50202de family AF_INET type SOCK_DGRAM port 68 state TCP_CLOSE src_addr 20.70.8.50 (00.011166) inet: Collected: ino 0x6403 family AF_INET type SOCK_DGRAM port 111 state TCP_CLOSE src_addr 0.0.0.0 (00.011170) inet: Collected: ino 0x90a3 family AF_INET type SOCK_DGRAM port 177 state TCP_CLOSE src_addr 0.0.0.0 (00.011178) inet: Collected: ino 0x8493 family AF_INET type SOCK_DGRAM port 323 state TCP_CLOSE src_addr 127.0.0.1 (00.011183) inet: Collected: ino 0x15d08e2 family AF_INET type SOCK_DGRAM port 49489 state TCP_CLOSE src_addr 0.0.0.0 (00.011188) inet: Collected: ino 0x82bb family AF_INET type SOCK_DGRAM port 43355 state TCP_CLOSE src_addr 0.0.0.0 (00.011192) inet: Collected: ino 0x5063abd family AF_INET type SOCK_DGRAM port 8540 state TCP_CLOSE src_addr 0.0.0.0 (00.011197) inet: Collected: ino 0x5063ab5 family AF_INET type SOCK_DGRAM port 8560 state TCP_CLOSE src_addr 0.0.0.0 (00.011204) inet: Collected: ino 0x5063ac6 family AF_INET type SOCK_DGRAM port 8580 state TCP_CLOSE src_addr 0.0.0.0 (00.011209) inet: Collected: ino 0x5063ac2 family AF_INET type SOCK_DGRAM port 8581 state TCP_CLOSE src_addr 0.0.0.0 (00.011214) inet: Collected: ino 0x5063ac0 family AF_INET type SOCK_DGRAM port 8582 state TCP_CLOSE src_addr 0.0.0.0 (00.011218) inet: Collected: ino 0x5063ac4 family AF_INET type SOCK_DGRAM port 8583 state TCP_CLOSE src_addr 0.0.0.0 (00.011223) inet: Collected: ino 0x5063ac8 family AF_INET type SOCK_DGRAM port 8584 state TCP_CLOSE src_addr 0.0.0.0 (00.011227) inet: Collected: ino 0x5063cb4 family AF_INET type SOCK_DGRAM port 57803 state TCP_CLOSE src_addr 0.0.0.0 (00.011508) packet: Collect packet sock 38738 2054 (00.011523) packet: Got 0 mreqs (00.011652) netlink: Collect netlink sock 0x15d1ddf (00.011657) netlink: Collect netlink sock 0x9df9 (00.011660) netlink: Collect netlink sock 0x15e65a4 (00.011663) netlink: Collect netlink sock 0x984c (00.011666) netlink: Collect netlink sock 0x9 (00.011669) netlink: Collect netlink sock 0x82bf (00.011672) netlink: Collect netlink sock 0xa022 (00.011675) netlink: Collect netlink sock 0x15e6d92 (00.011678) netlink: Collect netlink sock 0x82d4 (00.011681) netlink: Collect netlink sock 0x15d1b24 (00.011684) netlink: Collect netlink sock 0xa082 (00.011686) netlink: Collect netlink sock 0x85e8 (00.011689) netlink: Collect netlink sock 0x15d2c84 (00.011692) netlink: Collect netlink sock 0x15d2c84 (00.011695) netlink: Collect netlink sock 0x15d1ddf (00.011698) netlink: Collect netlink sock 0x15d1b24 (00.011701) netlink: Collect netlink sock 0x9df9 (00.011704) netlink: Collect netlink sock 0xa022 (00.011707) netlink: Collect netlink sock 0x82d4 (00.011710) netlink: Collect netlink sock 0x85e8 (00.011712) netlink: Collect netlink sock 0x82bf (00.011715) netlink: Collect netlink sock 0x3388 (00.011718) netlink: Collect netlink sock 0x5063e56 (00.011721) netlink: Collect netlink sock 0x3389 (00.011723) netlink: Collect netlink sock 0x15e65a5 (00.011726) netlink: Collect netlink sock 0x2c62 (00.011729) netlink: Collect netlink sock 0x616e (00.011732) netlink: Collect netlink sock 0x74d4 (00.011734) netlink: Collect netlink sock 0x15d1678 (00.011737) netlink: Collect netlink sock 0xa (00.011740) netlink: Collect netlink sock 0x2add (00.011742) netlink: Collect netlink sock 0x18 (00.011749) netlink: Collect netlink sock 0x98ec (00.011752) netlink: Collect netlink sock 0x15e65a6 (00.011755) netlink: Collect netlink sock 0xa590 (00.011758) netlink: Collect netlink sock 0x15d17e4 (00.011760) netlink: Collect netlink sock 0x85a9 (00.011763) netlink: Collect netlink sock 0x945c (00.011766) netlink: Collect netlink sock 0x15d08e3 (00.011769) netlink: Collect netlink sock 0x9332 (00.011772) netlink: Collect netlink sock 0x6168 (00.011775) netlink: Collect netlink sock 0xa084 (00.011778) netlink: Collect netlink sock 0x8aac (00.011780) netlink: Collect netlink sock 0x8bdd (00.011783) netlink: Collect netlink sock 0x9209 (00.011786) netlink: Collect netlink sock 0x8bde (00.011789) netlink: Collect netlink sock 0xa591 (00.011792) netlink: Collect netlink sock 0x15d2862 (00.011795) netlink: Collect netlink sock 0x9251 (00.011797) netlink: Collect netlink sock 0x9893 (00.011800) netlink: Collect netlink sock 0x82d2 (00.011803) netlink: Collect netlink sock 0xc08f (00.011806) netlink: Collect netlink sock 0xe (00.011809) netlink: Collect netlink sock 0x8978 (00.011812) netlink: Collect netlink sock 0xb7d0 (00.011815) netlink: Collect netlink sock 0x984d (00.011817) netlink: Collect netlink sock 0x15d17e3 (00.011820) netlink: Collect netlink sock 0x6198 (00.011823) netlink: Collect netlink sock 0x8bdb (00.011826) netlink: Collect netlink sock 0x15d0e4e (00.011829) netlink: Collect netlink sock 0x9248 (00.011832) netlink: Collect netlink sock 0x5060159 (00.011835) netlink: Collect netlink sock 0xc08e (00.011841) netlink: Collect netlink sock 0x15d1b58 (00.011844) netlink: Collect netlink sock 0x15d1b54 (00.011846) netlink: Collect netlink sock 0xc08b (00.011849) netlink: Collect netlink sock 0x15d2482 (00.011852) netlink: Collect netlink sock 0x8bdc (00.011855) netlink: Collect netlink sock 0xbe94 (00.011858) netlink: Collect netlink sock 0x15d2c1a (00.011866) netlink: Collect netlink sock 0x5060159 (00.011869) netlink: Collect netlink sock 0x15d2c1a (00.011872) netlink: Collect netlink sock 0x15d2862 (00.011875) netlink: Collect netlink sock 0x15d2482 (00.011878) netlink: Collect netlink sock 0x15d1b58 (00.011881) netlink: Collect netlink sock 0x15d1b54 (00.011884) netlink: Collect netlink sock 0x15d17e4 (00.011887) netlink: Collect netlink sock 0x15d17e3 (00.011889) netlink: Collect netlink sock 0x15d0e4e (00.011892) netlink: Collect netlink sock 0x15d08e3 (00.011895) netlink: Collect netlink sock 0xc08f (00.011898) netlink: Collect netlink sock 0xc08e (00.011901) netlink: Collect netlink sock 0xc08b (00.011904) netlink: Collect netlink sock 0xbe94 (00.011907) netlink: Collect netlink sock 0xb7d0 (00.011910) netlink: Collect netlink sock 0xa591 (00.011912) netlink: Collect netlink sock 0xa590 (00.011915) netlink: Collect netlink sock 0xa084 (00.011918) netlink: Collect netlink sock 0x8aac (00.011921) netlink: Collect netlink sock 0x9893 (00.011924) netlink: Collect netlink sock 0x984d (00.011927) netlink: Collect netlink sock 0x945c (00.011930) netlink: Collect netlink sock 0x9332 (00.011939) netlink: Collect netlink sock 0x9251 (00.011942) netlink: Collect netlink sock 0x9248 (00.011945) netlink: Collect netlink sock 0x9209 (00.011947) netlink: Collect netlink sock 0x8bde (00.011950) netlink: Collect netlink sock 0x8bdd (00.011953) netlink: Collect netlink sock 0x8bdc (00.011956) netlink: Collect netlink sock 0x8bdb (00.011959) netlink: Collect netlink sock 0x8978 (00.011962) netlink: Collect netlink sock 0x82d2 (00.011964) netlink: Collect netlink sock 0x85a9 (00.011967) netlink: Collect netlink sock 0x6198 (00.011970) netlink: Collect netlink sock 0x6168 (00.011973) netlink: Collect netlink sock 0x21 (00.011979) netlink: Collect netlink sock 0x82d3 (00.011982) netlink: Collect netlink sock 0x1b (00.012047) seccomp: Use SECCOMP_FILTER_FLAG_TSYNC for tid_real 46587 (00.012081) seccomp: Use SECCOMP_FILTER_FLAG_TSYNC for tid_real 46609 (00.012084) seccomp: Disable filter on tid_rea 46615, will be propagated (00.012205) Warn (criu/image.c:134): Failed to open parent directory (00.012209) ======================================== (00.012212) Dumping task (pid: 46587) (00.012214) ======================================== (00.012216) Obtaining task stat ... (00.012253) (00.012255) Collecting mappings (pid: 46587) (00.012257) ---------------------------------------- (00.012485) Dumping path for -3 fd via self 15 [/bin/bash] (00.012568) vma 8151000 borrows vfi from previous 8048000 (00.012578) vma 8152000 borrows vfi from previous 8151000 (00.012628) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libnss_files-2.19.so] (00.012668) vma f7d2f000 borrows vfi from previous f7d24000 (00.012677) vma f7d30000 borrows vfi from previous f7d2f000 (00.012703) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libnss_nis-2.19.so] (00.012715) vma f7d3b000 borrows vfi from previous f7d31000 (00.012723) vma f7d3c000 borrows vfi from previous f7d3b000 (00.012747) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libnsl-2.19.so] (00.012777) vma f7d52000 borrows vfi from previous f7d3d000 (00.012786) vma f7d53000 borrows vfi from previous f7d52000 (00.012817) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libnss_compat-2.19.so] (00.012829) vma f7d5d000 borrows vfi from previous f7d56000 (00.012838) vma f7d5e000 borrows vfi from previous f7d5d000 (00.012904) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libc-2.19.so] (00.012916) vma f7ece000 borrows vfi from previous f7d60000 (00.012924) vma f7ed0000 borrows vfi from previous f7ece000 (00.012954) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libdl-2.19.so] (00.012988) vma f7ed7000 borrows vfi from previous f7ed4000 (00.012996) vma f7ed8000 borrows vfi from previous f7ed7000 (00.013027) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libtinfo.so.5.9] (00.013043) vma f7efa000 borrows vfi from previous f7eda000 (00.013056) vma f7efb000 borrows vfi from previous f7efa000 (00.013080) vma f7efd000 borrows vfi from previous f7efb000 (00.013107) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libncurses.so.5.9] (00.013119) vma f7f22000 borrows vfi from previous f7efe000 (00.013127) vma f7f23000 borrows vfi from previous f7f22000 (00.013187) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/ld-2.19.so] (00.013199) vma f7f51000 borrows vfi from previous f7f32000 (00.013207) vma f7f52000 borrows vfi from previous f7f51000 (00.013223) Collected, longest area occupies 366 pages (00.013225) 0x8048000-0x8151000 (1060K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1 (00.013234) 0x8151000-0x8152000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x108000 reg fp shmid: 0x1 (00.013236) 0x8152000-0x8157000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x109000 reg fp shmid: 0x1 (00.013238) 0x8157000-0x815d000 (24K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013240) 0x9933000-0x993e000 (44K) prot 0x3 flags 0x22 fdflags 0 st 0x221 off 0 reg heap ap shmid: 0 (00.013242) 0xf7d24000-0xf7d2f000 (44K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x2 (00.013244) 0xf7d2f000-0xf7d30000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xa000 reg fp shmid: 0x2 (00.013246) 0xf7d30000-0xf7d31000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp shmid: 0x2 (00.013248) 0xf7d31000-0xf7d3b000 (40K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x3 (00.013250) 0xf7d3b000-0xf7d3c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x9000 reg fp shmid: 0x3 (00.013252) 0xf7d3c000-0xf7d3d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xa000 reg fp shmid: 0x3 (00.013253) 0xf7d3d000-0xf7d52000 (84K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x4 (00.013255) 0xf7d52000-0xf7d53000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x15000 reg fp shmid: 0x4 (00.013257) 0xf7d53000-0xf7d54000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x16000 reg fp shmid: 0x4 (00.013259) 0xf7d54000-0xf7d56000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013261) 0xf7d56000-0xf7d5d000 (28K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x5 (00.013263) 0xf7d5d000-0xf7d5e000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp shmid: 0x5 (00.013265) 0xf7d5e000-0xf7d5f000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp shmid: 0x5 (00.013266) 0xf7d5f000-0xf7d60000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013268) 0xf7d60000-0xf7ece000 (1464K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x6 (00.013270) 0xf7ece000-0xf7ed0000 (8K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x16e000 reg fp shmid: 0x6 (00.013272) 0xf7ed0000-0xf7ed1000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x170000 reg fp shmid: 0x6 (00.013274) 0xf7ed1000-0xf7ed4000 (12K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013276) 0xf7ed4000-0xf7ed7000 (12K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x7 (00.013278) 0xf7ed7000-0xf7ed8000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp shmid: 0x7 (00.013279) 0xf7ed8000-0xf7ed9000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp shmid: 0x7 (00.013281) 0xf7ed9000-0xf7eda000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013283) 0xf7eda000-0xf7efa000 (128K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x8 (00.013285) 0xf7efa000-0xf7efb000 (4K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x8 (00.013287) 0xf7efb000-0xf7efd000 (8K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x8 (00.013289) 0xf7efd000-0xf7efe000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x22000 reg fp shmid: 0x8 (00.013293) 0xf7efe000-0xf7f22000 (144K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x9 (00.013295) 0xf7f22000-0xf7f23000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x23000 reg fp shmid: 0x9 (00.013296) 0xf7f23000-0xf7f24000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x24000 reg fp shmid: 0x9 (00.013298) 0xf7f2b000-0xf7f2d000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013300) 0xf7f2d000-0xf7f30000 (12K) prot 0x1 flags 0x22 fdflags 0 st 0x1201 off 0 reg vvar ap shmid: 0 (00.013302) 0xf7f30000-0xf7f32000 (8K) prot 0x5 flags 0x22 fdflags 0 st 0x209 off 0 reg vdso ap shmid: 0 (00.013304) 0xf7f32000-0xf7f51000 (124K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0xa (00.013306) 0xf7f51000-0xf7f52000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1f000 reg fp shmid: 0xa (00.013308) 0xf7f52000-0xf7f53000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0xa (00.013309) 0xff864000-0xff885000 (132K) prot 0x3 flags 0x122 fdflags 0 st 0x201 off 0 reg ap shmid: 0 (00.013311) ---------------------------------------- (00.013313) (00.013315) Collecting fds (pid: 46587) (00.013316) ---------------------------------------- (00.013345) Found 4 file descriptors (00.013350) ---------------------------------------- (00.013367) Dump private signals of 46587 (00.013372) Dump shared signals of 46587 (00.013387) Parasite syscall_ip at 0x8048000 (00.013612) Set up parasite blob using memfd (00.013622) Putting parasite blob into 0x7f6170dea000->0xf7d15000 (00.013714) Dumping general registers for 46587 in compat mode (00.013718) Dumping GP/FPU registers for 46587 (00.013736) x86: xsave runtime structure (00.013738) x86: ----------------------- (00.013739) x86: cwd:0x37f swd:0 twd:0 fop:0 mxcsr:0x1f80 mxcsr_mask:0xffff (00.013741) x86: magic1:0x46505853 extended_size:836 xstate_bv:0x7 xstate_size:832 (00.013743) x86: xstate_bv: 0x7 (00.013745) x86: ----------------------- (00.013747) Putting tsock into pid 46587 (00.013891) Wait for parasite being daemonized... (00.013895) Wait for ack 2 on daemon socket pie: 1: Running daemon thread leader pie: 1: __sent ack msg: 2 2 0 pie: 1: Daemon waits for command (00.013926) Fetched ack: 2 2 0 (00.013929) Parasite 46587 has been switched to daemon mode (00.013945) Sent msg to daemon 72 0 0 pie: 1: __fetched msg: 72 0 0 (00.013983) Wait for ack 72 on daemon socket pie: 1: __sent ack msg: 72 72 0 pie: 1: Daemon waits for command (00.014050) Fetched ack: 72 72 0 (00.014055) vdso: Don't check vdso for compat task (00.014068) Sent msg to daemon 74 0 0 (00.014071) Wait for ack 74 on daemon socket pie: 1: __fetched msg: 74 0 0 pie: 1: __sent ack msg: 74 74 0 pie: 1: Daemon waits for command (00.014279) Fetched ack: 74 74 0 (00.014290) Sent msg to daemon 70 0 0 (00.014293) Wait for ack 70 on daemon socket pie: 1: __fetched msg: 70 0 0 pie: 1: __sent ack msg: 70 70 0 pie: 1: Daemon waits for command (00.014480) Fetched ack: 70 70 0 (00.014488) sid=1 pgid=1 pid=1 (00.014541) (00.014545) Dumping opened files (pid: 46587) (00.014553) ---------------------------------------- (00.014567) Sent msg to daemon 71 0 0 pie: 1: __fetched msg: 71 0 0 pie: 1: __sent ack msg: 71 71 0 pie: 1: Daemon waits for command (00.014621) Wait for ack 71 on daemon socket (00.014630) Fetched ack: 71 71 0 (00.014669) 46587 fdinfo 0: pos: 0 flags: 100002/0 (00.014726) tty: Dumping tty 18 with id 0xb (00.014745) Dumping path for 0 fd via self 18 [/dev/pts/0] (00.014765) Sent msg to daemon 73 0 0 (00.014770) Wait for ack 73 on daemon socket pie: 1: __fetched msg: 73 0 0 pie: 1: __sent ack msg: 73 73 0 pie: 1: Daemon waits for command (00.014811) Fetched ack: 73 73 0 (00.014958) 46587 fdinfo 1: pos: 0 flags: 100002/0 (00.014999) 46587 fdinfo 2: pos: 0 flags: 100002/0 (00.015044) 46587 fdinfo 255: pos: 0x1a7 flags: 2100000/0x1 (00.015060) Dumping path for 255 fd via self 21 [/root/start_sim.bsh] (00.015084) ---------------------------------------- (00.015129) Sent msg to daemon 65 0 0 (00.015134) Wait for ack 65 on daemon socket pie: 1: __fetched msg: 65 0 0 pie: 1: __sent ack msg: 65 65 0 pie: 1: Daemon waits for command (00.015182) Fetched ack: 65 65 0 (00.015187) (00.015189) Dumping pages (type: 52 pid: 46587) (00.015193) ---------------------------------------- (00.015195) Private vmas 366/873 pages (00.015217) pagemap-cache: created for pid 46587 (takes 4096 bytes) (00.015232) page-pipe: Create page pipe for 873 segs (00.015241) page-pipe: Will grow page pipe (iov off is 0) (00.015312) pagemap-cache: filling VMA 8048000-8151000 (1060K) [l:8000000 h:8200000] (00.015317) pagemap-cache: 8048000-8151000 nr:1 cov:1085440 (00.015321) pagemap-cache: 8151000-8152000 nr:2 cov:1089536 (00.015325) pagemap-cache: 8152000-8157000 nr:3 cov:1110016 (00.015328) pagemap-cache: 8157000-815d000 nr:4 cov:1134592 (00.015347) pagemap-cache: cache mode [l:8048000 h:8200000] (00.015374) page-pipe: Add iov to page pipe (0 iovs, 0/873 total) (00.015383) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015386) page-pipe: Add iov to page pipe (1 iovs, 1/873 total) (00.015389) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015393) page-pipe: Add iov to page pipe (2 iovs, 2/873 total) (00.015396) Pagemap generated: 3 pages (0 lazy) 0 holes (00.015399) page-pipe: Will grow page pipe (iov off is 3) (00.015407) page-pipe: Add iov to page pipe (0 iovs, 3/873 total) (00.015410) Pagemap generated: 6 pages (0 lazy) 0 holes (00.015413) pagemap-cache: filling VMA 9933000-993e000 (44K) [l:9800000 h:9a00000] (00.015420) page-pipe: Add iov to page pipe (1 iovs, 4/873 total) (00.015426) page-pipe: Grow pipe 10 -> 20 (00.015429) Pagemap generated: 11 pages (0 lazy) 0 holes (00.015432) pagemap-cache: filling VMA f7d24000-f7d2f000 (44K) [l:f7c00000 h:f7e00000] (00.015448) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015451) pagemap-cache: filling VMA f7d2f000-f7d30000 (4K) [l:f7c00000 h:f7e00000] (00.015461) page-pipe: Will grow page pipe (iov off is 5) (00.015468) page-pipe: Add iov to page pipe (0 iovs, 5/873 total) (00.015470) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015473) pagemap-cache: filling VMA f7d30000-f7d31000 (4K) [l:f7c00000 h:f7e00000] (00.015482) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015485) pagemap-cache: filling VMA f7d31000-f7d3b000 (40K) [l:f7c00000 h:f7e00000] (00.015494) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015497) pagemap-cache: filling VMA f7d3b000-f7d3c000 (4K) [l:f7c00000 h:f7e00000] (00.015506) page-pipe: Add iov to page pipe (1 iovs, 6/873 total) (00.015509) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015511) pagemap-cache: filling VMA f7d3c000-f7d3d000 (4K) [l:f7c00000 h:f7e00000] (00.015528) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015539) pagemap-cache: filling VMA f7d3d000-f7d52000 (84K) [l:f7c00000 h:f7e00000] (00.015552) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015555) pagemap-cache: filling VMA f7d52000-f7d53000 (4K) [l:f7c00000 h:f7e00000] (00.015566) page-pipe: Add iov to page pipe (2 iovs, 7/873 total) (00.015569) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015572) pagemap-cache: filling VMA f7d53000-f7d54000 (4K) [l:f7c00000 h:f7e00000] (00.015583) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015585) pagemap-cache: filling VMA f7d54000-f7d56000 (8K) [l:f7c00000 h:f7e00000] (00.015601) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015604) pagemap-cache: filling VMA f7d56000-f7d5d000 (28K) [l:f7c00000 h:f7e00000] (00.015615) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015618) pagemap-cache: filling VMA f7d5d000-f7d5e000 (4K) [l:f7c00000 h:f7e00000] (00.015627) page-pipe: Add iov to page pipe (3 iovs, 8/873 total) (00.015630) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015633) pagemap-cache: filling VMA f7d5e000-f7d5f000 (4K) [l:f7c00000 h:f7e00000] (00.015643) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015646) pagemap-cache: filling VMA f7d5f000-f7d60000 (4K) [l:f7c00000 h:f7e00000] (00.015655) page-pipe: Will grow page pipe (iov off is 9) (00.015669) page-pipe: Add iov to page pipe (0 iovs, 9/873 total) (00.015672) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015675) pagemap-cache: filling VMA f7d60000-f7ece000 (1464K) [l:f7c00000 h:f7e00000] (00.015705) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015708) pagemap-cache: filling VMA f7ece000-f7ed0000 (8K) [l:f7e00000 h:f8000000] (00.015719) page-pipe: Will grow page pipe (iov off is 10) (00.015727) page-pipe: Add iov to page pipe (0 iovs, 10/873 total) (00.015731) Pagemap generated: 2 pages (0 lazy) 0 holes (00.015733) pagemap-cache: filling VMA f7ed0000-f7ed1000 (4K) [l:f7e00000 h:f8000000] (00.015744) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015747) pagemap-cache: filling VMA f7ed1000-f7ed4000 (12K) [l:f7e00000 h:f8000000] (00.015758) page-pipe: Will grow page pipe (iov off is 11) (00.015766) page-pipe: Add iov to page pipe (0 iovs, 11/873 total) (00.015769) page-pipe: Add iov to page pipe (1 iovs, 12/873 total) (00.015772) Pagemap generated: 2 pages (0 lazy) 0 holes (00.015775) pagemap-cache: filling VMA f7ed4000-f7ed7000 (12K) [l:f7e00000 h:f8000000] (00.015786) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015789) pagemap-cache: filling VMA f7ed7000-f7ed8000 (4K) [l:f7e00000 h:f8000000] (00.015799) page-pipe: Will grow page pipe (iov off is 13) (00.015807) page-pipe: Add iov to page pipe (0 iovs, 13/873 total) (00.015810) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015813) pagemap-cache: filling VMA f7ed8000-f7ed9000 (4K) [l:f7e00000 h:f8000000] (00.015823) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015826) pagemap-cache: filling VMA f7ed9000-f7eda000 (4K) [l:f7e00000 h:f8000000] (00.015836) page-pipe: Will grow page pipe (iov off is 14) (00.015842) page-pipe: Add iov to page pipe (0 iovs, 14/873 total) (00.015845) Pagemap generated: 1 pages (0 lazy) 0 holes (00.015848) pagemap-cache: filling VMA f7eda000-f7efa000 (128K) [l:f7e00000 h:f8000000] (00.015858) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015861) pagemap-cache: filling VMA f7efa000-f7efb000 (4K) [l:f7e00000 h:f8000000] (00.015870) Pagemap generated: 0 pages (0 lazy) 0 holes (00.015873) pagemap-cache: filling VMA f7efb000-f7efd000 (8K) [l:f7e00000 h:f8000000] (00.015882) page-pipe: Will grow page pipe (iov off is 15) (00.015885) page-pipe: Page pipe: (00.015888) page-pipe: * 8 pipes 15/873 iovs: (00.015891) page-pipe: buf 5 pages, 3 iovs, flags: 0 pipe_off: 0 : (00.015894) page-pipe: 0x8048000 1 (00.015897) page-pipe: 0x8151000 3 (00.015900) page-pipe: 0x8156000 1 (00.015902) page-pipe: buf 17 pages, 2 iovs, flags: 1 pipe_off: 0 : (00.015905) page-pipe: 0x8157000 6 (00.015908) page-pipe: 0x9933000 11 (00.015911) page-pipe: buf 8 pages, 4 iovs, flags: 0 pipe_off: 0 : (00.015914) page-pipe: 0xf7d2f000 2 (00.015917) page-pipe: 0xf7d3b000 2 (00.015920) page-pipe: 0xf7d52000 2 (00.015922) page-pipe: 0xf7d5d000 2 (00.015925) page-pipe: buf 1 pages, 1 iovs, flags: 1 pipe_off: 0 : (00.015928) page-pipe: 0xf7d5f000 1 (00.015931) page-pipe: buf 3 pages, 1 iovs, flags: 0 pipe_off: 0 : (00.015934) page-pipe: 0xf7ece000 3 (00.015936) page-pipe: buf 2 pages, 2 iovs, flags: 1 pipe_off: 0 : (00.015939) page-pipe: 0xf7ed1000 1 (00.015942) page-pipe: 0xf7ed3000 1 (00.015944) page-pipe: buf 2 pages, 1 iovs, flags: 0 pipe_off: 0 : (00.015947) page-pipe: 0xf7ed7000 2 (00.015950) page-pipe: buf 1 pages, 1 iovs, flags: 1 pipe_off: 0 : (00.015953) page-pipe: 0xf7ed9000 1 (00.015956) page-pipe: * 0 holes: (00.015959) PPB: 5 pages 3 segs 16 pipe 0 off (00.015979) Sent msg to daemon 66 0 0 (00.015988) Wait for ack 66 on daemon socket pie: 1: __fetched msg: 66 0 0 pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016549) Fetched ack: 66 66 0 (00.016555) PPB: 17 pages 2 segs 32 pipe 3 off (00.016568) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.016576) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016596) Fetched ack: 66 66 0 (00.016601) PPB: 8 pages 4 segs 16 pipe 5 off (00.016617) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.016624) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016635) Fetched ack: 66 66 0 (00.016639) PPB: 1 pages 1 segs 16 pipe 9 off (00.016647) Sent msg to daemon 66 0 0 (00.016652) Wait for ack 66 on daemon socket pie: 1: __fetched msg: 66 0 0 pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016683) Fetched ack: 66 66 0 (00.016688) PPB: 3 pages 1 segs 16 pipe 10 off (00.016700) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.016707) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016726) Fetched ack: 66 66 0 (00.016730) PPB: 2 pages 2 segs 16 pipe 11 off (00.016741) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.016748) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016763) Fetched ack: 66 66 0 (00.016766) PPB: 2 pages 1 segs 16 pipe 13 off (00.016778) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.016785) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016798) Fetched ack: 66 66 0 (00.016802) PPB: 1 pages 1 segs 16 pipe 14 off (00.016813) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.016820) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.016839) Fetched ack: 66 66 0 (00.016843) Transferring pages: (00.016846) buf 5/3 (00.016849) p 0x8048000 [1] (00.016875) p 0x8151000 [3] (00.016891) p 0x8156000 [1] (00.016899) buf 17/2 (00.016902) p 0x8157000 [6] (00.016928) p 0x9933000 [11] (00.016961) buf 8/4 (00.016965) p 0xf7d2f000 [2] (00.016978) p 0xf7d3b000 [2] (00.016987) p 0xf7d52000 [2] (00.016997) p 0xf7d5d000 [2] (00.017006) buf 1/1 (00.017009) p 0xf7d5f000 [1] (00.017016) buf 3/1 (00.017019) p 0xf7ece000 [3] (00.017031) buf 2/2 (00.017034) p 0xf7ed1000 [1] (00.017040) p 0xf7ed3000 [1] (00.017047) buf 2/1 (00.017049) p 0xf7ed7000 [2] (00.017062) buf 1/1 (00.017065) p 0xf7ed9000 [1] (00.017073) page-pipe: Clean up page pipe (00.017076) page-pipe: Will grow page pipe (iov off is 15) (00.017079) page-pipe: Add iov to page pipe (0 iovs, 15/873 total) (00.017082) Pagemap generated: 2 pages (0 lazy) 0 holes (00.017085) pagemap-cache: filling VMA f7efd000-f7efe000 (4K) [l:f7e00000 h:f8000000] (00.017098) Pagemap generated: 1 pages (0 lazy) 0 holes (00.017102) pagemap-cache: filling VMA f7efe000-f7f22000 (144K) [l:f7e00000 h:f8000000] (00.017110) Pagemap generated: 0 pages (0 lazy) 0 holes (00.017113) pagemap-cache: filling VMA f7f22000-f7f23000 (4K) [l:f7e00000 h:f8000000] (00.017121) page-pipe: Add iov to page pipe (1 iovs, 16/873 total) (00.017124) Pagemap generated: 1 pages (0 lazy) 0 holes (00.017127) pagemap-cache: filling VMA f7f23000-f7f24000 (4K) [l:f7e00000 h:f8000000] (00.017134) Pagemap generated: 1 pages (0 lazy) 0 holes (00.017138) pagemap-cache: filling VMA f7f2b000-f7f2d000 (8K) [l:f7e00000 h:f8000000] (00.017145) page-pipe: Will grow page pipe (iov off is 17) (00.017147) page-pipe: Add iov to page pipe (0 iovs, 17/873 total) (00.017150) Pagemap generated: 2 pages (0 lazy) 0 holes (00.017153) pagemap-cache: filling VMA f7f2d000-f7f30000 (12K) [l:f7e00000 h:f8000000] (00.017160) Pagemap generated: 0 pages (0 lazy) 0 holes (00.017163) pagemap-cache: filling VMA f7f30000-f7f32000 (8K) [l:f7e00000 h:f8000000] (00.017170) page-pipe: Will grow page pipe (iov off is 18) (00.017173) page-pipe: Add iov to page pipe (0 iovs, 18/873 total) (00.017176) Pagemap generated: 2 pages (0 lazy) 0 holes (00.017179) pagemap-cache: filling VMA f7f32000-f7f51000 (124K) [l:f7e00000 h:f8000000] (00.017185) Pagemap generated: 0 pages (0 lazy) 0 holes (00.017188) pagemap-cache: filling VMA f7f51000-f7f52000 (4K) [l:f7e00000 h:f8000000] (00.017194) page-pipe: Add iov to page pipe (1 iovs, 19/873 total) (00.017197) Pagemap generated: 1 pages (0 lazy) 0 holes (00.017200) pagemap-cache: filling VMA f7f52000-f7f53000 (4K) [l:f7e00000 h:f8000000] (00.017208) Pagemap generated: 1 pages (0 lazy) 0 holes (00.017211) pagemap-cache: filling VMA ff864000-ff885000 (132K) [l:ff800000 h:ffa00000] (00.017214) pagemap-cache: ff864000-ff885000 nr:1 cov:135168 (00.017218) pagemap-cache: simple mode [l:ff864000 h:ff885000] (00.017225) page-pipe: Will grow page pipe (iov off is 20) (00.017227) page-pipe: Add iov to page pipe (0 iovs, 20/873 total) (00.017230) page-pipe: Will grow page pipe (iov off is 21) (00.017233) page-pipe: Add iov to page pipe (0 iovs, 21/873 total) (00.017236) page-pipe: Will grow page pipe (iov off is 22) (00.017239) page-pipe: Add iov to page pipe (0 iovs, 22/873 total) (00.017242) Pagemap generated: 3 pages (0 lazy) 0 holes (00.017245) page-pipe: Page pipe: (00.017247) page-pipe: * 8 pipes 23/873 iovs: (00.017250) page-pipe: buf 5 pages, 2 iovs, flags: 0 pipe_off: 0 : (00.017253) page-pipe: 0xf7efb000 3 (00.017256) page-pipe: 0xf7f22000 2 (00.017258) page-pipe: buf 2 pages, 1 iovs, flags: 1 pipe_off: 0 : (00.017261) page-pipe: 0xf7f2b000 2 (00.017264) page-pipe: buf 4 pages, 2 iovs, flags: 0 pipe_off: 0 : (00.017267) page-pipe: 0xf7f30000 2 (00.017270) page-pipe: 0xf7f51000 2 (00.017273) page-pipe: buf 1 pages, 1 iovs, flags: 1 pipe_off: 0 : (00.017275) page-pipe: 0xff881000 1 (00.017278) page-pipe: buf 1 pages, 1 iovs, flags: 0 pipe_off: 0 : (00.017281) page-pipe: 0xff883000 1 (00.017284) page-pipe: buf 1 pages, 1 iovs, flags: 1 pipe_off: 0 : (00.017287) page-pipe: 0xff884000 1 (00.017290) page-pipe: * 0 holes: (00.017292) PPB: 5 pages 2 segs 16 pipe 15 off (00.017308) Sent msg to daemon 66 0 0 (00.017322) Wait for ack 66 on daemon socket pie: 1: __fetched msg: 66 0 0 pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.017381) Fetched ack: 66 66 0 (00.017388) PPB: 2 pages 1 segs 16 pipe 17 off (00.017402) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.017421) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.017455) Fetched ack: 66 66 0 (00.017459) PPB: 4 pages 2 segs 16 pipe 18 off (00.017471) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.017478) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.017585) Fetched ack: 66 66 0 (00.017589) PPB: 1 pages 1 segs 16 pipe 20 off pie: 1: __fetched msg: 66 0 0 (00.017601) Sent msg to daemon 66 0 0 (00.017626) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.017667) Fetched ack: 66 66 0 (00.017671) PPB: 1 pages 1 segs 16 pipe 21 off (00.017683) Sent msg to daemon 66 0 0 pie: 1: __fetched msg: 66 0 0 (00.017690) Wait for ack 66 on daemon socket pie: 1: __sent ack msg: 66 66 0 (00.017695) Fetched ack: 66 66 0 pie: 1: Daemon waits for command (00.017699) PPB: 1 pages 1 segs 16 pipe 22 off (00.017705) Sent msg to daemon 66 0 0 (00.017710) Wait for ack 66 on daemon socket pie: 1: __fetched msg: 66 0 0 pie: 1: __sent ack msg: 66 66 0 pie: 1: Daemon waits for command (00.017737) Fetched ack: 66 66 0 (00.017742) Transferring pages: (00.017744) buf 5/2 (00.017747) p 0xf7efb000 [3] (00.017768) p 0xf7f22000 [2] (00.017778) buf 2/1 (00.017781) p 0xf7f2b000 [2] (00.017791) buf 4/2 (00.017794) p 0xf7f30000 [2] (00.017803) p 0xf7f51000 [2] (00.017814) buf 1/1 (00.017817) p 0xff881000 [1] (00.017828) buf 1/1 (00.017830) p 0xff883000 [1] (00.017836) buf 1/1 (00.017840) p 0xff884000 [1] (00.017874) page-pipe: Killing page pipe (00.017915) ---------------------------------------- (00.017931) Sent msg to daemon 65 0 0 pie: 1: __fetched msg: 65 0 0 (00.017935) Wait for ack 65 on daemon socket pie: 1: __sent ack msg: 65 65 0 pie: 1: Daemon waits for command (00.018070) Fetched ack: 65 65 0 (00.018089) Sent msg to daemon 67 0 0 (00.018093) Wait for ack 67 on daemon socket pie: 1: __fetched msg: 67 0 0 pie: 1: __sent ack msg: 67 67 0 pie: 1: Daemon waits for command (00.018311) Fetched ack: 67 67 0 (00.018359) Sent msg to daemon 68 0 0 pie: 1: __fetched msg: 68 0 0 (00.018368) Wait for ack 68 on daemon socket pie: 1: __sent ack msg: 68 68 0 pie: 1: Daemon waits for command (00.018388) Fetched ack: 68 68 0 (00.018405) Sent msg to daemon 69 0 0 (00.018409) Wait for ack 69 on daemon socket pie: 1: __fetched msg: 69 0 0 pie: 1: __sent ack msg: 69 69 0 pie: 1: Daemon waits for command (00.018420) Fetched ack: 69 69 0 (00.018424) (00.018427) Dumping core (pid: 46587) (00.018430) ---------------------------------------- (00.018433) Obtaining personality ... (00.018472) Sent msg to daemon 64 0 0 (00.018477) Wait for ack 64 on daemon socket pie: 1: __fetched msg: 64 0 0 pie: 1: __sent ack msg: 64 64 0 pie: 1: Daemon waits for command (00.018606) Fetched ack: 64 64 0 (00.018661) 46587 has 0 sched policy (00.018671) dumping 0 nice for 46587 (00.018675) dumping /proc/46587/loginuid (00.018693) dumping /proc/46587/oom_score_adj (00.018729) Sent msg to daemon 76 0 0 (00.018732) Wait for ack 76 on daemon socket pie: 1: __fetched msg: 76 0 0 pie: 1: __sent ack msg: 76 76 0 pie: 1: Daemon waits for command (00.018841) Fetched ack: 76 76 0 (00.018847) cg: Dumping cgroups for 46587 (00.018926) cg: - New css ID 2
(00.018931) cg: - [blkio] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0] (00.018934) cg: - [cpu,cpuacct] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0]
(00.018937) cg: - [cpuset] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0] (00.018940) cg: - [devices] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0]
(00.018943) cg: - [freezer] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0] (00.018946) cg: - [hugetlb] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0]
(00.018948) cg: - [memory] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0] (00.018951) cg: - [name=systemd] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0]
(00.018954) cg: - [net_cls,net_prio] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0] (00.018957) cg: - [perf_event] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0]
(00.018959) cg: - [pids] -> [/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0] [0] (00.018962) cg: - [rdma] -> [/] [0]
(00.028869) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.028912) cg: Couldn't open /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/blkio.weight. This cgroup property may not exist on this kernel
(00.028952) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.028976) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.029009) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.029034) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.034523) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.034557) cg: Dumping value 1024 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpu.shares
(00.034575) cg: Dumping value 100000 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpu.cfs_period_us
(00.034592) cg: Dumping value -1 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpu.cfs_quota_us
(00.034610) cg: Dumping value 1000000 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpu.rt_period_us
(00.034627) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpu.rt_runtime_us
(00.034650) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.034665) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.034680) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.034696) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.034711) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.034725) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.034737) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.034750) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.041498) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.041553) cg: Dumping value 0-1 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.cpus
(00.041577) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.mems
(00.041597) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.memory_migrate
(00.041614) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.cpu_exclusive
(00.041630) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.mem_exclusive
(00.041646) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.mem_hardwall
(00.041663) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.memory_spread_page
(00.041678) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.memory_spread_slab
(00.041694) cg: Dumping value 1 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.sched_load_balance
(00.041710) cg: Dumping value -1 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cpuset.sched_relax_domain_level
(00.041727) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.041742) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.041755) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.041779) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.048171) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.048218) cg: Dumping value c 1:5 rwm
c 1:3 rwm
c 1:9 rwm
c 1:8 rwm
c 5:0 rwm
c 5:1 rwm
c : m
b : m
c 1:7 rwm
c 136:* rwm
c 5:2 rwm
c 10:200 rwm from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/devices.list
(00.048237) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.048253) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.048267) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.048289) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.058521) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.058569) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.058586) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.058601) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.058615) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.068544) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.068589) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.068607) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.068622) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.068637) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.075518) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.075558) cg: Dumping value 9223372036854771712 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.limit_in_bytes
(00.075577) cg: Dumping value 9223372036854771712 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.memsw.limit_in_bytes
(00.075593) cg: Dumping value 30 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.swappiness
(00.075610) cg: Dumping value 9223372036854771712 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.soft_limit_in_bytes
(00.075648) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.move_charge_at_immigrate
(00.075676) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.oom_control
(00.075694) cg: Dumping value 1 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.use_hierarchy
(00.075719) cg: Dumping value 9223372036854771712 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.kmem.limit_in_bytes
(00.075756) cg: Dumping value 9223372036854771712 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/memory.kmem.tcp.limit_in_bytes
(00.075793) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.075837) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.075860) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.075889) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.082555) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.082591) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.082609) cg: Dumping value 1 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.082632) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.082647) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.094510) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.094549) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/net_cls.classid
(00.094568) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.094585) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.094599) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.094614) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.094633) cg: Dumping value lo 0
ens33 0
virbr0 0
virbr0-nic 0
docker0 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/net_prio.ifpriomap
(00.094647) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.094661) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.094673) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.094685) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.103558) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.103599) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.103617) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.103631) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.103646) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.111512) cg: adding cgroup /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0
(00.111552) cg: Dumping value max from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/pids.max
(00.111570) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.clone_children
(00.111587) cg: Dumping value 0 from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/notify_on_release
(00.111601) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/cgroup.procs
(00.111616) cg: Dumping value from /proc/self/fd/18/docker/04c576d54cdade468215e05c48d7dca0db2392dc81fcbab07f3b7d871623e5f0/tasks
(00.117521) cg: adding cgroup /proc/self/fd/18
(00.117560) cg: Dumping value 0 from /proc/self/fd/18/cgroup.clone_children
(00.117575) cg: Dumping value 0 from /proc/self/fd/18/notify_on_release
(00.117588) cg: Dumping value from /proc/self/fd/18/cgroup.procs
(00.117601) cg: Dumping value from /proc/self/fd/18/tasks
(00.117633) cg: Set 2 is root one
(00.117725) ----------------------------------------
(00.117740) Waiting for 46587 to trap
(00.117766) Daemon 46587 exited trapping
(00.117779) Sent msg to daemon 3 0 0
(00.117787) Force no-breakpoints restore
(00.117799) 46587 was trapped
(00.117803) 46587 (native) is going to execute the syscall 45, required is 15
(00.117814) 46587 was trapped
(00.117816) - Expecting exit (00.117831) 46587 was trapped (00.117834) 46587 (native) is going to execute the syscall 186, required is 15 (00.117841) 46587 was trapped (00.117842) - Expecting exit
(00.117850) 46587 was trapped
(00.117853) 46587 (native) is going to execute the syscall 1, required is 15
pie: 1: __fetched msg: 3 0 0
(00.117861) 46587 was trapped
(00.117863) - Expecting exit (00.117870) 46587 was trapped (00.117873) 46587 (native) is going to execute the syscall 186, required is 15 (00.117879) 46587 was trapped (00.117881) - Expecting exit
(00.117888) 46587 was trapped
(00.117890) 46587 (native) is going to execute the syscall 186, required is 15
(00.117897) 46587 was trapped
(00.117898) - Expecting exit (00.117906) 46587 was trapped (00.117909) 46587 (native) is going to execute the syscall 1, required is 15 pie: 1: 1: new_sp=0xf7d1e004 ip 0xf7e02d0c (00.117916) 46587 was trapped (00.117917) - Expecting exit
(00.117924) 46587 was trapped
(00.117927) 46587 (native) is going to execute the syscall 3, required is 15
(00.117939) 46587 was trapped
(00.117941) - Expecting exit (00.117948) 46587 was trapped (00.117950) 46587 (native) is going to execute the syscall 3, required is 15 (00.117957) 46587 was trapped (00.117959) - Expecting exit
(00.117966) 46587 was trapped
(00.117970) 46587 (compat) is going to execute the syscall 173, required is 173
(00.117980) 46587 was stopped
(00.118071)
(00.118075) Dumping mm (pid: 46587)
(00.118077) ----------------------------------------
(00.118080) 0x8048000-0x8151000 (1060K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1
(00.118083) 0x8151000-0x8152000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x108000 reg fp shmid: 0x1
(00.118086) 0x8152000-0x8157000 (20K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x109000 reg fp shmid: 0x1
(00.118088) 0x8157000-0x815d000 (24K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118090) 0x9933000-0x993e000 (44K) prot 0x3 flags 0x22 fdflags 0 st 0x221 off 0 reg heap ap shmid: 0
(00.118092) 0xf7d24000-0xf7d2f000 (44K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x2
(00.118103) 0xf7d2f000-0xf7d30000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xa000 reg fp shmid: 0x2
(00.118105) 0xf7d30000-0xf7d31000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xb000 reg fp shmid: 0x2
(00.118107) 0xf7d31000-0xf7d3b000 (40K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x3
(00.118109) 0xf7d3b000-0xf7d3c000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x9000 reg fp shmid: 0x3
(00.118111) 0xf7d3c000-0xf7d3d000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xa000 reg fp shmid: 0x3
(00.118113) 0xf7d3d000-0xf7d52000 (84K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x4
(00.118115) 0xf7d52000-0xf7d53000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x15000 reg fp shmid: 0x4
(00.118117) 0xf7d53000-0xf7d54000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x16000 reg fp shmid: 0x4
(00.118119) 0xf7d54000-0xf7d56000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118121) 0xf7d56000-0xf7d5d000 (28K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x5
(00.118123) 0xf7d5d000-0xf7d5e000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp shmid: 0x5
(00.118125) 0xf7d5e000-0xf7d5f000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp shmid: 0x5
(00.118127) 0xf7d5f000-0xf7d60000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118129) 0xf7d60000-0xf7ece000 (1464K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x6
(00.118131) 0xf7ece000-0xf7ed0000 (8K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x16e000 reg fp shmid: 0x6
(00.118133) 0xf7ed0000-0xf7ed1000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x170000 reg fp shmid: 0x6
(00.118135) 0xf7ed1000-0xf7ed4000 (12K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118137) 0xf7ed4000-0xf7ed7000 (12K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x7
(00.118138) 0xf7ed7000-0xf7ed8000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x2000 reg fp shmid: 0x7
(00.118143) 0xf7ed8000-0xf7ed9000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x3000 reg fp shmid: 0x7
(00.118145) 0xf7ed9000-0xf7eda000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118147) 0xf7eda000-0xf7efa000 (128K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x8
(00.118149) 0xf7efa000-0xf7efb000 (4K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x8
(00.118151) 0xf7efb000-0xf7efd000 (8K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x8
(00.118153) 0xf7efd000-0xf7efe000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x22000 reg fp shmid: 0x8
(00.118155) 0xf7efe000-0xf7f22000 (144K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x9
(00.118157) 0xf7f22000-0xf7f23000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x23000 reg fp shmid: 0x9
(00.118159) 0xf7f23000-0xf7f24000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x24000 reg fp shmid: 0x9
(00.118161) 0xf7f2b000-0xf7f2d000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118163) 0xf7f2d000-0xf7f30000 (12K) prot 0x1 flags 0x22 fdflags 0 st 0x1201 off 0 reg vvar ap shmid: 0
(00.118165) 0xf7f30000-0xf7f32000 (8K) prot 0x5 flags 0x22 fdflags 0 st 0x209 off 0 reg vdso ap shmid: 0
(00.118167) 0xf7f32000-0xf7f51000 (124K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0xa
(00.118169) 0xf7f51000-0xf7f52000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1f000 reg fp shmid: 0xa
(00.118170) 0xf7f52000-0xf7f53000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0xa
(00.118172) 0xff864000-0xff885000 (132K) prot 0x3 flags 0x122 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.118175) Obtaining task auvx ...
(00.118378) Dumping path for -3 fd via self 19 [/root/user1]
(00.118413) Dumping path for -3 fd via self 19 [/]
(00.118419) Dumping task cwd id 0xe root id 0xf
(00.118505) ========================================
(00.118507) Dumping task (pid: 46609)
(00.118509) ========================================
(00.118511) Obtaining task stat ...
(00.118537)
(00.118539) Collecting mappings (pid: 46609)
(00.118540) ----------------------------------------
(00.118650) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libresolv-2.21.so]
(00.118670) vma a31000 borrows vfi from previous a1d000
(00.118679) vma a4c000 borrows vfi from previous a31000
(00.118686) vma a4d000 borrows vfi from previous a4c000
(00.118720) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libnss_dns-2.21.so]
(00.118753) vma a65000 borrows vfi from previous a60000
(00.118762) vma a7f000 borrows vfi from previous a65000
(00.118769) vma a80000 borrows vfi from previous a7f000
(00.118794) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libnss_files-2.21.so]
(00.118807) vma a9d000 borrows vfi from previous a91000
(00.118814) vma ab0000 borrows vfi from previous a9d000
(00.118862) vma ab1000 borrows vfi from previous ab0000
(00.118889) Dumping path for -3 fd via self 15 [/lib/powerpc-linux-gnu/libgcc_s.so.1]
(00.118902) vma ad8000 borrows vfi from previous ac2000
(00.118909) vma ae7000 borrows vfi from previous ad8000
(00.118932) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libc-2.21.so]
(00.118944) vma c7d000 borrows vfi from previous af8000
(00.118966) vma c94000 borrows vfi from previous c7d000
(00.118974) vma c98000 borrows vfi from previous c94000
(00.119006) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libpthread-2.21.so]
(00.119017) vma cc9000 borrows vfi from previous cac000
(00.119024) vma cdb000 borrows vfi from previous cc9000
(00.119050) vma cdc000 borrows vfi from previous cdb000
(00.119081) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libm-2.21.so]
(00.119093) vma da3000 borrows vfi from previous cef000
(00.119100) vma dbb000 borrows vfi from previous da3000
(00.119107) vma dbf000 borrows vfi from previous dbb000
(00.119144) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/librt-2.21.so]
(00.119155) vma dd8000 borrows vfi from previous dd0000
(00.119165) vma def000 borrows vfi from previous dd8000
(00.119172) vma df0000 borrows vfi from previous def000
(00.119195) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libnsl-2.21.so]
(00.119207) vma e18000 borrows vfi from previous e01000
(00.119258) vma e30000 borrows vfi from previous e18000
(00.119266) vma e31000 borrows vfi from previous e30000
(00.119299) Dumping path for -3 fd via self 15 [/usr/powerpc-linux-gnu/lib/libgnat-5.so.1]
(00.119311) vma 121d000 borrows vfi from previous e44000
(00.119320) vma 122e000 borrows vfi from previous 121d000
(00.119442) vma 1234000 borrows vfi from previous 122e000
(00.119489) Dumping path for -3 fd via self 15 [/root/FswLib/libfsw.so]
(00.119504) vma 1411000 borrows vfi from previous 1257000
(00.119512) vma 1417000 borrows vfi from previous 1411000
(00.119727) Dumping path for -3 fd via self 15 [/root/FswLib/libfsw.so]
(00.119742) vma fadf000 borrows vfi from previous f936000
(00.119750) vma fae6000 borrows vfi from previous fadf000
(00.119782) Dumping path for -3 fd via self 15 [/root/user1/user1]
(00.119794) vma 108c0000 borrows vfi from previous 10000000
(00.119868) Dumping path for -3 fd via self 15 [/lib/powerpc-linux-gnu/ld-2.19.so]
(00.120002) vma 40833000 borrows vfi from previous 40832000
(00.120037) Dumping path for -3 fd via self 15 [/usr/bin/qemu-ppc]
(00.120050) vma 56807000 borrows vfi from previous 5658a000
(00.120058) vma 56833000 borrows vfi from previous 56807000
(00.120135) Dumping path for -3 fd via self 15 [/tmp/dataDriver]
(00.120269) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libpcre.so.3.13.1]
(00.120284) vma f7bf5000 borrows vfi from previous f7b86000
(00.120292) vma f7bf6000 borrows vfi from previous f7bf5000
(00.120359) vma f7d65000 borrows vfi from previous f7bf7000
(00.120370) vma f7d67000 borrows vfi from previous f7d65000
(00.120404) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libpthread-2.19.so]
(00.120468) vma f7d82000 borrows vfi from previous f7d6b000
(00.120495) vma f7d83000 borrows vfi from previous f7d82000
(00.120544) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libgcc_s.so.1]
(00.120558) vma f7da2000 borrows vfi from previous f7d86000
(00.120582) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libm-2.19.so]
(00.120600) vma f7de6000 borrows vfi from previous f7da3000
(00.120629) vma f7de7000 borrows vfi from previous f7de6000
(00.120663) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/librt-2.19.so]
(00.120674) vma f7df0000 borrows vfi from previous f7de9000
(00.120683) vma f7df1000 borrows vfi from previous f7df0000
(00.120713) Dumping path for -3 fd via self 15 [/lib/i386-linux-gnu/libglib-2.0.so.0.4200.1]
(00.120756) vma f7f18000 borrows vfi from previous f7df2000
(00.120766) vma f7f19000 borrows vfi from previous f7f18000
(00.120816) vma f7f47000 borrows vfi from previous f7f28000
(00.120824) vma f7f48000 borrows vfi from previous f7f47000
(00.120840) Collected, longest area occupies 208487 pages
(00.120842) 0xa1d000-0xa31000 (80K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x10
(00.120844) 0xa31000-0xa4c000 (108K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x14000 reg fp shmid: 0x10
(00.120847) 0xa4c000-0xa4d000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1f000 reg fp shmid: 0x10
(00.120849) 0xa4d000-0xa4e000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x10
(00.120851) 0xa4e000-0xa50000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120853) 0xa60000-0xa65000 (20K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x11
(00.120855) 0xa65000-0xa7f000 (104K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x5000 reg fp shmid: 0x11
(00.120857) 0xa7f000-0xa80000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp shmid: 0x11
(00.120858) 0xa80000-0xa81000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x10000 reg fp shmid: 0x11
(00.120860) 0xa91000-0xa9d000 (48K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x12
(00.120862) 0xa9d000-0xab0000 (76K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xc000 reg fp shmid: 0x12
(00.120867) 0xab0000-0xab1000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp shmid: 0x12
(00.120869) 0xab1000-0xab2000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x10000 reg fp shmid: 0x12
(00.120871) 0xac2000-0xad8000 (88K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x13
(00.120873) 0xad8000-0xae7000 (60K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x16000 reg fp shmid: 0x13
(00.120874) 0xae7000-0xae8000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x15000 reg fp shmid: 0x13
(00.120876) 0xaf8000-0xc7d000 (1556K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x14
(00.120878) 0xc7d000-0xc94000 (92K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x185000 reg fp shmid: 0x14
(00.120880) 0xc94000-0xc98000 (16K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x18c000 reg fp shmid: 0x14
(00.120882) 0xc98000-0xc99000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x190000 reg fp shmid: 0x14
(00.120884) 0xc99000-0xc9c000 (12K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120886) 0xcac000-0xcc9000 (116K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x15
(00.120887) 0xcc9000-0xcdb000 (72K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1d000 reg fp shmid: 0x15
(00.120889) 0xcdb000-0xcdc000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1f000 reg fp shmid: 0x15
(00.120891) 0xcdc000-0xcdd000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x15
(00.120893) 0xcdd000-0xcdf000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120895) 0xcef000-0xda3000 (720K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x16
(00.120897) 0xda3000-0xdbb000 (96K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0xb4000 reg fp shmid: 0x16
(00.120898) 0xdbb000-0xdbf000 (16K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xbc000 reg fp shmid: 0x16
(00.120900) 0xdbf000-0xdc0000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0xc0000 reg fp shmid: 0x16
(00.120902) 0xdd0000-0xdd8000 (32K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x17
(00.120904) 0xdd8000-0xdef000 (92K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x8000 reg fp shmid: 0x17
(00.120906) 0xdef000-0xdf0000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0xf000 reg fp shmid: 0x17
(00.120908) 0xdf0000-0xdf1000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x10000 reg fp shmid: 0x17
(00.120909) 0xe01000-0xe18000 (92K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x18
(00.120911) 0xe18000-0xe30000 (96K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x17000 reg fp shmid: 0x18
(00.120913) 0xe30000-0xe31000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1f000 reg fp shmid: 0x18
(00.120915) 0xe31000-0xe32000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0x18
(00.120917) 0xe32000-0xe34000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120918) 0xe44000-0x121d000 (3940K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x19
(00.120920) 0x121d000-0x122e000 (68K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x3d9000 reg fp shmid: 0x19
(00.120922) 0x122e000-0x1234000 (24K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x3da000 reg fp shmid: 0x19
(00.120924) 0x1234000-0x123d000 (36K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x3e0000 reg fp shmid: 0x19
(00.120926) 0x123d000-0x1247000 (40K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120928) 0x1257000-0x1411000 (1768K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1a
(00.120930) 0x1411000-0x1417000 (24K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1ba000 reg fp shmid: 0x1a
(00.120931) 0x1417000-0x1431000 (104K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1c0000 reg fp shmid: 0x1a
(00.120933) 0x1431000-0xf926000 (234452K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120935) 0xf936000-0xfadf000 (1700K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1b
(00.120937) 0xfadf000-0xfae6000 (28K) prot 0 flags 0x2 fdflags 0 st 0x41 off 0x1a9000 reg fp shmid: 0x1b
(00.120939) 0xfae6000-0xfb47000 (388K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1b0000 reg fp shmid: 0x1b
(00.120942) 0xfb47000-0xfff0000 (4772K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120944) 0x10000000-0x108c0000 (8960K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1c
(00.120946) 0x108c0000-0x108e8000 (160K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x8c0000 reg fp shmid: 0x1c
(00.120948) 0x108e8000-0x11552000 (12712K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120950) 0x40000000-0x40001000 (4K) prot 0 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120951) 0x40001000-0x40801000 (8192K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120953) 0x40801000-0x40823000 (136K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1d
(00.120955) 0x40823000-0x40832000 (60K) prot 0 flags 0x4022 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120957) 0x40832000-0x40833000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x21000 reg fp shmid: 0x1d
(00.120959) 0x40833000-0x40834000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x22000 reg fp shmid: 0x1d
(00.120961) 0x40834000-0x40aa6000 (2504K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120963) 0x5658a000-0x56807000 (2548K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x1e
(00.120964) 0x56807000-0x56833000 (176K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x27c000 reg fp shmid: 0x1e
(00.120966) 0x56833000-0x56846000 (76K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x2a8000 reg fp shmid: 0x1e
(00.120968) 0x56846000-0x56875000 (188K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120970) 0x56875000-0x58876000 (32772K) prot 0x7 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120972) 0x58876000-0x5887f000 (36K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120974) 0x59e1c000-0x59e80000 (400K) prot 0x3 flags 0x22 fdflags 0 st 0x221 off 0 reg heap ap shmid: 0
(00.120976) 0xc4c02000-0xc4c09000 (28K) prot 0x3 flags 0x1 fdflags 02 st 0x81 off 0 reg fs shmid: 0x1f
(00.120978) 0xc4c09000-0xc4cb2000 (676K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120979) 0xc4cb2000-0xc4cb3000 (4K) prot 0 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120981) 0xc4cb3000-0xc4d1e000 (428K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120983) 0xc4d1e000-0xc4d1f000 (4K) prot 0 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120985) 0xc4d1f000-0xf7b86000 (833948K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.120987) 0xf7b86000-0xf7bf5000 (444K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x20
(00.120988) 0xf7bf5000-0xf7bf6000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x6f000 reg fp shmid: 0x20
(00.120990) 0xf7bf6000-0xf7bf7000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x70000 reg fp shmid: 0x20
(00.120992) 0xf7bf7000-0xf7d65000 (1464K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x6
(00.120994) 0xf7d65000-0xf7d67000 (8K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x16e000 reg fp shmid: 0x6
(00.120996) 0xf7d67000-0xf7d68000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x170000 reg fp shmid: 0x6
(00.120998) 0xf7d68000-0xf7d6b000 (12K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.121000) 0xf7d6b000-0xf7d82000 (92K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x21
(00.121001) 0xf7d82000-0xf7d83000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x17000 reg fp shmid: 0x21
(00.121003) 0xf7d83000-0xf7d84000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x18000 reg fp shmid: 0x21
(00.121005) 0xf7d84000-0xf7d86000 (8K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.121007) 0xf7d86000-0xf7da2000 (112K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x22
(00.121009) 0xf7da2000-0xf7da3000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x1b000 reg fp shmid: 0x22
(00.121011) 0xf7da3000-0xf7de6000 (268K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x23
(00.121012) 0xf7de6000-0xf7de7000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x42000 reg fp shmid: 0x23
(00.121015) 0xf7de7000-0xf7de8000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x43000 reg fp shmid: 0x23
(00.121017) 0xf7de8000-0xf7de9000 (4K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.121019) 0xf7de9000-0xf7df0000 (28K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x24
(00.121021) 0xf7df0000-0xf7df1000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x6000 reg fp shmid: 0x24
(00.121023) 0xf7df1000-0xf7df2000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x7000 reg fp shmid: 0x24
(00.121024) 0xf7df2000-0xf7f18000 (1176K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0x25
(00.121026) 0xf7f18000-0xf7f19000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x125000 reg fp shmid: 0x25
(00.121028) 0xf7f19000-0xf7f1a000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x126000 reg fp shmid: 0x25
(00.121030) 0xf7f1d000-0xf7f23000 (24K) prot 0x3 flags 0x22 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.121032) 0xf7f23000-0xf7f26000 (12K) prot 0x1 flags 0x22 fdflags 0 st 0x1201 off 0 reg vvar ap shmid: 0
(00.121034) 0xf7f26000-0xf7f28000 (8K) prot 0x5 flags 0x22 fdflags 0 st 0x209 off 0 reg vdso ap shmid: 0
(00.121036) 0xf7f28000-0xf7f47000 (124K) prot 0x5 flags 0x2 fdflags 0 st 0x41 off 0 reg fp shmid: 0xa
(00.121038) 0xf7f47000-0xf7f48000 (4K) prot 0x1 flags 0x2 fdflags 0 st 0x41 off 0x1f000 reg fp shmid: 0xa
(00.121039) 0xf7f48000-0xf7f49000 (4K) prot 0x3 flags 0x2 fdflags 0 st 0x41 off 0x20000 reg fp shmid: 0xa
(00.121041) 0xff90b000-0xff92c000 (132K) prot 0x3 flags 0x122 fdflags 0 st 0x201 off 0 reg ap shmid: 0
(00.121043) ----------------------------------------
(00.121045)
(00.121047) Collecting fds (pid: 46609)
(00.121048) ----------------------------------------
(00.121131) Found 42 file descriptors
(00.121134) ----------------------------------------
(00.121159) Dump private signals of 46609
(00.121170) Dump private signals of 46615
(00.121177) Dump shared signals of 46609
(00.121193) Parasite syscall_ip at 0xa1d000
(00.121388) Set up parasite blob using memfd
(00.121398) Putting parasite blob into 0x7f616f497000->0xc4786000
(00.121515) Dumping general registers for 46609 in compat mode
(00.121521) Dumping GP/FPU registers for 46609
(00.121535) x86: xsave runtime structure
(00.121537) x86: -----------------------
(00.121539) x86: cwd:0x37f swd:0 twd:0 fop:0 mxcsr:0x1f80 mxcsr_mask:0xffff
(00.121541) x86: magic1:0x46505853 extended_size:836 xstate_bv:0x7 xstate_size:832
(00.121543) x86: xstate_bv: 0x7
(00.121544) x86: -----------------------
(00.121546) Putting tsock into pid 46609
(00.121600) Wait for parasite being daemonized...
(00.121603) Wait for ack 2 on daemon socket
pie: 6: Running daemon thread leader
pie: 6: __sent ack msg: 2 2 0
pie: 6: Daemon waits for command
(00.121625) Fetched ack: 2 2 0
(00.121627) Parasite 46609 has been switched to daemon mode
(00.121630) vdso: Don't check vdso for compat task
(00.121635) Sent msg to daemon 74 0 0
(00.121636) Wait for ack 74 on daemon socket
pie: 6: __fetched msg: 74 0 0
pie: 6: __sent ack msg: 74 74 0
pie: 6: Daemon waits for command
(00.121651) Fetched ack: 74 74 0
(00.121655) Sent msg to daemon 74 0 0
(00.121657) Wait for ack 74 on daemon socket
pie: 6: __fetched msg: 74 0 0
pie: 6: __sent ack msg: 74 74 0
pie: 6: Daemon waits for command
(00.121677) Fetched ack: 74 74 0
(00.121682) Sent msg to daemon 70 0 0
(00.121685) Wait for ack 70 on daemon socket
pie: 6: __fetched msg: 70 0 0
pie: 6: __sent ack msg: 70 70 0
pie: 6: Daemon waits for command
(00.121711) Fetched ack: 70 70 0
(00.121714) sid=1 pgid=1 pid=6
(00.121754)
(00.121757) Dumping opened files (pid: 46609)
(00.121759) ----------------------------------------
(00.121766) Sent msg to daemon 71 0 0
pie: 6: __fetched msg: 71 0 0
pie: 6: __sent ack msg: 71 71 0
pie: 6: Daemon waits for command
(00.121912) Wait for ack 71 on daemon socket
(00.121918) Fetched ack: 71 71 0
(00.121942) 46609 fdinfo 0: pos: 0 flags: 100002/0
(00.121993) 46609 fdinfo 1: pos: 0 flags: 100002/0
(00.122018) 46609 fdinfo 2: pos: 0 flags: 100002/0
(00.122035) 46609 fdinfo 3: pos: 0 flags: 4002/0
(00.122043) sockets: Searching for socket 0x5063aae family 2
(00.122067) sockets: No filter for socket
(00.122069) inet: Dumping inet socket at 3
(00.122072) inet: Dumping: ino 0x5063aae family AF_INET type SOCK_STREAM port 5000 state TCP_LISTEN src_addr 0.0.0.0
(00.122077) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5000 state 0 src_addr 0.0.0.0
(00.122106) 46609 fdinfo 4: pos: 0 flags: 4002/0
(00.122112) sockets: Searching for socket 0x5063ab4 family 2
(00.122115) inet: Skipping in-flight connection (l) for 5063ab4
(00.122128) sockets: No filter for socket
(00.122130) inet: Dumping inet socket at 4
(00.122132) inet: Dumping: ino 0x5063ab4 family AF_INET type SOCK_STREAM port 5003 state TCP_LISTEN src_addr 0.0.0.0
(00.122136) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5003 state 0 src_addr 0.0.0.0
(00.122160) 46609 fdinfo 5: pos: 0 flags: 100001/0
(00.122181) Dumping path for 5 fd via self 25 [/root/ssr.bin]
(00.122215) 46609 fdinfo 6: pos: 0 flags: 100000/0
(00.122230) Dumping path for 6 fd via self 26 [/root/ssr.bin]
(00.122253) 46609 fdinfo 7: pos: 0 flags: 4002/0
(00.122267) sockets: Searching for socket 0x5063ab5 family 2
(00.122285) sockets: No filter for socket
(00.122287) inet: Dumping inet socket at 7
(00.122290) inet: Dumping: ino 0x5063ab5 family AF_INET type SOCK_DGRAM port 8560 state TCP_CLOSE src_addr 0.0.0.0
(00.122293) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8560 state 0 src_addr 0.0.0.0
(00.122315) 46609 fdinfo 8: pos: 0 flags: 2/0
(00.122321) sockets: Searching for socket 0x5063ab6 family 2
(00.122352) sockets: No filter for socket
(00.122357) inet: Dumping inet socket at 8
(00.122359) inet: Dumping: ino 0x5063ab6 family AF_INET type SOCK_DGRAM port 0 state TCP_CLOSE src_addr 0.0.0.0
(00.122362) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 0 state 0 src_addr 0.0.0.0
(00.122382) 46609 fdinfo 9: pos: 0 flags: 2/0
(00.122388) sockets: Searching for socket 0x5063ab7 family 2
(00.122401) sockets: No filter for socket
(00.122402) inet: Dumping inet socket at 9
(00.122404) inet: Dumping: ino 0x5063ab7 family AF_INET type SOCK_DGRAM port 33623 state TCP_CLOSE src_addr 0.0.0.0
(00.122407) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 33623 state 0 src_addr 0.0.0.0
(00.122420) 46609 fdinfo 10: pos: 0 flags: 2/0
(00.122425) sockets: Searching for socket 0x5063ab8 family 2
(00.122439) sockets: No filter for socket
(00.122440) inet: Dumping inet socket at 10
(00.122442) inet: Dumping: ino 0x5063ab8 family AF_INET type SOCK_DGRAM port 60307 state TCP_CLOSE src_addr 0.0.0.0
(00.122444) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 60307 state 0 src_addr 0.0.0.0
(00.122457) 46609 fdinfo 11: pos: 0 flags: 2/0
(00.122463) sockets: Searching for socket 0x5063ab9 family 2
(00.122481) sockets: No filter for socket
(00.122482) inet: Dumping inet socket at 11
(00.122484) inet: Dumping: ino 0x5063ab9 family AF_INET type SOCK_DGRAM port 0 state TCP_CLOSE src_addr 0.0.0.0
(00.122486) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 0 state 0 src_addr 0.0.0.0
(00.122499) 46609 fdinfo 12: pos: 0 flags: 2/0
(00.122504) sockets: Searching for socket 0x5063aba family 2
(00.122523) sockets: No filter for socket
(00.122530) inet: Dumping inet socket at 12
(00.122534) inet: Dumping: ino 0x5063aba family AF_INET type SOCK_DGRAM port 0 state TCP_CLOSE src_addr 0.0.0.0
(00.122539) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 0 state 0 src_addr 0.0.0.0
(00.122562) 46609 fdinfo 13: pos: 0 flags: 2/0
(00.122571) sockets: Searching for socket 0x5063abb family 2
(00.122596) sockets: No filter for socket
(00.122604) inet: Dumping inet socket at 13
(00.122608) inet: Dumping: ino 0x5063abb family AF_INET type SOCK_DGRAM port 0 state TCP_CLOSE src_addr 0.0.0.0
(00.122612) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 0 state 0 src_addr 0.0.0.0
(00.122634) 46609 fdinfo 14: pos: 0 flags: 2/0
(00.122641) sockets: Searching for socket 0x5063abc family 2
(00.122660) sockets: No filter for socket
(00.122662) inet: Dumping inet socket at 14
(00.122663) inet: Dumping: ino 0x5063abc family AF_INET type SOCK_DGRAM port 0 state TCP_CLOSE src_addr 0.0.0.0
(00.122666) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 0 state 0 src_addr 0.0.0.0
(00.122679) 46609 fdinfo 15: pos: 0 flags: 4002/0
(00.122684) sockets: Searching for socket 0x5063abd family 2
(00.122697) sockets: No filter for socket
(00.122699) inet: Dumping inet socket at 15
(00.122701) inet: Dumping: ino 0x5063abd family AF_INET type SOCK_DGRAM port 8540 state TCP_CLOSE src_addr 0.0.0.0
(00.122703) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8540 state 0 src_addr 0.0.0.0
(00.122716) 46609 fdinfo 16: pos: 0 flags: 2/0
(00.122721) sockets: Searching for socket 0x5063abe family 2
(00.122734) sockets: No filter for socket
(00.122736) inet: Dumping inet socket at 16
(00.122737) inet: Dumping: ino 0x5063abe family AF_INET type SOCK_DGRAM port 58421 state TCP_CLOSE src_addr 0.0.0.0
(00.122740) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 58421 state 0 src_addr 0.0.0.0
(00.122752) 46609 fdinfo 17: pos: 0 flags: 2/0
(00.122757) sockets: Searching for socket 0x5063abf family 2
(00.122770) sockets: No filter for socket
(00.122771) inet: Dumping inet socket at 17
(00.122773) inet: Dumping: ino 0x5063abf family AF_INET type SOCK_DGRAM port 58498 state TCP_CLOSE src_addr 0.0.0.0
(00.122775) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 58498 state 0 src_addr 0.0.0.0
(00.122787) 46609 fdinfo 18: pos: 0 flags: 4002/0
(00.122792) sockets: Searching for socket 0x5063ac0 family 2
(00.122805) sockets: No filter for socket
(00.122807) inet: Dumping inet socket at 18
(00.122808) inet: Dumping: ino 0x5063ac0 family AF_INET type SOCK_DGRAM port 8582 state TCP_CLOSE src_addr 0.0.0.0
(00.122811) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8582 state 0 src_addr 0.0.0.0
(00.122826) 46609 fdinfo 19: pos: 0 flags: 100001/0
(00.122838) Dumping path for 19 fd via self 39 [/root/user1/atms.dat]
(00.122867) 46609 fdinfo 20: pos: 0 flags: 4002/0
(00.122872) sockets: Searching for socket 0x5063ac2 family 2
(00.122886) sockets: No filter for socket
(00.122888) inet: Dumping inet socket at 20
(00.122890) inet: Dumping: ino 0x5063ac2 family AF_INET type SOCK_DGRAM port 8581 state TCP_CLOSE src_addr 0.0.0.0
(00.122894) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8581 state 0 src_addr 0.0.0.0
(00.122918) 46609 fdinfo 21: pos: 0 flags: 100001/0
(00.122935) Dumping path for 21 fd via self 41 [/root/user1/ceres.dat]
(00.122962) 46609 fdinfo 22: pos: 0 flags: 4002/0
(00.122976) sockets: Searching for socket 0x5063ac4 family 2
(00.123002) sockets: No filter for socket
(00.123004) inet: Dumping inet socket at 22
(00.123009) inet: Dumping: ino 0x5063ac4 family AF_INET type SOCK_DGRAM port 8583 state TCP_CLOSE src_addr 0.0.0.0
(00.123018) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8583 state 0 src_addr 0.0.0.0
(00.123045) 46609 fdinfo 23: pos: 0 flags: 100001/0
(00.123057) Dumping path for 23 fd via self 43 [/root/user1/cris.dat]
(00.123073) 46609 fdinfo 24: pos: 0 flags: 4002/0
(00.123078) sockets: Searching for socket 0x5063ac6 family 2
(00.123092) sockets: No filter for socket
(00.123093) inet: Dumping inet socket at 24
(00.123095) inet: Dumping: ino 0x5063ac6 family AF_INET type SOCK_DGRAM port 8580 state TCP_CLOSE src_addr 0.0.0.0
(00.123098) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8580 state 0 src_addr 0.0.0.0
(00.123112) 46609 fdinfo 25: pos: 0 flags: 100001/0
(00.123121) Dumping path for 25 fd via self 45 [/root/user1/instr1.dat]
(00.123134) 46609 fdinfo 26: pos: 0 flags: 4002/0
(00.123140) sockets: Searching for socket 0x5063ac8 family 2
(00.123153) sockets: No filter for socket
(00.123154) inet: Dumping inet socket at 26
(00.123159) inet: Dumping: ino 0x5063ac8 family AF_INET type SOCK_DGRAM port 8584 state TCP_CLOSE src_addr 0.0.0.0
(00.123161) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 8584 state 0 src_addr 0.0.0.0
(00.123175) 46609 fdinfo 27: pos: 0 flags: 100001/0
(00.123198) Dumping path for 27 fd via self 47 [/root/user1/instr2.dat]
(00.123225) 46609 fdinfo 28: pos: 0 flags: 2/0
(00.123234) sockets: Searching for socket 0x5063aca family 2
(00.123273) sockets: No filter for socket
(00.123277) inet: Dumping inet socket at 28
(00.123281) inet: Dumping: ino 0x5063aca family AF_INET type SOCK_DGRAM port 0 state TCP_CLOSE src_addr 0.0.0.0
(00.123288) inet: Dumped: family AF_INET type SOCK_DGRAM proto IPPROTO_UDP port 0 state 0 src_addr 0.0.0.0
(00.123322) 46609 fdinfo 29: pos: 0 flags: 4002/0
(00.123354) sockets: Searching for socket 0x5063acb family 2
(00.123385) sockets: No filter for socket
(00.123393) inet: Dumping inet socket at 29
(00.123400) inet: Dumping: ino 0x5063acb family AF_INET type SOCK_STREAM port 5998 state TCP_LISTEN src_addr 0.0.0.0
(00.123409) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5998 state 0 src_addr 0.0.0.0
(00.123447) 46609 fdinfo 30: pos: 0 flags: 4002/0
(00.123454) sockets: Searching for socket 0x5063acc family 2
(00.123468) sockets: No filter for socket
(00.123470) inet: Dumping inet socket at 30
(00.123471) inet: Dumping: ino 0x5063acc family AF_INET type SOCK_STREAM port 5997 state TCP_LISTEN src_addr 0.0.0.0
(00.123474) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5997 state 0 src_addr 0.0.0.0
(00.123490) 46609 fdinfo 31: pos: 0 flags: 100002/0
(00.123502) Dumping path for 31 fd via self 51 [/tmp/dataDriver]
(00.123517) 46609 fdinfo 32: pos: 0 flags: 100002/0
(00.123527) Dumping path for 32 fd via self 52 [/tmp/dataDriver]
(00.123540) 46609 fdinfo 33: pos: 0 flags: 4002/0
(00.123545) sockets: Searching for socket 0x5063ad0 family 2
(00.123559) sockets: No filter for socket
(00.123561) inet: Dumping inet socket at 33
(00.123563) inet: Dumping: ino 0x5063ad0 family AF_INET type SOCK_STREAM port 5002 state TCP_LISTEN src_addr 0.0.0.0
(00.123565) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5002 state 0 src_addr 0.0.0.0
(00.123591) 46609 fdinfo 34: pos: 0 flags: 4002/0
(00.123598) sockets: Searching for socket 0x5063ad3 family 2
(00.123612) sockets: No filter for socket
(00.123614) inet: Dumping inet socket at 34
(00.123617) inet: Dumping: ino 0x5063ad3 family AF_INET type SOCK_STREAM port 10001 state TCP_LISTEN src_addr 0.0.0.0
(00.123621) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 10001 state 0 src_addr 0.0.0.0
(00.123644) 46609 fdinfo 35: pos: 0 flags: 4002/0
(00.123653) sockets: Searching for socket 0x5063289 family 2
(00.123670) sockets: No filter for socket
(00.123672) inet: Dumping inet socket at 35
(00.123674) inet: Dumping: ino 0x5063289 family AF_INET type SOCK_STREAM port 10002 state TCP_LISTEN src_addr 0.0.0.0
(00.123676) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 10002 state 0 src_addr 0.0.0.0
(00.123692) 46609 fdinfo 36: pos: 0 flags: 4002/0
(00.123698) sockets: Searching for socket 0x506328d family 2
(00.123711) sockets: No filter for socket
(00.123712) inet: Dumping inet socket at 36
(00.123714) inet: Dumping: ino 0x506328d family AF_INET type SOCK_STREAM port 10003 state TCP_LISTEN src_addr 0.0.0.0
(00.123716) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 10003 state 0 src_addr 0.0.0.0
(00.123736) 46609 fdinfo 37: pos: 0 flags: 4002/0
(00.123744) sockets: Searching for socket 0x5063293 family 2
(00.123764) sockets: No filter for socket
(00.123772) inet: Dumping inet socket at 37
(00.123775) inet: Dumping: ino 0x5063293 family AF_INET type SOCK_STREAM port 10004 state TCP_LISTEN src_addr 0.0.0.0
(00.123781) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 10004 state 0 src_addr 0.0.0.0
(00.123814) 46609 fdinfo 38: pos: 0 flags: 4002/0
(00.123831) sockets: Searching for socket 0x5063299 family 2
(00.123852) sockets: No filter for socket
(00.123855) inet: Dumping inet socket at 38
(00.123858) inet: Dumping: ino 0x5063299 family AF_INET type SOCK_STREAM port 5005 state TCP_LISTEN src_addr 0.0.0.0
(00.123861) inet: Dumped: family AF_INET type SOCK_STREAM proto IPPROTO_TCP port 5005 state 0 src_addr 0.0.0.0
(00.123893) 46609 fdinfo 39: pos: 0 flags: 2/0
(00.123903) sockets: Searching for socket 0x506e737 family 2
(00.123906) Error (criu/sk-inet.c:199): inet: Connected TCP socket, consider using --tcp-established option.
(00.123947) ----------------------------------------
(00.123975) Error (criu/cr-dump.c:1344): Dump files (pid: 46609) failed with -1
(00.124019) Waiting for 46609 to trapzl
(00.124039) Daemon 46609 exited trapping
(00.124047) Sent msg to daemon 3 0 0
(00.124054) Force no-breakpoints restore
(00.124064) 46609 was trapped
(00.124067) 46609 (native) is going to execute the syscall 45, required is 15
(00.124077) 46609 was trapped
(00.124078) - Expecting exit (00.124086) 46609 was trapped (00.124088) 46609 (native) is going to execute the syscall 186, required is 15 (00.124095) 46609 was trapped (00.124097) - Expecting exit
(00.124104) 46609 was trapped
(00.124107) 46609 (native) is going to execute the syscall 1, required is 15
pie: 6: __fetched msg: 3 0 0
(00.124115) 46609 was trapped
(00.124116) - Expecting exit (00.124127) 46609 was trapped (00.124130) 46609 (native) is going to execute the syscall 186, required is 15 (00.124137) 46609 was trapped (00.124138) - Expecting exit
(00.124145) 46609 was trapped
(00.124148) 46609 (native) is going to execute the syscall 186, required is 15
(00.124154) 46609 was trapped
(00.124156) - Expecting exit (00.124163) 46609 was trapped (00.124165) 46609 (native) is going to execute the syscall 1, required is 15 pie: 6: 6: new_sp=0xc4bf8004 ip 0x565c278f (00.124176) 46609 was trapped (00.124177) - Expecting exit
(00.124184) 46609 was trapped
(00.124187) 46609 (native) is going to execute the syscall 3, required is 15
(00.124197) 46609 was trapped
(00.124199) - Expecting exit (00.124206) 46609 was trapped (00.124208) 46609 (native) is going to execute the syscall 3, required is 15 (00.124215) 46609 was trapped (00.124216) - Expecting exit
(00.124224) 46609 was trapped
(00.124226) 46609 (compat) is going to execute the syscall 173, required is 173
(00.124236) 46609 was stopped
(00.124371) Unlock network
(00.124402) Unfreezing tasks into 1
(00.124404) Unseizing 46587 into 1
(00.124410) Unseizing 46609 into 1
(00.124434) Error (criu/cr-dump.c:1742): Dumping FAILED.

@adrianreber
Copy link
Member

Using --export Podman should also support as many checkpoints as you need.

I still suspect that runc is somehow too old, because /etc/criu/runc.conf should work (opencontainers/runc@e157963)

It is also strange that you get Will skip in-flight TCP connections, can you show us your configuration file?

The $HOME message should not be a problem.

@bhill29
Copy link
Author

bhill29 commented Jun 24, 2020

Is that a new feature? I was taking that from this post containers/podman#2191 (comment)

My runc.conf looks like:
tcp-established
skip-in-flight

I tried it without the "skip-in-flight" option originally and it still was failing.

@adrianreber
Copy link
Member

Is that a new feature? I was taking that from this post containers/libpod#2191 (comment)

It works differently, but you can create as many checkpoints as you want if you are using --export.

My runc.conf looks like:
tcp-established
skip-in-flight

I tried it without the "skip-in-flight" option originally and it still was failing.

Seeing "Will skip in-flight TCP connections" means that some configuration file is picked up. The difference is, that tcp-established is handled by runc and as default it is set to false. You should remove all CRIU configuration files except /etc/criu/runc.conf and then we need to figure out why it is not being used.

@bhill29
Copy link
Author

bhill29 commented Jun 25, 2020

The only other configuration file in that directory is "default.conf" and I put the same two items in it because I wasn't sure which would get used. I'll try removing it.

@bhill29
Copy link
Author

bhill29 commented Jun 25, 2020

OK, I removed default.conf and now it doesn't show that it loaded any config files at the top of the log file. So, I am thinking that criu was loading default.conf, ignoring the tcp-established option as it doesn't pertain to it and only using the skip-in-flight configuration. So the main issue, maybe the only issue, is that runc is not seeing that config file and not setting the tcp-established option?

Start of the log file:
(00.000000) Unable to get $HOME directory, local configuration file will not be used.(00.000041) Warn (criu/log.c:203): The early log isn't empty
(00.000052) Version: 3.12 (gitid 0)
(00.000056) Running on <> Linux 4.18.0-147.8.1.el8_1.x86_64 #1 SMP Thu Apr 9 13:49:54 UTC 2020 x86_64
(00.000078) Loaded kdat cache from /run/criu/criu.kdat
(00.000123) ========================================
(00.000127) Dumping processes (pid: 70274)
(00.000129) ========================================

@adrianreber
Copy link
Member

Can you try it with Podman, because that is known to work.

@bhill29
Copy link
Author

bhill29 commented Jun 25, 2020

That will take a bit to get to. My application and commands are all set up to work with Docker syntax and I've found podman syntax doesn't always line up exactly like it claims it will.

It seems to me there should be another way to force runc to use the tcp-established option. It seems it should be relatively simple

@adrianreber
Copy link
Member

It seems to me there should be another way to force runc to use the tcp-established option. It seems it should be relatively simple

Yes. I mention multiple times that I assume that your runc used by docker is too old. Can you check which runc docker uses and which version it has. There are probably multiple runc binaries installed on your system.

@bhill29
Copy link
Author

bhill29 commented Jul 15, 2020

Well, sorry for the long delay. We didn't find any other runc's installed on the machine. We were however, able to find and install runc version 1.0.1-dev and that fixed the issue. Apparently 1.0.0-rc8-dev has some sort of issue.

@adrianreber
Copy link
Member

Perfect. Closing.

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

2 participants