[CRIU] Error dumping Android emulator: Name resolved on unconnected socker

Julian Andres Klode jak at jak-linux.org
Thu Sep 24 10:48:14 PDT 2015


On Thu, Sep 24, 2015 at 07:32:13PM +0300, Pavel Emelyanov wrote:
> On 09/24/2015 07:11 PM, Julian Andres Klode wrote:
> > On Thu, Sep 24, 2015 at 06:10:09PM +0200, Julian Andres Klode wrote:
> >> On Thu, Sep 24, 2015 at 07:06:42PM +0300, Pavel Emelyanov wrote:
> >>> On 09/24/2015 05:08 PM, Julian Andres Klode wrote:
> >>>> Hi,
> >>>>
> >>>> while dumping an Android emulator, I always receive the following
> >>>> errors:
> >>>>
> >>>> (00.014220) Error (sk-inet.c:188): Name resolved on unconnected socket
> >>>
> >>> Oh! Do you receive it every single time you try to dump? Or just quite often?
> >>> And which version of criu do you use?
> >>
> >> Always. Which I suppose is great because every other instance I've read
> >> of before was supposedly a race.
> >>
> >>>
> >>>> I am attaching
> >>>> * the log file (dump.log)
> >>>> * the lsof output of the to be dumped process (lsof.log)
> >>>> * the ss -f output (ss-f.log)
> >>>
> >>> No attachments in the e-mail :\
> >>
> >> Sorry, attached now.
> >>
> > 
> > Sorry again, now!
> > 
> 
> OK, so here's the suspicious thing we have in lsof.log:
> 
>   emulator6 14064  jak    9u  sock    0,8       0t0  237290 can't identify protocol
> 
> It might be not a protocol we support. Can you decode the sk-inet.img file with crit
> tool and find this socket there? Or send one here, I'll decode it myself.
> 
> (And yes, we should check for protocol earlier, I'll send a patch).

I applied the patches that checks for a protocol earlier, but this did not change
anything. I started a new process, the socket is now 8.

I attached a lsof, the crit show of inetsk.img, and the dump log of
a criu that is patched with my work around and your two patches, so you'll
see what happens if you force it to dump the socket.

It seems to be a pure TCP socket.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Be friendly, do not top-post, and follow RFC 1855 "Netiquette".
    - If you don't I might ignore you.
-------------- next part --------------
(00.000152) Probing sock diag modules
(00.000213) Done probing
(00.000219) ========================================
(00.000222) Dumping processes (pid: 9245)
(00.000225) ========================================
(00.000268) Found anon-shmem device at 5
(00.000284) Reset 9301's dirty tracking
(00.000330)  ... done
(00.000354) Dirty track supported on kernel
(00.000412) Found task size of 7ffffffff000
(00.000426) irmap: Searching irmap cache in work dir
(00.000437) No irmap-cache image
(00.000443) irmap: Searching irmap cache in parent
(00.000448) irmap: No irmap cache
(00.000454) cpu: fpu:1 fxsr:1 xsave:1
(00.000552) vdso: Parsing at 7ffc37b8a000 7ffc37b8c000
(00.000558) vdso: PT_LOAD p_vaddr: 0
(00.000561) vdso: DT_HASH: 0x120
(00.000564) vdso: DT_STRTAB: 0x268
(00.000567) vdso: DT_SYMTAB: 0x160
(00.000569) vdso: DT_STRSZ: 94
(00.000572) vdso: DT_SYMENT: 24
(00.000575) vdso: nbucket 3 nchain 11 bucket 0x7ffc37b8a128 chain 0x7ffc37b8a134
(00.000580) vdso: rt [vdso] 7ffc37b8a000-7ffc37b8c000 [vvar] 7ffc37b88000-7ffc37b8a000
(00.000636) Writing image inventory (version 1)
(00.000669) Add pid ns 1 pid 9301
(00.000678) Add net ns 2 pid 9301
(00.000686) Add ipc ns 3 pid 9301
(00.000693) Add uts ns 4 pid 9301
(00.000700) Add mnt ns 5 pid 9301
(00.000707) Add user ns 6 pid 9301
(00.000711) cg: Dumping cgroups for 9301
(00.000745) cg:  `- New css ID 1
(00.000751) cg:     `- [blkio] -> [/]
(00.000753) cg:     `- [cpu,cpuacct] -> [/]
(00.000756) cg:     `- [cpuset] -> [/]
(00.000758) cg:     `- [devices] -> [/user.slice]
(00.000760) cg:     `- [freezer] -> [/]
(00.000762) cg:     `- [name=systemd] -> [/user.slice/user-1000.slice/session-18.scope]
(00.000765) cg:     `- [net_cls,net_prio] -> [/]
(00.000767) cg:     `- [perf_event] -> [/]
(00.000769) cg: Set 1 is criu one
(00.000868) Seized task 9245, state 1
(00.000904) Collected 9245 in 1 state
(00.000930) Lock network
(00.000995) 	type sysfs source sysfs mnt_id 16 s_dev 0x10 / @ ./sys flags 0x30000e options 
(00.001009) 	type proc source proc mnt_id 17 s_dev 0x4 / @ ./proc flags 0x30000e options 
(00.001046) 	type devtmpfs source devtmpfs mnt_id 18 s_dev 0x6 / @ ./dev flags 0x1100000 options size=3990664k,nr_inodes=997666,mode=755
(00.001058) 	type securityfs source securityfs mnt_id 19 s_dev 0x11 / @ ./sys/kernel/security flags 0x30000e options 
(00.001068) 	type tmpfs source tmpfs mnt_id 20 s_dev 0x12 / @ ./dev/shm flags 0x1100000 options 
(00.001080) 	type devpts source devpts mnt_id 21 s_dev 0xd / @ ./dev/pts flags 0x30000a options gid=5,mode=620,ptmxmode=000
(00.001099) 	type tmpfs source tmpfs mnt_id 22 s_dev 0x13 / @ ./run flags 0x1100000 options mode=755
(00.001111) 	type tmpfs source tmpfs mnt_id 23 s_dev 0x14 / @ ./run/lock flags 0x30000e options size=5120k
(00.001131) 	type tmpfs source tmpfs mnt_id 24 s_dev 0x15 / @ ./sys/fs/cgroup flags 0x1100001 options mode=755
(00.001142) 	type cgroup source cgroup mnt_id 25 s_dev 0x16 / @ ./sys/fs/cgroup/systemd flags 0x30000e options xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
(00.001151) 	type pstore source pstore mnt_id 26 s_dev 0x17 / @ ./sys/fs/pstore flags 0x30000e options 
(00.001192) 	type efivarfs source efivarfs mnt_id 27 s_dev 0x18 / @ ./sys/firmware/efi/efivars flags 0x300000 options 
(00.001204) 	type cgroup source cgroup mnt_id 28 s_dev 0x19 / @ ./sys/fs/cgroup/cpu,cpuacct flags 0x30000e options cpu,cpuacct
(00.001213) 	type cgroup source cgroup mnt_id 29 s_dev 0x1a / @ ./sys/fs/cgroup/cpuset flags 0x30000e options cpuset
(00.001223) 	type cgroup source cgroup mnt_id 30 s_dev 0x1b / @ ./sys/fs/cgroup/net_cls,net_prio flags 0x30000e options net_cls,net_prio
(00.001233) 	type cgroup source cgroup mnt_id 31 s_dev 0x1c / @ ./sys/fs/cgroup/perf_event flags 0x30000e options perf_event
(00.001245) 	type cgroup source cgroup mnt_id 32 s_dev 0x1d / @ ./sys/fs/cgroup/blkio flags 0x30000e options blkio
(00.001255) 	type cgroup source cgroup mnt_id 33 s_dev 0x1e / @ ./sys/fs/cgroup/freezer flags 0x30000e options freezer
(00.001264) 	type cgroup source cgroup mnt_id 34 s_dev 0x1f / @ ./sys/fs/cgroup/devices flags 0x30000e options devices
(00.001290) 	type ext4 source /dev/sdb2 mnt_id 35 s_dev 0x800012 / @ ./ flags 0x100400 options errors=remount-ro,commit=600,data=ordered
(00.001300) 	type mqueue source mqueue mnt_id 36 s_dev 0xf / @ ./dev/mqueue flags 0x300000 options 
(00.001353) 	type hugetlbfs source hugetlbfs mnt_id 37 s_dev 0x20 / @ ./dev/hugepages flags 0x300000 options 
(00.001363) 	type debugfs source debugfs mnt_id 38 s_dev 0x7 / @ ./sys/kernel/debug flags 0x300000 options 
(00.001371) 	type tmpfs source tmpfs mnt_id 39 s_dev 0x21 / @ ./tmp flags 0x1100000 options 
(00.001381) 	type autofs source systemd-1 mnt_id 40 s_dev 0x22 / @ ./proc/sys/fs/binfmt_misc flags 0x300000 options fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
(00.001393) 	type tmpfs source tmpfs mnt_id 41 s_dev 0x23 / @ ./var/lib/sudo flags 0x300000 options mode=700
(00.001401) 	type tmpfs source tmpfs mnt_id 42 s_dev 0x24 / @ ./var/lib/schroot/union/overlay flags 0x300000 options 
(00.001411) 	type ext4 source /dev/sdb3 mnt_id 45 s_dev 0x800013 / @ ./home flags 0x100400 options commit=600,data=ordered
(00.001421) 	type tmpfs source tmpfs mnt_id 46 s_dev 0x26 / @ ./home/temp flags 0x300000 options mode=700,uid=1001,gid=1001
(00.001432) 	type vfat source /dev/sdb1 mnt_id 47 s_dev 0x800011 / @ ./boot/efi flags 0x300000 options fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro
(00.001440) 	type binfmt_misc source binfmt_misc mnt_id 170 s_dev 0x2a / @ ./proc/sys/fs/binfmt_misc flags 0x300000 options 
(00.001448) 	type ext4 source /dev/sda2 mnt_id 174 s_dev 0x800002 / @ ./media/jak/SecondHome flags 0x300006 options data=ordered
(00.001472) 	type fusectl source fusectl mnt_id 355 s_dev 0x2f / @ ./sys/fs/fuse/connections flags 0x300000 options 
(00.001481) 	type tracefs source tracefs mnt_id 128 s_dev 0x9 / @ ./sys/kernel/debug/tracing flags 0x300000 options 
(00.001494) 	type tmpfs source tmpfs mnt_id 351 s_dev 0x2d / @ ./run/user/1000 flags 0x300006 options size=799332k,mode=700,uid=1000,gid=1000
(00.001506) 	type ecryptfs source /home/jak/.Private mnt_id 364 s_dev 0x2e / @ ./home/jak/Private flags 0x300006 options ecryptfs_fnek_sig=daa797c30e542ac7,ecryptfs_sig=82237337a0f57ca0,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs
(00.001515) 	type fuse source gvfsd-fuse mnt_id 139 s_dev 0x29 / @ ./run/user/1000/gvfs flags 0x300006 options user_id=1000,group_id=1000
(00.001527) Building mountpoints tree
(00.001531) 	Building plain mount tree
(00.001533) 		Working on 139->351
(00.001536) 		Working on 364->45
(00.001539) 		Working on 351->22
(00.001542) 		Working on 128->38
(00.001544) 		Working on 355->16
(00.001547) 		Working on 174->35
(00.001549) 		Working on 170->40
(00.001552) 		Working on 47->35
(00.001554) 		Working on 46->45
(00.001557) 		Working on 45->35
(00.001559) 		Working on 42->35
(00.001561) 		Working on 41->35
(00.001564) 		Working on 40->17
(00.001566) 		Working on 39->35
(00.001569) 		Working on 38->16
(00.001571) 		Working on 37->18
(00.001573) 		Working on 36->18
(00.001575) 		Working on 35->0
(00.001578) 		Working on 34->24
(00.001580) 		Working on 33->24
(00.001582) 		Working on 32->24
(00.001584) 		Working on 31->24
(00.001587) 		Working on 30->24
(00.001589) 		Working on 29->24
(00.001591) 		Working on 28->24
(00.001594) 		Working on 27->16
(00.001596) 		Working on 26->16
(00.001598) 		Working on 25->24
(00.001601) 		Working on 24->16
(00.001603) 		Working on 23->22
(00.001605) 		Working on 22->35
(00.001608) 		Working on 21->18
(00.001610) 		Working on 20->18
(00.001612) 		Working on 19->16
(00.001615) 		Working on 18->35
(00.001617) 		Working on 17->35
(00.001619) 		Working on 16->35
(00.001622) 	Resorting siblings on 35
(00.001624) 	Resorting siblings on 174
(00.001626) 	Resorting siblings on 47
(00.001628) 	Resorting siblings on 45
(00.001631) 	Resorting siblings on 364
(00.001633) 	Resorting siblings on 46
(00.001635) 	Resorting siblings on 42
(00.001637) 	Resorting siblings on 41
(00.001639) 	Resorting siblings on 39
(00.001642) 	Resorting siblings on 22
(00.001644) 	Resorting siblings on 351
(00.001651) 	Resorting siblings on 139
(00.001654) 	Resorting siblings on 23
(00.001657) 	Resorting siblings on 18
(00.001659) 	Resorting siblings on 37
(00.001662) 	Resorting siblings on 36
(00.001664) 	Resorting siblings on 21
(00.001667) 	Resorting siblings on 20
(00.001669) 	Resorting siblings on 17
(00.001672) 	Resorting siblings on 40
(00.001674) 	Resorting siblings on 170
(00.001677) 	Resorting siblings on 16
(00.001679) 	Resorting siblings on 355
(00.001682) 	Resorting siblings on 38
(00.001684) 	Resorting siblings on 128
(00.001687) 	Resorting siblings on 27
(00.001689) 	Resorting siblings on 26
(00.001691) 	Resorting siblings on 24
(00.001694) 	Resorting siblings on 34
(00.001696) 	Resorting siblings on 33
(00.001698) 	Resorting siblings on 32
(00.001700) 	Resorting siblings on 31
(00.001702) 	Resorting siblings on 30
(00.001704) 	Resorting siblings on 29
(00.001706) 	Resorting siblings on 28
(00.001709) 	Resorting siblings on 25
(00.001711) 	Resorting siblings on 19
(00.001713) Done:
(00.001715) [./](35->0)
(00.001718)  [./home](45->35)
(00.001721)   [./home/temp](46->45)
(00.001723)   <--
(00.001726)   [./home/jak/Private](364->45)
(00.001728)   <--
(00.001731)  <--
(00.001733)  [./sys](16->35)
(00.001736)   [./sys/kernel/debug](38->16)
(00.001738)    [./sys/kernel/debug/tracing](128->38)
(00.001741)    <--
(00.001743)   <--
(00.001745)   [./sys/kernel/security](19->16)
(00.001747)   <--
(00.001749)   [./sys/fs/cgroup](24->16)
(00.001751)    [./sys/fs/cgroup/devices](34->24)
(00.001754)    <--
(00.001756)    [./sys/fs/cgroup/systemd](25->24)
(00.001758)    <--
(00.001760)    [./sys/fs/cgroup/cpu,cpuacct](28->24)
(00.001763)    <--
(00.001765)    [./sys/fs/cgroup/cpuset](29->24)
(00.001767)    <--
(00.001770)    [./sys/fs/cgroup/net_cls,net_prio](30->24)
(00.001773)    <--
(00.001775)    [./sys/fs/cgroup/perf_event](31->24)
(00.001778)    <--
(00.001780)    [./sys/fs/cgroup/blkio](32->24)
(00.001783)    <--
(00.001785)    [./sys/fs/cgroup/freezer](33->24)
(00.001788)    <--
(00.001790)   <--
(00.001793)   [./sys/fs/pstore](26->16)
(00.001795)   <--
(00.001798)   [./sys/firmware/efi/efivars](27->16)
(00.001800)   <--
(00.001803)   [./sys/fs/fuse/connections](355->16)
(00.001805)   <--
(00.001808)  <--
(00.001810)  [./proc](17->35)
(00.001812)   [./proc/sys/fs/binfmt_misc](40->17)
(00.001815)    [./proc/sys/fs/binfmt_misc](170->40)
(00.001818)    <--
(00.001820)   <--
(00.001822)  <--
(00.001824)  [./dev](18->35)
(00.001827)   [./dev/hugepages](37->18)
(00.001830)   <--
(00.001832)   [./dev/shm](20->18)
(00.001835)   <--
(00.001837)   [./dev/pts](21->18)
(00.001840)   <--
(00.001843)   [./dev/mqueue](36->18)
(00.001845)   <--
(00.001848)  <--
(00.001850)  [./run](22->35)
(00.001852)   [./run/lock](23->22)
(00.001855)   <--
(00.001858)   [./run/user/1000](351->22)
(00.001860)    [./run/user/1000/gvfs](139->351)
(00.001863)    <--
(00.001865)   <--
(00.001867)  <--
(00.001869)  [./tmp](39->35)
(00.001872)  <--
(00.001874)  [./var/lib/sudo](41->35)
(00.001877)  <--
(00.001879)  [./var/lib/schroot/union/overlay](42->35)
(00.001881)  <--
(00.001884)  [./boot/efi](47->35)
(00.001887)  <--
(00.001889)  [./media/jak/SecondHome](174->35)
(00.001892)  <--
(00.001894) <--
(00.001898) Collecting netns 2/9301
(00.002184) sk unix: 	Collected: ino 0x64202 peer_ino 0 family    1 type    1 state 10 name /tmp/user/1000/177F30E24CB9972CAA3E02E691C9541762F263B3.45.0.2454.85_service_ipc
(00.002196) sk unix: 	Collected: ino 0x4106 peer_ino 0 family    1 type    1 state 10 name /var/run/cups/cups.sock
(00.002203) sk unix: 	Collected: ino 0x410a peer_ino 0 family    1 type    1 state 10 name /var/run/dbus/system_bus_socket
(00.002207) sk unix: 	Collected: ino 0x63992 peer_ino 0 family    1 type    1 state 10 name 
(00.002213) sk unix: 	Collected: ino 0x2827 peer_ino 0 family    1 type    1 state 10 name /run/systemd/private
(00.002217) sk unix: 	Collected: ino 0x506f peer_ino 0 family    1 type    1 state 10 name 
(00.002225) sk unix: 	Collected: ino 0x644d8 peer_ino 0 family    1 type    1 state 10 name /home/jak/.gnupg/S.gpg-agent
(00.002233) sk unix: 	Collected: ino 0x639cd peer_ino 0 family    1 type    1 state 10 name 
(00.002239) sk unix: 	Collected: ino 0x283c peer_ino 0 family    1 type    5 state 10 name /run/udev/control
(00.002247) sk unix: 	Collected: ino 0x644d9 peer_ino 0 family    1 type    1 state 10 name /home/jak/.gnupg/S.gpg-agent.ssh
(00.002254) sk unix: 	Collected: ino 0x64c44 peer_ino 0 family    1 type    1 state 10 name /run/user/1000/keyring/pkcs11
(00.002260) sk unix: 	Collected: ino 0x2847 peer_ino 0 family    1 type    1 state 10 name /run/systemd/fsck.progress
(00.002264) sk unix: 	Collected: ino 0x506e peer_ino 0 family    1 type    1 state 10 name 
(00.002269) sk unix: 	Collected: ino 0x246b peer_ino 0 family    1 type    2 state  7 name /run/systemd/notify
(00.002275) sk unix: 	Collected: ino 0x2477 peer_ino 0 family    1 type    2 state  7 name /run/systemd/journal/dev-log
(00.002281) sk unix: 	Collected: ino 0x247e peer_ino 0 family    1 type    1 state 10 name /run/systemd/journal/stdout
(00.002286) sk unix: 	Collected: ino 0x2480 peer_ino 0 family    1 type    2 state  7 name /run/systemd/journal/socket
(00.002293) sk unix: 	Collected: ino 0x4c81 peer_ino 0 family    1 type    1 state 10 name /var/run/tor/control
(00.002300) sk unix: 	Collected: ino 0x63b90 peer_ino 0 family    1 type    2 state  7 name /run/user/1000/systemd/notify
(00.002307) sk unix: 	Collected: ino 0x63b92 peer_ino 0 family    1 type    1 state 10 name /run/user/1000/systemd/private
(00.002313) sk unix: 	Collected: ino 0x63993 peer_ino 0 family    1 type    1 state 10 name /tmp/.X11-unix/X0
(00.002319) sk unix: 	Collected: ino 0x63b9a peer_ino 0 family    1 type    1 state 10 name /run/user/1000/keyring/control
(00.002325) sk unix: 	Collected: ino 0x79e30 peer_ino 0 family    1 type    1 state 10 name /home/jak/.gnupg/S.scdaemon
(00.002332) sk unix: 	Collected: ino 0x64d9f peer_ino 0 family    1 type    1 state 10 name /tmp/user/1000/.com.google.Chrome.lWyHQ8/SingletonSocket
(00.002336) sk unix: 	Collected: ino 0x64204 peer_ino 0 family    1 type    1 state  7 name 
(00.002340) sk unix: 	Collected: ino 0x644ef peer_ino 0 family    1 type    1 state 10 name 
(00.002343) sk unix: 	Collected: ino 0x64cf8 peer_ino 0x64cf9 family    1 type    5 state  1 name 
(00.002350) sk unix: 	Collected: ino 0x648a8 peer_ino 0 family    1 type    1 state 10 name /tmp/.ICE-unix/21929
(00.002357) sk unix: 	Collected: ino 0x46ac peer_ino 0 family    1 type    1 state 10 name /var/run/NetworkManager/private-dhcp
(00.002361) sk unix: 	Collected: ino 0x648a7 peer_ino 0 family    1 type    1 state 10 name 
(00.002365) sk unix: 	Collected: ino 0x639cc peer_ino 0 family    1 type    1 state 10 name 
(00.002371) sk unix: 	Collected: ino 0x648db peer_ino 0 family    1 type    1 state 10 name /run/user/1000/pulse/native
(00.002377) sk unix: 	Collected: ino 0x37e3 peer_ino 0 family    1 type    1 state 10 name /var/run/NetworkManager/private
(00.002383) sk unix: 	Collected: ino 0x48ee peer_ino 0 family    1 type    2 state  7 name /run/wpa_supplicant/wlan0
(00.002387) sk unix: 	Collected: ino 0x644e6 peer_ino 0 family    1 type    1 state 10 name 
(00.002390) sk unix: 	Collected: ino 0x64ed3 peer_ino 0x64ed2 family    1 type    1 state  1 name (null)
(00.002394) sk unix: 	Collected: ino 0x63be4 peer_ino 0x640bc family    1 type    1 state  1 name (null)
(00.002399) sk unix: 	Collected: ino 0x3b6c peer_ino 0x3b69 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002403) sk unix: 	Collected: ino 0x4100 peer_ino 0x4101 family    1 type    2 state  7 name (null)
(00.002605) sk unix: 	Collected: ino 0x65537 peer_ino 0x65536 family    1 type    1 state  1 name 
(00.002611) sk unix: 	Collected: ino 0x649f3 peer_ino 0x649f4 family    1 type    1 state  1 name (null)
(00.002615) sk unix: 	Collected: ino 0x648c6 peer_ino 0x64544 family    1 type    1 state  1 name 
(00.002619) sk unix: 	Collected: ino 0x647c9 peer_ino 0x64ab1 family    1 type    1 state  1 name (null)
(00.002622) sk unix: 	Collected: ino 0x64593 peer_ino 0x64c85 family    1 type    1 state  1 name (null)
(00.002630) sk unix: 	Collected: ino 0x63b76 peer_ino 0x64058 family    1 type    1 state  1 name (null)
(00.002633) sk unix: 	Collected: ino 0x64ef3 peer_ino 0x64ef2 family    1 type    1 state  1 name (null)
(00.002640) sk unix: 	Collected: ino 0x649c4 peer_ino 0x64ce3 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002645) sk unix: 	Collected: ino 0x4418 peer_ino 0x37d6 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002649) sk unix: 	Collected: ino 0x67780 peer_ino 0x67e29 family    1 type    1 state  1 name (null)
(00.002652) sk unix: 	Collected: ino 0x655e1 peer_ino 0x655e0 family    1 type    1 state  1 name (null)
(00.002657) sk unix: 	Collected: ino 0x64905 peer_ino 0x6415d family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002660) sk unix: 	Collected: ino 0x1d547 peer_ino 0x1d546 family    1 type    2 state  7 name (null)
(00.002663) sk unix: 	Collected: ino 0x7536c peer_ino 0x7536d family    1 type    1 state  1 name (null)
(00.002667) sk unix: 	Collected: ino 0x6553b peer_ino 0x6509d family    1 type    1 state  1 name 
(00.002670) sk unix: 	Collected: ino 0x64ecd peer_ino 0x64ecc family    1 type    1 state  1 name (null)
(00.002675) sk unix: 	Collected: ino 0x64ab1 peer_ino 0x647c9 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002679) sk unix: 	Collected: ino 0x64131 peer_ino 0x648e3 family    1 type    1 state  1 name 
(00.002682) sk unix: 	Collected: ino 0x648c5 peer_ino 0x64c3d family    1 type    1 state  1 name (null)
(00.002685) sk unix: 	Collected: ino 0x75810 peer_ino 0x7580f family    1 type    1 state  1 name (null)
(00.002688) sk unix: 	Collected: ino 0x65113 peer_ino 0 family    1 type    2 state  7 name (null)
(00.002691) sk unix: 	Collected: ino 0x64787 peer_ino 0x64788 family    1 type    1 state  1 name (null)
(00.002695) sk unix: 	Collected: ino 0x64c8f peer_ino 0x6416e family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002700) sk unix: 	Collected: ino 0x680e9 peer_ino 0x6777b family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002704) sk unix: 	Collected: ino 0x64a0f peer_ino 0x6474d family    1 type    1 state  1 name 
(00.002707) sk unix: 	Collected: ino 0x64598 peer_ino 0x64915 family    1 type    1 state  1 name (null)
(00.002710) sk unix: 	Collected: ino 0x3bef peer_ino 0x441a family    1 type    1 state  1 name (null)
(00.002714) sk unix: 	Collected: ino 0x64cf0 peer_ino 0x64cf1 family    1 type    1 state  1 name (null)
(00.002719) sk unix: 	Collected: ino 0x64180 peer_ino 0x64962 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002723) sk unix: 	Collected: ino 0x64ed4 peer_ino 0x64ed5 family    1 type    1 state  1 name (null)
(00.002726) sk unix: 	Collected: ino 0x64aba peer_ino 0x64ab9 family    1 type    1 state  1 name 
(00.002730) sk unix: 	Collected: ino 0x64d01 peer_ino 0x6474e family    1 type    1 state  1 name 
(00.002735) sk unix: 	Collected: ino 0x64c89 peer_ino 0x64166 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002739) sk unix: 	Collected: ino 0x63bd5 peer_ino 0x64884 family    1 type    1 state  1 name (null)
(00.002743) sk unix: 	Collected: ino 0x644a0 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.002746) sk unix: 	Collected: ino 0x64468 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.002749) sk unix: 	Collected: ino 0x64ef2 peer_ino 0x64ef3 family    1 type    1 state  1 name (null)
(00.002752) sk unix: 	Collected: ino 0x64cef peer_ino 0x641ff family    1 type    1 state  1 name (null)
(00.002756) sk unix: 	Collected: ino 0x64a7d peer_ino 0x64a7e family    1 type    1 state  1 name (null)
(00.002759) sk unix: 	Collected: ino 0x64139 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.002762) sk unix: 	Collected: ino 0x645e4 peer_ino 0x645e5 family    1 type    1 state  1 name (null)
(00.002765) sk unix: 	Collected: ino 0x75812 peer_ino 0x75811 family    1 type    1 state  1 name (null)
(00.002768) sk unix: 	Collected: ino 0x64164 peer_ino 0x6490c family    1 type    1 state  1 name (null)
(00.002778) sk unix: 	Collected: ino 0x648fc peer_ino 0x64c80 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002781) sk unix: 	Collected: ino 0x64aa4 peer_ino 0x64aa5 family    1 type    1 state  1 name (null)
(00.002787) sk unix: 	Collected: ino 0x649bf peer_ino 0x64cda family    1 type    1 state  1 name (null)
(00.002791) sk unix: 	Collected: ino 0x4414 peer_ino 0x4415 family    1 type    1 state  1 name (null)
(00.002794) sk unix: 	Collected: ino 0x64aae peer_ino 0x64aad family    1 type    1 state  1 name 
(00.002798) sk unix: 	Collected: ino 0x64cb6 peer_ino 0x64181 family    1 type    1 state  1 name (null)
(00.002803) sk unix: 	Collected: ino 0x64134 peer_ino 0x648e4 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002809) sk unix: 	Collected: ino 0x4f72 peer_ino 0x5469 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002813) sk unix: 	Collected: ino 0x76c77 peer_ino 0x76755 family    1 type    1 state  1 name (null)
(00.002816) sk unix: 	Collected: ino 0x648ff peer_ino 0x6458f family    1 type    1 state  1 name 
(00.002820) sk unix: 	Collected: ino 0x680fa peer_ino 0x680fb family    1 type    1 state  1 name (null)
(00.002825) sk unix: 	Collected: ino 0x649b1 peer_ino 0x649af family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002828) sk unix: 	Collected: ino 0x501d peer_ino 0x4c3b family    1 type    1 state  1 name (null)
(00.002831) sk unix: 	Collected: ino 0x64a8c peer_ino 0x64a90 family    1 type    1 state  1 name (null)
(00.002835) sk unix: 	Collected: ino 0x640d5 peer_ino 0x64c37 family    1 type    1 state  1 name (null)
(00.002838) sk unix: 	Collected: ino 0x4102 peer_ino 0x4103 family    1 type    2 state  7 name (null)
(00.002841) sk unix: 	Collected: ino 0x64ed0 peer_ino 0x64ed1 family    1 type    1 state  1 name (null)
(00.002846) sk unix: 	Collected: ino 0x6496e peer_ino 0x645fe family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002850) sk unix: 	Collected: ino 0x41d4 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.002853) sk unix: 	Collected: ino 0x65152 peer_ino 0x65157 family    1 type    1 state  1 name (null)
(00.002857) sk unix: 	Collected: ino 0x6418e peer_ino 0x6496a family    1 type    1 state  1 name (null)
(00.002860) sk unix: 	Collected: ino 0x64c98 peer_ino 0x64c97 family    1 type    1 state  1 name 
(00.002863) sk unix: 	Collected: ino 0x64919 peer_ino 0x6416f family    1 type    1 state  1 name (null)
(00.002868) sk unix: 	Collected: ino 0x4d6d peer_ino 0x50dc family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002874) sk unix: 	Collected: ino 0x65edf peer_ino 0x6515b family    1 type    1 state  1 name (null)
(00.002877) sk unix: 	Collected: ino 0x645dd peer_ino 0x6491e family    1 type    1 state  1 name (null)
(00.002883) sk unix: 	Collected: ino 0x64c6b peer_ino 0x648e5 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002886) sk unix: 	Collected: ino 0x64abe peer_ino 0x64abd family    1 type    1 state  1 name (null)
(00.002890) sk unix: 	Collected: ino 0x649fd peer_ino 0x649fe family    1 type    1 state  1 name (null)
(00.002895) sk unix: 	Collected: ino 0x64887 peer_ino 0x640b7 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002900) sk unix: 	Collected: ino 0x1d539 peer_ino 0x1d538 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002903) sk unix: 	Collected: ino 0x64ee0 peer_ino 0x64ee1 family    1 type    1 state  1 name (null)
(00.002909) sk unix: 	Collected: ino 0x64781 peer_ino 0x64780 family    1 type    1 state  1 name /run/user/1000/pulse/native
(00.002912) sk unix: 	Collected: ino 0x63bfd peer_ino 0x648a3 family    1 type    1 state  1 name (null)
(00.002915) sk unix: 	Collected: ino 0x64ce6 peer_ino 0x64647 family    1 type    1 state  1 name 
(00.002920) sk unix: 	Collected: ino 0x64c56 peer_ino 0x64549 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002926) sk unix: 	Collected: ino 0x3af1 peer_ino 0x4150 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002933) sk unix: 	Collected: ino 0x64abf peer_ino 0x64ac0 family    1 type    1 state  1 name (null)
(00.002937) sk unix: 	Collected: ino 0x6417e peer_ino 0x6417d family    1 type    1 state  1 name 
(00.002942) sk unix: 	Collected: ino 0x64909 peer_ino 0x64163 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002947) sk unix: 	Collected: ino 0x6414e peer_ino 0x6458a family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.002950) sk unix: 	Collected: ino 0x64ee3 peer_ino 0x64ee2 family    1 type    1 state  1 name (null)
(00.002953) sk unix: 	Collected: ino 0x1d538 peer_ino 0x1d539 family    1 type    1 state  1 name (null)
(00.002958) sk unix: 	Collected: ino 0x6515b peer_ino 0x65edf family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002963) sk unix: 	Collected: ino 0x65151 peer_ino 0x65154 family    1 type    1 state  1 name (null)
(00.002968) sk unix: 	Collected: ino 0x64ab4 peer_ino 0x647ca family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002973) sk unix: 	Collected: ino 0x64aa5 peer_ino 0x64aa4 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.002976) sk unix: 	Collected: ino 0x6415f peer_ino 0x64590 family    1 type    1 state  1 name 
(00.002979) sk unix: 	Collected: ino 0x641f5 peer_ino 0x641f6 family    1 type    1 state  1 name (null)
(00.002983) sk unix: 	Collected: ino 0x64c37 peer_ino 0x640d5 family    1 type    1 state  1 name 
(00.002986) sk unix: 	Collected: ino 0x7632d peer_ino 0x76757 family    1 type    1 state  1 name (null)
(00.002989) sk unix: 	Collected: ino 0x65132 peer_ino 0x65a3e family    1 type    1 state  1 name 
(00.002992) sk unix: 	Collected: ino 0x649ff peer_ino 0x64cfd family    1 type    1 state  1 name (null)
(00.002996) sk unix: 	Collected: ino 0x64177 peer_ino 0x645ed family    1 type    1 state  1 name (null)
(00.002998) sk unix: 	Collected: ino 0x3f05 peer_ino 0x3bcb family    1 type    1 state  1 name (null)
(00.003001) sk unix: 	Collected: ino 0x65581 peer_ino 0x65580 family    1 type    1 state  1 name (null)
(00.003005) sk unix: 	Collected: ino 0x64cf6 peer_ino 0x64cf5 family    1 type    5 state  1 name (null)
(00.003008) sk unix: 	Collected: ino 0x64171 peer_ino 0x64921 family    1 type    1 state  1 name (null)
(00.003011) sk unix: 	Collected: ino 0x7580f peer_ino 0x75810 family    1 type    1 state  1 name (null)
(00.003014) sk unix: 	Collected: ino 0x64230 peer_ino 0x64231 family    1 type    1 state  1 name (null)
(00.003017) sk unix: 	Collected: ino 0x64605 peer_ino 0x64971 family    1 type    1 state  1 name (null)
(00.003020) sk unix: 	Collected: ino 0x65952 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.003023) sk unix: 	Collected: ino 0x64292 peer_ino 0x64293 family    1 type    5 state  1 name (null)
(00.003026) sk unix: 	Collected: ino 0x64660 peer_ino 0x6465f family    1 type    1 state  1 name 
(00.003029) sk unix: 	Collected: ino 0x641a0 peer_ino 0x64cd7 family    1 type    1 state  1 name (null)
(00.003033) sk unix: 	Collected: ino 0x64884 peer_ino 0x63bd5 family    1 type    1 state  1 name 
(00.003040) sk unix: 	Collected: ino 0x64c3d peer_ino 0x648c5 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003046) sk unix: 	Collected: ino 0x44e3 peer_ino 0x48db family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003049) sk unix: 	Collected: ino 0x64cf5 peer_ino 0x64cf6 family    1 type    5 state  1 name (null)
(00.003053) sk unix: 	Collected: ino 0x6461c peer_ino 0x649c3 family    1 type    1 state  1 name (null)
(00.003056) sk unix: 	Collected: ino 0x4f71 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.003060) sk unix: 	Collected: ino 0x64d13 peer_ino 0x64d14 family    1 type    1 state  1 name (null)
(00.003063) sk unix: 	Collected: ino 0x649f4 peer_ino 0x649f3 family    1 type    1 state  1 name 
(00.003066) sk unix: 	Collected: ino 0x645e9 peer_ino 0x64939 family    1 type    1 state  1 name (null)
(00.003069) sk unix: 	Collected: ino 0x7536d peer_ino 0x7536c family    1 type    1 state  1 name (null)
(00.003077) sk unix: 	Collected: ino 0x640da peer_ino 0x64c38 family    1 type    1 state  1 name (null)
(00.003081) sk unix: 	Collected: ino 0x648a3 peer_ino 0x63bfd family    1 type    1 state  1 name 
(00.003085) sk unix: 	Collected: ino 0x68494 peer_ino 0x67e2a family    1 type    1 state  1 name 
(00.003088) sk unix: 	Collected: ino 0x6474e peer_ino 0x64d01 family    1 type    1 state  1 name (null)
(00.003091) sk unix: 	Collected: ino 0x640d6 peer_ino 0x6453e family    1 type    1 state  1 name (null)
(00.003095) sk unix: 	Collected: ino 0x5469 peer_ino 0x4f72 family    1 type    1 state  1 name (null)
(00.003100) sk unix: 	Collected: ino 0x648f9 peer_ino 0x64c7f family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003105) sk unix: 	Collected: ino 0x7ab29 peer_ino 0x7ab2a family    1 type    1 state  1 name (null)
(00.003108) sk unix: 	Collected: ino 0x65a43 peer_ino 0x65a42 family    1 type    5 state  1 name (null)
(00.003111) sk unix: 	Collected: ino 0x6777c peer_ino 0x680ec family    1 type    1 state  1 name (null)
(00.003113) sk unix: 	Collected: ino 0x73179 peer_ino 0x72e66 family    1 type    1 state  1 name (null)
(00.003116) sk unix: 	Collected: ino 0x64abd peer_ino 0x64abe family    1 type    1 state  1 name (null)
(00.003119) sk unix: 	Collected: ino 0x64a8b peer_ino 0x64a8d family    1 type    1 state  1 name (null)
(00.003124) sk unix: 	Collected: ino 0x63bff peer_ino 0x644f7 family    1 type    1 state  1 name 
(00.003129) sk unix: 	Collected: ino 0x53c5 peer_ino 0x54be family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003132) sk unix: 	Collected: ino 0x6460e peer_ino 0x64989 family    1 type    1 state  1 name (null)
(00.003135) sk unix: 	Collected: ino 0x64155 peer_ino 0x648f2 family    1 type    1 state  1 name (null)
(00.003138) sk unix: 	Collected: ino 0x68dc1 peer_ino 0x69317 family    1 type    1 state  1 name 
(00.003141) sk unix: 	Collected: ino 0x63bd3 peer_ino 0x63bd4 family    1 type    1 state  1 name (null)
(00.003144) sk unix: 	Collected: ino 0x7c236 peer_ino 0 family    1 type    1 state  1 name (null)
(00.003147) sk unix: 	Collected: ino 0x64cc6 peer_ino 0x64190 family    1 type    1 state  1 name (null)
(00.003150) sk unix: 	Collected: ino 0x64c7f peer_ino 0x648f9 family    1 type    1 state  1 name (null)
(00.003153) sk unix: 	Collected: ino 0x3746 peer_ino 0x3b6f family    1 type    1 state  1 name (null)
(00.003156) sk unix: 	Collected: ino 0x6416e peer_ino 0x64c8f family    1 type    1 state  1 name (null)
(00.003159) sk unix: 	Collected: ino 0x76757 peer_ino 0x7632d family    1 type    1 state  1 name 
(00.003161) sk unix: 	Collected: ino 0x64213 peer_ino 0x64a2a family    1 type    1 state  1 name (null)
(00.003164) sk unix: 	Collected: ino 0x646bf peer_ino 0x649f1 family    1 type    1 state  1 name (null)
(00.003167) sk unix: 	Collected: ino 0x64198 peer_ino 0x64982 family    1 type    1 state  1 name (null)
(00.003171) sk unix: 	Collected: ino 0x648f5 peer_ino 0x64156 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003174) sk unix: 	Collected: ino 0x4ce4 peer_ino 0x44df family    1 type    1 state  1 name (null)
(00.003177) sk unix: 	Collected: ino 0x6474c peer_ino 0x6474b family    1 type    1 state  1 name 
(00.003180) sk unix: 	Collected: ino 0x649f6 peer_ino 0x649f5 family    1 type    1 state  1 name (null)
(00.003183) sk unix: 	Collected: ino 0x64606 peer_ino 0x64974 family    1 type    1 state  1 name (null)
(00.003187) sk unix: 	Collected: ino 0x716ca peer_ino 0x7197c family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003191) sk unix: 	Collected: ino 0x64ed2 peer_ino 0x64ed3 family    1 type    1 state  1 name (null)
(00.003195) sk unix: 	Collected: ino 0x6496a peer_ino 0x6418e family    1 type    1 state  1 name 
(00.003199) sk unix: 	Collected: ino 0x3b9d peer_ino 0x2480 family    1 type    2 state  7 name (null)
(00.003202) sk unix: 	Collected: ino 0x7ab28 peer_ino 0x7ab27 family    1 type    1 state  1 name (null)
(00.003208) sk unix: 	Collected: ino 0x7bd21 peer_ino 0x7b606 family    1 type    1 state  1 name /var/run/cups/cups.sock
(00.003214) sk unix: 	Collected: ino 0x5197 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.003219) sk unix: 	Collected: ino 0x439c peer_ino 0x445e family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003223) sk unix: 	Collected: ino 0x64192 peer_ino 0x645ff family    1 type    1 state  1 name 
(00.003226) sk unix: 	Collected: ino 0x64cbe peer_ino 0x64969 family    1 type    1 state  1 name 
(00.003230) sk unix: 	Collected: ino 0x4286 peer_ino 0x4425 family    1 type    1 state  1 name (null)
(00.003233) sk unix: 	Collected: ino 0x65d80 peer_ino 0x65d7f family    1 type    5 state  1 name (null)
(00.003237) sk unix: 	Collected: ino 0x64c80 peer_ino 0x648fc family    1 type    1 state  1 name (null)
(00.003242) sk unix: 	Collected: ino 0x3f33 peer_ino 0x3f32 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003246) sk unix: 	Collected: ino 0x7197d peer_ino 0x716cd family    1 type    1 state  1 name (null)
(00.003249) sk unix: 	Collected: ino 0x680f4 peer_ino 0x67e26 family    1 type    1 state  1 name (null)
(00.003252) sk unix: 	Collected: ino 0x64a42 peer_ino 0x64d09 family    1 type    1 state  1 name 
(00.003255) sk unix: 	Collected: ino 0x46a8 peer_ino 0 family    1 type    1 state  1 name 
(00.003260) sk unix: 	Collected: ino 0x649b4 peer_ino 0x649b0 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003264) sk unix: 	Collected: ino 0x3b1a peer_ino 0x4151 family    1 type    1 state  1 name (null)
(00.003267) sk unix: 	Collected: ino 0x6511b peer_ino 0x6511a family    1 type    1 state  1 name (null)
(00.003270) sk unix: 	Collected: ino 0x64ed7 peer_ino 0x64ed6 family    1 type    1 state  1 name (null)
(00.003273) sk unix: 	Collected: ino 0x4101 peer_ino 0x4100 family    1 type    2 state  7 name (null)
(00.003277) sk unix: 	Collected: ino 0x64ee9 peer_ino 0x64ee8 family    1 type    1 state  1 name (null)
(00.003280) sk unix: 	Collected: ino 0x3ba4 peer_ino 0x4416 family    1 type    1 state  1 name (null)
(00.003284) sk unix: 	Collected: ino 0x65575 peer_ino 0x65e6c family    1 type    1 state  1 name (null)
(00.003287) sk unix: 	Collected: ino 0x645fd peer_ino 0x6496b family    1 type    1 state  1 name (null)
(00.003290) sk unix: 	Collected: ino 0x4db8 peer_ino 0x5129 family    1 type    1 state  1 name (null)
(00.003296) sk unix: 	Collected: ino 0x441b peer_ino 0x37e5 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003299) sk unix: 	Collected: ino 0x6413d peer_ino 0x64c6c family    1 type    1 state  1 name (null)
(00.003304) sk unix: 	Collected: ino 0x6515e peer_ino 0x65ee0 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003308) sk unix: 	Collected: ino 0x6429c peer_ino 0x64aa9 family    1 type    1 state  1 name 
(00.003311) sk unix: 	Collected: ino 0x64cbf peer_ino 0x6418f family    1 type    1 state  1 name (null)
(00.003314) sk unix: 	Collected: ino 0x6417d peer_ino 0x6417e family    1 type    1 state  1 name (null)
(00.003317) sk unix: 	Collected: ino 0x680ef peer_ino 0x6777d family    1 type    1 state  1 name 
(00.003321) sk unix: 	Collected: ino 0x4c3b peer_ino 0x501d family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003325) sk unix: 	Collected: ino 0x64755 peer_ino 0x64754 family    1 type    1 state  1 name (null)
(00.003330) sk unix: 	Collected: ino 0x640ca peer_ino 0x648a6 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003333) sk unix: 	Collected: ino 0x50dc peer_ino 0x4d6d family    1 type    1 state  1 name (null)
(00.003338) sk unix: 	Collected: ino 0x6412c peer_ino 0x648d9 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003343) sk unix: 	Collected: ino 0x63e5f peer_ino 0x63333 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003347) sk unix: 	Collected: ino 0x4db4 peer_ino 0x5125 family    1 type    1 state  1 name (null)
(00.003350) sk unix: 	Collected: ino 0x655dc peer_ino 0x655db family    1 type    1 state  1 name (null)
(00.003358) sk unix: 	Collected: ino 0x6460f peer_ino 0x64610 family    1 type    1 state  1 name (null)
(00.003362) sk unix: 	Collected: ino 0x1d53d peer_ino 0x2480 family    1 type    2 state  7 name (null)
(00.003369) sk unix: 	Collected: ino 0x64614 peer_ino 0x64cd3 family    1 type    1 state  1 name /run/user/1000/pulse/native
(00.003373) sk unix: 	Collected: ino 0x647ae peer_ino 0x647af family    1 type    1 state  1 name (null)
(00.003377) sk unix: 	Collected: ino 0x64cb7 peer_ino 0x64182 family    1 type    1 state  1 name (null)
(00.003380) sk unix: 	Collected: ino 0x441e peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.003384) sk unix: 	Collected: ino 0x6449b peer_ino 0x63b82 family    1 type    1 state  1 name (null)
(00.003387) sk unix: 	Collected: ino 0x648d9 peer_ino 0x6412c family    1 type    1 state  1 name (null)
(00.003391) sk unix: 	Collected: ino 0x644f1 peer_ino 0x644f2 family    1 type    1 state  1 name (null)
(00.003397) sk unix: 	Collected: ino 0x64a49 peer_ino 0x64229 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003401) sk unix: 	Collected: ino 0x64607 peer_ino 0x64194 family    1 type    1 state  1 name (null)
(00.003404) sk unix: 	Collected: ino 0x649fe peer_ino 0x649fd family    1 type    1 state  1 name 
(00.003408) sk unix: 	Collected: ino 0x64a80 peer_ino 0x64a7f family    1 type    1 state  1 name (null)
(00.003411) sk unix: 	Collected: ino 0x64dfb peer_ino 0x64dfc family    1 type    5 state  1 name (null)
(00.003415) sk unix: 	Collected: ino 0x6405f peer_ino 0x6445b family    1 type    1 state  1 name (null)
(00.003421) sk unix: 	Collected: ino 0x6490c peer_ino 0x64164 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003424) sk unix: 	Collected: ino 0x640db peer_ino 0x64543 family    1 type    1 state  1 name (null)
(00.003428) sk unix: 	Collected: ino 0x44cb peer_ino 0x4c6d family    1 type    1 state  1 name (null)
(00.003432) sk unix: 	Collected: ino 0x680fb peer_ino 0x680fa family    1 type    1 state  1 name 
(00.003435) sk unix: 	Collected: ino 0x6408d peer_ino 0x2480 family    1 type    2 state  7 name (null)
(00.003439) sk unix: 	Collected: ino 0x641f6 peer_ino 0x641f5 family    1 type    1 state  1 name (null)
(00.003442) sk unix: 	Collected: ino 0x645ec peer_ino 0x64172 family    1 type    1 state  1 name (null)
(00.003446) sk unix: 	Collected: ino 0x645e2 peer_ino 0x645e1 family    1 type    1 state  1 name 
(00.003451) sk unix: 	Collected: ino 0x6414c peer_ino 0x648e9 family    1 type    1 state  1 name (null)
(00.003457) sk unix: 	Collected: ino 0x64543 peer_ino 0x640db family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003460) sk unix: 	Collected: ino 0x64a7f peer_ino 0x64a80 family    1 type    1 state  1 name (null)
(00.003465) sk unix: 	Collected: ino 0x6489e peer_ino 0x63bf8 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003468) sk unix: 	Collected: ino 0x637f2 peer_ino 0x639cb family    1 type    1 state  1 name 
(00.003571) sk unix: 	Collected: ino 0x3a99 peer_ino 0x40e3 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003577) sk unix: 	Collected: ino 0x3f0b peer_ino 0x4417 family    1 type    1 state  1 name (null)
(00.003580) sk unix: 	Collected: ino 0x3e53 peer_ino 0x3716 family    1 type    1 state  1 name (null)
(00.003583) sk unix: 	Collected: ino 0x649fb peer_ino 0x646c5 family    1 type    1 state  1 name (null)
(00.003587) sk unix: 	Collected: ino 0x71982 peer_ino 0x71981 family    1 type    1 state  1 name (null)
(00.003591) sk unix: 	Collected: ino 0x716cd peer_ino 0x7197d family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003597) sk unix: 	Collected: ino 0x655c4 peer_ino 0x655c3 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003602) sk unix: 	Collected: ino 0x64974 peer_ino 0x64606 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003605) sk unix: 	Collected: ino 0x64167 peer_ino 0x6459a family    1 type    1 state  1 name 
(00.003608) sk unix: 	Collected: ino 0x64dfc peer_ino 0x64dfb family    1 type    5 state  1 name (null)
(00.003615) sk unix: 	Collected: ino 0x64580 peer_ino 0x648de family    1 type    1 state  1 name 
(00.003619) sk unix: 	Collected: ino 0x49a3 peer_ino 0x49a2 family    1 type    2 state  7 name (null)
(00.003622) sk unix: 	Collected: ino 0x6624b peer_ino 0x6624c family    1 type    1 state  1 name (null)
(00.003625) sk unix: 	Collected: ino 0x64aab peer_ino 0x6429f family    1 type    1 state  1 name (null)
(00.003628) sk unix: 	Collected: ino 0x647b1 peer_ino 0x647b2 family    1 type    1 state  1 name (null)
(00.003633) sk unix: 	Collected: ino 0x65c52 peer_ino 0x65094 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003639) sk unix: 	Collected: ino 0x64a85 peer_ino 0x64e1f family    1 type    1 state  1 name 
(00.003643) sk unix: 	Collected: ino 0x64ce5 peer_ino 0x64646 family    1 type    1 state  1 name 
(00.003646) sk unix: 	Collected: ino 0x4c7d peer_ino 0x4c7c family    1 type    1 state  1 name (null)
(00.003649) sk unix: 	Collected: ino 0x750f9 peer_ino 0x750fa family    1 type    1 state  1 name (null)
(00.003652) sk unix: 	Collected: ino 0x64592 peer_ino 0x64910 family    1 type    1 state  1 name (null)
(00.003656) sk unix: 	Collected: ino 0x5140 peer_ino 0x458d family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003660) sk unix: 	Collected: ino 0x655bc peer_ino 0x65a41 family    1 type    1 state  1 name (null)
(00.003665) sk unix: 	Collected: ino 0x64c8c peer_ino 0x6416d family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003670) sk unix: 	Collected: ino 0x4558 peer_ino 0x50de family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003674) sk unix: 	Collected: ino 0x645ea peer_ino 0x6493c family    1 type    1 state  1 name (null)
(00.003677) sk unix: 	Collected: ino 0x64911 peer_ino 0x64c88 family    1 type    1 state  1 name (null)
(00.003681) sk unix: 	Collected: ino 0x64adc peer_ino 0x64add family    1 type    1 state  1 name (null)
(00.003684) sk unix: 	Collected: ino 0x64aad peer_ino 0x64aae family    1 type    1 state  1 name (null)
(00.003688) sk unix: 	Collected: ino 0x64229 peer_ino 0x64a49 family    1 type    1 state  1 name (null)
(00.003691) sk unix: 	Collected: ino 0x64a30 peer_ino 0x64a2f family    1 type    1 state  1 name 
(00.003695) sk unix: 	Collected: ino 0x65094 peer_ino 0x65c52 family    1 type    1 state  1 name (null)
(00.003698) sk unix: 	Collected: ino 0x640bc peer_ino 0x63be4 family    1 type    1 state  1 name 
(00.003702) sk unix: 	Collected: ino 0x7632b peer_ino 0x76753 family    1 type    1 state  1 name (null)
(00.003705) sk unix: 	Collected: ino 0x750fa peer_ino 0x750f9 family    1 type    1 state  1 name (null)
(00.003708) sk unix: 	Collected: ino 0x65ee1 peer_ino 0x65162 family    1 type    1 state  1 name 
(00.003711) sk unix: 	Collected: ino 0x64234 peer_ino 0x64233 family    1 type    1 state  1 name (null)
(00.003716) sk unix: 	Collected: ino 0x64c8a peer_ino 0x64c8b family    1 type    1 state  1 name (null)
(00.003719) sk unix: 	Collected: ino 0x64c43 peer_ino 0x648c7 family    1 type    1 state  1 name (null)
(00.003722) sk unix: 	Collected: ino 0x6474d peer_ino 0x64a0f family    1 type    1 state  1 name (null)
(00.003725) sk unix: 	Collected: ino 0x648c0 peer_ino 0x64c39 family    1 type    1 state  1 name (null)
(00.003728) sk unix: 	Collected: ino 0xf22a peer_ino 0x2480 family    1 type    2 state  7 name (null)
(00.003734) sk unix: 	Collected: ino 0x650a3 peer_ino 0x65c69 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003739) sk unix: 	Collected: ino 0x64add peer_ino 0x64adc family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003742) sk unix: 	Collected: ino 0x64347 peer_ino 0x64346 family    1 type    1 state  1 name 
(00.003747) sk unix: 	Collected: ino 0x64c3a peer_ino 0x648c4 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003751) sk unix: 	Collected: ino 0x648a1 peer_ino 0x640c3 family    1 type    1 state  1 name 
(00.003754) sk unix: 	Collected: ino 0x71de9 peer_ino 0x70f89 family    1 type    1 state  1 name 
(00.003761) sk unix: 	Collected: ino 0x70f87 peer_ino 0x716d1 family    1 type    1 state  1 name 
(00.003765) sk unix: 	Collected: ino 0x6460d peer_ino 0x64986 family    1 type    1 state  1 name (null)
(00.003768) sk unix: 	Collected: ino 0x7b6f8 peer_ino 0 family    1 type    5 state  7 name (null)
(00.003771) sk unix: 	Collected: ino 0x65ed9 peer_ino 0x6515a family    1 type    1 state  1 name 
(00.003774) sk unix: 	Collected: ino 0x76755 peer_ino 0x76c77 family    1 type    1 state  1 name 
(00.003778) sk unix: 	Collected: ino 0x6415d peer_ino 0x64905 family    1 type    1 state  1 name (null)
(00.003781) sk unix: 	Collected: ino 0x64c39 peer_ino 0x648c0 family    1 type    1 state  1 name 
(00.003784) sk unix: 	Collected: ino 0x67e29 peer_ino 0x67780 family    1 type    1 state  1 name 
(00.003787) sk unix: 	Collected: ino 0x64ece peer_ino 0x64ecf family    1 type    1 state  1 name (null)
(00.003790) sk unix: 	Collected: ino 0x63b77 peer_ino 0x6405b family    1 type    1 state  1 name (null)
(00.003798) sk unix: 	Collected: ino 0x64058 peer_ino 0x63b76 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003801) sk unix: 	Collected: ino 0x4d6c peer_ino 0x497a family    1 type    1 state  1 name (null)
(00.003805) sk unix: 	Collected: ino 0x640b7 peer_ino 0x64887 family    1 type    1 state  1 name (null)
(00.003808) sk unix: 	Collected: ino 0x645e5 peer_ino 0x645e4 family    1 type    1 state  1 name 
(00.003812) sk unix: 	Collected: ino 0x64c77 peer_ino 0x648ed family    1 type    1 state  1 name (null)
(00.003817) sk unix: 	Collected: ino 0x441a peer_ino 0x3bef family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003821) sk unix: 	Collected: ino 0x4103 peer_ino 0x4102 family    1 type    2 state  7 name (null)
(00.003825) sk unix: 	Collected: ino 0x64d09 peer_ino 0x64a42 family    1 type    1 state  1 name (null)
(00.003828) sk unix: 	Collected: ino 0x64962 peer_ino 0x64180 family    1 type    1 state  1 name (null)
(00.003831) sk unix: 	Collected: ino 0x4e8f peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.003834) sk unix: 	Collected: ino 0x75811 peer_ino 0x75812 family    1 type    1 state  1 name (null)
(00.003838) sk unix: 	Collected: ino 0x641ff peer_ino 0x64cef family    1 type    1 state  1 name 
(00.003843) sk unix: 	Collected: ino 0x6489b peer_ino 0x63bf7 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003846) sk unix: 	Collected: ino 0x64eeb peer_ino 0x64eea family    1 type    1 state  1 name (null)
(00.003849) sk unix: 	Collected: ino 0x64166 peer_ino 0x64c89 family    1 type    1 state  1 name (null)
(00.003853) sk unix: 	Collected: ino 0x63b82 peer_ino 0x6449b family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003857) sk unix: 	Collected: ino 0x655e0 peer_ino 0x655e1 family    1 type    1 state  1 name (null)
(00.003860) sk unix: 	Collected: ino 0x64ef1 peer_ino 0x64ef0 family    1 type    1 state  1 name (null)
(00.003864) sk unix: 	Collected: ino 0x64902 peer_ino 0x6415c family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003868) sk unix: 	Collected: ino 0x37d7 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.003873) sk unix: 	Collected: ino 0x649c7 peer_ino 0x64ce4 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003880) sk unix: 	Collected: ino 0x44df peer_ino 0x4ce4 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003883) sk unix: 	Collected: ino 0x641db peer_ino 0x646a6 family    1 type    1 state  1 name (null)
(00.003887) sk unix: 	Collected: ino 0x64179 peer_ino 0 family    1 type    1 state  1 name (null)
(00.003889) sk unix: 	Collected: ino 0x66b9a peer_ino 0x66eac family    1 type    1 state  1 name (null)
(00.003892) sk unix: 	Collected: ino 0x64ed5 peer_ino 0x64ed4 family    1 type    1 state  1 name (null)
(00.003895) sk unix: 	Collected: ino 0x6459a peer_ino 0x64167 family    1 type    1 state  1 name (null)
(00.003898) sk unix: 	Collected: ino 0x639cb peer_ino 0x637f2 family    1 type    1 state  1 name (null)
(00.003906) sk unix: 	Collected: ino 0x6511a peer_ino 0x6511b family    1 type    1 state  1 name (null)
(00.003912) sk unix: 	Collected: ino 0x3b6f peer_ino 0x3746 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003915) sk unix: 	Collected: ino 0x3b69 peer_ino 0x3b6c family    1 type    1 state  1 name (null)
(00.003919) sk unix: 	Collected: ino 0x680f3 peer_ino 0x67e23 family    1 type    1 state  1 name (null)
(00.003922) sk unix: 	Collected: ino 0x645fe peer_ino 0x6496e family    1 type    1 state  1 name (null)
(00.003926) sk unix: 	Collected: ino 0x64c85 peer_ino 0x64593 family    1 type    1 state  1 name 
(00.003929) sk unix: 	Collected: ino 0x64151 peer_ino 0x648f0 family    1 type    1 state  1 name 
(00.003933) sk unix: 	Collected: ino 0x64544 peer_ino 0x648c6 family    1 type    1 state  1 name (null)
(00.003938) sk unix: 	Collected: ino 0x6405b peer_ino 0x63b77 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003942) sk unix: 	Collected: ino 0x37d6 peer_ino 0x4418 family    1 type    1 state  1 name (null)
(00.003945) sk unix: 	Collected: ino 0x64ce3 peer_ino 0x649c4 family    1 type    1 state  1 name (null)
(00.003948) sk unix: 	Collected: ino 0x6458f peer_ino 0x648ff family    1 type    1 state  1 name (null)
(00.003951) sk unix: 	Collected: ino 0x64549 peer_ino 0x64c56 family    1 type    1 state  1 name (null)
(00.003956) sk unix: 	Collected: ino 0x64a90 peer_ino 0x64a8c family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003960) sk unix: 	Collected: ino 0x64163 peer_ino 0x64909 family    1 type    1 state  1 name (null)
(00.003966) sk unix: 	Collected: ino 0x648ed peer_ino 0x64c77 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003969) sk unix: 	Collected: ino 0x64647 peer_ino 0x64ce6 family    1 type    1 state  1 name (null)
(00.003974) sk unix: 	Collected: ino 0x65157 peer_ino 0x65152 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.003977) sk unix: 	Collected: ino 0x64ab9 peer_ino 0x64aba family    1 type    1 state  1 name (null)
(00.003982) sk unix: 	Collected: ino 0x649b8 peer_ino 0x64613 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.003986) sk unix: 	Collected: ino 0x64c97 peer_ino 0x64c98 family    1 type    1 state  1 name (null)
(00.003989) sk unix: 	Collected: ino 0x64c88 peer_ino 0x64911 family    1 type    1 state  1 name 
(00.003992) sk unix: 	Collected: ino 0x648e4 peer_ino 0x64134 family    1 type    1 state  1 name (null)
(00.003995) sk unix: 	Collected: ino 0x65ee0 peer_ino 0x6515e family    1 type    1 state  1 name (null)
(00.004000) sk unix: 	Collected: ino 0x64aa1 peer_ino 0x64aa0 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004004) sk unix: 	Collected: ino 0x4415 peer_ino 0x4414 family    1 type    1 state  1 name (null)
(00.004007) sk unix: 	Collected: ino 0x64cda peer_ino 0x649bf family    1 type    1 state  1 name 
(00.004010) sk unix: 	Collected: ino 0x64ee1 peer_ino 0x64ee0 family    1 type    1 state  1 name (null)
(00.004013) sk unix: 	Collected: ino 0x64ecf peer_ino 0x64ece family    1 type    1 state  1 name (null)
(00.004016) sk unix: 	Collected: ino 0x649af peer_ino 0x649b1 family    1 type    1 state  1 name (null)
(00.004019) sk unix: 	Collected: ino 0x640f7 peer_ino 0x64c53 family    1 type    1 state  1 name (null)
(00.004022) sk unix: 	Collected: ino 0x6477d peer_ino 0x6477c family    1 type    5 state  1 name (null)
(00.004025) sk unix: 	Collected: ino 0x6777b peer_ino 0x680e9 family    1 type    1 state  1 name (null)
(00.004028) sk unix: 	Collected: ino 0x6478a peer_ino 0x6478b family    1 type    1 state  1 name (null)
(00.004031) sk unix: 	Collected: ino 0x4c4e peer_ino 0x4495 family    1 type    1 state  1 name (null)
(00.004035) sk unix: 	Collected: ino 0x64ac0 peer_ino 0x64abf family    1 type    1 state  1 name (null)
(00.004038) sk unix: 	Collected: ino 0x646c5 peer_ino 0x649fb family    1 type    1 state  1 name 
(00.004043) sk unix: 	Collected: ino 0x64969 peer_ino 0x64cbe family    1 type    1 state  1 name (null)
(00.004050) sk unix: 	Collected: ino 0x648a6 peer_ino 0x640ca family    1 type    1 state  1 name (null)
(00.004054) sk unix: 	Collected: ino 0x63be3 peer_ino 0x6488e family    1 type    1 state  1 name (null)
(00.004057) sk unix: 	Collected: ino 0x67782 peer_ino 0x680fc family    1 type    1 state  1 name (null)
(00.004061) sk unix: 	Collected: ino 0x64590 peer_ino 0x6415f family    1 type    1 state  1 name (null)
(00.004066) sk unix: 	Collected: ino 0x65154 peer_ino 0x65151 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004070) sk unix: 	Collected: ino 0x647ca peer_ino 0x64ab4 family    1 type    1 state  1 name (null)
(00.004073) sk unix: 	Collected: ino 0x64cfd peer_ino 0x649ff family    1 type    1 state  1 name 
(00.004077) sk unix: 	Collected: ino 0x648c7 peer_ino 0x64c43 family    1 type    1 state  1 name 
(00.004080) sk unix: 	Collected: ino 0x64aa9 peer_ino 0x6429c family    1 type    1 state  1 name (null)
(00.004083) sk unix: 	Collected: ino 0x64cf9 peer_ino 0x64cf8 family    1 type    5 state  1 name (null)
(00.004087) sk unix: 	Collected: ino 0x6491e peer_ino 0x645dd family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004091) sk unix: 	Collected: ino 0x71dea peer_ino 0x716d2 family    1 type    1 state  1 name 
(00.004094) sk unix: 	Collected: ino 0x680fc peer_ino 0x67782 family    1 type    1 state  1 name 
(00.004097) sk unix: 	Collected: ino 0x64231 peer_ino 0x64230 family    1 type    1 state  1 name (null)
(00.004100) sk unix: 	Collected: ino 0x64c79 peer_ino 0x648f8 family    1 type    1 state  1 name 
(00.004103) sk unix: 	Collected: ino 0x64c82 peer_ino 0x6415e family    1 type    1 state  1 name (null)
(00.004106) sk unix: 	Collected: ino 0x64ed1 peer_ino 0x64ed0 family    1 type    1 state  1 name (null)
(00.004110) sk unix: 	Collected: ino 0x64780 peer_ino 0x64781 family    1 type    1 state  1 name (null)
(00.004113) sk unix: 	Collected: ino 0x6415c peer_ino 0x64902 family    1 type    1 state  1 name (null)
(00.004116) sk unix: 	Collected: ino 0x4150 peer_ino 0x3af1 family    1 type    1 state  1 name (null)
(00.004119) sk unix: 	Collected: ino 0x65109 peer_ino 0x6510a family    1 type    1 state  1 name (null)
(00.004123) sk unix: 	Collected: ino 0x65580 peer_ino 0x65581 family    1 type    1 state  1 name (null)
(00.004130) sk unix: 	Collected: ino 0x64190 peer_ino 0x64cc6 family    1 type    1 state  1 name /run/user/1000/pulse/native
(00.004133) sk unix: 	Collected: ino 0x7ab27 peer_ino 0x7ab28 family    1 type    1 state  1 name (null)
(00.004140) sk unix: 	Collected: ino 0x65a3e peer_ino 0x65132 family    1 type    1 state  1 name (null)
(00.004142) sk unix: 	Collected: ino 0x6477c peer_ino 0x6477d family    1 type    5 state  1 name (null)
(00.004146) sk unix: 	Collected: ino 0x70f89 peer_ino 0x71de9 family    1 type    1 state  1 name (null)
(00.004151) sk unix: 	Collected: ino 0x6420d peer_ino 0x6420e family    1 type    1 state  1 name (null)
(00.004154) sk unix: 	Collected: ino 0x6465f peer_ino 0x64660 family    1 type    1 state  1 name (null)
(00.004167) sk unix: 	Collected: ino 0x64cd3 peer_ino 0x64614 family    1 type    1 state  1 name (null)
(00.004170) sk unix: 	Collected: ino 0x648e5 peer_ino 0x64c6b family    1 type    1 state  1 name (null)
(00.004173) sk unix: 	Collected: ino 0x63bf7 peer_ino 0x6489b family    1 type    1 state  1 name (null)
(00.004177) sk unix: 	Collected: ino 0x458d peer_ino 0x5140 family    1 type    1 state  1 name (null)
(00.004183) sk unix: 	Collected: ino 0x64182 peer_ino 0x64cb7 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004189) sk unix: 	Collected: ino 0x645ed peer_ino 0x64177 family    1 type    1 state  1 name /run/user/1000/pulse/native
(00.004193) sk unix: 	Collected: ino 0x649c3 peer_ino 0x6461c family    1 type    1 state  1 name 
(00.004199) sk unix: 	Collected: ino 0x67e26 peer_ino 0x680f4 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004212) sk unix: 	Collected: ino 0x649b0 peer_ino 0x649b4 family    1 type    1 state  1 name (null)
(00.004219) sk unix: 	Collected: ino 0x41ea peer_ino 0x4419 family    1 type    1 state  1 name (null)
(00.004222) sk unix: 	Collected: ino 0x72e66 peer_ino 0x73179 family    1 type    1 state  1 name 
(00.004226) sk unix: 	Collected: ino 0x6510a peer_ino 0x65109 family    1 type    1 state  1 name (null)
(00.004231) sk unix: 	Collected: ino 0x64704 peer_ino 0x64a00 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004238) sk unix: 	Collected: ino 0x64971 peer_ino 0x64605 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004243) sk unix: 	Collected: ino 0x64921 peer_ino 0x64171 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004246) sk unix: 	Collected: ino 0x6416d peer_ino 0x64c8c family    1 type    1 state  1 name (null)
(00.004249) sk unix: 	Collected: ino 0x63bfc peer_ino 0x648a2 family    1 type    1 state  1 name 
(00.004252) sk unix: 	Collected: ino 0x63bd0 peer_ino 0x644da family    1 type    1 state  1 name 
(00.004255) sk unix: 	Collected: ino 0x64c76 peer_ino 0x648ea family    1 type    1 state  1 name (null)
(00.004258) sk unix: 	Collected: ino 0x64293 peer_ino 0x64292 family    1 type    5 state  1 name (null)
(00.004263) sk unix: 	Collected: ino 0x497a peer_ino 0x4d6c family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004266) sk unix: 	Collected: ino 0x44e7 peer_ino 0 family    1 type    1 state  1 name (null)
(00.004269) sk unix: 	Collected: ino 0x64cf1 peer_ino 0x64cf0 family    1 type    1 state  1 name (null)
(00.004274) sk unix: 	Collected: ino 0x64915 peer_ino 0x64598 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004288) sk unix: 	Collected: ino 0x680ec peer_ino 0x6777c family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004293) sk unix: 	Collected: ino 0x6488b peer_ino 0x63be2 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004298) sk unix: 	Collected: ino 0x4425 peer_ino 0x4286 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004303) sk unix: 	Collected: ino 0x64a8d peer_ino 0x64a8b family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004306) sk unix: 	Collected: ino 0x64156 peer_ino 0x648f5 family    1 type    1 state  1 name (null)
(00.004309) sk unix: 	Collected: ino 0x48da peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.004314) sk unix: 	Collected: ino 0x64989 peer_ino 0x6460e family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004319) sk unix: 	Collected: ino 0x64982 peer_ino 0x64198 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004324) sk unix: 	Collected: ino 0x6416f peer_ino 0x64919 family    1 type    1 state  1 name 
(00.004329) sk unix: 	Collected: ino 0x54be peer_ino 0x53c5 family    1 type    1 state  1 name (null)
(00.004333) sk unix: 	Collected: ino 0x7c239 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.004336) sk unix: 	Collected: ino 0x644f2 peer_ino 0x644f1 family    1 type    1 state  1 name (null)
(00.004339) sk unix: 	Collected: ino 0x65d83 peer_ino 0x65d82 family    1 type    1 state  1 name (null)
(00.004342) sk unix: 	Collected: ino 0x6468b peer_ino 0x64689 family    1 type    1 state  1 name 
(00.004347) sk unix: 	Collected: ino 0x641af peer_ino 0x6461b family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004352) sk unix: 	Collected: ino 0x64c8b peer_ino 0x64c8a family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004355) sk unix: 	Collected: ino 0x648e3 peer_ino 0x64131 family    1 type    1 state  1 name (null)
(00.004359) sk unix: 	Collected: ino 0x63bd4 peer_ino 0x63bd3 family    1 type    1 state  1 name (null)
(00.004362) sk unix: 	Collected: ino 0x69317 peer_ino 0x68dc1 family    1 type    1 state  1 name (null)
(00.004366) sk unix: 	Collected: ino 0x6474b peer_ino 0x6474c family    1 type    1 state  1 name (null)
(00.004369) sk unix: 	Collected: ino 0x64a00 peer_ino 0x64704 family    1 type    1 state  1 name (null)
(00.004372) sk unix: 	Collected: ino 0x655da peer_ino 0x655d9 family    1 type    1 state  1 name (null)
(00.004377) sk unix: 	Collected: ino 0x65a42 peer_ino 0x65a43 family    1 type    5 state  1 name (null)
(00.004379) sk unix: 	Collected: ino 0x648de peer_ino 0x64580 family    1 type    1 state  1 name (null)
(00.004381) sk unix: 	Collected: ino 0x4e75 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.004383) sk unix: 	Collected: ino 0x3f32 peer_ino 0x3f33 family    1 type    1 state  1 name (null)
(00.004385) sk unix: 	Collected: ino 0x64c53 peer_ino 0x640f7 family    1 type    1 state  1 name 
(00.004387) sk unix: 	Collected: ino 0x64ee8 peer_ino 0x64ee9 family    1 type    1 state  1 name (null)
(00.004389) sk unix: 	Collected: ino 0x64ef0 peer_ino 0x64ef1 family    1 type    1 state  1 name (null)
(00.004391) sk unix: 	Collected: ino 0x6478b peer_ino 0x6478a family    1 type    1 state  1 name 
(00.004393) sk unix: 	Collected: ino 0x6421d peer_ino 0x64d02 family    1 type    1 state  1 name 
(00.004396) sk unix: 	Collected: ino 0x48db peer_ino 0x44e3 family    1 type    1 state  1 name (null)
(00.004398) sk unix: 	Collected: ino 0x67e2a peer_ino 0x68494 family    1 type    1 state  1 name (null)
(00.004402) sk unix: 	Collected: ino 0x6496b peer_ino 0x645fd family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004404) sk unix: 	Collected: ino 0x63be2 peer_ino 0x6488b family    1 type    1 state  1 name (null)
(00.004406) sk unix: 	Collected: ino 0x644da peer_ino 0x63bd0 family    1 type    1 state  1 name (null)
(00.004408) sk unix: 	Collected: ino 0x6405e peer_ino 0x6483e family    1 type    1 state  1 name (null)
(00.004411) sk unix: 	Collected: ino 0x4c6d peer_ino 0x44cb family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004413) sk unix: 	Collected: ino 0x65d7f peer_ino 0x65d80 family    1 type    5 state  1 name (null)
(00.004415) sk unix: 	Collected: ino 0x445e peer_ino 0x439c family    1 type    1 state  1 name (null)
(00.004417) sk unix: 	Collected: ino 0x64ee2 peer_ino 0x64ee3 family    1 type    1 state  1 name (null)
(00.004420) sk unix: 	Collected: ino 0x67e23 peer_ino 0x680f3 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004422) sk unix: 	Collected: ino 0x64597 peer_ino 0x64912 family    1 type    1 state  1 name (null)
(00.004424) sk unix: 	Collected: ino 0x7b606 peer_ino 0x7bd21 family    1 type    1 state  1 name (null)
(00.004430) sk unix: 	Collected: ino 0x65e6c peer_ino 0x65575 family    1 type    1 state  1 name 
(00.004434) sk unix: 	Collected: ino 0x6493c peer_ino 0x645ea family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004437) sk unix: 	Collected: ino 0x4416 peer_ino 0x3ba4 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004440) sk unix: 	Collected: ino 0x649f0 peer_ino 0 family    1 type    2 state  7 name (null)
(00.004443) sk unix: 	Collected: ino 0x5129 peer_ino 0x4db8 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004445) sk unix: 	Collected: ino 0x645ff peer_ino 0x64192 family    1 type    1 state  1 name (null)
(00.004447) sk unix: 	Collected: ino 0x64181 peer_ino 0x64cb6 family    1 type    1 state  1 name 
(00.004449) sk unix: 	Collected: ino 0x644f7 peer_ino 0x63bff family    1 type    1 state  1 name (null)
(00.004451) sk unix: 	Collected: ino 0x4c7c peer_ino 0x4c7d family    1 type    1 state  1 name (null)
(00.004455) sk unix: 	Collected: ino 0x3bcb peer_ino 0x3f05 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004457) sk unix: 	Collected: ino 0x64ed6 peer_ino 0x64ed7 family    1 type    1 state  1 name (null)
(00.004460) sk unix: 	Collected: ino 0x4151 peer_ino 0x3b1a family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004462) sk unix: 	Collected: ino 0x649f1 peer_ino 0x646bf family    1 type    1 state  1 name 
(00.004464) sk unix: 	Collected: ino 0x6461b peer_ino 0x641af family    1 type    1 state  1 name (null)
(00.004466) sk unix: 	Collected: ino 0x64eea peer_ino 0x64eeb family    1 type    1 state  1 name (null)
(00.004471) sk unix: 	Collected: ino 0x6420e peer_ino 0x6420d family    1 type    1 state  1 name 
(00.004473) sk unix: 	Collected: ino 0x6418f peer_ino 0x64cbf family    1 type    1 state  1 name 
(00.004476) sk unix: 	Collected: ino 0x648f2 peer_ino 0x64155 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004479) sk unix: 	Collected: ino 0x648ea peer_ino 0x64c76 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004481) sk unix: 	Collected: ino 0x1d546 peer_ino 0x1d547 family    1 type    2 state  7 name (null)
(00.004483) sk unix: 	Collected: ino 0x64c6c peer_ino 0x6413d family    1 type    1 state  1 name 
(00.004485) sk unix: 	Collected: ino 0x63333 peer_ino 0x63e5f family    1 type    1 state  1 name (null)
(00.004487) sk unix: 	Collected: ino 0x64194 peer_ino 0x64607 family    1 type    1 state  1 name 
(00.004489) sk unix: 	Collected: ino 0x6415e peer_ino 0x64c82 family    1 type    1 state  1 name 
(00.004491) sk unix: 	Collected: ino 0x648a2 peer_ino 0x63bfc family    1 type    1 state  1 name (null)
(00.004494) sk unix: 	Collected: ino 0x5125 peer_ino 0x4db4 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004496) sk unix: 	Collected: ino 0x64346 peer_ino 0x64347 family    1 type    1 state  1 name (null)
(00.004498) sk unix: 	Collected: ino 0x37e5 peer_ino 0x441b family    1 type    1 state  1 name (null)
(00.004500) sk unix: 	Collected: ino 0x64788 peer_ino 0x64787 family    1 type    1 state  1 name 
(00.004503) sk unix: 	Collected: ino 0x64610 peer_ino 0x6460f family    1 type    1 state  1 name 
(00.004506) sk unix: 	Collected: ino 0x648f0 peer_ino 0x64151 family    1 type    1 state  1 name (null)
(00.004507) sk unix: 	Collected: ino 0x64754 peer_ino 0x64755 family    1 type    1 state  1 name (null)
(00.004509) sk unix: 	Collected: ino 0x64aac peer_ino 0x642a0 family    1 type    1 state  1 name (null)
(00.004511) sk unix: 	Collected: ino 0x649f5 peer_ino 0x649f6 family    1 type    1 state  1 name (null)
(00.004513) sk unix: 	Collected: ino 0x6777d peer_ino 0x680ef family    1 type    1 state  1 name (null)
(00.004515) sk unix: 	Collected: ino 0x6458a peer_ino 0x6414e family    1 type    1 state  1 name (null)
(00.004517) sk unix: 	Collected: ino 0x655db peer_ino 0x655dc family    1 type    1 state  1 name (null)
(00.004519) sk unix: 	Collected: ino 0x64613 peer_ino 0x649b8 family    1 type    1 state  1 name (null)
(00.004521) sk unix: 	Collected: ino 0x37e2 peer_ino 0x2477 family    1 type    2 state  7 name (null)
(00.004523) sk unix: 	Collected: ino 0x66eac peer_ino 0x66b9a family    1 type    1 state  1 name 
(00.004525) sk unix: 	Collected: ino 0x647af peer_ino 0x647ae family    1 type    1 state  1 name (null)
(00.004526) sk unix: 	Collected: ino 0x64d0f peer_ino 0x64d0e family    1 type    1 state  1 name (null)
(00.004528) sk unix: 	Collected: ino 0x64d02 peer_ino 0x6421d family    1 type    1 state  1 name (null)
(00.004530) sk unix: 	Collected: ino 0x648e9 peer_ino 0x6414c family    1 type    1 state  1 name 
(00.004532) sk unix: 	Collected: ino 0x64aa0 peer_ino 0x64aa1 family    1 type    1 state  1 name (null)
(00.004534) sk unix: 	Collected: ino 0x64cd7 peer_ino 0x641a0 family    1 type    1 state  1 name 
(00.004536) sk unix: 	Collected: ino 0x645e1 peer_ino 0x645e2 family    1 type    1 state  1 name (null)
(00.004539) sk unix: 	Collected: ino 0x6483e peer_ino 0x6405e family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004541) sk unix: 	Collected: ino 0x647b2 peer_ino 0x647b1 family    1 type    1 state  1 name (null)
(00.004543) sk unix: 	Collected: ino 0x63bf8 peer_ino 0x6489e family    1 type    1 state  1 name (null)
(00.004546) sk unix: 	Collected: ino 0x3716 peer_ino 0x3e53 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004551) sk unix: 	Collected: ino 0x4417 peer_ino 0x3f0b family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004553) sk unix: 	Collected: ino 0x64689 peer_ino 0x6468b family    1 type    1 state  1 name (null)
(00.004555) sk unix: 	Collected: ino 0x655d9 peer_ino 0x655da family    1 type    1 state  1 name (null)
(00.004560) sk unix: 	Collected: ino 0x64172 peer_ino 0x645ec family    1 type    1 state  1 name 
(00.004563) sk unix: 	Collected: ino 0x64c38 peer_ino 0x640da family    1 type    1 state  1 name 
(00.004565) sk unix: 	Collected: ino 0x64a2a peer_ino 0x64213 family    1 type    1 state  1 name 
(00.004567) sk unix: 	Collected: ino 0x6453e peer_ino 0x640d6 family    1 type    1 state  1 name 
(00.004569) sk unix: 	Collected: ino 0x64d14 peer_ino 0x64d13 family    1 type    1 state  1 name (null)
(00.004571) sk unix: 	Collected: ino 0x49a2 peer_ino 0x49a3 family    1 type    2 state  7 name (null)
(00.004573) sk unix: 	Collected: ino 0x71981 peer_ino 0x71982 family    1 type    1 state  1 name (null)
(00.004574) sk unix: 	Collected: ino 0x6624c peer_ino 0x6624b family    1 type    1 state  1 name (null)
(00.004576) sk unix: 	Collected: ino 0x6509d peer_ino 0x6553b family    1 type    1 state  1 name (null)
(00.004578) sk unix: 	Collected: ino 0x40e3 peer_ino 0x3a99 family    1 type    1 state  1 name (null)
(00.004580) sk unix: 	Collected: ino 0x6557a peer_ino 0x650ed family    1 type    1 state  1 name (null)
(00.004582) sk unix: 	Collected: ino 0x7ab2a peer_ino 0x7ab29 family    1 type    1 state  1 name (null)
(00.004585) sk unix: 	Collected: ino 0x64912 peer_ino 0x64597 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004587) sk unix: 	Collected: ino 0x65d82 peer_ino 0x65d83 family    1 type    1 state  1 name (null)
(00.004589) sk unix: 	Collected: ino 0x6429f peer_ino 0x64aab family    1 type    1 state  1 name 
(00.004591) sk unix: 	Collected: ino 0x6445b peer_ino 0x6405f family    1 type    1 state  1 name 
(00.004593) sk unix: 	Collected: ino 0x655c3 peer_ino 0x655c4 family    1 type    1 state  1 name (null)
(00.004595) sk unix: 	Collected: ino 0x5861 peer_ino 0x53c8 family    1 type    1 state  1 name (null)
(00.004598) sk unix: 	Collected: ino 0x65a41 peer_ino 0x655bc family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004605) sk unix: 	Collected: ino 0x65536 peer_ino 0x65537 family    1 type    1 state  1 name (null)
(00.004607) sk unix: 	Collected: ino 0x716d1 peer_ino 0x70f87 family    1 type    1 state  1 name (null)
(00.004609) sk unix: 	Collected: ino 0x642a0 peer_ino 0x64aac family    1 type    1 state  1 name 
(00.004611) sk unix: 	Collected: ino 0x64a2f peer_ino 0x64a30 family    1 type    1 state  1 name (null)
(00.004613) sk unix: 	Collected: ino 0x65c69 peer_ino 0x650a3 family    1 type    1 state  1 name (null)
(00.004615) sk unix: 	Collected: ino 0x64d0e peer_ino 0x64d0f family    1 type    1 state  1 name (null)
(00.004617) sk unix: 	Collected: ino 0x65162 peer_ino 0x65ee1 family    1 type    1 state  1 name (null)
(00.004619) sk unix: 	Collected: ino 0x64ecc peer_ino 0x64ecd family    1 type    1 state  1 name (null)
(00.004621) sk unix: 	Collected: ino 0x64233 peer_ino 0x64234 family    1 type    1 state  1 name (null)
(00.004624) sk unix: 	Collected: ino 0x650ed peer_ino 0x6557a family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004626) sk unix: 	Collected: ino 0x64a7e peer_ino 0x64a7d family    1 type    1 state  1 name (null)
(00.004628) sk unix: 	Collected: ino 0x646a6 peer_ino 0x641db family    1 type    1 state  1 name 
(00.004630) sk unix: 	Collected: ino 0x640c3 peer_ino 0x648a1 family    1 type    1 state  1 name (null)
(00.004632) sk unix: 	Collected: ino 0x50de peer_ino 0x4558 family    1 type    1 state  1 name (null)
(00.004634) sk unix: 	Collected: ino 0x40fc peer_ino 0x2480 family    1 type    2 state  7 name (null)
(00.004636) sk unix: 	Collected: ino 0x648f8 peer_ino 0x64c79 family    1 type    1 state  1 name (null)
(00.004638) sk unix: 	Collected: ino 0x6488e peer_ino 0x63be3 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004641) sk unix: 	Collected: ino 0x716d2 peer_ino 0x71dea family    1 type    1 state  1 name (null)
(00.004644) sk unix: 	Collected: ino 0x64939 peer_ino 0x645e9 family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004648) sk unix: 	Collected: ino 0x64ce4 peer_ino 0x649c7 family    1 type    1 state  1 name (null)
(00.004650) sk unix: 	Collected: ino 0x7b2eb peer_ino 0x7b2ea family    1 type    1 state  1 name (null)
(00.004652) sk unix: 	Collected: ino 0x6515a peer_ino 0x65ed9 family    1 type    1 state  1 name (null)
(00.004657) sk unix: 	Collected: ino 0x4495 peer_ino 0x4c4e family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004659) sk unix: 	Collected: ino 0x7b2ea peer_ino 0x7b2eb family    1 type    1 state  1 name (null)
(00.004661) sk unix: 	Collected: ino 0x76753 peer_ino 0x7632b family    1 type    1 state  1 name 
(00.004663) sk unix: 	Collected: ino 0x64050 peer_ino 0 family    1 type    1 state  1 name 
(00.004665) sk unix: 	Collected: ino 0x7197c peer_ino 0x716ca family    1 type    1 state  1 name (null)
(00.004667) sk unix: 	Collected: ino 0x64e1f peer_ino 0x64a85 family    1 type    1 state  1 name (null)
(00.004669) sk unix: 	Collected: ino 0x64646 peer_ino 0x64ce5 family    1 type    1 state  1 name (null)
(00.004672) sk unix: 	Collected: ino 0x64910 peer_ino 0x64592 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004675) sk unix: 	Collected: ino 0x53c8 peer_ino 0x5861 family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004678) sk unix: 	Collected: ino 0x64986 peer_ino 0x6460d family    1 type    1 state  1 name /run/systemd/journal/stdout
(00.004680) sk unix: 	Collected: ino 0x648c4 peer_ino 0x64c3a family    1 type    1 state  1 name (null)
(00.004683) sk unix: 	Collected: ino 0x4419 peer_ino 0x41ea family    1 type    1 state  1 name /var/run/dbus/system_bus_socket
(00.004809) 	Collected: ino 0x   64136 family    2 type    1 port     4713 state 10 src_addr 0.0.0.0
(00.004813) 	Collected: ino 0x   7c5f6 family    2 type    1 port     5554 state 10 src_addr 127.0.0.1
(00.004816) 	Collected: ino 0x   7c5f5 family    2 type    1 port     5555 state 10 src_addr 127.0.0.1
(00.004818) 	Collected: ino 0x    4e88 family    2 type    1 port       53 state 10 src_addr 127.0.0.1
(00.004820) 	Collected: ino 0x   64a99 family    2 type    1 port    45750 state 10 src_addr 127.0.0.1
(00.004823) 	Collected: ino 0x   64a97 family    2 type    1 port    45750 state 10 src_addr 192.168.178.34
(00.004825) 	Collected: ino 0x    4ff8 family    2 type    1 port      631 state 10 src_addr 127.0.0.1
(00.004827) 	Collected: ino 0x    4c7e family    2 type    1 port     9050 state 10 src_addr 127.0.0.1
(00.004830) 	Collected: ino 0x   65100 family    2 type    1 port    57736 state  1 src_addr 192.168.178.34
(00.004832) 	Collected: ino 0x   647e0 family    2 type    1 port    49766 state  1 src_addr 192.168.178.34
(00.004834) 	Collected: ino 0x   64d04 family    2 type    1 port    47210 state  1 src_addr 192.168.178.34
(00.004837) 	Collected: ino 0x   72dee family    2 type    1 port    49716 state  1 src_addr 192.168.178.34
(00.004839) 	Collected: ino 0x   7c016 family    2 type    1 port    49360 state  1 src_addr 192.168.178.34
(00.004843) 	Collected: ino 0x   66021 family    2 type    1 port    37300 state  1 src_addr 192.168.178.34
(00.004846) 	Collected: ino 0x   64d07 family    2 type    1 port    59106 state  1 src_addr 192.168.178.34
(00.004848) 	Collected: ino 0x   7bf50 family    2 type    1 port    42286 state  1 src_addr 192.168.178.34
(00.004851) 	Collected: ino 0x   64aaa family    2 type    1 port    50918 state  1 src_addr 192.168.178.34
(00.004853) 	Collected: ino 0x   6422d family    2 type    1 port    33438 state  1 src_addr 192.168.178.34
(00.004855) 	Collected: ino 0x   7a339 family    2 type    1 port    42064 state  1 src_addr 192.168.178.34
(00.004857) 	Collected: ino 0x   7b515 family    2 type    1 port    38842 state  1 src_addr 192.168.178.34
(00.004859) 	Collected: ino 0x   72c31 family    2 type    1 port    41244 state  1 src_addr 192.168.178.34
(00.004883) 	Collected: ino 0x   64a9a family    2 type    2 port    55890 state  1 src_addr 127.0.0.1
(00.004887) 	Collected: ino 0x   653e3 family    2 type    2 port    52335 state  1 src_addr 192.168.178.34
(00.004893) 	Collected: ino 0x    4e87 family    2 type    2 port       53 state  7 src_addr 127.0.0.1
(00.004895) 	Collected: ino 0x    4e80 family    2 type    2 port       68 state  7 src_addr 0.0.0.0
(00.004898) 	Collected: ino 0x   75c34 family    2 type    2 port    49719 state  1 src_addr 192.168.178.34
(00.004900) 	Collected: ino 0x   64a98 family    2 type    2 port    45750 state  7 src_addr 127.0.0.1
(00.004902) 	Collected: ino 0x   64a96 family    2 type    2 port    45750 state  7 src_addr 192.168.178.34
(00.004905) 	Collected: ino 0x   64a9c family    2 type    2 port    46148 state  1 src_addr 127.0.0.1
(00.004907) 	Collected: ino 0x   65710 family    2 type    2 port     5353 state  7 src_addr 0.0.0.0
(00.004909) 	Collected: ino 0x   64a81 family    2 type    2 port     5353 state  7 src_addr 0.0.0.0
(00.005018) 	Collected: ino 0x   64135 family   10 type    1 port     4713 state 10 src_addr ::
(00.005035) 	Collected: ino 0x    4109 family   10 type    1 port       22 state 10 src_addr ::
(00.005053) 	Collected: ino 0x   64a82 family   10 type    2 port     5353 state  7 src_addr ::
(00.005073) Collect packet sock 20094 3
(00.005076) 	Got 0 mreqs
(00.005078) Collect packet sock 18668 35085
(00.005080) 	Got 0 mreqs
(00.005081) Collect packet sock 18660 34958
(00.005083) 	Got 0 mreqs
(00.005084) Collect packet sock 18659 0
(00.005086) 	Got 0 mreqs
(00.005135) Collect netlink sock 0x37e6
(00.005139) Collect netlink sock 0x65579
(00.005140) Collect netlink sock 0x64591
(00.005142) Collect netlink sock 0x64227
(00.005144) Collect netlink sock 0x7
(00.005145) Collect netlink sock 0x48dd
(00.005147) Collect netlink sock 0x6461a
(00.005148) Collect netlink sock 0x64197
(00.005149) Collect netlink sock 0x64757
(00.005151) Collect netlink sock 0x64165
(00.005152) Collect netlink sock 0x37e7
(00.005156) Collect netlink sock 0x4e85
(00.005157) Collect netlink sock 0x641f8
(00.005159) Collect netlink sock 0x655bb
(00.005160) Collect netlink sock 0x64b91
(00.005162) Collect netlink sock 0x65538
(00.005163) Collect netlink sock 0x64940
(00.005165) Collect netlink sock 0x65c68
(00.005166) Collect netlink sock 0x655bb
(00.005168) Collect netlink sock 0x65579
(00.005169) Collect netlink sock 0x65c68
(00.005171) Collect netlink sock 0x65538
(00.005172) Collect netlink sock 0x64b91
(00.005173) Collect netlink sock 0x64227
(00.005175) Collect netlink sock 0x64757
(00.005176) Collect netlink sock 0x641f8
(00.005178) Collect netlink sock 0x6461a
(00.005179) Collect netlink sock 0x64197
(00.005180) Collect netlink sock 0x64940
(00.005182) Collect netlink sock 0x64165
(00.005183) Collect netlink sock 0x64591
(00.005184) Collect netlink sock 0x4e85
(00.005186) Collect netlink sock 0x48dd
(00.005187) Collect netlink sock 0x37e7
(00.005189) Collect netlink sock 0x1a
(00.005190) Collect netlink sock 0x7b6f7
(00.005191) Collect netlink sock 0x608
(00.005193) Collect netlink sock 0x282c
(00.005194) Collect netlink sock 0x247d
(00.005196) Collect netlink sock 0x6445c
(00.005197) Collect netlink sock 0x5fa
(00.005199) Collect netlink sock 0x7c233
(00.005200) Collect netlink sock 0x247d
(00.005201) Collect netlink sock 0x802
(00.005203) Collect netlink sock 0xc02
(00.005204) Collect netlink sock 0x4c89
(00.005205) Collect netlink sock 0x455b
(00.005207) Collect netlink sock 0x4c43
(00.005208) Collect netlink sock 0x6454c
(00.005210) Collect netlink sock 0x455d
(00.005211) Collect netlink sock 0x497d
(00.005213) Collect netlink sock 0x64157
(00.005214) Collect netlink sock 0x3ba3
(00.005216) Collect netlink sock 0x3ba1
(00.005217) Collect netlink sock 0x4289
(00.005218) Collect netlink sock 0x63b8c
(00.005220) Collect netlink sock 0x37e8
(00.005222) Collect netlink sock 0x63995
(00.005224) Collect netlink sock 0x4292
(00.005225) Collect netlink sock 0x2824
(00.005227) Collect netlink sock 0x637ec
(00.005228) Collect netlink sock 0x3ba0
(00.005230) Collect netlink sock 0x455e
(00.005231) Collect netlink sock 0x64d58
(00.005232) Collect netlink sock 0x64e00
(00.005234) Collect netlink sock 0x2835
(00.005235) Collect netlink sock 0x9
(00.005240) Collect netlink sock 0x4f77
(00.005241) Collect netlink sock 0x455c
(00.005243) Collect netlink sock 0x3ba2
(00.005244) Collect netlink sock 0x6493f
(00.005246) Collect netlink sock 0x6459c
(00.005247) Collect netlink sock 0x648bf
(00.005249) Collect netlink sock 0x48ac
(00.005250) Collect netlink sock 0x64e00
(00.005252) Collect netlink sock 0x64d58
(00.005253) Collect netlink sock 0x6493f
(00.005255) Collect netlink sock 0x6459c
(00.005256) Collect netlink sock 0x64157
(00.005258) Collect netlink sock 0x6454c
(00.005259) Collect netlink sock 0x648bf
(00.005260) Collect netlink sock 0x63b8c
(00.005262) Collect netlink sock 0x637ec
(00.005263) Collect netlink sock 0x63995
(00.005265) Collect netlink sock 0x4f77
(00.005266) Collect netlink sock 0x455e
(00.005268) Collect netlink sock 0x455d
(00.005269) Collect netlink sock 0x455c
(00.005271) Collect netlink sock 0x455b
(00.005272) Collect netlink sock 0x497d
(00.005273) Collect netlink sock 0x48ac
(00.005275) Collect netlink sock 0x4c89
(00.005276) Collect netlink sock 0x4c43
(00.005278) Collect netlink sock 0x4292
(00.005279) Collect netlink sock 0x4289
(00.005281) Collect netlink sock 0x37e8
(00.005282) Collect netlink sock 0x3ba3
(00.005284) Collect netlink sock 0x3ba2
(00.005285) Collect netlink sock 0x3ba1
(00.005287) Collect netlink sock 0x3ba0
(00.005289) Collect netlink sock 0x2835
(00.005291) Collect netlink sock 0x2824
(00.005293) Collect netlink sock 0x48e2
(00.005294) Collect netlink sock 0x48df
(00.005296) Collect netlink sock 0x48de
(00.005297) Collect netlink sock 0xc07
(00.005299) Collect netlink sock 0x5051
(00.005300) Collect netlink sock 0x48df
(00.005302) Collect netlink sock 0x2580
(00.005323) ========================================
(00.005325) Dumping task (pid: 9245)
(00.005327) ========================================
(00.005329) Obtaining task stat ... (00.005383) 
(00.005389) Collecting mappings (pid: 9245)
(00.005391) ----------------------------------------
(00.008579) vma 6a4000 borrows vfi from previous 400000
(00.008676) vma 7f463379b000 borrows vfi from previous 7f4633790000
(00.008683) vma 7f463399a000 borrows vfi from previous 7f463379b000
(00.008687) vma 7f463399b000 borrows vfi from previous 7f463399a000
(00.008710) vma 7f4633d87000 borrows vfi from previous 7f4633be8000
(00.008715) vma 7f4633f87000 borrows vfi from previous 7f4633d87000
(00.008741) vma 7f4633f8b000 borrows vfi from previous 7f4633f87000
(00.008761) vma 7f4633fa7000 borrows vfi from previous 7f4633f91000
(00.008766) vma 7f46341a6000 borrows vfi from previous 7f4633fa7000
(00.008781) vma 7f46341a9000 borrows vfi from previous 7f46341a7000
(00.008816) vma 7f46343a8000 borrows vfi from previous 7f46341a9000
(00.008821) vma 7f46343a9000 borrows vfi from previous 7f46343a8000
(00.008836) vma 7f4634515000 borrows vfi from previous 7f46343aa000
(00.008840) vma 7f4634715000 borrows vfi from previous 7f4634515000
(00.008844) vma 7f463471f000 borrows vfi from previous 7f4634715000
(00.008884) vma 7f463472c000 borrows vfi from previous 7f4634725000
(00.008889) vma 7f463492b000 borrows vfi from previous 7f463472c000
(00.008893) vma 7f463492c000 borrows vfi from previous 7f463492b000
(00.008907) vma 7f4634945000 borrows vfi from previous 7f463492d000
(00.008911) vma 7f4634b44000 borrows vfi from previous 7f4634945000
(00.008937) vma 7f4634b45000 borrows vfi from previous 7f4634b44000
(00.008957) vma 7f4634c4a000 borrows vfi from previous 7f4634b4a000
(00.008963) vma 7f4634e49000 borrows vfi from previous 7f4634c4a000
(00.008967) vma 7f4634e4a000 borrows vfi from previous 7f4634e49000
(00.009002) vma 7f4634e4e000 borrows vfi from previous 7f4634e4b000
(00.009007) vma 7f463504d000 borrows vfi from previous 7f4634e4e000
(00.009011) vma 7f463504e000 borrows vfi from previous 7f463504d000
(00.009251) vma 7f4635270000 borrows vfi from previous 7f463526f000
(00.009273) Collected, longest area occupies 786432 pages
(00.009275) 0x400000-0x6a4000 (2704K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009278) 0x6a4000-0x6d7000 (204K) prot 0x3 flags 0x2 st 0x41 off 0x2a4000 reg fp  shmid: 0
(00.009287) 0x6d7000-0x7ef000 (1120K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009290) 0x1927000-0x4dce000 (53916K) prot 0x3 flags 0x22 st 0x221 off 0 reg heap ap  shmid: 0
(00.009292) 0x40ddc000-0x70ddc000 (786432K) prot 0x7 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009294) 0x7f4546600000-0x7f4606600000 (3145728K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009296) 0x7f4606790000-0x7f4633790000 (737280K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009298) 0x7f4633790000-0x7f463379b000 (44K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009300) 0x7f463379b000-0x7f463399a000 (2044K) prot 0 flags 0x2 st 0x41 off 0xb000 reg fp  shmid: 0
(00.009302) 0x7f463399a000-0x7f463399b000 (4K) prot 0x1 flags 0x2 st 0x41 off 0xa000 reg fp  shmid: 0
(00.009303) 0x7f463399b000-0x7f463399c000 (4K) prot 0x3 flags 0x2 st 0x41 off 0xb000 reg fp  shmid: 0
(00.009305) 0x7f463399c000-0x7f4633be8000 (2352K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009307) 0x7f4633be8000-0x7f4633d87000 (1660K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009309) 0x7f4633d87000-0x7f4633f87000 (2048K) prot 0 flags 0x2 st 0x41 off 0x19f000 reg fp  shmid: 0
(00.009310) 0x7f4633f87000-0x7f4633f8b000 (16K) prot 0x1 flags 0x2 st 0x41 off 0x19f000 reg fp  shmid: 0
(00.009312) 0x7f4633f8b000-0x7f4633f8d000 (8K) prot 0x3 flags 0x2 st 0x41 off 0x1a3000 reg fp  shmid: 0
(00.009314) 0x7f4633f8d000-0x7f4633f91000 (16K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009316) 0x7f4633f91000-0x7f4633fa7000 (88K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009317) 0x7f4633fa7000-0x7f46341a6000 (2044K) prot 0 flags 0x2 st 0x41 off 0x16000 reg fp  shmid: 0
(00.009319) 0x7f46341a6000-0x7f46341a7000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x15000 reg fp  shmid: 0
(00.009321) 0x7f46341a7000-0x7f46341a9000 (8K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009323) 0x7f46341a9000-0x7f46343a8000 (2044K) prot 0 flags 0x2 st 0x41 off 0x2000 reg fp  shmid: 0
(00.009324) 0x7f46343a8000-0x7f46343a9000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x1000 reg fp  shmid: 0
(00.009326) 0x7f46343a9000-0x7f46343aa000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x2000 reg fp  shmid: 0
(00.009328) 0x7f46343aa000-0x7f4634515000 (1452K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009330) 0x7f4634515000-0x7f4634715000 (2048K) prot 0 flags 0x2 st 0x41 off 0x16b000 reg fp  shmid: 0
(00.009331) 0x7f4634715000-0x7f463471f000 (40K) prot 0x1 flags 0x2 st 0x41 off 0x16b000 reg fp  shmid: 0
(00.009333) 0x7f463471f000-0x7f4634721000 (8K) prot 0x3 flags 0x2 st 0x41 off 0x175000 reg fp  shmid: 0
(00.009335) 0x7f4634721000-0x7f4634725000 (16K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009336) 0x7f4634725000-0x7f463472c000 (28K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009338) 0x7f463472c000-0x7f463492b000 (2044K) prot 0 flags 0x2 st 0x41 off 0x7000 reg fp  shmid: 0
(00.009340) 0x7f463492b000-0x7f463492c000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x6000 reg fp  shmid: 0
(00.009342) 0x7f463492c000-0x7f463492d000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x7000 reg fp  shmid: 0
(00.009343) 0x7f463492d000-0x7f4634945000 (96K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009345) 0x7f4634945000-0x7f4634b44000 (2044K) prot 0 flags 0x2 st 0x41 off 0x18000 reg fp  shmid: 0
(00.009347) 0x7f4634b44000-0x7f4634b45000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x17000 reg fp  shmid: 0
(00.009348) 0x7f4634b45000-0x7f4634b46000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x18000 reg fp  shmid: 0
(00.009350) 0x7f4634b46000-0x7f4634b4a000 (16K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009352) 0x7f4634b4a000-0x7f4634c4a000 (1024K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009354) 0x7f4634c4a000-0x7f4634e49000 (2044K) prot 0 flags 0x2 st 0x41 off 0x100000 reg fp  shmid: 0
(00.009355) 0x7f4634e49000-0x7f4634e4a000 (4K) prot 0x1 flags 0x2 st 0x41 off 0xff000 reg fp  shmid: 0
(00.009357) 0x7f4634e4a000-0x7f4634e4b000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x100000 reg fp  shmid: 0
(00.009361) 0x7f4634e4b000-0x7f4634e4e000 (12K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009363) 0x7f4634e4e000-0x7f463504d000 (2044K) prot 0 flags 0x2 st 0x41 off 0x3000 reg fp  shmid: 0
(00.009365) 0x7f463504d000-0x7f463504e000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x2000 reg fp  shmid: 0
(00.009367) 0x7f463504e000-0x7f463504f000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x3000 reg fp  shmid: 0
(00.009368) 0x7f463504f000-0x7f463506f000 (128K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.009370) 0x7f4635245000-0x7f463524c000 (28K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009372) 0x7f463526c000-0x7f463526f000 (12K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009373) 0x7f463526f000-0x7f4635270000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x20000 reg fp  shmid: 0
(00.009375) 0x7f4635270000-0x7f4635271000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x21000 reg fp  shmid: 0
(00.009377) 0x7f4635271000-0x7f4635272000 (4K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.009379) 0x7fff1d508000-0x7fff1d52a000 (136K) prot 0x3 flags 0x122 st 0x201 off 0 reg ap  shmid: 0
(00.009380) 0x7fff1d546000-0x7fff1d548000 (8K) prot 0x1 flags 0x22 st 0x1201 off 0 reg vvar ap  shmid: 0
(00.009382) 0x7fff1d548000-0x7fff1d54a000 (8K) prot 0x5 flags 0x22 st 0x209 off 0 reg vdso ap  shmid: 0
(00.009384) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 st 0x204 off 0 vsys ap  shmid: 0
(00.009386) ----------------------------------------
(00.009390) 
(00.009392) Collecting fds (pid: 9245)
(00.009393) ----------------------------------------
(00.009407) Found 11 file descriptors
(00.009409) ----------------------------------------
(00.009415) Dump private signals of 9245
(00.009421) Dump shared signals of 9245
(00.009429) Parasite syscall_ip at 0x400000
(00.009556) Putting parasite blob into 0x7f6be293a000->0x7f45453d4000
(00.009590) Dumping GP/FPU registers for 9245
(00.009599) xsave runtime structure
(00.009601) -----------------------
(00.009603) cwd:37f swd:0 twd:0 fop:0 mxcsr:1fa0 mxcsr_mask:ffff
(00.009605) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
(00.009607) xstate_bv: 7
(00.009608) -----------------------
(00.009610) Putting tsock into pid 9245
(00.009754) Wait for parasite being daemonized...
(00.009773) Wait for ack 2 on daemon socket
pie: Running daemon thread leader
pie: __sent ack msg: 2 2 0
pie: Daemon waits for command
(00.009817) Fetched ack: 2 2 0
(00.009825) Parasite 9245 has been switched to daemon mode
(00.009849) Sent msg to daemon 17 0 0
(00.009853) Wait for ack 17 on daemon socket
pie: __fetched msg: 17 0 0
pie: __sent ack msg: 17 17 0
pie: Daemon waits for command
(00.009895) Fetched ack: 17 17 0
(00.009924) Sent msg to daemon 17 0 0
(00.009928) Wait for ack 17 on daemon socket
pie: __fetched msg: 17 0 0
pie: __sent ack msg: 17 17 0
pie: Daemon waits for command
(00.009970) Fetched ack: 17 17 0
(00.009988) Sent msg to daemon 12 0 0
pie: __fetched msg: 12 0 0
(00.009992) Wait for ack 12 on daemon socket
pie: __sent ack msg: 12 12 0
pie: Daemon waits for command
(00.010001) Fetched ack: 12 12 0
(00.010005) sid=25020 pgid=9245 pid=9245
(00.010027) 
(00.010030) Dumping opened files (pid: 9245)
(00.010033) ----------------------------------------
(00.010037) Sent msg to daemon 14 0 0
pie: __fetched msg: 14 0 0
pie: __sent ack msg: 14 14 0
pie: Daemon waits for command
(00.010057) Wait for ack 14 on daemon socket
(00.010061) Fetched ack: 14 14 0
(00.010080) 9245 fdinfo 0: pos: 0x               0 flags:           104002/0
(00.010097) tty: Dumping tty 20 with id 0x1
(00.010102) Dumping path for 0 fd via self 20 [/dev/pts/0]
(00.010119) Sent msg to daemon 16 0 0
pie: __fetched msg: 16 0 0
(00.010122) Wait for ack 16 on daemon socket
pie: __sent ack msg: 16 16 0
pie: Daemon waits for command
(00.010130) Fetched ack: 16 16 0
(00.010148) fdinfo: type: 0x b flags: 0104002/0 pos: 0x       0 fd: 0
(00.010165) 9245 fdinfo 1: pos: 0x               0 flags:           104002/0
(00.010175) fdinfo: type: 0x b flags: 0104002/0 pos: 0x       0 fd: 1
(00.010183) 9245 fdinfo 2: pos: 0x               0 flags:           104002/0
(00.010194) fdinfo: type: 0x b flags: 0104002/0 pos: 0x       0 fd: 2
(00.010203) 9245 fdinfo 3: pos: 0x        15c41000 flags:           100002/0
(00.010211) Dumping path for 3 fd via self 23 [/tmp/android-jak/emulator-Ttcfa5]
(00.010218) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x15c41000 fd: 3
(00.010227) 9245 fdinfo 4: pos: 0x         1385000 flags:           100002/0
(00.010234) Dumping path for 4 fd via self 24 [/home/jak/.android/avd/N5.avd/userdata-qemu.img]
(00.010241) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x 1385000 fd: 4
(00.010249) 9245 fdinfo 5: pos: 0x          117000 flags:           100002/0
(00.010255) Dumping path for 5 fd via self 25 [/home/jak/.android/avd/N5.avd/cache.img]
(00.010259) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x  117000 fd: 5
(00.010267) 9245 fdinfo 6: pos: 0x               0 flags:             4000/0
(00.010270) Dumping pipe 26 with id 0x5 pipe_id 0x7c5f1
(00.010277) Dumping data from pipe 0x7c5f1 fd 26
(00.010297) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 6
(00.010308) 9245 fdinfo 7: pos: 0x               0 flags:             4001/0
(00.010311) Dumping pipe 27 with id 0x6 pipe_id 0x7c5f1
(00.010314) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 7
(00.010322) 9245 fdinfo 8: pos: 0x               0 flags:             4002/0
(00.010328) 	Searching for socket 7c601 (family 2.6)
(00.010333) Warn  (sk-inet.c:193): Name resolved on unconnected socket
(00.010340) No filter for socket
(00.010347) Dumping inet socket at 8
(00.010351) 	Dumping: ino 0x   7c601 family    2 type    1 port        0 state  7 src_addr 0.0.0.0
(00.010353) 	Dumped: family 2 type 1 proto 6 port 0 state 7 src_addr 0.0.0.0
(00.010356) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 8
(00.010366) 9245 fdinfo 9: pos: 0x               0 flags:                2/0
(00.010370) 	Searching for socket 7c5f5 (family 2.6)
(00.010375) No filter for socket
(00.010378) Dumping inet socket at 9
(00.010381) 	Dumping: ino 0x   7c5f5 family    2 type    1 port     5555 state 10 src_addr 127.0.0.1
(00.010383) 	Dumped: family 2 type 1 proto 6 port 5555 state 10 src_addr 127.0.0.1
(00.010385) fdinfo: type: 0x 4 flags: 02/0 pos: 0x       0 fd: 9
(00.010393) 9245 fdinfo 10: pos: 0x               0 flags:             4002/0
(00.010397) 	Searching for socket 7c5f6 (family 2.6)
(00.010400) No filter for socket
(00.010403) Dumping inet socket at 10
(00.010405) 	Dumping: ino 0x   7c5f6 family    2 type    1 port     5554 state 10 src_addr 127.0.0.1
(00.010408) 	Dumped: family 2 type 1 proto 6 port 5554 state 10 src_addr 127.0.0.1
(00.010410) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 10
(00.010415) ----------------------------------------
(00.010421) Sent msg to daemon 7 0 0
(00.010424) Wait for ack 7 on daemon socket
pie: __fetched msg: 7 0 0
pie: __sent ack msg: 7 7 0
pie: Daemon waits for command
(00.010455) Fetched ack: 7 7 0
(00.010460) 
(00.010464) Dumping pages (type: 60 pid: 9245)
(00.010466) ----------------------------------------
(00.010468)    Private vmas 786432/1188264 pages
(00.010479) pagemap-cache: created for pid 9245 (takes 6291456 bytes)
(00.010481) page-pipe: Create page pipe for 1188264 segs
(00.010483) page-pipe: Will grow page pipe (iov off is 0)
(00.021251) pagemap-cache: filling VMA 400000-6a4000 (2704K) [l:400000 h:600000]
(00.021302) page-pipe: Add iov to page pipe (0 iovs, 0/1188264 total)
(00.021307) Pagemap generated: 1 pages 0 holes
(00.021309) pagemap-cache: filling VMA 6a4000-6d7000 (204K) [l:600000 h:800000]
(00.021314) page-pipe: Add iov to page pipe (1 iovs, 1/1188264 total)
(00.021317) page-pipe: Add iov to page pipe (2 iovs, 2/1188264 total)
(00.021318) Pagemap generated: 10 pages 0 holes
(00.021320) pagemap-cache: filling VMA 6d7000-7ef000 (1120K) [l:600000 h:800000]
(00.021326) page-pipe: Grow pipe 10 -> 20
(00.021328) page-pipe: Add iov to page pipe (3 iovs, 3/1188264 total)
(00.021329) page-pipe: Add iov to page pipe (4 iovs, 4/1188264 total)
(00.021331) page-pipe: Add iov to page pipe (5 iovs, 5/1188264 total)
(00.021333) page-pipe: Add iov to page pipe (6 iovs, 6/1188264 total)
(00.021341) page-pipe: Add iov to page pipe (7 iovs, 7/1188264 total)
(00.021343) page-pipe: Grow pipe 20 -> 40
(00.021346) page-pipe: Grow pipe 40 -> 80
(00.021349) page-pipe: Grow pipe 80 -> 100
(00.021351) Pagemap generated: 143 pages 0 holes
(00.021353) pagemap-cache: filling VMA 1927000-4dce000 (53916K) [l:1800000 h:1a00000]
(00.021726) page-pipe: Add iov to page pipe (8 iovs, 8/1188264 total)
(00.021730) page-pipe: Add iov to page pipe (9 iovs, 9/1188264 total)
(00.021732) page-pipe: Add iov to page pipe (10 iovs, 10/1188264 total)
(00.021736) page-pipe: Grow pipe 100 -> 200
(00.021738) page-pipe: Add iov to page pipe (11 iovs, 11/1188264 total)
(00.021740) page-pipe: Add iov to page pipe (12 iovs, 12/1188264 total)
(00.021741) page-pipe: Add iov to page pipe (13 iovs, 13/1188264 total)
(00.021745) page-pipe: Will grow page pipe (iov off is 14)
(00.021751) page-pipe: Add iov to page pipe (0 iovs, 14/1188264 total)
(00.021754) page-pipe: Grow pipe 10 -> 20
(00.021756) page-pipe: Grow pipe 20 -> 40
(00.021758) page-pipe: Grow pipe 40 -> 80
(00.021761) page-pipe: Grow pipe 80 -> 100
(00.021765) page-pipe: Grow pipe 100 -> 200
(00.021769) page-pipe: Will grow page pipe (iov off is 15)
(00.021772) page-pipe: Add iov to page pipe (0 iovs, 15/1188264 total)
(00.021775) page-pipe: Grow pipe 10 -> 20
(00.021777) page-pipe: Grow pipe 20 -> 40
(00.021779) page-pipe: Grow pipe 40 -> 80
(00.021781) page-pipe: Grow pipe 80 -> 100
(00.021787) page-pipe: Grow pipe 100 -> 200
(00.021791) page-pipe: Will grow page pipe (iov off is 16)
(00.021794) page-pipe: Add iov to page pipe (0 iovs, 16/1188264 total)
(00.021797) page-pipe: Grow pipe 10 -> 20
(00.021798) page-pipe: Grow pipe 20 -> 40
(00.021800) page-pipe: Grow pipe 40 -> 80
(00.021803) page-pipe: Grow pipe 80 -> 100
(00.021808) page-pipe: Grow pipe 100 -> 200
(00.021812) page-pipe: Will grow page pipe (iov off is 17)
(00.021815) page-pipe: Add iov to page pipe (0 iovs, 17/1188264 total)
(00.021817) page-pipe: Grow pipe 10 -> 20
(00.021819) page-pipe: Grow pipe 20 -> 40
(00.021821) page-pipe: Grow pipe 40 -> 80
(00.021824) page-pipe: Grow pipe 80 -> 100
(00.021829) page-pipe: Grow pipe 100 -> 200
(00.021833) page-pipe: Will grow page pipe (iov off is 18)
(00.021836) page-pipe: Add iov to page pipe (0 iovs, 18/1188264 total)
(00.021838) page-pipe: Grow pipe 10 -> 20
(00.021840) page-pipe: Grow pipe 20 -> 40
(00.021842) page-pipe: Grow pipe 40 -> 80
(00.021845) page-pipe: Grow pipe 80 -> 100
(00.021849) page-pipe: Grow pipe 100 -> 200
(00.021854) page-pipe: Will grow page pipe (iov off is 19)
(00.021857) page-pipe: Add iov to page pipe (0 iovs, 19/1188264 total)
(00.021859) page-pipe: Grow pipe 10 -> 20
(00.021861) page-pipe: Grow pipe 20 -> 40
(00.021863) page-pipe: Grow pipe 40 -> 80
(00.021866) page-pipe: Grow pipe 80 -> 100
(00.021871) page-pipe: Grow pipe 100 -> 200
(00.021875) page-pipe: Will grow page pipe (iov off is 20)
(00.021878) page-pipe: Add iov to page pipe (0 iovs, 20/1188264 total)
(00.021880) page-pipe: Grow pipe 10 -> 20
(00.021882) page-pipe: Grow pipe 20 -> 40
(00.021884) page-pipe: Grow pipe 40 -> 80
(00.021886) page-pipe: Grow pipe 80 -> 100
(00.021891) page-pipe: Grow pipe 100 -> 200
(00.021895) page-pipe: Will grow page pipe (iov off is 21)
(00.021897) page-pipe: Page pipe:
(00.021898) page-pipe: * 8 pipes 21/1188264 iovs:
(00.021900) page-pipe: 	buf 512 pages, 14 iovs:
(00.021901) page-pipe: 		0x400000 1
(00.021903) page-pipe: 		0x6a4000 9
(00.021904) page-pipe: 		0x6d6000 10
(00.021906) page-pipe: 		0x6e1000 1
(00.021907) page-pipe: 		0x6e3000 1
(00.021908) page-pipe: 		0x6e5000 1
(00.021910) page-pipe: 		0x767000 1
(00.021911) page-pipe: 		0x76d000 130
(00.021912) page-pipe: 		0x1927000 1
(00.021914) page-pipe: 		0x1938000 34
(00.021915) page-pipe: 		0x1989000 92
(00.021916) page-pipe: 		0x19e8000 1
(00.021918) page-pipe: 		0x19ea000 1
(00.021919) page-pipe: 		0x19f2000 229
(00.021920) page-pipe: 	buf 512 pages, 1 iovs:
(00.021921) page-pipe: 		0x1ad7000 512
(00.021923) page-pipe: 	buf 512 pages, 1 iovs:
(00.021927) page-pipe: 		0x1cd7000 512
(00.021929) page-pipe: 	buf 512 pages, 1 iovs:
(00.021930) page-pipe: 		0x1ed7000 512
(00.021931) page-pipe: 	buf 512 pages, 1 iovs:
(00.021933) page-pipe: 		0x20d7000 512
(00.021934) page-pipe: 	buf 512 pages, 1 iovs:
(00.021935) page-pipe: 		0x22d7000 512
(00.021937) page-pipe: 	buf 512 pages, 1 iovs:
(00.021938) page-pipe: 		0x24d7000 512
(00.021939) page-pipe: 	buf 512 pages, 1 iovs:
(00.021940) page-pipe: 		0x26d7000 512
(00.021942) page-pipe: * 0 holes:
(00.021943) PPB: 512 pages 14 segs 512 pipe 0 off
(00.021951) Sent msg to daemon 8 0 0
(00.021958) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.021996) Fetched ack: 8 8 0
(00.022000) PPB: 512 pages 1 segs 512 pipe 14 off
(00.022006) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022011) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022035) Fetched ack: 8 8 0
(00.022040) PPB: 512 pages 1 segs 512 pipe 15 off
(00.022045) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022050) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022074) Fetched ack: 8 8 0
(00.022078) PPB: 512 pages 1 segs 512 pipe 16 off
(00.022083) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022088) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022110) Fetched ack: 8 8 0
(00.022115) PPB: 512 pages 1 segs 512 pipe 17 off
(00.022120) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022125) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022148) Fetched ack: 8 8 0
(00.022153) PPB: 512 pages 1 segs 512 pipe 18 off
(00.022158) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022163) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022185) Fetched ack: 8 8 0
(00.022190) PPB: 512 pages 1 segs 512 pipe 19 off
(00.022194) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022199) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022221) Fetched ack: 8 8 0
(00.022226) PPB: 512 pages 1 segs 512 pipe 20 off
(00.022230) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.022235) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.022257) Fetched ack: 8 8 0
(00.022263) Transfering pages:
(00.022265) 	buf 512/14
(00.022266) 	p 0x400000 [1]
(00.022282) 	p 0x6a4000 [9]
(00.022295) 	p 0x6d6000 [10]
(00.022307) 	p 0x6e1000 [1]
(00.022311) 	p 0x6e3000 [1]
(00.022314) 	p 0x6e5000 [1]
(00.022318) 	p 0x767000 [1]
(00.022322) 	p 0x76d000 [130]
(00.022446) 	p 0x1927000 [1]
(00.022453) 	p 0x1938000 [34]
(00.022489) 	p 0x1989000 [92]
(00.022584) 	p 0x19e8000 [1]
(00.022590) 	p 0x19ea000 [1]
(00.022594) 	p 0x19f2000 [229]
(00.022821) 	buf 512/1
(00.022826) 	p 0x1ad7000 [512]
(00.023337) 	buf 512/1
(00.023347) 	p 0x1cd7000 [512]
(00.023869) 	buf 512/1
(00.023879) 	p 0x1ed7000 [512]
(00.024410) 	buf 512/1
(00.024420) 	p 0x20d7000 [512]
(00.024937) 	buf 512/1
(00.024947) 	p 0x22d7000 [512]
(00.025498) 	buf 512/1
(00.025513) 	p 0x24d7000 [512]
(00.026048) 	buf 512/1
(00.026059) 	p 0x26d7000 [512]
(00.026588) page-pipe: Clean up page pipe
(00.026598) page-pipe: Will grow page pipe (iov off is 21)
(00.026601) page-pipe: Add iov to page pipe (0 iovs, 21/1188264 total)
(00.026608) page-pipe: Will grow page pipe (iov off is 22)
(00.026609) page-pipe: Add iov to page pipe (0 iovs, 22/1188264 total)
(00.026615) page-pipe: Will grow page pipe (iov off is 23)
(00.026617) page-pipe: Add iov to page pipe (0 iovs, 23/1188264 total)
(00.026623) page-pipe: Will grow page pipe (iov off is 24)
(00.026624) page-pipe: Add iov to page pipe (0 iovs, 24/1188264 total)
(00.026630) page-pipe: Will grow page pipe (iov off is 25)
(00.026632) page-pipe: Add iov to page pipe (0 iovs, 25/1188264 total)
(00.026638) page-pipe: Will grow page pipe (iov off is 26)
(00.026639) page-pipe: Add iov to page pipe (0 iovs, 26/1188264 total)
(00.026651) page-pipe: Will grow page pipe (iov off is 27)
(00.026653) page-pipe: Add iov to page pipe (0 iovs, 27/1188264 total)
(00.026659) page-pipe: Will grow page pipe (iov off is 28)
(00.026660) page-pipe: Add iov to page pipe (0 iovs, 28/1188264 total)
(00.026667) page-pipe: Will grow page pipe (iov off is 29)
(00.026668) page-pipe: Page pipe:
(00.026669) page-pipe: * 8 pipes 29/1188264 iovs:
(00.026671) page-pipe: 	buf 512 pages, 1 iovs:
(00.026672) page-pipe: 		0x28d7000 512
(00.026674) page-pipe: 	buf 512 pages, 1 iovs:
(00.026675) page-pipe: 		0x2ad7000 512
(00.026676) page-pipe: 	buf 512 pages, 1 iovs:
(00.026678) page-pipe: 		0x2cd7000 512
(00.026679) page-pipe: 	buf 512 pages, 1 iovs:
(00.026680) page-pipe: 		0x2ed7000 512
(00.026682) page-pipe: 	buf 512 pages, 1 iovs:
(00.026683) page-pipe: 		0x30d7000 512
(00.026684) page-pipe: 	buf 512 pages, 1 iovs:
(00.026686) page-pipe: 		0x32d7000 512
(00.026687) page-pipe: 	buf 512 pages, 1 iovs:
(00.026688) page-pipe: 		0x34d7000 512
(00.026689) page-pipe: 	buf 512 pages, 1 iovs:
(00.026691) page-pipe: 		0x36d7000 512
(00.026692) page-pipe: * 0 holes:
(00.026693) PPB: 512 pages 1 segs 512 pipe 21 off
(00.026706) Sent msg to daemon 8 0 0
(00.026714) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026750) Fetched ack: 8 8 0
(00.026755) PPB: 512 pages 1 segs 512 pipe 22 off
(00.026759) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026764) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026788) Fetched ack: 8 8 0
(00.026793) PPB: 512 pages 1 segs 512 pipe 23 off
(00.026797) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026802) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026826) Fetched ack: 8 8 0
(00.026831) PPB: 512 pages 1 segs 512 pipe 24 off
(00.026835) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026840) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026863) Fetched ack: 8 8 0
(00.026868) PPB: 512 pages 1 segs 512 pipe 25 off
(00.026872) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026877) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026900) Fetched ack: 8 8 0
(00.026905) PPB: 512 pages 1 segs 512 pipe 26 off
(00.026909) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026914) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026937) Fetched ack: 8 8 0
(00.026942) PPB: 512 pages 1 segs 512 pipe 27 off
(00.026946) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026951) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.026974) Fetched ack: 8 8 0
(00.026979) PPB: 512 pages 1 segs 512 pipe 28 off
(00.026983) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.026989) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.027013) Fetched ack: 8 8 0
(00.027019) Transfering pages:
(00.027021) 	buf 512/1
(00.027022) 	p 0x28d7000 [512]
(00.027575) 	buf 512/1
(00.027600) 	p 0x2ad7000 [512]
(00.028133) 	buf 512/1
(00.028145) 	p 0x2cd7000 [512]
(00.028667) 	buf 512/1
(00.028678) 	p 0x2ed7000 [512]
(00.029279) 	buf 512/1
(00.029292) 	p 0x30d7000 [512]
(00.029833) 	buf 512/1
(00.029839) 	p 0x32d7000 [512]
(00.030364) 	buf 512/1
(00.030372) 	p 0x34d7000 [512]
(00.030900) 	buf 512/1
(00.030906) 	p 0x36d7000 [512]
(00.031436) page-pipe: Clean up page pipe
(00.031442) page-pipe: Will grow page pipe (iov off is 29)
(00.031445) page-pipe: Add iov to page pipe (0 iovs, 29/1188264 total)
(00.031452) page-pipe: Will grow page pipe (iov off is 30)
(00.031454) page-pipe: Add iov to page pipe (0 iovs, 30/1188264 total)
(00.031460) page-pipe: Will grow page pipe (iov off is 31)
(00.031462) page-pipe: Add iov to page pipe (0 iovs, 31/1188264 total)
(00.031468) page-pipe: Will grow page pipe (iov off is 32)
(00.031470) page-pipe: Add iov to page pipe (0 iovs, 32/1188264 total)
(00.031482) page-pipe: Will grow page pipe (iov off is 33)
(00.031484) page-pipe: Add iov to page pipe (0 iovs, 33/1188264 total)
(00.031490) page-pipe: Will grow page pipe (iov off is 34)
(00.031491) page-pipe: Add iov to page pipe (0 iovs, 34/1188264 total)
(00.031497) page-pipe: Will grow page pipe (iov off is 35)
(00.031499) page-pipe: Add iov to page pipe (0 iovs, 35/1188264 total)
(00.031505) page-pipe: Will grow page pipe (iov off is 36)
(00.031506) page-pipe: Add iov to page pipe (0 iovs, 36/1188264 total)
(00.031512) page-pipe: Will grow page pipe (iov off is 37)
(00.031514) page-pipe: Page pipe:
(00.031515) page-pipe: * 8 pipes 37/1188264 iovs:
(00.031517) page-pipe: 	buf 512 pages, 1 iovs:
(00.031518) page-pipe: 		0x38d7000 512
(00.031519) page-pipe: 	buf 512 pages, 1 iovs:
(00.031521) page-pipe: 		0x3ad7000 512
(00.031522) page-pipe: 	buf 512 pages, 1 iovs:
(00.031523) page-pipe: 		0x3cd7000 512
(00.031525) page-pipe: 	buf 512 pages, 1 iovs:
(00.031526) page-pipe: 		0x3ed7000 512
(00.031527) page-pipe: 	buf 512 pages, 1 iovs:
(00.031529) page-pipe: 		0x40d7000 512
(00.031530) page-pipe: 	buf 512 pages, 1 iovs:
(00.031531) page-pipe: 		0x42d7000 512
(00.031532) page-pipe: 	buf 512 pages, 1 iovs:
(00.031534) page-pipe: 		0x44d7000 512
(00.031535) page-pipe: 	buf 512 pages, 1 iovs:
(00.031536) page-pipe: 		0x46d7000 512
(00.031538) page-pipe: * 0 holes:
(00.031539) PPB: 512 pages 1 segs 512 pipe 29 off
(00.031550) Sent msg to daemon 8 0 0
(00.031558) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
(00.031595) Fetched ack: 8 8 0
(00.031603) PPB: 512 pages 1 segs 512 pipe 30 off
(00.031607) Sent msg to daemon 8 0 0
(00.031615) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031658) Fetched ack: 8 8 0
(00.031663) PPB: 512 pages 1 segs 512 pipe 31 off
(00.031668) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.031674) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031700) Fetched ack: 8 8 0
(00.031705) PPB: 512 pages 1 segs 512 pipe 32 off
(00.031709) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.031714) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031741) Fetched ack: 8 8 0
(00.031745) PPB: 512 pages 1 segs 512 pipe 33 off
(00.031750) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.031755) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031781) Fetched ack: 8 8 0
(00.031786) PPB: 512 pages 1 segs 512 pipe 34 off
(00.031790) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.031795) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031820) Fetched ack: 8 8 0
(00.031826) PPB: 512 pages 1 segs 512 pipe 35 off
(00.031830) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.031835) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031864) Fetched ack: 8 8 0
(00.031869) PPB: 512 pages 1 segs 512 pipe 36 off
(00.031873) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.031879) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.031908) Fetched ack: 8 8 0
(00.031914) Transfering pages:
(00.031916) 	buf 512/1
(00.031918) 	p 0x38d7000 [512]
(00.032585) 	buf 512/1
(00.032593) 	p 0x3ad7000 [512]
(00.033209) 	buf 512/1
(00.033217) 	p 0x3cd7000 [512]
(00.033743) 	buf 512/1
(00.033749) 	p 0x3ed7000 [512]
(00.034276) 	buf 512/1
(00.034282) 	p 0x40d7000 [512]
(00.034805) 	buf 512/1
(00.034811) 	p 0x42d7000 [512]
(00.035333) 	buf 512/1
(00.035339) 	p 0x44d7000 [512]
(00.035862) 	buf 512/1
(00.035867) 	p 0x46d7000 [512]
(00.036399) page-pipe: Clean up page pipe
(00.036407) page-pipe: Will grow page pipe (iov off is 37)
(00.036409) page-pipe: Add iov to page pipe (0 iovs, 37/1188264 total)
(00.036416) page-pipe: Will grow page pipe (iov off is 38)
(00.036418) page-pipe: Add iov to page pipe (0 iovs, 38/1188264 total)
(00.036428) page-pipe: Add iov to page pipe (1 iovs, 39/1188264 total)
(00.036430) page-pipe: Add iov to page pipe (2 iovs, 40/1188264 total)
(00.036432) page-pipe: Add iov to page pipe (3 iovs, 41/1188264 total)
(00.036433) page-pipe: Add iov to page pipe (4 iovs, 42/1188264 total)
(00.036437) page-pipe: Will grow page pipe (iov off is 43)
(00.036438) page-pipe: Add iov to page pipe (0 iovs, 43/1188264 total)
(00.036442) Pagemap generated: 1224 pages 0 holes
(00.036444) pagemap-cache: filling VMA 40ddc000-70ddc000 (786432K) [l:40c00000 h:40e00000]
(00.037968) page-pipe: Add iov to page pipe (1 iovs, 44/1188264 total)
(00.037979) page-pipe: Will grow page pipe (iov off is 45)
(00.037980) page-pipe: Add iov to page pipe (0 iovs, 45/1188264 total)
(00.037987) page-pipe: Will grow page pipe (iov off is 46)
(00.037988) page-pipe: Add iov to page pipe (0 iovs, 46/1188264 total)
(00.037994) page-pipe: Will grow page pipe (iov off is 47)
(00.037996) page-pipe: Add iov to page pipe (0 iovs, 47/1188264 total)
(00.038002) page-pipe: Will grow page pipe (iov off is 48)
(00.038004) page-pipe: Add iov to page pipe (0 iovs, 48/1188264 total)
(00.038010) page-pipe: Will grow page pipe (iov off is 49)
(00.038012) page-pipe: Add iov to page pipe (0 iovs, 49/1188264 total)
(00.038018) page-pipe: Will grow page pipe (iov off is 50)
(00.038019) page-pipe: Page pipe:
(00.038021) page-pipe: * 8 pipes 50/1188264 iovs:
(00.038022) page-pipe: 	buf 512 pages, 1 iovs:
(00.038023) page-pipe: 		0x48d7000 512
(00.038025) page-pipe: 	buf 512 pages, 5 iovs:
(00.038026) page-pipe: 		0x4ad7000 217
(00.038028) page-pipe: 		0x4bb7000 4
(00.038029) page-pipe: 		0x4bbd000 37
(00.038030) page-pipe: 		0x4be7000 32
(00.038032) page-pipe: 		0x4c08000 222
(00.038033) page-pipe: 	buf 512 pages, 2 iovs:
(00.038034) page-pipe: 		0x4ce6000 200
(00.038036) page-pipe: 		0x40ddc000 312
(00.038037) page-pipe: 	buf 512 pages, 1 iovs:
(00.038038) page-pipe: 		0x40f14000 512
(00.038040) page-pipe: 	buf 512 pages, 1 iovs:
(00.038041) page-pipe: 		0x41114000 512
(00.038042) page-pipe: 	buf 512 pages, 1 iovs:
(00.038043) page-pipe: 		0x41314000 512
(00.038045) page-pipe: 	buf 512 pages, 1 iovs:
(00.038046) page-pipe: 		0x41514000 512
(00.038047) page-pipe: 	buf 512 pages, 1 iovs:
(00.038049) page-pipe: 		0x41714000 512
(00.038050) page-pipe: * 0 holes:
(00.038051) PPB: 512 pages 1 segs 512 pipe 37 off
(00.038060) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038069) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038106) Fetched ack: 8 8 0
(00.038110) PPB: 512 pages 5 segs 512 pipe 38 off
(00.038115) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038120) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038148) Fetched ack: 8 8 0
(00.038152) PPB: 512 pages 2 segs 512 pipe 43 off
(00.038157) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038162) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038189) Fetched ack: 8 8 0
(00.038193) PPB: 512 pages 1 segs 512 pipe 45 off
(00.038197) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038202) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038228) Fetched ack: 8 8 0
(00.038232) PPB: 512 pages 1 segs 512 pipe 46 off
(00.038237) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038242) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038268) Fetched ack: 8 8 0
(00.038272) PPB: 512 pages 1 segs 512 pipe 47 off
(00.038277) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038282) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038307) Fetched ack: 8 8 0
(00.038311) PPB: 512 pages 1 segs 512 pipe 48 off
(00.038316) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038321) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038346) Fetched ack: 8 8 0
(00.038355) PPB: 512 pages 1 segs 512 pipe 49 off
(00.038359) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.038364) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.038389) Fetched ack: 8 8 0
(00.038394) Transfering pages:
(00.038396) 	buf 512/1
(00.038397) 	p 0x48d7000 [512]
(00.038923) 	buf 512/5
(00.038929) 	p 0x4ad7000 [217]
(00.039350) 	p 0x4bb7000 [4]
(00.039362) 	p 0x4bbd000 [37]
(00.039403) 	p 0x4be7000 [32]
(00.039438) 	p 0x4c08000 [222]
(00.039662) 	buf 512/2
(00.039665) 	p 0x4ce6000 [200]
(00.039868) 	p 0x40ddc000 [312]
(00.040185) 	buf 512/1
(00.040191) 	p 0x40f14000 [512]
(00.040718) 	buf 512/1
(00.040730) 	p 0x41114000 [512]
(00.041293) 	buf 512/1
(00.041306) 	p 0x41314000 [512]
(00.041842) 	buf 512/1
(00.041848) 	p 0x41514000 [512]
(00.042391) 	buf 512/1
(00.042398) 	p 0x41714000 [512]
(00.042946) page-pipe: Clean up page pipe
(00.042954) page-pipe: Will grow page pipe (iov off is 50)
(00.042956) page-pipe: Add iov to page pipe (0 iovs, 50/1188264 total)
(00.042963) page-pipe: Will grow page pipe (iov off is 51)
(00.042964) page-pipe: Add iov to page pipe (0 iovs, 51/1188264 total)
(00.042971) page-pipe: Will grow page pipe (iov off is 52)
(00.042972) page-pipe: Add iov to page pipe (0 iovs, 52/1188264 total)
(00.042978) page-pipe: Will grow page pipe (iov off is 53)
(00.042979) page-pipe: Add iov to page pipe (0 iovs, 53/1188264 total)
(00.042986) page-pipe: Will grow page pipe (iov off is 54)
(00.042987) page-pipe: Add iov to page pipe (0 iovs, 54/1188264 total)
(00.042993) page-pipe: Will grow page pipe (iov off is 55)
(00.042994) page-pipe: Add iov to page pipe (0 iovs, 55/1188264 total)
(00.043001) page-pipe: Will grow page pipe (iov off is 56)
(00.043002) page-pipe: Add iov to page pipe (0 iovs, 56/1188264 total)
(00.043008) page-pipe: Will grow page pipe (iov off is 57)
(00.043010) page-pipe: Add iov to page pipe (0 iovs, 57/1188264 total)
(00.043016) page-pipe: Will grow page pipe (iov off is 58)
(00.043017) page-pipe: Page pipe:
(00.043019) page-pipe: * 8 pipes 58/1188264 iovs:
(00.043020) page-pipe: 	buf 512 pages, 1 iovs:
(00.043021) page-pipe: 		0x41914000 512
(00.043023) page-pipe: 	buf 512 pages, 1 iovs:
(00.043024) page-pipe: 		0x41b14000 512
(00.043026) page-pipe: 	buf 512 pages, 1 iovs:
(00.043027) page-pipe: 		0x41d14000 512
(00.043028) page-pipe: 	buf 512 pages, 1 iovs:
(00.043030) page-pipe: 		0x41f14000 512
(00.043031) page-pipe: 	buf 512 pages, 1 iovs:
(00.043032) page-pipe: 		0x42114000 512
(00.043033) page-pipe: 	buf 512 pages, 1 iovs:
(00.043035) page-pipe: 		0x42314000 512
(00.043036) page-pipe: 	buf 512 pages, 1 iovs:
(00.043037) page-pipe: 		0x42514000 512
(00.043039) page-pipe: 	buf 512 pages, 1 iovs:
(00.043040) page-pipe: 		0x42714000 512
(00.043041) page-pipe: * 0 holes:
(00.043043) PPB: 512 pages 1 segs 512 pipe 50 off
(00.043053) Sent msg to daemon 8 0 0
(00.043062) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043101) Fetched ack: 8 8 0
(00.043105) PPB: 512 pages 1 segs 512 pipe 51 off
(00.043111) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043116) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043147) Fetched ack: 8 8 0
(00.043152) PPB: 512 pages 1 segs 512 pipe 52 off
(00.043157) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043162) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043190) Fetched ack: 8 8 0
(00.043194) PPB: 512 pages 1 segs 512 pipe 53 off
(00.043200) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043205) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043230) Fetched ack: 8 8 0
(00.043235) PPB: 512 pages 1 segs 512 pipe 54 off
(00.043241) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043246) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043271) Fetched ack: 8 8 0
(00.043275) PPB: 512 pages 1 segs 512 pipe 55 off
(00.043288) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043294) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043320) Fetched ack: 8 8 0
(00.043324) PPB: 512 pages 1 segs 512 pipe 56 off
(00.043329) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043335) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043360) Fetched ack: 8 8 0
(00.043364) PPB: 512 pages 1 segs 512 pipe 57 off
(00.043369) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.043374) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.043400) Fetched ack: 8 8 0
(00.043405) Transfering pages:
(00.043407) 	buf 512/1
(00.043409) 	p 0x41914000 [512]
(00.043934) 	buf 512/1
(00.043940) 	p 0x41b14000 [512]
(00.044468) 	buf 512/1
(00.044473) 	p 0x41d14000 [512]
(00.044995) 	buf 512/1
(00.045001) 	p 0x41f14000 [512]
(00.045535) 	buf 512/1
(00.045541) 	p 0x42114000 [512]
(00.046047) 	buf 512/1
(00.046052) 	p 0x42314000 [512]
(00.046565) 	buf 512/1
(00.046571) 	p 0x42514000 [512]
(00.047135) 	buf 512/1
(00.047142) 	p 0x42714000 [512]
(00.047687) page-pipe: Clean up page pipe
(00.047694) page-pipe: Will grow page pipe (iov off is 58)
(00.047696) page-pipe: Add iov to page pipe (0 iovs, 58/1188264 total)
(00.047703) page-pipe: Will grow page pipe (iov off is 59)
(00.047704) page-pipe: Add iov to page pipe (0 iovs, 59/1188264 total)
(00.047711) page-pipe: Will grow page pipe (iov off is 60)
(00.047712) page-pipe: Add iov to page pipe (0 iovs, 60/1188264 total)
(00.047718) page-pipe: Will grow page pipe (iov off is 61)
(00.047720) page-pipe: Add iov to page pipe (0 iovs, 61/1188264 total)
(00.047726) page-pipe: Will grow page pipe (iov off is 62)
(00.047728) page-pipe: Add iov to page pipe (0 iovs, 62/1188264 total)
(00.047734) page-pipe: Will grow page pipe (iov off is 63)
(00.047736) page-pipe: Add iov to page pipe (0 iovs, 63/1188264 total)
(00.047742) page-pipe: Will grow page pipe (iov off is 64)
(00.047744) page-pipe: Add iov to page pipe (0 iovs, 64/1188264 total)
(00.047750) page-pipe: Will grow page pipe (iov off is 65)
(00.047752) page-pipe: Add iov to page pipe (0 iovs, 65/1188264 total)
(00.047758) page-pipe: Will grow page pipe (iov off is 66)
(00.047760) page-pipe: Page pipe:
(00.047761) page-pipe: * 8 pipes 66/1188264 iovs:
(00.047762) page-pipe: 	buf 512 pages, 1 iovs:
(00.047764) page-pipe: 		0x42914000 512
(00.047766) page-pipe: 	buf 512 pages, 1 iovs:
(00.047767) page-pipe: 		0x42b14000 512
(00.047768) page-pipe: 	buf 512 pages, 1 iovs:
(00.047770) page-pipe: 		0x42d14000 512
(00.047771) page-pipe: 	buf 512 pages, 1 iovs:
(00.047772) page-pipe: 		0x42f14000 512
(00.047774) page-pipe: 	buf 512 pages, 1 iovs:
(00.047775) page-pipe: 		0x43114000 512
(00.047776) page-pipe: 	buf 512 pages, 1 iovs:
(00.047778) page-pipe: 		0x43314000 512
(00.047779) page-pipe: 	buf 512 pages, 1 iovs:
(00.047780) page-pipe: 		0x43514000 512
(00.047782) page-pipe: 	buf 512 pages, 1 iovs:
(00.047783) page-pipe: 		0x43714000 512
(00.047785) page-pipe: * 0 holes:
(00.047786) PPB: 512 pages 1 segs 512 pipe 58 off
(00.047795) Sent msg to daemon 8 0 0
(00.047804) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.047842) Fetched ack: 8 8 0
(00.047848) PPB: 512 pages 1 segs 512 pipe 59 off
(00.047853) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.047858) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.047887) Fetched ack: 8 8 0
(00.047892) PPB: 512 pages 1 segs 512 pipe 60 off
(00.047897) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.047904) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.047942) Fetched ack: 8 8 0
(00.047947) PPB: 512 pages 1 segs 512 pipe 61 off
(00.047951) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.047957) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.047983) Fetched ack: 8 8 0
(00.047996) PPB: 512 pages 1 segs 512 pipe 62 off
(00.048000) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.048005) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.048032) Fetched ack: 8 8 0
(00.048036) PPB: 512 pages 1 segs 512 pipe 63 off
(00.048040) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.048046) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.048072) Fetched ack: 8 8 0
(00.048076) PPB: 512 pages 1 segs 512 pipe 64 off
(00.048080) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.048086) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.048113) Fetched ack: 8 8 0
(00.048117) PPB: 512 pages 1 segs 512 pipe 65 off
(00.048121) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.048126) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.048152) Fetched ack: 8 8 0
(00.048157) Transfering pages:
(00.048159) 	buf 512/1
(00.048161) 	p 0x42914000 [512]
(00.048689) 	buf 512/1
(00.048695) 	p 0x42b14000 [512]
(00.049399) 	buf 512/1
(00.049407) 	p 0x42d14000 [512]
(00.049936) 	buf 512/1
(00.049942) 	p 0x42f14000 [512]
(00.050455) 	buf 512/1
(00.050461) 	p 0x43114000 [512]
(00.050981) 	buf 512/1
(00.050987) 	p 0x43314000 [512]
(00.051510) 	buf 512/1
(00.051515) 	p 0x43514000 [512]
(00.052035) 	buf 512/1
(00.052041) 	p 0x43714000 [512]
(00.052564) page-pipe: Clean up page pipe
(00.052571) page-pipe: Will grow page pipe (iov off is 66)
(00.052574) page-pipe: Add iov to page pipe (0 iovs, 66/1188264 total)
(00.052580) page-pipe: Will grow page pipe (iov off is 67)
(00.052582) page-pipe: Add iov to page pipe (0 iovs, 67/1188264 total)
(00.052588) page-pipe: Will grow page pipe (iov off is 68)
(00.052590) page-pipe: Add iov to page pipe (0 iovs, 68/1188264 total)
(00.052596) page-pipe: Will grow page pipe (iov off is 69)
(00.052597) page-pipe: Add iov to page pipe (0 iovs, 69/1188264 total)
(00.052603) page-pipe: Will grow page pipe (iov off is 70)
(00.052605) page-pipe: Add iov to page pipe (0 iovs, 70/1188264 total)
(00.052611) page-pipe: Will grow page pipe (iov off is 71)
(00.052613) page-pipe: Add iov to page pipe (0 iovs, 71/1188264 total)
(00.052619) page-pipe: Will grow page pipe (iov off is 72)
(00.052620) page-pipe: Add iov to page pipe (0 iovs, 72/1188264 total)
(00.052626) page-pipe: Will grow page pipe (iov off is 73)
(00.052628) page-pipe: Add iov to page pipe (0 iovs, 73/1188264 total)
(00.052634) page-pipe: Will grow page pipe (iov off is 74)
(00.052635) page-pipe: Page pipe:
(00.052636) page-pipe: * 8 pipes 74/1188264 iovs:
(00.052638) page-pipe: 	buf 512 pages, 1 iovs:
(00.052639) page-pipe: 		0x43914000 512
(00.052641) page-pipe: 	buf 512 pages, 1 iovs:
(00.052642) page-pipe: 		0x43b14000 512
(00.052643) page-pipe: 	buf 512 pages, 1 iovs:
(00.052645) page-pipe: 		0x43d14000 512
(00.052646) page-pipe: 	buf 512 pages, 1 iovs:
(00.052647) page-pipe: 		0x43f14000 512
(00.052649) page-pipe: 	buf 512 pages, 1 iovs:
(00.052650) page-pipe: 		0x44114000 512
(00.052651) page-pipe: 	buf 512 pages, 1 iovs:
(00.052652) page-pipe: 		0x44314000 512
(00.052654) page-pipe: 	buf 512 pages, 1 iovs:
(00.052655) page-pipe: 		0x44514000 512
(00.052656) page-pipe: 	buf 512 pages, 1 iovs:
(00.052658) page-pipe: 		0x44714000 512
(00.052659) page-pipe: * 0 holes:
(00.052660) PPB: 512 pages 1 segs 512 pipe 66 off
(00.052672) Sent msg to daemon 8 0 0
(00.052680) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.052721) Fetched ack: 8 8 0
(00.052726) PPB: 512 pages 1 segs 512 pipe 67 off
(00.052731) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052738) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.052767) Fetched ack: 8 8 0
(00.052772) PPB: 512 pages 1 segs 512 pipe 68 off
(00.052776) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052781) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
(00.052808) Fetched ack: 8 8 0
pie: Daemon waits for command
(00.052818) PPB: 512 pages 1 segs 512 pipe 69 off
(00.052823) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052828) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.052855) Fetched ack: 8 8 0
(00.052859) PPB: 512 pages 1 segs 512 pipe 70 off
(00.052863) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052869) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.052895) Fetched ack: 8 8 0
(00.052899) PPB: 512 pages 1 segs 512 pipe 71 off
(00.052903) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052909) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.052934) Fetched ack: 8 8 0
(00.052939) PPB: 512 pages 1 segs 512 pipe 72 off
(00.052943) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052949) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.052975) Fetched ack: 8 8 0
(00.052979) PPB: 512 pages 1 segs 512 pipe 73 off
(00.052983) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.052988) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.053014) Fetched ack: 8 8 0
(00.053019) Transfering pages:
(00.053030) 	buf 512/1
(00.053032) 	p 0x43914000 [512]
(00.053560) 	buf 512/1
(00.053565) 	p 0x43b14000 [512]
(00.054087) 	buf 512/1
(00.054092) 	p 0x43d14000 [512]
(00.054623) 	buf 512/1
(00.054628) 	p 0x43f14000 [512]
(00.055152) 	buf 512/1
(00.055158) 	p 0x44114000 [512]
(00.055683) 	buf 512/1
(00.055689) 	p 0x44314000 [512]
(00.056221) 	buf 512/1
(00.056227) 	p 0x44514000 [512]
(00.056753) 	buf 512/1
(00.056759) 	p 0x44714000 [512]
(00.057301) page-pipe: Clean up page pipe
(00.057309) page-pipe: Will grow page pipe (iov off is 74)
(00.057312) page-pipe: Add iov to page pipe (0 iovs, 74/1188264 total)
(00.057318) page-pipe: Will grow page pipe (iov off is 75)
(00.057320) page-pipe: Add iov to page pipe (0 iovs, 75/1188264 total)
(00.057326) page-pipe: Will grow page pipe (iov off is 76)
(00.057327) page-pipe: Add iov to page pipe (0 iovs, 76/1188264 total)
(00.057334) page-pipe: Will grow page pipe (iov off is 77)
(00.057335) page-pipe: Add iov to page pipe (0 iovs, 77/1188264 total)
(00.057341) page-pipe: Will grow page pipe (iov off is 78)
(00.057343) page-pipe: Add iov to page pipe (0 iovs, 78/1188264 total)
(00.057349) page-pipe: Will grow page pipe (iov off is 79)
(00.057350) page-pipe: Add iov to page pipe (0 iovs, 79/1188264 total)
(00.057356) page-pipe: Will grow page pipe (iov off is 80)
(00.057357) page-pipe: Add iov to page pipe (0 iovs, 80/1188264 total)
(00.057700) page-pipe: Add iov to page pipe (1 iovs, 81/1188264 total)
(00.057705) Pagemap generated: 3266 pages 0 holes
(00.057708) pagemap-cache: filling VMA 7f4546600000-7f4606600000 (3145728K) [l:7f4546600000 h:7f4546800000]
(00.061529) page-pipe: Add iov to page pipe (2 iovs, 82/1188264 total)
(00.061545) page-pipe: Will grow page pipe (iov off is 83)
(00.061547) page-pipe: Add iov to page pipe (0 iovs, 83/1188264 total)
(00.061554) page-pipe: Will grow page pipe (iov off is 84)
(00.061556) page-pipe: Page pipe:
(00.061557) page-pipe: * 8 pipes 84/1188264 iovs:
(00.061559) page-pipe: 	buf 512 pages, 1 iovs:
(00.061561) page-pipe: 		0x44914000 512
(00.061562) page-pipe: 	buf 512 pages, 1 iovs:
(00.061564) page-pipe: 		0x44b14000 512
(00.061565) page-pipe: 	buf 512 pages, 1 iovs:
(00.061567) page-pipe: 		0x44d14000 512
(00.061568) page-pipe: 	buf 512 pages, 1 iovs:
(00.061569) page-pipe: 		0x44f14000 512
(00.061571) page-pipe: 	buf 512 pages, 1 iovs:
(00.061572) page-pipe: 		0x45114000 512
(00.061573) page-pipe: 	buf 512 pages, 1 iovs:
(00.061574) page-pipe: 		0x45314000 512
(00.061576) page-pipe: 	buf 512 pages, 3 iovs:
(00.061577) page-pipe: 		0x45514000 193
(00.061578) page-pipe: 		0x70ddb000 1
(00.061580) page-pipe: 		0x7f4546600000 318
(00.061581) page-pipe: 	buf 512 pages, 1 iovs:
(00.061582) page-pipe: 		0x7f454673e000 512
(00.061584) page-pipe: * 0 holes:
(00.061592) PPB: 512 pages 1 segs 512 pipe 74 off
(00.061599) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061609) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061648) Fetched ack: 8 8 0
(00.061652) PPB: 512 pages 1 segs 512 pipe 75 off
(00.061657) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061663) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061692) Fetched ack: 8 8 0
(00.061696) PPB: 512 pages 1 segs 512 pipe 76 off
(00.061701) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061707) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061736) Fetched ack: 8 8 0
(00.061740) PPB: 512 pages 1 segs 512 pipe 77 off
(00.061745) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061750) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061779) Fetched ack: 8 8 0
(00.061784) PPB: 512 pages 1 segs 512 pipe 78 off
(00.061789) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061794) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061822) Fetched ack: 8 8 0
(00.061826) PPB: 512 pages 1 segs 512 pipe 79 off
(00.061832) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061838) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061865) Fetched ack: 8 8 0
(00.061870) PPB: 512 pages 3 segs 512 pipe 80 off
(00.061876) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061881) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061919) Fetched ack: 8 8 0
(00.061923) PPB: 512 pages 1 segs 512 pipe 83 off
(00.061928) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.061933) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.061958) Fetched ack: 8 8 0
(00.061963) Transfering pages:
(00.061966) 	buf 512/1
(00.061968) 	p 0x44914000 [512]
(00.062551) 	buf 512/1
(00.062558) 	p 0x44b14000 [512]
(00.063143) 	buf 512/1
(00.063150) 	p 0x44d14000 [512]
(00.063704) 	buf 512/1
(00.063710) 	p 0x44f14000 [512]
(00.064250) 	buf 512/1
(00.064256) 	p 0x45114000 [512]
(00.064795) 	buf 512/1
(00.064800) 	p 0x45314000 [512]
(00.065346) 	buf 512/3
(00.065355) 	p 0x45514000 [193]
(00.065555) 	p 0x70ddb000 [1]
(00.065562) 	p 0x7f4546600000 [318]
(00.065885) 	buf 512/1
(00.065890) 	p 0x7f454673e000 [512]
(00.066410) page-pipe: Clean up page pipe
(00.066415) page-pipe: Will grow page pipe (iov off is 84)
(00.066418) page-pipe: Add iov to page pipe (0 iovs, 84/1188264 total)
(00.066424) page-pipe: Will grow page pipe (iov off is 85)
(00.066427) page-pipe: Add iov to page pipe (0 iovs, 85/1188264 total)
(00.066433) page-pipe: Will grow page pipe (iov off is 86)
(00.066434) page-pipe: Add iov to page pipe (0 iovs, 86/1188264 total)
(00.066441) page-pipe: Will grow page pipe (iov off is 87)
(00.066442) page-pipe: Add iov to page pipe (0 iovs, 87/1188264 total)
(00.066448) page-pipe: Will grow page pipe (iov off is 88)
(00.066450) page-pipe: Add iov to page pipe (0 iovs, 88/1188264 total)
(00.066456) page-pipe: Will grow page pipe (iov off is 89)
(00.066458) page-pipe: Add iov to page pipe (0 iovs, 89/1188264 total)
(00.066464) page-pipe: Will grow page pipe (iov off is 90)
(00.066466) page-pipe: Add iov to page pipe (0 iovs, 90/1188264 total)
(00.066789) page-pipe: Add iov to page pipe (1 iovs, 91/1188264 total)
(00.066796) page-pipe: Will grow page pipe (iov off is 92)
(00.066798) page-pipe: Add iov to page pipe (0 iovs, 92/1188264 total)
(00.066803) page-pipe: Add iov to page pipe (1 iovs, 93/1188264 total)
(00.066805) page-pipe: Add iov to page pipe (2 iovs, 94/1188264 total)
(00.066808) page-pipe: Will grow page pipe (iov off is 95)
(00.066809) page-pipe: Page pipe:
(00.066811) page-pipe: * 8 pipes 95/1188264 iovs:
(00.066812) page-pipe: 	buf 512 pages, 1 iovs:
(00.066813) page-pipe: 		0x7f454693e000 512
(00.066815) page-pipe: 	buf 512 pages, 1 iovs:
(00.066816) page-pipe: 		0x7f4546b3e000 512
(00.066825) page-pipe: 	buf 512 pages, 1 iovs:
(00.066827) page-pipe: 		0x7f4546d3e000 512
(00.066828) page-pipe: 	buf 512 pages, 1 iovs:
(00.066830) page-pipe: 		0x7f4546f3e000 512
(00.066831) page-pipe: 	buf 512 pages, 1 iovs:
(00.066833) page-pipe: 		0x7f454713e000 512
(00.066834) page-pipe: 	buf 512 pages, 1 iovs:
(00.066835) page-pipe: 		0x7f454733e000 512
(00.066837) page-pipe: 	buf 512 pages, 2 iovs:
(00.066838) page-pipe: 		0x7f454753e000 194
(00.066839) page-pipe: 		0x7f4570a00000 318
(00.066841) page-pipe: 	buf 512 pages, 3 iovs:
(00.066842) page-pipe: 		0x7f4570b3e000 435
(00.066843) page-pipe: 		0x7f4570cf3000 1
(00.066844) page-pipe: 		0x7f4570e00000 76
(00.066846) page-pipe: * 0 holes:
(00.066847) PPB: 512 pages 1 segs 512 pipe 84 off
(00.066860) Sent msg to daemon 8 0 0
(00.066869) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.066908) Fetched ack: 8 8 0
(00.066912) PPB: 512 pages 1 segs 512 pipe 85 off
(00.066918) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.066925) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.066951) Fetched ack: 8 8 0
(00.066956) PPB: 512 pages 1 segs 512 pipe 86 off
(00.066960) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.066967) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.066993) Fetched ack: 8 8 0
(00.066998) PPB: 512 pages 1 segs 512 pipe 87 off
(00.067002) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.067008) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.067032) Fetched ack: 8 8 0
(00.067036) PPB: 512 pages 1 segs 512 pipe 88 off
(00.067040) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.067046) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.067070) Fetched ack: 8 8 0
(00.067074) PPB: 512 pages 1 segs 512 pipe 89 off
(00.067079) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.067086) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.067110) Fetched ack: 8 8 0
(00.067115) PPB: 512 pages 2 segs 512 pipe 90 off
(00.067119) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.067124) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.067149) Fetched ack: 8 8 0
(00.067154) PPB: 512 pages 3 segs 512 pipe 92 off
(00.067158) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.067163) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.067190) Fetched ack: 8 8 0
(00.067194) Transfering pages:
(00.067197) 	buf 512/1
(00.067199) 	p 0x7f454693e000 [512]
(00.067730) 	buf 512/1
(00.067736) 	p 0x7f4546b3e000 [512]
(00.068259) 	buf 512/1
(00.068264) 	p 0x7f4546d3e000 [512]
(00.068793) 	buf 512/1
(00.068800) 	p 0x7f4546f3e000 [512]
(00.069468) 	buf 512/1
(00.069477) 	p 0x7f454713e000 [512]
(00.070000) 	buf 512/1
(00.070005) 	p 0x7f454733e000 [512]
(00.070523) 	buf 512/2
(00.070529) 	p 0x7f454753e000 [194]
(00.070732) 	p 0x7f4570a00000 [318]
(00.071064) 	buf 512/3
(00.071068) 	p 0x7f4570b3e000 [435]
(00.071509) 	p 0x7f4570cf3000 [1]
(00.071518) 	p 0x7f4570e00000 [76]
(00.071600) page-pipe: Clean up page pipe
(00.071604) page-pipe: Will grow page pipe (iov off is 95)
(00.071606) page-pipe: Add iov to page pipe (0 iovs, 95/1188264 total)
(00.071613) page-pipe: Will grow page pipe (iov off is 96)
(00.071614) page-pipe: Add iov to page pipe (0 iovs, 96/1188264 total)
(00.071620) page-pipe: Will grow page pipe (iov off is 97)
(00.071622) page-pipe: Add iov to page pipe (0 iovs, 97/1188264 total)
(00.071628) page-pipe: Will grow page pipe (iov off is 98)
(00.071629) page-pipe: Add iov to page pipe (0 iovs, 98/1188264 total)
(00.071635) page-pipe: Will grow page pipe (iov off is 99)
(00.071636) page-pipe: Add iov to page pipe (0 iovs, 99/1188264 total)
(00.071642) page-pipe: Will grow page pipe (iov off is 100)
(00.071644) page-pipe: Add iov to page pipe (0 iovs, 100/1188264 total)
(00.071656) page-pipe: Add iov to page pipe (1 iovs, 101/1188264 total)
(00.071658) page-pipe: Add iov to page pipe (2 iovs, 102/1188264 total)
(00.071662) page-pipe: Add iov to page pipe (3 iovs, 103/1188264 total)
(00.071663) page-pipe: Will grow page pipe (iov off is 104)
(00.071665) page-pipe: Add iov to page pipe (0 iovs, 104/1188264 total)
(00.071671) page-pipe: Will grow page pipe (iov off is 105)
(00.071672) page-pipe: Add iov to page pipe (0 iovs, 105/1188264 total)
(00.071678) page-pipe: Will grow page pipe (iov off is 106)
(00.071680) page-pipe: Page pipe:
(00.071681) page-pipe: * 8 pipes 106/1188264 iovs:
(00.071682) page-pipe: 	buf 512 pages, 1 iovs:
(00.071684) page-pipe: 		0x7f4570e4c000 512
(00.071685) page-pipe: 	buf 512 pages, 1 iovs:
(00.071687) page-pipe: 		0x7f457104c000 512
(00.071688) page-pipe: 	buf 512 pages, 1 iovs:
(00.071689) page-pipe: 		0x7f457124c000 512
(00.071691) page-pipe: 	buf 512 pages, 1 iovs:
(00.071692) page-pipe: 		0x7f457144c000 512
(00.071693) page-pipe: 	buf 512 pages, 1 iovs:
(00.071695) page-pipe: 		0x7f457164c000 512
(00.071696) page-pipe: 	buf 512 pages, 4 iovs:
(00.071697) page-pipe: 		0x7f457184c000 456
(00.071699) page-pipe: 		0x7f4571a24000 4
(00.071700) page-pipe: 		0x7f4571a2e000 6
(00.071701) page-pipe: 		0x7f4571e00000 46
(00.071703) page-pipe: 	buf 512 pages, 1 iovs:
(00.071704) page-pipe: 		0x7f4571e2e000 512
(00.071705) page-pipe: 	buf 512 pages, 1 iovs:
(00.071707) page-pipe: 		0x7f457202e000 512
(00.071708) page-pipe: * 0 holes:
(00.071709) PPB: 512 pages 1 segs 512 pipe 95 off
(00.071721) Sent msg to daemon 8 0 0
(00.071730) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.071773) Fetched ack: 8 8 0
(00.071777) PPB: 512 pages 1 segs 512 pipe 96 off
(00.071783) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.071788) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.071819) Fetched ack: 8 8 0
(00.071823) PPB: 512 pages 1 segs 512 pipe 97 off
(00.071828) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.071833) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.071862) Fetched ack: 8 8 0
(00.071866) PPB: 512 pages 1 segs 512 pipe 98 off
(00.071871) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.071877) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.071904) Fetched ack: 8 8 0
(00.071908) PPB: 512 pages 1 segs 512 pipe 99 off
(00.071914) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.071919) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.071947) Fetched ack: 8 8 0
(00.071951) PPB: 512 pages 4 segs 512 pipe 100 off
(00.071957) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.071962) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.071989) Fetched ack: 8 8 0
(00.071993) PPB: 512 pages 1 segs 512 pipe 104 off
(00.071997) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.072003) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.072029) Fetched ack: 8 8 0
(00.072034) PPB: 512 pages 1 segs 512 pipe 105 off
(00.072038) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.072044) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.072070) Fetched ack: 8 8 0
(00.072074) Transfering pages:
(00.072077) 	buf 512/1
(00.072078) 	p 0x7f4570e4c000 [512]
(00.072601) 	buf 512/1
(00.072610) 	p 0x7f457104c000 [512]
(00.073135) 	buf 512/1
(00.073146) 	p 0x7f457124c000 [512]
(00.073669) 	buf 512/1
(00.073679) 	p 0x7f457144c000 [512]
(00.074211) 	buf 512/1
(00.074223) 	p 0x7f457164c000 [512]
(00.074755) 	buf 512/4
(00.074768) 	p 0x7f457184c000 [456]
(00.075255) 	p 0x7f4571a24000 [4]
(00.075268) 	p 0x7f4571a2e000 [6]
(00.075278) 	p 0x7f4571e00000 [46]
(00.075332) 	buf 512/1
(00.075335) 	p 0x7f4571e2e000 [512]
(00.075861) 	buf 512/1
(00.075866) 	p 0x7f457202e000 [512]
(00.076400) page-pipe: Clean up page pipe
(00.076407) page-pipe: Will grow page pipe (iov off is 106)
(00.076409) page-pipe: Add iov to page pipe (0 iovs, 106/1188264 total)
(00.076416) page-pipe: Will grow page pipe (iov off is 107)
(00.076417) page-pipe: Add iov to page pipe (0 iovs, 107/1188264 total)
(00.076423) page-pipe: Will grow page pipe (iov off is 108)
(00.076425) page-pipe: Add iov to page pipe (0 iovs, 108/1188264 total)
(00.076431) page-pipe: Will grow page pipe (iov off is 109)
(00.076432) page-pipe: Add iov to page pipe (0 iovs, 109/1188264 total)
(00.076438) page-pipe: Will grow page pipe (iov off is 110)
(00.076440) page-pipe: Add iov to page pipe (0 iovs, 110/1188264 total)
(00.076446) page-pipe: Will grow page pipe (iov off is 111)
(00.076447) page-pipe: Add iov to page pipe (0 iovs, 111/1188264 total)
(00.076453) page-pipe: Will grow page pipe (iov off is 112)
(00.076455) page-pipe: Add iov to page pipe (0 iovs, 112/1188264 total)
(00.076461) page-pipe: Will grow page pipe (iov off is 113)
(00.076462) page-pipe: Add iov to page pipe (0 iovs, 113/1188264 total)
(00.076469) page-pipe: Will grow page pipe (iov off is 114)
(00.076470) page-pipe: Page pipe:
(00.076471) page-pipe: * 8 pipes 114/1188264 iovs:
(00.076473) page-pipe: 	buf 512 pages, 1 iovs:
(00.076474) page-pipe: 		0x7f457222e000 512
(00.076476) page-pipe: 	buf 512 pages, 1 iovs:
(00.076477) page-pipe: 		0x7f457242e000 512
(00.076479) page-pipe: 	buf 512 pages, 1 iovs:
(00.076480) page-pipe: 		0x7f457262e000 512
(00.076481) page-pipe: 	buf 512 pages, 1 iovs:
(00.076483) page-pipe: 		0x7f457282e000 512
(00.076484) page-pipe: 	buf 512 pages, 1 iovs:
(00.076486) page-pipe: 		0x7f4572a2e000 512
(00.076487) page-pipe: 	buf 512 pages, 1 iovs:
(00.076489) page-pipe: 		0x7f4572c2e000 512
(00.076490) page-pipe: 	buf 512 pages, 1 iovs:
(00.076491) page-pipe: 		0x7f4572e2e000 512
(00.076493) page-pipe: 	buf 512 pages, 1 iovs:
(00.076494) page-pipe: 		0x7f457302e000 512
(00.076495) page-pipe: * 0 holes:
(00.076497) PPB: 512 pages 1 segs 512 pipe 106 off
(00.076509) Sent msg to daemon 8 0 0
(00.076518) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076560) Fetched ack: 8 8 0
(00.076565) PPB: 512 pages 1 segs 512 pipe 107 off
(00.076571) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076577) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076605) Fetched ack: 8 8 0
(00.076609) PPB: 512 pages 1 segs 512 pipe 108 off
(00.076613) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076619) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076647) Fetched ack: 8 8 0
(00.076651) PPB: 512 pages 1 segs 512 pipe 109 off
(00.076655) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076660) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076688) Fetched ack: 8 8 0
(00.076692) PPB: 512 pages 1 segs 512 pipe 110 off
(00.076696) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076701) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076728) Fetched ack: 8 8 0
(00.076732) PPB: 512 pages 1 segs 512 pipe 111 off
(00.076737) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076742) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076770) Fetched ack: 8 8 0
(00.076774) PPB: 512 pages 1 segs 512 pipe 112 off
(00.076778) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076784) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076810) Fetched ack: 8 8 0
(00.076815) PPB: 512 pages 1 segs 512 pipe 113 off
(00.076819) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.076824) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.076850) Fetched ack: 8 8 0
(00.076855) Transfering pages:
(00.076857) 	buf 512/1
(00.076859) 	p 0x7f457222e000 [512]
(00.077392) 	buf 512/1
(00.077405) 	p 0x7f457242e000 [512]
(00.077928) 	buf 512/1
(00.077933) 	p 0x7f457262e000 [512]
(00.078461) 	buf 512/1
(00.078466) 	p 0x7f457282e000 [512]
(00.078987) 	buf 512/1
(00.078993) 	p 0x7f4572a2e000 [512]
(00.079608) 	buf 512/1
(00.079618) 	p 0x7f4572c2e000 [512]
(00.080141) 	buf 512/1
(00.080147) 	p 0x7f4572e2e000 [512]
(00.080677) 	buf 512/1
(00.080683) 	p 0x7f457302e000 [512]
(00.081227) page-pipe: Clean up page pipe
(00.081234) page-pipe: Will grow page pipe (iov off is 114)
(00.081236) page-pipe: Add iov to page pipe (0 iovs, 114/1188264 total)
(00.081243) page-pipe: Will grow page pipe (iov off is 115)
(00.081245) page-pipe: Add iov to page pipe (0 iovs, 115/1188264 total)
(00.081251) page-pipe: Will grow page pipe (iov off is 116)
(00.081252) page-pipe: Add iov to page pipe (0 iovs, 116/1188264 total)
(00.081259) page-pipe: Will grow page pipe (iov off is 117)
(00.081260) page-pipe: Add iov to page pipe (0 iovs, 117/1188264 total)
(00.081266) page-pipe: Will grow page pipe (iov off is 118)
(00.081267) page-pipe: Add iov to page pipe (0 iovs, 118/1188264 total)
(00.081273) page-pipe: Will grow page pipe (iov off is 119)
(00.081275) page-pipe: Add iov to page pipe (0 iovs, 119/1188264 total)
(00.081281) page-pipe: Will grow page pipe (iov off is 120)
(00.081282) page-pipe: Add iov to page pipe (0 iovs, 120/1188264 total)
(00.081285) page-pipe: Add iov to page pipe (1 iovs, 121/1188264 total)
(00.081290) page-pipe: Will grow page pipe (iov off is 122)
(00.081291) page-pipe: Add iov to page pipe (0 iovs, 122/1188264 total)
(00.081297) page-pipe: Will grow page pipe (iov off is 123)
(00.081298) page-pipe: Page pipe:
(00.081300) page-pipe: * 8 pipes 123/1188264 iovs:
(00.081301) page-pipe: 	buf 512 pages, 1 iovs:
(00.081303) page-pipe: 		0x7f457322e000 512
(00.081304) page-pipe: 	buf 512 pages, 1 iovs:
(00.081306) page-pipe: 		0x7f457342e000 512
(00.081307) page-pipe: 	buf 512 pages, 1 iovs:
(00.081308) page-pipe: 		0x7f457362e000 512
(00.081310) page-pipe: 	buf 512 pages, 1 iovs:
(00.081311) page-pipe: 		0x7f457382e000 512
(00.081312) page-pipe: 	buf 512 pages, 1 iovs:
(00.081314) page-pipe: 		0x7f4573a2e000 512
(00.081315) page-pipe: 	buf 512 pages, 1 iovs:
(00.081316) page-pipe: 		0x7f4573c2e000 512
(00.081318) page-pipe: 	buf 512 pages, 2 iovs:
(00.081319) page-pipe: 		0x7f4573e2e000 114
(00.081320) page-pipe: 		0x7f4573ed0000 398
(00.081322) page-pipe: 	buf 512 pages, 1 iovs:
(00.081323) page-pipe: 		0x7f457405e000 512
(00.081324) page-pipe: * 0 holes:
(00.081326) PPB: 512 pages 1 segs 512 pipe 114 off
(00.081336) Sent msg to daemon 8 0 0
(00.081345) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081387) Fetched ack: 8 8 0
(00.081392) PPB: 512 pages 1 segs 512 pipe 115 off
(00.081397) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081402) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081430) Fetched ack: 8 8 0
(00.081435) PPB: 512 pages 1 segs 512 pipe 116 off
(00.081439) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081445) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081471) Fetched ack: 8 8 0
(00.081475) PPB: 512 pages 1 segs 512 pipe 117 off
(00.081479) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081484) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081511) Fetched ack: 8 8 0
(00.081514) PPB: 512 pages 1 segs 512 pipe 118 off
(00.081519) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081524) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081547) Fetched ack: 8 8 0
(00.081551) PPB: 512 pages 1 segs 512 pipe 119 off
(00.081556) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081561) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081585) Fetched ack: 8 8 0
(00.081588) PPB: 512 pages 2 segs 512 pipe 120 off
(00.081592) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081598) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081633) Fetched ack: 8 8 0
(00.081637) PPB: 512 pages 1 segs 512 pipe 122 off
(00.081642) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.081647) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.081674) Fetched ack: 8 8 0
(00.081679) Transfering pages:
(00.081681) 	buf 512/1
(00.081683) 	p 0x7f457322e000 [512]
(00.082209) 	buf 512/1
(00.082215) 	p 0x7f457342e000 [512]
(00.082748) 	buf 512/1
(00.082754) 	p 0x7f457362e000 [512]
(00.083276) 	buf 512/1
(00.083281) 	p 0x7f457382e000 [512]
(00.083808) 	buf 512/1
(00.083814) 	p 0x7f4573a2e000 [512]
(00.084372) 	buf 512/1
(00.084381) 	p 0x7f4573c2e000 [512]
(00.084915) 	buf 512/2
(00.084920) 	p 0x7f4573e2e000 [114]
(00.085057) 	p 0x7f4573ed0000 [398]
(00.085481) 	buf 512/1
(00.085485) 	p 0x7f457405e000 [512]
(00.086045) page-pipe: Clean up page pipe
(00.086052) page-pipe: Will grow page pipe (iov off is 123)
(00.086054) page-pipe: Add iov to page pipe (0 iovs, 123/1188264 total)
(00.086061) page-pipe: Add iov to page pipe (1 iovs, 124/1188264 total)
(00.086063) page-pipe: Will grow page pipe (iov off is 125)
(00.086065) page-pipe: Add iov to page pipe (0 iovs, 125/1188264 total)
(00.086067) page-pipe: Add iov to page pipe (1 iovs, 126/1188264 total)
(00.086070) page-pipe: Add iov to page pipe (2 iovs, 127/1188264 total)
(00.086074) page-pipe: Will grow page pipe (iov off is 128)
(00.086076) page-pipe: Add iov to page pipe (0 iovs, 128/1188264 total)
(00.086078) page-pipe: Add iov to page pipe (1 iovs, 129/1188264 total)
(00.086080) page-pipe: Add iov to page pipe (2 iovs, 130/1188264 total)
(00.086085) page-pipe: Will grow page pipe (iov off is 131)
(00.086087) page-pipe: Add iov to page pipe (0 iovs, 131/1188264 total)
(00.086093) page-pipe: Will grow page pipe (iov off is 132)
(00.086095) page-pipe: Add iov to page pipe (0 iovs, 132/1188264 total)
(00.086101) page-pipe: Will grow page pipe (iov off is 133)
(00.086102) page-pipe: Add iov to page pipe (0 iovs, 133/1188264 total)
(00.087242) Pagemap generated: 2667 pages 0 holes
(00.087254) pagemap-cache: filling VMA 7f4606790000-7f4633790000 (737280K) [l:7f4606600000 h:7f4606800000]
(00.088008) page-pipe: Add iov to page pipe (1 iovs, 134/1188264 total)
(00.088018) page-pipe: Will grow page pipe (iov off is 135)
(00.088020) page-pipe: Add iov to page pipe (0 iovs, 135/1188264 total)
(00.088026) page-pipe: Will grow page pipe (iov off is 136)
(00.088027) page-pipe: Add iov to page pipe (0 iovs, 136/1188264 total)
(00.088033) page-pipe: Will grow page pipe (iov off is 137)
(00.088035) page-pipe: Page pipe:
(00.088036) page-pipe: * 8 pipes 137/1188264 iovs:
(00.088038) page-pipe: 	buf 512 pages, 2 iovs:
(00.088039) page-pipe: 		0x7f457425e000 481
(00.088041) page-pipe: 		0x7f4574600000 31
(00.088042) page-pipe: 	buf 512 pages, 3 iovs:
(00.088044) page-pipe: 		0x7f457461f000 92
(00.088045) page-pipe: 		0x7f457467c000 89
(00.088046) page-pipe: 		0x7f45746d9000 331
(00.088048) page-pipe: 	buf 512 pages, 3 iovs:
(00.088049) page-pipe: 		0x7f4574824000 34
(00.088050) page-pipe: 		0x7f4574848000 67
(00.088052) page-pipe: 		0x7f4574890000 411
(00.088053) page-pipe: 	buf 512 pages, 1 iovs:
(00.088054) page-pipe: 		0x7f4574a2b000 512
(00.088056) page-pipe: 	buf 512 pages, 1 iovs:
(00.088057) page-pipe: 		0x7f4574c2b000 512
(00.088058) page-pipe: 	buf 512 pages, 2 iovs:
(00.088060) page-pipe: 		0x7f4574e2b000 107
(00.088061) page-pipe: 		0x7f4606790000 405
(00.088062) page-pipe: 	buf 512 pages, 1 iovs:
(00.088064) page-pipe: 		0x7f4606925000 512
(00.088065) page-pipe: 	buf 512 pages, 1 iovs:
(00.088066) page-pipe: 		0x7f4606b25000 512
(00.088067) page-pipe: * 0 holes:
(00.088069) PPB: 512 pages 2 segs 512 pipe 123 off
(00.088080) Sent msg to daemon 8 0 0
(00.088090) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088132) Fetched ack: 8 8 0
(00.088137) PPB: 512 pages 3 segs 512 pipe 125 off
(00.088141) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088155) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088182) Fetched ack: 8 8 0
(00.088186) PPB: 512 pages 3 segs 512 pipe 128 off
(00.088190) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088196) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088221) Fetched ack: 8 8 0
(00.088224) PPB: 512 pages 1 segs 512 pipe 131 off
(00.088229) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088234) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088258) Fetched ack: 8 8 0
(00.088263) PPB: 512 pages 1 segs 512 pipe 132 off
(00.088267) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088272) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088297) Fetched ack: 8 8 0
(00.088301) PPB: 512 pages 2 segs 512 pipe 133 off
(00.088305) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088311) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088336) Fetched ack: 8 8 0
(00.088340) PPB: 512 pages 1 segs 512 pipe 135 off
(00.088344) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088350) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088375) Fetched ack: 8 8 0
(00.088379) PPB: 512 pages 1 segs 512 pipe 136 off
(00.088383) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.088388) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.088414) Fetched ack: 8 8 0
(00.088418) Transfering pages:
(00.088421) 	buf 512/2
(00.088422) 	p 0x7f457425e000 [481]
(00.088937) 	p 0x7f4574600000 [31]
(00.088980) 	buf 512/3
(00.088982) 	p 0x7f457461f000 [92]
(00.089134) 	p 0x7f457467c000 [89]
(00.089252) 	p 0x7f45746d9000 [331]
(00.089592) 	buf 512/3
(00.089596) 	p 0x7f4574824000 [34]
(00.089635) 	p 0x7f4574848000 [67]
(00.089708) 	p 0x7f4574890000 [411]
(00.090129) 	buf 512/1
(00.090134) 	p 0x7f4574a2b000 [512]
(00.090657) 	buf 512/1
(00.090664) 	p 0x7f4574c2b000 [512]
(00.091193) 	buf 512/2
(00.091198) 	p 0x7f4574e2b000 [107]
(00.091317) 	p 0x7f4606790000 [405]
(00.091733) 	buf 512/1
(00.091738) 	p 0x7f4606925000 [512]
(00.092272) 	buf 512/1
(00.092278) 	p 0x7f4606b25000 [512]
(00.092809) page-pipe: Clean up page pipe
(00.092815) page-pipe: Will grow page pipe (iov off is 137)
(00.092817) page-pipe: Add iov to page pipe (0 iovs, 137/1188264 total)
(00.092824) page-pipe: Will grow page pipe (iov off is 138)
(00.092825) page-pipe: Add iov to page pipe (0 iovs, 138/1188264 total)
(00.092832) page-pipe: Will grow page pipe (iov off is 139)
(00.092833) page-pipe: Add iov to page pipe (0 iovs, 139/1188264 total)
(00.092839) page-pipe: Will grow page pipe (iov off is 140)
(00.092840) page-pipe: Add iov to page pipe (0 iovs, 140/1188264 total)
(00.092846) page-pipe: Will grow page pipe (iov off is 141)
(00.092848) page-pipe: Add iov to page pipe (0 iovs, 141/1188264 total)
(00.092854) page-pipe: Will grow page pipe (iov off is 142)
(00.092855) page-pipe: Add iov to page pipe (0 iovs, 142/1188264 total)
(00.092861) page-pipe: Will grow page pipe (iov off is 143)
(00.092863) page-pipe: Add iov to page pipe (0 iovs, 143/1188264 total)
(00.092869) page-pipe: Will grow page pipe (iov off is 144)
(00.092870) page-pipe: Add iov to page pipe (0 iovs, 144/1188264 total)
(00.092876) page-pipe: Will grow page pipe (iov off is 145)
(00.092878) page-pipe: Page pipe:
(00.092879) page-pipe: * 8 pipes 145/1188264 iovs:
(00.092881) page-pipe: 	buf 512 pages, 1 iovs:
(00.092882) page-pipe: 		0x7f4606d25000 512
(00.092884) page-pipe: 	buf 512 pages, 1 iovs:
(00.092885) page-pipe: 		0x7f4606f25000 512
(00.092886) page-pipe: 	buf 512 pages, 1 iovs:
(00.092888) page-pipe: 		0x7f4607125000 512
(00.092889) page-pipe: 	buf 512 pages, 1 iovs:
(00.092890) page-pipe: 		0x7f4607325000 512
(00.092892) page-pipe: 	buf 512 pages, 1 iovs:
(00.092893) page-pipe: 		0x7f4607525000 512
(00.092894) page-pipe: 	buf 512 pages, 1 iovs:
(00.092902) page-pipe: 		0x7f4607725000 512
(00.092903) page-pipe: 	buf 512 pages, 1 iovs:
(00.092905) page-pipe: 		0x7f4607925000 512
(00.092906) page-pipe: 	buf 512 pages, 1 iovs:
(00.092907) page-pipe: 		0x7f4607b25000 512
(00.092909) page-pipe: * 0 holes:
(00.092910) PPB: 512 pages 1 segs 512 pipe 137 off
(00.092922) Sent msg to daemon 8 0 0
(00.092931) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.092972) Fetched ack: 8 8 0
(00.092977) PPB: 512 pages 1 segs 512 pipe 138 off
(00.092983) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.092988) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093016) Fetched ack: 8 8 0
(00.093030) PPB: 512 pages 1 segs 512 pipe 139 off
(00.093036) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.093042) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093068) Fetched ack: 8 8 0
(00.093073) PPB: 512 pages 1 segs 512 pipe 140 off
(00.093077) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.093083) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093108) Fetched ack: 8 8 0
(00.093112) PPB: 512 pages 1 segs 512 pipe 141 off
(00.093117) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.093122) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093148) Fetched ack: 8 8 0
(00.093153) PPB: 512 pages 1 segs 512 pipe 142 off
(00.093157) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.093163) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093189) Fetched ack: 8 8 0
(00.093193) PPB: 512 pages 1 segs 512 pipe 143 off
(00.093197) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.093203) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093228) Fetched ack: 8 8 0
(00.093232) PPB: 512 pages 1 segs 512 pipe 144 off
(00.093237) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.093242) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.093268) Fetched ack: 8 8 0
(00.093273) Transfering pages:
(00.093275) 	buf 512/1
(00.093277) 	p 0x7f4606d25000 [512]
(00.093804) 	buf 512/1
(00.093810) 	p 0x7f4606f25000 [512]
(00.094332) 	buf 512/1
(00.094337) 	p 0x7f4607125000 [512]
(00.094860) 	buf 512/1
(00.094867) 	p 0x7f4607325000 [512]
(00.095398) 	buf 512/1
(00.095403) 	p 0x7f4607525000 [512]
(00.095941) 	buf 512/1
(00.095946) 	p 0x7f4607725000 [512]
(00.096481) 	buf 512/1
(00.096486) 	p 0x7f4607925000 [512]
(00.097017) 	buf 512/1
(00.097033) 	p 0x7f4607b25000 [512]
(00.097561) page-pipe: Clean up page pipe
(00.097567) page-pipe: Will grow page pipe (iov off is 145)
(00.097569) page-pipe: Add iov to page pipe (0 iovs, 145/1188264 total)
(00.097576) page-pipe: Will grow page pipe (iov off is 146)
(00.097577) page-pipe: Add iov to page pipe (0 iovs, 146/1188264 total)
(00.097583) page-pipe: Will grow page pipe (iov off is 147)
(00.097584) page-pipe: Add iov to page pipe (0 iovs, 147/1188264 total)
(00.097590) page-pipe: Will grow page pipe (iov off is 148)
(00.097592) page-pipe: Add iov to page pipe (0 iovs, 148/1188264 total)
(00.097598) page-pipe: Will grow page pipe (iov off is 149)
(00.097599) page-pipe: Add iov to page pipe (0 iovs, 149/1188264 total)
(00.097605) page-pipe: Will grow page pipe (iov off is 150)
(00.097606) page-pipe: Add iov to page pipe (0 iovs, 150/1188264 total)
(00.097947) Pagemap generated: 2860 pages 0 holes
(00.097952) pagemap-cache: filling VMA 7f4633790000-7f463379b000 (44K) [l:7f4633600000 h:7f4633800000]
(00.097962) Pagemap generated: 0 pages 0 holes
(00.097964) pagemap-cache: filling VMA 7f463379b000-7f463399a000 (2044K) [l:7f4633600000 h:7f4633800000]
(00.097973) Pagemap generated: 0 pages 0 holes
(00.097975) pagemap-cache: filling VMA 7f463399a000-7f463399b000 (4K) [l:7f4633800000 h:7f4633a00000]
(00.097980) page-pipe: Add iov to page pipe (1 iovs, 151/1188264 total)
(00.097988) Pagemap generated: 1 pages 0 holes
(00.097990) pagemap-cache: filling VMA 7f463399b000-7f463399c000 (4K) [l:7f4633800000 h:7f4633a00000]
(00.097994) Pagemap generated: 1 pages 0 holes
(00.097996) pagemap-cache: filling VMA 7f463399c000-7f4633be8000 (2352K) [l:7f4633800000 h:7f4633a00000]
(00.098017) page-pipe: Will grow page pipe (iov off is 152)
(00.098018) page-pipe: Add iov to page pipe (0 iovs, 152/1188264 total)
(00.098023) Pagemap generated: 588 pages 0 holes
(00.098025) pagemap-cache: filling VMA 7f4633be8000-7f4633d87000 (1660K) [l:7f4633a00000 h:7f4633c00000]
(00.098034) Pagemap generated: 0 pages 0 holes
(00.098036) pagemap-cache: filling VMA 7f4633d87000-7f4633f87000 (2048K) [l:7f4633c00000 h:7f4633e00000]
(00.098042) Pagemap generated: 0 pages 0 holes
(00.098044) pagemap-cache: filling VMA 7f4633f87000-7f4633f8b000 (16K) [l:7f4633e00000 h:7f4634000000]
(00.098047) page-pipe: Add iov to page pipe (1 iovs, 153/1188264 total)
(00.098048) Pagemap generated: 4 pages 0 holes
(00.098050) pagemap-cache: filling VMA 7f4633f8b000-7f4633f8d000 (8K) [l:7f4633e00000 h:7f4634000000]
(00.098052) Pagemap generated: 2 pages 0 holes
(00.098054) pagemap-cache: filling VMA 7f4633f8d000-7f4633f91000 (16K) [l:7f4633e00000 h:7f4634000000]
(00.098057) Pagemap generated: 4 pages 0 holes
(00.098058) pagemap-cache: filling VMA 7f4633f91000-7f4633fa7000 (88K) [l:7f4633e00000 h:7f4634000000]
(00.098060) Pagemap generated: 0 pages 0 holes
(00.098062) pagemap-cache: filling VMA 7f4633fa7000-7f46341a6000 (2044K) [l:7f4633e00000 h:7f4634000000]
(00.098068) Pagemap generated: 0 pages 0 holes
(00.098069) pagemap-cache: filling VMA 7f46341a6000-7f46341a7000 (4K) [l:7f4634000000 h:7f4634200000]
(00.098071) page-pipe: Add iov to page pipe (2 iovs, 154/1188264 total)
(00.098073) Pagemap generated: 1 pages 0 holes
(00.098074) pagemap-cache: filling VMA 7f46341a7000-7f46341a9000 (8K) [l:7f4634000000 h:7f4634200000]
(00.098077) Pagemap generated: 0 pages 0 holes
(00.098078) pagemap-cache: filling VMA 7f46341a9000-7f46343a8000 (2044K) [l:7f4634000000 h:7f4634200000]
(00.098085) Pagemap generated: 0 pages 0 holes
(00.098086) pagemap-cache: filling VMA 7f46343a8000-7f46343a9000 (4K) [l:7f4634200000 h:7f4634400000]
(00.098089) page-pipe: Add iov to page pipe (3 iovs, 155/1188264 total)
(00.098091) Pagemap generated: 1 pages 0 holes
(00.098092) pagemap-cache: filling VMA 7f46343a9000-7f46343aa000 (4K) [l:7f4634200000 h:7f4634400000]
(00.098095) Pagemap generated: 1 pages 0 holes
(00.098097) pagemap-cache: filling VMA 7f46343aa000-7f4634515000 (1452K) [l:7f4634200000 h:7f4634400000]
(00.098103) Pagemap generated: 0 pages 0 holes
(00.098105) pagemap-cache: filling VMA 7f4634515000-7f4634715000 (2048K) [l:7f4634400000 h:7f4634600000]
(00.098111) Pagemap generated: 0 pages 0 holes
(00.098113) pagemap-cache: filling VMA 7f4634715000-7f463471f000 (40K) [l:7f4634600000 h:7f4634800000]
(00.098116) page-pipe: Add iov to page pipe (4 iovs, 156/1188264 total)
(00.098117) Pagemap generated: 10 pages 0 holes
(00.098119) pagemap-cache: filling VMA 7f463471f000-7f4634721000 (8K) [l:7f4634600000 h:7f4634800000]
(00.098122) Pagemap generated: 2 pages 0 holes
(00.098123) pagemap-cache: filling VMA 7f4634721000-7f4634725000 (16K) [l:7f4634600000 h:7f4634800000]
(00.098126) page-pipe: Add iov to page pipe (5 iovs, 157/1188264 total)
(00.098127) Pagemap generated: 2 pages 0 holes
(00.098129) pagemap-cache: filling VMA 7f4634725000-7f463472c000 (28K) [l:7f4634600000 h:7f4634800000]
(00.098131) Pagemap generated: 0 pages 0 holes
(00.098133) pagemap-cache: filling VMA 7f463472c000-7f463492b000 (2044K) [l:7f4634600000 h:7f4634800000]
(00.098139) Pagemap generated: 0 pages 0 holes
(00.098141) pagemap-cache: filling VMA 7f463492b000-7f463492c000 (4K) [l:7f4634800000 h:7f4634a00000]
(00.098144) page-pipe: Add iov to page pipe (6 iovs, 158/1188264 total)
(00.098145) Pagemap generated: 1 pages 0 holes
(00.098147) pagemap-cache: filling VMA 7f463492c000-7f463492d000 (4K) [l:7f4634800000 h:7f4634a00000]
(00.098149) Pagemap generated: 1 pages 0 holes
(00.098151) pagemap-cache: filling VMA 7f463492d000-7f4634945000 (96K) [l:7f4634800000 h:7f4634a00000]
(00.098156) Pagemap generated: 0 pages 0 holes
(00.098158) pagemap-cache: filling VMA 7f4634945000-7f4634b44000 (2044K) [l:7f4634800000 h:7f4634a00000]
(00.098165) Pagemap generated: 0 pages 0 holes
(00.098167) pagemap-cache: filling VMA 7f4634b44000-7f4634b45000 (4K) [l:7f4634a00000 h:7f4634c00000]
(00.098170) page-pipe: Add iov to page pipe (7 iovs, 159/1188264 total)
(00.098171) Pagemap generated: 1 pages 0 holes
(00.098173) pagemap-cache: filling VMA 7f4634b45000-7f4634b46000 (4K) [l:7f4634a00000 h:7f4634c00000]
(00.098176) Pagemap generated: 1 pages 0 holes
(00.098177) pagemap-cache: filling VMA 7f4634b46000-7f4634b4a000 (16K) [l:7f4634a00000 h:7f4634c00000]
(00.098180) page-pipe: Add iov to page pipe (8 iovs, 160/1188264 total)
(00.098182) Pagemap generated: 1 pages 0 holes
(00.098183) pagemap-cache: filling VMA 7f4634b4a000-7f4634c4a000 (1024K) [l:7f4634a00000 h:7f4634c00000]
(00.098188) Pagemap generated: 0 pages 0 holes
(00.098190) pagemap-cache: filling VMA 7f4634c4a000-7f4634e49000 (2044K) [l:7f4634c00000 h:7f4634e00000]
(00.098191) pagemap-cache: 	    7f4634c4a000-7f4634e49000     nr:1     cov:2093056
(00.098194) pagemap-cache: 	simple mode [l:7f4634c4a000 h:7f4634e49000]
(00.098200) Pagemap generated: 0 pages 0 holes
(00.098201) pagemap-cache: filling VMA 7f4634e49000-7f4634e4a000 (4K) [l:7f4634e00000 h:7f4635000000]
(00.098203) pagemap-cache: 	    7f4634e49000-7f4634e4a000     nr:1     cov:4096
(00.098205) pagemap-cache: 	    7f4634e4a000-7f4634e4b000     nr:2     cov:8192
(00.098206) pagemap-cache: 	    7f4634e4b000-7f4634e4e000     nr:3     cov:20480
(00.098208) pagemap-cache: 	cache  mode [l:7f4634e49000 h:7f4635000000]
(00.098211) page-pipe: Add iov to page pipe (9 iovs, 161/1188264 total)
(00.098213) Pagemap generated: 1 pages 0 holes
(00.098214) Pagemap generated: 1 pages 0 holes
(00.098216) Pagemap generated: 0 pages 0 holes
(00.098217) pagemap-cache: filling VMA 7f4634e4e000-7f463504d000 (2044K) [l:7f4634e00000 h:7f4635000000]
(00.098219) pagemap-cache: 	    7f4634e4e000-7f463504d000     nr:1     cov:2093056
(00.098220) pagemap-cache: 	simple mode [l:7f4634e4e000 h:7f463504d000]
(00.098228) Pagemap generated: 0 pages 0 holes
(00.098229) pagemap-cache: filling VMA 7f463504d000-7f463504e000 (4K) [l:7f4635000000 h:7f4635200000]
(00.098231) pagemap-cache: 	    7f463504d000-7f463504e000     nr:1     cov:4096
(00.098232) pagemap-cache: 	    7f463504e000-7f463504f000     nr:2     cov:8192
(00.098234) pagemap-cache: 	    7f463504f000-7f463506f000     nr:3     cov:139264
(00.098236) pagemap-cache: 	cache  mode [l:7f463504d000 h:7f4635200000]
(00.098239) page-pipe: Add iov to page pipe (10 iovs, 162/1188264 total)
(00.098240) Pagemap generated: 1 pages 0 holes
(00.098242) Pagemap generated: 1 pages 0 holes
(00.098243) Pagemap generated: 0 pages 0 holes
(00.098245) pagemap-cache: filling VMA 7f4635245000-7f463524c000 (28K) [l:7f4635200000 h:7f4635400000]
(00.098246) pagemap-cache: 	    7f4635245000-7f463524c000     nr:1     cov:28672
(00.098248) pagemap-cache: 	    7f463526c000-7f463526f000     nr:2     cov:40960
(00.098250) pagemap-cache: 	    7f463526f000-7f4635270000     nr:3     cov:45056
(00.098251) pagemap-cache: 	    7f4635270000-7f4635271000     nr:4     cov:49152
(00.098253) pagemap-cache: 	    7f4635271000-7f4635272000     nr:5     cov:53248
(00.098255) pagemap-cache: 	cache  mode [l:7f4635245000 h:7f4635400000]
(00.098259) page-pipe: Add iov to page pipe (11 iovs, 163/1188264 total)
(00.098261) Pagemap generated: 7 pages 0 holes
(00.098262) page-pipe: Add iov to page pipe (12 iovs, 164/1188264 total)
(00.098264) Pagemap generated: 3 pages 0 holes
(00.098265) Pagemap generated: 1 pages 0 holes
(00.098266) Pagemap generated: 1 pages 0 holes
(00.098268) Pagemap generated: 1 pages 0 holes
(00.098269) pagemap-cache: filling VMA 7fff1d508000-7fff1d52a000 (136K) [l:7fff1d400000 h:7fff1d600000]
(00.098273) page-pipe: Add iov to page pipe (13 iovs, 165/1188264 total)
(00.098275) Pagemap generated: 9 pages 0 holes
(00.098279) pagemap-cache: filling VMA 7fff1d546000-7fff1d548000 (8K) [l:7fff1d400000 h:7fff1d600000]
(00.098282) Pagemap generated: 0 pages 0 holes
(00.098283) pagemap-cache: filling VMA 7fff1d548000-7fff1d54a000 (8K) [l:7fff1d400000 h:7fff1d600000]
(00.098286) page-pipe: Add iov to page pipe (14 iovs, 166/1188264 total)
(00.098288) Pagemap generated: 2 pages 0 holes
(00.098289) page-pipe: Page pipe:
(00.098291) page-pipe: * 8 pipes 167/1188264 iovs:
(00.098292) page-pipe: 	buf 512 pages, 1 iovs:
(00.098294) page-pipe: 		0x7f4607d25000 512
(00.098295) page-pipe: 	buf 512 pages, 1 iovs:
(00.098297) page-pipe: 		0x7f4607f25000 512
(00.098298) page-pipe: 	buf 512 pages, 1 iovs:
(00.098299) page-pipe: 		0x7f4608125000 512
(00.098301) page-pipe: 	buf 512 pages, 1 iovs:
(00.098302) page-pipe: 		0x7f4608325000 512
(00.098303) page-pipe: 	buf 512 pages, 1 iovs:
(00.098304) page-pipe: 		0x7f4608525000 512
(00.098306) page-pipe: 	buf 512 pages, 2 iovs:
(00.098307) page-pipe: 		0x7f4608725000 300
(00.098308) page-pipe: 		0x7f463399a000 212
(00.098310) page-pipe: 	buf 438 pages, 15 iovs:
(00.098311) page-pipe: 		0x7f4633a6e000 378
(00.098312) page-pipe: 		0x7f4633f87000 10
(00.098314) page-pipe: 		0x7f46341a6000 1
(00.098315) page-pipe: 		0x7f46343a8000 2
(00.098316) page-pipe: 		0x7f4634715000 12
(00.098318) page-pipe: 		0x7f4634723000 2
(00.098319) page-pipe: 		0x7f463492b000 2
(00.098320) page-pipe: 		0x7f4634b44000 2
(00.098322) page-pipe: 		0x7f4634b49000 1
(00.098323) page-pipe: 		0x7f4634e49000 2
(00.098324) page-pipe: 		0x7f463504d000 2
(00.098325) page-pipe: 		0x7f4635245000 7
(00.098327) page-pipe: 		0x7f463526c000 6
(00.098328) page-pipe: 		0x7fff1d521000 9
(00.098329) page-pipe: 		0x7fff1d548000 2
(00.098331) page-pipe: * 0 holes:
(00.098332) PPB: 512 pages 1 segs 512 pipe 145 off
(00.098343) Sent msg to daemon 8 0 0
(00.098352) Wait for ack 8 on daemon socket
pie: __fetched msg: 8 0 0
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098393) Fetched ack: 8 8 0
(00.098398) PPB: 512 pages 1 segs 512 pipe 146 off
(00.098402) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.098408) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098435) Fetched ack: 8 8 0
(00.098439) PPB: 512 pages 1 segs 512 pipe 147 off
(00.098444) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.098450) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098476) Fetched ack: 8 8 0
(00.098481) PPB: 512 pages 1 segs 512 pipe 148 off
(00.098485) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.098490) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098517) Fetched ack: 8 8 0
(00.098521) PPB: 512 pages 1 segs 512 pipe 149 off
(00.098525) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.098532) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098559) Fetched ack: 8 8 0
(00.098563) PPB: 512 pages 2 segs 512 pipe 150 off
(00.098567) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.098574) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098601) Fetched ack: 8 8 0
(00.098605) PPB: 438 pages 15 segs 512 pipe 152 off
(00.098609) Sent msg to daemon 8 0 0
pie: __fetched msg: 8 0 0
(00.098615) Wait for ack 8 on daemon socket
pie: __sent ack msg: 8 8 0
pie: Daemon waits for command
(00.098640) Fetched ack: 8 8 0
(00.098645) Transfering pages:
(00.098648) 	buf 512/1
(00.098649) 	p 0x7f4607d25000 [512]
(00.099388) 	buf 512/1
(00.099394) 	p 0x7f4607f25000 [512]
(00.099932) 	buf 512/1
(00.099937) 	p 0x7f4608125000 [512]
(00.100479) 	buf 512/1
(00.100487) 	p 0x7f4608325000 [512]
(00.101006) 	buf 512/1
(00.101010) 	p 0x7f4608525000 [512]
(00.101537) 	buf 512/2
(00.101545) 	p 0x7f4608725000 [300]
(00.101843) 	p 0x7f463399a000 [212]
(00.102056) 	buf 438/15
(00.102059) 	p 0x7f4633a6e000 [378]
(00.102437) 	p 0x7f4633f87000 [10]
(00.102454) 	p 0x7f46341a6000 [1]
(00.102458) 	p 0x7f46343a8000 [2]
(00.102463) 	p 0x7f4634715000 [12]
(00.102483) 	p 0x7f4634723000 [2]
(00.102489) 	p 0x7f463492b000 [2]
(00.102495) 	p 0x7f4634b44000 [2]
(00.102500) 	p 0x7f4634b49000 [1]
(00.102504) 	p 0x7f4634e49000 [2]
(00.102508) 	p 0x7f463504d000 [2]
(00.102513) 	p 0x7f4635245000 [7]
(00.102522) 	p 0x7f463526c000 [6]
(00.102530) 	p 0x7fff1d521000 [9]
(00.102541) 	p 0x7fff1d548000 [2]
(00.102548) Reset 9245's dirty tracking
(00.102897)  ... done
(00.102906) page-pipe: Killing page pipe
(00.103268) ----------------------------------------
(00.103283) Sent msg to daemon 7 0 0
(00.103286) Wait for ack 7 on daemon socket
pie: __fetched msg: 7 0 0
pie: __sent ack msg: 7 7 0
pie: Daemon waits for command
(00.103333) Fetched ack: 7 7 0
(00.103339) Sent msg to daemon 9 0 0
(00.103342) Wait for ack 9 on daemon socket
pie: __fetched msg: 9 0 0
pie: __sent ack msg: 9 9 0
pie: Daemon waits for command
(00.103357) Fetched ack: 9 9 0
(00.103382) Sent msg to daemon 10 0 0
pie: __fetched msg: 10 0 0
(00.103386) Wait for ack 10 on daemon socket
pie: __sent ack msg: 10 10 0
pie: Daemon waits for command
(00.103394) Fetched ack: 10 10 0
(00.103401) Sent msg to daemon 11 0 0
pie: __fetched msg: 11 0 0
(00.103405) Wait for ack 11 on daemon socket
pie: __sent ack msg: 11 11 0
pie: Daemon waits for command
(00.103409) Fetched ack: 11 11 0
(00.103414) 
(00.103417) Dumping core (pid: 9245)
(00.103419) ----------------------------------------
(00.103420) Obtaining personality ... (00.103437) 9245 has 0 sched policy
(00.103441) 	dumping 0 nice for 9245
(00.103447) cg: Dumping cgroups for 9245
(00.103486) cg:  `- Existing css 1 found
(00.103489) cg: Set 1 is root one
(00.103512) ----------------------------------------
(00.103514) 
(00.103515) Dumping creds for 9245)
(00.103517) ----------------------------------------
(00.103521) Sent msg to daemon 13 0 0
(00.103523) Wait for ack 13 on daemon socket
pie: __fetched msg: 13 0 0
pie: __sent ack msg: 13 13 0
pie: Daemon waits for command
(00.103539) Fetched ack: 13 13 0
(00.103555) Waiting for 9245 to trap
(00.103560) Daemon 9245 exited trapping
(00.103566) Sent msg to daemon 6 0 0
pie: __fetched msg: 6 0 0
pie: 9245: new_sp=0x7f45465fb008 ip 0x500063
(00.103600) 9245 was trapped
(00.103604) `- Expecting exit
(00.103611) 9245 was trapped
(00.103614) 9245 is going to execute the syscall f
(00.103622) 9245 was stopped
(00.103634) 9245 was trapped
(00.103638) 9245 is going to execute the syscall 1
(00.103643) 9245 was trapped
(00.103646) `- Expecting exit
(00.103651) 9245 was trapped
(00.103655) 9245 is going to execute the syscall b
(00.103668) 9245 was stopped
(00.103685) 
(00.103687) Dumping mm (pid: 9245)
(00.103689) ----------------------------------------
(00.103691) 0x400000-0x6a4000 (2704K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103712) Dumping path for -3 fd via self 8 [/home/jak/Android/Sdk/tools/emulator64-arm]
(00.103721) 0x6a4000-0x6d7000 (204K) prot 0x3 flags 0x2 st 0x41 off 0x2a4000 reg fp  shmid: 0
(00.103723) 0x6d7000-0x7ef000 (1120K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103726) 0x1927000-0x4dce000 (53916K) prot 0x3 flags 0x22 st 0x221 off 0 reg heap ap  shmid: 0
(00.103728) 0x40ddc000-0x70ddc000 (786432K) prot 0x7 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103729) 0x7f4546600000-0x7f4606600000 (3145728K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103731) 0x7f4606790000-0x7f4633790000 (737280K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103733) 0x7f4633790000-0x7f463379b000 (44K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103742) Dumping path for -3 fd via self 9 [/usr/lib/x86_64-linux-gnu/libnss_files-2.19.so]
(00.103747) 0x7f463379b000-0x7f463399a000 (2044K) prot 0 flags 0x2 st 0x41 off 0xb000 reg fp  shmid: 0
(00.103750) 0x7f463399a000-0x7f463399b000 (4K) prot 0x1 flags 0x2 st 0x41 off 0xa000 reg fp  shmid: 0
(00.103752) 0x7f463399b000-0x7f463399c000 (4K) prot 0x3 flags 0x2 st 0x41 off 0xb000 reg fp  shmid: 0
(00.103754) 0x7f463399c000-0x7f4633be8000 (2352K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103756) 0x7f4633be8000-0x7f4633d87000 (1660K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103765) Dumping path for -3 fd via self 10 [/usr/lib/x86_64-linux-gnu/libc-2.19.so]
(00.103769) 0x7f4633d87000-0x7f4633f87000 (2048K) prot 0 flags 0x2 st 0x41 off 0x19f000 reg fp  shmid: 0
(00.103771) 0x7f4633f87000-0x7f4633f8b000 (16K) prot 0x1 flags 0x2 st 0x41 off 0x19f000 reg fp  shmid: 0
(00.103773) 0x7f4633f8b000-0x7f4633f8d000 (8K) prot 0x3 flags 0x2 st 0x41 off 0x1a3000 reg fp  shmid: 0
(00.103775) 0x7f4633f8d000-0x7f4633f91000 (16K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103777) 0x7f4633f91000-0x7f4633fa7000 (88K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103782) Dumping path for -3 fd via self 11 [/usr/lib/x86_64-linux-gnu/libgcc_s.so.1]
(00.103786) 0x7f4633fa7000-0x7f46341a6000 (2044K) prot 0 flags 0x2 st 0x41 off 0x16000 reg fp  shmid: 0
(00.103788) 0x7f46341a6000-0x7f46341a7000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x15000 reg fp  shmid: 0
(00.103790) 0x7f46341a7000-0x7f46341a9000 (8K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103796) Dumping path for -3 fd via self 12 [/usr/lib/x86_64-linux-gnu/libutil-2.19.so]
(00.103799) 0x7f46341a9000-0x7f46343a8000 (2044K) prot 0 flags 0x2 st 0x41 off 0x2000 reg fp  shmid: 0
(00.103801) 0x7f46343a8000-0x7f46343a9000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x1000 reg fp  shmid: 0
(00.103803) 0x7f46343a9000-0x7f46343aa000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x2000 reg fp  shmid: 0
(00.103805) 0x7f46343aa000-0x7f4634515000 (1452K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103811) Dumping path for -3 fd via self 13 [/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21]
(00.103815) 0x7f4634515000-0x7f4634715000 (2048K) prot 0 flags 0x2 st 0x41 off 0x16b000 reg fp  shmid: 0
(00.103817) 0x7f4634715000-0x7f463471f000 (40K) prot 0x1 flags 0x2 st 0x41 off 0x16b000 reg fp  shmid: 0
(00.103819) 0x7f463471f000-0x7f4634721000 (8K) prot 0x3 flags 0x2 st 0x41 off 0x175000 reg fp  shmid: 0
(00.103821) 0x7f4634721000-0x7f4634725000 (16K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103822) 0x7f4634725000-0x7f463472c000 (28K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103828) Dumping path for -3 fd via self 14 [/usr/lib/x86_64-linux-gnu/librt-2.19.so]
(00.103831) 0x7f463472c000-0x7f463492b000 (2044K) prot 0 flags 0x2 st 0x41 off 0x7000 reg fp  shmid: 0
(00.103833) 0x7f463492b000-0x7f463492c000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x6000 reg fp  shmid: 0
(00.103835) 0x7f463492c000-0x7f463492d000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x7000 reg fp  shmid: 0
(00.103837) 0x7f463492d000-0x7f4634945000 (96K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103842) Dumping path for -3 fd via self 15 [/usr/lib/x86_64-linux-gnu/libpthread-2.19.so]
(00.103845) 0x7f4634945000-0x7f4634b44000 (2044K) prot 0 flags 0x2 st 0x41 off 0x18000 reg fp  shmid: 0
(00.103848) 0x7f4634b44000-0x7f4634b45000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x17000 reg fp  shmid: 0
(00.103849) 0x7f4634b45000-0x7f4634b46000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x18000 reg fp  shmid: 0
(00.103851) 0x7f4634b46000-0x7f4634b4a000 (16K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103853) 0x7f4634b4a000-0x7f4634c4a000 (1024K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103858) Dumping path for -3 fd via self 16 [/usr/lib/x86_64-linux-gnu/libm-2.19.so]
(00.103861) 0x7f4634c4a000-0x7f4634e49000 (2044K) prot 0 flags 0x2 st 0x41 off 0x100000 reg fp  shmid: 0
(00.103864) 0x7f4634e49000-0x7f4634e4a000 (4K) prot 0x1 flags 0x2 st 0x41 off 0xff000 reg fp  shmid: 0
(00.103866) 0x7f4634e4a000-0x7f4634e4b000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x100000 reg fp  shmid: 0
(00.103868) 0x7f4634e4b000-0x7f4634e4e000 (12K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103873) Dumping path for -3 fd via self 17 [/usr/lib/x86_64-linux-gnu/libdl-2.19.so]
(00.103876) 0x7f4634e4e000-0x7f463504d000 (2044K) prot 0 flags 0x2 st 0x41 off 0x3000 reg fp  shmid: 0
(00.103879) 0x7f463504d000-0x7f463504e000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x2000 reg fp  shmid: 0
(00.103881) 0x7f463504e000-0x7f463504f000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x3000 reg fp  shmid: 0
(00.103885) 0x7f463504f000-0x7f463506f000 (128K) prot 0x5 flags 0x2 st 0x41 off 0 reg fp  shmid: 0
(00.103890) Dumping path for -3 fd via self 18 [/usr/lib/x86_64-linux-gnu/ld-2.19.so]
(00.103894) 0x7f4635245000-0x7f463524c000 (28K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103896) 0x7f463526c000-0x7f463526f000 (12K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103898) 0x7f463526f000-0x7f4635270000 (4K) prot 0x1 flags 0x2 st 0x41 off 0x20000 reg fp  shmid: 0
(00.103900) 0x7f4635270000-0x7f4635271000 (4K) prot 0x3 flags 0x2 st 0x41 off 0x21000 reg fp  shmid: 0
(00.103901) 0x7f4635271000-0x7f4635272000 (4K) prot 0x3 flags 0x22 st 0x201 off 0 reg ap  shmid: 0
(00.103903) 0x7fff1d508000-0x7fff1d52a000 (136K) prot 0x3 flags 0x122 st 0x201 off 0 reg ap  shmid: 0
(00.103905) 0x7fff1d546000-0x7fff1d548000 (8K) prot 0x1 flags 0x22 st 0x1201 off 0 reg vvar ap  shmid: 0
(00.103907) 0x7fff1d548000-0x7fff1d54a000 (8K) prot 0x5 flags 0x22 st 0x209 off 0 reg vdso ap  shmid: 0
(00.103909) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 st 0x204 off 0 vsys ap  shmid: 0
(00.103911) Obtaining task auvx ...
(00.103973) Dumping path for -3 fd via self 26 [/home/jak/Android/Sdk/tools]
(00.103988) Dumping path for -3 fd via self 26 [/]
(00.103993) Dumping task cwd id 0x15 root id 0x16
(00.104019) Dumping file-locks
(00.104022) 
(00.104023) Dumping pstree (pid: 9245)
(00.104025) ----------------------------------------
(00.104027) Process: 9245(9245)
(00.104033) ----------------------------------------
(00.104037) cg: All tasks in criu's cgroups. Nothing to dump.
(00.104039) sk unix: Dumping external sockets
(00.104041) tty: Unpaired slave 0
(00.104074) Running post-dump scripts
(00.104077) Unlock network
(00.104078) Unfreezing tasks into 1
(00.104080) 	Unseizing 9245 into 1
(00.104085) Writing stats
(00.104098) Dumping finished successfully
-------------- next part --------------
COMMAND    PID USER   FD   TYPE DEVICE  SIZE/OFF    NODE NAME
emulator6 9245  jak  cwd    DIR   8,19      4096 1966324 /home/jak/Android/Sdk/tools
emulator6 9245  jak  rtd    DIR   8,18      4096       2 /
emulator6 9245  jak  txt    REG   8,19  14765352 1974767 /home/jak/Android/Sdk/tools/emulator64-arm
emulator6 9245  jak  mem    REG   8,18     47712  288754 /usr/lib/x86_64-linux-gnu/libnss_files-2.19.so
emulator6 9245  jak  mem    REG   8,18   1729984  276200 /usr/lib/x86_64-linux-gnu/libc-2.19.so
emulator6 9245  jak  mem    REG   8,18     89616  262574 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
emulator6 9245  jak  mem    REG   8,18     10680  289329 /usr/lib/x86_64-linux-gnu/libutil-2.19.so
emulator6 9245  jak  mem    REG   8,18   1537864  280828 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
emulator6 9245  jak  mem    REG   8,18     31784  288649 /usr/lib/x86_64-linux-gnu/librt-2.19.so
emulator6 9245  jak  mem    REG   8,18    137448  278151 /usr/lib/x86_64-linux-gnu/libpthread-2.19.so
emulator6 9245  jak  mem    REG   8,18   1051056  289035 /usr/lib/x86_64-linux-gnu/libm-2.19.so
emulator6 9245  jak  mem    REG   8,18     14664  278012 /usr/lib/x86_64-linux-gnu/libdl-2.19.so
emulator6 9245  jak  mem    REG   8,18    140928  278257 /usr/lib/x86_64-linux-gnu/ld-2.19.so
emulator6 9245  jak    0u   CHR  136,0       0t0       3 /dev/pts/0
emulator6 9245  jak    1u   CHR  136,0       0t0       3 /dev/pts/0
emulator6 9245  jak    2u   CHR  136,0       0t0       3 /dev/pts/0
emulator6 9245  jak    3u   REG   0,33 576716800  509424 /tmp/android-jak/emulator-Ttcfa5
emulator6 9245  jak    4u   REG   8,19 576716800 6562837 /home/jak/.android/avd/N5.avd/userdata-qemu.img
emulator6 9245  jak    5u   REG   8,19  69206016 6563003 /home/jak/.android/avd/N5.avd/cache.img
emulator6 9245  jak    6r  FIFO   0,10       0t0  509425 pipe
emulator6 9245  jak    7w  FIFO   0,10       0t0  509425 pipe
emulator6 9245  jak    8u  sock    0,8       0t0  508477 can't identify protocol
emulator6 9245  jak    9u  IPv4 509429       0t0     TCP localhost:5555 (LISTEN)
emulator6 9245  jak   10u  IPv4 509430       0t0     TCP localhost:5554 (LISTEN)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inetsk.json
Type: application/json
Size: 3531 bytes
Desc: not available
URL: <http://lists.openvz.org/pipermail/criu/attachments/20150924/0993b479/attachment-0001.json>


More information about the CRIU mailing list