[CRIU] Dumping Process of a LXC container

Tycho Andersen tycho.andersen at canonical.com
Wed May 20 07:57:02 PDT 2015


On Wed, May 20, 2015 at 11:59:37AM +0100, Thouraya TH wrote:
> Here is the whole log. (attached to this e-mail).

The error here is:

(71.865584) Error (sk-netlink.c:73): The socket has data to read

which means that the container had a netlink socket with data on it.
This isn't supported right now, so the best advice is just to try
again later.

(There was a small problem a while ago with this, but assuming you're
using a recent (>1.4) version of criu it is fixed.)

Tycho

> Thank you so much for help.
> Best Regards.
> 
> 2015-05-19 17:53 UTC+01:00, Tycho Andersen <tycho.andersen at canonical.com>:
> > On Tue, May 19, 2015 at 03:42:08PM +0100, Thouraya TH wrote:
> >> Thanks a lot for answer.
> >>
> >> i have used the '-v' option. Here is some lines of dump.log
> >>
> >> http://pastie.org/private/60jhklqy2dzdrbxzo7akmg#3
> >
> > Is this all of it? Pasting the whole log would be useful.
> >
> > Tycho
> >
> >> in the first terminal : i run the dumping script. it does the dumping
> >> process at the beginning but when i access to the repository of
> >> checkpoint
> >> file in a second terminal, then the checkpoint failed !!
> >> i can't understand the problem..
> >>
> >> Best Regards.
> >>
> >> 2015-05-19 13:15 GMT+01:00 Tycho Andersen <tycho.andersen at canonical.com>:
> >>
> >> > On Mon, May 18, 2015 at 10:54:39PM +0100, Thouraya TH wrote:
> >> > > Hello all :)
> >> > >
> >> > > Here is my script: i try to do the dumping process in parallel with
> >> > > its
> >> > > running
> >> > >
> >> > > #!/bin/bash
> >> > >
> >> > > if [ $# -ne 1 ]
> >> > > then
> >> > >  echo "USE: ./Dumping.sh worker-name"
> >> > >  else
> >> > >
> >> > > lxc-start -n $1 & my_pid=$!
> >> > > sleep 10
> >> > > mkdir $1
> >> > > while lxc-checkpoint -D  /home/$1 -n  $1  $my_pid
> >> > > do
> >> > >
> >> > >          sleep 20
> >> > >          rm /home/$1/*
> >> > >
> >> > > done
> >> > >
> >> > > fi
> >> > >
> >> > >
> >> > > it does the dumping process at the beginning but then i have  these
> >> > errors :
> >> > >
> >> > > # ./Dumping.sh g6-worker1
> >> > >
> >> > > Checkpointing g6-worker1 failed.
> >> > >
> >> > > Have you an idea please how can i improve my script ?
> >> >
> >> > Use -v and paste the log. Also, please keep lxc specific discussion on
> >> > the LXC mailing list.
> >> >
> >> > Tycho
> >> >
> >> > > Thanks a lot.
> >> > > Best Regards.
> >> >
> >> > > _______________________________________________
> >> > > CRIU mailing list
> >> > > CRIU at openvz.org
> >> > > https://lists.openvz.org/mailman/listinfo/criu
> >> >
> >> >
> >

> (00.043674) ========================================
> (00.043748) Dumping processes (pid: 10053)
> (00.043753) ========================================
> (00.043835) Found anon-shmem device at 4
> (00.043849) Reset 11706's dirty tracking
> (00.043940)  ... done
> (00.043976) Dirty track supported on kernel
> (00.044017) irmap: Searching irmap cache in work dir
> (00.044043) irmap: Searching irmap cache in parent
> (00.044052) irmap: No irmap cache
> (00.044060) cpu: fpu:1 fxsr:1 xsave:1
> (00.044192) vdso: Parsing at 7fffaf3a5000 7fffaf3a7000
> (00.044198) vdso: PT_LOAD p_vaddr: ffffffffff700000
> (00.044202) vdso: DT_HASH: 0xffffffffff700120
> (00.044206) vdso: DT_STRTAB: 0xffffffffff700268
> (00.044209) vdso: DT_SYMTAB: 0xffffffffff700160
> (00.044213) vdso: DT_STRSZ: 94
> (00.044216) vdso: DT_SYMENT: 24
> (00.044220) vdso: nbucket 3 nchain 11 bucket 0x7fffaf3a5128 chain 0x7fffaf3a5134
> (00.044229) vdso: rt [vdso] 7fffaf3a5000-7fffaf3a7000 [vvar] ffffffffffffffff-ffffffffffffffff
> (00.044305) Writing image inventory (version 1)
> (00.044343) bfd: BUF++
> (00.044354) bfd: BUF 0x7f20686b7000 <
> (00.044408) Add pid ns 1 pid 11706
> (00.044420) Add net ns 2 pid 11706
> (00.044431) Add ipc ns 3 pid 11706
> (00.044441) Add uts ns 4 pid 11706
> (00.044454) Add mnt ns 5 pid 11706
> (00.044464) Add user ns 6 pid 11706
> (00.044469) cg: Dumping cgroups for 11706
> (00.044514) cg:  `- New css ID 1
> (00.044520) cg:     `- [blkio] -> [/]
> (00.044524) cg:     `- [cpu] -> [/]
> (00.044528) cg:     `- [cpuacct] -> [/]
> (00.044531) cg:     `- [cpuset] -> [/]
> (00.044535) cg:     `- [devices] -> [/]
> (00.044538) cg:     `- [freezer] -> [/]
> (00.044542) cg:     `- [hugetlb] -> [/]
> (00.044545) cg:     `- [memory] -> [/]
> (00.044548) cg:     `- [name=systemd] -> [/]
> (00.044552) cg:     `- [perf_event] -> [/]
> (00.044555) cg: Set 1 is criu one
> (00.044590) bfd: BUF 0x7f20686b7000 >
> (00.044628) bfd: BUF 0x7f20686b7000 <
> (00.044662) str: `Name:	init'
> (00.044667) str: `State:	t (tracing stop)'
> (00.044671) str: `Tgid:	10053'
> (00.044675) str: `Ngid:	0'
> (00.044678) str: `Pid:	10053'
> (00.044682) str: `PPid:	10036'
> (00.044687) str: `TracerPid:	11706'
> (00.044691) str: `Uid:	0	0	0	0'
> (00.044695) str: `Gid:	0	0	0	0'
> (00.044699) str: `FDSize:	64'
> (00.044703) str: `Groups:	0 '
> (00.044706) str: `VmPeak:	   33416 kB'
> (00.044710) str: `VmSize:	   33248 kB'
> (00.044713) str: `VmLck:	       0 kB'
> (00.044717) str: `VmPin:	       0 kB'
> (00.044721) str: `VmHWM:	    2556 kB'
> (00.044724) str: `VmRSS:	    2556 kB'
> (00.044728) str: `VmData:	    1020 kB'
> (00.044731) str: `VmStk:	     136 kB'
> (00.044735) str: `VmExe:	     248 kB'
> (00.044739) str: `VmLib:	    3076 kB'
> (00.044742) str: `VmPTE:	      88 kB'
> (00.044746) str: `VmSwap:	       0 kB'
> (00.044749) str: `Threads:	1'
> (00.044753) str: `SigQ:	0/128210'
> (00.044757) str: `SigPnd:	0000000000000000'
> (00.044760) str: `ShdPnd:	0000000000000000'
> (00.044764) str: `SigBlk:	0000000000000000'
> (00.044768) str: `SigIgn:	0000000000001000'
> (00.044771) str: `SigCgt:	00000001a0016623'
> (00.044775) str: `CapInh:	0000000000000000'
> (00.044781) str: `CapPrm:	0000001cfdfeffff'
> (00.044786) str: `CapEff:	0000001cfdfeffff'
> (00.044791) str: `CapBnd:	0000001cfdfeffff'
> (00.044796) bfd: BUF 0x7f20686b7000 >
> (00.044807) Seized task 10053, state 1
> (00.044866) Seized task 10294, state 0
> (00.044887) bfd: BUF 0x7f20686b7000 <
> (00.044911) str: `Name:	upstart-udev-br'
> (00.044916) str: `State:	t (tracing stop)'
> (00.044920) str: `Tgid:	10294'
> (00.044923) str: `Ngid:	0'
> (00.044927) str: `Pid:	10294'
> (00.044930) str: `PPid:	10053'
> (00.044935) str: `TracerPid:	11706'
> (00.044939) str: `Uid:	0	0	0	0'
> (00.044943) str: `Gid:	0	0	0	0'
> (00.044947) str: `FDSize:	64'
> (00.044950) str: `Groups:	0 '
> (00.044954) str: `VmPeak:	   19588 kB'
> (00.044958) str: `VmSize:	   19472 kB'
> (00.044961) str: `VmLck:	       0 kB'
> (00.044965) str: `VmPin:	       0 kB'
> (00.044968) str: `VmHWM:	     668 kB'
> (00.044972) str: `VmRSS:	     668 kB'
> (00.044976) str: `VmData:	     212 kB'
> (00.044979) str: `VmStk:	     136 kB'
> (00.044983) str: `VmExe:	      68 kB'
> (00.044986) str: `VmLib:	    2600 kB'
> (00.044990) str: `VmPTE:	      56 kB'
> (00.044994) str: `VmSwap:	       0 kB'
> (00.045010) str: `Threads:	1'
> (00.045015) str: `SigQ:	0/128210'
> (00.045018) str: `SigPnd:	0000000000000000'
> (00.045022) str: `ShdPnd:	0000000000000000'
> (00.045025) str: `SigBlk:	0000000000000000'
> (00.045029) str: `SigIgn:	0000000000000001'
> (00.045032) str: `SigCgt:	0000000180014000'
> (00.045036) str: `CapInh:	0000000000000000'
> (00.045041) str: `CapPrm:	0000001cfdfeffff'
> (00.045046) str: `CapEff:	0000001cfdfeffff'
> (00.045051) str: `CapBnd:	0000001cfdfeffff'
> (00.045056) bfd: BUF 0x7f20686b7000 >
> (00.045097) Collected 10294 in 1 state
> (00.045103) Seized task 10313, state 0
> (00.045122) bfd: BUF 0x7f20686b7000 <
> (00.045146) str: `Name:	systemd-udevd'
> (00.045151) str: `State:	t (tracing stop)'
> (00.045154) str: `Tgid:	10313'
> (00.045158) str: `Ngid:	0'
> (00.045162) str: `Pid:	10313'
> (00.045165) str: `PPid:	10053'
> (00.045170) str: `TracerPid:	11706'
> (00.045174) str: `Uid:	0	0	0	0'
> (00.045178) str: `Gid:	0	0	0	0'
> (00.045182) str: `FDSize:	64'
> (00.045185) str: `Groups:	0 '
> (00.045189) str: `VmPeak:	   49480 kB'
> (00.045193) str: `VmSize:	   49268 kB'
> (00.045196) str: `VmLck:	       0 kB'
> (00.045200) str: `VmPin:	       0 kB'
> (00.045203) str: `VmHWM:	    1336 kB'
> (00.045207) str: `VmRSS:	    1336 kB'
> (00.045210) str: `VmData:	     916 kB'
> (00.045214) str: `VmStk:	     136 kB'
> (00.045218) str: `VmExe:	     200 kB'
> (00.045221) str: `VmLib:	    3420 kB'
> (00.045225) str: `VmPTE:	     104 kB'
> (00.045228) str: `VmSwap:	       0 kB'
> (00.045232) str: `Threads:	1'
> (00.045236) str: `SigQ:	0/128210'
> (00.045239) str: `SigPnd:	0000000000000000'
> (00.045243) str: `ShdPnd:	0000000000000000'
> (00.045247) str: `SigBlk:	fffffffe7ffbfeff'
> (00.045250) str: `SigIgn:	0000000000000000'
> (00.045254) str: `SigCgt:	0000000180000000'
> (00.045257) str: `CapInh:	0000000000000000'
> (00.045262) str: `CapPrm:	0000001cfdfeffff'
> (00.045267) str: `CapEff:	0000001cfdfeffff'
> (00.045272) str: `CapBnd:	0000001cfdfeffff'
> (00.045277) bfd: BUF 0x7f20686b7000 >
> (00.045322) Collected 10313 in 1 state
> (00.045329) Seized task 10353, state 0
> (00.045349) bfd: BUF 0x7f20686b7000 <
> (00.045374) str: `Name:	rsyslogd'
> (00.045378) str: `State:	t (tracing stop)'
> (00.045382) str: `Tgid:	10353'
> (00.045386) str: `Ngid:	0'
> (00.045389) str: `Pid:	10353'
> (00.045393) str: `PPid:	10053'
> (00.045398) str: `TracerPid:	11706'
> (00.045402) str: `Uid:	102	102	102	102'
> (00.045406) str: `Gid:	105	105	105	105'
> (00.045409) str: `FDSize:	64'
> (00.045413) str: `Groups:	4 105 '
> (00.045417) str: `VmPeak:	  255840 kB'
> (00.045420) str: `VmSize:	  190304 kB'
> (00.045424) str: `VmLck:	       0 kB'
> (00.045427) str: `VmPin:	       0 kB'
> (00.045431) str: `VmHWM:	    1472 kB'
> (00.045435) str: `VmRSS:	    1472 kB'
> (00.045438) str: `VmData:	  155996 kB'
> (00.045442) str: `VmStk:	     136 kB'
> (00.045446) str: `VmExe:	     476 kB'
> (00.045449) str: `VmLib:	    2836 kB'
> (00.045453) str: `VmPTE:	     104 kB'
> (00.045456) str: `VmSwap:	      20 kB'
> (00.045460) str: `Threads:	4'
> (00.045464) str: `SigQ:	0/128210'
> (00.045467) str: `SigPnd:	0000000000000000'
> (00.045471) str: `ShdPnd:	0000000000000000'
> (00.045475) str: `SigBlk:	0000000000000000'
> (00.045478) str: `SigIgn:	0000000001001206'
> (00.045482) str: `SigCgt:	0000000180114c21'
> (00.045486) str: `CapInh:	0000000000000000'
> (00.045490) str: `CapPrm:	0000000000000000'
> (00.045495) str: `CapEff:	0000000000000000'
> (00.045500) str: `CapBnd:	0000001cfdfeffff'
> (00.045505) bfd: BUF 0x7f20686b7000 >
> (00.045529) 	Seizing 10353's 10355 thread
> (00.045548) bfd: BUF 0x7f20686b7000 <
> (00.045571) str: `Name:	in:imuxsock'
> (00.045575) str: `State:	t (tracing stop)'
> (00.045579) str: `Tgid:	10353'
> (00.045583) str: `Ngid:	0'
> (00.045586) str: `Pid:	10355'
> (00.045590) str: `PPid:	10053'
> (00.045595) str: `TracerPid:	11706'
> (00.045599) str: `Uid:	102	102	102	102'
> (00.045603) str: `Gid:	105	105	105	105'
> (00.045607) str: `FDSize:	64'
> (00.045610) str: `Groups:	4 105 '
> (00.045614) str: `VmPeak:	  255840 kB'
> (00.045618) str: `VmSize:	  190304 kB'
> (00.045621) str: `VmLck:	       0 kB'
> (00.045625) str: `VmPin:	       0 kB'
> (00.045629) str: `VmHWM:	    1472 kB'
> (00.045632) str: `VmRSS:	    1472 kB'
> (00.045636) str: `VmData:	  155996 kB'
> (00.045652) str: `VmStk:	     136 kB'
> (00.045656) str: `VmExe:	     476 kB'
> (00.045660) str: `VmLib:	    2836 kB'
> (00.045663) str: `VmPTE:	     104 kB'
> (00.045667) str: `VmSwap:	      20 kB'
> (00.045670) str: `Threads:	4'
> (00.045674) str: `SigQ:	0/128210'
> (00.045678) str: `SigPnd:	0000000000000000'
> (00.045681) str: `ShdPnd:	0000000000000000'
> (00.045685) str: `SigBlk:	fffffffe7febfeff'
> (00.045688) str: `SigIgn:	0000000001001206'
> (00.045692) str: `SigCgt:	0000000180114c21'
> (00.045695) str: `CapInh:	0000000000000000'
> (00.045700) str: `CapPrm:	0000000000000000'
> (00.045705) str: `CapEff:	0000000000000000'
> (00.045710) str: `CapBnd:	0000001cfdfeffff'
> (00.045715) bfd: BUF 0x7f20686b7000 >
> (00.045722) 	Seizing 10353's 10356 thread
> (00.045742) bfd: BUF 0x7f20686b7000 <
> (00.045765) str: `Name:	in:imklog'
> (00.045769) str: `State:	t (tracing stop)'
> (00.045773) str: `Tgid:	10353'
> (00.045777) str: `Ngid:	0'
> (00.045780) str: `Pid:	10356'
> (00.045784) str: `PPid:	10053'
> (00.045788) str: `TracerPid:	11706'
> (00.045792) str: `Uid:	102	102	102	102'
> (00.045796) str: `Gid:	105	105	105	105'
> (00.045800) str: `FDSize:	64'
> (00.045804) str: `Groups:	4 105 '
> (00.045807) str: `VmPeak:	  255840 kB'
> (00.045811) str: `VmSize:	  190304 kB'
> (00.045814) str: `VmLck:	       0 kB'
> (00.045818) str: `VmPin:	       0 kB'
> (00.045821) str: `VmHWM:	    1472 kB'
> (00.045825) str: `VmRSS:	    1472 kB'
> (00.045828) str: `VmData:	  155996 kB'
> (00.045832) str: `VmStk:	     136 kB'
> (00.045835) str: `VmExe:	     476 kB'
> (00.045839) str: `VmLib:	    2836 kB'
> (00.045843) str: `VmPTE:	     104 kB'
> (00.045846) str: `VmSwap:	      20 kB'
> (00.045849) str: `Threads:	4'
> (00.045853) str: `SigQ:	0/128210'
> (00.045857) str: `SigPnd:	0000000000000000'
> (00.045860) str: `ShdPnd:	0000000000000000'
> (00.045864) str: `SigBlk:	fffffffe7febfeff'
> (00.045867) str: `SigIgn:	0000000001001206'
> (00.045871) str: `SigCgt:	0000000180114c21'
> (00.045875) str: `CapInh:	0000000000000000'
> (00.045880) str: `CapPrm:	0000000000000000'
> (00.045884) str: `CapEff:	0000000000000000'
> (00.045889) str: `CapBnd:	0000001cfdfeffff'
> (00.045894) bfd: BUF 0x7f20686b7000 >
> (00.045901) 	Seizing 10353's 10357 thread
> (00.045921) bfd: BUF 0x7f20686b7000 <
> (00.045943) str: `Name:	rs:main Q:Reg'
> (00.045948) str: `State:	t (tracing stop)'
> (00.045952) str: `Tgid:	10353'
> (00.045955) str: `Ngid:	0'
> (00.045959) str: `Pid:	10357'
> (00.045962) str: `PPid:	10053'
> (00.045967) str: `TracerPid:	11706'
> (00.045971) str: `Uid:	102	102	102	102'
> (00.045975) str: `Gid:	105	105	105	105'
> (00.045979) str: `FDSize:	64'
> (00.045982) str: `Groups:	4 105 '
> (00.045986) str: `VmPeak:	  255840 kB'
> (00.045990) str: `VmSize:	  190304 kB'
> (00.045993) str: `VmLck:	       0 kB'
> (00.045997) str: `VmPin:	       0 kB'
> (00.046000) str: `VmHWM:	    1472 kB'
> (00.046004) str: `VmRSS:	    1472 kB'
> (00.046008) str: `VmData:	  155996 kB'
> (00.046011) str: `VmStk:	     136 kB'
> (00.046015) str: `VmExe:	     476 kB'
> (00.046018) str: `VmLib:	    2836 kB'
> (00.046022) str: `VmPTE:	     104 kB'
> (00.046025) str: `VmSwap:	      20 kB'
> (00.046029) str: `Threads:	4'
> (00.046032) str: `SigQ:	0/128210'
> (00.046036) str: `SigPnd:	0000000000000000'
> (00.046039) str: `ShdPnd:	0000000000000000'
> (00.046043) str: `SigBlk:	fffffffe7febfeff'
> (00.046047) str: `SigIgn:	0000000001001206'
> (00.046050) str: `SigCgt:	0000000180114c21'
> (00.046054) str: `CapInh:	0000000000000000'
> (00.046058) str: `CapPrm:	0000000000000000'
> (00.046063) str: `CapEff:	0000000000000000'
> (00.046068) str: `CapBnd:	0000001cfdfeffff'
> (00.046072) bfd: BUF 0x7f20686b7000 >
> (00.046126) Collected 10353 in 1 state
> (00.046131) Seized task 10359, state 0
> (00.046153) bfd: BUF 0x7f20686b7000 <
> (00.046177) str: `Name:	upstart-socket-'
> (00.046181) str: `State:	t (tracing stop)'
> (00.046185) str: `Tgid:	10359'
> (00.046189) str: `Ngid:	0'
> (00.046192) str: `Pid:	10359'
> (00.046196) str: `PPid:	10053'
> (00.046201) str: `TracerPid:	11706'
> (00.046205) str: `Uid:	0	0	0	0'
> (00.046209) str: `Gid:	0	0	0	0'
> (00.046212) str: `FDSize:	64'
> (00.046216) str: `Groups:	0 '
> (00.046220) str: `VmPeak:	   15672 kB'
> (00.046223) str: `VmSize:	   15540 kB'
> (00.046238) str: `VmLck:	       0 kB'
> (00.046242) str: `VmPin:	       0 kB'
> (00.046246) str: `VmHWM:	    1032 kB'
> (00.046250) str: `VmRSS:	    1000 kB'
> (00.046253) str: `VmData:	     492 kB'
> (00.046256) str: `VmStk:	     136 kB'
> (00.046260) str: `VmExe:	     124 kB'
> (00.046264) str: `VmLib:	    2436 kB'
> (00.046267) str: `VmPTE:	      48 kB'
> (00.046270) str: `VmSwap:	       0 kB'
> (00.046274) str: `Threads:	1'
> (00.046277) str: `SigQ:	0/128210'
> (00.046281) str: `SigPnd:	0000000000000000'
> (00.046285) str: `ShdPnd:	0000000000000000'
> (00.046288) str: `SigBlk:	0000000000000000'
> (00.046292) str: `SigIgn:	0000000000000001'
> (00.046295) str: `SigCgt:	0000000180014000'
> (00.046299) str: `CapInh:	0000000000000000'
> (00.046303) str: `CapPrm:	0000001cfdfeffff'
> (00.046309) str: `CapEff:	0000001cfdfeffff'
> (00.046313) str: `CapBnd:	0000001cfdfeffff'
> (00.046318) bfd: BUF 0x7f20686b7000 >
> (00.046353) Collected 10359 in 1 state
> (00.046358) Seized task 10362, state 0
> (00.046374) bfd: BUF 0x7f20686b7000 <
> (00.046398) str: `Name:	upstart-file-br'
> (00.046402) str: `State:	t (tracing stop)'
> (00.046406) str: `Tgid:	10362'
> (00.046410) str: `Ngid:	0'
> (00.046413) str: `Pid:	10362'
> (00.046417) str: `PPid:	10053'
> (00.046421) str: `TracerPid:	11706'
> (00.046425) str: `Uid:	0	0	0	0'
> (00.046429) str: `Gid:	0	0	0	0'
> (00.046433) str: `FDSize:	64'
> (00.046437) str: `Groups:	0 '
> (00.046440) str: `VmPeak:	   15372 kB'
> (00.046444) str: `VmSize:	   15272 kB'
> (00.046447) str: `VmLck:	       0 kB'
> (00.046451) str: `VmPin:	       0 kB'
> (00.046454) str: `VmHWM:	     664 kB'
> (00.046458) str: `VmRSS:	     664 kB'
> (00.046462) str: `VmData:	     216 kB'
> (00.046465) str: `VmStk:	     136 kB'
> (00.046469) str: `VmExe:	     132 kB'
> (00.046472) str: `VmLib:	    2436 kB'
> (00.046476) str: `VmPTE:	      52 kB'
> (00.046479) str: `VmSwap:	       0 kB'
> (00.046483) str: `Threads:	1'
> (00.046487) str: `SigQ:	0/128210'
> (00.046490) str: `SigPnd:	0000000000000000'
> (00.046494) str: `ShdPnd:	0000000000000000'
> (00.046497) str: `SigBlk:	0000000000000000'
> (00.046501) str: `SigIgn:	0000000000000001'
> (00.046505) str: `SigCgt:	0000000180014000'
> (00.046508) str: `CapInh:	0000000000000000'
> (00.046513) str: `CapPrm:	0000001cfdfeffff'
> (00.046518) str: `CapEff:	0000001cfdfeffff'
> (00.046523) str: `CapBnd:	0000001cfdfeffff'
> (00.046527) bfd: BUF 0x7f20686b7000 >
> (00.046562) Collected 10362 in 1 state
> (00.046567) Seized task 10437, state 0
> (00.046586) bfd: BUF 0x7f20686b7000 <
> (00.046610) str: `Name:	dhclient'
> (00.046614) str: `State:	t (tracing stop)'
> (00.046618) str: `Tgid:	10437'
> (00.046622) str: `Ngid:	0'
> (00.046625) str: `Pid:	10437'
> (00.046629) str: `PPid:	10053'
> (00.046633) str: `TracerPid:	11706'
> (00.046637) str: `Uid:	0	0	0	0'
> (00.046641) str: `Gid:	0	0	0	0'
> (00.046645) str: `FDSize:	64'
> (00.046649) str: `Groups:	0 '
> (00.046652) str: `VmPeak:	   10308 kB'
> (00.046656) str: `VmSize:	   10228 kB'
> (00.046660) str: `VmLck:	       0 kB'
> (00.046663) str: `VmPin:	       0 kB'
> (00.046667) str: `VmHWM:	    2656 kB'
> (00.046670) str: `VmRSS:	    2656 kB'
> (00.046674) str: `VmData:	    2380 kB'
> (00.046678) str: `VmStk:	     136 kB'
> (00.046681) str: `VmExe:	    1604 kB'
> (00.046685) str: `VmLib:	    1956 kB'
> (00.046688) str: `VmPTE:	      36 kB'
> (00.046692) str: `VmSwap:	       0 kB'
> (00.046695) str: `Threads:	1'
> (00.046699) str: `SigQ:	0/128210'
> (00.046703) str: `SigPnd:	0000000000000000'
> (00.046706) str: `ShdPnd:	0000000000000000'
> (00.046710) str: `SigBlk:	0000000000000000'
> (00.046713) str: `SigIgn:	0000000000000000'
> (00.046717) str: `SigCgt:	0000000000000000'
> (00.046721) str: `CapInh:	0000000000000000'
> (00.046725) str: `CapPrm:	0000001cfdfeffff'
> (00.046730) str: `CapEff:	0000001cfdfeffff'
> (00.046735) str: `CapBnd:	0000001cfdfeffff'
> (00.046740) bfd: BUF 0x7f20686b7000 >
> (00.046774) Collected 10437 in 1 state
> (00.046779) Seized task 10547, state 0
> (00.046802) bfd: BUF 0x7f20686b7000 <
> (00.046825) str: `Name:	sshd'
> (00.046829) str: `State:	t (tracing stop)'
> (00.046833) str: `Tgid:	10547'
> (00.046837) str: `Ngid:	0'
> (00.046840) str: `Pid:	10547'
> (00.046844) str: `PPid:	10053'
> (00.046848) str: `TracerPid:	11706'
> (00.046866) str: `Uid:	0	0	0	0'
> (00.046871) str: `Gid:	0	0	0	0'
> (00.046874) str: `FDSize:	64'
> (00.046878) str: `Groups:	'
> (00.046882) str: `VmPeak:	   61644 kB'
> (00.046885) str: `VmSize:	   61364 kB'
> (00.046889) str: `VmLck:	       0 kB'
> (00.046892) str: `VmPin:	       0 kB'
> (00.046896) str: `VmHWM:	    3116 kB'
> (00.046899) str: `VmRSS:	    3088 kB'
> (00.046903) str: `VmData:	     548 kB'
> (00.046907) str: `VmStk:	     136 kB'
> (00.046910) str: `VmExe:	     732 kB'
> (00.046913) str: `VmLib:	    6332 kB'
> (00.046917) str: `VmPTE:	     136 kB'
> (00.046921) str: `VmSwap:	       0 kB'
> (00.046924) str: `Threads:	1'
> (00.046928) str: `SigQ:	0/128210'
> (00.046931) str: `SigPnd:	0000000000000000'
> (00.046935) str: `ShdPnd:	0000000000000000'
> (00.046938) str: `SigBlk:	0000000000000000'
> (00.046942) str: `SigIgn:	0000000000001000'
> (00.046945) str: `SigCgt:	0000000180014005'
> (00.046949) str: `CapInh:	0000000000000000'
> (00.046954) str: `CapPrm:	0000001cfdfeffff'
> (00.046959) str: `CapEff:	0000001cfdfeffff'
> (00.046964) str: `CapBnd:	0000001cfdfeffff'
> (00.046969) bfd: BUF 0x7f20686b7000 >
> (00.047003) Collected 10547 in 1 state
> (00.047008) Seized task 10552, state 0
> (00.047026) bfd: BUF 0x7f20686b7000 <
> (00.047049) str: `Name:	cron'
> (00.047054) str: `State:	t (tracing stop)'
> (00.047057) str: `Tgid:	10552'
> (00.047061) str: `Ngid:	0'
> (00.047064) str: `Pid:	10552'
> (00.047068) str: `PPid:	10053'
> (00.047072) str: `TracerPid:	11706'
> (00.047076) str: `Uid:	0	0	0	0'
> (00.047080) str: `Gid:	0	0	0	0'
> (00.047084) str: `FDSize:	64'
> (00.047088) str: `Groups:	0 '
> (00.047091) str: `VmPeak:	   23784 kB'
> (00.047095) str: `VmSize:	   23652 kB'
> (00.047099) str: `VmLck:	       0 kB'
> (00.047102) str: `VmPin:	       0 kB'
> (00.047106) str: `VmHWM:	     920 kB'
> (00.047109) str: `VmRSS:	     920 kB'
> (00.047113) str: `VmData:	     260 kB'
> (00.047116) str: `VmStk:	     136 kB'
> (00.047120) str: `VmExe:	      40 kB'
> (00.047124) str: `VmLib:	    2664 kB'
> (00.047127) str: `VmPTE:	      64 kB'
> (00.047131) str: `VmSwap:	       0 kB'
> (00.047134) str: `Threads:	1'
> (00.047138) str: `SigQ:	0/128210'
> (00.047141) str: `SigPnd:	0000000000000000'
> (00.047145) str: `ShdPnd:	0000000000000000'
> (00.047149) str: `SigBlk:	0000000000000000'
> (00.047152) str: `SigIgn:	0000000000000000'
> (00.047156) str: `SigCgt:	0000000000010001'
> (00.047159) str: `CapInh:	0000000000000000'
> (00.047164) str: `CapPrm:	0000001cfdfeffff'
> (00.047169) str: `CapEff:	0000001cfdfeffff'
> (00.047174) str: `CapBnd:	0000001cfdfeffff'
> (00.047179) bfd: BUF 0x7f20686b7000 >
> (00.047212) Collected 10552 in 1 state
> (00.047217) Seized task 10642, state 0
> (00.047235) bfd: BUF 0x7f20686b7000 <
> (00.047258) str: `Name:	ondemand'
> (00.047263) str: `State:	t (tracing stop)'
> (00.047267) str: `Tgid:	10642'
> (00.047270) str: `Ngid:	0'
> (00.047274) str: `Pid:	10642'
> (00.047277) str: `PPid:	10053'
> (00.047282) str: `TracerPid:	11706'
> (00.047286) str: `Uid:	0	0	0	0'
> (00.047290) str: `Gid:	0	0	0	0'
> (00.047293) str: `FDSize:	64'
> (00.047297) str: `Groups:	0 '
> (00.047300) str: `VmPeak:	    4496 kB'
> (00.047304) str: `VmSize:	    4440 kB'
> (00.047308) str: `VmLck:	       0 kB'
> (00.047311) str: `VmPin:	       0 kB'
> (00.047315) str: `VmHWM:	     788 kB'
> (00.047318) str: `VmRSS:	     596 kB'
> (00.047322) str: `VmData:	     192 kB'
> (00.047325) str: `VmStk:	     136 kB'
> (00.047329) str: `VmExe:	     112 kB'
> (00.047332) str: `VmLib:	    1912 kB'
> (00.047336) str: `VmPTE:	      28 kB'
> (00.047340) str: `VmSwap:	     172 kB'
> (00.047343) str: `Threads:	1'
> (00.047347) str: `SigQ:	0/128210'
> (00.047350) str: `SigPnd:	0000000000000000'
> (00.047354) str: `ShdPnd:	0000000000000000'
> (00.047357) str: `SigBlk:	0000000000000000'
> (00.047361) str: `SigIgn:	0000000000000000'
> (00.047364) str: `SigCgt:	0000000000010002'
> (00.047368) str: `CapInh:	0000000000000000'
> (00.047373) str: `CapPrm:	0000001cfdfeffff'
> (00.047378) str: `CapEff:	0000001cfdfeffff'
> (00.047383) str: `CapBnd:	0000001cfdfeffff'
> (00.047387) bfd: BUF 0x7f20686b7000 >
> (00.047421) Seized task 10649, state 0
> (00.047441) bfd: BUF 0x7f20686b7000 <
> (00.047464) str: `Name:	sleep'
> (00.047469) str: `State:	t (tracing stop)'
> (00.047484) str: `Tgid:	10649'
> (00.047488) str: `Ngid:	0'
> (00.047492) str: `Pid:	10649'
> (00.047495) str: `PPid:	10642'
> (00.047500) str: `TracerPid:	11706'
> (00.047504) str: `Uid:	0	0	0	0'
> (00.047508) str: `Gid:	0	0	0	0'
> (00.047512) str: `FDSize:	64'
> (00.047516) str: `Groups:	0 '
> (00.047519) str: `VmPeak:	    4396 kB'
> (00.047523) str: `VmSize:	    4340 kB'
> (00.047526) str: `VmLck:	       0 kB'
> (00.047530) str: `VmPin:	       0 kB'
> (00.047533) str: `VmHWM:	     560 kB'
> (00.047537) str: `VmRSS:	     488 kB'
> (00.047540) str: `VmData:	     184 kB'
> (00.047544) str: `VmStk:	     136 kB'
> (00.047547) str: `VmExe:	      24 kB'
> (00.047551) str: `VmLib:	    1912 kB'
> (00.047555) str: `VmPTE:	      28 kB'
> (00.047558) str: `VmSwap:	      72 kB'
> (00.047562) str: `Threads:	1'
> (00.047565) str: `SigQ:	0/128210'
> (00.047569) str: `SigPnd:	0000000000000000'
> (00.047573) str: `ShdPnd:	0000000000000000'
> (00.047576) str: `SigBlk:	0000000000000000'
> (00.047580) str: `SigIgn:	0000000000000000'
> (00.047584) str: `SigCgt:	0000000000000000'
> (00.047587) str: `CapInh:	0000000000000000'
> (00.047592) str: `CapPrm:	0000001cfdfeffff'
> (00.047597) str: `CapEff:	0000001cfdfeffff'
> (00.047602) str: `CapBnd:	0000001cfdfeffff'
> (00.047607) bfd: BUF 0x7f20686b7000 >
> (00.047641) Collected 10649 in 1 state
> (00.047671) Collected 10642 in 1 state
> (00.047677) Seized task 10764, state 0
> (00.047694) bfd: BUF 0x7f20686b7000 <
> (00.047719) str: `Name:	java'
> (00.047723) str: `State:	t (tracing stop)'
> (00.047727) str: `Tgid:	10764'
> (00.047731) str: `Ngid:	0'
> (00.047734) str: `Pid:	10764'
> (00.047738) str: `PPid:	10053'
> (00.047743) str: `TracerPid:	11706'
> (00.047747) str: `Uid:	104	104	104	104'
> (00.047751) str: `Gid:	107	107	107	107'
> (00.047754) str: `FDSize:	128'
> (00.047758) str: `Groups:	107 '
> (00.047762) str: `VmPeak:	 6065916 kB'
> (00.047765) str: `VmSize:	 6035336 kB'
> (00.047769) str: `VmLck:	 5829504 kB'
> (00.047772) str: `VmPin:	       0 kB'
> (00.047776) str: `VmHWM:	 4405796 kB'
> (00.047780) str: `VmRSS:	 4389844 kB'
> (00.047783) str: `VmData:	 5839888 kB'
> (00.047787) str: `VmStk:	     140 kB'
> (00.047790) str: `VmExe:	       4 kB'
> (00.047794) str: `VmLib:	   17064 kB'
> (00.047797) str: `VmPTE:	    8808 kB'
> (00.047801) str: `VmSwap:	      36 kB'
> (00.047804) str: `Threads:	68'
> (00.047808) str: `SigQ:	0/128210'
> (00.047812) str: `SigPnd:	0000000000000000'
> (00.047815) str: `ShdPnd:	0000000000000000'
> (00.047819) str: `SigBlk:	0000000000000000'
> (00.047822) str: `SigIgn:	0000000000000002'
> (00.047826) str: `SigCgt:	2000000181005ccd'
> (00.047829) str: `CapInh:	0000000000000000'
> (00.047834) str: `CapPrm:	0000000000000000'
> (00.047839) str: `CapEff:	0000000000000000'
> (00.047844) str: `CapBnd:	0000001cfdfeffff'
> (00.047849) bfd: BUF 0x7f20686b7000 >
> (00.047951) 	Seizing 10764's 10765 thread
> (00.047971) bfd: BUF 0x7f20686b7000 <
> (00.047994) str: `Name:	java'
> (00.047998) str: `State:	t (tracing stop)'
> (00.048002) str: `Tgid:	10764'
> (00.048006) str: `Ngid:	0'
> (00.048009) str: `Pid:	10765'
> (00.048013) str: `PPid:	10053'
> (00.048018) str: `TracerPid:	11706'
> (00.048022) str: `Uid:	104	104	104	104'
> (00.048026) str: `Gid:	107	107	107	107'
> (00.048029) str: `FDSize:	128'
> (00.048033) str: `Groups:	107 '
> (00.048037) str: `VmPeak:	 6065916 kB'
> (00.048040) str: `VmSize:	 6035336 kB'
> (00.048044) str: `VmLck:	 5829504 kB'
> (00.048047) str: `VmPin:	       0 kB'
> (00.048051) str: `VmHWM:	 4405796 kB'
> (00.048054) str: `VmRSS:	 4389844 kB'
> (00.048058) str: `VmData:	 5839888 kB'
> (00.048062) str: `VmStk:	     140 kB'
> (00.048065) str: `VmExe:	       4 kB'
> (00.048069) str: `VmLib:	   17064 kB'
> (00.048072) str: `VmPTE:	    8808 kB'
> (00.048076) str: `VmSwap:	      36 kB'
> (00.048080) str: `Threads:	68'
> (00.048084) str: `SigQ:	0/128210'
> (00.048087) str: `SigPnd:	0000000000000000'
> (00.048091) str: `ShdPnd:	0000000000000000'
> (00.048095) str: `SigBlk:	0000000000000004'
> (00.048098) str: `SigIgn:	0000000000000002'
> (00.048102) str: `SigCgt:	2000000181005ccd'
> (00.048105) str: `CapInh:	0000000000000000'
> (00.048110) str: `CapPrm:	0000000000000000'
> (00.048115) str: `CapEff:	0000000000000000'
> (00.048120) str: `CapBnd:	0000001cfdfeffff'
> (00.048136) bfd: BUF 0x7f20686b7000 >
> (00.048144) 	Seizing 10764's 10766 thread
> (00.048163) bfd: BUF 0x7f20686b7000 <
> (00.048185) str: `Name:	java'
> (00.048190) str: `State:	t (tracing stop)'
> (00.048194) str: `Tgid:	10764'
> (00.048197) str: `Ngid:	0'
> (00.048201) str: `Pid:	10766'
> (00.048204) str: `PPid:	10053'
> (00.048209) str: `TracerPid:	11706'
> (00.048213) str: `Uid:	104	104	104	104'
> (00.048217) str: `Gid:	107	107	107	107'
> (00.048221) str: `FDSize:	128'
> (00.048224) str: `Groups:	107 '
> (00.048228) str: `VmPeak:	 6065916 kB'
> (00.048231) str: `VmSize:	 6035336 kB'
> (00.048235) str: `VmLck:	 5829504 kB'
> (00.048238) str: `VmPin:	       0 kB'
> (00.048242) str: `VmHWM:	 4405796 kB'
> (00.048246) str: `VmRSS:	 4389844 kB'
> (00.048249) str: `VmData:	 5839888 kB'
> (00.048253) str: `VmStk:	     140 kB'
> (00.048256) str: `VmExe:	       4 kB'
> (00.048260) str: `VmLib:	   17064 kB'
> (00.048263) str: `VmPTE:	    8808 kB'
> (00.048267) str: `VmSwap:	      36 kB'
> (00.048270) str: `Threads:	68'
> (00.048274) str: `SigQ:	0/128210'
> (00.048278) str: `SigPnd:	0000000000000000'
> (00.048281) str: `ShdPnd:	0000000000000000'
> (00.048285) str: `SigBlk:	0000000000000004'
> (00.048289) str: `SigIgn:	0000000000000002'
> (00.048292) str: `SigCgt:	2000000181005ccd'
> (00.048296) str: `CapInh:	0000000000000000'
> (00.048300) str: `CapPrm:	0000000000000000'
> (00.048305) str: `CapEff:	0000000000000000'
> (00.048310) str: `CapBnd:	0000001cfdfeffff'
> (00.048315) bfd: BUF 0x7f20686b7000 >
> (00.048322) 	Seizing 10764's 10767 thread
> (00.048340) bfd: BUF 0x7f20686b7000 <
> (00.048363) str: `Name:	java'
> (00.048368) str: `State:	t (tracing stop)'
> (00.048372) str: `Tgid:	10764'
> (00.048375) str: `Ngid:	0'
> (00.048379) str: `Pid:	10767'
> (00.048383) str: `PPid:	10053'
> (00.048387) str: `TracerPid:	11706'
> (00.048391) str: `Uid:	104	104	104	104'
> (00.048395) str: `Gid:	107	107	107	107'
> (00.048399) str: `FDSize:	128'
> (00.048403) str: `Groups:	107 '
> (00.048406) str: `VmPeak:	 6065916 kB'
> (00.048410) str: `VmSize:	 6035336 kB'
> (00.048414) str: `VmLck:	 5829504 kB'
> (00.048417) str: `VmPin:	       0 kB'
> (00.048421) str: `VmHWM:	 4405796 kB'
> (00.048424) str: `VmRSS:	 4389844 kB'
> (00.048428) str: `VmData:	 5839888 kB'
> (00.048431) str: `VmStk:	     140 kB'
> (00.048435) str: `VmExe:	       4 kB'
> (00.048439) str: `VmLib:	   17064 kB'
> (00.048442) str: `VmPTE:	    8808 kB'
> (00.048446) str: `VmSwap:	      36 kB'
> (00.048449) str: `Threads:	68'
> (00.048453) str: `SigQ:	0/128210'
> (00.048457) str: `SigPnd:	0000000000000000'
> (00.048460) str: `ShdPnd:	0000000000000000'
> (00.048464) str: `SigBlk:	0000000000000004'
> (00.048468) str: `SigIgn:	0000000000000002'
> (00.048471) str: `SigCgt:	2000000181005ccd'
> (00.048475) str: `CapInh:	0000000000000000'
> (00.048479) str: `CapPrm:	0000000000000000'
> (00.048484) str: `CapEff:	0000000000000000'
> (00.048489) str: `CapBnd:	0000001cfdfeffff'
> (00.048494) bfd: BUF 0x7f20686b7000 >
> (00.048502) 	Seizing 10764's 10768 thread
> (00.048521) bfd: BUF 0x7f20686b7000 <
> (00.048543) str: `Name:	java'
> (00.048548) str: `State:	t (tracing stop)'
> (00.048552) str: `Tgid:	10764'
> (00.048556) str: `Ngid:	0'
> (00.048559) str: `Pid:	10768'
> (00.048563) str: `PPid:	10053'
> (00.048568) str: `TracerPid:	11706'
> (00.048572) str: `Uid:	104	104	104	104'
> (00.048576) str: `Gid:	107	107	107	107'
> (00.048579) str: `FDSize:	128'
> (00.048583) str: `Groups:	107 '
> (00.048587) str: `VmPeak:	 6065916 kB'
> (00.048591) str: `VmSize:	 6035336 kB'
> (00.048594) str: `VmLck:	 5829504 kB'
> (00.048598) str: `VmPin:	       0 kB'
> (00.048601) str: `VmHWM:	 4405796 kB'
> (00.048605) str: `VmRSS:	 4389844 kB'
> (00.048609) str: `VmData:	 5839888 kB'
> (00.048612) str: `VmStk:	     140 kB'
> (00.048616) str: `VmExe:	       4 kB'
> (00.048619) str: `VmLib:	   17064 kB'
> (00.048623) str: `VmPTE:	    8808 kB'
> (00.048627) str: `VmSwap:	      36 kB'
> (00.048630) str: `Threads:	68'
> (00.048634) str: `SigQ:	0/128210'
> (00.048638) str: `SigPnd:	0000000000000000'
> (00.048641) str: `ShdPnd:	0000000000000000'
> (00.048645) str: `SigBlk:	0000000000000004'
> (00.048648) str: `SigIgn:	0000000000000002'
> (00.048652) str: `SigCgt:	2000000181005ccd'
> (00.048656) str: `CapInh:	0000000000000000'
> (00.048671) str: `CapPrm:	0000000000000000'
> (00.048677) str: `CapEff:	0000000000000000'
> (00.048682) str: `CapBnd:	0000001cfdfeffff'
> (00.048687) bfd: BUF 0x7f20686b7000 >
> (00.048694) 	Seizing 10764's 10769 thread
> (00.048711) bfd: BUF 0x7f20686b7000 <
> (00.048734) str: `Name:	java'
> (00.048739) str: `State:	t (tracing stop)'
> (00.048743) str: `Tgid:	10764'
> (00.048746) str: `Ngid:	0'
> (00.048750) str: `Pid:	10769'
> (00.048753) str: `PPid:	10053'
> (00.048758) str: `TracerPid:	11706'
> (00.048762) str: `Uid:	104	104	104	104'
> (00.048766) str: `Gid:	107	107	107	107'
> (00.048769) str: `FDSize:	128'
> (00.048773) str: `Groups:	107 '
> (00.048776) str: `VmPeak:	 6065916 kB'
> (00.048780) str: `VmSize:	 6035336 kB'
> (00.048784) str: `VmLck:	 5829504 kB'
> (00.048787) str: `VmPin:	       0 kB'
> (00.048791) str: `VmHWM:	 4405796 kB'
> (00.048794) str: `VmRSS:	 4389844 kB'
> (00.048798) str: `VmData:	 5839888 kB'
> (00.048801) str: `VmStk:	     140 kB'
> (00.048805) str: `VmExe:	       4 kB'
> (00.048808) str: `VmLib:	   17064 kB'
> (00.048812) str: `VmPTE:	    8808 kB'
> (00.048816) str: `VmSwap:	      36 kB'
> (00.048819) str: `Threads:	68'
> (00.048823) str: `SigQ:	0/128210'
> (00.048827) str: `SigPnd:	0000000000000000'
> (00.048830) str: `ShdPnd:	0000000000000000'
> (00.048834) str: `SigBlk:	0000000000000004'
> (00.048837) str: `SigIgn:	0000000000000002'
> (00.048841) str: `SigCgt:	2000000181005ccd'
> (00.048844) str: `CapInh:	0000000000000000'
> (00.048849) str: `CapPrm:	0000000000000000'
> (00.048854) str: `CapEff:	0000000000000000'
> (00.048858) str: `CapBnd:	0000001cfdfeffff'
> (00.048863) bfd: BUF 0x7f20686b7000 >
> (00.048871) 	Seizing 10764's 10770 thread
> (00.048888) bfd: BUF 0x7f20686b7000 <
> (00.048911) str: `Name:	java'
> (00.048915) str: `State:	t (tracing stop)'
> (00.048919) str: `Tgid:	10764'
> (00.048923) str: `Ngid:	0'
> (00.048926) str: `Pid:	10770'
> (00.048929) str: `PPid:	10053'
> (00.048934) str: `TracerPid:	11706'
> (00.048938) str: `Uid:	104	104	104	104'
> (00.048942) str: `Gid:	107	107	107	107'
> (00.048946) str: `FDSize:	128'
> (00.048949) str: `Groups:	107 '
> (00.048953) str: `VmPeak:	 6065916 kB'
> (00.048956) str: `VmSize:	 6035336 kB'
> (00.048960) str: `VmLck:	 5829504 kB'
> (00.048963) str: `VmPin:	       0 kB'
> (00.048967) str: `VmHWM:	 4405796 kB'
> (00.048970) str: `VmRSS:	 4389844 kB'
> (00.048974) str: `VmData:	 5839888 kB'
> (00.048977) str: `VmStk:	     140 kB'
> (00.048981) str: `VmExe:	       4 kB'
> (00.048985) str: `VmLib:	   17064 kB'
> (00.048988) str: `VmPTE:	    8808 kB'
> (00.048991) str: `VmSwap:	      36 kB'
> (00.048995) str: `Threads:	68'
> (00.048999) str: `SigQ:	0/128210'
> (00.049002) str: `SigPnd:	0000000000000000'
> (00.049006) str: `ShdPnd:	0000000000000000'
> (00.049009) str: `SigBlk:	0000000000000004'
> (00.049013) str: `SigIgn:	0000000000000002'
> (00.049017) str: `SigCgt:	2000000181005ccd'
> (00.049020) str: `CapInh:	0000000000000000'
> (00.049025) str: `CapPrm:	0000000000000000'
> (00.049030) str: `CapEff:	0000000000000000'
> (00.049034) str: `CapBnd:	0000001cfdfeffff'
> (00.049039) bfd: BUF 0x7f20686b7000 >
> (00.049047) 	Seizing 10764's 10771 thread
> (00.049064) bfd: BUF 0x7f20686b7000 <
> (00.049087) str: `Name:	java'
> (00.049092) str: `State:	t (tracing stop)'
> (00.049095) str: `Tgid:	10764'
> (00.049099) str: `Ngid:	0'
> (00.049102) str: `Pid:	10771'
> (00.049106) str: `PPid:	10053'
> (00.049110) str: `TracerPid:	11706'
> (00.049115) str: `Uid:	104	104	104	104'
> (00.049118) str: `Gid:	107	107	107	107'
> (00.049122) str: `FDSize:	128'
> (00.049126) str: `Groups:	107 '
> (00.049130) str: `VmPeak:	 6065916 kB'
> (00.049133) str: `VmSize:	 6035336 kB'
> (00.049137) str: `VmLck:	 5829504 kB'
> (00.049140) str: `VmPin:	       0 kB'
> (00.049144) str: `VmHWM:	 4405796 kB'
> (00.049147) str: `VmRSS:	 4389844 kB'
> (00.049151) str: `VmData:	 5839888 kB'
> (00.049154) str: `VmStk:	     140 kB'
> (00.049158) str: `VmExe:	       4 kB'
> (00.049161) str: `VmLib:	   17064 kB'
> (00.049165) str: `VmPTE:	    8808 kB'
> (00.049169) str: `VmSwap:	      36 kB'
> (00.049172) str: `Threads:	68'
> (00.049175) str: `SigQ:	0/128210'
> (00.049179) str: `SigPnd:	0000000000000000'
> (00.049183) str: `ShdPnd:	0000000000000000'
> (00.049186) str: `SigBlk:	0000000000000004'
> (00.049200) str: `SigIgn:	0000000000000002'
> (00.049205) str: `SigCgt:	2000000181005ccd'
> (00.049209) str: `CapInh:	0000000000000000'
> (00.049213) str: `CapPrm:	0000000000000000'
> (00.049218) str: `CapEff:	0000000000000000'
> (00.049223) str: `CapBnd:	0000001cfdfeffff'
> (00.049227) bfd: BUF 0x7f20686b7000 >
> (00.049236) 	Seizing 10764's 10772 thread
> (00.049255) bfd: BUF 0x7f20686b7000 <
> (00.049277) str: `Name:	java'
> (00.049282) str: `State:	t (tracing stop)'
> (00.049286) str: `Tgid:	10764'
> (00.049297) str: `Ngid:	0'
> (00.049303) str: `Pid:	10772'
> (00.049307) str: `PPid:	10053'
> (00.049312) str: `TracerPid:	11706'
> (00.049315) str: `Uid:	104	104	104	104'
> (00.049319) str: `Gid:	107	107	107	107'
> (00.049323) str: `FDSize:	128'
> (00.049327) str: `Groups:	107 '
> (00.049330) str: `VmPeak:	 6065916 kB'
> (00.049334) str: `VmSize:	 6035336 kB'
> (00.049338) str: `VmLck:	 5829504 kB'
> (00.049341) str: `VmPin:	       0 kB'
> (00.049345) str: `VmHWM:	 4405796 kB'
> (00.049348) str: `VmRSS:	 4389844 kB'
> (00.049352) str: `VmData:	 5839888 kB'
> (00.049355) str: `VmStk:	     140 kB'
> (00.049359) str: `VmExe:	       4 kB'
> (00.049362) str: `VmLib:	   17064 kB'
> (00.049366) str: `VmPTE:	    8808 kB'
> (00.049370) str: `VmSwap:	      36 kB'
> (00.049373) str: `Threads:	68'
> (00.049376) str: `SigQ:	0/128210'
> (00.049380) str: `SigPnd:	0000000000000000'
> (00.049384) str: `ShdPnd:	0000000000000000'
> (00.049387) str: `SigBlk:	0000000000000004'
> (00.049391) str: `SigIgn:	0000000000000002'
> (00.049394) str: `SigCgt:	2000000181005ccd'
> (00.049398) str: `CapInh:	0000000000000000'
> (00.049403) str: `CapPrm:	0000000000000000'
> (00.049407) str: `CapEff:	0000000000000000'
> (00.049412) str: `CapBnd:	0000001cfdfeffff'
> (00.049417) bfd: BUF 0x7f20686b7000 >
> (00.049424) 	Seizing 10764's 10773 thread
> (00.049441) bfd: BUF 0x7f20686b7000 <
> (00.049464) str: `Name:	java'
> (00.049469) str: `State:	t (tracing stop)'
> (00.049473) str: `Tgid:	10764'
> (00.049477) str: `Ngid:	0'
> (00.049480) str: `Pid:	10773'
> (00.049484) str: `PPid:	10053'
> (00.049489) str: `TracerPid:	11706'
> (00.049492) str: `Uid:	104	104	104	104'
> (00.049496) str: `Gid:	107	107	107	107'
> (00.049500) str: `FDSize:	128'
> (00.049504) str: `Groups:	107 '
> (00.049507) str: `VmPeak:	 6065916 kB'
> (00.049511) str: `VmSize:	 6035336 kB'
> (00.049514) str: `VmLck:	 5829504 kB'
> (00.049518) str: `VmPin:	       0 kB'
> (00.049521) str: `VmHWM:	 4405796 kB'
> (00.049525) str: `VmRSS:	 4389844 kB'
> (00.049528) str: `VmData:	 5839888 kB'
> (00.049532) str: `VmStk:	     140 kB'
> (00.049536) str: `VmExe:	       4 kB'
> (00.049539) str: `VmLib:	   17064 kB'
> (00.049543) str: `VmPTE:	    8808 kB'
> (00.049546) str: `VmSwap:	      36 kB'
> (00.049550) str: `Threads:	68'
> (00.049553) str: `SigQ:	0/128210'
> (00.049557) str: `SigPnd:	0000000000000000'
> (00.049561) str: `ShdPnd:	0000000000000000'
> (00.049564) str: `SigBlk:	0000000000000004'
> (00.049568) str: `SigIgn:	0000000000000002'
> (00.049571) str: `SigCgt:	2000000181005ccd'
> (00.049575) str: `CapInh:	0000000000000000'
> (00.049580) str: `CapPrm:	0000000000000000'
> (00.049584) str: `CapEff:	0000000000000000'
> (00.049589) str: `CapBnd:	0000001cfdfeffff'
> (00.049594) bfd: BUF 0x7f20686b7000 >
> (00.049602) 	Seizing 10764's 10774 thread
> (00.049622) bfd: BUF 0x7f20686b7000 <
> (00.049644) str: `Name:	java'
> (00.049649) str: `State:	t (tracing stop)'
> (00.049652) str: `Tgid:	10764'
> (00.049656) str: `Ngid:	0'
> (00.049659) str: `Pid:	10774'
> (00.049663) str: `PPid:	10053'
> (00.049668) str: `TracerPid:	11706'
> (00.049672) str: `Uid:	104	104	104	104'
> (00.049676) str: `Gid:	107	107	107	107'
> (00.049679) str: `FDSize:	128'
> (00.049683) str: `Groups:	107 '
> (00.049687) str: `VmPeak:	 6065916 kB'
> (00.049690) str: `VmSize:	 6035336 kB'
> (00.049694) str: `VmLck:	 5829504 kB'
> (00.049697) str: `VmPin:	       0 kB'
> (00.049701) str: `VmHWM:	 4405796 kB'
> (00.049704) str: `VmRSS:	 4389844 kB'
> (00.049708) str: `VmData:	 5839888 kB'
> (00.049711) str: `VmStk:	     140 kB'
> (00.049715) str: `VmExe:	       4 kB'
> (00.049719) str: `VmLib:	   17064 kB'
> (00.049722) str: `VmPTE:	    8808 kB'
> (00.049726) str: `VmSwap:	      36 kB'
> (00.049729) str: `Threads:	68'
> (00.049733) str: `SigQ:	0/128210'
> (00.049747) str: `SigPnd:	0000000000000000'
> (00.049752) str: `ShdPnd:	0000000000000000'
> (00.049756) str: `SigBlk:	0000000000000004'
> (00.049759) str: `SigIgn:	0000000000000002'
> (00.049763) str: `SigCgt:	2000000181005ccd'
> (00.049766) str: `CapInh:	0000000000000000'
> (00.049771) str: `CapPrm:	0000000000000000'
> (00.049776) str: `CapEff:	0000000000000000'
> (00.049781) str: `CapBnd:	0000001cfdfeffff'
> (00.049786) bfd: BUF 0x7f20686b7000 >
> (00.049793) 	Seizing 10764's 10775 thread
> (00.049810) bfd: BUF 0x7f20686b7000 <
> (00.049833) str: `Name:	java'
> (00.049837) str: `State:	t (tracing stop)'
> (00.049841) str: `Tgid:	10764'
> (00.049845) str: `Ngid:	0'
> (00.049848) str: `Pid:	10775'
> (00.049852) str: `PPid:	10053'
> (00.049856) str: `TracerPid:	11706'
> (00.049860) str: `Uid:	104	104	104	104'
> (00.049864) str: `Gid:	107	107	107	107'
> (00.049868) str: `FDSize:	128'
> (00.049872) str: `Groups:	107 '
> (00.049876) str: `VmPeak:	 6065916 kB'
> (00.049880) str: `VmSize:	 6035336 kB'
> (00.049883) str: `VmLck:	 5829504 kB'
> (00.049887) str: `VmPin:	       0 kB'
> (00.049890) str: `VmHWM:	 4405796 kB'
> (00.049894) str: `VmRSS:	 4389844 kB'
> (00.049898) str: `VmData:	 5839888 kB'
> (00.049901) str: `VmStk:	     140 kB'
> (00.049905) str: `VmExe:	       4 kB'
> (00.049908) str: `VmLib:	   17064 kB'
> (00.049912) str: `VmPTE:	    8808 kB'
> (00.049916) str: `VmSwap:	      36 kB'
> (00.049919) str: `Threads:	68'
> (00.049923) str: `SigQ:	0/128210'
> (00.049926) str: `SigPnd:	0000000000000000'
> (00.049930) str: `ShdPnd:	0000000000000000'
> (00.049934) str: `SigBlk:	0000000000000004'
> (00.049937) str: `SigIgn:	0000000000000002'
> (00.049941) str: `SigCgt:	2000000181005ccd'
> (00.049945) str: `CapInh:	0000000000000000'
> (00.049949) str: `CapPrm:	0000000000000000'
> (00.049954) str: `CapEff:	0000000000000000'
> (00.049959) str: `CapBnd:	0000001cfdfeffff'
> (00.049963) bfd: BUF 0x7f20686b7000 >
> (00.049971) 	Seizing 10764's 10776 thread
> (00.049987) bfd: BUF 0x7f20686b7000 <
> (00.050011) str: `Name:	java'
> (00.050015) str: `State:	t (tracing stop)'
> (00.050019) str: `Tgid:	10764'
> (00.050023) str: `Ngid:	0'
> (00.050027) str: `Pid:	10776'
> (00.050030) str: `PPid:	10053'
> (00.050035) str: `TracerPid:	11706'
> (00.050039) str: `Uid:	104	104	104	104'
> (00.050043) str: `Gid:	107	107	107	107'
> (00.050047) str: `FDSize:	128'
> (00.050050) str: `Groups:	107 '
> (00.050054) str: `VmPeak:	 6065916 kB'
> (00.050058) str: `VmSize:	 6035336 kB'
> (00.050062) str: `VmLck:	 5829504 kB'
> (00.050065) str: `VmPin:	       0 kB'
> (00.050069) str: `VmHWM:	 4405796 kB'
> (00.050072) str: `VmRSS:	 4389844 kB'
> (00.050076) str: `VmData:	 5839888 kB'
> (00.050080) str: `VmStk:	     140 kB'
> (00.050083) str: `VmExe:	       4 kB'
> (00.050087) str: `VmLib:	   17064 kB'
> (00.050090) str: `VmPTE:	    8808 kB'
> (00.050094) str: `VmSwap:	      36 kB'
> (00.050098) str: `Threads:	68'
> (00.050101) str: `SigQ:	0/128210'
> (00.050105) str: `SigPnd:	0000000000000000'
> (00.050109) str: `ShdPnd:	0000000000000000'
> (00.050112) str: `SigBlk:	0000000000000004'
> (00.050116) str: `SigIgn:	0000000000000002'
> (00.050119) str: `SigCgt:	2000000181005ccd'
> (00.050123) str: `CapInh:	0000000000000000'
> (00.050128) str: `CapPrm:	0000000000000000'
> (00.050132) str: `CapEff:	0000000000000000'
> (00.050137) str: `CapBnd:	0000001cfdfeffff'
> (00.050142) bfd: BUF 0x7f20686b7000 >
> (00.050150) 	Seizing 10764's 10777 thread
> (00.050167) bfd: BUF 0x7f20686b7000 <
> (00.050190) str: `Name:	java'
> (00.050194) str: `State:	t (tracing stop)'
> (00.050198) str: `Tgid:	10764'
> (00.050202) str: `Ngid:	0'
> (00.050206) str: `Pid:	10777'
> (00.050209) str: `PPid:	10053'
> (00.050214) str: `TracerPid:	11706'
> (00.050218) str: `Uid:	104	104	104	104'
> (00.050222) str: `Gid:	107	107	107	107'
> (00.050226) str: `FDSize:	128'
> (00.050229) str: `Groups:	107 '
> (00.050233) str: `VmPeak:	 6065916 kB'
> (00.050236) str: `VmSize:	 6035336 kB'
> (00.050240) str: `VmLck:	 5829504 kB'
> (00.050244) str: `VmPin:	       0 kB'
> (00.050247) str: `VmHWM:	 4405796 kB'
> (00.050251) str: `VmRSS:	 4389844 kB'
> (00.050255) str: `VmData:	 5839888 kB'
> (00.050258) str: `VmStk:	     140 kB'
> (00.050262) str: `VmExe:	       4 kB'
> (00.050265) str: `VmLib:	   17064 kB'
> (00.050269) str: `VmPTE:	    8808 kB'
> (00.050282) str: `VmSwap:	      36 kB'
> (00.050286) str: `Threads:	68'
> (00.050290) str: `SigQ:	0/128210'
> (00.050294) str: `SigPnd:	0000000000000000'
> (00.050297) str: `ShdPnd:	0000000000000000'
> (00.050301) str: `SigBlk:	0000000000000000'
> (00.050304) str: `SigIgn:	0000000000000002'
> (00.050308) str: `SigCgt:	2000000181005ccd'
> (00.050312) str: `CapInh:	0000000000000000'
> (00.050316) str: `CapPrm:	0000000000000000'
> (00.050321) str: `CapEff:	0000000000000000'
> (00.050326) str: `CapBnd:	0000001cfdfeffff'
> (00.050331) bfd: BUF 0x7f20686b7000 >
> (00.050339) 	Seizing 10764's 10778 thread
> (00.050356) bfd: BUF 0x7f20686b7000 <
> (00.050379) str: `Name:	java'
> (00.050384) str: `State:	t (tracing stop)'
> (00.050388) str: `Tgid:	10764'
> (00.050391) str: `Ngid:	0'
> (00.050395) str: `Pid:	10778'
> (00.050398) str: `PPid:	10053'
> (00.050403) str: `TracerPid:	11706'
> (00.050407) str: `Uid:	104	104	104	104'
> (00.050411) str: `Gid:	107	107	107	107'
> (00.050414) str: `FDSize:	128'
> (00.050418) str: `Groups:	107 '
> (00.050421) str: `VmPeak:	 6065916 kB'
> (00.050425) str: `VmSize:	 6035336 kB'
> (00.050428) str: `VmLck:	 5829504 kB'
> (00.050432) str: `VmPin:	       0 kB'
> (00.050435) str: `VmHWM:	 4405796 kB'
> (00.050439) str: `VmRSS:	 4389844 kB'
> (00.050442) str: `VmData:	 5839888 kB'
> (00.050446) str: `VmStk:	     140 kB'
> (00.050449) str: `VmExe:	       4 kB'
> (00.050453) str: `VmLib:	   17064 kB'
> (00.050457) str: `VmPTE:	    8808 kB'
> (00.050460) str: `VmSwap:	      36 kB'
> (00.050464) str: `Threads:	68'
> (00.050467) str: `SigQ:	0/128210'
> (00.050471) str: `SigPnd:	0000000000000000'
> (00.050474) str: `ShdPnd:	0000000000000000'
> (00.050478) str: `SigBlk:	0000000000000004'
> (00.050481) str: `SigIgn:	0000000000000002'
> (00.050485) str: `SigCgt:	2000000181005ccd'
> (00.050489) str: `CapInh:	0000000000000000'
> (00.050493) str: `CapPrm:	0000000000000000'
> (00.050498) str: `CapEff:	0000000000000000'
> (00.050503) str: `CapBnd:	0000001cfdfeffff'
> (00.050508) bfd: BUF 0x7f20686b7000 >
> (00.050516) 	Seizing 10764's 10779 thread
> (00.050533) bfd: BUF 0x7f20686b7000 <
> (00.050556) str: `Name:	java'
> (00.050560) str: `State:	t (tracing stop)'
> (00.050564) str: `Tgid:	10764'
> (00.050567) str: `Ngid:	0'
> (00.050571) str: `Pid:	10779'
> (00.050575) str: `PPid:	10053'
> (00.050579) str: `TracerPid:	11706'
> (00.050583) str: `Uid:	104	104	104	104'
> (00.050587) str: `Gid:	107	107	107	107'
> (00.050591) str: `FDSize:	128'
> (00.050595) str: `Groups:	107 '
> (00.050598) str: `VmPeak:	 6065916 kB'
> (00.050602) str: `VmSize:	 6035336 kB'
> (00.050605) str: `VmLck:	 5829504 kB'
> (00.050609) str: `VmPin:	       0 kB'
> (00.050612) str: `VmHWM:	 4405796 kB'
> (00.050616) str: `VmRSS:	 4389844 kB'
> (00.050619) str: `VmData:	 5839888 kB'
> (00.050623) str: `VmStk:	     140 kB'
> (00.050626) str: `VmExe:	       4 kB'
> (00.050630) str: `VmLib:	   17064 kB'
> (00.050634) str: `VmPTE:	    8808 kB'
> (00.050637) str: `VmSwap:	      36 kB'
> (00.050640) str: `Threads:	68'
> (00.050644) str: `SigQ:	0/128210'
> (00.050647) str: `SigPnd:	0000000000000000'
> (00.050651) str: `ShdPnd:	0000000000000000'
> (00.050655) str: `SigBlk:	0000000000000004'
> (00.050658) str: `SigIgn:	0000000000000002'
> (00.050662) str: `SigCgt:	2000000181005ccd'
> (00.050665) str: `CapInh:	0000000000000000'
> (00.050670) str: `CapPrm:	0000000000000000'
> (00.050675) str: `CapEff:	0000000000000000'
> (00.050679) str: `CapBnd:	0000001cfdfeffff'
> (00.050684) bfd: BUF 0x7f20686b7000 >
> (00.050692) 	Seizing 10764's 10780 thread
> (00.050710) bfd: BUF 0x7f20686b7000 <
> (00.050732) str: `Name:	java'
> (00.050737) str: `State:	t (tracing stop)'
> (00.050741) str: `Tgid:	10764'
> (00.050744) str: `Ngid:	0'
> (00.050748) str: `Pid:	10780'
> (00.050752) str: `PPid:	10053'
> (00.050756) str: `TracerPid:	11706'
> (00.050760) str: `Uid:	104	104	104	104'
> (00.050764) str: `Gid:	107	107	107	107'
> (00.050768) str: `FDSize:	128'
> (00.050771) str: `Groups:	107 '
> (00.050775) str: `VmPeak:	 6065916 kB'
> (00.050779) str: `VmSize:	 6035336 kB'
> (00.050782) str: `VmLck:	 5829504 kB'
> (00.050786) str: `VmPin:	       0 kB'
> (00.050789) str: `VmHWM:	 4405796 kB'
> (00.050793) str: `VmRSS:	 4389844 kB'
> (00.050797) str: `VmData:	 5839888 kB'
> (00.050813) str: `VmStk:	     140 kB'
> (00.050817) str: `VmExe:	       4 kB'
> (00.050821) str: `VmLib:	   17064 kB'
> (00.050824) str: `VmPTE:	    8808 kB'
> (00.050828) str: `VmSwap:	      36 kB'
> (00.050831) str: `Threads:	68'
> (00.050835) str: `SigQ:	0/128210'
> (00.050838) str: `SigPnd:	0000000000000000'
> (00.050842) str: `ShdPnd:	0000000000000000'
> (00.050845) str: `SigBlk:	0000000000000004'
> (00.050849) str: `SigIgn:	0000000000000002'
> (00.050853) str: `SigCgt:	2000000181005ccd'
> (00.050856) str: `CapInh:	0000000000000000'
> (00.050861) str: `CapPrm:	0000000000000000'
> (00.050866) str: `CapEff:	0000000000000000'
> (00.050870) str: `CapBnd:	0000001cfdfeffff'
> (00.050875) bfd: BUF 0x7f20686b7000 >
> (00.050884) 	Seizing 10764's 10781 thread
> (00.050903) bfd: BUF 0x7f20686b7000 <
> (00.050926) str: `Name:	java'
> (00.050930) str: `State:	t (tracing stop)'
> (00.050934) str: `Tgid:	10764'
> (00.050938) str: `Ngid:	0'
> (00.050941) str: `Pid:	10781'
> (00.050945) str: `PPid:	10053'
> (00.050950) str: `TracerPid:	11706'
> (00.050954) str: `Uid:	104	104	104	104'
> (00.050958) str: `Gid:	107	107	107	107'
> (00.050961) str: `FDSize:	128'
> (00.050965) str: `Groups:	107 '
> (00.050969) str: `VmPeak:	 6065916 kB'
> (00.050972) str: `VmSize:	 6035336 kB'
> (00.050976) str: `VmLck:	 5829504 kB'
> (00.050979) str: `VmPin:	       0 kB'
> (00.050983) str: `VmHWM:	 4405796 kB'
> (00.050986) str: `VmRSS:	 4389844 kB'
> (00.050990) str: `VmData:	 5839888 kB'
> (00.050994) str: `VmStk:	     140 kB'
> (00.050997) str: `VmExe:	       4 kB'
> (00.051001) str: `VmLib:	   17064 kB'
> (00.051004) str: `VmPTE:	    8808 kB'
> (00.051008) str: `VmSwap:	      36 kB'
> (00.051012) str: `Threads:	68'
> (00.051016) str: `SigQ:	0/128210'
> (00.051019) str: `SigPnd:	0000000000000000'
> (00.051023) str: `ShdPnd:	0000000000000000'
> (00.051027) str: `SigBlk:	0000000000000004'
> (00.051030) str: `SigIgn:	0000000000000002'
> (00.051034) str: `SigCgt:	2000000181005ccd'
> (00.051037) str: `CapInh:	0000000000000000'
> (00.051042) str: `CapPrm:	0000000000000000'
> (00.051047) str: `CapEff:	0000000000000000'
> (00.051052) str: `CapBnd:	0000001cfdfeffff'
> (00.051056) bfd: BUF 0x7f20686b7000 >
> (00.051063) 	Seizing 10764's 10782 thread
> (00.051080) bfd: BUF 0x7f20686b7000 <
> (00.051103) str: `Name:	java'
> (00.051108) str: `State:	t (tracing stop)'
> (00.051112) str: `Tgid:	10764'
> (00.051115) str: `Ngid:	0'
> (00.051119) str: `Pid:	10782'
> (00.051122) str: `PPid:	10053'
> (00.051127) str: `TracerPid:	11706'
> (00.051131) str: `Uid:	104	104	104	104'
> (00.051135) str: `Gid:	107	107	107	107'
> (00.051139) str: `FDSize:	128'
> (00.051142) str: `Groups:	107 '
> (00.051146) str: `VmPeak:	 6065916 kB'
> (00.051149) str: `VmSize:	 6035336 kB'
> (00.051153) str: `VmLck:	 5829504 kB'
> (00.051157) str: `VmPin:	       0 kB'
> (00.051160) str: `VmHWM:	 4405796 kB'
> (00.051164) str: `VmRSS:	 4389844 kB'
> (00.051167) str: `VmData:	 5839888 kB'
> (00.051171) str: `VmStk:	     140 kB'
> (00.051175) str: `VmExe:	       4 kB'
> (00.051178) str: `VmLib:	   17064 kB'
> (00.051182) str: `VmPTE:	    8808 kB'
> (00.051186) str: `VmSwap:	      36 kB'
> (00.051189) str: `Threads:	68'
> (00.051193) str: `SigQ:	0/128210'
> (00.051196) str: `SigPnd:	0000000000000000'
> (00.051200) str: `ShdPnd:	0000000000000000'
> (00.051204) str: `SigBlk:	0000000000000004'
> (00.051208) str: `SigIgn:	0000000000000002'
> (00.051211) str: `SigCgt:	2000000181005ccd'
> (00.051215) str: `CapInh:	0000000000000000'
> (00.051220) str: `CapPrm:	0000000000000000'
> (00.051224) str: `CapEff:	0000000000000000'
> (00.051229) str: `CapBnd:	0000001cfdfeffff'
> (00.051234) bfd: BUF 0x7f20686b7000 >
> (00.051242) 	Seizing 10764's 10783 thread
> (00.051259) bfd: BUF 0x7f20686b7000 <
> (00.051282) str: `Name:	java'
> (00.051286) str: `State:	t (tracing stop)'
> (00.051290) str: `Tgid:	10764'
> (00.051293) str: `Ngid:	0'
> (00.051297) str: `Pid:	10783'
> (00.051301) str: `PPid:	10053'
> (00.051305) str: `TracerPid:	11706'
> (00.051309) str: `Uid:	104	104	104	104'
> (00.051313) str: `Gid:	107	107	107	107'
> (00.051317) str: `FDSize:	128'
> (00.051321) str: `Groups:	107 '
> (00.051325) str: `VmPeak:	 6065916 kB'
> (00.051328) str: `VmSize:	 6035336 kB'
> (00.051332) str: `VmLck:	 5829504 kB'
> (00.051369) str: `VmPin:	       0 kB'
> (00.051374) str: `VmHWM:	 4405796 kB'
> (00.051378) str: `VmRSS:	 4389844 kB'
> (00.051381) str: `VmData:	 5839888 kB'
> (00.051385) str: `VmStk:	     140 kB'
> (00.051388) str: `VmExe:	       4 kB'
> (00.051392) str: `VmLib:	   17064 kB'
> (00.051396) str: `VmPTE:	    8808 kB'
> (00.051399) str: `VmSwap:	      36 kB'
> (00.051403) str: `Threads:	68'
> (00.051406) str: `SigQ:	0/128210'
> (00.051410) str: `SigPnd:	0000000000000000'
> (00.051413) str: `ShdPnd:	0000000000000000'
> (00.051417) str: `SigBlk:	0000000000000004'
> (00.051421) str: `SigIgn:	0000000000000002'
> (00.051424) str: `SigCgt:	2000000181005ccd'
> (00.051428) str: `CapInh:	0000000000000000'
> (00.051433) str: `CapPrm:	0000000000000000'
> (00.051438) str: `CapEff:	0000000000000000'
> (00.051442) str: `CapBnd:	0000001cfdfeffff'
> (00.051447) bfd: BUF 0x7f20686b7000 >
> (00.051456) 	Seizing 10764's 10784 thread
> (00.051473) bfd: BUF 0x7f20686b7000 <
> (00.051497) str: `Name:	java'
> (00.051501) str: `State:	t (tracing stop)'
> (00.051505) str: `Tgid:	10764'
> (00.051509) str: `Ngid:	0'
> (00.051513) str: `Pid:	10784'
> (00.051516) str: `PPid:	10053'
> (00.051521) str: `TracerPid:	11706'
> (00.051525) str: `Uid:	104	104	104	104'
> (00.051529) str: `Gid:	107	107	107	107'
> (00.051533) str: `FDSize:	128'
> (00.051536) str: `Groups:	107 '
> (00.051540) str: `VmPeak:	 6065916 kB'
> (00.051544) str: `VmSize:	 6035336 kB'
> (00.051547) str: `VmLck:	 5829504 kB'
> (00.051551) str: `VmPin:	       0 kB'
> (00.051555) str: `VmHWM:	 4405796 kB'
> (00.051558) str: `VmRSS:	 4389844 kB'
> (00.051562) str: `VmData:	 5839888 kB'
> (00.051566) str: `VmStk:	     140 kB'
> (00.051569) str: `VmExe:	       4 kB'
> (00.051573) str: `VmLib:	   17064 kB'
> (00.051576) str: `VmPTE:	    8808 kB'
> (00.051580) str: `VmSwap:	      36 kB'
> (00.051583) str: `Threads:	68'
> (00.051587) str: `SigQ:	0/128210'
> (00.051591) str: `SigPnd:	0000000000000000'
> (00.051594) str: `ShdPnd:	0000000000000000'
> (00.051598) str: `SigBlk:	0000000000000004'
> (00.051601) str: `SigIgn:	0000000000000002'
> (00.051605) str: `SigCgt:	2000000181005ccd'
> (00.051609) str: `CapInh:	0000000000000000'
> (00.051613) str: `CapPrm:	0000000000000000'
> (00.051618) str: `CapEff:	0000000000000000'
> (00.051623) str: `CapBnd:	0000001cfdfeffff'
> (00.051628) bfd: BUF 0x7f20686b7000 >
> (00.051636) 	Seizing 10764's 10785 thread
> (00.051652) bfd: BUF 0x7f20686b7000 <
> (00.051675) str: `Name:	java'
> (00.051680) str: `State:	t (tracing stop)'
> (00.051683) str: `Tgid:	10764'
> (00.051687) str: `Ngid:	0'
> (00.051691) str: `Pid:	10785'
> (00.051694) str: `PPid:	10053'
> (00.051699) str: `TracerPid:	11706'
> (00.051703) str: `Uid:	104	104	104	104'
> (00.051707) str: `Gid:	107	107	107	107'
> (00.051711) str: `FDSize:	128'
> (00.051714) str: `Groups:	107 '
> (00.051718) str: `VmPeak:	 6065916 kB'
> (00.051721) str: `VmSize:	 6035336 kB'
> (00.051725) str: `VmLck:	 5829504 kB'
> (00.051729) str: `VmPin:	       0 kB'
> (00.051732) str: `VmHWM:	 4405796 kB'
> (00.051736) str: `VmRSS:	 4389844 kB'
> (00.051739) str: `VmData:	 5839888 kB'
> (00.051743) str: `VmStk:	     140 kB'
> (00.051747) str: `VmExe:	       4 kB'
> (00.051750) str: `VmLib:	   17064 kB'
> (00.051754) str: `VmPTE:	    8808 kB'
> (00.051757) str: `VmSwap:	      36 kB'
> (00.051761) str: `Threads:	68'
> (00.051765) str: `SigQ:	0/128210'
> (00.051769) str: `SigPnd:	0000000000000000'
> (00.051772) str: `ShdPnd:	0000000000000000'
> (00.051776) str: `SigBlk:	0000000000000004'
> (00.051779) str: `SigIgn:	0000000000000002'
> (00.051783) str: `SigCgt:	2000000181005ccd'
> (00.051787) str: `CapInh:	0000000000000000'
> (00.051791) str: `CapPrm:	0000000000000000'
> (00.051796) str: `CapEff:	0000000000000000'
> (00.051801) str: `CapBnd:	0000001cfdfeffff'
> (00.051805) bfd: BUF 0x7f20686b7000 >
> (00.051814) 	Seizing 10764's 10786 thread
> (00.051830) bfd: BUF 0x7f20686b7000 <
> (00.051853) str: `Name:	java'
> (00.051857) str: `State:	t (tracing stop)'
> (00.051861) str: `Tgid:	10764'
> (00.051865) str: `Ngid:	0'
> (00.051868) str: `Pid:	10786'
> (00.051872) str: `PPid:	10053'
> (00.051876) str: `TracerPid:	11706'
> (00.051880) str: `Uid:	104	104	104	104'
> (00.051884) str: `Gid:	107	107	107	107'
> (00.051888) str: `FDSize:	128'
> (00.051892) str: `Groups:	107 '
> (00.051906) str: `VmPeak:	 6065916 kB'
> (00.051911) str: `VmSize:	 6035336 kB'
> (00.051915) str: `VmLck:	 5829504 kB'
> (00.051918) str: `VmPin:	       0 kB'
> (00.051922) str: `VmHWM:	 4405796 kB'
> (00.051925) str: `VmRSS:	 4389844 kB'
> (00.051929) str: `VmData:	 5839888 kB'
> (00.051932) str: `VmStk:	     140 kB'
> (00.051936) str: `VmExe:	       4 kB'
> (00.051939) str: `VmLib:	   17064 kB'
> (00.051943) str: `VmPTE:	    8808 kB'
> (00.051946) str: `VmSwap:	      36 kB'
> (00.051950) str: `Threads:	68'
> (00.051954) str: `SigQ:	0/128210'
> (00.051957) str: `SigPnd:	0000000000000000'
> (00.051961) str: `ShdPnd:	0000000000000000'
> (00.051964) str: `SigBlk:	0000000000000004'
> (00.051968) str: `SigIgn:	0000000000000002'
> (00.051972) str: `SigCgt:	2000000181005ccd'
> (00.051975) str: `CapInh:	0000000000000000'
> (00.051980) str: `CapPrm:	0000000000000000'
> (00.051985) str: `CapEff:	0000000000000000'
> (00.051990) str: `CapBnd:	0000001cfdfeffff'
> (00.051994) bfd: BUF 0x7f20686b7000 >
> (00.052003) 	Seizing 10764's 10787 thread
> (00.052020) bfd: BUF 0x7f20686b7000 <
> (00.052043) str: `Name:	java'
> (00.052048) str: `State:	t (tracing stop)'
> (00.052052) str: `Tgid:	10764'
> (00.052055) str: `Ngid:	0'
> (00.052059) str: `Pid:	10787'
> (00.052062) str: `PPid:	10053'
> (00.052067) str: `TracerPid:	11706'
> (00.052071) str: `Uid:	104	104	104	104'
> (00.052075) str: `Gid:	107	107	107	107'
> (00.052079) str: `FDSize:	128'
> (00.052083) str: `Groups:	107 '
> (00.052086) str: `VmPeak:	 6065916 kB'
> (00.052090) str: `VmSize:	 6035336 kB'
> (00.052093) str: `VmLck:	 5829504 kB'
> (00.052097) str: `VmPin:	       0 kB'
> (00.052101) str: `VmHWM:	 4405796 kB'
> (00.052104) str: `VmRSS:	 4389844 kB'
> (00.052108) str: `VmData:	 5839888 kB'
> (00.052111) str: `VmStk:	     140 kB'
> (00.052115) str: `VmExe:	       4 kB'
> (00.052119) str: `VmLib:	   17064 kB'
> (00.052122) str: `VmPTE:	    8808 kB'
> (00.052126) str: `VmSwap:	      36 kB'
> (00.052129) str: `Threads:	68'
> (00.052133) str: `SigQ:	0/128210'
> (00.052136) str: `SigPnd:	0000000000000000'
> (00.052140) str: `ShdPnd:	0000000000000000'
> (00.052144) str: `SigBlk:	0000000000000004'
> (00.052147) str: `SigIgn:	0000000000000002'
> (00.052151) str: `SigCgt:	2000000181005ccd'
> (00.052155) str: `CapInh:	0000000000000000'
> (00.052159) str: `CapPrm:	0000000000000000'
> (00.052164) str: `CapEff:	0000000000000000'
> (00.052169) str: `CapBnd:	0000001cfdfeffff'
> (00.052174) bfd: BUF 0x7f20686b7000 >
> (00.052182) 	Seizing 10764's 10788 thread
> (00.052201) bfd: BUF 0x7f20686b7000 <
> (00.052223) str: `Name:	java'
> (00.052228) str: `State:	t (tracing stop)'
> (00.052232) str: `Tgid:	10764'
> (00.052235) str: `Ngid:	0'
> (00.052239) str: `Pid:	10788'
> (00.052243) str: `PPid:	10053'
> (00.052247) str: `TracerPid:	11706'
> (00.052251) str: `Uid:	104	104	104	104'
> (00.052255) str: `Gid:	107	107	107	107'
> (00.052259) str: `FDSize:	128'
> (00.052263) str: `Groups:	107 '
> (00.052266) str: `VmPeak:	 6065916 kB'
> (00.052270) str: `VmSize:	 6035336 kB'
> (00.052274) str: `VmLck:	 5829504 kB'
> (00.052277) str: `VmPin:	       0 kB'
> (00.052281) str: `VmHWM:	 4405796 kB'
> (00.052284) str: `VmRSS:	 4389844 kB'
> (00.052288) str: `VmData:	 5839888 kB'
> (00.052291) str: `VmStk:	     140 kB'
> (00.052295) str: `VmExe:	       4 kB'
> (00.052298) str: `VmLib:	   17064 kB'
> (00.052302) str: `VmPTE:	    8808 kB'
> (00.052306) str: `VmSwap:	      36 kB'
> (00.052309) str: `Threads:	68'
> (00.052313) str: `SigQ:	0/128210'
> (00.052316) str: `SigPnd:	0000000000000000'
> (00.052320) str: `ShdPnd:	0000000000000000'
> (00.052324) str: `SigBlk:	0000000000000004'
> (00.052327) str: `SigIgn:	0000000000000002'
> (00.052331) str: `SigCgt:	2000000181005ccd'
> (00.052334) str: `CapInh:	0000000000000000'
> (00.052339) str: `CapPrm:	0000000000000000'
> (00.052344) str: `CapEff:	0000000000000000'
> (00.052349) str: `CapBnd:	0000001cfdfeffff'
> (00.052353) bfd: BUF 0x7f20686b7000 >
> (00.052361) 	Seizing 10764's 10789 thread
> (00.052378) bfd: BUF 0x7f20686b7000 <
> (00.052400) str: `Name:	java'
> (00.052405) str: `State:	t (tracing stop)'
> (00.052409) str: `Tgid:	10764'
> (00.052412) str: `Ngid:	0'
> (00.052416) str: `Pid:	10789'
> (00.052420) str: `PPid:	10053'
> (00.052424) str: `TracerPid:	11706'
> (00.052439) str: `Uid:	104	104	104	104'
> (00.052444) str: `Gid:	107	107	107	107'
> (00.052448) str: `FDSize:	128'
> (00.052451) str: `Groups:	107 '
> (00.052455) str: `VmPeak:	 6065916 kB'
> (00.052458) str: `VmSize:	 6035336 kB'
> (00.052462) str: `VmLck:	 5829504 kB'
> (00.052466) str: `VmPin:	       0 kB'
> (00.052469) str: `VmHWM:	 4405796 kB'
> (00.052473) str: `VmRSS:	 4389844 kB'
> (00.052477) str: `VmData:	 5839888 kB'
> (00.052480) str: `VmStk:	     140 kB'
> (00.052484) str: `VmExe:	       4 kB'
> (00.052487) str: `VmLib:	   17064 kB'
> (00.052491) str: `VmPTE:	    8808 kB'
> (00.052495) str: `VmSwap:	      36 kB'
> (00.052498) str: `Threads:	68'
> (00.052502) str: `SigQ:	0/128210'
> (00.052506) str: `SigPnd:	0000000000000000'
> (00.052509) str: `ShdPnd:	0000000000000000'
> (00.052513) str: `SigBlk:	0000000000000004'
> (00.052517) str: `SigIgn:	0000000000000002'
> (00.052520) str: `SigCgt:	2000000181005ccd'
> (00.052524) str: `CapInh:	0000000000000000'
> (00.052529) str: `CapPrm:	0000000000000000'
> (00.052534) str: `CapEff:	0000000000000000'
> (00.052539) str: `CapBnd:	0000001cfdfeffff'
> (00.052543) bfd: BUF 0x7f20686b7000 >
> (00.052552) 	Seizing 10764's 10790 thread
> (00.052569) bfd: BUF 0x7f20686b7000 <
> (00.052592) str: `Name:	java'
> (00.052596) str: `State:	t (tracing stop)'
> (00.052600) str: `Tgid:	10764'
> (00.052604) str: `Ngid:	0'
> (00.052607) str: `Pid:	10790'
> (00.052611) str: `PPid:	10053'
> (00.052615) str: `TracerPid:	11706'
> (00.052619) str: `Uid:	104	104	104	104'
> (00.052624) str: `Gid:	107	107	107	107'
> (00.052627) str: `FDSize:	128'
> (00.052631) str: `Groups:	107 '
> (00.052635) str: `VmPeak:	 6065916 kB'
> (00.052638) str: `VmSize:	 6035336 kB'
> (00.052642) str: `VmLck:	 5829504 kB'
> (00.052646) str: `VmPin:	       0 kB'
> (00.052649) str: `VmHWM:	 4405796 kB'
> (00.052653) str: `VmRSS:	 4389844 kB'
> (00.052656) str: `VmData:	 5839888 kB'
> (00.052660) str: `VmStk:	     140 kB'
> (00.052664) str: `VmExe:	       4 kB'
> (00.052667) str: `VmLib:	   17064 kB'
> (00.052671) str: `VmPTE:	    8808 kB'
> (00.052674) str: `VmSwap:	      36 kB'
> (00.052678) str: `Threads:	68'
> (00.052682) str: `SigQ:	0/128210'
> (00.052685) str: `SigPnd:	0000000000000000'
> (00.052689) str: `ShdPnd:	0000000000000000'
> (00.052693) str: `SigBlk:	0000000000000004'
> (00.052697) str: `SigIgn:	0000000000000002'
> (00.052700) str: `SigCgt:	2000000181005ccd'
> (00.052704) str: `CapInh:	0000000000000000'
> (00.052709) str: `CapPrm:	0000000000000000'
> (00.052713) str: `CapEff:	0000000000000000'
> (00.052718) str: `CapBnd:	0000001cfdfeffff'
> (00.052723) bfd: BUF 0x7f20686b7000 >
> (00.052731) 	Seizing 10764's 10791 thread
> (00.052748) bfd: BUF 0x7f20686b7000 <
> (00.052771) str: `Name:	java'
> (00.052776) str: `State:	t (tracing stop)'
> (00.052779) str: `Tgid:	10764'
> (00.052783) str: `Ngid:	0'
> (00.052787) str: `Pid:	10791'
> (00.052790) str: `PPid:	10053'
> (00.052795) str: `TracerPid:	11706'
> (00.052799) str: `Uid:	104	104	104	104'
> (00.052803) str: `Gid:	107	107	107	107'
> (00.052807) str: `FDSize:	128'
> (00.052810) str: `Groups:	107 '
> (00.052814) str: `VmPeak:	 6065916 kB'
> (00.052818) str: `VmSize:	 6035336 kB'
> (00.052821) str: `VmLck:	 5829504 kB'
> (00.052825) str: `VmPin:	       0 kB'
> (00.052829) str: `VmHWM:	 4405796 kB'
> (00.052832) str: `VmRSS:	 4389844 kB'
> (00.052836) str: `VmData:	 5839888 kB'
> (00.052839) str: `VmStk:	     140 kB'
> (00.052843) str: `VmExe:	       4 kB'
> (00.052847) str: `VmLib:	   17064 kB'
> (00.052850) str: `VmPTE:	    8808 kB'
> (00.052854) str: `VmSwap:	      36 kB'
> (00.052858) str: `Threads:	68'
> (00.052861) str: `SigQ:	0/128210'
> (00.052865) str: `SigPnd:	0000000000000000'
> (00.052868) str: `ShdPnd:	0000000000000000'
> (00.052872) str: `SigBlk:	0000000000000004'
> (00.052876) str: `SigIgn:	0000000000000002'
> (00.052879) str: `SigCgt:	2000000181005ccd'
> (00.052883) str: `CapInh:	0000000000000000'
> (00.052888) str: `CapPrm:	0000000000000000'
> (00.052893) str: `CapEff:	0000000000000000'
> (00.052897) str: `CapBnd:	0000001cfdfeffff'
> (00.052902) bfd: BUF 0x7f20686b7000 >
> (00.052911) 	Seizing 10764's 10792 thread
> (00.052927) bfd: BUF 0x7f20686b7000 <
> (00.052950) str: `Name:	java'
> (00.052955) str: `State:	t (tracing stop)'
> (00.052959) str: `Tgid:	10764'
> (00.052973) str: `Ngid:	0'
> (00.052977) str: `Pid:	10792'
> (00.052981) str: `PPid:	10053'
> (00.052986) str: `TracerPid:	11706'
> (00.052990) str: `Uid:	104	104	104	104'
> (00.052994) str: `Gid:	107	107	107	107'
> (00.052998) str: `FDSize:	128'
> (00.053001) str: `Groups:	107 '
> (00.053005) str: `VmPeak:	 6065916 kB'
> (00.053009) str: `VmSize:	 6035336 kB'
> (00.053012) str: `VmLck:	 5829504 kB'
> (00.053016) str: `VmPin:	       0 kB'
> (00.053019) str: `VmHWM:	 4405796 kB'
> (00.053023) str: `VmRSS:	 4389844 kB'
> (00.053027) str: `VmData:	 5839888 kB'
> (00.053030) str: `VmStk:	     140 kB'
> (00.053034) str: `VmExe:	       4 kB'
> (00.053037) str: `VmLib:	   17064 kB'
> (00.053041) str: `VmPTE:	    8808 kB'
> (00.053045) str: `VmSwap:	      36 kB'
> (00.053048) str: `Threads:	68'
> (00.053052) str: `SigQ:	0/128210'
> (00.053055) str: `SigPnd:	0000000000000000'
> (00.053059) str: `ShdPnd:	0000000000000000'
> (00.053063) str: `SigBlk:	0000000000000004'
> (00.053066) str: `SigIgn:	0000000000000002'
> (00.053070) str: `SigCgt:	2000000181005ccd'
> (00.053073) str: `CapInh:	0000000000000000'
> (00.053078) str: `CapPrm:	0000000000000000'
> (00.053083) str: `CapEff:	0000000000000000'
> (00.053088) str: `CapBnd:	0000001cfdfeffff'
> (00.053092) bfd: BUF 0x7f20686b7000 >
> (00.053101) 	Seizing 10764's 10793 thread
> (00.053118) bfd: BUF 0x7f20686b7000 <
> (00.053141) str: `Name:	java'
> (00.053145) str: `State:	t (tracing stop)'
> (00.053149) str: `Tgid:	10764'
> (00.053153) str: `Ngid:	0'
> (00.053156) str: `Pid:	10793'
> (00.053160) str: `PPid:	10053'
> (00.053165) str: `TracerPid:	11706'
> (00.053169) str: `Uid:	104	104	104	104'
> (00.053173) str: `Gid:	107	107	107	107'
> (00.053176) str: `FDSize:	128'
> (00.053180) str: `Groups:	107 '
> (00.053183) str: `VmPeak:	 6065916 kB'
> (00.053187) str: `VmSize:	 6035336 kB'
> (00.053190) str: `VmLck:	 5829504 kB'
> (00.053194) str: `VmPin:	       0 kB'
> (00.053198) str: `VmHWM:	 4405796 kB'
> (00.053201) str: `VmRSS:	 4389844 kB'
> (00.053205) str: `VmData:	 5839888 kB'
> (00.053208) str: `VmStk:	     140 kB'
> (00.053212) str: `VmExe:	       4 kB'
> (00.053215) str: `VmLib:	   17064 kB'
> (00.053219) str: `VmPTE:	    8808 kB'
> (00.053222) str: `VmSwap:	      36 kB'
> (00.053226) str: `Threads:	68'
> (00.053230) str: `SigQ:	0/128210'
> (00.053233) str: `SigPnd:	0000000000000000'
> (00.053237) str: `ShdPnd:	0000000000000000'
> (00.053241) str: `SigBlk:	0000000000000004'
> (00.053244) str: `SigIgn:	0000000000000002'
> (00.053248) str: `SigCgt:	2000000181005ccd'
> (00.053251) str: `CapInh:	0000000000000000'
> (00.053256) str: `CapPrm:	0000000000000000'
> (00.053261) str: `CapEff:	0000000000000000'
> (00.053266) str: `CapBnd:	0000001cfdfeffff'
> (00.053270) bfd: BUF 0x7f20686b7000 >
> (00.053278) 	Seizing 10764's 10794 thread
> (00.053309) bfd: BUF 0x7f20686b7000 <
> (00.053335) str: `Name:	java'
> (00.053340) str: `State:	t (tracing stop)'
> (00.053343) str: `Tgid:	10764'
> (00.053347) str: `Ngid:	0'
> (00.053350) str: `Pid:	10794'
> (00.053354) str: `PPid:	10053'
> (00.053358) str: `TracerPid:	11706'
> (00.053362) str: `Uid:	104	104	104	104'
> (00.053367) str: `Gid:	107	107	107	107'
> (00.053370) str: `FDSize:	128'
> (00.053374) str: `Groups:	107 '
> (00.053378) str: `VmPeak:	 6065916 kB'
> (00.053381) str: `VmSize:	 6035336 kB'
> (00.053385) str: `VmLck:	 5829504 kB'
> (00.053388) str: `VmPin:	       0 kB'
> (00.053392) str: `VmHWM:	 4405796 kB'
> (00.053395) str: `VmRSS:	 4389844 kB'
> (00.053399) str: `VmData:	 5839888 kB'
> (00.053402) str: `VmStk:	     140 kB'
> (00.053406) str: `VmExe:	       4 kB'
> (00.053410) str: `VmLib:	   17064 kB'
> (00.053413) str: `VmPTE:	    8808 kB'
> (00.053417) str: `VmSwap:	      36 kB'
> (00.053420) str: `Threads:	68'
> (00.053424) str: `SigQ:	0/128210'
> (00.053428) str: `SigPnd:	0000000000000000'
> (00.053431) str: `ShdPnd:	0000000000000000'
> (00.053435) str: `SigBlk:	0000000000000004'
> (00.053438) str: `SigIgn:	0000000000000002'
> (00.053442) str: `SigCgt:	2000000181005ccd'
> (00.053446) str: `CapInh:	0000000000000000'
> (00.053450) str: `CapPrm:	0000000000000000'
> (00.053455) str: `CapEff:	0000000000000000'
> (00.053460) str: `CapBnd:	0000001cfdfeffff'
> (00.053465) bfd: BUF 0x7f20686b7000 >
> (00.053473) 	Seizing 10764's 10795 thread
> (00.053510) bfd: BUF 0x7f20686b7000 <
> (00.053533) str: `Name:	java'
> (00.053538) str: `State:	t (tracing stop)'
> (00.053541) str: `Tgid:	10764'
> (00.053545) str: `Ngid:	0'
> (00.053548) str: `Pid:	10795'
> (00.053552) str: `PPid:	10053'
> (00.053556) str: `TracerPid:	11706'
> (00.053561) str: `Uid:	104	104	104	104'
> (00.053564) str: `Gid:	107	107	107	107'
> (00.053568) str: `FDSize:	128'
> (00.053572) str: `Groups:	107 '
> (00.053576) str: `VmPeak:	 6065916 kB'
> (00.053579) str: `VmSize:	 6035336 kB'
> (00.053583) str: `VmLck:	 5829504 kB'
> (00.053586) str: `VmPin:	       0 kB'
> (00.053590) str: `VmHWM:	 4405796 kB'
> (00.053593) str: `VmRSS:	 4389844 kB'
> (00.053597) str: `VmData:	 5839888 kB'
> (00.053600) str: `VmStk:	     140 kB'
> (00.053604) str: `VmExe:	       4 kB'
> (00.053607) str: `VmLib:	   17064 kB'
> (00.053611) str: `VmPTE:	    8808 kB'
> (00.053614) str: `VmSwap:	      36 kB'
> (00.053618) str: `Threads:	68'
> (00.053621) str: `SigQ:	0/128210'
> (00.053625) str: `SigPnd:	0000000000000000'
> (00.053629) str: `ShdPnd:	0000000000000000'
> (00.053632) str: `SigBlk:	0000000000000004'
> (00.053636) str: `SigIgn:	0000000000000002'
> (00.053639) str: `SigCgt:	2000000181005ccd'
> (00.053643) str: `CapInh:	0000000000000000'
> (00.053647) str: `CapPrm:	0000000000000000'
> (00.053652) str: `CapEff:	0000000000000000'
> (00.053657) str: `CapBnd:	0000001cfdfeffff'
> (00.053662) bfd: BUF 0x7f20686b7000 >
> (00.053670) 	Seizing 10764's 10796 thread
> (00.053688) bfd: BUF 0x7f20686b7000 <
> (00.053711) str: `Name:	java'
> (00.053715) str: `State:	t (tracing stop)'
> (00.053719) str: `Tgid:	10764'
> (00.053723) str: `Ngid:	0'
> (00.053726) str: `Pid:	10796'
> (00.053730) str: `PPid:	10053'
> (00.053735) str: `TracerPid:	11706'
> (00.053739) str: `Uid:	104	104	104	104'
> (00.053742) str: `Gid:	107	107	107	107'
> (00.053746) str: `FDSize:	128'
> (00.053750) str: `Groups:	107 '
> (00.053753) str: `VmPeak:	 6065916 kB'
> (00.053757) str: `VmSize:	 6035336 kB'
> (00.053761) str: `VmLck:	 5829504 kB'
> (00.053764) str: `VmPin:	       0 kB'
> (00.053768) str: `VmHWM:	 4405796 kB'
> (00.053771) str: `VmRSS:	 4389844 kB'
> (00.053775) str: `VmData:	 5839888 kB'
> (00.053779) str: `VmStk:	     140 kB'
> (00.053782) str: `VmExe:	       4 kB'
> (00.053786) str: `VmLib:	   17064 kB'
> (00.053789) str: `VmPTE:	    8808 kB'
> (00.053793) str: `VmSwap:	      36 kB'
> (00.053796) str: `Threads:	68'
> (00.053800) str: `SigQ:	0/128210'
> (00.053803) str: `SigPnd:	0000000000000000'
> (00.053807) str: `ShdPnd:	0000000000000000'
> (00.053811) str: `SigBlk:	0000000000000004'
> (00.053814) str: `SigIgn:	0000000000000002'
> (00.053818) str: `SigCgt:	2000000181005ccd'
> (00.053821) str: `CapInh:	0000000000000000'
> (00.053826) str: `CapPrm:	0000000000000000'
> (00.053831) str: `CapEff:	0000000000000000'
> (00.053836) str: `CapBnd:	0000001cfdfeffff'
> (00.053840) bfd: BUF 0x7f20686b7000 >
> (00.053848) 	Seizing 10764's 10797 thread
> (00.053865) bfd: BUF 0x7f20686b7000 <
> (00.053888) str: `Name:	java'
> (00.053893) str: `State:	t (tracing stop)'
> (00.053896) str: `Tgid:	10764'
> (00.053900) str: `Ngid:	0'
> (00.053904) str: `Pid:	10797'
> (00.053907) str: `PPid:	10053'
> (00.053912) str: `TracerPid:	11706'
> (00.053916) str: `Uid:	104	104	104	104'
> (00.053920) str: `Gid:	107	107	107	107'
> (00.053923) str: `FDSize:	128'
> (00.053927) str: `Groups:	107 '
> (00.053930) str: `VmPeak:	 6065916 kB'
> (00.053934) str: `VmSize:	 6035336 kB'
> (00.053937) str: `VmLck:	 5829504 kB'
> (00.053941) str: `VmPin:	       0 kB'
> (00.053944) str: `VmHWM:	 4405796 kB'
> (00.053948) str: `VmRSS:	 4389844 kB'
> (00.053952) str: `VmData:	 5839888 kB'
> (00.053955) str: `VmStk:	     140 kB'
> (00.053959) str: `VmExe:	       4 kB'
> (00.053962) str: `VmLib:	   17064 kB'
> (00.053966) str: `VmPTE:	    8808 kB'
> (00.053969) str: `VmSwap:	      36 kB'
> (00.053973) str: `Threads:	68'
> (00.053977) str: `SigQ:	0/128210'
> (00.053980) str: `SigPnd:	0000000000000000'
> (00.053984) str: `ShdPnd:	0000000000000000'
> (00.053987) str: `SigBlk:	0000000000000004'
> (00.053991) str: `SigIgn:	0000000000000002'
> (00.053994) str: `SigCgt:	2000000181005ccd'
> (00.053998) str: `CapInh:	0000000000000000'
> (00.054003) str: `CapPrm:	0000000000000000'
> (00.054007) str: `CapEff:	0000000000000000'
> (00.054023) str: `CapBnd:	0000001cfdfeffff'
> (00.054029) bfd: BUF 0x7f20686b7000 >
> (00.054037) 	Seizing 10764's 10799 thread
> (00.054058) bfd: BUF 0x7f20686b7000 <
> (00.054080) str: `Name:	java'
> (00.054085) str: `State:	t (tracing stop)'
> (00.054089) str: `Tgid:	10764'
> (00.054092) str: `Ngid:	0'
> (00.054096) str: `Pid:	10799'
> (00.054099) str: `PPid:	10053'
> (00.054104) str: `TracerPid:	11706'
> (00.054108) str: `Uid:	104	104	104	104'
> (00.054112) str: `Gid:	107	107	107	107'
> (00.054116) str: `FDSize:	128'
> (00.054119) str: `Groups:	107 '
> (00.054123) str: `VmPeak:	 6065916 kB'
> (00.054126) str: `VmSize:	 6035336 kB'
> (00.054130) str: `VmLck:	 5829504 kB'
> (00.054133) str: `VmPin:	       0 kB'
> (00.054137) str: `VmHWM:	 4405796 kB'
> (00.054141) str: `VmRSS:	 4389844 kB'
> (00.054144) str: `VmData:	 5839888 kB'
> (00.054148) str: `VmStk:	     140 kB'
> (00.054151) str: `VmExe:	       4 kB'
> (00.054155) str: `VmLib:	   17064 kB'
> (00.054159) str: `VmPTE:	    8808 kB'
> (00.054162) str: `VmSwap:	      36 kB'
> (00.054166) str: `Threads:	68'
> (00.054169) str: `SigQ:	0/128210'
> (00.054173) str: `SigPnd:	0000000000000000'
> (00.054177) str: `ShdPnd:	0000000000000000'
> (00.054180) str: `SigBlk:	0000000000000004'
> (00.054184) str: `SigIgn:	0000000000000002'
> (00.054187) str: `SigCgt:	2000000181005ccd'
> (00.054191) str: `CapInh:	0000000000000000'
> (00.054196) str: `CapPrm:	0000000000000000'
> (00.054201) str: `CapEff:	0000000000000000'
> (00.054205) str: `CapBnd:	0000001cfdfeffff'
> (00.054210) bfd: BUF 0x7f20686b7000 >
> (00.054217) 	Seizing 10764's 10808 thread
> (00.054236) bfd: BUF 0x7f20686b7000 <
> (00.054258) str: `Name:	java'
> (00.054262) str: `State:	t (tracing stop)'
> (00.054266) str: `Tgid:	10764'
> (00.054270) str: `Ngid:	0'
> (00.054273) str: `Pid:	10808'
> (00.054277) str: `PPid:	10053'
> (00.054281) str: `TracerPid:	11706'
> (00.054285) str: `Uid:	104	104	104	104'
> (00.054289) str: `Gid:	107	107	107	107'
> (00.054293) str: `FDSize:	128'
> (00.054297) str: `Groups:	107 '
> (00.054301) str: `VmPeak:	 6065916 kB'
> (00.054304) str: `VmSize:	 6035336 kB'
> (00.054308) str: `VmLck:	 5829504 kB'
> (00.054311) str: `VmPin:	       0 kB'
> (00.054315) str: `VmHWM:	 4405796 kB'
> (00.054319) str: `VmRSS:	 4389844 kB'
> (00.054322) str: `VmData:	 5839888 kB'
> (00.054326) str: `VmStk:	     140 kB'
> (00.054329) str: `VmExe:	       4 kB'
> (00.054333) str: `VmLib:	   17064 kB'
> (00.054337) str: `VmPTE:	    8808 kB'
> (00.054340) str: `VmSwap:	      36 kB'
> (00.054344) str: `Threads:	68'
> (00.054347) str: `SigQ:	0/128210'
> (00.054351) str: `SigPnd:	0000000000000000'
> (00.054354) str: `ShdPnd:	0000000000000000'
> (00.054358) str: `SigBlk:	0000000000000004'
> (00.054361) str: `SigIgn:	0000000000000002'
> (00.054365) str: `SigCgt:	2000000181005ccd'
> (00.054369) str: `CapInh:	0000000000000000'
> (00.054373) str: `CapPrm:	0000000000000000'
> (00.054378) str: `CapEff:	0000000000000000'
> (00.054383) str: `CapBnd:	0000001cfdfeffff'
> (00.054388) bfd: BUF 0x7f20686b7000 >
> (00.054395) 	Seizing 10764's 10809 thread
> (00.054411) bfd: BUF 0x7f20686b7000 <
> (00.054433) str: `Name:	java'
> (00.054438) str: `State:	t (tracing stop)'
> (00.054442) str: `Tgid:	10764'
> (00.054445) str: `Ngid:	0'
> (00.054449) str: `Pid:	10809'
> (00.054453) str: `PPid:	10053'
> (00.054457) str: `TracerPid:	11706'
> (00.054461) str: `Uid:	104	104	104	104'
> (00.054465) str: `Gid:	107	107	107	107'
> (00.054469) str: `FDSize:	128'
> (00.054473) str: `Groups:	107 '
> (00.054476) str: `VmPeak:	 6065916 kB'
> (00.054480) str: `VmSize:	 6035336 kB'
> (00.054484) str: `VmLck:	 5829504 kB'
> (00.054487) str: `VmPin:	       0 kB'
> (00.054491) str: `VmHWM:	 4405796 kB'
> (00.054494) str: `VmRSS:	 4389844 kB'
> (00.054498) str: `VmData:	 5839888 kB'
> (00.054502) str: `VmStk:	     140 kB'
> (00.054505) str: `VmExe:	       4 kB'
> (00.054509) str: `VmLib:	   17064 kB'
> (00.054512) str: `VmPTE:	    8808 kB'
> (00.054516) str: `VmSwap:	      36 kB'
> (00.054520) str: `Threads:	68'
> (00.054523) str: `SigQ:	0/128210'
> (00.054527) str: `SigPnd:	0000000000000000'
> (00.054530) str: `ShdPnd:	0000000000000000'
> (00.054534) str: `SigBlk:	0000000000000004'
> (00.054537) str: `SigIgn:	0000000000000002'
> (00.054541) str: `SigCgt:	2000000181005ccd'
> (00.054555) str: `CapInh:	0000000000000000'
> (00.054560) str: `CapPrm:	0000000000000000'
> (00.054565) str: `CapEff:	0000000000000000'
> (00.054570) str: `CapBnd:	0000001cfdfeffff'
> (00.054575) bfd: BUF 0x7f20686b7000 >
> (00.054582) 	Seizing 10764's 10810 thread
> (00.054600) bfd: BUF 0x7f20686b7000 <
> (00.054622) str: `Name:	java'
> (00.054627) str: `State:	t (tracing stop)'
> (00.054631) str: `Tgid:	10764'
> (00.054634) str: `Ngid:	0'
> (00.054638) str: `Pid:	10810'
> (00.054642) str: `PPid:	10053'
> (00.054646) str: `TracerPid:	11706'
> (00.054650) str: `Uid:	104	104	104	104'
> (00.054654) str: `Gid:	107	107	107	107'
> (00.054658) str: `FDSize:	128'
> (00.054661) str: `Groups:	107 '
> (00.054665) str: `VmPeak:	 6065916 kB'
> (00.054668) str: `VmSize:	 6035336 kB'
> (00.054672) str: `VmLck:	 5829504 kB'
> (00.054676) str: `VmPin:	       0 kB'
> (00.054679) str: `VmHWM:	 4405796 kB'
> (00.054683) str: `VmRSS:	 4389844 kB'
> (00.054686) str: `VmData:	 5839888 kB'
> (00.054690) str: `VmStk:	     140 kB'
> (00.054693) str: `VmExe:	       4 kB'
> (00.054697) str: `VmLib:	   17064 kB'
> (00.054700) str: `VmPTE:	    8808 kB'
> (00.054704) str: `VmSwap:	      36 kB'
> (00.054708) str: `Threads:	68'
> (00.054711) str: `SigQ:	0/128210'
> (00.054715) str: `SigPnd:	0000000000000000'
> (00.054719) str: `ShdPnd:	0000000000000000'
> (00.054722) str: `SigBlk:	0000000000000004'
> (00.054726) str: `SigIgn:	0000000000000002'
> (00.054729) str: `SigCgt:	2000000181005ccd'
> (00.054733) str: `CapInh:	0000000000000000'
> (00.054738) str: `CapPrm:	0000000000000000'
> (00.054742) str: `CapEff:	0000000000000000'
> (00.054747) str: `CapBnd:	0000001cfdfeffff'
> (00.054752) bfd: BUF 0x7f20686b7000 >
> (00.054760) 	Seizing 10764's 10811 thread
> (00.054777) bfd: BUF 0x7f20686b7000 <
> (00.054800) str: `Name:	java'
> (00.054805) str: `State:	t (tracing stop)'
> (00.054809) str: `Tgid:	10764'
> (00.054812) str: `Ngid:	0'
> (00.054816) str: `Pid:	10811'
> (00.054819) str: `PPid:	10053'
> (00.054824) str: `TracerPid:	11706'
> (00.054828) str: `Uid:	104	104	104	104'
> (00.054832) str: `Gid:	107	107	107	107'
> (00.054836) str: `FDSize:	128'
> (00.054839) str: `Groups:	107 '
> (00.054843) str: `VmPeak:	 6065916 kB'
> (00.054846) str: `VmSize:	 6035336 kB'
> (00.054850) str: `VmLck:	 5829504 kB'
> (00.054853) str: `VmPin:	       0 kB'
> (00.054857) str: `VmHWM:	 4405796 kB'
> (00.054861) str: `VmRSS:	 4389844 kB'
> (00.054864) str: `VmData:	 5839888 kB'
> (00.054868) str: `VmStk:	     140 kB'
> (00.054871) str: `VmExe:	       4 kB'
> (00.054875) str: `VmLib:	   17064 kB'
> (00.054879) str: `VmPTE:	    8808 kB'
> (00.054882) str: `VmSwap:	      36 kB'
> (00.054886) str: `Threads:	68'
> (00.054889) str: `SigQ:	0/128210'
> (00.054893) str: `SigPnd:	0000000000000000'
> (00.054897) str: `ShdPnd:	0000000000000000'
> (00.054900) str: `SigBlk:	0000000000000004'
> (00.054904) str: `SigIgn:	0000000000000002'
> (00.054907) str: `SigCgt:	2000000181005ccd'
> (00.054911) str: `CapInh:	0000000000000000'
> (00.054916) str: `CapPrm:	0000000000000000'
> (00.054921) str: `CapEff:	0000000000000000'
> (00.054925) str: `CapBnd:	0000001cfdfeffff'
> (00.054930) bfd: BUF 0x7f20686b7000 >
> (00.054938) 	Seizing 10764's 10822 thread
> (00.054956) bfd: BUF 0x7f20686b7000 <
> (00.054979) str: `Name:	java'
> (00.054983) str: `State:	t (tracing stop)'
> (00.054987) str: `Tgid:	10764'
> (00.054990) str: `Ngid:	0'
> (00.054994) str: `Pid:	10822'
> (00.054998) str: `PPid:	10053'
> (00.055002) str: `TracerPid:	11706'
> (00.055006) str: `Uid:	104	104	104	104'
> (00.055010) str: `Gid:	107	107	107	107'
> (00.055014) str: `FDSize:	128'
> (00.055018) str: `Groups:	107 '
> (00.055022) str: `VmPeak:	 6065916 kB'
> (00.055025) str: `VmSize:	 6035336 kB'
> (00.055029) str: `VmLck:	 5829504 kB'
> (00.055032) str: `VmPin:	       0 kB'
> (00.055036) str: `VmHWM:	 4405796 kB'
> (00.055040) str: `VmRSS:	 4389844 kB'
> (00.055043) str: `VmData:	 5839888 kB'
> (00.055047) str: `VmStk:	     140 kB'
> (00.055050) str: `VmExe:	       4 kB'
> (00.055054) str: `VmLib:	   17064 kB'
> (00.055057) str: `VmPTE:	    8808 kB'
> (00.055061) str: `VmSwap:	      36 kB'
> (00.055064) str: `Threads:	68'
> (00.055068) str: `SigQ:	0/128210'
> (00.055071) str: `SigPnd:	0000000000000000'
> (00.055075) str: `ShdPnd:	0000000000000000'
> (00.055089) str: `SigBlk:	0000000000000004'
> (00.055093) str: `SigIgn:	0000000000000002'
> (00.055097) str: `SigCgt:	2000000181005ccd'
> (00.055100) str: `CapInh:	0000000000000000'
> (00.055105) str: `CapPrm:	0000000000000000'
> (00.055110) str: `CapEff:	0000000000000000'
> (00.055115) str: `CapBnd:	0000001cfdfeffff'
> (00.055120) bfd: BUF 0x7f20686b7000 >
> (00.055128) 	Seizing 10764's 10935 thread
> (00.055149) bfd: BUF 0x7f20686b7000 <
> (00.055171) str: `Name:	java'
> (00.055176) str: `State:	t (tracing stop)'
> (00.055179) str: `Tgid:	10764'
> (00.055183) str: `Ngid:	0'
> (00.055187) str: `Pid:	10935'
> (00.055190) str: `PPid:	10053'
> (00.055195) str: `TracerPid:	11706'
> (00.055199) str: `Uid:	104	104	104	104'
> (00.055203) str: `Gid:	107	107	107	107'
> (00.055207) str: `FDSize:	128'
> (00.055210) str: `Groups:	107 '
> (00.055214) str: `VmPeak:	 6065916 kB'
> (00.055218) str: `VmSize:	 6035336 kB'
> (00.055221) str: `VmLck:	 5829504 kB'
> (00.055225) str: `VmPin:	       0 kB'
> (00.055228) str: `VmHWM:	 4405796 kB'
> (00.055232) str: `VmRSS:	 4389844 kB'
> (00.055236) str: `VmData:	 5839888 kB'
> (00.055239) str: `VmStk:	     140 kB'
> (00.055243) str: `VmExe:	       4 kB'
> (00.055246) str: `VmLib:	   17064 kB'
> (00.055250) str: `VmPTE:	    8808 kB'
> (00.055254) str: `VmSwap:	      36 kB'
> (00.055257) str: `Threads:	68'
> (00.055261) str: `SigQ:	0/128210'
> (00.055264) str: `SigPnd:	0000000000000000'
> (00.055268) str: `ShdPnd:	0000000000000000'
> (00.055271) str: `SigBlk:	0000000000000004'
> (00.055275) str: `SigIgn:	0000000000000002'
> (00.055279) str: `SigCgt:	2000000181005ccd'
> (00.055282) str: `CapInh:	0000000000000000'
> (00.055287) str: `CapPrm:	0000000000000000'
> (00.055292) str: `CapEff:	0000000000000000'
> (00.055297) str: `CapBnd:	0000001cfdfeffff'
> (00.055301) bfd: BUF 0x7f20686b7000 >
> (00.055308) 	Seizing 10764's 10936 thread
> (00.055326) bfd: BUF 0x7f20686b7000 <
> (00.055348) str: `Name:	java'
> (00.055353) str: `State:	t (tracing stop)'
> (00.055357) str: `Tgid:	10764'
> (00.055361) str: `Ngid:	0'
> (00.055364) str: `Pid:	10936'
> (00.055368) str: `PPid:	10053'
> (00.055372) str: `TracerPid:	11706'
> (00.055376) str: `Uid:	104	104	104	104'
> (00.055380) str: `Gid:	107	107	107	107'
> (00.055384) str: `FDSize:	128'
> (00.055388) str: `Groups:	107 '
> (00.055391) str: `VmPeak:	 6065916 kB'
> (00.055394) str: `VmSize:	 6035336 kB'
> (00.055398) str: `VmLck:	 5829504 kB'
> (00.055402) str: `VmPin:	       0 kB'
> (00.055405) str: `VmHWM:	 4405796 kB'
> (00.055409) str: `VmRSS:	 4389844 kB'
> (00.055412) str: `VmData:	 5839888 kB'
> (00.055416) str: `VmStk:	     140 kB'
> (00.055419) str: `VmExe:	       4 kB'
> (00.055423) str: `VmLib:	   17064 kB'
> (00.055426) str: `VmPTE:	    8808 kB'
> (00.055430) str: `VmSwap:	      36 kB'
> (00.055434) str: `Threads:	68'
> (00.055437) str: `SigQ:	0/128210'
> (00.055441) str: `SigPnd:	0000000000000000'
> (00.055445) str: `ShdPnd:	0000000000000000'
> (00.055448) str: `SigBlk:	0000000000000004'
> (00.055452) str: `SigIgn:	0000000000000002'
> (00.055455) str: `SigCgt:	2000000181005ccd'
> (00.055459) str: `CapInh:	0000000000000000'
> (00.055464) str: `CapPrm:	0000000000000000'
> (00.055469) str: `CapEff:	0000000000000000'
> (00.055473) str: `CapBnd:	0000001cfdfeffff'
> (00.055478) bfd: BUF 0x7f20686b7000 >
> (00.055485) 	Seizing 10764's 10937 thread
> (00.055503) bfd: BUF 0x7f20686b7000 <
> (00.055525) str: `Name:	java'
> (00.055530) str: `State:	t (tracing stop)'
> (00.055533) str: `Tgid:	10764'
> (00.055537) str: `Ngid:	0'
> (00.055540) str: `Pid:	10937'
> (00.055544) str: `PPid:	10053'
> (00.055548) str: `TracerPid:	11706'
> (00.055552) str: `Uid:	104	104	104	104'
> (00.055556) str: `Gid:	107	107	107	107'
> (00.055560) str: `FDSize:	128'
> (00.055564) str: `Groups:	107 '
> (00.055567) str: `VmPeak:	 6065916 kB'
> (00.055571) str: `VmSize:	 6035336 kB'
> (00.055574) str: `VmLck:	 5829504 kB'
> (00.055578) str: `VmPin:	       0 kB'
> (00.055582) str: `VmHWM:	 4405796 kB'
> (00.055585) str: `VmRSS:	 4389844 kB'
> (00.055589) str: `VmData:	 5839888 kB'
> (00.055592) str: `VmStk:	     140 kB'
> (00.055596) str: `VmExe:	       4 kB'
> (00.055600) str: `VmLib:	   17064 kB'
> (00.055603) str: `VmPTE:	    8808 kB'
> (00.055607) str: `VmSwap:	      36 kB'
> (00.055621) str: `Threads:	68'
> (00.055625) str: `SigQ:	0/128210'
> (00.055629) str: `SigPnd:	0000000000000000'
> (00.055632) str: `ShdPnd:	0000000000000000'
> (00.055636) str: `SigBlk:	0000000000000004'
> (00.055639) str: `SigIgn:	0000000000000002'
> (00.055643) str: `SigCgt:	2000000181005ccd'
> (00.055647) str: `CapInh:	0000000000000000'
> (00.055651) str: `CapPrm:	0000000000000000'
> (00.055656) str: `CapEff:	0000000000000000'
> (00.055661) str: `CapBnd:	0000001cfdfeffff'
> (00.055666) bfd: BUF 0x7f20686b7000 >
> (00.055673) 	Seizing 10764's 10938 thread
> (00.055691) bfd: BUF 0x7f20686b7000 <
> (00.055713) str: `Name:	java'
> (00.055718) str: `State:	t (tracing stop)'
> (00.055722) str: `Tgid:	10764'
> (00.055725) str: `Ngid:	0'
> (00.055729) str: `Pid:	10938'
> (00.055732) str: `PPid:	10053'
> (00.055737) str: `TracerPid:	11706'
> (00.055741) str: `Uid:	104	104	104	104'
> (00.055745) str: `Gid:	107	107	107	107'
> (00.055749) str: `FDSize:	128'
> (00.055752) str: `Groups:	107 '
> (00.055756) str: `VmPeak:	 6065916 kB'
> (00.055760) str: `VmSize:	 6035336 kB'
> (00.055763) str: `VmLck:	 5829504 kB'
> (00.055767) str: `VmPin:	       0 kB'
> (00.055770) str: `VmHWM:	 4405796 kB'
> (00.055774) str: `VmRSS:	 4389844 kB'
> (00.055777) str: `VmData:	 5839888 kB'
> (00.055781) str: `VmStk:	     140 kB'
> (00.055784) str: `VmExe:	       4 kB'
> (00.055788) str: `VmLib:	   17064 kB'
> (00.055792) str: `VmPTE:	    8808 kB'
> (00.055795) str: `VmSwap:	      36 kB'
> (00.055799) str: `Threads:	68'
> (00.055802) str: `SigQ:	0/128210'
> (00.055806) str: `SigPnd:	0000000000000000'
> (00.055810) str: `ShdPnd:	0000000000000000'
> (00.055813) str: `SigBlk:	0000000000000004'
> (00.055817) str: `SigIgn:	0000000000000002'
> (00.055820) str: `SigCgt:	2000000181005ccd'
> (00.055824) str: `CapInh:	0000000000000000'
> (00.055829) str: `CapPrm:	0000000000000000'
> (00.055833) str: `CapEff:	0000000000000000'
> (00.055838) str: `CapBnd:	0000001cfdfeffff'
> (00.055843) bfd: BUF 0x7f20686b7000 >
> (00.055850) 	Seizing 10764's 10979 thread
> (00.055868) bfd: BUF 0x7f20686b7000 <
> (00.055890) str: `Name:	java'
> (00.055895) str: `State:	t (tracing stop)'
> (00.055899) str: `Tgid:	10764'
> (00.055902) str: `Ngid:	0'
> (00.055906) str: `Pid:	10979'
> (00.055910) str: `PPid:	10053'
> (00.055915) str: `TracerPid:	11706'
> (00.055919) str: `Uid:	104	104	104	104'
> (00.055923) str: `Gid:	107	107	107	107'
> (00.055926) str: `FDSize:	128'
> (00.055930) str: `Groups:	107 '
> (00.055934) str: `VmPeak:	 6065916 kB'
> (00.055937) str: `VmSize:	 6035336 kB'
> (00.055941) str: `VmLck:	 5829504 kB'
> (00.055945) str: `VmPin:	       0 kB'
> (00.055948) str: `VmHWM:	 4405796 kB'
> (00.055952) str: `VmRSS:	 4389844 kB'
> (00.055956) str: `VmData:	 5839888 kB'
> (00.055959) str: `VmStk:	     140 kB'
> (00.055963) str: `VmExe:	       4 kB'
> (00.055967) str: `VmLib:	   17064 kB'
> (00.055970) str: `VmPTE:	    8808 kB'
> (00.055974) str: `VmSwap:	      36 kB'
> (00.055977) str: `Threads:	68'
> (00.055981) str: `SigQ:	0/128210'
> (00.055985) str: `SigPnd:	0000000000000000'
> (00.055988) str: `ShdPnd:	0000000000000000'
> (00.055992) str: `SigBlk:	0000000000000004'
> (00.055996) str: `SigIgn:	0000000000000002'
> (00.055999) str: `SigCgt:	2000000181005ccd'
> (00.056003) str: `CapInh:	0000000000000000'
> (00.056008) str: `CapPrm:	0000000000000000'
> (00.056013) str: `CapEff:	0000000000000000'
> (00.056018) str: `CapBnd:	0000001cfdfeffff'
> (00.056022) bfd: BUF 0x7f20686b7000 >
> (00.056030) 	Seizing 10764's 10980 thread
> (00.056048) bfd: BUF 0x7f20686b7000 <
> (00.056071) str: `Name:	java'
> (00.056075) str: `State:	t (tracing stop)'
> (00.056079) str: `Tgid:	10764'
> (00.056083) str: `Ngid:	0'
> (00.056086) str: `Pid:	10980'
> (00.056090) str: `PPid:	10053'
> (00.056095) str: `TracerPid:	11706'
> (00.056099) str: `Uid:	104	104	104	104'
> (00.056102) str: `Gid:	107	107	107	107'
> (00.056106) str: `FDSize:	128'
> (00.056110) str: `Groups:	107 '
> (00.056113) str: `VmPeak:	 6065916 kB'
> (00.056117) str: `VmSize:	 6035336 kB'
> (00.056121) str: `VmLck:	 5829504 kB'
> (00.056124) str: `VmPin:	       0 kB'
> (00.056128) str: `VmHWM:	 4405796 kB'
> (00.056131) str: `VmRSS:	 4389844 kB'
> (00.056135) str: `VmData:	 5839888 kB'
> (00.056139) str: `VmStk:	     140 kB'
> (00.056142) str: `VmExe:	       4 kB'
> (00.056156) str: `VmLib:	   17064 kB'
> (00.056161) str: `VmPTE:	    8808 kB'
> (00.056164) str: `VmSwap:	      36 kB'
> (00.056168) str: `Threads:	68'
> (00.056172) str: `SigQ:	0/128210'
> (00.056175) str: `SigPnd:	0000000000000000'
> (00.056179) str: `ShdPnd:	0000000000000000'
> (00.056183) str: `SigBlk:	0000000000000004'
> (00.056186) str: `SigIgn:	0000000000000002'
> (00.056190) str: `SigCgt:	2000000181005ccd'
> (00.056193) str: `CapInh:	0000000000000000'
> (00.056198) str: `CapPrm:	0000000000000000'
> (00.056203) str: `CapEff:	0000000000000000'
> (00.056208) str: `CapBnd:	0000001cfdfeffff'
> (00.056213) bfd: BUF 0x7f20686b7000 >
> (00.056220) 	Seizing 10764's 10981 thread
> (00.056238) bfd: BUF 0x7f20686b7000 <
> (00.056260) str: `Name:	java'
> (00.056265) str: `State:	t (tracing stop)'
> (00.056269) str: `Tgid:	10764'
> (00.056272) str: `Ngid:	0'
> (00.056276) str: `Pid:	10981'
> (00.056279) str: `PPid:	10053'
> (00.056284) str: `TracerPid:	11706'
> (00.056288) str: `Uid:	104	104	104	104'
> (00.056292) str: `Gid:	107	107	107	107'
> (00.056296) str: `FDSize:	128'
> (00.056300) str: `Groups:	107 '
> (00.056303) str: `VmPeak:	 6065916 kB'
> (00.056307) str: `VmSize:	 6035336 kB'
> (00.056310) str: `VmLck:	 5829504 kB'
> (00.056314) str: `VmPin:	       0 kB'
> (00.056317) str: `VmHWM:	 4405796 kB'
> (00.056321) str: `VmRSS:	 4389844 kB'
> (00.056324) str: `VmData:	 5839888 kB'
> (00.056328) str: `VmStk:	     140 kB'
> (00.056331) str: `VmExe:	       4 kB'
> (00.056335) str: `VmLib:	   17064 kB'
> (00.056339) str: `VmPTE:	    8808 kB'
> (00.056342) str: `VmSwap:	      36 kB'
> (00.056346) str: `Threads:	68'
> (00.056349) str: `SigQ:	0/128210'
> (00.056353) str: `SigPnd:	0000000000000000'
> (00.056357) str: `ShdPnd:	0000000000000000'
> (00.056360) str: `SigBlk:	0000000000000004'
> (00.056364) str: `SigIgn:	0000000000000002'
> (00.056367) str: `SigCgt:	2000000181005ccd'
> (00.056371) str: `CapInh:	0000000000000000'
> (00.056376) str: `CapPrm:	0000000000000000'
> (00.056381) str: `CapEff:	0000000000000000'
> (00.056385) str: `CapBnd:	0000001cfdfeffff'
> (00.056390) bfd: BUF 0x7f20686b7000 >
> (00.056397) 	Seizing 10764's 10982 thread
> (00.056413) bfd: BUF 0x7f20686b7000 <
> (00.056436) str: `Name:	java'
> (00.056441) str: `State:	t (tracing stop)'
> (00.056445) str: `Tgid:	10764'
> (00.056448) str: `Ngid:	0'
> (00.056452) str: `Pid:	10982'
> (00.056455) str: `PPid:	10053'
> (00.056460) str: `TracerPid:	11706'
> (00.056464) str: `Uid:	104	104	104	104'
> (00.056468) str: `Gid:	107	107	107	107'
> (00.056472) str: `FDSize:	128'
> (00.056476) str: `Groups:	107 '
> (00.056479) str: `VmPeak:	 6065916 kB'
> (00.056483) str: `VmSize:	 6035336 kB'
> (00.056487) str: `VmLck:	 5829504 kB'
> (00.056490) str: `VmPin:	       0 kB'
> (00.056494) str: `VmHWM:	 4405796 kB'
> (00.056497) str: `VmRSS:	 4389844 kB'
> (00.056501) str: `VmData:	 5839888 kB'
> (00.056504) str: `VmStk:	     140 kB'
> (00.056508) str: `VmExe:	       4 kB'
> (00.056512) str: `VmLib:	   17064 kB'
> (00.056515) str: `VmPTE:	    8808 kB'
> (00.056519) str: `VmSwap:	      36 kB'
> (00.056522) str: `Threads:	68'
> (00.056526) str: `SigQ:	0/128210'
> (00.056530) str: `SigPnd:	0000000000000000'
> (00.056533) str: `ShdPnd:	0000000000000000'
> (00.056537) str: `SigBlk:	0000000000000004'
> (00.056541) str: `SigIgn:	0000000000000002'
> (00.056544) str: `SigCgt:	2000000181005ccd'
> (00.056548) str: `CapInh:	0000000000000000'
> (00.056553) str: `CapPrm:	0000000000000000'
> (00.056557) str: `CapEff:	0000000000000000'
> (00.056562) str: `CapBnd:	0000001cfdfeffff'
> (00.056567) bfd: BUF 0x7f20686b7000 >
> (00.056575) 	Seizing 10764's 10983 thread
> (00.056591) bfd: BUF 0x7f20686b7000 <
> (00.056614) str: `Name:	java'
> (00.056618) str: `State:	t (tracing stop)'
> (00.056622) str: `Tgid:	10764'
> (00.056626) str: `Ngid:	0'
> (00.056629) str: `Pid:	10983'
> (00.056633) str: `PPid:	10053'
> (00.056638) str: `TracerPid:	11706'
> (00.056642) str: `Uid:	104	104	104	104'
> (00.056646) str: `Gid:	107	107	107	107'
> (00.056649) str: `FDSize:	128'
> (00.056653) str: `Groups:	107 '
> (00.056657) str: `VmPeak:	 6065916 kB'
> (00.056660) str: `VmSize:	 6035336 kB'
> (00.056664) str: `VmLck:	 5829504 kB'
> (00.056668) str: `VmPin:	       0 kB'
> (00.056671) str: `VmHWM:	 4405796 kB'
> (00.056685) str: `VmRSS:	 4389844 kB'
> (00.056690) str: `VmData:	 5839888 kB'
> (00.056693) str: `VmStk:	     140 kB'
> (00.056697) str: `VmExe:	       4 kB'
> (00.056700) str: `VmLib:	   17064 kB'
> (00.056704) str: `VmPTE:	    8808 kB'
> (00.056708) str: `VmSwap:	      36 kB'
> (00.056711) str: `Threads:	68'
> (00.056715) str: `SigQ:	0/128210'
> (00.056718) str: `SigPnd:	0000000000000000'
> (00.056722) str: `ShdPnd:	0000000000000000'
> (00.056726) str: `SigBlk:	0000000000000004'
> (00.056729) str: `SigIgn:	0000000000000002'
> (00.056733) str: `SigCgt:	2000000181005ccd'
> (00.056737) str: `CapInh:	0000000000000000'
> (00.056742) str: `CapPrm:	0000000000000000'
> (00.056747) str: `CapEff:	0000000000000000'
> (00.056751) str: `CapBnd:	0000001cfdfeffff'
> (00.056756) bfd: BUF 0x7f20686b7000 >
> (00.056764) 	Seizing 10764's 10985 thread
> (00.056783) bfd: BUF 0x7f20686b7000 <
> (00.056805) str: `Name:	java'
> (00.056810) str: `State:	t (tracing stop)'
> (00.056814) str: `Tgid:	10764'
> (00.056818) str: `Ngid:	0'
> (00.056821) str: `Pid:	10985'
> (00.056825) str: `PPid:	10053'
> (00.056829) str: `TracerPid:	11706'
> (00.056833) str: `Uid:	104	104	104	104'
> (00.056837) str: `Gid:	107	107	107	107'
> (00.056841) str: `FDSize:	128'
> (00.056845) str: `Groups:	107 '
> (00.056848) str: `VmPeak:	 6065916 kB'
> (00.056852) str: `VmSize:	 6035336 kB'
> (00.056855) str: `VmLck:	 5829504 kB'
> (00.056859) str: `VmPin:	       0 kB'
> (00.056862) str: `VmHWM:	 4405796 kB'
> (00.056866) str: `VmRSS:	 4389844 kB'
> (00.056870) str: `VmData:	 5839888 kB'
> (00.056873) str: `VmStk:	     140 kB'
> (00.056877) str: `VmExe:	       4 kB'
> (00.056880) str: `VmLib:	   17064 kB'
> (00.056884) str: `VmPTE:	    8808 kB'
> (00.056888) str: `VmSwap:	      36 kB'
> (00.056891) str: `Threads:	68'
> (00.056895) str: `SigQ:	0/128210'
> (00.056899) str: `SigPnd:	0000000000000000'
> (00.056902) str: `ShdPnd:	0000000000000000'
> (00.056906) str: `SigBlk:	0000000000000004'
> (00.056909) str: `SigIgn:	0000000000000002'
> (00.056913) str: `SigCgt:	2000000181005ccd'
> (00.056917) str: `CapInh:	0000000000000000'
> (00.056922) str: `CapPrm:	0000000000000000'
> (00.056926) str: `CapEff:	0000000000000000'
> (00.056931) str: `CapBnd:	0000001cfdfeffff'
> (00.056936) bfd: BUF 0x7f20686b7000 >
> (00.056943) 	Seizing 10764's 10993 thread
> (00.056960) bfd: BUF 0x7f20686b7000 <
> (00.056983) str: `Name:	java'
> (00.056987) str: `State:	t (tracing stop)'
> (00.056991) str: `Tgid:	10764'
> (00.056995) str: `Ngid:	0'
> (00.056998) str: `Pid:	10993'
> (00.057002) str: `PPid:	10053'
> (00.057006) str: `TracerPid:	11706'
> (00.057010) str: `Uid:	104	104	104	104'
> (00.057014) str: `Gid:	107	107	107	107'
> (00.057018) str: `FDSize:	128'
> (00.057022) str: `Groups:	107 '
> (00.057026) str: `VmPeak:	 6065916 kB'
> (00.057029) str: `VmSize:	 6035336 kB'
> (00.057033) str: `VmLck:	 5829504 kB'
> (00.057036) str: `VmPin:	       0 kB'
> (00.057040) str: `VmHWM:	 4405796 kB'
> (00.057044) str: `VmRSS:	 4389844 kB'
> (00.057047) str: `VmData:	 5839888 kB'
> (00.057051) str: `VmStk:	     140 kB'
> (00.057055) str: `VmExe:	       4 kB'
> (00.057058) str: `VmLib:	   17064 kB'
> (00.057062) str: `VmPTE:	    8808 kB'
> (00.057065) str: `VmSwap:	      36 kB'
> (00.057069) str: `Threads:	68'
> (00.057073) str: `SigQ:	0/128210'
> (00.057076) str: `SigPnd:	0000000000000000'
> (00.057080) str: `ShdPnd:	0000000000000000'
> (00.057084) str: `SigBlk:	0000000000000004'
> (00.057087) str: `SigIgn:	0000000000000002'
> (00.057091) str: `SigCgt:	2000000181005ccd'
> (00.057095) str: `CapInh:	0000000000000000'
> (00.057100) str: `CapPrm:	0000000000000000'
> (00.057105) str: `CapEff:	0000000000000000'
> (00.057109) str: `CapBnd:	0000001cfdfeffff'
> (00.057114) bfd: BUF 0x7f20686b7000 >
> (00.057121) 	Seizing 10764's 10994 thread
> (00.057138) bfd: BUF 0x7f20686b7000 <
> (00.057161) str: `Name:	java'
> (00.057166) str: `State:	t (tracing stop)'
> (00.057170) str: `Tgid:	10764'
> (00.057173) str: `Ngid:	0'
> (00.057177) str: `Pid:	10994'
> (00.057181) str: `PPid:	10053'
> (00.057185) str: `TracerPid:	11706'
> (00.057189) str: `Uid:	104	104	104	104'
> (00.057193) str: `Gid:	107	107	107	107'
> (00.057197) str: `FDSize:	128'
> (00.057201) str: `Groups:	107 '
> (00.057205) str: `VmPeak:	 6065916 kB'
> (00.057208) str: `VmSize:	 6035336 kB'
> (00.057222) str: `VmLck:	 5829504 kB'
> (00.057227) str: `VmPin:	       0 kB'
> (00.057230) str: `VmHWM:	 4405796 kB'
> (00.057234) str: `VmRSS:	 4389844 kB'
> (00.057237) str: `VmData:	 5839888 kB'
> (00.057241) str: `VmStk:	     140 kB'
> (00.057244) str: `VmExe:	       4 kB'
> (00.057248) str: `VmLib:	   17064 kB'
> (00.057252) str: `VmPTE:	    8808 kB'
> (00.057255) str: `VmSwap:	      36 kB'
> (00.057259) str: `Threads:	68'
> (00.057262) str: `SigQ:	0/128210'
> (00.057266) str: `SigPnd:	0000000000000000'
> (00.057269) str: `ShdPnd:	0000000000000000'
> (00.057273) str: `SigBlk:	0000000000000004'
> (00.057276) str: `SigIgn:	0000000000000002'
> (00.057280) str: `SigCgt:	2000000181005ccd'
> (00.057284) str: `CapInh:	0000000000000000'
> (00.057296) str: `CapPrm:	0000000000000000'
> (00.057304) str: `CapEff:	0000000000000000'
> (00.057309) str: `CapBnd:	0000001cfdfeffff'
> (00.057314) bfd: BUF 0x7f20686b7000 >
> (00.057323) 	Seizing 10764's 10995 thread
> (00.057340) bfd: BUF 0x7f20686b7000 <
> (00.057364) str: `Name:	java'
> (00.057369) str: `State:	t (tracing stop)'
> (00.057372) str: `Tgid:	10764'
> (00.057376) str: `Ngid:	0'
> (00.057380) str: `Pid:	10995'
> (00.057383) str: `PPid:	10053'
> (00.057388) str: `TracerPid:	11706'
> (00.057392) str: `Uid:	104	104	104	104'
> (00.057396) str: `Gid:	107	107	107	107'
> (00.057400) str: `FDSize:	128'
> (00.057403) str: `Groups:	107 '
> (00.057407) str: `VmPeak:	 6065916 kB'
> (00.057411) str: `VmSize:	 6035336 kB'
> (00.057414) str: `VmLck:	 5829504 kB'
> (00.057418) str: `VmPin:	       0 kB'
> (00.057421) str: `VmHWM:	 4405796 kB'
> (00.057425) str: `VmRSS:	 4389844 kB'
> (00.057429) str: `VmData:	 5839888 kB'
> (00.057432) str: `VmStk:	     140 kB'
> (00.057436) str: `VmExe:	       4 kB'
> (00.057439) str: `VmLib:	   17064 kB'
> (00.057443) str: `VmPTE:	    8808 kB'
> (00.057447) str: `VmSwap:	      36 kB'
> (00.057450) str: `Threads:	68'
> (00.057454) str: `SigQ:	0/128210'
> (00.057457) str: `SigPnd:	0000000000000000'
> (00.057461) str: `ShdPnd:	0000000000000000'
> (00.057465) str: `SigBlk:	0000000000000004'
> (00.057468) str: `SigIgn:	0000000000000002'
> (00.057472) str: `SigCgt:	2000000181005ccd'
> (00.057475) str: `CapInh:	0000000000000000'
> (00.057480) str: `CapPrm:	0000000000000000'
> (00.057485) str: `CapEff:	0000000000000000'
> (00.057490) str: `CapBnd:	0000001cfdfeffff'
> (00.057494) bfd: BUF 0x7f20686b7000 >
> (00.057502) 	Seizing 10764's 10996 thread
> (00.057520) bfd: BUF 0x7f20686b7000 <
> (00.057543) str: `Name:	java'
> (00.057547) str: `State:	t (tracing stop)'
> (00.057551) str: `Tgid:	10764'
> (00.057555) str: `Ngid:	0'
> (00.057558) str: `Pid:	10996'
> (00.057562) str: `PPid:	10053'
> (00.057567) str: `TracerPid:	11706'
> (00.057571) str: `Uid:	104	104	104	104'
> (00.057574) str: `Gid:	107	107	107	107'
> (00.057578) str: `FDSize:	128'
> (00.057582) str: `Groups:	107 '
> (00.057585) str: `VmPeak:	 6065916 kB'
> (00.057589) str: `VmSize:	 6035336 kB'
> (00.057592) str: `VmLck:	 5829504 kB'
> (00.057596) str: `VmPin:	       0 kB'
> (00.057599) str: `VmHWM:	 4405796 kB'
> (00.057603) str: `VmRSS:	 4389844 kB'
> (00.057607) str: `VmData:	 5839888 kB'
> (00.057610) str: `VmStk:	     140 kB'
> (00.057614) str: `VmExe:	       4 kB'
> (00.057617) str: `VmLib:	   17064 kB'
> (00.057621) str: `VmPTE:	    8808 kB'
> (00.057624) str: `VmSwap:	      36 kB'
> (00.057628) str: `Threads:	68'
> (00.057632) str: `SigQ:	0/128210'
> (00.057635) str: `SigPnd:	0000000000000000'
> (00.057639) str: `ShdPnd:	0000000000000000'
> (00.057642) str: `SigBlk:	0000000000000004'
> (00.057646) str: `SigIgn:	0000000000000002'
> (00.057650) str: `SigCgt:	2000000181005ccd'
> (00.057653) str: `CapInh:	0000000000000000'
> (00.057658) str: `CapPrm:	0000000000000000'
> (00.057663) str: `CapEff:	0000000000000000'
> (00.057667) str: `CapBnd:	0000001cfdfeffff'
> (00.057672) bfd: BUF 0x7f20686b7000 >
> (00.057679) 	Seizing 10764's 10997 thread
> (00.057695) bfd: BUF 0x7f20686b7000 <
> (00.057718) str: `Name:	java'
> (00.057723) str: `State:	t (tracing stop)'
> (00.057727) str: `Tgid:	10764'
> (00.057730) str: `Ngid:	0'
> (00.057734) str: `Pid:	10997'
> (00.057737) str: `PPid:	10053'
> (00.057742) str: `TracerPid:	11706'
> (00.057746) str: `Uid:	104	104	104	104'
> (00.057750) str: `Gid:	107	107	107	107'
> (00.057766) str: `FDSize:	128'
> (00.057771) str: `Groups:	107 '
> (00.057774) str: `VmPeak:	 6065916 kB'
> (00.057778) str: `VmSize:	 6035336 kB'
> (00.057781) str: `VmLck:	 5829504 kB'
> (00.057785) str: `VmPin:	       0 kB'
> (00.057788) str: `VmHWM:	 4405796 kB'
> (00.057792) str: `VmRSS:	 4389844 kB'
> (00.057795) str: `VmData:	 5839888 kB'
> (00.057799) str: `VmStk:	     140 kB'
> (00.057802) str: `VmExe:	       4 kB'
> (00.057806) str: `VmLib:	   17064 kB'
> (00.057809) str: `VmPTE:	    8808 kB'
> (00.057813) str: `VmSwap:	      36 kB'
> (00.057817) str: `Threads:	68'
> (00.057820) str: `SigQ:	0/128210'
> (00.057824) str: `SigPnd:	0000000000000000'
> (00.057827) str: `ShdPnd:	0000000000000000'
> (00.057831) str: `SigBlk:	0000000000000004'
> (00.057835) str: `SigIgn:	0000000000000002'
> (00.057838) str: `SigCgt:	2000000181005ccd'
> (00.057842) str: `CapInh:	0000000000000000'
> (00.057846) str: `CapPrm:	0000000000000000'
> (00.057851) str: `CapEff:	0000000000000000'
> (00.057856) str: `CapBnd:	0000001cfdfeffff'
> (00.057861) bfd: BUF 0x7f20686b7000 >
> (00.057869) 	Seizing 10764's 10998 thread
> (00.057888) bfd: BUF 0x7f20686b7000 <
> (00.057911) str: `Name:	java'
> (00.057915) str: `State:	t (tracing stop)'
> (00.057919) str: `Tgid:	10764'
> (00.057922) str: `Ngid:	0'
> (00.057926) str: `Pid:	10998'
> (00.057930) str: `PPid:	10053'
> (00.057934) str: `TracerPid:	11706'
> (00.057938) str: `Uid:	104	104	104	104'
> (00.057942) str: `Gid:	107	107	107	107'
> (00.057946) str: `FDSize:	128'
> (00.057950) str: `Groups:	107 '
> (00.057953) str: `VmPeak:	 6065916 kB'
> (00.057957) str: `VmSize:	 6035336 kB'
> (00.057961) str: `VmLck:	 5829504 kB'
> (00.057964) str: `VmPin:	       0 kB'
> (00.057968) str: `VmHWM:	 4405796 kB'
> (00.057971) str: `VmRSS:	 4389844 kB'
> (00.057975) str: `VmData:	 5839888 kB'
> (00.057978) str: `VmStk:	     140 kB'
> (00.057982) str: `VmExe:	       4 kB'
> (00.057985) str: `VmLib:	   17064 kB'
> (00.057989) str: `VmPTE:	    8808 kB'
> (00.057992) str: `VmSwap:	      36 kB'
> (00.057996) str: `Threads:	68'
> (00.057999) str: `SigQ:	0/128210'
> (00.058003) str: `SigPnd:	0000000000000000'
> (00.058007) str: `ShdPnd:	0000000000000000'
> (00.058010) str: `SigBlk:	0000000000000004'
> (00.058014) str: `SigIgn:	0000000000000002'
> (00.058017) str: `SigCgt:	2000000181005ccd'
> (00.058021) str: `CapInh:	0000000000000000'
> (00.058026) str: `CapPrm:	0000000000000000'
> (00.058031) str: `CapEff:	0000000000000000'
> (00.058035) str: `CapBnd:	0000001cfdfeffff'
> (00.058040) bfd: BUF 0x7f20686b7000 >
> (00.058047) 	Seizing 10764's 10999 thread
> (00.058064) bfd: BUF 0x7f20686b7000 <
> (00.058086) str: `Name:	java'
> (00.058091) str: `State:	t (tracing stop)'
> (00.058094) str: `Tgid:	10764'
> (00.058098) str: `Ngid:	0'
> (00.058102) str: `Pid:	10999'
> (00.058106) str: `PPid:	10053'
> (00.058110) str: `TracerPid:	11706'
> (00.058114) str: `Uid:	104	104	104	104'
> (00.058118) str: `Gid:	107	107	107	107'
> (00.058122) str: `FDSize:	128'
> (00.058125) str: `Groups:	107 '
> (00.058129) str: `VmPeak:	 6065916 kB'
> (00.058133) str: `VmSize:	 6035336 kB'
> (00.058137) str: `VmLck:	 5829504 kB'
> (00.058140) str: `VmPin:	       0 kB'
> (00.058144) str: `VmHWM:	 4405796 kB'
> (00.058147) str: `VmRSS:	 4389844 kB'
> (00.058151) str: `VmData:	 5839888 kB'
> (00.058155) str: `VmStk:	     140 kB'
> (00.058158) str: `VmExe:	       4 kB'
> (00.058162) str: `VmLib:	   17064 kB'
> (00.058165) str: `VmPTE:	    8808 kB'
> (00.058169) str: `VmSwap:	      36 kB'
> (00.058172) str: `Threads:	68'
> (00.058176) str: `SigQ:	0/128210'
> (00.058180) str: `SigPnd:	0000000000000000'
> (00.058183) str: `ShdPnd:	0000000000000000'
> (00.058187) str: `SigBlk:	0000000000000004'
> (00.058190) str: `SigIgn:	0000000000000002'
> (00.058194) str: `SigCgt:	2000000181005ccd'
> (00.058198) str: `CapInh:	0000000000000000'
> (00.058202) str: `CapPrm:	0000000000000000'
> (00.058207) str: `CapEff:	0000000000000000'
> (00.058212) str: `CapBnd:	0000001cfdfeffff'
> (00.058217) bfd: BUF 0x7f20686b7000 >
> (00.058224) 	Seizing 10764's 11000 thread
> (00.058241) bfd: BUF 0x7f20686b7000 <
> (00.058264) str: `Name:	java'
> (00.058268) str: `State:	t (tracing stop)'
> (00.058272) str: `Tgid:	10764'
> (00.058276) str: `Ngid:	0'
> (00.058279) str: `Pid:	11000'
> (00.058293) str: `PPid:	10053'
> (00.058299) str: `TracerPid:	11706'
> (00.058303) str: `Uid:	104	104	104	104'
> (00.058307) str: `Gid:	107	107	107	107'
> (00.058311) str: `FDSize:	128'
> (00.058314) str: `Groups:	107 '
> (00.058318) str: `VmPeak:	 6065916 kB'
> (00.058321) str: `VmSize:	 6035336 kB'
> (00.058325) str: `VmLck:	 5829504 kB'
> (00.058329) str: `VmPin:	       0 kB'
> (00.058332) str: `VmHWM:	 4405796 kB'
> (00.058336) str: `VmRSS:	 4389844 kB'
> (00.058339) str: `VmData:	 5839888 kB'
> (00.058343) str: `VmStk:	     140 kB'
> (00.058346) str: `VmExe:	       4 kB'
> (00.058350) str: `VmLib:	   17064 kB'
> (00.058353) str: `VmPTE:	    8808 kB'
> (00.058357) str: `VmSwap:	      36 kB'
> (00.058361) str: `Threads:	68'
> (00.058364) str: `SigQ:	0/128210'
> (00.058368) str: `SigPnd:	0000000000000000'
> (00.058372) str: `ShdPnd:	0000000000000000'
> (00.058375) str: `SigBlk:	0000000000000004'
> (00.058379) str: `SigIgn:	0000000000000002'
> (00.058382) str: `SigCgt:	2000000181005ccd'
> (00.058386) str: `CapInh:	0000000000000000'
> (00.058391) str: `CapPrm:	0000000000000000'
> (00.058396) str: `CapEff:	0000000000000000'
> (00.058400) str: `CapBnd:	0000001cfdfeffff'
> (00.058405) bfd: BUF 0x7f20686b7000 >
> (00.058412) 	Seizing 10764's 11001 thread
> (00.058429) bfd: BUF 0x7f20686b7000 <
> (00.058451) str: `Name:	java'
> (00.058456) str: `State:	t (tracing stop)'
> (00.058460) str: `Tgid:	10764'
> (00.058463) str: `Ngid:	0'
> (00.058467) str: `Pid:	11001'
> (00.058470) str: `PPid:	10053'
> (00.058475) str: `TracerPid:	11706'
> (00.058479) str: `Uid:	104	104	104	104'
> (00.058483) str: `Gid:	107	107	107	107'
> (00.058487) str: `FDSize:	128'
> (00.058490) str: `Groups:	107 '
> (00.058494) str: `VmPeak:	 6065916 kB'
> (00.058497) str: `VmSize:	 6035336 kB'
> (00.058501) str: `VmLck:	 5829504 kB'
> (00.058505) str: `VmPin:	       0 kB'
> (00.058508) str: `VmHWM:	 4405796 kB'
> (00.058512) str: `VmRSS:	 4389844 kB'
> (00.058515) str: `VmData:	 5839888 kB'
> (00.058519) str: `VmStk:	     140 kB'
> (00.058522) str: `VmExe:	       4 kB'
> (00.058526) str: `VmLib:	   17064 kB'
> (00.058530) str: `VmPTE:	    8808 kB'
> (00.058533) str: `VmSwap:	      36 kB'
> (00.058537) str: `Threads:	68'
> (00.058540) str: `SigQ:	0/128210'
> (00.058544) str: `SigPnd:	0000000000000000'
> (00.058548) str: `ShdPnd:	0000000000000000'
> (00.058551) str: `SigBlk:	0000000000000004'
> (00.058555) str: `SigIgn:	0000000000000002'
> (00.058559) str: `SigCgt:	2000000181005ccd'
> (00.058562) str: `CapInh:	0000000000000000'
> (00.058567) str: `CapPrm:	0000000000000000'
> (00.058572) str: `CapEff:	0000000000000000'
> (00.058576) str: `CapBnd:	0000001cfdfeffff'
> (00.058581) bfd: BUF 0x7f20686b7000 >
> (00.058588) 	Seizing 10764's 11002 thread
> (00.058606) bfd: BUF 0x7f20686b7000 <
> (00.058629) str: `Name:	java'
> (00.058633) str: `State:	t (tracing stop)'
> (00.058637) str: `Tgid:	10764'
> (00.058640) str: `Ngid:	0'
> (00.058644) str: `Pid:	11002'
> (00.058648) str: `PPid:	10053'
> (00.058652) str: `TracerPid:	11706'
> (00.058656) str: `Uid:	104	104	104	104'
> (00.058660) str: `Gid:	107	107	107	107'
> (00.058664) str: `FDSize:	128'
> (00.058668) str: `Groups:	107 '
> (00.058672) str: `VmPeak:	 6065916 kB'
> (00.058675) str: `VmSize:	 6035336 kB'
> (00.058679) str: `VmLck:	 5829504 kB'
> (00.058682) str: `VmPin:	       0 kB'
> (00.058686) str: `VmHWM:	 4405796 kB'
> (00.058690) str: `VmRSS:	 4389844 kB'
> (00.058693) str: `VmData:	 5839888 kB'
> (00.058697) str: `VmStk:	     140 kB'
> (00.058700) str: `VmExe:	       4 kB'
> (00.058704) str: `VmLib:	   17064 kB'
> (00.058708) str: `VmPTE:	    8808 kB'
> (00.058711) str: `VmSwap:	      36 kB'
> (00.058715) str: `Threads:	68'
> (00.058718) str: `SigQ:	0/128210'
> (00.058722) str: `SigPnd:	0000000000000000'
> (00.058726) str: `ShdPnd:	0000000000000000'
> (00.058729) str: `SigBlk:	0000000000000004'
> (00.058733) str: `SigIgn:	0000000000000002'
> (00.058736) str: `SigCgt:	2000000181005ccd'
> (00.058740) str: `CapInh:	0000000000000000'
> (00.058745) str: `CapPrm:	0000000000000000'
> (00.058750) str: `CapEff:	0000000000000000'
> (00.058754) str: `CapBnd:	0000001cfdfeffff'
> (00.058759) bfd: BUF 0x7f20686b7000 >
> (00.058766) 	Seizing 10764's 11003 thread
> (00.058783) bfd: BUF 0x7f20686b7000 <
> (00.058806) str: `Name:	java'
> (00.058820) str: `State:	t (tracing stop)'
> (00.058825) str: `Tgid:	10764'
> (00.058829) str: `Ngid:	0'
> (00.058833) str: `Pid:	11003'
> (00.058836) str: `PPid:	10053'
> (00.058841) str: `TracerPid:	11706'
> (00.058845) str: `Uid:	104	104	104	104'
> (00.058849) str: `Gid:	107	107	107	107'
> (00.058853) str: `FDSize:	128'
> (00.058856) str: `Groups:	107 '
> (00.058860) str: `VmPeak:	 6065916 kB'
> (00.058864) str: `VmSize:	 6035336 kB'
> (00.058867) str: `VmLck:	 5829504 kB'
> (00.058871) str: `VmPin:	       0 kB'
> (00.058874) str: `VmHWM:	 4405796 kB'
> (00.058878) str: `VmRSS:	 4389844 kB'
> (00.058881) str: `VmData:	 5839888 kB'
> (00.058885) str: `VmStk:	     140 kB'
> (00.058889) str: `VmExe:	       4 kB'
> (00.058892) str: `VmLib:	   17064 kB'
> (00.058896) str: `VmPTE:	    8808 kB'
> (00.058899) str: `VmSwap:	      36 kB'
> (00.058903) str: `Threads:	68'
> (00.058906) str: `SigQ:	0/128210'
> (00.058910) str: `SigPnd:	0000000000000000'
> (00.058914) str: `ShdPnd:	0000000000000000'
> (00.058917) str: `SigBlk:	0000000000000004'
> (00.058921) str: `SigIgn:	0000000000000002'
> (00.058924) str: `SigCgt:	2000000181005ccd'
> (00.058928) str: `CapInh:	0000000000000000'
> (00.058933) str: `CapPrm:	0000000000000000'
> (00.058938) str: `CapEff:	0000000000000000'
> (00.058942) str: `CapBnd:	0000001cfdfeffff'
> (00.058947) bfd: BUF 0x7f20686b7000 >
> (00.058954) 	Seizing 10764's 11004 thread
> (00.058971) bfd: BUF 0x7f20686b7000 <
> (00.058994) str: `Name:	java'
> (00.058998) str: `State:	t (tracing stop)'
> (00.059002) str: `Tgid:	10764'
> (00.059006) str: `Ngid:	0'
> (00.059009) str: `Pid:	11004'
> (00.059013) str: `PPid:	10053'
> (00.059018) str: `TracerPid:	11706'
> (00.059022) str: `Uid:	104	104	104	104'
> (00.059026) str: `Gid:	107	107	107	107'
> (00.059029) str: `FDSize:	128'
> (00.059033) str: `Groups:	107 '
> (00.059036) str: `VmPeak:	 6065916 kB'
> (00.059040) str: `VmSize:	 6035336 kB'
> (00.059043) str: `VmLck:	 5829504 kB'
> (00.059047) str: `VmPin:	       0 kB'
> (00.059050) str: `VmHWM:	 4405796 kB'
> (00.059054) str: `VmRSS:	 4389844 kB'
> (00.059057) str: `VmData:	 5839888 kB'
> (00.059061) str: `VmStk:	     140 kB'
> (00.059065) str: `VmExe:	       4 kB'
> (00.059068) str: `VmLib:	   17064 kB'
> (00.059071) str: `VmPTE:	    8808 kB'
> (00.059075) str: `VmSwap:	      36 kB'
> (00.059079) str: `Threads:	68'
> (00.059082) str: `SigQ:	0/128210'
> (00.059086) str: `SigPnd:	0000000000000000'
> (00.059089) str: `ShdPnd:	0000000000000000'
> (00.059093) str: `SigBlk:	0000000000000004'
> (00.059097) str: `SigIgn:	0000000000000002'
> (00.059100) str: `SigCgt:	2000000181005ccd'
> (00.059104) str: `CapInh:	0000000000000000'
> (00.059108) str: `CapPrm:	0000000000000000'
> (00.059113) str: `CapEff:	0000000000000000'
> (00.059118) str: `CapBnd:	0000001cfdfeffff'
> (00.059123) bfd: BUF 0x7f20686b7000 >
> (00.059130) 	Seizing 10764's 11005 thread
> (00.059147) bfd: BUF 0x7f20686b7000 <
> (00.059169) str: `Name:	java'
> (00.059174) str: `State:	t (tracing stop)'
> (00.059177) str: `Tgid:	10764'
> (00.059181) str: `Ngid:	0'
> (00.059184) str: `Pid:	11005'
> (00.059188) str: `PPid:	10053'
> (00.059192) str: `TracerPid:	11706'
> (00.059196) str: `Uid:	104	104	104	104'
> (00.059200) str: `Gid:	107	107	107	107'
> (00.059204) str: `FDSize:	128'
> (00.059208) str: `Groups:	107 '
> (00.059211) str: `VmPeak:	 6065916 kB'
> (00.059215) str: `VmSize:	 6035336 kB'
> (00.059218) str: `VmLck:	 5829504 kB'
> (00.059222) str: `VmPin:	       0 kB'
> (00.059226) str: `VmHWM:	 4405796 kB'
> (00.059229) str: `VmRSS:	 4389844 kB'
> (00.059233) str: `VmData:	 5839888 kB'
> (00.059236) str: `VmStk:	     140 kB'
> (00.059240) str: `VmExe:	       4 kB'
> (00.059243) str: `VmLib:	   17064 kB'
> (00.059247) str: `VmPTE:	    8808 kB'
> (00.059250) str: `VmSwap:	      36 kB'
> (00.059254) str: `Threads:	68'
> (00.059257) str: `SigQ:	0/128210'
> (00.059261) str: `SigPnd:	0000000000000000'
> (00.059265) str: `ShdPnd:	0000000000000000'
> (00.059268) str: `SigBlk:	0000000000000004'
> (00.059272) str: `SigIgn:	0000000000000002'
> (00.059275) str: `SigCgt:	2000000181005ccd'
> (00.059279) str: `CapInh:	0000000000000000'
> (00.059284) str: `CapPrm:	0000000000000000'
> (00.059289) str: `CapEff:	0000000000000000'
> (00.059293) str: `CapBnd:	0000001cfdfeffff'
> (00.059298) bfd: BUF 0x7f20686b7000 >
> (00.059316) 	Seizing 10764's 11006 thread
> (00.059333) bfd: BUF 0x7f20686b7000 <
> (00.059355) str: `Name:	java'
> (00.059360) str: `State:	t (tracing stop)'
> (00.059364) str: `Tgid:	10764'
> (00.059367) str: `Ngid:	0'
> (00.059371) str: `Pid:	11006'
> (00.059374) str: `PPid:	10053'
> (00.059379) str: `TracerPid:	11706'
> (00.059383) str: `Uid:	104	104	104	104'
> (00.059387) str: `Gid:	107	107	107	107'
> (00.059391) str: `FDSize:	128'
> (00.059394) str: `Groups:	107 '
> (00.059398) str: `VmPeak:	 6065916 kB'
> (00.059402) str: `VmSize:	 6035336 kB'
> (00.059405) str: `VmLck:	 5829504 kB'
> (00.059409) str: `VmPin:	       0 kB'
> (00.059412) str: `VmHWM:	 4405796 kB'
> (00.059416) str: `VmRSS:	 4389844 kB'
> (00.059419) str: `VmData:	 5839888 kB'
> (00.059423) str: `VmStk:	     140 kB'
> (00.059426) str: `VmExe:	       4 kB'
> (00.059430) str: `VmLib:	   17064 kB'
> (00.059434) str: `VmPTE:	    8808 kB'
> (00.059437) str: `VmSwap:	      36 kB'
> (00.059440) str: `Threads:	68'
> (00.059444) str: `SigQ:	0/128210'
> (00.059448) str: `SigPnd:	0000000000000000'
> (00.059451) str: `ShdPnd:	0000000000000000'
> (00.059455) str: `SigBlk:	0000000000000004'
> (00.059458) str: `SigIgn:	0000000000000002'
> (00.059462) str: `SigCgt:	2000000181005ccd'
> (00.059465) str: `CapInh:	0000000000000000'
> (00.059470) str: `CapPrm:	0000000000000000'
> (00.059475) str: `CapEff:	0000000000000000'
> (00.059480) str: `CapBnd:	0000001cfdfeffff'
> (00.059484) bfd: BUF 0x7f20686b7000 >
> (00.059492) 	Seizing 10764's 11007 thread
> (00.059508) bfd: BUF 0x7f20686b7000 <
> (00.059530) str: `Name:	java'
> (00.059535) str: `State:	t (tracing stop)'
> (00.059539) str: `Tgid:	10764'
> (00.059542) str: `Ngid:	0'
> (00.059546) str: `Pid:	11007'
> (00.059550) str: `PPid:	10053'
> (00.059554) str: `TracerPid:	11706'
> (00.059558) str: `Uid:	104	104	104	104'
> (00.059562) str: `Gid:	107	107	107	107'
> (00.059566) str: `FDSize:	128'
> (00.059570) str: `Groups:	107 '
> (00.059573) str: `VmPeak:	 6065916 kB'
> (00.059577) str: `VmSize:	 6035336 kB'
> (00.059581) str: `VmLck:	 5829504 kB'
> (00.059584) str: `VmPin:	       0 kB'
> (00.059588) str: `VmHWM:	 4405796 kB'
> (00.059591) str: `VmRSS:	 4389844 kB'
> (00.059595) str: `VmData:	 5839888 kB'
> (00.059598) str: `VmStk:	     140 kB'
> (00.059602) str: `VmExe:	       4 kB'
> (00.059605) str: `VmLib:	   17064 kB'
> (00.059609) str: `VmPTE:	    8808 kB'
> (00.059613) str: `VmSwap:	      36 kB'
> (00.059616) str: `Threads:	68'
> (00.059620) str: `SigQ:	0/128210'
> (00.059623) str: `SigPnd:	0000000000000000'
> (00.059627) str: `ShdPnd:	0000000000000000'
> (00.059631) str: `SigBlk:	0000000000000004'
> (00.059634) str: `SigIgn:	0000000000000002'
> (00.059638) str: `SigCgt:	2000000181005ccd'
> (00.059641) str: `CapInh:	0000000000000000'
> (00.059646) str: `CapPrm:	0000000000000000'
> (00.059651) str: `CapEff:	0000000000000000'
> (00.059655) str: `CapBnd:	0000001cfdfeffff'
> (00.059660) bfd: BUF 0x7f20686b7000 >
> (00.059667) 	Seizing 10764's 11009 thread
> (00.059684) bfd: BUF 0x7f20686b7000 <
> (00.059706) str: `Name:	java'
> (00.059711) str: `State:	t (tracing stop)'
> (00.059714) str: `Tgid:	10764'
> (00.059718) str: `Ngid:	0'
> (00.059722) str: `Pid:	11009'
> (00.059725) str: `PPid:	10053'
> (00.059730) str: `TracerPid:	11706'
> (00.059734) str: `Uid:	104	104	104	104'
> (00.059738) str: `Gid:	107	107	107	107'
> (00.059742) str: `FDSize:	128'
> (00.059745) str: `Groups:	107 '
> (00.059749) str: `VmPeak:	 6065916 kB'
> (00.059752) str: `VmSize:	 6035336 kB'
> (00.059756) str: `VmLck:	 5829504 kB'
> (00.059760) str: `VmPin:	       0 kB'
> (00.059763) str: `VmHWM:	 4405796 kB'
> (00.059766) str: `VmRSS:	 4389844 kB'
> (00.059770) str: `VmData:	 5839888 kB'
> (00.059774) str: `VmStk:	     140 kB'
> (00.059777) str: `VmExe:	       4 kB'
> (00.059781) str: `VmLib:	   17064 kB'
> (00.059784) str: `VmPTE:	    8808 kB'
> (00.059788) str: `VmSwap:	      36 kB'
> (00.059792) str: `Threads:	68'
> (00.059795) str: `SigQ:	0/128210'
> (00.059799) str: `SigPnd:	0000000000000000'
> (00.059803) str: `ShdPnd:	0000000000000000'
> (00.059806) str: `SigBlk:	0000000000000004'
> (00.059810) str: `SigIgn:	0000000000000002'
> (00.059813) str: `SigCgt:	2000000181005ccd'
> (00.059817) str: `CapInh:	0000000000000000'
> (00.059822) str: `CapPrm:	0000000000000000'
> (00.059838) str: `CapEff:	0000000000000000'
> (00.059843) str: `CapBnd:	0000001cfdfeffff'
> (00.059848) bfd: BUF 0x7f20686b7000 >
> (00.059855) 	Seizing 10764's 11010 thread
> (00.059874) bfd: BUF 0x7f20686b7000 <
> (00.059896) str: `Name:	java'
> (00.059900) str: `State:	t (tracing stop)'
> (00.059904) str: `Tgid:	10764'
> (00.059908) str: `Ngid:	0'
> (00.059911) str: `Pid:	11010'
> (00.059915) str: `PPid:	10053'
> (00.059919) str: `TracerPid:	11706'
> (00.059923) str: `Uid:	104	104	104	104'
> (00.059927) str: `Gid:	107	107	107	107'
> (00.059931) str: `FDSize:	128'
> (00.059935) str: `Groups:	107 '
> (00.059938) str: `VmPeak:	 6065916 kB'
> (00.059942) str: `VmSize:	 6035336 kB'
> (00.059945) str: `VmLck:	 5829504 kB'
> (00.059949) str: `VmPin:	       0 kB'
> (00.059952) str: `VmHWM:	 4405796 kB'
> (00.059956) str: `VmRSS:	 4389844 kB'
> (00.059960) str: `VmData:	 5839888 kB'
> (00.059963) str: `VmStk:	     140 kB'
> (00.059967) str: `VmExe:	       4 kB'
> (00.059970) str: `VmLib:	   17064 kB'
> (00.059974) str: `VmPTE:	    8808 kB'
> (00.059977) str: `VmSwap:	      36 kB'
> (00.059981) str: `Threads:	68'
> (00.059984) str: `SigQ:	0/128210'
> (00.059988) str: `SigPnd:	0000000000000000'
> (00.059992) str: `ShdPnd:	0000000000000000'
> (00.059995) str: `SigBlk:	0000000000000004'
> (00.059999) str: `SigIgn:	0000000000000002'
> (00.060002) str: `SigCgt:	2000000181005ccd'
> (00.060006) str: `CapInh:	0000000000000000'
> (00.060011) str: `CapPrm:	0000000000000000'
> (00.060016) str: `CapEff:	0000000000000000'
> (00.060020) str: `CapBnd:	0000001cfdfeffff'
> (00.060025) bfd: BUF 0x7f20686b7000 >
> (00.060032) 	Seizing 10764's 11015 thread
> (00.060050) bfd: BUF 0x7f20686b7000 <
> (00.060072) str: `Name:	java'
> (00.060076) str: `State:	t (tracing stop)'
> (00.060080) str: `Tgid:	10764'
> (00.060084) str: `Ngid:	0'
> (00.060087) str: `Pid:	11015'
> (00.060091) str: `PPid:	10053'
> (00.060096) str: `TracerPid:	11706'
> (00.060100) str: `Uid:	104	104	104	104'
> (00.060104) str: `Gid:	107	107	107	107'
> (00.060108) str: `FDSize:	128'
> (00.060111) str: `Groups:	107 '
> (00.060115) str: `VmPeak:	 6065916 kB'
> (00.060119) str: `VmSize:	 6035336 kB'
> (00.060122) str: `VmLck:	 5829504 kB'
> (00.060126) str: `VmPin:	       0 kB'
> (00.060130) str: `VmHWM:	 4405796 kB'
> (00.060133) str: `VmRSS:	 4389844 kB'
> (00.060137) str: `VmData:	 5839888 kB'
> (00.060140) str: `VmStk:	     140 kB'
> (00.060144) str: `VmExe:	       4 kB'
> (00.060148) str: `VmLib:	   17064 kB'
> (00.060151) str: `VmPTE:	    8808 kB'
> (00.060155) str: `VmSwap:	      36 kB'
> (00.060158) str: `Threads:	68'
> (00.060162) str: `SigQ:	0/128210'
> (00.060166) str: `SigPnd:	0000000000000000'
> (00.060169) str: `ShdPnd:	0000000000000000'
> (00.060173) str: `SigBlk:	0000000000000004'
> (00.060177) str: `SigIgn:	0000000000000002'
> (00.060180) str: `SigCgt:	2000000181005ccd'
> (00.060184) str: `CapInh:	0000000000000000'
> (00.060189) str: `CapPrm:	0000000000000000'
> (00.060194) str: `CapEff:	0000000000000000'
> (00.060198) str: `CapBnd:	0000001cfdfeffff'
> (00.060203) bfd: BUF 0x7f20686b7000 >
> (00.060698) Collected 10764 in 1 state
> (00.060704) Seized task 11327, state 0
> (00.060723) bfd: BUF 0x7f20686b7000 <
> (00.060747) str: `Name:	ntpd'
> (00.060752) str: `State:	t (tracing stop)'
> (00.060756) str: `Tgid:	11327'
> (00.060759) str: `Ngid:	0'
> (00.060763) str: `Pid:	11327'
> (00.060766) str: `PPid:	10053'
> (00.060771) str: `TracerPid:	11706'
> (00.060775) str: `Uid:	0	0	0	0'
> (00.060779) str: `Gid:	0	0	0	0'
> (00.060783) str: `FDSize:	64'
> (00.060786) str: `Groups:	0 '
> (00.060790) str: `VmPeak:	   25244 kB'
> (00.060793) str: `VmSize:	   25108 kB'
> (00.060797) str: `VmLck:	       0 kB'
> (00.060800) str: `VmPin:	       0 kB'
> (00.060804) str: `VmHWM:	    1964 kB'
> (00.060807) str: `VmRSS:	    1964 kB'
> (00.060811) str: `VmData:	     680 kB'
> (00.060815) str: `VmStk:	     136 kB'
> (00.060818) str: `VmExe:	     604 kB'
> (00.060821) str: `VmLib:	    4996 kB'
> (00.060825) str: `VmPTE:	      68 kB'
> (00.060829) str: `VmSwap:	       0 kB'
> (00.060832) str: `Threads:	1'
> (00.060836) str: `SigQ:	0/128210'
> (00.060839) str: `SigPnd:	0000000000000000'
> (00.060843) str: `ShdPnd:	0000000000000000'
> (00.060847) str: `SigBlk:	0000000000000000'
> (00.060861) str: `SigIgn:	0000000000001000'
> (00.060865) str: `SigCgt:	0000000000006a47'
> (00.060869) str: `CapInh:	0000000000000000'
> (00.060874) str: `CapPrm:	0000001cfdfeffff'
> (00.060879) str: `CapEff:	0000001cfdfeffff'
> (00.060884) str: `CapBnd:	0000001cfdfeffff'
> (00.060889) bfd: BUF 0x7f20686b7000 >
> (00.060936) Collected 11327 in 1 state
> (00.060941) Seized task 11690, state 0
> (00.060965) bfd: BUF 0x7f20686b7000 <
> (00.060989) str: `Name:	getty'
> (00.060994) str: `State:	t (tracing stop)'
> (00.060998) str: `Tgid:	11690'
> (00.061001) str: `Ngid:	0'
> (00.061005) str: `Pid:	11690'
> (00.061008) str: `PPid:	10053'
> (00.061013) str: `TracerPid:	11706'
> (00.061017) str: `Uid:	0	0	0	0'
> (00.061021) str: `Gid:	0	0	0	0'
> (00.061025) str: `FDSize:	64'
> (00.061029) str: `Groups:	0 '
> (00.061032) str: `VmPeak:	   12804 kB'
> (00.061036) str: `VmSize:	   12784 kB'
> (00.061039) str: `VmLck:	       0 kB'
> (00.061043) str: `VmPin:	       0 kB'
> (00.061047) str: `VmHWM:	     904 kB'
> (00.061050) str: `VmRSS:	     904 kB'
> (00.061053) str: `VmData:	     200 kB'
> (00.061057) str: `VmStk:	     136 kB'
> (00.061061) str: `VmExe:	      28 kB'
> (00.061064) str: `VmLib:	    2128 kB'
> (00.061068) str: `VmPTE:	      48 kB'
> (00.061071) str: `VmSwap:	       0 kB'
> (00.061075) str: `Threads:	1'
> (00.061078) str: `SigQ:	0/128210'
> (00.061082) str: `SigPnd:	0000000000000000'
> (00.061086) str: `ShdPnd:	0000000000000000'
> (00.061089) str: `SigBlk:	0000000000000000'
> (00.061093) str: `SigIgn:	0000000000000007'
> (00.061097) str: `SigCgt:	0000000000000000'
> (00.061100) str: `CapInh:	0000000000000000'
> (00.061105) str: `CapPrm:	0000001cfdfeffff'
> (00.061110) str: `CapEff:	0000001cfdfeffff'
> (00.061115) str: `CapBnd:	0000001cfdfeffff'
> (00.061120) bfd: BUF 0x7f20686b7000 >
> (00.061162) Collected 11690 in 1 state
> (00.061168) Seized task 11692, state 0
> (00.061190) bfd: BUF 0x7f20686b7000 <
> (00.061214) str: `Name:	getty'
> (00.061219) str: `State:	t (tracing stop)'
> (00.061222) str: `Tgid:	11692'
> (00.061226) str: `Ngid:	0'
> (00.061229) str: `Pid:	11692'
> (00.061233) str: `PPid:	10053'
> (00.061238) str: `TracerPid:	11706'
> (00.061242) str: `Uid:	0	0	0	0'
> (00.061245) str: `Gid:	0	0	0	0'
> (00.061249) str: `FDSize:	64'
> (00.061253) str: `Groups:	0 '
> (00.061256) str: `VmPeak:	   12804 kB'
> (00.061260) str: `VmSize:	   12784 kB'
> (00.061263) str: `VmLck:	       0 kB'
> (00.061267) str: `VmPin:	       0 kB'
> (00.061270) str: `VmHWM:	     904 kB'
> (00.061274) str: `VmRSS:	     904 kB'
> (00.061277) str: `VmData:	     200 kB'
> (00.061281) str: `VmStk:	     136 kB'
> (00.061284) str: `VmExe:	      28 kB'
> (00.061312) str: `VmLib:	    2128 kB'
> (00.061318) str: `VmPTE:	      48 kB'
> (00.061321) str: `VmSwap:	       0 kB'
> (00.061324) str: `Threads:	1'
> (00.061326) str: `SigQ:	0/128210'
> (00.061329) str: `SigPnd:	0000000000000000'
> (00.061332) str: `ShdPnd:	0000000000000000'
> (00.061335) str: `SigBlk:	0000000000000000'
> (00.061337) str: `SigIgn:	0000000000000007'
> (00.061340) str: `SigCgt:	0000000000000000'
> (00.061343) str: `CapInh:	0000000000000000'
> (00.061347) str: `CapPrm:	0000001cfdfeffff'
> (00.061351) str: `CapEff:	0000001cfdfeffff'
> (00.061355) str: `CapBnd:	0000001cfdfeffff'
> (00.061359) bfd: BUF 0x7f20686b7000 >
> (00.061393) Collected 11692 in 1 state
> (00.061397) Seized task 11694, state 0
> (00.061416) bfd: BUF 0x7f20686b7000 <
> (00.061435) str: `Name:	getty'
> (00.061439) str: `State:	t (tracing stop)'
> (00.061442) str: `Tgid:	11694'
> (00.061445) str: `Ngid:	0'
> (00.061448) str: `Pid:	11694'
> (00.061451) str: `PPid:	10053'
> (00.061454) str: `TracerPid:	11706'
> (00.061458) str: `Uid:	0	0	0	0'
> (00.061461) str: `Gid:	0	0	0	0'
> (00.061464) str: `FDSize:	64'
> (00.061467) str: `Groups:	0 '
> (00.061470) str: `VmPeak:	   12804 kB'
> (00.061472) str: `VmSize:	   12784 kB'
> (00.061475) str: `VmLck:	       0 kB'
> (00.061478) str: `VmPin:	       0 kB'
> (00.061481) str: `VmHWM:	     904 kB'
> (00.061484) str: `VmRSS:	     904 kB'
> (00.061487) str: `VmData:	     200 kB'
> (00.061490) str: `VmStk:	     136 kB'
> (00.061493) str: `VmExe:	      28 kB'
> (00.061495) str: `VmLib:	    2128 kB'
> (00.061498) str: `VmPTE:	      48 kB'
> (00.061501) str: `VmSwap:	       0 kB'
> (00.061515) str: `Threads:	1'
> (00.061518) str: `SigQ:	0/128210'
> (00.061521) str: `SigPnd:	0000000000000000'
> (00.061524) str: `ShdPnd:	0000000000000000'
> (00.061527) str: `SigBlk:	0000000000000000'
> (00.061530) str: `SigIgn:	0000000000000007'
> (00.061533) str: `SigCgt:	0000000000000000'
> (00.061535) str: `CapInh:	0000000000000000'
> (00.061539) str: `CapPrm:	0000001cfdfeffff'
> (00.061543) str: `CapEff:	0000001cfdfeffff'
> (00.061547) str: `CapBnd:	0000001cfdfeffff'
> (00.061551) bfd: BUF 0x7f20686b7000 >
> (00.061583) Collected 11694 in 1 state
> (00.061587) Seized task 11696, state 0
> (00.061606) bfd: BUF 0x7f20686b7000 <
> (00.061625) str: `Name:	getty'
> (00.061629) str: `State:	t (tracing stop)'
> (00.061632) str: `Tgid:	11696'
> (00.061635) str: `Ngid:	0'
> (00.061638) str: `Pid:	11696'
> (00.061641) str: `PPid:	10053'
> (00.061644) str: `TracerPid:	11706'
> (00.061648) str: `Uid:	0	0	0	0'
> (00.061651) str: `Gid:	0	0	0	0'
> (00.061654) str: `FDSize:	64'
> (00.061656) str: `Groups:	0 '
> (00.061659) str: `VmPeak:	   12804 kB'
> (00.061662) str: `VmSize:	   12784 kB'
> (00.061665) str: `VmLck:	       0 kB'
> (00.061668) str: `VmPin:	       0 kB'
> (00.061671) str: `VmHWM:	     900 kB'
> (00.061673) str: `VmRSS:	     900 kB'
> (00.061676) str: `VmData:	     200 kB'
> (00.061679) str: `VmStk:	     136 kB'
> (00.061682) str: `VmExe:	      28 kB'
> (00.061685) str: `VmLib:	    2128 kB'
> (00.061688) str: `VmPTE:	      48 kB'
> (00.061690) str: `VmSwap:	       0 kB'
> (00.061693) str: `Threads:	1'
> (00.061696) str: `SigQ:	0/128210'
> (00.061699) str: `SigPnd:	0000000000000000'
> (00.061702) str: `ShdPnd:	0000000000000000'
> (00.061705) str: `SigBlk:	0000000000000000'
> (00.061708) str: `SigIgn:	0000000000000007'
> (00.061710) str: `SigCgt:	0000000000000000'
> (00.061713) str: `CapInh:	0000000000000000'
> (00.061717) str: `CapPrm:	0000001cfdfeffff'
> (00.061721) str: `CapEff:	0000001cfdfeffff'
> (00.061725) str: `CapBnd:	0000001cfdfeffff'
> (00.061729) bfd: BUF 0x7f20686b7000 >
> (00.061760) Collected 11696 in 1 state
> (00.061764) Seized task 11697, state 0
> (00.061783) bfd: BUF 0x7f20686b7000 <
> (00.061803) str: `Name:	getty'
> (00.061806) str: `State:	t (tracing stop)'
> (00.061809) str: `Tgid:	11697'
> (00.061812) str: `Ngid:	0'
> (00.061815) str: `Pid:	11697'
> (00.061818) str: `PPid:	10053'
> (00.061821) str: `TracerPid:	11706'
> (00.061825) str: `Uid:	0	0	0	0'
> (00.061828) str: `Gid:	0	0	0	0'
> (00.061831) str: `FDSize:	64'
> (00.061834) str: `Groups:	0 '
> (00.061836) str: `VmPeak:	   12804 kB'
> (00.061839) str: `VmSize:	   12784 kB'
> (00.061842) str: `VmLck:	       0 kB'
> (00.061845) str: `VmPin:	       0 kB'
> (00.061848) str: `VmHWM:	     904 kB'
> (00.061851) str: `VmRSS:	     904 kB'
> (00.061854) str: `VmData:	     200 kB'
> (00.061857) str: `VmStk:	     136 kB'
> (00.061859) str: `VmExe:	      28 kB'
> (00.061862) str: `VmLib:	    2128 kB'
> (00.061865) str: `VmPTE:	      48 kB'
> (00.061868) str: `VmSwap:	       0 kB'
> (00.061871) str: `Threads:	1'
> (00.061874) str: `SigQ:	0/128210'
> (00.061876) str: `SigPnd:	0000000000000000'
> (00.061879) str: `ShdPnd:	0000000000000000'
> (00.061882) str: `SigBlk:	0000000000000000'
> (00.061885) str: `SigIgn:	0000000000000007'
> (00.061888) str: `SigCgt:	0000000000000000'
> (00.061891) str: `CapInh:	0000000000000000'
> (00.061894) str: `CapPrm:	0000001cfdfeffff'
> (00.061898) str: `CapEff:	0000001cfdfeffff'
> (00.061902) str: `CapBnd:	0000001cfdfeffff'
> (00.061906) bfd: BUF 0x7f20686b7000 >
> (00.061944) Collected 11697 in 1 state
> (00.061972) Collected 10053 in 1 state
> (00.061986) Will take pid namespace in the image
> (00.061992) Add pid ns 7 pid 10053
> (00.061999) Will take net namespace in the image
> (00.062005) Add net ns 8 pid 10053
> (00.062012) Will take ipc namespace in the image
> (00.062016) Add ipc ns 9 pid 10053
> (00.062022) Will take uts namespace in the image
> (00.062025) Add uts ns 10 pid 10053
> (00.062032) Will take mnt namespace in the image
> (00.062035) Add mnt ns 11 pid 10053
> (00.062514) Lock network
> (00.062519) Running network-lock scripts
> (00.062533) 	[/usr/share/lxc/lxc-restore-net]
> (00.065246) lockinfo: 1:2 1 3935 00:39:22641 0 EOF
> (00.065274) lockinfo: 2:2 1 3355 00:30:20588 0 EOF
> (00.065283) lockinfo: 3:2 1 972 00:10:9021 0 EOF
> (00.065343) lockinfo: 4:2 1 10533 00:27:38855 0 EOF
> (00.065354) lockinfo: 5:1 1 1060 00:10:13616 0 EOF
> (00.065488) 	type unsupported source /dev/sda3 mnt_id 0x39 s_dev 0x800003 /var/lib/lxc/griffon-1.nancy.grid5000.fr-worker1/rootfs @ ./ flags 0x200000 options errors=remount-ro,data=ordered
> (00.065503) 	type proc source proc mnt_id 0x68 s_dev 0x24 / @ ./proc flags 0x20000e options 
> (00.065514) 	type sysfs source sysfs mnt_id 0x69 s_dev 0x22 / @ ./sys flags 0x200000 options 
> (00.065525) 	type fusectl source none mnt_id 0x6a s_dev 0x12 / @ ./sys/fs/fuse/connections flags 0x200000 options 
> (00.065535) 	type debugfs source none mnt_id 0x6b s_dev 0x6 / @ ./sys/kernel/debug flags 0x200000 options 
> (00.065545) 	type securityfs source none mnt_id 0x6c s_dev 0xa / @ ./sys/kernel/security flags 0x200000 options 
> (00.065555) 	type pstore source none mnt_id 0x6d s_dev 0x20 / @ ./sys/fs/pstore flags 0x200000 options 
> (00.065568) 	type devpts source devpts mnt_id 0x3b s_dev 0x25 / @ ./dev/pts flags 0x200000 options gid=5,mode=620,ptmxmode=666
> (00.065590) 	type devpts source devpts mnt_id 0x3c s_dev 0x25 /ptmx @ ./dev/ptmx flags 0x200000 options gid=5,mode=620,ptmxmode=666
> (00.065602) 	type tmpfs source none mnt_id 0x3d s_dev 0x26 / @ ./sys/fs/cgroup flags 0x200000 options size=4k,mode=755
> (00.065613) 	type tmpfs source none mnt_id 0x3e s_dev 0x27 / @ ./run flags 0x20000a options size=1643272k,mode=755
> (00.065624) 	type tmpfs source none mnt_id 0x3f s_dev 0x28 / @ ./run/lock flags 0x20000e options size=5120k
> (00.065635) 	type tmpfs source none mnt_id 0x40 s_dev 0x29 / @ ./run/shm flags 0x200006 options 
> (00.065648) 	type tmpfs source none mnt_id 0x4b s_dev 0x2a / @ ./run/user flags 0x20000e options size=102400k,mode=755
> (00.065663) Building mountpoints tree
> (00.065668) 	Building plain mount tree
> (00.065671) 		Working on 75->62
> (00.065675) 		Working on 64->62
> (00.065679) 		Working on 63->62
> (00.065682) 		Working on 62->57
> (00.065686) 		Working on 61->105
> (00.065689) 		Working on 60->57
> (00.065693) 		Working on 59->57
> (00.065696) 		Working on 109->105
> (00.065700) 		Working on 108->105
> (00.065703) 		Working on 107->105
> (00.065706) 		Working on 106->105
> (00.065710) 		Working on 105->57
> (00.065713) 		Working on 104->57
> (00.065717) 		Working on 57->58
> (00.065722) 	Resorting siblings on 57
> (00.065726) 	Resorting siblings on 62
> (00.065730) 	Resorting siblings on 75
> (00.065733) 	Resorting siblings on 64
> (00.065737) 	Resorting siblings on 63
> (00.065740) 	Resorting siblings on 60
> (00.065743) 	Resorting siblings on 59
> (00.065747) 	Resorting siblings on 105
> (00.065750) 	Resorting siblings on 61
> (00.065754) 	Resorting siblings on 109
> (00.065757) 	Resorting siblings on 108
> (00.065761) 	Resorting siblings on 107
> (00.065764) 	Resorting siblings on 106
> (00.065767) 	Resorting siblings on 104
> (00.065771) Done:
> (00.065774) [./](57->58)
> (00.065778)  [./run](62->57)
> (00.065782)   [./run/user](75->62)
> (00.065786)   <--
> (00.065789)   [./run/lock](63->62)
> (00.065793)   <--
> (00.065796)   [./run/shm](64->62)
> (00.065800)   <--
> (00.065804)  <--
> (00.065807)  [./proc](104->57)
> (00.065811)  <--
> (00.065814)  [./sys](105->57)
> (00.065818)   [./sys/fs/cgroup](61->105)
> (00.065822)   <--
> (00.065825)   [./sys/fs/fuse/connections](106->105)
> (00.065829)   <--
> (00.065832)   [./sys/kernel/debug](107->105)
> (00.065836)   <--
> (00.065840)   [./sys/kernel/security](108->105)
> (00.065843)   <--
> (00.065847)   [./sys/fs/pstore](109->105)
> (00.065850)   <--
> (00.065854)  <--
> (00.065857)  [./dev/pts](59->57)
> (00.065861)  <--
> (00.065865)  [./dev/ptmx](60->57)
> (00.065868)  <--
> (00.065871) <--
> (00.065882) Collecting netns 8/10053
> (00.065887) Switching to 10053's net for collecting sockets
> (00.066023) 	Collected: ino 0xa076 peer_ino 0 family    1 type    1 state 10 name 
> (00.066038) 	Collected: ino 0x9cf7 peer_ino 0 family    1 type    2 state  7 name /dev/log
> (00.066048) 	Collected: ino 0x8acd peer_ino 0 family    1 type    5 state 10 name /run/udev/control
> (00.066054) 	Collected: ino 0x7b8c peer_ino 0 family    1 type    1 state  1 name (null)
> (00.066059) 	Collected: ino 0xa235 peer_ino 0x9cf7 family    1 type    2 state  7 name (null)
> (00.066088) 	Collected: ino 0x91a2 peer_ino 0x91a3 family    1 type    2 state  7 name (null)
> (00.066094) 	Collected: ino 0x91a3 peer_ino 0x91a2 family    1 type    2 state  7 name (null)
> (00.066098) 	Collected: ino 0xa0f1 peer_ino 0x7b6e family    1 type    1 state  1 name (null)
> (00.066104) 	Collected: ino 0x9ce2 peer_ino 0x7b48 family    1 type    1 state  1 name (null)
> (00.066108) 	Collected: ino 0x91a6 peer_ino 0x9cf7 family    1 type    2 state  7 name (null)
> (00.066113) 	Collected: ino 0x7b5b peer_ino 0x8387 family    1 type    1 state  1 name 
> (00.066119) 	Collected: ino 0x7b48 peer_ino 0x9ce2 family    1 type    1 state  1 name 
> (00.066124) 	Collected: ino 0x7b6e peer_ino 0xa0f1 family    1 type    1 state  1 name 
> (00.066129) 	Collected: ino 0xa436 peer_ino 0 family    1 type    1 state  1 name (null)
> (00.066133) 	Collected: ino 0x99e6 peer_ino 0 family    1 type    5 state  7 name (null)
> (00.066138) 	Collected: ino 0x8387 peer_ino 0x7b5b family    1 type    1 state  1 name (null)
> (00.066613) 	Collected: ino 0x    7b97 family    2 type    1 port     9160 state 10 src_addr 127.0.0.1
> (00.066621) 	Collected: ino 0x    7b8f family    2 type    1 port    59886 state 10 src_addr 0.0.0.0
> (00.066627) 	Collected: ino 0x    7b96 family    2 type    1 port     9042 state 10 src_addr 127.0.0.1
> (00.066633) 	Collected: ino 0x    a165 family    2 type    1 port       22 state 10 src_addr 0.0.0.0
> (00.066638) 	Collected: ino 0x    7b93 family    2 type    1 port     7000 state 10 src_addr 127.0.0.1
> (00.066643) 	Collected: ino 0x    7b8e family    2 type    1 port     7199 state 10 src_addr 0.0.0.0
> (00.066711) 	Collected: ino 0x    8396 family    2 type    2 port    14064 state  7 src_addr 0.0.0.0
> (00.066718) 	Collected: ino 0x    98f8 family    2 type    2 port       68 state  7 src_addr 0.0.0.0
> (00.066723) 	Collected: ino 0x    9dd0 family    2 type    2 port      123 state  7 src_addr 10.147.244.93
> (00.066729) 	Collected: ino 0x    9dcf family    2 type    2 port      123 state  7 src_addr 127.0.0.1
> (00.066734) 	Collected: ino 0x    9dc8 family    2 type    2 port      123 state  7 src_addr 0.0.0.0
> (00.067145) 	Collected: ino 0x    a167 family   10 type    1 port       22 state 10 src_addr ::
> (00.067186) 	Collected: ino 0x    8397 family   10 type    2 port     5726 state  7 src_addr ::
> (00.067193) 	Collected: ino 0x    9dd2 family   10 type    2 port      123 state  7 src_addr ::1
> (00.067200) 	Collected: ino 0x    9dd1 family   10 type    2 port      123 state  7 src_addr fe80::216:3eff:fe0d:b580
> (00.067205) 	Collected: ino 0x    9dc9 family   10 type    2 port      123 state  7 src_addr ::
> (00.067247) Collect packet sock 40181 3
> (00.067253) 	Got 0 mreqs
> (00.067279) Collect netlink sock 0x9731
> (00.067284) Collect netlink sock 0x9dd3
> (00.067288) Collect netlink sock 0x973d
> (00.067292) Collect netlink sock 0x99e5
> (00.067295) Collect netlink sock 0x9734
> (00.067299) Collect netlink sock 0x8389
> (00.067303) Collect netlink sock 0x8ace
> (00.067307) Collect netlink sock 0x9732
> (00.067310) Collect netlink sock 0x9733
> (00.067386) bfd: BUF 0x7f20686b7000 <
> (00.067407) bfd: BUF 0x7f20686b8000 <
> (00.067429) bfd: BUF 0x7f20686b9000 <
> (00.067450) bfd: BUF 0x7f20686ba000 <
> (00.067473) bfd: BUF 0x7f20686bb000 <
> (00.067495) bfd: BUF 0x7f20686bc000 <
> (00.067518) bfd: BUF 0x7f20686bd000 <
> (00.067540) bfd: BUF 0x7f20686be000 <
> (00.067589) bfd: BUF 0x7f20686bf000 <
> (00.067637) bfd: BUF 0x7f20686c0000 <
> (00.067662) bfd: BUF 0x7f20686c1000 <
> (00.067685) bfd: BUF 0x7f20686c2000 <
> (00.067708) bfd: BUF 0x7f20686c3000 <
> (00.067729) bfd: BUF 0x7f20686c4000 <
> (00.067751) bfd: BUF 0x7f20686c5000 <
> (00.067772) bfd: BUF 0x7f20686c6000 <
> (00.067794) bfd: BUF++
> (00.067802) bfd: BUF 0x7f20686a7000 <
> (00.067824) bfd: BUF 0x7f20686a8000 <
> (00.067845) bfd: BUF 0x7f20686a9000 <
> (00.067867) bfd: BUF 0x7f20686aa000 <
> (00.067888) bfd: BUF 0x7f20686ab000 <
> (00.067899) ========================================
> (00.067903) Dumping task (pid: 10053)
> (00.067907) ========================================
> (00.067910) Obtaining task stat ... (00.067967) 
> (00.067972) Collecting mappings (pid: 10053)
> (00.067976) ----------------------------------------
> (00.067988) bfd: BUF 0x7f20686ac000 <
> (00.068111) bfd: BUF 0x7f20686ad000 <
> (00.068126) bfd: BUF 0x7f20686ad000 >
> (00.068140) vma 7fb6ca6f5000 borrows vfi from previous 7fb6ca6ea000
> (00.068151) vma 7fb6ca8f4000 borrows vfi from previous 7fb6ca6f5000
> (00.068160) vma 7fb6ca8f5000 borrows vfi from previous 7fb6ca8f4000
> (00.068183) bfd: BUF 0x7f20686ad000 <
> (00.068192) bfd: BUF 0x7f20686ad000 >
> (00.068203) vma 7fb6ca901000 borrows vfi from previous 7fb6ca8f6000
> (00.068213) vma 7fb6cab00000 borrows vfi from previous 7fb6ca901000
> (00.068280) vma 7fb6cab01000 borrows vfi from previous 7fb6cab00000
> (00.068304) bfd: BUF 0x7f20686ad000 <
> (00.068313) bfd: BUF 0x7f20686ad000 >
> (00.068324) vma 7fb6cab19000 borrows vfi from previous 7fb6cab02000
> (00.068334) vma 7fb6cad18000 borrows vfi from previous 7fb6cab19000
> (00.068347) vma 7fb6cad19000 borrows vfi from previous 7fb6cad18000
> (00.068382) bfd: BUF 0x7f20686ad000 <
> (00.068390) bfd: BUF 0x7f20686ad000 >
> (00.068457) vma 7fb6cad25000 borrows vfi from previous 7fb6cad1c000
> (00.068467) vma 7fb6caf24000 borrows vfi from previous 7fb6cad25000
> (00.068477) vma 7fb6caf25000 borrows vfi from previous 7fb6caf24000
> (00.068499) bfd: BUF 0x7f20686ad000 <
> (00.068508) bfd: BUF 0x7f20686ad000 >
> (00.068519) vma 7fb6caf29000 borrows vfi from previous 7fb6caf26000
> (00.068528) vma 7fb6cb128000 borrows vfi from previous 7fb6caf29000
> (00.068537) vma 7fb6cb129000 borrows vfi from previous 7fb6cb128000
> (00.068617) bfd: BUF 0x7f20686ad000 <
> (00.068626) bfd: BUF 0x7f20686ad000 >
> (00.068637) vma 7fb6cb167000 borrows vfi from previous 7fb6cb12a000
> (00.068646) vma 7fb6cb366000 borrows vfi from previous 7fb6cb167000
> (00.068655) vma 7fb6cb367000 borrows vfi from previous 7fb6cb366000
> (00.068677) bfd: BUF 0x7f20686ad000 <
> (00.068686) bfd: BUF 0x7f20686ad000 >
> (00.068696) vma 7fb6cb381000 borrows vfi from previous 7fb6cb368000
> (00.068706) vma 7fb6cb580000 borrows vfi from previous 7fb6cb381000
> (00.068782) vma 7fb6cb581000 borrows vfi from previous 7fb6cb580000
> (00.068819) bfd: BUF 0x7f20686ad000 <
> (00.068828) bfd: BUF 0x7f20686ad000 >
> (00.068839) vma 7fb6cb741000 borrows vfi from previous 7fb6cb586000
> (00.068849) vma 7fb6cb940000 borrows vfi from previous 7fb6cb741000
> (00.068858) vma 7fb6cb944000 borrows vfi from previous 7fb6cb940000
> (00.068946) bfd: BUF 0x7f20686ad000 <
> (00.068955) bfd: BUF 0x7f20686ad000 >
> (00.068966) vma 7fb6cb952000 borrows vfi from previous 7fb6cb94b000
> (00.068975) vma 7fb6cbb51000 borrows vfi from previous 7fb6cb952000
> (00.068984) vma 7fb6cbb52000 borrows vfi from previous 7fb6cbb51000
> (00.069006) bfd: BUF 0x7f20686ad000 <
> (00.069015) bfd: BUF 0x7f20686ad000 >
> (00.069026) vma 7fb6cbb5d000 borrows vfi from previous 7fb6cbb53000
> (00.069035) vma 7fb6cbd5c000 borrows vfi from previous 7fb6cbb5d000
> (00.069104) vma 7fb6cbd5d000 borrows vfi from previous 7fb6cbd5c000
> (00.069127) bfd: BUF 0x7f20686ad000 <
> (00.069136) bfd: BUF 0x7f20686ad000 >
> (00.069154) vma 7fb6cbd7e000 borrows vfi from previous 7fb6cbd5e000
> (00.069164) vma 7fb6cbf7d000 borrows vfi from previous 7fb6cbd7e000
> (00.069173) vma 7fb6cbf7e000 borrows vfi from previous 7fb6cbf7d000
> (00.069211) bfd: BUF 0x7f20686ad000 <
> (00.069219) bfd: BUF 0x7f20686ad000 >
> (00.069287) vma 7fb6cbfc5000 borrows vfi from previous 7fb6cbf81000
> (00.069325) vma 7fb6cc1c4000 borrows vfi from previous 7fb6cbfc5000
> (00.069334) vma 7fb6cc1c5000 borrows vfi from previous 7fb6cc1c4000
> (00.069357) bfd: BUF 0x7f20686ad000 <
> (00.069366) bfd: BUF 0x7f20686ad000 >
> (00.069377) vma 7fb6cc1ce000 borrows vfi from previous 7fb6cc1c6000
> (00.069387) vma 7fb6cc3ce000 borrows vfi from previous 7fb6cc1ce000
> (00.069396) vma 7fb6cc3cf000 borrows vfi from previous 7fb6cc3ce000
> (00.069473) bfd: BUF 0x7f20686ad000 <
> (00.069482) bfd: BUF 0x7f20686ad000 >
> (00.069493) vma 7fb6cc3e7000 borrows vfi from previous 7fb6cc3d0000
> (00.069502) vma 7fb6cc5e6000 borrows vfi from previous 7fb6cc3e7000
> (00.069512) vma 7fb6cc5e7000 borrows vfi from previous 7fb6cc5e6000
> (00.069547) bfd: BUF 0x7f20686ad000 <
> (00.069555) bfd: BUF 0x7f20686ad000 >
> (00.069676) bfd: BUF 0x7f20686ad000 <
> (00.069685) bfd: BUF 0x7f20686ad000 >
> (00.069700) vma 7fb6cc80b000 borrows vfi from previous 7fb6cc80a000
> (00.069733) bfd: BUF 0x7f20686ad000 <
> (00.069742) bfd: BUF 0x7f20686ad000 >
> (00.069753) vma 7fb6cca4b000 borrows vfi from previous 7fb6cc80d000
> (00.069763) vma 7fb6cca4d000 borrows vfi from previous 7fb6cca4b000
> (00.069807) bfd: BUF 0x7f20686ac000 >
> (00.069815) Collected, longest area occupies 512 pages
> (00.069820) 0x7fb6ca6ea000-0x7fb6ca6f5000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069827) 0x7fb6ca6f5000-0x7fb6ca8f4000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.069832) 0x7fb6ca8f4000-0x7fb6ca8f5000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.069837) 0x7fb6ca8f5000-0x7fb6ca8f6000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.069841) 0x7fb6ca8f6000-0x7fb6ca901000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069846) 0x7fb6ca901000-0x7fb6cab00000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.069850) 0x7fb6cab00000-0x7fb6cab01000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.069855) 0x7fb6cab01000-0x7fb6cab02000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.069859) 0x7fb6cab02000-0x7fb6cab19000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069864) 0x7fb6cab19000-0x7fb6cad18000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.069869) 0x7fb6cad18000-0x7fb6cad19000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.069873) 0x7fb6cad19000-0x7fb6cad1a000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.069878) 0x7fb6cad1a000-0x7fb6cad1c000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.069882) 0x7fb6cad1c000-0x7fb6cad25000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069887) 0x7fb6cad25000-0x7fb6caf24000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.069891) 0x7fb6caf24000-0x7fb6caf25000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.069896) 0x7fb6caf25000-0x7fb6caf26000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.069900) 0x7fb6caf26000-0x7fb6caf29000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069905) 0x7fb6caf29000-0x7fb6cb128000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.069910) 0x7fb6cb128000-0x7fb6cb129000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.069914) 0x7fb6cb129000-0x7fb6cb12a000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.069918) 0x7fb6cb12a000-0x7fb6cb167000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069923) 0x7fb6cb167000-0x7fb6cb366000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.069928) 0x7fb6cb366000-0x7fb6cb367000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.069932) 0x7fb6cb367000-0x7fb6cb368000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.069936) 0x7fb6cb368000-0x7fb6cb381000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069941) 0x7fb6cb381000-0x7fb6cb580000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.069946) 0x7fb6cb580000-0x7fb6cb581000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.069950) 0x7fb6cb581000-0x7fb6cb582000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.069955) 0x7fb6cb582000-0x7fb6cb586000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.069959) 0x7fb6cb586000-0x7fb6cb741000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069964) 0x7fb6cb741000-0x7fb6cb940000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.069968) 0x7fb6cb940000-0x7fb6cb944000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.069973) 0x7fb6cb944000-0x7fb6cb946000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.069977) 0x7fb6cb946000-0x7fb6cb94b000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.069982) 0x7fb6cb94b000-0x7fb6cb952000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.069986) 0x7fb6cb952000-0x7fb6cbb51000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.069990) 0x7fb6cbb51000-0x7fb6cbb52000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.069995) 0x7fb6cbb52000-0x7fb6cbb53000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.070011) 0x7fb6cbb53000-0x7fb6cbb5d000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070016) 0x7fb6cbb5d000-0x7fb6cbd5c000 (2044K) prot 0 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.070021) 0x7fb6cbd5c000-0x7fb6cbd5d000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.070025) 0x7fb6cbd5d000-0x7fb6cbd5e000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.070030) 0x7fb6cbd5e000-0x7fb6cbd7e000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070034) 0x7fb6cbd7e000-0x7fb6cbf7d000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.070038) 0x7fb6cbf7d000-0x7fb6cbf7e000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.070043) 0x7fb6cbf7e000-0x7fb6cbf7f000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.070047) 0x7fb6cbf7f000-0x7fb6cbf81000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.070051) 0x7fb6cbf81000-0x7fb6cbfc5000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070056) 0x7fb6cbfc5000-0x7fb6cc1c4000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.070061) 0x7fb6cc1c4000-0x7fb6cc1c5000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.070065) 0x7fb6cc1c5000-0x7fb6cc1c6000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.070070) 0x7fb6cc1c6000-0x7fb6cc1ce000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070074) 0x7fb6cc1ce000-0x7fb6cc3ce000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.070079) 0x7fb6cc3ce000-0x7fb6cc3cf000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.070083) 0x7fb6cc3cf000-0x7fb6cc3d0000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.070088) 0x7fb6cc3d0000-0x7fb6cc3e7000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070092) 0x7fb6cc3e7000-0x7fb6cc5e6000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.070096) 0x7fb6cc5e6000-0x7fb6cc5e7000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.070101) 0x7fb6cc5e7000-0x7fb6cc5e8000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.070105) 0x7fb6cc5e8000-0x7fb6cc60b000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070109) 0x7fb6cc7fd000-0x7fb6cc803000 (24K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.070114) 0x7fb6cc808000-0x7fb6cc80a000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.070118) 0x7fb6cc80a000-0x7fb6cc80b000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.070123) 0x7fb6cc80b000-0x7fb6cc80c000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.070127) 0x7fb6cc80c000-0x7fb6cc80d000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.070132) 0x7fb6cc80d000-0x7fb6cc84b000 (248K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.070136) 0x7fb6cca4b000-0x7fb6cca4d000 (8K) prot 0x1 flags 0x2 off 0x3e000 reg fp  shmid: 0
> (00.070140) 0x7fb6cca4d000-0x7fb6cca4e000 (4K) prot 0x3 flags 0x2 off 0x40000 reg fp  shmid: 0
> (00.070145) 0x7fb6cdf60000-0x7fb6ce047000 (924K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.070149) 0x7fff1264a000-0x7fff1266c000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.070154) 0x7fff1278e000-0x7fff12790000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.070158) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.070162) ----------------------------------------
> (00.070168) 
> (00.070172) Collecting fds (pid: 10053)
> (00.070176) ----------------------------------------
> (00.070206) Found 16 file descriptors
> (00.070211) ----------------------------------------
> (00.070223) bfd: BUF 0x7f20686ac000 <
> (00.070229) bfd: BUF 0x7f20686ac000 >
> (00.070236) Dump private signals of 10053
> (00.070249) Dump shared signals of 10053
> (00.070266) Parasite syscall_ip at 0x7fb6ca6ea000
> (00.070350) Putting parasite blob into 0x7f206867d000->0x7fb6cc7d3000
> (00.070388) Dumping GP/FPU registers for 10053
> (00.070403) xsave runtime structure
> (00.070407) -----------------------
> (00.070411) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.070415) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.070419) xstate_bv: 7
> (00.070422) -----------------------
> (00.070437) Putting tsock into pid 10053
> (00.070526) Wait for parasite being daemonized...
> (00.070538) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.070570) Fetched ack: 2 2 0
> (00.070576) Parasite 10053 has been switched to daemon mode
> (00.070587) Sent msg to daemon 15 0 0
> pie: __fetched msg: 15 0 0
> pie: __sent ack msg: 15 15 0
> pie: Daemon wais for command
> (00.070619) Wait for ack 15 on daemon socket
> (00.070629) Fetched ack: 15 15 0
> (00.070644) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.070649) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.070658) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.070675) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.070681) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.070703) Fetched ack: 12 12 0
> (00.070710) sid=1 pgid=1 pid=1
> (00.070730) bfd: BUF 0x7f20686ac000 <
> (00.070749) bfd: BUF 0x7f20686ad000 <
> (00.070767) bfd: BUF 0x7f20686ae000 <
> (00.070790) bfd: BUF 0x7f20686af000 <
> (00.070811) bfd: BUF 0x7f20686b0000 <
> (00.070832) bfd: BUF 0x7f20686b1000 <
> (00.070847) 
> (00.070851) Dumping opened files (pid: 10053)
> (00.070857) ----------------------------------------
> (00.070867) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.070917) Wait for ack 14 on daemon socket
> (00.070924) Fetched ack: 14 14 0
> (00.070942) bfd: BUF 0x7f20686b2000 <
> (00.070965) bfd: BUF 0x7f20686b3000 <
> (00.070979) bfd: BUF 0x7f20686b3000 >
> (00.070988) 10053 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.071018) Dumping path for 0 fd via self 54 [/dev/null]
> (00.071035) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.071050) bfd: BUF 0x7f20686b3000 <
> (00.071059) bfd: BUF 0x7f20686b3000 >
> (00.071065) 10053 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.071073) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.071085) bfd: BUF 0x7f20686b3000 <
> (00.071093) bfd: BUF 0x7f20686b3000 >
> (00.071099) 10053 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.071105) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.071118) bfd: BUF 0x7f20686b3000 <
> (00.071126) bfd: BUF 0x7f20686b3000 >
> (00.071131) 10053 fdinfo 3: pos: 0x               0 flags:             4000/0x1
> (00.071140) Dumping pipe 57 with id 0x2 pipe_id 0xa075
> (00.071149) Dumping data from pipe 0xa075 fd 57
> (00.071177) fdinfo: type: 0x 2 flags: 04000/01 pos: 0x       0 fd: 3
> (00.071191) bfd: BUF 0x7f20686b3000 <
> (00.071199) bfd: BUF 0x7f20686b3000 >
> (00.071205) 10053 fdinfo 4: pos: 0x               0 flags:             4001/0x1
> (00.071211) Dumping pipe 58 with id 0x3 pipe_id 0xa075
> (00.071216) fdinfo: type: 0x 2 flags: 04001/01 pos: 0x       0 fd: 4
> (00.071228) bfd: BUF 0x7f20686b3000 <
> (00.071242) bfd: BUF 0x7f20686b3000 >
> (00.071247) 10053 fdinfo 5: pos: 0x               0 flags:             4000/0x1
> (00.071274) bfd: BUF 0x7f20686b3000 <
> (00.071292) fsnotify: wd: wd 0x00000001 s_dev 0x00800003 i_ino 0x           c6edc mask 0x0800abc8
> (00.071297) fsnotify: 	[fhandle] bytes 0x00000008 type 0x00000001 __handle 0xc9744351000c6edc:0x0000000000000000
> (00.071307) fsnotify: Opening fhandle 800003:c9744351000c6edc...
> (00.071317) Path `/' resolved to `./' mountpoint
> (00.071329) fsnotify: 	Handle 800003:c6edc is openable
> (00.071334) Warn  (fsnotify.c:183): fsnotify: 	Handle 800003:c6edc cannot be opened
> (00.071338) irmap: Resolving 803:c6edc path
> (00.071343) irmap: Scanning /etc hint
> (00.071346) irmap: Refresh stat for /etc
> (00.071357) irmap: 	Scanned /etc
> (00.071362) fsnotify: 	Dumping /etc as path for handle
> (00.071368) bfd: BUF 0x7f20686b3000 >
> (00.071373) fsnotify: id 0x00000004 flags 0x00000800
> (00.071385) fdinfo: type: 0x 8 flags: 04000/01 pos: 0x       0 fd: 5
> (00.071398) bfd: BUF 0x7f20686b3000 <
> (00.071411) bfd: BUF 0x7f20686b3000 >
> (00.071416) 10053 fdinfo 6: pos: 0x               0 flags:             4000/0x1
> (00.071437) bfd: BUF 0x7f20686b3000 <
> (00.071462) fsnotify: wd: wd 0x00000001 s_dev 0x00800003 i_ino 0x           c6f72 mask 0x0800abc8
> (00.071468) fsnotify: 	[fhandle] bytes 0x00000008 type 0x00000001 __handle 0xc97443e7000c6f72:0x0000000000000000
> (00.071473) fsnotify: Opening fhandle 800003:c97443e7000c6f72...
> (00.071480) Path `/' resolved to `./' mountpoint
> (00.071581) fsnotify: 	Handle 800003:c6f72 is openable
> (00.071587) Warn  (fsnotify.c:183): fsnotify: 	Handle 800003:c6f72 cannot be opened
> (00.071591) irmap: Resolving 803:c6f72 path
> (00.071595) irmap: Scanning /etc hint
> (00.071598) irmap: Refilling /etc dir
> (00.071786) irmap: Refresh stat for /etc/rc0.d
> (00.071794) irmap: Refilling /etc/rc0.d dir
> (00.071823) irmap: Refresh stat for /etc/rc0.d/S60umountroot
> (00.071831) irmap: Refresh stat for /etc/rc0.d/S90halt
> (00.071837) irmap: Refresh stat for /etc/rc0.d/S30urandom
> (00.071843) irmap: Refresh stat for /etc/rc0.d/README
> (00.071849) irmap: Refresh stat for /etc/rc0.d/S40umountfs
> (00.071854) irmap: Refresh stat for /etc/rc0.d/K50cassandra
> (00.071860) irmap: Refresh stat for /etc/rc0.d/S31umountnfs.sh
> (00.071866) irmap: Refresh stat for /etc/rc0.d/S20sendsigs
> (00.071872) irmap: Refresh stat for /etc/bash_completion.d
> (00.071877) irmap: Refilling /etc/bash_completion.d dir
> (00.071898) irmap: Refresh stat for /etc/bash_completion.d/debconf
> (00.071905) irmap: Refresh stat for /etc/bash_completion.d/insserv
> (00.071910) irmap: Refresh stat for /etc/bash_completion.d/upstart
> (00.071916) irmap: Refresh stat for /etc/bash_completion.d/initramfs-tools
> (00.071922) irmap: Refresh stat for /etc/lsb-release
> (00.071928) irmap: Refresh stat for /etc/sgml
> (00.071934) irmap: Refilling /etc/sgml dir
> (00.071951) irmap: Refresh stat for /etc/sgml/catalog
> (00.071957) irmap: Refresh stat for /etc/sgml/xml-core.cat
> (00.071963) irmap: Refresh stat for /etc/mailcap
> (00.071969) irmap: Refresh stat for /etc/ld.so.cache
> (00.071975) irmap: Refresh stat for /etc/iproute2
> (00.071980) irmap: Refilling /etc/iproute2 dir
> (00.072003) irmap: Refresh stat for /etc/iproute2/rt_scopes
> (00.072010) irmap: Refresh stat for /etc/iproute2/rt_dsfield
> (00.072016) irmap: Refresh stat for /etc/iproute2/group
> (00.072021) irmap: Refresh stat for /etc/iproute2/ematch_map
> (00.072027) irmap: Refresh stat for /etc/iproute2/rt_protos
> (00.072033) irmap: Refresh stat for /etc/iproute2/rt_tables
> (00.072039) irmap: Refresh stat for /etc/iproute2/rt_realms
> (00.072045) irmap: Refresh stat for /etc/ld.so.conf
> (00.072050) irmap: Refresh stat for /etc/resolv.conf
> (00.072056) irmap: Refresh stat for /etc/ucf.conf
> (00.072062) irmap: Refresh stat for /etc/X11
> (00.072067) irmap: Refilling /etc/X11 dir
> (00.072084) irmap: Refresh stat for /etc/X11/Xsession.d
> (00.072091) irmap: Refilling /etc/X11/Xsession.d dir
> (00.072108) irmap: Refresh stat for /etc/X11/Xsession.d/00upstart
> (00.072114) irmap: Refresh stat for /etc/X11/Xsession.d/99upstart
> (00.072120) irmap: Refresh stat for /etc/X11/xkb
> (00.072126) irmap: Refilling /etc/X11/xkb dir
> (00.072139) irmap: Refresh stat for /etc/apparmor
> (00.072146) irmap: Refilling /etc/apparmor dir
> (00.072160) irmap: Refresh stat for /etc/apparmor/init
> (00.072167) irmap: Refilling /etc/apparmor/init dir
> (00.072182) irmap: Refresh stat for /etc/apparmor/init/network-interface-security
> (00.072189) irmap: Refilling /etc/apparmor/init/network-interface-security dir
> (00.072205) irmap: Refresh stat for /etc/apparmor/init/network-interface-security/sbin.dhclient
> (00.072212) irmap: Refresh stat for /etc/apparmor/init/network-interface-security/usr.sbin.ntpd
> (00.072218) irmap: Refresh stat for /etc/network
> (00.072224) irmap: Refilling /etc/network dir
> (00.072246) irmap: Refresh stat for /etc/network/interfaces.d
> (00.072253) irmap: Refilling /etc/network/interfaces.d dir
> (00.072266) irmap: Refresh stat for /etc/network/if-up.d
> (00.072273) irmap: Refilling /etc/network/if-up.d dir
> (00.072291) irmap: Refresh stat for /etc/network/if-up.d/openssh-server
> (00.072298) irmap: Refresh stat for /etc/network/if-up.d/000resolvconf
> (00.072304) irmap: Refresh stat for /etc/network/if-up.d/upstart
> (00.072310) irmap: Refresh stat for /etc/network/if-up.d/ntpdate
> (00.072328) irmap: Refresh stat for /etc/network/if-post-down.d
> (00.072334) irmap: Refilling /etc/network/if-post-down.d dir
> (00.072347) irmap: Refresh stat for /etc/network/if-down.d
> (00.072354) irmap: Refilling /etc/network/if-down.d dir
> (00.072370) irmap: Refresh stat for /etc/network/if-down.d/resolvconf
> (00.072377) irmap: Refresh stat for /etc/network/if-down.d/upstart
> (00.072383) irmap: Refresh stat for /etc/network/if-pre-up.d
> (00.072389) irmap: Refilling /etc/network/if-pre-up.d dir
> (00.072401) irmap: Refresh stat for /etc/network/interfaces
> (00.072408) irmap: Refresh stat for /etc/network/run
> (00.072414) irmap: Refresh stat for /etc/modules
> (00.072419) irmap: Refresh stat for /etc/networks
> (00.072425) irmap: Refresh stat for /etc/securetty
> (00.072430) irmap: Refresh stat for /etc/shadow
> (00.072436) irmap: Refresh stat for /etc/sysctl.d
> (00.072442) irmap: Refilling /etc/sysctl.d dir
> (00.072468) irmap: Refresh stat for /etc/sysctl.d/10-console-messages.conf
> (00.072475) irmap: Refresh stat for /etc/sysctl.d/10-network-security.conf
> (00.072481) irmap: Refresh stat for /etc/sysctl.d/README
> (00.072487) irmap: Refresh stat for /etc/sysctl.d/10-link-restrictions.conf
> (00.072493) irmap: Refresh stat for /etc/sysctl.d/10-magic-sysrq.conf
> (00.072499) irmap: Refresh stat for /etc/sysctl.d/10-zeropage.conf
> (00.072504) irmap: Refresh stat for /etc/sysctl.d/10-ipv6-privacy.conf
> (00.072510) irmap: Refresh stat for /etc/sysctl.d/cassandra.conf
> (00.072515) irmap: Refresh stat for /etc/sysctl.d/10-kernel-hardening.conf
> (00.072521) irmap: Refresh stat for /etc/sysctl.d/10-ptrace.conf
> (00.072526) irmap: Refresh stat for /etc/hostname
> (00.072532) irmap: Refresh stat for /etc/logcheck
> (00.072538) irmap: Refilling /etc/logcheck dir
> (00.072553) irmap: Refresh stat for /etc/logcheck/ignore.d.server
> (00.072560) irmap: Refilling /etc/logcheck/ignore.d.server dir
> (00.072576) irmap: Refresh stat for /etc/logcheck/ignore.d.server/rsyslog
> (00.072583) irmap: Refresh stat for /etc/logcheck/ignore.d.server/ntpdate
> (00.072589) irmap: Refresh stat for /etc/nsswitch.conf
> (00.072595) irmap: Refresh stat for /etc/locale.alias
> (00.072601) irmap: Refresh stat for /etc/udev
> (00.072606) irmap: Refilling /etc/udev dir
> (00.072623) irmap: Refresh stat for /etc/udev/udev.conf
> (00.072630) irmap: Refresh stat for /etc/udev/hwdb.d
> (00.072636) irmap: Refilling /etc/udev/hwdb.d dir
> (00.072649) irmap: Refresh stat for /etc/udev/rules.d
> (00.072656) irmap: Refilling /etc/udev/rules.d dir
> (00.072670) irmap: Refresh stat for /etc/udev/rules.d/README
> (00.072676) irmap: Refresh stat for /etc/kbd
> (00.072682) irmap: Refilling /etc/kbd dir
> (00.072698) irmap: Refresh stat for /etc/kbd/remap
> (00.072705) irmap: Refresh stat for /etc/kbd/config
> (00.072711) irmap: Refresh stat for /etc/group
> (00.072716) irmap: Refresh stat for /etc/opt
> (00.072722) irmap: Refilling /etc/opt dir
> (00.072735) irmap: Refresh stat for /etc/ld.so.conf.d
> (00.072741) irmap: Refilling /etc/ld.so.conf.d dir
> (00.072758) irmap: Refresh stat for /etc/ld.so.conf.d/libc.conf
> (00.072765) irmap: Refresh stat for /etc/ld.so.conf.d/x86_64-linux-gnu.conf
> (00.072771) irmap: Refresh stat for /etc/upstart-xsessions
> (00.072776) irmap: Refresh stat for /etc/legal
> (00.072782) irmap: Refresh stat for /etc/perl
> (00.072788) irmap: Refilling /etc/perl dir
> (00.072804) irmap: Refresh stat for /etc/perl/Net
> (00.072811) irmap: Refilling /etc/perl/Net dir
> (00.072826) irmap: Refresh stat for /etc/perl/Net/libnet.cfg
> (00.072832) irmap: Refresh stat for /etc/perl/CPAN
> (00.072838) irmap: Refilling /etc/perl/CPAN dir
> (00.072851) irmap: Refresh stat for /etc/dpkg
> (00.072858) irmap: Refilling /etc/dpkg dir
> (00.072875) irmap: Refresh stat for /etc/dpkg/origins
> (00.072881) irmap: Refilling /etc/dpkg/origins dir
> (00.072899) irmap: Refresh stat for /etc/dpkg/origins/ubuntu
> (00.072905) irmap: Refresh stat for /etc/dpkg/origins/debian
> (00.072911) irmap: Refresh stat for /etc/dpkg/origins/default
> (00.072917) irmap: Refresh stat for /etc/dpkg/dpkg.cfg.d
> (00.072923) irmap: Refilling /etc/dpkg/dpkg.cfg.d dir
> (00.072947) irmap: Refresh stat for /etc/dpkg/dpkg.cfg
> (00.072954) irmap: Refresh stat for /etc/systemd
> (00.072960) irmap: Refilling /etc/systemd dir
> (00.072975) irmap: Refresh stat for /etc/systemd/system
> (00.072981) irmap: Refilling /etc/systemd/system dir
> (00.072998) irmap: Refresh stat for /etc/systemd/system/syslog.service
> (00.073005) irmap: Refresh stat for /etc/systemd/system/multi-user.target.wants
> (00.073011) irmap: Refilling /etc/systemd/system/multi-user.target.wants dir
> (00.073027) irmap: Refresh stat for /etc/systemd/system/multi-user.target.wants/rsyslog.service
> (00.073034) irmap: Refresh stat for /etc/systemd/system/multi-user.target.wants/ssh.service
> (00.073040) irmap: Refresh stat for /etc/systemd/system/sshd.service
> (00.073046) irmap: Refresh stat for /etc/hosts.deny
> (00.073052) irmap: Refresh stat for /etc/python3.4
> (00.073057) irmap: Refilling /etc/python3.4 dir
> (00.073072) irmap: Refresh stat for /etc/python3.4/sitecustomize.py
> (00.073079) irmap: Refresh stat for /etc/fstab.d
> (00.073085) irmap: Refilling /etc/fstab.d dir
> (00.073097) irmap: Refresh stat for /etc/rc4.d
> (00.073104) irmap: Refilling /etc/rc4.d dir
> (00.073124) irmap: Refresh stat for /etc/rc4.d/S99ondemand
> (00.073131) irmap: Refresh stat for /etc/rc4.d/S99rc.local
> (00.073137) irmap: Refresh stat for /etc/rc4.d/S50cassandra
> (00.073142) irmap: Refresh stat for /etc/rc4.d/README
> (00.073148) irmap: Refresh stat for /etc/rc4.d/S23ntp
> (00.073153) irmap: Refresh stat for /etc/rc5.d
> (00.073159) irmap: Refilling /etc/rc5.d dir
> (00.073182) irmap: Refresh stat for /etc/rc5.d/S99ondemand
> (00.073188) irmap: Refresh stat for /etc/rc5.d/S99rc.local
> (00.073194) irmap: Refresh stat for /etc/rc5.d/S50cassandra
> (00.073199) irmap: Refresh stat for /etc/rc5.d/README
> (00.073205) irmap: Refresh stat for /etc/rc5.d/S23ntp
> (00.073210) irmap: Refresh stat for /etc/blkid.conf
> (00.073216) irmap: Refresh stat for /etc/issue.net
> (00.073222) irmap: Refresh stat for /etc/rc3.d
> (00.073227) irmap: Refilling /etc/rc3.d dir
> (00.073247) irmap: Refresh stat for /etc/rc3.d/S99ondemand
> (00.073253) irmap: Refresh stat for /etc/rc3.d/S99rc.local
> (00.073259) irmap: Refresh stat for /etc/rc3.d/S50cassandra
> (00.073264) irmap: Refresh stat for /etc/rc3.d/README
> (00.073270) irmap: Refresh stat for /etc/rc3.d/S23ntp
> (00.073275) irmap: Refresh stat for /etc/protocols
> (00.073281) irmap: Refresh stat for /etc/shells
> (00.073286) irmap: Refresh stat for /etc/rc6.d
> (00.073315) irmap: Refilling /etc/rc6.d dir
> (00.073341) irmap: Refresh stat for /etc/rc6.d/S60umountroot
> (00.073348) irmap: Refresh stat for /etc/rc6.d/S30urandom
> (00.073354) irmap: Refresh stat for /etc/rc6.d/README
> (00.073360) irmap: Refresh stat for /etc/rc6.d/S40umountfs
> (00.073375) irmap: Refresh stat for /etc/rc6.d/K50cassandra
> (00.073380) irmap: Refresh stat for /etc/rc6.d/S31umountnfs.sh
> (00.073386) irmap: Refresh stat for /etc/rc6.d/S90reboot
> (00.073390) irmap: Refresh stat for /etc/rc6.d/S20sendsigs
> (00.073395) irmap: Refresh stat for /etc/mime.types
> (00.073400) irmap: Refresh stat for /etc/os-release
> (00.073404) irmap: Refresh stat for /etc/kernel
> (00.073409) irmap: Refilling /etc/kernel dir
> (00.073422) irmap: Refresh stat for /etc/kernel/postrm.d
> (00.073427) irmap: Refilling /etc/kernel/postrm.d dir
> (00.073440) irmap: Refresh stat for /etc/kernel/postrm.d/initramfs-tools
> (00.073446) irmap: Refresh stat for /etc/kernel/postinst.d
> (00.073451) irmap: Refilling /etc/kernel/postinst.d dir
> (00.073463) irmap: Refresh stat for /etc/kernel/postinst.d/apt-auto-removal
> (00.073469) irmap: Refresh stat for /etc/kernel/postinst.d/initramfs-tools
> (00.073474) irmap: Refresh stat for /etc/cron.monthly
> (00.073479) irmap: Refilling /etc/cron.monthly dir
> (00.073491) irmap: Refresh stat for /etc/cron.monthly/.placeholder
> (00.073497) irmap: Refresh stat for /etc/gshadow-
> (00.073502) irmap: Refresh stat for /etc/login.defs
> (00.073506) irmap: Refresh stat for /etc/ssh
> (00.073511) irmap: Refilling /etc/ssh dir
> (00.073531) irmap: Refresh stat for /etc/ssh/ssh_host_ed25519_key.pub
> (00.073537) irmap: Refresh stat for /etc/ssh/moduli
> (00.073552) irmap: Refresh stat for /etc/ssh/ssh_host_ecdsa_key.pub
> (00.073557) irmap: Refresh stat for /etc/ssh/ssh_host_ed25519_key
> (00.073562) irmap: Refresh stat for /etc/ssh/ssh_host_ecdsa_key
> (00.073567) irmap: Refresh stat for /etc/ssh/ssh_host_rsa_key
> (00.073571) irmap: Refresh stat for /etc/ssh/ssh_host_dsa_key
> (00.073576) irmap: Refresh stat for /etc/ssh/ssh_host_rsa_key.pub
> (00.073580) irmap: Refresh stat for /etc/ssh/ssh_config
> (00.073585) irmap: Refresh stat for /etc/ssh/sshd_config
> (00.073589) irmap: Refresh stat for /etc/ssh/ssh_host_dsa_key.pub
> (00.073594) irmap: Refresh stat for /etc/newt
> (00.073598) irmap: Refilling /etc/newt dir
> (00.073613) irmap: Refresh stat for /etc/newt/palette
> (00.073618) irmap: Refresh stat for /etc/newt/palette.ubuntu
> (00.073623) irmap: Refresh stat for /etc/newt/palette.original
> (00.073628) irmap: Refresh stat for /etc/cron.d
> (00.073633) irmap: Refilling /etc/cron.d dir
> (00.073644) irmap: Refresh stat for /etc/cron.d/.placeholder
> (00.073650) irmap: Refresh stat for /etc/hosts.allow
> (00.073655) irmap: Refresh stat for /etc/security
> (00.073659) irmap: Refilling /etc/security dir
> (00.073686) irmap: Refresh stat for /etc/security/opasswd
> (00.073692) irmap: Refresh stat for /etc/security/namespace.conf
> (00.073697) irmap: Refresh stat for /etc/security/access.conf
> (00.073701) irmap: Refresh stat for /etc/security/namespace.d
> (00.073706) irmap: Refilling /etc/security/namespace.d dir
> (00.073717) irmap: Refresh stat for /etc/security/namespace.init
> (00.073722) irmap: Refresh stat for /etc/security/sepermit.conf
> (00.073727) irmap: Refresh stat for /etc/security/time.conf
> (00.073732) irmap: Refresh stat for /etc/security/pam_env.conf
> (00.073737) irmap: Refresh stat for /etc/security/capability.conf
> (00.073741) irmap: Refresh stat for /etc/security/limits.conf
> (00.073746) irmap: Refresh stat for /etc/security/group.conf
> (00.073751) irmap: Refresh stat for /etc/security/limits.d
> (00.073755) irmap: Refilling /etc/security/limits.d dir
> (00.073768) irmap: Refresh stat for /etc/security/limits.d/cassandra.conf
> (00.073773) irmap: Refresh stat for /etc/.pwd.lock
> (00.073778) irmap: Refresh stat for /etc/cron.weekly
> (00.073783) irmap: Refilling /etc/cron.weekly dir
> (00.073796) irmap: Refresh stat for /etc/cron.weekly/.placeholder
> (00.073802) irmap: Refresh stat for /etc/cron.weekly/fstrim
> (00.073806) irmap: Refresh stat for /etc/gshadow
> (00.073811) irmap: Refresh stat for /etc/dhcp
> (00.073816) irmap: Refilling /etc/dhcp dir
> (00.073829) irmap: Refresh stat for /etc/dhcp/dhclient-enter-hooks.d
> (00.073835) irmap: Refilling /etc/dhcp/dhclient-enter-hooks.d dir
> (00.073848) irmap: Refresh stat for /etc/dhcp/dhclient-enter-hooks.d/debug
> (00.073854) irmap: Refresh stat for /etc/dhcp/dhclient-enter-hooks.d/resolvconf
> (00.073859) irmap: Refresh stat for /etc/dhcp/dhclient-exit-hooks.d
> (00.073863) irmap: Refilling /etc/dhcp/dhclient-exit-hooks.d dir
> (00.073878) irmap: Refresh stat for /etc/dhcp/dhclient-exit-hooks.d/debug
> (00.073884) irmap: Refresh stat for /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes
> (00.073889) irmap: Refresh stat for /etc/dhcp/dhclient-exit-hooks.d/ntpdate
> (00.073893) irmap: Refresh stat for /etc/dhcp/dhclient-exit-hooks.d/ntp
> (00.073898) irmap: Refresh stat for /etc/dhcp/dhclient.conf
> (00.073903) irmap: Refresh stat for /etc/java-7-openjdk
> (00.073907) irmap: Refilling /etc/java-7-openjdk dir
> (00.073933) irmap: Refresh stat for /etc/java-7-openjdk/images
> (00.073939) irmap: Refilling /etc/java-7-openjdk/images dir
> (00.073952) irmap: Refresh stat for /etc/java-7-openjdk/images/cursors
> (00.073958) irmap: Refilling /etc/java-7-openjdk/images/cursors dir
> (00.073969) irmap: Refresh stat for /etc/java-7-openjdk/images/cursors/cursors.properties
> (00.073975) irmap: Refresh stat for /etc/java-7-openjdk/content-types.properties
> (00.073980) irmap: Refresh stat for /etc/java-7-openjdk/jvm-amd64.cfg
> (00.073985) irmap: Refresh stat for /etc/java-7-openjdk/sound.properties
> (00.073990) irmap: Refresh stat for /etc/java-7-openjdk/psfont.properties.ja
> (00.073995) irmap: Refresh stat for /etc/java-7-openjdk/calendars.properties
> (00.074009) irmap: Refresh stat for /etc/java-7-openjdk/logging.properties
> (00.074014) irmap: Refresh stat for /etc/java-7-openjdk/security
> (00.074019) irmap: Refilling /etc/java-7-openjdk/security dir
> (00.074033) irmap: Refresh stat for /etc/java-7-openjdk/security/java.policy
> (00.074039) irmap: Refresh stat for /etc/java-7-openjdk/security/nss.cfg
> (00.074044) irmap: Refresh stat for /etc/java-7-openjdk/security/java.security
> (00.074049) irmap: Refresh stat for /etc/java-7-openjdk/tz.properties
> (00.074053) irmap: Refresh stat for /etc/java-7-openjdk/swing.properties
> (00.074058) irmap: Refresh stat for /etc/java-7-openjdk/net.properties
> (00.074063) irmap: Refresh stat for /etc/java-7-openjdk/flavormap.properties
> (00.074068) irmap: Refresh stat for /etc/java-7-openjdk/fontconfig.properties
> (00.074072) irmap: Refresh stat for /etc/java-7-openjdk/accessibility.properties
> (00.074077) irmap: Refresh stat for /etc/java-7-openjdk/psfontj2d.properties
> (00.074082) irmap: Refresh stat for /etc/java-7-openjdk/management
> (00.074086) irmap: Refilling /etc/java-7-openjdk/management dir
> (00.074110) irmap: Refresh stat for /etc/java-7-openjdk/management/management.properties
> (00.074116) irmap: Refresh stat for /etc/java-7-openjdk/management/snmp.acl
> (00.074121) irmap: Refresh stat for /etc/java-7-openjdk/management/jmxremote.access
> (00.074126) irmap: Refresh stat for /etc/java-7-openjdk/management/jmxremote.password
> (00.074131) irmap: Refresh stat for /etc/deluser.conf
> (00.074135) irmap: Refresh stat for /etc/mke2fs.conf
> (00.074140) irmap: Refresh stat for /etc/debian_version
> (00.074145) irmap: Refresh stat for /etc/cassandra
> (00.074149) irmap: Refilling /etc/cassandra dir
> (00.074170) irmap: Refresh stat for /etc/cassandra/cassandra-topology.yaml
> (00.074176) irmap: Refresh stat for /etc/cassandra/cassandra.yaml
> (00.074181) irmap: Refresh stat for /etc/cassandra/log4j-tools.properties
> (00.074186) irmap: Refresh stat for /etc/cassandra/cassandra-env.sh
> (00.074191) irmap: Refresh stat for /etc/cassandra/triggers
> (00.074195) irmap: Refilling /etc/cassandra/triggers dir
> (00.074208) irmap: Refresh stat for /etc/cassandra/triggers/README.txt
> (00.074213) irmap: Refresh stat for /etc/cassandra/log4j-server.properties
> (00.074218) irmap: Refresh stat for /etc/cassandra/cassandra-topology.properties
> (00.074223) irmap: Refresh stat for /etc/cassandra/commitlog_archiving.properties
> (00.074227) irmap: Refresh stat for /etc/cassandra/cassandra-rackdc.properties
> (00.074232) irmap: Refresh stat for /etc/rsyslog.d
> (00.074237) irmap: Refilling /etc/rsyslog.d dir
> (00.074248) irmap: Refresh stat for /etc/rsyslog.d/50-default.conf
> (00.074254) irmap: Refresh stat for /etc/sysctl.conf
> (00.074259) irmap: Refresh stat for /etc/fstab
> (00.074263) irmap: Refresh stat for /etc/insserv.conf.d
> (00.074268) irmap: Refilling /etc/insserv.conf.d dir
> (00.074278) irmap: Refresh stat for /etc/magic.mime
> (00.074284) irmap: Refresh stat for /etc/bindresvport.blacklist
> (00.074288) irmap: Refresh stat for /etc/mtab
> (00.074293) irmap: Refresh stat for /etc/rsyslog.conf
> (00.074298) irmap: Refresh stat for /etc/terminfo
> (00.074302) irmap: Refilling /etc/terminfo dir
> (00.074314) irmap: Refresh stat for /etc/terminfo/README
> (00.074320) irmap: Refresh stat for /etc/crontab
> (00.074324) irmap: Refresh stat for /etc/subgid-
> (00.074329) irmap: Refresh stat for /etc/shadow-
> (00.074334) irmap: Refresh stat for /etc/init
> (00.074338) irmap: 	Scanned /etc/init
> (00.074341) fsnotify: 	Dumping /etc/init as path for handle
> (00.074346) bfd: BUF 0x7f20686b3000 >
> (00.074350) fsnotify: id 0x00000005 flags 0x00000800
> (00.074357) fdinfo: type: 0x 8 flags: 04000/01 pos: 0x       0 fd: 6
> (00.074369) bfd: BUF 0x7f20686b3000 <
> (00.074377) bfd: BUF 0x7f20686b3000 >
> (00.074382) 10053 fdinfo 7: pos: 0x               0 flags:             4002/0x1
> (00.074393) 	Searching for socket a076 (family 1)
> (00.074403) No filter for socket
> (00.074406) Dumping unix socket at 7
> (00.074409) 	Dumping: ino 0xa076 peer_ino 0 family    1 type    1 state 10 name 
> (00.074417) 	Dumped: id 0x6 ino 0xa076 peer 0 type 1 state 10 name 20 bytes
> (00.074432) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 7
> (00.074443) bfd: BUF 0x7f20686b3000 <
> (00.074450) bfd: BUF 0x7f20686b3000 >
> (00.074455) 10053 fdinfo 10: pos: 0x               0 flags:             4002/0x1
> (00.074461) 	Searching for socket 7b48 (family 1)
> (00.074464) 	Searching for socket 9ce2 (family 1)
> (00.074467) 	Add a peer: ino 0x9ce2 peer_ino 0x7b48 family    1 type    1 state  1 name (null)
> (00.074476) No filter for socket
> (00.074479) Dumping unix socket at 10
> (00.074482) 	Dumping: ino 0x7b48 peer_ino 0x9ce2 family    1 type    1 state  1 name 
> (00.074485) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 10
> (00.074495) bfd: BUF 0x7f20686b3000 <
> (00.074503) bfd: BUF 0x7f20686b3000 >
> (00.074507) 10053 fdinfo 11: pos: 0x               0 flags:           104002/0x1
> (00.074521) tty: Dumping tty 63 with id 0x8
> (00.074526) Dumping path for 11 fd via self 63 [/dev/ptmx]
> (00.074547) Sent msg to daemon 16 0 0
> pie: __fetched msg: 16 0 0
> (00.074552) Wait for ack 16 on daemon socket
> pie: __sent ack msg: 16 16 0
> pie: Daemon wais for command
> (00.074567) Fetched ack: 16 16 0
> (00.074582) fdinfo: type: 0x b flags: 0104002/01 pos: 0x       0 fd: 11
> (00.074594) bfd: BUF 0x7f20686b3000 <
> (00.074601) bfd: BUF 0x7f20686b3000 >
> (00.074606) 10053 fdinfo 12: pos: 0x               0 flags:           104002/0x1
> (00.074618) tty: Dumping tty 64 with id 0x9
> (00.074622) Dumping path for 12 fd via self 64 [/dev/ptmx]
> (00.074632) Sent msg to daemon 16 0 0
> pie: __fetched msg: 16 0 0
> (00.074636) Wait for ack 16 on daemon socket
> pie: __sent ack msg: 16 16 0
> pie: Daemon wais for command
> (00.074649) Fetched ack: 16 16 0
> (00.074660) fdinfo: type: 0x b flags: 0104002/01 pos: 0x       0 fd: 12
> (00.074672) bfd: BUF 0x7f20686b3000 <
> (00.074679) bfd: BUF 0x7f20686b3000 >
> (00.074684) 10053 fdinfo 13: pos: 0x               0 flags:             4002/0x1
> (00.074689) 	Searching for socket 7b5b (family 1)
> (00.074692) 	Searching for socket 8387 (family 1)
> (00.074695) 	Add a peer: ino 0x8387 peer_ino 0x7b5b family    1 type    1 state  1 name (null)
> (00.074702) No filter for socket
> (00.074705) Dumping unix socket at 13
> (00.074708) 	Dumping: ino 0x7b5b peer_ino 0x8387 family    1 type    1 state  1 name 
> (00.074711) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 13
> (00.074722) bfd: BUF 0x7f20686b3000 <
> (00.074728) bfd: BUF 0x7f20686b3000 >
> (00.074733) 10053 fdinfo 14: pos: 0x               0 flags:             4002/0x1
> (00.074738) 	Searching for socket 7b6e (family 1)
> (00.074741) 	Searching for socket a0f1 (family 1)
> (00.074744) 	Add a peer: ino 0xa0f1 peer_ino 0x7b6e family    1 type    1 state  1 name (null)
> (00.074751) No filter for socket
> (00.074754) Dumping unix socket at 14
> (00.074757) 	Dumping: ino 0x7b6e peer_ino 0xa0f1 family    1 type    1 state  1 name 
> (00.074760) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 14
> (00.074770) bfd: BUF 0x7f20686b3000 <
> (00.074777) bfd: BUF 0x7f20686b3000 >
> (00.074781) 10053 fdinfo 15: pos: 0x               0 flags:           104002/0x1
> (00.074792) tty: Dumping tty 67 with id 0xc
> (00.074797) Dumping path for 15 fd via self 67 [/dev/ptmx]
> (00.074806) Sent msg to daemon 16 0 0
> pie: __fetched msg: 16 0 0
> (00.074810) Wait for ack 16 on daemon socket
> pie: __sent ack msg: 16 16 0
> pie: Daemon wais for command
> (00.074822) Fetched ack: 16 16 0
> (00.074833) fdinfo: type: 0x b flags: 0104002/01 pos: 0x       0 fd: 15
> (00.074845) bfd: BUF 0x7f20686b3000 <
> (00.074851) bfd: BUF 0x7f20686b3000 >
> (00.074856) 10053 fdinfo 16: pos: 0x               0 flags:           104002/0x1
> (00.074868) tty: Dumping tty 68 with id 0xd
> (00.074872) Dumping path for 16 fd via self 68 [/dev/ptmx]
> (00.074881) Sent msg to daemon 16 0 0
> pie: __fetched msg: 16 0 0
> (00.074885) Wait for ack 16 on daemon socket
> pie: __sent ack msg: 16 16 0
> pie: Daemon wais for command
> (00.074897) Fetched ack: 16 16 0
> (00.074908) fdinfo: type: 0x b flags: 0104002/01 pos: 0x       0 fd: 16
> (00.074919) bfd: BUF 0x7f20686b3000 <
> (00.074926) bfd: BUF 0x7f20686b3000 >
> (00.074931) 10053 fdinfo 17: pos: 0x               0 flags:           104002/0x1
> (00.074953) tty: Dumping tty 69 with id 0xe
> (00.074957) Dumping path for 17 fd via self 69 [/dev/ptmx]
> (00.074967) Sent msg to daemon 16 0 0
> pie: __fetched msg: 16 0 0
> (00.074971) Wait for ack 16 on daemon socket
> pie: __sent ack msg: 16 16 0
> pie: Daemon wais for command
> (00.074983) Fetched ack: 16 16 0
> (00.074995) fdinfo: type: 0x b flags: 0104002/01 pos: 0x       0 fd: 17
> (00.075012) bfd: BUF 0x7f20686b2000 >
> (00.075018) ----------------------------------------
> (00.075027) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.075031) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.075095) Fetched ack: 7 7 0
> (00.075100) 
> (00.075103) Dumping pages (type: 59 pid: 10053)
> (00.075106) ----------------------------------------
> (00.075108)    Private vmas 512/8312 pages
> (00.075119) pagemap-cache: created for pid 10053 (takes 4096 bytes)
> (00.075123) page-pipe: Create page pipe for 8312 segs
> (00.075126) page-pipe: Will grow page pipe (iov off is 0)
> (00.075150) bfd: BUF 0x7f20686b2000 <
> (00.075171) pagemap-cache: filling VMA 7fb6ca6ea000-7fb6ca6f5000 (44K) [l:7fb6ca600000 h:7fb6ca800000]
> (00.075180) page-pipe: Add iov to page pipe (0 iovs, 0/8312 total)
> (00.075184) Pagemap generated: 1 pages 0 holes
> (00.075188) pagemap-cache: filling VMA 7fb6ca6f5000-7fb6ca8f4000 (2044K) [l:7fb6ca600000 h:7fb6ca800000]
> (00.075200) Pagemap generated: 0 pages 0 holes
> (00.075203) pagemap-cache: filling VMA 7fb6ca8f4000-7fb6ca8f5000 (4K) [l:7fb6ca800000 h:7fb6caa00000]
> (00.075209) page-pipe: Add iov to page pipe (1 iovs, 1/8312 total)
> (00.075212) Pagemap generated: 1 pages 0 holes
> (00.075215) pagemap-cache: filling VMA 7fb6ca8f5000-7fb6ca8f6000 (4K) [l:7fb6ca800000 h:7fb6caa00000]
> (00.075221) Pagemap generated: 1 pages 0 holes
> (00.075224) pagemap-cache: filling VMA 7fb6ca8f6000-7fb6ca901000 (44K) [l:7fb6ca800000 h:7fb6caa00000]
> (00.075230) Pagemap generated: 0 pages 0 holes
> (00.075233) pagemap-cache: filling VMA 7fb6ca901000-7fb6cab00000 (2044K) [l:7fb6ca800000 h:7fb6caa00000]
> (00.075245) Pagemap generated: 0 pages 0 holes
> (00.075248) pagemap-cache: filling VMA 7fb6cab00000-7fb6cab01000 (4K) [l:7fb6caa00000 h:7fb6cac00000]
> (00.075254) page-pipe: Add iov to page pipe (2 iovs, 2/8312 total)
> (00.075257) Pagemap generated: 1 pages 0 holes
> (00.075260) pagemap-cache: filling VMA 7fb6cab01000-7fb6cab02000 (4K) [l:7fb6caa00000 h:7fb6cac00000]
> (00.075266) Pagemap generated: 1 pages 0 holes
> (00.075269) pagemap-cache: filling VMA 7fb6cab02000-7fb6cab19000 (92K) [l:7fb6caa00000 h:7fb6cac00000]
> (00.075275) Pagemap generated: 0 pages 0 holes
> (00.075278) pagemap-cache: filling VMA 7fb6cab19000-7fb6cad18000 (2044K) [l:7fb6caa00000 h:7fb6cac00000]
> (00.075290) Pagemap generated: 0 pages 0 holes
> (00.075293) pagemap-cache: filling VMA 7fb6cad18000-7fb6cad19000 (4K) [l:7fb6cac00000 h:7fb6cae00000]
> (00.075299) page-pipe: Add iov to page pipe (3 iovs, 3/8312 total)
> (00.075302) Pagemap generated: 1 pages 0 holes
> (00.075305) pagemap-cache: filling VMA 7fb6cad19000-7fb6cad1a000 (4K) [l:7fb6cac00000 h:7fb6cae00000]
> (00.075311) Pagemap generated: 1 pages 0 holes
> (00.075314) pagemap-cache: filling VMA 7fb6cad1a000-7fb6cad1c000 (8K) [l:7fb6cac00000 h:7fb6cae00000]
> (00.075320) Pagemap generated: 0 pages 0 holes
> (00.075323) pagemap-cache: filling VMA 7fb6cad1c000-7fb6cad25000 (36K) [l:7fb6cac00000 h:7fb6cae00000]
> (00.075329) Pagemap generated: 0 pages 0 holes
> (00.075332) pagemap-cache: filling VMA 7fb6cad25000-7fb6caf24000 (2044K) [l:7fb6cac00000 h:7fb6cae00000]
> (00.075343) Pagemap generated: 0 pages 0 holes
> (00.075346) pagemap-cache: filling VMA 7fb6caf24000-7fb6caf25000 (4K) [l:7fb6cae00000 h:7fb6cb000000]
> (00.075352) page-pipe: Add iov to page pipe (4 iovs, 4/8312 total)
> (00.075355) Pagemap generated: 1 pages 0 holes
> (00.075358) pagemap-cache: filling VMA 7fb6caf25000-7fb6caf26000 (4K) [l:7fb6cae00000 h:7fb6cb000000]
> (00.075364) Pagemap generated: 1 pages 0 holes
> (00.075367) pagemap-cache: filling VMA 7fb6caf26000-7fb6caf29000 (12K) [l:7fb6cae00000 h:7fb6cb000000]
> (00.075372) Pagemap generated: 0 pages 0 holes
> (00.075387) pagemap-cache: filling VMA 7fb6caf29000-7fb6cb128000 (2044K) [l:7fb6cae00000 h:7fb6cb000000]
> (00.075399) Pagemap generated: 0 pages 0 holes
> (00.075403) pagemap-cache: filling VMA 7fb6cb128000-7fb6cb129000 (4K) [l:7fb6cb000000 h:7fb6cb200000]
> (00.075409) page-pipe: Add iov to page pipe (5 iovs, 5/8312 total)
> (00.075412) Pagemap generated: 1 pages 0 holes
> (00.075415) pagemap-cache: filling VMA 7fb6cb129000-7fb6cb12a000 (4K) [l:7fb6cb000000 h:7fb6cb200000]
> (00.075420) Pagemap generated: 1 pages 0 holes
> (00.075423) pagemap-cache: filling VMA 7fb6cb12a000-7fb6cb167000 (244K) [l:7fb6cb000000 h:7fb6cb200000]
> (00.075429) Pagemap generated: 0 pages 0 holes
> (00.075432) pagemap-cache: filling VMA 7fb6cb167000-7fb6cb366000 (2044K) [l:7fb6cb000000 h:7fb6cb200000]
> (00.075444) Pagemap generated: 0 pages 0 holes
> (00.075447) pagemap-cache: filling VMA 7fb6cb366000-7fb6cb367000 (4K) [l:7fb6cb200000 h:7fb6cb400000]
> (00.075452) page-pipe: Add iov to page pipe (6 iovs, 6/8312 total)
> (00.075456) Pagemap generated: 1 pages 0 holes
> (00.075458) pagemap-cache: filling VMA 7fb6cb367000-7fb6cb368000 (4K) [l:7fb6cb200000 h:7fb6cb400000]
> (00.075464) Pagemap generated: 1 pages 0 holes
> (00.075467) pagemap-cache: filling VMA 7fb6cb368000-7fb6cb381000 (100K) [l:7fb6cb200000 h:7fb6cb400000]
> (00.075473) Pagemap generated: 0 pages 0 holes
> (00.075476) pagemap-cache: filling VMA 7fb6cb381000-7fb6cb580000 (2044K) [l:7fb6cb200000 h:7fb6cb400000]
> (00.075487) Pagemap generated: 0 pages 0 holes
> (00.075490) pagemap-cache: filling VMA 7fb6cb580000-7fb6cb581000 (4K) [l:7fb6cb400000 h:7fb6cb600000]
> (00.075496) page-pipe: Add iov to page pipe (7 iovs, 7/8312 total)
> (00.075500) Pagemap generated: 1 pages 0 holes
> (00.075503) pagemap-cache: filling VMA 7fb6cb581000-7fb6cb582000 (4K) [l:7fb6cb400000 h:7fb6cb600000]
> (00.075508) Pagemap generated: 1 pages 0 holes
> (00.075512) pagemap-cache: filling VMA 7fb6cb582000-7fb6cb586000 (16K) [l:7fb6cb400000 h:7fb6cb600000]
> (00.075517) page-pipe: Add iov to page pipe (8 iovs, 8/8312 total)
> (00.075521) Pagemap generated: 1 pages 0 holes
> (00.075524) pagemap-cache: filling VMA 7fb6cb586000-7fb6cb741000 (1772K) [l:7fb6cb400000 h:7fb6cb600000]
> (00.075537) Pagemap generated: 0 pages 0 holes
> (00.075540) pagemap-cache: filling VMA 7fb6cb741000-7fb6cb940000 (2044K) [l:7fb6cb600000 h:7fb6cb800000]
> (00.075551) Pagemap generated: 0 pages 0 holes
> (00.075554) pagemap-cache: filling VMA 7fb6cb940000-7fb6cb944000 (16K) [l:7fb6cb800000 h:7fb6cba00000]
> (00.075561) page-pipe: Grow pipe 10 -> 20
> (00.075564) page-pipe: Add iov to page pipe (9 iovs, 9/8312 total)
> (00.075567) Pagemap generated: 4 pages 0 holes
> (00.075570) pagemap-cache: filling VMA 7fb6cb944000-7fb6cb946000 (8K) [l:7fb6cb800000 h:7fb6cba00000]
> (00.075576) Pagemap generated: 2 pages 0 holes
> (00.075579) pagemap-cache: filling VMA 7fb6cb946000-7fb6cb94b000 (20K) [l:7fb6cb800000 h:7fb6cba00000]
> (00.075585) page-pipe: Add iov to page pipe (10 iovs, 10/8312 total)
> (00.075588) Pagemap generated: 4 pages 0 holes
> (00.075591) pagemap-cache: filling VMA 7fb6cb94b000-7fb6cb952000 (28K) [l:7fb6cb800000 h:7fb6cba00000]
> (00.075597) Pagemap generated: 0 pages 0 holes
> (00.075600) pagemap-cache: filling VMA 7fb6cb952000-7fb6cbb51000 (2044K) [l:7fb6cb800000 h:7fb6cba00000]
> (00.075611) Pagemap generated: 0 pages 0 holes
> (00.075614) pagemap-cache: filling VMA 7fb6cbb51000-7fb6cbb52000 (4K) [l:7fb6cba00000 h:7fb6cbc00000]
> (00.075619) page-pipe: Add iov to page pipe (11 iovs, 11/8312 total)
> (00.075623) Pagemap generated: 1 pages 0 holes
> (00.075625) pagemap-cache: filling VMA 7fb6cbb52000-7fb6cbb53000 (4K) [l:7fb6cba00000 h:7fb6cbc00000]
> (00.075631) Pagemap generated: 1 pages 0 holes
> (00.075634) pagemap-cache: filling VMA 7fb6cbb53000-7fb6cbb5d000 (40K) [l:7fb6cba00000 h:7fb6cbc00000]
> (00.075639) Pagemap generated: 0 pages 0 holes
> (00.075642) pagemap-cache: filling VMA 7fb6cbb5d000-7fb6cbd5c000 (2044K) [l:7fb6cba00000 h:7fb6cbc00000]
> (00.075653) Pagemap generated: 0 pages 0 holes
> (00.075656) pagemap-cache: filling VMA 7fb6cbd5c000-7fb6cbd5d000 (4K) [l:7fb6cbc00000 h:7fb6cbe00000]
> (00.075662) page-pipe: Add iov to page pipe (12 iovs, 12/8312 total)
> (00.075674) Pagemap generated: 1 pages 0 holes
> (00.075677) pagemap-cache: filling VMA 7fb6cbd5d000-7fb6cbd5e000 (4K) [l:7fb6cbc00000 h:7fb6cbe00000]
> (00.075683) Pagemap generated: 1 pages 0 holes
> (00.075686) pagemap-cache: filling VMA 7fb6cbd5e000-7fb6cbd7e000 (128K) [l:7fb6cbc00000 h:7fb6cbe00000]
> (00.075692) Pagemap generated: 0 pages 0 holes
> (00.075695) pagemap-cache: filling VMA 7fb6cbd7e000-7fb6cbf7d000 (2044K) [l:7fb6cbc00000 h:7fb6cbe00000]
> (00.075706) Pagemap generated: 0 pages 0 holes
> (00.075710) pagemap-cache: filling VMA 7fb6cbf7d000-7fb6cbf7e000 (4K) [l:7fb6cbe00000 h:7fb6cc000000]
> (00.075715) page-pipe: Add iov to page pipe (13 iovs, 13/8312 total)
> (00.075719) Pagemap generated: 1 pages 0 holes
> (00.075722) pagemap-cache: filling VMA 7fb6cbf7e000-7fb6cbf7f000 (4K) [l:7fb6cbe00000 h:7fb6cc000000]
> (00.075727) Pagemap generated: 1 pages 0 holes
> (00.075731) pagemap-cache: filling VMA 7fb6cbf7f000-7fb6cbf81000 (8K) [l:7fb6cbe00000 h:7fb6cc000000]
> (00.075737) page-pipe: Grow pipe 20 -> 40
> (00.075740) Pagemap generated: 2 pages 0 holes
> (00.075743) pagemap-cache: filling VMA 7fb6cbf81000-7fb6cbfc5000 (272K) [l:7fb6cbe00000 h:7fb6cc000000]
> (00.075749) Pagemap generated: 0 pages 0 holes
> (00.075752) pagemap-cache: filling VMA 7fb6cbfc5000-7fb6cc1c4000 (2044K) [l:7fb6cbe00000 h:7fb6cc000000]
> (00.075762) Pagemap generated: 0 pages 0 holes
> (00.075765) pagemap-cache: filling VMA 7fb6cc1c4000-7fb6cc1c5000 (4K) [l:7fb6cc000000 h:7fb6cc200000]
> (00.075770) page-pipe: Add iov to page pipe (14 iovs, 14/8312 total)
> (00.075773) Pagemap generated: 1 pages 0 holes
> (00.075776) pagemap-cache: filling VMA 7fb6cc1c5000-7fb6cc1c6000 (4K) [l:7fb6cc000000 h:7fb6cc200000]
> (00.075781) Pagemap generated: 1 pages 0 holes
> (00.075784) pagemap-cache: filling VMA 7fb6cc1c6000-7fb6cc1ce000 (32K) [l:7fb6cc000000 h:7fb6cc200000]
> (00.075788) Pagemap generated: 0 pages 0 holes
> (00.075791) pagemap-cache: filling VMA 7fb6cc1ce000-7fb6cc3ce000 (2048K) [l:7fb6cc000000 h:7fb6cc200000]
> (00.075802) Pagemap generated: 0 pages 0 holes
> (00.075805) pagemap-cache: filling VMA 7fb6cc3ce000-7fb6cc3cf000 (4K) [l:7fb6cc200000 h:7fb6cc400000]
> (00.075810) page-pipe: Add iov to page pipe (15 iovs, 15/8312 total)
> (00.075813) Pagemap generated: 1 pages 0 holes
> (00.075816) pagemap-cache: filling VMA 7fb6cc3cf000-7fb6cc3d0000 (4K) [l:7fb6cc200000 h:7fb6cc400000]
> (00.075820) Pagemap generated: 1 pages 0 holes
> (00.075823) pagemap-cache: filling VMA 7fb6cc3d0000-7fb6cc3e7000 (92K) [l:7fb6cc200000 h:7fb6cc400000]
> (00.075828) Pagemap generated: 0 pages 0 holes
> (00.075831) pagemap-cache: filling VMA 7fb6cc3e7000-7fb6cc5e6000 (2044K) [l:7fb6cc200000 h:7fb6cc400000]
> (00.075841) Pagemap generated: 0 pages 0 holes
> (00.075844) pagemap-cache: filling VMA 7fb6cc5e6000-7fb6cc5e7000 (4K) [l:7fb6cc400000 h:7fb6cc600000]
> (00.075849) page-pipe: Add iov to page pipe (16 iovs, 16/8312 total)
> (00.075852) Pagemap generated: 1 pages 0 holes
> (00.075855) pagemap-cache: filling VMA 7fb6cc5e7000-7fb6cc5e8000 (4K) [l:7fb6cc400000 h:7fb6cc600000]
> (00.075860) Pagemap generated: 1 pages 0 holes
> (00.075863) pagemap-cache: filling VMA 7fb6cc5e8000-7fb6cc60b000 (140K) [l:7fb6cc400000 h:7fb6cc600000]
> (00.075870) Pagemap generated: 0 pages 0 holes
> (00.075873) pagemap-cache: filling VMA 7fb6cc7fd000-7fb6cc803000 (24K) [l:7fb6cc600000 h:7fb6cc800000]
> (00.075881) page-pipe: Add iov to page pipe (17 iovs, 17/8312 total)
> (00.075884) Pagemap generated: 6 pages 0 holes
> (00.075887) pagemap-cache: filling VMA 7fb6cc808000-7fb6cc80a000 (8K) [l:7fb6cc800000 h:7fb6cca00000]
> (00.075890) pagemap-cache: 	    7fb6cc808000-7fb6cc80a000     nr:1     cov:8192
> (00.075895) pagemap-cache: 	    7fb6cc80a000-7fb6cc80b000     nr:2     cov:12288
> (00.075898) pagemap-cache: 	    7fb6cc80b000-7fb6cc80c000     nr:3     cov:16384
> (00.075901) pagemap-cache: 	    7fb6cc80c000-7fb6cc80d000     nr:4     cov:20480
> (00.075904) pagemap-cache: 	    7fb6cc80d000-7fb6cc84b000     nr:5     cov:274432
> (00.075907) pagemap-cache: 	cache  mode [l:7fb6cc808000 h:7fb6cca00000]
> (00.075915) page-pipe: Add iov to page pipe (18 iovs, 18/8312 total)
> (00.075927) Pagemap generated: 2 pages 0 holes
> (00.075930) Pagemap generated: 1 pages 0 holes
> (00.075933) Pagemap generated: 1 pages 0 holes
> (00.075936) Pagemap generated: 1 pages 0 holes
> (00.075939) Pagemap generated: 0 pages 0 holes
> (00.075942) pagemap-cache: filling VMA 7fb6cca4b000-7fb6cca4d000 (8K) [l:7fb6cca00000 h:7fb6ccc00000]
> (00.075945) pagemap-cache: 	    7fb6cca4b000-7fb6cca4d000     nr:1     cov:8192
> (00.075948) pagemap-cache: 	    7fb6cca4d000-7fb6cca4e000     nr:2     cov:12288
> (00.075952) pagemap-cache: 	cache  mode [l:7fb6cca4b000 h:7fb6ccc00000]
> (00.075958) page-pipe: Add iov to page pipe (19 iovs, 19/8312 total)
> (00.075967) Pagemap generated: 2 pages 0 holes
> (00.075970) Pagemap generated: 1 pages 0 holes
> (00.075973) pagemap-cache: filling VMA 7fb6cdf60000-7fb6ce047000 (924K) [l:7fb6cde00000 h:7fb6ce000000]
> (00.075984) page-pipe: Add iov to page pipe (20 iovs, 20/8312 total)
> (00.075990) page-pipe: Grow pipe 40 -> 80
> (00.076001) page-pipe: Grow pipe 80 -> 100
> (00.076019) page-pipe: Grow pipe 100 -> 200
> (00.076023) Pagemap generated: 209 pages 0 holes
> (00.076026) pagemap-cache: filling VMA 7fff1264a000-7fff1266c000 (136K) [l:7fff12600000 h:7fff12800000]
> (00.076029) pagemap-cache: 	    7fff1264a000-7fff1266c000     nr:1     cov:139264
> (00.076032) pagemap-cache: 	    7fff1278e000-7fff12790000     nr:2     cov:147456
> (00.076036) pagemap-cache: 	cache  mode [l:7fff1264a000 h:7fff12800000]
> (00.076043) page-pipe: Add iov to page pipe (21 iovs, 21/8312 total)
> (00.076046) Pagemap generated: 6 pages 0 holes
> (00.076049) page-pipe: Add iov to page pipe (22 iovs, 22/8312 total)
> (00.076053) Pagemap generated: 2 pages 0 holes
> (00.076056) page-pipe: Page pipe:
> (00.076059) page-pipe: * 1 pipes 23/8312 iovs:
> (00.076062) page-pipe: 	buf 271 pages, 23 iovs:
> (00.076065) page-pipe: 		0x7fb6ca6ea000 1
> (00.076067) page-pipe: 		0x7fb6ca8f4000 2
> (00.076070) page-pipe: 		0x7fb6cab00000 2
> (00.076073) page-pipe: 		0x7fb6cad18000 2
> (00.076076) page-pipe: 		0x7fb6caf24000 2
> (00.076078) page-pipe: 		0x7fb6cb128000 2
> (00.076081) page-pipe: 		0x7fb6cb366000 2
> (00.076084) page-pipe: 		0x7fb6cb580000 2
> (00.076087) page-pipe: 		0x7fb6cb585000 1
> (00.076090) page-pipe: 		0x7fb6cb940000 8
> (00.076092) page-pipe: 		0x7fb6cb949000 2
> (00.076095) page-pipe: 		0x7fb6cbb51000 2
> (00.076098) page-pipe: 		0x7fb6cbd5c000 2
> (00.076100) page-pipe: 		0x7fb6cbf7d000 4
> (00.076103) page-pipe: 		0x7fb6cc1c4000 2
> (00.076106) page-pipe: 		0x7fb6cc3ce000 2
> (00.076109) page-pipe: 		0x7fb6cc5e6000 2
> (00.076111) page-pipe: 		0x7fb6cc7fd000 6
> (00.076114) page-pipe: 		0x7fb6cc808000 5
> (00.076117) page-pipe: 		0x7fb6cca4b000 3
> (00.076120) page-pipe: 		0x7fb6cdf60000 209
> (00.076123) page-pipe: 		0x7fff12666000 6
> (00.076125) page-pipe: 		0x7fff1278e000 2
> (00.076128) page-pipe: * 0 holes:
> (00.076131) PPB: 271 pages 23 segs 512 pipe 0 off
> (00.076139) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.076145) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.076189) Fetched ack: 8 8 0
> (00.076194) Transfering pages:
> (00.076197) 	buf 271/23
> (00.076200) 	p 0x7fb6ca6ea000 [1]
> (00.076221) 	p 0x7fb6ca8f4000 [2]
> (00.076245) 	p 0x7fb6cab00000 [2]
> (00.076268) 	p 0x7fb6cad18000 [2]
> (00.076290) 	p 0x7fb6caf24000 [2]
> (00.076313) 	p 0x7fb6cb128000 [2]
> (00.076337) 	p 0x7fb6cb366000 [2]
> (00.076372) 	p 0x7fb6cb580000 [2]
> (00.076395) 	p 0x7fb6cb585000 [1]
> (00.076410) 	p 0x7fb6cb940000 [8]
> (00.076486) 	p 0x7fb6cb949000 [2]
> (00.076510) 	p 0x7fb6cbb51000 [2]
> (00.076532) 	p 0x7fb6cbd5c000 [2]
> (00.076553) 	p 0x7fb6cbf7d000 [4]
> (00.076594) 	p 0x7fb6cc1c4000 [2]
> (00.076617) 	p 0x7fb6cc3ce000 [2]
> (00.076638) 	p 0x7fb6cc5e6000 [2]
> (00.076662) 	p 0x7fb6cc7fd000 [6]
> (00.076715) 	p 0x7fb6cc808000 [5]
> (00.076764) 	p 0x7fb6cca4b000 [3]
> (00.076795) 	p 0x7fb6cdf60000 [209]
> (00.078521) 	p 0x7fff12666000 [6]
> (00.078581) 	p 0x7fff1278e000 [2]
> (00.078623) bfd: BUF 0x7f20686b2000 >
> (00.078628) page-pipe: Killing page pipe
> (00.078639) ----------------------------------------
> (00.078650) Sent msg to daemon 7 0 0
> (00.078654) Wait for ack 7 on daemon socket
> pie: __fetched msg: 7 0 0
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.078726) Fetched ack: 7 7 0
> (00.078735) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.078739) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.078770) Fetched ack: 9 9 0
> (00.078791) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.078795) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.078808) Fetched ack: 10 10 0
> (00.078818) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.078821) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.078829) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.078833) 
> (00.078837) Dumping core (pid: 10053)
> (00.078840) ----------------------------------------
> (00.078843) Obtaining personality ... (00.078861) 10053 has 0 sched policy
> (00.078867) 	dumping 0 nice for 10053
> (00.078877) cg: Dumping cgroups for 10053
> (00.078938) cg:  `- New css ID 2
> (00.078945) cg:     `- [blkio] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078948) cg:     `- [cpu] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078951) cg:     `- [cpuacct] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078954) cg:     `- [cpuset] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078957) cg:     `- [devices] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078960) cg:     `- [freezer] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078963) cg:     `- [hugetlb] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078966) cg:     `- [memory] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078969) cg:     `- [name=systemd] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078972) cg:     `- [perf_event] -> [/lxc/griffon-1.nancy.grid5000.fr-worker1]
> (00.078975) cg: Set 2 is root one
> (00.093408) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.093437) cg: Dumping value 500 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/blkio.weight
> (00.093455) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/notify_on_release
> (00.101361) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.101389) cg: Dumping value 1024 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpu.shares
> (00.101406) cg: Dumping value 100000 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpu.cfs_period_us
> (00.101421) cg: Dumping value -1 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpu.cfs_quota_us
> (00.101431) cg: Couldn't open /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpu.rt_period_us. This cgroup property may not exist on this kernel
> (00.101440) cg: Couldn't open /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpu.rt_runtime_us. This cgroup property may not exist on this kernel
> (00.101455) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/notify_on_release
> (00.109364) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.117356) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.117386) cg: Dumping value 0-7 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.cpus
> (00.117403) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.mems
> (00.117419) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.memory_migrate
> (00.117435) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.cpu_exclusive
> (00.117451) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.mem_exclusive
> (00.117466) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.mem_hardwall
> (00.117482) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.memory_spread_page
> (00.117497) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.memory_spread_slab
> (00.117523) cg: Dumping value 1 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.sched_load_balance
> (00.117539) cg: Dumping value -1 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/cpuset.sched_relax_domain_level
> (00.117555) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/notify_on_release
> (00.125370) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.137356) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.137381) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/notify_on_release
> (00.145362) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.153352) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.153381) cg: Dumping value -1 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/memory.limit_in_bytes
> (00.153395) cg: Couldn't open /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/memory.memsw.limit_in_bytes. This cgroup property may not exist on this kernel
> (00.153414) cg: Dumping value 1 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/memory.use_hierarchy
> (00.153434) cg: Dumping value 0 from /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1/notify_on_release
> (00.161367) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.173355) cg: adding cgroup /proc/self/fd/57/lxc/griffon-1.nancy.grid5000.fr-worker1
> (00.173402) ----------------------------------------
> (00.173407) 
> (00.173411) Dumping creds for 10053)
> (00.173414) ----------------------------------------
> (00.173425) Sent msg to daemon 13 0 0
> (00.173430) Wait for ack 13 on daemon socket
> pie: __fetched msg: 13 0 0
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.173490) Fetched ack: 13 13 0
> (00.173506) Waiting for 10053 to trap
> (00.173520) Daemon 10053 exited trapping
> (00.173528) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 1: new_sp=0x7fb6cc7f8008 ip 0x7fb6cb677d81
> (00.173595) 10053 was trapped
> (00.173601) `- Expecting exit
> (00.173614) 10053 was trapped
> (00.173619) 10053 is going to execute the syscall f
> (00.173639) 10053 was stopped
> (00.173658) 10053 was trapped
> (00.173664) 10053 is going to execute the syscall 1
> (00.173677) 10053 was trapped
> (00.173681) `- Expecting exit
> (00.173693) 10053 was trapped
> (00.173698) 10053 is going to execute the syscall b
> (00.173725) 10053 was stopped
> (00.173755) 
> (00.173760) Dumping mm (pid: 10053)
> (00.173764) ----------------------------------------
> (00.173768) 0x7fb6ca6ea000-0x7fb6ca6f5000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.173785) Dumping path for -3 fd via self 31 [/lib/x86_64-linux-gnu/libnss_files-2.19.so]
> (00.173797) 0x7fb6ca6f5000-0x7fb6ca8f4000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.173803) 0x7fb6ca8f4000-0x7fb6ca8f5000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.173807) 0x7fb6ca8f5000-0x7fb6ca8f6000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.173812) 0x7fb6ca8f6000-0x7fb6ca901000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.173824) Dumping path for -3 fd via self 33 [/lib/x86_64-linux-gnu/libnss_nis-2.19.so]
> (00.173832) 0x7fb6ca901000-0x7fb6cab00000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.173838) 0x7fb6cab00000-0x7fb6cab01000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.173842) 0x7fb6cab01000-0x7fb6cab02000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.173847) 0x7fb6cab02000-0x7fb6cab19000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.173859) Dumping path for -3 fd via self 34 [/lib/x86_64-linux-gnu/libnsl-2.19.so]
> (00.173868) 0x7fb6cab19000-0x7fb6cad18000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.173873) 0x7fb6cad18000-0x7fb6cad19000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.173878) 0x7fb6cad19000-0x7fb6cad1a000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.173883) 0x7fb6cad1a000-0x7fb6cad1c000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.173887) 0x7fb6cad1c000-0x7fb6cad25000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.173912) Dumping path for -3 fd via self 35 [/lib/x86_64-linux-gnu/libnss_compat-2.19.so]
> (00.173920) 0x7fb6cad25000-0x7fb6caf24000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.173926) 0x7fb6caf24000-0x7fb6caf25000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.173931) 0x7fb6caf25000-0x7fb6caf26000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.173935) 0x7fb6caf26000-0x7fb6caf29000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.173946) Dumping path for -3 fd via self 36 [/lib/x86_64-linux-gnu/libdl-2.19.so]
> (00.173955) 0x7fb6caf29000-0x7fb6cb128000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.173960) 0x7fb6cb128000-0x7fb6cb129000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.173965) 0x7fb6cb129000-0x7fb6cb12a000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.173969) 0x7fb6cb12a000-0x7fb6cb167000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.173981) Dumping path for -3 fd via self 37 [/lib/x86_64-linux-gnu/libpcre.so.3.13.1]
> (00.173989) 0x7fb6cb167000-0x7fb6cb366000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.173995) 0x7fb6cb366000-0x7fb6cb367000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.173999) 0x7fb6cb367000-0x7fb6cb368000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.174004) 0x7fb6cb368000-0x7fb6cb381000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174016) Dumping path for -3 fd via self 38 [/lib/x86_64-linux-gnu/libpthread-2.19.so]
> (00.174025) 0x7fb6cb381000-0x7fb6cb580000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.174030) 0x7fb6cb580000-0x7fb6cb581000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.174035) 0x7fb6cb581000-0x7fb6cb582000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.174039) 0x7fb6cb582000-0x7fb6cb586000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.174044) 0x7fb6cb586000-0x7fb6cb741000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174056) Dumping path for -3 fd via self 39 [/lib/x86_64-linux-gnu/libc-2.19.so]
> (00.174064) 0x7fb6cb741000-0x7fb6cb940000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.174070) 0x7fb6cb940000-0x7fb6cb944000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.174075) 0x7fb6cb944000-0x7fb6cb946000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.174079) 0x7fb6cb946000-0x7fb6cb94b000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.174084) 0x7fb6cb94b000-0x7fb6cb952000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174096) Dumping path for -3 fd via self 40 [/lib/x86_64-linux-gnu/librt-2.19.so]
> (00.174104) 0x7fb6cb952000-0x7fb6cbb51000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.174110) 0x7fb6cbb51000-0x7fb6cbb52000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.174114) 0x7fb6cbb52000-0x7fb6cbb53000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.174119) 0x7fb6cbb53000-0x7fb6cbb5d000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174131) Dumping path for -3 fd via self 41 [/lib/x86_64-linux-gnu/libjson-c.so.2.0.0]
> (00.174139) 0x7fb6cbb5d000-0x7fb6cbd5c000 (2044K) prot 0 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.174144) 0x7fb6cbd5c000-0x7fb6cbd5d000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.174149) 0x7fb6cbd5d000-0x7fb6cbd5e000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.174153) 0x7fb6cbd5e000-0x7fb6cbd7e000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174165) Dumping path for -3 fd via self 42 [/lib/x86_64-linux-gnu/libselinux.so.1]
> (00.174173) 0x7fb6cbd7e000-0x7fb6cbf7d000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.174179) 0x7fb6cbf7d000-0x7fb6cbf7e000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.174183) 0x7fb6cbf7e000-0x7fb6cbf7f000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.174188) 0x7fb6cbf7f000-0x7fb6cbf81000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.174192) 0x7fb6cbf81000-0x7fb6cbfc5000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174204) Dumping path for -3 fd via self 43 [/lib/x86_64-linux-gnu/libdbus-1.so.3.7.6]
> (00.174224) 0x7fb6cbfc5000-0x7fb6cc1c4000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.174230) 0x7fb6cc1c4000-0x7fb6cc1c5000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.174234) 0x7fb6cc1c5000-0x7fb6cc1c6000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.174239) 0x7fb6cc1c6000-0x7fb6cc1ce000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174251) Dumping path for -3 fd via self 44 [/lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0]
> (00.174259) 0x7fb6cc1ce000-0x7fb6cc3ce000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.174265) 0x7fb6cc3ce000-0x7fb6cc3cf000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.174269) 0x7fb6cc3cf000-0x7fb6cc3d0000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.174274) 0x7fb6cc3d0000-0x7fb6cc3e7000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174286) Dumping path for -3 fd via self 45 [/lib/x86_64-linux-gnu/libnih.so.1.0.0]
> (00.174294) 0x7fb6cc3e7000-0x7fb6cc5e6000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.174300) 0x7fb6cc5e6000-0x7fb6cc5e7000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.174304) 0x7fb6cc5e7000-0x7fb6cc5e8000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.174309) 0x7fb6cc5e8000-0x7fb6cc60b000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174320) Dumping path for -3 fd via self 46 [/lib/x86_64-linux-gnu/ld-2.19.so]
> (00.174328) 0x7fb6cc7fd000-0x7fb6cc803000 (24K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.174334) 0x7fb6cc808000-0x7fb6cc80a000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.174338) 0x7fb6cc80a000-0x7fb6cc80b000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.174343) 0x7fb6cc80b000-0x7fb6cc80c000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.174348) 0x7fb6cc80c000-0x7fb6cc80d000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.174352) 0x7fb6cc80d000-0x7fb6cc84b000 (248K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.174364) Dumping path for -3 fd via self 48 [/sbin/init]
> (00.174372) 0x7fb6cca4b000-0x7fb6cca4d000 (8K) prot 0x1 flags 0x2 off 0x3e000 reg fp  shmid: 0
> (00.174377) 0x7fb6cca4d000-0x7fb6cca4e000 (4K) prot 0x3 flags 0x2 off 0x40000 reg fp  shmid: 0
> (00.174382) 0x7fb6cdf60000-0x7fb6ce047000 (924K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.174387) 0x7fff1264a000-0x7fff1266c000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.174391) 0x7fff1278e000-0x7fff12790000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.174395) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.174400) Obtaining task auvx ...
> (00.174425) bfd: BUF 0x7f20686b2000 <
> (00.174437) bfd: BUF 0x7f20686b2000 >
> (00.174490) bfd: BUF 0x7f20686b2000 <
> (00.174498) bfd: BUF 0x7f20686b2000 >
> (00.174512) Dumping path for -3 fd via self 29 [/]
> (00.174529) bfd: BUF 0x7f20686b2000 <
> (00.174537) bfd: BUF 0x7f20686b2000 >
> (00.174544) Dumping task cwd id 0x1f root id 0x1f
> (00.174565) bfd: BUF 0x7f20686ac000 >
> (00.174584) bfd: BUF 0x7f20686ad000 >
> (00.174603) bfd: BUF 0x7f20686ae000 >
> (00.174621) bfd: BUF 0x7f20686af000 >
> (00.174639) bfd: BUF 0x7f20686b0000 >
> (00.174658) bfd: BUF 0x7f20686b1000 >
> (00.174687) ========================================
> (00.174692) Dumping task (pid: 10294)
> (00.174695) ========================================
> (00.174698) Obtaining task stat ... (00.174738) 
> (00.174743) Collecting mappings (pid: 10294)
> (00.174747) ----------------------------------------
> (00.174754) bfd: BUF 0x7f20686b1000 <
> (00.174848) bfd: BUF 0x7f20686b0000 <
> (00.174858) bfd: BUF 0x7f20686b0000 >
> (00.174870) vma 7f8efaa49000 borrows vfi from previous 7f8efaa30000
> (00.174880) vma 7f8efac48000 borrows vfi from previous 7f8efaa49000
> (00.174890) vma 7f8efac4a000 borrows vfi from previous 7f8efac48000
> (00.174912) bfd: BUF 0x7f20686b0000 <
> (00.174920) bfd: BUF 0x7f20686b0000 >
> (00.174931) vma 7f8efac64000 borrows vfi from previous 7f8efac4b000
> (00.174941) vma 7f8efae63000 borrows vfi from previous 7f8efac64000
> (00.175008) vma 7f8efae64000 borrows vfi from previous 7f8efae63000
> (00.175041) bfd: BUF 0x7f20686b0000 <
> (00.175062) bfd: BUF 0x7f20686b0000 >
> (00.175073) vma 7f8efae70000 borrows vfi from previous 7f8efae69000
> (00.175083) vma 7f8efb06f000 borrows vfi from previous 7f8efae70000
> (00.175093) vma 7f8efb070000 borrows vfi from previous 7f8efb06f000
> (00.175113) bfd: BUF 0x7f20686b0000 <
> (00.175122) bfd: BUF 0x7f20686b0000 >
> (00.175184) vma 7f8efb22c000 borrows vfi from previous 7f8efb071000
> (00.175194) vma 7f8efb42b000 borrows vfi from previous 7f8efb22c000
> (00.175203) vma 7f8efb42f000 borrows vfi from previous 7f8efb42b000
> (00.175234) bfd: BUF 0x7f20686b0000 <
> (00.175243) bfd: BUF 0x7f20686b0000 >
> (00.175254) vma 7f8efb446000 borrows vfi from previous 7f8efb436000
> (00.175264) vma 7f8efb645000 borrows vfi from previous 7f8efb446000
> (00.175331) vma 7f8efb646000 borrows vfi from previous 7f8efb645000
> (00.175353) bfd: BUF 0x7f20686b0000 <
> (00.175361) bfd: BUF 0x7f20686b0000 >
> (00.175372) vma 7f8efb68b000 borrows vfi from previous 7f8efb647000
> (00.175381) vma 7f8efb88a000 borrows vfi from previous 7f8efb68b000
> (00.175391) vma 7f8efb88b000 borrows vfi from previous 7f8efb88a000
> (00.175411) bfd: BUF 0x7f20686b0000 <
> (00.175419) bfd: BUF 0x7f20686b0000 >
> (00.175430) vma 7f8efb894000 borrows vfi from previous 7f8efb88c000
> (00.175493) vma 7f8efba94000 borrows vfi from previous 7f8efb894000
> (00.175503) vma 7f8efba95000 borrows vfi from previous 7f8efba94000
> (00.175523) bfd: BUF 0x7f20686b0000 <
> (00.175532) bfd: BUF 0x7f20686b0000 >
> (00.175543) vma 7f8efbaad000 borrows vfi from previous 7f8efba96000
> (00.175552) vma 7f8efbcac000 borrows vfi from previous 7f8efbaad000
> (00.175561) vma 7f8efbcad000 borrows vfi from previous 7f8efbcac000
> (00.175582) bfd: BUF 0x7f20686b0000 <
> (00.175590) bfd: BUF 0x7f20686b0000 >
> (00.175676) bfd: BUF 0x7f20686b0000 <
> (00.175685) bfd: BUF 0x7f20686b0000 >
> (00.175696) vma 7f8efbed1000 borrows vfi from previous 7f8efbed0000
> (00.175726) bfd: BUF 0x7f20686b0000 <
> (00.175734) bfd: BUF 0x7f20686b0000 >
> (00.175745) vma 7f8efc0e4000 borrows vfi from previous 7f8efbed3000
> (00.175755) vma 7f8efc0e5000 borrows vfi from previous 7f8efc0e4000
> (00.175811) bfd: BUF 0x7f20686b1000 >
> (00.175819) Collected, longest area occupies 512 pages
> (00.175823) 0x7f8efaa30000-0x7f8efaa49000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175828) 0x7f8efaa49000-0x7f8efac48000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.175833) 0x7f8efac48000-0x7f8efac4a000 (8K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.175838) 0x7f8efac4a000-0x7f8efac4b000 (4K) prot 0x3 flags 0x2 off 0x1a000 reg fp  shmid: 0
> (00.175842) 0x7f8efac4b000-0x7f8efac64000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175847) 0x7f8efac64000-0x7f8efae63000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.175851) 0x7f8efae63000-0x7f8efae64000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.175856) 0x7f8efae64000-0x7f8efae65000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.175861) 0x7f8efae65000-0x7f8efae69000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.175865) 0x7f8efae69000-0x7f8efae70000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175869) 0x7f8efae70000-0x7f8efb06f000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.175874) 0x7f8efb06f000-0x7f8efb070000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.175878) 0x7f8efb070000-0x7f8efb071000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.175883) 0x7f8efb071000-0x7f8efb22c000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175887) 0x7f8efb22c000-0x7f8efb42b000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.175892) 0x7f8efb42b000-0x7f8efb42f000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.175896) 0x7f8efb42f000-0x7f8efb431000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.175900) 0x7f8efb431000-0x7f8efb436000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.175905) 0x7f8efb436000-0x7f8efb446000 (64K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175910) 0x7f8efb446000-0x7f8efb645000 (2044K) prot 0 flags 0x2 off 0x10000 reg fp  shmid: 0
> (00.175914) 0x7f8efb645000-0x7f8efb646000 (4K) prot 0x1 flags 0x2 off 0xf000 reg fp  shmid: 0
> (00.175930) 0x7f8efb646000-0x7f8efb647000 (4K) prot 0x3 flags 0x2 off 0x10000 reg fp  shmid: 0
> (00.175935) 0x7f8efb647000-0x7f8efb68b000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175940) 0x7f8efb68b000-0x7f8efb88a000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.175944) 0x7f8efb88a000-0x7f8efb88b000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.175949) 0x7f8efb88b000-0x7f8efb88c000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.175953) 0x7f8efb88c000-0x7f8efb894000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175957) 0x7f8efb894000-0x7f8efba94000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.175962) 0x7f8efba94000-0x7f8efba95000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.175966) 0x7f8efba95000-0x7f8efba96000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.175971) 0x7f8efba96000-0x7f8efbaad000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175975) 0x7f8efbaad000-0x7f8efbcac000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.175980) 0x7f8efbcac000-0x7f8efbcad000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.175984) 0x7f8efbcad000-0x7f8efbcae000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.175989) 0x7f8efbcae000-0x7f8efbcd1000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.175993) 0x7f8efbec3000-0x7f8efbec9000 (24K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.175997) 0x7f8efbece000-0x7f8efbed0000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.176002) 0x7f8efbed0000-0x7f8efbed1000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.176006) 0x7f8efbed1000-0x7f8efbed2000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.176010) 0x7f8efbed2000-0x7f8efbed3000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.176015) 0x7f8efbed3000-0x7f8efbee4000 (68K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.176019) 0x7f8efc0e4000-0x7f8efc0e5000 (4K) prot 0x1 flags 0x2 off 0x11000 reg fp  shmid: 0
> (00.176023) 0x7f8efc0e5000-0x7f8efc0e6000 (4K) prot 0x3 flags 0x2 off 0x12000 reg fp  shmid: 0
> (00.176028) 0x7f8efcbfe000-0x7f8efcc1f000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.176032) 0x7fffccdae000-0x7fffccdd0000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.176037) 0x7fffccdfe000-0x7fffcce00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.176041) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.176045) ----------------------------------------
> (00.176049) 
> (00.176052) Collecting fds (pid: 10294)
> (00.176056) ----------------------------------------
> (00.176073) Found 7 file descriptors
> (00.176078) ----------------------------------------
> (00.176087) bfd: BUF 0x7f20686b1000 <
> (00.176093) bfd: BUF 0x7f20686b1000 >
> (00.176098) Dump private signals of 10294
> (00.176106) Dump shared signals of 10294
> (00.176114) Parasite syscall_ip at 0x7f8efaa30000
> (00.176175) Putting parasite blob into 0x7f206868a000->0x7f8efbea6000
> (00.176200) Dumping GP/FPU registers for 10294
> (00.176214) xsave runtime structure
> (00.176219) -----------------------
> (00.176222) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.176226) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.176230) xstate_bv: 7
> (00.176233) -----------------------
> (00.176237) Putting tsock into pid 10294
> (00.176287) Wait for parasite being daemonized...
> (00.176293) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.176311) Fetched ack: 2 2 0
> (00.176318) Parasite 10294 has been switched to daemon mode
> (00.176332) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.176337) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.176345) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.176359) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.176365) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.176385) Fetched ack: 12 12 0
> (00.176392) sid=187 pgid=187 pid=192
> (00.176426) bfd: BUF 0x7f20686b1000 <
> (00.176445) bfd: BUF 0x7f20686b0000 <
> (00.176464) bfd: BUF 0x7f20686af000 <
> (00.176481) bfd: BUF 0x7f20686ae000 <
> (00.176500) bfd: BUF 0x7f20686ad000 <
> (00.176517) bfd: BUF 0x7f20686ac000 <
> (00.176524) 
> (00.176527) Dumping opened files (pid: 10294)
> (00.176531) ----------------------------------------
> (00.176541) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.176575) Wait for ack 14 on daemon socket
> (00.176582) Fetched ack: 14 14 0
> (00.176601) bfd: BUF 0x7f20686b2000 <
> (00.176613) bfd: BUF 0x7f20686b3000 <
> (00.176623) bfd: BUF 0x7f20686b3000 >
> (00.176629) 10294 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.176645) Dumping path for 0 fd via self 48 [/dev/null]
> (00.176654) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.176668) bfd: BUF 0x7f20686b3000 <
> (00.176677) bfd: BUF 0x7f20686b3000 >
> (00.176682) 10294 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.176689) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.176702) bfd: BUF 0x7f20686b3000 <
> (00.176710) bfd: BUF 0x7f20686b3000 >
> (00.176716) 10294 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.176723) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.176735) bfd: BUF 0x7f20686b3000 <
> (00.176743) bfd: BUF 0x7f20686b3000 >
> (00.176749) 10294 fdinfo 3: pos: 0x               0 flags:             4002/0x1
> (00.176757) 	Searching for socket 8387 (family 1)
> (00.176761) 	Searching for socket 7b5b (family 1)
> (00.176770) No filter for socket
> (00.176774) Dumping unix socket at 3
> (00.176777) 	Dumping: ino 0x8387 peer_ino 0x7b5b family    1 type    1 state  1 name (null)
> (00.176786) 	Dumped: id 0x21 ino 0x8387 peer 0x7b5b type 1 state 1 name 0 bytes
> (00.176793) 	Dumped: id 0xa ino 0x7b5b peer 0x8387 type 1 state 1 name 20 bytes
> (00.176798) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 3
> (00.176811) bfd: BUF 0x7f20686b3000 <
> (00.176819) bfd: BUF 0x7f20686b3000 >
> (00.176825) 10294 fdinfo 4: pos: 0x               0 flags:             4000/0x1
> (00.176832) Dumping pipe 52 with id 0x22 pipe_id 0x8388
> (00.176838) Dumping data from pipe 0x8388 fd 52
> (00.176858) fdinfo: type: 0x 2 flags: 04000/01 pos: 0x       0 fd: 4
> (00.176871) bfd: BUF 0x7f20686b3000 <
> (00.176879) bfd: BUF 0x7f20686b3000 >
> (00.176885) 10294 fdinfo 5: pos: 0x               0 flags:             4001/0x1
> (00.176892) Dumping pipe 53 with id 0x23 pipe_id 0x8388
> (00.176897) fdinfo: type: 0x 2 flags: 04001/01 pos: 0x       0 fd: 5
> (00.176908) bfd: BUF 0x7f20686b3000 <
> (00.176916) bfd: BUF 0x7f20686b3000 >
> (00.176921) 10294 fdinfo 6: pos: 0x               0 flags:             4002/0x1
> (00.176928) 	Searching for socket 8389 (family 16)
> (00.176938) No filter for socket
> (00.176947) fdinfo: type: 0x d flags: 04002/01 pos: 0x       0 fd: 6
> (00.176967) bfd: BUF 0x7f20686b2000 >
> (00.176973) ----------------------------------------
> (00.176984) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.176989) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.177034) Fetched ack: 7 7 0
> (00.177041) 
> (00.177044) Dumping pages (type: 59 pid: 10294)
> (00.177047) ----------------------------------------
> (00.177051)    Private vmas 512/4868 pages
> (00.177059) pagemap-cache: created for pid 10294 (takes 4096 bytes)
> (00.177064) page-pipe: Create page pipe for 4868 segs
> (00.177068) page-pipe: Will grow page pipe (iov off is 0)
> (00.177090) bfd: BUF 0x7f20686b2000 <
> (00.177112) pagemap-cache: filling VMA 7f8efaa30000-7f8efaa49000 (100K) [l:7f8efaa00000 h:7f8efac00000]
> (00.177118) pagemap-cache: 	    7f8efaa30000-7f8efaa49000     nr:1     cov:102400
> (00.177123) pagemap-cache: 	simple mode [l:7f8efaa30000 h:7f8efaa49000]
> (00.177133) page-pipe: Add iov to page pipe (0 iovs, 0/4868 total)
> (00.177137) Pagemap generated: 1 pages 0 holes
> (00.177141) pagemap-cache: filling VMA 7f8efaa49000-7f8efac48000 (2044K) [l:7f8efaa00000 h:7f8efac00000]
> (00.177145) pagemap-cache: 	    7f8efaa49000-7f8efac48000     nr:1     cov:2093056
> (00.177162) pagemap-cache: 	simple mode [l:7f8efaa49000 h:7f8efac48000]
> (00.177179) Pagemap generated: 0 pages 0 holes
> (00.177183) pagemap-cache: filling VMA 7f8efac48000-7f8efac4a000 (8K) [l:7f8efac00000 h:7f8efae00000]
> (00.177187) pagemap-cache: 	    7f8efac48000-7f8efac4a000     nr:1     cov:8192
> (00.177191) pagemap-cache: 	    7f8efac4a000-7f8efac4b000     nr:2     cov:12288
> (00.177195) pagemap-cache: 	    7f8efac4b000-7f8efac64000     nr:3     cov:114688
> (00.177199) pagemap-cache: 	cache  mode [l:7f8efac48000 h:7f8efae00000]
> (00.177208) page-pipe: Add iov to page pipe (1 iovs, 1/4868 total)
> (00.177212) Pagemap generated: 2 pages 0 holes
> (00.177216) Pagemap generated: 1 pages 0 holes
> (00.177220) Pagemap generated: 0 pages 0 holes
> (00.177223) pagemap-cache: filling VMA 7f8efac64000-7f8efae63000 (2044K) [l:7f8efac00000 h:7f8efae00000]
> (00.177227) pagemap-cache: 	    7f8efac64000-7f8efae63000     nr:1     cov:2093056
> (00.177232) pagemap-cache: 	simple mode [l:7f8efac64000 h:7f8efae63000]
> (00.177246) Pagemap generated: 0 pages 0 holes
> (00.177250) pagemap-cache: filling VMA 7f8efae63000-7f8efae64000 (4K) [l:7f8efae00000 h:7f8efb000000]
> (00.177254) pagemap-cache: 	    7f8efae63000-7f8efae64000     nr:1     cov:4096
> (00.177259) pagemap-cache: 	    7f8efae64000-7f8efae65000     nr:2     cov:8192
> (00.177263) pagemap-cache: 	    7f8efae65000-7f8efae69000     nr:3     cov:24576
> (00.177267) pagemap-cache: 	    7f8efae69000-7f8efae70000     nr:4     cov:53248
> (00.177271) pagemap-cache: 	cache  mode [l:7f8efae63000 h:7f8efb000000]
> (00.177280) page-pipe: Add iov to page pipe (2 iovs, 2/4868 total)
> (00.177284) Pagemap generated: 1 pages 0 holes
> (00.177307) Pagemap generated: 1 pages 0 holes
> (00.177314) page-pipe: Add iov to page pipe (3 iovs, 3/4868 total)
> (00.177318) Pagemap generated: 1 pages 0 holes
> (00.177321) Pagemap generated: 0 pages 0 holes
> (00.177324) pagemap-cache: filling VMA 7f8efae70000-7f8efb06f000 (2044K) [l:7f8efae00000 h:7f8efb000000]
> (00.177328) pagemap-cache: 	    7f8efae70000-7f8efb06f000     nr:1     cov:2093056
> (00.177333) pagemap-cache: 	simple mode [l:7f8efae70000 h:7f8efb06f000]
> (00.177349) Pagemap generated: 0 pages 0 holes
> (00.177353) pagemap-cache: filling VMA 7f8efb06f000-7f8efb070000 (4K) [l:7f8efb000000 h:7f8efb200000]
> (00.177357) pagemap-cache: 	    7f8efb06f000-7f8efb070000     nr:1     cov:4096
> (00.177361) pagemap-cache: 	    7f8efb070000-7f8efb071000     nr:2     cov:8192
> (00.177365) pagemap-cache: 	cache  mode [l:7f8efb06f000 h:7f8efb200000]
> (00.177374) page-pipe: Add iov to page pipe (4 iovs, 4/4868 total)
> (00.177378) Pagemap generated: 1 pages 0 holes
> (00.177382) Pagemap generated: 1 pages 0 holes
> (00.177386) pagemap-cache: filling VMA 7f8efb071000-7f8efb22c000 (1772K) [l:7f8efb000000 h:7f8efb200000]
> (00.177390) pagemap-cache: 	    7f8efb071000-7f8efb22c000     nr:1     cov:1814528
> (00.177394) pagemap-cache: 	simple mode [l:7f8efb071000 h:7f8efb22c000]
> (00.177407) Pagemap generated: 0 pages 0 holes
> (00.177411) pagemap-cache: filling VMA 7f8efb22c000-7f8efb42b000 (2044K) [l:7f8efb200000 h:7f8efb400000]
> (00.177415) pagemap-cache: 	    7f8efb22c000-7f8efb42b000     nr:1     cov:2093056
> (00.177419) pagemap-cache: 	simple mode [l:7f8efb22c000 h:7f8efb42b000]
> (00.177433) Pagemap generated: 0 pages 0 holes
> (00.177437) pagemap-cache: filling VMA 7f8efb42b000-7f8efb42f000 (16K) [l:7f8efb400000 h:7f8efb600000]
> (00.177441) pagemap-cache: 	    7f8efb42b000-7f8efb42f000     nr:1     cov:16384
> (00.177445) pagemap-cache: 	    7f8efb42f000-7f8efb431000     nr:2     cov:24576
> (00.177449) pagemap-cache: 	    7f8efb431000-7f8efb436000     nr:3     cov:45056
> (00.177453) pagemap-cache: 	    7f8efb436000-7f8efb446000     nr:4     cov:110592
> (00.177457) pagemap-cache: 	cache  mode [l:7f8efb42b000 h:7f8efb600000]
> (00.177466) page-pipe: Add iov to page pipe (5 iovs, 5/4868 total)
> (00.177470) Pagemap generated: 4 pages 0 holes
> (00.177474) Pagemap generated: 2 pages 0 holes
> (00.177479) page-pipe: Grow pipe 10 -> 20
> (00.177483) page-pipe: Add iov to page pipe (6 iovs, 6/4868 total)
> (00.177486) Pagemap generated: 4 pages 0 holes
> (00.177501) Pagemap generated: 0 pages 0 holes
> (00.177506) pagemap-cache: filling VMA 7f8efb446000-7f8efb645000 (2044K) [l:7f8efb400000 h:7f8efb600000]
> (00.177510) pagemap-cache: 	    7f8efb446000-7f8efb645000     nr:1     cov:2093056
> (00.177514) pagemap-cache: 	simple mode [l:7f8efb446000 h:7f8efb645000]
> (00.177530) Pagemap generated: 0 pages 0 holes
> (00.177534) pagemap-cache: filling VMA 7f8efb645000-7f8efb646000 (4K) [l:7f8efb600000 h:7f8efb800000]
> (00.177538) pagemap-cache: 	    7f8efb645000-7f8efb646000     nr:1     cov:4096
> (00.177542) pagemap-cache: 	    7f8efb646000-7f8efb647000     nr:2     cov:8192
> (00.177546) pagemap-cache: 	    7f8efb647000-7f8efb68b000     nr:3     cov:286720
> (00.177550) pagemap-cache: 	cache  mode [l:7f8efb645000 h:7f8efb800000]
> (00.177560) page-pipe: Add iov to page pipe (7 iovs, 7/4868 total)
> (00.177564) Pagemap generated: 1 pages 0 holes
> (00.177568) Pagemap generated: 1 pages 0 holes
> (00.177572) Pagemap generated: 0 pages 0 holes
> (00.177576) pagemap-cache: filling VMA 7f8efb68b000-7f8efb88a000 (2044K) [l:7f8efb600000 h:7f8efb800000]
> (00.177591) Pagemap generated: 0 pages 0 holes
> (00.177595) pagemap-cache: filling VMA 7f8efb88a000-7f8efb88b000 (4K) [l:7f8efb800000 h:7f8efba00000]
> (00.177603) page-pipe: Add iov to page pipe (8 iovs, 8/4868 total)
> (00.177608) Pagemap generated: 1 pages 0 holes
> (00.177611) pagemap-cache: filling VMA 7f8efb88b000-7f8efb88c000 (4K) [l:7f8efb800000 h:7f8efba00000]
> (00.177620) Pagemap generated: 1 pages 0 holes
> (00.177624) pagemap-cache: filling VMA 7f8efb88c000-7f8efb894000 (32K) [l:7f8efb800000 h:7f8efba00000]
> (00.177632) Pagemap generated: 0 pages 0 holes
> (00.177636) pagemap-cache: filling VMA 7f8efb894000-7f8efba94000 (2048K) [l:7f8efb800000 h:7f8efba00000]
> (00.177651) Pagemap generated: 0 pages 0 holes
> (00.177655) pagemap-cache: filling VMA 7f8efba94000-7f8efba95000 (4K) [l:7f8efba00000 h:7f8efbc00000]
> (00.177664) page-pipe: Add iov to page pipe (9 iovs, 9/4868 total)
> (00.177668) Pagemap generated: 1 pages 0 holes
> (00.177672) pagemap-cache: filling VMA 7f8efba95000-7f8efba96000 (4K) [l:7f8efba00000 h:7f8efbc00000]
> (00.177680) Pagemap generated: 1 pages 0 holes
> (00.177684) pagemap-cache: filling VMA 7f8efba96000-7f8efbaad000 (92K) [l:7f8efba00000 h:7f8efbc00000]
> (00.177693) Pagemap generated: 0 pages 0 holes
> (00.177696) pagemap-cache: filling VMA 7f8efbaad000-7f8efbcac000 (2044K) [l:7f8efba00000 h:7f8efbc00000]
> (00.177710) Pagemap generated: 0 pages 0 holes
> (00.177714) pagemap-cache: filling VMA 7f8efbcac000-7f8efbcad000 (4K) [l:7f8efbc00000 h:7f8efbe00000]
> (00.177721) page-pipe: Add iov to page pipe (10 iovs, 10/4868 total)
> (00.177726) Pagemap generated: 1 pages 0 holes
> (00.177729) pagemap-cache: filling VMA 7f8efbcad000-7f8efbcae000 (4K) [l:7f8efbc00000 h:7f8efbe00000]
> (00.177736) Pagemap generated: 1 pages 0 holes
> (00.177740) pagemap-cache: filling VMA 7f8efbcae000-7f8efbcd1000 (140K) [l:7f8efbc00000 h:7f8efbe00000]
> (00.177747) Pagemap generated: 0 pages 0 holes
> (00.177751) pagemap-cache: filling VMA 7f8efbec3000-7f8efbec9000 (24K) [l:7f8efbe00000 h:7f8efc000000]
> (00.177758) page-pipe: Add iov to page pipe (11 iovs, 11/4868 total)
> (00.177764) page-pipe: Grow pipe 20 -> 40
> (00.177768) Pagemap generated: 6 pages 0 holes
> (00.177771) pagemap-cache: filling VMA 7f8efbece000-7f8efbed0000 (8K) [l:7f8efbe00000 h:7f8efc000000]
> (00.177778) page-pipe: Add iov to page pipe (12 iovs, 12/4868 total)
> (00.177782) Pagemap generated: 2 pages 0 holes
> (00.177786) pagemap-cache: filling VMA 7f8efbed0000-7f8efbed1000 (4K) [l:7f8efbe00000 h:7f8efc000000]
> (00.177793) Pagemap generated: 1 pages 0 holes
> (00.177797) pagemap-cache: filling VMA 7f8efbed1000-7f8efbed2000 (4K) [l:7f8efbe00000 h:7f8efc000000]
> (00.177803) Pagemap generated: 1 pages 0 holes
> (00.177807) pagemap-cache: filling VMA 7f8efbed2000-7f8efbed3000 (4K) [l:7f8efbe00000 h:7f8efc000000]
> (00.177814) Pagemap generated: 1 pages 0 holes
> (00.177818) pagemap-cache: filling VMA 7f8efbed3000-7f8efbee4000 (68K) [l:7f8efbe00000 h:7f8efc000000]
> (00.177825) Pagemap generated: 0 pages 0 holes
> (00.177828) pagemap-cache: filling VMA 7f8efc0e4000-7f8efc0e5000 (4K) [l:7f8efc000000 h:7f8efc200000]
> (00.177845) page-pipe: Add iov to page pipe (13 iovs, 13/4868 total)
> (00.177850) Pagemap generated: 1 pages 0 holes
> (00.177854) pagemap-cache: filling VMA 7f8efc0e5000-7f8efc0e6000 (4K) [l:7f8efc000000 h:7f8efc200000]
> (00.177861) Pagemap generated: 1 pages 0 holes
> (00.177865) pagemap-cache: filling VMA 7f8efcbfe000-7f8efcc1f000 (132K) [l:7f8efca00000 h:7f8efcc00000]
> (00.177872) page-pipe: Add iov to page pipe (14 iovs, 14/4868 total)
> (00.177877) Pagemap generated: 7 pages 0 holes
> (00.177880) pagemap-cache: filling VMA 7fffccdae000-7fffccdd0000 (136K) [l:7fffccc00000 h:7fffcce00000]
> (00.177887) page-pipe: Add iov to page pipe (15 iovs, 15/4868 total)
> (00.177891) page-pipe: Add iov to page pipe (16 iovs, 16/4868 total)
> (00.177895) Pagemap generated: 4 pages 0 holes
> (00.177898) pagemap-cache: filling VMA 7fffccdfe000-7fffcce00000 (8K) [l:7fffccc00000 h:7fffcce00000]
> (00.177904) page-pipe: Add iov to page pipe (17 iovs, 17/4868 total)
> (00.177908) Pagemap generated: 2 pages 0 holes
> (00.177911) page-pipe: Page pipe:
> (00.177915) page-pipe: * 1 pipes 18/4868 iovs:
> (00.177918) page-pipe: 	buf 53 pages, 18 iovs:
> (00.177922) page-pipe: 		0x7f8efaa30000 1
> (00.177925) page-pipe: 		0x7f8efac48000 3
> (00.177929) page-pipe: 		0x7f8efae63000 2
> (00.177932) page-pipe: 		0x7f8efae68000 1
> (00.177936) page-pipe: 		0x7f8efb06f000 2
> (00.177939) page-pipe: 		0x7f8efb42b000 8
> (00.177943) page-pipe: 		0x7f8efb434000 2
> (00.177946) page-pipe: 		0x7f8efb645000 2
> (00.177949) page-pipe: 		0x7f8efb88a000 2
> (00.177953) page-pipe: 		0x7f8efba94000 2
> (00.177956) page-pipe: 		0x7f8efbcac000 2
> (00.177959) page-pipe: 		0x7f8efbec3000 6
> (00.177963) page-pipe: 		0x7f8efbece000 5
> (00.177966) page-pipe: 		0x7f8efc0e4000 2
> (00.177970) page-pipe: 		0x7f8efcbfe000 7
> (00.177973) page-pipe: 		0x7fffccdca000 1
> (00.177976) page-pipe: 		0x7fffccdcd000 3
> (00.177980) page-pipe: 		0x7fffccdfe000 2
> (00.177983) page-pipe: * 0 holes:
> (00.177986) PPB: 53 pages 18 segs 64 pipe 0 off
> (00.177997) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.178004) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.178027) Fetched ack: 8 8 0
> (00.178034) Transfering pages:
> (00.178037) 	buf 53/18
> (00.178040) 	p 0x7f8efaa30000 [1]
> (00.178061) 	p 0x7f8efac48000 [3]
> (00.178100) 	p 0x7f8efae63000 [2]
> (00.178127) 	p 0x7f8efae68000 [1]
> (00.178148) 	p 0x7f8efb06f000 [2]
> (00.178177) 	p 0x7f8efb42b000 [8]
> (00.178273) 	p 0x7f8efb434000 [2]
> (00.178300) 	p 0x7f8efb645000 [2]
> (00.178326) 	p 0x7f8efb88a000 [2]
> (00.178354) 	p 0x7f8efba94000 [2]
> (00.178380) 	p 0x7f8efbcac000 [2]
> (00.178406) 	p 0x7f8efbec3000 [6]
> (00.178471) 	p 0x7f8efbece000 [5]
> (00.178533) 	p 0x7f8efc0e4000 [2]
> (00.178559) 	p 0x7f8efcbfe000 [7]
> (00.178632) 	p 0x7fffccdca000 [1]
> (00.178649) 	p 0x7fffccdcd000 [3]
> (00.178686) 	p 0x7fffccdfe000 [2]
> (00.178729) bfd: BUF 0x7f20686b2000 >
> (00.178735) page-pipe: Killing page pipe
> (00.178744) ----------------------------------------
> (00.178754) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.178759) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.178803) Fetched ack: 7 7 0
> (00.178814) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.178819) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.178860) Fetched ack: 9 9 0
> (00.178886) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.178891) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.178906) Fetched ack: 10 10 0
> (00.178918) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.178922) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.178931) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.178936) 
> (00.178941) Dumping core (pid: 10294)
> (00.178944) ----------------------------------------
> (00.178948) Obtaining personality ... (00.178962) 10294 has 0 sched policy
> (00.178967) 	dumping 0 nice for 10294
> (00.178976) cg: Dumping cgroups for 10294
> (00.179017) cg:  `- Existing css 2 found
> (00.179048) ----------------------------------------
> (00.179053) 
> (00.179057) Dumping creds for 10294)
> (00.179060) ----------------------------------------
> (00.179070) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.179075) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.179127) Fetched ack: 13 13 0
> (00.179139) Waiting for 10294 to trap
> (00.179147) Daemon 10294 exited trapping
> (00.179154) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 192: new_sp=0x7f8efbebe008 ip 0x7f8efb162d81
> (00.179202) 10294 was trapped
> (00.179207) `- Expecting exit
> (00.179220) 10294 was trapped
> (00.179225) 10294 is going to execute the syscall f
> (00.179243) 10294 was stopped
> (00.179260) 10294 was trapped
> (00.179266) 10294 is going to execute the syscall 1
> (00.179278) 10294 was trapped
> (00.179283) `- Expecting exit
> (00.179295) 10294 was trapped
> (00.179300) 10294 is going to execute the syscall b
> (00.179324) 10294 was stopped
> (00.179347) 
> (00.179352) Dumping mm (pid: 10294)
> (00.179355) ----------------------------------------
> (00.179359) 0x7f8efaa30000-0x7f8efaa49000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179372) Dumping path for -3 fd via self 31 [/lib/x86_64-linux-gnu/libcgmanager.so.0.0.0]
> (00.179383) 0x7f8efaa49000-0x7f8efac48000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.179388) 0x7f8efac48000-0x7f8efac4a000 (8K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.179393) 0x7f8efac4a000-0x7f8efac4b000 (4K) prot 0x3 flags 0x2 off 0x1a000 reg fp  shmid: 0
> (00.179398) 0x7f8efac4b000-0x7f8efac64000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179403) 0x7f8efac64000-0x7f8efae63000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.179407) 0x7f8efae63000-0x7f8efae64000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.179412) 0x7f8efae64000-0x7f8efae65000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.179417) 0x7f8efae65000-0x7f8efae69000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.179421) 0x7f8efae69000-0x7f8efae70000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179426) 0x7f8efae70000-0x7f8efb06f000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.179430) 0x7f8efb06f000-0x7f8efb070000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.179435) 0x7f8efb070000-0x7f8efb071000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.179439) 0x7f8efb071000-0x7f8efb22c000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179444) 0x7f8efb22c000-0x7f8efb42b000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.179449) 0x7f8efb42b000-0x7f8efb42f000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.179453) 0x7f8efb42f000-0x7f8efb431000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.179458) 0x7f8efb431000-0x7f8efb436000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.179462) 0x7f8efb436000-0x7f8efb446000 (64K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179473) Dumping path for -3 fd via self 36 [/lib/x86_64-linux-gnu/libudev.so.1.3.5]
> (00.179481) 0x7f8efb446000-0x7f8efb645000 (2044K) prot 0 flags 0x2 off 0x10000 reg fp  shmid: 0
> (00.179486) 0x7f8efb645000-0x7f8efb646000 (4K) prot 0x1 flags 0x2 off 0xf000 reg fp  shmid: 0
> (00.179491) 0x7f8efb646000-0x7f8efb647000 (4K) prot 0x3 flags 0x2 off 0x10000 reg fp  shmid: 0
> (00.179495) 0x7f8efb647000-0x7f8efb68b000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179500) 0x7f8efb68b000-0x7f8efb88a000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.179505) 0x7f8efb88a000-0x7f8efb88b000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.179509) 0x7f8efb88b000-0x7f8efb88c000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.179514) 0x7f8efb88c000-0x7f8efb894000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179518) 0x7f8efb894000-0x7f8efba94000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.179523) 0x7f8efba94000-0x7f8efba95000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.179528) 0x7f8efba95000-0x7f8efba96000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.179543) 0x7f8efba96000-0x7f8efbaad000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179549) 0x7f8efbaad000-0x7f8efbcac000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.179553) 0x7f8efbcac000-0x7f8efbcad000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.179558) 0x7f8efbcad000-0x7f8efbcae000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.179563) 0x7f8efbcae000-0x7f8efbcd1000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179568) 0x7f8efbec3000-0x7f8efbec9000 (24K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.179572) 0x7f8efbece000-0x7f8efbed0000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.179577) 0x7f8efbed0000-0x7f8efbed1000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.179581) 0x7f8efbed1000-0x7f8efbed2000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.179586) 0x7f8efbed2000-0x7f8efbed3000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.179590) 0x7f8efbed3000-0x7f8efbee4000 (68K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.179600) Dumping path for -3 fd via self 42 [/sbin/upstart-udev-bridge]
> (00.179608) 0x7f8efc0e4000-0x7f8efc0e5000 (4K) prot 0x1 flags 0x2 off 0x11000 reg fp  shmid: 0
> (00.179614) 0x7f8efc0e5000-0x7f8efc0e6000 (4K) prot 0x3 flags 0x2 off 0x12000 reg fp  shmid: 0
> (00.179619) 0x7f8efcbfe000-0x7f8efcc1f000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.179623) 0x7fffccdae000-0x7fffccdd0000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.179628) 0x7fffccdfe000-0x7fffcce00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.179632) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.179637) Obtaining task auvx ...
> (00.179657) bfd: BUF 0x7f20686b2000 <
> (00.179667) bfd: BUF 0x7f20686b2000 >
> (00.179707) bfd: BUF 0x7f20686b2000 <
> (00.179716) bfd: BUF 0x7f20686b2000 >
> (00.179730) bfd: BUF 0x7f20686b2000 <
> (00.179738) bfd: BUF 0x7f20686b2000 >
> (00.179744) Dumping task cwd id 0x1f root id 0x1f
> (00.179763) bfd: BUF 0x7f20686b1000 >
> (00.179781) bfd: BUF 0x7f20686b0000 >
> (00.179798) bfd: BUF 0x7f20686af000 >
> (00.179815) bfd: BUF 0x7f20686ae000 >
> (00.179832) bfd: BUF 0x7f20686ad000 >
> (00.179849) bfd: BUF 0x7f20686ac000 >
> (00.179869) ========================================
> (00.179874) Dumping task (pid: 10313)
> (00.179877) ========================================
> (00.179881) Obtaining task stat ... (00.179914) 
> (00.179919) Collecting mappings (pid: 10313)
> (00.179922) ----------------------------------------
> (00.179929) bfd: BUF 0x7f20686ac000 <
> (00.180024) bfd: BUF 0x7f20686ad000 <
> (00.180033) bfd: BUF 0x7f20686ad000 >
> (00.180045) vma 632000 borrows vfi from previous 400000
> (00.180056) vma 63a000 borrows vfi from previous 632000
> (00.180092) bfd: BUF 0x7f20686ad000 <
> (00.180100) bfd: BUF 0x7f20686ad000 >
> (00.180111) vma 7f9d3f60d000 borrows vfi from previous 7f9d3f602000
> (00.180178) vma 7f9d3f80c000 borrows vfi from previous 7f9d3f60d000
> (00.180188) vma 7f9d3f80d000 borrows vfi from previous 7f9d3f80c000
> (00.180209) bfd: BUF 0x7f20686ad000 <
> (00.180218) bfd: BUF 0x7f20686ad000 >
> (00.180229) vma 7f9d3f819000 borrows vfi from previous 7f9d3f80e000
> (00.180238) vma 7f9d3fa18000 borrows vfi from previous 7f9d3f819000
> (00.180248) vma 7f9d3fa19000 borrows vfi from previous 7f9d3fa18000
> (00.180268) bfd: BUF 0x7f20686ad000 <
> (00.180276) bfd: BUF 0x7f20686ad000 >
> (00.180341) vma 7f9d3fa31000 borrows vfi from previous 7f9d3fa1a000
> (00.180351) vma 7f9d3fc30000 borrows vfi from previous 7f9d3fa31000
> (00.180360) vma 7f9d3fc31000 borrows vfi from previous 7f9d3fc30000
> (00.180390) bfd: BUF 0x7f20686ad000 <
> (00.180398) bfd: BUF 0x7f20686ad000 >
> (00.180409) vma 7f9d3fc3d000 borrows vfi from previous 7f9d3fc34000
> (00.180419) vma 7f9d3fe3c000 borrows vfi from previous 7f9d3fc3d000
> (00.180488) vma 7f9d3fe3d000 borrows vfi from previous 7f9d3fe3c000
> (00.180509) bfd: BUF 0x7f20686ad000 <
> (00.180518) bfd: BUF 0x7f20686ad000 >
> (00.180539) bfd: BUF 0x7f20686ad000 <
> (00.180547) bfd: BUF 0x7f20686ad000 >
> (00.180558) vma 7f9d403be000 borrows vfi from previous 7f9d403a5000
> (00.180567) vma 7f9d405bd000 borrows vfi from previous 7f9d403be000
> (00.180588) vma 7f9d405be000 borrows vfi from previous 7f9d405bd000
> (00.180674) bfd: BUF 0x7f20686ad000 <
> (00.180683) bfd: BUF 0x7f20686ad000 >
> (00.180694) vma 7f9d405c7000 borrows vfi from previous 7f9d405c3000
> (00.180704) vma 7f9d407c6000 borrows vfi from previous 7f9d405c7000
> (00.180713) vma 7f9d407c7000 borrows vfi from previous 7f9d407c6000
> (00.180733) bfd: BUF 0x7f20686ad000 <
> (00.180741) bfd: BUF 0x7f20686ad000 >
> (00.180752) vma 7f9d407cc000 borrows vfi from previous 7f9d407c8000
> (00.180761) vma 7f9d409cb000 borrows vfi from previous 7f9d407cc000
> (00.180821) vma 7f9d409cc000 borrows vfi from previous 7f9d409cb000
> (00.180842) bfd: BUF 0x7f20686ad000 <
> (00.180851) bfd: BUF 0x7f20686ad000 >
> (00.180862) vma 7f9d409d0000 borrows vfi from previous 7f9d409cd000
> (00.180871) vma 7f9d40bcf000 borrows vfi from previous 7f9d409d0000
> (00.180881) vma 7f9d40bd0000 borrows vfi from previous 7f9d40bcf000
> (00.180901) bfd: BUF 0x7f20686ad000 <
> (00.180909) bfd: BUF 0x7f20686ad000 >
> (00.180920) vma 7f9d40c0e000 borrows vfi from previous 7f9d40bd1000
> (00.180991) vma 7f9d40e0d000 borrows vfi from previous 7f9d40c0e000
> (00.181001) vma 7f9d40e0e000 borrows vfi from previous 7f9d40e0d000
> (00.181021) bfd: BUF 0x7f20686ad000 <
> (00.181029) bfd: BUF 0x7f20686ad000 >
> (00.181040) vma 7f9d40fca000 borrows vfi from previous 7f9d40e0f000
> (00.181050) vma 7f9d411c9000 borrows vfi from previous 7f9d40fca000
> (00.181059) vma 7f9d411cd000 borrows vfi from previous 7f9d411c9000
> (00.181139) bfd: BUF 0x7f20686ad000 <
> (00.181148) bfd: BUF 0x7f20686ad000 >
> (00.181159) vma 7f9d411db000 borrows vfi from previous 7f9d411d4000
> (00.181168) vma 7f9d413da000 borrows vfi from previous 7f9d411db000
> (00.181177) vma 7f9d413db000 borrows vfi from previous 7f9d413da000
> (00.181197) bfd: BUF 0x7f20686ad000 <
> (00.181205) bfd: BUF 0x7f20686ad000 >
> (00.181216) vma 7f9d41420000 borrows vfi from previous 7f9d413dc000
> (00.181225) vma 7f9d4161f000 borrows vfi from previous 7f9d41420000
> (00.181307) vma 7f9d41620000 borrows vfi from previous 7f9d4161f000
> (00.181332) bfd: BUF 0x7f20686ad000 <
> (00.181341) bfd: BUF 0x7f20686ad000 >
> (00.181352) vma 7f9d41629000 borrows vfi from previous 7f9d41621000
> (00.181367) vma 7f9d41829000 borrows vfi from previous 7f9d41629000
> (00.181374) vma 7f9d4182a000 borrows vfi from previous 7f9d41829000
> (00.181391) bfd: BUF 0x7f20686ad000 <
> (00.181397) bfd: BUF 0x7f20686ad000 >
> (00.181406) vma 7f9d41842000 borrows vfi from previous 7f9d4182b000
> (00.181459) vma 7f9d41a41000 borrows vfi from previous 7f9d41842000
> (00.181467) vma 7f9d41a42000 borrows vfi from previous 7f9d41a41000
> (00.181483) bfd: BUF 0x7f20686ad000 <
> (00.181490) bfd: BUF 0x7f20686ad000 >
> (00.181499) vma 7f9d41a5c000 borrows vfi from previous 7f9d41a43000
> (00.181506) vma 7f9d41c5b000 borrows vfi from previous 7f9d41a5c000
> (00.181514) vma 7f9d41c5d000 borrows vfi from previous 7f9d41c5b000
> (00.181530) bfd: BUF 0x7f20686ad000 <
> (00.181536) bfd: BUF 0x7f20686ad000 >
> (00.181591) vma 7f9d41c65000 borrows vfi from previous 7f9d41c5e000
> (00.181599) vma 7f9d41e64000 borrows vfi from previous 7f9d41c65000
> (00.181606) vma 7f9d41e65000 borrows vfi from previous 7f9d41e64000
> (00.181622) bfd: BUF 0x7f20686ad000 <
> (00.181629) bfd: BUF 0x7f20686ad000 >
> (00.181638) vma 7f9d41e7b000 borrows vfi from previous 7f9d41e66000
> (00.181645) vma 7f9d4207a000 borrows vfi from previous 7f9d41e7b000
> (00.181652) vma 7f9d4207b000 borrows vfi from previous 7f9d4207a000
> (00.181714) bfd: BUF 0x7f20686ad000 <
> (00.181721) bfd: BUF 0x7f20686ad000 >
> (00.181729) vma 7f9d4209f000 borrows vfi from previous 7f9d4207c000
> (00.181737) vma 7f9d4229e000 borrows vfi from previous 7f9d4209f000
> (00.181744) vma 7f9d422a1000 borrows vfi from previous 7f9d4229e000
> (00.181760) bfd: BUF 0x7f20686ad000 <
> (00.181767) bfd: BUF 0x7f20686ad000 >
> (00.181775) vma 7f9d422c2000 borrows vfi from previous 7f9d422a2000
> (00.181783) vma 7f9d424c1000 borrows vfi from previous 7f9d422c2000
> (00.181834) vma 7f9d424c2000 borrows vfi from previous 7f9d424c1000
> (00.181858) bfd: BUF 0x7f20686ad000 <
> (00.181865) bfd: BUF 0x7f20686ad000 >
> (00.181906) bfd: BUF 0x7f20686ad000 <
> (00.181913) bfd: BUF 0x7f20686ad000 >
> (00.181922) vma 7f9d426e8000 borrows vfi from previous 7f9d426e7000
> (00.181971) bfd: BUF 0x7f20686ac000 >
> (00.181978) Collected, longest area occupies 512 pages
> (00.181981) 0x400000-0x432000 (200K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.181985) 0x632000-0x63a000 (32K) prot 0x1 flags 0x2 off 0x32000 reg fp  shmid: 0
> (00.181989) 0x63a000-0x63b000 (4K) prot 0x3 flags 0x2 off 0x3a000 reg fp  shmid: 0
> (00.181993) 0x1227000-0x1248000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.181996) 0x1248000-0x126a000 (136K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.182000) 0x7f9d3f602000-0x7f9d3f60d000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182004) 0x7f9d3f60d000-0x7f9d3f80c000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.182007) 0x7f9d3f80c000-0x7f9d3f80d000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.182011) 0x7f9d3f80d000-0x7f9d3f80e000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.182014) 0x7f9d3f80e000-0x7f9d3f819000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182018) 0x7f9d3f819000-0x7f9d3fa18000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.182021) 0x7f9d3fa18000-0x7f9d3fa19000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.182025) 0x7f9d3fa19000-0x7f9d3fa1a000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.182028) 0x7f9d3fa1a000-0x7f9d3fa31000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182032) 0x7f9d3fa31000-0x7f9d3fc30000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.182036) 0x7f9d3fc30000-0x7f9d3fc31000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.182039) 0x7f9d3fc31000-0x7f9d3fc32000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.182043) 0x7f9d3fc32000-0x7f9d3fc34000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182046) 0x7f9d3fc34000-0x7f9d3fc3d000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182050) 0x7f9d3fc3d000-0x7f9d3fe3c000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.182053) 0x7f9d3fe3c000-0x7f9d3fe3d000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.182057) 0x7f9d3fe3d000-0x7f9d3fe3e000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.182061) 0x7f9d3fe3e000-0x7f9d403a5000 (5532K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.182064) 0x7f9d403a5000-0x7f9d403be000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182068) 0x7f9d403be000-0x7f9d405bd000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.182071) 0x7f9d405bd000-0x7f9d405be000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.182075) 0x7f9d405be000-0x7f9d405bf000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.182078) 0x7f9d405bf000-0x7f9d405c3000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182082) 0x7f9d405c3000-0x7f9d405c7000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182085) 0x7f9d405c7000-0x7f9d407c6000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.182089) 0x7f9d407c6000-0x7f9d407c7000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.182092) 0x7f9d407c7000-0x7f9d407c8000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.182096) 0x7f9d407c8000-0x7f9d407cc000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182099) 0x7f9d407cc000-0x7f9d409cb000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.182103) 0x7f9d409cb000-0x7f9d409cc000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.182106) 0x7f9d409cc000-0x7f9d409cd000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.182110) 0x7f9d409cd000-0x7f9d409d0000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182113) 0x7f9d409d0000-0x7f9d40bcf000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.182117) 0x7f9d40bcf000-0x7f9d40bd0000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.182120) 0x7f9d40bd0000-0x7f9d40bd1000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.182124) 0x7f9d40bd1000-0x7f9d40c0e000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182128) 0x7f9d40c0e000-0x7f9d40e0d000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.182140) 0x7f9d40e0d000-0x7f9d40e0e000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.182145) 0x7f9d40e0e000-0x7f9d40e0f000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.182148) 0x7f9d40e0f000-0x7f9d40fca000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182152) 0x7f9d40fca000-0x7f9d411c9000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.182155) 0x7f9d411c9000-0x7f9d411cd000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.182159) 0x7f9d411cd000-0x7f9d411cf000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.182162) 0x7f9d411cf000-0x7f9d411d4000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182166) 0x7f9d411d4000-0x7f9d411db000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182169) 0x7f9d411db000-0x7f9d413da000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.182173) 0x7f9d413da000-0x7f9d413db000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.182177) 0x7f9d413db000-0x7f9d413dc000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.182180) 0x7f9d413dc000-0x7f9d41420000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182184) 0x7f9d41420000-0x7f9d4161f000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.182187) 0x7f9d4161f000-0x7f9d41620000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.182191) 0x7f9d41620000-0x7f9d41621000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.182195) 0x7f9d41621000-0x7f9d41629000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182198) 0x7f9d41629000-0x7f9d41829000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.182202) 0x7f9d41829000-0x7f9d4182a000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.182205) 0x7f9d4182a000-0x7f9d4182b000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.182209) 0x7f9d4182b000-0x7f9d41842000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182212) 0x7f9d41842000-0x7f9d41a41000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.182216) 0x7f9d41a41000-0x7f9d41a42000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.182219) 0x7f9d41a42000-0x7f9d41a43000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.182223) 0x7f9d41a43000-0x7f9d41a5c000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182226) 0x7f9d41a5c000-0x7f9d41c5b000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.182230) 0x7f9d41c5b000-0x7f9d41c5d000 (8K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.182233) 0x7f9d41c5d000-0x7f9d41c5e000 (4K) prot 0x3 flags 0x2 off 0x1a000 reg fp  shmid: 0
> (00.182237) 0x7f9d41c5e000-0x7f9d41c65000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182240) 0x7f9d41c65000-0x7f9d41e64000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.182244) 0x7f9d41e64000-0x7f9d41e65000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.182247) 0x7f9d41e65000-0x7f9d41e66000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.182251) 0x7f9d41e66000-0x7f9d41e7b000 (84K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182255) 0x7f9d41e7b000-0x7f9d4207a000 (2044K) prot 0 flags 0x2 off 0x15000 reg fp  shmid: 0
> (00.182258) 0x7f9d4207a000-0x7f9d4207b000 (4K) prot 0x1 flags 0x2 off 0x14000 reg fp  shmid: 0
> (00.182262) 0x7f9d4207b000-0x7f9d4207c000 (4K) prot 0x3 flags 0x2 off 0x15000 reg fp  shmid: 0
> (00.182265) 0x7f9d4207c000-0x7f9d4209f000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182269) 0x7f9d4209f000-0x7f9d4229e000 (2044K) prot 0 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.182272) 0x7f9d4229e000-0x7f9d422a1000 (12K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.182276) 0x7f9d422a1000-0x7f9d422a2000 (4K) prot 0x3 flags 0x2 off 0x25000 reg fp  shmid: 0
> (00.182279) 0x7f9d422a2000-0x7f9d422c2000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182283) 0x7f9d422c2000-0x7f9d424c1000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.182286) 0x7f9d424c1000-0x7f9d424c2000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.182290) 0x7f9d424c2000-0x7f9d424c3000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.182293) 0x7f9d424c3000-0x7f9d424c5000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182305) 0x7f9d424c5000-0x7f9d424e8000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.182309) 0x7f9d42651000-0x7f9d426d7000 (536K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182312) 0x7f9d426d7000-0x7f9d426e0000 (36K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182316) 0x7f9d426e4000-0x7f9d426e7000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182319) 0x7f9d426e7000-0x7f9d426e8000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.182323) 0x7f9d426e8000-0x7f9d426e9000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.182327) 0x7f9d426e9000-0x7f9d426ea000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.182330) 0x7fff9c150000-0x7fff9c172000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.182334) 0x7fff9c1fe000-0x7fff9c200000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.182337) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.182341) ----------------------------------------
> (00.182347) 
> (00.182350) Collecting fds (pid: 10313)
> (00.182353) ----------------------------------------
> (00.182370) Found 12 file descriptors
> (00.182373) ----------------------------------------
> (00.182381) bfd: BUF 0x7f20686ac000 <
> (00.182385) bfd: BUF 0x7f20686ac000 >
> (00.182389) Dump private signals of 10313
> (00.182398) Dump shared signals of 10313
> (00.182405) Parasite syscall_ip at 0x400000
> (00.182485) Putting parasite blob into 0x7f2068672000->0x7f9d4261c000
> (00.182517) Dumping GP/FPU registers for 10313
> (00.182529) xsave runtime structure
> (00.182533) -----------------------
> (00.182536) cwd:37f swd:0 twd:0 fop:0 mxcsr:9fc0 mxcsr_mask:ffff
> (00.182539) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.182543) xstate_bv: 7
> (00.182545) -----------------------
> (00.182549) Putting tsock into pid 10313
> (00.182597) Wait for parasite being daemonized...
> (00.182602) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.182622) Fetched ack: 2 2 0
> (00.182627) Parasite 10313 has been switched to daemon mode
> (00.182646) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.182651) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.182658) Fetched ack: 17 17 0
> pie: Daemon wais for command
> pie: __fetched msg: 12 0 0
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.182701) Sent msg to daemon 12 0 0
> (00.182705) Wait for ack 12 on daemon socket
> (00.182709) Fetched ack: 12 12 0
> (00.182713) sid=211 pgid=211 pid=211
> (00.182741) bfd: BUF 0x7f20686ac000 <
> (00.182759) bfd: BUF 0x7f20686ad000 <
> (00.182775) bfd: BUF 0x7f20686ae000 <
> (00.182790) bfd: BUF 0x7f20686af000 <
> (00.182804) bfd: BUF 0x7f20686b0000 <
> (00.182821) bfd: BUF 0x7f20686b1000 <
> (00.182827) 
> (00.182830) Dumping opened files (pid: 10313)
> (00.182833) ----------------------------------------
> (00.182840) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.182880) Wait for ack 14 on daemon socket
> (00.182886) Fetched ack: 14 14 0
> (00.182901) bfd: BUF 0x7f20686b2000 <
> (00.182917) bfd: BUF 0x7f20686b3000 <
> (00.182927) bfd: BUF 0x7f20686b3000 >
> (00.182932) 10313 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.182961) Dumping path for 0 fd via self 62 [/dev/null]
> (00.182972) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.182983) bfd: BUF 0x7f20686b3000 <
> (00.182990) bfd: BUF 0x7f20686b3000 >
> (00.182995) 10313 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.183000) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.183009) bfd: BUF 0x7f20686b3000 <
> (00.183016) bfd: BUF 0x7f20686b3000 >
> (00.183020) 10313 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.183025) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.183034) bfd: BUF 0x7f20686b3000 <
> (00.183041) bfd: BUF 0x7f20686b3000 >
> (00.183045) 10313 fdinfo 3: pos: 0x               0 flags:             4002/0x1
> (00.183054) 	Searching for socket 8acd (family 1)
> (00.183079) No filter for socket
> (00.183083) Dumping unix socket at 3
> (00.183086) 	Dumping: ino 0x8acd peer_ino 0 family    1 type    5 state 10 name /run/udev/control
> (00.183095) 	Dumped: id 0x29 ino 0x8acd peer 0 type 5 state 10 name 18 bytes
> (00.183100) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 3
> (00.183109) bfd: BUF 0x7f20686b3000 <
> (00.183116) bfd: BUF 0x7f20686b3000 >
> (00.183121) 10313 fdinfo 4: pos: 0x               0 flags:             4002/0x1
> (00.183127) 	Searching for socket 8ace (family 16)
> (00.183135) No filter for socket
> (00.183141) fdinfo: type: 0x d flags: 04002/01 pos: 0x       0 fd: 4
> (00.183152) bfd: BUF 0x7f20686b3000 <
> (00.183159) bfd: BUF 0x7f20686b3000 >
> (00.183164) 10313 fdinfo 5: pos: 0x               8 flags:           100002/0x1
> (00.183175) Dumping path for 5 fd via self 67 [/run/udev/queue.bin]
> (00.183182) fdinfo: type: 0x 1 flags: 0100002/01 pos: 0x       8 fd: 5
> (00.183192) bfd: BUF 0x7f20686b3000 <
> (00.183199) bfd: BUF 0x7f20686b3000 >
> (00.183204) 10313 fdinfo 6: pos: 0x               0 flags:                0/0x1
> (00.183222) bfd: BUF 0x7f20686b3000 <
> (00.183227) bfd: BUF 0x7f20686b3000 >
> (00.183232) fsnotify: id 0x0000002c flags 0x00000000
> (00.183237) fdinfo: type: 0x 8 flags: 0/01 pos: 0x       0 fd: 6
> (00.183246) bfd: BUF 0x7f20686b3000 <
> (00.183254) bfd: BUF 0x7f20686b3000 >
> (00.183258) 10313 fdinfo 7: pos: 0x               0 flags:             4002/0x1
> (00.183273) bfd: BUF 0x7f20686b3000 <
> (00.183283) bfd: BUF 0x7f20686b3000 >
> (00.183288) fdinfo: type: 0x 9 flags: 04002/01 pos: 0x       0 fd: 7
> (00.183299) bfd: BUF 0x7f20686b3000 <
> (00.183306) bfd: BUF 0x7f20686b3000 >
> (00.183310) 10313 fdinfo 8: pos: 0x               0 flags:                2/0x1
> (00.183316) 	Searching for socket 91a2 (family 1)
> (00.183320) 	Searching for socket 91a3 (family 1)
> (00.183323) 	Add a peer: ino 0x91a3 peer_ino 0x91a2 family    1 type    2 state  7 name (null)
> (00.183330) No filter for socket
> (00.183333) Dumping unix socket at 8
> (00.183336) 	Dumping: ino 0x91a2 peer_ino 0x91a3 family    1 type    2 state  7 name (null)
> (00.183340) fdinfo: type: 0x 5 flags: 02/01 pos: 0x       0 fd: 8
> (00.183349) bfd: BUF 0x7f20686b3000 <
> (00.183356) bfd: BUF 0x7f20686b3000 >
> (00.183360) 10313 fdinfo 9: pos: 0x               0 flags:                2/0x1
> (00.183366) 	Searching for socket 91a3 (family 1)
> (00.183369) 	Searching for socket 91a2 (family 1)
> (00.183375) No filter for socket
> (00.183378) Dumping unix socket at 9
> (00.183380) 	Dumping: ino 0x91a3 peer_ino 0x91a2 family    1 type    2 state  7 name (null)
> (00.183386) 	Dumped: id 0x2f ino 0x91a3 peer 0x91a2 type 2 state 7 name 0 bytes
> (00.183392) 	Dumped: id 0x2e ino 0x91a2 peer 0x91a3 type 2 state 7 name 0 bytes
> (00.183396) fdinfo: type: 0x 5 flags: 02/01 pos: 0x       0 fd: 9
> (00.183406) bfd: BUF 0x7f20686b3000 <
> (00.183413) bfd: BUF 0x7f20686b3000 >
> (00.183418) 10313 fdinfo 10: pos: 0x               0 flags:           100000/0x1
> (00.183429) Dumping path for 10 fd via self 72 [/lib/udev/hwdb.bin]
> (00.183436) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x       0 fd: 10
> (00.183447) bfd: BUF 0x7f20686b3000 <
> (00.183462) bfd: BUF 0x7f20686b3000 >
> (00.183467) 10313 fdinfo 11: pos: 0x               0 flags:                2/0x1
> (00.183485) bfd: BUF 0x7f20686b3000 <
> (00.183495) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000004 events 0x000019 data 0x00000000000004
> (00.183503) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000003 events 0x000019 data 0x00000000000003
> (00.183509) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000008 events 0x000019 data 0x00000000000008
> (00.183514) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000007 events 0x000019 data 0x00000000000007
> (00.183519) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000006 events 0x000019 data 0x00000000000006
> (00.183523) bfd: BUF 0x7f20686b3000 >
> (00.183527) epoll: Dumping eventpoll: id 0x000031 flags 0x02
> (00.183535) fdinfo: type: 0x 7 flags: 02/01 pos: 0x       0 fd: 11
> (00.183552) bfd: BUF 0x7f20686b2000 >
> (00.183557) ----------------------------------------
> (00.183567) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.183588) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.183680) Fetched ack: 7 7 0
> (00.183685) 
> (00.183688) Dumping pages (type: 59 pid: 10313)
> (00.183691) ----------------------------------------
> (00.183694)    Private vmas 512/10934 pages
> (00.183704) pagemap-cache: created for pid 10313 (takes 4096 bytes)
> (00.183708) page-pipe: Create page pipe for 10934 segs
> (00.183711) page-pipe: Will grow page pipe (iov off is 0)
> (00.183733) bfd: BUF 0x7f20686b2000 <
> (00.183753) pagemap-cache: filling VMA 400000-432000 (200K) [l:400000 h:600000]
> (00.183758) pagemap-cache: 	          400000-432000           nr:1     cov:204800
> (00.183763) pagemap-cache: 	simple mode [l:400000 h:432000]
> (00.183772) page-pipe: Add iov to page pipe (0 iovs, 0/10934 total)
> (00.183776) Pagemap generated: 1 pages 0 holes
> (00.183779) pagemap-cache: filling VMA 632000-63a000 (32K) [l:600000 h:800000]
> (00.183783) pagemap-cache: 	          632000-63a000           nr:1     cov:32768
> (00.183786) pagemap-cache: 	          63a000-63b000           nr:2     cov:36864
> (00.183789) pagemap-cache: 	cache  mode [l:632000 h:800000]
> (00.183796) page-pipe: Add iov to page pipe (1 iovs, 1/10934 total)
> (00.183799) Pagemap generated: 1 pages 0 holes
> (00.183802) Pagemap generated: 1 pages 0 holes
> (00.183805) pagemap-cache: filling VMA 1227000-1248000 (132K) [l:1200000 h:1400000]
> (00.183809) pagemap-cache: 	         1227000-1248000          nr:1     cov:135168
> (00.183812) pagemap-cache: 	         1248000-126a000          nr:2     cov:274432
> (00.183815) pagemap-cache: 	cache  mode [l:1227000 h:1400000]
> (00.183826) page-pipe: Add iov to page pipe (2 iovs, 2/10934 total)
> (00.183831) page-pipe: Grow pipe 10 -> 20
> (00.183834) page-pipe: Add iov to page pipe (3 iovs, 3/10934 total)
> (00.183837) Pagemap generated: 28 pages 0 holes
> (00.183840) page-pipe: Grow pipe 20 -> 40
> (00.183843) Pagemap generated: 2 pages 0 holes
> (00.183846) pagemap-cache: filling VMA 7f9d3f602000-7f9d3f60d000 (44K) [l:7f9d3f600000 h:7f9d3f800000]
> (00.183849) pagemap-cache: 	    7f9d3f602000-7f9d3f60d000     nr:1     cov:45056
> (00.183853) pagemap-cache: 	simple mode [l:7f9d3f602000 h:7f9d3f60d000]
> (00.183860) Pagemap generated: 0 pages 0 holes
> (00.183863) pagemap-cache: filling VMA 7f9d3f60d000-7f9d3f80c000 (2044K) [l:7f9d3f600000 h:7f9d3f800000]
> (00.183867) pagemap-cache: 	    7f9d3f60d000-7f9d3f80c000     nr:1     cov:2093056
> (00.183870) pagemap-cache: 	simple mode [l:7f9d3f60d000 h:7f9d3f80c000]
> (00.183883) Pagemap generated: 0 pages 0 holes
> (00.183886) pagemap-cache: filling VMA 7f9d3f80c000-7f9d3f80d000 (4K) [l:7f9d3f800000 h:7f9d3fa00000]
> (00.183890) pagemap-cache: 	    7f9d3f80c000-7f9d3f80d000     nr:1     cov:4096
> (00.183893) pagemap-cache: 	    7f9d3f80d000-7f9d3f80e000     nr:2     cov:8192
> (00.183896) pagemap-cache: 	    7f9d3f80e000-7f9d3f819000     nr:3     cov:53248
> (00.183899) pagemap-cache: 	cache  mode [l:7f9d3f80c000 h:7f9d3fa00000]
> (00.183907) page-pipe: Add iov to page pipe (4 iovs, 4/10934 total)
> (00.183910) Pagemap generated: 1 pages 0 holes
> (00.183913) Pagemap generated: 1 pages 0 holes
> (00.183916) Pagemap generated: 0 pages 0 holes
> (00.183919) pagemap-cache: filling VMA 7f9d3f819000-7f9d3fa18000 (2044K) [l:7f9d3f800000 h:7f9d3fa00000]
> (00.183922) pagemap-cache: 	    7f9d3f819000-7f9d3fa18000     nr:1     cov:2093056
> (00.183926) pagemap-cache: 	simple mode [l:7f9d3f819000 h:7f9d3fa18000]
> (00.183938) Pagemap generated: 0 pages 0 holes
> (00.183942) pagemap-cache: filling VMA 7f9d3fa18000-7f9d3fa19000 (4K) [l:7f9d3fa00000 h:7f9d3fc00000]
> (00.183945) pagemap-cache: 	    7f9d3fa18000-7f9d3fa19000     nr:1     cov:4096
> (00.183948) pagemap-cache: 	    7f9d3fa19000-7f9d3fa1a000     nr:2     cov:8192
> (00.183952) pagemap-cache: 	    7f9d3fa1a000-7f9d3fa31000     nr:3     cov:102400
> (00.183955) pagemap-cache: 	cache  mode [l:7f9d3fa18000 h:7f9d3fc00000]
> (00.183962) page-pipe: Add iov to page pipe (5 iovs, 5/10934 total)
> (00.183966) Pagemap generated: 1 pages 0 holes
> (00.183969) Pagemap generated: 1 pages 0 holes
> (00.183981) Pagemap generated: 0 pages 0 holes
> (00.183985) pagemap-cache: filling VMA 7f9d3fa31000-7f9d3fc30000 (2044K) [l:7f9d3fa00000 h:7f9d3fc00000]
> (00.183988) pagemap-cache: 	    7f9d3fa31000-7f9d3fc30000     nr:1     cov:2093056
> (00.183992) pagemap-cache: 	simple mode [l:7f9d3fa31000 h:7f9d3fc30000]
> (00.184005) Pagemap generated: 0 pages 0 holes
> (00.184008) pagemap-cache: filling VMA 7f9d3fc30000-7f9d3fc31000 (4K) [l:7f9d3fc00000 h:7f9d3fe00000]
> (00.184011) pagemap-cache: 	    7f9d3fc30000-7f9d3fc31000     nr:1     cov:4096
> (00.184014) pagemap-cache: 	    7f9d3fc31000-7f9d3fc32000     nr:2     cov:8192
> (00.184018) pagemap-cache: 	    7f9d3fc32000-7f9d3fc34000     nr:3     cov:16384
> (00.184021) pagemap-cache: 	    7f9d3fc34000-7f9d3fc3d000     nr:4     cov:53248
> (00.184024) pagemap-cache: 	cache  mode [l:7f9d3fc30000 h:7f9d3fe00000]
> (00.184031) page-pipe: Add iov to page pipe (6 iovs, 6/10934 total)
> (00.184035) Pagemap generated: 1 pages 0 holes
> (00.184038) Pagemap generated: 1 pages 0 holes
> (00.184041) Pagemap generated: 0 pages 0 holes
> (00.184043) Pagemap generated: 0 pages 0 holes
> (00.184046) pagemap-cache: filling VMA 7f9d3fc3d000-7f9d3fe3c000 (2044K) [l:7f9d3fc00000 h:7f9d3fe00000]
> (00.184049) pagemap-cache: 	    7f9d3fc3d000-7f9d3fe3c000     nr:1     cov:2093056
> (00.184053) pagemap-cache: 	simple mode [l:7f9d3fc3d000 h:7f9d3fe3c000]
> (00.184065) Pagemap generated: 0 pages 0 holes
> (00.184068) pagemap-cache: filling VMA 7f9d3fe3c000-7f9d3fe3d000 (4K) [l:7f9d3fe00000 h:7f9d40000000]
> (00.184071) pagemap-cache: 	    7f9d3fe3c000-7f9d3fe3d000     nr:1     cov:4096
> (00.184075) pagemap-cache: 	    7f9d3fe3d000-7f9d3fe3e000     nr:2     cov:8192
> (00.184078) pagemap-cache: 	cache  mode [l:7f9d3fe3c000 h:7f9d40000000]
> (00.184085) page-pipe: Add iov to page pipe (7 iovs, 7/10934 total)
> (00.184088) Pagemap generated: 1 pages 0 holes
> (00.184091) Pagemap generated: 1 pages 0 holes
> (00.184094) pagemap-cache: filling VMA 7f9d403a5000-7f9d403be000 (100K) [l:7f9d40200000 h:7f9d40400000]
> (00.184100) Pagemap generated: 0 pages 0 holes
> (00.184103) pagemap-cache: filling VMA 7f9d403be000-7f9d405bd000 (2044K) [l:7f9d40200000 h:7f9d40400000]
> (00.184114) Pagemap generated: 0 pages 0 holes
> (00.184117) pagemap-cache: filling VMA 7f9d405bd000-7f9d405be000 (4K) [l:7f9d40400000 h:7f9d40600000]
> (00.184122) page-pipe: Add iov to page pipe (8 iovs, 8/10934 total)
> (00.184125) Pagemap generated: 1 pages 0 holes
> (00.184128) pagemap-cache: filling VMA 7f9d405be000-7f9d405bf000 (4K) [l:7f9d40400000 h:7f9d40600000]
> (00.184133) Pagemap generated: 1 pages 0 holes
> (00.184136) pagemap-cache: filling VMA 7f9d405bf000-7f9d405c3000 (16K) [l:7f9d40400000 h:7f9d40600000]
> (00.184141) page-pipe: Add iov to page pipe (9 iovs, 9/10934 total)
> (00.184144) Pagemap generated: 1 pages 0 holes
> (00.184147) pagemap-cache: filling VMA 7f9d405c3000-7f9d405c7000 (16K) [l:7f9d40400000 h:7f9d40600000]
> (00.184152) Pagemap generated: 0 pages 0 holes
> (00.184155) pagemap-cache: filling VMA 7f9d405c7000-7f9d407c6000 (2044K) [l:7f9d40400000 h:7f9d40600000]
> (00.184165) Pagemap generated: 0 pages 0 holes
> (00.184168) pagemap-cache: filling VMA 7f9d407c6000-7f9d407c7000 (4K) [l:7f9d40600000 h:7f9d40800000]
> (00.184173) page-pipe: Add iov to page pipe (10 iovs, 10/10934 total)
> (00.184176) Pagemap generated: 1 pages 0 holes
> (00.184179) pagemap-cache: filling VMA 7f9d407c7000-7f9d407c8000 (4K) [l:7f9d40600000 h:7f9d40800000]
> (00.184184) Pagemap generated: 1 pages 0 holes
> (00.184187) pagemap-cache: filling VMA 7f9d407c8000-7f9d407cc000 (16K) [l:7f9d40600000 h:7f9d40800000]
> (00.184192) Pagemap generated: 0 pages 0 holes
> (00.184195) pagemap-cache: filling VMA 7f9d407cc000-7f9d409cb000 (2044K) [l:7f9d40600000 h:7f9d40800000]
> (00.184205) Pagemap generated: 0 pages 0 holes
> (00.184208) pagemap-cache: filling VMA 7f9d409cb000-7f9d409cc000 (4K) [l:7f9d40800000 h:7f9d40a00000]
> (00.184212) page-pipe: Add iov to page pipe (11 iovs, 11/10934 total)
> (00.184216) Pagemap generated: 1 pages 0 holes
> (00.184219) pagemap-cache: filling VMA 7f9d409cc000-7f9d409cd000 (4K) [l:7f9d40800000 h:7f9d40a00000]
> (00.184232) Pagemap generated: 1 pages 0 holes
> (00.184236) pagemap-cache: filling VMA 7f9d409cd000-7f9d409d0000 (12K) [l:7f9d40800000 h:7f9d40a00000]
> (00.184241) Pagemap generated: 0 pages 0 holes
> (00.184244) pagemap-cache: filling VMA 7f9d409d0000-7f9d40bcf000 (2044K) [l:7f9d40800000 h:7f9d40a00000]
> (00.184254) Pagemap generated: 0 pages 0 holes
> (00.184257) pagemap-cache: filling VMA 7f9d40bcf000-7f9d40bd0000 (4K) [l:7f9d40a00000 h:7f9d40c00000]
> (00.184262) page-pipe: Add iov to page pipe (12 iovs, 12/10934 total)
> (00.184269) Pagemap generated: 1 pages 0 holes
> (00.184273) pagemap-cache: filling VMA 7f9d40bd0000-7f9d40bd1000 (4K) [l:7f9d40a00000 h:7f9d40c00000]
> (00.184278) Pagemap generated: 1 pages 0 holes
> (00.184281) pagemap-cache: filling VMA 7f9d40bd1000-7f9d40c0e000 (244K) [l:7f9d40a00000 h:7f9d40c00000]
> (00.184287) Pagemap generated: 0 pages 0 holes
> (00.184290) pagemap-cache: filling VMA 7f9d40c0e000-7f9d40e0d000 (2044K) [l:7f9d40c00000 h:7f9d40e00000]
> (00.184294) pagemap-cache: 	    7f9d40c0e000-7f9d40e0d000     nr:1     cov:2093056
> (00.184297) pagemap-cache: 	simple mode [l:7f9d40c0e000 h:7f9d40e0d000]
> (00.184316) Pagemap generated: 0 pages 0 holes
> (00.184319) pagemap-cache: filling VMA 7f9d40e0d000-7f9d40e0e000 (4K) [l:7f9d40e00000 h:7f9d41000000]
> (00.184323) pagemap-cache: 	    7f9d40e0d000-7f9d40e0e000     nr:1     cov:4096
> (00.184326) pagemap-cache: 	    7f9d40e0e000-7f9d40e0f000     nr:2     cov:8192
> (00.184329) pagemap-cache: 	    7f9d40e0f000-7f9d40fca000     nr:3     cov:1822720
> (00.184332) pagemap-cache: 	cache  mode [l:7f9d40e0d000 h:7f9d41000000]
> (00.184342) page-pipe: Add iov to page pipe (13 iovs, 13/10934 total)
> (00.184345) Pagemap generated: 1 pages 0 holes
> (00.184348) Pagemap generated: 1 pages 0 holes
> (00.184353) Pagemap generated: 0 pages 0 holes
> (00.184356) pagemap-cache: filling VMA 7f9d40fca000-7f9d411c9000 (2044K) [l:7f9d40e00000 h:7f9d41000000]
> (00.184368) Pagemap generated: 0 pages 0 holes
> (00.184371) pagemap-cache: filling VMA 7f9d411c9000-7f9d411cd000 (16K) [l:7f9d41000000 h:7f9d41200000]
> (00.184376) page-pipe: Add iov to page pipe (14 iovs, 14/10934 total)
> (00.184379) Pagemap generated: 4 pages 0 holes
> (00.184382) pagemap-cache: filling VMA 7f9d411cd000-7f9d411cf000 (8K) [l:7f9d41000000 h:7f9d41200000]
> (00.184387) Pagemap generated: 2 pages 0 holes
> (00.184390) pagemap-cache: filling VMA 7f9d411cf000-7f9d411d4000 (20K) [l:7f9d41000000 h:7f9d41200000]
> (00.184395) page-pipe: Add iov to page pipe (15 iovs, 15/10934 total)
> (00.184398) Pagemap generated: 4 pages 0 holes
> (00.184401) pagemap-cache: filling VMA 7f9d411d4000-7f9d411db000 (28K) [l:7f9d41000000 h:7f9d41200000]
> (00.184405) Pagemap generated: 0 pages 0 holes
> (00.184409) pagemap-cache: filling VMA 7f9d411db000-7f9d413da000 (2044K) [l:7f9d41000000 h:7f9d41200000]
> (00.184419) Pagemap generated: 0 pages 0 holes
> (00.184422) pagemap-cache: filling VMA 7f9d413da000-7f9d413db000 (4K) [l:7f9d41200000 h:7f9d41400000]
> (00.184426) page-pipe: Add iov to page pipe (16 iovs, 16/10934 total)
> (00.184430) Pagemap generated: 1 pages 0 holes
> (00.184433) pagemap-cache: filling VMA 7f9d413db000-7f9d413dc000 (4K) [l:7f9d41200000 h:7f9d41400000]
> (00.184437) Pagemap generated: 1 pages 0 holes
> (00.184440) pagemap-cache: filling VMA 7f9d413dc000-7f9d41420000 (272K) [l:7f9d41200000 h:7f9d41400000]
> (00.184447) Pagemap generated: 0 pages 0 holes
> (00.184450) pagemap-cache: filling VMA 7f9d41420000-7f9d4161f000 (2044K) [l:7f9d41400000 h:7f9d41600000]
> (00.184453) pagemap-cache: 	    7f9d41420000-7f9d4161f000     nr:1     cov:2093056
> (00.184456) pagemap-cache: 	simple mode [l:7f9d41420000 h:7f9d4161f000]
> (00.184467) Pagemap generated: 0 pages 0 holes
> (00.184470) pagemap-cache: filling VMA 7f9d4161f000-7f9d41620000 (4K) [l:7f9d41600000 h:7f9d41800000]
> (00.184474) pagemap-cache: 	    7f9d4161f000-7f9d41620000     nr:1     cov:4096
> (00.184477) pagemap-cache: 	    7f9d41620000-7f9d41621000     nr:2     cov:8192
> (00.184480) pagemap-cache: 	    7f9d41621000-7f9d41629000     nr:3     cov:40960
> (00.184483) pagemap-cache: 	cache  mode [l:7f9d4161f000 h:7f9d41800000]
> (00.184493) page-pipe: Grow pipe 40 -> 80
> (00.184505) page-pipe: Add iov to page pipe (17 iovs, 17/10934 total)
> (00.184509) Pagemap generated: 1 pages 0 holes
> (00.184511) Pagemap generated: 1 pages 0 holes
> (00.184514) Pagemap generated: 0 pages 0 holes
> (00.184517) pagemap-cache: filling VMA 7f9d41629000-7f9d41829000 (2048K) [l:7f9d41600000 h:7f9d41800000]
> (00.184531) Pagemap generated: 0 pages 0 holes
> (00.184534) pagemap-cache: filling VMA 7f9d41829000-7f9d4182a000 (4K) [l:7f9d41800000 h:7f9d41a00000]
> (00.184537) pagemap-cache: 	    7f9d41829000-7f9d4182a000     nr:1     cov:4096
> (00.184541) pagemap-cache: 	    7f9d4182a000-7f9d4182b000     nr:2     cov:8192
> (00.184544) pagemap-cache: 	    7f9d4182b000-7f9d41842000     nr:3     cov:102400
> (00.184547) pagemap-cache: 	cache  mode [l:7f9d41829000 h:7f9d41a00000]
> (00.184554) page-pipe: Add iov to page pipe (18 iovs, 18/10934 total)
> (00.184558) Pagemap generated: 1 pages 0 holes
> (00.184561) Pagemap generated: 1 pages 0 holes
> (00.184564) Pagemap generated: 0 pages 0 holes
> (00.184566) pagemap-cache: filling VMA 7f9d41842000-7f9d41a41000 (2044K) [l:7f9d41800000 h:7f9d41a00000]
> (00.184570) pagemap-cache: 	    7f9d41842000-7f9d41a41000     nr:1     cov:2093056
> (00.184573) pagemap-cache: 	simple mode [l:7f9d41842000 h:7f9d41a41000]
> (00.184585) Pagemap generated: 0 pages 0 holes
> (00.184589) pagemap-cache: filling VMA 7f9d41a41000-7f9d41a42000 (4K) [l:7f9d41a00000 h:7f9d41c00000]
> (00.184592) pagemap-cache: 	    7f9d41a41000-7f9d41a42000     nr:1     cov:4096
> (00.184595) pagemap-cache: 	    7f9d41a42000-7f9d41a43000     nr:2     cov:8192
> (00.184598) pagemap-cache: 	    7f9d41a43000-7f9d41a5c000     nr:3     cov:110592
> (00.184601) pagemap-cache: 	cache  mode [l:7f9d41a41000 h:7f9d41c00000]
> (00.184608) page-pipe: Add iov to page pipe (19 iovs, 19/10934 total)
> (00.184612) Pagemap generated: 1 pages 0 holes
> (00.184615) Pagemap generated: 1 pages 0 holes
> (00.184617) Pagemap generated: 0 pages 0 holes
> (00.184620) pagemap-cache: filling VMA 7f9d41a5c000-7f9d41c5b000 (2044K) [l:7f9d41a00000 h:7f9d41c00000]
> (00.184623) pagemap-cache: 	    7f9d41a5c000-7f9d41c5b000     nr:1     cov:2093056
> (00.184627) pagemap-cache: 	simple mode [l:7f9d41a5c000 h:7f9d41c5b000]
> (00.184639) Pagemap generated: 0 pages 0 holes
> (00.184642) pagemap-cache: filling VMA 7f9d41c5b000-7f9d41c5d000 (8K) [l:7f9d41c00000 h:7f9d41e00000]
> (00.184645) pagemap-cache: 	    7f9d41c5b000-7f9d41c5d000     nr:1     cov:8192
> (00.184649) pagemap-cache: 	    7f9d41c5d000-7f9d41c5e000     nr:2     cov:12288
> (00.184652) pagemap-cache: 	    7f9d41c5e000-7f9d41c65000     nr:3     cov:40960
> (00.184655) pagemap-cache: 	cache  mode [l:7f9d41c5b000 h:7f9d41e00000]
> (00.184662) page-pipe: Add iov to page pipe (20 iovs, 20/10934 total)
> (00.184665) Pagemap generated: 2 pages 0 holes
> (00.184668) Pagemap generated: 1 pages 0 holes
> (00.184671) Pagemap generated: 0 pages 0 holes
> (00.184674) pagemap-cache: filling VMA 7f9d41c65000-7f9d41e64000 (2044K) [l:7f9d41c00000 h:7f9d41e00000]
> (00.184677) pagemap-cache: 	    7f9d41c65000-7f9d41e64000     nr:1     cov:2093056
> (00.184680) pagemap-cache: 	simple mode [l:7f9d41c65000 h:7f9d41e64000]
> (00.184693) Pagemap generated: 0 pages 0 holes
> (00.184696) pagemap-cache: filling VMA 7f9d41e64000-7f9d41e65000 (4K) [l:7f9d41e00000 h:7f9d42000000]
> (00.184699) pagemap-cache: 	    7f9d41e64000-7f9d41e65000     nr:1     cov:4096
> (00.184703) pagemap-cache: 	    7f9d41e65000-7f9d41e66000     nr:2     cov:8192
> (00.184706) pagemap-cache: 	    7f9d41e66000-7f9d41e7b000     nr:3     cov:94208
> (00.184709) pagemap-cache: 	cache  mode [l:7f9d41e64000 h:7f9d42000000]
> (00.184716) page-pipe: Add iov to page pipe (21 iovs, 21/10934 total)
> (00.184719) Pagemap generated: 1 pages 0 holes
> (00.184722) Pagemap generated: 1 pages 0 holes
> (00.184725) Pagemap generated: 0 pages 0 holes
> (00.184728) pagemap-cache: filling VMA 7f9d41e7b000-7f9d4207a000 (2044K) [l:7f9d41e00000 h:7f9d42000000]
> (00.184731) pagemap-cache: 	    7f9d41e7b000-7f9d4207a000     nr:1     cov:2093056
> (00.184735) pagemap-cache: 	simple mode [l:7f9d41e7b000 h:7f9d4207a000]
> (00.184747) Pagemap generated: 0 pages 0 holes
> (00.184758) pagemap-cache: filling VMA 7f9d4207a000-7f9d4207b000 (4K) [l:7f9d42000000 h:7f9d42200000]
> (00.184762) pagemap-cache: 	    7f9d4207a000-7f9d4207b000     nr:1     cov:4096
> (00.184765) pagemap-cache: 	    7f9d4207b000-7f9d4207c000     nr:2     cov:8192
> (00.184769) pagemap-cache: 	    7f9d4207c000-7f9d4209f000     nr:3     cov:151552
> (00.184772) pagemap-cache: 	cache  mode [l:7f9d4207a000 h:7f9d42200000]
> (00.184779) page-pipe: Add iov to page pipe (22 iovs, 22/10934 total)
> (00.184782) Pagemap generated: 1 pages 0 holes
> (00.184785) Pagemap generated: 1 pages 0 holes
> (00.184788) Pagemap generated: 0 pages 0 holes
> (00.184791) pagemap-cache: filling VMA 7f9d4209f000-7f9d4229e000 (2044K) [l:7f9d42000000 h:7f9d42200000]
> (00.184803) Pagemap generated: 0 pages 0 holes
> (00.184806) pagemap-cache: filling VMA 7f9d4229e000-7f9d422a1000 (12K) [l:7f9d42200000 h:7f9d42400000]
> (00.184813) page-pipe: Add iov to page pipe (23 iovs, 23/10934 total)
> (00.184816) Pagemap generated: 3 pages 0 holes
> (00.184819) pagemap-cache: filling VMA 7f9d422a1000-7f9d422a2000 (4K) [l:7f9d42200000 h:7f9d42400000]
> (00.184826) Pagemap generated: 1 pages 0 holes
> (00.184829) pagemap-cache: filling VMA 7f9d422a2000-7f9d422c2000 (128K) [l:7f9d42200000 h:7f9d42400000]
> (00.184835) Pagemap generated: 0 pages 0 holes
> (00.184838) pagemap-cache: filling VMA 7f9d422c2000-7f9d424c1000 (2044K) [l:7f9d42200000 h:7f9d42400000]
> (00.184851) Pagemap generated: 0 pages 0 holes
> (00.184854) pagemap-cache: filling VMA 7f9d424c1000-7f9d424c2000 (4K) [l:7f9d42400000 h:7f9d42600000]
> (00.184860) page-pipe: Add iov to page pipe (24 iovs, 24/10934 total)
> (00.184864) Pagemap generated: 1 pages 0 holes
> (00.184866) pagemap-cache: filling VMA 7f9d424c2000-7f9d424c3000 (4K) [l:7f9d42400000 h:7f9d42600000]
> (00.184872) Pagemap generated: 1 pages 0 holes
> (00.184875) pagemap-cache: filling VMA 7f9d424c3000-7f9d424c5000 (8K) [l:7f9d42400000 h:7f9d42600000]
> (00.184881) Pagemap generated: 1 pages 0 holes
> (00.184884) pagemap-cache: filling VMA 7f9d424c5000-7f9d424e8000 (140K) [l:7f9d42400000 h:7f9d42600000]
> (00.184890) Pagemap generated: 0 pages 0 holes
> (00.184893) pagemap-cache: filling VMA 7f9d42651000-7f9d426d7000 (536K) [l:7f9d42600000 h:7f9d42800000]
> (00.184896) pagemap-cache: 	    7f9d42651000-7f9d426d7000     nr:1     cov:548864
> (00.184900) pagemap-cache: 	    7f9d426d7000-7f9d426e0000     nr:2     cov:585728
> (00.184903) pagemap-cache: 	    7f9d426e4000-7f9d426e7000     nr:3     cov:598016
> (00.184906) pagemap-cache: 	    7f9d426e7000-7f9d426e8000     nr:4     cov:602112
> (00.184909) pagemap-cache: 	    7f9d426e8000-7f9d426e9000     nr:5     cov:606208
> (00.184912) pagemap-cache: 	    7f9d426e9000-7f9d426ea000     nr:6     cov:610304
> (00.184916) pagemap-cache: 	cache  mode [l:7f9d42651000 h:7f9d42800000]
> (00.184924) page-pipe: Add iov to page pipe (25 iovs, 25/10934 total)
> (00.184928) Pagemap generated: 1 pages 0 holes
> (00.184931) page-pipe: Add iov to page pipe (26 iovs, 26/10934 total)
> (00.184934) Pagemap generated: 9 pages 0 holes
> (00.184937) page-pipe: Add iov to page pipe (27 iovs, 27/10934 total)
> (00.184940) Pagemap generated: 3 pages 0 holes
> (00.184943) Pagemap generated: 1 pages 0 holes
> (00.184946) Pagemap generated: 1 pages 0 holes
> (00.184949) Pagemap generated: 1 pages 0 holes
> (00.184951) pagemap-cache: filling VMA 7fff9c150000-7fff9c172000 (136K) [l:7fff9c000000 h:7fff9c200000]
> (00.184958) page-pipe: Add iov to page pipe (28 iovs, 28/10934 total)
> (00.184961) page-pipe: Add iov to page pipe (29 iovs, 29/10934 total)
> (00.184964) Pagemap generated: 7 pages 0 holes
> (00.184967) pagemap-cache: filling VMA 7fff9c1fe000-7fff9c200000 (8K) [l:7fff9c000000 h:7fff9c200000]
> (00.184971) page-pipe: Add iov to page pipe (30 iovs, 30/10934 total)
> (00.184974) Pagemap generated: 2 pages 0 holes
> (00.184977) page-pipe: Page pipe:
> (00.184980) page-pipe: * 1 pipes 31/10934 iovs:
> (00.184983) page-pipe: 	buf 109 pages, 31 iovs:
> (00.184986) page-pipe: 		0x400000 1
> (00.184989) page-pipe: 		0x639000 2
> (00.184991) page-pipe: 		0x1227000 24
> (00.184994) page-pipe: 		0x1244000 6
> (00.185005) page-pipe: 		0x7f9d3f80c000 2
> (00.185008) page-pipe: 		0x7f9d3fa18000 2
> (00.185011) page-pipe: 		0x7f9d3fc30000 2
> (00.185014) page-pipe: 		0x7f9d3fe3c000 2
> (00.185017) page-pipe: 		0x7f9d405bd000 2
> (00.185019) page-pipe: 		0x7f9d405c2000 1
> (00.185022) page-pipe: 		0x7f9d407c6000 2
> (00.185025) page-pipe: 		0x7f9d409cb000 2
> (00.185027) page-pipe: 		0x7f9d40bcf000 2
> (00.185030) page-pipe: 		0x7f9d40e0d000 2
> (00.185033) page-pipe: 		0x7f9d411c9000 8
> (00.185036) page-pipe: 		0x7f9d411d2000 2
> (00.185038) page-pipe: 		0x7f9d413da000 2
> (00.185041) page-pipe: 		0x7f9d4161f000 2
> (00.185044) page-pipe: 		0x7f9d41829000 2
> (00.185046) page-pipe: 		0x7f9d41a41000 2
> (00.185049) page-pipe: 		0x7f9d41c5b000 3
> (00.185052) page-pipe: 		0x7f9d41e64000 2
> (00.185054) page-pipe: 		0x7f9d4207a000 2
> (00.185057) page-pipe: 		0x7f9d4229e000 4
> (00.185060) page-pipe: 		0x7f9d424c1000 3
> (00.185063) page-pipe: 		0x7f9d42651000 1
> (00.185065) page-pipe: 		0x7f9d426d7000 9
> (00.185068) page-pipe: 		0x7f9d426e4000 6
> (00.185071) page-pipe: 		0x7fff9c16a000 3
> (00.185073) page-pipe: 		0x7fff9c16e000 4
> (00.185076) page-pipe: 		0x7fff9c1fe000 2
> (00.185079) page-pipe: * 0 holes:
> (00.185082) PPB: 109 pages 31 segs 128 pipe 0 off
> (00.185090) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.185097) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.185136) Fetched ack: 8 8 0
> (00.185142) Transfering pages:
> (00.185145) 	buf 109/31
> (00.185148) 	p 0x400000 [1]
> (00.185167) 	p 0x639000 [2]
> (00.185192) 	p 0x1227000 [24]
> (00.185454) 	p 0x1244000 [6]
> (00.185525) 	p 0x7f9d3f80c000 [2]
> (00.185552) 	p 0x7f9d3fa18000 [2]
> (00.185578) 	p 0x7f9d3fc30000 [2]
> (00.185604) 	p 0x7f9d3fe3c000 [2]
> (00.185630) 	p 0x7f9d405bd000 [2]
> (00.185661) 	p 0x7f9d405c2000 [1]
> (00.185679) 	p 0x7f9d407c6000 [2]
> (00.185705) 	p 0x7f9d409cb000 [2]
> (00.185731) 	p 0x7f9d40bcf000 [2]
> (00.185757) 	p 0x7f9d40e0d000 [2]
> (00.185782) 	p 0x7f9d411c9000 [8]
> (00.185865) 	p 0x7f9d411d2000 [2]
> (00.185891) 	p 0x7f9d413da000 [2]
> (00.185918) 	p 0x7f9d4161f000 [2]
> (00.185952) 	p 0x7f9d41829000 [2]
> (00.185977) 	p 0x7f9d41a41000 [2]
> (00.186004) 	p 0x7f9d41c5b000 [3]
> (00.186046) 	p 0x7f9d41e64000 [2]
> (00.186072) 	p 0x7f9d4207a000 [2]
> (00.186098) 	p 0x7f9d4229e000 [4]
> (00.186143) 	p 0x7f9d424c1000 [3]
> (00.186179) 	p 0x7f9d42651000 [1]
> (00.186196) 	p 0x7f9d426d7000 [9]
> (00.186288) 	p 0x7f9d426e4000 [6]
> (00.186353) 	p 0x7fff9c16a000 [3]
> (00.186389) 	p 0x7fff9c16e000 [4]
> (00.186438) 	p 0x7fff9c1fe000 [2]
> (00.186485) bfd: BUF 0x7f20686b2000 >
> (00.186491) page-pipe: Killing page pipe
> (00.186502) ----------------------------------------
> (00.186513) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.186518) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.186605) Fetched ack: 7 7 0
> (00.186617) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.186622) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.186659) Fetched ack: 9 9 0
> (00.186684) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.186689) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.186704) Fetched ack: 10 10 0
> (00.186715) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.186720) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.186728) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.186734) 
> (00.186739) Dumping core (pid: 10313)
> (00.186742) ----------------------------------------
> (00.186746) Obtaining personality ... (00.186762) 10313 has 0 sched policy
> (00.186768) 	dumping 0 nice for 10313
> (00.186778) cg: Dumping cgroups for 10313
> (00.186850) cg:  `- Existing css 2 found
> (00.186876) ----------------------------------------
> (00.186881) 
> (00.186884) Dumping creds for 10313)
> (00.186887) ----------------------------------------
> (00.186896) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.186900) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.186959) Fetched ack: 13 13 0
> (00.186972) Waiting for 10313 to trap
> (00.186991) Daemon 10313 exited trapping
> (00.187000) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 211: new_sp=0x7f9d4264c008 ip 0x7f9d40f09af3
> (00.187057) 10313 was trapped
> (00.187062) `- Expecting exit
> (00.187074) 10313 was trapped
> (00.187080) 10313 is going to execute the syscall f
> (00.187098) 10313 was stopped
> (00.187115) 10313 was trapped
> (00.187120) 10313 is going to execute the syscall 1
> (00.187132) 10313 was trapped
> (00.187136) `- Expecting exit
> (00.187148) 10313 was trapped
> (00.187153) 10313 is going to execute the syscall b
> (00.187178) 10313 was stopped
> (00.187206) 
> (00.187211) Dumping mm (pid: 10313)
> (00.187215) ----------------------------------------
> (00.187220) 0x400000-0x432000 (200K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187235) Dumping path for -3 fd via self 31 [/lib/systemd/systemd-udevd]
> (00.187245) 0x632000-0x63a000 (32K) prot 0x1 flags 0x2 off 0x32000 reg fp  shmid: 0
> (00.187251) 0x63a000-0x63b000 (4K) prot 0x3 flags 0x2 off 0x3a000 reg fp  shmid: 0
> (00.187256) 0x1227000-0x1248000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.187260) 0x1248000-0x126a000 (136K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.187265) 0x7f9d3f602000-0x7f9d3f60d000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187270) 0x7f9d3f60d000-0x7f9d3f80c000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.187275) 0x7f9d3f80c000-0x7f9d3f80d000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.187279) 0x7f9d3f80d000-0x7f9d3f80e000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.187284) 0x7f9d3f80e000-0x7f9d3f819000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187289) 0x7f9d3f819000-0x7f9d3fa18000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.187294) 0x7f9d3fa18000-0x7f9d3fa19000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.187298) 0x7f9d3fa19000-0x7f9d3fa1a000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.187303) 0x7f9d3fa1a000-0x7f9d3fa31000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187308) 0x7f9d3fa31000-0x7f9d3fc30000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.187312) 0x7f9d3fc30000-0x7f9d3fc31000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.187317) 0x7f9d3fc31000-0x7f9d3fc32000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.187321) 0x7f9d3fc32000-0x7f9d3fc34000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187326) 0x7f9d3fc34000-0x7f9d3fc3d000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187331) 0x7f9d3fc3d000-0x7f9d3fe3c000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.187335) 0x7f9d3fe3c000-0x7f9d3fe3d000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.187340) 0x7f9d3fe3d000-0x7f9d3fe3e000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.187344) 0x7f9d3fe3e000-0x7f9d403a5000 (5532K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.187349) 0x7f9d403a5000-0x7f9d403be000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187354) 0x7f9d403be000-0x7f9d405bd000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.187359) 0x7f9d405bd000-0x7f9d405be000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.187363) 0x7f9d405be000-0x7f9d405bf000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.187368) 0x7f9d405bf000-0x7f9d405c3000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187373) 0x7f9d405c3000-0x7f9d405c7000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187384) Dumping path for -3 fd via self 39 [/lib/x86_64-linux-gnu/libattr.so.1.1.0]
> (00.187393) 0x7f9d405c7000-0x7f9d407c6000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.187399) 0x7f9d407c6000-0x7f9d407c7000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.187403) 0x7f9d407c7000-0x7f9d407c8000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.187408) 0x7f9d407c8000-0x7f9d407cc000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187419) Dumping path for -3 fd via self 40 [/lib/x86_64-linux-gnu/libuuid.so.1.3.0]
> (00.187427) 0x7f9d407cc000-0x7f9d409cb000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.187433) 0x7f9d409cb000-0x7f9d409cc000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.187448) 0x7f9d409cc000-0x7f9d409cd000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.187454) 0x7f9d409cd000-0x7f9d409d0000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187459) 0x7f9d409d0000-0x7f9d40bcf000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.187463) 0x7f9d40bcf000-0x7f9d40bd0000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.187468) 0x7f9d40bd0000-0x7f9d40bd1000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.187472) 0x7f9d40bd1000-0x7f9d40c0e000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187477) 0x7f9d40c0e000-0x7f9d40e0d000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.187481) 0x7f9d40e0d000-0x7f9d40e0e000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.187486) 0x7f9d40e0e000-0x7f9d40e0f000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.187491) 0x7f9d40e0f000-0x7f9d40fca000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187495) 0x7f9d40fca000-0x7f9d411c9000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.187500) 0x7f9d411c9000-0x7f9d411cd000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.187505) 0x7f9d411cd000-0x7f9d411cf000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.187510) 0x7f9d411cf000-0x7f9d411d4000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187514) 0x7f9d411d4000-0x7f9d411db000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187519) 0x7f9d411db000-0x7f9d413da000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.187523) 0x7f9d413da000-0x7f9d413db000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.187528) 0x7f9d413db000-0x7f9d413dc000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.187532) 0x7f9d413dc000-0x7f9d41420000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187537) 0x7f9d41420000-0x7f9d4161f000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.187542) 0x7f9d4161f000-0x7f9d41620000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.187546) 0x7f9d41620000-0x7f9d41621000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.187551) 0x7f9d41621000-0x7f9d41629000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187556) 0x7f9d41629000-0x7f9d41829000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.187560) 0x7f9d41829000-0x7f9d4182a000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.187565) 0x7f9d4182a000-0x7f9d4182b000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.187570) 0x7f9d4182b000-0x7f9d41842000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187574) 0x7f9d41842000-0x7f9d41a41000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.187579) 0x7f9d41a41000-0x7f9d41a42000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.187584) 0x7f9d41a42000-0x7f9d41a43000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.187588) 0x7f9d41a43000-0x7f9d41a5c000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187593) 0x7f9d41a5c000-0x7f9d41c5b000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.187598) 0x7f9d41c5b000-0x7f9d41c5d000 (8K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.187602) 0x7f9d41c5d000-0x7f9d41c5e000 (4K) prot 0x3 flags 0x2 off 0x1a000 reg fp  shmid: 0
> (00.187607) 0x7f9d41c5e000-0x7f9d41c65000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187620) Dumping path for -3 fd via self 49 [/lib/x86_64-linux-gnu/libacl.so.1.1.0]
> (00.187629) 0x7f9d41c65000-0x7f9d41e64000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.187634) 0x7f9d41e64000-0x7f9d41e65000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.187639) 0x7f9d41e65000-0x7f9d41e66000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.187644) 0x7f9d41e66000-0x7f9d41e7b000 (84K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187656) Dumping path for -3 fd via self 50 [/lib/x86_64-linux-gnu/libkmod.so.2.2.5]
> (00.187664) 0x7f9d41e7b000-0x7f9d4207a000 (2044K) prot 0 flags 0x2 off 0x15000 reg fp  shmid: 0
> (00.187669) 0x7f9d4207a000-0x7f9d4207b000 (4K) prot 0x1 flags 0x2 off 0x14000 reg fp  shmid: 0
> (00.187683) 0x7f9d4207b000-0x7f9d4207c000 (4K) prot 0x3 flags 0x2 off 0x15000 reg fp  shmid: 0
> (00.187689) 0x7f9d4207c000-0x7f9d4209f000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187702) Dumping path for -3 fd via self 51 [/lib/x86_64-linux-gnu/libblkid.so.1.1.0]
> (00.187710) 0x7f9d4209f000-0x7f9d4229e000 (2044K) prot 0 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.187716) 0x7f9d4229e000-0x7f9d422a1000 (12K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.187721) 0x7f9d422a1000-0x7f9d422a2000 (4K) prot 0x3 flags 0x2 off 0x25000 reg fp  shmid: 0
> (00.187725) 0x7f9d422a2000-0x7f9d422c2000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187730) 0x7f9d422c2000-0x7f9d424c1000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.187735) 0x7f9d424c1000-0x7f9d424c2000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.187739) 0x7f9d424c2000-0x7f9d424c3000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.187744) 0x7f9d424c3000-0x7f9d424c5000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187749) 0x7f9d424c5000-0x7f9d424e8000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.187753) 0x7f9d42651000-0x7f9d426d7000 (536K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187758) 0x7f9d426d7000-0x7f9d426e0000 (36K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187762) 0x7f9d426e4000-0x7f9d426e7000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187767) 0x7f9d426e7000-0x7f9d426e8000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.187771) 0x7f9d426e8000-0x7f9d426e9000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.187776) 0x7f9d426e9000-0x7f9d426ea000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.187780) 0x7fff9c150000-0x7fff9c172000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.187785) 0x7fff9c1fe000-0x7fff9c200000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.187789) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.187794) Obtaining task auvx ...
> (00.187816) bfd: BUF 0x7f20686b2000 <
> (00.187827) bfd: BUF 0x7f20686b2000 >
> (00.187892) bfd: BUF 0x7f20686b2000 <
> (00.187901) bfd: BUF 0x7f20686b2000 >
> (00.187915) bfd: BUF 0x7f20686b2000 <
> (00.187923) bfd: BUF 0x7f20686b2000 >
> (00.187929) Dumping task cwd id 0x1f root id 0x1f
> (00.187949) bfd: BUF 0x7f20686ac000 >
> (00.187967) bfd: BUF 0x7f20686ad000 >
> (00.187984) bfd: BUF 0x7f20686ae000 >
> (00.188002) bfd: BUF 0x7f20686af000 >
> (00.188019) bfd: BUF 0x7f20686b0000 >
> (00.188036) bfd: BUF 0x7f20686b1000 >
> (00.188097) ========================================
> (00.188102) Dumping task (pid: 10353)
> (00.188105) ========================================
> (00.188109) Obtaining task stat ... (00.188145) 
> (00.188150) Collecting mappings (pid: 10353)
> (00.188154) ----------------------------------------
> (00.188161) bfd: BUF 0x7f20686b1000 <
> (00.188279) bfd: BUF 0x7f20686b0000 <
> (00.188288) bfd: BUF 0x7f20686b0000 >
> (00.188301) vma 677000 borrows vfi from previous 400000
> (00.188311) vma 679000 borrows vfi from previous 677000
> (00.188461) bfd: BUF 0x7f20686b0000 <
> (00.188470) bfd: BUF 0x7f20686b0000 >
> (00.188537) vma 7fdd32fc1000 borrows vfi from previous 7fdd32fb6000
> (00.188547) vma 7fdd331c0000 borrows vfi from previous 7fdd32fc1000
> (00.188556) vma 7fdd331c1000 borrows vfi from previous 7fdd331c0000
> (00.188578) bfd: BUF 0x7f20686b0000 <
> (00.188586) bfd: BUF 0x7f20686b0000 >
> (00.188597) vma 7fdd331cd000 borrows vfi from previous 7fdd331c2000
> (00.188607) vma 7fdd333cc000 borrows vfi from previous 7fdd331cd000
> (00.188616) vma 7fdd333cd000 borrows vfi from previous 7fdd333cc000
> (00.188694) bfd: BUF 0x7f20686b0000 <
> (00.188703) bfd: BUF 0x7f20686b0000 >
> (00.188713) vma 7fdd333e5000 borrows vfi from previous 7fdd333ce000
> (00.188723) vma 7fdd335e4000 borrows vfi from previous 7fdd333e5000
> (00.188732) vma 7fdd335e5000 borrows vfi from previous 7fdd335e4000
> (00.188763) bfd: BUF 0x7f20686b0000 <
> (00.188771) bfd: BUF 0x7f20686b0000 >
> (00.188782) vma 7fdd335f1000 borrows vfi from previous 7fdd335e8000
> (00.188851) vma 7fdd337f0000 borrows vfi from previous 7fdd335f1000
> (00.188861) vma 7fdd337f1000 borrows vfi from previous 7fdd337f0000
> (00.188895) bfd: BUF 0x7f20686b0000 <
> (00.188904) bfd: BUF 0x7f20686b0000 >
> (00.188915) vma 7fdd337f6000 borrows vfi from previous 7fdd337f2000
> (00.188925) vma 7fdd339f5000 borrows vfi from previous 7fdd337f6000
> (00.188934) vma 7fdd339f6000 borrows vfi from previous 7fdd339f5000
> (00.188955) bfd: BUF 0x7f20686b0000 <
> (00.188964) bfd: BUF 0x7f20686b0000 >
> (00.189032) vma 7fdd33a53000 borrows vfi from previous 7fdd339f7000
> (00.189042) vma 7fdd33c52000 borrows vfi from previous 7fdd33a53000
> (00.189052) vma 7fdd33c54000 borrows vfi from previous 7fdd33c52000
> (00.189082) bfd: BUF 0x7f20686b0000 <
> (00.189091) bfd: BUF 0x7f20686b0000 >
> (00.189102) vma 7fdd33c61000 borrows vfi from previous 7fdd33c5c000
> (00.189111) vma 7fdd33e60000 borrows vfi from previous 7fdd33c61000
> (00.189182) vma 7fdd33e61000 borrows vfi from previous 7fdd33e60000
> (00.189204) bfd: BUF 0x7f20686b0000 <
> (00.189212) bfd: BUF 0x7f20686b0000 >
> (00.189223) vma 7fdd3401d000 borrows vfi from previous 7fdd33e62000
> (00.189233) vma 7fdd3421c000 borrows vfi from previous 7fdd3401d000
> (00.189243) vma 7fdd34220000 borrows vfi from previous 7fdd3421c000
> (00.189272) bfd: BUF 0x7f20686b0000 <
> (00.189280) bfd: BUF 0x7f20686b0000 >
> (00.189357) vma 7fdd3422b000 borrows vfi from previous 7fdd34227000
> (00.189369) vma 7fdd3442a000 borrows vfi from previous 7fdd3422b000
> (00.189378) vma 7fdd3442b000 borrows vfi from previous 7fdd3442a000
> (00.189400) bfd: BUF 0x7f20686b0000 <
> (00.189409) bfd: BUF 0x7f20686b0000 >
> (00.189419) vma 7fdd34436000 borrows vfi from previous 7fdd3442c000
> (00.189429) vma 7fdd34635000 borrows vfi from previous 7fdd34436000
> (00.189438) vma 7fdd34636000 borrows vfi from previous 7fdd34635000
> (00.189514) bfd: BUF 0x7f20686b0000 <
> (00.189522) bfd: BUF 0x7f20686b0000 >
> (00.189533) vma 7fdd3463a000 borrows vfi from previous 7fdd34637000
> (00.189542) vma 7fdd34839000 borrows vfi from previous 7fdd3463a000
> (00.189552) vma 7fdd3483a000 borrows vfi from previous 7fdd34839000
> (00.189572) bfd: BUF 0x7f20686b0000 <
> (00.189581) bfd: BUF 0x7f20686b0000 >
> (00.189591) vma 7fdd34842000 borrows vfi from previous 7fdd3483b000
> (00.189601) vma 7fdd34a41000 borrows vfi from previous 7fdd34842000
> (00.189667) vma 7fdd34a42000 borrows vfi from previous 7fdd34a41000
> (00.189689) bfd: BUF 0x7f20686b0000 <
> (00.189698) bfd: BUF 0x7f20686b0000 >
> (00.189708) vma 7fdd34a46000 borrows vfi from previous 7fdd34a43000
> (00.189718) vma 7fdd34c45000 borrows vfi from previous 7fdd34a46000
> (00.189727) vma 7fdd34c46000 borrows vfi from previous 7fdd34c45000
> (00.189748) bfd: BUF 0x7f20686b0000 <
> (00.189757) bfd: BUF 0x7f20686b0000 >
> (00.189767) vma 7fdd34c60000 borrows vfi from previous 7fdd34c47000
> (00.189829) vma 7fdd34e5f000 borrows vfi from previous 7fdd34c60000
> (00.189838) vma 7fdd34e60000 borrows vfi from previous 7fdd34e5f000
> (00.189875) bfd: BUF 0x7f20686b0000 <
> (00.189884) bfd: BUF 0x7f20686b0000 >
> (00.189899) vma 7fdd34e7d000 borrows vfi from previous 7fdd34e65000
> (00.189908) vma 7fdd3507c000 borrows vfi from previous 7fdd34e7d000
> (00.189917) vma 7fdd3507d000 borrows vfi from previous 7fdd3507c000
> (00.189991) bfd: BUF 0x7f20686b0000 <
> (00.189999) bfd: BUF 0x7f20686b0000 >
> (00.190036) bfd: BUF 0x7f20686b0000 <
> (00.190045) bfd: BUF 0x7f20686b0000 >
> (00.190056) vma 7fdd352a1000 borrows vfi from previous 7fdd352a0000
> (00.190094) bfd: BUF 0x7f20686b1000 >
> (00.190102) Collected, longest area occupies 16351 pages
> (00.190106) 0x400000-0x477000 (476K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190111) 0x677000-0x679000 (8K) prot 0x1 flags 0x2 off 0x77000 reg fp  shmid: 0
> (00.190116) 0x679000-0x67f000 (24K) prot 0x3 flags 0x2 off 0x79000 reg fp  shmid: 0
> (00.190120) 0x67f000-0x681000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190125) 0x208e000-0x20c8000 (232K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.190129) 0x7fdd24000000-0x7fdd24023000 (140K) prot 0x3 flags 0x4022 off 0 reg ap  shmid: 0
> (00.190133) 0x7fdd24023000-0x7fdd28000000 (65396K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.190138) 0x7fdd2c000000-0x7fdd2c021000 (132K) prot 0x3 flags 0x4022 off 0 reg ap  shmid: 0
> (00.190154) 0x7fdd2c021000-0x7fdd30000000 (65404K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.190159) 0x7fdd317b3000-0x7fdd317b4000 (4K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.190163) 0x7fdd317b4000-0x7fdd31fb4000 (8192K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190168) 0x7fdd31fb4000-0x7fdd31fb5000 (4K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.190172) 0x7fdd31fb5000-0x7fdd327b5000 (8192K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190176) 0x7fdd327b5000-0x7fdd327b6000 (4K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.190181) 0x7fdd327b6000-0x7fdd32fb6000 (8192K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190185) 0x7fdd32fb6000-0x7fdd32fc1000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190190) 0x7fdd32fc1000-0x7fdd331c0000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.190194) 0x7fdd331c0000-0x7fdd331c1000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.190198) 0x7fdd331c1000-0x7fdd331c2000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.190203) 0x7fdd331c2000-0x7fdd331cd000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190207) 0x7fdd331cd000-0x7fdd333cc000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.190211) 0x7fdd333cc000-0x7fdd333cd000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.190216) 0x7fdd333cd000-0x7fdd333ce000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.190220) 0x7fdd333ce000-0x7fdd333e5000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190225) 0x7fdd333e5000-0x7fdd335e4000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.190229) 0x7fdd335e4000-0x7fdd335e5000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.190234) 0x7fdd335e5000-0x7fdd335e6000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.190238) 0x7fdd335e6000-0x7fdd335e8000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190243) 0x7fdd335e8000-0x7fdd335f1000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190247) 0x7fdd335f1000-0x7fdd337f0000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.190252) 0x7fdd337f0000-0x7fdd337f1000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.190256) 0x7fdd337f1000-0x7fdd337f2000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.190260) 0x7fdd337f2000-0x7fdd337f6000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190265) 0x7fdd337f6000-0x7fdd339f5000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.190269) 0x7fdd339f5000-0x7fdd339f6000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.190274) 0x7fdd339f6000-0x7fdd339f7000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.190278) 0x7fdd339f7000-0x7fdd33a53000 (368K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190282) 0x7fdd33a53000-0x7fdd33c52000 (2044K) prot 0 flags 0x2 off 0x5c000 reg fp  shmid: 0
> (00.190287) 0x7fdd33c52000-0x7fdd33c54000 (8K) prot 0x1 flags 0x2 off 0x5b000 reg fp  shmid: 0
> (00.190291) 0x7fdd33c54000-0x7fdd33c5a000 (24K) prot 0x3 flags 0x2 off 0x5d000 reg fp  shmid: 0
> (00.190295) 0x7fdd33c5a000-0x7fdd33c5c000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190300) 0x7fdd33c5c000-0x7fdd33c61000 (20K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190304) 0x7fdd33c61000-0x7fdd33e60000 (2044K) prot 0 flags 0x2 off 0x5000 reg fp  shmid: 0
> (00.190309) 0x7fdd33e60000-0x7fdd33e61000 (4K) prot 0x1 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.190313) 0x7fdd33e61000-0x7fdd33e62000 (4K) prot 0x3 flags 0x2 off 0x5000 reg fp  shmid: 0
> (00.190317) 0x7fdd33e62000-0x7fdd3401d000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190322) 0x7fdd3401d000-0x7fdd3421c000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.190326) 0x7fdd3421c000-0x7fdd34220000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.190331) 0x7fdd34220000-0x7fdd34222000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.190335) 0x7fdd34222000-0x7fdd34227000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190340) 0x7fdd34227000-0x7fdd3422b000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190344) 0x7fdd3422b000-0x7fdd3442a000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.190358) 0x7fdd3442a000-0x7fdd3442b000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.190363) 0x7fdd3442b000-0x7fdd3442c000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.190368) 0x7fdd3442c000-0x7fdd34436000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190372) 0x7fdd34436000-0x7fdd34635000 (2044K) prot 0 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.190376) 0x7fdd34635000-0x7fdd34636000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.190381) 0x7fdd34636000-0x7fdd34637000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.190385) 0x7fdd34637000-0x7fdd3463a000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190390) 0x7fdd3463a000-0x7fdd34839000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.190394) 0x7fdd34839000-0x7fdd3483a000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.190399) 0x7fdd3483a000-0x7fdd3483b000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.190403) 0x7fdd3483b000-0x7fdd34842000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190407) 0x7fdd34842000-0x7fdd34a41000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.190411) 0x7fdd34a41000-0x7fdd34a42000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.190416) 0x7fdd34a42000-0x7fdd34a43000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.190420) 0x7fdd34a43000-0x7fdd34a46000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190424) 0x7fdd34a46000-0x7fdd34c45000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.190429) 0x7fdd34c45000-0x7fdd34c46000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.190433) 0x7fdd34c46000-0x7fdd34c47000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.190438) 0x7fdd34c47000-0x7fdd34c60000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190442) 0x7fdd34c60000-0x7fdd34e5f000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.190446) 0x7fdd34e5f000-0x7fdd34e60000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.190451) 0x7fdd34e60000-0x7fdd34e61000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.190455) 0x7fdd34e61000-0x7fdd34e65000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190460) 0x7fdd34e65000-0x7fdd34e7d000 (96K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190464) 0x7fdd34e7d000-0x7fdd3507c000 (2044K) prot 0 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.190468) 0x7fdd3507c000-0x7fdd3507d000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.190473) 0x7fdd3507d000-0x7fdd3507e000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.190477) 0x7fdd3507e000-0x7fdd350a1000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.190481) 0x7fdd35293000-0x7fdd35299000 (24K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190486) 0x7fdd3529e000-0x7fdd352a0000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190490) 0x7fdd352a0000-0x7fdd352a1000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.190495) 0x7fdd352a1000-0x7fdd352a2000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.190499) 0x7fdd352a2000-0x7fdd352a3000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.190504) 0x7fffbe886000-0x7fffbe8a8000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.190508) 0x7fffbe98a000-0x7fffbe98c000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.190513) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.190517) ----------------------------------------
> (00.190521) 
> (00.190524) Collecting fds (pid: 10353)
> (00.190528) ----------------------------------------
> (00.190543) Found 4 file descriptors
> (00.190548) ----------------------------------------
> (00.190558) bfd: BUF 0x7f20686b1000 <
> (00.190564) bfd: BUF 0x7f20686b1000 >
> (00.190569) Dump private signals of 10353
> (00.190575) Dump private signals of 10355
> (00.190583) Dump private signals of 10356
> (00.190592) Dump private signals of 10357
> (00.190601) Dump shared signals of 10353
> (00.190615) Parasite syscall_ip at 0x400000
> (00.190668) Putting parasite blob into 0x7f20685df000->0x7fdd351cb000
> (00.190692) Dumping GP/FPU registers for 10353
> (00.190716) xsave runtime structure
> (00.190720) -----------------------
> (00.190724) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.190728) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.190732) xstate_bv: 7
> (00.190735) -----------------------
> (00.190739) Putting tsock into pid 10353
> (00.190782) Wait for parasite being daemonized...
> (00.190788) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.190806) Fetched ack: 2 2 0
> (00.190812) Parasite 10353 has been switched to daemon mode
> (00.190827) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.190832) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.190840) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.190855) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.190861) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.190881) Fetched ack: 12 12 0
> (00.190888) sid=251 pgid=251 pid=251
> (00.190910) bfd: BUF 0x7f20686b1000 <
> (00.190930) bfd: BUF 0x7f20686b0000 <
> (00.190948) bfd: BUF 0x7f20686af000 <
> (00.190966) bfd: BUF 0x7f20686ae000 <
> (00.190984) bfd: BUF 0x7f20686ad000 <
> (00.191002) bfd: BUF 0x7f20686ac000 <
> (00.191009) 
> (00.191012) Dumping opened files (pid: 10353)
> (00.191016) ----------------------------------------
> (00.191026) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.191055) Wait for ack 14 on daemon socket
> (00.191063) Fetched ack: 14 14 0
> (00.191082) bfd: BUF 0x7f20686b2000 <
> (00.191093) bfd: BUF 0x7f20686b3000 <
> (00.191103) bfd: BUF 0x7f20686b3000 >
> (00.191109) 10353 fdinfo 0: pos: 0x               0 flags:                2/0
> (00.191117) 	Searching for socket 9cf7 (family 1)
> (00.191126) No filter for socket
> (00.191130) Dumping unix socket at 0
> (00.191133) 	Dumping: ino 0x9cf7 peer_ino 0 family    1 type    2 state  7 name /dev/log
> (00.191141) 	Dumped: id 0x38 ino 0x9cf7 peer 0 type 2 state 7 name 9 bytes
> (00.191146) fdinfo: type: 0x 5 flags: 02/0 pos: 0x       0 fd: 0
> (00.191160) bfd: BUF 0x7f20686b3000 <
> (00.191168) bfd: BUF 0x7f20686b3000 >
> (00.191174) 10353 fdinfo 1: pos: 0x            c1dc flags:           102001/0x1
> (00.191189) Dumping path for 1 fd via self 58 [/var/log/syslog]
> (00.191199) fdinfo: type: 0x 1 flags: 0102001/01 pos: 0x    c1dc fd: 1
> (00.191212) bfd: BUF 0x7f20686b3000 <
> (00.191221) bfd: BUF 0x7f20686b3000 >
> (00.191226) 10353 fdinfo 2: pos: 0x            a017 flags:           102001/0x1
> (00.191237) Dumping path for 2 fd via self 59 [/var/log/auth.log]
> (00.191245) fdinfo: type: 0x 1 flags: 0102001/01 pos: 0x    a017 fd: 2
> (00.191257) bfd: BUF 0x7f20686b3000 <
> (00.191266) bfd: BUF 0x7f20686b3000 >
> (00.191271) 10353 fdinfo 3: pos: 0x               0 flags:           100000/0
> (00.191283) Dumping path for 3 fd via self 60 [/proc/kmsg]
> (00.191289) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 3
> (00.191309) bfd: BUF 0x7f20686b2000 >
> (00.191315) ----------------------------------------
> (00.191326) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.191331) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.191419) Fetched ack: 7 7 0
> (00.191425) 
> (00.191428) Dumping pages (type: 59 pid: 10353)
> (00.191432) ----------------------------------------
> (00.191436)    Private vmas 16351/47576 pages
> (00.191450) pagemap-cache: created for pid 10353 (takes 130808 bytes)
> (00.191455) page-pipe: Create page pipe for 47576 segs
> (00.191459) page-pipe: Will grow page pipe (iov off is 0)
> (00.191483) bfd: BUF 0x7f20686b2000 <
> (00.191505) pagemap-cache: filling VMA 400000-477000 (476K) [l:400000 h:600000]
> (00.191511) pagemap-cache: 	          400000-477000           nr:1     cov:487424
> (00.191516) pagemap-cache: 	simple mode [l:400000 h:477000]
> (00.191525) page-pipe: Add iov to page pipe (0 iovs, 0/47576 total)
> (00.191531) Pagemap generated: 1 pages 0 holes
> (00.191535) pagemap-cache: filling VMA 677000-679000 (8K) [l:600000 h:800000]
> (00.191539) pagemap-cache: 	          677000-679000           nr:1     cov:8192
> (00.191555) pagemap-cache: 	          679000-67f000           nr:2     cov:32768
> (00.191560) pagemap-cache: 	          67f000-681000           nr:3     cov:40960
> (00.191564) pagemap-cache: 	cache  mode [l:677000 h:800000]
> (00.191576) page-pipe: Add iov to page pipe (1 iovs, 1/47576 total)
> (00.191581) Pagemap generated: 1 pages 0 holes
> (00.191585) Pagemap generated: 6 pages 0 holes
> (00.191589) Pagemap generated: 2 pages 0 holes
> (00.191593) pagemap-cache: filling VMA 208e000-20c8000 (232K) [l:2000000 h:2200000]
> (00.191601) page-pipe: Add iov to page pipe (2 iovs, 2/47576 total)
> (00.191606) page-pipe: Grow pipe 10 -> 20
> (00.191611) page-pipe: Grow pipe 20 -> 40
> (00.191615) page-pipe: Add iov to page pipe (3 iovs, 3/47576 total)
> (00.191619) page-pipe: Add iov to page pipe (4 iovs, 4/47576 total)
> (00.191623) Pagemap generated: 35 pages 0 holes
> (00.191626) pagemap-cache: filling VMA 7fdd24000000-7fdd24023000 (140K) [l:7fdd24000000 h:7fdd24200000]
> (00.191630) pagemap-cache: 	    7fdd24000000-7fdd24023000     nr:1     cov:143360
> (00.191635) pagemap-cache: 	simple mode [l:7fdd24000000 h:7fdd24023000]
> (00.191644) page-pipe: Add iov to page pipe (5 iovs, 5/47576 total)
> (00.191648) page-pipe: Add iov to page pipe (6 iovs, 6/47576 total)
> (00.191652) Pagemap generated: 11 pages 0 holes
> (00.191656) pagemap-cache: filling VMA 7fdd24023000-7fdd28000000 (65396K) [l:7fdd24000000 h:7fdd24200000]
> (00.191871) Pagemap generated: 0 pages 0 holes
> (00.191876) pagemap-cache: filling VMA 7fdd2c000000-7fdd2c021000 (132K) [l:7fdd2c000000 h:7fdd2c200000]
> (00.191881) pagemap-cache: 	    7fdd2c000000-7fdd2c021000     nr:1     cov:135168
> (00.191885) pagemap-cache: 	simple mode [l:7fdd2c000000 h:7fdd2c021000]
> (00.191894) page-pipe: Add iov to page pipe (7 iovs, 7/47576 total)
> (00.191899) Pagemap generated: 4 pages 0 holes
> (00.191902) pagemap-cache: filling VMA 7fdd2c021000-7fdd30000000 (65404K) [l:7fdd2c000000 h:7fdd2c200000]
> (00.192033) Pagemap generated: 0 pages 0 holes
> (00.192038) pagemap-cache: filling VMA 7fdd317b3000-7fdd317b4000 (4K) [l:7fdd31600000 h:7fdd31800000]
> (00.192043) Pagemap generated: 0 pages 0 holes
> (00.192047) pagemap-cache: filling VMA 7fdd317b4000-7fdd31fb4000 (8192K) [l:7fdd31600000 h:7fdd31800000]
> (00.192071) page-pipe: Add iov to page pipe (8 iovs, 8/47576 total)
> (00.192076) Pagemap generated: 4 pages 0 holes
> (00.192079) pagemap-cache: filling VMA 7fdd31fb4000-7fdd31fb5000 (4K) [l:7fdd31e00000 h:7fdd32000000]
> (00.192085) Pagemap generated: 0 pages 0 holes
> (00.192089) pagemap-cache: filling VMA 7fdd31fb5000-7fdd327b5000 (8192K) [l:7fdd31e00000 h:7fdd32000000]
> (00.192114) page-pipe: Grow pipe 40 -> 80
> (00.192118) page-pipe: Add iov to page pipe (9 iovs, 9/47576 total)
> (00.192122) page-pipe: Add iov to page pipe (10 iovs, 10/47576 total)
> (00.192131) Pagemap generated: 3 pages 0 holes
> (00.192136) pagemap-cache: filling VMA 7fdd327b5000-7fdd327b6000 (4K) [l:7fdd32600000 h:7fdd32800000]
> (00.192142) Pagemap generated: 0 pages 0 holes
> (00.192146) pagemap-cache: filling VMA 7fdd327b6000-7fdd32fb6000 (8192K) [l:7fdd32600000 h:7fdd32800000]
> (00.192170) page-pipe: Add iov to page pipe (11 iovs, 11/47576 total)
> (00.192175) page-pipe: Add iov to page pipe (12 iovs, 12/47576 total)
> (00.192179) Pagemap generated: 5 pages 0 holes
> (00.192182) pagemap-cache: filling VMA 7fdd32fb6000-7fdd32fc1000 (44K) [l:7fdd32e00000 h:7fdd33000000]
> (00.192189) Pagemap generated: 0 pages 0 holes
> (00.192193) pagemap-cache: filling VMA 7fdd32fc1000-7fdd331c0000 (2044K) [l:7fdd32e00000 h:7fdd33000000]
> (00.192205) Pagemap generated: 0 pages 0 holes
> (00.192209) pagemap-cache: filling VMA 7fdd331c0000-7fdd331c1000 (4K) [l:7fdd33000000 h:7fdd33200000]
> (00.192215) page-pipe: Add iov to page pipe (13 iovs, 13/47576 total)
> (00.192219) Pagemap generated: 1 pages 0 holes
> (00.192223) pagemap-cache: filling VMA 7fdd331c1000-7fdd331c2000 (4K) [l:7fdd33000000 h:7fdd33200000]
> (00.192229) Pagemap generated: 1 pages 0 holes
> (00.192233) pagemap-cache: filling VMA 7fdd331c2000-7fdd331cd000 (44K) [l:7fdd33000000 h:7fdd33200000]
> (00.192239) Pagemap generated: 0 pages 0 holes
> (00.192253) pagemap-cache: filling VMA 7fdd331cd000-7fdd333cc000 (2044K) [l:7fdd33000000 h:7fdd33200000]
> (00.192267) Pagemap generated: 0 pages 0 holes
> (00.192271) pagemap-cache: filling VMA 7fdd333cc000-7fdd333cd000 (4K) [l:7fdd33200000 h:7fdd33400000]
> (00.192277) page-pipe: Add iov to page pipe (14 iovs, 14/47576 total)
> (00.192282) Pagemap generated: 1 pages 0 holes
> (00.192285) pagemap-cache: filling VMA 7fdd333cd000-7fdd333ce000 (4K) [l:7fdd33200000 h:7fdd33400000]
> (00.192291) Pagemap generated: 1 pages 0 holes
> (00.192295) pagemap-cache: filling VMA 7fdd333ce000-7fdd333e5000 (92K) [l:7fdd33200000 h:7fdd33400000]
> (00.192301) Pagemap generated: 0 pages 0 holes
> (00.192305) pagemap-cache: filling VMA 7fdd333e5000-7fdd335e4000 (2044K) [l:7fdd33200000 h:7fdd33400000]
> (00.192317) Pagemap generated: 0 pages 0 holes
> (00.192321) pagemap-cache: filling VMA 7fdd335e4000-7fdd335e5000 (4K) [l:7fdd33400000 h:7fdd33600000]
> (00.192327) page-pipe: Add iov to page pipe (15 iovs, 15/47576 total)
> (00.192331) Pagemap generated: 1 pages 0 holes
> (00.192335) pagemap-cache: filling VMA 7fdd335e5000-7fdd335e6000 (4K) [l:7fdd33400000 h:7fdd33600000]
> (00.192341) Pagemap generated: 1 pages 0 holes
> (00.192345) pagemap-cache: filling VMA 7fdd335e6000-7fdd335e8000 (8K) [l:7fdd33400000 h:7fdd33600000]
> (00.192351) Pagemap generated: 0 pages 0 holes
> (00.192355) pagemap-cache: filling VMA 7fdd335e8000-7fdd335f1000 (36K) [l:7fdd33400000 h:7fdd33600000]
> (00.192360) Pagemap generated: 0 pages 0 holes
> (00.192364) pagemap-cache: filling VMA 7fdd335f1000-7fdd337f0000 (2044K) [l:7fdd33400000 h:7fdd33600000]
> (00.192376) Pagemap generated: 0 pages 0 holes
> (00.192380) pagemap-cache: filling VMA 7fdd337f0000-7fdd337f1000 (4K) [l:7fdd33600000 h:7fdd33800000]
> (00.192386) page-pipe: Add iov to page pipe (16 iovs, 16/47576 total)
> (00.192390) Pagemap generated: 1 pages 0 holes
> (00.192394) pagemap-cache: filling VMA 7fdd337f1000-7fdd337f2000 (4K) [l:7fdd33600000 h:7fdd33800000]
> (00.192399) Pagemap generated: 1 pages 0 holes
> (00.192403) pagemap-cache: filling VMA 7fdd337f2000-7fdd337f6000 (16K) [l:7fdd33600000 h:7fdd33800000]
> (00.192408) Pagemap generated: 0 pages 0 holes
> (00.192412) pagemap-cache: filling VMA 7fdd337f6000-7fdd339f5000 (2044K) [l:7fdd33600000 h:7fdd33800000]
> (00.192424) Pagemap generated: 0 pages 0 holes
> (00.192428) pagemap-cache: filling VMA 7fdd339f5000-7fdd339f6000 (4K) [l:7fdd33800000 h:7fdd33a00000]
> (00.192434) page-pipe: Add iov to page pipe (17 iovs, 17/47576 total)
> (00.192438) Pagemap generated: 1 pages 0 holes
> (00.192442) pagemap-cache: filling VMA 7fdd339f6000-7fdd339f7000 (4K) [l:7fdd33800000 h:7fdd33a00000]
> (00.192447) Pagemap generated: 1 pages 0 holes
> (00.192451) pagemap-cache: filling VMA 7fdd339f7000-7fdd33a53000 (368K) [l:7fdd33800000 h:7fdd33a00000]
> (00.192461) Pagemap generated: 0 pages 0 holes
> (00.192465) pagemap-cache: filling VMA 7fdd33a53000-7fdd33c52000 (2044K) [l:7fdd33a00000 h:7fdd33c00000]
> (00.192469) pagemap-cache: 	    7fdd33a53000-7fdd33c52000     nr:1     cov:2093056
> (00.192473) pagemap-cache: 	simple mode [l:7fdd33a53000 h:7fdd33c52000]
> (00.192488) Pagemap generated: 0 pages 0 holes
> (00.192492) pagemap-cache: filling VMA 7fdd33c52000-7fdd33c54000 (8K) [l:7fdd33c00000 h:7fdd33e00000]
> (00.192496) pagemap-cache: 	    7fdd33c52000-7fdd33c54000     nr:1     cov:8192
> (00.192500) pagemap-cache: 	    7fdd33c54000-7fdd33c5a000     nr:2     cov:32768
> (00.192504) pagemap-cache: 	    7fdd33c5a000-7fdd33c5c000     nr:3     cov:40960
> (00.192508) pagemap-cache: 	    7fdd33c5c000-7fdd33c61000     nr:4     cov:61440
> (00.192512) pagemap-cache: 	cache  mode [l:7fdd33c52000 h:7fdd33e00000]
> (00.192521) page-pipe: Add iov to page pipe (18 iovs, 18/47576 total)
> (00.192526) Pagemap generated: 2 pages 0 holes
> (00.192530) Pagemap generated: 6 pages 0 holes
> (00.192533) Pagemap generated: 1 pages 0 holes
> (00.192537) Pagemap generated: 0 pages 0 holes
> (00.192540) pagemap-cache: filling VMA 7fdd33c61000-7fdd33e60000 (2044K) [l:7fdd33c00000 h:7fdd33e00000]
> (00.192545) pagemap-cache: 	    7fdd33c61000-7fdd33e60000     nr:1     cov:2093056
> (00.192559) pagemap-cache: 	simple mode [l:7fdd33c61000 h:7fdd33e60000]
> (00.192577) Pagemap generated: 0 pages 0 holes
> (00.192581) pagemap-cache: filling VMA 7fdd33e60000-7fdd33e61000 (4K) [l:7fdd33e00000 h:7fdd34000000]
> (00.192585) pagemap-cache: 	    7fdd33e60000-7fdd33e61000     nr:1     cov:4096
> (00.192589) pagemap-cache: 	    7fdd33e61000-7fdd33e62000     nr:2     cov:8192
> (00.192593) pagemap-cache: 	cache  mode [l:7fdd33e60000 h:7fdd34000000]
> (00.192604) page-pipe: Add iov to page pipe (19 iovs, 19/47576 total)
> (00.192609) Pagemap generated: 1 pages 0 holes
> (00.192612) Pagemap generated: 1 pages 0 holes
> (00.192616) pagemap-cache: filling VMA 7fdd33e62000-7fdd3401d000 (1772K) [l:7fdd33e00000 h:7fdd34000000]
> (00.192620) pagemap-cache: 	    7fdd33e62000-7fdd3401d000     nr:1     cov:1814528
> (00.192624) pagemap-cache: 	simple mode [l:7fdd33e62000 h:7fdd3401d000]
> (00.192639) Pagemap generated: 0 pages 0 holes
> (00.192643) pagemap-cache: filling VMA 7fdd3401d000-7fdd3421c000 (2044K) [l:7fdd34000000 h:7fdd34200000]
> (00.192648) pagemap-cache: 	    7fdd3401d000-7fdd3421c000     nr:1     cov:2093056
> (00.192652) pagemap-cache: 	simple mode [l:7fdd3401d000 h:7fdd3421c000]
> (00.192665) Pagemap generated: 0 pages 0 holes
> (00.192669) pagemap-cache: filling VMA 7fdd3421c000-7fdd34220000 (16K) [l:7fdd34200000 h:7fdd34400000]
> (00.192673) pagemap-cache: 	    7fdd3421c000-7fdd34220000     nr:1     cov:16384
> (00.192677) pagemap-cache: 	    7fdd34220000-7fdd34222000     nr:2     cov:24576
> (00.192681) pagemap-cache: 	    7fdd34222000-7fdd34227000     nr:3     cov:45056
> (00.192685) pagemap-cache: 	    7fdd34227000-7fdd3422b000     nr:4     cov:61440
> (00.192689) pagemap-cache: 	cache  mode [l:7fdd3421c000 h:7fdd34400000]
> (00.192698) page-pipe: Add iov to page pipe (20 iovs, 20/47576 total)
> (00.192703) Pagemap generated: 4 pages 0 holes
> (00.192706) Pagemap generated: 2 pages 0 holes
> (00.192710) page-pipe: Add iov to page pipe (21 iovs, 21/47576 total)
> (00.192714) Pagemap generated: 4 pages 0 holes
> (00.192718) Pagemap generated: 0 pages 0 holes
> (00.192721) pagemap-cache: filling VMA 7fdd3422b000-7fdd3442a000 (2044K) [l:7fdd34200000 h:7fdd34400000]
> (00.192725) pagemap-cache: 	    7fdd3422b000-7fdd3442a000     nr:1     cov:2093056
> (00.192730) pagemap-cache: 	simple mode [l:7fdd3422b000 h:7fdd3442a000]
> (00.192745) Pagemap generated: 0 pages 0 holes
> (00.192749) pagemap-cache: filling VMA 7fdd3442a000-7fdd3442b000 (4K) [l:7fdd34400000 h:7fdd34600000]
> (00.192753) pagemap-cache: 	    7fdd3442a000-7fdd3442b000     nr:1     cov:4096
> (00.192757) pagemap-cache: 	    7fdd3442b000-7fdd3442c000     nr:2     cov:8192
> (00.192761) pagemap-cache: 	    7fdd3442c000-7fdd34436000     nr:3     cov:49152
> (00.192765) pagemap-cache: 	cache  mode [l:7fdd3442a000 h:7fdd34600000]
> (00.192775) page-pipe: Add iov to page pipe (22 iovs, 22/47576 total)
> (00.192779) Pagemap generated: 1 pages 0 holes
> (00.192783) Pagemap generated: 1 pages 0 holes
> (00.192786) Pagemap generated: 0 pages 0 holes
> (00.192790) pagemap-cache: filling VMA 7fdd34436000-7fdd34635000 (2044K) [l:7fdd34400000 h:7fdd34600000]
> (00.192794) pagemap-cache: 	    7fdd34436000-7fdd34635000     nr:1     cov:2093056
> (00.192798) pagemap-cache: 	simple mode [l:7fdd34436000 h:7fdd34635000]
> (00.192813) Pagemap generated: 0 pages 0 holes
> (00.192817) pagemap-cache: filling VMA 7fdd34635000-7fdd34636000 (4K) [l:7fdd34600000 h:7fdd34800000]
> (00.192821) pagemap-cache: 	    7fdd34635000-7fdd34636000     nr:1     cov:4096
> (00.192825) pagemap-cache: 	    7fdd34636000-7fdd34637000     nr:2     cov:8192
> (00.192829) pagemap-cache: 	    7fdd34637000-7fdd3463a000     nr:3     cov:20480
> (00.192833) pagemap-cache: 	cache  mode [l:7fdd34635000 h:7fdd34800000]
> (00.192842) page-pipe: Add iov to page pipe (23 iovs, 23/47576 total)
> (00.192846) Pagemap generated: 1 pages 0 holes
> (00.192850) Pagemap generated: 1 pages 0 holes
> (00.192853) Pagemap generated: 0 pages 0 holes
> (00.192857) pagemap-cache: filling VMA 7fdd3463a000-7fdd34839000 (2044K) [l:7fdd34600000 h:7fdd34800000]
> (00.192861) pagemap-cache: 	    7fdd3463a000-7fdd34839000     nr:1     cov:2093056
> (00.192877) pagemap-cache: 	simple mode [l:7fdd3463a000 h:7fdd34839000]
> (00.192894) Pagemap generated: 0 pages 0 holes
> (00.192898) pagemap-cache: filling VMA 7fdd34839000-7fdd3483a000 (4K) [l:7fdd34800000 h:7fdd34a00000]
> (00.192902) pagemap-cache: 	    7fdd34839000-7fdd3483a000     nr:1     cov:4096
> (00.192906) pagemap-cache: 	    7fdd3483a000-7fdd3483b000     nr:2     cov:8192
> (00.192910) pagemap-cache: 	    7fdd3483b000-7fdd34842000     nr:3     cov:36864
> (00.192914) pagemap-cache: 	cache  mode [l:7fdd34839000 h:7fdd34a00000]
> (00.192923) page-pipe: Add iov to page pipe (24 iovs, 24/47576 total)
> (00.192928) Pagemap generated: 1 pages 0 holes
> (00.192931) Pagemap generated: 1 pages 0 holes
> (00.192935) Pagemap generated: 0 pages 0 holes
> (00.192938) pagemap-cache: filling VMA 7fdd34842000-7fdd34a41000 (2044K) [l:7fdd34800000 h:7fdd34a00000]
> (00.192942) pagemap-cache: 	    7fdd34842000-7fdd34a41000     nr:1     cov:2093056
> (00.192946) pagemap-cache: 	simple mode [l:7fdd34842000 h:7fdd34a41000]
> (00.192961) Pagemap generated: 0 pages 0 holes
> (00.192966) pagemap-cache: filling VMA 7fdd34a41000-7fdd34a42000 (4K) [l:7fdd34a00000 h:7fdd34c00000]
> (00.192970) pagemap-cache: 	    7fdd34a41000-7fdd34a42000     nr:1     cov:4096
> (00.192974) pagemap-cache: 	    7fdd34a42000-7fdd34a43000     nr:2     cov:8192
> (00.192977) pagemap-cache: 	    7fdd34a43000-7fdd34a46000     nr:3     cov:20480
> (00.192982) pagemap-cache: 	cache  mode [l:7fdd34a41000 h:7fdd34c00000]
> (00.192991) page-pipe: Add iov to page pipe (25 iovs, 25/47576 total)
> (00.192995) Pagemap generated: 1 pages 0 holes
> (00.192998) Pagemap generated: 1 pages 0 holes
> (00.193002) Pagemap generated: 0 pages 0 holes
> (00.193005) pagemap-cache: filling VMA 7fdd34a46000-7fdd34c45000 (2044K) [l:7fdd34a00000 h:7fdd34c00000]
> (00.193009) pagemap-cache: 	    7fdd34a46000-7fdd34c45000     nr:1     cov:2093056
> (00.193013) pagemap-cache: 	simple mode [l:7fdd34a46000 h:7fdd34c45000]
> (00.193028) Pagemap generated: 0 pages 0 holes
> (00.193032) pagemap-cache: filling VMA 7fdd34c45000-7fdd34c46000 (4K) [l:7fdd34c00000 h:7fdd34e00000]
> (00.193036) pagemap-cache: 	    7fdd34c45000-7fdd34c46000     nr:1     cov:4096
> (00.193040) pagemap-cache: 	    7fdd34c46000-7fdd34c47000     nr:2     cov:8192
> (00.193044) pagemap-cache: 	    7fdd34c47000-7fdd34c60000     nr:3     cov:110592
> (00.193048) pagemap-cache: 	cache  mode [l:7fdd34c45000 h:7fdd34e00000]
> (00.193058) page-pipe: Add iov to page pipe (26 iovs, 26/47576 total)
> (00.193062) Pagemap generated: 1 pages 0 holes
> (00.193066) Pagemap generated: 1 pages 0 holes
> (00.193069) Pagemap generated: 0 pages 0 holes
> (00.193073) pagemap-cache: filling VMA 7fdd34c60000-7fdd34e5f000 (2044K) [l:7fdd34c00000 h:7fdd34e00000]
> (00.193077) pagemap-cache: 	    7fdd34c60000-7fdd34e5f000     nr:1     cov:2093056
> (00.193081) pagemap-cache: 	simple mode [l:7fdd34c60000 h:7fdd34e5f000]
> (00.193096) Pagemap generated: 0 pages 0 holes
> (00.193100) pagemap-cache: filling VMA 7fdd34e5f000-7fdd34e60000 (4K) [l:7fdd34e00000 h:7fdd35000000]
> (00.193104) pagemap-cache: 	    7fdd34e5f000-7fdd34e60000     nr:1     cov:4096
> (00.193108) pagemap-cache: 	    7fdd34e60000-7fdd34e61000     nr:2     cov:8192
> (00.193112) pagemap-cache: 	    7fdd34e61000-7fdd34e65000     nr:3     cov:24576
> (00.193116) pagemap-cache: 	    7fdd34e65000-7fdd34e7d000     nr:4     cov:122880
> (00.193120) pagemap-cache: 	cache  mode [l:7fdd34e5f000 h:7fdd35000000]
> (00.193129) page-pipe: Add iov to page pipe (27 iovs, 27/47576 total)
> (00.193133) Pagemap generated: 1 pages 0 holes
> (00.193137) Pagemap generated: 1 pages 0 holes
> (00.193141) page-pipe: Add iov to page pipe (28 iovs, 28/47576 total)
> (00.193144) Pagemap generated: 1 pages 0 holes
> (00.193148) Pagemap generated: 0 pages 0 holes
> (00.193151) pagemap-cache: filling VMA 7fdd34e7d000-7fdd3507c000 (2044K) [l:7fdd34e00000 h:7fdd35000000]
> (00.193155) pagemap-cache: 	    7fdd34e7d000-7fdd3507c000     nr:1     cov:2093056
> (00.193159) pagemap-cache: 	simple mode [l:7fdd34e7d000 h:7fdd3507c000]
> (00.193174) Pagemap generated: 0 pages 0 holes
> (00.193178) pagemap-cache: filling VMA 7fdd3507c000-7fdd3507d000 (4K) [l:7fdd35000000 h:7fdd35200000]
> (00.193192) pagemap-cache: 	    7fdd3507c000-7fdd3507d000     nr:1     cov:4096
> (00.193196) pagemap-cache: 	    7fdd3507d000-7fdd3507e000     nr:2     cov:8192
> (00.193200) pagemap-cache: 	    7fdd3507e000-7fdd350a1000     nr:3     cov:151552
> (00.193204) pagemap-cache: 	cache  mode [l:7fdd3507c000 h:7fdd35200000]
> (00.193213) page-pipe: Add iov to page pipe (29 iovs, 29/47576 total)
> (00.193217) Pagemap generated: 1 pages 0 holes
> (00.193221) Pagemap generated: 1 pages 0 holes
> (00.193225) Pagemap generated: 0 pages 0 holes
> (00.193228) pagemap-cache: filling VMA 7fdd35293000-7fdd35299000 (24K) [l:7fdd35200000 h:7fdd35400000]
> (00.193235) page-pipe: Add iov to page pipe (30 iovs, 30/47576 total)
> (00.193240) Pagemap generated: 6 pages 0 holes
> (00.193243) pagemap-cache: filling VMA 7fdd3529e000-7fdd352a0000 (8K) [l:7fdd35200000 h:7fdd35400000]
> (00.193250) page-pipe: Add iov to page pipe (31 iovs, 31/47576 total)
> (00.193255) Pagemap generated: 2 pages 0 holes
> (00.193258) pagemap-cache: filling VMA 7fdd352a0000-7fdd352a1000 (4K) [l:7fdd35200000 h:7fdd35400000]
> (00.193265) Pagemap generated: 1 pages 0 holes
> (00.193269) pagemap-cache: filling VMA 7fdd352a1000-7fdd352a2000 (4K) [l:7fdd35200000 h:7fdd35400000]
> (00.193276) Pagemap generated: 1 pages 0 holes
> (00.193280) pagemap-cache: filling VMA 7fdd352a2000-7fdd352a3000 (4K) [l:7fdd35200000 h:7fdd35400000]
> (00.193315) page-pipe: Grow pipe 80 -> 100
> (00.193321) Pagemap generated: 1 pages 0 holes
> (00.193324) pagemap-cache: filling VMA 7fffbe886000-7fffbe8a8000 (136K) [l:7fffbe800000 h:7fffbea00000]
> (00.193330) page-pipe: Add iov to page pipe (32 iovs, 32/47576 total)
> (00.193334) Pagemap generated: 7 pages 0 holes
> (00.193337) pagemap-cache: filling VMA 7fffbe98a000-7fffbe98c000 (8K) [l:7fffbe800000 h:7fffbea00000]
> (00.193342) page-pipe: Add iov to page pipe (33 iovs, 33/47576 total)
> (00.193345) Pagemap generated: 2 pages 0 holes
> (00.193348) page-pipe: Page pipe:
> (00.193350) page-pipe: * 1 pipes 34/47576 iovs:
> (00.193353) page-pipe: 	buf 138 pages, 34 iovs:
> (00.193356) page-pipe: 		0x400000 1
> (00.193359) page-pipe: 		0x678000 9
> (00.193361) page-pipe: 		0x208e000 32
> (00.193364) page-pipe: 		0x20af000 1
> (00.193367) page-pipe: 		0x20c0000 2
> (00.193369) page-pipe: 		0x7fdd24000000 1
> (00.193372) page-pipe: 		0x7fdd24002000 10
> (00.193375) page-pipe: 		0x7fdd2c000000 4
> (00.193378) page-pipe: 		0x7fdd31fb0000 4
> (00.193380) page-pipe: 		0x7fdd32793000 1
> (00.193383) page-pipe: 		0x7fdd327b3000 2
> (00.193386) page-pipe: 		0x7fdd32fb0000 3
> (00.193388) page-pipe: 		0x7fdd32fb4000 2
> (00.193391) page-pipe: 		0x7fdd331c0000 2
> (00.193394) page-pipe: 		0x7fdd333cc000 2
> (00.193396) page-pipe: 		0x7fdd335e4000 2
> (00.193399) page-pipe: 		0x7fdd337f0000 2
> (00.193402) page-pipe: 		0x7fdd339f5000 2
> (00.193404) page-pipe: 		0x7fdd33c52000 9
> (00.193407) page-pipe: 		0x7fdd33e60000 2
> (00.193410) page-pipe: 		0x7fdd3421c000 8
> (00.193412) page-pipe: 		0x7fdd34225000 2
> (00.193415) page-pipe: 		0x7fdd3442a000 2
> (00.193418) page-pipe: 		0x7fdd34635000 2
> (00.193420) page-pipe: 		0x7fdd34839000 2
> (00.193423) page-pipe: 		0x7fdd34a41000 2
> (00.193426) page-pipe: 		0x7fdd34c45000 2
> (00.193429) page-pipe: 		0x7fdd34e5f000 2
> (00.193431) page-pipe: 		0x7fdd34e64000 1
> (00.193434) page-pipe: 		0x7fdd3507c000 2
> (00.193436) page-pipe: 		0x7fdd35293000 6
> (00.193439) page-pipe: 		0x7fdd3529e000 5
> (00.193442) page-pipe: 		0x7fffbe8a1000 7
> (00.193444) page-pipe: 		0x7fffbe98a000 2
> (00.193447) page-pipe: * 0 holes:
> (00.193450) PPB: 138 pages 34 segs 256 pipe 0 off
> (00.193459) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.193465) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.193490) Fetched ack: 8 8 0
> (00.193496) Transfering pages:
> (00.193499) 	buf 138/34
> (00.193501) 	p 0x400000 [1]
> (00.193518) 	p 0x678000 [9]
> (00.193604) 	p 0x208e000 [32]
> (00.193887) 	p 0x20af000 [1]
> (00.193901) 	p 0x20c0000 [2]
> (00.193923) 	p 0x7fdd24000000 [1]
> (00.193937) 	p 0x7fdd24002000 [10]
> (00.194024) 	p 0x7fdd2c000000 [4]
> (00.194069) 	p 0x7fdd31fb0000 [4]
> (00.194107) 	p 0x7fdd32793000 [1]
> (00.194126) 	p 0x7fdd327b3000 [2]
> (00.194153) 	p 0x7fdd32fb0000 [3]
> (00.194184) 	p 0x7fdd32fb4000 [2]
> (00.194206) 	p 0x7fdd331c0000 [2]
> (00.194228) 	p 0x7fdd333cc000 [2]
> (00.194250) 	p 0x7fdd335e4000 [2]
> (00.194271) 	p 0x7fdd337f0000 [2]
> (00.194293) 	p 0x7fdd339f5000 [2]
> (00.194316) 	p 0x7fdd33c52000 [9]
> (00.194394) 	p 0x7fdd33e60000 [2]
> (00.194415) 	p 0x7fdd3421c000 [8]
> (00.194490) 	p 0x7fdd34225000 [2]
> (00.194512) 	p 0x7fdd3442a000 [2]
> (00.194534) 	p 0x7fdd34635000 [2]
> (00.194556) 	p 0x7fdd34839000 [2]
> (00.194578) 	p 0x7fdd34a41000 [2]
> (00.194601) 	p 0x7fdd34c45000 [2]
> (00.194623) 	p 0x7fdd34e5f000 [2]
> (00.194644) 	p 0x7fdd34e64000 [1]
> (00.194658) 	p 0x7fdd3507c000 [2]
> (00.194679) 	p 0x7fdd35293000 [6]
> (00.194735) 	p 0x7fdd3529e000 [5]
> (00.194787) 	p 0x7fffbe8a1000 [7]
> (00.194849) 	p 0x7fffbe98a000 [2]
> (00.194888) bfd: BUF 0x7f20686b2000 >
> (00.194893) page-pipe: Killing page pipe
> (00.194906) ----------------------------------------
> (00.194915) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.194919) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.194987) Fetched ack: 7 7 0
> (00.194997) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.195000) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.195031) Fetched ack: 9 9 0
> (00.195051) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.195055) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.195068) Fetched ack: 10 10 0
> (00.195078) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.195082) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.195089) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.195093) 
> (00.195098) Dumping core (pid: 10353)
> (00.195100) ----------------------------------------
> (00.195103) Obtaining personality ... (00.195115) 10353 has 0 sched policy
> (00.195120) 	dumping 0 nice for 10353
> (00.195127) cg: Dumping cgroups for 10353
> (00.195162) cg:  `- Existing css 2 found
> (00.195180) ----------------------------------------
> (00.195183) 
> (00.195186) Dumping creds for 10353)
> (00.195188) ----------------------------------------
> (00.195196) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.195200) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.195242) Fetched ack: 13 13 0
> (00.195253) Waiting for 10353 to trap
> (00.195260) Daemon 10353 exited trapping
> (00.195266) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 251: new_sp=0x7fdd3528a008 ip 0x7fdd33f53da1
> (00.195307) 10353 was trapped
> (00.195311) `- Expecting exit
> (00.195322) 10353 was trapped
> (00.195326) 10353 is going to execute the syscall f
> (00.195341) 10353 was stopped
> (00.195347) 
> (00.195349) Dumping core for thread (pid: 10355)
> (00.195352) ----------------------------------------
> (00.195382) Dumping GP/FPU registers for 10355
> (00.195389) 10355 has 0 sched policy
> (00.195393) 	dumping 0 nice for 10355
> (00.195410) bfd: BUF 0x7f20686b2000 <
> (00.195435) bfd: BUF 0x7f20686b2000 >
> (00.195440) ----------------------------------------
> (00.195443) 
> (00.195446) Dumping core for thread (pid: 10356)
> (00.195449) ----------------------------------------
> (00.195474) Dumping GP/FPU registers for 10356
> (00.195481) 10356 has 0 sched policy
> (00.195484) 	dumping 0 nice for 10356
> (00.195500) bfd: BUF 0x7f20686b2000 <
> (00.195521) bfd: BUF 0x7f20686b2000 >
> (00.195526) ----------------------------------------
> (00.195529) 
> (00.195532) Dumping core for thread (pid: 10357)
> (00.195535) ----------------------------------------
> (00.195560) Dumping GP/FPU registers for 10357
> (00.195566) 10357 has 0 sched policy
> (00.195570) 	dumping 0 nice for 10357
> (00.195585) bfd: BUF 0x7f20686b2000 <
> (00.195606) bfd: BUF 0x7f20686b2000 >
> (00.195611) ----------------------------------------
> (00.195623) 10353 was trapped
> (00.195628) 10353 is going to execute the syscall 1
> (00.195638) 10353 was trapped
> (00.195642) `- Expecting exit
> (00.195651) 10353 was trapped
> (00.195666) 10353 is going to execute the syscall b
> (00.195687) 10353 was stopped
> (00.195711) 
> (00.195715) Dumping mm (pid: 10353)
> (00.195718) ----------------------------------------
> (00.195721) 0x400000-0x477000 (476K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195732) Dumping path for -3 fd via self 31 [/usr/sbin/rsyslogd]
> (00.195740) 0x677000-0x679000 (8K) prot 0x1 flags 0x2 off 0x77000 reg fp  shmid: 0
> (00.195745) 0x679000-0x67f000 (24K) prot 0x3 flags 0x2 off 0x79000 reg fp  shmid: 0
> (00.195749) 0x67f000-0x681000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195753) 0x208e000-0x20c8000 (232K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.195756) 0x7fdd24000000-0x7fdd24023000 (140K) prot 0x3 flags 0x4022 off 0 reg ap  shmid: 0
> (00.195760) 0x7fdd24023000-0x7fdd28000000 (65396K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.195764) 0x7fdd2c000000-0x7fdd2c021000 (132K) prot 0x3 flags 0x4022 off 0 reg ap  shmid: 0
> (00.195767) 0x7fdd2c021000-0x7fdd30000000 (65404K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.195771) 0x7fdd317b3000-0x7fdd317b4000 (4K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.195774) 0x7fdd317b4000-0x7fdd31fb4000 (8192K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195778) 0x7fdd31fb4000-0x7fdd31fb5000 (4K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.195782) 0x7fdd31fb5000-0x7fdd327b5000 (8192K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195785) 0x7fdd327b5000-0x7fdd327b6000 (4K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.195789) 0x7fdd327b6000-0x7fdd32fb6000 (8192K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195792) 0x7fdd32fb6000-0x7fdd32fc1000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195796) 0x7fdd32fc1000-0x7fdd331c0000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.195800) 0x7fdd331c0000-0x7fdd331c1000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.195803) 0x7fdd331c1000-0x7fdd331c2000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.195807) 0x7fdd331c2000-0x7fdd331cd000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195811) 0x7fdd331cd000-0x7fdd333cc000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.195815) 0x7fdd333cc000-0x7fdd333cd000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.195818) 0x7fdd333cd000-0x7fdd333ce000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.195822) 0x7fdd333ce000-0x7fdd333e5000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195826) 0x7fdd333e5000-0x7fdd335e4000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.195830) 0x7fdd335e4000-0x7fdd335e5000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.195833) 0x7fdd335e5000-0x7fdd335e6000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.195837) 0x7fdd335e6000-0x7fdd335e8000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195841) 0x7fdd335e8000-0x7fdd335f1000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195844) 0x7fdd335f1000-0x7fdd337f0000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.195848) 0x7fdd337f0000-0x7fdd337f1000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.195852) 0x7fdd337f1000-0x7fdd337f2000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.195856) 0x7fdd337f2000-0x7fdd337f6000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195864) Dumping path for -3 fd via self 37 [/usr/lib/rsyslog/imklog.so]
> (00.195871) 0x7fdd337f6000-0x7fdd339f5000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.195876) 0x7fdd339f5000-0x7fdd339f6000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.195880) 0x7fdd339f6000-0x7fdd339f7000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.195883) 0x7fdd339f7000-0x7fdd33a53000 (368K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195892) Dumping path for -3 fd via self 38 [/usr/lib/rsyslog/imuxsock.so]
> (00.195898) 0x7fdd33a53000-0x7fdd33c52000 (2044K) prot 0 flags 0x2 off 0x5c000 reg fp  shmid: 0
> (00.195902) 0x7fdd33c52000-0x7fdd33c54000 (8K) prot 0x1 flags 0x2 off 0x5b000 reg fp  shmid: 0
> (00.195906) 0x7fdd33c54000-0x7fdd33c5a000 (24K) prot 0x3 flags 0x2 off 0x5d000 reg fp  shmid: 0
> (00.195910) 0x7fdd33c5a000-0x7fdd33c5c000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195922) 0x7fdd33c5c000-0x7fdd33c61000 (20K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195931) Dumping path for -3 fd via self 39 [/usr/lib/rsyslog/lmnet.so]
> (00.195937) 0x7fdd33c61000-0x7fdd33e60000 (2044K) prot 0 flags 0x2 off 0x5000 reg fp  shmid: 0
> (00.195942) 0x7fdd33e60000-0x7fdd33e61000 (4K) prot 0x1 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.195945) 0x7fdd33e61000-0x7fdd33e62000 (4K) prot 0x3 flags 0x2 off 0x5000 reg fp  shmid: 0
> (00.195949) 0x7fdd33e62000-0x7fdd3401d000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195953) 0x7fdd3401d000-0x7fdd3421c000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.195956) 0x7fdd3421c000-0x7fdd34220000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.195960) 0x7fdd34220000-0x7fdd34222000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.195964) 0x7fdd34222000-0x7fdd34227000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.195967) 0x7fdd34227000-0x7fdd3422b000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195971) 0x7fdd3422b000-0x7fdd3442a000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.195975) 0x7fdd3442a000-0x7fdd3442b000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.195978) 0x7fdd3442b000-0x7fdd3442c000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (00.195982) 0x7fdd3442c000-0x7fdd34436000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.195986) 0x7fdd34436000-0x7fdd34635000 (2044K) prot 0 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.195989) 0x7fdd34635000-0x7fdd34636000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.195993) 0x7fdd34636000-0x7fdd34637000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.195996) 0x7fdd34637000-0x7fdd3463a000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.196005) Dumping path for -3 fd via self 43 [/usr/lib/x86_64-linux-gnu/libestr.so.0.0.0]
> (00.196012) 0x7fdd3463a000-0x7fdd34839000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.196016) 0x7fdd34839000-0x7fdd3483a000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.196020) 0x7fdd3483a000-0x7fdd3483b000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.196023) 0x7fdd3483b000-0x7fdd34842000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.196027) 0x7fdd34842000-0x7fdd34a41000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.196031) 0x7fdd34a41000-0x7fdd34a42000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.196034) 0x7fdd34a42000-0x7fdd34a43000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.196038) 0x7fdd34a43000-0x7fdd34a46000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.196042) 0x7fdd34a46000-0x7fdd34c45000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.196046) 0x7fdd34c45000-0x7fdd34c46000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.196049) 0x7fdd34c46000-0x7fdd34c47000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.196053) 0x7fdd34c47000-0x7fdd34c60000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.196057) 0x7fdd34c60000-0x7fdd34e5f000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.196060) 0x7fdd34e5f000-0x7fdd34e60000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.196064) 0x7fdd34e60000-0x7fdd34e61000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.196068) 0x7fdd34e61000-0x7fdd34e65000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.196071) 0x7fdd34e65000-0x7fdd34e7d000 (96K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.196081) Dumping path for -3 fd via self 47 [/lib/x86_64-linux-gnu/libz.so.1.2.8]
> (00.196088) 0x7fdd34e7d000-0x7fdd3507c000 (2044K) prot 0 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.196092) 0x7fdd3507c000-0x7fdd3507d000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.196096) 0x7fdd3507d000-0x7fdd3507e000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.196100) 0x7fdd3507e000-0x7fdd350a1000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.196104) 0x7fdd35293000-0x7fdd35299000 (24K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.196107) 0x7fdd3529e000-0x7fdd352a0000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.196118) 0x7fdd352a0000-0x7fdd352a1000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.196123) 0x7fdd352a1000-0x7fdd352a2000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.196126) 0x7fdd352a2000-0x7fdd352a3000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.196130) 0x7fffbe886000-0x7fffbe8a8000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.196133) 0x7fffbe98a000-0x7fffbe98c000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.196137) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.196141) Obtaining task auvx ...
> (00.196158) bfd: BUF 0x7f20686b2000 <
> (00.196167) bfd: BUF 0x7f20686b2000 >
> (00.196214) bfd: BUF 0x7f20686b2000 <
> (00.196221) bfd: BUF 0x7f20686b2000 >
> (00.196232) bfd: BUF 0x7f20686b2000 <
> (00.196239) bfd: BUF 0x7f20686b2000 >
> (00.196244) Dumping task cwd id 0x1f root id 0x1f
> (00.196260) bfd: BUF 0x7f20686b1000 >
> (00.196274) bfd: BUF 0x7f20686b0000 >
> (00.196289) bfd: BUF 0x7f20686af000 >
> (00.196303) bfd: BUF 0x7f20686ae000 >
> (00.196318) bfd: BUF 0x7f20686ad000 >
> (00.196332) bfd: BUF 0x7f20686ac000 >
> (00.196356) ========================================
> (00.196359) Dumping task (pid: 10359)
> (00.196362) ========================================
> (00.196365) Obtaining task stat ... (00.196392) 
> (00.196396) Collecting mappings (pid: 10359)
> (00.196399) ----------------------------------------
> (00.196406) bfd: BUF 0x7f20686ac000 <
> (00.196479) bfd: BUF 0x7f20686ad000 <
> (00.196487) bfd: BUF 0x7f20686ad000 >
> (00.196496) vma 7f3861b4f000 borrows vfi from previous 7f3861b36000
> (00.196504) vma 7f3861d4e000 borrows vfi from previous 7f3861b4f000
> (00.196512) vma 7f3861d4f000 borrows vfi from previous 7f3861d4e000
> (00.196537) bfd: BUF 0x7f20686ad000 <
> (00.196544) bfd: BUF 0x7f20686ad000 >
> (00.196553) vma 7f3861d5b000 borrows vfi from previous 7f3861d54000
> (00.196611) vma 7f3861f5a000 borrows vfi from previous 7f3861d5b000
> (00.196619) vma 7f3861f5b000 borrows vfi from previous 7f3861f5a000
> (00.196636) bfd: BUF 0x7f20686ad000 <
> (00.196643) bfd: BUF 0x7f20686ad000 >
> (00.196651) vma 7f3862117000 borrows vfi from previous 7f3861f5c000
> (00.196659) vma 7f3862316000 borrows vfi from previous 7f3862117000
> (00.196666) vma 7f386231a000 borrows vfi from previous 7f3862316000
> (00.196740) bfd: BUF 0x7f20686ad000 <
> (00.196747) bfd: BUF 0x7f20686ad000 >
> (00.196756) vma 7f3862365000 borrows vfi from previous 7f3862321000
> (00.196763) vma 7f3862564000 borrows vfi from previous 7f3862365000
> (00.196771) vma 7f3862565000 borrows vfi from previous 7f3862564000
> (00.196787) bfd: BUF 0x7f20686ad000 <
> (00.196794) bfd: BUF 0x7f20686ad000 >
> (00.196803) vma 7f386256e000 borrows vfi from previous 7f3862566000
> (00.196810) vma 7f386276e000 borrows vfi from previous 7f386256e000
> (00.196861) vma 7f386276f000 borrows vfi from previous 7f386276e000
> (00.196878) bfd: BUF 0x7f20686ad000 <
> (00.196885) bfd: BUF 0x7f20686ad000 >
> (00.196893) vma 7f3862787000 borrows vfi from previous 7f3862770000
> (00.196901) vma 7f3862986000 borrows vfi from previous 7f3862787000
> (00.196909) vma 7f3862987000 borrows vfi from previous 7f3862986000
> (00.196925) bfd: BUF 0x7f20686ad000 <
> (00.196931) bfd: BUF 0x7f20686ad000 >
> (00.197016) bfd: BUF 0x7f20686ad000 <
> (00.197023) bfd: BUF 0x7f20686ad000 >
> (00.197032) vma 7f3862bab000 borrows vfi from previous 7f3862baa000
> (00.197056) bfd: BUF 0x7f20686ad000 <
> (00.197063) bfd: BUF 0x7f20686ad000 >
> (00.197071) vma 7f3862dcb000 borrows vfi from previous 7f3862bad000
> (00.197079) vma 7f3862dcd000 borrows vfi from previous 7f3862dcb000
> (00.197118) bfd: BUF 0x7f20686ac000 >
> (00.197124) Collected, longest area occupies 512 pages
> (00.197128) 0x7f3861b36000-0x7f3861b4f000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197132) 0x7f3861b4f000-0x7f3861d4e000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.197135) 0x7f3861d4e000-0x7f3861d4f000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.197139) 0x7f3861d4f000-0x7f3861d50000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.197142) 0x7f3861d50000-0x7f3861d54000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.197155) 0x7f3861d54000-0x7f3861d5b000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197159) 0x7f3861d5b000-0x7f3861f5a000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.197163) 0x7f3861f5a000-0x7f3861f5b000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.197166) 0x7f3861f5b000-0x7f3861f5c000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.197170) 0x7f3861f5c000-0x7f3862117000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197173) 0x7f3862117000-0x7f3862316000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.197177) 0x7f3862316000-0x7f386231a000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.197181) 0x7f386231a000-0x7f386231c000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.197184) 0x7f386231c000-0x7f3862321000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.197188) 0x7f3862321000-0x7f3862365000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197191) 0x7f3862365000-0x7f3862564000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.197195) 0x7f3862564000-0x7f3862565000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.197198) 0x7f3862565000-0x7f3862566000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.197202) 0x7f3862566000-0x7f386256e000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197205) 0x7f386256e000-0x7f386276e000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.197209) 0x7f386276e000-0x7f386276f000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.197212) 0x7f386276f000-0x7f3862770000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.197216) 0x7f3862770000-0x7f3862787000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197219) 0x7f3862787000-0x7f3862986000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.197223) 0x7f3862986000-0x7f3862987000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.197227) 0x7f3862987000-0x7f3862988000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.197230) 0x7f3862988000-0x7f38629ab000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197234) 0x7f3862b9e000-0x7f3862ba3000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.197237) 0x7f3862ba8000-0x7f3862baa000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.197241) 0x7f3862baa000-0x7f3862bab000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.197244) 0x7f3862bab000-0x7f3862bac000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.197248) 0x7f3862bac000-0x7f3862bad000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.197252) 0x7f3862bad000-0x7f3862bcc000 (124K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.197255) 0x7f3862dcb000-0x7f3862dcd000 (8K) prot 0x1 flags 0x2 off 0x1e000 reg fp  shmid: 0
> (00.197259) 0x7f3862dcd000-0x7f3862dce000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.197262) 0x7f3864924000-0x7f386498c000 (416K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.197266) 0x7fff71eae000-0x7fff71ed0000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.197269) 0x7fff71fc9000-0x7fff71fcb000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.197273) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.197277) ----------------------------------------
> (00.197280) 
> (00.197283) Collecting fds (pid: 10359)
> (00.197285) ----------------------------------------
> (00.197307) Found 7 file descriptors
> (00.197312) ----------------------------------------
> (00.197320) bfd: BUF 0x7f20686ac000 <
> (00.197325) bfd: BUF 0x7f20686ac000 >
> (00.197329) Dump private signals of 10359
> (00.197335) Dump shared signals of 10359
> (00.197343) Parasite syscall_ip at 0x7f3861b36000
> (00.197386) Putting parasite blob into 0x7f206868e000->0x7f3862b85000
> (00.197407) Dumping GP/FPU registers for 10359
> (00.197415) xsave runtime structure
> (00.197419) -----------------------
> (00.197421) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.197425) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.197428) xstate_bv: 7
> (00.197431) -----------------------
> (00.197445) Putting tsock into pid 10359
> (00.197483) Wait for parasite being daemonized...
> (00.197488) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.197503) Fetched ack: 2 2 0
> (00.197508) Parasite 10359 has been switched to daemon mode
> (00.197519) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.197523) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> pie: Daemon wais for command
> (00.197530) Fetched ack: 17 17 0
> (00.197543) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.197547) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.197565) Fetched ack: 12 12 0
> (00.197571) sid=256 pgid=256 pid=257
> (00.197589) bfd: BUF 0x7f20686ac000 <
> (00.197605) bfd: BUF 0x7f20686ad000 <
> (00.197620) bfd: BUF 0x7f20686ae000 <
> (00.197636) bfd: BUF 0x7f20686af000 <
> (00.197651) bfd: BUF 0x7f20686b0000 <
> (00.197665) bfd: BUF 0x7f20686b1000 <
> (00.197670) 
> (00.197673) Dumping opened files (pid: 10359)
> (00.197676) ----------------------------------------
> (00.197683) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.197712) Wait for ack 14 on daemon socket
> (00.197718) Fetched ack: 14 14 0
> (00.197733) bfd: BUF 0x7f20686b2000 <
> (00.197742) bfd: BUF 0x7f20686b3000 <
> (00.197750) bfd: BUF 0x7f20686b3000 >
> (00.197755) 10359 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.197775) Dumping path for 0 fd via self 46 [/dev/null]
> (00.197782) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.197792) bfd: BUF 0x7f20686b3000 <
> (00.197799) bfd: BUF 0x7f20686b3000 >
> (00.197803) 10359 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.197809) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.197818) bfd: BUF 0x7f20686b3000 <
> (00.197824) bfd: BUF 0x7f20686b3000 >
> (00.197828) 10359 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.197834) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.197844) bfd: BUF 0x7f20686b3000 <
> (00.197851) bfd: BUF 0x7f20686b3000 >
> (00.197855) 10359 fdinfo 3: pos: 0x               0 flags:                2/0
> (00.197871) bfd: BUF 0x7f20686b3000 <
> (00.197877) bfd: BUF 0x7f20686b3000 >
> (00.197881) epoll: Dumping eventpoll: id 0x000043 flags 0x02
> (00.197886) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 3
> (00.197895) bfd: BUF 0x7f20686b3000 <
> (00.197901) bfd: BUF 0x7f20686b3000 >
> (00.197906) 10359 fdinfo 4: pos: 0x               0 flags:             4002/0x1
> (00.197912) 	Searching for socket 9ce2 (family 1)
> (00.197916) 	Searching for socket 7b48 (family 1)
> (00.197922) No filter for socket
> (00.197925) Dumping unix socket at 4
> (00.197928) 	Dumping: ino 0x9ce2 peer_ino 0x7b48 family    1 type    1 state  1 name (null)
> (00.197934) 	Dumped: id 0x44 ino 0x9ce2 peer 0x7b48 type 1 state 1 name 0 bytes
> (00.197940) 	Dumped: id 0x7 ino 0x7b48 peer 0x9ce2 type 1 state 1 name 20 bytes
> (00.197944) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 4
> (00.197953) bfd: BUF 0x7f20686b3000 <
> (00.197960) bfd: BUF 0x7f20686b3000 >
> (00.197964) 10359 fdinfo 5: pos: 0x               0 flags:             4000/0x1
> (00.197969) Dumping pipe 51 with id 0x45 pipe_id 0x9ce3
> (00.197974) Dumping data from pipe 0x9ce3 fd 51
> (00.197994) fdinfo: type: 0x 2 flags: 04000/01 pos: 0x       0 fd: 5
> (00.198004) bfd: BUF 0x7f20686b3000 <
> (00.198011) bfd: BUF 0x7f20686b3000 >
> (00.198015) 10359 fdinfo 6: pos: 0x               0 flags:             4001/0x1
> (00.198021) Dumping pipe 52 with id 0x46 pipe_id 0x9ce3
> (00.198025) fdinfo: type: 0x 2 flags: 04001/01 pos: 0x       0 fd: 6
> (00.198041) bfd: BUF 0x7f20686b2000 >
> (00.198046) ----------------------------------------
> (00.198054) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.198058) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.198092) Fetched ack: 7 7 0
> (00.198097) 
> (00.198099) Dumping pages (type: 59 pid: 10359)
> (00.198102) ----------------------------------------
> (00.198105)    Private vmas 512/3885 pages
> (00.198121) pagemap-cache: created for pid 10359 (takes 4096 bytes)
> (00.198125) page-pipe: Create page pipe for 3885 segs
> (00.198128) page-pipe: Will grow page pipe (iov off is 0)
> (00.198147) bfd: BUF 0x7f20686b2000 <
> (00.198166) pagemap-cache: filling VMA 7f3861b36000-7f3861b4f000 (100K) [l:7f3861a00000 h:7f3861c00000]
> (00.198174) page-pipe: Add iov to page pipe (0 iovs, 0/3885 total)
> (00.198178) Pagemap generated: 1 pages 0 holes
> (00.198181) pagemap-cache: filling VMA 7f3861b4f000-7f3861d4e000 (2044K) [l:7f3861a00000 h:7f3861c00000]
> (00.198192) Pagemap generated: 0 pages 0 holes
> (00.198195) pagemap-cache: filling VMA 7f3861d4e000-7f3861d4f000 (4K) [l:7f3861c00000 h:7f3861e00000]
> (00.198201) page-pipe: Add iov to page pipe (1 iovs, 1/3885 total)
> (00.198204) Pagemap generated: 1 pages 0 holes
> (00.198207) pagemap-cache: filling VMA 7f3861d4f000-7f3861d50000 (4K) [l:7f3861c00000 h:7f3861e00000]
> (00.198212) Pagemap generated: 1 pages 0 holes
> (00.198215) pagemap-cache: filling VMA 7f3861d50000-7f3861d54000 (16K) [l:7f3861c00000 h:7f3861e00000]
> (00.198221) page-pipe: Add iov to page pipe (2 iovs, 2/3885 total)
> (00.198224) Pagemap generated: 1 pages 0 holes
> (00.198227) pagemap-cache: filling VMA 7f3861d54000-7f3861d5b000 (28K) [l:7f3861c00000 h:7f3861e00000]
> (00.198233) Pagemap generated: 0 pages 0 holes
> (00.198236) pagemap-cache: filling VMA 7f3861d5b000-7f3861f5a000 (2044K) [l:7f3861c00000 h:7f3861e00000]
> (00.198247) Pagemap generated: 0 pages 0 holes
> (00.198250) pagemap-cache: filling VMA 7f3861f5a000-7f3861f5b000 (4K) [l:7f3861e00000 h:7f3862000000]
> (00.198256) page-pipe: Add iov to page pipe (3 iovs, 3/3885 total)
> (00.198259) Pagemap generated: 1 pages 0 holes
> (00.198262) pagemap-cache: filling VMA 7f3861f5b000-7f3861f5c000 (4K) [l:7f3861e00000 h:7f3862000000]
> (00.198268) Pagemap generated: 1 pages 0 holes
> (00.198271) pagemap-cache: filling VMA 7f3861f5c000-7f3862117000 (1772K) [l:7f3861e00000 h:7f3862000000]
> (00.198282) Pagemap generated: 0 pages 0 holes
> (00.198285) pagemap-cache: filling VMA 7f3862117000-7f3862316000 (2044K) [l:7f3862000000 h:7f3862200000]
> (00.198297) Pagemap generated: 0 pages 0 holes
> (00.198300) pagemap-cache: filling VMA 7f3862316000-7f386231a000 (16K) [l:7f3862200000 h:7f3862400000]
> (00.198306) page-pipe: Add iov to page pipe (4 iovs, 4/3885 total)
> (00.198310) Pagemap generated: 4 pages 0 holes
> (00.198313) pagemap-cache: filling VMA 7f386231a000-7f386231c000 (8K) [l:7f3862200000 h:7f3862400000]
> (00.198319) Pagemap generated: 2 pages 0 holes
> (00.198322) pagemap-cache: filling VMA 7f386231c000-7f3862321000 (20K) [l:7f3862200000 h:7f3862400000]
> (00.198329) page-pipe: Add iov to page pipe (5 iovs, 5/3885 total)
> (00.198332) Pagemap generated: 4 pages 0 holes
> (00.198335) pagemap-cache: filling VMA 7f3862321000-7f3862365000 (272K) [l:7f3862200000 h:7f3862400000]
> (00.198341) Pagemap generated: 0 pages 0 holes
> (00.198345) pagemap-cache: filling VMA 7f3862365000-7f3862564000 (2044K) [l:7f3862200000 h:7f3862400000]
> (00.198355) Pagemap generated: 0 pages 0 holes
> (00.198358) pagemap-cache: filling VMA 7f3862564000-7f3862565000 (4K) [l:7f3862400000 h:7f3862600000]
> (00.198364) page-pipe: Grow pipe 10 -> 20
> (00.198368) page-pipe: Add iov to page pipe (6 iovs, 6/3885 total)
> (00.198371) Pagemap generated: 1 pages 0 holes
> (00.198374) pagemap-cache: filling VMA 7f3862565000-7f3862566000 (4K) [l:7f3862400000 h:7f3862600000]
> (00.198379) Pagemap generated: 1 pages 0 holes
> (00.198382) pagemap-cache: filling VMA 7f3862566000-7f386256e000 (32K) [l:7f3862400000 h:7f3862600000]
> (00.198387) Pagemap generated: 0 pages 0 holes
> (00.198391) pagemap-cache: filling VMA 7f386256e000-7f386276e000 (2048K) [l:7f3862400000 h:7f3862600000]
> (00.198401) Pagemap generated: 0 pages 0 holes
> (00.198405) pagemap-cache: filling VMA 7f386276e000-7f386276f000 (4K) [l:7f3862600000 h:7f3862800000]
> (00.198410) page-pipe: Add iov to page pipe (7 iovs, 7/3885 total)
> (00.198413) Pagemap generated: 1 pages 0 holes
> (00.198416) pagemap-cache: filling VMA 7f386276f000-7f3862770000 (4K) [l:7f3862600000 h:7f3862800000]
> (00.198422) Pagemap generated: 1 pages 0 holes
> (00.198434) pagemap-cache: filling VMA 7f3862770000-7f3862787000 (92K) [l:7f3862600000 h:7f3862800000]
> (00.198441) Pagemap generated: 0 pages 0 holes
> (00.198444) pagemap-cache: filling VMA 7f3862787000-7f3862986000 (2044K) [l:7f3862600000 h:7f3862800000]
> (00.198454) Pagemap generated: 0 pages 0 holes
> (00.198457) pagemap-cache: filling VMA 7f3862986000-7f3862987000 (4K) [l:7f3862800000 h:7f3862a00000]
> (00.198462) page-pipe: Add iov to page pipe (8 iovs, 8/3885 total)
> (00.198465) Pagemap generated: 1 pages 0 holes
> (00.198468) pagemap-cache: filling VMA 7f3862987000-7f3862988000 (4K) [l:7f3862800000 h:7f3862a00000]
> (00.198473) Pagemap generated: 1 pages 0 holes
> (00.198476) pagemap-cache: filling VMA 7f3862988000-7f38629ab000 (140K) [l:7f3862800000 h:7f3862a00000]
> (00.198481) Pagemap generated: 0 pages 0 holes
> (00.198485) pagemap-cache: filling VMA 7f3862b9e000-7f3862ba3000 (20K) [l:7f3862a00000 h:7f3862c00000]
> (00.198490) page-pipe: Add iov to page pipe (9 iovs, 9/3885 total)
> (00.198493) Pagemap generated: 5 pages 0 holes
> (00.198496) pagemap-cache: filling VMA 7f3862ba8000-7f3862baa000 (8K) [l:7f3862a00000 h:7f3862c00000]
> (00.198501) page-pipe: Add iov to page pipe (10 iovs, 10/3885 total)
> (00.198504) Pagemap generated: 2 pages 0 holes
> (00.198507) pagemap-cache: filling VMA 7f3862baa000-7f3862bab000 (4K) [l:7f3862a00000 h:7f3862c00000]
> (00.198512) Pagemap generated: 1 pages 0 holes
> (00.198515) pagemap-cache: filling VMA 7f3862bab000-7f3862bac000 (4K) [l:7f3862a00000 h:7f3862c00000]
> (00.198520) Pagemap generated: 1 pages 0 holes
> (00.198523) pagemap-cache: filling VMA 7f3862bac000-7f3862bad000 (4K) [l:7f3862a00000 h:7f3862c00000]
> (00.198527) Pagemap generated: 1 pages 0 holes
> (00.198531) pagemap-cache: filling VMA 7f3862bad000-7f3862bcc000 (124K) [l:7f3862a00000 h:7f3862c00000]
> (00.198535) Pagemap generated: 0 pages 0 holes
> (00.198539) pagemap-cache: filling VMA 7f3862dcb000-7f3862dcd000 (8K) [l:7f3862c00000 h:7f3862e00000]
> (00.198544) page-pipe: Grow pipe 20 -> 40
> (00.198547) page-pipe: Add iov to page pipe (11 iovs, 11/3885 total)
> (00.198550) Pagemap generated: 2 pages 0 holes
> (00.198553) pagemap-cache: filling VMA 7f3862dcd000-7f3862dce000 (4K) [l:7f3862c00000 h:7f3862e00000]
> (00.198557) Pagemap generated: 1 pages 0 holes
> (00.198561) pagemap-cache: filling VMA 7f3864924000-7f386498c000 (416K) [l:7f3864800000 h:7f3864a00000]
> (00.198567) page-pipe: Add iov to page pipe (12 iovs, 12/3885 total)
> (00.198572) page-pipe: Grow pipe 40 -> 80
> (00.198583) page-pipe: Grow pipe 80 -> 100
> (00.198586) Pagemap generated: 104 pages 0 holes
> (00.198589) pagemap-cache: filling VMA 7fff71eae000-7fff71ed0000 (136K) [l:7fff71e00000 h:7fff72000000]
> (00.198595) page-pipe: Add iov to page pipe (13 iovs, 13/3885 total)
> (00.198599) Pagemap generated: 2 pages 0 holes
> (00.198602) pagemap-cache: filling VMA 7fff71fc9000-7fff71fcb000 (8K) [l:7fff71e00000 h:7fff72000000]
> (00.198606) page-pipe: Add iov to page pipe (14 iovs, 14/3885 total)
> (00.198609) Pagemap generated: 2 pages 0 holes
> (00.198612) page-pipe: Page pipe:
> (00.198615) page-pipe: * 1 pipes 15/3885 iovs:
> (00.198618) page-pipe: 	buf 143 pages, 15 iovs:
> (00.198620) page-pipe: 		0x7f3861b36000 1
> (00.198623) page-pipe: 		0x7f3861d4e000 2
> (00.198626) page-pipe: 		0x7f3861d53000 1
> (00.198629) page-pipe: 		0x7f3861f5a000 2
> (00.198631) page-pipe: 		0x7f3862316000 8
> (00.198634) page-pipe: 		0x7f386231f000 2
> (00.198637) page-pipe: 		0x7f3862564000 2
> (00.198639) page-pipe: 		0x7f386276e000 2
> (00.198642) page-pipe: 		0x7f3862986000 2
> (00.198645) page-pipe: 		0x7f3862b9e000 5
> (00.198647) page-pipe: 		0x7f3862ba8000 5
> (00.198650) page-pipe: 		0x7f3862dcb000 3
> (00.198653) page-pipe: 		0x7f3864924000 104
> (00.198656) page-pipe: 		0x7fff71ece000 2
> (00.198658) page-pipe: 		0x7fff71fc9000 2
> (00.198661) page-pipe: * 0 holes:
> (00.198664) PPB: 143 pages 15 segs 256 pipe 0 off
> (00.198671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.198677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.198699) Fetched ack: 8 8 0
> (00.198705) Transfering pages:
> (00.198717) 	buf 143/15
> (00.198720) 	p 0x7f3861b36000 [1]
> (00.198736) 	p 0x7f3861d4e000 [2]
> (00.198760) 	p 0x7f3861d53000 [1]
> (00.198775) 	p 0x7f3861f5a000 [2]
> (00.198799) 	p 0x7f3862316000 [8]
> (00.198884) 	p 0x7f386231f000 [2]
> (00.198907) 	p 0x7f3862564000 [2]
> (00.198931) 	p 0x7f386276e000 [2]
> (00.198953) 	p 0x7f3862986000 [2]
> (00.198975) 	p 0x7f3862b9e000 [5]
> (00.199021) 	p 0x7f3862ba8000 [5]
> (00.199066) 	p 0x7f3862dcb000 [3]
> (00.199097) 	p 0x7f3864924000 [104]
> (00.199957) 	p 0x7fff71ece000 [2]
> (00.199980) 	p 0x7fff71fc9000 [2]
> (00.200016) bfd: BUF 0x7f20686b2000 >
> (00.200021) page-pipe: Killing page pipe
> (00.200029) ----------------------------------------
> (00.200038) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.200042) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.200073) Fetched ack: 7 7 0
> (00.200082) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.200086) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.200120) Fetched ack: 9 9 0
> (00.200141) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.200145) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.200157) Fetched ack: 10 10 0
> (00.200166) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.200170) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.200177) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.200182) 
> (00.200186) Dumping core (pid: 10359)
> (00.200189) ----------------------------------------
> (00.200191) Obtaining personality ... (00.200203) 10359 has 0 sched policy
> (00.200207) 	dumping 0 nice for 10359
> (00.200214) cg: Dumping cgroups for 10359
> (00.200249) cg:  `- Existing css 2 found
> (00.200269) ----------------------------------------
> (00.200273) 
> (00.200275) Dumping creds for 10359)
> (00.200278) ----------------------------------------
> (00.200285) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.200289) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.200330) Fetched ack: 13 13 0
> (00.200340) Waiting for 10359 to trap
> (00.200346) Daemon 10359 exited trapping
> (00.200353) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 257: new_sp=0x7f3862b99008 ip 0x7f386204dd81
> (00.200391) 10359 was trapped
> (00.200395) `- Expecting exit
> (00.200405) 10359 was trapped
> (00.200410) 10359 is going to execute the syscall f
> (00.200424) 10359 was stopped
> (00.200438) 10359 was trapped
> (00.200442) 10359 is going to execute the syscall 1
> (00.200452) 10359 was trapped
> (00.200455) `- Expecting exit
> (00.200465) 10359 was trapped
> (00.200469) 10359 is going to execute the syscall b
> (00.200489) 10359 was stopped
> (00.200507) 
> (00.200511) Dumping mm (pid: 10359)
> (00.200514) ----------------------------------------
> (00.200517) 0x7f3861b36000-0x7f3861b4f000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200522) 0x7f3861b4f000-0x7f3861d4e000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.200525) 0x7f3861d4e000-0x7f3861d4f000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.200529) 0x7f3861d4f000-0x7f3861d50000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.200533) 0x7f3861d50000-0x7f3861d54000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.200536) 0x7f3861d54000-0x7f3861d5b000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200540) 0x7f3861d5b000-0x7f3861f5a000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.200544) 0x7f3861f5a000-0x7f3861f5b000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.200548) 0x7f3861f5b000-0x7f3861f5c000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.200551) 0x7f3861f5c000-0x7f3862117000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200555) 0x7f3862117000-0x7f3862316000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.200559) 0x7f3862316000-0x7f386231a000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.200563) 0x7f386231a000-0x7f386231c000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.200566) 0x7f386231c000-0x7f3862321000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.200579) 0x7f3862321000-0x7f3862365000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200583) 0x7f3862365000-0x7f3862564000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.200587) 0x7f3862564000-0x7f3862565000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.200591) 0x7f3862565000-0x7f3862566000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.200595) 0x7f3862566000-0x7f386256e000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200598) 0x7f386256e000-0x7f386276e000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.200602) 0x7f386276e000-0x7f386276f000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.200606) 0x7f386276f000-0x7f3862770000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.200609) 0x7f3862770000-0x7f3862787000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200613) 0x7f3862787000-0x7f3862986000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.200617) 0x7f3862986000-0x7f3862987000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.200620) 0x7f3862987000-0x7f3862988000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.200624) 0x7f3862988000-0x7f38629ab000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200628) 0x7f3862b9e000-0x7f3862ba3000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.200631) 0x7f3862ba8000-0x7f3862baa000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.200635) 0x7f3862baa000-0x7f3862bab000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.200638) 0x7f3862bab000-0x7f3862bac000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.200642) 0x7f3862bac000-0x7f3862bad000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.200646) 0x7f3862bad000-0x7f3862bcc000 (124K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.200656) Dumping path for -3 fd via self 40 [/sbin/upstart-socket-bridge]
> (00.200664) 0x7f3862dcb000-0x7f3862dcd000 (8K) prot 0x1 flags 0x2 off 0x1e000 reg fp  shmid: 0
> (00.200669) 0x7f3862dcd000-0x7f3862dce000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.200673) 0x7f3864924000-0x7f386498c000 (416K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.200676) 0x7fff71eae000-0x7fff71ed0000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.200680) 0x7fff71fc9000-0x7fff71fcb000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.200684) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.200687) Obtaining task auvx ...
> (00.200704) bfd: BUF 0x7f20686b2000 <
> (00.200712) bfd: BUF 0x7f20686b2000 >
> (00.200741) bfd: BUF 0x7f20686b2000 <
> (00.200748) bfd: BUF 0x7f20686b2000 >
> (00.200761) bfd: BUF 0x7f20686b2000 <
> (00.200767) bfd: BUF 0x7f20686b2000 >
> (00.200772) Dumping task cwd id 0x1f root id 0x1f
> (00.200787) bfd: BUF 0x7f20686ac000 >
> (00.200801) bfd: BUF 0x7f20686ad000 >
> (00.200814) bfd: BUF 0x7f20686ae000 >
> (00.200828) bfd: BUF 0x7f20686af000 >
> (00.200841) bfd: BUF 0x7f20686b0000 >
> (00.200855) bfd: BUF 0x7f20686b1000 >
> (00.200870) ========================================
> (00.200873) Dumping task (pid: 10362)
> (00.200876) ========================================
> (00.200879) Obtaining task stat ... (00.200906) 
> (00.200910) Collecting mappings (pid: 10362)
> (00.200913) ----------------------------------------
> (00.200919) bfd: BUF 0x7f20686b1000 <
> (00.200992) bfd: BUF 0x7f20686b0000 <
> (00.201000) bfd: BUF 0x7f20686b0000 >
> (00.201009) vma 7f922ade6000 borrows vfi from previous 7f922adcd000
> (00.201017) vma 7f922afe5000 borrows vfi from previous 7f922ade6000
> (00.201025) vma 7f922afe6000 borrows vfi from previous 7f922afe5000
> (00.201050) bfd: BUF 0x7f20686b0000 <
> (00.201057) bfd: BUF 0x7f20686b0000 >
> (00.201066) vma 7f922aff2000 borrows vfi from previous 7f922afeb000
> (00.201122) vma 7f922b1f1000 borrows vfi from previous 7f922aff2000
> (00.201130) vma 7f922b1f2000 borrows vfi from previous 7f922b1f1000
> (00.201147) bfd: BUF 0x7f20686b0000 <
> (00.201154) bfd: BUF 0x7f20686b0000 >
> (00.201163) vma 7f922b3ae000 borrows vfi from previous 7f922b1f3000
> (00.201170) vma 7f922b5ad000 borrows vfi from previous 7f922b3ae000
> (00.201188) vma 7f922b5b1000 borrows vfi from previous 7f922b5ad000
> (00.201261) bfd: BUF 0x7f20686b0000 <
> (00.201268) bfd: BUF 0x7f20686b0000 >
> (00.201276) vma 7f922b5fc000 borrows vfi from previous 7f922b5b8000
> (00.201284) vma 7f922b7fb000 borrows vfi from previous 7f922b5fc000
> (00.201297) vma 7f922b7fc000 borrows vfi from previous 7f922b7fb000
> (00.201316) bfd: BUF 0x7f20686b0000 <
> (00.201322) bfd: BUF 0x7f20686b0000 >
> (00.201331) vma 7f922b805000 borrows vfi from previous 7f922b7fd000
> (00.201339) vma 7f922ba05000 borrows vfi from previous 7f922b805000
> (00.201389) vma 7f922ba06000 borrows vfi from previous 7f922ba05000
> (00.201407) bfd: BUF 0x7f20686b0000 <
> (00.201413) bfd: BUF 0x7f20686b0000 >
> (00.201422) vma 7f922ba1e000 borrows vfi from previous 7f922ba07000
> (00.201430) vma 7f922bc1d000 borrows vfi from previous 7f922ba1e000
> (00.201437) vma 7f922bc1e000 borrows vfi from previous 7f922bc1d000
> (00.201454) bfd: BUF 0x7f20686b0000 <
> (00.201460) bfd: BUF 0x7f20686b0000 >
> (00.201532) bfd: BUF 0x7f20686b0000 <
> (00.201539) bfd: BUF 0x7f20686b0000 >
> (00.201548) vma 7f922be42000 borrows vfi from previous 7f922be41000
> (00.201572) bfd: BUF 0x7f20686b0000 <
> (00.201579) bfd: BUF 0x7f20686b0000 >
> (00.201588) vma 7f922c064000 borrows vfi from previous 7f922be44000
> (00.201595) vma 7f922c066000 borrows vfi from previous 7f922c064000
> (00.201644) bfd: BUF 0x7f20686b1000 >
> (00.201650) Collected, longest area occupies 512 pages
> (00.201654) 0x7f922adcd000-0x7f922ade6000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201658) 0x7f922ade6000-0x7f922afe5000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.201661) 0x7f922afe5000-0x7f922afe6000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.201665) 0x7f922afe6000-0x7f922afe7000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.201669) 0x7f922afe7000-0x7f922afeb000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.201672) 0x7f922afeb000-0x7f922aff2000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201676) 0x7f922aff2000-0x7f922b1f1000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.201679) 0x7f922b1f1000-0x7f922b1f2000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.201683) 0x7f922b1f2000-0x7f922b1f3000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.201686) 0x7f922b1f3000-0x7f922b3ae000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201690) 0x7f922b3ae000-0x7f922b5ad000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.201693) 0x7f922b5ad000-0x7f922b5b1000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.201697) 0x7f922b5b1000-0x7f922b5b3000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.201700) 0x7f922b5b3000-0x7f922b5b8000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.201704) 0x7f922b5b8000-0x7f922b5fc000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201707) 0x7f922b5fc000-0x7f922b7fb000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.201711) 0x7f922b7fb000-0x7f922b7fc000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.201715) 0x7f922b7fc000-0x7f922b7fd000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.201718) 0x7f922b7fd000-0x7f922b805000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201722) 0x7f922b805000-0x7f922ba05000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.201725) 0x7f922ba05000-0x7f922ba06000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.201729) 0x7f922ba06000-0x7f922ba07000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.201732) 0x7f922ba07000-0x7f922ba1e000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201736) 0x7f922ba1e000-0x7f922bc1d000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.201739) 0x7f922bc1d000-0x7f922bc1e000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.201743) 0x7f922bc1e000-0x7f922bc1f000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.201746) 0x7f922bc1f000-0x7f922bc42000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201750) 0x7f922be35000-0x7f922be3a000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.201753) 0x7f922be3f000-0x7f922be41000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.201766) 0x7f922be41000-0x7f922be42000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.201771) 0x7f922be42000-0x7f922be43000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.201774) 0x7f922be43000-0x7f922be44000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.201778) 0x7f922be44000-0x7f922be65000 (132K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.201781) 0x7f922c064000-0x7f922c066000 (8K) prot 0x1 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.201785) 0x7f922c066000-0x7f922c067000 (4K) prot 0x3 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.201788) 0x7f922c067000-0x7f922c069000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.201792) 0x7f922ce6f000-0x7f922ce90000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.201795) 0x7fffb9945000-0x7fffb9967000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.201799) 0x7fffb99fe000-0x7fffb9a00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.201802) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.201806) ----------------------------------------
> (00.201809) 
> (00.201812) Collecting fds (pid: 10362)
> (00.201814) ----------------------------------------
> (00.201827) Found 6 file descriptors
> (00.201831) ----------------------------------------
> (00.201838) bfd: BUF 0x7f20686b1000 <
> (00.201842) bfd: BUF 0x7f20686b1000 >
> (00.201846) Dump private signals of 10362
> (00.201853) Dump shared signals of 10362
> (00.201859) Parasite syscall_ip at 0x7f922adcd000
> (00.201903) Putting parasite blob into 0x7f206868e000->0x7f922be1c000
> (00.201922) Dumping GP/FPU registers for 10362
> (00.201931) xsave runtime structure
> (00.201934) -----------------------
> (00.201937) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.201940) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.201943) xstate_bv: 7
> (00.201946) -----------------------
> (00.201949) Putting tsock into pid 10362
> (00.201985) Wait for parasite being daemonized...
> (00.201989) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.202004) Fetched ack: 2 2 0
> (00.202009) Parasite 10362 has been switched to daemon mode
> (00.202020) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.202024) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.202031) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.202043) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.202047) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.202064) Fetched ack: 12 12 0
> (00.202069) sid=259 pgid=259 pid=260
> (00.202087) bfd: BUF 0x7f20686b1000 <
> (00.202103) bfd: BUF 0x7f20686b0000 <
> (00.202118) bfd: BUF 0x7f20686af000 <
> (00.202133) bfd: BUF 0x7f20686ae000 <
> (00.202148) bfd: BUF 0x7f20686ad000 <
> (00.202163) bfd: BUF 0x7f20686ac000 <
> (00.202168) 
> (00.202170) Dumping opened files (pid: 10362)
> (00.202173) ----------------------------------------
> (00.202181) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.202207) Wait for ack 14 on daemon socket
> (00.202213) Fetched ack: 14 14 0
> (00.202228) bfd: BUF 0x7f20686b2000 <
> (00.202238) bfd: BUF 0x7f20686b3000 <
> (00.202245) bfd: BUF 0x7f20686b3000 >
> (00.202250) 10362 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.202264) Dumping path for 0 fd via self 46 [/dev/null]
> (00.202271) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.202280) bfd: BUF 0x7f20686b3000 <
> (00.202287) bfd: BUF 0x7f20686b3000 >
> (00.202292) 10362 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.202297) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.202306) bfd: BUF 0x7f20686b3000 <
> (00.202313) bfd: BUF 0x7f20686b3000 >
> (00.202317) 10362 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.202322) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.202331) bfd: BUF 0x7f20686b3000 <
> (00.202338) bfd: BUF 0x7f20686b3000 >
> (00.202353) 10362 fdinfo 3: pos: 0x               0 flags:             4002/0x1
> (00.202359) 	Searching for socket a0f1 (family 1)
> (00.202363) 	Searching for socket 7b6e (family 1)
> (00.202369) No filter for socket
> (00.202372) Dumping unix socket at 3
> (00.202375) 	Dumping: ino 0xa0f1 peer_ino 0x7b6e family    1 type    1 state  1 name (null)
> (00.202381) 	Dumped: id 0x49 ino 0xa0f1 peer 0x7b6e type 1 state 1 name 0 bytes
> (00.202387) 	Dumped: id 0xb ino 0x7b6e peer 0xa0f1 type 1 state 1 name 20 bytes
> (00.202391) fdinfo: type: 0x 5 flags: 04002/01 pos: 0x       0 fd: 3
> (00.202400) bfd: BUF 0x7f20686b3000 <
> (00.202407) bfd: BUF 0x7f20686b3000 >
> (00.202411) 10362 fdinfo 4: pos: 0x               0 flags:             4000/0x1
> (00.202416) Dumping pipe 50 with id 0x4a pipe_id 0xa0f2
> (00.202420) Dumping data from pipe 0xa0f2 fd 50
> (00.202435) fdinfo: type: 0x 2 flags: 04000/01 pos: 0x       0 fd: 4
> (00.202445) bfd: BUF 0x7f20686b3000 <
> (00.202451) bfd: BUF 0x7f20686b3000 >
> (00.202456) 10362 fdinfo 5: pos: 0x               0 flags:             4001/0x1
> (00.202461) Dumping pipe 51 with id 0x4b pipe_id 0xa0f2
> (00.202465) fdinfo: type: 0x 2 flags: 04001/01 pos: 0x       0 fd: 5
> (00.202481) bfd: BUF 0x7f20686b2000 >
> (00.202485) ----------------------------------------
> (00.202494) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.202498) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.202531) Fetched ack: 7 7 0
> (00.202536) 
> (00.202539) Dumping pages (type: 59 pid: 10362)
> (00.202542) ----------------------------------------
> (00.202544)    Private vmas 512/3818 pages
> (00.202551) pagemap-cache: created for pid 10362 (takes 4096 bytes)
> (00.202554) page-pipe: Create page pipe for 3818 segs
> (00.202557) page-pipe: Will grow page pipe (iov off is 0)
> (00.202578) bfd: BUF 0x7f20686b2000 <
> (00.202596) pagemap-cache: filling VMA 7f922adcd000-7f922ade6000 (100K) [l:7f922ac00000 h:7f922ae00000]
> (00.202603) page-pipe: Add iov to page pipe (0 iovs, 0/3818 total)
> (00.202607) Pagemap generated: 1 pages 0 holes
> (00.202610) pagemap-cache: filling VMA 7f922ade6000-7f922afe5000 (2044K) [l:7f922ac00000 h:7f922ae00000]
> (00.202620) Pagemap generated: 0 pages 0 holes
> (00.202623) pagemap-cache: filling VMA 7f922afe5000-7f922afe6000 (4K) [l:7f922ae00000 h:7f922b000000]
> (00.202627) page-pipe: Add iov to page pipe (1 iovs, 1/3818 total)
> (00.202631) Pagemap generated: 1 pages 0 holes
> (00.202634) pagemap-cache: filling VMA 7f922afe6000-7f922afe7000 (4K) [l:7f922ae00000 h:7f922b000000]
> (00.202638) Pagemap generated: 1 pages 0 holes
> (00.202641) pagemap-cache: filling VMA 7f922afe7000-7f922afeb000 (16K) [l:7f922ae00000 h:7f922b000000]
> (00.202646) page-pipe: Add iov to page pipe (2 iovs, 2/3818 total)
> (00.202649) Pagemap generated: 1 pages 0 holes
> (00.202652) pagemap-cache: filling VMA 7f922afeb000-7f922aff2000 (28K) [l:7f922ae00000 h:7f922b000000]
> (00.202656) Pagemap generated: 0 pages 0 holes
> (00.202659) pagemap-cache: filling VMA 7f922aff2000-7f922b1f1000 (2044K) [l:7f922ae00000 h:7f922b000000]
> (00.202668) Pagemap generated: 0 pages 0 holes
> (00.202672) pagemap-cache: filling VMA 7f922b1f1000-7f922b1f2000 (4K) [l:7f922b000000 h:7f922b200000]
> (00.202676) page-pipe: Add iov to page pipe (3 iovs, 3/3818 total)
> (00.202679) Pagemap generated: 1 pages 0 holes
> (00.202682) pagemap-cache: filling VMA 7f922b1f2000-7f922b1f3000 (4K) [l:7f922b000000 h:7f922b200000]
> (00.202687) Pagemap generated: 1 pages 0 holes
> (00.202690) pagemap-cache: filling VMA 7f922b1f3000-7f922b3ae000 (1772K) [l:7f922b000000 h:7f922b200000]
> (00.202700) Pagemap generated: 0 pages 0 holes
> (00.202703) pagemap-cache: filling VMA 7f922b3ae000-7f922b5ad000 (2044K) [l:7f922b200000 h:7f922b400000]
> (00.202714) Pagemap generated: 0 pages 0 holes
> (00.202717) pagemap-cache: filling VMA 7f922b5ad000-7f922b5b1000 (16K) [l:7f922b400000 h:7f922b600000]
> (00.202723) page-pipe: Add iov to page pipe (4 iovs, 4/3818 total)
> (00.202726) Pagemap generated: 4 pages 0 holes
> (00.202729) pagemap-cache: filling VMA 7f922b5b1000-7f922b5b3000 (8K) [l:7f922b400000 h:7f922b600000]
> (00.202735) Pagemap generated: 2 pages 0 holes
> (00.202748) pagemap-cache: filling VMA 7f922b5b3000-7f922b5b8000 (20K) [l:7f922b400000 h:7f922b600000]
> (00.202754) page-pipe: Add iov to page pipe (5 iovs, 5/3818 total)
> (00.202758) Pagemap generated: 4 pages 0 holes
> (00.202761) pagemap-cache: filling VMA 7f922b5b8000-7f922b5fc000 (272K) [l:7f922b400000 h:7f922b600000]
> (00.202766) Pagemap generated: 0 pages 0 holes
> (00.202769) pagemap-cache: filling VMA 7f922b5fc000-7f922b7fb000 (2044K) [l:7f922b400000 h:7f922b600000]
> (00.202779) Pagemap generated: 0 pages 0 holes
> (00.202782) pagemap-cache: filling VMA 7f922b7fb000-7f922b7fc000 (4K) [l:7f922b600000 h:7f922b800000]
> (00.202787) page-pipe: Grow pipe 10 -> 20
> (00.202790) page-pipe: Add iov to page pipe (6 iovs, 6/3818 total)
> (00.202793) Pagemap generated: 1 pages 0 holes
> (00.202796) pagemap-cache: filling VMA 7f922b7fc000-7f922b7fd000 (4K) [l:7f922b600000 h:7f922b800000]
> (00.202800) Pagemap generated: 1 pages 0 holes
> (00.202803) pagemap-cache: filling VMA 7f922b7fd000-7f922b805000 (32K) [l:7f922b600000 h:7f922b800000]
> (00.202811) Pagemap generated: 0 pages 0 holes
> (00.202814) pagemap-cache: filling VMA 7f922b805000-7f922ba05000 (2048K) [l:7f922b800000 h:7f922ba00000]
> (00.202827) Pagemap generated: 0 pages 0 holes
> (00.202830) pagemap-cache: filling VMA 7f922ba05000-7f922ba06000 (4K) [l:7f922ba00000 h:7f922bc00000]
> (00.202833) pagemap-cache: 	    7f922ba05000-7f922ba06000     nr:1     cov:4096
> (00.202837) pagemap-cache: 	    7f922ba06000-7f922ba07000     nr:2     cov:8192
> (00.202840) pagemap-cache: 	    7f922ba07000-7f922ba1e000     nr:3     cov:102400
> (00.202844) pagemap-cache: 	cache  mode [l:7f922ba05000 h:7f922bc00000]
> (00.202851) page-pipe: Add iov to page pipe (7 iovs, 7/3818 total)
> (00.202855) Pagemap generated: 1 pages 0 holes
> (00.202858) Pagemap generated: 1 pages 0 holes
> (00.202861) Pagemap generated: 0 pages 0 holes
> (00.202863) pagemap-cache: filling VMA 7f922ba1e000-7f922bc1d000 (2044K) [l:7f922ba00000 h:7f922bc00000]
> (00.202866) pagemap-cache: 	    7f922ba1e000-7f922bc1d000     nr:1     cov:2093056
> (00.202870) pagemap-cache: 	simple mode [l:7f922ba1e000 h:7f922bc1d000]
> (00.202880) Pagemap generated: 0 pages 0 holes
> (00.202883) pagemap-cache: filling VMA 7f922bc1d000-7f922bc1e000 (4K) [l:7f922bc00000 h:7f922be00000]
> (00.202887) pagemap-cache: 	    7f922bc1d000-7f922bc1e000     nr:1     cov:4096
> (00.202890) pagemap-cache: 	    7f922bc1e000-7f922bc1f000     nr:2     cov:8192
> (00.202893) pagemap-cache: 	    7f922bc1f000-7f922bc42000     nr:3     cov:151552
> (00.202896) pagemap-cache: 	cache  mode [l:7f922bc1d000 h:7f922be00000]
> (00.202902) page-pipe: Add iov to page pipe (8 iovs, 8/3818 total)
> (00.202905) Pagemap generated: 1 pages 0 holes
> (00.202908) Pagemap generated: 1 pages 0 holes
> (00.202911) Pagemap generated: 0 pages 0 holes
> (00.202914) pagemap-cache: filling VMA 7f922be35000-7f922be3a000 (20K) [l:7f922be00000 h:7f922c000000]
> (00.202917) pagemap-cache: 	    7f922be35000-7f922be3a000     nr:1     cov:20480
> (00.202920) pagemap-cache: 	    7f922be3f000-7f922be41000     nr:2     cov:28672
> (00.202923) pagemap-cache: 	    7f922be41000-7f922be42000     nr:3     cov:32768
> (00.202926) pagemap-cache: 	    7f922be42000-7f922be43000     nr:4     cov:36864
> (00.202929) pagemap-cache: 	    7f922be43000-7f922be44000     nr:5     cov:40960
> (00.202933) pagemap-cache: 	    7f922be44000-7f922be65000     nr:6     cov:176128
> (00.202936) pagemap-cache: 	cache  mode [l:7f922be35000 h:7f922c000000]
> (00.202942) page-pipe: Add iov to page pipe (9 iovs, 9/3818 total)
> (00.202945) Pagemap generated: 5 pages 0 holes
> (00.202948) page-pipe: Add iov to page pipe (10 iovs, 10/3818 total)
> (00.202951) Pagemap generated: 2 pages 0 holes
> (00.202954) Pagemap generated: 1 pages 0 holes
> (00.202957) Pagemap generated: 1 pages 0 holes
> (00.202960) Pagemap generated: 1 pages 0 holes
> (00.202963) Pagemap generated: 0 pages 0 holes
> (00.202965) pagemap-cache: filling VMA 7f922c064000-7f922c066000 (8K) [l:7f922c000000 h:7f922c200000]
> (00.202969) pagemap-cache: 	    7f922c064000-7f922c066000     nr:1     cov:8192
> (00.202972) pagemap-cache: 	    7f922c066000-7f922c067000     nr:2     cov:12288
> (00.202984) pagemap-cache: 	    7f922c067000-7f922c069000     nr:3     cov:20480
> (00.202987) pagemap-cache: 	cache  mode [l:7f922c064000 h:7f922c200000]
> (00.202994) page-pipe: Grow pipe 20 -> 40
> (00.202997) page-pipe: Add iov to page pipe (11 iovs, 11/3818 total)
> (00.203000) Pagemap generated: 2 pages 0 holes
> (00.203003) Pagemap generated: 1 pages 0 holes
> (00.203006) Pagemap generated: 0 pages 0 holes
> (00.203009) pagemap-cache: filling VMA 7f922ce6f000-7f922ce90000 (132K) [l:7f922ce00000 h:7f922d000000]
> (00.203012) pagemap-cache: 	    7f922ce6f000-7f922ce90000     nr:1     cov:135168
> (00.203015) pagemap-cache: 	simple mode [l:7f922ce6f000 h:7f922ce90000]
> (00.203021) page-pipe: Add iov to page pipe (12 iovs, 12/3818 total)
> (00.203024) Pagemap generated: 23 pages 0 holes
> (00.203027) pagemap-cache: filling VMA 7fffb9945000-7fffb9967000 (136K) [l:7fffb9800000 h:7fffb9a00000]
> (00.203033) page-pipe: Add iov to page pipe (13 iovs, 13/3818 total)
> (00.203036) Pagemap generated: 3 pages 0 holes
> (00.203039) pagemap-cache: filling VMA 7fffb99fe000-7fffb9a00000 (8K) [l:7fffb9800000 h:7fffb9a00000]
> (00.203043) page-pipe: Add iov to page pipe (14 iovs, 14/3818 total)
> (00.203047) Pagemap generated: 2 pages 0 holes
> (00.203049) page-pipe: Page pipe:
> (00.203052) page-pipe: * 1 pipes 15/3818 iovs:
> (00.203055) page-pipe: 	buf 63 pages, 15 iovs:
> (00.203058) page-pipe: 		0x7f922adcd000 1
> (00.203061) page-pipe: 		0x7f922afe5000 2
> (00.203063) page-pipe: 		0x7f922afea000 1
> (00.203066) page-pipe: 		0x7f922b1f1000 2
> (00.203069) page-pipe: 		0x7f922b5ad000 8
> (00.203071) page-pipe: 		0x7f922b5b6000 2
> (00.203074) page-pipe: 		0x7f922b7fb000 2
> (00.203077) page-pipe: 		0x7f922ba05000 2
> (00.203079) page-pipe: 		0x7f922bc1d000 2
> (00.203082) page-pipe: 		0x7f922be35000 5
> (00.203085) page-pipe: 		0x7f922be3f000 5
> (00.203087) page-pipe: 		0x7f922c064000 3
> (00.203090) page-pipe: 		0x7f922ce6f000 23
> (00.203093) page-pipe: 		0x7fffb9964000 3
> (00.203095) page-pipe: 		0x7fffb99fe000 2
> (00.203098) page-pipe: * 0 holes:
> (00.203101) PPB: 63 pages 15 segs 64 pipe 0 off
> (00.203108) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.203114) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.203132) Fetched ack: 8 8 0
> (00.203137) Transfering pages:
> (00.203140) 	buf 63/15
> (00.203143) 	p 0x7f922adcd000 [1]
> (00.203159) 	p 0x7f922afe5000 [2]
> (00.203184) 	p 0x7f922afea000 [1]
> (00.203199) 	p 0x7f922b1f1000 [2]
> (00.203222) 	p 0x7f922b5ad000 [8]
> (00.203314) 	p 0x7f922b5b6000 [2]
> (00.203337) 	p 0x7f922b7fb000 [2]
> (00.203361) 	p 0x7f922ba05000 [2]
> (00.203383) 	p 0x7f922bc1d000 [2]
> (00.203405) 	p 0x7f922be35000 [5]
> (00.203452) 	p 0x7f922be3f000 [5]
> (00.203497) 	p 0x7f922c064000 [3]
> (00.203529) 	p 0x7f922ce6f000 [23]
> (00.203725) 	p 0x7fffb9964000 [3]
> (00.203754) 	p 0x7fffb99fe000 [2]
> (00.203789) bfd: BUF 0x7f20686b2000 >
> (00.203794) page-pipe: Killing page pipe
> (00.203801) ----------------------------------------
> (00.203809) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.203813) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.203845) Fetched ack: 7 7 0
> (00.203854) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.203858) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.203892) Fetched ack: 9 9 0
> (00.203913) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.203917) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.203930) Fetched ack: 10 10 0
> (00.203939) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.203943) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.203950) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.203954) 
> (00.203959) Dumping core (pid: 10362)
> (00.203961) ----------------------------------------
> (00.203964) Obtaining personality ... (00.203975) 10362 has 0 sched policy
> (00.203979) 	dumping 0 nice for 10362
> (00.203986) cg: Dumping cgroups for 10362
> (00.204018) cg:  `- Existing css 2 found
> (00.204044) ----------------------------------------
> (00.204048) 
> (00.204051) Dumping creds for 10362)
> (00.204054) ----------------------------------------
> (00.204061) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.204064) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.204108) Fetched ack: 13 13 0
> (00.204118) Waiting for 10362 to trap
> (00.204124) Daemon 10362 exited trapping
> (00.204130) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 260: new_sp=0x7f922be30008 ip 0x7f922b2e4d81
> (00.204168) 10362 was trapped
> (00.204172) `- Expecting exit
> (00.204182) 10362 was trapped
> (00.204187) 10362 is going to execute the syscall f
> (00.204201) 10362 was stopped
> (00.204215) 10362 was trapped
> (00.204219) 10362 is going to execute the syscall 1
> (00.204229) 10362 was trapped
> (00.204233) `- Expecting exit
> (00.204242) 10362 was trapped
> (00.204247) 10362 is going to execute the syscall b
> (00.204265) 10362 was stopped
> (00.204283) 
> (00.204287) Dumping mm (pid: 10362)
> (00.204290) ----------------------------------------
> (00.204293) 0x7f922adcd000-0x7f922ade6000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204298) 0x7f922ade6000-0x7f922afe5000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.204302) 0x7f922afe5000-0x7f922afe6000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.204305) 0x7f922afe6000-0x7f922afe7000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.204309) 0x7f922afe7000-0x7f922afeb000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.204313) 0x7f922afeb000-0x7f922aff2000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204316) 0x7f922aff2000-0x7f922b1f1000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.204320) 0x7f922b1f1000-0x7f922b1f2000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.204324) 0x7f922b1f2000-0x7f922b1f3000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.204327) 0x7f922b1f3000-0x7f922b3ae000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204331) 0x7f922b3ae000-0x7f922b5ad000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.204335) 0x7f922b5ad000-0x7f922b5b1000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.204339) 0x7f922b5b1000-0x7f922b5b3000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.204342) 0x7f922b5b3000-0x7f922b5b8000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.204346) 0x7f922b5b8000-0x7f922b5fc000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204349) 0x7f922b5fc000-0x7f922b7fb000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.204353) 0x7f922b7fb000-0x7f922b7fc000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.204357) 0x7f922b7fc000-0x7f922b7fd000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.204360) 0x7f922b7fd000-0x7f922b805000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204364) 0x7f922b805000-0x7f922ba05000 (2048K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.204367) 0x7f922ba05000-0x7f922ba06000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.204371) 0x7f922ba06000-0x7f922ba07000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.204375) 0x7f922ba07000-0x7f922ba1e000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204378) 0x7f922ba1e000-0x7f922bc1d000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.204382) 0x7f922bc1d000-0x7f922bc1e000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.204386) 0x7f922bc1e000-0x7f922bc1f000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.204389) 0x7f922bc1f000-0x7f922bc42000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204393) 0x7f922be35000-0x7f922be3a000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.204397) 0x7f922be3f000-0x7f922be41000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.204400) 0x7f922be41000-0x7f922be42000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.204404) 0x7f922be42000-0x7f922be43000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.204408) 0x7f922be43000-0x7f922be44000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.204411) 0x7f922be44000-0x7f922be65000 (132K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.204430) Dumping path for -3 fd via self 40 [/sbin/upstart-file-bridge]
> (00.204438) 0x7f922c064000-0x7f922c066000 (8K) prot 0x1 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.204442) 0x7f922c066000-0x7f922c067000 (4K) prot 0x3 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.204446) 0x7f922c067000-0x7f922c069000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.204450) 0x7f922ce6f000-0x7f922ce90000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.204453) 0x7fffb9945000-0x7fffb9967000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.204457) 0x7fffb99fe000-0x7fffb9a00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.204461) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.204464) Obtaining task auvx ...
> (00.204480) bfd: BUF 0x7f20686b2000 <
> (00.204488) bfd: BUF 0x7f20686b2000 >
> (00.204519) bfd: BUF 0x7f20686b2000 <
> (00.204525) bfd: BUF 0x7f20686b2000 >
> (00.204537) bfd: BUF 0x7f20686b2000 <
> (00.204543) bfd: BUF 0x7f20686b2000 >
> (00.204548) Dumping task cwd id 0x1f root id 0x1f
> (00.204563) bfd: BUF 0x7f20686b1000 >
> (00.204577) bfd: BUF 0x7f20686b0000 >
> (00.204591) bfd: BUF 0x7f20686af000 >
> (00.204604) bfd: BUF 0x7f20686ae000 >
> (00.204617) bfd: BUF 0x7f20686ad000 >
> (00.204630) bfd: BUF 0x7f20686ac000 >
> (00.204645) ========================================
> (00.204648) Dumping task (pid: 10437)
> (00.204651) ========================================
> (00.204654) Obtaining task stat ... (00.204681) 
> (00.204684) Collecting mappings (pid: 10437)
> (00.204687) ----------------------------------------
> (00.204693) bfd: BUF 0x7f20686ac000 <
> (00.204771) bfd: BUF 0x7f20686ad000 <
> (00.204778) bfd: BUF 0x7f20686ad000 >
> (00.204788) vma 7fb481024000 borrows vfi from previous 7fb481019000
> (00.204796) vma 7fb481223000 borrows vfi from previous 7fb481024000
> (00.204803) vma 7fb481224000 borrows vfi from previous 7fb481223000
> (00.204820) bfd: BUF 0x7f20686ad000 <
> (00.204827) bfd: BUF 0x7f20686ad000 >
> (00.204836) vma 7fb4813e0000 borrows vfi from previous 7fb481225000
> (00.204844) vma 7fb4815df000 borrows vfi from previous 7fb4813e0000
> (00.204954) vma 7fb4815e3000 borrows vfi from previous 7fb4815df000
> (00.204979) bfd: BUF 0x7f20686ad000 <
> (00.204986) bfd: BUF 0x7f20686ad000 >
> (00.205015) bfd: BUF 0x7f20686ad000 <
> (00.205022) bfd: BUF 0x7f20686ad000 >
> (00.205030) vma 7fb48180d000 borrows vfi from previous 7fb48180c000
> (00.205119) bfd: BUF 0x7f20686ad000 <
> (00.205126) bfd: BUF 0x7f20686ad000 >
> (00.205135) vma 7fb481ba0000 borrows vfi from previous 7fb48180f000
> (00.205143) vma 7fb481ba1000 borrows vfi from previous 7fb481ba0000
> (00.205171) bfd: BUF 0x7f20686ac000 >
> (00.205177) Collected, longest area occupies 511 pages
> (00.205181) 0x7fb481019000-0x7fb481024000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.205185) 0x7fb481024000-0x7fb481223000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.205188) 0x7fb481223000-0x7fb481224000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.205192) 0x7fb481224000-0x7fb481225000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.205196) 0x7fb481225000-0x7fb4813e0000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.205199) 0x7fb4813e0000-0x7fb4815df000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.205203) 0x7fb4815df000-0x7fb4815e3000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.205206) 0x7fb4815e3000-0x7fb4815e5000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.205210) 0x7fb4815e5000-0x7fb4815ea000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.205213) 0x7fb4815ea000-0x7fb48160d000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.205217) 0x7fb481673000-0x7fb481805000 (1608K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.205220) 0x7fb481809000-0x7fb48180c000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.205224) 0x7fb48180c000-0x7fb48180d000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.205227) 0x7fb48180d000-0x7fb48180e000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.205231) 0x7fb48180e000-0x7fb48180f000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.205243) 0x7fb48180f000-0x7fb4819a0000 (1604K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.205248) 0x7fb481ba0000-0x7fb481ba1000 (4K) prot 0x1 flags 0x2 off 0x191000 reg fp  shmid: 0
> (00.205251) 0x7fb481ba1000-0x7fb481ba6000 (20K) prot 0x3 flags 0x2 off 0x192000 reg fp  shmid: 0
> (00.205255) 0x7fb481ba6000-0x7fb481bb1000 (44K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.205259) 0x7fb481dca000-0x7fb481e75000 (684K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.205262) 0x7fffab3c6000-0x7fffab3e8000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.205266) 0x7fffab3fe000-0x7fffab400000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.205269) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.205273) ----------------------------------------
> (00.205276) 
> (00.205278) Collecting fds (pid: 10437)
> (00.205281) ----------------------------------------
> (00.205321) Found 9 file descriptors
> (00.205326) ----------------------------------------
> (00.205334) bfd: BUF 0x7f20686ac000 <
> (00.205339) bfd: BUF 0x7f20686ac000 >
> (00.205343) Dump private signals of 10437
> (00.205348) Dump shared signals of 10437
> (00.205354) Parasite syscall_ip at 0x7fb481019000
> (00.205396) Putting parasite blob into 0x7f2068693000->0x7fb48165f000
> (00.205414) Dumping GP/FPU registers for 10437
> (00.205423) xsave runtime structure
> (00.205427) -----------------------
> (00.205429) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.205433) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.205436) xstate_bv: 7
> (00.205438) -----------------------
> (00.205441) Putting tsock into pid 10437
> (00.205477) Wait for parasite being daemonized...
> (00.205481) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.205496) Fetched ack: 2 2 0
> (00.205501) Parasite 10437 has been switched to daemon mode
> (00.205513) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.205517) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.205524) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.205535) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.205540) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.205556) Fetched ack: 12 12 0
> (00.205562) sid=335 pgid=335 pid=335
> (00.205580) bfd: BUF 0x7f20686ac000 <
> (00.205596) bfd: BUF 0x7f20686ad000 <
> (00.205611) bfd: BUF 0x7f20686ae000 <
> (00.205626) bfd: BUF 0x7f20686af000 <
> (00.205641) bfd: BUF 0x7f20686b0000 <
> (00.205657) bfd: BUF 0x7f20686b1000 <
> (00.205662) 
> (00.205665) Dumping opened files (pid: 10437)
> (00.205668) ----------------------------------------
> (00.205675) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.205710) Wait for ack 14 on daemon socket
> (00.205715) Fetched ack: 14 14 0
> (00.205731) bfd: BUF 0x7f20686b2000 <
> (00.205740) bfd: BUF 0x7f20686b3000 <
> (00.205748) bfd: BUF 0x7f20686b3000 >
> (00.205752) 10437 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.205765) Dumping path for 0 fd via self 42 [/dev/null]
> (00.205772) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.205782) bfd: BUF 0x7f20686b3000 <
> (00.205789) bfd: BUF 0x7f20686b3000 >
> (00.205794) 10437 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.205805) Dumping path for 1 fd via self 43 [/dev/null]
> (00.205811) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.205820) bfd: BUF 0x7f20686b3000 <
> (00.205827) bfd: BUF 0x7f20686b3000 >
> (00.205831) 10437 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.205843) Dumping path for 2 fd via self 44 [/dev/null]
> (00.205849) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.205859) bfd: BUF 0x7f20686b3000 <
> (00.205865) bfd: BUF 0x7f20686b3000 >
> (00.205870) 10437 fdinfo 3: pos: 0x             3e0 flags:           100001/0
> (00.205880) Dumping path for 3 fd via self 45 [/var/lib/dhcp/dhclient.eth0.leases]
> (00.205897) fdinfo: type: 0x 1 flags: 0100001/0 pos: 0x     3e0 fd: 3
> (00.205907) bfd: BUF 0x7f20686b3000 <
> (00.205914) bfd: BUF 0x7f20686b3000 >
> (00.205918) 10437 fdinfo 4: pos: 0x               0 flags:                2/0x1
> (00.205924) 	Searching for socket 9cf5 (family 17)
> (00.205927) Dumping packet socket fd 46 id 0x51
> (00.205942) fdinfo: type: 0x a flags: 02/01 pos: 0x       0 fd: 4
> (00.205952) bfd: BUF 0x7f20686b3000 <
> (00.205959) bfd: BUF 0x7f20686b3000 >
> (00.205963) 10437 fdinfo 5: pos: 0x               0 flags:                2/0x1
> (00.205970) 	Searching for socket 98f8 (family 2)
> (00.205977) No filter for socket
> (00.205983) Dumping inet socket at 5
> (00.205988) 	Dumping: ino 0x    98f8 family    2 type    2 port       68 state  7 src_addr 0.0.0.0
> (00.205993) 	Dumped: family 2 type 2 proto 17 port 68 state 7 src_addr 0.0.0.0
> (00.205997) fdinfo: type: 0x 4 flags: 02/01 pos: 0x       0 fd: 5
> (00.206005) bfd: BUF 0x7f20686b3000 <
> (00.206012) bfd: BUF 0x7f20686b3000 >
> (00.206016) 10437 fdinfo 6: pos: 0x               0 flags:                2/0x1
> (00.206022) 	Searching for socket 91a6 (family 1)
> (00.206025) 	Searching for socket 9cf7 (family 1)
> (00.206031) No filter for socket
> (00.206034) Dumping unix socket at 6
> (00.206037) 	Dumping: ino 0x91a6 peer_ino 0x9cf7 family    1 type    2 state  7 name (null)
> (00.206042) 	Dumped: id 0x53 ino 0x91a6 peer 0x9cf7 type 2 state 7 name 0 bytes
> (00.206046) fdinfo: type: 0x 5 flags: 02/01 pos: 0x       0 fd: 6
> (00.206055) bfd: BUF 0x7f20686b3000 <
> (00.206061) bfd: BUF 0x7f20686b3000 >
> (00.206066) 10437 fdinfo 20: pos: 0x               0 flags:             4002/0
> (00.206072) 	Searching for socket 8396 (family 2)
> (00.206079) No filter for socket
> (00.206083) Dumping inet socket at 20
> (00.206087) 	Dumping: ino 0x    8396 family    2 type    2 port    14064 state  7 src_addr 0.0.0.0
> (00.206091) 	Dumped: family 2 type 2 proto 17 port 14064 state 7 src_addr 0.0.0.0
> (00.206094) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 20
> (00.206103) bfd: BUF 0x7f20686b3000 <
> (00.206109) bfd: BUF 0x7f20686b3000 >
> (00.206114) 10437 fdinfo 21: pos: 0x               0 flags:             4002/0
> (00.206119) 	Searching for socket 8397 (family 10)
> (00.206128) No filter for socket
> (00.206133) Dumping inet socket at 21
> (00.206138) 	Dumping: ino 0x    8397 family   10 type    2 port     5726 state  7 src_addr ::
> (00.206142) 	Dumped: family 10 type 2 proto 17 port 5726 state 7 src_addr ::
> (00.206146) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 21
> (00.206168) bfd: BUF 0x7f20686b2000 >
> (00.206173) ----------------------------------------
> (00.206182) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.206186) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.206205) Fetched ack: 7 7 0
> (00.206209) 
> (00.206212) Dumping pages (type: 59 pid: 10437)
> (00.206215) ----------------------------------------
> (00.206217)    Private vmas 511/2557 pages
> (00.206224) pagemap-cache: created for pid 10437 (takes 4096 bytes)
> (00.206228) page-pipe: Create page pipe for 2557 segs
> (00.206231) page-pipe: Will grow page pipe (iov off is 0)
> (00.206251) bfd: BUF 0x7f20686b2000 <
> (00.206269) pagemap-cache: filling VMA 7fb481019000-7fb481024000 (44K) [l:7fb481000000 h:7fb481200000]
> (00.206274) pagemap-cache: 	    7fb481019000-7fb481024000     nr:1     cov:45056
> (00.206278) pagemap-cache: 	simple mode [l:7fb481019000 h:7fb481024000]
> (00.206286) page-pipe: Add iov to page pipe (0 iovs, 0/2557 total)
> (00.206289) Pagemap generated: 1 pages 0 holes
> (00.206293) pagemap-cache: filling VMA 7fb481024000-7fb481223000 (2044K) [l:7fb481000000 h:7fb481200000]
> (00.206296) pagemap-cache: 	    7fb481024000-7fb481223000     nr:1     cov:2093056
> (00.206299) pagemap-cache: 	simple mode [l:7fb481024000 h:7fb481223000]
> (00.206313) Pagemap generated: 0 pages 0 holes
> (00.206316) pagemap-cache: filling VMA 7fb481223000-7fb481224000 (4K) [l:7fb481200000 h:7fb481400000]
> (00.206319) pagemap-cache: 	    7fb481223000-7fb481224000     nr:1     cov:4096
> (00.206323) pagemap-cache: 	    7fb481224000-7fb481225000     nr:2     cov:8192
> (00.206336) pagemap-cache: 	    7fb481225000-7fb4813e0000     nr:3     cov:1822720
> (00.206340) pagemap-cache: 	cache  mode [l:7fb481223000 h:7fb481400000]
> (00.206348) page-pipe: Add iov to page pipe (1 iovs, 1/2557 total)
> (00.206352) Pagemap generated: 1 pages 0 holes
> (00.206355) Pagemap generated: 1 pages 0 holes
> (00.206359) Pagemap generated: 0 pages 0 holes
> (00.206362) pagemap-cache: filling VMA 7fb4813e0000-7fb4815df000 (2044K) [l:7fb481200000 h:7fb481400000]
> (00.206372) Pagemap generated: 0 pages 0 holes
> (00.206375) pagemap-cache: filling VMA 7fb4815df000-7fb4815e3000 (16K) [l:7fb481400000 h:7fb481600000]
> (00.206379) page-pipe: Add iov to page pipe (2 iovs, 2/2557 total)
> (00.206383) Pagemap generated: 4 pages 0 holes
> (00.206386) pagemap-cache: filling VMA 7fb4815e3000-7fb4815e5000 (8K) [l:7fb481400000 h:7fb481600000]
> (00.206390) Pagemap generated: 2 pages 0 holes
> (00.206393) pagemap-cache: filling VMA 7fb4815e5000-7fb4815ea000 (20K) [l:7fb481400000 h:7fb481600000]
> (00.206398) Pagemap generated: 5 pages 0 holes
> (00.206401) pagemap-cache: filling VMA 7fb4815ea000-7fb48160d000 (140K) [l:7fb481400000 h:7fb481600000]
> (00.206412) Pagemap generated: 0 pages 0 holes
> (00.206415) pagemap-cache: filling VMA 7fb481673000-7fb481805000 (1608K) [l:7fb481600000 h:7fb481800000]
> (00.206419) pagemap-cache: 	    7fb481673000-7fb481805000     nr:1     cov:1646592
> (00.206422) pagemap-cache: 	simple mode [l:7fb481673000 h:7fb481805000]
> (00.206436) page-pipe: Add iov to page pipe (3 iovs, 3/2557 total)
> (00.206441) page-pipe: Grow pipe 10 -> 20
> (00.206445) page-pipe: Grow pipe 20 -> 40
> (00.206449) page-pipe: Grow pipe 40 -> 80
> (00.206456) page-pipe: Grow pipe 80 -> 100
> (00.206459) page-pipe: Add iov to page pipe (4 iovs, 4/2557 total)
> (00.206476) page-pipe: Grow pipe 100 -> 200
> (00.206480) page-pipe: Add iov to page pipe (5 iovs, 5/2557 total)
> (00.206485) page-pipe: Add iov to page pipe (6 iovs, 6/2557 total)
> (00.206488) Pagemap generated: 399 pages 0 holes
> (00.206490) pagemap-cache: filling VMA 7fb481809000-7fb48180c000 (12K) [l:7fb481800000 h:7fb481a00000]
> (00.206493) pagemap-cache: 	    7fb481809000-7fb48180c000     nr:1     cov:12288
> (00.206497) pagemap-cache: 	    7fb48180c000-7fb48180d000     nr:2     cov:16384
> (00.206500) pagemap-cache: 	    7fb48180d000-7fb48180e000     nr:3     cov:20480
> (00.206503) pagemap-cache: 	    7fb48180e000-7fb48180f000     nr:4     cov:24576
> (00.206506) pagemap-cache: 	    7fb48180f000-7fb4819a0000     nr:5     cov:1667072
> (00.206509) pagemap-cache: 	cache  mode [l:7fb481809000 h:7fb481a00000]
> (00.206518) page-pipe: Add iov to page pipe (7 iovs, 7/2557 total)
> (00.206522) Pagemap generated: 3 pages 0 holes
> (00.206524) Pagemap generated: 1 pages 0 holes
> (00.206527) Pagemap generated: 1 pages 0 holes
> (00.206530) Pagemap generated: 1 pages 0 holes
> (00.206534) Pagemap generated: 0 pages 0 holes
> (00.206537) pagemap-cache: filling VMA 7fb481ba0000-7fb481ba1000 (4K) [l:7fb481a00000 h:7fb481c00000]
> (00.206542) page-pipe: Add iov to page pipe (8 iovs, 8/2557 total)
> (00.206546) Pagemap generated: 1 pages 0 holes
> (00.206549) pagemap-cache: filling VMA 7fb481ba1000-7fb481ba6000 (20K) [l:7fb481a00000 h:7fb481c00000]
> (00.206553) Pagemap generated: 5 pages 0 holes
> (00.206557) pagemap-cache: filling VMA 7fb481ba6000-7fb481bb1000 (44K) [l:7fb481a00000 h:7fb481c00000]
> (00.206561) page-pipe: Add iov to page pipe (9 iovs, 9/2557 total)
> (00.206565) Pagemap generated: 4 pages 0 holes
> (00.206567) pagemap-cache: filling VMA 7fb481dca000-7fb481e75000 (684K) [l:7fb481c00000 h:7fb481e00000]
> (00.206576) page-pipe: Add iov to page pipe (10 iovs, 10/2557 total)
> (00.206579) page-pipe: Add iov to page pipe (11 iovs, 11/2557 total)
> (00.206582) page-pipe: Add iov to page pipe (12 iovs, 12/2557 total)
> (00.206586) page-pipe: Will grow page pipe (iov off is 13)
> (00.206592) page-pipe: Add iov to page pipe (0 iovs, 13/2557 total)
> (00.206596) page-pipe: Grow pipe 10 -> 20
> (00.206600) page-pipe: Add iov to page pipe (1 iovs, 14/2557 total)
> (00.206603) page-pipe: Grow pipe 20 -> 40
> (00.206607) Pagemap generated: 140 pages 0 holes
> (00.206618) pagemap-cache: filling VMA 7fffab3c6000-7fffab3e8000 (136K) [l:7fffab200000 h:7fffab400000]
> (00.206624) page-pipe: Add iov to page pipe (2 iovs, 15/2557 total)
> (00.206628) Pagemap generated: 4 pages 0 holes
> (00.206630) pagemap-cache: filling VMA 7fffab3fe000-7fffab400000 (8K) [l:7fffab200000 h:7fffab400000]
> (00.206635) page-pipe: Add iov to page pipe (3 iovs, 16/2557 total)
> (00.206638) Pagemap generated: 2 pages 0 holes
> (00.206641) page-pipe: Page pipe:
> (00.206643) page-pipe: * 2 pipes 17/2557 iovs:
> (00.206646) page-pipe: 	buf 512 pages, 13 iovs:
> (00.206649) page-pipe: 		0x7fb481019000 1
> (00.206652) page-pipe: 		0x7fb481223000 2
> (00.206655) page-pipe: 		0x7fb4815df000 11
> (00.206657) page-pipe: 		0x7fb481673000 138
> (00.206660) page-pipe: 		0x7fb4816fe000 194
> (00.206663) page-pipe: 		0x7fb4817c1000 64
> (00.206665) page-pipe: 		0x7fb481802000 3
> (00.206668) page-pipe: 		0x7fb481809000 6
> (00.206671) page-pipe: 		0x7fb481ba0000 6
> (00.206674) page-pipe: 		0x7fb481bad000 4
> (00.206676) page-pipe: 		0x7fb481dca000 11
> (00.206679) page-pipe: 		0x7fb481dd6000 12
> (00.206682) page-pipe: 		0x7fb481de3000 60
> (00.206684) page-pipe: 	buf 63 pages, 4 iovs:
> (00.206687) page-pipe: 		0x7fb481e1f000 20
> (00.206690) page-pipe: 		0x7fb481e34000 37
> (00.206693) page-pipe: 		0x7fffab3e4000 4
> (00.206695) page-pipe: 		0x7fffab3fe000 2
> (00.206698) page-pipe: * 0 holes:
> (00.206701) PPB: 512 pages 13 segs 512 pipe 0 off
> (00.206709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.206715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.206754) Fetched ack: 8 8 0
> (00.206759) PPB: 63 pages 4 segs 64 pipe 13 off
> (00.206766) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.206772) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.206787) Fetched ack: 8 8 0
> (00.206792) Transfering pages:
> (00.206795) 	buf 512/13
> (00.206797) 	p 0x7fb481019000 [1]
> (00.206814) 	p 0x7fb481223000 [2]
> (00.206839) 	p 0x7fb4815df000 [11]
> (00.206951) 	p 0x7fb481673000 [138]
> (00.208098) 	p 0x7fb4816fe000 [194]
> (00.209737) 	p 0x7fb4817c1000 [64]
> (00.210270) 	p 0x7fb481802000 [3]
> (00.210300) 	p 0x7fb481809000 [6]
> (00.210356) 	p 0x7fb481ba0000 [6]
> (00.210410) 	p 0x7fb481bad000 [4]
> (00.210448) 	p 0x7fb481dca000 [11]
> (00.210548) 	p 0x7fb481dd6000 [12]
> (00.210651) 	p 0x7fb481de3000 [60]
> (00.211165) 	buf 63/4
> (00.211168) 	p 0x7fb481e1f000 [20]
> (00.211344) 	p 0x7fb481e34000 [37]
> (00.211664) 	p 0x7fffab3e4000 [4]
> (00.211704) 	p 0x7fffab3fe000 [2]
> (00.211752) bfd: BUF 0x7f20686b2000 >
> (00.211758) page-pipe: Killing page pipe
> (00.211777) ----------------------------------------
> (00.211795) Sent msg to daemon 7 0 0
> (00.211799) Wait for ack 7 on daemon socket
> pie: __fetched msg: 7 0 0
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.211829) Fetched ack: 7 7 0
> (00.211842) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.211846) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.211886) Fetched ack: 9 9 0
> (00.211909) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.211913) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.211926) Fetched ack: 10 10 0
> (00.211936) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.211940) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.211947) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.211952) 
> (00.211956) Dumping core (pid: 10437)
> (00.211959) ----------------------------------------
> (00.211962) Obtaining personality ... (00.211988) 10437 has 0 sched policy
> (00.211993) 	dumping 0 nice for 10437
> (00.212001) cg: Dumping cgroups for 10437
> (00.212066) cg:  `- Existing css 2 found
> (00.212088) ----------------------------------------
> (00.212091) 
> (00.212094) Dumping creds for 10437)
> (00.212097) ----------------------------------------
> (00.212105) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.212109) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.212155) Fetched ack: 13 13 0
> (00.212178) Waiting for 10437 to trap
> (00.212194) Daemon 10437 exited trapping
> (00.212201) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 335: new_sp=0x7fb48166e008 ip 0x7fb481316d81
> (00.212253) 10437 was trapped
> (00.212258) `- Expecting exit
> (00.212268) 10437 was trapped
> (00.212272) 10437 is going to execute the syscall f
> (00.212289) 10437 was stopped
> (00.212305) 10437 was trapped
> (00.212309) 10437 is going to execute the syscall 1
> (00.212319) 10437 was trapped
> (00.212322) `- Expecting exit
> (00.212332) 10437 was trapped
> (00.212336) 10437 is going to execute the syscall b
> (00.212357) 10437 was stopped
> (00.212382) 
> (00.212386) Dumping mm (pid: 10437)
> (00.212389) ----------------------------------------
> (00.212393) 0x7fb481019000-0x7fb481024000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.212398) 0x7fb481024000-0x7fb481223000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.212402) 0x7fb481223000-0x7fb481224000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.212406) 0x7fb481224000-0x7fb481225000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.212410) 0x7fb481225000-0x7fb4813e0000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.212414) 0x7fb4813e0000-0x7fb4815df000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.212418) 0x7fb4815df000-0x7fb4815e3000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.212422) 0x7fb4815e3000-0x7fb4815e5000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.212426) 0x7fb4815e5000-0x7fb4815ea000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.212429) 0x7fb4815ea000-0x7fb48160d000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.212434) 0x7fb481673000-0x7fb481805000 (1608K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.212437) 0x7fb481809000-0x7fb48180c000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.212441) 0x7fb48180c000-0x7fb48180d000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.212444) 0x7fb48180d000-0x7fb48180e000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.212448) 0x7fb48180e000-0x7fb48180f000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.212452) 0x7fb48180f000-0x7fb4819a0000 (1604K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.212470) Dumping path for -3 fd via self 36 [/sbin/dhclient]
> (00.212479) 0x7fb481ba0000-0x7fb481ba1000 (4K) prot 0x1 flags 0x2 off 0x191000 reg fp  shmid: 0
> (00.212484) 0x7fb481ba1000-0x7fb481ba6000 (20K) prot 0x3 flags 0x2 off 0x192000 reg fp  shmid: 0
> (00.212488) 0x7fb481ba6000-0x7fb481bb1000 (44K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.212491) 0x7fb481dca000-0x7fb481e75000 (684K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.212495) 0x7fffab3c6000-0x7fffab3e8000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.212498) 0x7fffab3fe000-0x7fffab400000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.212502) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.212506) Obtaining task auvx ...
> (00.212527) bfd: BUF 0x7f20686b2000 <
> (00.212540) bfd: BUF 0x7f20686b2000 >
> (00.212565) bfd: BUF 0x7f20686b2000 <
> (00.212571) bfd: BUF 0x7f20686b2000 >
> (00.212583) bfd: BUF 0x7f20686b2000 <
> (00.212589) bfd: BUF 0x7f20686b2000 >
> (00.212594) Dumping task cwd id 0x1f root id 0x1f
> (00.212612) bfd: BUF 0x7f20686ac000 >
> (00.212628) bfd: BUF 0x7f20686ad000 >
> (00.212645) bfd: BUF 0x7f20686ae000 >
> (00.212661) bfd: BUF 0x7f20686af000 >
> (00.212677) bfd: BUF 0x7f20686b0000 >
> (00.212694) bfd: BUF 0x7f20686b1000 >
> (00.212707) ========================================
> (00.212711) Dumping task (pid: 10547)
> (00.212714) ========================================
> (00.212716) Obtaining task stat ... (00.212749) 
> (00.212753) Collecting mappings (pid: 10547)
> (00.212756) ----------------------------------------
> (00.212762) bfd: BUF 0x7f20686b1000 <
> (00.212847) bfd: BUF 0x7f20686b0000 <
> (00.212855) bfd: BUF 0x7f20686b0000 >
> (00.212865) vma 7eff77175000 borrows vfi from previous 7eff7716a000
> (00.212873) vma 7eff77374000 borrows vfi from previous 7eff77175000
> (00.212881) vma 7eff77375000 borrows vfi from previous 7eff77374000
> (00.212908) bfd: BUF 0x7f20686b0000 <
> (00.212916) bfd: BUF 0x7f20686b0000 >
> (00.212924) vma 7eff77381000 borrows vfi from previous 7eff77376000
> (00.212932) vma 7eff77580000 borrows vfi from previous 7eff77381000
> (00.212986) vma 7eff77581000 borrows vfi from previous 7eff77580000
> (00.213005) bfd: BUF 0x7f20686b0000 <
> (00.213012) bfd: BUF 0x7f20686b0000 >
> (00.213021) vma 7eff7758b000 borrows vfi from previous 7eff77582000
> (00.213028) vma 7eff7778a000 borrows vfi from previous 7eff7758b000
> (00.213035) vma 7eff7778b000 borrows vfi from previous 7eff7778a000
> (00.213053) bfd: BUF 0x7f20686b0000 <
> (00.213060) bfd: BUF 0x7f20686b0000 >
> (00.213069) vma 7eff777a3000 borrows vfi from previous 7eff7778c000
> (00.213119) vma 7eff779a3000 borrows vfi from previous 7eff777a3000
> (00.213127) vma 7eff779a4000 borrows vfi from previous 7eff779a3000
> (00.213154) bfd: BUF 0x7f20686b0000 <
> (00.213161) bfd: BUF 0x7f20686b0000 >
> (00.213170) vma 7eff779a9000 borrows vfi from previous 7eff779a7000
> (00.213177) vma 7eff77ba9000 borrows vfi from previous 7eff779a9000
> (00.213185) vma 7eff77baa000 borrows vfi from previous 7eff77ba9000
> (00.213248) bfd: BUF 0x7f20686b0000 <
> (00.213256) bfd: BUF 0x7f20686b0000 >
> (00.213264) vma 7eff77bb5000 borrows vfi from previous 7eff77bab000
> (00.213272) vma 7eff77db4000 borrows vfi from previous 7eff77bb5000
> (00.213279) vma 7eff77db5000 borrows vfi from previous 7eff77db4000
> (00.213304) bfd: BUF 0x7f20686b0000 <
> (00.213312) bfd: BUF 0x7f20686b0000 >
> (00.213321) vma 7eff77de2000 borrows vfi from previous 7eff77db6000
> (00.213329) vma 7eff77fe1000 borrows vfi from previous 7eff77de2000
> (00.213380) vma 7eff77fe3000 borrows vfi from previous 7eff77fe1000
> (00.213406) bfd: BUF 0x7f20686b0000 <
> (00.213413) bfd: BUF 0x7f20686b0000 >
> (00.213422) vma 7eff77fec000 borrows vfi from previous 7eff77fe5000
> (00.213429) vma 7eff781eb000 borrows vfi from previous 7eff77fec000
> (00.213437) vma 7eff781ec000 borrows vfi from previous 7eff781eb000
> (00.213454) bfd: BUF 0x7f20686b0000 <
> (00.213460) bfd: BUF 0x7f20686b0000 >
> (00.213510) vma 7eff78206000 borrows vfi from previous 7eff781ed000
> (00.213518) vma 7eff78405000 borrows vfi from previous 7eff78206000
> (00.213526) vma 7eff78406000 borrows vfi from previous 7eff78405000
> (00.213551) bfd: BUF 0x7f20686b0000 <
> (00.213558) bfd: BUF 0x7f20686b0000 >
> (00.213566) vma 7eff78448000 borrows vfi from previous 7eff7840b000
> (00.213574) vma 7eff78647000 borrows vfi from previous 7eff78448000
> (00.213627) vma 7eff78648000 borrows vfi from previous 7eff78647000
> (00.213645) bfd: BUF 0x7f20686b0000 <
> (00.213652) bfd: BUF 0x7f20686b0000 >
> (00.213660) vma 7eff7864c000 borrows vfi from previous 7eff78649000
> (00.213668) vma 7eff7884b000 borrows vfi from previous 7eff7864c000
> (00.213676) vma 7eff7884c000 borrows vfi from previous 7eff7884b000
> (00.213692) bfd: BUF 0x7f20686b0000 <
> (00.213699) bfd: BUF 0x7f20686b0000 >
> (00.213708) vma 7eff78866000 borrows vfi from previous 7eff7884d000
> (00.213756) vma 7eff78a65000 borrows vfi from previous 7eff78866000
> (00.213764) vma 7eff78a66000 borrows vfi from previous 7eff78a65000
> (00.213790) bfd: BUF 0x7f20686b0000 <
> (00.213797) bfd: BUF 0x7f20686b0000 >
> (00.213805) vma 7eff78a88000 borrows vfi from previous 7eff78a71000
> (00.213813) vma 7eff78c87000 borrows vfi from previous 7eff78a88000
> (00.213821) vma 7eff78c88000 borrows vfi from previous 7eff78c87000
> (00.213905) bfd: BUF 0x7f20686b0000 <
> (00.213912) bfd: BUF 0x7f20686b0000 >
> (00.213921) vma 7eff78e46000 borrows vfi from previous 7eff78c8b000
> (00.213929) vma 7eff79045000 borrows vfi from previous 7eff78e46000
> (00.213936) vma 7eff79049000 borrows vfi from previous 7eff79045000
> (00.213961) bfd: BUF 0x7f20686b0000 <
> (00.213968) bfd: BUF 0x7f20686b0000 >
> (00.214027) vma 7eff79053000 borrows vfi from previous 7eff79050000
> (00.214035) vma 7eff79252000 borrows vfi from previous 7eff79053000
> (00.214042) vma 7eff79253000 borrows vfi from previous 7eff79252000
> (00.214059) bfd: BUF 0x7f20686b0000 <
> (00.214066) bfd: BUF 0x7f20686b0000 >
> (00.214075) vma 7eff79310000 borrows vfi from previous 7eff79254000
> (00.214083) vma 7eff79510000 borrows vfi from previous 7eff79310000
> (00.214100) vma 7eff7951d000 borrows vfi from previous 7eff79510000
> (00.214165) bfd: BUF 0x7f20686b0000 <
> (00.214172) bfd: BUF 0x7f20686b0000 >
> (00.214181) vma 7eff79562000 borrows vfi from previous 7eff7951f000
> (00.214189) vma 7eff79762000 borrows vfi from previous 7eff79562000
> (00.214197) vma 7eff79763000 borrows vfi from previous 7eff79762000
> (00.214214) bfd: BUF 0x7f20686b0000 <
> (00.214221) bfd: BUF 0x7f20686b0000 >
> (00.214230) vma 7eff7976e000 borrows vfi from previous 7eff79765000
> (00.214238) vma 7eff7996e000 borrows vfi from previous 7eff7976e000
> (00.214292) vma 7eff7996f000 borrows vfi from previous 7eff7996e000
> (00.214317) bfd: BUF 0x7f20686b0000 <
> (00.214324) bfd: BUF 0x7f20686b0000 >
> (00.214333) vma 7eff799b6000 borrows vfi from previous 7eff7999e000
> (00.214341) vma 7eff79bb5000 borrows vfi from previous 7eff799b6000
> (00.214348) vma 7eff79bb6000 borrows vfi from previous 7eff79bb5000
> (00.214366) bfd: BUF 0x7f20686b0000 <
> (00.214373) bfd: BUF 0x7f20686b0000 >
> (00.214444) vma 7eff79bb9000 borrows vfi from previous 7eff79bb7000
> (00.214453) vma 7eff79db8000 borrows vfi from previous 7eff79bb9000
> (00.214460) vma 7eff79db9000 borrows vfi from previous 7eff79db8000
> (00.214478) bfd: BUF 0x7f20686b0000 <
> (00.214485) bfd: BUF 0x7f20686b0000 >
> (00.214494) vma 7eff79f6c000 borrows vfi from previous 7eff79dba000
> (00.214502) vma 7eff7a16b000 borrows vfi from previous 7eff79f6c000
> (00.214509) vma 7eff7a186000 borrows vfi from previous 7eff7a16b000
> (00.214580) bfd: BUF 0x7f20686b0000 <
> (00.214587) bfd: BUF 0x7f20686b0000 >
> (00.214596) vma 7eff7a1d9000 borrows vfi from previous 7eff7a195000
> (00.214604) vma 7eff7a3d8000 borrows vfi from previous 7eff7a1d9000
> (00.214612) vma 7eff7a3d9000 borrows vfi from previous 7eff7a3d8000
> (00.214629) bfd: BUF 0x7f20686b0000 <
> (00.214636) bfd: BUF 0x7f20686b0000 >
> (00.214645) vma 7eff7a3dd000 borrows vfi from previous 7eff7a3da000
> (00.214695) vma 7eff7a5dc000 borrows vfi from previous 7eff7a3dd000
> (00.214704) vma 7eff7a5dd000 borrows vfi from previous 7eff7a5dc000
> (00.214722) bfd: BUF 0x7f20686b0000 <
> (00.214729) bfd: BUF 0x7f20686b0000 >
> (00.214738) vma 7eff7a5fe000 borrows vfi from previous 7eff7a5de000
> (00.214746) vma 7eff7a7fd000 borrows vfi from previous 7eff7a5fe000
> (00.214753) vma 7eff7a7fe000 borrows vfi from previous 7eff7a7fd000
> (00.214825) bfd: BUF 0x7f20686b0000 <
> (00.214832) bfd: BUF 0x7f20686b0000 >
> (00.214841) vma 7eff7a80e000 borrows vfi from previous 7eff7a801000
> (00.214848) vma 7eff7aa0d000 borrows vfi from previous 7eff7a80e000
> (00.214856) vma 7eff7aa0e000 borrows vfi from previous 7eff7aa0d000
> (00.214874) bfd: BUF 0x7f20686b0000 <
> (00.214881) bfd: BUF 0x7f20686b0000 >
> (00.214890) vma 7eff7aa17000 borrows vfi from previous 7eff7aa0f000
> (00.214897) vma 7eff7ac16000 borrows vfi from previous 7eff7aa17000
> (00.214953) vma 7eff7ac17000 borrows vfi from previous 7eff7ac16000
> (00.214979) bfd: BUF 0x7f20686b0000 <
> (00.214986) bfd: BUF 0x7f20686b0000 >
> (00.215016) bfd: BUF 0x7f20686b0000 <
> (00.215022) bfd: BUF 0x7f20686b0000 >
> (00.215031) vma 7eff7ae3c000 borrows vfi from previous 7eff7ae3b000
> (00.215102) bfd: BUF 0x7f20686b0000 <
> (00.215109) bfd: BUF 0x7f20686b0000 >
> (00.215118) vma 7eff7b0f5000 borrows vfi from previous 7eff7ae3e000
> (00.215126) vma 7eff7b0f8000 borrows vfi from previous 7eff7b0f5000
> (00.215155) bfd: BUF 0x7f20686b1000 >
> (00.215161) Collected, longest area occupies 512 pages
> (00.215164) 0x7eff7716a000-0x7eff77175000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215168) 0x7eff77175000-0x7eff77374000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.215172) 0x7eff77374000-0x7eff77375000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.215176) 0x7eff77375000-0x7eff77376000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.215179) 0x7eff77376000-0x7eff77381000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215183) 0x7eff77381000-0x7eff77580000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.215187) 0x7eff77580000-0x7eff77581000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.215200) 0x7eff77581000-0x7eff77582000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.215204) 0x7eff77582000-0x7eff7758b000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215208) 0x7eff7758b000-0x7eff7778a000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.215211) 0x7eff7778a000-0x7eff7778b000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.215215) 0x7eff7778b000-0x7eff7778c000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.215218) 0x7eff7778c000-0x7eff777a3000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215222) 0x7eff777a3000-0x7eff779a3000 (2048K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.215226) 0x7eff779a3000-0x7eff779a4000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.215229) 0x7eff779a4000-0x7eff779a5000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.215233) 0x7eff779a5000-0x7eff779a7000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215237) 0x7eff779a7000-0x7eff779a9000 (8K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215240) 0x7eff779a9000-0x7eff77ba9000 (2048K) prot 0 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215244) 0x7eff77ba9000-0x7eff77baa000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215247) 0x7eff77baa000-0x7eff77bab000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215251) 0x7eff77bab000-0x7eff77bb5000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215254) 0x7eff77bb5000-0x7eff77db4000 (2044K) prot 0 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.215258) 0x7eff77db4000-0x7eff77db5000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.215261) 0x7eff77db5000-0x7eff77db6000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.215265) 0x7eff77db6000-0x7eff77de2000 (176K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215268) 0x7eff77de2000-0x7eff77fe1000 (2044K) prot 0 flags 0x2 off 0x2c000 reg fp  shmid: 0
> (00.215272) 0x7eff77fe1000-0x7eff77fe3000 (8K) prot 0x1 flags 0x2 off 0x2b000 reg fp  shmid: 0
> (00.215275) 0x7eff77fe3000-0x7eff77fe4000 (4K) prot 0x3 flags 0x2 off 0x2d000 reg fp  shmid: 0
> (00.215279) 0x7eff77fe4000-0x7eff77fe5000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215282) 0x7eff77fe5000-0x7eff77fec000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215286) 0x7eff77fec000-0x7eff781eb000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.215290) 0x7eff781eb000-0x7eff781ec000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.215293) 0x7eff781ec000-0x7eff781ed000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.215297) 0x7eff781ed000-0x7eff78206000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215300) 0x7eff78206000-0x7eff78405000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.215304) 0x7eff78405000-0x7eff78406000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.215307) 0x7eff78406000-0x7eff78407000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.215310) 0x7eff78407000-0x7eff7840b000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215314) 0x7eff7840b000-0x7eff78448000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215318) 0x7eff78448000-0x7eff78647000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.215321) 0x7eff78647000-0x7eff78648000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.215325) 0x7eff78648000-0x7eff78649000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.215328) 0x7eff78649000-0x7eff7864c000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215332) 0x7eff7864c000-0x7eff7884b000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215336) 0x7eff7884b000-0x7eff7884c000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215339) 0x7eff7884c000-0x7eff7884d000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215343) 0x7eff7884d000-0x7eff78866000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215346) 0x7eff78866000-0x7eff78a65000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.215350) 0x7eff78a65000-0x7eff78a66000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.215354) 0x7eff78a66000-0x7eff78a67000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.215365) 0x7eff78a67000-0x7eff78a71000 (40K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215369) 0x7eff78a71000-0x7eff78a88000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215373) 0x7eff78a88000-0x7eff78c87000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.215376) 0x7eff78c87000-0x7eff78c88000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.215380) 0x7eff78c88000-0x7eff78c89000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.215383) 0x7eff78c89000-0x7eff78c8b000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215387) 0x7eff78c8b000-0x7eff78e46000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215390) 0x7eff78e46000-0x7eff79045000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.215394) 0x7eff79045000-0x7eff79049000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.215398) 0x7eff79049000-0x7eff7904b000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.215401) 0x7eff7904b000-0x7eff79050000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215405) 0x7eff79050000-0x7eff79053000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215408) 0x7eff79053000-0x7eff79252000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215411) 0x7eff79252000-0x7eff79253000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215415) 0x7eff79253000-0x7eff79254000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215418) 0x7eff79254000-0x7eff79310000 (752K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215422) 0x7eff79310000-0x7eff79510000 (2048K) prot 0 flags 0x2 off 0xbc000 reg fp  shmid: 0
> (00.215425) 0x7eff79510000-0x7eff7951d000 (52K) prot 0x1 flags 0x2 off 0xbc000 reg fp  shmid: 0
> (00.215429) 0x7eff7951d000-0x7eff7951f000 (8K) prot 0x3 flags 0x2 off 0xc9000 reg fp  shmid: 0
> (00.215432) 0x7eff7951f000-0x7eff79562000 (268K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215436) 0x7eff79562000-0x7eff79762000 (2048K) prot 0 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.215439) 0x7eff79762000-0x7eff79763000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.215442) 0x7eff79763000-0x7eff79765000 (8K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.215446) 0x7eff79765000-0x7eff7976e000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215449) 0x7eff7976e000-0x7eff7996e000 (2048K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.215453) 0x7eff7996e000-0x7eff7996f000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.215456) 0x7eff7996f000-0x7eff79970000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.215460) 0x7eff79970000-0x7eff7999e000 (184K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215463) 0x7eff7999e000-0x7eff799b6000 (96K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215467) 0x7eff799b6000-0x7eff79bb5000 (2044K) prot 0 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.215470) 0x7eff79bb5000-0x7eff79bb6000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.215474) 0x7eff79bb6000-0x7eff79bb7000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.215477) 0x7eff79bb7000-0x7eff79bb9000 (8K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215481) 0x7eff79bb9000-0x7eff79db8000 (2044K) prot 0 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215484) 0x7eff79db8000-0x7eff79db9000 (4K) prot 0x1 flags 0x2 off 0x1000 reg fp  shmid: 0
> (00.215487) 0x7eff79db9000-0x7eff79dba000 (4K) prot 0x3 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215491) 0x7eff79dba000-0x7eff79f6c000 (1736K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215495) 0x7eff79f6c000-0x7eff7a16b000 (2044K) prot 0 flags 0x2 off 0x1b2000 reg fp  shmid: 0
> (00.215498) 0x7eff7a16b000-0x7eff7a186000 (108K) prot 0x1 flags 0x2 off 0x1b1000 reg fp  shmid: 0
> (00.215502) 0x7eff7a186000-0x7eff7a191000 (44K) prot 0x3 flags 0x2 off 0x1cc000 reg fp  shmid: 0
> (00.215505) 0x7eff7a191000-0x7eff7a195000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215509) 0x7eff7a195000-0x7eff7a1d9000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215512) 0x7eff7a1d9000-0x7eff7a3d8000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.215516) 0x7eff7a3d8000-0x7eff7a3d9000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.215527) 0x7eff7a3d9000-0x7eff7a3da000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.215531) 0x7eff7a3da000-0x7eff7a3dd000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215535) 0x7eff7a3dd000-0x7eff7a5dc000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215539) 0x7eff7a5dc000-0x7eff7a5dd000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.215542) 0x7eff7a5dd000-0x7eff7a5de000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.215545) 0x7eff7a5de000-0x7eff7a5fe000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215549) 0x7eff7a5fe000-0x7eff7a7fd000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.215552) 0x7eff7a7fd000-0x7eff7a7fe000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.215556) 0x7eff7a7fe000-0x7eff7a7ff000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.215559) 0x7eff7a7ff000-0x7eff7a801000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215563) 0x7eff7a801000-0x7eff7a80e000 (52K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215566) 0x7eff7a80e000-0x7eff7aa0d000 (2044K) prot 0 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.215570) 0x7eff7aa0d000-0x7eff7aa0e000 (4K) prot 0x1 flags 0x2 off 0xc000 reg fp  shmid: 0
> (00.215573) 0x7eff7aa0e000-0x7eff7aa0f000 (4K) prot 0x3 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.215577) 0x7eff7aa0f000-0x7eff7aa17000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215580) 0x7eff7aa17000-0x7eff7ac16000 (2044K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.215584) 0x7eff7ac16000-0x7eff7ac17000 (4K) prot 0x1 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.215587) 0x7eff7ac17000-0x7eff7ac18000 (4K) prot 0x3 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.215591) 0x7eff7ac18000-0x7eff7ac19000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215594) 0x7eff7ac19000-0x7eff7ac3c000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215598) 0x7eff7ae28000-0x7eff7ae34000 (48K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215601) 0x7eff7ae39000-0x7eff7ae3b000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215605) 0x7eff7ae3b000-0x7eff7ae3c000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.215609) 0x7eff7ae3c000-0x7eff7ae3d000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.215612) 0x7eff7ae3d000-0x7eff7ae3e000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215616) 0x7eff7ae3e000-0x7eff7aef5000 (732K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.215619) 0x7eff7b0f5000-0x7eff7b0f8000 (12K) prot 0x1 flags 0x2 off 0xb7000 reg fp  shmid: 0
> (00.215623) 0x7eff7b0f8000-0x7eff7b0f9000 (4K) prot 0x3 flags 0x2 off 0xba000 reg fp  shmid: 0
> (00.215626) 0x7eff7b0f9000-0x7eff7b103000 (40K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.215630) 0x7eff7c988000-0x7eff7c9a9000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.215633) 0x7fff1ab94000-0x7fff1abb6000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.215637) 0x7fff1abfe000-0x7fff1ac00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.215640) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.215643) ----------------------------------------
> (00.215647) 
> (00.215649) Collecting fds (pid: 10547)
> (00.215652) ----------------------------------------
> (00.215667) Found 5 file descriptors
> (00.215671) ----------------------------------------
> (00.215678) bfd: BUF 0x7f20686b1000 <
> (00.215683) bfd: BUF 0x7f20686b1000 >
> (00.215687) Dump private signals of 10547
> (00.215695) Dump shared signals of 10547
> (00.215703) Parasite syscall_ip at 0x7eff7716a000
> (00.215754) Putting parasite blob into 0x7f2068661000->0x7eff7ade2000
> (00.215777) Dumping GP/FPU registers for 10547
> (00.215789) xsave runtime structure
> (00.215792) -----------------------
> (00.215795) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.215798) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.215801) xstate_bv: 7
> (00.215804) -----------------------
> (00.215807) Putting tsock into pid 10547
> (00.215851) Wait for parasite being daemonized...
> (00.215856) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.215878) Fetched ack: 2 2 0
> (00.215884) Parasite 10547 has been switched to daemon mode
> (00.215897) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.215901) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> pie: Daemon wais for command
> (00.215908) Fetched ack: 17 17 0
> (00.215923) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.215927) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.215946) Fetched ack: 12 12 0
> (00.215952) sid=445 pgid=445 pid=445
> (00.215981) bfd: BUF 0x7f20686b1000 <
> (00.215997) bfd: BUF 0x7f20686b0000 <
> (00.216012) bfd: BUF 0x7f20686af000 <
> (00.216027) bfd: BUF 0x7f20686ae000 <
> (00.216042) bfd: BUF 0x7f20686ad000 <
> (00.216059) bfd: BUF 0x7f20686ac000 <
> (00.216064) 
> (00.216067) Dumping opened files (pid: 10547)
> (00.216070) ----------------------------------------
> (00.216078) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.216104) Wait for ack 14 on daemon socket
> (00.216110) Fetched ack: 14 14 0
> (00.216126) bfd: BUF 0x7f20686b2000 <
> (00.216139) bfd: BUF 0x7f20686b3000 <
> (00.216146) bfd: BUF 0x7f20686b3000 >
> (00.216151) 10547 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.216172) Dumping path for 0 fd via self 66 [/dev/null]
> (00.216180) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.216190) bfd: BUF 0x7f20686b3000 <
> (00.216197) bfd: BUF 0x7f20686b3000 >
> (00.216202) 10547 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.216208) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.216218) bfd: BUF 0x7f20686b3000 <
> (00.216224) bfd: BUF 0x7f20686b3000 >
> (00.216229) 10547 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.216235) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.216245) bfd: BUF 0x7f20686b3000 <
> (00.216251) bfd: BUF 0x7f20686b3000 >
> (00.216256) 10547 fdinfo 3: pos: 0x               0 flags:             4002/0
> (00.216263) 	Searching for socket a165 (family 2)
> (00.216272) No filter for socket
> (00.216279) Dumping inet socket at 3
> (00.216284) 	Dumping: ino 0x    a165 family    2 type    1 port       22 state 10 src_addr 0.0.0.0
> (00.216288) 	Dumped: family 2 type 1 proto 6 port 22 state 10 src_addr 0.0.0.0
> (00.216295) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 3
> (00.216305) bfd: BUF 0x7f20686b3000 <
> (00.216311) bfd: BUF 0x7f20686b3000 >
> (00.216315) 10547 fdinfo 4: pos: 0x               0 flags:             4002/0
> (00.216321) 	Searching for socket a167 (family 10)
> (00.216330) No filter for socket
> (00.216335) Dumping inet socket at 4
> (00.216340) 	Dumping: ino 0x    a167 family   10 type    1 port       22 state 10 src_addr ::
> (00.216343) 	Dumped: family 10 type 1 proto 6 port 22 state 10 src_addr ::
> (00.216347) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 4
> (00.216364) bfd: BUF 0x7f20686b2000 >
> (00.216369) ----------------------------------------
> (00.216379) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.216383) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.216484) Fetched ack: 7 7 0
> (00.216489) 
> (00.216492) Dumping pages (type: 59 pid: 10547)
> (00.216495) ----------------------------------------
> (00.216497)    Private vmas 512/15341 pages
> (00.216504) pagemap-cache: created for pid 10547 (takes 4096 bytes)
> (00.216508) page-pipe: Create page pipe for 15341 segs
> (00.216511) page-pipe: Will grow page pipe (iov off is 0)
> (00.216532) bfd: BUF 0x7f20686b2000 <
> (00.216552) pagemap-cache: filling VMA 7eff7716a000-7eff77175000 (44K) [l:7eff77000000 h:7eff77200000]
> (00.216560) page-pipe: Add iov to page pipe (0 iovs, 0/15341 total)
> (00.216564) Pagemap generated: 1 pages 0 holes
> (00.216567) pagemap-cache: filling VMA 7eff77175000-7eff77374000 (2044K) [l:7eff77000000 h:7eff77200000]
> (00.216578) Pagemap generated: 0 pages 0 holes
> (00.216581) pagemap-cache: filling VMA 7eff77374000-7eff77375000 (4K) [l:7eff77200000 h:7eff77400000]
> (00.216597) page-pipe: Add iov to page pipe (1 iovs, 1/15341 total)
> (00.216605) Pagemap generated: 1 pages 0 holes
> (00.216609) pagemap-cache: filling VMA 7eff77375000-7eff77376000 (4K) [l:7eff77200000 h:7eff77400000]
> (00.216615) Pagemap generated: 1 pages 0 holes
> (00.216618) pagemap-cache: filling VMA 7eff77376000-7eff77381000 (44K) [l:7eff77200000 h:7eff77400000]
> (00.216623) Pagemap generated: 0 pages 0 holes
> (00.216626) pagemap-cache: filling VMA 7eff77381000-7eff77580000 (2044K) [l:7eff77200000 h:7eff77400000]
> (00.216637) Pagemap generated: 0 pages 0 holes
> (00.216640) pagemap-cache: filling VMA 7eff77580000-7eff77581000 (4K) [l:7eff77400000 h:7eff77600000]
> (00.216646) page-pipe: Add iov to page pipe (2 iovs, 2/15341 total)
> (00.216649) Pagemap generated: 1 pages 0 holes
> (00.216652) pagemap-cache: filling VMA 7eff77581000-7eff77582000 (4K) [l:7eff77400000 h:7eff77600000]
> (00.216657) Pagemap generated: 1 pages 0 holes
> (00.216660) pagemap-cache: filling VMA 7eff77582000-7eff7758b000 (36K) [l:7eff77400000 h:7eff77600000]
> (00.216665) Pagemap generated: 0 pages 0 holes
> (00.216669) pagemap-cache: filling VMA 7eff7758b000-7eff7778a000 (2044K) [l:7eff77400000 h:7eff77600000]
> (00.216679) Pagemap generated: 0 pages 0 holes
> (00.216682) pagemap-cache: filling VMA 7eff7778a000-7eff7778b000 (4K) [l:7eff77600000 h:7eff77800000]
> (00.216687) page-pipe: Add iov to page pipe (3 iovs, 3/15341 total)
> (00.216691) Pagemap generated: 1 pages 0 holes
> (00.216694) pagemap-cache: filling VMA 7eff7778b000-7eff7778c000 (4K) [l:7eff77600000 h:7eff77800000]
> (00.216699) Pagemap generated: 1 pages 0 holes
> (00.216702) pagemap-cache: filling VMA 7eff7778c000-7eff777a3000 (92K) [l:7eff77600000 h:7eff77800000]
> (00.216707) Pagemap generated: 0 pages 0 holes
> (00.216710) pagemap-cache: filling VMA 7eff777a3000-7eff779a3000 (2048K) [l:7eff77600000 h:7eff77800000]
> (00.216720) Pagemap generated: 0 pages 0 holes
> (00.216723) pagemap-cache: filling VMA 7eff779a3000-7eff779a4000 (4K) [l:7eff77800000 h:7eff77a00000]
> (00.216729) page-pipe: Add iov to page pipe (4 iovs, 4/15341 total)
> (00.216732) Pagemap generated: 1 pages 0 holes
> (00.216735) pagemap-cache: filling VMA 7eff779a4000-7eff779a5000 (4K) [l:7eff77800000 h:7eff77a00000]
> (00.216740) Pagemap generated: 1 pages 0 holes
> (00.216743) pagemap-cache: filling VMA 7eff779a5000-7eff779a7000 (8K) [l:7eff77800000 h:7eff77a00000]
> (00.216748) Pagemap generated: 0 pages 0 holes
> (00.216751) pagemap-cache: filling VMA 7eff779a7000-7eff779a9000 (8K) [l:7eff77800000 h:7eff77a00000]
> (00.216756) Pagemap generated: 0 pages 0 holes
> (00.216759) pagemap-cache: filling VMA 7eff779a9000-7eff77ba9000 (2048K) [l:7eff77800000 h:7eff77a00000]
> (00.216769) Pagemap generated: 0 pages 0 holes
> (00.216772) pagemap-cache: filling VMA 7eff77ba9000-7eff77baa000 (4K) [l:7eff77a00000 h:7eff77c00000]
> (00.216777) page-pipe: Add iov to page pipe (5 iovs, 5/15341 total)
> (00.216780) Pagemap generated: 1 pages 0 holes
> (00.216783) pagemap-cache: filling VMA 7eff77baa000-7eff77bab000 (4K) [l:7eff77a00000 h:7eff77c00000]
> (00.216788) Pagemap generated: 1 pages 0 holes
> (00.216791) pagemap-cache: filling VMA 7eff77bab000-7eff77bb5000 (40K) [l:7eff77a00000 h:7eff77c00000]
> (00.216796) Pagemap generated: 0 pages 0 holes
> (00.216799) pagemap-cache: filling VMA 7eff77bb5000-7eff77db4000 (2044K) [l:7eff77a00000 h:7eff77c00000]
> (00.216809) Pagemap generated: 0 pages 0 holes
> (00.216812) pagemap-cache: filling VMA 7eff77db4000-7eff77db5000 (4K) [l:7eff77c00000 h:7eff77e00000]
> (00.216817) page-pipe: Add iov to page pipe (6 iovs, 6/15341 total)
> (00.216820) Pagemap generated: 1 pages 0 holes
> (00.216823) pagemap-cache: filling VMA 7eff77db5000-7eff77db6000 (4K) [l:7eff77c00000 h:7eff77e00000]
> (00.216828) Pagemap generated: 1 pages 0 holes
> (00.216831) pagemap-cache: filling VMA 7eff77db6000-7eff77de2000 (176K) [l:7eff77c00000 h:7eff77e00000]
> (00.216836) Pagemap generated: 0 pages 0 holes
> (00.216839) pagemap-cache: filling VMA 7eff77de2000-7eff77fe1000 (2044K) [l:7eff77c00000 h:7eff77e00000]
> (00.216849) Pagemap generated: 0 pages 0 holes
> (00.216852) pagemap-cache: filling VMA 7eff77fe1000-7eff77fe3000 (8K) [l:7eff77e00000 h:7eff78000000]
> (00.216870) page-pipe: Add iov to page pipe (7 iovs, 7/15341 total)
> (00.216873) Pagemap generated: 2 pages 0 holes
> (00.216876) pagemap-cache: filling VMA 7eff77fe3000-7eff77fe4000 (4K) [l:7eff77e00000 h:7eff78000000]
> (00.216881) Pagemap generated: 1 pages 0 holes
> (00.216884) pagemap-cache: filling VMA 7eff77fe4000-7eff77fe5000 (4K) [l:7eff77e00000 h:7eff78000000]
> (00.216888) Pagemap generated: 0 pages 0 holes
> (00.216891) pagemap-cache: filling VMA 7eff77fe5000-7eff77fec000 (28K) [l:7eff77e00000 h:7eff78000000]
> (00.216896) Pagemap generated: 0 pages 0 holes
> (00.216899) pagemap-cache: filling VMA 7eff77fec000-7eff781eb000 (2044K) [l:7eff77e00000 h:7eff78000000]
> (00.216908) Pagemap generated: 0 pages 0 holes
> (00.216912) pagemap-cache: filling VMA 7eff781eb000-7eff781ec000 (4K) [l:7eff78000000 h:7eff78200000]
> (00.216917) page-pipe: Grow pipe 10 -> 20
> (00.216921) page-pipe: Add iov to page pipe (8 iovs, 8/15341 total)
> (00.216924) Pagemap generated: 1 pages 0 holes
> (00.216927) pagemap-cache: filling VMA 7eff781ec000-7eff781ed000 (4K) [l:7eff78000000 h:7eff78200000]
> (00.216931) Pagemap generated: 1 pages 0 holes
> (00.216934) pagemap-cache: filling VMA 7eff781ed000-7eff78206000 (100K) [l:7eff78000000 h:7eff78200000]
> (00.216940) Pagemap generated: 0 pages 0 holes
> (00.216943) pagemap-cache: filling VMA 7eff78206000-7eff78405000 (2044K) [l:7eff78200000 h:7eff78400000]
> (00.216947) pagemap-cache: 	    7eff78206000-7eff78405000     nr:1     cov:2093056
> (00.216951) pagemap-cache: 	simple mode [l:7eff78206000 h:7eff78405000]
> (00.216962) Pagemap generated: 0 pages 0 holes
> (00.216965) pagemap-cache: filling VMA 7eff78405000-7eff78406000 (4K) [l:7eff78400000 h:7eff78600000]
> (00.216968) pagemap-cache: 	    7eff78405000-7eff78406000     nr:1     cov:4096
> (00.216971) pagemap-cache: 	    7eff78406000-7eff78407000     nr:2     cov:8192
> (00.216974) pagemap-cache: 	    7eff78407000-7eff7840b000     nr:3     cov:24576
> (00.216977) pagemap-cache: 	    7eff7840b000-7eff78448000     nr:4     cov:274432
> (00.216980) pagemap-cache: 	cache  mode [l:7eff78405000 h:7eff78600000]
> (00.216988) page-pipe: Add iov to page pipe (9 iovs, 9/15341 total)
> (00.216992) Pagemap generated: 1 pages 0 holes
> (00.216995) Pagemap generated: 1 pages 0 holes
> (00.216998) page-pipe: Add iov to page pipe (10 iovs, 10/15341 total)
> (00.217001) Pagemap generated: 1 pages 0 holes
> (00.217004) Pagemap generated: 0 pages 0 holes
> (00.217006) pagemap-cache: filling VMA 7eff78448000-7eff78647000 (2044K) [l:7eff78400000 h:7eff78600000]
> (00.217009) pagemap-cache: 	    7eff78448000-7eff78647000     nr:1     cov:2093056
> (00.217013) pagemap-cache: 	simple mode [l:7eff78448000 h:7eff78647000]
> (00.217025) Pagemap generated: 0 pages 0 holes
> (00.217028) pagemap-cache: filling VMA 7eff78647000-7eff78648000 (4K) [l:7eff78600000 h:7eff78800000]
> (00.217031) pagemap-cache: 	    7eff78647000-7eff78648000     nr:1     cov:4096
> (00.217034) pagemap-cache: 	    7eff78648000-7eff78649000     nr:2     cov:8192
> (00.217037) pagemap-cache: 	    7eff78649000-7eff7864c000     nr:3     cov:20480
> (00.217041) pagemap-cache: 	cache  mode [l:7eff78647000 h:7eff78800000]
> (00.217047) page-pipe: Add iov to page pipe (11 iovs, 11/15341 total)
> (00.217051) Pagemap generated: 1 pages 0 holes
> (00.217054) Pagemap generated: 1 pages 0 holes
> (00.217057) Pagemap generated: 0 pages 0 holes
> (00.217059) pagemap-cache: filling VMA 7eff7864c000-7eff7884b000 (2044K) [l:7eff78600000 h:7eff78800000]
> (00.217063) pagemap-cache: 	    7eff7864c000-7eff7884b000     nr:1     cov:2093056
> (00.217066) pagemap-cache: 	simple mode [l:7eff7864c000 h:7eff7884b000]
> (00.217078) Pagemap generated: 0 pages 0 holes
> (00.217081) pagemap-cache: filling VMA 7eff7884b000-7eff7884c000 (4K) [l:7eff78800000 h:7eff78a00000]
> (00.217084) pagemap-cache: 	    7eff7884b000-7eff7884c000     nr:1     cov:4096
> (00.217088) pagemap-cache: 	    7eff7884c000-7eff7884d000     nr:2     cov:8192
> (00.217091) pagemap-cache: 	    7eff7884d000-7eff78866000     nr:3     cov:110592
> (00.217094) pagemap-cache: 	cache  mode [l:7eff7884b000 h:7eff78a00000]
> (00.217109) page-pipe: Add iov to page pipe (12 iovs, 12/15341 total)
> (00.217113) Pagemap generated: 1 pages 0 holes
> (00.217116) Pagemap generated: 1 pages 0 holes
> (00.217119) Pagemap generated: 0 pages 0 holes
> (00.217122) pagemap-cache: filling VMA 7eff78866000-7eff78a65000 (2044K) [l:7eff78800000 h:7eff78a00000]
> (00.217126) pagemap-cache: 	    7eff78866000-7eff78a65000     nr:1     cov:2093056
> (00.217129) pagemap-cache: 	simple mode [l:7eff78866000 h:7eff78a65000]
> (00.217141) Pagemap generated: 0 pages 0 holes
> (00.217144) pagemap-cache: filling VMA 7eff78a65000-7eff78a66000 (4K) [l:7eff78a00000 h:7eff78c00000]
> (00.217147) pagemap-cache: 	    7eff78a65000-7eff78a66000     nr:1     cov:4096
> (00.217151) pagemap-cache: 	    7eff78a66000-7eff78a67000     nr:2     cov:8192
> (00.217154) pagemap-cache: 	    7eff78a67000-7eff78a71000     nr:3     cov:49152
> (00.217157) pagemap-cache: 	    7eff78a71000-7eff78a88000     nr:4     cov:143360
> (00.217160) pagemap-cache: 	cache  mode [l:7eff78a65000 h:7eff78c00000]
> (00.217167) page-pipe: Add iov to page pipe (13 iovs, 13/15341 total)
> (00.217170) Pagemap generated: 1 pages 0 holes
> (00.217174) Pagemap generated: 1 pages 0 holes
> (00.217177) Pagemap generated: 0 pages 0 holes
> (00.217179) Pagemap generated: 0 pages 0 holes
> (00.217182) pagemap-cache: filling VMA 7eff78a88000-7eff78c87000 (2044K) [l:7eff78a00000 h:7eff78c00000]
> (00.217196) Pagemap generated: 0 pages 0 holes
> (00.217199) pagemap-cache: filling VMA 7eff78c87000-7eff78c88000 (4K) [l:7eff78c00000 h:7eff78e00000]
> (00.217208) page-pipe: Add iov to page pipe (14 iovs, 14/15341 total)
> (00.217212) Pagemap generated: 1 pages 0 holes
> (00.217215) pagemap-cache: filling VMA 7eff78c88000-7eff78c89000 (4K) [l:7eff78c00000 h:7eff78e00000]
> (00.217224) Pagemap generated: 1 pages 0 holes
> (00.217227) pagemap-cache: filling VMA 7eff78c89000-7eff78c8b000 (8K) [l:7eff78c00000 h:7eff78e00000]
> (00.217235) Pagemap generated: 0 pages 0 holes
> (00.217239) pagemap-cache: filling VMA 7eff78c8b000-7eff78e46000 (1772K) [l:7eff78c00000 h:7eff78e00000]
> (00.217253) Pagemap generated: 0 pages 0 holes
> (00.217256) pagemap-cache: filling VMA 7eff78e46000-7eff79045000 (2044K) [l:7eff78e00000 h:7eff79000000]
> (00.217260) pagemap-cache: 	    7eff78e46000-7eff79045000     nr:1     cov:2093056
> (00.217263) pagemap-cache: 	simple mode [l:7eff78e46000 h:7eff79045000]
> (00.217275) Pagemap generated: 0 pages 0 holes
> (00.217278) pagemap-cache: filling VMA 7eff79045000-7eff79049000 (16K) [l:7eff79000000 h:7eff79200000]
> (00.217281) pagemap-cache: 	    7eff79045000-7eff79049000     nr:1     cov:16384
> (00.217284) pagemap-cache: 	    7eff79049000-7eff7904b000     nr:2     cov:24576
> (00.217310) pagemap-cache: 	    7eff7904b000-7eff79050000     nr:3     cov:45056
> (00.217316) pagemap-cache: 	    7eff79050000-7eff79053000     nr:4     cov:57344
> (00.217319) pagemap-cache: 	cache  mode [l:7eff79045000 h:7eff79200000]
> (00.217327) page-pipe: Add iov to page pipe (15 iovs, 15/15341 total)
> (00.217331) page-pipe: Grow pipe 20 -> 40
> (00.217334) Pagemap generated: 4 pages 0 holes
> (00.217338) Pagemap generated: 2 pages 0 holes
> (00.217340) page-pipe: Add iov to page pipe (16 iovs, 16/15341 total)
> (00.217343) Pagemap generated: 4 pages 0 holes
> (00.217346) Pagemap generated: 0 pages 0 holes
> (00.217349) pagemap-cache: filling VMA 7eff79053000-7eff79252000 (2044K) [l:7eff79000000 h:7eff79200000]
> (00.217352) pagemap-cache: 	    7eff79053000-7eff79252000     nr:1     cov:2093056
> (00.217355) pagemap-cache: 	simple mode [l:7eff79053000 h:7eff79252000]
> (00.217367) Pagemap generated: 0 pages 0 holes
> (00.217371) pagemap-cache: filling VMA 7eff79252000-7eff79253000 (4K) [l:7eff79200000 h:7eff79400000]
> (00.217374) pagemap-cache: 	    7eff79252000-7eff79253000     nr:1     cov:4096
> (00.217377) pagemap-cache: 	    7eff79253000-7eff79254000     nr:2     cov:8192
> (00.217380) pagemap-cache: 	    7eff79254000-7eff79310000     nr:3     cov:778240
> (00.217383) pagemap-cache: 	cache  mode [l:7eff79252000 h:7eff79400000]
> (00.217390) page-pipe: Add iov to page pipe (17 iovs, 17/15341 total)
> (00.217402) Pagemap generated: 1 pages 0 holes
> (00.217406) Pagemap generated: 1 pages 0 holes
> (00.217409) Pagemap generated: 0 pages 0 holes
> (00.217412) pagemap-cache: filling VMA 7eff79310000-7eff79510000 (2048K) [l:7eff79200000 h:7eff79400000]
> (00.217424) Pagemap generated: 0 pages 0 holes
> (00.217427) pagemap-cache: filling VMA 7eff79510000-7eff7951d000 (52K) [l:7eff79400000 h:7eff79600000]
> (00.217433) page-pipe: Add iov to page pipe (18 iovs, 18/15341 total)
> (00.217437) Pagemap generated: 13 pages 0 holes
> (00.217440) pagemap-cache: filling VMA 7eff7951d000-7eff7951f000 (8K) [l:7eff79400000 h:7eff79600000]
> (00.217446) Pagemap generated: 2 pages 0 holes
> (00.217449) pagemap-cache: filling VMA 7eff7951f000-7eff79562000 (268K) [l:7eff79400000 h:7eff79600000]
> (00.217455) Pagemap generated: 0 pages 0 holes
> (00.217458) pagemap-cache: filling VMA 7eff79562000-7eff79762000 (2048K) [l:7eff79400000 h:7eff79600000]
> (00.217469) Pagemap generated: 0 pages 0 holes
> (00.217472) pagemap-cache: filling VMA 7eff79762000-7eff79763000 (4K) [l:7eff79600000 h:7eff79800000]
> (00.217477) page-pipe: Add iov to page pipe (19 iovs, 19/15341 total)
> (00.217481) Pagemap generated: 1 pages 0 holes
> (00.217483) pagemap-cache: filling VMA 7eff79763000-7eff79765000 (8K) [l:7eff79600000 h:7eff79800000]
> (00.217489) Pagemap generated: 2 pages 0 holes
> (00.217492) pagemap-cache: filling VMA 7eff79765000-7eff7976e000 (36K) [l:7eff79600000 h:7eff79800000]
> (00.217497) Pagemap generated: 0 pages 0 holes
> (00.217500) pagemap-cache: filling VMA 7eff7976e000-7eff7996e000 (2048K) [l:7eff79600000 h:7eff79800000]
> (00.217511) Pagemap generated: 0 pages 0 holes
> (00.217514) pagemap-cache: filling VMA 7eff7996e000-7eff7996f000 (4K) [l:7eff79800000 h:7eff79a00000]
> (00.217519) page-pipe: Add iov to page pipe (20 iovs, 20/15341 total)
> (00.217523) Pagemap generated: 1 pages 0 holes
> (00.217526) pagemap-cache: filling VMA 7eff7996f000-7eff79970000 (4K) [l:7eff79800000 h:7eff79a00000]
> (00.217531) Pagemap generated: 1 pages 0 holes
> (00.217534) pagemap-cache: filling VMA 7eff79970000-7eff7999e000 (184K) [l:7eff79800000 h:7eff79a00000]
> (00.217540) Pagemap generated: 0 pages 0 holes
> (00.217543) pagemap-cache: filling VMA 7eff7999e000-7eff799b6000 (96K) [l:7eff79800000 h:7eff79a00000]
> (00.217547) Pagemap generated: 0 pages 0 holes
> (00.217551) pagemap-cache: filling VMA 7eff799b6000-7eff79bb5000 (2044K) [l:7eff79800000 h:7eff79a00000]
> (00.217560) Pagemap generated: 0 pages 0 holes
> (00.217563) pagemap-cache: filling VMA 7eff79bb5000-7eff79bb6000 (4K) [l:7eff79a00000 h:7eff79c00000]
> (00.217568) page-pipe: Add iov to page pipe (21 iovs, 21/15341 total)
> (00.217572) Pagemap generated: 1 pages 0 holes
> (00.217575) pagemap-cache: filling VMA 7eff79bb6000-7eff79bb7000 (4K) [l:7eff79a00000 h:7eff79c00000]
> (00.217579) Pagemap generated: 1 pages 0 holes
> (00.217582) pagemap-cache: filling VMA 7eff79bb7000-7eff79bb9000 (8K) [l:7eff79a00000 h:7eff79c00000]
> (00.217587) Pagemap generated: 0 pages 0 holes
> (00.217590) pagemap-cache: filling VMA 7eff79bb9000-7eff79db8000 (2044K) [l:7eff79a00000 h:7eff79c00000]
> (00.217601) Pagemap generated: 0 pages 0 holes
> (00.217604) pagemap-cache: filling VMA 7eff79db8000-7eff79db9000 (4K) [l:7eff79c00000 h:7eff79e00000]
> (00.217609) page-pipe: Add iov to page pipe (22 iovs, 22/15341 total)
> (00.217613) Pagemap generated: 1 pages 0 holes
> (00.217616) pagemap-cache: filling VMA 7eff79db9000-7eff79dba000 (4K) [l:7eff79c00000 h:7eff79e00000]
> (00.217623) page-pipe: Grow pipe 40 -> 80
> (00.217626) Pagemap generated: 1 pages 0 holes
> (00.217629) pagemap-cache: filling VMA 7eff79dba000-7eff79f6c000 (1736K) [l:7eff79c00000 h:7eff79e00000]
> (00.217643) Pagemap generated: 0 pages 0 holes
> (00.217646) pagemap-cache: filling VMA 7eff79f6c000-7eff7a16b000 (2044K) [l:7eff79e00000 h:7eff7a000000]
> (00.217658) Pagemap generated: 0 pages 0 holes
> (00.217661) pagemap-cache: filling VMA 7eff7a16b000-7eff7a186000 (108K) [l:7eff7a000000 h:7eff7a200000]
> (00.217667) page-pipe: Add iov to page pipe (23 iovs, 23/15341 total)
> (00.217671) Pagemap generated: 27 pages 0 holes
> (00.217674) pagemap-cache: filling VMA 7eff7a186000-7eff7a191000 (44K) [l:7eff7a000000 h:7eff7a200000]
> (00.217688) Pagemap generated: 11 pages 0 holes
> (00.217692) pagemap-cache: filling VMA 7eff7a191000-7eff7a195000 (16K) [l:7eff7a000000 h:7eff7a200000]
> (00.217697) page-pipe: Add iov to page pipe (24 iovs, 24/15341 total)
> (00.217701) Pagemap generated: 3 pages 0 holes
> (00.217704) pagemap-cache: filling VMA 7eff7a195000-7eff7a1d9000 (272K) [l:7eff7a000000 h:7eff7a200000]
> (00.217709) Pagemap generated: 0 pages 0 holes
> (00.217712) pagemap-cache: filling VMA 7eff7a1d9000-7eff7a3d8000 (2044K) [l:7eff7a000000 h:7eff7a200000]
> (00.217722) Pagemap generated: 0 pages 0 holes
> (00.217725) pagemap-cache: filling VMA 7eff7a3d8000-7eff7a3d9000 (4K) [l:7eff7a200000 h:7eff7a400000]
> (00.217729) page-pipe: Add iov to page pipe (25 iovs, 25/15341 total)
> (00.217733) Pagemap generated: 1 pages 0 holes
> (00.217736) pagemap-cache: filling VMA 7eff7a3d9000-7eff7a3da000 (4K) [l:7eff7a200000 h:7eff7a400000]
> (00.217740) Pagemap generated: 1 pages 0 holes
> (00.217744) pagemap-cache: filling VMA 7eff7a3da000-7eff7a3dd000 (12K) [l:7eff7a200000 h:7eff7a400000]
> (00.217748) Pagemap generated: 0 pages 0 holes
> (00.217751) pagemap-cache: filling VMA 7eff7a3dd000-7eff7a5dc000 (2044K) [l:7eff7a200000 h:7eff7a400000]
> (00.217761) Pagemap generated: 0 pages 0 holes
> (00.217764) pagemap-cache: filling VMA 7eff7a5dc000-7eff7a5dd000 (4K) [l:7eff7a400000 h:7eff7a600000]
> (00.217769) page-pipe: Add iov to page pipe (26 iovs, 26/15341 total)
> (00.217772) Pagemap generated: 1 pages 0 holes
> (00.217775) pagemap-cache: filling VMA 7eff7a5dd000-7eff7a5de000 (4K) [l:7eff7a400000 h:7eff7a600000]
> (00.217780) Pagemap generated: 1 pages 0 holes
> (00.217783) pagemap-cache: filling VMA 7eff7a5de000-7eff7a5fe000 (128K) [l:7eff7a400000 h:7eff7a600000]
> (00.217788) Pagemap generated: 0 pages 0 holes
> (00.217791) pagemap-cache: filling VMA 7eff7a5fe000-7eff7a7fd000 (2044K) [l:7eff7a400000 h:7eff7a600000]
> (00.217800) Pagemap generated: 0 pages 0 holes
> (00.217804) pagemap-cache: filling VMA 7eff7a7fd000-7eff7a7fe000 (4K) [l:7eff7a600000 h:7eff7a800000]
> (00.217808) page-pipe: Add iov to page pipe (27 iovs, 27/15341 total)
> (00.217811) Pagemap generated: 1 pages 0 holes
> (00.217814) pagemap-cache: filling VMA 7eff7a7fe000-7eff7a7ff000 (4K) [l:7eff7a600000 h:7eff7a800000]
> (00.217818) Pagemap generated: 1 pages 0 holes
> (00.217821) pagemap-cache: filling VMA 7eff7a7ff000-7eff7a801000 (8K) [l:7eff7a600000 h:7eff7a800000]
> (00.217829) Pagemap generated: 1 pages 0 holes
> (00.217832) pagemap-cache: filling VMA 7eff7a801000-7eff7a80e000 (52K) [l:7eff7a800000 h:7eff7aa00000]
> (00.217835) pagemap-cache: 	    7eff7a801000-7eff7a80e000     nr:1     cov:53248
> (00.217839) pagemap-cache: 	simple mode [l:7eff7a801000 h:7eff7a80e000]
> (00.217846) Pagemap generated: 0 pages 0 holes
> (00.217849) pagemap-cache: filling VMA 7eff7a80e000-7eff7aa0d000 (2044K) [l:7eff7a800000 h:7eff7aa00000]
> (00.217852) pagemap-cache: 	    7eff7a80e000-7eff7aa0d000     nr:1     cov:2093056
> (00.217855) pagemap-cache: 	simple mode [l:7eff7a80e000 h:7eff7aa0d000]
> (00.217867) Pagemap generated: 0 pages 0 holes
> (00.217871) pagemap-cache: filling VMA 7eff7aa0d000-7eff7aa0e000 (4K) [l:7eff7aa00000 h:7eff7ac00000]
> (00.217874) pagemap-cache: 	    7eff7aa0d000-7eff7aa0e000     nr:1     cov:4096
> (00.217877) pagemap-cache: 	    7eff7aa0e000-7eff7aa0f000     nr:2     cov:8192
> (00.217880) pagemap-cache: 	    7eff7aa0f000-7eff7aa17000     nr:3     cov:40960
> (00.217883) pagemap-cache: 	cache  mode [l:7eff7aa0d000 h:7eff7ac00000]
> (00.217891) page-pipe: Add iov to page pipe (28 iovs, 28/15341 total)
> (00.217894) Pagemap generated: 1 pages 0 holes
> (00.217897) Pagemap generated: 1 pages 0 holes
> (00.217900) Pagemap generated: 0 pages 0 holes
> (00.217903) pagemap-cache: filling VMA 7eff7aa17000-7eff7ac16000 (2044K) [l:7eff7aa00000 h:7eff7ac00000]
> (00.217906) pagemap-cache: 	    7eff7aa17000-7eff7ac16000     nr:1     cov:2093056
> (00.217909) pagemap-cache: 	simple mode [l:7eff7aa17000 h:7eff7ac16000]
> (00.217920) Pagemap generated: 0 pages 0 holes
> (00.217924) pagemap-cache: filling VMA 7eff7ac16000-7eff7ac17000 (4K) [l:7eff7ac00000 h:7eff7ae00000]
> (00.217935) pagemap-cache: 	    7eff7ac16000-7eff7ac17000     nr:1     cov:4096
> (00.217939) pagemap-cache: 	    7eff7ac17000-7eff7ac18000     nr:2     cov:8192
> (00.217942) pagemap-cache: 	    7eff7ac18000-7eff7ac19000     nr:3     cov:12288
> (00.217945) pagemap-cache: 	    7eff7ac19000-7eff7ac3c000     nr:4     cov:155648
> (00.217948) pagemap-cache: 	cache  mode [l:7eff7ac16000 h:7eff7ae00000]
> (00.217955) page-pipe: Add iov to page pipe (29 iovs, 29/15341 total)
> (00.217959) Pagemap generated: 1 pages 0 holes
> (00.217962) Pagemap generated: 1 pages 0 holes
> (00.217965) Pagemap generated: 0 pages 0 holes
> (00.217967) Pagemap generated: 0 pages 0 holes
> (00.217970) pagemap-cache: filling VMA 7eff7ae28000-7eff7ae34000 (48K) [l:7eff7ae00000 h:7eff7b000000]
> (00.217973) pagemap-cache: 	    7eff7ae28000-7eff7ae34000     nr:1     cov:49152
> (00.217977) pagemap-cache: 	    7eff7ae39000-7eff7ae3b000     nr:2     cov:57344
> (00.217980) pagemap-cache: 	    7eff7ae3b000-7eff7ae3c000     nr:3     cov:61440
> (00.217983) pagemap-cache: 	    7eff7ae3c000-7eff7ae3d000     nr:4     cov:65536
> (00.217986) pagemap-cache: 	    7eff7ae3d000-7eff7ae3e000     nr:5     cov:69632
> (00.217990) pagemap-cache: 	    7eff7ae3e000-7eff7aef5000     nr:6     cov:819200
> (00.217993) pagemap-cache: 	cache  mode [l:7eff7ae28000 h:7eff7b000000]
> (00.218000) page-pipe: Add iov to page pipe (30 iovs, 30/15341 total)
> (00.218011) page-pipe: Grow pipe 80 -> 100
> (00.218014) Pagemap generated: 12 pages 0 holes
> (00.218017) page-pipe: Add iov to page pipe (31 iovs, 31/15341 total)
> (00.218020) Pagemap generated: 2 pages 0 holes
> (00.218023) Pagemap generated: 1 pages 0 holes
> (00.218026) Pagemap generated: 1 pages 0 holes
> (00.218029) Pagemap generated: 1 pages 0 holes
> (00.218033) Pagemap generated: 0 pages 0 holes
> (00.218035) pagemap-cache: filling VMA 7eff7b0f5000-7eff7b0f8000 (12K) [l:7eff7b000000 h:7eff7b200000]
> (00.218041) page-pipe: Add iov to page pipe (32 iovs, 32/15341 total)
> (00.218044) Pagemap generated: 3 pages 0 holes
> (00.218047) pagemap-cache: filling VMA 7eff7b0f8000-7eff7b0f9000 (4K) [l:7eff7b000000 h:7eff7b200000]
> (00.218053) Pagemap generated: 1 pages 0 holes
> (00.218056) pagemap-cache: filling VMA 7eff7b0f9000-7eff7b103000 (40K) [l:7eff7b000000 h:7eff7b200000]
> (00.218061) Pagemap generated: 10 pages 0 holes
> (00.218065) pagemap-cache: filling VMA 7eff7c988000-7eff7c9a9000 (132K) [l:7eff7c800000 h:7eff7ca00000]
> (00.218070) page-pipe: Add iov to page pipe (33 iovs, 33/15341 total)
> (00.218073) Pagemap generated: 17 pages 0 holes
> (00.218076) pagemap-cache: filling VMA 7fff1ab94000-7fff1abb6000 (136K) [l:7fff1aa00000 h:7fff1ac00000]
> (00.218081) page-pipe: Add iov to page pipe (34 iovs, 34/15341 total)
> (00.218085) Pagemap generated: 6 pages 0 holes
> (00.218088) pagemap-cache: filling VMA 7fff1abfe000-7fff1ac00000 (8K) [l:7fff1aa00000 h:7fff1ac00000]
> (00.218092) page-pipe: Add iov to page pipe (35 iovs, 35/15341 total)
> (00.218095) Pagemap generated: 2 pages 0 holes
> (00.218098) page-pipe: Page pipe:
> (00.218101) page-pipe: * 1 pipes 36/15341 iovs:
> (00.218104) page-pipe: 	buf 173 pages, 36 iovs:
> (00.218107) page-pipe: 		0x7eff7716a000 1
> (00.218110) page-pipe: 		0x7eff77374000 2
> (00.218112) page-pipe: 		0x7eff77580000 2
> (00.218115) page-pipe: 		0x7eff7778a000 2
> (00.218118) page-pipe: 		0x7eff779a3000 2
> (00.218120) page-pipe: 		0x7eff77ba9000 2
> (00.218123) page-pipe: 		0x7eff77db4000 2
> (00.218126) page-pipe: 		0x7eff77fe1000 3
> (00.218128) page-pipe: 		0x7eff781eb000 2
> (00.218131) page-pipe: 		0x7eff78405000 2
> (00.218134) page-pipe: 		0x7eff7840a000 1
> (00.218136) page-pipe: 		0x7eff78647000 2
> (00.218139) page-pipe: 		0x7eff7884b000 2
> (00.218142) page-pipe: 		0x7eff78a65000 2
> (00.218145) page-pipe: 		0x7eff78c87000 2
> (00.218147) page-pipe: 		0x7eff79045000 8
> (00.218150) page-pipe: 		0x7eff7904e000 2
> (00.218153) page-pipe: 		0x7eff79252000 2
> (00.218155) page-pipe: 		0x7eff79510000 15
> (00.218158) page-pipe: 		0x7eff79762000 3
> (00.218161) page-pipe: 		0x7eff7996e000 2
> (00.218164) page-pipe: 		0x7eff79bb5000 2
> (00.218166) page-pipe: 		0x7eff79db8000 2
> (00.218177) page-pipe: 		0x7eff7a16b000 39
> (00.218181) page-pipe: 		0x7eff7a193000 2
> (00.218183) page-pipe: 		0x7eff7a3d8000 2
> (00.218186) page-pipe: 		0x7eff7a5dc000 2
> (00.218189) page-pipe: 		0x7eff7a7fd000 3
> (00.218191) page-pipe: 		0x7eff7aa0d000 2
> (00.218194) page-pipe: 		0x7eff7ac16000 2
> (00.218197) page-pipe: 		0x7eff7ae28000 12
> (00.218199) page-pipe: 		0x7eff7ae39000 5
> (00.218202) page-pipe: 		0x7eff7b0f5000 14
> (00.218205) page-pipe: 		0x7eff7c988000 17
> (00.218208) page-pipe: 		0x7fff1abb0000 6
> (00.218210) page-pipe: 		0x7fff1abfe000 2
> (00.218213) page-pipe: * 0 holes:
> (00.218216) PPB: 173 pages 36 segs 256 pipe 0 off
> (00.218225) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.218231) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.218260) Fetched ack: 8 8 0
> (00.218266) Transfering pages:
> (00.218269) 	buf 173/36
> (00.218272) 	p 0x7eff7716a000 [1]
> (00.218289) 	p 0x7eff77374000 [2]
> (00.218316) 	p 0x7eff77580000 [2]
> (00.218340) 	p 0x7eff7778a000 [2]
> (00.218363) 	p 0x7eff779a3000 [2]
> (00.218387) 	p 0x7eff77ba9000 [2]
> (00.218411) 	p 0x7eff77db4000 [2]
> (00.218445) 	p 0x7eff77fe1000 [3]
> (00.218477) 	p 0x7eff781eb000 [2]
> (00.218504) 	p 0x7eff78405000 [2]
> (00.218525) 	p 0x7eff7840a000 [1]
> (00.218539) 	p 0x7eff78647000 [2]
> (00.218561) 	p 0x7eff7884b000 [2]
> (00.218583) 	p 0x7eff78a65000 [2]
> (00.218610) 	p 0x7eff78c87000 [2]
> (00.218632) 	p 0x7eff79045000 [8]
> (00.218705) 	p 0x7eff7904e000 [2]
> (00.218728) 	p 0x7eff79252000 [2]
> (00.218749) 	p 0x7eff79510000 [15]
> (00.218876) 	p 0x7eff79762000 [3]
> (00.218912) 	p 0x7eff7996e000 [2]
> (00.218935) 	p 0x7eff79bb5000 [2]
> (00.218956) 	p 0x7eff79db8000 [2]
> (00.218985) 	p 0x7eff7a16b000 [39]
> (00.219317) 	p 0x7eff7a193000 [2]
> (00.219339) 	p 0x7eff7a3d8000 [2]
> (00.219361) 	p 0x7eff7a5dc000 [2]
> (00.219383) 	p 0x7eff7a7fd000 [3]
> (00.219413) 	p 0x7eff7aa0d000 [2]
> (00.219437) 	p 0x7eff7ac16000 [2]
> (00.219459) 	p 0x7eff7ae28000 [12]
> (00.219570) 	p 0x7eff7ae39000 [5]
> (00.219616) 	p 0x7eff7b0f5000 [14]
> (00.219737) 	p 0x7eff7c988000 [17]
> (00.219886) 	p 0x7fff1abb0000 [6]
> (00.219943) 	p 0x7fff1abfe000 [2]
> (00.219980) bfd: BUF 0x7f20686b2000 >
> (00.219985) page-pipe: Killing page pipe
> (00.219994) ----------------------------------------
> (00.220003) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.220007) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.220105) Fetched ack: 7 7 0
> (00.220117) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.220121) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.220151) Fetched ack: 9 9 0
> (00.220172) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.220176) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.220188) Fetched ack: 10 10 0
> (00.220198) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.220202) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.220209) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.220213) 
> (00.220218) Dumping core (pid: 10547)
> (00.220221) ----------------------------------------
> (00.220223) Obtaining personality ... (00.220237) 10547 has 0 sched policy
> (00.220241) 	dumping 0 nice for 10547
> (00.220248) cg: Dumping cgroups for 10547
> (00.220287) cg:  `- Existing css 2 found
> (00.220306) ----------------------------------------
> (00.220309) 
> (00.220312) Dumping creds for 10547)
> (00.220314) ----------------------------------------
> (00.220322) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.220325) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.220371) Fetched ack: 13 13 0
> (00.220382) Waiting for 10547 to trap
> (00.220389) Daemon 10547 exited trapping
> (00.220395) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 445: new_sp=0x7eff7ae23008 ip 0x7eff78d7cd81
> (00.220435) 10547 was trapped
> (00.220440) `- Expecting exit
> (00.220450) 10547 was trapped
> (00.220454) 10547 is going to execute the syscall f
> (00.220469) 10547 was stopped
> (00.220488) 10547 was trapped
> (00.220502) 10547 is going to execute the syscall 1
> (00.220512) 10547 was trapped
> (00.220516) `- Expecting exit
> (00.220525) 10547 was trapped
> (00.220530) 10547 is going to execute the syscall b
> (00.220549) 10547 was stopped
> (00.220570) 
> (00.220574) Dumping mm (pid: 10547)
> (00.220576) ----------------------------------------
> (00.220581) 0x7eff7716a000-0x7eff77175000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220585) 0x7eff77175000-0x7eff77374000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.220589) 0x7eff77374000-0x7eff77375000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.220593) 0x7eff77375000-0x7eff77376000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.220597) 0x7eff77376000-0x7eff77381000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220601) 0x7eff77381000-0x7eff77580000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.220604) 0x7eff77580000-0x7eff77581000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.220608) 0x7eff77581000-0x7eff77582000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.220612) 0x7eff77582000-0x7eff7758b000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220616) 0x7eff7758b000-0x7eff7778a000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.220619) 0x7eff7778a000-0x7eff7778b000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.220623) 0x7eff7778b000-0x7eff7778c000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.220627) 0x7eff7778c000-0x7eff777a3000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220639) Dumping path for -3 fd via self 35 [/lib/x86_64-linux-gnu/libresolv-2.19.so]
> (00.220647) 0x7eff777a3000-0x7eff779a3000 (2048K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.220652) 0x7eff779a3000-0x7eff779a4000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.220656) 0x7eff779a4000-0x7eff779a5000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.220660) 0x7eff779a5000-0x7eff779a7000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.220663) 0x7eff779a7000-0x7eff779a9000 (8K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220672) Dumping path for -3 fd via self 36 [/lib/x86_64-linux-gnu/libkeyutils.so.1.4]
> (00.220678) 0x7eff779a9000-0x7eff77ba9000 (2048K) prot 0 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.220683) 0x7eff77ba9000-0x7eff77baa000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.220686) 0x7eff77baa000-0x7eff77bab000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.220690) 0x7eff77bab000-0x7eff77bb5000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220699) Dumping path for -3 fd via self 37 [/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1]
> (00.220706) 0x7eff77bb5000-0x7eff77db4000 (2044K) prot 0 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.220711) 0x7eff77db4000-0x7eff77db5000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.220714) 0x7eff77db5000-0x7eff77db6000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.220718) 0x7eff77db6000-0x7eff77de2000 (176K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220726) Dumping path for -3 fd via self 38 [/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1]
> (00.220733) 0x7eff77de2000-0x7eff77fe1000 (2044K) prot 0 flags 0x2 off 0x2c000 reg fp  shmid: 0
> (00.220738) 0x7eff77fe1000-0x7eff77fe3000 (8K) prot 0x1 flags 0x2 off 0x2b000 reg fp  shmid: 0
> (00.220742) 0x7eff77fe3000-0x7eff77fe4000 (4K) prot 0x3 flags 0x2 off 0x2d000 reg fp  shmid: 0
> (00.220745) 0x7eff77fe4000-0x7eff77fe5000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.220749) 0x7eff77fe5000-0x7eff77fec000 (28K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220753) 0x7eff77fec000-0x7eff781eb000 (2044K) prot 0 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.220757) 0x7eff781eb000-0x7eff781ec000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.220760) 0x7eff781ec000-0x7eff781ed000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.220764) 0x7eff781ed000-0x7eff78206000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220768) 0x7eff78206000-0x7eff78405000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.220772) 0x7eff78405000-0x7eff78406000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.220784) 0x7eff78406000-0x7eff78407000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.220789) 0x7eff78407000-0x7eff7840b000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.220793) 0x7eff7840b000-0x7eff78448000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220796) 0x7eff78448000-0x7eff78647000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.220800) 0x7eff78647000-0x7eff78648000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.220803) 0x7eff78648000-0x7eff78649000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.220807) 0x7eff78649000-0x7eff7864c000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220811) 0x7eff7864c000-0x7eff7884b000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.220814) 0x7eff7884b000-0x7eff7884c000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.220818) 0x7eff7884c000-0x7eff7884d000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.220822) 0x7eff7884d000-0x7eff78866000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220831) Dumping path for -3 fd via self 43 [/lib/x86_64-linux-gnu/libaudit.so.1.0.0]
> (00.220838) 0x7eff78866000-0x7eff78a65000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.220842) 0x7eff78a65000-0x7eff78a66000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.220846) 0x7eff78a66000-0x7eff78a67000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.220850) 0x7eff78a67000-0x7eff78a71000 (40K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.220853) 0x7eff78a71000-0x7eff78a88000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220857) 0x7eff78a88000-0x7eff78c87000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.220860) 0x7eff78c87000-0x7eff78c88000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.220864) 0x7eff78c88000-0x7eff78c89000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.220868) 0x7eff78c89000-0x7eff78c8b000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.220871) 0x7eff78c8b000-0x7eff78e46000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220875) 0x7eff78e46000-0x7eff79045000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.220879) 0x7eff79045000-0x7eff79049000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.220882) 0x7eff79049000-0x7eff7904b000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.220886) 0x7eff7904b000-0x7eff79050000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.220889) 0x7eff79050000-0x7eff79053000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220898) Dumping path for -3 fd via self 46 [/lib/x86_64-linux-gnu/libcom_err.so.2.1]
> (00.220904) 0x7eff79053000-0x7eff79252000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.220908) 0x7eff79252000-0x7eff79253000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.220912) 0x7eff79253000-0x7eff79254000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.220916) 0x7eff79254000-0x7eff79310000 (752K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220924) Dumping path for -3 fd via self 47 [/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3]
> (00.220931) 0x7eff79310000-0x7eff79510000 (2048K) prot 0 flags 0x2 off 0xbc000 reg fp  shmid: 0
> (00.220935) 0x7eff79510000-0x7eff7951d000 (52K) prot 0x1 flags 0x2 off 0xbc000 reg fp  shmid: 0
> (00.220939) 0x7eff7951d000-0x7eff7951f000 (8K) prot 0x3 flags 0x2 off 0xc9000 reg fp  shmid: 0
> (00.220943) 0x7eff7951f000-0x7eff79562000 (268K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220951) Dumping path for -3 fd via self 48 [/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2]
> (00.220958) 0x7eff79562000-0x7eff79762000 (2048K) prot 0 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.220962) 0x7eff79762000-0x7eff79763000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.220966) 0x7eff79763000-0x7eff79765000 (8K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.220969) 0x7eff79765000-0x7eff7976e000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.220978) Dumping path for -3 fd via self 49 [/lib/x86_64-linux-gnu/libcrypt-2.19.so]
> (00.220984) 0x7eff7976e000-0x7eff7996e000 (2048K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.220996) 0x7eff7996e000-0x7eff7996f000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.221000) 0x7eff7996f000-0x7eff79970000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.221004) 0x7eff79970000-0x7eff7999e000 (184K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221008) 0x7eff7999e000-0x7eff799b6000 (96K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221011) 0x7eff799b6000-0x7eff79bb5000 (2044K) prot 0 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.221015) 0x7eff79bb5000-0x7eff79bb6000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.221018) 0x7eff79bb6000-0x7eff79bb7000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.221022) 0x7eff79bb7000-0x7eff79bb9000 (8K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221031) Dumping path for -3 fd via self 51 [/lib/x86_64-linux-gnu/libutil-2.19.so]
> (00.221037) 0x7eff79bb9000-0x7eff79db8000 (2044K) prot 0 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.221042) 0x7eff79db8000-0x7eff79db9000 (4K) prot 0x1 flags 0x2 off 0x1000 reg fp  shmid: 0
> (00.221045) 0x7eff79db9000-0x7eff79dba000 (4K) prot 0x3 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.221049) 0x7eff79dba000-0x7eff79f6c000 (1736K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221060) Dumping path for -3 fd via self 52 [/lib/x86_64-linux-gnu/libcrypto.so.1.0.0]
> (00.221066) 0x7eff79f6c000-0x7eff7a16b000 (2044K) prot 0 flags 0x2 off 0x1b2000 reg fp  shmid: 0
> (00.221071) 0x7eff7a16b000-0x7eff7a186000 (108K) prot 0x1 flags 0x2 off 0x1b1000 reg fp  shmid: 0
> (00.221075) 0x7eff7a186000-0x7eff7a191000 (44K) prot 0x3 flags 0x2 off 0x1cc000 reg fp  shmid: 0
> (00.221078) 0x7eff7a191000-0x7eff7a195000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221082) 0x7eff7a195000-0x7eff7a1d9000 (272K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221085) 0x7eff7a1d9000-0x7eff7a3d8000 (2044K) prot 0 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.221089) 0x7eff7a3d8000-0x7eff7a3d9000 (4K) prot 0x1 flags 0x2 off 0x43000 reg fp  shmid: 0
> (00.221093) 0x7eff7a3d9000-0x7eff7a3da000 (4K) prot 0x3 flags 0x2 off 0x44000 reg fp  shmid: 0
> (00.221096) 0x7eff7a3da000-0x7eff7a3dd000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221105) Dumping path for -3 fd via self 54 [/usr/lib/x86_64-linux-gnu/libck-connector.so.0.0.0]
> (00.221112) 0x7eff7a3dd000-0x7eff7a5dc000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.221116) 0x7eff7a5dc000-0x7eff7a5dd000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.221120) 0x7eff7a5dd000-0x7eff7a5de000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.221124) 0x7eff7a5de000-0x7eff7a5fe000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221127) 0x7eff7a5fe000-0x7eff7a7fd000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.221131) 0x7eff7a7fd000-0x7eff7a7fe000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.221135) 0x7eff7a7fe000-0x7eff7a7ff000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.221139) 0x7eff7a7ff000-0x7eff7a801000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221142) 0x7eff7a801000-0x7eff7a80e000 (52K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221152) Dumping path for -3 fd via self 56 [/lib/x86_64-linux-gnu/libpam.so.0.83.1]
> (00.221159) 0x7eff7a80e000-0x7eff7aa0d000 (2044K) prot 0 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.221163) 0x7eff7aa0d000-0x7eff7aa0e000 (4K) prot 0x1 flags 0x2 off 0xc000 reg fp  shmid: 0
> (00.221167) 0x7eff7aa0e000-0x7eff7aa0f000 (4K) prot 0x3 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.221171) 0x7eff7aa0f000-0x7eff7aa17000 (32K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221179) Dumping path for -3 fd via self 57 [/lib/x86_64-linux-gnu/libwrap.so.0.7.6]
> (00.221185) 0x7eff7aa17000-0x7eff7ac16000 (2044K) prot 0 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.221190) 0x7eff7ac16000-0x7eff7ac17000 (4K) prot 0x1 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.221193) 0x7eff7ac17000-0x7eff7ac18000 (4K) prot 0x3 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.221197) 0x7eff7ac18000-0x7eff7ac19000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221200) 0x7eff7ac19000-0x7eff7ac3c000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221212) 0x7eff7ae28000-0x7eff7ae34000 (48K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221216) 0x7eff7ae39000-0x7eff7ae3b000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221219) 0x7eff7ae3b000-0x7eff7ae3c000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.221223) 0x7eff7ae3c000-0x7eff7ae3d000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.221227) 0x7eff7ae3d000-0x7eff7ae3e000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221230) 0x7eff7ae3e000-0x7eff7aef5000 (732K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.221239) Dumping path for -3 fd via self 60 [/usr/sbin/sshd]
> (00.221246) 0x7eff7b0f5000-0x7eff7b0f8000 (12K) prot 0x1 flags 0x2 off 0xb7000 reg fp  shmid: 0
> (00.221250) 0x7eff7b0f8000-0x7eff7b0f9000 (4K) prot 0x3 flags 0x2 off 0xba000 reg fp  shmid: 0
> (00.221254) 0x7eff7b0f9000-0x7eff7b103000 (40K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.221258) 0x7eff7c988000-0x7eff7c9a9000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.221261) 0x7fff1ab94000-0x7fff1abb6000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.221265) 0x7fff1abfe000-0x7fff1ac00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.221269) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.221273) Obtaining task auvx ...
> (00.221297) bfd: BUF 0x7f20686b2000 <
> (00.221307) bfd: BUF 0x7f20686b2000 >
> (00.221403) bfd: BUF 0x7f20686b2000 <
> (00.221410) bfd: BUF 0x7f20686b2000 >
> (00.221422) bfd: BUF 0x7f20686b2000 <
> (00.221428) bfd: BUF 0x7f20686b2000 >
> (00.221433) Dumping task cwd id 0x1f root id 0x1f
> (00.221449) bfd: BUF 0x7f20686b1000 >
> (00.221464) bfd: BUF 0x7f20686b0000 >
> (00.221469) bfd: BUF 0x7f20686af000 >
> (00.221483) bfd: BUF 0x7f20686ae000 >
> (00.221497) bfd: BUF 0x7f20686ad000 >
> (00.221513) bfd: BUF 0x7f20686ac000 >
> (00.221547) ========================================
> (00.221550) Dumping task (pid: 10552)
> (00.221553) ========================================
> (00.221556) Obtaining task stat ... (00.221584) 
> (00.221588) Collecting mappings (pid: 10552)
> (00.221590) ----------------------------------------
> (00.221596) bfd: BUF 0x7f20686ac000 <
> (00.221670) bfd: BUF 0x7f20686ad000 <
> (00.221677) bfd: BUF 0x7f20686ad000 >
> (00.221687) vma 609000 borrows vfi from previous 400000
> (00.221695) vma 60a000 borrows vfi from previous 609000
> (00.221724) bfd: BUF 0x7f20686ad000 <
> (00.221731) bfd: BUF 0x7f20686ad000 >
> (00.221740) vma 7f7865985000 borrows vfi from previous 7f786597a000
> (00.221794) vma 7f7865b84000 borrows vfi from previous 7f7865985000
> (00.221802) vma 7f7865b85000 borrows vfi from previous 7f7865b84000
> (00.221818) bfd: BUF 0x7f20686ad000 <
> (00.221825) bfd: BUF 0x7f20686ad000 >
> (00.221834) vma 7f7865b91000 borrows vfi from previous 7f7865b86000
> (00.221841) vma 7f7865d90000 borrows vfi from previous 7f7865b91000
> (00.221849) vma 7f7865d91000 borrows vfi from previous 7f7865d90000
> (00.221865) bfd: BUF 0x7f20686ad000 <
> (00.221871) bfd: BUF 0x7f20686ad000 >
> (00.221923) vma 7f7865da9000 borrows vfi from previous 7f7865d92000
> (00.221931) vma 7f7865fa8000 borrows vfi from previous 7f7865da9000
> (00.221938) vma 7f7865fa9000 borrows vfi from previous 7f7865fa8000
> (00.221962) bfd: BUF 0x7f20686ad000 <
> (00.221969) bfd: BUF 0x7f20686ad000 >
> (00.221977) vma 7f7865fb5000 borrows vfi from previous 7f7865fac000
> (00.221985) vma 7f78661b4000 borrows vfi from previous 7f7865fb5000
> (00.222037) vma 7f78661b5000 borrows vfi from previous 7f78661b4000
> (00.222053) bfd: BUF 0x7f20686ad000 <
> (00.222060) bfd: BUF 0x7f20686ad000 >
> (00.222069) vma 7f78661f3000 borrows vfi from previous 7f78661b6000
> (00.222077) vma 7f78663f2000 borrows vfi from previous 7f78661f3000
> (00.222084) vma 7f78663f3000 borrows vfi from previous 7f78663f2000
> (00.222099) bfd: BUF 0x7f20686ad000 <
> (00.222106) bfd: BUF 0x7f20686ad000 >
> (00.222114) vma 7f78663f7000 borrows vfi from previous 7f78663f4000
> (00.222166) vma 7f78665f6000 borrows vfi from previous 7f78663f7000
> (00.222174) vma 7f78665f7000 borrows vfi from previous 7f78665f6000
> (00.222201) bfd: BUF 0x7f20686ad000 <
> (00.222208) bfd: BUF 0x7f20686ad000 >
> (00.222216) vma 7f7866611000 borrows vfi from previous 7f78665f8000
> (00.222224) vma 7f7866810000 borrows vfi from previous 7f7866611000
> (00.222231) vma 7f7866811000 borrows vfi from previous 7f7866810000
> (00.222305) bfd: BUF 0x7f20686ad000 <
> (00.222312) bfd: BUF 0x7f20686ad000 >
> (00.222321) vma 7f78669d7000 borrows vfi from previous 7f786681c000
> (00.222328) vma 7f7866bd6000 borrows vfi from previous 7f78669d7000
> (00.222336) vma 7f7866bda000 borrows vfi from previous 7f7866bd6000
> (00.222358) bfd: BUF 0x7f20686ad000 <
> (00.222365) bfd: BUF 0x7f20686ad000 >
> (00.222374) vma 7f7866c01000 borrows vfi from previous 7f7866be1000
> (00.222423) vma 7f7866e00000 borrows vfi from previous 7f7866c01000
> (00.222431) vma 7f7866e01000 borrows vfi from previous 7f7866e00000
> (00.222454) bfd: BUF 0x7f20686ad000 <
> (00.222461) bfd: BUF 0x7f20686ad000 >
> (00.222470) vma 7f7866e11000 borrows vfi from previous 7f7866e04000
> (00.222477) vma 7f7867010000 borrows vfi from previous 7f7866e11000
> (00.222485) vma 7f7867011000 borrows vfi from previous 7f7867010000
> (00.222544) bfd: BUF 0x7f20686ad000 <
> (00.222551) bfd: BUF 0x7f20686ad000 >
> (00.222578) bfd: BUF 0x7f20686ad000 <
> (00.222585) bfd: BUF 0x7f20686ad000 >
> (00.222594) vma 7f7867235000 borrows vfi from previous 7f7867234000
> (00.222624) bfd: BUF 0x7f20686ac000 >
> (00.222630) Collected, longest area occupies 511 pages
> (00.222633) 0x400000-0x40a000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222637) 0x609000-0x60a000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.222641) 0x60a000-0x60b000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.222644) 0x60b000-0x60c000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222648) 0x2449000-0x246a000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.222651) 0x7f786597a000-0x7f7865985000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222655) 0x7f7865985000-0x7f7865b84000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.222658) 0x7f7865b84000-0x7f7865b85000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.222662) 0x7f7865b85000-0x7f7865b86000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.222666) 0x7f7865b86000-0x7f7865b91000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222669) 0x7f7865b91000-0x7f7865d90000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.222673) 0x7f7865d90000-0x7f7865d91000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.222676) 0x7f7865d91000-0x7f7865d92000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.222680) 0x7f7865d92000-0x7f7865da9000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222683) 0x7f7865da9000-0x7f7865fa8000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.222687) 0x7f7865fa8000-0x7f7865fa9000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.222690) 0x7f7865fa9000-0x7f7865faa000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.222694) 0x7f7865faa000-0x7f7865fac000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222698) 0x7f7865fac000-0x7f7865fb5000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222701) 0x7f7865fb5000-0x7f78661b4000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.222705) 0x7f78661b4000-0x7f78661b5000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.222708) 0x7f78661b5000-0x7f78661b6000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.222712) 0x7f78661b6000-0x7f78661f3000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222715) 0x7f78661f3000-0x7f78663f2000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.222719) 0x7f78663f2000-0x7f78663f3000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.222723) 0x7f78663f3000-0x7f78663f4000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.222726) 0x7f78663f4000-0x7f78663f7000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222730) 0x7f78663f7000-0x7f78665f6000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.222733) 0x7f78665f6000-0x7f78665f7000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.222737) 0x7f78665f7000-0x7f78665f8000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.222750) 0x7f78665f8000-0x7f7866611000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222754) 0x7f7866611000-0x7f7866810000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.222758) 0x7f7866810000-0x7f7866811000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.222761) 0x7f7866811000-0x7f7866812000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.222765) 0x7f7866812000-0x7f786681c000 (40K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222768) 0x7f786681c000-0x7f78669d7000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222772) 0x7f78669d7000-0x7f7866bd6000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.222775) 0x7f7866bd6000-0x7f7866bda000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.222779) 0x7f7866bda000-0x7f7866bdc000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.222782) 0x7f7866bdc000-0x7f7866be1000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222786) 0x7f7866be1000-0x7f7866c01000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222789) 0x7f7866c01000-0x7f7866e00000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.222792) 0x7f7866e00000-0x7f7866e01000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.222796) 0x7f7866e01000-0x7f7866e02000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.222799) 0x7f7866e02000-0x7f7866e04000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222803) 0x7f7866e04000-0x7f7866e11000 (52K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222806) 0x7f7866e11000-0x7f7867010000 (2044K) prot 0 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.222810) 0x7f7867010000-0x7f7867011000 (4K) prot 0x1 flags 0x2 off 0xc000 reg fp  shmid: 0
> (00.222813) 0x7f7867011000-0x7f7867012000 (4K) prot 0x3 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.222817) 0x7f7867012000-0x7f7867035000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.222820) 0x7f7867228000-0x7f786722d000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222824) 0x7f7867230000-0x7f7867234000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222827) 0x7f7867234000-0x7f7867235000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.222831) 0x7f7867235000-0x7f7867236000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.222835) 0x7f7867236000-0x7f7867237000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.222838) 0x7fff12f14000-0x7fff12f36000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.222842) 0x7fff12ffe000-0x7fff13000000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.222845) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.222849) ----------------------------------------
> (00.222852) 
> (00.222854) Collecting fds (pid: 10552)
> (00.222857) ----------------------------------------
> (00.222870) Found 4 file descriptors
> (00.222873) ----------------------------------------
> (00.222881) bfd: BUF 0x7f20686ac000 <
> (00.222886) bfd: BUF 0x7f20686ac000 >
> (00.222890) Dump private signals of 10552
> (00.222896) Dump shared signals of 10552
> (00.222903) Parasite syscall_ip at 0x400000
> (00.222946) Putting parasite blob into 0x7f2068686000->0x7f7867207000
> (00.222973) Dumping GP/FPU registers for 10552
> (00.222983) xsave runtime structure
> (00.222986) -----------------------
> (00.222989) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.222992) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.222995) xstate_bv: 7
> (00.222998) -----------------------
> (00.223001) Putting tsock into pid 10552
> (00.223037) Wait for parasite being daemonized...
> (00.223042) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.223057) Fetched ack: 2 2 0
> (00.223062) Parasite 10552 has been switched to daemon mode
> (00.223074) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.223078) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.223085) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.223096) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.223110) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.223128) Fetched ack: 12 12 0
> (00.223134) sid=450 pgid=450 pid=450
> (00.223155) bfd: BUF 0x7f20686ac000 <
> (00.223171) bfd: BUF 0x7f20686ad000 <
> (00.223186) bfd: BUF 0x7f20686ae000 <
> (00.223201) bfd: BUF 0x7f20686af000 <
> (00.223216) bfd: BUF 0x7f20686b0000 <
> (00.223231) bfd: BUF 0x7f20686b1000 <
> (00.223236) 
> (00.223239) Dumping opened files (pid: 10552)
> (00.223242) ----------------------------------------
> (00.223249) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.223274) Wait for ack 14 on daemon socket
> (00.223280) Fetched ack: 14 14 0
> (00.223296) bfd: BUF 0x7f20686b2000 <
> (00.223306) bfd: BUF 0x7f20686b3000 <
> (00.223314) bfd: BUF 0x7f20686b3000 >
> (00.223319) 10552 fdinfo 0: pos: 0x               0 flags:           100000/0
> (00.223336) Dumping path for 0 fd via self 50 [/dev/null]
> (00.223342) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 0
> (00.223352) bfd: BUF 0x7f20686b3000 <
> (00.223359) bfd: BUF 0x7f20686b3000 >
> (00.223364) 10552 fdinfo 1: pos: 0x               0 flags:           100001/0
> (00.223376) Dumping path for 1 fd via self 51 [/dev/null]
> (00.223382) fdinfo: type: 0x 1 flags: 0100001/0 pos: 0x       0 fd: 1
> (00.223391) bfd: BUF 0x7f20686b3000 <
> (00.223398) bfd: BUF 0x7f20686b3000 >
> (00.223402) 10552 fdinfo 2: pos: 0x               0 flags:           100001/0
> (00.223414) Dumping path for 2 fd via self 52 [/dev/null]
> (00.223420) fdinfo: type: 0x 1 flags: 0100001/0 pos: 0x       0 fd: 2
> (00.223431) bfd: BUF 0x7f20686b3000 <
> (00.223438) bfd: BUF 0x7f20686b3000 >
> (00.223442) 10552 fdinfo 3: pos: 0x               4 flags:           100002/0x1
> (00.223446) Checking lock holder 10552:3
> (00.223458)    `- 0/0
> (00.223461)    `- downgrading lock back
> (00.223464) Found lock entry 10552.450 3 vs 10533
> (00.223475) Dumping path for 3 fd via self 53 [/run/crond.pid]
> (00.223483) fdinfo: type: 0x 1 flags: 0100002/01 pos: 0x       4 fd: 3
> (00.223501) bfd: BUF 0x7f20686b2000 >
> (00.223506) ----------------------------------------
> (00.223514) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.223518) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.223560) Fetched ack: 7 7 0
> (00.223566) 
> (00.223568) Dumping pages (type: 59 pid: 10552)
> (00.223571) ----------------------------------------
> (00.223574)    Private vmas 511/5913 pages
> (00.223580) pagemap-cache: created for pid 10552 (takes 4096 bytes)
> (00.223584) page-pipe: Create page pipe for 5913 segs
> (00.223587) page-pipe: Will grow page pipe (iov off is 0)
> (00.223606) bfd: BUF 0x7f20686b2000 <
> (00.223625) pagemap-cache: filling VMA 400000-40a000 (40K) [l:400000 h:600000]
> (00.223629) pagemap-cache: 	          400000-40a000           nr:1     cov:40960
> (00.223633) pagemap-cache: 	simple mode [l:400000 h:40a000]
> (00.223639) page-pipe: Add iov to page pipe (0 iovs, 0/5913 total)
> (00.223643) Pagemap generated: 1 pages 0 holes
> (00.223646) pagemap-cache: filling VMA 609000-60a000 (4K) [l:600000 h:800000]
> (00.223650) pagemap-cache: 	          609000-60a000           nr:1     cov:4096
> (00.223653) pagemap-cache: 	          60a000-60b000           nr:2     cov:8192
> (00.223657) pagemap-cache: 	          60b000-60c000           nr:3     cov:12288
> (00.223660) pagemap-cache: 	cache  mode [l:609000 h:800000]
> (00.223667) page-pipe: Add iov to page pipe (1 iovs, 1/5913 total)
> (00.223670) Pagemap generated: 1 pages 0 holes
> (00.223673) Pagemap generated: 1 pages 0 holes
> (00.223676) Pagemap generated: 1 pages 0 holes
> (00.223679) pagemap-cache: filling VMA 2449000-246a000 (132K) [l:2400000 h:2600000]
> (00.223683) pagemap-cache: 	         2449000-246a000          nr:1     cov:135168
> (00.223686) pagemap-cache: 	simple mode [l:2449000 h:246a000]
> (00.223691) page-pipe: Add iov to page pipe (2 iovs, 2/5913 total)
> (00.223695) page-pipe: Add iov to page pipe (3 iovs, 3/5913 total)
> (00.223698) Pagemap generated: 7 pages 0 holes
> (00.223701) pagemap-cache: filling VMA 7f786597a000-7f7865985000 (44K) [l:7f7865800000 h:7f7865a00000]
> (00.223717) Pagemap generated: 0 pages 0 holes
> (00.223721) pagemap-cache: filling VMA 7f7865985000-7f7865b84000 (2044K) [l:7f7865800000 h:7f7865a00000]
> (00.223732) Pagemap generated: 0 pages 0 holes
> (00.223735) pagemap-cache: filling VMA 7f7865b84000-7f7865b85000 (4K) [l:7f7865a00000 h:7f7865c00000]
> (00.223740) page-pipe: Add iov to page pipe (4 iovs, 4/5913 total)
> (00.223743) Pagemap generated: 1 pages 0 holes
> (00.223746) pagemap-cache: filling VMA 7f7865b85000-7f7865b86000 (4K) [l:7f7865a00000 h:7f7865c00000]
> (00.223751) Pagemap generated: 1 pages 0 holes
> (00.223754) pagemap-cache: filling VMA 7f7865b86000-7f7865b91000 (44K) [l:7f7865a00000 h:7f7865c00000]
> (00.223760) Pagemap generated: 0 pages 0 holes
> (00.223763) pagemap-cache: filling VMA 7f7865b91000-7f7865d90000 (2044K) [l:7f7865a00000 h:7f7865c00000]
> (00.223773) Pagemap generated: 0 pages 0 holes
> (00.223776) pagemap-cache: filling VMA 7f7865d90000-7f7865d91000 (4K) [l:7f7865c00000 h:7f7865e00000]
> (00.223781) page-pipe: Add iov to page pipe (5 iovs, 5/5913 total)
> (00.223785) Pagemap generated: 1 pages 0 holes
> (00.223788) pagemap-cache: filling VMA 7f7865d91000-7f7865d92000 (4K) [l:7f7865c00000 h:7f7865e00000]
> (00.223793) Pagemap generated: 1 pages 0 holes
> (00.223796) pagemap-cache: filling VMA 7f7865d92000-7f7865da9000 (92K) [l:7f7865c00000 h:7f7865e00000]
> (00.223801) Pagemap generated: 0 pages 0 holes
> (00.223804) pagemap-cache: filling VMA 7f7865da9000-7f7865fa8000 (2044K) [l:7f7865c00000 h:7f7865e00000]
> (00.223814) Pagemap generated: 0 pages 0 holes
> (00.223817) pagemap-cache: filling VMA 7f7865fa8000-7f7865fa9000 (4K) [l:7f7865e00000 h:7f7866000000]
> (00.223822) page-pipe: Add iov to page pipe (6 iovs, 6/5913 total)
> (00.223825) Pagemap generated: 1 pages 0 holes
> (00.223828) pagemap-cache: filling VMA 7f7865fa9000-7f7865faa000 (4K) [l:7f7865e00000 h:7f7866000000]
> (00.223834) page-pipe: Grow pipe 10 -> 20
> (00.223837) Pagemap generated: 1 pages 0 holes
> (00.223840) pagemap-cache: filling VMA 7f7865faa000-7f7865fac000 (8K) [l:7f7865e00000 h:7f7866000000]
> (00.223845) Pagemap generated: 0 pages 0 holes
> (00.223848) pagemap-cache: filling VMA 7f7865fac000-7f7865fb5000 (36K) [l:7f7865e00000 h:7f7866000000]
> (00.223853) Pagemap generated: 0 pages 0 holes
> (00.223856) pagemap-cache: filling VMA 7f7865fb5000-7f78661b4000 (2044K) [l:7f7865e00000 h:7f7866000000]
> (00.223866) Pagemap generated: 0 pages 0 holes
> (00.223869) pagemap-cache: filling VMA 7f78661b4000-7f78661b5000 (4K) [l:7f7866000000 h:7f7866200000]
> (00.223874) page-pipe: Add iov to page pipe (7 iovs, 7/5913 total)
> (00.223877) Pagemap generated: 1 pages 0 holes
> (00.223880) pagemap-cache: filling VMA 7f78661b5000-7f78661b6000 (4K) [l:7f7866000000 h:7f7866200000]
> (00.223884) Pagemap generated: 1 pages 0 holes
> (00.223888) pagemap-cache: filling VMA 7f78661b6000-7f78661f3000 (244K) [l:7f7866000000 h:7f7866200000]
> (00.223892) Pagemap generated: 0 pages 0 holes
> (00.223896) pagemap-cache: filling VMA 7f78661f3000-7f78663f2000 (2044K) [l:7f7866000000 h:7f7866200000]
> (00.223905) Pagemap generated: 0 pages 0 holes
> (00.223908) pagemap-cache: filling VMA 7f78663f2000-7f78663f3000 (4K) [l:7f7866200000 h:7f7866400000]
> (00.223913) page-pipe: Add iov to page pipe (8 iovs, 8/5913 total)
> (00.223916) Pagemap generated: 1 pages 0 holes
> (00.223919) pagemap-cache: filling VMA 7f78663f3000-7f78663f4000 (4K) [l:7f7866200000 h:7f7866400000]
> (00.223923) Pagemap generated: 1 pages 0 holes
> (00.223926) pagemap-cache: filling VMA 7f78663f4000-7f78663f7000 (12K) [l:7f7866200000 h:7f7866400000]
> (00.223931) Pagemap generated: 0 pages 0 holes
> (00.223934) pagemap-cache: filling VMA 7f78663f7000-7f78665f6000 (2044K) [l:7f7866200000 h:7f7866400000]
> (00.223943) Pagemap generated: 0 pages 0 holes
> (00.223946) pagemap-cache: filling VMA 7f78665f6000-7f78665f7000 (4K) [l:7f7866400000 h:7f7866600000]
> (00.223950) page-pipe: Add iov to page pipe (9 iovs, 9/5913 total)
> (00.223954) Pagemap generated: 1 pages 0 holes
> (00.223956) pagemap-cache: filling VMA 7f78665f7000-7f78665f8000 (4K) [l:7f7866400000 h:7f7866600000]
> (00.223970) Pagemap generated: 1 pages 0 holes
> (00.223973) pagemap-cache: filling VMA 7f78665f8000-7f7866611000 (100K) [l:7f7866400000 h:7f7866600000]
> (00.223979) Pagemap generated: 0 pages 0 holes
> (00.223983) pagemap-cache: filling VMA 7f7866611000-7f7866810000 (2044K) [l:7f7866600000 h:7f7866800000]
> (00.223986) pagemap-cache: 	    7f7866611000-7f7866810000     nr:1     cov:2093056
> (00.223989) pagemap-cache: 	simple mode [l:7f7866611000 h:7f7866810000]
> (00.224001) Pagemap generated: 0 pages 0 holes
> (00.224005) pagemap-cache: filling VMA 7f7866810000-7f7866811000 (4K) [l:7f7866800000 h:7f7866a00000]
> (00.224008) pagemap-cache: 	    7f7866810000-7f7866811000     nr:1     cov:4096
> (00.224011) pagemap-cache: 	    7f7866811000-7f7866812000     nr:2     cov:8192
> (00.224015) pagemap-cache: 	    7f7866812000-7f786681c000     nr:3     cov:49152
> (00.224018) pagemap-cache: 	    7f786681c000-7f78669d7000     nr:4     cov:1863680
> (00.224021) pagemap-cache: 	cache  mode [l:7f7866810000 h:7f7866a00000]
> (00.224030) page-pipe: Add iov to page pipe (10 iovs, 10/5913 total)
> (00.224034) Pagemap generated: 1 pages 0 holes
> (00.224037) Pagemap generated: 1 pages 0 holes
> (00.224040) Pagemap generated: 0 pages 0 holes
> (00.224044) Pagemap generated: 0 pages 0 holes
> (00.224047) pagemap-cache: filling VMA 7f78669d7000-7f7866bd6000 (2044K) [l:7f7866800000 h:7f7866a00000]
> (00.224057) Pagemap generated: 0 pages 0 holes
> (00.224060) pagemap-cache: filling VMA 7f7866bd6000-7f7866bda000 (16K) [l:7f7866a00000 h:7f7866c00000]
> (00.224065) page-pipe: Add iov to page pipe (11 iovs, 11/5913 total)
> (00.224068) Pagemap generated: 4 pages 0 holes
> (00.224071) pagemap-cache: filling VMA 7f7866bda000-7f7866bdc000 (8K) [l:7f7866a00000 h:7f7866c00000]
> (00.224076) Pagemap generated: 2 pages 0 holes
> (00.224079) pagemap-cache: filling VMA 7f7866bdc000-7f7866be1000 (20K) [l:7f7866a00000 h:7f7866c00000]
> (00.224084) page-pipe: Grow pipe 20 -> 40
> (00.224088) page-pipe: Add iov to page pipe (12 iovs, 12/5913 total)
> (00.224091) Pagemap generated: 4 pages 0 holes
> (00.224094) pagemap-cache: filling VMA 7f7866be1000-7f7866c01000 (128K) [l:7f7866a00000 h:7f7866c00000]
> (00.224100) Pagemap generated: 0 pages 0 holes
> (00.224103) pagemap-cache: filling VMA 7f7866c01000-7f7866e00000 (2044K) [l:7f7866c00000 h:7f7866e00000]
> (00.224106) pagemap-cache: 	    7f7866c01000-7f7866e00000     nr:1     cov:2093056
> (00.224109) pagemap-cache: 	simple mode [l:7f7866c01000 h:7f7866e00000]
> (00.224116) Pagemap generated: 0 pages 0 holes
> (00.224119) pagemap-cache: filling VMA 7f7866e00000-7f7866e01000 (4K) [l:7f7866e00000 h:7f7867000000]
> (00.224122) pagemap-cache: 	    7f7866e00000-7f7866e01000     nr:1     cov:4096
> (00.224126) pagemap-cache: 	    7f7866e01000-7f7866e02000     nr:2     cov:8192
> (00.224129) pagemap-cache: 	    7f7866e02000-7f7866e04000     nr:3     cov:16384
> (00.224132) pagemap-cache: 	    7f7866e04000-7f7866e11000     nr:4     cov:69632
> (00.224135) pagemap-cache: 	cache  mode [l:7f7866e00000 h:7f7867000000]
> (00.224143) page-pipe: Add iov to page pipe (13 iovs, 13/5913 total)
> (00.224146) Pagemap generated: 1 pages 0 holes
> (00.224149) Pagemap generated: 1 pages 0 holes
> (00.224152) Pagemap generated: 1 pages 0 holes
> (00.224155) Pagemap generated: 0 pages 0 holes
> (00.224157) pagemap-cache: filling VMA 7f7866e11000-7f7867010000 (2044K) [l:7f7866e00000 h:7f7867000000]
> (00.224161) pagemap-cache: 	    7f7866e11000-7f7867010000     nr:1     cov:2093056
> (00.224164) pagemap-cache: 	simple mode [l:7f7866e11000 h:7f7867010000]
> (00.224175) Pagemap generated: 0 pages 0 holes
> (00.224178) pagemap-cache: filling VMA 7f7867010000-7f7867011000 (4K) [l:7f7867000000 h:7f7867200000]
> (00.224181) pagemap-cache: 	    7f7867010000-7f7867011000     nr:1     cov:4096
> (00.224185) pagemap-cache: 	    7f7867011000-7f7867012000     nr:2     cov:8192
> (00.224188) pagemap-cache: 	    7f7867012000-7f7867035000     nr:3     cov:151552
> (00.224191) pagemap-cache: 	cache  mode [l:7f7867010000 h:7f7867200000]
> (00.224197) page-pipe: Add iov to page pipe (14 iovs, 14/5913 total)
> (00.224201) Pagemap generated: 1 pages 0 holes
> (00.224212) Pagemap generated: 1 pages 0 holes
> (00.224216) Pagemap generated: 0 pages 0 holes
> (00.224218) pagemap-cache: filling VMA 7f7867228000-7f786722d000 (20K) [l:7f7867200000 h:7f7867400000]
> (00.224222) pagemap-cache: 	    7f7867228000-7f786722d000     nr:1     cov:20480
> (00.224225) pagemap-cache: 	    7f7867230000-7f7867234000     nr:2     cov:36864
> (00.224228) pagemap-cache: 	    7f7867234000-7f7867235000     nr:3     cov:40960
> (00.224231) pagemap-cache: 	    7f7867235000-7f7867236000     nr:4     cov:45056
> (00.224234) pagemap-cache: 	    7f7867236000-7f7867237000     nr:5     cov:49152
> (00.224237) pagemap-cache: 	cache  mode [l:7f7867228000 h:7f7867400000]
> (00.224244) page-pipe: Add iov to page pipe (15 iovs, 15/5913 total)
> (00.224247) Pagemap generated: 5 pages 0 holes
> (00.224250) page-pipe: Add iov to page pipe (16 iovs, 16/5913 total)
> (00.224253) page-pipe: Add iov to page pipe (17 iovs, 17/5913 total)
> (00.224256) Pagemap generated: 3 pages 0 holes
> (00.224259) Pagemap generated: 1 pages 0 holes
> (00.224262) Pagemap generated: 1 pages 0 holes
> (00.224265) Pagemap generated: 1 pages 0 holes
> (00.224268) pagemap-cache: filling VMA 7fff12f14000-7fff12f36000 (136K) [l:7fff12e00000 h:7fff13000000]
> (00.224273) page-pipe: Add iov to page pipe (18 iovs, 18/5913 total)
> (00.224276) Pagemap generated: 5 pages 0 holes
> (00.224279) pagemap-cache: filling VMA 7fff12ffe000-7fff13000000 (8K) [l:7fff12e00000 h:7fff13000000]
> (00.224283) page-pipe: Add iov to page pipe (19 iovs, 19/5913 total)
> (00.224287) Pagemap generated: 2 pages 0 holes
> (00.224290) page-pipe: Page pipe:
> (00.224292) page-pipe: * 1 pipes 20/5913 iovs:
> (00.224295) page-pipe: 	buf 58 pages, 20 iovs:
> (00.224298) page-pipe: 		0x400000 1
> (00.224301) page-pipe: 		0x609000 3
> (00.224304) page-pipe: 		0x2449000 6
> (00.224306) page-pipe: 		0x2454000 1
> (00.224309) page-pipe: 		0x7f7865b84000 2
> (00.224312) page-pipe: 		0x7f7865d90000 2
> (00.224314) page-pipe: 		0x7f7865fa8000 2
> (00.224317) page-pipe: 		0x7f78661b4000 2
> (00.224320) page-pipe: 		0x7f78663f2000 2
> (00.224323) page-pipe: 		0x7f78665f6000 2
> (00.224325) page-pipe: 		0x7f7866810000 2
> (00.224328) page-pipe: 		0x7f7866bd6000 8
> (00.224331) page-pipe: 		0x7f7866bdf000 2
> (00.224333) page-pipe: 		0x7f7866e00000 3
> (00.224336) page-pipe: 		0x7f7867010000 2
> (00.224339) page-pipe: 		0x7f7867228000 5
> (00.224341) page-pipe: 		0x7f7867230000 1
> (00.224344) page-pipe: 		0x7f7867232000 5
> (00.224347) page-pipe: 		0x7fff12f31000 5
> (00.224349) page-pipe: 		0x7fff12ffe000 2
> (00.224352) page-pipe: * 0 holes:
> (00.224355) PPB: 58 pages 20 segs 64 pipe 0 off
> (00.224363) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.224369) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.224386) Fetched ack: 8 8 0
> (00.224392) Transfering pages:
> (00.224395) 	buf 58/20
> (00.224397) 	p 0x400000 [1]
> (00.224414) 	p 0x609000 [3]
> (00.224447) 	p 0x2449000 [6]
> (00.224508) 	p 0x2454000 [1]
> (00.224523) 	p 0x7f7865b84000 [2]
> (00.224553) 	p 0x7f7865d90000 [2]
> (00.224577) 	p 0x7f7865fa8000 [2]
> (00.224602) 	p 0x7f78661b4000 [2]
> (00.224625) 	p 0x7f78663f2000 [2]
> (00.224648) 	p 0x7f78665f6000 [2]
> (00.224670) 	p 0x7f7866810000 [2]
> (00.224696) 	p 0x7f7866bd6000 [8]
> (00.224767) 	p 0x7f7866bdf000 [2]
> (00.224791) 	p 0x7f7866e00000 [3]
> (00.224821) 	p 0x7f7867010000 [2]
> (00.224843) 	p 0x7f7867228000 [5]
> (00.224889) 	p 0x7f7867230000 [1]
> (00.224903) 	p 0x7f7867232000 [5]
> (00.224951) 	p 0x7fff12f31000 [5]
> (00.225001) 	p 0x7fff12ffe000 [2]
> (00.225036) bfd: BUF 0x7f20686b2000 >
> (00.225041) page-pipe: Killing page pipe
> (00.225048) ----------------------------------------
> (00.225057) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.225060) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.225099) Fetched ack: 7 7 0
> (00.225109) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.225113) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.225146) Fetched ack: 9 9 0
> (00.225168) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.225172) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.225188) Fetched ack: 10 10 0
> (00.225198) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.225202) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.225209) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.225213) 
> (00.225218) Dumping core (pid: 10552)
> (00.225221) ----------------------------------------
> (00.225223) Obtaining personality ... (00.225235) 10552 has 0 sched policy
> (00.225239) 	dumping 0 nice for 10552
> (00.225246) cg: Dumping cgroups for 10552
> (00.225279) cg:  `- Existing css 2 found
> (00.225311) ----------------------------------------
> (00.225317) 
> (00.225319) Dumping creds for 10552)
> (00.225322) ----------------------------------------
> (00.225329) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.225333) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.225376) Fetched ack: 13 13 0
> (00.225386) Waiting for 10552 to trap
> (00.225392) Daemon 10552 exited trapping
> (00.225398) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 450: new_sp=0x7f7867223008 ip 0x7f78668dcf1e
> (00.225435) 10552 was trapped
> (00.225440) `- Expecting exit
> (00.225450) 10552 was trapped
> (00.225454) 10552 is going to execute the syscall f
> (00.225468) 10552 was stopped
> (00.225482) 10552 was trapped
> (00.225487) 10552 is going to execute the syscall 1
> (00.225496) 10552 was trapped
> (00.225500) `- Expecting exit
> (00.225509) 10552 was trapped
> (00.225513) 10552 is going to execute the syscall b
> (00.225532) 10552 was stopped
> (00.225550) 
> (00.225554) Dumping mm (pid: 10552)
> (00.225557) ----------------------------------------
> (00.225560) 0x400000-0x40a000 (40K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225571) Dumping path for -3 fd via self 31 [/usr/sbin/cron]
> (00.225595) 0x609000-0x60a000 (4K) prot 0x1 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.225600) 0x60a000-0x60b000 (4K) prot 0x3 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.225603) 0x60b000-0x60c000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225607) 0x2449000-0x246a000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.225611) 0x7f786597a000-0x7f7865985000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225615) 0x7f7865985000-0x7f7865b84000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.225618) 0x7f7865b84000-0x7f7865b85000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.225622) 0x7f7865b85000-0x7f7865b86000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.225626) 0x7f7865b86000-0x7f7865b91000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225629) 0x7f7865b91000-0x7f7865d90000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.225633) 0x7f7865d90000-0x7f7865d91000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (00.225636) 0x7f7865d91000-0x7f7865d92000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (00.225640) 0x7f7865d92000-0x7f7865da9000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225644) 0x7f7865da9000-0x7f7865fa8000 (2044K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.225647) 0x7f7865fa8000-0x7f7865fa9000 (4K) prot 0x1 flags 0x2 off 0x16000 reg fp  shmid: 0
> (00.225651) 0x7f7865fa9000-0x7f7865faa000 (4K) prot 0x3 flags 0x2 off 0x17000 reg fp  shmid: 0
> (00.225655) 0x7f7865faa000-0x7f7865fac000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225658) 0x7f7865fac000-0x7f7865fb5000 (36K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225662) 0x7f7865fb5000-0x7f78661b4000 (2044K) prot 0 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.225665) 0x7f78661b4000-0x7f78661b5000 (4K) prot 0x1 flags 0x2 off 0x8000 reg fp  shmid: 0
> (00.225669) 0x7f78661b5000-0x7f78661b6000 (4K) prot 0x3 flags 0x2 off 0x9000 reg fp  shmid: 0
> (00.225673) 0x7f78661b6000-0x7f78661f3000 (244K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225676) 0x7f78661f3000-0x7f78663f2000 (2044K) prot 0 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.225680) 0x7f78663f2000-0x7f78663f3000 (4K) prot 0x1 flags 0x2 off 0x3c000 reg fp  shmid: 0
> (00.225683) 0x7f78663f3000-0x7f78663f4000 (4K) prot 0x3 flags 0x2 off 0x3d000 reg fp  shmid: 0
> (00.225697) 0x7f78663f4000-0x7f78663f7000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225701) 0x7f78663f7000-0x7f78665f6000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.225705) 0x7f78665f6000-0x7f78665f7000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (00.225709) 0x7f78665f7000-0x7f78665f8000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (00.225712) 0x7f78665f8000-0x7f7866611000 (100K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225716) 0x7f7866611000-0x7f7866810000 (2044K) prot 0 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.225720) 0x7f7866810000-0x7f7866811000 (4K) prot 0x1 flags 0x2 off 0x18000 reg fp  shmid: 0
> (00.225724) 0x7f7866811000-0x7f7866812000 (4K) prot 0x3 flags 0x2 off 0x19000 reg fp  shmid: 0
> (00.225727) 0x7f7866812000-0x7f786681c000 (40K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225731) 0x7f786681c000-0x7f78669d7000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225735) 0x7f78669d7000-0x7f7866bd6000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.225738) 0x7f7866bd6000-0x7f7866bda000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.225742) 0x7f7866bda000-0x7f7866bdc000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.225746) 0x7f7866bdc000-0x7f7866be1000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225749) 0x7f7866be1000-0x7f7866c01000 (128K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225753) 0x7f7866c01000-0x7f7866e00000 (2044K) prot 0 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.225757) 0x7f7866e00000-0x7f7866e01000 (4K) prot 0x1 flags 0x2 off 0x1f000 reg fp  shmid: 0
> (00.225760) 0x7f7866e01000-0x7f7866e02000 (4K) prot 0x3 flags 0x2 off 0x20000 reg fp  shmid: 0
> (00.225764) 0x7f7866e02000-0x7f7866e04000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225767) 0x7f7866e04000-0x7f7866e11000 (52K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225771) 0x7f7866e11000-0x7f7867010000 (2044K) prot 0 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.225775) 0x7f7867010000-0x7f7867011000 (4K) prot 0x1 flags 0x2 off 0xc000 reg fp  shmid: 0
> (00.225778) 0x7f7867011000-0x7f7867012000 (4K) prot 0x3 flags 0x2 off 0xd000 reg fp  shmid: 0
> (00.225782) 0x7f7867012000-0x7f7867035000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.225786) 0x7f7867228000-0x7f786722d000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225789) 0x7f7867230000-0x7f7867234000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225793) 0x7f7867234000-0x7f7867235000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.225796) 0x7f7867235000-0x7f7867236000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.225800) 0x7f7867236000-0x7f7867237000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.225804) 0x7fff12f14000-0x7fff12f36000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.225807) 0x7fff12ffe000-0x7fff13000000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.225811) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.225815) Obtaining task auvx ...
> (00.225832) bfd: BUF 0x7f20686b2000 <
> (00.225840) bfd: BUF 0x7f20686b2000 >
> (00.225877) bfd: BUF 0x7f20686b2000 <
> (00.225884) bfd: BUF 0x7f20686b2000 >
> (00.225894) Dumping path for -3 fd via self 29 [/var/spool/cron]
> (00.225909) bfd: BUF 0x7f20686b2000 <
> (00.225916) bfd: BUF 0x7f20686b2000 >
> (00.225921) Dumping task cwd id 0x6e root id 0x1f
> (00.225936) bfd: BUF 0x7f20686ac000 >
> (00.225951) bfd: BUF 0x7f20686ad000 >
> (00.225965) bfd: BUF 0x7f20686ae000 >
> (00.225980) bfd: BUF 0x7f20686af000 >
> (00.225994) bfd: BUF 0x7f20686b0000 >
> (00.226008) bfd: BUF 0x7f20686b1000 >
> (00.226026) ========================================
> (00.226030) Dumping task (pid: 10642)
> (00.226033) ========================================
> (00.226035) Obtaining task stat ... (00.226063) 
> (00.226066) Collecting mappings (pid: 10642)
> (00.226069) ----------------------------------------
> (00.226075) bfd: BUF 0x7f20686b1000 <
> (00.226153) bfd: BUF 0x7f20686b0000 <
> (00.226160) bfd: BUF 0x7f20686b0000 >
> (00.226170) vma 7fcdc8d24000 borrows vfi from previous 7fcdc8b69000
> (00.226187) vma 7fcdc8f23000 borrows vfi from previous 7fcdc8d24000
> (00.226195) vma 7fcdc8f27000 borrows vfi from previous 7fcdc8f23000
> (00.226220) bfd: BUF 0x7f20686b0000 <
> (00.226227) bfd: BUF 0x7f20686b0000 >
> (00.226301) bfd: BUF 0x7f20686b0000 <
> (00.226308) bfd: BUF 0x7f20686b0000 >
> (00.226316) vma 7fcdc9151000 borrows vfi from previous 7fcdc9150000
> (00.226341) bfd: BUF 0x7f20686b0000 <
> (00.226347) bfd: BUF 0x7f20686b0000 >
> (00.226356) vma 7fcdc936e000 borrows vfi from previous 7fcdc9153000
> (00.226364) vma 7fcdc9370000 borrows vfi from previous 7fcdc936e000
> (00.226406) bfd: BUF 0x7f20686b1000 >
> (00.226413) Collected, longest area occupies 511 pages
> (00.226416) 0x7fcdc8b69000-0x7fcdc8d24000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.226420) 0x7fcdc8d24000-0x7fcdc8f23000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.226424) 0x7fcdc8f23000-0x7fcdc8f27000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.226427) 0x7fcdc8f27000-0x7fcdc8f29000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.226431) 0x7fcdc8f29000-0x7fcdc8f2e000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.226435) 0x7fcdc8f2e000-0x7fcdc8f51000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.226438) 0x7fcdc9146000-0x7fcdc9149000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.226442) 0x7fcdc914e000-0x7fcdc9150000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.226445) 0x7fcdc9150000-0x7fcdc9151000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.226449) 0x7fcdc9151000-0x7fcdc9152000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.226453) 0x7fcdc9152000-0x7fcdc9153000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.226456) 0x7fcdc9153000-0x7fcdc916f000 (112K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.226460) 0x7fcdc936e000-0x7fcdc9370000 (8K) prot 0x1 flags 0x2 off 0x1b000 reg fp  shmid: 0
> (00.226463) 0x7fcdc9370000-0x7fcdc9371000 (4K) prot 0x3 flags 0x2 off 0x1d000 reg fp  shmid: 0
> (00.226467) 0x7fcdc9371000-0x7fcdc9373000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.226470) 0x7fcdca1c2000-0x7fcdca1e3000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.226474) 0x7fff7449e000-0x7fff744c0000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.226478) 0x7fff745c6000-0x7fff745c8000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.226481) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.226485) ----------------------------------------
> (00.226488) 
> (00.226490) Collecting fds (pid: 10642)
> (00.226493) ----------------------------------------
> (00.226506) Found 4 file descriptors
> (00.226509) ----------------------------------------
> (00.226516) bfd: BUF 0x7f20686b1000 <
> (00.226521) bfd: BUF 0x7f20686b1000 >
> (00.226525) Dump private signals of 10642
> (00.226531) Dump shared signals of 10642
> (00.226538) Parasite syscall_ip at 0x7fcdc8b69000
> (00.226578) Putting parasite blob into 0x7f2068699000->0x7fcdc9138000
> (00.226596) Dumping GP/FPU registers for 10642
> (00.226606) xsave runtime structure
> (00.226609) -----------------------
> (00.226612) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.226615) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.226619) xstate_bv: 7
> (00.226621) -----------------------
> (00.226624) Putting tsock into pid 10642
> (00.226659) Wait for parasite being daemonized...
> (00.226663) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.226678) Fetched ack: 2 2 0
> (00.226683) Parasite 10642 has been switched to daemon mode
> (00.226694) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.226698) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.226705) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.226717) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.226722) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.226739) Fetched ack: 12 12 0
> (00.226745) sid=539 pgid=539 pid=540
> (00.226763) bfd: BUF 0x7f20686b1000 <
> (00.226791) bfd: BUF 0x7f20686b0000 <
> (00.226806) bfd: BUF 0x7f20686af000 <
> (00.226823) bfd: BUF 0x7f20686ae000 <
> (00.226839) bfd: BUF 0x7f20686ad000 <
> (00.226853) bfd: BUF 0x7f20686ac000 <
> (00.226858) 
> (00.226861) Dumping opened files (pid: 10642)
> (00.226864) ----------------------------------------
> (00.226871) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.226893) Wait for ack 14 on daemon socket
> (00.226899) Fetched ack: 14 14 0
> (00.226914) bfd: BUF 0x7f20686b2000 <
> (00.226924) bfd: BUF 0x7f20686b3000 <
> (00.226931) bfd: BUF 0x7f20686b3000 >
> (00.226936) 10642 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.226950) Dumping path for 0 fd via self 41 [/dev/null]
> (00.226957) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.226966) bfd: BUF 0x7f20686b3000 <
> (00.226973) bfd: BUF 0x7f20686b3000 >
> (00.226978) 10642 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.226985) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.226994) bfd: BUF 0x7f20686b3000 <
> (00.227000) bfd: BUF 0x7f20686b3000 >
> (00.227005) 10642 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.227012) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.227021) bfd: BUF 0x7f20686b3000 <
> (00.227028) bfd: BUF 0x7f20686b3000 >
> (00.227032) 10642 fdinfo 10: pos: 0x             542 flags:           100000/0x1
> (00.227042) Dumping path for 10 fd via self 44 [/etc/init.d/ondemand]
> (00.227050) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     542 fd: 10
> (00.227067) bfd: BUF 0x7f20686b2000 >
> (00.227072) ----------------------------------------
> (00.227080) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.227084) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.227098) Fetched ack: 7 7 0
> (00.227103) 
> (00.227106) Dumping pages (type: 59 pid: 10642)
> (00.227109) ----------------------------------------
> (00.227112)    Private vmas 511/1110 pages
> (00.227118) pagemap-cache: created for pid 10642 (takes 4096 bytes)
> (00.227122) page-pipe: Create page pipe for 1110 segs
> (00.227125) page-pipe: Will grow page pipe (iov off is 0)
> (00.227144) bfd: BUF 0x7f20686b2000 <
> (00.227161) pagemap-cache: filling VMA 7fcdc8b69000-7fcdc8d24000 (1772K) [l:7fcdc8a00000 h:7fcdc8c00000]
> (00.227174) page-pipe: Add iov to page pipe (0 iovs, 0/1110 total)
> (00.227180) Pagemap generated: 1 pages 0 holes
> (00.227183) pagemap-cache: filling VMA 7fcdc8d24000-7fcdc8f23000 (2044K) [l:7fcdc8c00000 h:7fcdc8e00000]
> (00.227194) Pagemap generated: 0 pages 0 holes
> (00.227198) pagemap-cache: filling VMA 7fcdc8f23000-7fcdc8f27000 (16K) [l:7fcdc8e00000 h:7fcdc9000000]
> (00.227204) page-pipe: Add iov to page pipe (1 iovs, 1/1110 total)
> (00.227207) Pagemap generated: 4 pages 0 holes
> (00.227210) pagemap-cache: filling VMA 7fcdc8f27000-7fcdc8f29000 (8K) [l:7fcdc8e00000 h:7fcdc9000000]
> (00.227216) Pagemap generated: 2 pages 0 holes
> (00.227219) pagemap-cache: filling VMA 7fcdc8f29000-7fcdc8f2e000 (20K) [l:7fcdc8e00000 h:7fcdc9000000]
> (00.227224) page-pipe: Add iov to page pipe (2 iovs, 2/1110 total)
> (00.227228) Pagemap generated: 3 pages 0 holes
> (00.227231) pagemap-cache: filling VMA 7fcdc8f2e000-7fcdc8f51000 (140K) [l:7fcdc8e00000 h:7fcdc9000000]
> (00.227236) Pagemap generated: 0 pages 0 holes
> (00.227239) pagemap-cache: filling VMA 7fcdc9146000-7fcdc9149000 (12K) [l:7fcdc9000000 h:7fcdc9200000]
> (00.227245) page-pipe: Add iov to page pipe (3 iovs, 3/1110 total)
> (00.227248) Pagemap generated: 3 pages 0 holes
> (00.227252) pagemap-cache: filling VMA 7fcdc914e000-7fcdc9150000 (8K) [l:7fcdc9000000 h:7fcdc9200000]
> (00.227257) page-pipe: Add iov to page pipe (4 iovs, 4/1110 total)
> (00.227260) Pagemap generated: 2 pages 0 holes
> (00.227263) pagemap-cache: filling VMA 7fcdc9150000-7fcdc9151000 (4K) [l:7fcdc9000000 h:7fcdc9200000]
> (00.227268) Pagemap generated: 1 pages 0 holes
> (00.227272) pagemap-cache: filling VMA 7fcdc9151000-7fcdc9152000 (4K) [l:7fcdc9000000 h:7fcdc9200000]
> (00.227277) page-pipe: Grow pipe 10 -> 20
> (00.227281) Pagemap generated: 1 pages 0 holes
> (00.227294) pagemap-cache: filling VMA 7fcdc9152000-7fcdc9153000 (4K) [l:7fcdc9000000 h:7fcdc9200000]
> (00.227300) Pagemap generated: 1 pages 0 holes
> (00.227304) pagemap-cache: filling VMA 7fcdc9153000-7fcdc916f000 (112K) [l:7fcdc9000000 h:7fcdc9200000]
> (00.227309) Pagemap generated: 0 pages 0 holes
> (00.227312) pagemap-cache: filling VMA 7fcdc936e000-7fcdc9370000 (8K) [l:7fcdc9200000 h:7fcdc9400000]
> (00.227317) page-pipe: Add iov to page pipe (5 iovs, 5/1110 total)
> (00.227320) Pagemap generated: 2 pages 0 holes
> (00.227323) pagemap-cache: filling VMA 7fcdc9370000-7fcdc9371000 (4K) [l:7fcdc9200000 h:7fcdc9400000]
> (00.227328) Pagemap generated: 1 pages 0 holes
> (00.227331) pagemap-cache: filling VMA 7fcdc9371000-7fcdc9373000 (8K) [l:7fcdc9200000 h:7fcdc9400000]
> (00.227336) page-pipe: Add iov to page pipe (6 iovs, 6/1110 total)
> (00.227339) Pagemap generated: 1 pages 0 holes
> (00.227342) pagemap-cache: filling VMA 7fcdca1c2000-7fcdca1e3000 (132K) [l:7fcdca000000 h:7fcdca200000]
> (00.227347) page-pipe: Add iov to page pipe (7 iovs, 7/1110 total)
> (00.227351) page-pipe: Grow pipe 20 -> 40
> (00.227355) Pagemap generated: 20 pages 0 holes
> (00.227357) pagemap-cache: filling VMA 7fff7449e000-7fff744c0000 (136K) [l:7fff74400000 h:7fff74600000]
> (00.227363) page-pipe: Add iov to page pipe (8 iovs, 8/1110 total)
> (00.227367) Pagemap generated: 3 pages 0 holes
> (00.227370) pagemap-cache: filling VMA 7fff745c6000-7fff745c8000 (8K) [l:7fff74400000 h:7fff74600000]
> (00.227374) page-pipe: Add iov to page pipe (9 iovs, 9/1110 total)
> (00.227377) Pagemap generated: 2 pages 0 holes
> (00.227381) page-pipe: Page pipe:
> (00.227383) page-pipe: * 1 pipes 10/1110 iovs:
> (00.227386) page-pipe: 	buf 47 pages, 10 iovs:
> (00.227389) page-pipe: 		0x7fcdc8b69000 1
> (00.227392) page-pipe: 		0x7fcdc8f23000 8
> (00.227395) page-pipe: 		0x7fcdc8f2c000 1
> (00.227397) page-pipe: 		0x7fcdc9146000 3
> (00.227400) page-pipe: 		0x7fcdc914e000 5
> (00.227403) page-pipe: 		0x7fcdc936e000 3
> (00.227406) page-pipe: 		0x7fcdc9372000 1
> (00.227408) page-pipe: 		0x7fcdca1c2000 20
> (00.227411) page-pipe: 		0x7fff744bd000 3
> (00.227414) page-pipe: 		0x7fff745c6000 2
> (00.227416) page-pipe: * 0 holes:
> (00.227419) PPB: 47 pages 10 segs 64 pipe 0 off
> (00.227427) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.227433) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.249672) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.249678) Transfering pages:
> (00.249684) 	buf 47/10
> (00.249688) 	p 0x7fcdc8b69000 [1]
> (00.249709) 	p 0x7fcdc8f23000 [8]
> (00.249802) 	p 0x7fcdc8f2c000 [1]
> (00.249819) 	p 0x7fcdc9146000 [3]
> (00.249875) 	p 0x7fcdc914e000 [5]
> (00.249942) 	p 0x7fcdc936e000 [3]
> (00.249977) 	p 0x7fcdc9372000 [1]
> (00.249994) 	p 0x7fcdca1c2000 [20]
> (00.250195) 	p 0x7fff744bd000 [3]
> (00.250232) 	p 0x7fff745c6000 [2]
> (00.250289) bfd: BUF 0x7f20686b2000 >
> (00.250296) page-pipe: Killing page pipe
> (00.250306) ----------------------------------------
> (00.250315) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.250320) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.250340) Fetched ack: 7 7 0
> (00.250352) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.250357) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.250399) Fetched ack: 9 9 0
> (00.250426) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.250431) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> (00.250440) Fetched ack: 10 10 0
> pie: Daemon wais for command
> (00.250448) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.250453) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.250460) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.250465) 
> (00.250470) Dumping core (pid: 10642)
> (00.250474) ----------------------------------------
> (00.250477) Obtaining personality ... (00.250491) 10642 has 0 sched policy
> (00.250496) 	dumping 0 nice for 10642
> (00.250505) cg: Dumping cgroups for 10642
> (00.250546) cg:  `- Existing css 2 found
> (00.250566) ----------------------------------------
> (00.250571) 
> (00.250585) Dumping creds for 10642)
> (00.250589) ----------------------------------------
> (00.250598) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.250603) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.250656) Fetched ack: 13 13 0
> (00.250669) Waiting for 10642 to trap
> (00.250676) Daemon 10642 exited trapping
> (00.250683) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 540: new_sp=0x7fcdc9141008 ip 0x7fcdc8c29bf8
> (00.250729) 10642 was trapped
> (00.250734) `- Expecting exit
> (00.250746) 10642 was trapped
> (00.250752) 10642 is going to execute the syscall f
> (00.250769) 10642 was stopped
> (00.250785) 10642 was trapped
> (00.250790) 10642 is going to execute the syscall 1
> (00.250802) 10642 was trapped
> (00.250806) `- Expecting exit
> (00.250817) 10642 was trapped
> (00.250822) 10642 is going to execute the syscall b
> (00.250844) 10642 was stopped
> (00.250868) 
> (00.250873) Dumping mm (pid: 10642)
> (00.250877) ----------------------------------------
> (00.250881) 0x7fcdc8b69000-0x7fcdc8d24000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.250886) 0x7fcdc8d24000-0x7fcdc8f23000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.250891) 0x7fcdc8f23000-0x7fcdc8f27000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.250895) 0x7fcdc8f27000-0x7fcdc8f29000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.250900) 0x7fcdc8f29000-0x7fcdc8f2e000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.250904) 0x7fcdc8f2e000-0x7fcdc8f51000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.250909) 0x7fcdc9146000-0x7fcdc9149000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.250914) 0x7fcdc914e000-0x7fcdc9150000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.250918) 0x7fcdc9150000-0x7fcdc9151000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.250923) 0x7fcdc9151000-0x7fcdc9152000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.250928) 0x7fcdc9152000-0x7fcdc9153000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.250932) 0x7fcdc9153000-0x7fcdc916f000 (112K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.250944) Dumping path for -3 fd via self 35 [/bin/dash]
> (00.250954) 0x7fcdc936e000-0x7fcdc9370000 (8K) prot 0x1 flags 0x2 off 0x1b000 reg fp  shmid: 0
> (00.250959) 0x7fcdc9370000-0x7fcdc9371000 (4K) prot 0x3 flags 0x2 off 0x1d000 reg fp  shmid: 0
> (00.250964) 0x7fcdc9371000-0x7fcdc9373000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.250968) 0x7fcdca1c2000-0x7fcdca1e3000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.250973) 0x7fff7449e000-0x7fff744c0000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.250977) 0x7fff745c6000-0x7fff745c8000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.250982) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.250986) Obtaining task auvx ...
> (00.251006) bfd: BUF 0x7f20686b2000 <
> (00.251016) bfd: BUF 0x7f20686b2000 >
> (00.251042) bfd: BUF 0x7f20686b2000 <
> (00.251050) bfd: BUF 0x7f20686b2000 >
> (00.251064) bfd: BUF 0x7f20686b2000 <
> (00.251072) bfd: BUF 0x7f20686b2000 >
> (00.251079) Dumping task cwd id 0x1f root id 0x1f
> (00.251099) bfd: BUF 0x7f20686b1000 >
> (00.251117) bfd: BUF 0x7f20686b0000 >
> (00.251135) bfd: BUF 0x7f20686af000 >
> (00.251153) bfd: BUF 0x7f20686ae000 >
> (00.251170) bfd: BUF 0x7f20686ad000 >
> (00.251189) bfd: BUF 0x7f20686ac000 >
> (00.251201) ========================================
> (00.251206) Dumping task (pid: 10649)
> (00.251209) ========================================
> (00.251212) Obtaining task stat ... (00.251245) 
> (00.251250) Collecting mappings (pid: 10649)
> (00.251254) ----------------------------------------
> (00.251261) bfd: BUF 0x7f20686ac000 <
> (00.251349) bfd: BUF 0x7f20686ad000 <
> (00.251359) bfd: BUF 0x7f20686ad000 >
> (00.251370) vma 606000 borrows vfi from previous 400000
> (00.251380) vma 607000 borrows vfi from previous 606000
> (00.251412) bfd: BUF 0x7f20686ad000 <
> (00.251421) bfd: BUF 0x7f20686ad000 >
> (00.251432) vma 7f9dbb221000 borrows vfi from previous 7f9dbb066000
> (00.251442) vma 7f9dbb420000 borrows vfi from previous 7f9dbb221000
> (00.251514) vma 7f9dbb424000 borrows vfi from previous 7f9dbb420000
> (00.251546) bfd: BUF 0x7f20686ad000 <
> (00.251555) bfd: BUF 0x7f20686ad000 >
> (00.251590) bfd: BUF 0x7f20686ad000 <
> (00.251599) bfd: BUF 0x7f20686ad000 >
> (00.251610) vma 7f9dbb64e000 borrows vfi from previous 7f9dbb64d000
> (00.251658) bfd: BUF 0x7f20686ac000 >
> (00.251666) Collected, longest area occupies 511 pages
> (00.251670) 0x400000-0x406000 (24K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.251675) 0x606000-0x607000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.251680) 0x607000-0x608000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.251684) 0x1dfd000-0x1e1e000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.251689) 0x7f9dbb066000-0x7f9dbb221000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.251693) 0x7f9dbb221000-0x7f9dbb420000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.251698) 0x7f9dbb420000-0x7f9dbb424000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.251702) 0x7f9dbb424000-0x7f9dbb426000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.251707) 0x7f9dbb426000-0x7f9dbb42b000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.251711) 0x7f9dbb42b000-0x7f9dbb44e000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.251716) 0x7f9dbb643000-0x7f9dbb646000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.251720) 0x7f9dbb64b000-0x7f9dbb64d000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.251724) 0x7f9dbb64d000-0x7f9dbb64e000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.251729) 0x7f9dbb64e000-0x7f9dbb64f000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.251733) 0x7f9dbb64f000-0x7f9dbb650000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.251737) 0x7fffa4dc1000-0x7fffa4de3000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.251742) 0x7fffa4dfe000-0x7fffa4e00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.251746) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.251751) ----------------------------------------
> (00.251754) 
> (00.251757) Collecting fds (pid: 10649)
> (00.251761) ----------------------------------------
> (00.251775) Found 3 file descriptors
> (00.251780) ----------------------------------------
> (00.251789) bfd: BUF 0x7f20686ac000 <
> (00.251794) bfd: BUF 0x7f20686ac000 >
> (00.251799) Dump private signals of 10649
> (00.251805) Dump shared signals of 10649
> (00.251813) Parasite syscall_ip at 0x400000
> (00.251862) Putting parasite blob into 0x7f2068699000->0x7f9dbb635000
> (00.251882) Dumping GP/FPU registers for 10649
> (00.251893) xsave runtime structure
> (00.251897) -----------------------
> (00.251901) cwd:37f swd:0 twd:0 fop:0 mxcsr:1f80 mxcsr_mask:ffff
> (00.251905) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.251909) xstate_bv: 7
> (00.251912) -----------------------
> (00.251915) Putting tsock into pid 10649
> (00.251957) Wait for parasite being daemonized...
> (00.251962) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.251980) Fetched ack: 2 2 0
> (00.251986) Parasite 10649 has been switched to daemon mode
> (00.251999) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.252005) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.252013) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.252026) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.252032) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.252050) Fetched ack: 12 12 0
> (00.252057) sid=539 pgid=539 pid=547
> (00.252078) bfd: BUF 0x7f20686ac000 <
> (00.252098) bfd: BUF 0x7f20686ad000 <
> (00.252117) bfd: BUF 0x7f20686ae000 <
> (00.252136) bfd: BUF 0x7f20686af000 <
> (00.252154) bfd: BUF 0x7f20686b0000 <
> (00.252172) bfd: BUF 0x7f20686b1000 <
> (00.252178) 
> (00.252182) Dumping opened files (pid: 10649)
> (00.252185) ----------------------------------------
> (00.252194) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.252219) Wait for ack 14 on daemon socket
> (00.252240) Fetched ack: 14 14 0
> (00.252258) bfd: BUF 0x7f20686b2000 <
> (00.252269) bfd: BUF 0x7f20686b3000 <
> (00.252279) bfd: BUF 0x7f20686b3000 >
> (00.252285) 10649 fdinfo 0: pos: 0x               0 flags:           100002/0
> (00.252295) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (00.252307) bfd: BUF 0x7f20686b3000 <
> (00.252316) bfd: BUF 0x7f20686b3000 >
> (00.252321) 10649 fdinfo 1: pos: 0x               0 flags:           100002/0
> (00.252330) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (00.252341) bfd: BUF 0x7f20686b3000 <
> (00.252349) bfd: BUF 0x7f20686b3000 >
> (00.252355) 10649 fdinfo 2: pos: 0x               0 flags:           100002/0
> (00.252363) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (00.252384) bfd: BUF 0x7f20686b2000 >
> (00.252390) ----------------------------------------
> (00.252399) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.252404) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.252420) Fetched ack: 7 7 0
> (00.252427) 
> (00.252430) Dumping pages (type: 59 pid: 10649)
> (00.252434) ----------------------------------------
> (00.252437)    Private vmas 511/1085 pages
> (00.252445) pagemap-cache: created for pid 10649 (takes 4096 bytes)
> (00.252450) page-pipe: Create page pipe for 1085 segs
> (00.252453) page-pipe: Will grow page pipe (iov off is 0)
> (00.252475) bfd: BUF 0x7f20686b2000 <
> (00.252496) pagemap-cache: filling VMA 400000-406000 (24K) [l:400000 h:600000]
> (00.252502) pagemap-cache: 	          400000-406000           nr:1     cov:24576
> (00.252506) pagemap-cache: 	simple mode [l:400000 h:406000]
> (00.252514) page-pipe: Add iov to page pipe (0 iovs, 0/1085 total)
> (00.252519) Pagemap generated: 1 pages 0 holes
> (00.252523) pagemap-cache: filling VMA 606000-607000 (4K) [l:600000 h:800000]
> (00.252527) pagemap-cache: 	          606000-607000           nr:1     cov:4096
> (00.252531) pagemap-cache: 	          607000-608000           nr:2     cov:8192
> (00.252535) pagemap-cache: 	cache  mode [l:606000 h:800000]
> (00.252543) page-pipe: Add iov to page pipe (1 iovs, 1/1085 total)
> (00.252547) Pagemap generated: 1 pages 0 holes
> (00.252551) Pagemap generated: 1 pages 0 holes
> (00.252555) pagemap-cache: filling VMA 1dfd000-1e1e000 (132K) [l:1c00000 h:1e00000]
> (00.252562) page-pipe: Add iov to page pipe (2 iovs, 2/1085 total)
> (00.252567) Pagemap generated: 1 pages 0 holes
> (00.252570) pagemap-cache: filling VMA 7f9dbb066000-7f9dbb221000 (1772K) [l:7f9dbb000000 h:7f9dbb200000]
> (00.252574) pagemap-cache: 	    7f9dbb066000-7f9dbb221000     nr:1     cov:1814528
> (00.252579) pagemap-cache: 	simple mode [l:7f9dbb066000 h:7f9dbb221000]
> (00.252593) Pagemap generated: 0 pages 0 holes
> (00.252597) pagemap-cache: filling VMA 7f9dbb221000-7f9dbb420000 (2044K) [l:7f9dbb200000 h:7f9dbb400000]
> (00.252601) pagemap-cache: 	    7f9dbb221000-7f9dbb420000     nr:1     cov:2093056
> (00.252605) pagemap-cache: 	simple mode [l:7f9dbb221000 h:7f9dbb420000]
> (00.252617) Pagemap generated: 0 pages 0 holes
> (00.252621) pagemap-cache: filling VMA 7f9dbb420000-7f9dbb424000 (16K) [l:7f9dbb400000 h:7f9dbb600000]
> (00.252625) pagemap-cache: 	    7f9dbb420000-7f9dbb424000     nr:1     cov:16384
> (00.252629) pagemap-cache: 	    7f9dbb424000-7f9dbb426000     nr:2     cov:24576
> (00.252633) pagemap-cache: 	    7f9dbb426000-7f9dbb42b000     nr:3     cov:45056
> (00.252637) pagemap-cache: 	    7f9dbb42b000-7f9dbb44e000     nr:4     cov:188416
> (00.252641) pagemap-cache: 	cache  mode [l:7f9dbb420000 h:7f9dbb600000]
> (00.252649) page-pipe: Add iov to page pipe (3 iovs, 3/1085 total)
> (00.252654) Pagemap generated: 4 pages 0 holes
> (00.252657) Pagemap generated: 2 pages 0 holes
> (00.252661) page-pipe: Add iov to page pipe (4 iovs, 4/1085 total)
> (00.252665) Pagemap generated: 3 pages 0 holes
> (00.252669) Pagemap generated: 0 pages 0 holes
> (00.252672) pagemap-cache: filling VMA 7f9dbb643000-7f9dbb646000 (12K) [l:7f9dbb600000 h:7f9dbb800000]
> (00.252676) pagemap-cache: 	    7f9dbb643000-7f9dbb646000     nr:1     cov:12288
> (00.252681) pagemap-cache: 	    7f9dbb64b000-7f9dbb64d000     nr:2     cov:20480
> (00.252697) pagemap-cache: 	    7f9dbb64d000-7f9dbb64e000     nr:3     cov:24576
> (00.252702) pagemap-cache: 	    7f9dbb64e000-7f9dbb64f000     nr:4     cov:28672
> (00.252706) pagemap-cache: 	    7f9dbb64f000-7f9dbb650000     nr:5     cov:32768
> (00.252710) pagemap-cache: 	cache  mode [l:7f9dbb643000 h:7f9dbb800000]
> (00.252718) page-pipe: Add iov to page pipe (5 iovs, 5/1085 total)
> (00.252722) Pagemap generated: 3 pages 0 holes
> (00.252727) page-pipe: Grow pipe 10 -> 20
> (00.252731) page-pipe: Add iov to page pipe (6 iovs, 6/1085 total)
> (00.252735) Pagemap generated: 2 pages 0 holes
> (00.252738) Pagemap generated: 1 pages 0 holes
> (00.252742) Pagemap generated: 1 pages 0 holes
> (00.252746) Pagemap generated: 1 pages 0 holes
> (00.252749) pagemap-cache: filling VMA 7fffa4dc1000-7fffa4de3000 (136K) [l:7fffa4c00000 h:7fffa4e00000]
> (00.252755) page-pipe: Add iov to page pipe (7 iovs, 7/1085 total)
> (00.252760) Pagemap generated: 2 pages 0 holes
> (00.252763) pagemap-cache: filling VMA 7fffa4dfe000-7fffa4e00000 (8K) [l:7fffa4c00000 h:7fffa4e00000]
> (00.252769) page-pipe: Add iov to page pipe (8 iovs, 8/1085 total)
> (00.252773) Pagemap generated: 2 pages 0 holes
> (00.252776) page-pipe: Page pipe:
> (00.252780) page-pipe: * 1 pipes 9/1085 iovs:
> (00.252783) page-pipe: 	buf 25 pages, 9 iovs:
> (00.252787) page-pipe: 		0x400000 1
> (00.252790) page-pipe: 		0x606000 2
> (00.252794) page-pipe: 		0x1dfd000 1
> (00.252797) page-pipe: 		0x7f9dbb420000 8
> (00.252801) page-pipe: 		0x7f9dbb429000 1
> (00.252804) page-pipe: 		0x7f9dbb643000 3
> (00.252807) page-pipe: 		0x7f9dbb64b000 5
> (00.252811) page-pipe: 		0x7fffa4de1000 2
> (00.252814) page-pipe: 		0x7fffa4dfe000 2
> (00.252817) page-pipe: * 0 holes:
> (00.252821) PPB: 25 pages 9 segs 32 pipe 0 off
> (00.252830) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.252837) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.253350) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.253357) Transfering pages:
> (00.253362) 	buf 25/9
> (00.253365) 	p 0x400000 [1]
> (00.253388) 	p 0x606000 [2]
> (00.253418) 	p 0x1dfd000 [1]
> (00.253436) 	p 0x7f9dbb420000 [8]
> (00.253526) 	p 0x7f9dbb429000 [1]
> (00.253557) 	p 0x7f9dbb643000 [3]
> (00.253598) 	p 0x7f9dbb64b000 [5]
> (00.253655) 	p 0x7fffa4de1000 [2]
> (00.253682) 	p 0x7fffa4dfe000 [2]
> (00.253729) bfd: BUF 0x7f20686b2000 >
> (00.253736) page-pipe: Killing page pipe
> (00.253745) ----------------------------------------
> (00.253755) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.253760) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> (00.253770) Fetched ack: 7 7 0
> pie: Daemon wais for command
> (00.253777) Sent msg to daemon 9 0 0
> pie: __fetched msg: 9 0 0
> (00.253782) Wait for ack 9 on daemon socket
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (00.253823) Fetched ack: 9 9 0
> (00.253849) Sent msg to daemon 10 0 0
> pie: __fetched msg: 10 0 0
> (00.253854) Wait for ack 10 on daemon socket
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (00.253868) Fetched ack: 10 10 0
> (00.253880) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (00.253885) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (00.253893) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (00.253898) 
> (00.253904) Dumping core (pid: 10649)
> (00.253907) ----------------------------------------
> (00.253911) Obtaining personality ... (00.253924) 10649 has 0 sched policy
> (00.253930) 	dumping 0 nice for 10649
> (00.253938) cg: Dumping cgroups for 10649
> (00.253978) cg:  `- Existing css 2 found
> (00.253998) ----------------------------------------
> (00.254002) 
> (00.254006) Dumping creds for 10649)
> (00.254009) ----------------------------------------
> (00.254018) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (00.254023) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (00.254069) Fetched ack: 13 13 0
> (00.254082) Waiting for 10649 to trap
> (00.254089) Daemon 10649 exited trapping
> (00.254097) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 547: new_sp=0x7f9dbb63e008 ip 0x7f9dbb126f1e
> (00.254142) 10649 was trapped
> (00.254158) `- Expecting exit
> (00.254172) 10649 was trapped
> (00.254177) 10649 is going to execute the syscall f
> (00.254194) 10649 was stopped
> (00.254210) 10649 was trapped
> (00.254216) 10649 is going to execute the syscall 1
> (00.254228) 10649 was trapped
> (00.254232) `- Expecting exit
> (00.254243) 10649 was trapped
> (00.254249) 10649 is going to execute the syscall b
> (00.254271) 10649 was stopped
> (00.254293) 
> (00.254298) Dumping mm (pid: 10649)
> (00.254302) ----------------------------------------
> (00.254306) 0x400000-0x406000 (24K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.254319) Dumping path for -3 fd via self 31 [/bin/sleep]
> (00.254328) 0x606000-0x607000 (4K) prot 0x1 flags 0x2 off 0x6000 reg fp  shmid: 0
> (00.254334) 0x607000-0x608000 (4K) prot 0x3 flags 0x2 off 0x7000 reg fp  shmid: 0
> (00.254338) 0x1dfd000-0x1e1e000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.254343) 0x7f9dbb066000-0x7f9dbb221000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.254348) 0x7f9dbb221000-0x7f9dbb420000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (00.254353) 0x7f9dbb420000-0x7f9dbb424000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (00.254357) 0x7f9dbb424000-0x7f9dbb426000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (00.254362) 0x7f9dbb426000-0x7f9dbb42b000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.254366) 0x7f9dbb42b000-0x7f9dbb44e000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (00.254371) 0x7f9dbb643000-0x7f9dbb646000 (12K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.254376) 0x7f9dbb64b000-0x7f9dbb64d000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.254380) 0x7f9dbb64d000-0x7f9dbb64e000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (00.254385) 0x7f9dbb64e000-0x7f9dbb64f000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (00.254389) 0x7f9dbb64f000-0x7f9dbb650000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.254394) 0x7fffa4dc1000-0x7fffa4de3000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (00.254399) 0x7fffa4dfe000-0x7fffa4e00000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.254403) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.254408) Obtaining task auvx ...
> (00.254428) bfd: BUF 0x7f20686b2000 <
> (00.254437) bfd: BUF 0x7f20686b2000 >
> (00.254464) bfd: BUF 0x7f20686b2000 <
> (00.254472) bfd: BUF 0x7f20686b2000 >
> (00.254485) bfd: BUF 0x7f20686b2000 <
> (00.254493) bfd: BUF 0x7f20686b2000 >
> (00.254500) Dumping task cwd id 0x1f root id 0x1f
> (00.254519) bfd: BUF 0x7f20686ac000 >
> (00.254538) bfd: BUF 0x7f20686ad000 >
> (00.254556) bfd: BUF 0x7f20686ae000 >
> (00.254574) bfd: BUF 0x7f20686af000 >
> (00.254591) bfd: BUF 0x7f20686b0000 >
> (00.254609) bfd: BUF 0x7f20686b1000 >
> (00.254621) ========================================
> (00.254626) Dumping task (pid: 10764)
> (00.254629) ========================================
> (00.254633) Obtaining task stat ... (00.254686) 
> (00.254691) Collecting mappings (pid: 10764)
> (00.254694) ----------------------------------------
> (00.254701) bfd: BUF 0x7f20686b1000 <
> (00.255901) bfd: BUF 0x7f20686b0000 <
> (00.255911) bfd: BUF 0x7f20686b0000 >
> (00.255923) vma 600000 borrows vfi from previous 400000
> (00.256495) bfd: BUF 0x7f20686b0000 <
> (00.256505) bfd: BUF 0x7f20686b0000 >
> (00.256642) bfd: BUF 0x7f20686b0000 <
> (00.256651) bfd: BUF 0x7f20686b0000 >
> (00.256786) bfd: BUF 0x7f20686b0000 <
> (00.256795) bfd: BUF 0x7f20686b0000 >
> (00.256817) bfd: BUF 0x7f20686b0000 <
> (00.256826) bfd: BUF 0x7f20686b0000 >
> (00.256849) bfd: BUF 0x7f20686b0000 <
> (00.256857) bfd: BUF 0x7f20686b0000 >
> (00.256879) bfd: BUF 0x7f20686b0000 <
> (00.256887) bfd: BUF 0x7f20686b0000 >
> (00.256909) bfd: BUF 0x7f20686b0000 <
> (00.256917) bfd: BUF 0x7f20686b0000 >
> (00.256994) bfd: BUF 0x7f20686b0000 <
> (00.257003) bfd: BUF 0x7f20686b0000 >
> (00.257024) bfd: BUF 0x7f20686b0000 <
> (00.257032) bfd: BUF 0x7f20686b0000 >
> (00.257054) bfd: BUF 0x7f20686b0000 <
> (00.257062) bfd: BUF 0x7f20686b0000 >
> (00.257083) bfd: BUF 0x7f20686b0000 <
> (00.257091) bfd: BUF 0x7f20686b0000 >
> (00.260314) bfd: BUF 0x7f20686b0000 <
> (00.260339) bfd: BUF 0x7f20686b0000 >
> (00.260494) bfd: BUF 0x7f20686b0000 <
> (00.260503) bfd: BUF 0x7f20686b0000 >
> (00.260526) bfd: BUF 0x7f20686b0000 <
> (00.260535) bfd: BUF 0x7f20686b0000 >
> (00.260557) bfd: BUF 0x7f20686b0000 <
> (00.260565) bfd: BUF 0x7f20686b0000 >
> (00.260767) bfd: BUF 0x7f20686b0000 <
> (00.260776) bfd: BUF 0x7f20686b0000 >
> (00.260787) vma 7fd00d0c0000 borrows vfi from previous 7fd00d0b9000
> (00.260797) vma 7fd00d2bf000 borrows vfi from previous 7fd00d0c0000
> (00.260806) vma 7fd00d2c0000 borrows vfi from previous 7fd00d2bf000
> (00.260828) bfd: BUF 0x7f20686b0000 <
> (00.260836) bfd: BUF 0x7f20686b0000 >
> (00.260858) bfd: BUF 0x7f20686b0000 <
> (00.260867) bfd: BUF 0x7f20686b0000 >
> (00.260888) bfd: BUF 0x7f20686b0000 <
> (00.260897) bfd: BUF 0x7f20686b0000 >
> (00.261045) bfd: BUF 0x7f20686b0000 <
> (00.261053) bfd: BUF 0x7f20686b0000 >
> (00.261085) bfd: BUF 0x7f20686b0000 <
> (00.261093) bfd: BUF 0x7f20686b0000 >
> (00.261104) vma 7fd00d2d7000 borrows vfi from previous 7fd00d2c6000
> (00.261114) vma 7fd00d4d6000 borrows vfi from previous 7fd00d2d7000
> (00.261123) vma 7fd00d4d7000 borrows vfi from previous 7fd00d4d6000
> (00.261246) bfd: BUF 0x7f20686b0000 <
> (00.261255) bfd: BUF 0x7f20686b0000 >
> (00.261270) vma 7fd00d6e1000 borrows vfi from previous 7fd00d6d8000
> (00.261280) vma 7fd00d8e0000 borrows vfi from previous 7fd00d6e1000
> (00.261707) bfd: BUF 0x7f20686b0000 <
> (00.261718) bfd: BUF 0x7f20686b0000 >
> (00.261741) bfd: BUF 0x7f20686b0000 <
> (00.261750) bfd: BUF 0x7f20686b0000 >
> (00.261863) bfd: BUF 0x7f20686b0000 <
> (00.261872) bfd: BUF 0x7f20686b0000 >
> (00.261894) bfd: BUF 0x7f20686b0000 <
> (00.261903) bfd: BUF 0x7f20686b0000 >
> (00.261924) bfd: BUF 0x7f20686b0000 <
> (00.261932) bfd: BUF 0x7f20686b0000 >
> (00.261954) bfd: BUF 0x7f20686b0000 <
> (00.261962) bfd: BUF 0x7f20686b0000 >
> (00.261984) bfd: BUF 0x7f20686b0000 <
> (00.261992) bfd: BUF 0x7f20686b0000 >
> (00.262014) bfd: BUF 0x7f20686b0000 <
> (00.262023) bfd: BUF 0x7f20686b0000 >
> (00.262098) bfd: BUF 0x7f20686b0000 <
> (00.262106) bfd: BUF 0x7f20686b0000 >
> (00.262128) bfd: BUF 0x7f20686b0000 <
> (00.262136) bfd: BUF 0x7f20686b0000 >
> (00.262159) bfd: BUF 0x7f20686b0000 <
> (00.262167) bfd: BUF 0x7f20686b0000 >
> (00.262189) bfd: BUF 0x7f20686b0000 <
> (00.262198) bfd: BUF 0x7f20686b0000 >
> (00.262223) bfd: BUF 0x7f20686b0000 <
> (00.262231) bfd: BUF 0x7f20686b0000 >
> (00.262253) bfd: BUF 0x7f20686b0000 <
> (00.262261) bfd: BUF 0x7f20686b0000 >
> (00.262282) bfd: BUF 0x7f20686b0000 <
> (00.262291) bfd: BUF 0x7f20686b0000 >
> (00.262462) bfd: BUF 0x7f20686b0000 <
> (00.262471) bfd: BUF 0x7f20686b0000 >
> (00.262492) bfd: BUF 0x7f20686b0000 <
> (00.262501) bfd: BUF 0x7f20686b0000 >
> (00.262522) bfd: BUF 0x7f20686b0000 <
> (00.262530) bfd: BUF 0x7f20686b0000 >
> (00.262541) vma 7fd00e0b6000 borrows vfi from previous 7fd00e0a5000
> (00.262551) vma 7fd00e2b5000 borrows vfi from previous 7fd00e0b6000
> (00.262582) bfd: BUF 0x7f20686b0000 <
> (00.262590) bfd: BUF 0x7f20686b0000 >
> (00.262667) vma 7fd00e760000 borrows vfi from previous 7fd00e74a000
> (00.262677) vma 7fd00e960000 borrows vfi from previous 7fd00e760000
> (00.262702) bfd: BUF 0x7f20686b0000 <
> (00.262711) bfd: BUF 0x7f20686b0000 >
> (00.262722) vma 7fd00e969000 borrows vfi from previous 7fd00e961000
> (00.262738) vma 7fd00eb69000 borrows vfi from previous 7fd00e969000
> (00.263091) bfd: BUF 0x7f20686b0000 <
> (00.263100) bfd: BUF 0x7f20686b0000 >
> (00.264336) bfd: BUF 0x7f20686b0000 <
> (00.264346) bfd: BUF 0x7f20686b0000 >
> (00.264582) bfd: BUF 0x7f20686b0000 <
> (00.264591) bfd: BUF 0x7f20686b0000 >
> (00.264616) bfd: BUF 0x7f20686b0000 <
> (00.264625) bfd: BUF 0x7f20686b0000 >
> (00.264649) bfd: BUF 0x7f20686b0000 <
> (00.264658) bfd: BUF 0x7f20686b0000 >
> (00.264680) bfd: BUF 0x7f20686b0000 <
> (00.264689) bfd: BUF 0x7f20686b0000 >
> (00.266210) bfd: BUF 0x7f20686b0000 <
> (00.266219) bfd: BUF 0x7f20686b0000 >
> (00.266239) bfd: BUF 0x7f20686b0000 <
> (00.266246) bfd: BUF 0x7f20686b0000 >
> (00.266266) bfd: BUF 0x7f20686b0000 <
> (00.266273) bfd: BUF 0x7f20686b0000 >
> (00.266295) bfd: BUF 0x7f20686b0000 <
> (00.266302) bfd: BUF 0x7f20686b0000 >
> (00.266390) bfd: BUF 0x7f20686b0000 <
> (00.266397) bfd: BUF 0x7f20686b0000 >
> (00.266429) bfd: BUF 0x7f20686b0000 <
> (00.266436) bfd: BUF 0x7f20686b0000 >
> (00.266457) bfd: BUF 0x7f20686b0000 <
> (00.266463) bfd: BUF 0x7f20686b0000 >
> (00.266483) bfd: BUF 0x7f20686b0000 <
> (00.266490) bfd: BUF 0x7f20686b0000 >
> (00.266509) bfd: BUF 0x7f20686b0000 <
> (00.266516) bfd: BUF 0x7f20686b0000 >
> (00.266535) bfd: BUF 0x7f20686b0000 <
> (00.266542) bfd: BUF 0x7f20686b0000 >
> (00.266561) bfd: BUF 0x7f20686b0000 <
> (00.266567) bfd: BUF 0x7f20686b0000 >
> (00.266973) bfd: BUF 0x7f20686b0000 <
> (00.266981) bfd: BUF 0x7f20686b0000 >
> (00.266990) vma 7fd02f5c3000 borrows vfi from previous 7fd02f5a9000
> (00.266998) vma 7fd02f7c3000 borrows vfi from previous 7fd02f5c3000
> (00.267017) bfd: BUF 0x7f20686b0000 <
> (00.267024) bfd: BUF 0x7f20686b0000 >
> (00.267033) vma 7fd02f7cf000 borrows vfi from previous 7fd02f7c4000
> (00.267040) vma 7fd02f9ce000 borrows vfi from previous 7fd02f7cf000
> (00.267048) vma 7fd02f9cf000 borrows vfi from previous 7fd02f9ce000
> (00.267114) bfd: BUF 0x7f20686b0000 <
> (00.267121) bfd: BUF 0x7f20686b0000 >
> (00.267130) vma 7fd02f9db000 borrows vfi from previous 7fd02f9d0000
> (00.267138) vma 7fd02fbda000 borrows vfi from previous 7fd02f9db000
> (00.267145) vma 7fd02fbdb000 borrows vfi from previous 7fd02fbda000
> (00.267164) bfd: BUF 0x7f20686b0000 <
> (00.267171) bfd: BUF 0x7f20686b0000 >
> (00.267180) vma 7fd02fbf3000 borrows vfi from previous 7fd02fbdc000
> (00.267187) vma 7fd02fdf2000 borrows vfi from previous 7fd02fbf3000
> (00.267969) vma 7fd02fdf3000 borrows vfi from previous 7fd02fdf2000
> (00.268001) bfd: BUF 0x7f20686b0000 <
> (00.268009) bfd: BUF 0x7f20686b0000 >
> (00.268018) vma 7fd02fdff000 borrows vfi from previous 7fd02fdf6000
> (00.268025) vma 7fd02fffe000 borrows vfi from previous 7fd02fdff000
> (00.268033) vma 7fd02ffff000 borrows vfi from previous 7fd02fffe000
> (00.268124) bfd: BUF 0x7f20686b0000 <
> (00.268131) bfd: BUF 0x7f20686b0000 >
> (00.268159) bfd: BUF 0x7f20686b0000 <
> (00.268166) bfd: BUF 0x7f20686b0000 >
> (00.268175) vma 7fd03406f000 borrows vfi from previous 7fd034065000
> (00.268183) vma 7fd03426e000 borrows vfi from previous 7fd03406f000
> (00.268202) bfd: BUF 0x7f20686b0000 <
> (00.268209) bfd: BUF 0x7f20686b0000 >
> (00.268269) vma 7fd034299000 borrows vfi from previous 7fd03426f000
> (00.268277) vma 7fd034499000 borrows vfi from previous 7fd034299000
> (00.268296) bfd: BUF 0x7f20686b0000 <
> (00.268303) bfd: BUF 0x7f20686b0000 >
> (00.268311) vma 7fd0344a8000 borrows vfi from previous 7fd03449b000
> (00.268319) vma 7fd0346a8000 borrows vfi from previous 7fd0344a8000
> (00.268342) bfd: BUF 0x7f20686b0000 <
> (00.268349) bfd: BUF 0x7f20686b0000 >
> (00.268357) vma 7fd0346b1000 borrows vfi from previous 7fd0346aa000
> (00.268538) vma 7fd0348b0000 borrows vfi from previous 7fd0346b1000
> (00.268546) vma 7fd0348b1000 borrows vfi from previous 7fd0348b0000
> (00.268566) bfd: BUF 0x7f20686b0000 <
> (00.268573) bfd: BUF 0x7f20686b0000 >
> (00.268582) vma 7fd0349b7000 borrows vfi from previous 7fd0348b2000
> (00.268590) vma 7fd034bb6000 borrows vfi from previous 7fd0349b7000
> (00.268597) vma 7fd034bb7000 borrows vfi from previous 7fd034bb6000
> (00.268616) bfd: BUF 0x7f20686b0000 <
> (00.268623) bfd: BUF 0x7f20686b0000 >
> (00.268732) vma 7fd035866000 borrows vfi from previous 7fd034bb8000
> (00.268740) vma 7fd035a65000 borrows vfi from previous 7fd035866000
> (00.268767) bfd: BUF 0x7f20686b0000 <
> (00.268774) bfd: BUF 0x7f20686b0000 >
> (00.268783) vma 7fd035d3b000 borrows vfi from previous 7fd035b80000
> (00.268790) vma 7fd035f3a000 borrows vfi from previous 7fd035d3b000
> (00.268798) vma 7fd035f3e000 borrows vfi from previous 7fd035f3a000
> (00.268872) bfd: BUF 0x7f20686b0000 <
> (00.268880) bfd: BUF 0x7f20686b0000 >
> (00.268892) vma 7fd035f48000 borrows vfi from previous 7fd035f45000
> (00.268900) vma 7fd036147000 borrows vfi from previous 7fd035f48000
> (00.268907) vma 7fd036148000 borrows vfi from previous 7fd036147000
> (00.268926) bfd: BUF 0x7f20686b0000 <
> (00.268933) bfd: BUF 0x7f20686b0000 >
> (00.268941) vma 7fd03615e000 borrows vfi from previous 7fd036149000
> (00.269018) vma 7fd03635e000 borrows vfi from previous 7fd03615e000
> (00.269038) bfd: BUF 0x7f20686b0000 <
> (00.269045) bfd: BUF 0x7f20686b0000 >
> (00.269062) vma 7fd036378000 borrows vfi from previous 7fd03635f000
> (00.269070) vma 7fd036577000 borrows vfi from previous 7fd036378000
> (00.269078) vma 7fd036578000 borrows vfi from previous 7fd036577000
> (00.269104) bfd: BUF 0x7f20686b0000 <
> (00.269111) bfd: BUF 0x7f20686b0000 >
> (00.269235) bfd: BUF 0x7f20686b0000 <
> (00.269243) bfd: BUF 0x7f20686b0000 >
> (00.269278) bfd: BUF 0x7f20686b0000 <
> (00.269286) bfd: BUF 0x7f20686b0000 >
> (00.269323) bfd: BUF 0x7f20686b0000 <
> (00.269331) bfd: BUF 0x7f20686b0000 >
> (00.269413) bfd: BUF 0x7f20686b0000 <
> (00.269420) bfd: BUF 0x7f20686b0000 >
> (00.269429) vma 7fd0367a0000 borrows vfi from previous 7fd03679f000
> (00.269462) bfd: BUF 0x7f20686b1000 >
> (00.269470) Collected, longest area occupies 1027520 pages
> (00.269475) 0x400000-0x401000 (4K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.269479) 0x600000-0x601000 (4K) prot 0x3 flags 0x2002 off 0 reg fp  shmid: 0
> (00.269483) 0xd89000-0xec5000 (1264K) prot 0x3 flags 0x2022 off 0 reg heap ap  shmid: 0
> (00.269487) 0xec5000-0x1fe9000 (17552K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (00.269490) 0x6c5400000-0x7c01c0000 (4110080K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.269494) 0x7c01c0000-0x7c029f000 (892K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269498) 0x7c029f000-0x800000000 (1045892K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (00.269501) 0x7fd001cb1000-0x7fd001cb4000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269505) 0x7fd001cb4000-0x7fd001cf2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269509) 0x7fd001cf2000-0x7fd001cf5000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269513) 0x7fd001cf5000-0x7fd001d33000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269517) 0x7fd001d33000-0x7fd001d36000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269520) 0x7fd001d36000-0x7fd001d74000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269524) 0x7fd0020c7000-0x7fd0020ca000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269528) 0x7fd0020ca000-0x7fd002108000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269531) 0x7fd002108000-0x7fd00210b000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269535) 0x7fd00210b000-0x7fd002149000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269538) 0x7fd002149000-0x7fd00214c000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269542) 0x7fd00214c000-0x7fd00218a000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269545) 0x7fd00218a000-0x7fd00218d000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269549) 0x7fd00218d000-0x7fd0021cb000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269553) 0x7fd00220b000-0x7fd00220e000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269556) 0x7fd00220e000-0x7fd00224c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269560) 0x7fd00224c000-0x7fd00224f000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269563) 0x7fd00224f000-0x7fd00228d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269567) 0x7fd00228d000-0x7fd002290000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269571) 0x7fd002290000-0x7fd0022ce000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269574) 0x7fd0022ce000-0x7fd0022d1000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269578) 0x7fd0022d1000-0x7fd00230f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269581) 0x7fd00230f000-0x7fd002312000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269585) 0x7fd002312000-0x7fd002350000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269588) 0x7fd002350000-0x7fd002353000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269592) 0x7fd002353000-0x7fd002391000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269596) 0x7fd002391000-0x7fd002394000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269599) 0x7fd002394000-0x7fd0023d2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269603) 0x7fd0023d2000-0x7fd0023d5000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269606) 0x7fd0023d5000-0x7fd002413000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269620) 0x7fd002413000-0x7fd002416000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269624) 0x7fd002416000-0x7fd002454000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269628) 0x7fd002454000-0x7fd002457000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269631) 0x7fd002457000-0x7fd002495000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269635) 0x7fd002495000-0x7fd002498000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269638) 0x7fd002498000-0x7fd0024d6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269641) 0x7fd0024d6000-0x7fd0024d9000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269645) 0x7fd0024d9000-0x7fd002517000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269648) 0x7fd002517000-0x7fd00251a000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269652) 0x7fd00251a000-0x7fd002558000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269655) 0x7fd002558000-0x7fd002559000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269659) 0x7fd002559000-0x7fd00255a000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269663) 0x7fd00255a000-0x7fd00255d000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269667) 0x7fd00255d000-0x7fd002701000 (1680K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269670) 0x7fd002701000-0x7fd00279b000 (616K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269674) 0x7fd00279b000-0x7fd00279e000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269677) 0x7fd00279e000-0x7fd0027dc000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269681) 0x7fd0027dc000-0x7fd0027df000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269684) 0x7fd0027df000-0x7fd00281d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269688) 0x7fd00281d000-0x7fd002820000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269691) 0x7fd002820000-0x7fd00285e000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269694) 0x7fd00285f000-0x7fd00485f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (00.269698) 0x7fd00485f000-0x7fd00685f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (00.269702) 0x7fd00685f000-0x7fd00885f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (00.269706) 0x7fd00885f000-0x7fd008860000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269709) 0x7fd008860000-0x7fd008861000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269713) 0x7fd008861000-0x7fd008862000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269717) 0x7fd008862000-0x7fd008863000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269720) 0x7fd008863000-0x7fd008864000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269724) 0x7fd008864000-0x7fd008865000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.269727) 0x7fd008865000-0x7fd008868000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269731) 0x7fd008868000-0x7fd0088a6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269735) 0x7fd0088a6000-0x7fd0088a9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269738) 0x7fd0088a9000-0x7fd0088e7000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269742) 0x7fd0088e7000-0x7fd0088ea000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269745) 0x7fd0088ea000-0x7fd008928000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269749) 0x7fd008928000-0x7fd00892b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269752) 0x7fd00892b000-0x7fd008969000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269756) 0x7fd008969000-0x7fd00896c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269759) 0x7fd00896c000-0x7fd0089aa000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269763) 0x7fd0089aa000-0x7fd0089ad000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269766) 0x7fd0089ad000-0x7fd0089eb000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269770) 0x7fd0089eb000-0x7fd0089ee000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269773) 0x7fd0089ee000-0x7fd008a2c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269777) 0x7fd008a2c000-0x7fd008a2f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269780) 0x7fd008a2f000-0x7fd008a6d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269793) 0x7fd008a6d000-0x7fd008a70000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269797) 0x7fd008a70000-0x7fd008aae000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269801) 0x7fd008aae000-0x7fd008ab1000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269804) 0x7fd008ab1000-0x7fd008aef000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269808) 0x7fd008aef000-0x7fd008af2000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269811) 0x7fd008af2000-0x7fd008b30000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269815) 0x7fd008b30000-0x7fd008b33000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.269818) 0x7fd008b33000-0x7fd008b71000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269822) 0x7fd008b71000-0x7fd008b74000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269825) 0x7fd008b74000-0x7fd008bb2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269829) 0x7fd008bb2000-0x7fd008bb5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269832) 0x7fd008bb5000-0x7fd008bf3000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269836) 0x7fd008bf3000-0x7fd008bf6000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269839) 0x7fd008bf6000-0x7fd008c34000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269843) 0x7fd008c34000-0x7fd008c37000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269846) 0x7fd008c37000-0x7fd008c75000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269850) 0x7fd008c75000-0x7fd008c78000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269853) 0x7fd008c78000-0x7fd008cb6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269857) 0x7fd008cb6000-0x7fd008cb9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269860) 0x7fd008cb9000-0x7fd008cf7000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269864) 0x7fd008cf7000-0x7fd008cfa000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269867) 0x7fd008cfa000-0x7fd008d38000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269871) 0x7fd008d38000-0x7fd008d3b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269874) 0x7fd008d3b000-0x7fd008d79000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269878) 0x7fd008d79000-0x7fd008d7c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269881) 0x7fd008d7c000-0x7fd008dba000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269885) 0x7fd008dba000-0x7fd008dbd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269888) 0x7fd008dbd000-0x7fd008dfb000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269892) 0x7fd008dfb000-0x7fd008dfe000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269895) 0x7fd008dfe000-0x7fd008e3c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269899) 0x7fd008e3c000-0x7fd008e3f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269902) 0x7fd008e3f000-0x7fd008e7d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269906) 0x7fd008e7d000-0x7fd008e80000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269909) 0x7fd008e80000-0x7fd008ebe000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269913) 0x7fd008ebe000-0x7fd008ec1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269916) 0x7fd008ec1000-0x7fd008eff000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269920) 0x7fd008eff000-0x7fd008f02000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269923) 0x7fd008f02000-0x7fd008f40000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269927) 0x7fd008f40000-0x7fd008f43000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269930) 0x7fd008f43000-0x7fd008f81000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269934) 0x7fd008f81000-0x7fd008f84000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269937) 0x7fd008f84000-0x7fd008fc2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269941) 0x7fd008fc2000-0x7fd008fc5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269944) 0x7fd008fc5000-0x7fd009003000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269956) 0x7fd009003000-0x7fd009006000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269960) 0x7fd009006000-0x7fd009044000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269963) 0x7fd009044000-0x7fd009047000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269967) 0x7fd009047000-0x7fd009085000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269970) 0x7fd009085000-0x7fd009088000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269974) 0x7fd009088000-0x7fd0090c6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269977) 0x7fd0090c6000-0x7fd0090c9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269981) 0x7fd0090c9000-0x7fd009107000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269984) 0x7fd009107000-0x7fd00910a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269988) 0x7fd00910a000-0x7fd009148000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269991) 0x7fd009148000-0x7fd00914b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.269995) 0x7fd00914b000-0x7fd009189000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.269998) 0x7fd009189000-0x7fd00918c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270002) 0x7fd00918c000-0x7fd0091ca000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270005) 0x7fd0091ca000-0x7fd0091cd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270008) 0x7fd0091cd000-0x7fd00920b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270012) 0x7fd00920b000-0x7fd00920e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270015) 0x7fd00920e000-0x7fd00924c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270019) 0x7fd00924c000-0x7fd00924f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270023) 0x7fd00924f000-0x7fd00928d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270026) 0x7fd00928d000-0x7fd009290000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270030) 0x7fd009290000-0x7fd0092ce000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270033) 0x7fd0092ce000-0x7fd0092d1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270037) 0x7fd0092d1000-0x7fd00930f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270040) 0x7fd00930f000-0x7fd009312000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270044) 0x7fd009312000-0x7fd009350000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270047) 0x7fd009350000-0x7fd009353000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270051) 0x7fd009353000-0x7fd009391000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270054) 0x7fd009391000-0x7fd009394000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270058) 0x7fd009394000-0x7fd0093d2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270061) 0x7fd0093d2000-0x7fd0093d5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270065) 0x7fd0093d5000-0x7fd009413000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270068) 0x7fd009413000-0x7fd009416000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270072) 0x7fd009416000-0x7fd009454000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270075) 0x7fd009454000-0x7fd009457000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270079) 0x7fd009457000-0x7fd009495000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270082) 0x7fd009495000-0x7fd009498000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270086) 0x7fd009498000-0x7fd0094d6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270089) 0x7fd0094d6000-0x7fd0094d9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270093) 0x7fd0094d9000-0x7fd009517000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270096) 0x7fd009517000-0x7fd00951a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270100) 0x7fd00951a000-0x7fd009558000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270103) 0x7fd009558000-0x7fd00955b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270107) 0x7fd00955b000-0x7fd009599000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270110) 0x7fd009599000-0x7fd00959c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270124) 0x7fd00959c000-0x7fd0095da000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270128) 0x7fd0095da000-0x7fd0095dd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270132) 0x7fd0095dd000-0x7fd00961b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270135) 0x7fd00961b000-0x7fd00961e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270139) 0x7fd00961e000-0x7fd00965c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270142) 0x7fd00965c000-0x7fd00965f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270146) 0x7fd00965f000-0x7fd00969d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270149) 0x7fd00969d000-0x7fd0096a0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270153) 0x7fd0096a0000-0x7fd0096de000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270156) 0x7fd0096de000-0x7fd0096e1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270160) 0x7fd0096e1000-0x7fd00971f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270163) 0x7fd00971f000-0x7fd009722000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270167) 0x7fd009722000-0x7fd009760000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270170) 0x7fd009760000-0x7fd009763000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270174) 0x7fd009763000-0x7fd0097a1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270177) 0x7fd0097a1000-0x7fd0097a4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270181) 0x7fd0097a4000-0x7fd0097e2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270184) 0x7fd0097e2000-0x7fd0097e5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270188) 0x7fd0097e5000-0x7fd009823000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270191) 0x7fd009823000-0x7fd009826000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270195) 0x7fd009826000-0x7fd009864000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270198) 0x7fd009864000-0x7fd009867000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270202) 0x7fd009867000-0x7fd0098a5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270205) 0x7fd0098a5000-0x7fd0098a8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270209) 0x7fd0098a8000-0x7fd0098e6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270212) 0x7fd0098e6000-0x7fd0098e9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270216) 0x7fd0098e9000-0x7fd009927000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270219) 0x7fd009927000-0x7fd00992a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270223) 0x7fd00992a000-0x7fd009968000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270226) 0x7fd009968000-0x7fd00996b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270230) 0x7fd00996b000-0x7fd0099a9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270233) 0x7fd0099a9000-0x7fd0099ac000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270237) 0x7fd0099ac000-0x7fd0099ea000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270240) 0x7fd0099ea000-0x7fd0099ed000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270244) 0x7fd0099ed000-0x7fd009a2b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270247) 0x7fd009a2b000-0x7fd009a2e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270250) 0x7fd009a2e000-0x7fd009a6c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270254) 0x7fd009a6c000-0x7fd009a6f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270258) 0x7fd009a6f000-0x7fd009aad000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270261) 0x7fd009aad000-0x7fd009ab0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270265) 0x7fd009ab0000-0x7fd009aee000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270268) 0x7fd009aee000-0x7fd009af1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270272) 0x7fd009af1000-0x7fd009b2f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270275) 0x7fd009b2f000-0x7fd009b32000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270279) 0x7fd009b32000-0x7fd009b70000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270290) 0x7fd009b70000-0x7fd009b73000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270294) 0x7fd009b73000-0x7fd009bb1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270298) 0x7fd009bb1000-0x7fd009bb4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270301) 0x7fd009bb4000-0x7fd009bf2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270305) 0x7fd009bf2000-0x7fd009bf5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270308) 0x7fd009bf5000-0x7fd009c33000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270312) 0x7fd009c33000-0x7fd009c36000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270315) 0x7fd009c36000-0x7fd009c74000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270319) 0x7fd009c74000-0x7fd009c77000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270322) 0x7fd009c77000-0x7fd009cb5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270326) 0x7fd009cb5000-0x7fd009cb8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270329) 0x7fd009cb8000-0x7fd009cf6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270333) 0x7fd009cf6000-0x7fd009cf9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270337) 0x7fd009cf9000-0x7fd009d37000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270340) 0x7fd009d37000-0x7fd009d3a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270343) 0x7fd009d3a000-0x7fd009d78000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270347) 0x7fd009d78000-0x7fd009d7b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270350) 0x7fd009d7b000-0x7fd009db9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270354) 0x7fd009db9000-0x7fd009dbc000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270357) 0x7fd009dbc000-0x7fd009dfa000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270361) 0x7fd009dfa000-0x7fd009dfd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270364) 0x7fd009dfd000-0x7fd009e3b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270368) 0x7fd009e3b000-0x7fd009e3e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270371) 0x7fd009e3e000-0x7fd009e7c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270375) 0x7fd009e7c000-0x7fd009e7f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270378) 0x7fd009e7f000-0x7fd009ebd000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270382) 0x7fd009ebd000-0x7fd009ec0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270385) 0x7fd009ec0000-0x7fd009efe000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270389) 0x7fd009efe000-0x7fd009f01000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270392) 0x7fd009f01000-0x7fd009f3f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270396) 0x7fd009f3f000-0x7fd009f42000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270399) 0x7fd009f42000-0x7fd009f80000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270403) 0x7fd009f80000-0x7fd009f83000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270406) 0x7fd009f83000-0x7fd009fc1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270410) 0x7fd009fc1000-0x7fd009fc4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270413) 0x7fd009fc4000-0x7fd00a002000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270417) 0x7fd00a002000-0x7fd00a005000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270420) 0x7fd00a005000-0x7fd00a043000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270424) 0x7fd00a043000-0x7fd00a046000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270427) 0x7fd00a046000-0x7fd00a084000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270431) 0x7fd00a084000-0x7fd00a087000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270435) 0x7fd00a087000-0x7fd00a0c5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270438) 0x7fd00a0c5000-0x7fd00a0c8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270442) 0x7fd00a0c8000-0x7fd00a106000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270445) 0x7fd00a106000-0x7fd00a109000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270456) 0x7fd00a109000-0x7fd00a147000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270461) 0x7fd00a147000-0x7fd00a14a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270464) 0x7fd00a14a000-0x7fd00a188000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270468) 0x7fd00a188000-0x7fd00a18b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270471) 0x7fd00a18b000-0x7fd00a1c9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270475) 0x7fd00a1c9000-0x7fd00a1cc000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270478) 0x7fd00a1cc000-0x7fd00a20a000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270482) 0x7fd00a20a000-0x7fd00a20d000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270485) 0x7fd00a20d000-0x7fd00a24b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270489) 0x7fd00a24b000-0x7fd00a24e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270492) 0x7fd00a24e000-0x7fd00a28c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270496) 0x7fd00a28c000-0x7fd00a28f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270500) 0x7fd00a28f000-0x7fd00a2cd000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270503) 0x7fd00a2cd000-0x7fd00a2d0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270507) 0x7fd00a2d0000-0x7fd00a30e000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270510) 0x7fd00a30e000-0x7fd00a311000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270514) 0x7fd00a311000-0x7fd00a34f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270517) 0x7fd00a34f000-0x7fd00a352000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270521) 0x7fd00a352000-0x7fd00a390000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270524) 0x7fd00a390000-0x7fd00a393000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270528) 0x7fd00a393000-0x7fd00a3d1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270531) 0x7fd00a3d1000-0x7fd00a3d4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270535) 0x7fd00a3d4000-0x7fd00a412000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270538) 0x7fd00a412000-0x7fd00a415000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270542) 0x7fd00a415000-0x7fd00a453000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270545) 0x7fd00a453000-0x7fd00a456000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270549) 0x7fd00a456000-0x7fd00a494000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270552) 0x7fd00a494000-0x7fd00a497000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270556) 0x7fd00a497000-0x7fd00a4d5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270559) 0x7fd00a4d5000-0x7fd00a4d8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270563) 0x7fd00a4d8000-0x7fd00a516000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270566) 0x7fd00a516000-0x7fd00a519000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270570) 0x7fd00a519000-0x7fd00a557000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270573) 0x7fd00a557000-0x7fd00a55a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270577) 0x7fd00a55a000-0x7fd00a598000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270580) 0x7fd00a598000-0x7fd00a59b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270584) 0x7fd00a59b000-0x7fd00a5d9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270588) 0x7fd00a5d9000-0x7fd00a5dc000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270591) 0x7fd00a5dc000-0x7fd00a61a000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270595) 0x7fd00a61a000-0x7fd00a61d000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270598) 0x7fd00a61d000-0x7fd00a65b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270602) 0x7fd00a65b000-0x7fd00a65e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270605) 0x7fd00a65e000-0x7fd00a69c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270609) 0x7fd00a69c000-0x7fd00a69f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270620) 0x7fd00a69f000-0x7fd00a6dd000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270624) 0x7fd00a6dd000-0x7fd00a6e0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270628) 0x7fd00a6e0000-0x7fd00a71e000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270631) 0x7fd00a71e000-0x7fd00a721000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270635) 0x7fd00a721000-0x7fd00a75f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270638) 0x7fd00a75f000-0x7fd00a762000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270642) 0x7fd00a762000-0x7fd00a7a0000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270645) 0x7fd00a7a0000-0x7fd00a7a3000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270649) 0x7fd00a7a3000-0x7fd00a7e1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270652) 0x7fd00a7e1000-0x7fd00a7e4000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270656) 0x7fd00a7e4000-0x7fd00a822000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270660) 0x7fd00a823000-0x7fd00a826000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270663) 0x7fd00a826000-0x7fd00a864000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270667) 0x7fd00a864000-0x7fd00a867000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270670) 0x7fd00a867000-0x7fd00a8a5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270674) 0x7fd00a8a5000-0x7fd00a8a8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270677) 0x7fd00a8a8000-0x7fd00a8e6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270681) 0x7fd00a8e6000-0x7fd00a8e9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270684) 0x7fd00a8e9000-0x7fd00a927000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270688) 0x7fd00a927000-0x7fd00a92a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270691) 0x7fd00a92a000-0x7fd00a968000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270695) 0x7fd00a968000-0x7fd00a96b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270698) 0x7fd00a96b000-0x7fd00a9a9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270702) 0x7fd00a9a9000-0x7fd00a9ac000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270705) 0x7fd00a9ac000-0x7fd00a9ea000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270709) 0x7fd00a9ea000-0x7fd00a9ed000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270712) 0x7fd00a9ed000-0x7fd00aa2b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270716) 0x7fd00aa2b000-0x7fd00aa2e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270720) 0x7fd00aa2e000-0x7fd00aa6c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270723) 0x7fd00aa6c000-0x7fd00aa6f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270727) 0x7fd00aa6f000-0x7fd00acad000 (2296K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270730) 0x7fd00acad000-0x7fd00acb0000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270734) 0x7fd00acb0000-0x7fd00acee000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270737) 0x7fd00acee000-0x7fd00acf1000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270741) 0x7fd00acf1000-0x7fd00ad2f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270744) 0x7fd00ad2f000-0x7fd00cd2f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (00.270748) 0x7fd00cd2f000-0x7fd00cd30000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270751) 0x7fd00cd30000-0x7fd00cd31000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270755) 0x7fd00cd31000-0x7fd00cd32000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270758) 0x7fd00cd33000-0x7fd00cd36000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270762) 0x7fd00cd36000-0x7fd00cf74000 (2296K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270765) 0x7fd00cf74000-0x7fd00cf77000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270769) 0x7fd00cf77000-0x7fd00cfb5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270773) 0x7fd00cfb5000-0x7fd00cfb8000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270776) 0x7fd00cfb8000-0x7fd00cff6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270787) 0x7fd00cff6000-0x7fd00cff9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (00.270791) 0x7fd00cff9000-0x7fd00d037000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270795) 0x7fd00d037000-0x7fd00d03a000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270798) 0x7fd00d03a000-0x7fd00d078000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270802) 0x7fd00d078000-0x7fd00d07b000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.270805) 0x7fd00d07b000-0x7fd00d0b9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270809) 0x7fd00d0b9000-0x7fd00d0c0000 (28K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.270812) 0x7fd00d0c0000-0x7fd00d2bf000 (2044K) prot 0 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (00.270816) 0x7fd00d2bf000-0x7fd00d2c0000 (4K) prot 0x1 flags 0x2002 off 0x6000 reg fp  shmid: 0
> (00.270820) 0x7fd00d2c0000-0x7fd00d2c1000 (4K) prot 0x3 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (00.270824) 0x7fd00d2c1000-0x7fd00d2c2000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270827) 0x7fd00d2c2000-0x7fd00d2c3000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270831) 0x7fd00d2c3000-0x7fd00d2c4000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270834) 0x7fd00d2c4000-0x7fd00d2c5000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (00.270838) 0x7fd00d2c5000-0x7fd00d2c6000 (4K) prot 0x1 flags 0x6022 off 0 reg ap  shmid: 0
> (00.270841) 0x7fd00d2c6000-0x7fd00d2d7000 (68K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.270845) 0x7fd00d2d7000-0x7fd00d4d6000 (2044K) prot 0 flags 0x2002 off 0x11000 reg fp  shmid: 0
> (00.270849) 0x7fd00d4d6000-0x7fd00d4d7000 (4K) prot 0x1 flags 0x2002 off 0x10000 reg fp  shmid: 0
> (00.270852) 0x7fd00d4d7000-0x7fd00d4d8000 (4K) prot 0x3 flags 0x2002 off 0x11000 reg fp  shmid: 0
> (00.270856) 0x7fd00d4d8000-0x7fd00d598000 (768K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270859) 0x7fd00d598000-0x7fd00d6d8000 (1280K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.270863) 0x7fd00d6d8000-0x7fd00d6e1000 (36K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.270867) 0x7fd00d6e1000-0x7fd00d8e0000 (2044K) prot 0 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (00.270870) 0x7fd00d8e0000-0x7fd00d8e1000 (4K) prot 0x3 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (00.270874) 0x7fd00d8e1000-0x7fd00d8e4000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270877) 0x7fd00d8e4000-0x7fd00d922000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270881) 0x7fd00d922000-0x7fd00d925000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270884) 0x7fd00d925000-0x7fd00d963000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270888) 0x7fd00d963000-0x7fd00d966000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270891) 0x7fd00d966000-0x7fd00d9a4000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270895) 0x7fd00d9a4000-0x7fd00d9a7000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270898) 0x7fd00d9a7000-0x7fd00d9e5000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270902) 0x7fd00d9e5000-0x7fd00d9e8000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270906) 0x7fd00d9e8000-0x7fd00dc26000 (2296K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270909) 0x7fd00dc26000-0x7fd00de26000 (2048K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270913) 0x7fd00de26000-0x7fd00de29000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270916) 0x7fd00de29000-0x7fd00de67000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270920) 0x7fd00de67000-0x7fd00de83000 (112K) prot 0x1 flags 0x2001 off 0x393000 reg fs  shmid: 0
> (00.270923) 0x7fd00de83000-0x7fd00de8e000 (44K) prot 0x1 flags 0x2001 off 0x116000 reg fs  shmid: 0
> (00.270927) 0x7fd00de8e000-0x7fd00de8f000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270931) 0x7fd00de8f000-0x7fd00df8f000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270934) 0x7fd00df8f000-0x7fd00df92000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270938) 0x7fd00df92000-0x7fd00dfd0000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270941) 0x7fd00dfd0000-0x7fd00dfd3000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270953) 0x7fd00dfd3000-0x7fd00e011000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.270957) 0x7fd00e011000-0x7fd00e016000 (20K) prot 0x1 flags 0x2001 off 0x94000 reg fs  shmid: 0
> (00.270961) 0x7fd00e016000-0x7fd00e019000 (12K) prot 0x1 flags 0x2001 off 0x1e000 reg fs  shmid: 0
> (00.270964) 0x7fd00e019000-0x7fd00e01b000 (8K) prot 0x1 flags 0x2001 off 0x12000 reg fs  shmid: 0
> (00.270968) 0x7fd00e01b000-0x7fd00e03b000 (128K) prot 0x1 flags 0x2001 off 0x1a6000 reg fs  shmid: 0
> (00.270971) 0x7fd00e03b000-0x7fd00e06e000 (204K) prot 0x1 flags 0x2001 off 0x340000 reg fs  shmid: 0
> (00.270975) 0x7fd00e06e000-0x7fd00e070000 (8K) prot 0x1 flags 0x2001 off 0x8000 reg fs  shmid: 0
> (00.270979) 0x7fd00e070000-0x7fd00e073000 (12K) prot 0x1 flags 0x2001 off 0x14000 reg fs  shmid: 0
> (00.270982) 0x7fd00e073000-0x7fd00e075000 (8K) prot 0x1 flags 0x2001 off 0xc000 reg fs  shmid: 0
> (00.270986) 0x7fd00e075000-0x7fd00e077000 (8K) prot 0x1 flags 0x2001 off 0x130000 reg fs  shmid: 0
> (00.270990) 0x7fd00e077000-0x7fd00e07e000 (28K) prot 0x1 flags 0x2001 off 0x3c000 reg fs  shmid: 0
> (00.270994) 0x7fd00e07e000-0x7fd00e080000 (8K) prot 0x1 flags 0x2001 off 0x1000 reg fs  shmid: 0
> (00.270997) 0x7fd00e080000-0x7fd00e082000 (8K) prot 0x1 flags 0x2001 off 0x5000 reg fs  shmid: 0
> (00.271001) 0x7fd00e082000-0x7fd00e084000 (8K) prot 0x1 flags 0x2001 off 0x1f000 reg fs  shmid: 0
> (00.271005) 0x7fd00e084000-0x7fd00e09c000 (96K) prot 0x1 flags 0x2001 off 0x10f000 reg fs  shmid: 0
> (00.271008) 0x7fd00e09c000-0x7fd00e0a5000 (36K) prot 0x1 flags 0x2001 off 0x6d000 reg fs  shmid: 0
> (00.271012) 0x7fd00e0a5000-0x7fd00e0b6000 (68K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271015) 0x7fd00e0b6000-0x7fd00e2b5000 (2044K) prot 0 flags 0x2002 off 0x11000 reg fp  shmid: 0
> (00.271019) 0x7fd00e2b5000-0x7fd00e2b6000 (4K) prot 0x3 flags 0x2002 off 0x10000 reg fp  shmid: 0
> (00.271022) 0x7fd00e2b6000-0x7fd00e74a000 (4688K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271026) 0x7fd00e74a000-0x7fd00e760000 (88K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271029) 0x7fd00e760000-0x7fd00e960000 (2048K) prot 0 flags 0x2002 off 0x16000 reg fp  shmid: 0
> (00.271033) 0x7fd00e960000-0x7fd00e961000 (4K) prot 0x3 flags 0x2002 off 0x16000 reg fp  shmid: 0
> (00.271036) 0x7fd00e961000-0x7fd00e969000 (32K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271040) 0x7fd00e969000-0x7fd00eb69000 (2048K) prot 0 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (00.271043) 0x7fd00eb69000-0x7fd00eb6a000 (4K) prot 0x3 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (00.271047) 0x7fd00eb6a000-0x7fd00eb6d000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271050) 0x7fd00eb6d000-0x7fd00ebab000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271054) 0x7fd00ebab000-0x7fd00ebae000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271058) 0x7fd00ebae000-0x7fd00ecac000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271061) 0x7fd00ecac000-0x7fd00ecaf000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271065) 0x7fd00ecaf000-0x7fd00edad000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271068) 0x7fd00edad000-0x7fd00edb0000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271072) 0x7fd00edb0000-0x7fd00eeae000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271075) 0x7fd00eeae000-0x7fd00eeb1000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271079) 0x7fd00eeb1000-0x7fd00efaf000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271082) 0x7fd00efaf000-0x7fd00efbd000 (56K) prot 0x1 flags 0x2001 off 0xad000 reg fs  shmid: 0
> (00.271086) 0x7fd00efbd000-0x7fd00efc0000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271089) 0x7fd00efc0000-0x7fd00effe000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271093) 0x7fd00effe000-0x7fd00f001000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271096) 0x7fd00f001000-0x7fd00f03f000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271099) 0x7fd00f03f000-0x7fd00f042000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271103) 0x7fd00f042000-0x7fd00f080000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271114) 0x7fd00f080000-0x7fd00f083000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271119) 0x7fd00f083000-0x7fd00f0c1000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271122) 0x7fd00f0c1000-0x7fd00f0c2000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271126) 0x7fd00f0c2000-0x7fd00f1c2000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271129) 0x7fd00f1c2000-0x7fd00f39a000 (1888K) prot 0x1 flags 0x2001 off 0x3d09000 reg fs  shmid: 0
> (00.271133) 0x7fd00f39a000-0x7fd010397000 (16372K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271136) 0x7fd010397000-0x7fd0105c7000 (2240K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271140) 0x7fd0105c7000-0x7fd0105c8000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271143) 0x7fd0105c8000-0x7fd014000000 (59616K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271147) 0x7fd014000000-0x7fd014cfc000 (13296K) prot 0x3 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271151) 0x7fd014cfc000-0x7fd018000000 (52240K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271154) 0x7fd018000000-0x7fd018001000 (4K) prot 0x7 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271158) 0x7fd018001000-0x7fd018003000 (8K) prot 0x1 flags 0x2001 off 0x4000 reg fs  shmid: 0
> (00.271161) 0x7fd018003000-0x7fd018006000 (12K) prot 0x1 flags 0x2001 off 0x12000 reg fs  shmid: 0
> (00.271165) 0x7fd018006000-0x7fd018008000 (8K) prot 0x1 flags 0x2001 off 0x27000 reg fs  shmid: 0
> (00.271168) 0x7fd018008000-0x7fd018032000 (168K) prot 0x1 flags 0x2001 off 0x1e9000 reg fs  shmid: 0
> (00.271172) 0x7fd018032000-0x7fd0181d2000 (1664K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271175) 0x7fd0181d2000-0x7fd0181d3000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271179) 0x7fd0181d3000-0x7fd0182d3000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271182) 0x7fd0182d3000-0x7fd0182d4000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271186) 0x7fd0182d4000-0x7fd01b9f9000 (56468K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271189) 0x7fd01b9f9000-0x7fd01b9fa000 (4K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271193) 0x7fd01b9fa000-0x7fd01b9fb000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271196) 0x7fd01b9fb000-0x7fd01bafb000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271200) 0x7fd01bafb000-0x7fd01bafc000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271203) 0x7fd01bafc000-0x7fd01bbfc000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271207) 0x7fd01bbfc000-0x7fd01bbfd000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271210) 0x7fd01bbfd000-0x7fd01bcfd000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271213) 0x7fd01bcfd000-0x7fd01bcfe000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271217) 0x7fd01bcfe000-0x7fd01bdfe000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271220) 0x7fd01bdfe000-0x7fd01bdff000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271224) 0x7fd01bdff000-0x7fd01beff000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271228) 0x7fd01beff000-0x7fd01bf00000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271231) 0x7fd01bf00000-0x7fd01c000000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271235) 0x7fd01c000000-0x7fd01d277000 (18908K) prot 0x3 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271238) 0x7fd01d277000-0x7fd020000000 (46628K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271242) 0x7fd020000000-0x7fd020005000 (20K) prot 0x1 flags 0x2001 off 0x30000 reg fs  shmid: 0
> (00.271245) 0x7fd020005000-0x7fd020006000 (4K) prot 0x1 flags 0x2001 off 0x3000 reg fs  shmid: 0
> (00.271249) 0x7fd020006000-0x7fd020008000 (8K) prot 0x1 flags 0x2001 off 0x15000 reg fs  shmid: 0
> (00.271253) 0x7fd020008000-0x7fd020009000 (4K) prot 0x1 flags 0x2001 off 0x4000 reg fs  shmid: 0
> (00.271256) 0x7fd020009000-0x7fd02000a000 (4K) prot 0x1 flags 0x2001 off 0x1000 reg fs  shmid: 0
> (00.271260) 0x7fd02000a000-0x7fd02000e000 (16K) prot 0x1 flags 0x2001 off 0x34000 reg fs  shmid: 0
> (00.271263) 0x7fd02000e000-0x7fd020011000 (12K) prot 0x1 flags 0x2001 off 0x15000 reg fs  shmid: 0
> (00.271274) 0x7fd020011000-0x7fd020014000 (12K) prot 0x1 flags 0x2001 off 0xe000 reg fs  shmid: 0
> (00.271279) 0x7fd020014000-0x7fd020017000 (12K) prot 0x1 flags 0x2001 off 0xb000 reg fs  shmid: 0
> (00.271282) 0x7fd020017000-0x7fd020019000 (8K) prot 0x1 flags 0x2001 off 0x5000 reg fs  shmid: 0
> (00.271286) 0x7fd020019000-0x7fd02001f000 (24K) prot 0x1 flags 0x2001 off 0x48000 reg fs  shmid: 0
> (00.271289) 0x7fd02001f000-0x7fd0200e8000 (804K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271293) 0x7fd0200e8000-0x7fd0200e9000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271296) 0x7fd0200e9000-0x7fd0201f7000 (1080K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271300) 0x7fd0201f7000-0x7fd02020b000 (80K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (00.271303) 0x7fd02020b000-0x7fd0205a9000 (3704K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271307) 0x7fd0205a9000-0x7fd0208f9000 (3392K) prot 0x7 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271310) 0x7fd0208f9000-0x7fd020e29000 (5312K) prot 0x7 flags 0x22 off 0 reg ap  shmid: 0
> (00.271314) 0x7fd020e29000-0x7fd02f5a9000 (237056K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271317) 0x7fd02f5a9000-0x7fd02f5c3000 (104K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271321) 0x7fd02f5c3000-0x7fd02f7c3000 (2048K) prot 0 flags 0x2002 off 0x1a000 reg fp  shmid: 0
> (00.271324) 0x7fd02f7c3000-0x7fd02f7c4000 (4K) prot 0x3 flags 0x2002 off 0x1a000 reg fp  shmid: 0
> (00.271328) 0x7fd02f7c4000-0x7fd02f7cf000 (44K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271331) 0x7fd02f7cf000-0x7fd02f9ce000 (2044K) prot 0 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (00.271335) 0x7fd02f9ce000-0x7fd02f9cf000 (4K) prot 0x1 flags 0x2002 off 0xa000 reg fp  shmid: 0
> (00.271339) 0x7fd02f9cf000-0x7fd02f9d0000 (4K) prot 0x3 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (00.271342) 0x7fd02f9d0000-0x7fd02f9db000 (44K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271346) 0x7fd02f9db000-0x7fd02fbda000 (2044K) prot 0 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (00.271350) 0x7fd02fbda000-0x7fd02fbdb000 (4K) prot 0x1 flags 0x2002 off 0xa000 reg fp  shmid: 0
> (00.271353) 0x7fd02fbdb000-0x7fd02fbdc000 (4K) prot 0x3 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (00.271357) 0x7fd02fbdc000-0x7fd02fbf3000 (92K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271360) 0x7fd02fbf3000-0x7fd02fdf2000 (2044K) prot 0 flags 0x2002 off 0x17000 reg fp  shmid: 0
> (00.271364) 0x7fd02fdf2000-0x7fd02fdf3000 (4K) prot 0x1 flags 0x2002 off 0x16000 reg fp  shmid: 0
> (00.271367) 0x7fd02fdf3000-0x7fd02fdf4000 (4K) prot 0x3 flags 0x2002 off 0x17000 reg fp  shmid: 0
> (00.271371) 0x7fd02fdf4000-0x7fd02fdf6000 (8K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271374) 0x7fd02fdf6000-0x7fd02fdff000 (36K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271378) 0x7fd02fdff000-0x7fd02fffe000 (2044K) prot 0 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (00.271381) 0x7fd02fffe000-0x7fd02ffff000 (4K) prot 0x1 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (00.271385) 0x7fd02ffff000-0x7fd030000000 (4K) prot 0x3 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (00.271388) 0x7fd030000000-0x7fd0318d6000 (25432K) prot 0x3 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271392) 0x7fd0318d6000-0x7fd034000000 (40104K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (00.271395) 0x7fd034000000-0x7fd034015000 (84K) prot 0x1 flags 0x2001 off 0x1c2000 reg fs  shmid: 0
> (00.271399) 0x7fd034015000-0x7fd034065000 (320K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271402) 0x7fd034065000-0x7fd03406f000 (40K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271406) 0x7fd03406f000-0x7fd03426e000 (2044K) prot 0 flags 0x2002 off 0xa000 reg fp  shmid: 0
> (00.271409) 0x7fd03426e000-0x7fd03426f000 (4K) prot 0x3 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (00.271413) 0x7fd03426f000-0x7fd034299000 (168K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271416) 0x7fd034299000-0x7fd034499000 (2048K) prot 0 flags 0x2002 off 0x2a000 reg fp  shmid: 0
> (00.271420) 0x7fd034499000-0x7fd03449b000 (8K) prot 0x3 flags 0x2002 off 0x2a000 reg fp  shmid: 0
> (00.271423) 0x7fd03449b000-0x7fd0344a8000 (52K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271440) 0x7fd0344a8000-0x7fd0346a8000 (2048K) prot 0 flags 0x2002 off 0xd000 reg fp  shmid: 0
> (00.271444) 0x7fd0346a8000-0x7fd0346aa000 (8K) prot 0x3 flags 0x2002 off 0xd000 reg fp  shmid: 0
> (00.271448) 0x7fd0346aa000-0x7fd0346b1000 (28K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271451) 0x7fd0346b1000-0x7fd0348b0000 (2044K) prot 0 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (00.271454) 0x7fd0348b0000-0x7fd0348b1000 (4K) prot 0x1 flags 0x2002 off 0x6000 reg fp  shmid: 0
> (00.271458) 0x7fd0348b1000-0x7fd0348b2000 (4K) prot 0x3 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (00.271462) 0x7fd0348b2000-0x7fd0349b7000 (1044K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271465) 0x7fd0349b7000-0x7fd034bb6000 (2044K) prot 0 flags 0x2002 off 0x105000 reg fp  shmid: 0
> (00.271469) 0x7fd034bb6000-0x7fd034bb7000 (4K) prot 0x1 flags 0x2002 off 0x104000 reg fp  shmid: 0
> (00.271472) 0x7fd034bb7000-0x7fd034bb8000 (4K) prot 0x3 flags 0x2002 off 0x105000 reg fp  shmid: 0
> (00.271476) 0x7fd034bb8000-0x7fd035866000 (12984K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271479) 0x7fd035866000-0x7fd035a65000 (2044K) prot 0 flags 0x2002 off 0xcae000 reg fp  shmid: 0
> (00.271483) 0x7fd035a65000-0x7fd035b3c000 (860K) prot 0x3 flags 0x2002 off 0xcad000 reg fp  shmid: 0
> (00.271486) 0x7fd035b3c000-0x7fd035b80000 (272K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271490) 0x7fd035b80000-0x7fd035d3b000 (1772K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271493) 0x7fd035d3b000-0x7fd035f3a000 (2044K) prot 0 flags 0x2002 off 0x1bb000 reg fp  shmid: 0
> (00.271497) 0x7fd035f3a000-0x7fd035f3e000 (16K) prot 0x1 flags 0x2002 off 0x1ba000 reg fp  shmid: 0
> (00.271501) 0x7fd035f3e000-0x7fd035f40000 (8K) prot 0x3 flags 0x2002 off 0x1be000 reg fp  shmid: 0
> (00.271504) 0x7fd035f40000-0x7fd035f45000 (20K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271508) 0x7fd035f45000-0x7fd035f48000 (12K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271511) 0x7fd035f48000-0x7fd036147000 (2044K) prot 0 flags 0x2002 off 0x3000 reg fp  shmid: 0
> (00.271515) 0x7fd036147000-0x7fd036148000 (4K) prot 0x1 flags 0x2002 off 0x2000 reg fp  shmid: 0
> (00.271518) 0x7fd036148000-0x7fd036149000 (4K) prot 0x3 flags 0x2002 off 0x3000 reg fp  shmid: 0
> (00.271522) 0x7fd036149000-0x7fd03615e000 (84K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271525) 0x7fd03615e000-0x7fd03635e000 (2048K) prot 0 flags 0x2002 off 0x15000 reg fp  shmid: 0
> (00.271529) 0x7fd03635e000-0x7fd03635f000 (4K) prot 0x3 flags 0x2002 off 0x15000 reg fp  shmid: 0
> (00.271533) 0x7fd03635f000-0x7fd036378000 (100K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271536) 0x7fd036378000-0x7fd036577000 (2044K) prot 0 flags 0x2002 off 0x19000 reg fp  shmid: 0
> (00.271540) 0x7fd036577000-0x7fd036578000 (4K) prot 0x1 flags 0x2002 off 0x18000 reg fp  shmid: 0
> (00.271543) 0x7fd036578000-0x7fd036579000 (4K) prot 0x3 flags 0x2002 off 0x19000 reg fp  shmid: 0
> (00.271547) 0x7fd036579000-0x7fd03657d000 (16K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271550) 0x7fd03657d000-0x7fd0365a0000 (140K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (00.271554) 0x7fd0365a0000-0x7fd03664a000 (680K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271557) 0x7fd03664a000-0x7fd03664b000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271561) 0x7fd03664b000-0x7fd03674b000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271564) 0x7fd03674b000-0x7fd036753000 (32K) prot 0x3 flags 0x2001 off 0 reg fs  shmid: 0
> (00.271568) 0x7fd036753000-0x7fd036756000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (00.271571) 0x7fd036756000-0x7fd036798000 (264K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271575) 0x7fd036798000-0x7fd03679a000 (8K) prot 0x1 flags 0x2001 off 0x6000 reg fs  shmid: 0
> (00.271578) 0x7fd03679a000-0x7fd03679b000 (4K) prot 0x1 flags 0x2001 off 0x8000 reg fs  shmid: 0
> (00.271582) 0x7fd03679b000-0x7fd03679c000 (4K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271585) 0x7fd03679c000-0x7fd03679d000 (4K) prot 0x1 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271589) 0x7fd03679d000-0x7fd03679f000 (8K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271600) 0x7fd03679f000-0x7fd0367a0000 (4K) prot 0x1 flags 0x2002 off 0x22000 reg fp  shmid: 0
> (00.271604) 0x7fd0367a0000-0x7fd0367a1000 (4K) prot 0x3 flags 0x2002 off 0x23000 reg fp  shmid: 0
> (00.271608) 0x7fd0367a1000-0x7fd0367a2000 (4K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (00.271611) 0x7fff3fced000-0x7fff3fd10000 (140K) prot 0x3 flags 0x2122 off 0 reg ap  shmid: 0
> (00.271615) 0x7fff3fd2a000-0x7fff3fd2c000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (00.271618) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (00.271622) ----------------------------------------
> (00.271626) 
> (00.271628) Collecting fds (pid: 10764)
> (00.271631) ----------------------------------------
> (00.271710) Found 116 file descriptors
> (00.271715) ----------------------------------------
> (00.271724) bfd: BUF 0x7f20686b1000 <
> (00.271729) bfd: BUF 0x7f20686b1000 >
> (00.271734) Dump private signals of 10764
> (00.271743) Dump private signals of 10765
> (00.271749) Dump private signals of 10766
> (00.271754) Dump private signals of 10767
> (00.271760) Dump private signals of 10768
> (00.271765) Dump private signals of 10769
> (00.271769) Dump private signals of 10770
> (00.271775) Dump private signals of 10771
> (00.271783) Dump private signals of 10772
> (00.271791) Dump private signals of 10773
> (00.271801) Dump private signals of 10774
> (00.271809) Dump private signals of 10775
> (00.271817) Dump private signals of 10776
> (00.271826) Dump private signals of 10777
> (00.271832) Dump private signals of 10778
> (00.271839) Dump private signals of 10779
> (00.271848) Dump private signals of 10780
> (00.271856) Dump private signals of 10781
> (00.271864) Dump private signals of 10782
> (00.271873) Dump private signals of 10783
> (00.271881) Dump private signals of 10784
> (00.271890) Dump private signals of 10785
> (00.271898) Dump private signals of 10786
> (00.271905) Dump private signals of 10787
> (00.271920) Dump private signals of 10788
> (00.271929) Dump private signals of 10789
> (00.271938) Dump private signals of 10790
> (00.271946) Dump private signals of 10791
> (00.271954) Dump private signals of 10792
> (00.271962) Dump private signals of 10793
> (00.271971) Dump private signals of 10794
> (00.271978) Dump private signals of 10795
> (00.271986) Dump private signals of 10796
> (00.271995) Dump private signals of 10797
> (00.272003) Dump private signals of 10799
> (00.272011) Dump private signals of 10808
> (00.272024) Dump private signals of 10809
> (00.272032) Dump private signals of 10810
> (00.272040) Dump private signals of 10811
> (00.272051) Dump private signals of 10822
> (00.272059) Dump private signals of 10935
> (00.272067) Dump private signals of 10936
> (00.272076) Dump private signals of 10937
> (00.272084) Dump private signals of 10938
> (00.272092) Dump private signals of 10979
> (00.272101) Dump private signals of 10980
> (00.272109) Dump private signals of 10981
> (00.272117) Dump private signals of 10982
> (00.272126) Dump private signals of 10983
> (00.272134) Dump private signals of 10985
> (00.272142) Dump private signals of 10993
> (00.272150) Dump private signals of 10994
> (00.272158) Dump private signals of 10995
> (00.272167) Dump private signals of 10996
> (00.272177) Dump private signals of 10997
> (00.272185) Dump private signals of 10998
> (00.272193) Dump private signals of 10999
> (00.272203) Dump private signals of 11000
> (00.272211) Dump private signals of 11001
> (00.272219) Dump private signals of 11002
> (00.272228) Dump private signals of 11003
> (00.272236) Dump private signals of 11004
> (00.272244) Dump private signals of 11005
> (00.272253) Dump private signals of 11006
> (00.272261) Dump private signals of 11007
> (00.272270) Dump private signals of 11009
> (00.272278) Dump private signals of 11010
> (00.272291) Dump private signals of 11015
> (00.272300) Dump shared signals of 10764
> (00.272313) Parasite syscall_ip at 0x400000
> (00.272397) Putting parasite blob into 0x7f2066425000->0x7fd00061d000
> (00.272424) Dumping GP/FPU registers for 10764
> (00.272435) xsave runtime structure
> (00.272439) -----------------------
> (00.272456) cwd:37f swd:0 twd:0 fop:0 mxcsr:1fa0 mxcsr_mask:ffff
> (00.272461) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (00.272464) xstate_bv: 7
> (00.272467) -----------------------
> (00.272470) Putting tsock into pid 10764
> (00.272511) Wait for parasite being daemonized...
> (00.272515) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (00.272532) Fetched ack: 2 2 0
> (00.272537) Parasite 10764 has been switched to daemon mode
> (00.272579) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.272583) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.272591) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.272668) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.272672) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.272679) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.272700) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.272704) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.272711) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.272760) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (00.272764) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (00.272771) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (00.272785) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (00.272790) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (00.272810) Fetched ack: 12 12 0
> (00.272816) sid=533 pgid=533 pid=662
> (00.272841) bfd: BUF 0x7f20686b1000 <
> (00.272859) bfd: BUF 0x7f20686b0000 <
> (00.272875) bfd: BUF 0x7f20686af000 <
> (00.272891) bfd: BUF 0x7f20686ae000 <
> (00.272907) bfd: BUF 0x7f20686ad000 <
> (00.272922) bfd: BUF 0x7f20686ac000 <
> (00.272928) 
> (00.272930) Dumping opened files (pid: 10764)
> (00.272934) ----------------------------------------
> (00.272945) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (00.273111) Wait for ack 14 on daemon socket
> (00.273117) Fetched ack: 14 14 0
> (00.273133) bfd: BUF 0x7f20686b2000 <
> (00.273147) bfd: BUF 0x7f20686b3000 <
> (00.273155) bfd: BUF 0x7f20686b3000 >
> (00.273161) 10764 fdinfo 0: pos: 0x         1eb9419 flags:           100000/0x1
> (00.273176) Dumping path for 0 fd via self 118 [/usr/lib/jvm/jdk/jre/lib/rt.jar]
> (00.273187) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x 1eb9419 fd: 0
> (00.273199) bfd: BUF 0x7f20686b3000 <
> (00.273206) bfd: BUF 0x7f20686b3000 >
> (00.273211) 10764 fdinfo 1: pos: 0x               0 flags:           100001/0
> (00.273231) Dumping path for 1 fd via self 119 [/dev/null]
> (00.273238) fdinfo: type: 0x 1 flags: 0100001/0 pos: 0x       0 fd: 1
> (00.273249) bfd: BUF 0x7f20686b3000 <
> (00.273256) bfd: BUF 0x7f20686b3000 >
> (00.273260) 10764 fdinfo 2: pos: 0x               0 flags:           100001/0
> (00.273277) Dumping path for 2 fd via self 120 [/dev/null]
> (00.273284) fdinfo: type: 0x 1 flags: 0100001/0 pos: 0x       0 fd: 2
> (00.273323) bfd: BUF 0x7f20686b3000 <
> (00.273334) bfd: BUF 0x7f20686b3000 >
> (00.273340) 10764 fdinfo 3: pos: 0x           f4c81 flags:           100000/0x1
> (00.273355) Dumping path for 3 fd via self 121 [/usr/share/cassandra/lib/antlr-3.2.jar]
> (00.273365) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   f4c81 fd: 3
> (00.273379) bfd: BUF 0x7f20686b3000 <
> (00.273387) bfd: BUF 0x7f20686b3000 >
> (00.273393) 10764 fdinfo 4: pos: 0x             14b flags:           100000/0x1
> (00.273406) Dumping path for 4 fd via self 122 [/usr/share/cassandra/lib/commons-cli-1.1.jar]
> (00.273415) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     14b fd: 4
> (00.273428) bfd: BUF 0x7f20686b3000 <
> (00.273436) bfd: BUF 0x7f20686b3000 >
> (00.273442) 10764 fdinfo 5: pos: 0x             13a flags:           100000/0x1
> (00.273455) Dumping path for 5 fd via self 123 [/usr/share/cassandra/lib/commons-codec-1.2.jar]
> (00.273463) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     13a fd: 5
> (00.273477) bfd: BUF 0x7f20686b3000 <
> (00.273486) bfd: BUF 0x7f20686b3000 >
> (00.273491) 10764 fdinfo 6: pos: 0x           15389 flags:           100000/0x1
> (00.273517) Dumping path for 6 fd via self 124 [/usr/share/cassandra/lib/commons-lang3-3.1.jar]
> (00.273526) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   15389 fd: 6
> (00.273540) bfd: BUF 0x7f20686b3000 <
> (00.273549) bfd: BUF 0x7f20686b3000 >
> (00.273554) 10764 fdinfo 7: pos: 0x             210 flags:           100000/0x1
> (00.273567) Dumping path for 7 fd via self 125 [/usr/share/cassandra/lib/compress-lzf-0.8.4.jar]
> (00.273576) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     210 fd: 7
> (00.273589) bfd: BUF 0x7f20686b3000 <
> (00.273597) bfd: BUF 0x7f20686b3000 >
> (00.273603) 10764 fdinfo 8: pos: 0x            6b3a flags:           100000/0x1
> (00.273616) Dumping path for 8 fd via self 126 [/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.3.jar]
> (00.273625) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    6b3a fd: 8
> (00.273638) bfd: BUF 0x7f20686b3000 <
> (00.273646) bfd: BUF 0x7f20686b3000 >
> (00.273652) 10764 fdinfo 9: pos: 0x             1da flags:           100000/0x1
> (00.273664) Dumping path for 9 fd via self 127 [/usr/share/cassandra/lib/disruptor-3.0.1.jar]
> (00.273673) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     1da fd: 9
> (00.273687) bfd: BUF 0x7f20686b3000 <
> (00.273695) bfd: BUF 0x7f20686b3000 >
> (00.273701) 10764 fdinfo 10: pos: 0x           8e4f5 flags:           100000/0x1
> (00.273714) Dumping path for 10 fd via self 128 [/usr/share/cassandra/lib/guava-15.0.jar]
> (00.273722) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   8e4f5 fd: 10
> (00.273736) bfd: BUF 0x7f20686b3000 <
> (00.273744) bfd: BUF 0x7f20686b3000 >
> (00.273750) 10764 fdinfo 11: pos: 0x           121da flags:           100000/0x1
> (00.273763) Dumping path for 11 fd via self 129 [/usr/share/cassandra/lib/high-scale-lib-1.1.2.jar]
> (00.273771) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   121da fd: 11
> (00.273786) bfd: BUF 0x7f20686b3000 <
> (00.273794) bfd: BUF 0x7f20686b3000 >
> (00.273800) 10764 fdinfo 12: pos: 0x            b21c flags:           100000/0x1
> (00.273812) Dumping path for 12 fd via self 130 [/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar]
> (00.273821) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    b21c fd: 12
> (00.273834) bfd: BUF 0x7f20686b3000 <
> (00.273843) bfd: BUF 0x7f20686b3000 >
> (00.273848) 10764 fdinfo 13: pos: 0x           1934e flags:           100000/0x1
> (00.273862) Dumping path for 13 fd via self 131 [/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar]
> (00.273870) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   1934e fd: 13
> (00.273883) bfd: BUF 0x7f20686b3000 <
> (00.273891) bfd: BUF 0x7f20686b3000 >
> (00.273897) 10764 fdinfo 14: pos: 0x             9b4 flags:           100000/0x1
> (00.273910) Dumping path for 14 fd via self 132 [/usr/share/cassandra/lib/jamm-0.2.5.jar]
> (00.273918) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     9b4 fd: 14
> (00.273932) bfd: BUF 0x7f20686b3000 <
> (00.273940) bfd: BUF 0x7f20686b3000 >
> (00.273946) 10764 fdinfo 15: pos: 0x              c0 flags:           100000/0x1
> (00.273967) Dumping path for 15 fd via self 133 [/usr/share/cassandra/lib/jbcrypt-0.3m.jar]
> (00.273977) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x      c0 fd: 15
> (00.273990) bfd: BUF 0x7f20686b3000 <
> (00.273999) bfd: BUF 0x7f20686b3000 >
> (00.274004) 10764 fdinfo 16: pos: 0x             21d flags:           100000/0x1
> (00.274018) Dumping path for 16 fd via self 134 [/usr/share/cassandra/lib/jline-1.0.jar]
> (00.274026) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     21d fd: 16
> (00.274039) bfd: BUF 0x7f20686b3000 <
> (00.274047) bfd: BUF 0x7f20686b3000 >
> (00.274053) 10764 fdinfo 17: pos: 0x              b4 flags:           100000/0x1
> (00.274066) Dumping path for 17 fd via self 135 [/usr/share/cassandra/lib/json-simple-1.1.jar]
> (00.274074) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x      b4 fd: 17
> (00.274087) bfd: BUF 0x7f20686b3000 <
> (00.274096) bfd: BUF 0x7f20686b3000 >
> (00.274101) 10764 fdinfo 18: pos: 0x            8880 flags:           100000/0x1
> (00.274114) Dumping path for 18 fd via self 136 [/usr/share/cassandra/lib/libthrift-0.9.1.jar]
> (00.274123) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    8880 fd: 18
> (00.274147) bfd: BUF 0x7f20686b3000 <
> (00.274156) bfd: BUF 0x7f20686b3000 >
> (00.274162) 10764 fdinfo 19: pos: 0x           628c4 flags:           100000/0x1
> (00.274175) Dumping path for 19 fd via self 137 [/usr/share/cassandra/lib/log4j-1.2.16.jar]
> (00.274183) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   628c4 fd: 19
> (00.274197) bfd: BUF 0x7f20686b3000 <
> (00.274205) bfd: BUF 0x7f20686b3000 >
> (00.274211) 10764 fdinfo 20: pos: 0x            8397 flags:           100000/0x1
> (00.274224) Dumping path for 20 fd via self 138 [/usr/share/cassandra/lib/lz4-1.2.0.jar]
> (00.274232) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    8397 fd: 20
> (00.274246) bfd: BUF 0x7f20686b3000 <
> (00.274254) bfd: BUF 0x7f20686b3000 >
> (00.274260) 10764 fdinfo 21: pos: 0x           1021f flags:           100000/0x1
> (00.274273) Dumping path for 21 fd via self 139 [/usr/share/cassandra/lib/metrics-core-2.2.0.jar]
> (00.274281) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   1021f fd: 21
> (00.274294) bfd: BUF 0x7f20686b3000 <
> (00.274303) bfd: BUF 0x7f20686b3000 >
> (00.274309) 10764 fdinfo 22: pos: 0x            d078 flags:           100000/0x1
> (00.274322) Dumping path for 22 fd via self 140 [/usr/share/cassandra/lib/netty-3.6.6.Final.jar]
> (00.274330) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    d078 fd: 22
> (00.274345) bfd: BUF 0x7f20686b3000 <
> (00.274353) bfd: BUF 0x7f20686b3000 >
> (00.274359) 10764 fdinfo 23: pos: 0x              bd flags:           100000/0x1
> (00.274372) Dumping path for 23 fd via self 141 [/usr/share/cassandra/lib/reporter-config-2.1.0.jar]
> (00.274381) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x      bd fd: 23
> (00.274394) bfd: BUF 0x7f20686b3000 <
> (00.274403) bfd: BUF 0x7f20686b3000 >
> (00.274409) 10764 fdinfo 24: pos: 0x             222 flags:           100000/0x1
> (00.274421) Dumping path for 24 fd via self 142 [/usr/share/cassandra/lib/servlet-api-2.5-20081211.jar]
> (00.274430) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     222 fd: 24
> (00.274443) bfd: BUF 0x7f20686b3000 <
> (00.274452) bfd: BUF 0x7f20686b3000 >
> (00.274457) 10764 fdinfo 25: pos: 0x            1557 flags:           100000/0x1
> (00.274470) Dumping path for 25 fd via self 143 [/usr/share/cassandra/lib/slf4j-api-1.7.2.jar]
> (00.274479) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    1557 fd: 25
> (00.274492) bfd: BUF 0x7f20686b3000 <
> (00.274500) bfd: BUF 0x7f20686b3000 >
> (00.274506) 10764 fdinfo 26: pos: 0x             b63 flags:           100000/0x1
> (00.274519) Dumping path for 26 fd via self 144 [/usr/share/cassandra/lib/slf4j-log4j12-1.7.2.jar]
> (00.274528) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     b63 fd: 26
> (00.274541) bfd: BUF 0x7f20686b3000 <
> (00.274549) bfd: BUF 0x7f20686b3000 >
> (00.274555) 10764 fdinfo 27: pos: 0x            9199 flags:           100000/0x1
> (00.274568) Dumping path for 27 fd via self 145 [/usr/share/cassandra/lib/snakeyaml-1.11.jar]
> (00.274577) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    9199 fd: 27
> (00.274590) bfd: BUF 0x7f20686b3000 <
> (00.274599) bfd: BUF 0x7f20686b3000 >
> (00.274604) 10764 fdinfo 28: pos: 0x             27b flags:           100000/0x1
> (00.274617) Dumping path for 28 fd via self 146 [/usr/share/cassandra/lib/snappy-java-1.0.5.jar]
> (00.274625) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     27b fd: 28
> (00.274639) bfd: BUF 0x7f20686b3000 <
> (00.274647) bfd: BUF 0x7f20686b3000 >
> (00.274653) 10764 fdinfo 29: pos: 0x             9ca flags:           100000/0x1
> (00.274666) Dumping path for 29 fd via self 147 [/usr/share/cassandra/lib/snaptree-0.1.jar]
> (00.274674) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     9ca fd: 29
> (00.274687) bfd: BUF 0x7f20686b3000 <
> (00.274695) bfd: BUF 0x7f20686b3000 >
> (00.274701) 10764 fdinfo 30: pos: 0x             c34 flags:           100000/0x1
> (00.274714) Dumping path for 30 fd via self 148 [/usr/share/cassandra/lib/super-csv-2.1.0.jar]
> (00.274722) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     c34 fd: 30
> (00.274736) bfd: BUF 0x7f20686b3000 <
> (00.274745) bfd: BUF 0x7f20686b3000 >
> (00.274750) 10764 fdinfo 31: pos: 0x              c6 flags:           100000/0x1
> (00.274764) Dumping path for 31 fd via self 149 [/usr/share/cassandra/lib/thrift-server-0.3.7.jar]
> (00.274783) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x      c6 fd: 31
> (00.274797) bfd: BUF 0x7f20686b3000 <
> (00.274806) bfd: BUF 0x7f20686b3000 >
> (00.274812) 10764 fdinfo 32: pos: 0x           f83a4 flags:           100000/0x1
> (00.274825) Dumping path for 32 fd via self 150 [/usr/share/cassandra/apache-cassandra-2.0.12.jar]
> (00.274833) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   f83a4 fd: 32
> (00.274847) bfd: BUF 0x7f20686b3000 <
> (00.274856) bfd: BUF 0x7f20686b3000 >
> (00.274861) 10764 fdinfo 33: pos: 0x           4f60a flags:           100000/0x1
> (00.274874) Dumping path for 33 fd via self 151 [/usr/share/cassandra/apache-cassandra-thrift-2.0.12.jar]
> (00.274882) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x   4f60a fd: 33
> (00.274896) bfd: BUF 0x7f20686b3000 <
> (00.274905) bfd: BUF 0x7f20686b3000 >
> (00.274910) 10764 fdinfo 34: pos: 0x              ef flags:           100000/0x1
> (00.274924) Dumping path for 34 fd via self 152 [/usr/share/cassandra/stress.jar]
> (00.274933) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x      ef fd: 34
> (00.274947) bfd: BUF 0x7f20686b3000 <
> (00.274955) bfd: BUF 0x7f20686b3000 >
> (00.274961) 10764 fdinfo 35: pos: 0x            8b5f flags:           100000/0x1
> (00.274974) Dumping path for 35 fd via self 153 [/usr/share/java/jna-3.2.7.jar]
> (00.274983) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x    8b5f fd: 35
> (00.274997) bfd: BUF 0x7f20686b3000 <
> (00.275005) bfd: BUF 0x7f20686b3000 >
> (00.275011) 10764 fdinfo 36: pos: 0x             b4c flags:           100000/0x1
> (00.275024) Dumping path for 36 fd via self 154 [/usr/lib/jvm/jdk/jre/lib/jsse.jar]
> (00.275033) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x     b4c fd: 36
> (00.275047) bfd: BUF 0x7f20686b3000 <
> (00.275055) bfd: BUF 0x7f20686b3000 >
> (00.275061) 10764 fdinfo 37: pos: 0x               0 flags:           100000/0
> (00.275074) Dumping path for 37 fd via self 155 [/dev/random]
> (00.275082) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 37
> (00.275095) bfd: BUF 0x7f20686b3000 <
> (00.275104) bfd: BUF 0x7f20686b3000 >
> (00.275109) 10764 fdinfo 38: pos: 0x               0 flags:           100000/0
> (00.275123) Dumping path for 38 fd via self 156 [/dev/urandom]
> (00.275131) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 38
> (00.275144) bfd: BUF 0x7f20686b3000 <
> (00.275152) bfd: BUF 0x7f20686b3000 >
> (00.275158) 10764 fdinfo 39: pos: 0x               0 flags:           100000/0
> (00.275172) Dumping path for 39 fd via self 157 [/dev/random]
> (00.275180) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 39
> (00.275193) bfd: BUF 0x7f20686b3000 <
> (00.275202) bfd: BUF 0x7f20686b3000 >
> (00.275207) 10764 fdinfo 40: pos: 0x               0 flags:           100000/0
> (00.275223) Dumping path for 40 fd via self 158 [/dev/random]
> (00.275230) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 40
> (00.275244) bfd: BUF 0x7f20686b3000 <
> (00.275252) bfd: BUF 0x7f20686b3000 >
> (00.275258) 10764 fdinfo 41: pos: 0x               0 flags:           100000/0
> (00.275272) Dumping path for 41 fd via self 159 [/dev/urandom]
> (00.275280) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 41
> (00.275293) bfd: BUF 0x7f20686b3000 <
> (00.275301) bfd: BUF 0x7f20686b3000 >
> (00.275307) 10764 fdinfo 42: pos: 0x               0 flags:           100000/0
> (00.275322) Dumping path for 42 fd via self 160 [/dev/urandom]
> (00.275330) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x       0 fd: 42
> (00.275343) bfd: BUF 0x7f20686b3000 <
> (00.275351) bfd: BUF 0x7f20686b3000 >
> (00.275357) 10764 fdinfo 43: pos: 0x               0 flags:                2/0
> (00.275364) 	Searching for socket 7b8c (family 1)
> (00.275369) Dumping semi-closed connection
> (00.275377) No filter for socket
> (00.275381) Dumping unix socket at 43
> (00.275385) 	Dumping: ino 0x7b8c peer_ino 0 family    1 type    1 state  1 name (null)
> (00.275392) 	Dumped: id 0x9e ino 0x7b8c peer 0 type 1 state 1 name 0 bytes
> (00.275398) fdinfo: type: 0x 5 flags: 02/0 pos: 0x       0 fd: 43
> (00.275411) bfd: BUF 0x7f20686b3000 <
> (00.275420) bfd: BUF 0x7f20686b3000 >
> (00.275436) 10764 fdinfo 44: pos: 0x               0 flags:             4002/0
> (00.275444) 	Searching for socket 7b8e (family 2)
> (00.275454) No filter for socket
> (00.275461) Dumping inet socket at 44
> (00.275467) 	Dumping: ino 0x    7b8e family    2 type    1 port     7199 state 10 src_addr 0.0.0.0
> (00.275473) 	Dumped: family 2 type 1 proto 6 port 7199 state 10 src_addr 0.0.0.0
> (00.275477) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 44
> (00.275490) bfd: BUF 0x7f20686b3000 <
> (00.275499) bfd: BUF 0x7f20686b3000 >
> (00.275504) 10764 fdinfo 45: pos: 0x               0 flags:             4002/0
> (00.275511) 	Searching for socket 7b8f (family 2)
> (00.275520) No filter for socket
> (00.275526) Dumping inet socket at 45
> (00.275530) 	Dumping: ino 0x    7b8f family    2 type    1 port    59886 state 10 src_addr 0.0.0.0
> (00.275535) 	Dumped: family 2 type 1 proto 6 port 59886 state 10 src_addr 0.0.0.0
> (00.275540) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 45
> (00.275553) bfd: BUF 0x7f20686b3000 <
> (00.275561) bfd: BUF 0x7f20686b3000 >
> (00.275567) 10764 fdinfo 46: pos: 0x          120005 flags:           100000/0x1
> (00.275580) Dumping path for 46 fd via self 164 [/usr/lib/jvm/jdk/jre/lib/ext/localedata.jar]
> (00.275590) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x  120005 fd: 46
> (00.275603) bfd: BUF 0x7f20686b3000 <
> (00.275612) bfd: BUF 0x7f20686b3000 >
> (00.275617) 10764 fdinfo 47: pos: 0x          3ae82a flags:           100000/0x1
> (00.275633) Dumping path for 47 fd via self 165 [/usr/lib/jvm/jdk/jre/lib/ext/cldrdata.jar]
> (00.275643) fdinfo: type: 0x 1 flags: 0100000/01 pos: 0x  3ae82a fd: 47
> (00.275657) bfd: BUF 0x7f20686b3000 <
> (00.275665) bfd: BUF 0x7f20686b3000 >
> (00.275671) 10764 fdinfo 48: pos: 0x           125e8 flags:           102001/0
> (00.275684) Dumping path for 48 fd via self 166 [/var/log/cassandra/system.log]
> (00.275693) fdinfo: type: 0x 1 flags: 0102001/0 pos: 0x   125e8 fd: 48
> (00.275706) bfd: BUF 0x7f20686b3000 <
> (00.275715) bfd: BUF 0x7f20686b3000 >
> (00.275720) 10764 fdinfo 49: pos: 0x              2c flags:           100000/0
> (00.275733) Dumping path for 49 fd via self 167 [/proc/stat]
> (00.275740) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x      2c fd: 49
> (00.275753) bfd: BUF 0x7f20686b3000 <
> (00.275762) bfd: BUF 0x7f20686b3000 >
> (00.275767) 10764 fdinfo 50: pos: 0x            1474 flags:           100000/0
> (00.275781) Dumping path for 50 fd via self 168 [/var/lib/cassandra/data/system/local/system-local-jb-15-Data.db]
> (00.275792) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x    1474 fd: 50
> (00.275804) bfd: BUF 0x7f20686b3000 <
> (00.275813) bfd: BUF 0x7f20686b3000 >
> (00.275818) 10764 fdinfo 51: pos: 0x               0 flags:                2/0
> (00.275825) 	Searching for socket a436 (family 1)
> (00.275829) Dumping semi-closed connection
> (00.275837) No filter for socket
> (00.275840) Dumping unix socket at 51
> (00.275844) 	Dumping: ino 0xa436 peer_ino 0 family    1 type    1 state  1 name (null)
> (00.275851) 	Dumped: id 0xa6 ino 0xa436 peer 0 type 1 state 1 name 0 bytes
> (00.275857) fdinfo: type: 0x 5 flags: 02/0 pos: 0x       0 fd: 51
> (00.275870) bfd: BUF 0x7f20686b3000 <
> (00.275879) bfd: BUF 0x7f20686b3000 >
> (00.275884) 10764 fdinfo 52: pos: 0x              74 flags:           100000/0
> (00.275897) Dumping path for 52 fd via self 170 [/var/lib/cassandra/data/system/local/system-local-jb-14-Data.db]
> (00.275907) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x      74 fd: 52
> (00.275921) bfd: BUF 0x7f20686b3000 <
> (00.275930) bfd: BUF 0x7f20686b3000 >
> (00.275935) 10764 fdinfo 53: pos: 0x            1739 flags:           100000/0
> (00.275949) Dumping path for 53 fd via self 171 [/var/lib/cassandra/data/system/schema_columnfamilies/system-schema_columnfamilies-jb-1-Data.db]
> (00.275958) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x    1739 fd: 53
> (00.275972) bfd: BUF 0x7f20686b3000 <
> (00.275981) bfd: BUF 0x7f20686b3000 >
> (00.275986) 10764 fdinfo 54: pos: 0x            2825 flags:           100000/0
> (00.276000) Dumping path for 54 fd via self 172 [/var/lib/cassandra/data/system/schema_columns/system-schema_columns-jb-1-Data.db]
> (00.276021) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x    2825 fd: 54
> (00.276035) bfd: BUF 0x7f20686b3000 <
> (00.276044) bfd: BUF 0x7f20686b3000 >
> (00.276049) 10764 fdinfo 55: pos: 0x               0 flags:           100002/0
> (00.276062) Dumping path for 55 fd via self 173 [/var/lib/cassandra/commitlog/CommitLog-3-1432118168291.log]
> (00.276071) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 55
> (00.276085) bfd: BUF 0x7f20686b3000 <
> (00.276093) bfd: BUF 0x7f20686b3000 >
> (00.276099) 10764 fdinfo 56: pos: 0x            1613 flags:           100000/0
> (00.276112) Dumping path for 56 fd via self 174 [/var/lib/cassandra/data/system/local/system-local-jb-13-Data.db]
> (00.276121) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x    1613 fd: 56
> (00.276134) bfd: BUF 0x7f20686b3000 <
> (00.276143) bfd: BUF 0x7f20686b3000 >
> (00.276148) 10764 fdinfo 57: pos: 0x               0 flags:           100002/0
> (00.276161) Dumping path for 57 fd via self 175 [/var/lib/cassandra/commitlog/CommitLog-3-1432118168292.log]
> (00.276191) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 57
> (00.276205) bfd: BUF 0x7f20686b3000 <
> (00.276214) bfd: BUF 0x7f20686b3000 >
> (00.276220) 10764 fdinfo 58: pos: 0x               0 flags:           100002/0
> (00.276233) Dumping path for 58 fd via self 176 [/var/lib/cassandra/commitlog/CommitLog-3-1432118168294.log]
> (00.276241) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 58
> (00.276254) bfd: BUF 0x7f20686b3000 <
> (00.276263) bfd: BUF 0x7f20686b3000 >
> (00.276268) 10764 fdinfo 59: pos: 0x              20 flags:           100000/0
> (00.276281) Dumping path for 59 fd via self 177 [/var/lib/cassandra/data/system/schema_triggers/system-schema_triggers-jb-2-Data.db]
> (00.276290) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x      20 fd: 59
> (00.276303) bfd: BUF 0x7f20686b3000 <
> (00.276312) bfd: BUF 0x7f20686b3000 >
> (00.276317) 10764 fdinfo 60: pos: 0x            1733 flags:           100000/0
> (00.276330) Dumping path for 60 fd via self 178 [/var/lib/cassandra/data/system/schema_columnfamilies/system-schema_columnfamilies-jb-2-Data.db]
> (00.276339) fdinfo: type: 0x 1 flags: 0100000/0 pos: 0x    1733 fd: 60
> (00.276352) bfd: BUF 0x7f20686b3000 <
> (00.276361) bfd: BUF 0x7f20686b3000 >
> (00.276366) 10764 fdinfo 61: pos: 0x               0 flags:             4000/0
> (00.276372) Dumping pipe 179 with id 0xb0 pipe_id 0x9907
> (00.276378) Dumping data from pipe 0x9907 fd 179
> (00.276397) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 61
> (00.276411) bfd: BUF 0x7f20686b3000 <
> (00.276420) bfd: BUF 0x7f20686b3000 >
> (00.276425) 10764 fdinfo 62: pos: 0x               0 flags:           100002/0
> (00.276439) Dumping path for 62 fd via self 180 [/var/lib/cassandra/commitlog/CommitLog-3-1432118168293.log]
> (00.276447) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 62
> (00.276460) bfd: BUF 0x7f20686b3000 <
> (00.276469) bfd: BUF 0x7f20686b3000 >
> (00.276474) 10764 fdinfo 63: pos: 0x               0 flags:                2/0
> (00.276481) 	Searching for socket 7b93 (family 2)
> (00.276490) No filter for socket
> (00.276496) Dumping inet socket at 63
> (00.276501) 	Dumping: ino 0x    7b93 family    2 type    1 port     7000 state 10 src_addr 127.0.0.1
> (00.276506) 	Dumped: family 2 type 1 proto 6 port 7000 state 10 src_addr 127.0.0.1
> (00.276511) fdinfo: type: 0x 4 flags: 02/0 pos: 0x       0 fd: 63
> (00.276523) bfd: BUF 0x7f20686b3000 <
> (00.276531) bfd: BUF 0x7f20686b3000 >
> (00.276537) 10764 fdinfo 64: pos: 0x               0 flags:             4001/0
> (00.276544) Dumping pipe 182 with id 0xb3 pipe_id 0x9907
> (00.276549) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 64
> (00.276561) bfd: BUF 0x7f20686b3000 <
> (00.276571) bfd: BUF 0x7f20686b3000 >
> (00.276577) 10764 fdinfo 65: pos: 0x               0 flags:                2/0
> (00.276601) bfd: BUF 0x7f20686b3000 <
> (00.276612) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00003d events 0x000019 data 0x25ba2580000003d
> (00.276618) bfd: BUF 0x7f20686b3000 >
> (00.276623) epoll: Dumping eventpoll: id 0x0000b4 flags 0x02
> (00.276631) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 65
> (00.276644) bfd: BUF 0x7f20686b3000 <
> (00.276665) bfd: BUF 0x7f20686b3000 >
> (00.276671) 10764 fdinfo 66: pos: 0x               0 flags:             4000/0
> (00.276677) Dumping pipe 184 with id 0xb5 pipe_id 0x9908
> (00.276682) Dumping data from pipe 0x9908 fd 184
> (00.276697) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 66
> (00.276710) bfd: BUF 0x7f20686b3000 <
> (00.276719) bfd: BUF 0x7f20686b3000 >
> (00.276724) 10764 fdinfo 67: pos: 0x               0 flags:             4001/0
> (00.276731) Dumping pipe 185 with id 0xb6 pipe_id 0x9908
> (00.276736) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 67
> (00.276747) bfd: BUF 0x7f20686b3000 <
> (00.276757) bfd: BUF 0x7f20686b3000 >
> (00.276762) 10764 fdinfo 68: pos: 0x               0 flags:                2/0
> (00.276782) bfd: BUF 0x7f20686b3000 <
> (00.276792) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000042 events 0x000019 data 0x262bc2200000042
> (00.276798) bfd: BUF 0x7f20686b3000 >
> (00.276803) epoll: Dumping eventpoll: id 0x0000b7 flags 0x02
> (00.276809) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 68
> (00.276822) bfd: BUF 0x7f20686b3000 <
> (00.276830) bfd: BUF 0x7f20686b3000 >
> (00.276836) 10764 fdinfo 69: pos: 0x               0 flags:             4000/0
> (00.276841) Dumping pipe 187 with id 0xb8 pipe_id 0xa190
> (00.276846) Dumping data from pipe 0xa190 fd 187
> (00.276861) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 69
> (00.276874) bfd: BUF 0x7f20686b3000 <
> (00.276882) bfd: BUF 0x7f20686b3000 >
> (00.276888) 10764 fdinfo 70: pos: 0x               0 flags:             4001/0
> (00.276894) Dumping pipe 188 with id 0xb9 pipe_id 0xa190
> (00.276899) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 70
> (00.276911) bfd: BUF 0x7f20686b3000 <
> (00.276921) bfd: BUF 0x7f20686b3000 >
> (00.276926) 10764 fdinfo 71: pos: 0x               0 flags:                2/0
> (00.276948) bfd: BUF 0x7f20686b3000 <
> (00.276957) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000045 events 0x000019 data 0x262bc2200000045
> (00.276963) bfd: BUF 0x7f20686b3000 >
> (00.276968) epoll: Dumping eventpoll: id 0x0000ba flags 0x02
> (00.276974) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 71
> (00.276986) bfd: BUF 0x7f20686b3000 <
> (00.276995) bfd: BUF 0x7f20686b3000 >
> (00.277000) 10764 fdinfo 73: pos: 0x               0 flags:             4000/0
> (00.277006) Dumping pipe 190 with id 0xbb pipe_id 0xa191
> (00.277011) Dumping data from pipe 0xa191 fd 190
> (00.277025) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 73
> (00.277037) bfd: BUF 0x7f20686b3000 <
> (00.277046) bfd: BUF 0x7f20686b3000 >
> (00.277051) 10764 fdinfo 74: pos: 0x               0 flags:             4001/0
> (00.277058) Dumping pipe 191 with id 0xbc pipe_id 0xa191
> (00.277063) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 74
> (00.277075) bfd: BUF 0x7f20686b3000 <
> (00.277084) bfd: BUF 0x7f20686b3000 >
> (00.277090) 10764 fdinfo 75: pos: 0x               0 flags:                2/0
> (00.277110) bfd: BUF 0x7f20686b3000 <
> (00.277120) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000049 events 0x000019 data 0x262bc2200000049
> (00.277126) bfd: BUF 0x7f20686b3000 >
> (00.277131) epoll: Dumping eventpoll: id 0x0000bd flags 0x02
> (00.277137) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 75
> (00.277149) bfd: BUF 0x7f20686b3000 <
> (00.277157) bfd: BUF 0x7f20686b3000 >
> (00.277163) 10764 fdinfo 76: pos: 0x               0 flags:             4000/0
> (00.277168) Dumping pipe 193 with id 0xbe pipe_id 0x91fb
> (00.277173) Dumping data from pipe 0x91fb fd 193
> (00.277187) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 76
> (00.277200) bfd: BUF 0x7f20686b3000 <
> (00.277208) bfd: BUF 0x7f20686b3000 >
> (00.277214) 10764 fdinfo 77: pos: 0x               0 flags:             4001/0
> (00.277221) Dumping pipe 194 with id 0xbf pipe_id 0x91fb
> (00.277226) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 77
> (00.277237) bfd: BUF 0x7f20686b3000 <
> (00.277247) bfd: BUF 0x7f20686b3000 >
> (00.277252) 10764 fdinfo 78: pos: 0x               0 flags:                2/0
> (00.277273) bfd: BUF 0x7f20686b3000 <
> (00.277287) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00004c events 0x000019 data 0x262bc220000004c
> (00.277322) bfd: BUF 0x7f20686b3000 >
> (00.277329) epoll: Dumping eventpoll: id 0x0000c0 flags 0x02
> (00.277335) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 78
> (00.277353) bfd: BUF 0x7f20686b3000 <
> (00.277360) bfd: BUF 0x7f20686b3000 >
> (00.277365) 10764 fdinfo 79: pos: 0x               0 flags:             4000/0
> (00.277370) Dumping pipe 196 with id 0xc1 pipe_id 0x91fc
> (00.277374) Dumping data from pipe 0x91fc fd 196
> (00.277387) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 79
> (00.277398) bfd: BUF 0x7f20686b3000 <
> (00.277404) bfd: BUF 0x7f20686b3000 >
> (00.277409) 10764 fdinfo 80: pos: 0x               0 flags:             4001/0
> (00.277414) Dumping pipe 197 with id 0xc2 pipe_id 0x91fc
> (00.277419) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 80
> (00.277429) bfd: BUF 0x7f20686b3000 <
> (00.277437) bfd: BUF 0x7f20686b3000 >
> (00.277441) 10764 fdinfo 81: pos: 0x               0 flags:                2/0
> (00.277459) bfd: BUF 0x7f20686b3000 <
> (00.277467) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00004f events 0x000019 data 0x262bc220000004f
> (00.277472) bfd: BUF 0x7f20686b3000 >
> (00.277476) epoll: Dumping eventpoll: id 0x0000c3 flags 0x02
> (00.277481) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 81
> (00.277491) bfd: BUF 0x7f20686b3000 <
> (00.277497) bfd: BUF 0x7f20686b3000 >
> (00.277502) 10764 fdinfo 82: pos: 0x               0 flags:             4000/0
> (00.277506) Dumping pipe 199 with id 0xc4 pipe_id 0x91fd
> (00.277510) Dumping data from pipe 0x91fd fd 199
> (00.277522) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 82
> (00.277533) bfd: BUF 0x7f20686b3000 <
> (00.277540) bfd: BUF 0x7f20686b3000 >
> (00.277544) 10764 fdinfo 83: pos: 0x               0 flags:             4001/0
> (00.277549) Dumping pipe 200 with id 0xc5 pipe_id 0x91fd
> (00.277553) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 83
> (00.277563) bfd: BUF 0x7f20686b3000 <
> (00.277571) bfd: BUF 0x7f20686b3000 >
> (00.277575) 10764 fdinfo 84: pos: 0x               0 flags:                2/0
> (00.277593) bfd: BUF 0x7f20686b3000 <
> (00.277601) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000052 events 0x000019 data 0x262bc2200000052
> (00.277605) bfd: BUF 0x7f20686b3000 >
> (00.277609) epoll: Dumping eventpoll: id 0x0000c6 flags 0x02
> (00.277614) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 84
> (00.277625) bfd: BUF 0x7f20686b3000 <
> (00.277631) bfd: BUF 0x7f20686b3000 >
> (00.277636) 10764 fdinfo 85: pos: 0x               0 flags:             4000/0
> (00.277640) Dumping pipe 202 with id 0xc7 pipe_id 0x91fe
> (00.277644) Dumping data from pipe 0x91fe fd 202
> (00.277656) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 85
> (00.277666) bfd: BUF 0x7f20686b3000 <
> (00.277673) bfd: BUF 0x7f20686b3000 >
> (00.277677) 10764 fdinfo 86: pos: 0x               0 flags:             4001/0
> (00.277683) Dumping pipe 203 with id 0xc8 pipe_id 0x91fe
> (00.277687) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 86
> (00.277696) bfd: BUF 0x7f20686b3000 <
> (00.277704) bfd: BUF 0x7f20686b3000 >
> (00.277709) 10764 fdinfo 87: pos: 0x               0 flags:                2/0
> (00.277726) bfd: BUF 0x7f20686b3000 <
> (00.277734) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000055 events 0x000019 data 0x262bc2200000055
> (00.277738) bfd: BUF 0x7f20686b3000 >
> (00.277742) epoll: Dumping eventpoll: id 0x0000c9 flags 0x02
> (00.277747) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 87
> (00.277757) bfd: BUF 0x7f20686b3000 <
> (00.277764) bfd: BUF 0x7f20686b3000 >
> (00.277768) 10764 fdinfo 88: pos: 0x               0 flags:             4000/0
> (00.277773) Dumping pipe 205 with id 0xca pipe_id 0x91ff
> (00.277777) Dumping data from pipe 0x91ff fd 205
> (00.277789) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 88
> (00.277799) bfd: BUF 0x7f20686b3000 <
> (00.277806) bfd: BUF 0x7f20686b3000 >
> (00.277810) 10764 fdinfo 89: pos: 0x               0 flags:             4001/0
> (00.277816) Dumping pipe 206 with id 0xcb pipe_id 0x91ff
> (00.277820) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 89
> (00.277829) bfd: BUF 0x7f20686b3000 <
> (00.277837) bfd: BUF 0x7f20686b3000 >
> (00.277851) 10764 fdinfo 90: pos: 0x               0 flags:                2/0
> (00.277870) bfd: BUF 0x7f20686b3000 <
> (00.277877) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000058 events 0x000019 data 0x262bc2200000058
> (00.277882) bfd: BUF 0x7f20686b3000 >
> (00.277886) epoll: Dumping eventpoll: id 0x0000cc flags 0x02
> (00.277891) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 90
> (00.277902) bfd: BUF 0x7f20686b3000 <
> (00.277909) bfd: BUF 0x7f20686b3000 >
> (00.277913) 10764 fdinfo 91: pos: 0x               0 flags:             4000/0
> (00.277918) Dumping pipe 208 with id 0xcd pipe_id 0x9200
> (00.277922) Dumping data from pipe 0x9200 fd 208
> (00.277934) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 91
> (00.277945) bfd: BUF 0x7f20686b3000 <
> (00.277952) bfd: BUF 0x7f20686b3000 >
> (00.277956) 10764 fdinfo 92: pos: 0x               0 flags:             4001/0
> (00.277962) Dumping pipe 209 with id 0xce pipe_id 0x9200
> (00.277966) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 92
> (00.277975) bfd: BUF 0x7f20686b3000 <
> (00.277983) bfd: BUF 0x7f20686b3000 >
> (00.277987) 10764 fdinfo 93: pos: 0x               0 flags:                2/0
> (00.278006) bfd: BUF 0x7f20686b3000 <
> (00.278013) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00005b events 0x000019 data 0x262bc220000005b
> (00.278018) bfd: BUF 0x7f20686b3000 >
> (00.278022) epoll: Dumping eventpoll: id 0x0000cf flags 0x02
> (00.278027) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 93
> (00.278037) bfd: BUF 0x7f20686b3000 <
> (00.278044) bfd: BUF 0x7f20686b3000 >
> (00.278048) 10764 fdinfo 94: pos: 0x               0 flags:             4000/0
> (00.278053) Dumping pipe 211 with id 0xd0 pipe_id 0x9201
> (00.278057) Dumping data from pipe 0x9201 fd 211
> (00.278068) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 94
> (00.278079) bfd: BUF 0x7f20686b3000 <
> (00.278086) bfd: BUF 0x7f20686b3000 >
> (00.278090) 10764 fdinfo 95: pos: 0x               0 flags:             4001/0
> (00.278095) Dumping pipe 212 with id 0xd1 pipe_id 0x9201
> (00.278100) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 95
> (00.278109) bfd: BUF 0x7f20686b3000 <
> (00.278117) bfd: BUF 0x7f20686b3000 >
> (00.278122) 10764 fdinfo 96: pos: 0x               0 flags:                2/0
> (00.278139) bfd: BUF 0x7f20686b3000 <
> (00.278147) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00005e events 0x000019 data 0x262bc220000005e
> (00.278152) bfd: BUF 0x7f20686b3000 >
> (00.278156) epoll: Dumping eventpoll: id 0x0000d2 flags 0x02
> (00.278161) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 96
> (00.278171) bfd: BUF 0x7f20686b3000 <
> (00.278177) bfd: BUF 0x7f20686b3000 >
> (00.278182) 10764 fdinfo 97: pos: 0x               0 flags:             4000/0
> (00.278186) Dumping pipe 214 with id 0xd3 pipe_id 0x9202
> (00.278190) Dumping data from pipe 0x9202 fd 214
> (00.278202) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 97
> (00.278212) bfd: BUF 0x7f20686b3000 <
> (00.278218) bfd: BUF 0x7f20686b3000 >
> (00.278223) 10764 fdinfo 98: pos: 0x               0 flags:             4001/0
> (00.278228) Dumping pipe 215 with id 0xd4 pipe_id 0x9202
> (00.278232) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 98
> (00.278242) bfd: BUF 0x7f20686b3000 <
> (00.278249) bfd: BUF 0x7f20686b3000 >
> (00.278254) 10764 fdinfo 99: pos: 0x               0 flags:                2/0
> (00.278271) bfd: BUF 0x7f20686b3000 <
> (00.278279) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000061 events 0x000019 data 0x262bc2200000061
> (00.278283) bfd: BUF 0x7f20686b3000 >
> (00.278288) epoll: Dumping eventpoll: id 0x0000d5 flags 0x02
> (00.278292) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 99
> (00.278302) bfd: BUF 0x7f20686b3000 <
> (00.278309) bfd: BUF 0x7f20686b3000 >
> (00.278313) 10764 fdinfo 100: pos: 0x               0 flags:             4000/0
> (00.278318) Dumping pipe 217 with id 0xd6 pipe_id 0x9203
> (00.278322) Dumping data from pipe 0x9203 fd 217
> (00.278333) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 100
> (00.278343) bfd: BUF 0x7f20686b3000 <
> (00.278350) bfd: BUF 0x7f20686b3000 >
> (00.278354) 10764 fdinfo 101: pos: 0x               0 flags:             4001/0
> (00.278369) Dumping pipe 218 with id 0xd7 pipe_id 0x9203
> (00.278374) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 101
> (00.278383) bfd: BUF 0x7f20686b3000 <
> (00.278391) bfd: BUF 0x7f20686b3000 >
> (00.278396) 10764 fdinfo 102: pos: 0x               0 flags:                2/0
> (00.278414) bfd: BUF 0x7f20686b3000 <
> (00.278422) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000064 events 0x000019 data 0x262bc2200000064
> (00.278427) bfd: BUF 0x7f20686b3000 >
> (00.278431) epoll: Dumping eventpoll: id 0x0000d8 flags 0x02
> (00.278436) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 102
> (00.278446) bfd: BUF 0x7f20686b3000 <
> (00.278452) bfd: BUF 0x7f20686b3000 >
> (00.278457) 10764 fdinfo 103: pos: 0x               0 flags:             4000/0
> (00.278461) Dumping pipe 220 with id 0xd9 pipe_id 0x9204
> (00.278465) Dumping data from pipe 0x9204 fd 220
> (00.278477) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 103
> (00.278487) bfd: BUF 0x7f20686b3000 <
> (00.278494) bfd: BUF 0x7f20686b3000 >
> (00.278498) 10764 fdinfo 104: pos: 0x               0 flags:             4001/0
> (00.278504) Dumping pipe 221 with id 0xda pipe_id 0x9204
> (00.278508) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 104
> (00.278517) bfd: BUF 0x7f20686b3000 <
> (00.278525) bfd: BUF 0x7f20686b3000 >
> (00.278529) 10764 fdinfo 105: pos: 0x               0 flags:                2/0
> (00.278546) bfd: BUF 0x7f20686b3000 <
> (00.278554) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000067 events 0x000019 data 0x262bc2200000067
> (00.278558) bfd: BUF 0x7f20686b3000 >
> (00.278562) epoll: Dumping eventpoll: id 0x0000db flags 0x02
> (00.278567) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 105
> (00.278577) bfd: BUF 0x7f20686b3000 <
> (00.278584) bfd: BUF 0x7f20686b3000 >
> (00.278588) 10764 fdinfo 106: pos: 0x               0 flags:             4000/0
> (00.278593) Dumping pipe 223 with id 0xdc pipe_id 0x9205
> (00.278597) Dumping data from pipe 0x9205 fd 223
> (00.278608) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 106
> (00.278619) bfd: BUF 0x7f20686b3000 <
> (00.278626) bfd: BUF 0x7f20686b3000 >
> (00.278630) 10764 fdinfo 107: pos: 0x               0 flags:             4001/0
> (00.278635) Dumping pipe 224 with id 0xdd pipe_id 0x9205
> (00.278639) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 107
> (00.278649) bfd: BUF 0x7f20686b3000 <
> (00.278657) bfd: BUF 0x7f20686b3000 >
> (00.278661) 10764 fdinfo 108: pos: 0x               0 flags:                2/0
> (00.278681) bfd: BUF 0x7f20686b3000 <
> (00.278689) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00006a events 0x000019 data 0x262bc220000006a
> (00.278694) bfd: BUF 0x7f20686b3000 >
> (00.278698) epoll: Dumping eventpoll: id 0x0000de flags 0x02
> (00.278703) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 108
> (00.278713) bfd: BUF 0x7f20686b3000 <
> (00.278719) bfd: BUF 0x7f20686b3000 >
> (00.278724) 10764 fdinfo 109: pos: 0x               0 flags:             4000/0
> (00.278729) Dumping pipe 226 with id 0xdf pipe_id 0x7b95
> (00.278733) Dumping data from pipe 0x7b95 fd 226
> (00.278745) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 109
> (00.278755) bfd: BUF 0x7f20686b3000 <
> (00.278762) bfd: BUF 0x7f20686b3000 >
> (00.278766) 10764 fdinfo 110: pos: 0x               0 flags:             4001/0
> (00.278771) Dumping pipe 227 with id 0xe0 pipe_id 0x7b95
> (00.278775) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 110
> (00.278785) bfd: BUF 0x7f20686b3000 <
> (00.278794) bfd: BUF 0x7f20686b3000 >
> (00.278798) 10764 fdinfo 111: pos: 0x               0 flags:                2/0
> (00.278817) bfd: BUF 0x7f20686b3000 <
> (00.278824) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x00006d events 0x000019 data 0x262bc220000006d
> (00.278829) bfd: BUF 0x7f20686b3000 >
> (00.278833) epoll: Dumping eventpoll: id 0x0000e1 flags 0x02
> (00.278838) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 111
> (00.278848) bfd: BUF 0x7f20686b3000 <
> (00.278854) bfd: BUF 0x7f20686b3000 >
> (00.278859) 10764 fdinfo 112: pos: 0x               0 flags:             4000/0
> (00.278863) Dumping pipe 229 with id 0xe2 pipe_id 0xa192
> (00.278867) Dumping data from pipe 0xa192 fd 229
> (00.278888) fdinfo: type: 0x 2 flags: 04000/0 pos: 0x       0 fd: 112
> (00.278899) bfd: BUF 0x7f20686b3000 <
> (00.278906) bfd: BUF 0x7f20686b3000 >
> (00.278910) 10764 fdinfo 113: pos: 0x               0 flags:             4001/0
> (00.278916) Dumping pipe 230 with id 0xe3 pipe_id 0xa192
> (00.278920) fdinfo: type: 0x 2 flags: 04001/0 pos: 0x       0 fd: 113
> (00.278930) bfd: BUF 0x7f20686b3000 <
> (00.278938) bfd: BUF 0x7f20686b3000 >
> (00.278943) 10764 fdinfo 114: pos: 0x               0 flags:                2/0
> (00.278961) bfd: BUF 0x7f20686b3000 <
> (00.278969) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000073 events 0x000019 data 0x00007300000073
> (00.278975) epoll: Dumping: eventpoll-tfd: id 00000000 tfd 0x000070 events 0x000019 data 0x262bc2200000070
> (00.278979) bfd: BUF 0x7f20686b3000 >
> (00.278983) epoll: Dumping eventpoll: id 0x0000e4 flags 0x02
> (00.278989) fdinfo: type: 0x 7 flags: 02/0 pos: 0x       0 fd: 114
> (00.278999) bfd: BUF 0x7f20686b3000 <
> (00.279006) bfd: BUF 0x7f20686b3000 >
> (00.279010) 10764 fdinfo 115: pos: 0x               0 flags:             4002/0
> (00.279016) 	Searching for socket 7b96 (family 2)
> (00.279024) No filter for socket
> (00.279029) Dumping inet socket at 115
> (00.279033) 	Dumping: ino 0x    7b96 family    2 type    1 port     9042 state 10 src_addr 127.0.0.1
> (00.279037) 	Dumped: family 2 type 1 proto 6 port 9042 state 10 src_addr 127.0.0.1
> (00.279040) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 115
> (00.279050) bfd: BUF 0x7f20686b3000 <
> (00.279057) bfd: BUF 0x7f20686b3000 >
> (00.279061) 10764 fdinfo 116: pos: 0x               0 flags:             4002/0
> (00.279067) 	Searching for socket 7b97 (family 2)
> (00.279073) No filter for socket
> (00.279078) Dumping inet socket at 116
> (00.279082) 	Dumping: ino 0x    7b97 family    2 type    1 port     9160 state 10 src_addr 127.0.0.1
> (00.279086) 	Dumped: family 2 type 1 proto 6 port 9160 state 10 src_addr 127.0.0.1
> (00.279089) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 116
> (00.279106) bfd: BUF 0x7f20686b2000 >
> (00.279111) ----------------------------------------
> (00.279137) Sent msg to daemon 7 0 0
> pie: __fetched msg: 7 0 0
> (00.279142) Wait for ack 7 on daemon socket
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (00.279500) Fetched ack: 7 7 0
> (00.279505) 
> (00.279508) Dumping pages (type: 59 pid: 10764)
> (00.279510) ----------------------------------------
> (00.279513)    Private vmas 1027520/1475266 pages
> (00.279528) pagemap-cache: created for pid 10764 (takes 8220160 bytes)
> (00.279533) page-pipe: Create page pipe for 1475266 segs
> (00.279536) page-pipe: Will grow page pipe (iov off is 0)
> (00.279555) bfd: BUF 0x7f20686b2000 <
> (00.279575) pagemap-cache: filling VMA 400000-401000 (4K) [l:400000 h:600000]
> (00.279580) pagemap-cache: 	          400000-401000           nr:1     cov:4096
> (00.279583) pagemap-cache: 	simple mode [l:400000 h:401000]
> (00.279590) page-pipe: Add iov to page pipe (0 iovs, 0/1475266 total)
> (00.279594) Pagemap generated: 1 pages 0 holes
> (00.279597) pagemap-cache: filling VMA 600000-601000 (4K) [l:600000 h:800000]
> (00.279601) pagemap-cache: 	          600000-601000           nr:1     cov:4096
> (00.279604) pagemap-cache: 	simple mode [l:600000 h:601000]
> (00.279610) page-pipe: Add iov to page pipe (1 iovs, 1/1475266 total)
> (00.279614) Pagemap generated: 1 pages 0 holes
> (00.279617) pagemap-cache: filling VMA d89000-ec5000 (1264K) [l:c00000 h:e00000]
> (00.279703) page-pipe: Add iov to page pipe (2 iovs, 2/1475266 total)
> (00.279707) page-pipe: Grow pipe 10 -> 20
> (00.279711) page-pipe: Grow pipe 20 -> 40
> (00.279716) page-pipe: Grow pipe 40 -> 80
> (00.279727) page-pipe: Grow pipe 80 -> 100
> (00.279744) page-pipe: Grow pipe 100 -> 200
> (00.279749) Pagemap generated: 316 pages 0 holes
> (00.279752) pagemap-cache: filling VMA ec5000-1fe9000 (17552K) [l:e00000 h:1000000]
> (00.280308) page-pipe: Will grow page pipe (iov off is 3)
> (00.280316) page-pipe: Add iov to page pipe (0 iovs, 3/1475266 total)
> (00.280321) page-pipe: Grow pipe 10 -> 20
> (00.280325) page-pipe: Grow pipe 20 -> 40
> (00.280329) page-pipe: Grow pipe 40 -> 80
> (00.280345) page-pipe: Grow pipe 80 -> 100
> (00.280362) page-pipe: Grow pipe 100 -> 200
> (00.280369) page-pipe: Will grow page pipe (iov off is 4)
> (00.280375) page-pipe: Add iov to page pipe (0 iovs, 4/1475266 total)
> (00.280379) page-pipe: Add iov to page pipe (1 iovs, 5/1475266 total)
> (00.280383) page-pipe: Grow pipe 10 -> 20
> (00.280387) page-pipe: Grow pipe 20 -> 40
> (00.280390) page-pipe: Add iov to page pipe (2 iovs, 6/1475266 total)
> (00.280394) page-pipe: Grow pipe 40 -> 80
> (00.280400) page-pipe: Grow pipe 80 -> 100
> (00.280417) page-pipe: Grow pipe 100 -> 200
> (00.280423) page-pipe: Will grow page pipe (iov off is 7)
> (00.280429) page-pipe: Add iov to page pipe (0 iovs, 7/1475266 total)
> (00.280434) page-pipe: Grow pipe 10 -> 20
> (00.280437) page-pipe: Grow pipe 20 -> 40
> (00.280442) page-pipe: Grow pipe 40 -> 80
> (00.280447) page-pipe: Grow pipe 80 -> 100
> (00.280464) page-pipe: Grow pipe 100 -> 200
> (00.280470) page-pipe: Will grow page pipe (iov off is 8)
> (00.280476) page-pipe: Add iov to page pipe (0 iovs, 8/1475266 total)
> (00.280481) page-pipe: Grow pipe 10 -> 20
> (00.280485) page-pipe: Grow pipe 20 -> 40
> (00.280489) page-pipe: Grow pipe 40 -> 80
> (00.280495) page-pipe: Grow pipe 80 -> 100
> (00.280511) page-pipe: Grow pipe 100 -> 200
> (00.280518) page-pipe: Will grow page pipe (iov off is 9)
> (00.280524) page-pipe: Add iov to page pipe (0 iovs, 9/1475266 total)
> (00.280528) page-pipe: Grow pipe 10 -> 20
> (00.280532) page-pipe: Grow pipe 20 -> 40
> (00.280537) page-pipe: Grow pipe 40 -> 80
> (00.280543) page-pipe: Grow pipe 80 -> 100
> (00.280561) page-pipe: Grow pipe 100 -> 200
> (00.280569) page-pipe: Will grow page pipe (iov off is 10)
> (00.280575) page-pipe: Add iov to page pipe (0 iovs, 10/1475266 total)
> (00.280579) page-pipe: Grow pipe 10 -> 20
> (00.280583) page-pipe: Grow pipe 20 -> 40
> (00.280587) page-pipe: Grow pipe 40 -> 80
> (00.280593) page-pipe: Grow pipe 80 -> 100
> (00.280610) page-pipe: Grow pipe 100 -> 200
> (00.280616) page-pipe: Will grow page pipe (iov off is 11)
> (00.280623) page-pipe: Add iov to page pipe (0 iovs, 11/1475266 total)
> (00.280627) page-pipe: Grow pipe 10 -> 20
> (00.280631) page-pipe: Grow pipe 20 -> 40
> (00.280635) page-pipe: Grow pipe 40 -> 80
> (00.280641) page-pipe: Grow pipe 80 -> 100
> (00.280657) page-pipe: Grow pipe 100 -> 200
> (00.280663) page-pipe: Will grow page pipe (iov off is 12)
> (00.280666) page-pipe: Page pipe:
> (00.280669) page-pipe: * 8 pipes 12/1475266 iovs:
> (00.280672) page-pipe: 	buf 512 pages, 3 iovs:
> (00.280675) page-pipe: 		0x400000 1
> (00.280678) page-pipe: 		0x600000 1
> (00.280681) page-pipe: 		0xd89000 510
> (00.280683) page-pipe: 	buf 512 pages, 1 iovs:
> (00.280686) page-pipe: 		0xf87000 512
> (00.280689) page-pipe: 	buf 512 pages, 3 iovs:
> (00.280692) page-pipe: 		0x1187000 11
> (00.280694) page-pipe: 		0x1196000 31
> (00.280697) page-pipe: 		0x11b6000 470
> (00.280700) page-pipe: 	buf 512 pages, 1 iovs:
> (00.280703) page-pipe: 		0x138c000 512
> (00.280706) page-pipe: 	buf 512 pages, 1 iovs:
> (00.280708) page-pipe: 		0x158c000 512
> (00.280711) page-pipe: 	buf 512 pages, 1 iovs:
> (00.280714) page-pipe: 		0x178c000 512
> (00.280716) page-pipe: 	buf 512 pages, 1 iovs:
> (00.280719) page-pipe: 		0x198c000 512
> (00.280722) page-pipe: 	buf 512 pages, 1 iovs:
> (00.280725) page-pipe: 		0x1b8c000 512
> (00.280727) page-pipe: * 0 holes:
> (00.280730) PPB: 512 pages 3 segs 512 pipe 0 off
> (00.280738) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.280745) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.280854) Fetched ack: 8 8 0
> (00.280860) PPB: 512 pages 1 segs 512 pipe 3 off
> (00.280867) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.280873) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.280933) Fetched ack: 8 8 0
> (00.280939) PPB: 512 pages 3 segs 512 pipe 4 off
> (00.280945) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.280951) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.281016) Fetched ack: 8 8 0
> (00.281022) PPB: 512 pages 1 segs 512 pipe 7 off
> (00.281028) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.281043) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.281107) Fetched ack: 8 8 0
> (00.281113) PPB: 512 pages 1 segs 512 pipe 8 off
> (00.281119) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.281125) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.281190) Fetched ack: 8 8 0
> (00.281196) PPB: 512 pages 1 segs 512 pipe 9 off
> (00.281202) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.281207) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.281273) Fetched ack: 8 8 0
> (00.281280) PPB: 512 pages 1 segs 512 pipe 10 off
> (00.281286) Sent msg to daemon 8 0 0
> (00.281300) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.281387) Fetched ack: 8 8 0
> (00.281392) PPB: 512 pages 1 segs 512 pipe 11 off
> (00.281399) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.281404) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.281472) Fetched ack: 8 8 0
> (00.281478) Transfering pages:
> (00.281480) 	buf 512/3
> (00.281483) 	p 0x400000 [1]
> (00.281502) 	p 0x600000 [1]
> (00.281517) 	p 0xd89000 [510]
> (00.285794) 	buf 512/1
> (00.285805) 	p 0xf87000 [512]
> (00.290196) 	buf 512/3
> (00.290208) 	p 0x1187000 [11]
> (00.290319) 	p 0x1196000 [31]
> (00.290623) 	p 0x11b6000 [470]
> (00.294732) 	buf 512/1
> (00.294742) 	p 0x138c000 [512]
> (00.299263) 	buf 512/1
> (00.299274) 	p 0x158c000 [512]
> (00.303799) 	buf 512/1
> (00.303811) 	p 0x178c000 [512]
> (00.308287) 	buf 512/1
> (00.308298) 	p 0x198c000 [512]
> (00.312783) 	buf 512/1
> (00.312795) 	p 0x1b8c000 [512]
> (00.317306) page-pipe: Clean up page pipe
> (00.317319) page-pipe: Will grow page pipe (iov off is 12)
> (00.317323) page-pipe: Add iov to page pipe (0 iovs, 12/1475266 total)
> (00.317333) page-pipe: Will grow page pipe (iov off is 13)
> (00.317337) page-pipe: Add iov to page pipe (0 iovs, 13/1475266 total)
> (00.317342) Pagemap generated: 605 pages 0 holes
> (00.317346) pagemap-cache: filling VMA 6c5400000-7c01c0000 (4110080K) [l:6c5400000 h:6c5600000]
> (00.327509) page-pipe: Add iov to page pipe (1 iovs, 14/1475266 total)
> (00.327551) page-pipe: Will grow page pipe (iov off is 15)
> (00.327555) page-pipe: Add iov to page pipe (0 iovs, 15/1475266 total)
> (00.327564) page-pipe: Will grow page pipe (iov off is 16)
> (00.327567) page-pipe: Add iov to page pipe (0 iovs, 16/1475266 total)
> (00.327577) page-pipe: Will grow page pipe (iov off is 17)
> (00.327579) page-pipe: Add iov to page pipe (0 iovs, 17/1475266 total)
> (00.327592) page-pipe: Will grow page pipe (iov off is 18)
> (00.327595) page-pipe: Add iov to page pipe (0 iovs, 18/1475266 total)
> (00.327605) page-pipe: Will grow page pipe (iov off is 19)
> (00.327607) page-pipe: Add iov to page pipe (0 iovs, 19/1475266 total)
> (00.327616) page-pipe: Will grow page pipe (iov off is 20)
> (00.327619) page-pipe: Add iov to page pipe (0 iovs, 20/1475266 total)
> (00.327629) page-pipe: Will grow page pipe (iov off is 21)
> (00.327632) page-pipe: Page pipe:
> (00.327635) page-pipe: * 8 pipes 21/1475266 iovs:
> (00.327638) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327641) page-pipe: 		0x1d8c000 512
> (00.327644) page-pipe: 	buf 512 pages, 2 iovs:
> (00.327647) page-pipe: 		0x1f8c000 93
> (00.327650) page-pipe: 		0x6c5400000 419
> (00.327652) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327655) page-pipe: 		0x6c55a3000 512
> (00.327658) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327661) page-pipe: 		0x6c57a3000 512
> (00.327664) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327666) page-pipe: 		0x6c59a3000 512
> (00.327669) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327672) page-pipe: 		0x6c5ba3000 512
> (00.327675) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327678) page-pipe: 		0x6c5da3000 512
> (00.327680) page-pipe: 	buf 512 pages, 1 iovs:
> (00.327683) page-pipe: 		0x6c5fa3000 512
> (00.327686) page-pipe: * 0 holes:
> (00.327689) PPB: 512 pages 1 segs 512 pipe 12 off
> (00.327712) Sent msg to daemon 8 0 0
> (00.327725) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.327926) Fetched ack: 8 8 0
> (00.327931) PPB: 512 pages 2 segs 512 pipe 13 off
> (00.327944) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.327950) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328007) Fetched ack: 8 8 0
> (00.328013) PPB: 512 pages 1 segs 512 pipe 15 off
> (00.328020) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.328025) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328065) Fetched ack: 8 8 0
> (00.328072) PPB: 512 pages 1 segs 512 pipe 16 off
> (00.328078) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.328084) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328124) Fetched ack: 8 8 0
> (00.328130) PPB: 512 pages 1 segs 512 pipe 17 off
> (00.328137) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.328142) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328183) Fetched ack: 8 8 0
> (00.328189) PPB: 512 pages 1 segs 512 pipe 18 off
> (00.328196) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.328201) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328243) Fetched ack: 8 8 0
> (00.328249) PPB: 512 pages 1 segs 512 pipe 19 off
> (00.328256) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.328261) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328301) Fetched ack: 8 8 0
> (00.328307) PPB: 512 pages 1 segs 512 pipe 20 off
> (00.328313) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.328319) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.328359) Fetched ack: 8 8 0
> (00.328366) Transfering pages:
> (00.328368) 	buf 512/1
> (00.328371) 	p 0x1d8c000 [512]
> (00.333089) 	buf 512/2
> (00.333101) 	p 0x1f8c000 [93]
> (00.333952) 	p 0x6c5400000 [419]
> (00.337707) 	buf 512/1
> (00.337716) 	p 0x6c55a3000 [512]
> (00.342285) 	buf 512/1
> (00.342297) 	p 0x6c57a3000 [512]
> (00.346837) 	buf 512/1
> (00.346848) 	p 0x6c59a3000 [512]
> (00.351434) 	buf 512/1
> (00.351444) 	p 0x6c5ba3000 [512]
> (00.355983) 	buf 512/1
> (00.355996) 	p 0x6c5da3000 [512]
> (00.360616) 	buf 512/1
> (00.360628) 	p 0x6c5fa3000 [512]
> (00.365191) page-pipe: Clean up page pipe
> (00.365202) page-pipe: Will grow page pipe (iov off is 21)
> (00.365206) page-pipe: Add iov to page pipe (0 iovs, 21/1475266 total)
> (00.365220) page-pipe: Will grow page pipe (iov off is 22)
> (00.365223) page-pipe: Add iov to page pipe (0 iovs, 22/1475266 total)
> (00.365232) page-pipe: Will grow page pipe (iov off is 23)
> (00.365235) page-pipe: Add iov to page pipe (0 iovs, 23/1475266 total)
> (00.365244) page-pipe: Will grow page pipe (iov off is 24)
> (00.365247) page-pipe: Add iov to page pipe (0 iovs, 24/1475266 total)
> (00.365256) page-pipe: Will grow page pipe (iov off is 25)
> (00.365259) page-pipe: Add iov to page pipe (0 iovs, 25/1475266 total)
> (00.365272) page-pipe: Will grow page pipe (iov off is 26)
> (00.365275) page-pipe: Add iov to page pipe (0 iovs, 26/1475266 total)
> (00.365284) page-pipe: Will grow page pipe (iov off is 27)
> (00.365287) page-pipe: Add iov to page pipe (0 iovs, 27/1475266 total)
> (00.365317) page-pipe: Will grow page pipe (iov off is 28)
> (00.365320) page-pipe: Add iov to page pipe (0 iovs, 28/1475266 total)
> (00.365329) page-pipe: Will grow page pipe (iov off is 29)
> (00.365332) page-pipe: Page pipe:
> (00.365335) page-pipe: * 8 pipes 29/1475266 iovs:
> (00.365338) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365341) page-pipe: 		0x6c61a3000 512
> (00.365344) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365347) page-pipe: 		0x6c63a3000 512
> (00.365350) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365352) page-pipe: 		0x6c65a3000 512
> (00.365355) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365358) page-pipe: 		0x6c67a3000 512
> (00.365361) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365363) page-pipe: 		0x6c69a3000 512
> (00.365366) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365369) page-pipe: 		0x6c6ba3000 512
> (00.365371) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365387) page-pipe: 		0x6c6da3000 512
> (00.365391) page-pipe: 	buf 512 pages, 1 iovs:
> (00.365394) page-pipe: 		0x6c6fa3000 512
> (00.365396) page-pipe: * 0 holes:
> (00.365399) PPB: 512 pages 1 segs 512 pipe 21 off
> (00.365420) Sent msg to daemon 8 0 0
> (00.365432) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365497) Fetched ack: 8 8 0
> (00.365502) PPB: 512 pages 1 segs 512 pipe 22 off
> (00.365514) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365520) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365559) Fetched ack: 8 8 0
> (00.365564) PPB: 512 pages 1 segs 512 pipe 23 off
> (00.365571) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365577) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365616) Fetched ack: 8 8 0
> (00.365622) PPB: 512 pages 1 segs 512 pipe 24 off
> (00.365629) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365634) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365674) Fetched ack: 8 8 0
> (00.365680) PPB: 512 pages 1 segs 512 pipe 25 off
> (00.365686) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365692) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365731) Fetched ack: 8 8 0
> (00.365737) PPB: 512 pages 1 segs 512 pipe 26 off
> (00.365743) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365749) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365787) Fetched ack: 8 8 0
> (00.365793) PPB: 512 pages 1 segs 512 pipe 27 off
> (00.365800) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365805) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365845) Fetched ack: 8 8 0
> (00.365850) PPB: 512 pages 1 segs 512 pipe 28 off
> (00.365857) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.365863) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.365902) Fetched ack: 8 8 0
> (00.365908) Transfering pages:
> (00.365910) 	buf 512/1
> (00.365913) 	p 0x6c61a3000 [512]
> (00.370369) 	buf 512/1
> (00.370380) 	p 0x6c63a3000 [512]
> (00.374908) 	buf 512/1
> (00.374919) 	p 0x6c65a3000 [512]
> (00.379447) 	buf 512/1
> (00.379457) 	p 0x6c67a3000 [512]
> (00.384019) 	buf 512/1
> (00.384051) 	p 0x6c69a3000 [512]
> (00.388629) 	buf 512/1
> (00.388641) 	p 0x6c6ba3000 [512]
> (00.393180) 	buf 512/1
> (00.393191) 	p 0x6c6da3000 [512]
> (00.397780) 	buf 512/1
> (00.397792) 	p 0x6c6fa3000 [512]
> (00.402356) page-pipe: Clean up page pipe
> (00.402368) page-pipe: Will grow page pipe (iov off is 29)
> (00.402372) page-pipe: Add iov to page pipe (0 iovs, 29/1475266 total)
> (00.402385) page-pipe: Will grow page pipe (iov off is 30)
> (00.402388) page-pipe: Add iov to page pipe (0 iovs, 30/1475266 total)
> (00.402397) page-pipe: Will grow page pipe (iov off is 31)
> (00.402400) page-pipe: Add iov to page pipe (0 iovs, 31/1475266 total)
> (00.402409) page-pipe: Will grow page pipe (iov off is 32)
> (00.402412) page-pipe: Add iov to page pipe (0 iovs, 32/1475266 total)
> (00.402422) page-pipe: Will grow page pipe (iov off is 33)
> (00.402424) page-pipe: Add iov to page pipe (0 iovs, 33/1475266 total)
> (00.402437) page-pipe: Will grow page pipe (iov off is 34)
> (00.402440) page-pipe: Add iov to page pipe (0 iovs, 34/1475266 total)
> (00.402449) page-pipe: Will grow page pipe (iov off is 35)
> (00.402452) page-pipe: Add iov to page pipe (0 iovs, 35/1475266 total)
> (00.402461) page-pipe: Will grow page pipe (iov off is 36)
> (00.402464) page-pipe: Add iov to page pipe (0 iovs, 36/1475266 total)
> (00.402475) page-pipe: Will grow page pipe (iov off is 37)
> (00.402478) page-pipe: Page pipe:
> (00.402481) page-pipe: * 8 pipes 37/1475266 iovs:
> (00.402484) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402487) page-pipe: 		0x6c71a3000 512
> (00.402490) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402493) page-pipe: 		0x6c73a3000 512
> (00.402496) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402499) page-pipe: 		0x6c75a3000 512
> (00.402513) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402517) page-pipe: 		0x6c77a3000 512
> (00.402519) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402522) page-pipe: 		0x6c79a3000 512
> (00.402525) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402528) page-pipe: 		0x6c7ba3000 512
> (00.402530) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402533) page-pipe: 		0x6c7da3000 512
> (00.402536) page-pipe: 	buf 512 pages, 1 iovs:
> (00.402539) page-pipe: 		0x6c7fa3000 512
> (00.402542) page-pipe: * 0 holes:
> (00.402544) PPB: 512 pages 1 segs 512 pipe 29 off
> (00.402566) Sent msg to daemon 8 0 0
> (00.402580) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.402642) Fetched ack: 8 8 0
> (00.402647) PPB: 512 pages 1 segs 512 pipe 30 off
> (00.402661) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.402667) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.402705) Fetched ack: 8 8 0
> (00.402711) PPB: 512 pages 1 segs 512 pipe 31 off
> (00.402718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.402724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.402763) Fetched ack: 8 8 0
> (00.402769) PPB: 512 pages 1 segs 512 pipe 32 off
> (00.402776) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.402782) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.402821) Fetched ack: 8 8 0
> (00.402827) PPB: 512 pages 1 segs 512 pipe 33 off
> (00.402834) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.402840) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.402878) Fetched ack: 8 8 0
> (00.402884) PPB: 512 pages 1 segs 512 pipe 34 off
> (00.402891) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.402896) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.402935) Fetched ack: 8 8 0
> (00.402941) PPB: 512 pages 1 segs 512 pipe 35 off
> (00.402948) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.402954) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.402993) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.402997) PPB: 512 pages 1 segs 512 pipe 36 off
> (00.403006) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.403012) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.403051) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.403055) Transfering pages:
> (00.403060) 	buf 512/1
> (00.403063) 	p 0x6c71a3000 [512]
> (00.407524) 	buf 512/1
> (00.407536) 	p 0x6c73a3000 [512]
> (00.412045) 	buf 512/1
> (00.412057) 	p 0x6c75a3000 [512]
> (00.416574) 	buf 512/1
> (00.416584) 	p 0x6c77a3000 [512]
> (00.421164) 	buf 512/1
> (00.421176) 	p 0x6c79a3000 [512]
> (00.425772) 	buf 512/1
> (00.425783) 	p 0x6c7ba3000 [512]
> (00.430329) 	buf 512/1
> (00.430341) 	p 0x6c7da3000 [512]
> (00.434876) 	buf 512/1
> (00.434888) 	p 0x6c7fa3000 [512]
> (00.439449) page-pipe: Clean up page pipe
> (00.439462) page-pipe: Will grow page pipe (iov off is 37)
> (00.439466) page-pipe: Add iov to page pipe (0 iovs, 37/1475266 total)
> (00.439479) page-pipe: Will grow page pipe (iov off is 38)
> (00.439482) page-pipe: Add iov to page pipe (0 iovs, 38/1475266 total)
> (00.439492) page-pipe: Will grow page pipe (iov off is 39)
> (00.439495) page-pipe: Add iov to page pipe (0 iovs, 39/1475266 total)
> (00.439504) page-pipe: Will grow page pipe (iov off is 40)
> (00.439507) page-pipe: Add iov to page pipe (0 iovs, 40/1475266 total)
> (00.439516) page-pipe: Will grow page pipe (iov off is 41)
> (00.439519) page-pipe: Add iov to page pipe (0 iovs, 41/1475266 total)
> (00.439532) page-pipe: Will grow page pipe (iov off is 42)
> (00.439535) page-pipe: Add iov to page pipe (0 iovs, 42/1475266 total)
> (00.439544) page-pipe: Will grow page pipe (iov off is 43)
> (00.439547) page-pipe: Add iov to page pipe (0 iovs, 43/1475266 total)
> (00.439556) page-pipe: Will grow page pipe (iov off is 44)
> (00.439559) page-pipe: Add iov to page pipe (0 iovs, 44/1475266 total)
> (00.439568) page-pipe: Will grow page pipe (iov off is 45)
> (00.439571) page-pipe: Page pipe:
> (00.439574) page-pipe: * 8 pipes 45/1475266 iovs:
> (00.439591) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439595) page-pipe: 		0x6c81a3000 512
> (00.439598) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439601) page-pipe: 		0x6c83a3000 512
> (00.439604) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439606) page-pipe: 		0x6c85a3000 512
> (00.439609) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439612) page-pipe: 		0x6c87a3000 512
> (00.439615) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439617) page-pipe: 		0x6c89a3000 512
> (00.439620) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439623) page-pipe: 		0x6c8ba3000 512
> (00.439625) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439628) page-pipe: 		0x6c8da3000 512
> (00.439631) page-pipe: 	buf 512 pages, 1 iovs:
> (00.439633) page-pipe: 		0x6c8fa3000 512
> (00.439636) page-pipe: * 0 holes:
> (00.439639) PPB: 512 pages 1 segs 512 pipe 37 off
> (00.439660) Sent msg to daemon 8 0 0
> (00.439673) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.439737) Fetched ack: 8 8 0
> (00.439742) PPB: 512 pages 1 segs 512 pipe 38 off
> (00.439755) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.439761) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.439800) Fetched ack: 8 8 0
> (00.439807) PPB: 512 pages 1 segs 512 pipe 39 off
> (00.439813) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.439819) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.439859) Fetched ack: 8 8 0
> (00.439865) PPB: 512 pages 1 segs 512 pipe 40 off
> (00.439871) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.439877) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.439916) Fetched ack: 8 8 0
> (00.439922) PPB: 512 pages 1 segs 512 pipe 41 off
> (00.439929) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.439934) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.439973) Fetched ack: 8 8 0
> (00.439980) PPB: 512 pages 1 segs 512 pipe 42 off
> (00.439986) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.439992) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.440031) Fetched ack: 8 8 0
> (00.440037) PPB: 512 pages 1 segs 512 pipe 43 off
> (00.440043) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.440049) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.440087) Fetched ack: 8 8 0
> (00.440094) PPB: 512 pages 1 segs 512 pipe 44 off
> (00.440100) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.440106) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.440145) Fetched ack: 8 8 0
> (00.440151) Transfering pages:
> (00.440154) 	buf 512/1
> (00.440157) 	p 0x6c81a3000 [512]
> (00.444658) 	buf 512/1
> (00.444670) 	p 0x6c83a3000 [512]
> (00.449180) 	buf 512/1
> (00.449193) 	p 0x6c85a3000 [512]
> (00.453716) 	buf 512/1
> (00.453726) 	p 0x6c87a3000 [512]
> (00.458288) 	buf 512/1
> (00.458310) 	p 0x6c89a3000 [512]
> (00.462864) 	buf 512/1
> (00.462875) 	p 0x6c8ba3000 [512]
> (00.467401) 	buf 512/1
> (00.467412) 	p 0x6c8da3000 [512]
> (00.471969) 	buf 512/1
> (00.471983) 	p 0x6c8fa3000 [512]
> (00.476507) page-pipe: Clean up page pipe
> (00.476521) page-pipe: Will grow page pipe (iov off is 45)
> (00.476525) page-pipe: Add iov to page pipe (0 iovs, 45/1475266 total)
> (00.476539) page-pipe: Will grow page pipe (iov off is 46)
> (00.476542) page-pipe: Add iov to page pipe (0 iovs, 46/1475266 total)
> (00.476551) page-pipe: Will grow page pipe (iov off is 47)
> (00.476553) page-pipe: Add iov to page pipe (0 iovs, 47/1475266 total)
> (00.476563) page-pipe: Will grow page pipe (iov off is 48)
> (00.476565) page-pipe: Add iov to page pipe (0 iovs, 48/1475266 total)
> (00.476575) page-pipe: Will grow page pipe (iov off is 49)
> (00.476578) page-pipe: Add iov to page pipe (0 iovs, 49/1475266 total)
> (00.476591) page-pipe: Will grow page pipe (iov off is 50)
> (00.476593) page-pipe: Add iov to page pipe (0 iovs, 50/1475266 total)
> (00.476603) page-pipe: Will grow page pipe (iov off is 51)
> (00.476606) page-pipe: Add iov to page pipe (0 iovs, 51/1475266 total)
> (00.476630) page-pipe: Will grow page pipe (iov off is 52)
> (00.476634) page-pipe: Add iov to page pipe (0 iovs, 52/1475266 total)
> (00.476643) page-pipe: Will grow page pipe (iov off is 53)
> (00.476647) page-pipe: Page pipe:
> (00.476650) page-pipe: * 8 pipes 53/1475266 iovs:
> (00.476653) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476655) page-pipe: 		0x6c91a3000 512
> (00.476659) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476661) page-pipe: 		0x6c93a3000 512
> (00.476664) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476667) page-pipe: 		0x6c95a3000 512
> (00.476669) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476672) page-pipe: 		0x6c97a3000 512
> (00.476675) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476677) page-pipe: 		0x6c99a3000 512
> (00.476680) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476683) page-pipe: 		0x6c9ba3000 512
> (00.476685) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476688) page-pipe: 		0x6c9da3000 512
> (00.476691) page-pipe: 	buf 512 pages, 1 iovs:
> (00.476693) page-pipe: 		0x6c9fa3000 512
> (00.476696) page-pipe: * 0 holes:
> (00.476699) PPB: 512 pages 1 segs 512 pipe 45 off
> (00.476719) Sent msg to daemon 8 0 0
> (00.476731) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.476798) Fetched ack: 8 8 0
> (00.476803) PPB: 512 pages 1 segs 512 pipe 46 off
> (00.476814) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.476820) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.476860) Fetched ack: 8 8 0
> (00.476866) PPB: 512 pages 1 segs 512 pipe 47 off
> (00.476873) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.476878) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.476918) Fetched ack: 8 8 0
> (00.476924) PPB: 512 pages 1 segs 512 pipe 48 off
> (00.476930) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.476936) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.476974) Fetched ack: 8 8 0
> (00.476980) PPB: 512 pages 1 segs 512 pipe 49 off
> (00.476987) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.476992) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.477030) Fetched ack: 8 8 0
> (00.477036) PPB: 512 pages 1 segs 512 pipe 50 off
> (00.477043) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.477048) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.477087) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.477092) PPB: 512 pages 1 segs 512 pipe 51 off
> (00.477100) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.477106) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.477145) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.477150) PPB: 512 pages 1 segs 512 pipe 52 off
> (00.477158) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.477164) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.477202) Fetched ack: 8 8 0
> (00.477208) Transfering pages:
> (00.477211) 	buf 512/1
> (00.477214) 	p 0x6c91a3000 [512]
> (00.481690) 	buf 512/1
> (00.481702) 	p 0x6c93a3000 [512]
> (00.486220) 	buf 512/1
> (00.486231) 	p 0x6c95a3000 [512]
> (00.490775) 	buf 512/1
> (00.490786) 	p 0x6c97a3000 [512]
> (00.495347) 	buf 512/1
> (00.495360) 	p 0x6c99a3000 [512]
> (00.499896) 	buf 512/1
> (00.499909) 	p 0x6c9ba3000 [512]
> (00.504425) 	buf 512/1
> (00.504436) 	p 0x6c9da3000 [512]
> (00.508989) 	buf 512/1
> (00.509002) 	p 0x6c9fa3000 [512]
> (00.513530) page-pipe: Clean up page pipe
> (00.513543) page-pipe: Will grow page pipe (iov off is 53)
> (00.513547) page-pipe: Add iov to page pipe (0 iovs, 53/1475266 total)
> (00.513560) page-pipe: Will grow page pipe (iov off is 54)
> (00.513563) page-pipe: Add iov to page pipe (0 iovs, 54/1475266 total)
> (00.513572) page-pipe: Will grow page pipe (iov off is 55)
> (00.513575) page-pipe: Add iov to page pipe (0 iovs, 55/1475266 total)
> (00.513584) page-pipe: Will grow page pipe (iov off is 56)
> (00.513587) page-pipe: Add iov to page pipe (0 iovs, 56/1475266 total)
> (00.513596) page-pipe: Will grow page pipe (iov off is 57)
> (00.513614) page-pipe: Add iov to page pipe (0 iovs, 57/1475266 total)
> (00.513628) page-pipe: Will grow page pipe (iov off is 58)
> (00.513631) page-pipe: Add iov to page pipe (0 iovs, 58/1475266 total)
> (00.513640) page-pipe: Will grow page pipe (iov off is 59)
> (00.513643) page-pipe: Add iov to page pipe (0 iovs, 59/1475266 total)
> (00.513652) page-pipe: Will grow page pipe (iov off is 60)
> (00.513655) page-pipe: Add iov to page pipe (0 iovs, 60/1475266 total)
> (00.513664) page-pipe: Will grow page pipe (iov off is 61)
> (00.513667) page-pipe: Page pipe:
> (00.513670) page-pipe: * 8 pipes 61/1475266 iovs:
> (00.513673) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513676) page-pipe: 		0x6ca1a3000 512
> (00.513679) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513682) page-pipe: 		0x6ca3a3000 512
> (00.513685) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513688) page-pipe: 		0x6ca5a3000 512
> (00.513690) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513693) page-pipe: 		0x6ca7a3000 512
> (00.513696) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513698) page-pipe: 		0x6ca9a3000 512
> (00.513701) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513704) page-pipe: 		0x6caba3000 512
> (00.513707) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513709) page-pipe: 		0x6cada3000 512
> (00.513712) page-pipe: 	buf 512 pages, 1 iovs:
> (00.513715) page-pipe: 		0x6cafa3000 512
> (00.513717) page-pipe: * 0 holes:
> (00.513720) PPB: 512 pages 1 segs 512 pipe 53 off
> (00.513740) Sent msg to daemon 8 0 0
> (00.513754) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.513817) Fetched ack: 8 8 0
> (00.513823) PPB: 512 pages 1 segs 512 pipe 54 off
> (00.513836) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.513842) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.513883) Fetched ack: 8 8 0
> (00.513889) PPB: 512 pages 1 segs 512 pipe 55 off
> (00.513895) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.513901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.513941) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.513946) PPB: 512 pages 1 segs 512 pipe 56 off
> (00.513954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.513960) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.513998) Fetched ack: 8 8 0
> (00.514004) PPB: 512 pages 1 segs 512 pipe 57 off
> (00.514011) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.514016) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.514055) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.514060) PPB: 512 pages 1 segs 512 pipe 58 off
> (00.514068) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.514074) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.514112) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.514117) PPB: 512 pages 1 segs 512 pipe 59 off
> (00.514125) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.514130) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.514170) Fetched ack: 8 8 0
> (00.514176) PPB: 512 pages 1 segs 512 pipe 60 off
> (00.514183) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.514188) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.514227) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.514232) Transfering pages:
> (00.514236) 	buf 512/1
> (00.514239) 	p 0x6ca1a3000 [512]
> (00.518718) 	buf 512/1
> (00.518731) 	p 0x6ca3a3000 [512]
> (00.523223) 	buf 512/1
> (00.523234) 	p 0x6ca5a3000 [512]
> (00.527762) 	buf 512/1
> (00.527774) 	p 0x6ca7a3000 [512]
> (00.532330) 	buf 512/1
> (00.532343) 	p 0x6ca9a3000 [512]
> (00.536911) 	buf 512/1
> (00.536924) 	p 0x6caba3000 [512]
> (00.541502) 	buf 512/1
> (00.541514) 	p 0x6cada3000 [512]
> (00.546054) 	buf 512/1
> (00.546066) 	p 0x6cafa3000 [512]
> (00.550618) page-pipe: Clean up page pipe
> (00.550632) page-pipe: Will grow page pipe (iov off is 61)
> (00.550636) page-pipe: Add iov to page pipe (0 iovs, 61/1475266 total)
> (00.550649) page-pipe: Will grow page pipe (iov off is 62)
> (00.550652) page-pipe: Add iov to page pipe (0 iovs, 62/1475266 total)
> (00.550679) page-pipe: Will grow page pipe (iov off is 63)
> (00.550683) page-pipe: Add iov to page pipe (0 iovs, 63/1475266 total)
> (00.550695) page-pipe: Will grow page pipe (iov off is 64)
> (00.550698) page-pipe: Add iov to page pipe (0 iovs, 64/1475266 total)
> (00.550710) page-pipe: Will grow page pipe (iov off is 65)
> (00.550713) page-pipe: Add iov to page pipe (0 iovs, 65/1475266 total)
> (00.550726) page-pipe: Will grow page pipe (iov off is 66)
> (00.550728) page-pipe: Add iov to page pipe (0 iovs, 66/1475266 total)
> (00.550739) page-pipe: Will grow page pipe (iov off is 67)
> (00.550742) page-pipe: Add iov to page pipe (0 iovs, 67/1475266 total)
> (00.550751) page-pipe: Will grow page pipe (iov off is 68)
> (00.550754) page-pipe: Add iov to page pipe (0 iovs, 68/1475266 total)
> (00.550763) page-pipe: Will grow page pipe (iov off is 69)
> (00.550766) page-pipe: Page pipe:
> (00.550769) page-pipe: * 8 pipes 69/1475266 iovs:
> (00.550772) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550775) page-pipe: 		0x6cb1a3000 512
> (00.550778) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550781) page-pipe: 		0x6cb3a3000 512
> (00.550784) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550787) page-pipe: 		0x6cb5a3000 512
> (00.550789) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550792) page-pipe: 		0x6cb7a3000 512
> (00.550795) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550798) page-pipe: 		0x6cb9a3000 512
> (00.550800) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550803) page-pipe: 		0x6cbba3000 512
> (00.550806) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550809) page-pipe: 		0x6cbda3000 512
> (00.550811) page-pipe: 	buf 512 pages, 1 iovs:
> (00.550814) page-pipe: 		0x6cbfa3000 512
> (00.550817) page-pipe: * 0 holes:
> (00.550820) PPB: 512 pages 1 segs 512 pipe 61 off
> (00.550842) Sent msg to daemon 8 0 0
> (00.550855) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.550920) Fetched ack: 8 8 0
> (00.550925) PPB: 512 pages 1 segs 512 pipe 62 off
> (00.550937) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.550943) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.550982) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.550987) PPB: 512 pages 1 segs 512 pipe 63 off
> (00.550996) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.551001) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.551041) Fetched ack: 8 8 0
> (00.551047) PPB: 512 pages 1 segs 512 pipe 64 off
> (00.551053) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.551059) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.551098) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.551102) PPB: 512 pages 1 segs 512 pipe 65 off
> (00.551110) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.551116) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.551156) Fetched ack: 8 8 0
> (00.551162) PPB: 512 pages 1 segs 512 pipe 66 off
> (00.551168) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.551174) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.551212) Fetched ack: 8 8 0
> (00.551219) PPB: 512 pages 1 segs 512 pipe 67 off
> (00.551225) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.551231) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.551270) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.551275) PPB: 512 pages 1 segs 512 pipe 68 off
> (00.551283) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.551288) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.551327) Fetched ack: 8 8 0
> (00.551334) Transfering pages:
> (00.551336) 	buf 512/1
> (00.551339) 	p 0x6cb1a3000 [512]
> (00.555826) 	buf 512/1
> (00.555837) 	p 0x6cb3a3000 [512]
> (00.560334) 	buf 512/1
> (00.560345) 	p 0x6cb5a3000 [512]
> (00.564878) 	buf 512/1
> (00.564889) 	p 0x6cb7a3000 [512]
> (00.569476) 	buf 512/1
> (00.569488) 	p 0x6cb9a3000 [512]
> (00.574070) 	buf 512/1
> (00.574081) 	p 0x6cbba3000 [512]
> (00.578628) 	buf 512/1
> (00.578640) 	p 0x6cbda3000 [512]
> (00.583169) 	buf 512/1
> (00.583180) 	p 0x6cbfa3000 [512]
> (00.587764) page-pipe: Clean up page pipe
> (00.587777) page-pipe: Will grow page pipe (iov off is 69)
> (00.587781) page-pipe: Add iov to page pipe (0 iovs, 69/1475266 total)
> (00.587795) page-pipe: Will grow page pipe (iov off is 70)
> (00.587798) page-pipe: Add iov to page pipe (0 iovs, 70/1475266 total)
> (00.587807) page-pipe: Will grow page pipe (iov off is 71)
> (00.587810) page-pipe: Add iov to page pipe (0 iovs, 71/1475266 total)
> (00.587819) page-pipe: Will grow page pipe (iov off is 72)
> (00.587822) page-pipe: Add iov to page pipe (0 iovs, 72/1475266 total)
> (00.587831) page-pipe: Will grow page pipe (iov off is 73)
> (00.587834) page-pipe: Add iov to page pipe (0 iovs, 73/1475266 total)
> (00.587847) page-pipe: Will grow page pipe (iov off is 74)
> (00.587850) page-pipe: Add iov to page pipe (0 iovs, 74/1475266 total)
> (00.587859) page-pipe: Will grow page pipe (iov off is 75)
> (00.587862) page-pipe: Add iov to page pipe (0 iovs, 75/1475266 total)
> (00.587871) page-pipe: Will grow page pipe (iov off is 76)
> (00.587874) page-pipe: Add iov to page pipe (0 iovs, 76/1475266 total)
> (00.587883) page-pipe: Will grow page pipe (iov off is 77)
> (00.587886) page-pipe: Page pipe:
> (00.587889) page-pipe: * 8 pipes 77/1475266 iovs:
> (00.587892) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587895) page-pipe: 		0x6cc1a3000 512
> (00.587898) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587901) page-pipe: 		0x6cc3a3000 512
> (00.587904) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587908) page-pipe: 		0x6cc5a3000 512
> (00.587911) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587913) page-pipe: 		0x6cc7a3000 512
> (00.587916) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587919) page-pipe: 		0x6cc9a3000 512
> (00.587922) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587924) page-pipe: 		0x6ccba3000 512
> (00.587927) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587930) page-pipe: 		0x6ccda3000 512
> (00.587932) page-pipe: 	buf 512 pages, 1 iovs:
> (00.587935) page-pipe: 		0x6ccfa3000 512
> (00.587938) page-pipe: * 0 holes:
> (00.587940) PPB: 512 pages 1 segs 512 pipe 69 off
> (00.587960) Sent msg to daemon 8 0 0
> (00.587972) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.588035) Fetched ack: 8 8 0
> (00.588039) PPB: 512 pages 1 segs 512 pipe 70 off
> (00.588046) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588052) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.588090) Fetched ack: 8 8 0
> (00.588097) PPB: 512 pages 1 segs 512 pipe 71 off
> (00.588103) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588109) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.588148) Fetched ack: 8 8 0
> (00.588154) PPB: 512 pages 1 segs 512 pipe 72 off
> (00.588161) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588167) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.588205) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.588209) PPB: 512 pages 1 segs 512 pipe 73 off
> (00.588218) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588224) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.588263) Fetched ack: 8 8 0
> (00.588269) PPB: 512 pages 1 segs 512 pipe 74 off
> (00.588275) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588281) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.588319) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.588324) PPB: 512 pages 1 segs 512 pipe 75 off
> (00.588332) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588337) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.588376) Fetched ack: 8 8 0
> (00.588382) PPB: 512 pages 1 segs 512 pipe 76 off
> (00.588389) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.588394) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.588434) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.588439) Transfering pages:
> (00.588443) 	buf 512/1
> (00.588446) 	p 0x6cc1a3000 [512]
> (00.592932) 	buf 512/1
> (00.592944) 	p 0x6cc3a3000 [512]
> (00.597486) 	buf 512/1
> (00.597498) 	p 0x6cc5a3000 [512]
> (00.603407) 	buf 512/1
> (00.603424) 	p 0x6cc7a3000 [512]
> (00.608630) 	buf 512/1
> (00.608657) 	p 0x6cc9a3000 [512]
> (00.613945) 	buf 512/1
> (00.613958) 	p 0x6ccba3000 [512]
> (00.619239) 	buf 512/1
> (00.619251) 	p 0x6ccda3000 [512]
> (00.624522) 	buf 512/1
> (00.624534) 	p 0x6ccfa3000 [512]
> (00.629846) page-pipe: Clean up page pipe
> (00.629859) page-pipe: Will grow page pipe (iov off is 77)
> (00.629864) page-pipe: Add iov to page pipe (0 iovs, 77/1475266 total)
> (00.629878) page-pipe: Will grow page pipe (iov off is 78)
> (00.629881) page-pipe: Add iov to page pipe (0 iovs, 78/1475266 total)
> (00.629890) page-pipe: Will grow page pipe (iov off is 79)
> (00.629893) page-pipe: Add iov to page pipe (0 iovs, 79/1475266 total)
> (00.629902) page-pipe: Will grow page pipe (iov off is 80)
> (00.629905) page-pipe: Add iov to page pipe (0 iovs, 80/1475266 total)
> (00.629915) page-pipe: Will grow page pipe (iov off is 81)
> (00.629917) page-pipe: Add iov to page pipe (0 iovs, 81/1475266 total)
> (00.629930) page-pipe: Will grow page pipe (iov off is 82)
> (00.629933) page-pipe: Add iov to page pipe (0 iovs, 82/1475266 total)
> (00.629943) page-pipe: Will grow page pipe (iov off is 83)
> (00.629945) page-pipe: Add iov to page pipe (0 iovs, 83/1475266 total)
> (00.629955) page-pipe: Will grow page pipe (iov off is 84)
> (00.629957) page-pipe: Add iov to page pipe (0 iovs, 84/1475266 total)
> (00.629968) page-pipe: Will grow page pipe (iov off is 85)
> (00.629972) page-pipe: Page pipe:
> (00.629974) page-pipe: * 8 pipes 85/1475266 iovs:
> (00.629977) page-pipe: 	buf 512 pages, 1 iovs:
> (00.629980) page-pipe: 		0x6cd1a3000 512
> (00.629983) page-pipe: 	buf 512 pages, 1 iovs:
> (00.629986) page-pipe: 		0x6cd3a3000 512
> (00.629989) page-pipe: 	buf 512 pages, 1 iovs:
> (00.629991) page-pipe: 		0x6cd5a3000 512
> (00.629994) page-pipe: 	buf 512 pages, 1 iovs:
> (00.629997) page-pipe: 		0x6cd7a3000 512
> (00.630000) page-pipe: 	buf 512 pages, 1 iovs:
> (00.630002) page-pipe: 		0x6cd9a3000 512
> (00.630005) page-pipe: 	buf 512 pages, 1 iovs:
> (00.630007) page-pipe: 		0x6cdba3000 512
> (00.630010) page-pipe: 	buf 512 pages, 1 iovs:
> (00.630013) page-pipe: 		0x6cdda3000 512
> (00.630015) page-pipe: 	buf 512 pages, 1 iovs:
> (00.630018) page-pipe: 		0x6cdfa3000 512
> (00.630021) page-pipe: * 0 holes:
> (00.630024) PPB: 512 pages 1 segs 512 pipe 77 off
> (00.630044) Sent msg to daemon 8 0 0
> (00.630057) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.630121) Fetched ack: 8 8 0
> (00.630127) PPB: 512 pages 1 segs 512 pipe 78 off
> (00.630133) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630140) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.630179) Fetched ack: 8 8 0
> (00.630185) PPB: 512 pages 1 segs 512 pipe 79 off
> (00.630192) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630197) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.630238) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.630242) PPB: 512 pages 1 segs 512 pipe 80 off
> (00.630251) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630257) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.630296) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.630301) PPB: 512 pages 1 segs 512 pipe 81 off
> (00.630309) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630315) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.630355) Fetched ack: 8 8 0
> (00.630361) PPB: 512 pages 1 segs 512 pipe 82 off
> (00.630368) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630373) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.630413) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.630418) PPB: 512 pages 1 segs 512 pipe 83 off
> (00.630426) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630432) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.630471) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.630475) PPB: 512 pages 1 segs 512 pipe 84 off
> (00.630484) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.630490) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.630536) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.630541) Transfering pages:
> (00.630546) 	buf 512/1
> (00.630549) 	p 0x6cd1a3000 [512]
> (00.635749) 	buf 512/1
> (00.635760) 	p 0x6cd3a3000 [512]
> (00.640992) 	buf 512/1
> (00.641003) 	p 0x6cd5a3000 [512]
> (00.646021) 	buf 512/1
> (00.646031) 	p 0x6cd7a3000 [512]
> (00.650678) 	buf 512/1
> (00.650689) 	p 0x6cd9a3000 [512]
> (00.655319) 	buf 512/1
> (00.655331) 	p 0x6cdba3000 [512]
> (00.659901) 	buf 512/1
> (00.659912) 	p 0x6cdda3000 [512]
> (00.664490) 	buf 512/1
> (00.664503) 	p 0x6cdfa3000 [512]
> (00.669106) page-pipe: Clean up page pipe
> (00.669118) page-pipe: Will grow page pipe (iov off is 85)
> (00.669123) page-pipe: Add iov to page pipe (0 iovs, 85/1475266 total)
> (00.669136) page-pipe: Will grow page pipe (iov off is 86)
> (00.669139) page-pipe: Add iov to page pipe (0 iovs, 86/1475266 total)
> (00.669148) page-pipe: Will grow page pipe (iov off is 87)
> (00.669151) page-pipe: Add iov to page pipe (0 iovs, 87/1475266 total)
> (00.669160) page-pipe: Will grow page pipe (iov off is 88)
> (00.669163) page-pipe: Add iov to page pipe (0 iovs, 88/1475266 total)
> (00.669173) page-pipe: Will grow page pipe (iov off is 89)
> (00.669175) page-pipe: Add iov to page pipe (0 iovs, 89/1475266 total)
> (00.669188) page-pipe: Will grow page pipe (iov off is 90)
> (00.669191) page-pipe: Add iov to page pipe (0 iovs, 90/1475266 total)
> (00.669200) page-pipe: Will grow page pipe (iov off is 91)
> (00.669203) page-pipe: Add iov to page pipe (0 iovs, 91/1475266 total)
> (00.669212) page-pipe: Will grow page pipe (iov off is 92)
> (00.669215) page-pipe: Add iov to page pipe (0 iovs, 92/1475266 total)
> (00.669224) page-pipe: Will grow page pipe (iov off is 93)
> (00.669227) page-pipe: Page pipe:
> (00.669230) page-pipe: * 8 pipes 93/1475266 iovs:
> (00.669233) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669236) page-pipe: 		0x6ce1a3000 512
> (00.669239) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669242) page-pipe: 		0x6ce3a3000 512
> (00.669245) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669247) page-pipe: 		0x6ce5a3000 512
> (00.669250) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669253) page-pipe: 		0x6ce7a3000 512
> (00.669255) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669258) page-pipe: 		0x6ce9a3000 512
> (00.669261) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669263) page-pipe: 		0x6ceba3000 512
> (00.669266) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669269) page-pipe: 		0x6ceda3000 512
> (00.669272) page-pipe: 	buf 512 pages, 1 iovs:
> (00.669274) page-pipe: 		0x6cefa3000 512
> (00.669277) page-pipe: * 0 holes:
> (00.669280) PPB: 512 pages 1 segs 512 pipe 85 off
> (00.669316) Sent msg to daemon 8 0 0
> (00.669331) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.669393) Fetched ack: 8 8 0
> (00.669399) PPB: 512 pages 1 segs 512 pipe 86 off
> (00.669412) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669418) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.669459) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.669463) PPB: 512 pages 1 segs 512 pipe 87 off
> (00.669472) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669478) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.669517) Fetched ack: 8 8 0
> (00.669523) PPB: 512 pages 1 segs 512 pipe 88 off
> (00.669529) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669535) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.669574) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.669579) PPB: 512 pages 1 segs 512 pipe 89 off
> (00.669587) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669593) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.669632) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.669637) PPB: 512 pages 1 segs 512 pipe 90 off
> (00.669645) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669650) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.669689) Fetched ack: 8 8 0
> (00.669695) PPB: 512 pages 1 segs 512 pipe 91 off
> (00.669701) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669726) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.669805) Fetched ack: 8 8 0
> (00.669813) PPB: 512 pages 1 segs 512 pipe 92 off
> (00.669819) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.669825) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.669865) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.669870) Transfering pages:
> (00.669874) 	buf 512/1
> (00.669877) 	p 0x6ce1a3000 [512]
> (00.674415) 	buf 512/1
> (00.674426) 	p 0x6ce3a3000 [512]
> (00.678983) 	buf 512/1
> (00.678994) 	p 0x6ce5a3000 [512]
> (00.683544) 	buf 512/1
> (00.683555) 	p 0x6ce7a3000 [512]
> (00.688145) 	buf 512/1
> (00.688158) 	p 0x6ce9a3000 [512]
> (00.692714) 	buf 512/1
> (00.692727) 	p 0x6ceba3000 [512]
> (00.697325) 	buf 512/1
> (00.697337) 	p 0x6ceda3000 [512]
> (00.701909) 	buf 512/1
> (00.701919) 	p 0x6cefa3000 [512]
> (00.706541) page-pipe: Clean up page pipe
> (00.706553) page-pipe: Will grow page pipe (iov off is 93)
> (00.706557) page-pipe: Add iov to page pipe (0 iovs, 93/1475266 total)
> (00.706571) page-pipe: Will grow page pipe (iov off is 94)
> (00.706574) page-pipe: Add iov to page pipe (0 iovs, 94/1475266 total)
> (00.706584) page-pipe: Will grow page pipe (iov off is 95)
> (00.706586) page-pipe: Add iov to page pipe (0 iovs, 95/1475266 total)
> (00.706596) page-pipe: Will grow page pipe (iov off is 96)
> (00.706598) page-pipe: Add iov to page pipe (0 iovs, 96/1475266 total)
> (00.706608) page-pipe: Will grow page pipe (iov off is 97)
> (00.706611) page-pipe: Add iov to page pipe (0 iovs, 97/1475266 total)
> (00.706623) page-pipe: Will grow page pipe (iov off is 98)
> (00.706626) page-pipe: Add iov to page pipe (0 iovs, 98/1475266 total)
> (00.706637) page-pipe: Will grow page pipe (iov off is 99)
> (00.706639) page-pipe: Add iov to page pipe (0 iovs, 99/1475266 total)
> (00.706649) page-pipe: Will grow page pipe (iov off is 100)
> (00.706652) page-pipe: Add iov to page pipe (0 iovs, 100/1475266 total)
> (00.706661) page-pipe: Will grow page pipe (iov off is 101)
> (00.706664) page-pipe: Page pipe:
> (00.706667) page-pipe: * 8 pipes 101/1475266 iovs:
> (00.706670) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706673) page-pipe: 		0x6cf1a3000 512
> (00.706676) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706679) page-pipe: 		0x6cf3a3000 512
> (00.706682) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706684) page-pipe: 		0x6cf5a3000 512
> (00.706687) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706690) page-pipe: 		0x6cf7a3000 512
> (00.706692) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706695) page-pipe: 		0x6cf9a3000 512
> (00.706697) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706700) page-pipe: 		0x6cfba3000 512
> (00.706703) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706705) page-pipe: 		0x6cfda3000 512
> (00.706708) page-pipe: 	buf 512 pages, 1 iovs:
> (00.706711) page-pipe: 		0x6cffa3000 512
> (00.706713) page-pipe: * 0 holes:
> (00.706716) PPB: 512 pages 1 segs 512 pipe 93 off
> (00.706736) Sent msg to daemon 8 0 0
> (00.706750) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.706814) Fetched ack: 8 8 0
> (00.706819) PPB: 512 pages 1 segs 512 pipe 94 off
> (00.706832) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.706838) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.706878) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.706883) PPB: 512 pages 1 segs 512 pipe 95 off
> (00.706891) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.706897) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.706936) Fetched ack: 8 8 0
> (00.706942) PPB: 512 pages 1 segs 512 pipe 96 off
> (00.706949) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.706954) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.706993) Fetched ack: 8 8 0
> (00.706999) PPB: 512 pages 1 segs 512 pipe 97 off
> (00.707006) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.707011) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.707051) Fetched ack: 8 8 0
> (00.707057) PPB: 512 pages 1 segs 512 pipe 98 off
> (00.707079) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.707086) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.707125) Fetched ack: 8 8 0
> (00.707131) PPB: 512 pages 1 segs 512 pipe 99 off
> (00.707137) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.707143) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.707182) Fetched ack: 8 8 0
> (00.707188) PPB: 512 pages 1 segs 512 pipe 100 off
> (00.707195) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.707200) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.707239) Fetched ack: 8 8 0
> (00.707246) Transfering pages:
> (00.707249) 	buf 512/1
> (00.707251) 	p 0x6cf1a3000 [512]
> (00.711778) 	buf 512/1
> (00.711789) 	p 0x6cf3a3000 [512]
> (00.716325) 	buf 512/1
> (00.716336) 	p 0x6cf5a3000 [512]
> (00.720937) 	buf 512/1
> (00.720950) 	p 0x6cf7a3000 [512]
> (00.725613) 	buf 512/1
> (00.725624) 	p 0x6cf9a3000 [512]
> (00.730252) 	buf 512/1
> (00.730263) 	p 0x6cfba3000 [512]
> (00.734960) 	buf 512/1
> (00.734972) 	p 0x6cfda3000 [512]
> (00.739648) 	buf 512/1
> (00.739662) 	p 0x6cffa3000 [512]
> (00.744352) page-pipe: Clean up page pipe
> (00.744365) page-pipe: Will grow page pipe (iov off is 101)
> (00.744369) page-pipe: Add iov to page pipe (0 iovs, 101/1475266 total)
> (00.744383) page-pipe: Will grow page pipe (iov off is 102)
> (00.744386) page-pipe: Add iov to page pipe (0 iovs, 102/1475266 total)
> (00.744395) page-pipe: Will grow page pipe (iov off is 103)
> (00.744398) page-pipe: Add iov to page pipe (0 iovs, 103/1475266 total)
> (00.744407) page-pipe: Will grow page pipe (iov off is 104)
> (00.744410) page-pipe: Add iov to page pipe (0 iovs, 104/1475266 total)
> (00.744419) page-pipe: Will grow page pipe (iov off is 105)
> (00.744422) page-pipe: Add iov to page pipe (0 iovs, 105/1475266 total)
> (00.744435) page-pipe: Will grow page pipe (iov off is 106)
> (00.744438) page-pipe: Add iov to page pipe (0 iovs, 106/1475266 total)
> (00.744447) page-pipe: Will grow page pipe (iov off is 107)
> (00.744450) page-pipe: Add iov to page pipe (0 iovs, 107/1475266 total)
> (00.744459) page-pipe: Will grow page pipe (iov off is 108)
> (00.744462) page-pipe: Add iov to page pipe (0 iovs, 108/1475266 total)
> (00.744471) page-pipe: Will grow page pipe (iov off is 109)
> (00.744475) page-pipe: Page pipe:
> (00.744478) page-pipe: * 8 pipes 109/1475266 iovs:
> (00.744481) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744483) page-pipe: 		0x6d01a3000 512
> (00.744487) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744490) page-pipe: 		0x6d03a3000 512
> (00.744492) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744495) page-pipe: 		0x6d05a3000 512
> (00.744498) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744501) page-pipe: 		0x6d07a3000 512
> (00.744503) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744506) page-pipe: 		0x6d09a3000 512
> (00.744509) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744512) page-pipe: 		0x6d0ba3000 512
> (00.744515) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744517) page-pipe: 		0x6d0da3000 512
> (00.744520) page-pipe: 	buf 512 pages, 1 iovs:
> (00.744523) page-pipe: 		0x6d0fa3000 512
> (00.744526) page-pipe: * 0 holes:
> (00.744529) PPB: 512 pages 1 segs 512 pipe 101 off
> (00.744548) Sent msg to daemon 8 0 0
> (00.744561) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.744627) Fetched ack: 8 8 0
> (00.744633) PPB: 512 pages 1 segs 512 pipe 102 off
> (00.744640) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.744646) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.744684) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.744689) PPB: 512 pages 1 segs 512 pipe 103 off
> (00.744697) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.744703) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.744742) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.744746) PPB: 512 pages 1 segs 512 pipe 104 off
> (00.744755) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.744760) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.744799) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.744821) PPB: 512 pages 1 segs 512 pipe 105 off
> (00.744830) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.744836) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.744877) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.744882) PPB: 512 pages 1 segs 512 pipe 106 off
> (00.744890) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.744896) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.744934) Fetched ack: 8 8 0
> (00.744941) PPB: 512 pages 1 segs 512 pipe 107 off
> (00.744947) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.744953) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.744993) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.744997) PPB: 512 pages 1 segs 512 pipe 108 off
> (00.745006) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.745011) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.745050) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.745055) Transfering pages:
> (00.745060) 	buf 512/1
> (00.745063) 	p 0x6d01a3000 [512]
> (00.749664) 	buf 512/1
> (00.749677) 	p 0x6d03a3000 [512]
> (00.754262) 	buf 512/1
> (00.754272) 	p 0x6d05a3000 [512]
> (00.758953) 	buf 512/1
> (00.758965) 	p 0x6d07a3000 [512]
> (00.763634) 	buf 512/1
> (00.763661) 	p 0x6d09a3000 [512]
> (00.768335) 	buf 512/1
> (00.768347) 	p 0x6d0ba3000 [512]
> (00.773038) 	buf 512/1
> (00.773050) 	p 0x6d0da3000 [512]
> (00.777593) 	buf 512/1
> (00.777606) 	p 0x6d0fa3000 [512]
> (00.782208) page-pipe: Clean up page pipe
> (00.782220) page-pipe: Will grow page pipe (iov off is 109)
> (00.782224) page-pipe: Add iov to page pipe (0 iovs, 109/1475266 total)
> (00.782238) page-pipe: Will grow page pipe (iov off is 110)
> (00.782241) page-pipe: Add iov to page pipe (0 iovs, 110/1475266 total)
> (00.782251) page-pipe: Will grow page pipe (iov off is 111)
> (00.782254) page-pipe: Add iov to page pipe (0 iovs, 111/1475266 total)
> (00.782263) page-pipe: Will grow page pipe (iov off is 112)
> (00.782266) page-pipe: Add iov to page pipe (0 iovs, 112/1475266 total)
> (00.782275) page-pipe: Will grow page pipe (iov off is 113)
> (00.782278) page-pipe: Add iov to page pipe (0 iovs, 113/1475266 total)
> (00.782290) page-pipe: Will grow page pipe (iov off is 114)
> (00.782293) page-pipe: Add iov to page pipe (0 iovs, 114/1475266 total)
> (00.782302) page-pipe: Will grow page pipe (iov off is 115)
> (00.782305) page-pipe: Add iov to page pipe (0 iovs, 115/1475266 total)
> (00.782315) page-pipe: Will grow page pipe (iov off is 116)
> (00.782317) page-pipe: Add iov to page pipe (0 iovs, 116/1475266 total)
> (00.782327) page-pipe: Will grow page pipe (iov off is 117)
> (00.782330) page-pipe: Page pipe:
> (00.782333) page-pipe: * 8 pipes 117/1475266 iovs:
> (00.782336) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782339) page-pipe: 		0x6d11a3000 512
> (00.782342) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782345) page-pipe: 		0x6d13a3000 512
> (00.782347) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782350) page-pipe: 		0x6d15a3000 512
> (00.782352) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782355) page-pipe: 		0x6d17a3000 512
> (00.782358) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782360) page-pipe: 		0x6d19a3000 512
> (00.782363) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782366) page-pipe: 		0x6d1ba3000 512
> (00.782368) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782371) page-pipe: 		0x6d1da3000 512
> (00.782374) page-pipe: 	buf 512 pages, 1 iovs:
> (00.782376) page-pipe: 		0x6d1fa3000 512
> (00.782379) page-pipe: * 0 holes:
> (00.782382) PPB: 512 pages 1 segs 512 pipe 109 off
> (00.782402) Sent msg to daemon 8 0 0
> (00.782415) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.782478) Fetched ack: 8 8 0
> (00.782484) PPB: 512 pages 1 segs 512 pipe 110 off
> (00.782497) Sent msg to daemon 8 0 0
> (00.782503) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.782545) Fetched ack: 8 8 0
> (00.782550) PPB: 512 pages 1 segs 512 pipe 111 off
> (00.782557) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.782563) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.782619) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.782624) PPB: 512 pages 1 segs 512 pipe 112 off
> (00.782633) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.782639) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.782678) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.782682) PPB: 512 pages 1 segs 512 pipe 113 off
> (00.782691) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.782697) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.782735) Fetched ack: 8 8 0
> (00.782741) PPB: 512 pages 1 segs 512 pipe 114 off
> (00.782748) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.782753) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.782792) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.782797) PPB: 512 pages 1 segs 512 pipe 115 off
> (00.782805) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.782811) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.782849) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.782854) PPB: 512 pages 1 segs 512 pipe 116 off
> (00.782862) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.782868) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.782906) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.782911) Transfering pages:
> (00.782915) 	buf 512/1
> (00.782918) 	p 0x6d11a3000 [512]
> (00.787429) 	buf 512/1
> (00.787440) 	p 0x6d13a3000 [512]
> (00.792011) 	buf 512/1
> (00.792021) 	p 0x6d15a3000 [512]
> (00.796591) 	buf 512/1
> (00.796603) 	p 0x6d17a3000 [512]
> (00.801203) 	buf 512/1
> (00.801214) 	p 0x6d19a3000 [512]
> (00.805805) 	buf 512/1
> (00.805819) 	p 0x6d1ba3000 [512]
> (00.810403) 	buf 512/1
> (00.810415) 	p 0x6d1da3000 [512]
> (00.814973) 	buf 512/1
> (00.814984) 	p 0x6d1fa3000 [512]
> (00.819599) page-pipe: Clean up page pipe
> (00.819612) page-pipe: Will grow page pipe (iov off is 117)
> (00.819616) page-pipe: Add iov to page pipe (0 iovs, 117/1475266 total)
> (00.819630) page-pipe: Will grow page pipe (iov off is 118)
> (00.819633) page-pipe: Add iov to page pipe (0 iovs, 118/1475266 total)
> (00.819643) page-pipe: Will grow page pipe (iov off is 119)
> (00.819645) page-pipe: Add iov to page pipe (0 iovs, 119/1475266 total)
> (00.819655) page-pipe: Will grow page pipe (iov off is 120)
> (00.819658) page-pipe: Add iov to page pipe (0 iovs, 120/1475266 total)
> (00.819667) page-pipe: Will grow page pipe (iov off is 121)
> (00.819670) page-pipe: Add iov to page pipe (0 iovs, 121/1475266 total)
> (00.819682) page-pipe: Will grow page pipe (iov off is 122)
> (00.819685) page-pipe: Add iov to page pipe (0 iovs, 122/1475266 total)
> (00.819695) page-pipe: Will grow page pipe (iov off is 123)
> (00.819697) page-pipe: Add iov to page pipe (0 iovs, 123/1475266 total)
> (00.819707) page-pipe: Will grow page pipe (iov off is 124)
> (00.819709) page-pipe: Add iov to page pipe (0 iovs, 124/1475266 total)
> (00.819719) page-pipe: Will grow page pipe (iov off is 125)
> (00.819722) page-pipe: Page pipe:
> (00.819725) page-pipe: * 8 pipes 125/1475266 iovs:
> (00.819728) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819731) page-pipe: 		0x6d21a3000 512
> (00.819734) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819737) page-pipe: 		0x6d23a3000 512
> (00.819740) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819743) page-pipe: 		0x6d25a3000 512
> (00.819745) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819748) page-pipe: 		0x6d27a3000 512
> (00.819751) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819754) page-pipe: 		0x6d29a3000 512
> (00.819756) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819759) page-pipe: 		0x6d2ba3000 512
> (00.819762) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819765) page-pipe: 		0x6d2da3000 512
> (00.819767) page-pipe: 	buf 512 pages, 1 iovs:
> (00.819770) page-pipe: 		0x6d2fa3000 512
> (00.819773) page-pipe: * 0 holes:
> (00.819776) PPB: 512 pages 1 segs 512 pipe 117 off
> (00.819796) Sent msg to daemon 8 0 0
> (00.819808) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.819874) Fetched ack: 8 8 0
> (00.819879) PPB: 512 pages 1 segs 512 pipe 118 off
> (00.819902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.819909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.819947) Fetched ack: 8 8 0
> (00.819953) PPB: 512 pages 1 segs 512 pipe 119 off
> (00.819959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.819965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.820005) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.820010) PPB: 512 pages 1 segs 512 pipe 120 off
> (00.820018) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.820024) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.820062) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.820067) PPB: 512 pages 1 segs 512 pipe 121 off
> (00.820075) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.820081) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.820120) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.820125) PPB: 512 pages 1 segs 512 pipe 122 off
> (00.820133) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.820139) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.820177) Fetched ack: 8 8 0
> (00.820183) PPB: 512 pages 1 segs 512 pipe 123 off
> (00.820190) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.820195) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.820234) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.820239) PPB: 512 pages 1 segs 512 pipe 124 off
> (00.820247) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.820253) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.820291) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.820296) Transfering pages:
> (00.820300) 	buf 512/1
> (00.820303) 	p 0x6d21a3000 [512]
> (00.824779) 	buf 512/1
> (00.824792) 	p 0x6d23a3000 [512]
> (00.829349) 	buf 512/1
> (00.829361) 	p 0x6d25a3000 [512]
> (00.833942) 	buf 512/1
> (00.833954) 	p 0x6d27a3000 [512]
> (00.838497) 	buf 512/1
> (00.838510) 	p 0x6d29a3000 [512]
> (00.843114) 	buf 512/1
> (00.843125) 	p 0x6d2ba3000 [512]
> (00.847705) 	buf 512/1
> (00.847717) 	p 0x6d2da3000 [512]
> (00.852268) 	buf 512/1
> (00.852280) 	p 0x6d2fa3000 [512]
> (00.856876) page-pipe: Clean up page pipe
> (00.856889) page-pipe: Will grow page pipe (iov off is 125)
> (00.856893) page-pipe: Add iov to page pipe (0 iovs, 125/1475266 total)
> (00.856907) page-pipe: Will grow page pipe (iov off is 126)
> (00.856910) page-pipe: Add iov to page pipe (0 iovs, 126/1475266 total)
> (00.856920) page-pipe: Will grow page pipe (iov off is 127)
> (00.856922) page-pipe: Add iov to page pipe (0 iovs, 127/1475266 total)
> (00.856932) page-pipe: Will grow page pipe (iov off is 128)
> (00.856934) page-pipe: Add iov to page pipe (0 iovs, 128/1475266 total)
> (00.856944) page-pipe: Will grow page pipe (iov off is 129)
> (00.856947) page-pipe: Add iov to page pipe (0 iovs, 129/1475266 total)
> (00.856959) page-pipe: Will grow page pipe (iov off is 130)
> (00.856962) page-pipe: Add iov to page pipe (0 iovs, 130/1475266 total)
> (00.856971) page-pipe: Will grow page pipe (iov off is 131)
> (00.856974) page-pipe: Add iov to page pipe (0 iovs, 131/1475266 total)
> (00.856984) page-pipe: Will grow page pipe (iov off is 132)
> (00.856986) page-pipe: Add iov to page pipe (0 iovs, 132/1475266 total)
> (00.856996) page-pipe: Will grow page pipe (iov off is 133)
> (00.856999) page-pipe: Page pipe:
> (00.857002) page-pipe: * 8 pipes 133/1475266 iovs:
> (00.857005) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857008) page-pipe: 		0x6d31a3000 512
> (00.857011) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857014) page-pipe: 		0x6d33a3000 512
> (00.857016) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857019) page-pipe: 		0x6d35a3000 512
> (00.857022) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857024) page-pipe: 		0x6d37a3000 512
> (00.857027) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857030) page-pipe: 		0x6d39a3000 512
> (00.857032) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857035) page-pipe: 		0x6d3ba3000 512
> (00.857038) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857040) page-pipe: 		0x6d3da3000 512
> (00.857043) page-pipe: 	buf 512 pages, 1 iovs:
> (00.857045) page-pipe: 		0x6d3fa3000 512
> (00.857064) page-pipe: * 0 holes:
> (00.857068) PPB: 512 pages 1 segs 512 pipe 125 off
> (00.857089) Sent msg to daemon 8 0 0
> (00.857102) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.857168) Fetched ack: 8 8 0
> (00.857172) PPB: 512 pages 1 segs 512 pipe 126 off
> (00.857185) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857191) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.857231) Fetched ack: 8 8 0
> (00.857237) PPB: 512 pages 1 segs 512 pipe 127 off
> (00.857244) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857250) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.857307) Fetched ack: 8 8 0
> (00.857340) PPB: 512 pages 1 segs 512 pipe 128 off
> (00.857347) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857353) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.857392) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.857397) PPB: 512 pages 1 segs 512 pipe 129 off
> (00.857405) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857411) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.857450) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.857455) PPB: 512 pages 1 segs 512 pipe 130 off
> (00.857463) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857469) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.857507) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.857512) PPB: 512 pages 1 segs 512 pipe 131 off
> (00.857520) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857526) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.857567) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.857571) PPB: 512 pages 1 segs 512 pipe 132 off
> (00.857579) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.857585) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.857624) Fetched ack: 8 8 0
> (00.857630) Transfering pages:
> (00.857633) 	buf 512/1
> (00.857636) 	p 0x6d31a3000 [512]
> (00.862145) 	buf 512/1
> (00.862157) 	p 0x6d33a3000 [512]
> (00.866734) 	buf 512/1
> (00.866745) 	p 0x6d35a3000 [512]
> (00.871329) 	buf 512/1
> (00.871342) 	p 0x6d37a3000 [512]
> (00.875927) 	buf 512/1
> (00.875941) 	p 0x6d39a3000 [512]
> (00.880574) 	buf 512/1
> (00.880585) 	p 0x6d3ba3000 [512]
> (00.885247) 	buf 512/1
> (00.885260) 	p 0x6d3da3000 [512]
> (00.889989) 	buf 512/1
> (00.890003) 	p 0x6d3fa3000 [512]
> (00.894751) page-pipe: Clean up page pipe
> (00.894765) page-pipe: Will grow page pipe (iov off is 133)
> (00.894769) page-pipe: Add iov to page pipe (0 iovs, 133/1475266 total)
> (00.894782) page-pipe: Will grow page pipe (iov off is 134)
> (00.894786) page-pipe: Add iov to page pipe (0 iovs, 134/1475266 total)
> (00.894795) page-pipe: Will grow page pipe (iov off is 135)
> (00.894798) page-pipe: Add iov to page pipe (0 iovs, 135/1475266 total)
> (00.894807) page-pipe: Will grow page pipe (iov off is 136)
> (00.894810) page-pipe: Add iov to page pipe (0 iovs, 136/1475266 total)
> (00.894819) page-pipe: Will grow page pipe (iov off is 137)
> (00.894822) page-pipe: Add iov to page pipe (0 iovs, 137/1475266 total)
> (00.894835) page-pipe: Will grow page pipe (iov off is 138)
> (00.894838) page-pipe: Add iov to page pipe (0 iovs, 138/1475266 total)
> (00.894847) page-pipe: Will grow page pipe (iov off is 139)
> (00.894850) page-pipe: Add iov to page pipe (0 iovs, 139/1475266 total)
> (00.894859) page-pipe: Will grow page pipe (iov off is 140)
> (00.894862) page-pipe: Add iov to page pipe (0 iovs, 140/1475266 total)
> (00.894871) page-pipe: Will grow page pipe (iov off is 141)
> (00.894875) page-pipe: Page pipe:
> (00.894877) page-pipe: * 8 pipes 141/1475266 iovs:
> (00.894880) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894883) page-pipe: 		0x6d41a3000 512
> (00.894887) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894890) page-pipe: 		0x6d43a3000 512
> (00.894892) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894895) page-pipe: 		0x6d45a3000 512
> (00.894898) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894901) page-pipe: 		0x6d47a3000 512
> (00.894903) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894921) page-pipe: 		0x6d49a3000 512
> (00.894925) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894928) page-pipe: 		0x6d4ba3000 512
> (00.894931) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894934) page-pipe: 		0x6d4da3000 512
> (00.894936) page-pipe: 	buf 512 pages, 1 iovs:
> (00.894939) page-pipe: 		0x6d4fa3000 512
> (00.894942) page-pipe: * 0 holes:
> (00.894945) PPB: 512 pages 1 segs 512 pipe 133 off
> (00.894965) Sent msg to daemon 8 0 0
> (00.894977) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.895040) Fetched ack: 8 8 0
> (00.895045) PPB: 512 pages 1 segs 512 pipe 134 off
> (00.895052) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895058) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.895098) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.895103) PPB: 512 pages 1 segs 512 pipe 135 off
> (00.895111) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895117) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.895158) Fetched ack: 8 8 0
> (00.895164) PPB: 512 pages 1 segs 512 pipe 136 off
> (00.895170) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895176) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.895215) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.895220) PPB: 512 pages 1 segs 512 pipe 137 off
> (00.895228) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895234) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.895273) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.895278) PPB: 512 pages 1 segs 512 pipe 138 off
> (00.895286) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895292) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.895330) Fetched ack: 8 8 0
> (00.895337) PPB: 512 pages 1 segs 512 pipe 139 off
> (00.895343) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895349) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.895389) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.895394) PPB: 512 pages 1 segs 512 pipe 140 off
> (00.895402) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.895408) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.895446) Fetched ack: 8 8 0
> (00.895452) Transfering pages:
> (00.895455) 	buf 512/1
> (00.895458) 	p 0x6d41a3000 [512]
> (00.900027) 	buf 512/1
> (00.900039) 	p 0x6d43a3000 [512]
> (00.904642) 	buf 512/1
> (00.904654) 	p 0x6d45a3000 [512]
> (00.909313) 	buf 512/1
> (00.909325) 	p 0x6d47a3000 [512]
> (00.914027) 	buf 512/1
> (00.914041) 	p 0x6d49a3000 [512]
> (00.918719) 	buf 512/1
> (00.918731) 	p 0x6d4ba3000 [512]
> (00.923374) 	buf 512/1
> (00.923386) 	p 0x6d4da3000 [512]
> (00.927988) 	buf 512/1
> (00.928002) 	p 0x6d4fa3000 [512]
> (00.932659) page-pipe: Clean up page pipe
> (00.932672) page-pipe: Will grow page pipe (iov off is 141)
> (00.932676) page-pipe: Add iov to page pipe (0 iovs, 141/1475266 total)
> (00.932690) page-pipe: Will grow page pipe (iov off is 142)
> (00.932693) page-pipe: Add iov to page pipe (0 iovs, 142/1475266 total)
> (00.932703) page-pipe: Will grow page pipe (iov off is 143)
> (00.932705) page-pipe: Add iov to page pipe (0 iovs, 143/1475266 total)
> (00.932715) page-pipe: Will grow page pipe (iov off is 144)
> (00.932717) page-pipe: Add iov to page pipe (0 iovs, 144/1475266 total)
> (00.932727) page-pipe: Will grow page pipe (iov off is 145)
> (00.932730) page-pipe: Add iov to page pipe (0 iovs, 145/1475266 total)
> (00.932743) page-pipe: Will grow page pipe (iov off is 146)
> (00.932745) page-pipe: Add iov to page pipe (0 iovs, 146/1475266 total)
> (00.932755) page-pipe: Will grow page pipe (iov off is 147)
> (00.932757) page-pipe: Add iov to page pipe (0 iovs, 147/1475266 total)
> (00.932767) page-pipe: Will grow page pipe (iov off is 148)
> (00.932769) page-pipe: Add iov to page pipe (0 iovs, 148/1475266 total)
> (00.932779) page-pipe: Will grow page pipe (iov off is 149)
> (00.932782) page-pipe: Page pipe:
> (00.932785) page-pipe: * 8 pipes 149/1475266 iovs:
> (00.932788) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932807) page-pipe: 		0x6d51a3000 512
> (00.932811) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932813) page-pipe: 		0x6d53a3000 512
> (00.932816) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932819) page-pipe: 		0x6d55a3000 512
> (00.932822) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932824) page-pipe: 		0x6d57a3000 512
> (00.932827) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932830) page-pipe: 		0x6d59a3000 512
> (00.932832) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932835) page-pipe: 		0x6d5ba3000 512
> (00.932838) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932840) page-pipe: 		0x6d5da3000 512
> (00.932843) page-pipe: 	buf 512 pages, 1 iovs:
> (00.932846) page-pipe: 		0x6d5fa3000 512
> (00.932848) page-pipe: * 0 holes:
> (00.932851) PPB: 512 pages 1 segs 512 pipe 141 off
> (00.932871) Sent msg to daemon 8 0 0
> (00.932883) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.932943) Fetched ack: 8 8 0
> (00.932948) PPB: 512 pages 1 segs 512 pipe 142 off
> (00.932954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.932961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.932999) Fetched ack: 8 8 0
> (00.933006) PPB: 512 pages 1 segs 512 pipe 143 off
> (00.933012) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.933018) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.933057) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.933062) PPB: 512 pages 1 segs 512 pipe 144 off
> (00.933070) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.933076) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.933115) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.933119) PPB: 512 pages 1 segs 512 pipe 145 off
> (00.933128) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.933133) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.933173) Fetched ack: 8 8 0
> (00.933179) PPB: 512 pages 1 segs 512 pipe 146 off
> (00.933185) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.933191) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.933229) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.933234) PPB: 512 pages 1 segs 512 pipe 147 off
> (00.933242) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.933248) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.933286) Fetched ack: 8 8 0
> (00.933313) PPB: 512 pages 1 segs 512 pipe 148 off
> (00.933318) Sent msg to daemon 8 0 0
> pie: Daemon wais for command
> (00.933324) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.933373) Fetched ack: 8 8 0
> (00.933380) Transfering pages:
> (00.933382) 	buf 512/1
> (00.933385) 	p 0x6d51a3000 [512]
> (00.938502) 	buf 512/1
> (00.938515) 	p 0x6d53a3000 [512]
> (00.943365) 	buf 512/1
> (00.943376) 	p 0x6d55a3000 [512]
> (00.947966) 	buf 512/1
> (00.947978) 	p 0x6d57a3000 [512]
> (00.952577) 	buf 512/1
> (00.952602) 	p 0x6d59a3000 [512]
> (00.957257) 	buf 512/1
> (00.957271) 	p 0x6d5ba3000 [512]
> (00.961986) 	buf 512/1
> (00.961998) 	p 0x6d5da3000 [512]
> (00.966634) 	buf 512/1
> (00.966646) 	p 0x6d5fa3000 [512]
> (00.971298) page-pipe: Clean up page pipe
> (00.971312) page-pipe: Will grow page pipe (iov off is 149)
> (00.971316) page-pipe: Add iov to page pipe (0 iovs, 149/1475266 total)
> (00.971330) page-pipe: Will grow page pipe (iov off is 150)
> (00.971333) page-pipe: Add iov to page pipe (0 iovs, 150/1475266 total)
> (00.971342) page-pipe: Will grow page pipe (iov off is 151)
> (00.971345) page-pipe: Add iov to page pipe (0 iovs, 151/1475266 total)
> (00.971354) page-pipe: Will grow page pipe (iov off is 152)
> (00.971357) page-pipe: Add iov to page pipe (0 iovs, 152/1475266 total)
> (00.971367) page-pipe: Will grow page pipe (iov off is 153)
> (00.971369) page-pipe: Add iov to page pipe (0 iovs, 153/1475266 total)
> (00.971382) page-pipe: Will grow page pipe (iov off is 154)
> (00.971385) page-pipe: Add iov to page pipe (0 iovs, 154/1475266 total)
> (00.971394) page-pipe: Will grow page pipe (iov off is 155)
> (00.971397) page-pipe: Add iov to page pipe (0 iovs, 155/1475266 total)
> (00.971422) page-pipe: Will grow page pipe (iov off is 156)
> (00.971425) page-pipe: Add iov to page pipe (0 iovs, 156/1475266 total)
> (00.971435) page-pipe: Will grow page pipe (iov off is 157)
> (00.971438) page-pipe: Page pipe:
> (00.971441) page-pipe: * 8 pipes 157/1475266 iovs:
> (00.971444) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971447) page-pipe: 		0x6d61a3000 512
> (00.971450) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971453) page-pipe: 		0x6d63a3000 512
> (00.971456) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971459) page-pipe: 		0x6d65a3000 512
> (00.971461) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971464) page-pipe: 		0x6d67a3000 512
> (00.971467) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971470) page-pipe: 		0x6d69a3000 512
> (00.971473) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971476) page-pipe: 		0x6d6ba3000 512
> (00.971478) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971481) page-pipe: 		0x6d6da3000 512
> (00.971484) page-pipe: 	buf 512 pages, 1 iovs:
> (00.971487) page-pipe: 		0x6d6fa3000 512
> (00.971490) page-pipe: * 0 holes:
> (00.971492) PPB: 512 pages 1 segs 512 pipe 149 off
> (00.971512) Sent msg to daemon 8 0 0
> (00.971525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (00.971588) Fetched ack: 8 8 0
> (00.971594) PPB: 512 pages 1 segs 512 pipe 150 off
> (00.971600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971644) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971649) PPB: 512 pages 1 segs 512 pipe 151 off
> (00.971657) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971663) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971702) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971707) PPB: 512 pages 1 segs 512 pipe 152 off
> (00.971716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971721) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971760) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971764) PPB: 512 pages 1 segs 512 pipe 153 off
> (00.971773) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971779) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971817) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971822) PPB: 512 pages 1 segs 512 pipe 154 off
> (00.971831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971836) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971874) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971878) PPB: 512 pages 1 segs 512 pipe 155 off
> (00.971887) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971893) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971931) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971936) PPB: 512 pages 1 segs 512 pipe 156 off
> (00.971944) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (00.971950) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (00.971989) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (00.971994) Transfering pages:
> (00.971998) 	buf 512/1
> (00.972001) 	p 0x6d61a3000 [512]
> (00.976535) 	buf 512/1
> (00.976547) 	p 0x6d63a3000 [512]
> (00.981110) 	buf 512/1
> (00.981122) 	p 0x6d65a3000 [512]
> (00.985748) 	buf 512/1
> (00.985760) 	p 0x6d67a3000 [512]
> (00.990370) 	buf 512/1
> (00.990381) 	p 0x6d69a3000 [512]
> (00.994998) 	buf 512/1
> (00.995012) 	p 0x6d6ba3000 [512]
> (00.999653) 	buf 512/1
> (00.999663) 	p 0x6d6da3000 [512]
> (01.004232) 	buf 512/1
> (01.004244) 	p 0x6d6fa3000 [512]
> (01.008920) page-pipe: Clean up page pipe
> (01.008932) page-pipe: Will grow page pipe (iov off is 157)
> (01.008936) page-pipe: Add iov to page pipe (0 iovs, 157/1475266 total)
> (01.008950) page-pipe: Will grow page pipe (iov off is 158)
> (01.008953) page-pipe: Add iov to page pipe (0 iovs, 158/1475266 total)
> (01.008963) page-pipe: Will grow page pipe (iov off is 159)
> (01.008965) page-pipe: Add iov to page pipe (0 iovs, 159/1475266 total)
> (01.008975) page-pipe: Will grow page pipe (iov off is 160)
> (01.008977) page-pipe: Add iov to page pipe (0 iovs, 160/1475266 total)
> (01.008988) page-pipe: Will grow page pipe (iov off is 161)
> (01.009006) page-pipe: Add iov to page pipe (0 iovs, 161/1475266 total)
> (01.009020) page-pipe: Will grow page pipe (iov off is 162)
> (01.009022) page-pipe: Add iov to page pipe (0 iovs, 162/1475266 total)
> (01.009032) page-pipe: Will grow page pipe (iov off is 163)
> (01.009035) page-pipe: Add iov to page pipe (0 iovs, 163/1475266 total)
> (01.009044) page-pipe: Will grow page pipe (iov off is 164)
> (01.009047) page-pipe: Add iov to page pipe (0 iovs, 164/1475266 total)
> (01.009056) page-pipe: Will grow page pipe (iov off is 165)
> (01.009059) page-pipe: Page pipe:
> (01.009062) page-pipe: * 8 pipes 165/1475266 iovs:
> (01.009065) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009068) page-pipe: 		0x6d71a3000 512
> (01.009071) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009074) page-pipe: 		0x6d73a3000 512
> (01.009077) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009080) page-pipe: 		0x6d75a3000 512
> (01.009082) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009085) page-pipe: 		0x6d77a3000 512
> (01.009088) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009090) page-pipe: 		0x6d79a3000 512
> (01.009093) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009096) page-pipe: 		0x6d7ba3000 512
> (01.009098) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009101) page-pipe: 		0x6d7da3000 512
> (01.009104) page-pipe: 	buf 512 pages, 1 iovs:
> (01.009106) page-pipe: 		0x6d7fa3000 512
> (01.009109) page-pipe: * 0 holes:
> (01.009112) PPB: 512 pages 1 segs 512 pipe 157 off
> (01.009132) Sent msg to daemon 8 0 0
> (01.009146) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009209) Fetched ack: 8 8 0
> (01.009215) PPB: 512 pages 1 segs 512 pipe 158 off
> (01.009228) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.009234) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009274) Fetched ack: 8 8 0
> (01.009280) PPB: 512 pages 1 segs 512 pipe 159 off
> pie: __fetched msg: 8 0 0
> (01.009287) Sent msg to daemon 8 0 0
> (01.009326) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009367) Fetched ack: 8 8 0
> (01.009373) PPB: 512 pages 1 segs 512 pipe 160 off
> (01.009379) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.009385) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009424) Fetched ack: 8 8 0
> (01.009430) PPB: 512 pages 1 segs 512 pipe 161 off
> (01.009436) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.009442) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009481) Fetched ack: 8 8 0
> (01.009487) PPB: 512 pages 1 segs 512 pipe 162 off
> (01.009494) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.009499) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009539) Fetched ack: 8 8 0
> (01.009545) PPB: 512 pages 1 segs 512 pipe 163 off
> (01.009552) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.009557) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009597) Fetched ack: 8 8 0
> (01.009603) PPB: 512 pages 1 segs 512 pipe 164 off
> (01.009609) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.009615) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.009654) Fetched ack: 8 8 0
> (01.009661) Transfering pages:
> (01.009663) 	buf 512/1
> (01.009666) 	p 0x6d71a3000 [512]
> (01.014218) 	buf 512/1
> (01.014229) 	p 0x6d73a3000 [512]
> (01.018797) 	buf 512/1
> (01.018807) 	p 0x6d75a3000 [512]
> (01.023411) 	buf 512/1
> (01.023423) 	p 0x6d77a3000 [512]
> (01.028023) 	buf 512/1
> (01.028051) 	p 0x6d79a3000 [512]
> (01.032675) 	buf 512/1
> (01.032687) 	p 0x6d7ba3000 [512]
> (01.037311) 	buf 512/1
> (01.037321) 	p 0x6d7da3000 [512]
> (01.041906) 	buf 512/1
> (01.041918) 	p 0x6d7fa3000 [512]
> (01.046550) page-pipe: Clean up page pipe
> (01.046563) page-pipe: Will grow page pipe (iov off is 165)
> (01.046567) page-pipe: Add iov to page pipe (0 iovs, 165/1475266 total)
> (01.046581) page-pipe: Will grow page pipe (iov off is 166)
> (01.046584) page-pipe: Add iov to page pipe (0 iovs, 166/1475266 total)
> (01.046608) page-pipe: Will grow page pipe (iov off is 167)
> (01.046612) page-pipe: Add iov to page pipe (0 iovs, 167/1475266 total)
> (01.046621) page-pipe: Will grow page pipe (iov off is 168)
> (01.046624) page-pipe: Add iov to page pipe (0 iovs, 168/1475266 total)
> (01.046633) page-pipe: Will grow page pipe (iov off is 169)
> (01.046636) page-pipe: Add iov to page pipe (0 iovs, 169/1475266 total)
> (01.046649) page-pipe: Will grow page pipe (iov off is 170)
> (01.046652) page-pipe: Add iov to page pipe (0 iovs, 170/1475266 total)
> (01.046661) page-pipe: Will grow page pipe (iov off is 171)
> (01.046664) page-pipe: Add iov to page pipe (0 iovs, 171/1475266 total)
> (01.046673) page-pipe: Will grow page pipe (iov off is 172)
> (01.046676) page-pipe: Add iov to page pipe (0 iovs, 172/1475266 total)
> (01.046686) page-pipe: Will grow page pipe (iov off is 173)
> (01.046689) page-pipe: Page pipe:
> (01.046692) page-pipe: * 8 pipes 173/1475266 iovs:
> (01.046695) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046698) page-pipe: 		0x6d81a3000 512
> (01.046701) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046704) page-pipe: 		0x6d83a3000 512
> (01.046707) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046710) page-pipe: 		0x6d85a3000 512
> (01.046713) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046715) page-pipe: 		0x6d87a3000 512
> (01.046718) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046721) page-pipe: 		0x6d89a3000 512
> (01.046724) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046727) page-pipe: 		0x6d8ba3000 512
> (01.046729) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046732) page-pipe: 		0x6d8da3000 512
> (01.046735) page-pipe: 	buf 512 pages, 1 iovs:
> (01.046738) page-pipe: 		0x6d8fa3000 512
> (01.046741) page-pipe: * 0 holes:
> (01.046744) PPB: 512 pages 1 segs 512 pipe 165 off
> (01.046763) Sent msg to daemon 8 0 0
> (01.046776) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.046838) Fetched ack: 8 8 0
> (01.046844) PPB: 512 pages 1 segs 512 pipe 166 off
> (01.046853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.046860) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.046897) Fetched ack: 8 8 0
> (01.046903) PPB: 512 pages 1 segs 512 pipe 167 off
> (01.046909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.046915) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.046955) Fetched ack: 8 8 0
> (01.046961) PPB: 512 pages 1 segs 512 pipe 168 off
> (01.046967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.046973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.047011) Fetched ack: 8 8 0
> (01.047017) PPB: 512 pages 1 segs 512 pipe 169 off
> (01.047024) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.047030) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.047069) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.047073) PPB: 512 pages 1 segs 512 pipe 170 off
> (01.047082) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.047087) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.047125) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.047130) PPB: 512 pages 1 segs 512 pipe 171 off
> (01.047138) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.047144) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.047183) Fetched ack: 8 8 0
> (01.047190) PPB: 512 pages 1 segs 512 pipe 172 off
> (01.047196) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.047202) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.047241) Fetched ack: 8 8 0
> (01.047247) Transfering pages:
> (01.047250) 	buf 512/1
> (01.047253) 	p 0x6d81a3000 [512]
> (01.051774) 	buf 512/1
> (01.051785) 	p 0x6d83a3000 [512]
> (01.056347) 	buf 512/1
> (01.056358) 	p 0x6d85a3000 [512]
> (01.060978) 	buf 512/1
> (01.060990) 	p 0x6d87a3000 [512]
> (01.065604) 	buf 512/1
> (01.065633) 	p 0x6d89a3000 [512]
> (01.070247) 	buf 512/1
> (01.070263) 	p 0x6d8ba3000 [512]
> (01.074822) 	buf 512/1
> (01.074834) 	p 0x6d8da3000 [512]
> (01.079376) 	buf 512/1
> (01.079387) 	p 0x6d8fa3000 [512]
> (01.084030) page-pipe: Clean up page pipe
> (01.084043) page-pipe: Will grow page pipe (iov off is 173)
> (01.084047) page-pipe: Add iov to page pipe (0 iovs, 173/1475266 total)
> (01.084061) page-pipe: Will grow page pipe (iov off is 174)
> (01.084064) page-pipe: Add iov to page pipe (0 iovs, 174/1475266 total)
> (01.084073) page-pipe: Will grow page pipe (iov off is 175)
> (01.084076) page-pipe: Add iov to page pipe (0 iovs, 175/1475266 total)
> (01.084086) page-pipe: Will grow page pipe (iov off is 176)
> (01.084088) page-pipe: Add iov to page pipe (0 iovs, 176/1475266 total)
> (01.084098) page-pipe: Will grow page pipe (iov off is 177)
> (01.084101) page-pipe: Add iov to page pipe (0 iovs, 177/1475266 total)
> (01.084114) page-pipe: Will grow page pipe (iov off is 178)
> (01.084117) page-pipe: Add iov to page pipe (0 iovs, 178/1475266 total)
> (01.084126) page-pipe: Will grow page pipe (iov off is 179)
> (01.084129) page-pipe: Add iov to page pipe (0 iovs, 179/1475266 total)
> (01.084138) page-pipe: Will grow page pipe (iov off is 180)
> (01.084141) page-pipe: Add iov to page pipe (0 iovs, 180/1475266 total)
> (01.084150) page-pipe: Will grow page pipe (iov off is 181)
> (01.084154) page-pipe: Page pipe:
> (01.084157) page-pipe: * 8 pipes 181/1475266 iovs:
> (01.084160) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084163) page-pipe: 		0x6d91a3000 512
> (01.084166) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084169) page-pipe: 		0x6d93a3000 512
> (01.084171) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084174) page-pipe: 		0x6d95a3000 512
> (01.084177) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084181) page-pipe: 		0x6d97a3000 512
> (01.084183) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084186) page-pipe: 		0x6d99a3000 512
> (01.084189) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084192) page-pipe: 		0x6d9ba3000 512
> (01.084194) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084197) page-pipe: 		0x6d9da3000 512
> (01.084200) page-pipe: 	buf 512 pages, 1 iovs:
> (01.084202) page-pipe: 		0x6d9fa3000 512
> (01.084205) page-pipe: * 0 holes:
> (01.084208) PPB: 512 pages 1 segs 512 pipe 173 off
> (01.084227) Sent msg to daemon 8 0 0
> (01.084240) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.084302) Fetched ack: 8 8 0
> (01.084307) PPB: 512 pages 1 segs 512 pipe 174 off
> (01.084314) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084320) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.084359) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.084363) PPB: 512 pages 1 segs 512 pipe 175 off
> (01.084372) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084377) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.084416) Fetched ack: 8 8 0
> (01.084423) PPB: 512 pages 1 segs 512 pipe 176 off
> (01.084429) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084435) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.084474) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.084479) PPB: 512 pages 1 segs 512 pipe 177 off
> (01.084487) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084493) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.084530) Fetched ack: 8 8 0
> (01.084537) PPB: 512 pages 1 segs 512 pipe 178 off
> (01.084543) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084549) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.084587) Fetched ack: 8 8 0
> (01.084594) PPB: 512 pages 1 segs 512 pipe 179 off
> (01.084600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.084646) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.084651) PPB: 512 pages 1 segs 512 pipe 180 off
> (01.084659) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.084664) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.084704) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.084708) Transfering pages:
> (01.084713) 	buf 512/1
> (01.084716) 	p 0x6d91a3000 [512]
> (01.089218) 	buf 512/1
> (01.089230) 	p 0x6d93a3000 [512]
> (01.093788) 	buf 512/1
> (01.093801) 	p 0x6d95a3000 [512]
> (01.098352) 	buf 512/1
> (01.098366) 	p 0x6d97a3000 [512]
> (01.102930) 	buf 512/1
> (01.102965) 	p 0x6d99a3000 [512]
> (01.107588) 	buf 512/1
> (01.107601) 	p 0x6d9ba3000 [512]
> (01.112196) 	buf 512/1
> (01.112209) 	p 0x6d9da3000 [512]
> (01.116768) 	buf 512/1
> (01.116782) 	p 0x6d9fa3000 [512]
> (01.121381) page-pipe: Clean up page pipe
> (01.121396) page-pipe: Will grow page pipe (iov off is 181)
> (01.121400) page-pipe: Add iov to page pipe (0 iovs, 181/1475266 total)
> (01.121414) page-pipe: Will grow page pipe (iov off is 182)
> (01.121417) page-pipe: Add iov to page pipe (0 iovs, 182/1475266 total)
> (01.121426) page-pipe: Will grow page pipe (iov off is 183)
> (01.121429) page-pipe: Add iov to page pipe (0 iovs, 183/1475266 total)
> (01.121438) page-pipe: Will grow page pipe (iov off is 184)
> (01.121441) page-pipe: Add iov to page pipe (0 iovs, 184/1475266 total)
> (01.121451) page-pipe: Will grow page pipe (iov off is 185)
> (01.121453) page-pipe: Add iov to page pipe (0 iovs, 185/1475266 total)
> (01.121466) page-pipe: Will grow page pipe (iov off is 186)
> (01.121469) page-pipe: Add iov to page pipe (0 iovs, 186/1475266 total)
> (01.121478) page-pipe: Will grow page pipe (iov off is 187)
> (01.121481) page-pipe: Add iov to page pipe (0 iovs, 187/1475266 total)
> (01.121492) page-pipe: Will grow page pipe (iov off is 188)
> (01.121495) page-pipe: Add iov to page pipe (0 iovs, 188/1475266 total)
> (01.121504) page-pipe: Will grow page pipe (iov off is 189)
> (01.121507) page-pipe: Page pipe:
> (01.121510) page-pipe: * 8 pipes 189/1475266 iovs:
> (01.121514) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121516) page-pipe: 		0x6da1a3000 512
> (01.121520) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121523) page-pipe: 		0x6da3a3000 512
> (01.121525) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121528) page-pipe: 		0x6da5a3000 512
> (01.121531) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121534) page-pipe: 		0x6da7a3000 512
> (01.121537) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121539) page-pipe: 		0x6da9a3000 512
> (01.121542) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121545) page-pipe: 		0x6daba3000 512
> (01.121548) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121551) page-pipe: 		0x6dada3000 512
> (01.121553) page-pipe: 	buf 512 pages, 1 iovs:
> (01.121556) page-pipe: 		0x6dafa3000 512
> (01.121559) page-pipe: * 0 holes:
> (01.121562) PPB: 512 pages 1 segs 512 pipe 181 off
> (01.121582) Sent msg to daemon 8 0 0
> (01.121594) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.121660) Fetched ack: 8 8 0
> (01.121665) PPB: 512 pages 1 segs 512 pipe 182 off
> (01.121674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.121680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.121717) Fetched ack: 8 8 0
> (01.121724) PPB: 512 pages 1 segs 512 pipe 183 off
> (01.121730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.121736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.121775) Fetched ack: 8 8 0
> (01.121781) PPB: 512 pages 1 segs 512 pipe 184 off
> (01.121788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.121793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.121833) Fetched ack: 8 8 0
> (01.121839) PPB: 512 pages 1 segs 512 pipe 185 off
> (01.121845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.121851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.121890) Fetched ack: 8 8 0
> (01.121896) PPB: 512 pages 1 segs 512 pipe 186 off
> (01.121903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.121909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.121948) Fetched ack: 8 8 0
> (01.121954) PPB: 512 pages 1 segs 512 pipe 187 off
> (01.121960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.121966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.122006) Fetched ack: 8 8 0
> (01.122012) PPB: 512 pages 1 segs 512 pipe 188 off
> (01.122018) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.122041) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.122079) Fetched ack: 8 8 0
> (01.122086) Transfering pages:
> (01.122089) 	buf 512/1
> (01.122091) 	p 0x6da1a3000 [512]
> (01.126641) 	buf 512/1
> (01.126653) 	p 0x6da3a3000 [512]
> (01.131603) 	buf 512/1
> (01.131616) 	p 0x6da5a3000 [512]
> (01.136630) 	buf 512/1
> (01.136643) 	p 0x6da7a3000 [512]
> (01.141315) 	buf 512/1
> (01.141330) 	p 0x6da9a3000 [512]
> (01.145911) 	buf 512/1
> (01.145922) 	p 0x6daba3000 [512]
> (01.150476) 	buf 512/1
> (01.150487) 	p 0x6dada3000 [512]
> (01.155072) 	buf 512/1
> (01.155083) 	p 0x6dafa3000 [512]
> (01.159686) page-pipe: Clean up page pipe
> (01.159698) page-pipe: Will grow page pipe (iov off is 189)
> (01.159702) page-pipe: Add iov to page pipe (0 iovs, 189/1475266 total)
> (01.159716) page-pipe: Will grow page pipe (iov off is 190)
> (01.159719) page-pipe: Add iov to page pipe (0 iovs, 190/1475266 total)
> (01.159728) page-pipe: Will grow page pipe (iov off is 191)
> (01.159731) page-pipe: Add iov to page pipe (0 iovs, 191/1475266 total)
> (01.159741) page-pipe: Will grow page pipe (iov off is 192)
> (01.159744) page-pipe: Add iov to page pipe (0 iovs, 192/1475266 total)
> (01.159753) page-pipe: Will grow page pipe (iov off is 193)
> (01.159756) page-pipe: Add iov to page pipe (0 iovs, 193/1475266 total)
> (01.159769) page-pipe: Will grow page pipe (iov off is 194)
> (01.159772) page-pipe: Add iov to page pipe (0 iovs, 194/1475266 total)
> (01.159781) page-pipe: Will grow page pipe (iov off is 195)
> (01.159784) page-pipe: Add iov to page pipe (0 iovs, 195/1475266 total)
> (01.159793) page-pipe: Will grow page pipe (iov off is 196)
> (01.159796) page-pipe: Add iov to page pipe (0 iovs, 196/1475266 total)
> (01.159806) page-pipe: Will grow page pipe (iov off is 197)
> (01.159809) page-pipe: Page pipe:
> (01.159812) page-pipe: * 8 pipes 197/1475266 iovs:
> (01.159815) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159818) page-pipe: 		0x6db1a3000 512
> (01.159821) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159824) page-pipe: 		0x6db3a3000 512
> (01.159827) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159829) page-pipe: 		0x6db5a3000 512
> (01.159832) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159835) page-pipe: 		0x6db7a3000 512
> (01.159837) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159840) page-pipe: 		0x6db9a3000 512
> (01.159843) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159846) page-pipe: 		0x6dbba3000 512
> (01.159848) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159851) page-pipe: 		0x6dbda3000 512
> (01.159854) page-pipe: 	buf 512 pages, 1 iovs:
> (01.159856) page-pipe: 		0x6dbfa3000 512
> (01.159859) page-pipe: * 0 holes:
> (01.159862) PPB: 512 pages 1 segs 512 pipe 189 off
> (01.159882) Sent msg to daemon 8 0 0
> (01.159895) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.159964) Fetched ack: 8 8 0
> (01.159970) PPB: 512 pages 1 segs 512 pipe 190 off
> (01.159981) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.159987) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.160030) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.160034) PPB: 512 pages 1 segs 512 pipe 191 off
> (01.160043) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.160048) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.160088) Fetched ack: 8 8 0
> (01.160094) PPB: 512 pages 1 segs 512 pipe 192 off
> (01.160100) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.160106) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.160145) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.160150) PPB: 512 pages 1 segs 512 pipe 193 off
> (01.160159) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.160164) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.160203) Fetched ack: 8 8 0
> (01.160209) PPB: 512 pages 1 segs 512 pipe 194 off
> (01.160216) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.160221) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.160261) Fetched ack: 8 8 0
> (01.160286) PPB: 512 pages 1 segs 512 pipe 195 off
> (01.160293) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.160299) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.160338) Fetched ack: 8 8 0
> (01.160344) PPB: 512 pages 1 segs 512 pipe 196 off
> (01.160350) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.160356) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.160400) Fetched ack: 8 8 0
> (01.160406) Transfering pages:
> (01.160409) 	buf 512/1
> (01.160412) 	p 0x6db1a3000 [512]
> (01.164919) 	buf 512/1
> (01.164931) 	p 0x6db3a3000 [512]
> (01.169500) 	buf 512/1
> (01.169511) 	p 0x6db5a3000 [512]
> (01.174063) 	buf 512/1
> (01.174075) 	p 0x6db7a3000 [512]
> (01.178682) 	buf 512/1
> (01.178694) 	p 0x6db9a3000 [512]
> (01.183260) 	buf 512/1
> (01.183273) 	p 0x6dbba3000 [512]
> (01.187812) 	buf 512/1
> (01.187825) 	p 0x6dbda3000 [512]
> (01.192413) 	buf 512/1
> (01.192426) 	p 0x6dbfa3000 [512]
> (01.197037) page-pipe: Clean up page pipe
> (01.197050) page-pipe: Will grow page pipe (iov off is 197)
> (01.197054) page-pipe: Add iov to page pipe (0 iovs, 197/1475266 total)
> (01.197068) page-pipe: Will grow page pipe (iov off is 198)
> (01.197071) page-pipe: Add iov to page pipe (0 iovs, 198/1475266 total)
> (01.197080) page-pipe: Will grow page pipe (iov off is 199)
> (01.197083) page-pipe: Add iov to page pipe (0 iovs, 199/1475266 total)
> (01.197093) page-pipe: Will grow page pipe (iov off is 200)
> (01.197095) page-pipe: Add iov to page pipe (0 iovs, 200/1475266 total)
> (01.197105) page-pipe: Will grow page pipe (iov off is 201)
> (01.197108) page-pipe: Add iov to page pipe (0 iovs, 201/1475266 total)
> (01.197120) page-pipe: Will grow page pipe (iov off is 202)
> (01.197123) page-pipe: Add iov to page pipe (0 iovs, 202/1475266 total)
> (01.197133) page-pipe: Will grow page pipe (iov off is 203)
> (01.197135) page-pipe: Add iov to page pipe (0 iovs, 203/1475266 total)
> (01.197144) page-pipe: Will grow page pipe (iov off is 204)
> (01.197147) page-pipe: Add iov to page pipe (0 iovs, 204/1475266 total)
> (01.197157) page-pipe: Will grow page pipe (iov off is 205)
> (01.197160) page-pipe: Page pipe:
> (01.197163) page-pipe: * 8 pipes 205/1475266 iovs:
> (01.197166) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197169) page-pipe: 		0x6dc1a3000 512
> (01.197172) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197175) page-pipe: 		0x6dc3a3000 512
> (01.197178) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197180) page-pipe: 		0x6dc5a3000 512
> (01.197183) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197186) page-pipe: 		0x6dc7a3000 512
> (01.197189) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197191) page-pipe: 		0x6dc9a3000 512
> (01.197194) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197197) page-pipe: 		0x6dcba3000 512
> (01.197200) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197202) page-pipe: 		0x6dcda3000 512
> (01.197205) page-pipe: 	buf 512 pages, 1 iovs:
> (01.197208) page-pipe: 		0x6dcfa3000 512
> (01.197211) page-pipe: * 0 holes:
> (01.197214) PPB: 512 pages 1 segs 512 pipe 197 off
> (01.197232) Sent msg to daemon 8 0 0
> (01.197243) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> (01.197332) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.197337) PPB: 512 pages 1 segs 512 pipe 198 off
> (01.197346) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197352) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.197391) Fetched ack: 8 8 0
> (01.197397) PPB: 512 pages 1 segs 512 pipe 199 off
> (01.197403) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197409) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.197449) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.197454) PPB: 512 pages 1 segs 512 pipe 200 off
> (01.197462) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197468) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.197506) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.197511) PPB: 512 pages 1 segs 512 pipe 201 off
> (01.197519) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197525) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.197567) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.197572) PPB: 512 pages 1 segs 512 pipe 202 off
> (01.197581) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197586) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.197624) Fetched ack: 8 8 0
> (01.197631) PPB: 512 pages 1 segs 512 pipe 203 off
> (01.197637) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197643) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.197682) Fetched ack: 8 8 0
> (01.197688) PPB: 512 pages 1 segs 512 pipe 204 off
> (01.197695) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.197701) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.197739) Fetched ack: 8 8 0
> (01.197745) Transfering pages:
> (01.197748) 	buf 512/1
> (01.197751) 	p 0x6dc1a3000 [512]
> (01.202305) 	buf 512/1
> (01.202318) 	p 0x6dc3a3000 [512]
> (01.206911) 	buf 512/1
> (01.206921) 	p 0x6dc5a3000 [512]
> (01.211550) 	buf 512/1
> (01.211564) 	p 0x6dc7a3000 [512]
> (01.216780) 	buf 512/1
> (01.216791) 	p 0x6dc9a3000 [512]
> (01.221382) 	buf 512/1
> (01.221394) 	p 0x6dcba3000 [512]
> (01.226006) 	buf 512/1
> (01.226017) 	p 0x6dcda3000 [512]
> (01.230587) 	buf 512/1
> (01.230600) 	p 0x6dcfa3000 [512]
> (01.235238) page-pipe: Clean up page pipe
> (01.235249) page-pipe: Will grow page pipe (iov off is 205)
> (01.235253) page-pipe: Add iov to page pipe (0 iovs, 205/1475266 total)
> (01.235267) page-pipe: Will grow page pipe (iov off is 206)
> (01.235270) page-pipe: Add iov to page pipe (0 iovs, 206/1475266 total)
> (01.235279) page-pipe: Will grow page pipe (iov off is 207)
> (01.235282) page-pipe: Add iov to page pipe (0 iovs, 207/1475266 total)
> (01.235291) page-pipe: Will grow page pipe (iov off is 208)
> (01.235294) page-pipe: Add iov to page pipe (0 iovs, 208/1475266 total)
> (01.235303) page-pipe: Will grow page pipe (iov off is 209)
> (01.235306) page-pipe: Add iov to page pipe (0 iovs, 209/1475266 total)
> (01.235319) page-pipe: Will grow page pipe (iov off is 210)
> (01.235322) page-pipe: Add iov to page pipe (0 iovs, 210/1475266 total)
> (01.235331) page-pipe: Will grow page pipe (iov off is 211)
> (01.235334) page-pipe: Add iov to page pipe (0 iovs, 211/1475266 total)
> (01.235343) page-pipe: Will grow page pipe (iov off is 212)
> (01.235346) page-pipe: Add iov to page pipe (0 iovs, 212/1475266 total)
> (01.235355) page-pipe: Will grow page pipe (iov off is 213)
> (01.235358) page-pipe: Page pipe:
> (01.235361) page-pipe: * 8 pipes 213/1475266 iovs:
> (01.235364) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235367) page-pipe: 		0x6dd1a3000 512
> (01.235370) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235372) page-pipe: 		0x6dd3a3000 512
> (01.235375) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235377) page-pipe: 		0x6dd5a3000 512
> (01.235380) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235383) page-pipe: 		0x6dd7a3000 512
> (01.235385) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235388) page-pipe: 		0x6dd9a3000 512
> (01.235390) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235393) page-pipe: 		0x6ddba3000 512
> (01.235395) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235398) page-pipe: 		0x6ddda3000 512
> (01.235400) page-pipe: 	buf 512 pages, 1 iovs:
> (01.235403) page-pipe: 		0x6ddfa3000 512
> (01.235406) page-pipe: * 0 holes:
> (01.235408) PPB: 512 pages 1 segs 512 pipe 205 off
> (01.235427) Sent msg to daemon 8 0 0
> (01.235440) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235502) Fetched ack: 8 8 0
> (01.235507) PPB: 512 pages 1 segs 512 pipe 206 off
> (01.235514) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235520) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235559) Fetched ack: 8 8 0
> (01.235565) PPB: 512 pages 1 segs 512 pipe 207 off
> (01.235572) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235577) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235617) Fetched ack: 8 8 0
> (01.235623) PPB: 512 pages 1 segs 512 pipe 208 off
> (01.235629) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235651) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235690) Fetched ack: 8 8 0
> (01.235696) PPB: 512 pages 1 segs 512 pipe 209 off
> (01.235703) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235709) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235747) Fetched ack: 8 8 0
> (01.235754) PPB: 512 pages 1 segs 512 pipe 210 off
> (01.235760) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235765) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235805) Fetched ack: 8 8 0
> (01.235811) PPB: 512 pages 1 segs 512 pipe 211 off
> (01.235817) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235823) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235861) Fetched ack: 8 8 0
> (01.235867) PPB: 512 pages 1 segs 512 pipe 212 off
> (01.235874) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.235879) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.235918) Fetched ack: 8 8 0
> (01.235924) Transfering pages:
> (01.235927) 	buf 512/1
> (01.235930) 	p 0x6dd1a3000 [512]
> (01.240522) 	buf 512/1
> (01.240534) 	p 0x6dd3a3000 [512]
> (01.245059) 	buf 512/1
> (01.245070) 	p 0x6dd5a3000 [512]
> (01.249691) 	buf 512/1
> (01.249702) 	p 0x6dd7a3000 [512]
> (01.254310) 	buf 512/1
> (01.254320) 	p 0x6dd9a3000 [512]
> (01.258912) 	buf 512/1
> (01.258926) 	p 0x6ddba3000 [512]
> (01.263516) 	buf 512/1
> (01.263527) 	p 0x6ddda3000 [512]
> (01.268113) 	buf 512/1
> (01.268124) 	p 0x6ddfa3000 [512]
> (01.272749) page-pipe: Clean up page pipe
> (01.272763) page-pipe: Will grow page pipe (iov off is 213)
> (01.272768) page-pipe: Add iov to page pipe (0 iovs, 213/1475266 total)
> (01.272871) page-pipe: Will grow page pipe (iov off is 214)
> (01.272875) page-pipe: Add iov to page pipe (0 iovs, 214/1475266 total)
> (01.272884) page-pipe: Will grow page pipe (iov off is 215)
> (01.272887) page-pipe: Add iov to page pipe (0 iovs, 215/1475266 total)
> (01.272896) page-pipe: Will grow page pipe (iov off is 216)
> (01.272899) page-pipe: Add iov to page pipe (0 iovs, 216/1475266 total)
> (01.272908) page-pipe: Will grow page pipe (iov off is 217)
> (01.272911) page-pipe: Add iov to page pipe (0 iovs, 217/1475266 total)
> (01.272924) page-pipe: Will grow page pipe (iov off is 218)
> (01.272926) page-pipe: Add iov to page pipe (0 iovs, 218/1475266 total)
> (01.272936) page-pipe: Will grow page pipe (iov off is 219)
> (01.272938) page-pipe: Add iov to page pipe (0 iovs, 219/1475266 total)
> (01.272948) page-pipe: Will grow page pipe (iov off is 220)
> (01.272950) page-pipe: Add iov to page pipe (0 iovs, 220/1475266 total)
> (01.272960) page-pipe: Will grow page pipe (iov off is 221)
> (01.272963) page-pipe: Page pipe:
> (01.272966) page-pipe: * 8 pipes 221/1475266 iovs:
> (01.272969) page-pipe: 	buf 512 pages, 1 iovs:
> (01.272972) page-pipe: 		0x6de1a3000 512
> (01.272975) page-pipe: 	buf 512 pages, 1 iovs:
> (01.272978) page-pipe: 		0x6de3a3000 512
> (01.272981) page-pipe: 	buf 512 pages, 1 iovs:
> (01.272983) page-pipe: 		0x6de5a3000 512
> (01.272986) page-pipe: 	buf 512 pages, 1 iovs:
> (01.272989) page-pipe: 		0x6de7a3000 512
> (01.272991) page-pipe: 	buf 512 pages, 1 iovs:
> (01.272994) page-pipe: 		0x6de9a3000 512
> (01.272997) page-pipe: 	buf 512 pages, 1 iovs:
> (01.273000) page-pipe: 		0x6deba3000 512
> (01.273002) page-pipe: 	buf 512 pages, 1 iovs:
> (01.273005) page-pipe: 		0x6deda3000 512
> (01.273008) page-pipe: 	buf 512 pages, 1 iovs:
> (01.273010) page-pipe: 		0x6defa3000 512
> (01.273013) page-pipe: * 0 holes:
> (01.273016) PPB: 512 pages 1 segs 512 pipe 213 off
> (01.273035) Sent msg to daemon 8 0 0
> (01.273047) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.273116) Fetched ack: 8 8 0
> (01.273121) PPB: 512 pages 1 segs 512 pipe 214 off
> (01.273128) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273133) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.273172) Fetched ack: 8 8 0
> (01.273194) PPB: 512 pages 1 segs 512 pipe 215 off
> (01.273201) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273207) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.273247) Fetched ack: 8 8 0
> (01.273254) PPB: 512 pages 1 segs 512 pipe 216 off
> (01.273260) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273266) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.273327) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.273333) PPB: 512 pages 1 segs 512 pipe 217 off
> (01.273342) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273348) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.273387) Fetched ack: 8 8 0
> (01.273393) PPB: 512 pages 1 segs 512 pipe 218 off
> (01.273400) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273406) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.273444) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.273448) PPB: 512 pages 1 segs 512 pipe 219 off
> (01.273457) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273463) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.273502) Fetched ack: 8 8 0
> (01.273508) PPB: 512 pages 1 segs 512 pipe 220 off
> (01.273515) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.273520) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (01.273557) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (01.273562) Transfering pages:
> (01.273566) 	buf 512/1
> (01.273569) 	p 0x6de1a3000 [512]
> (01.278070) 	buf 512/1
> (01.278083) 	p 0x6de3a3000 [512]
> (01.282608) 	buf 512/1
> (01.282619) 	p 0x6de5a3000 [512]
> (01.287190) 	buf 512/1
> (01.287202) 	p 0x6de7a3000 [512]
> (01.291774) 	buf 512/1
> (01.291800) 	p 0x6de9a3000 [512]
> (01.296382) 	buf 512/1
> (01.296394) 	p 0x6deba3000 [512]
> (01.309317) 	buf 512/1
> (01.309338) 	p 0x6deda3000 [512]
> (01.325307) 	buf 512/1
> (01.325320) 	p 0x6defa3000 [512]
> (01.341297) page-pipe: Clean up page pipe
> (01.341312) page-pipe: Will grow page pipe (iov off is 221)
> (01.341317) page-pipe: Add iov to page pipe (0 iovs, 221/1475266 total)
> (01.341334) page-pipe: Will grow page pipe (iov off is 222)
> (01.341338) page-pipe: Add iov to page pipe (0 iovs, 222/1475266 total)
> (01.341353) page-pipe: Will grow page pipe (iov off is 223)
> (01.341356) page-pipe: Add iov to page pipe (0 iovs, 223/1475266 total)
> (01.341365) page-pipe: Will grow page pipe (iov off is 224)
> (01.341368) page-pipe: Add iov to page pipe (0 iovs, 224/1475266 total)
> (01.341377) page-pipe: Will grow page pipe (iov off is 225)
> (01.341380) page-pipe: Add iov to page pipe (0 iovs, 225/1475266 total)
> (01.341393) page-pipe: Will grow page pipe (iov off is 226)
> (01.341395) page-pipe: Add iov to page pipe (0 iovs, 226/1475266 total)
> (01.341404) page-pipe: Will grow page pipe (iov off is 227)
> (01.341407) page-pipe: Add iov to page pipe (0 iovs, 227/1475266 total)
> (01.341417) page-pipe: Will grow page pipe (iov off is 228)
> (01.341419) page-pipe: Add iov to page pipe (0 iovs, 228/1475266 total)
> (01.341428) page-pipe: Will grow page pipe (iov off is 229)
> (01.341432) page-pipe: Page pipe:
> (01.341434) page-pipe: * 8 pipes 229/1475266 iovs:
> (01.341437) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341440) page-pipe: 		0x6df1a3000 512
> (01.341443) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341446) page-pipe: 		0x6df3a3000 512
> (01.341448) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341451) page-pipe: 		0x6df5a3000 512
> (01.341453) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341456) page-pipe: 		0x6df7a3000 512
> (01.341459) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341461) page-pipe: 		0x6df9a3000 512
> (01.341464) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341466) page-pipe: 		0x6dfba3000 512
> (01.341469) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341471) page-pipe: 		0x6dfda3000 512
> (01.341474) page-pipe: 	buf 512 pages, 1 iovs:
> (01.341476) page-pipe: 		0x6dffa3000 512
> (01.341479) page-pipe: * 0 holes:
> (01.341482) PPB: 512 pages 1 segs 512 pipe 221 off
> (01.341502) Sent msg to daemon 8 0 0
> (01.341515) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341596) Fetched ack: 8 8 0
> (01.341602) PPB: 512 pages 1 segs 512 pipe 222 off
> (01.341609) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341615) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341656) Fetched ack: 8 8 0
> (01.341662) PPB: 512 pages 1 segs 512 pipe 223 off
> (01.341668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341715) Fetched ack: 8 8 0
> (01.341721) PPB: 512 pages 1 segs 512 pipe 224 off
> (01.341727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341773) Fetched ack: 8 8 0
> (01.341779) PPB: 512 pages 1 segs 512 pipe 225 off
> (01.341786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341831) Fetched ack: 8 8 0
> (01.341837) PPB: 512 pages 1 segs 512 pipe 226 off
> (01.341844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341890) Fetched ack: 8 8 0
> (01.341895) PPB: 512 pages 1 segs 512 pipe 227 off
> (01.341902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.341947) Fetched ack: 8 8 0
> (01.341953) PPB: 512 pages 1 segs 512 pipe 228 off
> (01.341959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.341965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.342004) Fetched ack: 8 8 0
> (01.342010) Transfering pages:
> (01.342013) 	buf 512/1
> (01.342016) 	p 0x6df1a3000 [512]
> (01.357307) 	buf 512/1
> (01.357324) 	p 0x6df3a3000 [512]
> (01.373302) 	buf 512/1
> (01.373318) 	p 0x6df5a3000 [512]
> (01.389306) 	buf 512/1
> (01.389322) 	p 0x6df7a3000 [512]
> (01.405302) 	buf 512/1
> (01.405318) 	p 0x6df9a3000 [512]
> (01.421304) 	buf 512/1
> (01.421320) 	p 0x6dfba3000 [512]
> (01.441301) 	buf 512/1
> (01.441314) 	p 0x6dfda3000 [512]
> (01.461304) 	buf 512/1
> (01.461322) 	p 0x6dffa3000 [512]
> (01.481302) page-pipe: Clean up page pipe
> (01.481318) page-pipe: Will grow page pipe (iov off is 229)
> (01.481323) page-pipe: Add iov to page pipe (0 iovs, 229/1475266 total)
> (01.481340) page-pipe: Will grow page pipe (iov off is 230)
> (01.481349) page-pipe: Add iov to page pipe (0 iovs, 230/1475266 total)
> (01.481359) page-pipe: Will grow page pipe (iov off is 231)
> (01.481361) page-pipe: Add iov to page pipe (0 iovs, 231/1475266 total)
> (01.481371) page-pipe: Will grow page pipe (iov off is 232)
> (01.481373) page-pipe: Add iov to page pipe (0 iovs, 232/1475266 total)
> (01.481383) page-pipe: Will grow page pipe (iov off is 233)
> (01.481385) page-pipe: Add iov to page pipe (0 iovs, 233/1475266 total)
> (01.481398) page-pipe: Will grow page pipe (iov off is 234)
> (01.481401) page-pipe: Add iov to page pipe (0 iovs, 234/1475266 total)
> (01.481410) page-pipe: Will grow page pipe (iov off is 235)
> (01.481413) page-pipe: Add iov to page pipe (0 iovs, 235/1475266 total)
> (01.481422) page-pipe: Will grow page pipe (iov off is 236)
> (01.481425) page-pipe: Add iov to page pipe (0 iovs, 236/1475266 total)
> (01.481434) page-pipe: Will grow page pipe (iov off is 237)
> (01.481437) page-pipe: Page pipe:
> (01.481440) page-pipe: * 8 pipes 237/1475266 iovs:
> (01.481443) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481446) page-pipe: 		0x6e01a3000 512
> (01.481449) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481452) page-pipe: 		0x6e03a3000 512
> (01.481455) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481457) page-pipe: 		0x6e05a3000 512
> (01.481460) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481463) page-pipe: 		0x6e07a3000 512
> (01.481466) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481468) page-pipe: 		0x6e09a3000 512
> (01.481471) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481474) page-pipe: 		0x6e0ba3000 512
> (01.481476) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481498) page-pipe: 		0x6e0da3000 512
> (01.481502) page-pipe: 	buf 512 pages, 1 iovs:
> (01.481504) page-pipe: 		0x6e0fa3000 512
> (01.481507) page-pipe: * 0 holes:
> (01.481510) PPB: 512 pages 1 segs 512 pipe 229 off
> (01.481529) Sent msg to daemon 8 0 0
> (01.481542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481604) Fetched ack: 8 8 0
> (01.481609) PPB: 512 pages 1 segs 512 pipe 230 off
> (01.481616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481663) Fetched ack: 8 8 0
> (01.481669) PPB: 512 pages 1 segs 512 pipe 231 off
> (01.481675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481720) Fetched ack: 8 8 0
> (01.481726) PPB: 512 pages 1 segs 512 pipe 232 off
> (01.481733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481778) Fetched ack: 8 8 0
> (01.481784) PPB: 512 pages 1 segs 512 pipe 233 off
> (01.481791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481837) Fetched ack: 8 8 0
> (01.481842) PPB: 512 pages 1 segs 512 pipe 234 off
> (01.481849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481893) Fetched ack: 8 8 0
> (01.481899) PPB: 512 pages 1 segs 512 pipe 235 off
> (01.481905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.481951) Fetched ack: 8 8 0
> (01.481957) PPB: 512 pages 1 segs 512 pipe 236 off
> (01.481963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.481969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.482010) Fetched ack: 8 8 0
> (01.482016) Transfering pages:
> (01.482018) 	buf 512/1
> (01.482021) 	p 0x6e01a3000 [512]
> (01.501302) 	buf 512/1
> (01.501317) 	p 0x6e03a3000 [512]
> (01.521305) 	buf 512/1
> (01.521319) 	p 0x6e05a3000 [512]
> (01.541308) 	buf 512/1
> (01.541324) 	p 0x6e07a3000 [512]
> (01.561299) 	buf 512/1
> (01.561313) 	p 0x6e09a3000 [512]
> (01.581302) 	buf 512/1
> (01.581319) 	p 0x6e0ba3000 [512]
> (01.601304) 	buf 512/1
> (01.601320) 	p 0x6e0da3000 [512]
> (01.621300) 	buf 512/1
> (01.621316) 	p 0x6e0fa3000 [512]
> (01.641302) page-pipe: Clean up page pipe
> (01.641318) page-pipe: Will grow page pipe (iov off is 237)
> (01.641324) page-pipe: Add iov to page pipe (0 iovs, 237/1475266 total)
> (01.641344) page-pipe: Will grow page pipe (iov off is 238)
> (01.641347) page-pipe: Add iov to page pipe (0 iovs, 238/1475266 total)
> (01.641356) page-pipe: Will grow page pipe (iov off is 239)
> (01.641359) page-pipe: Add iov to page pipe (0 iovs, 239/1475266 total)
> (01.641368) page-pipe: Will grow page pipe (iov off is 240)
> (01.641370) page-pipe: Add iov to page pipe (0 iovs, 240/1475266 total)
> (01.641380) page-pipe: Will grow page pipe (iov off is 241)
> (01.641383) page-pipe: Add iov to page pipe (0 iovs, 241/1475266 total)
> (01.641396) page-pipe: Will grow page pipe (iov off is 242)
> (01.641398) page-pipe: Add iov to page pipe (0 iovs, 242/1475266 total)
> (01.641407) page-pipe: Will grow page pipe (iov off is 243)
> (01.641410) page-pipe: Add iov to page pipe (0 iovs, 243/1475266 total)
> (01.641420) page-pipe: Will grow page pipe (iov off is 244)
> (01.641422) page-pipe: Add iov to page pipe (0 iovs, 244/1475266 total)
> (01.641432) page-pipe: Will grow page pipe (iov off is 245)
> (01.641435) page-pipe: Page pipe:
> (01.641438) page-pipe: * 8 pipes 245/1475266 iovs:
> (01.641441) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641443) page-pipe: 		0x6e11a3000 512
> (01.641447) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641449) page-pipe: 		0x6e13a3000 512
> (01.641452) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641454) page-pipe: 		0x6e15a3000 512
> (01.641474) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641477) page-pipe: 		0x6e17a3000 512
> (01.641480) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641483) page-pipe: 		0x6e19a3000 512
> (01.641485) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641488) page-pipe: 		0x6e1ba3000 512
> (01.641491) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641493) page-pipe: 		0x6e1da3000 512
> (01.641496) page-pipe: 	buf 512 pages, 1 iovs:
> (01.641498) page-pipe: 		0x6e1fa3000 512
> (01.641501) page-pipe: * 0 holes:
> (01.641504) PPB: 512 pages 1 segs 512 pipe 237 off
> (01.641523) Sent msg to daemon 8 0 0
> (01.641536) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641597) Fetched ack: 8 8 0
> (01.641602) PPB: 512 pages 1 segs 512 pipe 238 off
> (01.641609) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641655) Fetched ack: 8 8 0
> (01.641660) PPB: 512 pages 1 segs 512 pipe 239 off
> (01.641667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641713) Fetched ack: 8 8 0
> (01.641719) PPB: 512 pages 1 segs 512 pipe 240 off
> (01.641725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641769) Fetched ack: 8 8 0
> (01.641775) PPB: 512 pages 1 segs 512 pipe 241 off
> (01.641781) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641826) Fetched ack: 8 8 0
> (01.641832) PPB: 512 pages 1 segs 512 pipe 242 off
> (01.641839) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641882) Fetched ack: 8 8 0
> (01.641888) PPB: 512 pages 1 segs 512 pipe 243 off
> (01.641894) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641900) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641939) Fetched ack: 8 8 0
> (01.641945) PPB: 512 pages 1 segs 512 pipe 244 off
> (01.641951) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.641957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.641995) Fetched ack: 8 8 0
> (01.642001) Transfering pages:
> (01.642004) 	buf 512/1
> (01.642006) 	p 0x6e11a3000 [512]
> (01.665307) 	buf 512/1
> (01.665321) 	p 0x6e13a3000 [512]
> (01.689305) 	buf 512/1
> (01.689320) 	p 0x6e15a3000 [512]
> (01.713304) 	buf 512/1
> (01.713318) 	p 0x6e17a3000 [512]
> (01.737301) 	buf 512/1
> (01.737319) 	p 0x6e19a3000 [512]
> (01.761302) 	buf 512/1
> (01.761320) 	p 0x6e1ba3000 [512]
> (01.785302) 	buf 512/1
> (01.785319) 	p 0x6e1da3000 [512]
> (01.809300) 	buf 512/1
> (01.809315) 	p 0x6e1fa3000 [512]
> (01.833302) page-pipe: Clean up page pipe
> (01.833318) page-pipe: Will grow page pipe (iov off is 245)
> (01.833323) page-pipe: Add iov to page pipe (0 iovs, 245/1475266 total)
> (01.833340) page-pipe: Will grow page pipe (iov off is 246)
> (01.833349) page-pipe: Add iov to page pipe (0 iovs, 246/1475266 total)
> (01.833358) page-pipe: Will grow page pipe (iov off is 247)
> (01.833360) page-pipe: Add iov to page pipe (0 iovs, 247/1475266 total)
> (01.833370) page-pipe: Will grow page pipe (iov off is 248)
> (01.833373) page-pipe: Add iov to page pipe (0 iovs, 248/1475266 total)
> (01.833382) page-pipe: Will grow page pipe (iov off is 249)
> (01.833384) page-pipe: Add iov to page pipe (0 iovs, 249/1475266 total)
> (01.833397) page-pipe: Will grow page pipe (iov off is 250)
> (01.833400) page-pipe: Add iov to page pipe (0 iovs, 250/1475266 total)
> (01.833409) page-pipe: Will grow page pipe (iov off is 251)
> (01.833412) page-pipe: Add iov to page pipe (0 iovs, 251/1475266 total)
> (01.833421) page-pipe: Will grow page pipe (iov off is 252)
> (01.833424) page-pipe: Add iov to page pipe (0 iovs, 252/1475266 total)
> (01.833433) page-pipe: Will grow page pipe (iov off is 253)
> (01.833452) page-pipe: Page pipe:
> (01.833456) page-pipe: * 8 pipes 253/1475266 iovs:
> (01.833459) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833462) page-pipe: 		0x6e21a3000 512
> (01.833465) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833468) page-pipe: 		0x6e23a3000 512
> (01.833471) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833474) page-pipe: 		0x6e25a3000 512
> (01.833476) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833479) page-pipe: 		0x6e27a3000 512
> (01.833482) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833484) page-pipe: 		0x6e29a3000 512
> (01.833487) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833490) page-pipe: 		0x6e2ba3000 512
> (01.833493) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833495) page-pipe: 		0x6e2da3000 512
> (01.833498) page-pipe: 	buf 512 pages, 1 iovs:
> (01.833501) page-pipe: 		0x6e2fa3000 512
> (01.833503) page-pipe: * 0 holes:
> (01.833506) PPB: 512 pages 1 segs 512 pipe 245 off
> (01.833526) Sent msg to daemon 8 0 0
> (01.833539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833602) Fetched ack: 8 8 0
> (01.833607) PPB: 512 pages 1 segs 512 pipe 246 off
> (01.833614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833659) Fetched ack: 8 8 0
> (01.833664) PPB: 512 pages 1 segs 512 pipe 247 off
> (01.833671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833715) Fetched ack: 8 8 0
> (01.833720) PPB: 512 pages 1 segs 512 pipe 248 off
> (01.833727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833771) Fetched ack: 8 8 0
> (01.833776) PPB: 512 pages 1 segs 512 pipe 249 off
> (01.833783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833829) Fetched ack: 8 8 0
> (01.833834) PPB: 512 pages 1 segs 512 pipe 250 off
> (01.833841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833886) Fetched ack: 8 8 0
> (01.833891) PPB: 512 pages 1 segs 512 pipe 251 off
> (01.833898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.833943) Fetched ack: 8 8 0
> (01.833949) PPB: 512 pages 1 segs 512 pipe 252 off
> (01.833955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (01.833961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (01.834001) Fetched ack: 8 8 0
> (01.834007) Transfering pages:
> (01.834009) 	buf 512/1
> (01.834012) 	p 0x6e21a3000 [512]
> (01.857304) 	buf 512/1
> (01.857320) 	p 0x6e23a3000 [512]
> (01.881302) 	buf 512/1
> (01.881318) 	p 0x6e25a3000 [512]
> (01.905303) 	buf 512/1
> (01.905318) 	p 0x6e27a3000 [512]
> (01.929300) 	buf 512/1
> (01.929316) 	p 0x6e29a3000 [512]
> (01.957304) 	buf 512/1
> (01.957321) 	p 0x6e2ba3000 [512]
> (01.985301) 	buf 512/1
> (01.985315) 	p 0x6e2da3000 [512]
> (02.013302) 	buf 512/1
> (02.013317) 	p 0x6e2fa3000 [512]
> (02.041302) page-pipe: Clean up page pipe
> (02.041319) page-pipe: Will grow page pipe (iov off is 253)
> (02.041324) page-pipe: Add iov to page pipe (0 iovs, 253/1475266 total)
> (02.041341) page-pipe: Will grow page pipe (iov off is 254)
> (02.041350) page-pipe: Add iov to page pipe (0 iovs, 254/1475266 total)
> (02.041359) page-pipe: Will grow page pipe (iov off is 255)
> (02.041361) page-pipe: Add iov to page pipe (0 iovs, 255/1475266 total)
> (02.041371) page-pipe: Will grow page pipe (iov off is 256)
> (02.041373) page-pipe: Add iov to page pipe (0 iovs, 256/1475266 total)
> (02.041383) page-pipe: Will grow page pipe (iov off is 257)
> (02.041386) page-pipe: Add iov to page pipe (0 iovs, 257/1475266 total)
> (02.041398) page-pipe: Will grow page pipe (iov off is 258)
> (02.041401) page-pipe: Add iov to page pipe (0 iovs, 258/1475266 total)
> (02.041427) page-pipe: Will grow page pipe (iov off is 259)
> (02.041430) page-pipe: Add iov to page pipe (0 iovs, 259/1475266 total)
> (02.041440) page-pipe: Will grow page pipe (iov off is 260)
> (02.041442) page-pipe: Add iov to page pipe (0 iovs, 260/1475266 total)
> (02.041452) page-pipe: Will grow page pipe (iov off is 261)
> (02.041455) page-pipe: Page pipe:
> (02.041458) page-pipe: * 8 pipes 261/1475266 iovs:
> (02.041461) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041463) page-pipe: 		0x6e31a3000 512
> (02.041467) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041469) page-pipe: 		0x6e33a3000 512
> (02.041472) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041474) page-pipe: 		0x6e35a3000 512
> (02.041477) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041480) page-pipe: 		0x6e37a3000 512
> (02.041482) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041485) page-pipe: 		0x6e39a3000 512
> (02.041487) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041490) page-pipe: 		0x6e3ba3000 512
> (02.041493) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041495) page-pipe: 		0x6e3da3000 512
> (02.041498) page-pipe: 	buf 512 pages, 1 iovs:
> (02.041500) page-pipe: 		0x6e3fa3000 512
> (02.041503) page-pipe: * 0 holes:
> (02.041506) PPB: 512 pages 1 segs 512 pipe 253 off
> (02.041525) Sent msg to daemon 8 0 0
> (02.041538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041598) Fetched ack: 8 8 0
> (02.041603) PPB: 512 pages 1 segs 512 pipe 254 off
> (02.041611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041655) Fetched ack: 8 8 0
> (02.041661) PPB: 512 pages 1 segs 512 pipe 255 off
> (02.041668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041713) Fetched ack: 8 8 0
> (02.041719) PPB: 512 pages 1 segs 512 pipe 256 off
> (02.041725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041771) Fetched ack: 8 8 0
> (02.041777) PPB: 512 pages 1 segs 512 pipe 257 off
> (02.041783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041828) Fetched ack: 8 8 0
> (02.041834) PPB: 512 pages 1 segs 512 pipe 258 off
> (02.041840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041846) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041886) Fetched ack: 8 8 0
> (02.041892) PPB: 512 pages 1 segs 512 pipe 259 off
> (02.041898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.041944) Fetched ack: 8 8 0
> (02.041949) PPB: 512 pages 1 segs 512 pipe 260 off
> (02.041956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.041962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.042000) Fetched ack: 8 8 0
> (02.042007) Transfering pages:
> (02.042009) 	buf 512/1
> (02.042012) 	p 0x6e31a3000 [512]
> (02.069306) 	buf 512/1
> (02.069322) 	p 0x6e33a3000 [512]
> (02.097301) 	buf 512/1
> (02.097318) 	p 0x6e35a3000 [512]
> (02.125303) 	buf 512/1
> (02.125319) 	p 0x6e37a3000 [512]
> (02.153302) 	buf 512/1
> (02.153319) 	p 0x6e39a3000 [512]
> (02.181301) 	buf 512/1
> (02.181317) 	p 0x6e3ba3000 [512]
> (02.209312) 	buf 512/1
> (02.209326) 	p 0x6e3da3000 [512]
> (02.237306) 	buf 512/1
> (02.237321) 	p 0x6e3fa3000 [512]
> (02.265301) page-pipe: Clean up page pipe
> (02.265316) page-pipe: Will grow page pipe (iov off is 261)
> (02.265321) page-pipe: Add iov to page pipe (0 iovs, 261/1475266 total)
> (02.265338) page-pipe: Will grow page pipe (iov off is 262)
> (02.265342) page-pipe: Add iov to page pipe (0 iovs, 262/1475266 total)
> (02.265357) page-pipe: Will grow page pipe (iov off is 263)
> (02.265359) page-pipe: Add iov to page pipe (0 iovs, 263/1475266 total)
> (02.265369) page-pipe: Will grow page pipe (iov off is 264)
> (02.265371) page-pipe: Add iov to page pipe (0 iovs, 264/1475266 total)
> (02.265396) page-pipe: Will grow page pipe (iov off is 265)
> (02.265399) page-pipe: Add iov to page pipe (0 iovs, 265/1475266 total)
> (02.265412) page-pipe: Will grow page pipe (iov off is 266)
> (02.265415) page-pipe: Add iov to page pipe (0 iovs, 266/1475266 total)
> (02.265425) page-pipe: Will grow page pipe (iov off is 267)
> (02.265427) page-pipe: Add iov to page pipe (0 iovs, 267/1475266 total)
> (02.265436) page-pipe: Will grow page pipe (iov off is 268)
> (02.265439) page-pipe: Add iov to page pipe (0 iovs, 268/1475266 total)
> (02.265448) page-pipe: Will grow page pipe (iov off is 269)
> (02.265452) page-pipe: Page pipe:
> (02.265454) page-pipe: * 8 pipes 269/1475266 iovs:
> (02.265458) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265460) page-pipe: 		0x6e41a3000 512
> (02.265464) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265467) page-pipe: 		0x6e43a3000 512
> (02.265470) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265472) page-pipe: 		0x6e45a3000 512
> (02.265475) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265478) page-pipe: 		0x6e47a3000 512
> (02.265480) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265483) page-pipe: 		0x6e49a3000 512
> (02.265486) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265488) page-pipe: 		0x6e4ba3000 512
> (02.265491) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265494) page-pipe: 		0x6e4da3000 512
> (02.265497) page-pipe: 	buf 512 pages, 1 iovs:
> (02.265499) page-pipe: 		0x6e4fa3000 512
> (02.265502) page-pipe: * 0 holes:
> (02.265505) PPB: 512 pages 1 segs 512 pipe 261 off
> (02.265524) Sent msg to daemon 8 0 0
> (02.265537) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265598) Fetched ack: 8 8 0
> (02.265603) PPB: 512 pages 1 segs 512 pipe 262 off
> (02.265610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265656) Fetched ack: 8 8 0
> (02.265662) PPB: 512 pages 1 segs 512 pipe 263 off
> (02.265669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265714) Fetched ack: 8 8 0
> (02.265719) PPB: 512 pages 1 segs 512 pipe 264 off
> (02.265726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265732) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265770) Fetched ack: 8 8 0
> (02.265775) PPB: 512 pages 1 segs 512 pipe 265 off
> (02.265782) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265825) Fetched ack: 8 8 0
> (02.265831) PPB: 512 pages 1 segs 512 pipe 266 off
> (02.265837) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265843) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265882) Fetched ack: 8 8 0
> (02.265887) PPB: 512 pages 1 segs 512 pipe 267 off
> (02.265894) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265899) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265938) Fetched ack: 8 8 0
> (02.265944) PPB: 512 pages 1 segs 512 pipe 268 off
> (02.265950) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.265956) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.265994) Fetched ack: 8 8 0
> (02.266000) Transfering pages:
> (02.266003) 	buf 512/1
> (02.266005) 	p 0x6e41a3000 [512]
> (02.293303) 	buf 512/1
> (02.293319) 	p 0x6e43a3000 [512]
> (02.325305) 	buf 512/1
> (02.325322) 	p 0x6e45a3000 [512]
> (02.357304) 	buf 512/1
> (02.357319) 	p 0x6e47a3000 [512]
> (02.385299) 	buf 512/1
> (02.385318) 	p 0x6e49a3000 [512]
> (02.413301) 	buf 512/1
> (02.413315) 	p 0x6e4ba3000 [512]
> (02.441303) 	buf 512/1
> (02.441319) 	p 0x6e4da3000 [512]
> (02.469305) 	buf 512/1
> (02.469320) 	p 0x6e4fa3000 [512]
> (02.497301) page-pipe: Clean up page pipe
> (02.497316) page-pipe: Will grow page pipe (iov off is 269)
> (02.497321) page-pipe: Add iov to page pipe (0 iovs, 269/1475266 total)
> (02.497339) page-pipe: Will grow page pipe (iov off is 270)
> (02.497364) page-pipe: Add iov to page pipe (0 iovs, 270/1475266 total)
> (02.497374) page-pipe: Will grow page pipe (iov off is 271)
> (02.497377) page-pipe: Add iov to page pipe (0 iovs, 271/1475266 total)
> (02.497387) page-pipe: Will grow page pipe (iov off is 272)
> (02.497389) page-pipe: Add iov to page pipe (0 iovs, 272/1475266 total)
> (02.497399) page-pipe: Will grow page pipe (iov off is 273)
> (02.497401) page-pipe: Add iov to page pipe (0 iovs, 273/1475266 total)
> (02.497414) page-pipe: Will grow page pipe (iov off is 274)
> (02.497417) page-pipe: Add iov to page pipe (0 iovs, 274/1475266 total)
> (02.497426) page-pipe: Will grow page pipe (iov off is 275)
> (02.497429) page-pipe: Add iov to page pipe (0 iovs, 275/1475266 total)
> (02.497438) page-pipe: Will grow page pipe (iov off is 276)
> (02.497441) page-pipe: Add iov to page pipe (0 iovs, 276/1475266 total)
> (02.497450) page-pipe: Will grow page pipe (iov off is 277)
> (02.497454) page-pipe: Page pipe:
> (02.497457) page-pipe: * 8 pipes 277/1475266 iovs:
> (02.497459) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497462) page-pipe: 		0x6e51a3000 512
> (02.497465) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497468) page-pipe: 		0x6e53a3000 512
> (02.497471) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497474) page-pipe: 		0x6e55a3000 512
> (02.497476) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497479) page-pipe: 		0x6e57a3000 512
> (02.497481) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497484) page-pipe: 		0x6e59a3000 512
> (02.497487) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497489) page-pipe: 		0x6e5ba3000 512
> (02.497492) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497494) page-pipe: 		0x6e5da3000 512
> (02.497497) page-pipe: 	buf 512 pages, 1 iovs:
> (02.497500) page-pipe: 		0x6e5fa3000 512
> (02.497502) page-pipe: * 0 holes:
> (02.497505) PPB: 512 pages 1 segs 512 pipe 269 off
> (02.497525) Sent msg to daemon 8 0 0
> (02.497539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497596) Fetched ack: 8 8 0
> (02.497602) PPB: 512 pages 1 segs 512 pipe 270 off
> (02.497609) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497615) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497653) Fetched ack: 8 8 0
> (02.497659) PPB: 512 pages 1 segs 512 pipe 271 off
> (02.497666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497711) Fetched ack: 8 8 0
> (02.497716) PPB: 512 pages 1 segs 512 pipe 272 off
> (02.497723) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497729) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497767) Fetched ack: 8 8 0
> (02.497773) PPB: 512 pages 1 segs 512 pipe 273 off
> (02.497779) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497785) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497825) Fetched ack: 8 8 0
> (02.497831) PPB: 512 pages 1 segs 512 pipe 274 off
> (02.497837) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497843) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497883) Fetched ack: 8 8 0
> (02.497888) PPB: 512 pages 1 segs 512 pipe 275 off
> (02.497895) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497939) Fetched ack: 8 8 0
> (02.497944) PPB: 512 pages 1 segs 512 pipe 276 off
> (02.497951) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.497957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.497995) Fetched ack: 8 8 0
> (02.498001) Transfering pages:
> (02.498004) 	buf 512/1
> (02.498007) 	p 0x6e51a3000 [512]
> (02.525306) 	buf 512/1
> (02.525320) 	p 0x6e53a3000 [512]
> (02.553303) 	buf 512/1
> (02.553319) 	p 0x6e55a3000 [512]
> (02.581300) 	buf 512/1
> (02.581317) 	p 0x6e57a3000 [512]
> (02.609301) 	buf 512/1
> (02.609317) 	p 0x6e59a3000 [512]
> (02.637303) 	buf 512/1
> (02.637319) 	p 0x6e5ba3000 [512]
> (02.665302) 	buf 512/1
> (02.665318) 	p 0x6e5da3000 [512]
> (02.697301) 	buf 512/1
> (02.697317) 	p 0x6e5fa3000 [512]
> (02.729302) page-pipe: Clean up page pipe
> (02.729318) page-pipe: Will grow page pipe (iov off is 277)
> (02.729323) page-pipe: Add iov to page pipe (0 iovs, 277/1475266 total)
> (02.729340) page-pipe: Will grow page pipe (iov off is 278)
> (02.729344) page-pipe: Add iov to page pipe (0 iovs, 278/1475266 total)
> (02.729359) page-pipe: Will grow page pipe (iov off is 279)
> (02.729361) page-pipe: Add iov to page pipe (0 iovs, 279/1475266 total)
> (02.729371) page-pipe: Will grow page pipe (iov off is 280)
> (02.729373) page-pipe: Add iov to page pipe (0 iovs, 280/1475266 total)
> (02.729383) page-pipe: Will grow page pipe (iov off is 281)
> (02.729385) page-pipe: Add iov to page pipe (0 iovs, 281/1475266 total)
> (02.729398) page-pipe: Will grow page pipe (iov off is 282)
> (02.729401) page-pipe: Add iov to page pipe (0 iovs, 282/1475266 total)
> (02.729414) page-pipe: Will grow page pipe (iov off is 283)
> (02.729417) page-pipe: Add iov to page pipe (0 iovs, 283/1475266 total)
> (02.729426) page-pipe: Will grow page pipe (iov off is 284)
> (02.729428) page-pipe: Add iov to page pipe (0 iovs, 284/1475266 total)
> (02.729438) page-pipe: Will grow page pipe (iov off is 285)
> (02.729441) page-pipe: Page pipe:
> (02.729444) page-pipe: * 8 pipes 285/1475266 iovs:
> (02.729447) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729450) page-pipe: 		0x6e61a3000 512
> (02.729453) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729456) page-pipe: 		0x6e63a3000 512
> (02.729458) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729461) page-pipe: 		0x6e65a3000 512
> (02.729464) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729466) page-pipe: 		0x6e67a3000 512
> (02.729469) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729472) page-pipe: 		0x6e69a3000 512
> (02.729474) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729477) page-pipe: 		0x6e6ba3000 512
> (02.729480) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729483) page-pipe: 		0x6e6da3000 512
> (02.729485) page-pipe: 	buf 512 pages, 1 iovs:
> (02.729488) page-pipe: 		0x6e6fa3000 512
> (02.729491) page-pipe: * 0 holes:
> (02.729493) PPB: 512 pages 1 segs 512 pipe 277 off
> (02.729512) Sent msg to daemon 8 0 0
> (02.729525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729586) Fetched ack: 8 8 0
> (02.729591) PPB: 512 pages 1 segs 512 pipe 278 off
> (02.729598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729644) Fetched ack: 8 8 0
> (02.729649) PPB: 512 pages 1 segs 512 pipe 279 off
> (02.729656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729702) Fetched ack: 8 8 0
> (02.729708) PPB: 512 pages 1 segs 512 pipe 280 off
> (02.729714) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729720) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729758) Fetched ack: 8 8 0
> (02.729763) PPB: 512 pages 1 segs 512 pipe 281 off
> (02.729770) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729776) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729815) Fetched ack: 8 8 0
> (02.729820) PPB: 512 pages 1 segs 512 pipe 282 off
> (02.729827) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729833) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729870) Fetched ack: 8 8 0
> (02.729876) PPB: 512 pages 1 segs 512 pipe 283 off
> (02.729882) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729888) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729925) Fetched ack: 8 8 0
> (02.729931) PPB: 512 pages 1 segs 512 pipe 284 off
> (02.729937) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.729943) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.729981) Fetched ack: 8 8 0
> (02.729987) Transfering pages:
> (02.730005) 	buf 512/1
> (02.730009) 	p 0x6e61a3000 [512]
> (02.761303) 	buf 512/1
> (02.761320) 	p 0x6e63a3000 [512]
> (02.793303) 	buf 512/1
> (02.793319) 	p 0x6e65a3000 [512]
> (02.825305) 	buf 512/1
> (02.825322) 	p 0x6e67a3000 [512]
> (02.857301) 	buf 512/1
> (02.857317) 	p 0x6e69a3000 [512]
> (02.889302) 	buf 512/1
> (02.889319) 	p 0x6e6ba3000 [512]
> (02.917302) 	buf 512/1
> (02.917317) 	p 0x6e6da3000 [512]
> (02.945301) 	buf 512/1
> (02.945318) 	p 0x6e6fa3000 [512]
> (02.973301) page-pipe: Clean up page pipe
> (02.973317) page-pipe: Will grow page pipe (iov off is 285)
> (02.973323) page-pipe: Add iov to page pipe (0 iovs, 285/1475266 total)
> (02.973345) page-pipe: Will grow page pipe (iov off is 286)
> (02.973348) page-pipe: Add iov to page pipe (0 iovs, 286/1475266 total)
> (02.973357) page-pipe: Will grow page pipe (iov off is 287)
> (02.973360) page-pipe: Add iov to page pipe (0 iovs, 287/1475266 total)
> (02.973369) page-pipe: Will grow page pipe (iov off is 288)
> (02.973372) page-pipe: Add iov to page pipe (0 iovs, 288/1475266 total)
> (02.973381) page-pipe: Will grow page pipe (iov off is 289)
> (02.973384) page-pipe: Add iov to page pipe (0 iovs, 289/1475266 total)
> (02.973397) page-pipe: Will grow page pipe (iov off is 290)
> (02.973400) page-pipe: Add iov to page pipe (0 iovs, 290/1475266 total)
> (02.973409) page-pipe: Will grow page pipe (iov off is 291)
> (02.973412) page-pipe: Add iov to page pipe (0 iovs, 291/1475266 total)
> (02.973421) page-pipe: Will grow page pipe (iov off is 292)
> (02.973424) page-pipe: Add iov to page pipe (0 iovs, 292/1475266 total)
> (02.973434) page-pipe: Will grow page pipe (iov off is 293)
> (02.973437) page-pipe: Page pipe:
> (02.973440) page-pipe: * 8 pipes 293/1475266 iovs:
> (02.973443) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973445) page-pipe: 		0x6e71a3000 512
> (02.973449) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973451) page-pipe: 		0x6e73a3000 512
> (02.973454) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973457) page-pipe: 		0x6e75a3000 512
> (02.973459) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973462) page-pipe: 		0x6e77a3000 512
> (02.973465) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973467) page-pipe: 		0x6e79a3000 512
> (02.973470) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973472) page-pipe: 		0x6e7ba3000 512
> (02.973475) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973477) page-pipe: 		0x6e7da3000 512
> (02.973480) page-pipe: 	buf 512 pages, 1 iovs:
> (02.973483) page-pipe: 		0x6e7fa3000 512
> (02.973485) page-pipe: * 0 holes:
> (02.973488) PPB: 512 pages 1 segs 512 pipe 285 off
> (02.973507) Sent msg to daemon 8 0 0
> (02.973520) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973579) Fetched ack: 8 8 0
> (02.973584) PPB: 512 pages 1 segs 512 pipe 286 off
> (02.973591) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973597) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973637) Fetched ack: 8 8 0
> (02.973643) PPB: 512 pages 1 segs 512 pipe 287 off
> (02.973650) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973656) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973693) Fetched ack: 8 8 0
> (02.973699) PPB: 512 pages 1 segs 512 pipe 288 off
> (02.973706) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973712) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973752) Fetched ack: 8 8 0
> (02.973758) PPB: 512 pages 1 segs 512 pipe 289 off
> (02.973764) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973770) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973809) Fetched ack: 8 8 0
> (02.973814) PPB: 512 pages 1 segs 512 pipe 290 off
> (02.973821) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973827) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973866) Fetched ack: 8 8 0
> (02.973871) PPB: 512 pages 1 segs 512 pipe 291 off
> (02.973878) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973883) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (02.973921) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (02.973942) PPB: 512 pages 1 segs 512 pipe 292 off
> (02.973951) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (02.973957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (02.973997) Fetched ack: 8 8 0
> (02.974004) Transfering pages:
> (02.974006) 	buf 512/1
> (02.974009) 	p 0x6e71a3000 [512]
> (03.001302) 	buf 512/1
> (03.001317) 	p 0x6e73a3000 [512]
> (03.029300) 	buf 512/1
> (03.029315) 	p 0x6e75a3000 [512]
> (03.061302) 	buf 512/1
> (03.061318) 	p 0x6e77a3000 [512]
> (03.093300) 	buf 512/1
> (03.093317) 	p 0x6e79a3000 [512]
> (03.125302) 	buf 512/1
> (03.125317) 	p 0x6e7ba3000 [512]
> (03.157302) 	buf 512/1
> (03.157317) 	p 0x6e7da3000 [512]
> (03.189302) 	buf 512/1
> (03.189318) 	p 0x6e7fa3000 [512]
> (03.221303) page-pipe: Clean up page pipe
> (03.221320) page-pipe: Will grow page pipe (iov off is 293)
> (03.221326) page-pipe: Add iov to page pipe (0 iovs, 293/1475266 total)
> (03.221342) page-pipe: Will grow page pipe (iov off is 294)
> (03.221346) page-pipe: Add iov to page pipe (0 iovs, 294/1475266 total)
> (03.221358) page-pipe: Will grow page pipe (iov off is 295)
> (03.221366) page-pipe: Add iov to page pipe (0 iovs, 295/1475266 total)
> (03.221375) page-pipe: Will grow page pipe (iov off is 296)
> (03.221378) page-pipe: Add iov to page pipe (0 iovs, 296/1475266 total)
> (03.221387) page-pipe: Will grow page pipe (iov off is 297)
> (03.221390) page-pipe: Add iov to page pipe (0 iovs, 297/1475266 total)
> (03.221403) page-pipe: Will grow page pipe (iov off is 298)
> (03.221405) page-pipe: Add iov to page pipe (0 iovs, 298/1475266 total)
> (03.221415) page-pipe: Will grow page pipe (iov off is 299)
> (03.221417) page-pipe: Add iov to page pipe (0 iovs, 299/1475266 total)
> (03.221426) page-pipe: Will grow page pipe (iov off is 300)
> (03.221429) page-pipe: Add iov to page pipe (0 iovs, 300/1475266 total)
> (03.221438) page-pipe: Will grow page pipe (iov off is 301)
> (03.221441) page-pipe: Page pipe:
> (03.221444) page-pipe: * 8 pipes 301/1475266 iovs:
> (03.221447) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221450) page-pipe: 		0x6e81a3000 512
> (03.221454) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221456) page-pipe: 		0x6e83a3000 512
> (03.221459) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221462) page-pipe: 		0x6e85a3000 512
> (03.221465) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221467) page-pipe: 		0x6e87a3000 512
> (03.221470) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221473) page-pipe: 		0x6e89a3000 512
> (03.221475) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221478) page-pipe: 		0x6e8ba3000 512
> (03.221481) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221484) page-pipe: 		0x6e8da3000 512
> (03.221486) page-pipe: 	buf 512 pages, 1 iovs:
> (03.221489) page-pipe: 		0x6e8fa3000 512
> (03.221492) page-pipe: * 0 holes:
> (03.221494) PPB: 512 pages 1 segs 512 pipe 293 off
> (03.221514) Sent msg to daemon 8 0 0
> (03.221527) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221589) Fetched ack: 8 8 0
> (03.221594) PPB: 512 pages 1 segs 512 pipe 294 off
> (03.221601) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221607) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221645) Fetched ack: 8 8 0
> (03.221651) PPB: 512 pages 1 segs 512 pipe 295 off
> (03.221658) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221664) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221703) Fetched ack: 8 8 0
> (03.221708) PPB: 512 pages 1 segs 512 pipe 296 off
> (03.221715) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221721) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221761) Fetched ack: 8 8 0
> (03.221767) PPB: 512 pages 1 segs 512 pipe 297 off
> (03.221773) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221779) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221818) Fetched ack: 8 8 0
> (03.221824) PPB: 512 pages 1 segs 512 pipe 298 off
> (03.221831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221836) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221893) Fetched ack: 8 8 0
> (03.221899) PPB: 512 pages 1 segs 512 pipe 299 off
> (03.221906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.221952) Fetched ack: 8 8 0
> (03.221958) PPB: 512 pages 1 segs 512 pipe 300 off
> (03.221964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.221970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.222008) Fetched ack: 8 8 0
> (03.222014) Transfering pages:
> (03.222016) 	buf 512/1
> (03.222019) 	p 0x6e81a3000 [512]
> (03.253302) 	buf 512/1
> (03.253316) 	p 0x6e83a3000 [512]
> (03.285303) 	buf 512/1
> (03.285319) 	p 0x6e85a3000 [512]
> (03.317301) 	buf 512/1
> (03.317319) 	p 0x6e87a3000 [512]
> (03.349300) 	buf 512/1
> (03.349314) 	p 0x6e89a3000 [512]
> (03.381303) 	buf 512/1
> (03.381319) 	p 0x6e8ba3000 [512]
> (03.413302) 	buf 512/1
> (03.413319) 	p 0x6e8da3000 [512]
> (03.445324) 	buf 512/1
> (03.445344) 	p 0x6e8fa3000 [512]
> (03.477302) page-pipe: Clean up page pipe
> (03.477319) page-pipe: Will grow page pipe (iov off is 301)
> (03.477324) page-pipe: Add iov to page pipe (0 iovs, 301/1475266 total)
> (03.477346) page-pipe: Will grow page pipe (iov off is 302)
> (03.477349) page-pipe: Add iov to page pipe (0 iovs, 302/1475266 total)
> (03.477358) page-pipe: Will grow page pipe (iov off is 303)
> (03.477361) page-pipe: Add iov to page pipe (0 iovs, 303/1475266 total)
> (03.477370) page-pipe: Will grow page pipe (iov off is 304)
> (03.477372) page-pipe: Add iov to page pipe (0 iovs, 304/1475266 total)
> (03.477382) page-pipe: Will grow page pipe (iov off is 305)
> (03.477384) page-pipe: Add iov to page pipe (0 iovs, 305/1475266 total)
> (03.477397) page-pipe: Will grow page pipe (iov off is 306)
> (03.477400) page-pipe: Add iov to page pipe (0 iovs, 306/1475266 total)
> (03.477409) page-pipe: Will grow page pipe (iov off is 307)
> (03.477412) page-pipe: Add iov to page pipe (0 iovs, 307/1475266 total)
> (03.477421) page-pipe: Will grow page pipe (iov off is 308)
> (03.477424) page-pipe: Add iov to page pipe (0 iovs, 308/1475266 total)
> (03.477433) page-pipe: Will grow page pipe (iov off is 309)
> (03.477436) page-pipe: Page pipe:
> (03.477439) page-pipe: * 8 pipes 309/1475266 iovs:
> (03.477442) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477445) page-pipe: 		0x6e91a3000 512
> (03.477448) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477451) page-pipe: 		0x6e93a3000 512
> (03.477453) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477456) page-pipe: 		0x6e95a3000 512
> (03.477458) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477461) page-pipe: 		0x6e97a3000 512
> (03.477464) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477466) page-pipe: 		0x6e99a3000 512
> (03.477469) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477471) page-pipe: 		0x6e9ba3000 512
> (03.477474) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477476) page-pipe: 		0x6e9da3000 512
> (03.477479) page-pipe: 	buf 512 pages, 1 iovs:
> (03.477481) page-pipe: 		0x6e9fa3000 512
> (03.477484) page-pipe: * 0 holes:
> (03.477487) PPB: 512 pages 1 segs 512 pipe 301 off
> (03.477507) Sent msg to daemon 8 0 0
> (03.477520) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477582) Fetched ack: 8 8 0
> (03.477587) PPB: 512 pages 1 segs 512 pipe 302 off
> (03.477594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477640) Fetched ack: 8 8 0
> (03.477645) PPB: 512 pages 1 segs 512 pipe 303 off
> (03.477652) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477658) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477698) Fetched ack: 8 8 0
> (03.477704) PPB: 512 pages 1 segs 512 pipe 304 off
> (03.477710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477716) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477756) Fetched ack: 8 8 0
> (03.477762) PPB: 512 pages 1 segs 512 pipe 305 off
> (03.477785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477831) Fetched ack: 8 8 0
> (03.477836) PPB: 512 pages 1 segs 512 pipe 306 off
> (03.477843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477887) Fetched ack: 8 8 0
> (03.477893) PPB: 512 pages 1 segs 512 pipe 307 off
> (03.477899) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477905) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477943) Fetched ack: 8 8 0
> (03.477949) PPB: 512 pages 1 segs 512 pipe 308 off
> (03.477955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.477961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.477999) Fetched ack: 8 8 0
> (03.478006) Transfering pages:
> (03.478008) 	buf 512/1
> (03.478011) 	p 0x6e91a3000 [512]
> (03.509302) 	buf 512/1
> (03.509317) 	p 0x6e93a3000 [512]
> (03.541303) 	buf 512/1
> (03.541318) 	p 0x6e95a3000 [512]
> (03.573302) 	buf 512/1
> (03.573318) 	p 0x6e97a3000 [512]
> (03.605300) 	buf 512/1
> (03.605316) 	p 0x6e99a3000 [512]
> (03.637302) 	buf 512/1
> (03.637317) 	p 0x6e9ba3000 [512]
> (03.669307) 	buf 512/1
> (03.669325) 	p 0x6e9da3000 [512]
> (03.701302) 	buf 512/1
> (03.701318) 	p 0x6e9fa3000 [512]
> (03.733302) page-pipe: Clean up page pipe
> (03.733319) page-pipe: Will grow page pipe (iov off is 309)
> (03.733324) page-pipe: Add iov to page pipe (0 iovs, 309/1475266 total)
> (03.733346) page-pipe: Will grow page pipe (iov off is 310)
> (03.733349) page-pipe: Add iov to page pipe (0 iovs, 310/1475266 total)
> (03.733359) page-pipe: Will grow page pipe (iov off is 311)
> (03.733362) page-pipe: Add iov to page pipe (0 iovs, 311/1475266 total)
> (03.733371) page-pipe: Will grow page pipe (iov off is 312)
> (03.733373) page-pipe: Add iov to page pipe (0 iovs, 312/1475266 total)
> (03.733383) page-pipe: Will grow page pipe (iov off is 313)
> (03.733385) page-pipe: Add iov to page pipe (0 iovs, 313/1475266 total)
> (03.733398) page-pipe: Will grow page pipe (iov off is 314)
> (03.733401) page-pipe: Add iov to page pipe (0 iovs, 314/1475266 total)
> (03.733410) page-pipe: Will grow page pipe (iov off is 315)
> (03.733413) page-pipe: Add iov to page pipe (0 iovs, 315/1475266 total)
> (03.733422) page-pipe: Will grow page pipe (iov off is 316)
> (03.733425) page-pipe: Add iov to page pipe (0 iovs, 316/1475266 total)
> (03.733434) page-pipe: Will grow page pipe (iov off is 317)
> (03.733437) page-pipe: Page pipe:
> (03.733440) page-pipe: * 8 pipes 317/1475266 iovs:
> (03.733443) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733446) page-pipe: 		0x6ea1a3000 512
> (03.733449) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733452) page-pipe: 		0x6ea3a3000 512
> (03.733454) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733457) page-pipe: 		0x6ea5a3000 512
> (03.733460) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733462) page-pipe: 		0x6ea7a3000 512
> (03.733465) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733468) page-pipe: 		0x6ea9a3000 512
> (03.733470) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733473) page-pipe: 		0x6eaba3000 512
> (03.733476) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733478) page-pipe: 		0x6eada3000 512
> (03.733481) page-pipe: 	buf 512 pages, 1 iovs:
> (03.733484) page-pipe: 		0x6eafa3000 512
> (03.733486) page-pipe: * 0 holes:
> (03.733489) PPB: 512 pages 1 segs 512 pipe 309 off
> (03.733509) Sent msg to daemon 8 0 0
> (03.733522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733583) Fetched ack: 8 8 0
> (03.733588) PPB: 512 pages 1 segs 512 pipe 310 off
> (03.733595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733641) Fetched ack: 8 8 0
> (03.733647) PPB: 512 pages 1 segs 512 pipe 311 off
> (03.733655) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733660) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733700) Fetched ack: 8 8 0
> (03.733722) PPB: 512 pages 1 segs 512 pipe 312 off
> (03.733729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733774) Fetched ack: 8 8 0
> (03.733780) PPB: 512 pages 1 segs 512 pipe 313 off
> (03.733787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733833) Fetched ack: 8 8 0
> (03.733839) PPB: 512 pages 1 segs 512 pipe 314 off
> (03.733845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733889) Fetched ack: 8 8 0
> (03.733895) PPB: 512 pages 1 segs 512 pipe 315 off
> (03.733902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.733946) Fetched ack: 8 8 0
> (03.733952) PPB: 512 pages 1 segs 512 pipe 316 off
> (03.733959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (03.733965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (03.734005) Fetched ack: 8 8 0
> (03.734011) Transfering pages:
> (03.734013) 	buf 512/1
> (03.734016) 	p 0x6ea1a3000 [512]
> (03.765304) 	buf 512/1
> (03.765320) 	p 0x6ea3a3000 [512]
> (03.797302) 	buf 512/1
> (03.797319) 	p 0x6ea5a3000 [512]
> (03.829303) 	buf 512/1
> (03.829321) 	p 0x6ea7a3000 [512]
> (03.861301) 	buf 512/1
> (03.861316) 	p 0x6ea9a3000 [512]
> (03.897301) 	buf 512/1
> (03.897316) 	p 0x6eaba3000 [512]
> (03.933302) 	buf 512/1
> (03.933318) 	p 0x6eada3000 [512]
> (03.969304) 	buf 512/1
> (03.969320) 	p 0x6eafa3000 [512]
> (04.005302) page-pipe: Clean up page pipe
> (04.005319) page-pipe: Will grow page pipe (iov off is 317)
> (04.005325) page-pipe: Add iov to page pipe (0 iovs, 317/1475266 total)
> (04.005347) page-pipe: Will grow page pipe (iov off is 318)
> (04.005350) page-pipe: Add iov to page pipe (0 iovs, 318/1475266 total)
> (04.005362) page-pipe: Will grow page pipe (iov off is 319)
> (04.005365) page-pipe: Add iov to page pipe (0 iovs, 319/1475266 total)
> (04.005377) page-pipe: Will grow page pipe (iov off is 320)
> (04.005380) page-pipe: Add iov to page pipe (0 iovs, 320/1475266 total)
> (04.005392) page-pipe: Will grow page pipe (iov off is 321)
> (04.005395) page-pipe: Add iov to page pipe (0 iovs, 321/1475266 total)
> (04.005408) page-pipe: Will grow page pipe (iov off is 322)
> (04.005411) page-pipe: Add iov to page pipe (0 iovs, 322/1475266 total)
> (04.005421) page-pipe: Will grow page pipe (iov off is 323)
> (04.005423) page-pipe: Add iov to page pipe (0 iovs, 323/1475266 total)
> (04.005433) page-pipe: Will grow page pipe (iov off is 324)
> (04.005435) page-pipe: Add iov to page pipe (0 iovs, 324/1475266 total)
> (04.005445) page-pipe: Will grow page pipe (iov off is 325)
> (04.005448) page-pipe: Page pipe:
> (04.005451) page-pipe: * 8 pipes 325/1475266 iovs:
> (04.005454) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005457) page-pipe: 		0x6eb1a3000 512
> (04.005460) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005463) page-pipe: 		0x6eb3a3000 512
> (04.005465) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005468) page-pipe: 		0x6eb5a3000 512
> (04.005470) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005473) page-pipe: 		0x6eb7a3000 512
> (04.005476) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005478) page-pipe: 		0x6eb9a3000 512
> (04.005481) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005484) page-pipe: 		0x6ebba3000 512
> (04.005486) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005489) page-pipe: 		0x6ebda3000 512
> (04.005491) page-pipe: 	buf 512 pages, 1 iovs:
> (04.005494) page-pipe: 		0x6ebfa3000 512
> (04.005497) page-pipe: * 0 holes:
> (04.005499) PPB: 512 pages 1 segs 512 pipe 317 off
> (04.005520) Sent msg to daemon 8 0 0
> (04.005533) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005592) Fetched ack: 8 8 0
> (04.005597) PPB: 512 pages 1 segs 512 pipe 318 off
> (04.005604) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005610) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005668) Fetched ack: 8 8 0
> (04.005673) PPB: 512 pages 1 segs 512 pipe 319 off
> (04.005680) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005686) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005725) Fetched ack: 8 8 0
> (04.005731) PPB: 512 pages 1 segs 512 pipe 320 off
> (04.005737) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005743) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005783) Fetched ack: 8 8 0
> (04.005788) PPB: 512 pages 1 segs 512 pipe 321 off
> (04.005795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005840) Fetched ack: 8 8 0
> (04.005846) PPB: 512 pages 1 segs 512 pipe 322 off
> (04.005852) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005858) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005896) Fetched ack: 8 8 0
> (04.005902) PPB: 512 pages 1 segs 512 pipe 323 off
> (04.005908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.005953) Fetched ack: 8 8 0
> (04.005959) PPB: 512 pages 1 segs 512 pipe 324 off
> (04.005966) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.005971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.006011) Fetched ack: 8 8 0
> (04.006017) Transfering pages:
> (04.006019) 	buf 512/1
> (04.006022) 	p 0x6eb1a3000 [512]
> (04.041302) 	buf 512/1
> (04.041316) 	p 0x6eb3a3000 [512]
> (04.077301) 	buf 512/1
> (04.077316) 	p 0x6eb5a3000 [512]
> (04.113302) 	buf 512/1
> (04.113318) 	p 0x6eb7a3000 [512]
> (04.149302) 	buf 512/1
> (04.149318) 	p 0x6eb9a3000 [512]
> (04.185303) 	buf 512/1
> (04.185318) 	p 0x6ebba3000 [512]
> (04.221302) 	buf 512/1
> (04.221317) 	p 0x6ebda3000 [512]
> (04.257302) 	buf 512/1
> (04.257314) 	p 0x6ebfa3000 [512]
> (04.293303) page-pipe: Clean up page pipe
> (04.293321) page-pipe: Will grow page pipe (iov off is 325)
> (04.293326) page-pipe: Add iov to page pipe (0 iovs, 325/1475266 total)
> (04.293348) page-pipe: Will grow page pipe (iov off is 326)
> (04.293350) page-pipe: Add iov to page pipe (0 iovs, 326/1475266 total)
> (04.293360) page-pipe: Will grow page pipe (iov off is 327)
> (04.293362) page-pipe: Add iov to page pipe (0 iovs, 327/1475266 total)
> (04.293372) page-pipe: Will grow page pipe (iov off is 328)
> (04.293374) page-pipe: Add iov to page pipe (0 iovs, 328/1475266 total)
> (04.293384) page-pipe: Will grow page pipe (iov off is 329)
> (04.293386) page-pipe: Add iov to page pipe (0 iovs, 329/1475266 total)
> (04.293399) page-pipe: Will grow page pipe (iov off is 330)
> (04.293402) page-pipe: Add iov to page pipe (0 iovs, 330/1475266 total)
> (04.293411) page-pipe: Will grow page pipe (iov off is 331)
> (04.293413) page-pipe: Add iov to page pipe (0 iovs, 331/1475266 total)
> (04.293423) page-pipe: Will grow page pipe (iov off is 332)
> (04.293425) page-pipe: Add iov to page pipe (0 iovs, 332/1475266 total)
> (04.293434) page-pipe: Will grow page pipe (iov off is 333)
> (04.293438) page-pipe: Page pipe:
> (04.293440) page-pipe: * 8 pipes 333/1475266 iovs:
> (04.293444) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293446) page-pipe: 		0x6ec1a3000 512
> (04.293450) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293452) page-pipe: 		0x6ec3a3000 512
> (04.293455) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293458) page-pipe: 		0x6ec5a3000 512
> (04.293460) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293463) page-pipe: 		0x6ec7a3000 512
> (04.293466) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293468) page-pipe: 		0x6ec9a3000 512
> (04.293471) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293474) page-pipe: 		0x6ecba3000 512
> (04.293476) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293479) page-pipe: 		0x6ecda3000 512
> (04.293482) page-pipe: 	buf 512 pages, 1 iovs:
> (04.293484) page-pipe: 		0x6ecfa3000 512
> (04.293487) page-pipe: * 0 holes:
> (04.293490) PPB: 512 pages 1 segs 512 pipe 325 off
> (04.293526) Sent msg to daemon 8 0 0
> (04.293539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293598) Fetched ack: 8 8 0
> (04.293603) PPB: 512 pages 1 segs 512 pipe 326 off
> (04.293610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293654) Fetched ack: 8 8 0
> (04.293660) PPB: 512 pages 1 segs 512 pipe 327 off
> (04.293666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293712) Fetched ack: 8 8 0
> (04.293717) PPB: 512 pages 1 segs 512 pipe 328 off
> (04.293723) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293729) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293769) Fetched ack: 8 8 0
> (04.293775) PPB: 512 pages 1 segs 512 pipe 329 off
> (04.293781) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293827) Fetched ack: 8 8 0
> (04.293832) PPB: 512 pages 1 segs 512 pipe 330 off
> (04.293839) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293882) Fetched ack: 8 8 0
> (04.293888) PPB: 512 pages 1 segs 512 pipe 331 off
> (04.293894) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293900) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293939) Fetched ack: 8 8 0
> (04.293945) PPB: 512 pages 1 segs 512 pipe 332 off
> (04.293952) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.293957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.293996) Fetched ack: 8 8 0
> (04.294003) Transfering pages:
> (04.294005) 	buf 512/1
> (04.294008) 	p 0x6ec1a3000 [512]
> (04.325306) 	buf 512/1
> (04.325321) 	p 0x6ec3a3000 [512]
> (04.357303) 	buf 512/1
> (04.357318) 	p 0x6ec5a3000 [512]
> (04.389303) 	buf 512/1
> (04.389319) 	p 0x6ec7a3000 [512]
> (04.421299) 	buf 512/1
> (04.421315) 	p 0x6ec9a3000 [512]
> (04.457302) 	buf 512/1
> (04.457317) 	p 0x6ecba3000 [512]
> (04.493302) 	buf 512/1
> (04.493316) 	p 0x6ecda3000 [512]
> (04.529304) 	buf 512/1
> (04.529318) 	p 0x6ecfa3000 [512]
> (04.565303) page-pipe: Clean up page pipe
> (04.565320) page-pipe: Will grow page pipe (iov off is 333)
> (04.565325) page-pipe: Add iov to page pipe (0 iovs, 333/1475266 total)
> (04.565342) page-pipe: Will grow page pipe (iov off is 334)
> (04.565351) page-pipe: Add iov to page pipe (0 iovs, 334/1475266 total)
> (04.565360) page-pipe: Will grow page pipe (iov off is 335)
> (04.565363) page-pipe: Add iov to page pipe (0 iovs, 335/1475266 total)
> (04.565372) page-pipe: Will grow page pipe (iov off is 336)
> (04.565375) page-pipe: Add iov to page pipe (0 iovs, 336/1475266 total)
> (04.565384) page-pipe: Will grow page pipe (iov off is 337)
> (04.565387) page-pipe: Add iov to page pipe (0 iovs, 337/1475266 total)
> (04.565400) page-pipe: Will grow page pipe (iov off is 338)
> (04.565402) page-pipe: Add iov to page pipe (0 iovs, 338/1475266 total)
> (04.565411) page-pipe: Will grow page pipe (iov off is 339)
> (04.565415) page-pipe: Add iov to page pipe (0 iovs, 339/1475266 total)
> (04.565424) page-pipe: Will grow page pipe (iov off is 340)
> (04.565427) page-pipe: Add iov to page pipe (0 iovs, 340/1475266 total)
> (04.565436) page-pipe: Will grow page pipe (iov off is 341)
> (04.565439) page-pipe: Page pipe:
> (04.565442) page-pipe: * 8 pipes 341/1475266 iovs:
> (04.565445) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565447) page-pipe: 		0x6ed1a3000 512
> (04.565450) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565453) page-pipe: 		0x6ed3a3000 512
> (04.565456) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565458) page-pipe: 		0x6ed5a3000 512
> (04.565461) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565463) page-pipe: 		0x6ed7a3000 512
> (04.565466) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565468) page-pipe: 		0x6ed9a3000 512
> (04.565471) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565490) page-pipe: 		0x6edba3000 512
> (04.565493) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565496) page-pipe: 		0x6edda3000 512
> (04.565499) page-pipe: 	buf 512 pages, 1 iovs:
> (04.565501) page-pipe: 		0x6edfa3000 512
> (04.565504) page-pipe: * 0 holes:
> (04.565507) PPB: 512 pages 1 segs 512 pipe 333 off
> (04.565526) Sent msg to daemon 8 0 0
> (04.565539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565598) Fetched ack: 8 8 0
> (04.565604) PPB: 512 pages 1 segs 512 pipe 334 off
> (04.565611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565656) Fetched ack: 8 8 0
> (04.565662) PPB: 512 pages 1 segs 512 pipe 335 off
> (04.565669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565714) Fetched ack: 8 8 0
> (04.565720) PPB: 512 pages 1 segs 512 pipe 336 off
> (04.565726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565732) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565770) Fetched ack: 8 8 0
> (04.565776) PPB: 512 pages 1 segs 512 pipe 337 off
> (04.565783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565833) Fetched ack: 8 8 0
> (04.565839) PPB: 512 pages 1 segs 512 pipe 338 off
> (04.565846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565895) Fetched ack: 8 8 0
> (04.565901) PPB: 512 pages 1 segs 512 pipe 339 off
> (04.565908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.565952) Fetched ack: 8 8 0
> (04.565958) PPB: 512 pages 1 segs 512 pipe 340 off
> (04.565964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.565970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.566008) Fetched ack: 8 8 0
> (04.566014) Transfering pages:
> (04.566017) 	buf 512/1
> (04.566020) 	p 0x6ed1a3000 [512]
> (04.601303) 	buf 512/1
> (04.601329) 	p 0x6ed3a3000 [512]
> (04.637302) 	buf 512/1
> (04.637317) 	p 0x6ed5a3000 [512]
> (04.673304) 	buf 512/1
> (04.673320) 	p 0x6ed7a3000 [512]
> (04.709300) 	buf 512/1
> (04.709315) 	p 0x6ed9a3000 [512]
> (04.745303) 	buf 512/1
> (04.745320) 	p 0x6edba3000 [512]
> (04.781303) 	buf 512/1
> (04.781322) 	p 0x6edda3000 [512]
> (04.817303) 	buf 512/1
> (04.817318) 	p 0x6edfa3000 [512]
> (04.853302) page-pipe: Clean up page pipe
> (04.853319) page-pipe: Will grow page pipe (iov off is 341)
> (04.853324) page-pipe: Add iov to page pipe (0 iovs, 341/1475266 total)
> (04.853345) page-pipe: Will grow page pipe (iov off is 342)
> (04.853349) page-pipe: Add iov to page pipe (0 iovs, 342/1475266 total)
> (04.853358) page-pipe: Will grow page pipe (iov off is 343)
> (04.853361) page-pipe: Add iov to page pipe (0 iovs, 343/1475266 total)
> (04.853370) page-pipe: Will grow page pipe (iov off is 344)
> (04.853373) page-pipe: Add iov to page pipe (0 iovs, 344/1475266 total)
> (04.853382) page-pipe: Will grow page pipe (iov off is 345)
> (04.853385) page-pipe: Add iov to page pipe (0 iovs, 345/1475266 total)
> (04.853397) page-pipe: Will grow page pipe (iov off is 346)
> (04.853400) page-pipe: Add iov to page pipe (0 iovs, 346/1475266 total)
> (04.853409) page-pipe: Will grow page pipe (iov off is 347)
> (04.853412) page-pipe: Add iov to page pipe (0 iovs, 347/1475266 total)
> (04.853421) page-pipe: Will grow page pipe (iov off is 348)
> (04.853424) page-pipe: Add iov to page pipe (0 iovs, 348/1475266 total)
> (04.853433) page-pipe: Will grow page pipe (iov off is 349)
> (04.853436) page-pipe: Page pipe:
> (04.853439) page-pipe: * 8 pipes 349/1475266 iovs:
> (04.853442) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853445) page-pipe: 		0x6ee1a3000 512
> (04.853448) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853468) page-pipe: 		0x6ee3a3000 512
> (04.853472) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853475) page-pipe: 		0x6ee5a3000 512
> (04.853478) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853480) page-pipe: 		0x6ee7a3000 512
> (04.853483) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853486) page-pipe: 		0x6ee9a3000 512
> (04.853489) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853491) page-pipe: 		0x6eeba3000 512
> (04.853494) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853497) page-pipe: 		0x6eeda3000 512
> (04.853499) page-pipe: 	buf 512 pages, 1 iovs:
> (04.853502) page-pipe: 		0x6eefa3000 512
> (04.853505) page-pipe: * 0 holes:
> (04.853508) PPB: 512 pages 1 segs 512 pipe 341 off
> (04.853528) Sent msg to daemon 8 0 0
> (04.853541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853601) Fetched ack: 8 8 0
> (04.853606) PPB: 512 pages 1 segs 512 pipe 342 off
> (04.853613) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853658) Fetched ack: 8 8 0
> (04.853664) PPB: 512 pages 1 segs 512 pipe 343 off
> (04.853671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853715) Fetched ack: 8 8 0
> (04.853721) PPB: 512 pages 1 segs 512 pipe 344 off
> (04.853727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853772) Fetched ack: 8 8 0
> (04.853778) PPB: 512 pages 1 segs 512 pipe 345 off
> (04.853784) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853829) Fetched ack: 8 8 0
> (04.853835) PPB: 512 pages 1 segs 512 pipe 346 off
> (04.853841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853887) Fetched ack: 8 8 0
> (04.853892) PPB: 512 pages 1 segs 512 pipe 347 off
> (04.853899) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853905) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.853943) Fetched ack: 8 8 0
> (04.853949) PPB: 512 pages 1 segs 512 pipe 348 off
> (04.853956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (04.853961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (04.854001) Fetched ack: 8 8 0
> (04.854007) Transfering pages:
> (04.854010) 	buf 512/1
> (04.854012) 	p 0x6ee1a3000 [512]
> (04.889313) 	buf 512/1
> (04.889328) 	p 0x6ee3a3000 [512]
> (04.925302) 	buf 512/1
> (04.925329) 	p 0x6ee5a3000 [512]
> (04.961302) 	buf 512/1
> (04.961318) 	p 0x6ee7a3000 [512]
> (04.997301) 	buf 512/1
> (04.997317) 	p 0x6ee9a3000 [512]
> (05.033300) 	buf 512/1
> (05.033319) 	p 0x6eeba3000 [512]
> (05.069302) 	buf 512/1
> (05.069319) 	p 0x6eeda3000 [512]
> (05.105300) 	buf 512/1
> (05.105315) 	p 0x6eefa3000 [512]
> (05.141303) page-pipe: Clean up page pipe
> (05.141318) page-pipe: Will grow page pipe (iov off is 349)
> (05.141323) page-pipe: Add iov to page pipe (0 iovs, 349/1475266 total)
> (05.141340) page-pipe: Will grow page pipe (iov off is 350)
> (05.141349) page-pipe: Add iov to page pipe (0 iovs, 350/1475266 total)
> (05.141358) page-pipe: Will grow page pipe (iov off is 351)
> (05.141361) page-pipe: Add iov to page pipe (0 iovs, 351/1475266 total)
> (05.141370) page-pipe: Will grow page pipe (iov off is 352)
> (05.141373) page-pipe: Add iov to page pipe (0 iovs, 352/1475266 total)
> (05.141382) page-pipe: Will grow page pipe (iov off is 353)
> (05.141385) page-pipe: Add iov to page pipe (0 iovs, 353/1475266 total)
> (05.141398) page-pipe: Will grow page pipe (iov off is 354)
> (05.141401) page-pipe: Add iov to page pipe (0 iovs, 354/1475266 total)
> (05.141411) page-pipe: Will grow page pipe (iov off is 355)
> (05.141414) page-pipe: Add iov to page pipe (0 iovs, 355/1475266 total)
> (05.141423) page-pipe: Will grow page pipe (iov off is 356)
> (05.141426) page-pipe: Add iov to page pipe (0 iovs, 356/1475266 total)
> (05.141452) page-pipe: Will grow page pipe (iov off is 357)
> (05.141456) page-pipe: Page pipe:
> (05.141459) page-pipe: * 8 pipes 357/1475266 iovs:
> (05.141462) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141465) page-pipe: 		0x6ef1a3000 512
> (05.141468) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141470) page-pipe: 		0x6ef3a3000 512
> (05.141473) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141476) page-pipe: 		0x6ef5a3000 512
> (05.141478) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141481) page-pipe: 		0x6ef7a3000 512
> (05.141483) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141486) page-pipe: 		0x6ef9a3000 512
> (05.141489) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141491) page-pipe: 		0x6efba3000 512
> (05.141494) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141496) page-pipe: 		0x6efda3000 512
> (05.141499) page-pipe: 	buf 512 pages, 1 iovs:
> (05.141502) page-pipe: 		0x6effa3000 512
> (05.141504) page-pipe: * 0 holes:
> (05.141507) PPB: 512 pages 1 segs 512 pipe 349 off
> (05.141527) Sent msg to daemon 8 0 0
> (05.141540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141600) Fetched ack: 8 8 0
> (05.141605) PPB: 512 pages 1 segs 512 pipe 350 off
> (05.141612) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141618) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141659) Fetched ack: 8 8 0
> (05.141665) PPB: 512 pages 1 segs 512 pipe 351 off
> (05.141671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141717) Fetched ack: 8 8 0
> (05.141723) PPB: 512 pages 1 segs 512 pipe 352 off
> (05.141730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141774) Fetched ack: 8 8 0
> (05.141780) PPB: 512 pages 1 segs 512 pipe 353 off
> (05.141786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141832) Fetched ack: 8 8 0
> (05.141838) PPB: 512 pages 1 segs 512 pipe 354 off
> (05.141845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141890) Fetched ack: 8 8 0
> (05.141896) PPB: 512 pages 1 segs 512 pipe 355 off
> (05.141902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.141947) Fetched ack: 8 8 0
> (05.141953) PPB: 512 pages 1 segs 512 pipe 356 off
> (05.141959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.141965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.142004) Fetched ack: 8 8 0
> (05.142010) Transfering pages:
> (05.142013) 	buf 512/1
> (05.142015) 	p 0x6ef1a3000 [512]
> (05.177302) 	buf 512/1
> (05.177318) 	p 0x6ef3a3000 [512]
> (05.213296) 	buf 512/1
> (05.213311) 	p 0x6ef5a3000 [512]
> (05.249304) 	buf 512/1
> (05.249320) 	p 0x6ef7a3000 [512]
> (05.285301) 	buf 512/1
> (05.285317) 	p 0x6ef9a3000 [512]
> (05.321302) 	buf 512/1
> (05.321316) 	p 0x6efba3000 [512]
> (05.357303) 	buf 512/1
> (05.357318) 	p 0x6efda3000 [512]
> (05.393303) 	buf 512/1
> (05.393318) 	p 0x6effa3000 [512]
> (05.429302) page-pipe: Clean up page pipe
> (05.429318) page-pipe: Will grow page pipe (iov off is 357)
> (05.429324) page-pipe: Add iov to page pipe (0 iovs, 357/1475266 total)
> (05.429341) page-pipe: Will grow page pipe (iov off is 358)
> (05.429350) page-pipe: Add iov to page pipe (0 iovs, 358/1475266 total)
> (05.429359) page-pipe: Will grow page pipe (iov off is 359)
> (05.429362) page-pipe: Add iov to page pipe (0 iovs, 359/1475266 total)
> (05.429371) page-pipe: Will grow page pipe (iov off is 360)
> (05.429374) page-pipe: Add iov to page pipe (0 iovs, 360/1475266 total)
> (05.429383) page-pipe: Will grow page pipe (iov off is 361)
> (05.429386) page-pipe: Add iov to page pipe (0 iovs, 361/1475266 total)
> (05.429399) page-pipe: Will grow page pipe (iov off is 362)
> (05.429419) page-pipe: Add iov to page pipe (0 iovs, 362/1475266 total)
> (05.429429) page-pipe: Will grow page pipe (iov off is 363)
> (05.429431) page-pipe: Add iov to page pipe (0 iovs, 363/1475266 total)
> (05.429441) page-pipe: Will grow page pipe (iov off is 364)
> (05.429444) page-pipe: Add iov to page pipe (0 iovs, 364/1475266 total)
> (05.429453) page-pipe: Will grow page pipe (iov off is 365)
> (05.429456) page-pipe: Page pipe:
> (05.429459) page-pipe: * 8 pipes 365/1475266 iovs:
> (05.429462) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429465) page-pipe: 		0x6f01a3000 512
> (05.429468) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429471) page-pipe: 		0x6f03a3000 512
> (05.429474) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429477) page-pipe: 		0x6f05a3000 512
> (05.429479) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429482) page-pipe: 		0x6f07a3000 512
> (05.429485) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429487) page-pipe: 		0x6f09a3000 512
> (05.429490) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429493) page-pipe: 		0x6f0ba3000 512
> (05.429495) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429498) page-pipe: 		0x6f0da3000 512
> (05.429501) page-pipe: 	buf 512 pages, 1 iovs:
> (05.429504) page-pipe: 		0x6f0fa3000 512
> (05.429506) page-pipe: * 0 holes:
> (05.429509) PPB: 512 pages 1 segs 512 pipe 357 off
> (05.429530) Sent msg to daemon 8 0 0
> (05.429543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429603) Fetched ack: 8 8 0
> (05.429608) PPB: 512 pages 1 segs 512 pipe 358 off
> (05.429615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429659) Fetched ack: 8 8 0
> (05.429665) PPB: 512 pages 1 segs 512 pipe 359 off
> (05.429672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429718) Fetched ack: 8 8 0
> (05.429724) PPB: 512 pages 1 segs 512 pipe 360 off
> (05.429731) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429737) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429775) Fetched ack: 8 8 0
> (05.429781) PPB: 512 pages 1 segs 512 pipe 361 off
> (05.429788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429833) Fetched ack: 8 8 0
> (05.429839) PPB: 512 pages 1 segs 512 pipe 362 off
> (05.429845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429890) Fetched ack: 8 8 0
> (05.429896) PPB: 512 pages 1 segs 512 pipe 363 off
> (05.429902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.429947) Fetched ack: 8 8 0
> (05.429953) PPB: 512 pages 1 segs 512 pipe 364 off
> (05.429959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.429965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.430002) Fetched ack: 8 8 0
> (05.430009) Transfering pages:
> (05.430011) 	buf 512/1
> (05.430014) 	p 0x6f01a3000 [512]
> (05.465302) 	buf 512/1
> (05.465317) 	p 0x6f03a3000 [512]
> (05.501300) 	buf 512/1
> (05.501316) 	p 0x6f05a3000 [512]
> (05.537301) 	buf 512/1
> (05.537317) 	p 0x6f07a3000 [512]
> (05.573301) 	buf 512/1
> (05.573316) 	p 0x6f09a3000 [512]
> (05.609304) 	buf 512/1
> (05.609329) 	p 0x6f0ba3000 [512]
> (05.645327) 	buf 512/1
> (05.645352) 	p 0x6f0da3000 [512]
> (05.681309) 	buf 512/1
> (05.681329) 	p 0x6f0fa3000 [512]
> (05.717308) page-pipe: Clean up page pipe
> (05.717332) page-pipe: Will grow page pipe (iov off is 365)
> (05.717338) page-pipe: Add iov to page pipe (0 iovs, 365/1475266 total)
> (05.717358) page-pipe: Will grow page pipe (iov off is 366)
> (05.717361) page-pipe: Add iov to page pipe (0 iovs, 366/1475266 total)
> (05.717370) page-pipe: Will grow page pipe (iov off is 367)
> (05.717373) page-pipe: Add iov to page pipe (0 iovs, 367/1475266 total)
> (05.717406) page-pipe: Will grow page pipe (iov off is 368)
> (05.717410) page-pipe: Add iov to page pipe (0 iovs, 368/1475266 total)
> (05.717419) page-pipe: Will grow page pipe (iov off is 369)
> (05.717422) page-pipe: Add iov to page pipe (0 iovs, 369/1475266 total)
> (05.717435) page-pipe: Will grow page pipe (iov off is 370)
> (05.717438) page-pipe: Add iov to page pipe (0 iovs, 370/1475266 total)
> (05.717448) page-pipe: Will grow page pipe (iov off is 371)
> (05.717450) page-pipe: Add iov to page pipe (0 iovs, 371/1475266 total)
> (05.717460) page-pipe: Will grow page pipe (iov off is 372)
> (05.717463) page-pipe: Add iov to page pipe (0 iovs, 372/1475266 total)
> (05.717472) page-pipe: Will grow page pipe (iov off is 373)
> (05.717475) page-pipe: Page pipe:
> (05.717478) page-pipe: * 8 pipes 373/1475266 iovs:
> (05.717481) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717484) page-pipe: 		0x6f11a3000 512
> (05.717487) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717490) page-pipe: 		0x6f13a3000 512
> (05.717493) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717495) page-pipe: 		0x6f15a3000 512
> (05.717498) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717501) page-pipe: 		0x6f17a3000 512
> (05.717504) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717506) page-pipe: 		0x6f19a3000 512
> (05.717509) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717512) page-pipe: 		0x6f1ba3000 512
> (05.717514) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717517) page-pipe: 		0x6f1da3000 512
> (05.717519) page-pipe: 	buf 512 pages, 1 iovs:
> (05.717522) page-pipe: 		0x6f1fa3000 512
> (05.717525) page-pipe: * 0 holes:
> (05.717528) PPB: 512 pages 1 segs 512 pipe 365 off
> (05.717542) Sent msg to daemon 8 0 0
> (05.717554) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717612) Fetched ack: 8 8 0
> (05.717617) PPB: 512 pages 1 segs 512 pipe 366 off
> (05.717625) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717631) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717670) Fetched ack: 8 8 0
> (05.717676) PPB: 512 pages 1 segs 512 pipe 367 off
> (05.717683) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717689) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717727) Fetched ack: 8 8 0
> (05.717733) PPB: 512 pages 1 segs 512 pipe 368 off
> (05.717740) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717746) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717786) Fetched ack: 8 8 0
> (05.717792) PPB: 512 pages 1 segs 512 pipe 369 off
> (05.717799) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717805) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717844) Fetched ack: 8 8 0
> (05.717850) PPB: 512 pages 1 segs 512 pipe 370 off
> (05.717857) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717863) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717901) Fetched ack: 8 8 0
> (05.717907) PPB: 512 pages 1 segs 512 pipe 371 off
> (05.717914) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717920) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.717960) Fetched ack: 8 8 0
> (05.717966) PPB: 512 pages 1 segs 512 pipe 372 off
> (05.717972) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (05.717978) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (05.718015) Fetched ack: 8 8 0
> (05.718021) Transfering pages:
> (05.718024) 	buf 512/1
> (05.718027) 	p 0x6f11a3000 [512]
> (05.753301) 	buf 512/1
> (05.753319) 	p 0x6f13a3000 [512]
> (05.789302) 	buf 512/1
> (05.789318) 	p 0x6f15a3000 [512]
> (05.825307) 	buf 512/1
> (05.825323) 	p 0x6f17a3000 [512]
> (05.861299) 	buf 512/1
> (05.861316) 	p 0x6f19a3000 [512]
> (05.897302) 	buf 512/1
> (05.897320) 	p 0x6f1ba3000 [512]
> (05.933310) 	buf 512/1
> (05.933329) 	p 0x6f1da3000 [512]
> (05.969305) 	buf 512/1
> (05.969322) 	p 0x6f1fa3000 [512]
> (06.005302) page-pipe: Clean up page pipe
> (06.005320) page-pipe: Will grow page pipe (iov off is 373)
> (06.005344) page-pipe: Add iov to page pipe (0 iovs, 373/1475266 total)
> (06.005364) page-pipe: Will grow page pipe (iov off is 374)
> (06.005367) page-pipe: Add iov to page pipe (0 iovs, 374/1475266 total)
> (06.005377) page-pipe: Will grow page pipe (iov off is 375)
> (06.005379) page-pipe: Add iov to page pipe (0 iovs, 375/1475266 total)
> (06.005389) page-pipe: Will grow page pipe (iov off is 376)
> (06.005391) page-pipe: Add iov to page pipe (0 iovs, 376/1475266 total)
> (06.005401) page-pipe: Will grow page pipe (iov off is 377)
> (06.005404) page-pipe: Add iov to page pipe (0 iovs, 377/1475266 total)
> (06.005416) page-pipe: Will grow page pipe (iov off is 378)
> (06.005419) page-pipe: Add iov to page pipe (0 iovs, 378/1475266 total)
> (06.005428) page-pipe: Will grow page pipe (iov off is 379)
> (06.005431) page-pipe: Add iov to page pipe (0 iovs, 379/1475266 total)
> (06.005441) page-pipe: Will grow page pipe (iov off is 380)
> (06.005443) page-pipe: Add iov to page pipe (0 iovs, 380/1475266 total)
> (06.005453) page-pipe: Will grow page pipe (iov off is 381)
> (06.005456) page-pipe: Page pipe:
> (06.005459) page-pipe: * 8 pipes 381/1475266 iovs:
> (06.005462) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005465) page-pipe: 		0x6f21a3000 512
> (06.005468) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005471) page-pipe: 		0x6f23a3000 512
> (06.005474) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005477) page-pipe: 		0x6f25a3000 512
> (06.005480) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005482) page-pipe: 		0x6f27a3000 512
> (06.005485) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005488) page-pipe: 		0x6f29a3000 512
> (06.005491) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005494) page-pipe: 		0x6f2ba3000 512
> (06.005496) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005499) page-pipe: 		0x6f2da3000 512
> (06.005502) page-pipe: 	buf 512 pages, 1 iovs:
> (06.005505) page-pipe: 		0x6f2fa3000 512
> (06.005507) page-pipe: * 0 holes:
> (06.005510) PPB: 512 pages 1 segs 512 pipe 373 off
> (06.005530) Sent msg to daemon 8 0 0
> (06.005543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005604) Fetched ack: 8 8 0
> (06.005610) PPB: 512 pages 1 segs 512 pipe 374 off
> (06.005617) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005662) Fetched ack: 8 8 0
> (06.005668) PPB: 512 pages 1 segs 512 pipe 375 off
> (06.005675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005721) Fetched ack: 8 8 0
> (06.005726) PPB: 512 pages 1 segs 512 pipe 376 off
> (06.005733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005778) Fetched ack: 8 8 0
> (06.005784) PPB: 512 pages 1 segs 512 pipe 377 off
> (06.005790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005836) Fetched ack: 8 8 0
> (06.005842) PPB: 512 pages 1 segs 512 pipe 378 off
> (06.005849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005894) Fetched ack: 8 8 0
> (06.005900) PPB: 512 pages 1 segs 512 pipe 379 off
> (06.005906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.005951) Fetched ack: 8 8 0
> (06.005957) PPB: 512 pages 1 segs 512 pipe 380 off
> (06.005964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.005970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.006008) Fetched ack: 8 8 0
> (06.006014) Transfering pages:
> (06.006017) 	buf 512/1
> (06.006020) 	p 0x6f21a3000 [512]
> (06.041303) 	buf 512/1
> (06.041317) 	p 0x6f23a3000 [512]
> (06.077304) 	buf 512/1
> (06.077332) 	p 0x6f25a3000 [512]
> (06.113302) 	buf 512/1
> (06.113320) 	p 0x6f27a3000 [512]
> (06.149301) 	buf 512/1
> (06.149317) 	p 0x6f29a3000 [512]
> (06.185301) 	buf 512/1
> (06.185319) 	p 0x6f2ba3000 [512]
> (06.221303) 	buf 512/1
> (06.221320) 	p 0x6f2da3000 [512]
> (06.257303) 	buf 512/1
> (06.257325) 	p 0x6f2fa3000 [512]
> (06.293302) page-pipe: Clean up page pipe
> (06.293321) page-pipe: Will grow page pipe (iov off is 381)
> (06.293326) page-pipe: Add iov to page pipe (0 iovs, 381/1475266 total)
> (06.293353) page-pipe: Will grow page pipe (iov off is 382)
> (06.293357) page-pipe: Add iov to page pipe (0 iovs, 382/1475266 total)
> (06.293366) page-pipe: Will grow page pipe (iov off is 383)
> (06.293369) page-pipe: Add iov to page pipe (0 iovs, 383/1475266 total)
> (06.293379) page-pipe: Will grow page pipe (iov off is 384)
> (06.293381) page-pipe: Add iov to page pipe (0 iovs, 384/1475266 total)
> (06.293391) page-pipe: Will grow page pipe (iov off is 385)
> (06.293394) page-pipe: Add iov to page pipe (0 iovs, 385/1475266 total)
> (06.293407) page-pipe: Will grow page pipe (iov off is 386)
> (06.293409) page-pipe: Add iov to page pipe (0 iovs, 386/1475266 total)
> (06.293419) page-pipe: Will grow page pipe (iov off is 387)
> (06.293422) page-pipe: Add iov to page pipe (0 iovs, 387/1475266 total)
> (06.293431) page-pipe: Will grow page pipe (iov off is 388)
> (06.293434) page-pipe: Add iov to page pipe (0 iovs, 388/1475266 total)
> (06.293444) page-pipe: Will grow page pipe (iov off is 389)
> (06.293447) page-pipe: Page pipe:
> (06.293450) page-pipe: * 8 pipes 389/1475266 iovs:
> (06.293453) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293456) page-pipe: 		0x6f31a3000 512
> (06.293459) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293463) page-pipe: 		0x6f33a3000 512
> (06.293466) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293469) page-pipe: 		0x6f35a3000 512
> (06.293472) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293475) page-pipe: 		0x6f37a3000 512
> (06.293477) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293480) page-pipe: 		0x6f39a3000 512
> (06.293483) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293485) page-pipe: 		0x6f3ba3000 512
> (06.293488) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293491) page-pipe: 		0x6f3da3000 512
> (06.293493) page-pipe: 	buf 512 pages, 1 iovs:
> (06.293496) page-pipe: 		0x6f3fa3000 512
> (06.293499) page-pipe: * 0 holes:
> (06.293501) PPB: 512 pages 1 segs 512 pipe 381 off
> (06.293521) Sent msg to daemon 8 0 0
> (06.293534) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293596) Fetched ack: 8 8 0
> (06.293601) PPB: 512 pages 1 segs 512 pipe 382 off
> (06.293608) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293615) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293658) Fetched ack: 8 8 0
> (06.293664) PPB: 512 pages 1 segs 512 pipe 383 off
> (06.293671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293716) Fetched ack: 8 8 0
> (06.293722) PPB: 512 pages 1 segs 512 pipe 384 off
> (06.293729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293774) Fetched ack: 8 8 0
> (06.293780) PPB: 512 pages 1 segs 512 pipe 385 off
> (06.293787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293832) Fetched ack: 8 8 0
> (06.293838) PPB: 512 pages 1 segs 512 pipe 386 off
> (06.293845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293889) Fetched ack: 8 8 0
> (06.293895) PPB: 512 pages 1 segs 512 pipe 387 off
> (06.293902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.293947) Fetched ack: 8 8 0
> (06.293953) PPB: 512 pages 1 segs 512 pipe 388 off
> (06.293959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.293965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.294007) Fetched ack: 8 8 0
> (06.294014) Transfering pages:
> (06.294017) 	buf 512/1
> (06.294019) 	p 0x6f31a3000 [512]
> (06.329309) 	buf 512/1
> (06.329322) 	p 0x6f33a3000 [512]
> (06.365337) 	buf 512/1
> (06.365357) 	p 0x6f35a3000 [512]
> (06.401302) 	buf 512/1
> (06.401320) 	p 0x6f37a3000 [512]
> (06.437299) 	buf 512/1
> (06.437316) 	p 0x6f39a3000 [512]
> (06.473302) 	buf 512/1
> (06.473318) 	p 0x6f3ba3000 [512]
> (06.509304) 	buf 512/1
> (06.509321) 	p 0x6f3da3000 [512]
> (06.545303) 	buf 512/1
> (06.545318) 	p 0x6f3fa3000 [512]
> (06.581303) page-pipe: Clean up page pipe
> (06.581322) page-pipe: Will grow page pipe (iov off is 389)
> (06.581327) page-pipe: Add iov to page pipe (0 iovs, 389/1475266 total)
> (06.581349) page-pipe: Will grow page pipe (iov off is 390)
> (06.581353) page-pipe: Add iov to page pipe (0 iovs, 390/1475266 total)
> (06.581362) page-pipe: Will grow page pipe (iov off is 391)
> (06.581365) page-pipe: Add iov to page pipe (0 iovs, 391/1475266 total)
> (06.581374) page-pipe: Will grow page pipe (iov off is 392)
> (06.581377) page-pipe: Add iov to page pipe (0 iovs, 392/1475266 total)
> (06.581386) page-pipe: Will grow page pipe (iov off is 393)
> (06.581389) page-pipe: Add iov to page pipe (0 iovs, 393/1475266 total)
> (06.581402) page-pipe: Will grow page pipe (iov off is 394)
> (06.581404) page-pipe: Add iov to page pipe (0 iovs, 394/1475266 total)
> (06.581414) page-pipe: Will grow page pipe (iov off is 395)
> (06.581416) page-pipe: Add iov to page pipe (0 iovs, 395/1475266 total)
> (06.581426) page-pipe: Will grow page pipe (iov off is 396)
> (06.581428) page-pipe: Add iov to page pipe (0 iovs, 396/1475266 total)
> (06.581438) page-pipe: Will grow page pipe (iov off is 397)
> (06.581441) page-pipe: Page pipe:
> (06.581444) page-pipe: * 8 pipes 397/1475266 iovs:
> (06.581447) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581450) page-pipe: 		0x6f41a3000 512
> (06.581453) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581456) page-pipe: 		0x6f43a3000 512
> (06.581459) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581462) page-pipe: 		0x6f45a3000 512
> (06.581464) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581467) page-pipe: 		0x6f47a3000 512
> (06.581470) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581473) page-pipe: 		0x6f49a3000 512
> (06.581476) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581478) page-pipe: 		0x6f4ba3000 512
> (06.581481) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581484) page-pipe: 		0x6f4da3000 512
> (06.581487) page-pipe: 	buf 512 pages, 1 iovs:
> (06.581489) page-pipe: 		0x6f4fa3000 512
> (06.581492) page-pipe: * 0 holes:
> (06.581495) PPB: 512 pages 1 segs 512 pipe 389 off
> (06.581515) Sent msg to daemon 8 0 0
> (06.581529) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581589) Fetched ack: 8 8 0
> (06.581594) PPB: 512 pages 1 segs 512 pipe 390 off
> (06.581602) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581608) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581647) Fetched ack: 8 8 0
> (06.581652) PPB: 512 pages 1 segs 512 pipe 391 off
> (06.581659) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581665) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581704) Fetched ack: 8 8 0
> (06.581709) PPB: 512 pages 1 segs 512 pipe 392 off
> (06.581716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581722) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581761) Fetched ack: 8 8 0
> (06.581767) PPB: 512 pages 1 segs 512 pipe 393 off
> (06.581773) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581779) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581819) Fetched ack: 8 8 0
> (06.581825) PPB: 512 pages 1 segs 512 pipe 394 off
> (06.581831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581836) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581874) Fetched ack: 8 8 0
> (06.581880) PPB: 512 pages 1 segs 512 pipe 395 off
> (06.581886) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.581948) Fetched ack: 8 8 0
> (06.581955) PPB: 512 pages 1 segs 512 pipe 396 off
> (06.581961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.581967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.582007) Fetched ack: 8 8 0
> (06.582013) Transfering pages:
> (06.582016) 	buf 512/1
> (06.582018) 	p 0x6f41a3000 [512]
> (06.617303) 	buf 512/1
> (06.617317) 	p 0x6f43a3000 [512]
> (06.653301) 	buf 512/1
> (06.653317) 	p 0x6f45a3000 [512]
> (06.689302) 	buf 512/1
> (06.689318) 	p 0x6f47a3000 [512]
> (06.725301) 	buf 512/1
> (06.725316) 	p 0x6f49a3000 [512]
> (06.761304) 	buf 512/1
> (06.761318) 	p 0x6f4ba3000 [512]
> (06.797303) 	buf 512/1
> (06.797323) 	p 0x6f4da3000 [512]
> (06.833306) 	buf 512/1
> (06.833319) 	p 0x6f4fa3000 [512]
> (06.869304) page-pipe: Clean up page pipe
> (06.869320) page-pipe: Will grow page pipe (iov off is 397)
> (06.869325) page-pipe: Add iov to page pipe (0 iovs, 397/1475266 total)
> (06.869343) page-pipe: Will grow page pipe (iov off is 398)
> (06.869351) page-pipe: Add iov to page pipe (0 iovs, 398/1475266 total)
> (06.869360) page-pipe: Will grow page pipe (iov off is 399)
> (06.869363) page-pipe: Add iov to page pipe (0 iovs, 399/1475266 total)
> (06.869372) page-pipe: Will grow page pipe (iov off is 400)
> (06.869375) page-pipe: Add iov to page pipe (0 iovs, 400/1475266 total)
> (06.869385) page-pipe: Will grow page pipe (iov off is 401)
> (06.869387) page-pipe: Add iov to page pipe (0 iovs, 401/1475266 total)
> (06.869400) page-pipe: Will grow page pipe (iov off is 402)
> (06.869403) page-pipe: Add iov to page pipe (0 iovs, 402/1475266 total)
> (06.869412) page-pipe: Will grow page pipe (iov off is 403)
> (06.869415) page-pipe: Add iov to page pipe (0 iovs, 403/1475266 total)
> (06.869425) page-pipe: Will grow page pipe (iov off is 404)
> (06.869427) page-pipe: Add iov to page pipe (0 iovs, 404/1475266 total)
> (06.869437) page-pipe: Will grow page pipe (iov off is 405)
> (06.869440) page-pipe: Page pipe:
> (06.869443) page-pipe: * 8 pipes 405/1475266 iovs:
> (06.869446) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869449) page-pipe: 		0x6f51a3000 512
> (06.869452) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869455) page-pipe: 		0x6f53a3000 512
> (06.869457) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869460) page-pipe: 		0x6f55a3000 512
> (06.869463) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869465) page-pipe: 		0x6f57a3000 512
> (06.869468) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869471) page-pipe: 		0x6f59a3000 512
> (06.869473) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869476) page-pipe: 		0x6f5ba3000 512
> (06.869479) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869481) page-pipe: 		0x6f5da3000 512
> (06.869484) page-pipe: 	buf 512 pages, 1 iovs:
> (06.869487) page-pipe: 		0x6f5fa3000 512
> (06.869489) page-pipe: * 0 holes:
> (06.869492) PPB: 512 pages 1 segs 512 pipe 397 off
> (06.869512) Sent msg to daemon 8 0 0
> (06.869524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869584) Fetched ack: 8 8 0
> (06.869589) PPB: 512 pages 1 segs 512 pipe 398 off
> (06.869596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869641) Fetched ack: 8 8 0
> (06.869647) PPB: 512 pages 1 segs 512 pipe 399 off
> (06.869654) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869660) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869699) Fetched ack: 8 8 0
> (06.869705) PPB: 512 pages 1 segs 512 pipe 400 off
> (06.869712) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869718) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869758) Fetched ack: 8 8 0
> (06.869764) PPB: 512 pages 1 segs 512 pipe 401 off
> (06.869771) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869777) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869816) Fetched ack: 8 8 0
> (06.869839) PPB: 512 pages 1 segs 512 pipe 402 off
> (06.869847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869899) Fetched ack: 8 8 0
> (06.869905) PPB: 512 pages 1 segs 512 pipe 403 off
> (06.869912) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869929) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.869971) Fetched ack: 8 8 0
> (06.869977) PPB: 512 pages 1 segs 512 pipe 404 off
> (06.869983) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (06.869989) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (06.870028) Fetched ack: 8 8 0
> (06.870034) Transfering pages:
> (06.870037) 	buf 512/1
> (06.870040) 	p 0x6f51a3000 [512]
> (06.905301) 	buf 512/1
> (06.905316) 	p 0x6f53a3000 [512]
> (06.941302) 	buf 512/1
> (06.941318) 	p 0x6f55a3000 [512]
> (06.977300) 	buf 512/1
> (06.977316) 	p 0x6f57a3000 [512]
> (07.013300) 	buf 512/1
> (07.013316) 	p 0x6f59a3000 [512]
> (07.049301) 	buf 512/1
> (07.049315) 	p 0x6f5ba3000 [512]
> (07.085303) 	buf 512/1
> (07.085319) 	p 0x6f5da3000 [512]
> (07.121302) 	buf 512/1
> (07.121317) 	p 0x6f5fa3000 [512]
> (07.157302) page-pipe: Clean up page pipe
> (07.157319) page-pipe: Will grow page pipe (iov off is 405)
> (07.157325) page-pipe: Add iov to page pipe (0 iovs, 405/1475266 total)
> (07.157341) page-pipe: Will grow page pipe (iov off is 406)
> (07.157350) page-pipe: Add iov to page pipe (0 iovs, 406/1475266 total)
> (07.157360) page-pipe: Will grow page pipe (iov off is 407)
> (07.157363) page-pipe: Add iov to page pipe (0 iovs, 407/1475266 total)
> (07.157372) page-pipe: Will grow page pipe (iov off is 408)
> (07.157374) page-pipe: Add iov to page pipe (0 iovs, 408/1475266 total)
> (07.157384) page-pipe: Will grow page pipe (iov off is 409)
> (07.157387) page-pipe: Add iov to page pipe (0 iovs, 409/1475266 total)
> (07.157400) page-pipe: Will grow page pipe (iov off is 410)
> (07.157402) page-pipe: Add iov to page pipe (0 iovs, 410/1475266 total)
> (07.157412) page-pipe: Will grow page pipe (iov off is 411)
> (07.157415) page-pipe: Add iov to page pipe (0 iovs, 411/1475266 total)
> (07.157424) page-pipe: Will grow page pipe (iov off is 412)
> (07.157427) page-pipe: Add iov to page pipe (0 iovs, 412/1475266 total)
> (07.157436) page-pipe: Will grow page pipe (iov off is 413)
> (07.157439) page-pipe: Page pipe:
> (07.157442) page-pipe: * 8 pipes 413/1475266 iovs:
> (07.157445) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157448) page-pipe: 		0x6f61a3000 512
> (07.157451) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157454) page-pipe: 		0x6f63a3000 512
> (07.157457) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157460) page-pipe: 		0x6f65a3000 512
> (07.157463) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157465) page-pipe: 		0x6f67a3000 512
> (07.157468) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157471) page-pipe: 		0x6f69a3000 512
> (07.157473) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157476) page-pipe: 		0x6f6ba3000 512
> (07.157479) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157482) page-pipe: 		0x6f6da3000 512
> (07.157484) page-pipe: 	buf 512 pages, 1 iovs:
> (07.157487) page-pipe: 		0x6f6fa3000 512
> (07.157490) page-pipe: * 0 holes:
> (07.157493) PPB: 512 pages 1 segs 512 pipe 405 off
> (07.157512) Sent msg to daemon 8 0 0
> (07.157525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157585) Fetched ack: 8 8 0
> (07.157590) PPB: 512 pages 1 segs 512 pipe 406 off
> (07.157597) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157642) Fetched ack: 8 8 0
> (07.157648) PPB: 512 pages 1 segs 512 pipe 407 off
> (07.157654) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157701) Fetched ack: 8 8 0
> (07.157707) PPB: 512 pages 1 segs 512 pipe 408 off
> (07.157713) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157761) Fetched ack: 8 8 0
> (07.157768) PPB: 512 pages 1 segs 512 pipe 409 off
> (07.157774) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157781) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157820) Fetched ack: 8 8 0
> (07.157825) PPB: 512 pages 1 segs 512 pipe 410 off
> (07.157832) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157838) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157877) Fetched ack: 8 8 0
> (07.157883) PPB: 512 pages 1 segs 512 pipe 411 off
> (07.157889) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157896) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157935) Fetched ack: 8 8 0
> (07.157941) PPB: 512 pages 1 segs 512 pipe 412 off
> (07.157947) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.157953) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.157991) Fetched ack: 8 8 0
> (07.157997) Transfering pages:
> (07.158000) 	buf 512/1
> (07.158002) 	p 0x6f61a3000 [512]
> (07.193303) 	buf 512/1
> (07.193317) 	p 0x6f63a3000 [512]
> (07.229304) 	buf 512/1
> (07.229321) 	p 0x6f65a3000 [512]
> (07.265302) 	buf 512/1
> (07.265316) 	p 0x6f67a3000 [512]
> (07.301301) 	buf 512/1
> (07.301318) 	p 0x6f69a3000 [512]
> (07.337304) 	buf 512/1
> (07.337319) 	p 0x6f6ba3000 [512]
> (07.373304) 	buf 512/1
> (07.373321) 	p 0x6f6da3000 [512]
> (07.409302) 	buf 512/1
> (07.409318) 	p 0x6f6fa3000 [512]
> (07.445303) page-pipe: Clean up page pipe
> (07.445319) page-pipe: Will grow page pipe (iov off is 413)
> (07.445324) page-pipe: Add iov to page pipe (0 iovs, 413/1475266 total)
> (07.445345) page-pipe: Will grow page pipe (iov off is 414)
> (07.445348) page-pipe: Add iov to page pipe (0 iovs, 414/1475266 total)
> (07.445357) page-pipe: Will grow page pipe (iov off is 415)
> (07.445360) page-pipe: Add iov to page pipe (0 iovs, 415/1475266 total)
> (07.445370) page-pipe: Will grow page pipe (iov off is 416)
> (07.445372) page-pipe: Add iov to page pipe (0 iovs, 416/1475266 total)
> (07.445383) page-pipe: Will grow page pipe (iov off is 417)
> (07.445386) page-pipe: Add iov to page pipe (0 iovs, 417/1475266 total)
> (07.445399) page-pipe: Will grow page pipe (iov off is 418)
> (07.445401) page-pipe: Add iov to page pipe (0 iovs, 418/1475266 total)
> (07.445411) page-pipe: Will grow page pipe (iov off is 419)
> (07.445414) page-pipe: Add iov to page pipe (0 iovs, 419/1475266 total)
> (07.445423) page-pipe: Will grow page pipe (iov off is 420)
> (07.445426) page-pipe: Add iov to page pipe (0 iovs, 420/1475266 total)
> (07.445435) page-pipe: Will grow page pipe (iov off is 421)
> (07.445438) page-pipe: Page pipe:
> (07.445441) page-pipe: * 8 pipes 421/1475266 iovs:
> (07.445444) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445447) page-pipe: 		0x6f71a3000 512
> (07.445450) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445453) page-pipe: 		0x6f73a3000 512
> (07.445456) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445458) page-pipe: 		0x6f75a3000 512
> (07.445461) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445464) page-pipe: 		0x6f77a3000 512
> (07.445466) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445469) page-pipe: 		0x6f79a3000 512
> (07.445472) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445474) page-pipe: 		0x6f7ba3000 512
> (07.445477) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445480) page-pipe: 		0x6f7da3000 512
> (07.445482) page-pipe: 	buf 512 pages, 1 iovs:
> (07.445485) page-pipe: 		0x6f7fa3000 512
> (07.445488) page-pipe: * 0 holes:
> (07.445491) PPB: 512 pages 1 segs 512 pipe 413 off
> (07.445510) Sent msg to daemon 8 0 0
> (07.445523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445583) Fetched ack: 8 8 0
> (07.445588) PPB: 512 pages 1 segs 512 pipe 414 off
> (07.445595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445640) Fetched ack: 8 8 0
> (07.445646) PPB: 512 pages 1 segs 512 pipe 415 off
> (07.445653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445716) Fetched ack: 8 8 0
> (07.445722) PPB: 512 pages 1 segs 512 pipe 416 off
> (07.445729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445775) Fetched ack: 8 8 0
> (07.445781) PPB: 512 pages 1 segs 512 pipe 417 off
> (07.445787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445834) Fetched ack: 8 8 0
> (07.445840) PPB: 512 pages 1 segs 512 pipe 418 off
> (07.445846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445892) Fetched ack: 8 8 0
> (07.445899) PPB: 512 pages 1 segs 512 pipe 419 off
> (07.445905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.445950) Fetched ack: 8 8 0
> (07.445956) PPB: 512 pages 1 segs 512 pipe 420 off
> (07.445962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.445969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.446007) Fetched ack: 8 8 0
> (07.446013) Transfering pages:
> (07.446015) 	buf 512/1
> (07.446018) 	p 0x6f71a3000 [512]
> (07.481301) 	buf 512/1
> (07.481316) 	p 0x6f73a3000 [512]
> (07.517307) 	buf 512/1
> (07.517322) 	p 0x6f75a3000 [512]
> (07.553302) 	buf 512/1
> (07.553315) 	p 0x6f77a3000 [512]
> (07.589301) 	buf 512/1
> (07.589318) 	p 0x6f79a3000 [512]
> (07.625300) 	buf 512/1
> (07.625316) 	p 0x6f7ba3000 [512]
> (07.661303) 	buf 512/1
> (07.661318) 	p 0x6f7da3000 [512]
> (07.697301) 	buf 512/1
> (07.697316) 	p 0x6f7fa3000 [512]
> (07.733301) page-pipe: Clean up page pipe
> (07.733316) page-pipe: Will grow page pipe (iov off is 421)
> (07.733322) page-pipe: Add iov to page pipe (0 iovs, 421/1475266 total)
> (07.733339) page-pipe: Will grow page pipe (iov off is 422)
> (07.733342) page-pipe: Add iov to page pipe (0 iovs, 422/1475266 total)
> (07.733357) page-pipe: Will grow page pipe (iov off is 423)
> (07.733360) page-pipe: Add iov to page pipe (0 iovs, 423/1475266 total)
> (07.733369) page-pipe: Will grow page pipe (iov off is 424)
> (07.733372) page-pipe: Add iov to page pipe (0 iovs, 424/1475266 total)
> (07.733382) page-pipe: Will grow page pipe (iov off is 425)
> (07.733384) page-pipe: Add iov to page pipe (0 iovs, 425/1475266 total)
> (07.733397) page-pipe: Will grow page pipe (iov off is 426)
> (07.733400) page-pipe: Add iov to page pipe (0 iovs, 426/1475266 total)
> (07.733409) page-pipe: Will grow page pipe (iov off is 427)
> (07.733412) page-pipe: Add iov to page pipe (0 iovs, 427/1475266 total)
> (07.733421) page-pipe: Will grow page pipe (iov off is 428)
> (07.733424) page-pipe: Add iov to page pipe (0 iovs, 428/1475266 total)
> (07.733433) page-pipe: Will grow page pipe (iov off is 429)
> (07.733436) page-pipe: Page pipe:
> (07.733439) page-pipe: * 8 pipes 429/1475266 iovs:
> (07.733442) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733445) page-pipe: 		0x6f81a3000 512
> (07.733449) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733451) page-pipe: 		0x6f83a3000 512
> (07.733454) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733457) page-pipe: 		0x6f85a3000 512
> (07.733460) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733462) page-pipe: 		0x6f87a3000 512
> (07.733465) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733468) page-pipe: 		0x6f89a3000 512
> (07.733470) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733473) page-pipe: 		0x6f8ba3000 512
> (07.733476) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733479) page-pipe: 		0x6f8da3000 512
> (07.733481) page-pipe: 	buf 512 pages, 1 iovs:
> (07.733484) page-pipe: 		0x6f8fa3000 512
> (07.733487) page-pipe: * 0 holes:
> (07.733490) PPB: 512 pages 1 segs 512 pipe 421 off
> (07.733509) Sent msg to daemon 8 0 0
> (07.733522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733582) Fetched ack: 8 8 0
> (07.733604) PPB: 512 pages 1 segs 512 pipe 422 off
> (07.733612) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733618) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733656) Fetched ack: 8 8 0
> (07.733662) PPB: 512 pages 1 segs 512 pipe 423 off
> (07.733669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733714) Fetched ack: 8 8 0
> (07.733720) PPB: 512 pages 1 segs 512 pipe 424 off
> (07.733726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733732) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733772) Fetched ack: 8 8 0
> (07.733778) PPB: 512 pages 1 segs 512 pipe 425 off
> (07.733785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733831) Fetched ack: 8 8 0
> (07.733837) PPB: 512 pages 1 segs 512 pipe 426 off
> (07.733844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733889) Fetched ack: 8 8 0
> (07.733894) PPB: 512 pages 1 segs 512 pipe 427 off
> (07.733901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.733947) Fetched ack: 8 8 0
> (07.733953) PPB: 512 pages 1 segs 512 pipe 428 off
> (07.733959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (07.733965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (07.734004) Fetched ack: 8 8 0
> (07.734010) Transfering pages:
> (07.734013) 	buf 512/1
> (07.734016) 	p 0x6f81a3000 [512]
> (07.769302) 	buf 512/1
> (07.769318) 	p 0x6f83a3000 [512]
> (07.805304) 	buf 512/1
> (07.805319) 	p 0x6f85a3000 [512]
> (07.841302) 	buf 512/1
> (07.841318) 	p 0x6f87a3000 [512]
> (07.877300) 	buf 512/1
> (07.877316) 	p 0x6f89a3000 [512]
> (07.913307) 	buf 512/1
> (07.913323) 	p 0x6f8ba3000 [512]
> (07.949302) 	buf 512/1
> (07.949319) 	p 0x6f8da3000 [512]
> (07.985302) 	buf 512/1
> (07.985317) 	p 0x6f8fa3000 [512]
> (08.021303) page-pipe: Clean up page pipe
> (08.021319) page-pipe: Will grow page pipe (iov off is 429)
> (08.021325) page-pipe: Add iov to page pipe (0 iovs, 429/1475266 total)
> (08.021342) page-pipe: Will grow page pipe (iov off is 430)
> (08.021351) page-pipe: Add iov to page pipe (0 iovs, 430/1475266 total)
> (08.021360) page-pipe: Will grow page pipe (iov off is 431)
> (08.021363) page-pipe: Add iov to page pipe (0 iovs, 431/1475266 total)
> (08.021372) page-pipe: Will grow page pipe (iov off is 432)
> (08.021375) page-pipe: Add iov to page pipe (0 iovs, 432/1475266 total)
> (08.021385) page-pipe: Will grow page pipe (iov off is 433)
> (08.021387) page-pipe: Add iov to page pipe (0 iovs, 433/1475266 total)
> (08.021400) page-pipe: Will grow page pipe (iov off is 434)
> (08.021403) page-pipe: Add iov to page pipe (0 iovs, 434/1475266 total)
> (08.021412) page-pipe: Will grow page pipe (iov off is 435)
> (08.021415) page-pipe: Add iov to page pipe (0 iovs, 435/1475266 total)
> (08.021425) page-pipe: Will grow page pipe (iov off is 436)
> (08.021428) page-pipe: Add iov to page pipe (0 iovs, 436/1475266 total)
> (08.021437) page-pipe: Will grow page pipe (iov off is 437)
> (08.021440) page-pipe: Page pipe:
> (08.021443) page-pipe: * 8 pipes 437/1475266 iovs:
> (08.021447) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021449) page-pipe: 		0x6f91a3000 512
> (08.021453) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021455) page-pipe: 		0x6f93a3000 512
> (08.021458) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021461) page-pipe: 		0x6f95a3000 512
> (08.021463) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021466) page-pipe: 		0x6f97a3000 512
> (08.021469) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021471) page-pipe: 		0x6f99a3000 512
> (08.021474) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021477) page-pipe: 		0x6f9ba3000 512
> (08.021479) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021482) page-pipe: 		0x6f9da3000 512
> (08.021484) page-pipe: 	buf 512 pages, 1 iovs:
> (08.021504) page-pipe: 		0x6f9fa3000 512
> (08.021507) page-pipe: * 0 holes:
> (08.021510) PPB: 512 pages 1 segs 512 pipe 429 off
> (08.021529) Sent msg to daemon 8 0 0
> (08.021543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021604) Fetched ack: 8 8 0
> (08.021609) PPB: 512 pages 1 segs 512 pipe 430 off
> (08.021616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021661) Fetched ack: 8 8 0
> (08.021667) PPB: 512 pages 1 segs 512 pipe 431 off
> (08.021673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021720) Fetched ack: 8 8 0
> (08.021725) PPB: 512 pages 1 segs 512 pipe 432 off
> (08.021733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021777) Fetched ack: 8 8 0
> (08.021783) PPB: 512 pages 1 segs 512 pipe 433 off
> (08.021790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021835) Fetched ack: 8 8 0
> (08.021841) PPB: 512 pages 1 segs 512 pipe 434 off
> (08.021848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021892) Fetched ack: 8 8 0
> (08.021898) PPB: 512 pages 1 segs 512 pipe 435 off
> (08.021905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.021949) Fetched ack: 8 8 0
> (08.021955) PPB: 512 pages 1 segs 512 pipe 436 off
> (08.021961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.021967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.022006) Fetched ack: 8 8 0
> (08.022012) Transfering pages:
> (08.022015) 	buf 512/1
> (08.022018) 	p 0x6f91a3000 [512]
> (08.057302) 	buf 512/1
> (08.057317) 	p 0x6f93a3000 [512]
> (08.093303) 	buf 512/1
> (08.093320) 	p 0x6f95a3000 [512]
> (08.129302) 	buf 512/1
> (08.129317) 	p 0x6f97a3000 [512]
> (08.165301) 	buf 512/1
> (08.165317) 	p 0x6f99a3000 [512]
> (08.201301) 	buf 512/1
> (08.201319) 	p 0x6f9ba3000 [512]
> (08.237302) 	buf 512/1
> (08.237316) 	p 0x6f9da3000 [512]
> (08.273307) 	buf 512/1
> (08.273322) 	p 0x6f9fa3000 [512]
> (08.309301) page-pipe: Clean up page pipe
> (08.309319) page-pipe: Will grow page pipe (iov off is 437)
> (08.309324) page-pipe: Add iov to page pipe (0 iovs, 437/1475266 total)
> (08.309341) page-pipe: Will grow page pipe (iov off is 438)
> (08.309350) page-pipe: Add iov to page pipe (0 iovs, 438/1475266 total)
> (08.309359) page-pipe: Will grow page pipe (iov off is 439)
> (08.309362) page-pipe: Add iov to page pipe (0 iovs, 439/1475266 total)
> (08.309372) page-pipe: Will grow page pipe (iov off is 440)
> (08.309374) page-pipe: Add iov to page pipe (0 iovs, 440/1475266 total)
> (08.309384) page-pipe: Will grow page pipe (iov off is 441)
> (08.309387) page-pipe: Add iov to page pipe (0 iovs, 441/1475266 total)
> (08.309399) page-pipe: Will grow page pipe (iov off is 442)
> (08.309402) page-pipe: Add iov to page pipe (0 iovs, 442/1475266 total)
> (08.309412) page-pipe: Will grow page pipe (iov off is 443)
> (08.309415) page-pipe: Add iov to page pipe (0 iovs, 443/1475266 total)
> (08.309424) page-pipe: Will grow page pipe (iov off is 444)
> (08.309427) page-pipe: Add iov to page pipe (0 iovs, 444/1475266 total)
> (08.309436) page-pipe: Will grow page pipe (iov off is 445)
> (08.309439) page-pipe: Page pipe:
> (08.309442) page-pipe: * 8 pipes 445/1475266 iovs:
> (08.309445) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309448) page-pipe: 		0x6fa1a3000 512
> (08.309452) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309454) page-pipe: 		0x6fa3a3000 512
> (08.309457) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309460) page-pipe: 		0x6fa5a3000 512
> (08.309463) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309466) page-pipe: 		0x6fa7a3000 512
> (08.309485) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309488) page-pipe: 		0x6fa9a3000 512
> (08.309491) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309494) page-pipe: 		0x6faba3000 512
> (08.309497) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309500) page-pipe: 		0x6fada3000 512
> (08.309502) page-pipe: 	buf 512 pages, 1 iovs:
> (08.309505) page-pipe: 		0x6fafa3000 512
> (08.309508) page-pipe: * 0 holes:
> (08.309511) PPB: 512 pages 1 segs 512 pipe 437 off
> (08.309530) Sent msg to daemon 8 0 0
> (08.309543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309603) Fetched ack: 8 8 0
> (08.309609) PPB: 512 pages 1 segs 512 pipe 438 off
> (08.309616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309663) Fetched ack: 8 8 0
> (08.309669) PPB: 512 pages 1 segs 512 pipe 439 off
> (08.309676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309722) Fetched ack: 8 8 0
> (08.309728) PPB: 512 pages 1 segs 512 pipe 440 off
> (08.309735) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309780) Fetched ack: 8 8 0
> (08.309786) PPB: 512 pages 1 segs 512 pipe 441 off
> (08.309793) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309799) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309839) Fetched ack: 8 8 0
> (08.309844) PPB: 512 pages 1 segs 512 pipe 442 off
> (08.309851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309896) Fetched ack: 8 8 0
> (08.309902) PPB: 512 pages 1 segs 512 pipe 443 off
> (08.309909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.309954) Fetched ack: 8 8 0
> (08.309960) PPB: 512 pages 1 segs 512 pipe 444 off
> (08.309967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.309972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.310012) Fetched ack: 8 8 0
> (08.310018) Transfering pages:
> (08.310020) 	buf 512/1
> (08.310023) 	p 0x6fa1a3000 [512]
> (08.345303) 	buf 512/1
> (08.345318) 	p 0x6fa3a3000 [512]
> (08.381303) 	buf 512/1
> (08.381319) 	p 0x6fa5a3000 [512]
> (08.417308) 	buf 512/1
> (08.417323) 	p 0x6fa7a3000 [512]
> (08.453301) 	buf 512/1
> (08.453317) 	p 0x6fa9a3000 [512]
> (08.489301) 	buf 512/1
> (08.489315) 	p 0x6faba3000 [512]
> (08.525308) 	buf 512/1
> (08.525322) 	p 0x6fada3000 [512]
> (08.561302) 	buf 512/1
> (08.561317) 	p 0x6fafa3000 [512]
> (08.597301) page-pipe: Clean up page pipe
> (08.597318) page-pipe: Will grow page pipe (iov off is 445)
> (08.597323) page-pipe: Add iov to page pipe (0 iovs, 445/1475266 total)
> (08.597341) page-pipe: Will grow page pipe (iov off is 446)
> (08.597344) page-pipe: Add iov to page pipe (0 iovs, 446/1475266 total)
> (08.597360) page-pipe: Will grow page pipe (iov off is 447)
> (08.597363) page-pipe: Add iov to page pipe (0 iovs, 447/1475266 total)
> (08.597372) page-pipe: Will grow page pipe (iov off is 448)
> (08.597375) page-pipe: Add iov to page pipe (0 iovs, 448/1475266 total)
> (08.597384) page-pipe: Will grow page pipe (iov off is 449)
> (08.597387) page-pipe: Add iov to page pipe (0 iovs, 449/1475266 total)
> (08.597400) page-pipe: Will grow page pipe (iov off is 450)
> (08.597402) page-pipe: Add iov to page pipe (0 iovs, 450/1475266 total)
> (08.597411) page-pipe: Will grow page pipe (iov off is 451)
> (08.597414) page-pipe: Add iov to page pipe (0 iovs, 451/1475266 total)
> (08.597424) page-pipe: Will grow page pipe (iov off is 452)
> (08.597426) page-pipe: Add iov to page pipe (0 iovs, 452/1475266 total)
> (08.597436) page-pipe: Will grow page pipe (iov off is 453)
> (08.597439) page-pipe: Page pipe:
> (08.597442) page-pipe: * 8 pipes 453/1475266 iovs:
> (08.597445) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597466) page-pipe: 		0x6fb1a3000 512
> (08.597471) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597473) page-pipe: 		0x6fb3a3000 512
> (08.597476) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597479) page-pipe: 		0x6fb5a3000 512
> (08.597481) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597484) page-pipe: 		0x6fb7a3000 512
> (08.597487) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597489) page-pipe: 		0x6fb9a3000 512
> (08.597492) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597495) page-pipe: 		0x6fbba3000 512
> (08.597497) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597500) page-pipe: 		0x6fbda3000 512
> (08.597502) page-pipe: 	buf 512 pages, 1 iovs:
> (08.597505) page-pipe: 		0x6fbfa3000 512
> (08.597508) page-pipe: * 0 holes:
> (08.597511) PPB: 512 pages 1 segs 512 pipe 445 off
> (08.597530) Sent msg to daemon 8 0 0
> (08.597543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597603) Fetched ack: 8 8 0
> (08.597609) PPB: 512 pages 1 segs 512 pipe 446 off
> (08.597616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597663) Fetched ack: 8 8 0
> (08.597668) PPB: 512 pages 1 segs 512 pipe 447 off
> (08.597675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597720) Fetched ack: 8 8 0
> (08.597725) PPB: 512 pages 1 segs 512 pipe 448 off
> (08.597732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597778) Fetched ack: 8 8 0
> (08.597783) PPB: 512 pages 1 segs 512 pipe 449 off
> (08.597790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597836) Fetched ack: 8 8 0
> (08.597842) PPB: 512 pages 1 segs 512 pipe 450 off
> (08.597848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597893) Fetched ack: 8 8 0
> (08.597900) PPB: 512 pages 1 segs 512 pipe 451 off
> (08.597906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.597951) Fetched ack: 8 8 0
> (08.597957) PPB: 512 pages 1 segs 512 pipe 452 off
> (08.597964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.597970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.598007) Fetched ack: 8 8 0
> (08.598013) Transfering pages:
> (08.598016) 	buf 512/1
> (08.598019) 	p 0x6fb1a3000 [512]
> (08.633303) 	buf 512/1
> (08.633318) 	p 0x6fb3a3000 [512]
> (08.669305) 	buf 512/1
> (08.669331) 	p 0x6fb5a3000 [512]
> (08.705304) 	buf 512/1
> (08.705321) 	p 0x6fb7a3000 [512]
> (08.741310) 	buf 512/1
> (08.741329) 	p 0x6fb9a3000 [512]
> (08.777304) 	buf 512/1
> (08.777319) 	p 0x6fbba3000 [512]
> (08.813303) 	buf 512/1
> (08.813318) 	p 0x6fbda3000 [512]
> (08.849301) 	buf 512/1
> (08.849318) 	p 0x6fbfa3000 [512]
> (08.885303) page-pipe: Clean up page pipe
> (08.885321) page-pipe: Will grow page pipe (iov off is 453)
> (08.885326) page-pipe: Add iov to page pipe (0 iovs, 453/1475266 total)
> (08.885348) page-pipe: Will grow page pipe (iov off is 454)
> (08.885351) page-pipe: Add iov to page pipe (0 iovs, 454/1475266 total)
> (08.885360) page-pipe: Will grow page pipe (iov off is 455)
> (08.885363) page-pipe: Add iov to page pipe (0 iovs, 455/1475266 total)
> (08.885372) page-pipe: Will grow page pipe (iov off is 456)
> (08.885375) page-pipe: Add iov to page pipe (0 iovs, 456/1475266 total)
> (08.885384) page-pipe: Will grow page pipe (iov off is 457)
> (08.885387) page-pipe: Add iov to page pipe (0 iovs, 457/1475266 total)
> (08.885400) page-pipe: Will grow page pipe (iov off is 458)
> (08.885403) page-pipe: Add iov to page pipe (0 iovs, 458/1475266 total)
> (08.885412) page-pipe: Will grow page pipe (iov off is 459)
> (08.885415) page-pipe: Add iov to page pipe (0 iovs, 459/1475266 total)
> (08.885442) page-pipe: Will grow page pipe (iov off is 460)
> (08.885446) page-pipe: Add iov to page pipe (0 iovs, 460/1475266 total)
> (08.885455) page-pipe: Will grow page pipe (iov off is 461)
> (08.885459) page-pipe: Page pipe:
> (08.885461) page-pipe: * 8 pipes 461/1475266 iovs:
> (08.885465) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885468) page-pipe: 		0x6fc1a3000 512
> (08.885471) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885474) page-pipe: 		0x6fc3a3000 512
> (08.885477) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885479) page-pipe: 		0x6fc5a3000 512
> (08.885482) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885485) page-pipe: 		0x6fc7a3000 512
> (08.885488) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885490) page-pipe: 		0x6fc9a3000 512
> (08.885493) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885496) page-pipe: 		0x6fcba3000 512
> (08.885499) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885501) page-pipe: 		0x6fcda3000 512
> (08.885504) page-pipe: 	buf 512 pages, 1 iovs:
> (08.885507) page-pipe: 		0x6fcfa3000 512
> (08.885510) page-pipe: * 0 holes:
> (08.885513) PPB: 512 pages 1 segs 512 pipe 453 off
> (08.885533) Sent msg to daemon 8 0 0
> (08.885546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885607) Fetched ack: 8 8 0
> (08.885612) PPB: 512 pages 1 segs 512 pipe 454 off
> (08.885620) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885626) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885664) Fetched ack: 8 8 0
> (08.885670) PPB: 512 pages 1 segs 512 pipe 455 off
> (08.885676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885722) Fetched ack: 8 8 0
> (08.885728) PPB: 512 pages 1 segs 512 pipe 456 off
> (08.885735) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885779) Fetched ack: 8 8 0
> (08.885785) PPB: 512 pages 1 segs 512 pipe 457 off
> (08.885792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885840) Fetched ack: 8 8 0
> (08.885845) PPB: 512 pages 1 segs 512 pipe 458 off
> (08.885852) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885858) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885898) Fetched ack: 8 8 0
> (08.885904) PPB: 512 pages 1 segs 512 pipe 459 off
> (08.885910) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885916) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.885956) Fetched ack: 8 8 0
> (08.885961) PPB: 512 pages 1 segs 512 pipe 460 off
> (08.885968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (08.885974) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (08.886015) Fetched ack: 8 8 0
> (08.886021) Transfering pages:
> (08.886023) 	buf 512/1
> (08.886026) 	p 0x6fc1a3000 [512]
> (08.921309) 	buf 512/1
> (08.921323) 	p 0x6fc3a3000 [512]
> (08.957303) 	buf 512/1
> (08.957319) 	p 0x6fc5a3000 [512]
> (08.993303) 	buf 512/1
> (08.993318) 	p 0x6fc7a3000 [512]
> (09.029301) 	buf 512/1
> (09.029317) 	p 0x6fc9a3000 [512]
> (09.065303) 	buf 512/1
> (09.065319) 	p 0x6fcba3000 [512]
> (09.101301) 	buf 512/1
> (09.101320) 	p 0x6fcda3000 [512]
> (09.137302) 	buf 512/1
> (09.137318) 	p 0x6fcfa3000 [512]
> (09.173303) page-pipe: Clean up page pipe
> (09.173321) page-pipe: Will grow page pipe (iov off is 461)
> (09.173326) page-pipe: Add iov to page pipe (0 iovs, 461/1475266 total)
> (09.173344) page-pipe: Will grow page pipe (iov off is 462)
> (09.173352) page-pipe: Add iov to page pipe (0 iovs, 462/1475266 total)
> (09.173361) page-pipe: Will grow page pipe (iov off is 463)
> (09.173364) page-pipe: Add iov to page pipe (0 iovs, 463/1475266 total)
> (09.173373) page-pipe: Will grow page pipe (iov off is 464)
> (09.173376) page-pipe: Add iov to page pipe (0 iovs, 464/1475266 total)
> (09.173385) page-pipe: Will grow page pipe (iov off is 465)
> (09.173405) page-pipe: Add iov to page pipe (0 iovs, 465/1475266 total)
> (09.173419) page-pipe: Will grow page pipe (iov off is 466)
> (09.173422) page-pipe: Add iov to page pipe (0 iovs, 466/1475266 total)
> (09.173431) page-pipe: Will grow page pipe (iov off is 467)
> (09.173434) page-pipe: Add iov to page pipe (0 iovs, 467/1475266 total)
> (09.173443) page-pipe: Will grow page pipe (iov off is 468)
> (09.173446) page-pipe: Add iov to page pipe (0 iovs, 468/1475266 total)
> (09.173455) page-pipe: Will grow page pipe (iov off is 469)
> (09.173459) page-pipe: Page pipe:
> (09.173461) page-pipe: * 8 pipes 469/1475266 iovs:
> (09.173465) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173467) page-pipe: 		0x6fd1a3000 512
> (09.173471) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173473) page-pipe: 		0x6fd3a3000 512
> (09.173476) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173479) page-pipe: 		0x6fd5a3000 512
> (09.173482) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173484) page-pipe: 		0x6fd7a3000 512
> (09.173487) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173489) page-pipe: 		0x6fd9a3000 512
> (09.173492) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173495) page-pipe: 		0x6fdba3000 512
> (09.173497) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173500) page-pipe: 		0x6fdda3000 512
> (09.173503) page-pipe: 	buf 512 pages, 1 iovs:
> (09.173505) page-pipe: 		0x6fdfa3000 512
> (09.173508) page-pipe: * 0 holes:
> (09.173511) PPB: 512 pages 1 segs 512 pipe 461 off
> (09.173531) Sent msg to daemon 8 0 0
> (09.173544) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173604) Fetched ack: 8 8 0
> (09.173610) PPB: 512 pages 1 segs 512 pipe 462 off
> (09.173617) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173662) Fetched ack: 8 8 0
> (09.173668) PPB: 512 pages 1 segs 512 pipe 463 off
> (09.173675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173721) Fetched ack: 8 8 0
> (09.173726) PPB: 512 pages 1 segs 512 pipe 464 off
> (09.173733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173779) Fetched ack: 8 8 0
> (09.173785) PPB: 512 pages 1 segs 512 pipe 465 off
> (09.173791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173839) Fetched ack: 8 8 0
> (09.173845) PPB: 512 pages 1 segs 512 pipe 466 off
> (09.173851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173896) Fetched ack: 8 8 0
> (09.173901) PPB: 512 pages 1 segs 512 pipe 467 off
> (09.173908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.173953) Fetched ack: 8 8 0
> (09.173959) PPB: 512 pages 1 segs 512 pipe 468 off
> (09.173965) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.173971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.174010) Fetched ack: 8 8 0
> (09.174016) Transfering pages:
> (09.174019) 	buf 512/1
> (09.174021) 	p 0x6fd1a3000 [512]
> (09.209308) 	buf 512/1
> (09.209321) 	p 0x6fd3a3000 [512]
> (09.245305) 	buf 512/1
> (09.245321) 	p 0x6fd5a3000 [512]
> (09.281303) 	buf 512/1
> (09.281321) 	p 0x6fd7a3000 [512]
> (09.317299) 	buf 512/1
> (09.317315) 	p 0x6fd9a3000 [512]
> (09.353302) 	buf 512/1
> (09.353316) 	p 0x6fdba3000 [512]
> (09.389301) 	buf 512/1
> (09.389317) 	p 0x6fdda3000 [512]
> (09.425308) 	buf 512/1
> (09.425321) 	p 0x6fdfa3000 [512]
> (09.461301) page-pipe: Clean up page pipe
> (09.461316) page-pipe: Will grow page pipe (iov off is 469)
> (09.461321) page-pipe: Add iov to page pipe (0 iovs, 469/1475266 total)
> (09.461430) page-pipe: Will grow page pipe (iov off is 470)
> (09.461434) page-pipe: Add iov to page pipe (0 iovs, 470/1475266 total)
> (09.461459) page-pipe: Will grow page pipe (iov off is 471)
> (09.461463) page-pipe: Add iov to page pipe (0 iovs, 471/1475266 total)
> (09.461472) page-pipe: Will grow page pipe (iov off is 472)
> (09.461475) page-pipe: Add iov to page pipe (0 iovs, 472/1475266 total)
> (09.461484) page-pipe: Will grow page pipe (iov off is 473)
> (09.461487) page-pipe: Add iov to page pipe (0 iovs, 473/1475266 total)
> (09.461500) page-pipe: Will grow page pipe (iov off is 474)
> (09.461503) page-pipe: Add iov to page pipe (0 iovs, 474/1475266 total)
> (09.461512) page-pipe: Will grow page pipe (iov off is 475)
> (09.461515) page-pipe: Add iov to page pipe (0 iovs, 475/1475266 total)
> (09.461524) page-pipe: Will grow page pipe (iov off is 476)
> (09.461527) page-pipe: Add iov to page pipe (0 iovs, 476/1475266 total)
> (09.461536) page-pipe: Will grow page pipe (iov off is 477)
> (09.461539) page-pipe: Page pipe:
> (09.461542) page-pipe: * 8 pipes 477/1475266 iovs:
> (09.461545) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461548) page-pipe: 		0x6fe1a3000 512
> (09.461552) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461555) page-pipe: 		0x6fe3a3000 512
> (09.461557) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461560) page-pipe: 		0x6fe5a3000 512
> (09.461563) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461566) page-pipe: 		0x6fe7a3000 512
> (09.461569) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461571) page-pipe: 		0x6fe9a3000 512
> (09.461574) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461577) page-pipe: 		0x6feba3000 512
> (09.461580) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461582) page-pipe: 		0x6feda3000 512
> (09.461585) page-pipe: 	buf 512 pages, 1 iovs:
> (09.461588) page-pipe: 		0x6fefa3000 512
> (09.461590) page-pipe: * 0 holes:
> (09.461593) PPB: 512 pages 1 segs 512 pipe 469 off
> (09.461613) Sent msg to daemon 8 0 0
> (09.461627) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.461692) Fetched ack: 8 8 0
> (09.461697) PPB: 512 pages 1 segs 512 pipe 470 off
> (09.461704) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.461711) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.461749) Fetched ack: 8 8 0
> (09.461755) PPB: 512 pages 1 segs 512 pipe 471 off
> (09.461762) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.461768) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.461808) Fetched ack: 8 8 0
> (09.461813) PPB: 512 pages 1 segs 512 pipe 472 off
> (09.461820) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.461826) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.461865) Fetched ack: 8 8 0
> (09.461871) PPB: 512 pages 1 segs 512 pipe 473 off
> (09.461877) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.461883) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.461923) Fetched ack: 8 8 0
> (09.461929) PPB: 512 pages 1 segs 512 pipe 474 off
> (09.461936) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.461942) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.461980) Fetched ack: 8 8 0
> (09.461986) PPB: 512 pages 1 segs 512 pipe 475 off
> (09.461993) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.461999) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.462036) Fetched ack: 8 8 0
> (09.462042) PPB: 512 pages 1 segs 512 pipe 476 off
> (09.462049) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.462054) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.462094) Fetched ack: 8 8 0
> (09.462100) Transfering pages:
> (09.462103) 	buf 512/1
> (09.462106) 	p 0x6fe1a3000 [512]
> (09.497302) 	buf 512/1
> (09.497317) 	p 0x6fe3a3000 [512]
> (09.533307) 	buf 512/1
> (09.533322) 	p 0x6fe5a3000 [512]
> (09.569319) 	buf 512/1
> (09.569332) 	p 0x6fe7a3000 [512]
> (09.605302) 	buf 512/1
> (09.605319) 	p 0x6fe9a3000 [512]
> (09.641302) 	buf 512/1
> (09.641318) 	p 0x6feba3000 [512]
> (09.677302) 	buf 512/1
> (09.677317) 	p 0x6feda3000 [512]
> (09.713302) 	buf 512/1
> (09.713337) 	p 0x6fefa3000 [512]
> (09.749302) page-pipe: Clean up page pipe
> (09.749318) page-pipe: Will grow page pipe (iov off is 477)
> (09.749323) page-pipe: Add iov to page pipe (0 iovs, 477/1475266 total)
> (09.749340) page-pipe: Will grow page pipe (iov off is 478)
> (09.749349) page-pipe: Add iov to page pipe (0 iovs, 478/1475266 total)
> (09.749358) page-pipe: Will grow page pipe (iov off is 479)
> (09.749361) page-pipe: Add iov to page pipe (0 iovs, 479/1475266 total)
> (09.749371) page-pipe: Will grow page pipe (iov off is 480)
> (09.749373) page-pipe: Add iov to page pipe (0 iovs, 480/1475266 total)
> (09.749382) page-pipe: Will grow page pipe (iov off is 481)
> (09.749385) page-pipe: Add iov to page pipe (0 iovs, 481/1475266 total)
> (09.749398) page-pipe: Will grow page pipe (iov off is 482)
> (09.749401) page-pipe: Add iov to page pipe (0 iovs, 482/1475266 total)
> (09.749410) page-pipe: Will grow page pipe (iov off is 483)
> (09.749413) page-pipe: Add iov to page pipe (0 iovs, 483/1475266 total)
> (09.749422) page-pipe: Will grow page pipe (iov off is 484)
> (09.749425) page-pipe: Add iov to page pipe (0 iovs, 484/1475266 total)
> (09.749434) page-pipe: Will grow page pipe (iov off is 485)
> (09.749437) page-pipe: Page pipe:
> (09.749440) page-pipe: * 8 pipes 485/1475266 iovs:
> (09.749443) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749446) page-pipe: 		0x6ff1a3000 512
> (09.749449) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749452) page-pipe: 		0x6ff3a3000 512
> (09.749454) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749457) page-pipe: 		0x6ff5a3000 512
> (09.749460) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749462) page-pipe: 		0x6ff7a3000 512
> (09.749465) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749468) page-pipe: 		0x6ff9a3000 512
> (09.749470) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749473) page-pipe: 		0x6ffba3000 512
> (09.749475) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749478) page-pipe: 		0x6ffda3000 512
> (09.749480) page-pipe: 	buf 512 pages, 1 iovs:
> (09.749483) page-pipe: 		0x6fffa3000 512
> (09.749486) page-pipe: * 0 holes:
> (09.749489) PPB: 512 pages 1 segs 512 pipe 477 off
> (09.749508) Sent msg to daemon 8 0 0
> (09.749522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749583) Fetched ack: 8 8 0
> (09.749588) PPB: 512 pages 1 segs 512 pipe 478 off
> (09.749596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749640) Fetched ack: 8 8 0
> (09.749646) PPB: 512 pages 1 segs 512 pipe 479 off
> (09.749653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749699) Fetched ack: 8 8 0
> (09.749704) PPB: 512 pages 1 segs 512 pipe 480 off
> (09.749711) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749717) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749757) Fetched ack: 8 8 0
> (09.749763) PPB: 512 pages 1 segs 512 pipe 481 off
> (09.749769) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749775) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749814) Fetched ack: 8 8 0
> (09.749820) PPB: 512 pages 1 segs 512 pipe 482 off
> (09.749826) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749832) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749871) Fetched ack: 8 8 0
> (09.749877) PPB: 512 pages 1 segs 512 pipe 483 off
> (09.749883) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749889) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749928) Fetched ack: 8 8 0
> (09.749934) PPB: 512 pages 1 segs 512 pipe 484 off
> (09.749941) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (09.749946) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (09.749987) Fetched ack: 8 8 0
> (09.749993) Transfering pages:
> (09.749996) 	buf 512/1
> (09.749998) 	p 0x6ff1a3000 [512]
> (09.785303) 	buf 512/1
> (09.785334) 	p 0x6ff3a3000 [512]
> (09.821306) 	buf 512/1
> (09.821320) 	p 0x6ff5a3000 [512]
> (09.857303) 	buf 512/1
> (09.857320) 	p 0x6ff7a3000 [512]
> (09.893303) 	buf 512/1
> (09.893318) 	p 0x6ff9a3000 [512]
> (09.929307) 	buf 512/1
> (09.929324) 	p 0x6ffba3000 [512]
> (09.965302) 	buf 512/1
> (09.965316) 	p 0x6ffda3000 [512]
> (10.001303) 	buf 512/1
> (10.001320) 	p 0x6fffa3000 [512]
> (10.037301) page-pipe: Clean up page pipe
> (10.037318) page-pipe: Will grow page pipe (iov off is 485)
> (10.037323) page-pipe: Add iov to page pipe (0 iovs, 485/1475266 total)
> (10.037340) page-pipe: Will grow page pipe (iov off is 486)
> (10.037350) page-pipe: Add iov to page pipe (0 iovs, 486/1475266 total)
> (10.037359) page-pipe: Will grow page pipe (iov off is 487)
> (10.037362) page-pipe: Add iov to page pipe (0 iovs, 487/1475266 total)
> (10.037371) page-pipe: Will grow page pipe (iov off is 488)
> (10.037374) page-pipe: Add iov to page pipe (0 iovs, 488/1475266 total)
> (10.037383) page-pipe: Will grow page pipe (iov off is 489)
> (10.037386) page-pipe: Add iov to page pipe (0 iovs, 489/1475266 total)
> (10.037399) page-pipe: Will grow page pipe (iov off is 490)
> (10.037402) page-pipe: Add iov to page pipe (0 iovs, 490/1475266 total)
> (10.037411) page-pipe: Will grow page pipe (iov off is 491)
> (10.037414) page-pipe: Add iov to page pipe (0 iovs, 491/1475266 total)
> (10.037423) page-pipe: Will grow page pipe (iov off is 492)
> (10.037426) page-pipe: Add iov to page pipe (0 iovs, 492/1475266 total)
> (10.037435) page-pipe: Will grow page pipe (iov off is 493)
> (10.037439) page-pipe: Page pipe:
> (10.037441) page-pipe: * 8 pipes 493/1475266 iovs:
> (10.037445) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037448) page-pipe: 		0x7001a3000 512
> (10.037451) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037454) page-pipe: 		0x7003a3000 512
> (10.037457) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037460) page-pipe: 		0x7005a3000 512
> (10.037462) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037465) page-pipe: 		0x7007a3000 512
> (10.037468) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037471) page-pipe: 		0x7009a3000 512
> (10.037473) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037476) page-pipe: 		0x700ba3000 512
> (10.037479) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037482) page-pipe: 		0x700da3000 512
> (10.037485) page-pipe: 	buf 512 pages, 1 iovs:
> (10.037487) page-pipe: 		0x700fa3000 512
> (10.037490) page-pipe: * 0 holes:
> (10.037493) PPB: 512 pages 1 segs 512 pipe 485 off
> (10.037511) Sent msg to daemon 8 0 0
> (10.037524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037585) Fetched ack: 8 8 0
> (10.037591) PPB: 512 pages 1 segs 512 pipe 486 off
> (10.037598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037642) Fetched ack: 8 8 0
> (10.037648) PPB: 512 pages 1 segs 512 pipe 487 off
> (10.037656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037700) Fetched ack: 8 8 0
> (10.037706) PPB: 512 pages 1 segs 512 pipe 488 off
> (10.037712) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037718) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037757) Fetched ack: 8 8 0
> (10.037763) PPB: 512 pages 1 segs 512 pipe 489 off
> (10.037769) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037775) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037815) Fetched ack: 8 8 0
> (10.037821) PPB: 512 pages 1 segs 512 pipe 490 off
> (10.037827) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037833) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037873) Fetched ack: 8 8 0
> (10.037878) PPB: 512 pages 1 segs 512 pipe 491 off
> (10.037885) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037891) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.037930) Fetched ack: 8 8 0
> (10.037936) PPB: 512 pages 1 segs 512 pipe 492 off
> (10.037963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.037970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.038008) Fetched ack: 8 8 0
> (10.038015) Transfering pages:
> (10.038017) 	buf 512/1
> (10.038020) 	p 0x7001a3000 [512]
> (10.073305) 	buf 512/1
> (10.073319) 	p 0x7003a3000 [512]
> (10.109301) 	buf 512/1
> (10.109316) 	p 0x7005a3000 [512]
> (10.145303) 	buf 512/1
> (10.145319) 	p 0x7007a3000 [512]
> (10.181300) 	buf 512/1
> (10.181317) 	p 0x7009a3000 [512]
> (10.217301) 	buf 512/1
> (10.217315) 	p 0x700ba3000 [512]
> (10.253302) 	buf 512/1
> (10.253317) 	p 0x700da3000 [512]
> (10.289305) 	buf 512/1
> (10.289323) 	p 0x700fa3000 [512]
> (10.325302) page-pipe: Clean up page pipe
> (10.325318) page-pipe: Will grow page pipe (iov off is 493)
> (10.325323) page-pipe: Add iov to page pipe (0 iovs, 493/1475266 total)
> (10.325340) page-pipe: Will grow page pipe (iov off is 494)
> (10.325344) page-pipe: Add iov to page pipe (0 iovs, 494/1475266 total)
> (10.325358) page-pipe: Will grow page pipe (iov off is 495)
> (10.325361) page-pipe: Add iov to page pipe (0 iovs, 495/1475266 total)
> (10.325371) page-pipe: Will grow page pipe (iov off is 496)
> (10.325373) page-pipe: Add iov to page pipe (0 iovs, 496/1475266 total)
> (10.325382) page-pipe: Will grow page pipe (iov off is 497)
> (10.325385) page-pipe: Add iov to page pipe (0 iovs, 497/1475266 total)
> (10.325398) page-pipe: Will grow page pipe (iov off is 498)
> (10.325401) page-pipe: Add iov to page pipe (0 iovs, 498/1475266 total)
> (10.325410) page-pipe: Will grow page pipe (iov off is 499)
> (10.325413) page-pipe: Add iov to page pipe (0 iovs, 499/1475266 total)
> (10.325422) page-pipe: Will grow page pipe (iov off is 500)
> (10.325425) page-pipe: Add iov to page pipe (0 iovs, 500/1475266 total)
> (10.325434) page-pipe: Will grow page pipe (iov off is 501)
> (10.325437) page-pipe: Page pipe:
> (10.325440) page-pipe: * 8 pipes 501/1475266 iovs:
> (10.325443) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325446) page-pipe: 		0x7011a3000 512
> (10.325449) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325451) page-pipe: 		0x7013a3000 512
> (10.325454) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325457) page-pipe: 		0x7015a3000 512
> (10.325459) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325462) page-pipe: 		0x7017a3000 512
> (10.325464) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325467) page-pipe: 		0x7019a3000 512
> (10.325470) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325472) page-pipe: 		0x701ba3000 512
> (10.325475) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325478) page-pipe: 		0x701da3000 512
> (10.325480) page-pipe: 	buf 512 pages, 1 iovs:
> (10.325483) page-pipe: 		0x701fa3000 512
> (10.325485) page-pipe: * 0 holes:
> (10.325488) PPB: 512 pages 1 segs 512 pipe 493 off
> (10.325508) Sent msg to daemon 8 0 0
> (10.325521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325583) Fetched ack: 8 8 0
> (10.325588) PPB: 512 pages 1 segs 512 pipe 494 off
> (10.325595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325642) Fetched ack: 8 8 0
> (10.325648) PPB: 512 pages 1 segs 512 pipe 495 off
> (10.325654) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325700) Fetched ack: 8 8 0
> (10.325706) PPB: 512 pages 1 segs 512 pipe 496 off
> (10.325712) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325718) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325758) Fetched ack: 8 8 0
> (10.325763) PPB: 512 pages 1 segs 512 pipe 497 off
> (10.325770) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325776) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325815) Fetched ack: 8 8 0
> (10.325821) PPB: 512 pages 1 segs 512 pipe 498 off
> (10.325828) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325833) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325873) Fetched ack: 8 8 0
> (10.325898) PPB: 512 pages 1 segs 512 pipe 499 off
> (10.325905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.325949) Fetched ack: 8 8 0
> (10.325955) PPB: 512 pages 1 segs 512 pipe 500 off
> (10.325962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.325967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.326007) Fetched ack: 8 8 0
> (10.326013) Transfering pages:
> (10.326016) 	buf 512/1
> (10.326018) 	p 0x7011a3000 [512]
> (10.361303) 	buf 512/1
> (10.361319) 	p 0x7013a3000 [512]
> (10.397301) 	buf 512/1
> (10.397317) 	p 0x7015a3000 [512]
> (10.433307) 	buf 512/1
> (10.433323) 	p 0x7017a3000 [512]
> (10.469299) 	buf 512/1
> (10.469313) 	p 0x7019a3000 [512]
> (10.505302) 	buf 512/1
> (10.505319) 	p 0x701ba3000 [512]
> (10.541303) 	buf 512/1
> (10.541317) 	p 0x701da3000 [512]
> (10.577307) 	buf 512/1
> (10.577322) 	p 0x701fa3000 [512]
> (10.613302) page-pipe: Clean up page pipe
> (10.613318) page-pipe: Will grow page pipe (iov off is 501)
> (10.613323) page-pipe: Add iov to page pipe (0 iovs, 501/1475266 total)
> (10.613340) page-pipe: Will grow page pipe (iov off is 502)
> (10.613349) page-pipe: Add iov to page pipe (0 iovs, 502/1475266 total)
> (10.613359) page-pipe: Will grow page pipe (iov off is 503)
> (10.613362) page-pipe: Add iov to page pipe (0 iovs, 503/1475266 total)
> (10.613371) page-pipe: Will grow page pipe (iov off is 504)
> (10.613374) page-pipe: Add iov to page pipe (0 iovs, 504/1475266 total)
> (10.613383) page-pipe: Will grow page pipe (iov off is 505)
> (10.613386) page-pipe: Add iov to page pipe (0 iovs, 505/1475266 total)
> (10.613399) page-pipe: Will grow page pipe (iov off is 506)
> (10.613402) page-pipe: Add iov to page pipe (0 iovs, 506/1475266 total)
> (10.613411) page-pipe: Will grow page pipe (iov off is 507)
> (10.613414) page-pipe: Add iov to page pipe (0 iovs, 507/1475266 total)
> (10.613423) page-pipe: Will grow page pipe (iov off is 508)
> (10.613426) page-pipe: Add iov to page pipe (0 iovs, 508/1475266 total)
> (10.613435) page-pipe: Will grow page pipe (iov off is 509)
> (10.613439) page-pipe: Page pipe:
> (10.613441) page-pipe: * 8 pipes 509/1475266 iovs:
> (10.613445) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613447) page-pipe: 		0x7021a3000 512
> (10.613451) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613454) page-pipe: 		0x7023a3000 512
> (10.613457) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613459) page-pipe: 		0x7025a3000 512
> (10.613462) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613465) page-pipe: 		0x7027a3000 512
> (10.613468) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613471) page-pipe: 		0x7029a3000 512
> (10.613473) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613476) page-pipe: 		0x702ba3000 512
> (10.613479) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613482) page-pipe: 		0x702da3000 512
> (10.613484) page-pipe: 	buf 512 pages, 1 iovs:
> (10.613487) page-pipe: 		0x702fa3000 512
> (10.613490) page-pipe: * 0 holes:
> (10.613493) PPB: 512 pages 1 segs 512 pipe 501 off
> (10.613512) Sent msg to daemon 8 0 0
> (10.613525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613584) Fetched ack: 8 8 0
> (10.613590) PPB: 512 pages 1 segs 512 pipe 502 off
> (10.613597) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613642) Fetched ack: 8 8 0
> (10.613648) PPB: 512 pages 1 segs 512 pipe 503 off
> (10.613655) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613701) Fetched ack: 8 8 0
> (10.613707) PPB: 512 pages 1 segs 512 pipe 504 off
> (10.613713) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613758) Fetched ack: 8 8 0
> (10.613764) PPB: 512 pages 1 segs 512 pipe 505 off
> (10.613771) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613776) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613818) Fetched ack: 8 8 0
> (10.613824) PPB: 512 pages 1 segs 512 pipe 506 off
> (10.613831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613837) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613875) Fetched ack: 8 8 0
> (10.613880) PPB: 512 pages 1 segs 512 pipe 507 off
> (10.613887) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613893) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613932) Fetched ack: 8 8 0
> (10.613938) PPB: 512 pages 1 segs 512 pipe 508 off
> (10.613945) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.613951) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.613990) Fetched ack: 8 8 0
> (10.613996) Transfering pages:
> (10.613999) 	buf 512/1
> (10.614001) 	p 0x7021a3000 [512]
> (10.649305) 	buf 512/1
> (10.649320) 	p 0x7023a3000 [512]
> (10.685302) 	buf 512/1
> (10.685318) 	p 0x7025a3000 [512]
> (10.721306) 	buf 512/1
> (10.721321) 	p 0x7027a3000 [512]
> (10.757304) 	buf 512/1
> (10.757317) 	p 0x7029a3000 [512]
> (10.793305) 	buf 512/1
> (10.793323) 	p 0x702ba3000 [512]
> (10.829307) 	buf 512/1
> (10.829322) 	p 0x702da3000 [512]
> (10.865311) 	buf 512/1
> (10.865325) 	p 0x702fa3000 [512]
> (10.901302) page-pipe: Clean up page pipe
> (10.901320) page-pipe: Will grow page pipe (iov off is 509)
> (10.901325) page-pipe: Add iov to page pipe (0 iovs, 509/1475266 total)
> (10.901342) page-pipe: Will grow page pipe (iov off is 510)
> (10.901351) page-pipe: Add iov to page pipe (0 iovs, 510/1475266 total)
> (10.901360) page-pipe: Will grow page pipe (iov off is 511)
> (10.901363) page-pipe: Add iov to page pipe (0 iovs, 511/1475266 total)
> (10.901372) page-pipe: Will grow page pipe (iov off is 512)
> (10.901375) page-pipe: Add iov to page pipe (0 iovs, 512/1475266 total)
> (10.901384) page-pipe: Will grow page pipe (iov off is 513)
> (10.901387) page-pipe: Add iov to page pipe (0 iovs, 513/1475266 total)
> (10.901400) page-pipe: Will grow page pipe (iov off is 514)
> (10.901402) page-pipe: Add iov to page pipe (0 iovs, 514/1475266 total)
> (10.901411) page-pipe: Will grow page pipe (iov off is 515)
> (10.901414) page-pipe: Add iov to page pipe (0 iovs, 515/1475266 total)
> (10.901423) page-pipe: Will grow page pipe (iov off is 516)
> (10.901426) page-pipe: Add iov to page pipe (0 iovs, 516/1475266 total)
> (10.901435) page-pipe: Will grow page pipe (iov off is 517)
> (10.901439) page-pipe: Page pipe:
> (10.901441) page-pipe: * 8 pipes 517/1475266 iovs:
> (10.901444) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901447) page-pipe: 		0x7031a3000 512
> (10.901450) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901453) page-pipe: 		0x7033a3000 512
> (10.901456) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901458) page-pipe: 		0x7035a3000 512
> (10.901461) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901463) page-pipe: 		0x7037a3000 512
> (10.901466) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901469) page-pipe: 		0x7039a3000 512
> (10.901471) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901474) page-pipe: 		0x703ba3000 512
> (10.901476) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901479) page-pipe: 		0x703da3000 512
> (10.901482) page-pipe: 	buf 512 pages, 1 iovs:
> (10.901484) page-pipe: 		0x703fa3000 512
> (10.901487) page-pipe: * 0 holes:
> (10.901490) PPB: 512 pages 1 segs 512 pipe 509 off
> (10.901508) Sent msg to daemon 8 0 0
> (10.901522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901583) Fetched ack: 8 8 0
> (10.901588) PPB: 512 pages 1 segs 512 pipe 510 off
> (10.901596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901641) Fetched ack: 8 8 0
> (10.901647) PPB: 512 pages 1 segs 512 pipe 511 off
> (10.901653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901697) Fetched ack: 8 8 0
> (10.901703) PPB: 512 pages 1 segs 512 pipe 512 off
> (10.901727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901772) Fetched ack: 8 8 0
> (10.901778) PPB: 512 pages 1 segs 512 pipe 513 off
> (10.901784) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901830) Fetched ack: 8 8 0
> (10.901836) PPB: 512 pages 1 segs 512 pipe 514 off
> (10.901842) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901888) Fetched ack: 8 8 0
> (10.901894) PPB: 512 pages 1 segs 512 pipe 515 off
> (10.901900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.901945) Fetched ack: 8 8 0
> (10.901951) PPB: 512 pages 1 segs 512 pipe 516 off
> (10.901957) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (10.901963) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (10.902001) Fetched ack: 8 8 0
> (10.902007) Transfering pages:
> (10.902010) 	buf 512/1
> (10.902013) 	p 0x7031a3000 [512]
> (10.937307) 	buf 512/1
> (10.937321) 	p 0x7033a3000 [512]
> (10.973308) 	buf 512/1
> (10.973324) 	p 0x7035a3000 [512]
> (11.009302) 	buf 512/1
> (11.009317) 	p 0x7037a3000 [512]
> (11.045302) 	buf 512/1
> (11.045318) 	p 0x7039a3000 [512]
> (11.081306) 	buf 512/1
> (11.081322) 	p 0x703ba3000 [512]
> (11.117301) 	buf 512/1
> (11.117316) 	p 0x703da3000 [512]
> (11.153303) 	buf 512/1
> (11.153318) 	p 0x703fa3000 [512]
> (11.189302) page-pipe: Clean up page pipe
> (11.189319) page-pipe: Will grow page pipe (iov off is 517)
> (11.189324) page-pipe: Add iov to page pipe (0 iovs, 517/1475266 total)
> (11.189341) page-pipe: Will grow page pipe (iov off is 518)
> (11.189350) page-pipe: Add iov to page pipe (0 iovs, 518/1475266 total)
> (11.189359) page-pipe: Will grow page pipe (iov off is 519)
> (11.189362) page-pipe: Add iov to page pipe (0 iovs, 519/1475266 total)
> (11.189371) page-pipe: Will grow page pipe (iov off is 520)
> (11.189373) page-pipe: Add iov to page pipe (0 iovs, 520/1475266 total)
> (11.189383) page-pipe: Will grow page pipe (iov off is 521)
> (11.189385) page-pipe: Add iov to page pipe (0 iovs, 521/1475266 total)
> (11.189398) page-pipe: Will grow page pipe (iov off is 522)
> (11.189401) page-pipe: Add iov to page pipe (0 iovs, 522/1475266 total)
> (11.189410) page-pipe: Will grow page pipe (iov off is 523)
> (11.189413) page-pipe: Add iov to page pipe (0 iovs, 523/1475266 total)
> (11.189422) page-pipe: Will grow page pipe (iov off is 524)
> (11.189425) page-pipe: Add iov to page pipe (0 iovs, 524/1475266 total)
> (11.189434) page-pipe: Will grow page pipe (iov off is 525)
> (11.189437) page-pipe: Page pipe:
> (11.189440) page-pipe: * 8 pipes 525/1475266 iovs:
> (11.189443) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189446) page-pipe: 		0x7041a3000 512
> (11.189449) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189452) page-pipe: 		0x7043a3000 512
> (11.189455) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189458) page-pipe: 		0x7045a3000 512
> (11.189460) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189463) page-pipe: 		0x7047a3000 512
> (11.189466) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189468) page-pipe: 		0x7049a3000 512
> (11.189471) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189474) page-pipe: 		0x704ba3000 512
> (11.189476) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189479) page-pipe: 		0x704da3000 512
> (11.189482) page-pipe: 	buf 512 pages, 1 iovs:
> (11.189485) page-pipe: 		0x704fa3000 512
> (11.189487) page-pipe: * 0 holes:
> (11.189490) PPB: 512 pages 1 segs 512 pipe 517 off
> (11.189510) Sent msg to daemon 8 0 0
> (11.189523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189583) Fetched ack: 8 8 0
> (11.189589) PPB: 512 pages 1 segs 512 pipe 518 off
> (11.189595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189641) Fetched ack: 8 8 0
> (11.189664) PPB: 512 pages 1 segs 512 pipe 519 off
> (11.189671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189718) Fetched ack: 8 8 0
> (11.189724) PPB: 512 pages 1 segs 512 pipe 520 off
> (11.189731) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189775) Fetched ack: 8 8 0
> (11.189782) PPB: 512 pages 1 segs 512 pipe 521 off
> (11.189788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189833) Fetched ack: 8 8 0
> (11.189839) PPB: 512 pages 1 segs 512 pipe 522 off
> (11.189846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189890) Fetched ack: 8 8 0
> (11.189896) PPB: 512 pages 1 segs 512 pipe 523 off
> (11.189902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.189946) Fetched ack: 8 8 0
> (11.189952) PPB: 512 pages 1 segs 512 pipe 524 off
> (11.189959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.189964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.190003) Fetched ack: 8 8 0
> (11.190009) Transfering pages:
> (11.190011) 	buf 512/1
> (11.190014) 	p 0x7041a3000 [512]
> (11.225302) 	buf 512/1
> (11.225317) 	p 0x7043a3000 [512]
> (11.261301) 	buf 512/1
> (11.261321) 	p 0x7045a3000 [512]
> (11.297303) 	buf 512/1
> (11.297322) 	p 0x7047a3000 [512]
> (11.333302) 	buf 512/1
> (11.333318) 	p 0x7049a3000 [512]
> (11.369302) 	buf 512/1
> (11.369316) 	p 0x704ba3000 [512]
> (11.405304) 	buf 512/1
> (11.405320) 	p 0x704da3000 [512]
> (11.441303) 	buf 512/1
> (11.441318) 	p 0x704fa3000 [512]
> (11.477303) page-pipe: Clean up page pipe
> (11.477321) page-pipe: Will grow page pipe (iov off is 525)
> (11.477326) page-pipe: Add iov to page pipe (0 iovs, 525/1475266 total)
> (11.477343) page-pipe: Will grow page pipe (iov off is 526)
> (11.477352) page-pipe: Add iov to page pipe (0 iovs, 526/1475266 total)
> (11.477361) page-pipe: Will grow page pipe (iov off is 527)
> (11.477364) page-pipe: Add iov to page pipe (0 iovs, 527/1475266 total)
> (11.477373) page-pipe: Will grow page pipe (iov off is 528)
> (11.477376) page-pipe: Add iov to page pipe (0 iovs, 528/1475266 total)
> (11.477385) page-pipe: Will grow page pipe (iov off is 529)
> (11.477388) page-pipe: Add iov to page pipe (0 iovs, 529/1475266 total)
> (11.477401) page-pipe: Will grow page pipe (iov off is 530)
> (11.477403) page-pipe: Add iov to page pipe (0 iovs, 530/1475266 total)
> (11.477412) page-pipe: Will grow page pipe (iov off is 531)
> (11.477415) page-pipe: Add iov to page pipe (0 iovs, 531/1475266 total)
> (11.477425) page-pipe: Will grow page pipe (iov off is 532)
> (11.477427) page-pipe: Add iov to page pipe (0 iovs, 532/1475266 total)
> (11.477437) page-pipe: Will grow page pipe (iov off is 533)
> (11.477440) page-pipe: Page pipe:
> (11.477443) page-pipe: * 8 pipes 533/1475266 iovs:
> (11.477446) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477448) page-pipe: 		0x7051a3000 512
> (11.477452) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477454) page-pipe: 		0x7053a3000 512
> (11.477457) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477460) page-pipe: 		0x7055a3000 512
> (11.477462) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477465) page-pipe: 		0x7057a3000 512
> (11.477468) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477471) page-pipe: 		0x7059a3000 512
> (11.477473) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477476) page-pipe: 		0x705ba3000 512
> (11.477478) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477481) page-pipe: 		0x705da3000 512
> (11.477484) page-pipe: 	buf 512 pages, 1 iovs:
> (11.477486) page-pipe: 		0x705fa3000 512
> (11.477489) page-pipe: * 0 holes:
> (11.477492) PPB: 512 pages 1 segs 512 pipe 525 off
> (11.477512) Sent msg to daemon 8 0 0
> (11.477525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477602) Fetched ack: 8 8 0
> (11.477607) PPB: 512 pages 1 segs 512 pipe 526 off
> (11.477615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477661) Fetched ack: 8 8 0
> (11.477666) PPB: 512 pages 1 segs 512 pipe 527 off
> (11.477673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477719) Fetched ack: 8 8 0
> (11.477725) PPB: 512 pages 1 segs 512 pipe 528 off
> (11.477731) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477737) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477776) Fetched ack: 8 8 0
> (11.477782) PPB: 512 pages 1 segs 512 pipe 529 off
> (11.477789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477834) Fetched ack: 8 8 0
> (11.477840) PPB: 512 pages 1 segs 512 pipe 530 off
> (11.477847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477891) Fetched ack: 8 8 0
> (11.477897) PPB: 512 pages 1 segs 512 pipe 531 off
> (11.477904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.477949) Fetched ack: 8 8 0
> (11.477955) PPB: 512 pages 1 segs 512 pipe 532 off
> (11.477962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.477968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.478006) Fetched ack: 8 8 0
> (11.478012) Transfering pages:
> (11.478015) 	buf 512/1
> (11.478018) 	p 0x7051a3000 [512]
> (11.513305) 	buf 512/1
> (11.513321) 	p 0x7053a3000 [512]
> (11.549303) 	buf 512/1
> (11.549318) 	p 0x7055a3000 [512]
> (11.585302) 	buf 512/1
> (11.585317) 	p 0x7057a3000 [512]
> (11.621302) 	buf 512/1
> (11.621317) 	p 0x7059a3000 [512]
> (11.657303) 	buf 512/1
> (11.657318) 	p 0x705ba3000 [512]
> (11.693305) 	buf 512/1
> (11.693319) 	p 0x705da3000 [512]
> (11.729306) 	buf 512/1
> (11.729321) 	p 0x705fa3000 [512]
> (11.765302) page-pipe: Clean up page pipe
> (11.765320) page-pipe: Will grow page pipe (iov off is 533)
> (11.765325) page-pipe: Add iov to page pipe (0 iovs, 533/1475266 total)
> (11.765343) page-pipe: Will grow page pipe (iov off is 534)
> (11.765351) page-pipe: Add iov to page pipe (0 iovs, 534/1475266 total)
> (11.765360) page-pipe: Will grow page pipe (iov off is 535)
> (11.765363) page-pipe: Add iov to page pipe (0 iovs, 535/1475266 total)
> (11.765372) page-pipe: Will grow page pipe (iov off is 536)
> (11.765375) page-pipe: Add iov to page pipe (0 iovs, 536/1475266 total)
> (11.765384) page-pipe: Will grow page pipe (iov off is 537)
> (11.765387) page-pipe: Add iov to page pipe (0 iovs, 537/1475266 total)
> (11.765400) page-pipe: Will grow page pipe (iov off is 538)
> (11.765403) page-pipe: Add iov to page pipe (0 iovs, 538/1475266 total)
> (11.765412) page-pipe: Will grow page pipe (iov off is 539)
> (11.765415) page-pipe: Add iov to page pipe (0 iovs, 539/1475266 total)
> (11.765424) page-pipe: Will grow page pipe (iov off is 540)
> (11.765427) page-pipe: Add iov to page pipe (0 iovs, 540/1475266 total)
> (11.765436) page-pipe: Will grow page pipe (iov off is 541)
> (11.765439) page-pipe: Page pipe:
> (11.765442) page-pipe: * 8 pipes 541/1475266 iovs:
> (11.765445) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765448) page-pipe: 		0x7061a3000 512
> (11.765451) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765454) page-pipe: 		0x7063a3000 512
> (11.765457) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765460) page-pipe: 		0x7065a3000 512
> (11.765463) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765465) page-pipe: 		0x7067a3000 512
> (11.765468) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765471) page-pipe: 		0x7069a3000 512
> (11.765474) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765477) page-pipe: 		0x706ba3000 512
> (11.765479) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765499) page-pipe: 		0x706da3000 512
> (11.765503) page-pipe: 	buf 512 pages, 1 iovs:
> (11.765506) page-pipe: 		0x706fa3000 512
> (11.765509) page-pipe: * 0 holes:
> (11.765512) PPB: 512 pages 1 segs 512 pipe 533 off
> (11.765532) Sent msg to daemon 8 0 0
> (11.765545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765606) Fetched ack: 8 8 0
> (11.765611) PPB: 512 pages 1 segs 512 pipe 534 off
> (11.765618) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765624) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765664) Fetched ack: 8 8 0
> (11.765670) PPB: 512 pages 1 segs 512 pipe 535 off
> (11.765677) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765683) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765721) Fetched ack: 8 8 0
> (11.765727) PPB: 512 pages 1 segs 512 pipe 536 off
> (11.765733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765777) Fetched ack: 8 8 0
> (11.765783) PPB: 512 pages 1 segs 512 pipe 537 off
> (11.765789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765834) Fetched ack: 8 8 0
> (11.765839) PPB: 512 pages 1 segs 512 pipe 538 off
> (11.765846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765890) Fetched ack: 8 8 0
> (11.765896) PPB: 512 pages 1 segs 512 pipe 539 off
> (11.765902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.765947) Fetched ack: 8 8 0
> (11.765953) PPB: 512 pages 1 segs 512 pipe 540 off
> (11.765960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (11.765965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (11.766005) Fetched ack: 8 8 0
> (11.766011) Transfering pages:
> (11.766014) 	buf 512/1
> (11.766017) 	p 0x7061a3000 [512]
> (11.801303) 	buf 512/1
> (11.801317) 	p 0x7063a3000 [512]
> (11.837307) 	buf 512/1
> (11.837321) 	p 0x7065a3000 [512]
> (11.873301) 	buf 512/1
> (11.873319) 	p 0x7067a3000 [512]
> (11.909301) 	buf 512/1
> (11.909316) 	p 0x7069a3000 [512]
> (11.945303) 	buf 512/1
> (11.945318) 	p 0x706ba3000 [512]
> (11.981303) 	buf 512/1
> (11.981320) 	p 0x706da3000 [512]
> (12.017307) 	buf 512/1
> (12.017323) 	p 0x706fa3000 [512]
> (12.053301) page-pipe: Clean up page pipe
> (12.053316) page-pipe: Will grow page pipe (iov off is 541)
> (12.053321) page-pipe: Add iov to page pipe (0 iovs, 541/1475266 total)
> (12.053338) page-pipe: Will grow page pipe (iov off is 542)
> (12.053342) page-pipe: Add iov to page pipe (0 iovs, 542/1475266 total)
> (12.053357) page-pipe: Will grow page pipe (iov off is 543)
> (12.053360) page-pipe: Add iov to page pipe (0 iovs, 543/1475266 total)
> (12.053369) page-pipe: Will grow page pipe (iov off is 544)
> (12.053371) page-pipe: Add iov to page pipe (0 iovs, 544/1475266 total)
> (12.053381) page-pipe: Will grow page pipe (iov off is 545)
> (12.053384) page-pipe: Add iov to page pipe (0 iovs, 545/1475266 total)
> (12.053397) page-pipe: Will grow page pipe (iov off is 546)
> (12.053400) page-pipe: Add iov to page pipe (0 iovs, 546/1475266 total)
> (12.053409) page-pipe: Will grow page pipe (iov off is 547)
> (12.053412) page-pipe: Add iov to page pipe (0 iovs, 547/1475266 total)
> (12.053421) page-pipe: Will grow page pipe (iov off is 548)
> (12.053424) page-pipe: Add iov to page pipe (0 iovs, 548/1475266 total)
> (12.053434) page-pipe: Will grow page pipe (iov off is 549)
> (12.053437) page-pipe: Page pipe:
> (12.053440) page-pipe: * 8 pipes 549/1475266 iovs:
> (12.053443) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053446) page-pipe: 		0x7071a3000 512
> (12.053449) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053452) page-pipe: 		0x7073a3000 512
> (12.053455) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053474) page-pipe: 		0x7075a3000 512
> (12.053477) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053480) page-pipe: 		0x7077a3000 512
> (12.053483) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053485) page-pipe: 		0x7079a3000 512
> (12.053488) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053491) page-pipe: 		0x707ba3000 512
> (12.053493) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053496) page-pipe: 		0x707da3000 512
> (12.053499) page-pipe: 	buf 512 pages, 1 iovs:
> (12.053501) page-pipe: 		0x707fa3000 512
> (12.053504) page-pipe: * 0 holes:
> (12.053507) PPB: 512 pages 1 segs 512 pipe 541 off
> (12.053526) Sent msg to daemon 8 0 0
> (12.053540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053600) Fetched ack: 8 8 0
> (12.053605) PPB: 512 pages 1 segs 512 pipe 542 off
> (12.053613) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053659) Fetched ack: 8 8 0
> (12.053664) PPB: 512 pages 1 segs 512 pipe 543 off
> (12.053671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053716) Fetched ack: 8 8 0
> (12.053722) PPB: 512 pages 1 segs 512 pipe 544 off
> (12.053729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053775) Fetched ack: 8 8 0
> (12.053780) PPB: 512 pages 1 segs 512 pipe 545 off
> (12.053787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053833) Fetched ack: 8 8 0
> (12.053838) PPB: 512 pages 1 segs 512 pipe 546 off
> (12.053845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053891) Fetched ack: 8 8 0
> (12.053897) PPB: 512 pages 1 segs 512 pipe 547 off
> (12.053903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.053948) Fetched ack: 8 8 0
> (12.053954) PPB: 512 pages 1 segs 512 pipe 548 off
> (12.053960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.053966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.054005) Fetched ack: 8 8 0
> (12.054011) Transfering pages:
> (12.054014) 	buf 512/1
> (12.054016) 	p 0x7071a3000 [512]
> (12.089304) 	buf 512/1
> (12.089319) 	p 0x7073a3000 [512]
> (12.125303) 	buf 512/1
> (12.125318) 	p 0x7075a3000 [512]
> (12.161303) 	buf 512/1
> (12.161320) 	p 0x7077a3000 [512]
> (12.197301) 	buf 512/1
> (12.197316) 	p 0x7079a3000 [512]
> (12.233305) 	buf 512/1
> (12.233321) 	p 0x707ba3000 [512]
> (12.269302) 	buf 512/1
> (12.269315) 	p 0x707da3000 [512]
> (12.305301) 	buf 512/1
> (12.305318) 	p 0x707fa3000 [512]
> (12.341301) page-pipe: Clean up page pipe
> (12.341317) page-pipe: Will grow page pipe (iov off is 549)
> (12.341322) page-pipe: Add iov to page pipe (0 iovs, 549/1475266 total)
> (12.341339) page-pipe: Will grow page pipe (iov off is 550)
> (12.341343) page-pipe: Add iov to page pipe (0 iovs, 550/1475266 total)
> (12.341358) page-pipe: Will grow page pipe (iov off is 551)
> (12.341360) page-pipe: Add iov to page pipe (0 iovs, 551/1475266 total)
> (12.341370) page-pipe: Will grow page pipe (iov off is 552)
> (12.341372) page-pipe: Add iov to page pipe (0 iovs, 552/1475266 total)
> (12.341382) page-pipe: Will grow page pipe (iov off is 553)
> (12.341384) page-pipe: Add iov to page pipe (0 iovs, 553/1475266 total)
> (12.341397) page-pipe: Will grow page pipe (iov off is 554)
> (12.341400) page-pipe: Add iov to page pipe (0 iovs, 554/1475266 total)
> (12.341409) page-pipe: Will grow page pipe (iov off is 555)
> (12.341412) page-pipe: Add iov to page pipe (0 iovs, 555/1475266 total)
> (12.341421) page-pipe: Will grow page pipe (iov off is 556)
> (12.341424) page-pipe: Add iov to page pipe (0 iovs, 556/1475266 total)
> (12.341433) page-pipe: Will grow page pipe (iov off is 557)
> (12.341452) page-pipe: Page pipe:
> (12.341456) page-pipe: * 8 pipes 557/1475266 iovs:
> (12.341459) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341462) page-pipe: 		0x7081a3000 512
> (12.341465) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341468) page-pipe: 		0x7083a3000 512
> (12.341471) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341474) page-pipe: 		0x7085a3000 512
> (12.341477) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341479) page-pipe: 		0x7087a3000 512
> (12.341482) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341485) page-pipe: 		0x7089a3000 512
> (12.341488) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341490) page-pipe: 		0x708ba3000 512
> (12.341493) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341496) page-pipe: 		0x708da3000 512
> (12.341499) page-pipe: 	buf 512 pages, 1 iovs:
> (12.341501) page-pipe: 		0x708fa3000 512
> (12.341504) page-pipe: * 0 holes:
> (12.341507) PPB: 512 pages 1 segs 512 pipe 549 off
> (12.341526) Sent msg to daemon 8 0 0
> (12.341540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> (12.341601) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (12.341606) PPB: 512 pages 1 segs 512 pipe 550 off
> pie: __fetched msg: 8 0 0
> (12.341630) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.341688) Wait for ack 8 on daemon socket
> (12.341694) Fetched ack: 8 8 0
> (12.341697) PPB: 512 pages 1 segs 512 pipe 551 off
> (12.341703) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.341709) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.341752) Fetched ack: 8 8 0
> (12.341758) PPB: 512 pages 1 segs 512 pipe 552 off
> (12.341764) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.341770) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.341809) Fetched ack: 8 8 0
> (12.341815) PPB: 512 pages 1 segs 512 pipe 553 off
> (12.341822) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.341828) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.341867) Fetched ack: 8 8 0
> (12.341873) PPB: 512 pages 1 segs 512 pipe 554 off
> (12.341879) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.341885) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.341923) Fetched ack: 8 8 0
> (12.341929) PPB: 512 pages 1 segs 512 pipe 555 off
> (12.341936) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.341941) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.341981) Fetched ack: 8 8 0
> (12.341987) PPB: 512 pages 1 segs 512 pipe 556 off
> (12.341994) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.342000) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.342038) Fetched ack: 8 8 0
> (12.342045) Transfering pages:
> (12.342047) 	buf 512/1
> (12.342050) 	p 0x7081a3000 [512]
> (12.377303) 	buf 512/1
> (12.377318) 	p 0x7083a3000 [512]
> (12.413304) 	buf 512/1
> (12.413320) 	p 0x7085a3000 [512]
> (12.449303) 	buf 512/1
> (12.449318) 	p 0x7087a3000 [512]
> (12.485301) 	buf 512/1
> (12.485318) 	p 0x7089a3000 [512]
> (12.521307) 	buf 512/1
> (12.521323) 	p 0x708ba3000 [512]
> (12.557301) 	buf 512/1
> (12.557315) 	p 0x708da3000 [512]
> (12.593301) 	buf 512/1
> (12.593316) 	p 0x708fa3000 [512]
> (12.629302) page-pipe: Clean up page pipe
> (12.629318) page-pipe: Will grow page pipe (iov off is 557)
> (12.629323) page-pipe: Add iov to page pipe (0 iovs, 557/1475266 total)
> (12.629340) page-pipe: Will grow page pipe (iov off is 558)
> (12.629349) page-pipe: Add iov to page pipe (0 iovs, 558/1475266 total)
> (12.629358) page-pipe: Will grow page pipe (iov off is 559)
> (12.629361) page-pipe: Add iov to page pipe (0 iovs, 559/1475266 total)
> (12.629370) page-pipe: Will grow page pipe (iov off is 560)
> (12.629373) page-pipe: Add iov to page pipe (0 iovs, 560/1475266 total)
> (12.629382) page-pipe: Will grow page pipe (iov off is 561)
> (12.629385) page-pipe: Add iov to page pipe (0 iovs, 561/1475266 total)
> (12.629398) page-pipe: Will grow page pipe (iov off is 562)
> (12.629400) page-pipe: Add iov to page pipe (0 iovs, 562/1475266 total)
> (12.629427) page-pipe: Will grow page pipe (iov off is 563)
> (12.629430) page-pipe: Add iov to page pipe (0 iovs, 563/1475266 total)
> (12.629440) page-pipe: Will grow page pipe (iov off is 564)
> (12.629442) page-pipe: Add iov to page pipe (0 iovs, 564/1475266 total)
> (12.629452) page-pipe: Will grow page pipe (iov off is 565)
> (12.629455) page-pipe: Page pipe:
> (12.629458) page-pipe: * 8 pipes 565/1475266 iovs:
> (12.629461) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629463) page-pipe: 		0x7091a3000 512
> (12.629467) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629470) page-pipe: 		0x7093a3000 512
> (12.629472) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629475) page-pipe: 		0x7095a3000 512
> (12.629478) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629480) page-pipe: 		0x7097a3000 512
> (12.629483) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629486) page-pipe: 		0x7099a3000 512
> (12.629488) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629491) page-pipe: 		0x709ba3000 512
> (12.629494) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629496) page-pipe: 		0x709da3000 512
> (12.629499) page-pipe: 	buf 512 pages, 1 iovs:
> (12.629502) page-pipe: 		0x709fa3000 512
> (12.629504) page-pipe: * 0 holes:
> (12.629507) PPB: 512 pages 1 segs 512 pipe 557 off
> (12.629526) Sent msg to daemon 8 0 0
> (12.629540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629599) Fetched ack: 8 8 0
> (12.629604) PPB: 512 pages 1 segs 512 pipe 558 off
> (12.629611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629656) Fetched ack: 8 8 0
> (12.629662) PPB: 512 pages 1 segs 512 pipe 559 off
> (12.629669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629712) Fetched ack: 8 8 0
> (12.629718) PPB: 512 pages 1 segs 512 pipe 560 off
> (12.629725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629770) Fetched ack: 8 8 0
> (12.629776) PPB: 512 pages 1 segs 512 pipe 561 off
> (12.629783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629829) Fetched ack: 8 8 0
> (12.629835) PPB: 512 pages 1 segs 512 pipe 562 off
> (12.629841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629886) Fetched ack: 8 8 0
> (12.629892) PPB: 512 pages 1 segs 512 pipe 563 off
> (12.629899) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629944) Fetched ack: 8 8 0
> (12.629950) PPB: 512 pages 1 segs 512 pipe 564 off
> (12.629956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.629962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.629999) Fetched ack: 8 8 0
> (12.630005) Transfering pages:
> (12.630008) 	buf 512/1
> (12.630011) 	p 0x7091a3000 [512]
> (12.665304) 	buf 512/1
> (12.665318) 	p 0x7093a3000 [512]
> (12.701304) 	buf 512/1
> (12.701320) 	p 0x7095a3000 [512]
> (12.737305) 	buf 512/1
> (12.737320) 	p 0x7097a3000 [512]
> (12.773300) 	buf 512/1
> (12.773317) 	p 0x7099a3000 [512]
> (12.809302) 	buf 512/1
> (12.809315) 	p 0x709ba3000 [512]
> (12.845302) 	buf 512/1
> (12.845319) 	p 0x709da3000 [512]
> (12.881300) 	buf 512/1
> (12.881314) 	p 0x709fa3000 [512]
> (12.917302) page-pipe: Clean up page pipe
> (12.917318) page-pipe: Will grow page pipe (iov off is 565)
> (12.917323) page-pipe: Add iov to page pipe (0 iovs, 565/1475266 total)
> (12.917340) page-pipe: Will grow page pipe (iov off is 566)
> (12.917349) page-pipe: Add iov to page pipe (0 iovs, 566/1475266 total)
> (12.917359) page-pipe: Will grow page pipe (iov off is 567)
> (12.917361) page-pipe: Add iov to page pipe (0 iovs, 567/1475266 total)
> (12.917370) page-pipe: Will grow page pipe (iov off is 568)
> (12.917390) page-pipe: Add iov to page pipe (0 iovs, 568/1475266 total)
> (12.917400) page-pipe: Will grow page pipe (iov off is 569)
> (12.917403) page-pipe: Add iov to page pipe (0 iovs, 569/1475266 total)
> (12.917416) page-pipe: Will grow page pipe (iov off is 570)
> (12.917419) page-pipe: Add iov to page pipe (0 iovs, 570/1475266 total)
> (12.917428) page-pipe: Will grow page pipe (iov off is 571)
> (12.917431) page-pipe: Add iov to page pipe (0 iovs, 571/1475266 total)
> (12.917440) page-pipe: Will grow page pipe (iov off is 572)
> (12.917442) page-pipe: Add iov to page pipe (0 iovs, 572/1475266 total)
> (12.917452) page-pipe: Will grow page pipe (iov off is 573)
> (12.917455) page-pipe: Page pipe:
> (12.917458) page-pipe: * 8 pipes 573/1475266 iovs:
> (12.917461) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917464) page-pipe: 		0x70a1a3000 512
> (12.917467) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917470) page-pipe: 		0x70a3a3000 512
> (12.917473) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917476) page-pipe: 		0x70a5a3000 512
> (12.917479) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917481) page-pipe: 		0x70a7a3000 512
> (12.917484) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917487) page-pipe: 		0x70a9a3000 512
> (12.917490) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917492) page-pipe: 		0x70aba3000 512
> (12.917495) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917498) page-pipe: 		0x70ada3000 512
> (12.917501) page-pipe: 	buf 512 pages, 1 iovs:
> (12.917503) page-pipe: 		0x70afa3000 512
> (12.917506) page-pipe: * 0 holes:
> (12.917509) PPB: 512 pages 1 segs 512 pipe 565 off
> (12.917528) Sent msg to daemon 8 0 0
> (12.917541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917601) Fetched ack: 8 8 0
> (12.917607) PPB: 512 pages 1 segs 512 pipe 566 off
> (12.917614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917659) Fetched ack: 8 8 0
> (12.917665) PPB: 512 pages 1 segs 512 pipe 567 off
> (12.917672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917717) Fetched ack: 8 8 0
> (12.917723) PPB: 512 pages 1 segs 512 pipe 568 off
> (12.917729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917775) Fetched ack: 8 8 0
> (12.917781) PPB: 512 pages 1 segs 512 pipe 569 off
> (12.917787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917832) Fetched ack: 8 8 0
> (12.917838) PPB: 512 pages 1 segs 512 pipe 570 off
> (12.917844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917890) Fetched ack: 8 8 0
> (12.917895) PPB: 512 pages 1 segs 512 pipe 571 off
> (12.917902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.917945) Fetched ack: 8 8 0
> (12.917951) PPB: 512 pages 1 segs 512 pipe 572 off
> (12.917958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (12.917964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (12.918003) Fetched ack: 8 8 0
> (12.918009) Transfering pages:
> (12.918011) 	buf 512/1
> (12.918014) 	p 0x70a1a3000 [512]
> (12.953305) 	buf 512/1
> (12.953318) 	p 0x70a3a3000 [512]
> (12.989302) 	buf 512/1
> (12.989318) 	p 0x70a5a3000 [512]
> (13.025307) 	buf 512/1
> (13.025324) 	p 0x70a7a3000 [512]
> (13.061301) 	buf 512/1
> (13.061316) 	p 0x70a9a3000 [512]
> (13.097302) 	buf 512/1
> (13.097319) 	p 0x70aba3000 [512]
> (13.133302) 	buf 512/1
> (13.133320) 	p 0x70ada3000 [512]
> (13.169303) 	buf 512/1
> (13.169318) 	p 0x70afa3000 [512]
> (13.205302) page-pipe: Clean up page pipe
> (13.205319) page-pipe: Will grow page pipe (iov off is 573)
> (13.205324) page-pipe: Add iov to page pipe (0 iovs, 573/1475266 total)
> (13.205362) page-pipe: Will grow page pipe (iov off is 574)
> (13.205365) page-pipe: Add iov to page pipe (0 iovs, 574/1475266 total)
> (13.205377) page-pipe: Will grow page pipe (iov off is 575)
> (13.205380) page-pipe: Add iov to page pipe (0 iovs, 575/1475266 total)
> (13.205393) page-pipe: Will grow page pipe (iov off is 576)
> (13.205395) page-pipe: Add iov to page pipe (0 iovs, 576/1475266 total)
> (13.205408) page-pipe: Will grow page pipe (iov off is 577)
> (13.205410) page-pipe: Add iov to page pipe (0 iovs, 577/1475266 total)
> (13.205424) page-pipe: Will grow page pipe (iov off is 578)
> (13.205426) page-pipe: Add iov to page pipe (0 iovs, 578/1475266 total)
> (13.205436) page-pipe: Will grow page pipe (iov off is 579)
> (13.205439) page-pipe: Add iov to page pipe (0 iovs, 579/1475266 total)
> (13.205448) page-pipe: Will grow page pipe (iov off is 580)
> (13.205451) page-pipe: Add iov to page pipe (0 iovs, 580/1475266 total)
> (13.205460) page-pipe: Will grow page pipe (iov off is 581)
> (13.205464) page-pipe: Page pipe:
> (13.205467) page-pipe: * 8 pipes 581/1475266 iovs:
> (13.205470) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205472) page-pipe: 		0x70b1a3000 512
> (13.205476) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205478) page-pipe: 		0x70b3a3000 512
> (13.205481) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205484) page-pipe: 		0x70b5a3000 512
> (13.205487) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205489) page-pipe: 		0x70b7a3000 512
> (13.205492) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205494) page-pipe: 		0x70b9a3000 512
> (13.205497) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205500) page-pipe: 		0x70bba3000 512
> (13.205502) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205505) page-pipe: 		0x70bda3000 512
> (13.205508) page-pipe: 	buf 512 pages, 1 iovs:
> (13.205510) page-pipe: 		0x70bfa3000 512
> (13.205513) page-pipe: * 0 holes:
> (13.205516) PPB: 512 pages 1 segs 512 pipe 573 off
> (13.205536) Sent msg to daemon 8 0 0
> (13.205549) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.205609) Fetched ack: 8 8 0
> (13.205614) PPB: 512 pages 1 segs 512 pipe 574 off
> (13.205622) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205628) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.205666) Fetched ack: 8 8 0
> (13.205673) PPB: 512 pages 1 segs 512 pipe 575 off
> (13.205680) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205686) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.205725) Fetched ack: 8 8 0
> (13.205731) PPB: 512 pages 1 segs 512 pipe 576 off
> (13.205738) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205743) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.205783) Fetched ack: 8 8 0
> (13.205789) PPB: 512 pages 1 segs 512 pipe 577 off
> (13.205795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.205840) Fetched ack: 8 8 0
> (13.205846) PPB: 512 pages 1 segs 512 pipe 578 off
> (13.205853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.205898) Fetched ack: 8 8 0
> (13.205904) PPB: 512 pages 1 segs 512 pipe 579 off
> (13.205911) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (13.205956) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (13.205961) PPB: 512 pages 1 segs 512 pipe 580 off
> (13.205969) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.205975) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.206014) Fetched ack: 8 8 0
> (13.206020) Transfering pages:
> (13.206023) 	buf 512/1
> (13.206025) 	p 0x70b1a3000 [512]
> (13.241302) 	buf 512/1
> (13.241318) 	p 0x70b3a3000 [512]
> (13.277307) 	buf 512/1
> (13.277322) 	p 0x70b5a3000 [512]
> (13.313305) 	buf 512/1
> (13.313320) 	p 0x70b7a3000 [512]
> (13.349299) 	buf 512/1
> (13.349314) 	p 0x70b9a3000 [512]
> (13.385302) 	buf 512/1
> (13.385334) 	p 0x70bba3000 [512]
> (13.421306) 	buf 512/1
> (13.421322) 	p 0x70bda3000 [512]
> (13.457302) 	buf 512/1
> (13.457316) 	p 0x70bfa3000 [512]
> (13.493303) page-pipe: Clean up page pipe
> (13.493320) page-pipe: Will grow page pipe (iov off is 581)
> (13.493325) page-pipe: Add iov to page pipe (0 iovs, 581/1475266 total)
> (13.493343) page-pipe: Will grow page pipe (iov off is 582)
> (13.493351) page-pipe: Add iov to page pipe (0 iovs, 582/1475266 total)
> (13.493360) page-pipe: Will grow page pipe (iov off is 583)
> (13.493363) page-pipe: Add iov to page pipe (0 iovs, 583/1475266 total)
> (13.493372) page-pipe: Will grow page pipe (iov off is 584)
> (13.493375) page-pipe: Add iov to page pipe (0 iovs, 584/1475266 total)
> (13.493384) page-pipe: Will grow page pipe (iov off is 585)
> (13.493387) page-pipe: Add iov to page pipe (0 iovs, 585/1475266 total)
> (13.493400) page-pipe: Will grow page pipe (iov off is 586)
> (13.493403) page-pipe: Add iov to page pipe (0 iovs, 586/1475266 total)
> (13.493412) page-pipe: Will grow page pipe (iov off is 587)
> (13.493414) page-pipe: Add iov to page pipe (0 iovs, 587/1475266 total)
> (13.493424) page-pipe: Will grow page pipe (iov off is 588)
> (13.493426) page-pipe: Add iov to page pipe (0 iovs, 588/1475266 total)
> (13.493436) page-pipe: Will grow page pipe (iov off is 589)
> (13.493439) page-pipe: Page pipe:
> (13.493442) page-pipe: * 8 pipes 589/1475266 iovs:
> (13.493445) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493447) page-pipe: 		0x70c1a3000 512
> (13.493451) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493454) page-pipe: 		0x70c3a3000 512
> (13.493456) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493459) page-pipe: 		0x70c5a3000 512
> (13.493462) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493464) page-pipe: 		0x70c7a3000 512
> (13.493467) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493470) page-pipe: 		0x70c9a3000 512
> (13.493473) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493475) page-pipe: 		0x70cba3000 512
> (13.493478) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493481) page-pipe: 		0x70cda3000 512
> (13.493483) page-pipe: 	buf 512 pages, 1 iovs:
> (13.493486) page-pipe: 		0x70cfa3000 512
> (13.493489) page-pipe: * 0 holes:
> (13.493492) PPB: 512 pages 1 segs 512 pipe 581 off
> (13.493511) Sent msg to daemon 8 0 0
> (13.493525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493584) Fetched ack: 8 8 0
> (13.493589) PPB: 512 pages 1 segs 512 pipe 582 off
> (13.493596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493641) Fetched ack: 8 8 0
> (13.493646) PPB: 512 pages 1 segs 512 pipe 583 off
> (13.493653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493697) Fetched ack: 8 8 0
> (13.493703) PPB: 512 pages 1 segs 512 pipe 584 off
> (13.493709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493753) Fetched ack: 8 8 0
> (13.493759) PPB: 512 pages 1 segs 512 pipe 585 off
> (13.493766) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493771) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493809) Fetched ack: 8 8 0
> (13.493815) PPB: 512 pages 1 segs 512 pipe 586 off
> (13.493821) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493827) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493865) Fetched ack: 8 8 0
> (13.493871) PPB: 512 pages 1 segs 512 pipe 587 off
> (13.493878) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493883) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493924) Fetched ack: 8 8 0
> (13.493930) PPB: 512 pages 1 segs 512 pipe 588 off
> (13.493937) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.493942) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.493982) Fetched ack: 8 8 0
> (13.494005) Transfering pages:
> (13.494008) 	buf 512/1
> (13.494011) 	p 0x70c1a3000 [512]
> (13.529307) 	buf 512/1
> (13.529320) 	p 0x70c3a3000 [512]
> (13.565302) 	buf 512/1
> (13.565317) 	p 0x70c5a3000 [512]
> (13.601300) 	buf 512/1
> (13.601317) 	p 0x70c7a3000 [512]
> (13.637300) 	buf 512/1
> (13.637317) 	p 0x70c9a3000 [512]
> (13.673304) 	buf 512/1
> (13.673319) 	p 0x70cba3000 [512]
> (13.709304) 	buf 512/1
> (13.709319) 	p 0x70cda3000 [512]
> (13.745304) 	buf 512/1
> (13.745319) 	p 0x70cfa3000 [512]
> (13.781303) page-pipe: Clean up page pipe
> (13.781320) page-pipe: Will grow page pipe (iov off is 589)
> (13.781325) page-pipe: Add iov to page pipe (0 iovs, 589/1475266 total)
> (13.781348) page-pipe: Will grow page pipe (iov off is 590)
> (13.781351) page-pipe: Add iov to page pipe (0 iovs, 590/1475266 total)
> (13.781360) page-pipe: Will grow page pipe (iov off is 591)
> (13.781363) page-pipe: Add iov to page pipe (0 iovs, 591/1475266 total)
> (13.781372) page-pipe: Will grow page pipe (iov off is 592)
> (13.781375) page-pipe: Add iov to page pipe (0 iovs, 592/1475266 total)
> (13.781384) page-pipe: Will grow page pipe (iov off is 593)
> (13.781387) page-pipe: Add iov to page pipe (0 iovs, 593/1475266 total)
> (13.781400) page-pipe: Will grow page pipe (iov off is 594)
> (13.781403) page-pipe: Add iov to page pipe (0 iovs, 594/1475266 total)
> (13.781412) page-pipe: Will grow page pipe (iov off is 595)
> (13.781415) page-pipe: Add iov to page pipe (0 iovs, 595/1475266 total)
> (13.781424) page-pipe: Will grow page pipe (iov off is 596)
> (13.781427) page-pipe: Add iov to page pipe (0 iovs, 596/1475266 total)
> (13.781436) page-pipe: Will grow page pipe (iov off is 597)
> (13.781440) page-pipe: Page pipe:
> (13.781442) page-pipe: * 8 pipes 597/1475266 iovs:
> (13.781445) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781448) page-pipe: 		0x70d1a3000 512
> (13.781452) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781455) page-pipe: 		0x70d3a3000 512
> (13.781457) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781460) page-pipe: 		0x70d5a3000 512
> (13.781463) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781465) page-pipe: 		0x70d7a3000 512
> (13.781468) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781471) page-pipe: 		0x70d9a3000 512
> (13.781474) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781476) page-pipe: 		0x70dba3000 512
> (13.781479) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781482) page-pipe: 		0x70dda3000 512
> (13.781484) page-pipe: 	buf 512 pages, 1 iovs:
> (13.781487) page-pipe: 		0x70dfa3000 512
> (13.781490) page-pipe: * 0 holes:
> (13.781493) PPB: 512 pages 1 segs 512 pipe 589 off
> (13.781514) Sent msg to daemon 8 0 0
> (13.781527) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781586) Fetched ack: 8 8 0
> (13.781590) PPB: 512 pages 1 segs 512 pipe 590 off
> (13.781598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781642) Fetched ack: 8 8 0
> (13.781648) PPB: 512 pages 1 segs 512 pipe 591 off
> (13.781655) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781700) Fetched ack: 8 8 0
> (13.781705) PPB: 512 pages 1 segs 512 pipe 592 off
> (13.781712) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781718) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781756) Fetched ack: 8 8 0
> (13.781761) PPB: 512 pages 1 segs 512 pipe 593 off
> (13.781768) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781774) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781813) Fetched ack: 8 8 0
> (13.781819) PPB: 512 pages 1 segs 512 pipe 594 off
> (13.781825) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781831) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781870) Fetched ack: 8 8 0
> (13.781876) PPB: 512 pages 1 segs 512 pipe 595 off
> (13.781882) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781888) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781929) Fetched ack: 8 8 0
> (13.781936) PPB: 512 pages 1 segs 512 pipe 596 off
> (13.781942) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (13.781948) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (13.781987) Fetched ack: 8 8 0
> (13.781994) Transfering pages:
> (13.781996) 	buf 512/1
> (13.781999) 	p 0x70d1a3000 [512]
> (13.817305) 	buf 512/1
> (13.817321) 	p 0x70d3a3000 [512]
> (13.853300) 	buf 512/1
> (13.853315) 	p 0x70d5a3000 [512]
> (13.889304) 	buf 512/1
> (13.889320) 	p 0x70d7a3000 [512]
> (13.925301) 	buf 512/1
> (13.925315) 	p 0x70d9a3000 [512]
> (13.961301) 	buf 512/1
> (13.961315) 	p 0x70dba3000 [512]
> (13.997304) 	buf 512/1
> (13.997322) 	p 0x70dda3000 [512]
> (14.033307) 	buf 512/1
> (14.033323) 	p 0x70dfa3000 [512]
> (14.069303) page-pipe: Clean up page pipe
> (14.069318) page-pipe: Will grow page pipe (iov off is 597)
> (14.069323) page-pipe: Add iov to page pipe (0 iovs, 597/1475266 total)
> (14.069345) page-pipe: Will grow page pipe (iov off is 598)
> (14.069348) page-pipe: Add iov to page pipe (0 iovs, 598/1475266 total)
> (14.069358) page-pipe: Will grow page pipe (iov off is 599)
> (14.069360) page-pipe: Add iov to page pipe (0 iovs, 599/1475266 total)
> (14.069370) page-pipe: Will grow page pipe (iov off is 600)
> (14.069373) page-pipe: Add iov to page pipe (0 iovs, 600/1475266 total)
> (14.069382) page-pipe: Will grow page pipe (iov off is 601)
> (14.069385) page-pipe: Add iov to page pipe (0 iovs, 601/1475266 total)
> (14.069397) page-pipe: Will grow page pipe (iov off is 602)
> (14.069400) page-pipe: Add iov to page pipe (0 iovs, 602/1475266 total)
> (14.069410) page-pipe: Will grow page pipe (iov off is 603)
> (14.069413) page-pipe: Add iov to page pipe (0 iovs, 603/1475266 total)
> (14.069422) page-pipe: Will grow page pipe (iov off is 604)
> (14.069425) page-pipe: Add iov to page pipe (0 iovs, 604/1475266 total)
> (14.069434) page-pipe: Will grow page pipe (iov off is 605)
> (14.069438) page-pipe: Page pipe:
> (14.069440) page-pipe: * 8 pipes 605/1475266 iovs:
> (14.069444) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069446) page-pipe: 		0x70e1a3000 512
> (14.069450) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069453) page-pipe: 		0x70e3a3000 512
> (14.069456) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069458) page-pipe: 		0x70e5a3000 512
> (14.069461) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069464) page-pipe: 		0x70e7a3000 512
> (14.069467) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069470) page-pipe: 		0x70e9a3000 512
> (14.069472) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069475) page-pipe: 		0x70eba3000 512
> (14.069478) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069481) page-pipe: 		0x70eda3000 512
> (14.069484) page-pipe: 	buf 512 pages, 1 iovs:
> (14.069486) page-pipe: 		0x70efa3000 512
> (14.069489) page-pipe: * 0 holes:
> (14.069492) PPB: 512 pages 1 segs 512 pipe 597 off
> (14.069511) Sent msg to daemon 8 0 0
> (14.069524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069586) Fetched ack: 8 8 0
> (14.069591) PPB: 512 pages 1 segs 512 pipe 598 off
> (14.069599) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069605) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069646) Fetched ack: 8 8 0
> (14.069652) PPB: 512 pages 1 segs 512 pipe 599 off
> (14.069659) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069665) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069705) Fetched ack: 8 8 0
> (14.069711) PPB: 512 pages 1 segs 512 pipe 600 off
> (14.069718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069763) Fetched ack: 8 8 0
> (14.069769) PPB: 512 pages 1 segs 512 pipe 601 off
> (14.069776) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069781) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069820) Fetched ack: 8 8 0
> (14.069826) PPB: 512 pages 1 segs 512 pipe 602 off
> (14.069832) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069894) Fetched ack: 8 8 0
> (14.069900) PPB: 512 pages 1 segs 512 pipe 603 off
> (14.069907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.069951) Fetched ack: 8 8 0
> (14.069957) PPB: 512 pages 1 segs 512 pipe 604 off
> (14.069964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.069970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.070010) Fetched ack: 8 8 0
> (14.070016) Transfering pages:
> (14.070018) 	buf 512/1
> (14.070021) 	p 0x70e1a3000 [512]
> (14.105302) 	buf 512/1
> (14.105317) 	p 0x70e3a3000 [512]
> (14.141302) 	buf 512/1
> (14.141318) 	p 0x70e5a3000 [512]
> (14.177301) 	buf 512/1
> (14.177317) 	p 0x70e7a3000 [512]
> (14.213301) 	buf 512/1
> (14.213316) 	p 0x70e9a3000 [512]
> (14.249304) 	buf 512/1
> (14.249320) 	p 0x70eba3000 [512]
> (14.285303) 	buf 512/1
> (14.285319) 	p 0x70eda3000 [512]
> (14.321306) 	buf 512/1
> (14.321319) 	p 0x70efa3000 [512]
> (14.357300) page-pipe: Clean up page pipe
> (14.357315) page-pipe: Will grow page pipe (iov off is 605)
> (14.357320) page-pipe: Add iov to page pipe (0 iovs, 605/1475266 total)
> (14.357337) page-pipe: Will grow page pipe (iov off is 606)
> (14.357341) page-pipe: Add iov to page pipe (0 iovs, 606/1475266 total)
> (14.357356) page-pipe: Will grow page pipe (iov off is 607)
> (14.357358) page-pipe: Add iov to page pipe (0 iovs, 607/1475266 total)
> (14.357368) page-pipe: Will grow page pipe (iov off is 608)
> (14.357371) page-pipe: Add iov to page pipe (0 iovs, 608/1475266 total)
> (14.357380) page-pipe: Will grow page pipe (iov off is 609)
> (14.357382) page-pipe: Add iov to page pipe (0 iovs, 609/1475266 total)
> (14.357395) page-pipe: Will grow page pipe (iov off is 610)
> (14.357398) page-pipe: Add iov to page pipe (0 iovs, 610/1475266 total)
> (14.357408) page-pipe: Will grow page pipe (iov off is 611)
> (14.357411) page-pipe: Add iov to page pipe (0 iovs, 611/1475266 total)
> (14.357420) page-pipe: Will grow page pipe (iov off is 612)
> (14.357423) page-pipe: Add iov to page pipe (0 iovs, 612/1475266 total)
> (14.357432) page-pipe: Will grow page pipe (iov off is 613)
> (14.357435) page-pipe: Page pipe:
> (14.357438) page-pipe: * 8 pipes 613/1475266 iovs:
> (14.357441) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357444) page-pipe: 		0x70f1a3000 512
> (14.357447) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357449) page-pipe: 		0x70f3a3000 512
> (14.357452) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357455) page-pipe: 		0x70f5a3000 512
> (14.357457) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357460) page-pipe: 		0x70f7a3000 512
> (14.357462) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357465) page-pipe: 		0x70f9a3000 512
> (14.357468) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357470) page-pipe: 		0x70fba3000 512
> (14.357473) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357476) page-pipe: 		0x70fda3000 512
> (14.357478) page-pipe: 	buf 512 pages, 1 iovs:
> (14.357481) page-pipe: 		0x70ffa3000 512
> (14.357483) page-pipe: * 0 holes:
> (14.357486) PPB: 512 pages 1 segs 512 pipe 605 off
> (14.357506) Sent msg to daemon 8 0 0
> (14.357519) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357579) Fetched ack: 8 8 0
> (14.357584) PPB: 512 pages 1 segs 512 pipe 606 off
> (14.357592) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357598) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357638) Fetched ack: 8 8 0
> (14.357644) PPB: 512 pages 1 segs 512 pipe 607 off
> (14.357651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357696) Fetched ack: 8 8 0
> (14.357702) PPB: 512 pages 1 segs 512 pipe 608 off
> (14.357709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357754) Fetched ack: 8 8 0
> (14.357777) PPB: 512 pages 1 segs 512 pipe 609 off
> (14.357785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357831) Fetched ack: 8 8 0
> (14.357837) PPB: 512 pages 1 segs 512 pipe 610 off
> (14.357844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357888) Fetched ack: 8 8 0
> (14.357894) PPB: 512 pages 1 segs 512 pipe 611 off
> (14.357900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.357944) Fetched ack: 8 8 0
> (14.357950) PPB: 512 pages 1 segs 512 pipe 612 off
> (14.357957) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.357963) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.358000) Fetched ack: 8 8 0
> (14.358007) Transfering pages:
> (14.358010) 	buf 512/1
> (14.358012) 	p 0x70f1a3000 [512]
> (14.393301) 	buf 512/1
> (14.393316) 	p 0x70f3a3000 [512]
> (14.429308) 	buf 512/1
> (14.429323) 	p 0x70f5a3000 [512]
> (14.465303) 	buf 512/1
> (14.465320) 	p 0x70f7a3000 [512]
> (14.501301) 	buf 512/1
> (14.501317) 	p 0x70f9a3000 [512]
> (14.537308) 	buf 512/1
> (14.537325) 	p 0x70fba3000 [512]
> (14.573301) 	buf 512/1
> (14.573316) 	p 0x70fda3000 [512]
> (14.609302) 	buf 512/1
> (14.609317) 	p 0x70ffa3000 [512]
> (14.645303) page-pipe: Clean up page pipe
> (14.645319) page-pipe: Will grow page pipe (iov off is 613)
> (14.645324) page-pipe: Add iov to page pipe (0 iovs, 613/1475266 total)
> (14.645341) page-pipe: Will grow page pipe (iov off is 614)
> (14.645350) page-pipe: Add iov to page pipe (0 iovs, 614/1475266 total)
> (14.645359) page-pipe: Will grow page pipe (iov off is 615)
> (14.645362) page-pipe: Add iov to page pipe (0 iovs, 615/1475266 total)
> (14.645371) page-pipe: Will grow page pipe (iov off is 616)
> (14.645374) page-pipe: Add iov to page pipe (0 iovs, 616/1475266 total)
> (14.645383) page-pipe: Will grow page pipe (iov off is 617)
> (14.645386) page-pipe: Add iov to page pipe (0 iovs, 617/1475266 total)
> (14.645399) page-pipe: Will grow page pipe (iov off is 618)
> (14.645402) page-pipe: Add iov to page pipe (0 iovs, 618/1475266 total)
> (14.645411) page-pipe: Will grow page pipe (iov off is 619)
> (14.645414) page-pipe: Add iov to page pipe (0 iovs, 619/1475266 total)
> (14.645423) page-pipe: Will grow page pipe (iov off is 620)
> (14.645426) page-pipe: Add iov to page pipe (0 iovs, 620/1475266 total)
> (14.645435) page-pipe: Will grow page pipe (iov off is 621)
> (14.645438) page-pipe: Page pipe:
> (14.645441) page-pipe: * 8 pipes 621/1475266 iovs:
> (14.645444) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645447) page-pipe: 		0x7101a3000 512
> (14.645450) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645453) page-pipe: 		0x7103a3000 512
> (14.645456) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645458) page-pipe: 		0x7105a3000 512
> (14.645461) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645464) page-pipe: 		0x7107a3000 512
> (14.645467) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645469) page-pipe: 		0x7109a3000 512
> (14.645472) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645475) page-pipe: 		0x710ba3000 512
> (14.645478) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645480) page-pipe: 		0x710da3000 512
> (14.645483) page-pipe: 	buf 512 pages, 1 iovs:
> (14.645486) page-pipe: 		0x710fa3000 512
> (14.645488) page-pipe: * 0 holes:
> (14.645491) PPB: 512 pages 1 segs 512 pipe 613 off
> (14.645510) Sent msg to daemon 8 0 0
> (14.645523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.645584) Fetched ack: 8 8 0
> (14.645589) PPB: 512 pages 1 segs 512 pipe 614 off
> (14.645596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.645641) Fetched ack: 8 8 0
> (14.645647) PPB: 512 pages 1 segs 512 pipe 615 off
> (14.645653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (14.645699) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (14.645720) PPB: 512 pages 1 segs 512 pipe 616 off
> (14.645729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.645777) Fetched ack: 8 8 0
> (14.645783) PPB: 512 pages 1 segs 512 pipe 617 off
> (14.645789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.645834) Fetched ack: 8 8 0
> (14.645840) PPB: 512 pages 1 segs 512 pipe 618 off
> (14.645846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.645891) Fetched ack: 8 8 0
> (14.645896) PPB: 512 pages 1 segs 512 pipe 619 off
> (14.645903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.645948) Fetched ack: 8 8 0
> (14.645954) PPB: 512 pages 1 segs 512 pipe 620 off
> (14.645960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.645966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.646004) Fetched ack: 8 8 0
> (14.646010) Transfering pages:
> (14.646013) 	buf 512/1
> (14.646015) 	p 0x7101a3000 [512]
> (14.681303) 	buf 512/1
> (14.681316) 	p 0x7103a3000 [512]
> (14.717307) 	buf 512/1
> (14.717323) 	p 0x7105a3000 [512]
> (14.753302) 	buf 512/1
> (14.753319) 	p 0x7107a3000 [512]
> (14.789301) 	buf 512/1
> (14.789317) 	p 0x7109a3000 [512]
> (14.825306) 	buf 512/1
> (14.825320) 	p 0x710ba3000 [512]
> (14.861302) 	buf 512/1
> (14.861317) 	p 0x710da3000 [512]
> (14.897303) 	buf 512/1
> (14.897318) 	p 0x710fa3000 [512]
> (14.933302) page-pipe: Clean up page pipe
> (14.933318) page-pipe: Will grow page pipe (iov off is 621)
> (14.933323) page-pipe: Add iov to page pipe (0 iovs, 621/1475266 total)
> (14.933340) page-pipe: Will grow page pipe (iov off is 622)
> (14.933344) page-pipe: Add iov to page pipe (0 iovs, 622/1475266 total)
> (14.933359) page-pipe: Will grow page pipe (iov off is 623)
> (14.933362) page-pipe: Add iov to page pipe (0 iovs, 623/1475266 total)
> (14.933371) page-pipe: Will grow page pipe (iov off is 624)
> (14.933373) page-pipe: Add iov to page pipe (0 iovs, 624/1475266 total)
> (14.933382) page-pipe: Will grow page pipe (iov off is 625)
> (14.933385) page-pipe: Add iov to page pipe (0 iovs, 625/1475266 total)
> (14.933398) page-pipe: Will grow page pipe (iov off is 626)
> (14.933401) page-pipe: Add iov to page pipe (0 iovs, 626/1475266 total)
> (14.933410) page-pipe: Will grow page pipe (iov off is 627)
> (14.933413) page-pipe: Add iov to page pipe (0 iovs, 627/1475266 total)
> (14.933422) page-pipe: Will grow page pipe (iov off is 628)
> (14.933424) page-pipe: Add iov to page pipe (0 iovs, 628/1475266 total)
> (14.933433) page-pipe: Will grow page pipe (iov off is 629)
> (14.933437) page-pipe: Page pipe:
> (14.933439) page-pipe: * 8 pipes 629/1475266 iovs:
> (14.933442) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933445) page-pipe: 		0x7111a3000 512
> (14.933448) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933451) page-pipe: 		0x7113a3000 512
> (14.933454) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933456) page-pipe: 		0x7115a3000 512
> (14.933459) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933462) page-pipe: 		0x7117a3000 512
> (14.933464) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933467) page-pipe: 		0x7119a3000 512
> (14.933469) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933472) page-pipe: 		0x711ba3000 512
> (14.933475) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933477) page-pipe: 		0x711da3000 512
> (14.933480) page-pipe: 	buf 512 pages, 1 iovs:
> (14.933482) page-pipe: 		0x711fa3000 512
> (14.933485) page-pipe: * 0 holes:
> (14.933488) PPB: 512 pages 1 segs 512 pipe 621 off
> (14.933507) Sent msg to daemon 8 0 0
> (14.933520) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933580) Fetched ack: 8 8 0
> (14.933586) PPB: 512 pages 1 segs 512 pipe 622 off
> (14.933593) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933654) Fetched ack: 8 8 0
> (14.933660) PPB: 512 pages 1 segs 512 pipe 623 off
> (14.933667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933713) Fetched ack: 8 8 0
> (14.933719) PPB: 512 pages 1 segs 512 pipe 624 off
> (14.933725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933771) Fetched ack: 8 8 0
> (14.933777) PPB: 512 pages 1 segs 512 pipe 625 off
> (14.933783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933828) Fetched ack: 8 8 0
> (14.933834) PPB: 512 pages 1 segs 512 pipe 626 off
> (14.933841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933846) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933885) Fetched ack: 8 8 0
> (14.933891) PPB: 512 pages 1 segs 512 pipe 627 off
> (14.933897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933941) Fetched ack: 8 8 0
> (14.933947) PPB: 512 pages 1 segs 512 pipe 628 off
> (14.933953) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (14.933959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (14.933997) Fetched ack: 8 8 0
> (14.934003) Transfering pages:
> (14.934006) 	buf 512/1
> (14.934009) 	p 0x7111a3000 [512]
> (14.969302) 	buf 512/1
> (14.969316) 	p 0x7113a3000 [512]
> (15.005302) 	buf 512/1
> (15.005318) 	p 0x7115a3000 [512]
> (15.041310) 	buf 512/1
> (15.041327) 	p 0x7117a3000 [512]
> (15.077301) 	buf 512/1
> (15.077317) 	p 0x7119a3000 [512]
> (15.113308) 	buf 512/1
> (15.113332) 	p 0x711ba3000 [512]
> (15.149303) 	buf 512/1
> (15.149320) 	p 0x711da3000 [512]
> (15.185300) 	buf 512/1
> (15.185316) 	p 0x711fa3000 [512]
> (15.221303) page-pipe: Clean up page pipe
> (15.221319) page-pipe: Will grow page pipe (iov off is 629)
> (15.221324) page-pipe: Add iov to page pipe (0 iovs, 629/1475266 total)
> (15.221346) page-pipe: Will grow page pipe (iov off is 630)
> (15.221349) page-pipe: Add iov to page pipe (0 iovs, 630/1475266 total)
> (15.221358) page-pipe: Will grow page pipe (iov off is 631)
> (15.221360) page-pipe: Add iov to page pipe (0 iovs, 631/1475266 total)
> (15.221370) page-pipe: Will grow page pipe (iov off is 632)
> (15.221372) page-pipe: Add iov to page pipe (0 iovs, 632/1475266 total)
> (15.221382) page-pipe: Will grow page pipe (iov off is 633)
> (15.221384) page-pipe: Add iov to page pipe (0 iovs, 633/1475266 total)
> (15.221397) page-pipe: Will grow page pipe (iov off is 634)
> (15.221399) page-pipe: Add iov to page pipe (0 iovs, 634/1475266 total)
> (15.221409) page-pipe: Will grow page pipe (iov off is 635)
> (15.221411) page-pipe: Add iov to page pipe (0 iovs, 635/1475266 total)
> (15.221420) page-pipe: Will grow page pipe (iov off is 636)
> (15.221423) page-pipe: Add iov to page pipe (0 iovs, 636/1475266 total)
> (15.221432) page-pipe: Will grow page pipe (iov off is 637)
> (15.221435) page-pipe: Page pipe:
> (15.221438) page-pipe: * 8 pipes 637/1475266 iovs:
> (15.221441) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221444) page-pipe: 		0x7121a3000 512
> (15.221447) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221450) page-pipe: 		0x7123a3000 512
> (15.221453) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221455) page-pipe: 		0x7125a3000 512
> (15.221458) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221461) page-pipe: 		0x7127a3000 512
> (15.221463) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221466) page-pipe: 		0x7129a3000 512
> (15.221469) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221471) page-pipe: 		0x712ba3000 512
> (15.221474) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221477) page-pipe: 		0x712da3000 512
> (15.221479) page-pipe: 	buf 512 pages, 1 iovs:
> (15.221482) page-pipe: 		0x712fa3000 512
> (15.221485) page-pipe: * 0 holes:
> (15.221488) PPB: 512 pages 1 segs 512 pipe 629 off
> (15.221531) Sent msg to daemon 8 0 0
> (15.221545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221607) Fetched ack: 8 8 0
> (15.221612) PPB: 512 pages 1 segs 512 pipe 630 off
> (15.221619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221665) Fetched ack: 8 8 0
> (15.221670) PPB: 512 pages 1 segs 512 pipe 631 off
> (15.221677) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221683) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221722) Fetched ack: 8 8 0
> (15.221728) PPB: 512 pages 1 segs 512 pipe 632 off
> (15.221735) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221779) Fetched ack: 8 8 0
> (15.221785) PPB: 512 pages 1 segs 512 pipe 633 off
> (15.221792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221836) Fetched ack: 8 8 0
> (15.221842) PPB: 512 pages 1 segs 512 pipe 634 off
> (15.221848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221894) Fetched ack: 8 8 0
> (15.221900) PPB: 512 pages 1 segs 512 pipe 635 off
> (15.221906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.221951) Fetched ack: 8 8 0
> (15.221957) PPB: 512 pages 1 segs 512 pipe 636 off
> (15.221963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.221969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.222007) Fetched ack: 8 8 0
> (15.222014) Transfering pages:
> (15.222016) 	buf 512/1
> (15.222019) 	p 0x7121a3000 [512]
> (15.257303) 	buf 512/1
> (15.257316) 	p 0x7123a3000 [512]
> (15.293301) 	buf 512/1
> (15.293315) 	p 0x7125a3000 [512]
> (15.329308) 	buf 512/1
> (15.329323) 	p 0x7127a3000 [512]
> (15.365304) 	buf 512/1
> (15.365321) 	p 0x7129a3000 [512]
> (15.401303) 	buf 512/1
> (15.401318) 	p 0x712ba3000 [512]
> (15.437308) 	buf 512/1
> (15.437324) 	p 0x712da3000 [512]
> (15.473303) 	buf 512/1
> (15.473318) 	p 0x712fa3000 [512]
> (15.509303) page-pipe: Clean up page pipe
> (15.509321) page-pipe: Will grow page pipe (iov off is 637)
> (15.509326) page-pipe: Add iov to page pipe (0 iovs, 637/1475266 total)
> (15.509343) page-pipe: Will grow page pipe (iov off is 638)
> (15.509351) page-pipe: Add iov to page pipe (0 iovs, 638/1475266 total)
> (15.509361) page-pipe: Will grow page pipe (iov off is 639)
> (15.509364) page-pipe: Add iov to page pipe (0 iovs, 639/1475266 total)
> (15.509373) page-pipe: Will grow page pipe (iov off is 640)
> (15.509375) page-pipe: Add iov to page pipe (0 iovs, 640/1475266 total)
> (15.509385) page-pipe: Will grow page pipe (iov off is 641)
> (15.509387) page-pipe: Add iov to page pipe (0 iovs, 641/1475266 total)
> (15.509400) page-pipe: Will grow page pipe (iov off is 642)
> (15.509403) page-pipe: Add iov to page pipe (0 iovs, 642/1475266 total)
> (15.509412) page-pipe: Will grow page pipe (iov off is 643)
> (15.509415) page-pipe: Add iov to page pipe (0 iovs, 643/1475266 total)
> (15.509424) page-pipe: Will grow page pipe (iov off is 644)
> (15.509426) page-pipe: Add iov to page pipe (0 iovs, 644/1475266 total)
> (15.509435) page-pipe: Will grow page pipe (iov off is 645)
> (15.509439) page-pipe: Page pipe:
> (15.509441) page-pipe: * 8 pipes 645/1475266 iovs:
> (15.509444) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509447) page-pipe: 		0x7131a3000 512
> (15.509450) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509453) page-pipe: 		0x7133a3000 512
> (15.509456) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509458) page-pipe: 		0x7135a3000 512
> (15.509461) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509463) page-pipe: 		0x7137a3000 512
> (15.509466) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509469) page-pipe: 		0x7139a3000 512
> (15.509488) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509491) page-pipe: 		0x713ba3000 512
> (15.509494) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509496) page-pipe: 		0x713da3000 512
> (15.509499) page-pipe: 	buf 512 pages, 1 iovs:
> (15.509502) page-pipe: 		0x713fa3000 512
> (15.509504) page-pipe: * 0 holes:
> (15.509507) PPB: 512 pages 1 segs 512 pipe 637 off
> (15.509526) Sent msg to daemon 8 0 0
> (15.509539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509599) Fetched ack: 8 8 0
> (15.509605) PPB: 512 pages 1 segs 512 pipe 638 off
> (15.509612) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509618) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509657) Fetched ack: 8 8 0
> (15.509663) PPB: 512 pages 1 segs 512 pipe 639 off
> (15.509670) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509715) Fetched ack: 8 8 0
> (15.509721) PPB: 512 pages 1 segs 512 pipe 640 off
> (15.509728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509773) Fetched ack: 8 8 0
> (15.509778) PPB: 512 pages 1 segs 512 pipe 641 off
> (15.509785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509831) Fetched ack: 8 8 0
> (15.509837) PPB: 512 pages 1 segs 512 pipe 642 off
> (15.509843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509888) Fetched ack: 8 8 0
> (15.509893) PPB: 512 pages 1 segs 512 pipe 643 off
> (15.509900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509905) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.509944) Fetched ack: 8 8 0
> (15.509950) PPB: 512 pages 1 segs 512 pipe 644 off
> (15.509956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.509962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.510000) Fetched ack: 8 8 0
> (15.510006) Transfering pages:
> (15.510009) 	buf 512/1
> (15.510012) 	p 0x7131a3000 [512]
> (15.545304) 	buf 512/1
> (15.545318) 	p 0x7133a3000 [512]
> (15.581308) 	buf 512/1
> (15.581325) 	p 0x7135a3000 [512]
> (15.617320) 	buf 512/1
> (15.617337) 	p 0x7137a3000 [512]
> (15.653332) 	buf 512/1
> (15.653357) 	p 0x7139a3000 [512]
> (15.689311) 	buf 512/1
> (15.689348) 	p 0x713ba3000 [512]
> (15.725305) 	buf 512/1
> (15.725329) 	p 0x713da3000 [512]
> (15.761301) 	buf 512/1
> (15.761320) 	p 0x713fa3000 [512]
> (15.797301) page-pipe: Clean up page pipe
> (15.797317) page-pipe: Will grow page pipe (iov off is 645)
> (15.797322) page-pipe: Add iov to page pipe (0 iovs, 645/1475266 total)
> (15.797339) page-pipe: Will grow page pipe (iov off is 646)
> (15.797343) page-pipe: Add iov to page pipe (0 iovs, 646/1475266 total)
> (15.797358) page-pipe: Will grow page pipe (iov off is 647)
> (15.797361) page-pipe: Add iov to page pipe (0 iovs, 647/1475266 total)
> (15.797370) page-pipe: Will grow page pipe (iov off is 648)
> (15.797373) page-pipe: Add iov to page pipe (0 iovs, 648/1475266 total)
> (15.797382) page-pipe: Will grow page pipe (iov off is 649)
> (15.797385) page-pipe: Add iov to page pipe (0 iovs, 649/1475266 total)
> (15.797397) page-pipe: Will grow page pipe (iov off is 650)
> (15.797400) page-pipe: Add iov to page pipe (0 iovs, 650/1475266 total)
> (15.797410) page-pipe: Will grow page pipe (iov off is 651)
> (15.797412) page-pipe: Add iov to page pipe (0 iovs, 651/1475266 total)
> (15.797422) page-pipe: Will grow page pipe (iov off is 652)
> (15.797424) page-pipe: Add iov to page pipe (0 iovs, 652/1475266 total)
> (15.797434) page-pipe: Will grow page pipe (iov off is 653)
> (15.797437) page-pipe: Page pipe:
> (15.797440) page-pipe: * 8 pipes 653/1475266 iovs:
> (15.797443) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797446) page-pipe: 		0x7141a3000 512
> (15.797449) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797468) page-pipe: 		0x7143a3000 512
> (15.797472) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797475) page-pipe: 		0x7145a3000 512
> (15.797478) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797480) page-pipe: 		0x7147a3000 512
> (15.797483) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797486) page-pipe: 		0x7149a3000 512
> (15.797489) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797491) page-pipe: 		0x714ba3000 512
> (15.797494) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797497) page-pipe: 		0x714da3000 512
> (15.797500) page-pipe: 	buf 512 pages, 1 iovs:
> (15.797502) page-pipe: 		0x714fa3000 512
> (15.797505) page-pipe: * 0 holes:
> (15.797508) PPB: 512 pages 1 segs 512 pipe 645 off
> (15.797528) Sent msg to daemon 8 0 0
> (15.797541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797602) Fetched ack: 8 8 0
> (15.797607) PPB: 512 pages 1 segs 512 pipe 646 off
> (15.797614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797659) Fetched ack: 8 8 0
> (15.797665) PPB: 512 pages 1 segs 512 pipe 647 off
> (15.797672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797717) Fetched ack: 8 8 0
> (15.797723) PPB: 512 pages 1 segs 512 pipe 648 off
> (15.797730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797775) Fetched ack: 8 8 0
> (15.797782) PPB: 512 pages 1 segs 512 pipe 649 off
> (15.797788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797833) Fetched ack: 8 8 0
> (15.797839) PPB: 512 pages 1 segs 512 pipe 650 off
> (15.797846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797890) Fetched ack: 8 8 0
> (15.797896) PPB: 512 pages 1 segs 512 pipe 651 off
> (15.797903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.797948) Fetched ack: 8 8 0
> (15.797954) PPB: 512 pages 1 segs 512 pipe 652 off
> (15.797961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (15.797967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (15.798005) Fetched ack: 8 8 0
> (15.798011) Transfering pages:
> (15.798014) 	buf 512/1
> (15.798017) 	p 0x7141a3000 [512]
> (15.833309) 	buf 512/1
> (15.833323) 	p 0x7143a3000 [512]
> (15.869303) 	buf 512/1
> (15.869319) 	p 0x7145a3000 [512]
> (15.905303) 	buf 512/1
> (15.905319) 	p 0x7147a3000 [512]
> (15.941302) 	buf 512/1
> (15.941319) 	p 0x7149a3000 [512]
> (15.977305) 	buf 512/1
> (15.977321) 	p 0x714ba3000 [512]
> (16.013301) 	buf 512/1
> (16.013318) 	p 0x714da3000 [512]
> (16.049303) 	buf 512/1
> (16.049321) 	p 0x714fa3000 [512]
> (16.085298) page-pipe: Clean up page pipe
> (16.085313) page-pipe: Will grow page pipe (iov off is 653)
> (16.085319) page-pipe: Add iov to page pipe (0 iovs, 653/1475266 total)
> (16.085336) page-pipe: Will grow page pipe (iov off is 654)
> (16.085340) page-pipe: Add iov to page pipe (0 iovs, 654/1475266 total)
> (16.085355) page-pipe: Will grow page pipe (iov off is 655)
> (16.085358) page-pipe: Add iov to page pipe (0 iovs, 655/1475266 total)
> (16.085367) page-pipe: Will grow page pipe (iov off is 656)
> (16.085370) page-pipe: Add iov to page pipe (0 iovs, 656/1475266 total)
> (16.085379) page-pipe: Will grow page pipe (iov off is 657)
> (16.085382) page-pipe: Add iov to page pipe (0 iovs, 657/1475266 total)
> (16.085395) page-pipe: Will grow page pipe (iov off is 658)
> (16.085397) page-pipe: Add iov to page pipe (0 iovs, 658/1475266 total)
> (16.085406) page-pipe: Will grow page pipe (iov off is 659)
> (16.085409) page-pipe: Add iov to page pipe (0 iovs, 659/1475266 total)
> (16.085418) page-pipe: Will grow page pipe (iov off is 660)
> (16.085438) page-pipe: Add iov to page pipe (0 iovs, 660/1475266 total)
> (16.085448) page-pipe: Will grow page pipe (iov off is 661)
> (16.085451) page-pipe: Page pipe:
> (16.085454) page-pipe: * 8 pipes 661/1475266 iovs:
> (16.085457) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085459) page-pipe: 		0x7151a3000 512
> (16.085463) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085465) page-pipe: 		0x7153a3000 512
> (16.085468) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085471) page-pipe: 		0x7155a3000 512
> (16.085473) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085476) page-pipe: 		0x7157a3000 512
> (16.085478) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085481) page-pipe: 		0x7159a3000 512
> (16.085484) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085486) page-pipe: 		0x715ba3000 512
> (16.085489) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085491) page-pipe: 		0x715da3000 512
> (16.085494) page-pipe: 	buf 512 pages, 1 iovs:
> (16.085497) page-pipe: 		0x715fa3000 512
> (16.085499) page-pipe: * 0 holes:
> (16.085502) PPB: 512 pages 1 segs 512 pipe 653 off
> (16.085523) Sent msg to daemon 8 0 0
> (16.085536) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085598) Fetched ack: 8 8 0
> (16.085603) PPB: 512 pages 1 segs 512 pipe 654 off
> (16.085610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085657) Fetched ack: 8 8 0
> (16.085663) PPB: 512 pages 1 segs 512 pipe 655 off
> (16.085670) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085676) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085715) Fetched ack: 8 8 0
> (16.085721) PPB: 512 pages 1 segs 512 pipe 656 off
> (16.085728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085773) Fetched ack: 8 8 0
> (16.085779) PPB: 512 pages 1 segs 512 pipe 657 off
> (16.085786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085830) Fetched ack: 8 8 0
> (16.085836) PPB: 512 pages 1 segs 512 pipe 658 off
> (16.085842) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085888) Fetched ack: 8 8 0
> (16.085893) PPB: 512 pages 1 segs 512 pipe 659 off
> (16.085900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.085944) Fetched ack: 8 8 0
> (16.085949) PPB: 512 pages 1 segs 512 pipe 660 off
> (16.085956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.085961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.086000) Fetched ack: 8 8 0
> (16.086006) Transfering pages:
> (16.086008) 	buf 512/1
> (16.086011) 	p 0x7151a3000 [512]
> (16.121304) 	buf 512/1
> (16.121319) 	p 0x7153a3000 [512]
> (16.157302) 	buf 512/1
> (16.157319) 	p 0x7155a3000 [512]
> (16.193301) 	buf 512/1
> (16.193317) 	p 0x7157a3000 [512]
> (16.229301) 	buf 512/1
> (16.229318) 	p 0x7159a3000 [512]
> (16.265299) 	buf 512/1
> (16.265315) 	p 0x715ba3000 [512]
> (16.301304) 	buf 512/1
> (16.301321) 	p 0x715da3000 [512]
> (16.337307) 	buf 512/1
> (16.337323) 	p 0x715fa3000 [512]
> (16.373303) page-pipe: Clean up page pipe
> (16.373321) page-pipe: Will grow page pipe (iov off is 661)
> (16.373326) page-pipe: Add iov to page pipe (0 iovs, 661/1475266 total)
> (16.373343) page-pipe: Will grow page pipe (iov off is 662)
> (16.373351) page-pipe: Add iov to page pipe (0 iovs, 662/1475266 total)
> (16.373361) page-pipe: Will grow page pipe (iov off is 663)
> (16.373363) page-pipe: Add iov to page pipe (0 iovs, 663/1475266 total)
> (16.373373) page-pipe: Will grow page pipe (iov off is 664)
> (16.373375) page-pipe: Add iov to page pipe (0 iovs, 664/1475266 total)
> (16.373385) page-pipe: Will grow page pipe (iov off is 665)
> (16.373387) page-pipe: Add iov to page pipe (0 iovs, 665/1475266 total)
> (16.373416) page-pipe: Will grow page pipe (iov off is 666)
> (16.373420) page-pipe: Add iov to page pipe (0 iovs, 666/1475266 total)
> (16.373429) page-pipe: Will grow page pipe (iov off is 667)
> (16.373432) page-pipe: Add iov to page pipe (0 iovs, 667/1475266 total)
> (16.373441) page-pipe: Will grow page pipe (iov off is 668)
> (16.373444) page-pipe: Add iov to page pipe (0 iovs, 668/1475266 total)
> (16.373453) page-pipe: Will grow page pipe (iov off is 669)
> (16.373456) page-pipe: Page pipe:
> (16.373459) page-pipe: * 8 pipes 669/1475266 iovs:
> (16.373462) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373465) page-pipe: 		0x7161a3000 512
> (16.373468) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373471) page-pipe: 		0x7163a3000 512
> (16.373474) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373476) page-pipe: 		0x7165a3000 512
> (16.373479) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373482) page-pipe: 		0x7167a3000 512
> (16.373485) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373487) page-pipe: 		0x7169a3000 512
> (16.373490) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373493) page-pipe: 		0x716ba3000 512
> (16.373495) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373498) page-pipe: 		0x716da3000 512
> (16.373501) page-pipe: 	buf 512 pages, 1 iovs:
> (16.373503) page-pipe: 		0x716fa3000 512
> (16.373506) page-pipe: * 0 holes:
> (16.373509) PPB: 512 pages 1 segs 512 pipe 661 off
> (16.373529) Sent msg to daemon 8 0 0
> (16.373542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373602) Fetched ack: 8 8 0
> (16.373607) PPB: 512 pages 1 segs 512 pipe 662 off
> (16.373614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373658) Fetched ack: 8 8 0
> (16.373664) PPB: 512 pages 1 segs 512 pipe 663 off
> (16.373670) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373716) Fetched ack: 8 8 0
> (16.373722) PPB: 512 pages 1 segs 512 pipe 664 off
> (16.373728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373775) Fetched ack: 8 8 0
> (16.373780) PPB: 512 pages 1 segs 512 pipe 665 off
> (16.373787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373839) Fetched ack: 8 8 0
> (16.373845) PPB: 512 pages 1 segs 512 pipe 666 off
> (16.373851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373897) Fetched ack: 8 8 0
> (16.373904) PPB: 512 pages 1 segs 512 pipe 667 off
> (16.373910) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373921) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.373961) Fetched ack: 8 8 0
> (16.373966) PPB: 512 pages 1 segs 512 pipe 668 off
> (16.373973) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.373978) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.374017) Fetched ack: 8 8 0
> (16.374023) Transfering pages:
> (16.374025) 	buf 512/1
> (16.374028) 	p 0x7161a3000 [512]
> (16.409305) 	buf 512/1
> (16.409321) 	p 0x7163a3000 [512]
> (16.445302) 	buf 512/1
> (16.445317) 	p 0x7165a3000 [512]
> (16.481305) 	buf 512/1
> (16.481322) 	p 0x7167a3000 [512]
> (16.517300) 	buf 512/1
> (16.517318) 	p 0x7169a3000 [512]
> (16.553302) 	buf 512/1
> (16.553317) 	p 0x716ba3000 [512]
> (16.589303) 	buf 512/1
> (16.589319) 	p 0x716da3000 [512]
> (16.625303) 	buf 512/1
> (16.625319) 	p 0x716fa3000 [512]
> (16.661304) page-pipe: Clean up page pipe
> (16.661320) page-pipe: Will grow page pipe (iov off is 669)
> (16.661325) page-pipe: Add iov to page pipe (0 iovs, 669/1475266 total)
> (16.661342) page-pipe: Will grow page pipe (iov off is 670)
> (16.661351) page-pipe: Add iov to page pipe (0 iovs, 670/1475266 total)
> (16.661360) page-pipe: Will grow page pipe (iov off is 671)
> (16.661363) page-pipe: Add iov to page pipe (0 iovs, 671/1475266 total)
> (16.661389) page-pipe: Will grow page pipe (iov off is 672)
> (16.661393) page-pipe: Add iov to page pipe (0 iovs, 672/1475266 total)
> (16.661403) page-pipe: Will grow page pipe (iov off is 673)
> (16.661406) page-pipe: Add iov to page pipe (0 iovs, 673/1475266 total)
> (16.661419) page-pipe: Will grow page pipe (iov off is 674)
> (16.661421) page-pipe: Add iov to page pipe (0 iovs, 674/1475266 total)
> (16.661430) page-pipe: Will grow page pipe (iov off is 675)
> (16.661433) page-pipe: Add iov to page pipe (0 iovs, 675/1475266 total)
> (16.661442) page-pipe: Will grow page pipe (iov off is 676)
> (16.661445) page-pipe: Add iov to page pipe (0 iovs, 676/1475266 total)
> (16.661454) page-pipe: Will grow page pipe (iov off is 677)
> (16.661458) page-pipe: Page pipe:
> (16.661460) page-pipe: * 8 pipes 677/1475266 iovs:
> (16.661463) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661466) page-pipe: 		0x7171a3000 512
> (16.661469) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661472) page-pipe: 		0x7173a3000 512
> (16.661475) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661477) page-pipe: 		0x7175a3000 512
> (16.661480) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661482) page-pipe: 		0x7177a3000 512
> (16.661485) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661487) page-pipe: 		0x7179a3000 512
> (16.661490) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661493) page-pipe: 		0x717ba3000 512
> (16.661495) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661498) page-pipe: 		0x717da3000 512
> (16.661500) page-pipe: 	buf 512 pages, 1 iovs:
> (16.661503) page-pipe: 		0x717fa3000 512
> (16.661506) page-pipe: * 0 holes:
> (16.661508) PPB: 512 pages 1 segs 512 pipe 669 off
> (16.661527) Sent msg to daemon 8 0 0
> (16.661540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661601) Fetched ack: 8 8 0
> (16.661606) PPB: 512 pages 1 segs 512 pipe 670 off
> (16.661618) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661664) Fetched ack: 8 8 0
> (16.661671) PPB: 512 pages 1 segs 512 pipe 671 off
> (16.661677) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661684) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661729) Fetched ack: 8 8 0
> (16.661735) PPB: 512 pages 1 segs 512 pipe 672 off
> (16.661741) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661747) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661786) Fetched ack: 8 8 0
> (16.661792) PPB: 512 pages 1 segs 512 pipe 673 off
> (16.661799) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661804) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661849) Fetched ack: 8 8 0
> (16.661855) PPB: 512 pages 1 segs 512 pipe 674 off
> (16.661864) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661870) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661909) Fetched ack: 8 8 0
> (16.661915) PPB: 512 pages 1 segs 512 pipe 675 off
> (16.661921) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661927) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.661965) Fetched ack: 8 8 0
> (16.661971) PPB: 512 pages 1 segs 512 pipe 676 off
> (16.661977) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.661983) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.662022) Fetched ack: 8 8 0
> (16.662029) Transfering pages:
> (16.662031) 	buf 512/1
> (16.662034) 	p 0x7171a3000 [512]
> (16.697303) 	buf 512/1
> (16.697318) 	p 0x7173a3000 [512]
> (16.733307) 	buf 512/1
> (16.733324) 	p 0x7175a3000 [512]
> (16.769303) 	buf 512/1
> (16.769319) 	p 0x7177a3000 [512]
> (16.805302) 	buf 512/1
> (16.805321) 	p 0x7179a3000 [512]
> (16.841306) 	buf 512/1
> (16.841321) 	p 0x717ba3000 [512]
> (16.877300) 	buf 512/1
> (16.877316) 	p 0x717da3000 [512]
> (16.913303) 	buf 512/1
> (16.913318) 	p 0x717fa3000 [512]
> (16.949301) page-pipe: Clean up page pipe
> (16.949318) page-pipe: Will grow page pipe (iov off is 677)
> (16.949350) page-pipe: Add iov to page pipe (0 iovs, 677/1475266 total)
> (16.949364) page-pipe: Will grow page pipe (iov off is 678)
> (16.949367) page-pipe: Add iov to page pipe (0 iovs, 678/1475266 total)
> (16.949376) page-pipe: Will grow page pipe (iov off is 679)
> (16.949379) page-pipe: Add iov to page pipe (0 iovs, 679/1475266 total)
> (16.949388) page-pipe: Will grow page pipe (iov off is 680)
> (16.949391) page-pipe: Add iov to page pipe (0 iovs, 680/1475266 total)
> (16.949400) page-pipe: Will grow page pipe (iov off is 681)
> (16.949403) page-pipe: Add iov to page pipe (0 iovs, 681/1475266 total)
> (16.949415) page-pipe: Will grow page pipe (iov off is 682)
> (16.949418) page-pipe: Add iov to page pipe (0 iovs, 682/1475266 total)
> (16.949427) page-pipe: Will grow page pipe (iov off is 683)
> (16.949430) page-pipe: Add iov to page pipe (0 iovs, 683/1475266 total)
> (16.949439) page-pipe: Will grow page pipe (iov off is 684)
> (16.949442) page-pipe: Add iov to page pipe (0 iovs, 684/1475266 total)
> (16.949451) page-pipe: Will grow page pipe (iov off is 685)
> (16.949454) page-pipe: Page pipe:
> (16.949457) page-pipe: * 8 pipes 685/1475266 iovs:
> (16.949460) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949463) page-pipe: 		0x7181a3000 512
> (16.949466) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949469) page-pipe: 		0x7183a3000 512
> (16.949472) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949474) page-pipe: 		0x7185a3000 512
> (16.949477) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949480) page-pipe: 		0x7187a3000 512
> (16.949482) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949485) page-pipe: 		0x7189a3000 512
> (16.949488) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949490) page-pipe: 		0x718ba3000 512
> (16.949493) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949496) page-pipe: 		0x718da3000 512
> (16.949499) page-pipe: 	buf 512 pages, 1 iovs:
> (16.949501) page-pipe: 		0x718fa3000 512
> (16.949504) page-pipe: * 0 holes:
> (16.949507) PPB: 512 pages 1 segs 512 pipe 677 off
> (16.949526) Sent msg to daemon 8 0 0
> (16.949539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949598) Fetched ack: 8 8 0
> (16.949603) PPB: 512 pages 1 segs 512 pipe 678 off
> (16.949610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949656) Fetched ack: 8 8 0
> (16.949662) PPB: 512 pages 1 segs 512 pipe 679 off
> (16.949668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949718) Fetched ack: 8 8 0
> (16.949724) PPB: 512 pages 1 segs 512 pipe 680 off
> (16.949734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949778) Fetched ack: 8 8 0
> (16.949783) PPB: 512 pages 1 segs 512 pipe 681 off
> (16.949790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949834) Fetched ack: 8 8 0
> (16.949840) PPB: 512 pages 1 segs 512 pipe 682 off
> (16.949846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949891) Fetched ack: 8 8 0
> (16.949897) PPB: 512 pages 1 segs 512 pipe 683 off
> (16.949903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.949948) Fetched ack: 8 8 0
> (16.949954) PPB: 512 pages 1 segs 512 pipe 684 off
> (16.949960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (16.949966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (16.950005) Fetched ack: 8 8 0
> (16.950011) Transfering pages:
> (16.950013) 	buf 512/1
> (16.950016) 	p 0x7181a3000 [512]
> (16.985303) 	buf 512/1
> (16.985318) 	p 0x7183a3000 [512]
> (17.021306) 	buf 512/1
> (17.021324) 	p 0x7185a3000 [512]
> (17.057303) 	buf 512/1
> (17.057343) 	p 0x7187a3000 [512]
> (17.093301) 	buf 512/1
> (17.093317) 	p 0x7189a3000 [512]
> (17.129302) 	buf 512/1
> (17.129317) 	p 0x718ba3000 [512]
> (17.165301) 	buf 512/1
> (17.165317) 	p 0x718da3000 [512]
> (17.201304) 	buf 512/1
> (17.201319) 	p 0x718fa3000 [512]
> (17.237302) page-pipe: Clean up page pipe
> (17.237317) page-pipe: Will grow page pipe (iov off is 685)
> (17.237322) page-pipe: Add iov to page pipe (0 iovs, 685/1475266 total)
> (17.237339) page-pipe: Will grow page pipe (iov off is 686)
> (17.237342) page-pipe: Add iov to page pipe (0 iovs, 686/1475266 total)
> (17.237358) page-pipe: Will grow page pipe (iov off is 687)
> (17.237360) page-pipe: Add iov to page pipe (0 iovs, 687/1475266 total)
> (17.237370) page-pipe: Will grow page pipe (iov off is 688)
> (17.237372) page-pipe: Add iov to page pipe (0 iovs, 688/1475266 total)
> (17.237381) page-pipe: Will grow page pipe (iov off is 689)
> (17.237384) page-pipe: Add iov to page pipe (0 iovs, 689/1475266 total)
> (17.237397) page-pipe: Will grow page pipe (iov off is 690)
> (17.237400) page-pipe: Add iov to page pipe (0 iovs, 690/1475266 total)
> (17.237409) page-pipe: Will grow page pipe (iov off is 691)
> (17.237411) page-pipe: Add iov to page pipe (0 iovs, 691/1475266 total)
> (17.237421) page-pipe: Will grow page pipe (iov off is 692)
> (17.237423) page-pipe: Add iov to page pipe (0 iovs, 692/1475266 total)
> (17.237432) page-pipe: Will grow page pipe (iov off is 693)
> (17.237436) page-pipe: Page pipe:
> (17.237438) page-pipe: * 8 pipes 693/1475266 iovs:
> (17.237441) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237444) page-pipe: 		0x7191a3000 512
> (17.237447) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237450) page-pipe: 		0x7193a3000 512
> (17.237452) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237455) page-pipe: 		0x7195a3000 512
> (17.237457) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237460) page-pipe: 		0x7197a3000 512
> (17.237462) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237465) page-pipe: 		0x7199a3000 512
> (17.237468) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237470) page-pipe: 		0x719ba3000 512
> (17.237473) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237475) page-pipe: 		0x719da3000 512
> (17.237478) page-pipe: 	buf 512 pages, 1 iovs:
> (17.237480) page-pipe: 		0x719fa3000 512
> (17.237483) page-pipe: * 0 holes:
> (17.237486) PPB: 512 pages 1 segs 512 pipe 685 off
> (17.237505) Sent msg to daemon 8 0 0
> (17.237518) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237581) Fetched ack: 8 8 0
> (17.237586) PPB: 512 pages 1 segs 512 pipe 686 off
> (17.237593) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237599) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237638) Fetched ack: 8 8 0
> (17.237644) PPB: 512 pages 1 segs 512 pipe 687 off
> (17.237651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237696) Fetched ack: 8 8 0
> (17.237702) PPB: 512 pages 1 segs 512 pipe 688 off
> (17.237709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237755) Fetched ack: 8 8 0
> (17.237761) PPB: 512 pages 1 segs 512 pipe 689 off
> (17.237767) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237773) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237811) Fetched ack: 8 8 0
> (17.237817) PPB: 512 pages 1 segs 512 pipe 690 off
> (17.237824) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237829) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237868) Fetched ack: 8 8 0
> (17.237873) PPB: 512 pages 1 segs 512 pipe 691 off
> (17.237880) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237886) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237926) Fetched ack: 8 8 0
> (17.237932) PPB: 512 pages 1 segs 512 pipe 692 off
> (17.237938) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.237944) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.237985) Fetched ack: 8 8 0
> (17.237991) Transfering pages:
> (17.237994) 	buf 512/1
> (17.237996) 	p 0x7191a3000 [512]
> (17.273305) 	buf 512/1
> (17.273319) 	p 0x7193a3000 [512]
> (17.309304) 	buf 512/1
> (17.309320) 	p 0x7195a3000 [512]
> (17.345306) 	buf 512/1
> (17.345321) 	p 0x7197a3000 [512]
> (17.381302) 	buf 512/1
> (17.381320) 	p 0x7199a3000 [512]
> (17.417305) 	buf 512/1
> (17.417322) 	p 0x719ba3000 [512]
> (17.453301) 	buf 512/1
> (17.453316) 	p 0x719da3000 [512]
> (17.489300) 	buf 512/1
> (17.489314) 	p 0x719fa3000 [512]
> (17.525301) page-pipe: Clean up page pipe
> (17.525317) page-pipe: Will grow page pipe (iov off is 693)
> (17.525322) page-pipe: Add iov to page pipe (0 iovs, 693/1475266 total)
> (17.525339) page-pipe: Will grow page pipe (iov off is 694)
> (17.525342) page-pipe: Add iov to page pipe (0 iovs, 694/1475266 total)
> (17.525358) page-pipe: Will grow page pipe (iov off is 695)
> (17.525360) page-pipe: Add iov to page pipe (0 iovs, 695/1475266 total)
> (17.525369) page-pipe: Will grow page pipe (iov off is 696)
> (17.525372) page-pipe: Add iov to page pipe (0 iovs, 696/1475266 total)
> (17.525382) page-pipe: Will grow page pipe (iov off is 697)
> (17.525384) page-pipe: Add iov to page pipe (0 iovs, 697/1475266 total)
> (17.525397) page-pipe: Will grow page pipe (iov off is 698)
> (17.525400) page-pipe: Add iov to page pipe (0 iovs, 698/1475266 total)
> (17.525409) page-pipe: Will grow page pipe (iov off is 699)
> (17.525412) page-pipe: Add iov to page pipe (0 iovs, 699/1475266 total)
> (17.525421) page-pipe: Will grow page pipe (iov off is 700)
> (17.525424) page-pipe: Add iov to page pipe (0 iovs, 700/1475266 total)
> (17.525433) page-pipe: Will grow page pipe (iov off is 701)
> (17.525436) page-pipe: Page pipe:
> (17.525439) page-pipe: * 8 pipes 701/1475266 iovs:
> (17.525442) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525445) page-pipe: 		0x71a1a3000 512
> (17.525448) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525451) page-pipe: 		0x71a3a3000 512
> (17.525453) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525456) page-pipe: 		0x71a5a3000 512
> (17.525459) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525462) page-pipe: 		0x71a7a3000 512
> (17.525464) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525467) page-pipe: 		0x71a9a3000 512
> (17.525470) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525472) page-pipe: 		0x71aba3000 512
> (17.525475) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525478) page-pipe: 		0x71ada3000 512
> (17.525481) page-pipe: 	buf 512 pages, 1 iovs:
> (17.525483) page-pipe: 		0x71afa3000 512
> (17.525486) page-pipe: * 0 holes:
> (17.525489) PPB: 512 pages 1 segs 512 pipe 693 off
> (17.525508) Sent msg to daemon 8 0 0
> (17.525521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525582) Fetched ack: 8 8 0
> (17.525587) PPB: 512 pages 1 segs 512 pipe 694 off
> (17.525594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525640) Fetched ack: 8 8 0
> (17.525646) PPB: 512 pages 1 segs 512 pipe 695 off
> (17.525652) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525658) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525697) Fetched ack: 8 8 0
> (17.525703) PPB: 512 pages 1 segs 512 pipe 696 off
> (17.525710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525755) Fetched ack: 8 8 0
> (17.525760) PPB: 512 pages 1 segs 512 pipe 697 off
> (17.525767) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525773) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525812) Fetched ack: 8 8 0
> (17.525817) PPB: 512 pages 1 segs 512 pipe 698 off
> (17.525824) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525830) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525870) Fetched ack: 8 8 0
> (17.525876) PPB: 512 pages 1 segs 512 pipe 699 off
> (17.525898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.525943) Fetched ack: 8 8 0
> (17.525949) PPB: 512 pages 1 segs 512 pipe 700 off
> (17.525956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.525962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.526001) Fetched ack: 8 8 0
> (17.526008) Transfering pages:
> (17.526010) 	buf 512/1
> (17.526013) 	p 0x71a1a3000 [512]
> (17.561302) 	buf 512/1
> (17.561316) 	p 0x71a3a3000 [512]
> (17.597304) 	buf 512/1
> (17.597319) 	p 0x71a5a3000 [512]
> (17.633328) 	buf 512/1
> (17.633342) 	p 0x71a7a3000 [512]
> (17.669303) 	buf 512/1
> (17.669320) 	p 0x71a9a3000 [512]
> (17.705303) 	buf 512/1
> (17.705319) 	p 0x71aba3000 [512]
> (17.741307) 	buf 512/1
> (17.741322) 	p 0x71ada3000 [512]
> (17.777306) 	buf 512/1
> (17.777325) 	p 0x71afa3000 [512]
> (17.813303) page-pipe: Clean up page pipe
> (17.813317) page-pipe: Will grow page pipe (iov off is 701)
> (17.813323) page-pipe: Add iov to page pipe (0 iovs, 701/1475266 total)
> (17.813339) page-pipe: Will grow page pipe (iov off is 702)
> (17.813343) page-pipe: Add iov to page pipe (0 iovs, 702/1475266 total)
> (17.813358) page-pipe: Will grow page pipe (iov off is 703)
> (17.813361) page-pipe: Add iov to page pipe (0 iovs, 703/1475266 total)
> (17.813370) page-pipe: Will grow page pipe (iov off is 704)
> (17.813373) page-pipe: Add iov to page pipe (0 iovs, 704/1475266 total)
> (17.813382) page-pipe: Will grow page pipe (iov off is 705)
> (17.813384) page-pipe: Add iov to page pipe (0 iovs, 705/1475266 total)
> (17.813397) page-pipe: Will grow page pipe (iov off is 706)
> (17.813400) page-pipe: Add iov to page pipe (0 iovs, 706/1475266 total)
> (17.813409) page-pipe: Will grow page pipe (iov off is 707)
> (17.813411) page-pipe: Add iov to page pipe (0 iovs, 707/1475266 total)
> (17.813421) page-pipe: Will grow page pipe (iov off is 708)
> (17.813423) page-pipe: Add iov to page pipe (0 iovs, 708/1475266 total)
> (17.813432) page-pipe: Will grow page pipe (iov off is 709)
> (17.813436) page-pipe: Page pipe:
> (17.813438) page-pipe: * 8 pipes 709/1475266 iovs:
> (17.813441) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813444) page-pipe: 		0x71b1a3000 512
> (17.813447) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813450) page-pipe: 		0x71b3a3000 512
> (17.813452) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813455) page-pipe: 		0x71b5a3000 512
> (17.813457) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813460) page-pipe: 		0x71b7a3000 512
> (17.813463) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813465) page-pipe: 		0x71b9a3000 512
> (17.813468) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813470) page-pipe: 		0x71bba3000 512
> (17.813473) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813475) page-pipe: 		0x71bda3000 512
> (17.813478) page-pipe: 	buf 512 pages, 1 iovs:
> (17.813481) page-pipe: 		0x71bfa3000 512
> (17.813483) page-pipe: * 0 holes:
> (17.813486) PPB: 512 pages 1 segs 512 pipe 701 off
> (17.813505) Sent msg to daemon 8 0 0
> (17.813517) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813580) Fetched ack: 8 8 0
> (17.813585) PPB: 512 pages 1 segs 512 pipe 702 off
> (17.813591) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813597) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813638) Fetched ack: 8 8 0
> (17.813644) PPB: 512 pages 1 segs 512 pipe 703 off
> (17.813651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813697) Fetched ack: 8 8 0
> (17.813703) PPB: 512 pages 1 segs 512 pipe 704 off
> (17.813710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813755) Fetched ack: 8 8 0
> (17.813760) PPB: 512 pages 1 segs 512 pipe 705 off
> (17.813767) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813773) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813812) Fetched ack: 8 8 0
> (17.813833) PPB: 512 pages 1 segs 512 pipe 706 off
> (17.813840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813845) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813886) Fetched ack: 8 8 0
> (17.813892) PPB: 512 pages 1 segs 512 pipe 707 off
> (17.813899) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813905) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.813944) Fetched ack: 8 8 0
> (17.813950) PPB: 512 pages 1 segs 512 pipe 708 off
> (17.813957) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (17.813962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (17.814001) Fetched ack: 8 8 0
> (17.814007) Transfering pages:
> (17.814010) 	buf 512/1
> (17.814013) 	p 0x71b1a3000 [512]
> (17.849303) 	buf 512/1
> (17.849318) 	p 0x71b3a3000 [512]
> (17.885301) 	buf 512/1
> (17.885316) 	p 0x71b5a3000 [512]
> (17.921308) 	buf 512/1
> (17.921324) 	p 0x71b7a3000 [512]
> (17.957302) 	buf 512/1
> (17.957317) 	p 0x71b9a3000 [512]
> (17.993302) 	buf 512/1
> (17.993317) 	p 0x71bba3000 [512]
> (18.029309) 	buf 512/1
> (18.029325) 	p 0x71bda3000 [512]
> (18.065303) 	buf 512/1
> (18.065320) 	p 0x71bfa3000 [512]
> (18.101303) page-pipe: Clean up page pipe
> (18.101318) page-pipe: Will grow page pipe (iov off is 709)
> (18.101323) page-pipe: Add iov to page pipe (0 iovs, 709/1475266 total)
> (18.101340) page-pipe: Will grow page pipe (iov off is 710)
> (18.101349) page-pipe: Add iov to page pipe (0 iovs, 710/1475266 total)
> (18.101358) page-pipe: Will grow page pipe (iov off is 711)
> (18.101361) page-pipe: Add iov to page pipe (0 iovs, 711/1475266 total)
> (18.101370) page-pipe: Will grow page pipe (iov off is 712)
> (18.101373) page-pipe: Add iov to page pipe (0 iovs, 712/1475266 total)
> (18.101382) page-pipe: Will grow page pipe (iov off is 713)
> (18.101384) page-pipe: Add iov to page pipe (0 iovs, 713/1475266 total)
> (18.101397) page-pipe: Will grow page pipe (iov off is 714)
> (18.101400) page-pipe: Add iov to page pipe (0 iovs, 714/1475266 total)
> (18.101409) page-pipe: Will grow page pipe (iov off is 715)
> (18.101412) page-pipe: Add iov to page pipe (0 iovs, 715/1475266 total)
> (18.101421) page-pipe: Will grow page pipe (iov off is 716)
> (18.101424) page-pipe: Add iov to page pipe (0 iovs, 716/1475266 total)
> (18.101433) page-pipe: Will grow page pipe (iov off is 717)
> (18.101436) page-pipe: Page pipe:
> (18.101439) page-pipe: * 8 pipes 717/1475266 iovs:
> (18.101442) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101444) page-pipe: 		0x71c1a3000 512
> (18.101448) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101450) page-pipe: 		0x71c3a3000 512
> (18.101453) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101456) page-pipe: 		0x71c5a3000 512
> (18.101458) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101461) page-pipe: 		0x71c7a3000 512
> (18.101464) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101467) page-pipe: 		0x71c9a3000 512
> (18.101469) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101472) page-pipe: 		0x71cba3000 512
> (18.101475) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101477) page-pipe: 		0x71cda3000 512
> (18.101480) page-pipe: 	buf 512 pages, 1 iovs:
> (18.101483) page-pipe: 		0x71cfa3000 512
> (18.101485) page-pipe: * 0 holes:
> (18.101488) PPB: 512 pages 1 segs 512 pipe 709 off
> (18.101506) Sent msg to daemon 8 0 0
> (18.101519) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101579) Fetched ack: 8 8 0
> (18.101584) PPB: 512 pages 1 segs 512 pipe 710 off
> (18.101591) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101597) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101637) Fetched ack: 8 8 0
> (18.101643) PPB: 512 pages 1 segs 512 pipe 711 off
> (18.101649) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101655) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101695) Fetched ack: 8 8 0
> (18.101701) PPB: 512 pages 1 segs 512 pipe 712 off
> (18.101708) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101713) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101757) Fetched ack: 8 8 0
> (18.101763) PPB: 512 pages 1 segs 512 pipe 713 off
> (18.101770) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101776) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101814) Fetched ack: 8 8 0
> (18.101820) PPB: 512 pages 1 segs 512 pipe 714 off
> (18.101827) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101832) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101871) Fetched ack: 8 8 0
> (18.101877) PPB: 512 pages 1 segs 512 pipe 715 off
> (18.101883) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101889) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101928) Fetched ack: 8 8 0
> (18.101934) PPB: 512 pages 1 segs 512 pipe 716 off
> (18.101940) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.101946) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.101986) Fetched ack: 8 8 0
> (18.101992) Transfering pages:
> (18.101995) 	buf 512/1
> (18.101997) 	p 0x71c1a3000 [512]
> (18.137302) 	buf 512/1
> (18.137317) 	p 0x71c3a3000 [512]
> (18.173302) 	buf 512/1
> (18.173318) 	p 0x71c5a3000 [512]
> (18.209314) 	buf 512/1
> (18.209329) 	p 0x71c7a3000 [512]
> (18.245300) 	buf 512/1
> (18.245314) 	p 0x71c9a3000 [512]
> (18.281307) 	buf 512/1
> (18.281323) 	p 0x71cba3000 [512]
> (18.317301) 	buf 512/1
> (18.317317) 	p 0x71cda3000 [512]
> (18.353303) 	buf 512/1
> (18.353317) 	p 0x71cfa3000 [512]
> (18.389301) page-pipe: Clean up page pipe
> (18.389318) page-pipe: Will grow page pipe (iov off is 717)
> (18.389323) page-pipe: Add iov to page pipe (0 iovs, 717/1475266 total)
> (18.389340) page-pipe: Will grow page pipe (iov off is 718)
> (18.389349) page-pipe: Add iov to page pipe (0 iovs, 718/1475266 total)
> (18.389358) page-pipe: Will grow page pipe (iov off is 719)
> (18.389360) page-pipe: Add iov to page pipe (0 iovs, 719/1475266 total)
> (18.389370) page-pipe: Will grow page pipe (iov off is 720)
> (18.389372) page-pipe: Add iov to page pipe (0 iovs, 720/1475266 total)
> (18.389381) page-pipe: Will grow page pipe (iov off is 721)
> (18.389384) page-pipe: Add iov to page pipe (0 iovs, 721/1475266 total)
> (18.389397) page-pipe: Will grow page pipe (iov off is 722)
> (18.389400) page-pipe: Add iov to page pipe (0 iovs, 722/1475266 total)
> (18.389409) page-pipe: Will grow page pipe (iov off is 723)
> (18.389412) page-pipe: Add iov to page pipe (0 iovs, 723/1475266 total)
> (18.389421) page-pipe: Will grow page pipe (iov off is 724)
> (18.389424) page-pipe: Add iov to page pipe (0 iovs, 724/1475266 total)
> (18.389433) page-pipe: Will grow page pipe (iov off is 725)
> (18.389436) page-pipe: Page pipe:
> (18.389439) page-pipe: * 8 pipes 725/1475266 iovs:
> (18.389441) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389444) page-pipe: 		0x71d1a3000 512
> (18.389448) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389450) page-pipe: 		0x71d3a3000 512
> (18.389453) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389455) page-pipe: 		0x71d5a3000 512
> (18.389458) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389461) page-pipe: 		0x71d7a3000 512
> (18.389463) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389466) page-pipe: 		0x71d9a3000 512
> (18.389469) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389471) page-pipe: 		0x71dba3000 512
> (18.389474) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389476) page-pipe: 		0x71dda3000 512
> (18.389479) page-pipe: 	buf 512 pages, 1 iovs:
> (18.389482) page-pipe: 		0x71dfa3000 512
> (18.389484) page-pipe: * 0 holes:
> (18.389487) PPB: 512 pages 1 segs 512 pipe 717 off
> (18.389506) Sent msg to daemon 8 0 0
> (18.389518) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389578) Fetched ack: 8 8 0
> (18.389584) PPB: 512 pages 1 segs 512 pipe 718 off
> (18.389590) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389597) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389636) Fetched ack: 8 8 0
> (18.389642) PPB: 512 pages 1 segs 512 pipe 719 off
> (18.389665) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389671) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389709) Fetched ack: 8 8 0
> (18.389715) PPB: 512 pages 1 segs 512 pipe 720 off
> (18.389721) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389727) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389766) Fetched ack: 8 8 0
> (18.389772) PPB: 512 pages 1 segs 512 pipe 721 off
> (18.389779) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389785) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389824) Fetched ack: 8 8 0
> (18.389830) PPB: 512 pages 1 segs 512 pipe 722 off
> (18.389836) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389842) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389881) Fetched ack: 8 8 0
> (18.389887) PPB: 512 pages 1 segs 512 pipe 723 off
> (18.389894) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389899) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389939) Fetched ack: 8 8 0
> (18.389945) PPB: 512 pages 1 segs 512 pipe 724 off
> (18.389951) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.389957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.389996) Fetched ack: 8 8 0
> (18.390002) Transfering pages:
> (18.390005) 	buf 512/1
> (18.390007) 	p 0x71d1a3000 [512]
> (18.425308) 	buf 512/1
> (18.425322) 	p 0x71d3a3000 [512]
> (18.461303) 	buf 512/1
> (18.461328) 	p 0x71d5a3000 [512]
> (18.497301) 	buf 512/1
> (18.497317) 	p 0x71d7a3000 [512]
> (18.533301) 	buf 512/1
> (18.533318) 	p 0x71d9a3000 [512]
> (18.569303) 	buf 512/1
> (18.569320) 	p 0x71dba3000 [512]
> (18.605303) 	buf 512/1
> (18.605318) 	p 0x71dda3000 [512]
> (18.641302) 	buf 512/1
> (18.641319) 	p 0x71dfa3000 [512]
> (18.677301) page-pipe: Clean up page pipe
> (18.677320) page-pipe: Will grow page pipe (iov off is 725)
> (18.677325) page-pipe: Add iov to page pipe (0 iovs, 725/1475266 total)
> (18.677436) page-pipe: Will grow page pipe (iov off is 726)
> (18.677439) page-pipe: Add iov to page pipe (0 iovs, 726/1475266 total)
> (18.677449) page-pipe: Will grow page pipe (iov off is 727)
> (18.677452) page-pipe: Add iov to page pipe (0 iovs, 727/1475266 total)
> (18.677461) page-pipe: Will grow page pipe (iov off is 728)
> (18.677463) page-pipe: Add iov to page pipe (0 iovs, 728/1475266 total)
> (18.677473) page-pipe: Will grow page pipe (iov off is 729)
> (18.677476) page-pipe: Add iov to page pipe (0 iovs, 729/1475266 total)
> (18.677488) page-pipe: Will grow page pipe (iov off is 730)
> (18.677491) page-pipe: Add iov to page pipe (0 iovs, 730/1475266 total)
> (18.677500) page-pipe: Will grow page pipe (iov off is 731)
> (18.677503) page-pipe: Add iov to page pipe (0 iovs, 731/1475266 total)
> (18.677512) page-pipe: Will grow page pipe (iov off is 732)
> (18.677515) page-pipe: Add iov to page pipe (0 iovs, 732/1475266 total)
> (18.677524) page-pipe: Will grow page pipe (iov off is 733)
> (18.677528) page-pipe: Page pipe:
> (18.677530) page-pipe: * 8 pipes 733/1475266 iovs:
> (18.677534) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677536) page-pipe: 		0x71e1a3000 512
> (18.677540) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677543) page-pipe: 		0x71e3a3000 512
> (18.677545) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677548) page-pipe: 		0x71e5a3000 512
> (18.677551) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677554) page-pipe: 		0x71e7a3000 512
> (18.677556) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677559) page-pipe: 		0x71e9a3000 512
> (18.677562) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677565) page-pipe: 		0x71eba3000 512
> (18.677567) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677570) page-pipe: 		0x71eda3000 512
> (18.677573) page-pipe: 	buf 512 pages, 1 iovs:
> (18.677575) page-pipe: 		0x71efa3000 512
> (18.677578) page-pipe: * 0 holes:
> (18.677581) PPB: 512 pages 1 segs 512 pipe 725 off
> (18.677606) Sent msg to daemon 8 0 0
> (18.677619) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.677690) Fetched ack: 8 8 0
> (18.677710) PPB: 512 pages 1 segs 512 pipe 726 off
> (18.677718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.677724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.677765) Fetched ack: 8 8 0
> (18.677771) PPB: 512 pages 1 segs 512 pipe 727 off
> (18.677777) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.677783) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.677823) Fetched ack: 8 8 0
> (18.677828) PPB: 512 pages 1 segs 512 pipe 728 off
> (18.677835) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.677840) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.677880) Fetched ack: 8 8 0
> (18.677886) PPB: 512 pages 1 segs 512 pipe 729 off
> (18.677892) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.677898) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.677937) Fetched ack: 8 8 0
> (18.677943) PPB: 512 pages 1 segs 512 pipe 730 off
> (18.677949) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.677955) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.677995) Fetched ack: 8 8 0
> (18.678000) PPB: 512 pages 1 segs 512 pipe 731 off
> (18.678007) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.678013) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.678053) Fetched ack: 8 8 0
> (18.678058) PPB: 512 pages 1 segs 512 pipe 732 off
> (18.678065) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.678071) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.678110) Fetched ack: 8 8 0
> (18.678116) Transfering pages:
> (18.678119) 	buf 512/1
> (18.678121) 	p 0x71e1a3000 [512]
> (18.713301) 	buf 512/1
> (18.713315) 	p 0x71e3a3000 [512]
> (18.749303) 	buf 512/1
> (18.749319) 	p 0x71e5a3000 [512]
> (18.785303) 	buf 512/1
> (18.785322) 	p 0x71e7a3000 [512]
> (18.821303) 	buf 512/1
> (18.821320) 	p 0x71e9a3000 [512]
> (18.857302) 	buf 512/1
> (18.857317) 	p 0x71eba3000 [512]
> (18.893303) 	buf 512/1
> (18.893318) 	p 0x71eda3000 [512]
> (18.929308) 	buf 512/1
> (18.929324) 	p 0x71efa3000 [512]
> (18.965302) page-pipe: Clean up page pipe
> (18.965319) page-pipe: Will grow page pipe (iov off is 733)
> (18.965324) page-pipe: Add iov to page pipe (0 iovs, 733/1475266 total)
> (18.965346) page-pipe: Will grow page pipe (iov off is 734)
> (18.965348) page-pipe: Add iov to page pipe (0 iovs, 734/1475266 total)
> (18.965357) page-pipe: Will grow page pipe (iov off is 735)
> (18.965360) page-pipe: Add iov to page pipe (0 iovs, 735/1475266 total)
> (18.965370) page-pipe: Will grow page pipe (iov off is 736)
> (18.965372) page-pipe: Add iov to page pipe (0 iovs, 736/1475266 total)
> (18.965381) page-pipe: Will grow page pipe (iov off is 737)
> (18.965384) page-pipe: Add iov to page pipe (0 iovs, 737/1475266 total)
> (18.965397) page-pipe: Will grow page pipe (iov off is 738)
> (18.965400) page-pipe: Add iov to page pipe (0 iovs, 738/1475266 total)
> (18.965409) page-pipe: Will grow page pipe (iov off is 739)
> (18.965412) page-pipe: Add iov to page pipe (0 iovs, 739/1475266 total)
> (18.965421) page-pipe: Will grow page pipe (iov off is 740)
> (18.965424) page-pipe: Add iov to page pipe (0 iovs, 740/1475266 total)
> (18.965433) page-pipe: Will grow page pipe (iov off is 741)
> (18.965436) page-pipe: Page pipe:
> (18.965439) page-pipe: * 8 pipes 741/1475266 iovs:
> (18.965442) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965445) page-pipe: 		0x71f1a3000 512
> (18.965448) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965451) page-pipe: 		0x71f3a3000 512
> (18.965453) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965456) page-pipe: 		0x71f5a3000 512
> (18.965458) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965461) page-pipe: 		0x71f7a3000 512
> (18.965464) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965467) page-pipe: 		0x71f9a3000 512
> (18.965469) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965472) page-pipe: 		0x71fba3000 512
> (18.965474) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965477) page-pipe: 		0x71fda3000 512
> (18.965479) page-pipe: 	buf 512 pages, 1 iovs:
> (18.965498) page-pipe: 		0x71ffa3000 512
> (18.965502) page-pipe: * 0 holes:
> (18.965505) PPB: 512 pages 1 segs 512 pipe 733 off
> (18.965525) Sent msg to daemon 8 0 0
> (18.965537) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965598) Fetched ack: 8 8 0
> (18.965603) PPB: 512 pages 1 segs 512 pipe 734 off
> (18.965610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965656) Fetched ack: 8 8 0
> (18.965662) PPB: 512 pages 1 segs 512 pipe 735 off
> (18.965669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965715) Fetched ack: 8 8 0
> (18.965720) PPB: 512 pages 1 segs 512 pipe 736 off
> (18.965727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965772) Fetched ack: 8 8 0
> (18.965777) PPB: 512 pages 1 segs 512 pipe 737 off
> (18.965784) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965829) Fetched ack: 8 8 0
> (18.965835) PPB: 512 pages 1 segs 512 pipe 738 off
> (18.965842) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965893) Fetched ack: 8 8 0
> (18.965899) PPB: 512 pages 1 segs 512 pipe 739 off
> (18.965905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.965950) Fetched ack: 8 8 0
> (18.965956) PPB: 512 pages 1 segs 512 pipe 740 off
> (18.965963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (18.965969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (18.966008) Fetched ack: 8 8 0
> (18.966014) Transfering pages:
> (18.966016) 	buf 512/1
> (18.966019) 	p 0x71f1a3000 [512]
> (19.001303) 	buf 512/1
> (19.001318) 	p 0x71f3a3000 [512]
> (19.037308) 	buf 512/1
> (19.037324) 	p 0x71f5a3000 [512]
> (19.073303) 	buf 512/1
> (19.073318) 	p 0x71f7a3000 [512]
> (19.109301) 	buf 512/1
> (19.109316) 	p 0x71f9a3000 [512]
> (19.145304) 	buf 512/1
> (19.145319) 	p 0x71fba3000 [512]
> (19.181302) 	buf 512/1
> (19.181317) 	p 0x71fda3000 [512]
> (19.217302) 	buf 512/1
> (19.217317) 	p 0x71ffa3000 [512]
> (19.253302) page-pipe: Clean up page pipe
> (19.253318) page-pipe: Will grow page pipe (iov off is 741)
> (19.253323) page-pipe: Add iov to page pipe (0 iovs, 741/1475266 total)
> (19.253345) page-pipe: Will grow page pipe (iov off is 742)
> (19.253348) page-pipe: Add iov to page pipe (0 iovs, 742/1475266 total)
> (19.253357) page-pipe: Will grow page pipe (iov off is 743)
> (19.253360) page-pipe: Add iov to page pipe (0 iovs, 743/1475266 total)
> (19.253369) page-pipe: Will grow page pipe (iov off is 744)
> (19.253372) page-pipe: Add iov to page pipe (0 iovs, 744/1475266 total)
> (19.253381) page-pipe: Will grow page pipe (iov off is 745)
> (19.253384) page-pipe: Add iov to page pipe (0 iovs, 745/1475266 total)
> (19.253396) page-pipe: Will grow page pipe (iov off is 746)
> (19.253399) page-pipe: Add iov to page pipe (0 iovs, 746/1475266 total)
> (19.253408) page-pipe: Will grow page pipe (iov off is 747)
> (19.253411) page-pipe: Add iov to page pipe (0 iovs, 747/1475266 total)
> (19.253420) page-pipe: Will grow page pipe (iov off is 748)
> (19.253422) page-pipe: Add iov to page pipe (0 iovs, 748/1475266 total)
> (19.253432) page-pipe: Will grow page pipe (iov off is 749)
> (19.253435) page-pipe: Page pipe:
> (19.253437) page-pipe: * 8 pipes 749/1475266 iovs:
> (19.253441) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253443) page-pipe: 		0x7201a3000 512
> (19.253446) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253449) page-pipe: 		0x7203a3000 512
> (19.253452) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253455) page-pipe: 		0x7205a3000 512
> (19.253457) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253476) page-pipe: 		0x7207a3000 512
> (19.253479) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253482) page-pipe: 		0x7209a3000 512
> (19.253485) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253488) page-pipe: 		0x720ba3000 512
> (19.253490) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253493) page-pipe: 		0x720da3000 512
> (19.253496) page-pipe: 	buf 512 pages, 1 iovs:
> (19.253498) page-pipe: 		0x720fa3000 512
> (19.253501) page-pipe: * 0 holes:
> (19.253504) PPB: 512 pages 1 segs 512 pipe 741 off
> (19.253524) Sent msg to daemon 8 0 0
> (19.253536) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253598) Fetched ack: 8 8 0
> (19.253603) PPB: 512 pages 1 segs 512 pipe 742 off
> (19.253610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253657) Fetched ack: 8 8 0
> (19.253663) PPB: 512 pages 1 segs 512 pipe 743 off
> (19.253670) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253676) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253715) Fetched ack: 8 8 0
> (19.253721) PPB: 512 pages 1 segs 512 pipe 744 off
> (19.253727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253771) Fetched ack: 8 8 0
> (19.253777) PPB: 512 pages 1 segs 512 pipe 745 off
> (19.253784) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253830) Fetched ack: 8 8 0
> (19.253835) PPB: 512 pages 1 segs 512 pipe 746 off
> (19.253842) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253886) Fetched ack: 8 8 0
> (19.253892) PPB: 512 pages 1 segs 512 pipe 747 off
> (19.253898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.253943) Fetched ack: 8 8 0
> (19.253948) PPB: 512 pages 1 segs 512 pipe 748 off
> (19.253955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.253961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.254001) Fetched ack: 8 8 0
> (19.254007) Transfering pages:
> (19.254009) 	buf 512/1
> (19.254012) 	p 0x7201a3000 [512]
> (19.289309) 	buf 512/1
> (19.289323) 	p 0x7203a3000 [512]
> (19.325306) 	buf 512/1
> (19.325321) 	p 0x7205a3000 [512]
> (19.361302) 	buf 512/1
> (19.361315) 	p 0x7207a3000 [512]
> (19.397301) 	buf 512/1
> (19.397318) 	p 0x7209a3000 [512]
> (19.433307) 	buf 512/1
> (19.433324) 	p 0x720ba3000 [512]
> (19.469302) 	buf 512/1
> (19.469317) 	p 0x720da3000 [512]
> (19.505302) 	buf 512/1
> (19.505318) 	p 0x720fa3000 [512]
> (19.541302) page-pipe: Clean up page pipe
> (19.541319) page-pipe: Will grow page pipe (iov off is 749)
> (19.541324) page-pipe: Add iov to page pipe (0 iovs, 749/1475266 total)
> (19.541341) page-pipe: Will grow page pipe (iov off is 750)
> (19.541350) page-pipe: Add iov to page pipe (0 iovs, 750/1475266 total)
> (19.541359) page-pipe: Will grow page pipe (iov off is 751)
> (19.541362) page-pipe: Add iov to page pipe (0 iovs, 751/1475266 total)
> (19.541371) page-pipe: Will grow page pipe (iov off is 752)
> (19.541374) page-pipe: Add iov to page pipe (0 iovs, 752/1475266 total)
> (19.541383) page-pipe: Will grow page pipe (iov off is 753)
> (19.541386) page-pipe: Add iov to page pipe (0 iovs, 753/1475266 total)
> (19.541399) page-pipe: Will grow page pipe (iov off is 754)
> (19.541401) page-pipe: Add iov to page pipe (0 iovs, 754/1475266 total)
> (19.541410) page-pipe: Will grow page pipe (iov off is 755)
> (19.541413) page-pipe: Add iov to page pipe (0 iovs, 755/1475266 total)
> (19.541422) page-pipe: Will grow page pipe (iov off is 756)
> (19.541425) page-pipe: Add iov to page pipe (0 iovs, 756/1475266 total)
> (19.541434) page-pipe: Will grow page pipe (iov off is 757)
> (19.541437) page-pipe: Page pipe:
> (19.541440) page-pipe: * 8 pipes 757/1475266 iovs:
> (19.541460) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541464) page-pipe: 		0x7211a3000 512
> (19.541467) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541470) page-pipe: 		0x7213a3000 512
> (19.541473) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541475) page-pipe: 		0x7215a3000 512
> (19.541478) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541480) page-pipe: 		0x7217a3000 512
> (19.541483) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541486) page-pipe: 		0x7219a3000 512
> (19.541488) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541491) page-pipe: 		0x721ba3000 512
> (19.541493) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541496) page-pipe: 		0x721da3000 512
> (19.541498) page-pipe: 	buf 512 pages, 1 iovs:
> (19.541501) page-pipe: 		0x721fa3000 512
> (19.541504) page-pipe: * 0 holes:
> (19.541506) PPB: 512 pages 1 segs 512 pipe 749 off
> (19.541525) Sent msg to daemon 8 0 0
> (19.541539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541598) Fetched ack: 8 8 0
> (19.541603) PPB: 512 pages 1 segs 512 pipe 750 off
> (19.541610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541657) Fetched ack: 8 8 0
> (19.541662) PPB: 512 pages 1 segs 512 pipe 751 off
> (19.541668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541713) Fetched ack: 8 8 0
> (19.541719) PPB: 512 pages 1 segs 512 pipe 752 off
> (19.541725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541769) Fetched ack: 8 8 0
> (19.541775) PPB: 512 pages 1 segs 512 pipe 753 off
> (19.541782) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541826) Fetched ack: 8 8 0
> (19.541832) PPB: 512 pages 1 segs 512 pipe 754 off
> (19.541838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541883) Fetched ack: 8 8 0
> (19.541888) PPB: 512 pages 1 segs 512 pipe 755 off
> (19.541895) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541939) Fetched ack: 8 8 0
> (19.541945) PPB: 512 pages 1 segs 512 pipe 756 off
> (19.541951) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.541957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.541995) Fetched ack: 8 8 0
> (19.542000) Transfering pages:
> (19.542003) 	buf 512/1
> (19.542006) 	p 0x7211a3000 [512]
> (19.577302) 	buf 512/1
> (19.577317) 	p 0x7213a3000 [512]
> (19.613304) 	buf 512/1
> (19.613318) 	p 0x7215a3000 [512]
> (19.649302) 	buf 512/1
> (19.649318) 	p 0x7217a3000 [512]
> (19.685300) 	buf 512/1
> (19.685316) 	p 0x7219a3000 [512]
> (19.721308) 	buf 512/1
> (19.721324) 	p 0x721ba3000 [512]
> (19.757302) 	buf 512/1
> (19.757319) 	p 0x721da3000 [512]
> (19.793301) 	buf 512/1
> (19.793316) 	p 0x721fa3000 [512]
> (19.829301) page-pipe: Clean up page pipe
> (19.829317) page-pipe: Will grow page pipe (iov off is 757)
> (19.829321) page-pipe: Add iov to page pipe (0 iovs, 757/1475266 total)
> (19.829338) page-pipe: Will grow page pipe (iov off is 758)
> (19.829342) page-pipe: Add iov to page pipe (0 iovs, 758/1475266 total)
> (19.829357) page-pipe: Will grow page pipe (iov off is 759)
> (19.829359) page-pipe: Add iov to page pipe (0 iovs, 759/1475266 total)
> (19.829369) page-pipe: Will grow page pipe (iov off is 760)
> (19.829371) page-pipe: Add iov to page pipe (0 iovs, 760/1475266 total)
> (19.829381) page-pipe: Will grow page pipe (iov off is 761)
> (19.829383) page-pipe: Add iov to page pipe (0 iovs, 761/1475266 total)
> (19.829396) page-pipe: Will grow page pipe (iov off is 762)
> (19.829399) page-pipe: Add iov to page pipe (0 iovs, 762/1475266 total)
> (19.829408) page-pipe: Will grow page pipe (iov off is 763)
> (19.829411) page-pipe: Add iov to page pipe (0 iovs, 763/1475266 total)
> (19.829436) page-pipe: Will grow page pipe (iov off is 764)
> (19.829439) page-pipe: Add iov to page pipe (0 iovs, 764/1475266 total)
> (19.829449) page-pipe: Will grow page pipe (iov off is 765)
> (19.829452) page-pipe: Page pipe:
> (19.829455) page-pipe: * 8 pipes 765/1475266 iovs:
> (19.829458) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829460) page-pipe: 		0x7221a3000 512
> (19.829464) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829467) page-pipe: 		0x7223a3000 512
> (19.829469) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829472) page-pipe: 		0x7225a3000 512
> (19.829475) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829478) page-pipe: 		0x7227a3000 512
> (19.829480) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829483) page-pipe: 		0x7229a3000 512
> (19.829486) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829488) page-pipe: 		0x722ba3000 512
> (19.829491) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829494) page-pipe: 		0x722da3000 512
> (19.829496) page-pipe: 	buf 512 pages, 1 iovs:
> (19.829499) page-pipe: 		0x722fa3000 512
> (19.829502) page-pipe: * 0 holes:
> (19.829505) PPB: 512 pages 1 segs 512 pipe 757 off
> (19.829524) Sent msg to daemon 8 0 0
> (19.829538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829598) Fetched ack: 8 8 0
> (19.829603) PPB: 512 pages 1 segs 512 pipe 758 off
> (19.829610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829655) Fetched ack: 8 8 0
> (19.829661) PPB: 512 pages 1 segs 512 pipe 759 off
> (19.829668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829713) Fetched ack: 8 8 0
> (19.829719) PPB: 512 pages 1 segs 512 pipe 760 off
> (19.829725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829771) Fetched ack: 8 8 0
> (19.829776) PPB: 512 pages 1 segs 512 pipe 761 off
> (19.829783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829828) Fetched ack: 8 8 0
> (19.829833) PPB: 512 pages 1 segs 512 pipe 762 off
> (19.829840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829845) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829885) Fetched ack: 8 8 0
> (19.829891) PPB: 512 pages 1 segs 512 pipe 763 off
> (19.829897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829902) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829941) Fetched ack: 8 8 0
> (19.829947) PPB: 512 pages 1 segs 512 pipe 764 off
> (19.829954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (19.829960) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (19.829999) Fetched ack: 8 8 0
> (19.830004) Transfering pages:
> (19.830007) 	buf 512/1
> (19.830010) 	p 0x7221a3000 [512]
> (19.865305) 	buf 512/1
> (19.865319) 	p 0x7223a3000 [512]
> (19.901302) 	buf 512/1
> (19.901318) 	p 0x7225a3000 [512]
> (19.937307) 	buf 512/1
> (19.937322) 	p 0x7227a3000 [512]
> (19.973301) 	buf 512/1
> (19.973317) 	p 0x7229a3000 [512]
> (20.009302) 	buf 512/1
> (20.009319) 	p 0x722ba3000 [512]
> (20.045307) 	buf 512/1
> (20.045323) 	p 0x722da3000 [512]
> (20.081305) 	buf 512/1
> (20.081320) 	p 0x722fa3000 [512]
> (20.117302) page-pipe: Clean up page pipe
> (20.117319) page-pipe: Will grow page pipe (iov off is 765)
> (20.117325) page-pipe: Add iov to page pipe (0 iovs, 765/1475266 total)
> (20.117342) page-pipe: Will grow page pipe (iov off is 766)
> (20.117351) page-pipe: Add iov to page pipe (0 iovs, 766/1475266 total)
> (20.117360) page-pipe: Will grow page pipe (iov off is 767)
> (20.117363) page-pipe: Add iov to page pipe (0 iovs, 767/1475266 total)
> (20.117372) page-pipe: Will grow page pipe (iov off is 768)
> (20.117375) page-pipe: Add iov to page pipe (0 iovs, 768/1475266 total)
> (20.117384) page-pipe: Will grow page pipe (iov off is 769)
> (20.117404) page-pipe: Add iov to page pipe (0 iovs, 769/1475266 total)
> (20.117417) page-pipe: Will grow page pipe (iov off is 770)
> (20.117420) page-pipe: Add iov to page pipe (0 iovs, 770/1475266 total)
> (20.117429) page-pipe: Will grow page pipe (iov off is 771)
> (20.117432) page-pipe: Add iov to page pipe (0 iovs, 771/1475266 total)
> (20.117442) page-pipe: Will grow page pipe (iov off is 772)
> (20.117444) page-pipe: Add iov to page pipe (0 iovs, 772/1475266 total)
> (20.117453) page-pipe: Will grow page pipe (iov off is 773)
> (20.117457) page-pipe: Page pipe:
> (20.117460) page-pipe: * 8 pipes 773/1475266 iovs:
> (20.117463) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117465) page-pipe: 		0x7231a3000 512
> (20.117469) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117471) page-pipe: 		0x7233a3000 512
> (20.117474) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117477) page-pipe: 		0x7235a3000 512
> (20.117479) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117482) page-pipe: 		0x7237a3000 512
> (20.117485) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117487) page-pipe: 		0x7239a3000 512
> (20.117490) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117493) page-pipe: 		0x723ba3000 512
> (20.117495) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117498) page-pipe: 		0x723da3000 512
> (20.117501) page-pipe: 	buf 512 pages, 1 iovs:
> (20.117503) page-pipe: 		0x723fa3000 512
> (20.117506) page-pipe: * 0 holes:
> (20.117509) PPB: 512 pages 1 segs 512 pipe 765 off
> (20.117528) Sent msg to daemon 8 0 0
> (20.117541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117601) Fetched ack: 8 8 0
> (20.117606) PPB: 512 pages 1 segs 512 pipe 766 off
> (20.117614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117658) Fetched ack: 8 8 0
> (20.117664) PPB: 512 pages 1 segs 512 pipe 767 off
> (20.117671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117715) Fetched ack: 8 8 0
> (20.117721) PPB: 512 pages 1 segs 512 pipe 768 off
> (20.117728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117774) Fetched ack: 8 8 0
> (20.117780) PPB: 512 pages 1 segs 512 pipe 769 off
> (20.117786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117831) Fetched ack: 8 8 0
> (20.117837) PPB: 512 pages 1 segs 512 pipe 770 off
> (20.117844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117890) Fetched ack: 8 8 0
> (20.117896) PPB: 512 pages 1 segs 512 pipe 771 off
> (20.117903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.117947) Fetched ack: 8 8 0
> (20.117953) PPB: 512 pages 1 segs 512 pipe 772 off
> (20.117960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.117966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.118003) Fetched ack: 8 8 0
> (20.118010) Transfering pages:
> (20.118012) 	buf 512/1
> (20.118015) 	p 0x7231a3000 [512]
> (20.153302) 	buf 512/1
> (20.153318) 	p 0x7233a3000 [512]
> (20.189300) 	buf 512/1
> (20.189316) 	p 0x7235a3000 [512]
> (20.225303) 	buf 512/1
> (20.225318) 	p 0x7237a3000 [512]
> (20.261300) 	buf 512/1
> (20.261313) 	p 0x7239a3000 [512]
> (20.297304) 	buf 512/1
> (20.297321) 	p 0x723ba3000 [512]
> (20.333306) 	buf 512/1
> (20.333320) 	p 0x723da3000 [512]
> (20.373303) 	buf 512/1
> (20.373318) 	p 0x723fa3000 [512]
> (20.413302) page-pipe: Clean up page pipe
> (20.413318) page-pipe: Will grow page pipe (iov off is 773)
> (20.413323) page-pipe: Add iov to page pipe (0 iovs, 773/1475266 total)
> (20.413345) page-pipe: Will grow page pipe (iov off is 774)
> (20.413349) page-pipe: Add iov to page pipe (0 iovs, 774/1475266 total)
> (20.413376) page-pipe: Will grow page pipe (iov off is 775)
> (20.413379) page-pipe: Add iov to page pipe (0 iovs, 775/1475266 total)
> (20.413389) page-pipe: Will grow page pipe (iov off is 776)
> (20.413392) page-pipe: Add iov to page pipe (0 iovs, 776/1475266 total)
> (20.413401) page-pipe: Will grow page pipe (iov off is 777)
> (20.413404) page-pipe: Add iov to page pipe (0 iovs, 777/1475266 total)
> (20.413417) page-pipe: Will grow page pipe (iov off is 778)
> (20.413419) page-pipe: Add iov to page pipe (0 iovs, 778/1475266 total)
> (20.413429) page-pipe: Will grow page pipe (iov off is 779)
> (20.413431) page-pipe: Add iov to page pipe (0 iovs, 779/1475266 total)
> (20.413441) page-pipe: Will grow page pipe (iov off is 780)
> (20.413443) page-pipe: Add iov to page pipe (0 iovs, 780/1475266 total)
> (20.413453) page-pipe: Will grow page pipe (iov off is 781)
> (20.413456) page-pipe: Page pipe:
> (20.413459) page-pipe: * 8 pipes 781/1475266 iovs:
> (20.413462) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413465) page-pipe: 		0x7241a3000 512
> (20.413468) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413471) page-pipe: 		0x7243a3000 512
> (20.413474) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413477) page-pipe: 		0x7245a3000 512
> (20.413479) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413482) page-pipe: 		0x7247a3000 512
> (20.413485) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413488) page-pipe: 		0x7249a3000 512
> (20.413490) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413493) page-pipe: 		0x724ba3000 512
> (20.413496) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413499) page-pipe: 		0x724da3000 512
> (20.413502) page-pipe: 	buf 512 pages, 1 iovs:
> (20.413504) page-pipe: 		0x724fa3000 512
> (20.413507) page-pipe: * 0 holes:
> (20.413510) PPB: 512 pages 1 segs 512 pipe 773 off
> (20.413529) Sent msg to daemon 8 0 0
> (20.413542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413603) Fetched ack: 8 8 0
> (20.413608) PPB: 512 pages 1 segs 512 pipe 774 off
> (20.413615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413661) Fetched ack: 8 8 0
> (20.413667) PPB: 512 pages 1 segs 512 pipe 775 off
> (20.413674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413720) Fetched ack: 8 8 0
> (20.413726) PPB: 512 pages 1 segs 512 pipe 776 off
> (20.413732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413777) Fetched ack: 8 8 0
> (20.413783) PPB: 512 pages 1 segs 512 pipe 777 off
> (20.413790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413835) Fetched ack: 8 8 0
> (20.413841) PPB: 512 pages 1 segs 512 pipe 778 off
> (20.413848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413894) Fetched ack: 8 8 0
> (20.413900) PPB: 512 pages 1 segs 512 pipe 779 off
> (20.413906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.413952) Fetched ack: 8 8 0
> (20.413957) PPB: 512 pages 1 segs 512 pipe 780 off
> (20.413964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.413970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.414008) Fetched ack: 8 8 0
> (20.414015) Transfering pages:
> (20.414018) 	buf 512/1
> (20.414020) 	p 0x7241a3000 [512]
> (20.453302) 	buf 512/1
> (20.453319) 	p 0x7243a3000 [512]
> (20.493302) 	buf 512/1
> (20.493319) 	p 0x7245a3000 [512]
> (20.533307) 	buf 512/1
> (20.533322) 	p 0x7247a3000 [512]
> (20.573301) 	buf 512/1
> (20.573314) 	p 0x7249a3000 [512]
> (20.613304) 	buf 512/1
> (20.613321) 	p 0x724ba3000 [512]
> (20.653306) 	buf 512/1
> (20.653319) 	p 0x724da3000 [512]
> (20.693301) 	buf 512/1
> (20.693316) 	p 0x724fa3000 [512]
> (20.733303) page-pipe: Clean up page pipe
> (20.733319) page-pipe: Will grow page pipe (iov off is 781)
> (20.733325) page-pipe: Add iov to page pipe (0 iovs, 781/1475266 total)
> (20.733342) page-pipe: Will grow page pipe (iov off is 782)
> (20.733351) page-pipe: Add iov to page pipe (0 iovs, 782/1475266 total)
> (20.733360) page-pipe: Will grow page pipe (iov off is 783)
> (20.733363) page-pipe: Add iov to page pipe (0 iovs, 783/1475266 total)
> (20.733372) page-pipe: Will grow page pipe (iov off is 784)
> (20.733375) page-pipe: Add iov to page pipe (0 iovs, 784/1475266 total)
> (20.733384) page-pipe: Will grow page pipe (iov off is 785)
> (20.733387) page-pipe: Add iov to page pipe (0 iovs, 785/1475266 total)
> (20.733400) page-pipe: Will grow page pipe (iov off is 786)
> (20.733402) page-pipe: Add iov to page pipe (0 iovs, 786/1475266 total)
> (20.733411) page-pipe: Will grow page pipe (iov off is 787)
> (20.733414) page-pipe: Add iov to page pipe (0 iovs, 787/1475266 total)
> (20.733424) page-pipe: Will grow page pipe (iov off is 788)
> (20.733426) page-pipe: Add iov to page pipe (0 iovs, 788/1475266 total)
> (20.733436) page-pipe: Will grow page pipe (iov off is 789)
> (20.733439) page-pipe: Page pipe:
> (20.733442) page-pipe: * 8 pipes 789/1475266 iovs:
> (20.733445) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733448) page-pipe: 		0x7251a3000 512
> (20.733451) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733454) page-pipe: 		0x7253a3000 512
> (20.733456) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733459) page-pipe: 		0x7255a3000 512
> (20.733462) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733466) page-pipe: 		0x7257a3000 512
> (20.733469) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733472) page-pipe: 		0x7259a3000 512
> (20.733474) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733477) page-pipe: 		0x725ba3000 512
> (20.733480) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733482) page-pipe: 		0x725da3000 512
> (20.733485) page-pipe: 	buf 512 pages, 1 iovs:
> (20.733488) page-pipe: 		0x725fa3000 512
> (20.733490) page-pipe: * 0 holes:
> (20.733493) PPB: 512 pages 1 segs 512 pipe 781 off
> (20.733512) Sent msg to daemon 8 0 0
> (20.733525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733587) Fetched ack: 8 8 0
> (20.733592) PPB: 512 pages 1 segs 512 pipe 782 off
> (20.733600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733644) Fetched ack: 8 8 0
> (20.733650) PPB: 512 pages 1 segs 512 pipe 783 off
> (20.733657) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733663) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733703) Fetched ack: 8 8 0
> (20.733709) PPB: 512 pages 1 segs 512 pipe 784 off
> (20.733716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733722) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733761) Fetched ack: 8 8 0
> (20.733767) PPB: 512 pages 1 segs 512 pipe 785 off
> (20.733773) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733779) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733819) Fetched ack: 8 8 0
> (20.733824) PPB: 512 pages 1 segs 512 pipe 786 off
> (20.733831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733837) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733876) Fetched ack: 8 8 0
> (20.733882) PPB: 512 pages 1 segs 512 pipe 787 off
> (20.733888) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733894) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733934) Fetched ack: 8 8 0
> (20.733939) PPB: 512 pages 1 segs 512 pipe 788 off
> (20.733946) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (20.733952) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (20.733991) Fetched ack: 8 8 0
> (20.733997) Transfering pages:
> (20.734000) 	buf 512/1
> (20.734003) 	p 0x7251a3000 [512]
> (20.777304) 	buf 512/1
> (20.777320) 	p 0x7253a3000 [512]
> (20.821303) 	buf 512/1
> (20.821317) 	p 0x7255a3000 [512]
> (20.865303) 	buf 512/1
> (20.865320) 	p 0x7257a3000 [512]
> (20.913301) 	buf 512/1
> (20.913316) 	p 0x7259a3000 [512]
> (20.961304) 	buf 512/1
> (20.961320) 	p 0x725ba3000 [512]
> (21.005303) 	buf 512/1
> (21.005320) 	p 0x725da3000 [512]
> (21.049302) 	buf 512/1
> (21.049332) 	p 0x725fa3000 [512]
> (21.093301) page-pipe: Clean up page pipe
> (21.093319) page-pipe: Will grow page pipe (iov off is 789)
> (21.093324) page-pipe: Add iov to page pipe (0 iovs, 789/1475266 total)
> (21.093346) page-pipe: Will grow page pipe (iov off is 790)
> (21.093349) page-pipe: Add iov to page pipe (0 iovs, 790/1475266 total)
> (21.093358) page-pipe: Will grow page pipe (iov off is 791)
> (21.093361) page-pipe: Add iov to page pipe (0 iovs, 791/1475266 total)
> (21.093370) page-pipe: Will grow page pipe (iov off is 792)
> (21.093373) page-pipe: Add iov to page pipe (0 iovs, 792/1475266 total)
> (21.093383) page-pipe: Will grow page pipe (iov off is 793)
> (21.093385) page-pipe: Add iov to page pipe (0 iovs, 793/1475266 total)
> (21.093398) page-pipe: Will grow page pipe (iov off is 794)
> (21.093401) page-pipe: Add iov to page pipe (0 iovs, 794/1475266 total)
> (21.093411) page-pipe: Will grow page pipe (iov off is 795)
> (21.093413) page-pipe: Add iov to page pipe (0 iovs, 795/1475266 total)
> (21.093423) page-pipe: Will grow page pipe (iov off is 796)
> (21.093426) page-pipe: Add iov to page pipe (0 iovs, 796/1475266 total)
> (21.093435) page-pipe: Will grow page pipe (iov off is 797)
> (21.093439) page-pipe: Page pipe:
> (21.093441) page-pipe: * 8 pipes 797/1475266 iovs:
> (21.093445) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093449) page-pipe: 		0x7261a3000 512
> (21.093453) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093456) page-pipe: 		0x7263a3000 512
> (21.093459) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093461) page-pipe: 		0x7265a3000 512
> (21.093464) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093467) page-pipe: 		0x7267a3000 512
> (21.093470) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093473) page-pipe: 		0x7269a3000 512
> (21.093475) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093478) page-pipe: 		0x726ba3000 512
> (21.093481) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093484) page-pipe: 		0x726da3000 512
> (21.093487) page-pipe: 	buf 512 pages, 1 iovs:
> (21.093489) page-pipe: 		0x726fa3000 512
> (21.093492) page-pipe: * 0 holes:
> (21.093495) PPB: 512 pages 1 segs 512 pipe 789 off
> (21.093515) Sent msg to daemon 8 0 0
> (21.093529) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093587) Fetched ack: 8 8 0
> (21.093592) PPB: 512 pages 1 segs 512 pipe 790 off
> (21.093600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093644) Fetched ack: 8 8 0
> (21.093650) PPB: 512 pages 1 segs 512 pipe 791 off
> (21.093657) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093663) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093702) Fetched ack: 8 8 0
> (21.093708) PPB: 512 pages 1 segs 512 pipe 792 off
> (21.093715) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093721) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093760) Fetched ack: 8 8 0
> (21.093766) PPB: 512 pages 1 segs 512 pipe 793 off
> (21.093772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093778) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093818) Fetched ack: 8 8 0
> (21.093824) PPB: 512 pages 1 segs 512 pipe 794 off
> (21.093831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093837) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093877) Fetched ack: 8 8 0
> (21.093883) PPB: 512 pages 1 segs 512 pipe 795 off
> (21.093889) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093895) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.093935) Fetched ack: 8 8 0
> (21.093940) PPB: 512 pages 1 segs 512 pipe 796 off
> (21.093965) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.093971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.094011) Fetched ack: 8 8 0
> (21.094017) Transfering pages:
> (21.094020) 	buf 512/1
> (21.094022) 	p 0x7261a3000 [512]
> (21.137300) 	buf 512/1
> (21.137314) 	p 0x7263a3000 [512]
> (21.181302) 	buf 512/1
> (21.181318) 	p 0x7265a3000 [512]
> (21.225302) 	buf 512/1
> (21.225319) 	p 0x7267a3000 [512]
> (21.269302) 	buf 512/1
> (21.269324) 	p 0x7269a3000 [512]
> (21.317306) 	buf 512/1
> (21.317322) 	p 0x726ba3000 [512]
> (21.361303) 	buf 512/1
> (21.361319) 	p 0x726da3000 [512]
> (21.405305) 	buf 512/1
> (21.405321) 	p 0x726fa3000 [512]
> (21.449301) page-pipe: Clean up page pipe
> (21.449317) page-pipe: Will grow page pipe (iov off is 797)
> (21.449322) page-pipe: Add iov to page pipe (0 iovs, 797/1475266 total)
> (21.449345) page-pipe: Will grow page pipe (iov off is 798)
> (21.449347) page-pipe: Add iov to page pipe (0 iovs, 798/1475266 total)
> (21.449357) page-pipe: Will grow page pipe (iov off is 799)
> (21.449359) page-pipe: Add iov to page pipe (0 iovs, 799/1475266 total)
> (21.449369) page-pipe: Will grow page pipe (iov off is 800)
> (21.449371) page-pipe: Add iov to page pipe (0 iovs, 800/1475266 total)
> (21.449381) page-pipe: Will grow page pipe (iov off is 801)
> (21.449383) page-pipe: Add iov to page pipe (0 iovs, 801/1475266 total)
> (21.449396) page-pipe: Will grow page pipe (iov off is 802)
> (21.449399) page-pipe: Add iov to page pipe (0 iovs, 802/1475266 total)
> (21.449408) page-pipe: Will grow page pipe (iov off is 803)
> (21.449411) page-pipe: Add iov to page pipe (0 iovs, 803/1475266 total)
> (21.449420) page-pipe: Will grow page pipe (iov off is 804)
> (21.449423) page-pipe: Add iov to page pipe (0 iovs, 804/1475266 total)
> (21.449433) page-pipe: Will grow page pipe (iov off is 805)
> (21.449437) page-pipe: Page pipe:
> (21.449439) page-pipe: * 8 pipes 805/1475266 iovs:
> (21.449442) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449445) page-pipe: 		0x7271a3000 512
> (21.449448) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449451) page-pipe: 		0x7273a3000 512
> (21.449454) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449456) page-pipe: 		0x7275a3000 512
> (21.449459) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449462) page-pipe: 		0x7277a3000 512
> (21.449464) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449467) page-pipe: 		0x7279a3000 512
> (21.449470) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449473) page-pipe: 		0x727ba3000 512
> (21.449475) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449478) page-pipe: 		0x727da3000 512
> (21.449480) page-pipe: 	buf 512 pages, 1 iovs:
> (21.449483) page-pipe: 		0x727fa3000 512
> (21.449486) page-pipe: * 0 holes:
> (21.449489) PPB: 512 pages 1 segs 512 pipe 797 off
> (21.449509) Sent msg to daemon 8 0 0
> (21.449522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.449582) Fetched ack: 8 8 0
> (21.449587) PPB: 512 pages 1 segs 512 pipe 798 off
> (21.449594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.449639) Fetched ack: 8 8 0
> (21.449645) PPB: 512 pages 1 segs 512 pipe 799 off
> (21.449651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.449697) Fetched ack: 8 8 0
> (21.449703) PPB: 512 pages 1 segs 512 pipe 800 off
> (21.449709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.449754) Fetched ack: 8 8 0
> (21.449760) PPB: 512 pages 1 segs 512 pipe 801 off
> (21.449767) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449773) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.449810) Fetched ack: 8 8 0
> (21.449816) PPB: 512 pages 1 segs 512 pipe 802 off
> (21.449823) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449829) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (21.449868) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (21.449889) PPB: 512 pages 1 segs 512 pipe 803 off
> (21.449898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.449945) Fetched ack: 8 8 0
> (21.449951) PPB: 512 pages 1 segs 512 pipe 804 off
> (21.449958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.449963) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.450002) Fetched ack: 8 8 0
> (21.450008) Transfering pages:
> (21.450011) 	buf 512/1
> (21.450014) 	p 0x7271a3000 [512]
> (21.493301) 	buf 512/1
> (21.493319) 	p 0x7273a3000 [512]
> (21.541309) 	buf 512/1
> (21.541324) 	p 0x7275a3000 [512]
> (21.585302) 	buf 512/1
> (21.585318) 	p 0x7277a3000 [512]
> (21.629302) 	buf 512/1
> (21.629318) 	p 0x7279a3000 [512]
> (21.673302) 	buf 512/1
> (21.673319) 	p 0x727ba3000 [512]
> (21.713304) 	buf 512/1
> (21.713318) 	p 0x727da3000 [512]
> (21.753302) 	buf 512/1
> (21.753320) 	p 0x727fa3000 [512]
> (21.797302) page-pipe: Clean up page pipe
> (21.797318) page-pipe: Will grow page pipe (iov off is 805)
> (21.797323) page-pipe: Add iov to page pipe (0 iovs, 805/1475266 total)
> (21.797346) page-pipe: Will grow page pipe (iov off is 806)
> (21.797349) page-pipe: Add iov to page pipe (0 iovs, 806/1475266 total)
> (21.797358) page-pipe: Will grow page pipe (iov off is 807)
> (21.797361) page-pipe: Add iov to page pipe (0 iovs, 807/1475266 total)
> (21.797370) page-pipe: Will grow page pipe (iov off is 808)
> (21.797373) page-pipe: Add iov to page pipe (0 iovs, 808/1475266 total)
> (21.797382) page-pipe: Will grow page pipe (iov off is 809)
> (21.797385) page-pipe: Add iov to page pipe (0 iovs, 809/1475266 total)
> (21.797398) page-pipe: Will grow page pipe (iov off is 810)
> (21.797400) page-pipe: Add iov to page pipe (0 iovs, 810/1475266 total)
> (21.797410) page-pipe: Will grow page pipe (iov off is 811)
> (21.797412) page-pipe: Add iov to page pipe (0 iovs, 811/1475266 total)
> (21.797421) page-pipe: Will grow page pipe (iov off is 812)
> (21.797424) page-pipe: Add iov to page pipe (0 iovs, 812/1475266 total)
> (21.797433) page-pipe: Will grow page pipe (iov off is 813)
> (21.797437) page-pipe: Page pipe:
> (21.797439) page-pipe: * 8 pipes 813/1475266 iovs:
> (21.797443) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797445) page-pipe: 		0x7281a3000 512
> (21.797449) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797452) page-pipe: 		0x7283a3000 512
> (21.797455) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797457) page-pipe: 		0x7285a3000 512
> (21.797460) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797463) page-pipe: 		0x7287a3000 512
> (21.797466) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797469) page-pipe: 		0x7289a3000 512
> (21.797471) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797474) page-pipe: 		0x728ba3000 512
> (21.797477) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797480) page-pipe: 		0x728da3000 512
> (21.797482) page-pipe: 	buf 512 pages, 1 iovs:
> (21.797485) page-pipe: 		0x728fa3000 512
> (21.797488) page-pipe: * 0 holes:
> (21.797491) PPB: 512 pages 1 segs 512 pipe 805 off
> (21.797511) Sent msg to daemon 8 0 0
> (21.797524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797586) Fetched ack: 8 8 0
> (21.797591) PPB: 512 pages 1 segs 512 pipe 806 off
> (21.797598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797642) Fetched ack: 8 8 0
> (21.797648) PPB: 512 pages 1 segs 512 pipe 807 off
> (21.797655) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797700) Fetched ack: 8 8 0
> (21.797706) PPB: 512 pages 1 segs 512 pipe 808 off
> (21.797713) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797757) Fetched ack: 8 8 0
> (21.797763) PPB: 512 pages 1 segs 512 pipe 809 off
> (21.797770) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797776) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797833) Fetched ack: 8 8 0
> (21.797839) PPB: 512 pages 1 segs 512 pipe 810 off
> (21.797846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797891) Fetched ack: 8 8 0
> (21.797897) PPB: 512 pages 1 segs 512 pipe 811 off
> (21.797903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.797948) Fetched ack: 8 8 0
> (21.797954) PPB: 512 pages 1 segs 512 pipe 812 off
> (21.797961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (21.797967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (21.798006) Fetched ack: 8 8 0
> (21.798012) Transfering pages:
> (21.798014) 	buf 512/1
> (21.798017) 	p 0x7281a3000 [512]
> (21.841308) 	buf 512/1
> (21.841323) 	p 0x7283a3000 [512]
> (21.885302) 	buf 512/1
> (21.885318) 	p 0x7285a3000 [512]
> (21.925305) 	buf 512/1
> (21.925320) 	p 0x7287a3000 [512]
> (21.965300) 	buf 512/1
> (21.965317) 	p 0x7289a3000 [512]
> (22.005303) 	buf 512/1
> (22.005319) 	p 0x728ba3000 [512]
> (22.045307) 	buf 512/1
> (22.045324) 	p 0x728da3000 [512]
> (22.085305) 	buf 512/1
> (22.085322) 	p 0x728fa3000 [512]
> (22.125301) page-pipe: Clean up page pipe
> (22.125317) page-pipe: Will grow page pipe (iov off is 813)
> (22.125322) page-pipe: Add iov to page pipe (0 iovs, 813/1475266 total)
> (22.125339) page-pipe: Will grow page pipe (iov off is 814)
> (22.125342) page-pipe: Add iov to page pipe (0 iovs, 814/1475266 total)
> (22.125357) page-pipe: Will grow page pipe (iov off is 815)
> (22.125360) page-pipe: Add iov to page pipe (0 iovs, 815/1475266 total)
> (22.125369) page-pipe: Will grow page pipe (iov off is 816)
> (22.125372) page-pipe: Add iov to page pipe (0 iovs, 816/1475266 total)
> (22.125381) page-pipe: Will grow page pipe (iov off is 817)
> (22.125384) page-pipe: Add iov to page pipe (0 iovs, 817/1475266 total)
> (22.125397) page-pipe: Will grow page pipe (iov off is 818)
> (22.125400) page-pipe: Add iov to page pipe (0 iovs, 818/1475266 total)
> (22.125409) page-pipe: Will grow page pipe (iov off is 819)
> (22.125412) page-pipe: Add iov to page pipe (0 iovs, 819/1475266 total)
> (22.125421) page-pipe: Will grow page pipe (iov off is 820)
> (22.125424) page-pipe: Add iov to page pipe (0 iovs, 820/1475266 total)
> (22.125433) page-pipe: Will grow page pipe (iov off is 821)
> (22.125436) page-pipe: Page pipe:
> (22.125439) page-pipe: * 8 pipes 821/1475266 iovs:
> (22.125442) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125445) page-pipe: 		0x7291a3000 512
> (22.125448) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125451) page-pipe: 		0x7293a3000 512
> (22.125453) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125456) page-pipe: 		0x7295a3000 512
> (22.125459) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125462) page-pipe: 		0x7297a3000 512
> (22.125464) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125467) page-pipe: 		0x7299a3000 512
> (22.125470) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125472) page-pipe: 		0x729ba3000 512
> (22.125475) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125478) page-pipe: 		0x729da3000 512
> (22.125480) page-pipe: 	buf 512 pages, 1 iovs:
> (22.125483) page-pipe: 		0x729fa3000 512
> (22.125485) page-pipe: * 0 holes:
> (22.125488) PPB: 512 pages 1 segs 512 pipe 813 off
> (22.125508) Sent msg to daemon 8 0 0
> (22.125521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125583) Fetched ack: 8 8 0
> (22.125588) PPB: 512 pages 1 segs 512 pipe 814 off
> (22.125595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125640) Fetched ack: 8 8 0
> (22.125645) PPB: 512 pages 1 segs 512 pipe 815 off
> (22.125652) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125658) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125696) Fetched ack: 8 8 0
> (22.125702) PPB: 512 pages 1 segs 512 pipe 816 off
> (22.125726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125732) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125770) Fetched ack: 8 8 0
> (22.125776) PPB: 512 pages 1 segs 512 pipe 817 off
> (22.125783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125828) Fetched ack: 8 8 0
> (22.125833) PPB: 512 pages 1 segs 512 pipe 818 off
> (22.125840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125845) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125884) Fetched ack: 8 8 0
> (22.125890) PPB: 512 pages 1 segs 512 pipe 819 off
> (22.125896) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125902) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125941) Fetched ack: 8 8 0
> (22.125947) PPB: 512 pages 1 segs 512 pipe 820 off
> (22.125954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.125959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.125998) Fetched ack: 8 8 0
> (22.126004) Transfering pages:
> (22.126007) 	buf 512/1
> (22.126009) 	p 0x7291a3000 [512]
> (22.165303) 	buf 512/1
> (22.165317) 	p 0x7293a3000 [512]
> (22.205303) 	buf 512/1
> (22.205322) 	p 0x7295a3000 [512]
> (22.245306) 	buf 512/1
> (22.245321) 	p 0x7297a3000 [512]
> (22.285302) 	buf 512/1
> (22.285318) 	p 0x7299a3000 [512]
> (22.325305) 	buf 512/1
> (22.325321) 	p 0x729ba3000 [512]
> (22.365302) 	buf 512/1
> (22.365318) 	p 0x729da3000 [512]
> (22.405304) 	buf 512/1
> (22.405319) 	p 0x729fa3000 [512]
> (22.445301) page-pipe: Clean up page pipe
> (22.445317) page-pipe: Will grow page pipe (iov off is 821)
> (22.445322) page-pipe: Add iov to page pipe (0 iovs, 821/1475266 total)
> (22.445339) page-pipe: Will grow page pipe (iov off is 822)
> (22.445343) page-pipe: Add iov to page pipe (0 iovs, 822/1475266 total)
> (22.445358) page-pipe: Will grow page pipe (iov off is 823)
> (22.445360) page-pipe: Add iov to page pipe (0 iovs, 823/1475266 total)
> (22.445370) page-pipe: Will grow page pipe (iov off is 824)
> (22.445372) page-pipe: Add iov to page pipe (0 iovs, 824/1475266 total)
> (22.445382) page-pipe: Will grow page pipe (iov off is 825)
> (22.445384) page-pipe: Add iov to page pipe (0 iovs, 825/1475266 total)
> (22.445397) page-pipe: Will grow page pipe (iov off is 826)
> (22.445400) page-pipe: Add iov to page pipe (0 iovs, 826/1475266 total)
> (22.445409) page-pipe: Will grow page pipe (iov off is 827)
> (22.445412) page-pipe: Add iov to page pipe (0 iovs, 827/1475266 total)
> (22.445421) page-pipe: Will grow page pipe (iov off is 828)
> (22.445424) page-pipe: Add iov to page pipe (0 iovs, 828/1475266 total)
> (22.445433) page-pipe: Will grow page pipe (iov off is 829)
> (22.445437) page-pipe: Page pipe:
> (22.445439) page-pipe: * 8 pipes 829/1475266 iovs:
> (22.445442) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445445) page-pipe: 		0x72a1a3000 512
> (22.445449) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445451) page-pipe: 		0x72a3a3000 512
> (22.445454) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445457) page-pipe: 		0x72a5a3000 512
> (22.445460) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445463) page-pipe: 		0x72a7a3000 512
> (22.445465) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445468) page-pipe: 		0x72a9a3000 512
> (22.445471) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445474) page-pipe: 		0x72aba3000 512
> (22.445476) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445479) page-pipe: 		0x72ada3000 512
> (22.445482) page-pipe: 	buf 512 pages, 1 iovs:
> (22.445485) page-pipe: 		0x72afa3000 512
> (22.445487) page-pipe: * 0 holes:
> (22.445490) PPB: 512 pages 1 segs 512 pipe 821 off
> (22.445510) Sent msg to daemon 8 0 0
> (22.445523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.445583) Fetched ack: 8 8 0
> (22.445588) PPB: 512 pages 1 segs 512 pipe 822 off
> (22.445596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (22.445641) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (22.445660) PPB: 512 pages 1 segs 512 pipe 823 off
> (22.445669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.445716) Fetched ack: 8 8 0
> (22.445722) PPB: 512 pages 1 segs 512 pipe 824 off
> (22.445728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.445774) Fetched ack: 8 8 0
> (22.445780) PPB: 512 pages 1 segs 512 pipe 825 off
> (22.445787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.445832) Fetched ack: 8 8 0
> (22.445838) PPB: 512 pages 1 segs 512 pipe 826 off
> (22.445845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.445889) Fetched ack: 8 8 0
> (22.445894) PPB: 512 pages 1 segs 512 pipe 827 off
> (22.445901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.445946) Fetched ack: 8 8 0
> (22.445952) PPB: 512 pages 1 segs 512 pipe 828 off
> (22.445959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.445965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.446003) Fetched ack: 8 8 0
> (22.446009) Transfering pages:
> (22.446012) 	buf 512/1
> (22.446015) 	p 0x72a1a3000 [512]
> (22.485307) 	buf 512/1
> (22.485322) 	p 0x72a3a3000 [512]
> (22.525301) 	buf 512/1
> (22.525319) 	p 0x72a5a3000 [512]
> (22.565301) 	buf 512/1
> (22.565318) 	p 0x72a7a3000 [512]
> (22.605300) 	buf 512/1
> (22.605316) 	p 0x72a9a3000 [512]
> (22.645303) 	buf 512/1
> (22.645317) 	p 0x72aba3000 [512]
> (22.685300) 	buf 512/1
> (22.685316) 	p 0x72ada3000 [512]
> (22.721304) 	buf 512/1
> (22.721318) 	p 0x72afa3000 [512]
> (22.761301) page-pipe: Clean up page pipe
> (22.761319) page-pipe: Will grow page pipe (iov off is 829)
> (22.761325) page-pipe: Add iov to page pipe (0 iovs, 829/1475266 total)
> (22.761346) page-pipe: Will grow page pipe (iov off is 830)
> (22.761349) page-pipe: Add iov to page pipe (0 iovs, 830/1475266 total)
> (22.761361) page-pipe: Will grow page pipe (iov off is 831)
> (22.761364) page-pipe: Add iov to page pipe (0 iovs, 831/1475266 total)
> (22.761376) page-pipe: Will grow page pipe (iov off is 832)
> (22.761379) page-pipe: Add iov to page pipe (0 iovs, 832/1475266 total)
> (22.761391) page-pipe: Will grow page pipe (iov off is 833)
> (22.761394) page-pipe: Add iov to page pipe (0 iovs, 833/1475266 total)
> (22.761407) page-pipe: Will grow page pipe (iov off is 834)
> (22.761410) page-pipe: Add iov to page pipe (0 iovs, 834/1475266 total)
> (22.761420) page-pipe: Will grow page pipe (iov off is 835)
> (22.761423) page-pipe: Add iov to page pipe (0 iovs, 835/1475266 total)
> (22.761432) page-pipe: Will grow page pipe (iov off is 836)
> (22.761435) page-pipe: Add iov to page pipe (0 iovs, 836/1475266 total)
> (22.761444) page-pipe: Will grow page pipe (iov off is 837)
> (22.761447) page-pipe: Page pipe:
> (22.761450) page-pipe: * 8 pipes 837/1475266 iovs:
> (22.761453) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761455) page-pipe: 		0x72b1a3000 512
> (22.761459) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761461) page-pipe: 		0x72b3a3000 512
> (22.761464) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761467) page-pipe: 		0x72b5a3000 512
> (22.761469) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761472) page-pipe: 		0x72b7a3000 512
> (22.761475) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761478) page-pipe: 		0x72b9a3000 512
> (22.761480) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761483) page-pipe: 		0x72bba3000 512
> (22.761485) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761488) page-pipe: 		0x72bda3000 512
> (22.761491) page-pipe: 	buf 512 pages, 1 iovs:
> (22.761493) page-pipe: 		0x72bfa3000 512
> (22.761496) page-pipe: * 0 holes:
> (22.761499) PPB: 512 pages 1 segs 512 pipe 829 off
> (22.761519) Sent msg to daemon 8 0 0
> (22.761532) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761608) Fetched ack: 8 8 0
> (22.761613) PPB: 512 pages 1 segs 512 pipe 830 off
> (22.761621) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761627) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761666) Fetched ack: 8 8 0
> (22.761672) PPB: 512 pages 1 segs 512 pipe 831 off
> (22.761679) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761685) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761726) Fetched ack: 8 8 0
> (22.761731) PPB: 512 pages 1 segs 512 pipe 832 off
> (22.761738) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761744) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761782) Fetched ack: 8 8 0
> (22.761788) PPB: 512 pages 1 segs 512 pipe 833 off
> (22.761795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761840) Fetched ack: 8 8 0
> (22.761846) PPB: 512 pages 1 segs 512 pipe 834 off
> (22.761853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761896) Fetched ack: 8 8 0
> (22.761902) PPB: 512 pages 1 segs 512 pipe 835 off
> (22.761909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.761953) Fetched ack: 8 8 0
> (22.761959) PPB: 512 pages 1 segs 512 pipe 836 off
> (22.761965) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (22.761971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (22.762008) Fetched ack: 8 8 0
> (22.762015) Transfering pages:
> (22.762018) 	buf 512/1
> (22.762020) 	p 0x72b1a3000 [512]
> (22.801303) 	buf 512/1
> (22.801317) 	p 0x72b3a3000 [512]
> (22.841306) 	buf 512/1
> (22.841321) 	p 0x72b5a3000 [512]
> (22.881301) 	buf 512/1
> (22.881315) 	p 0x72b7a3000 [512]
> (22.921302) 	buf 512/1
> (22.921318) 	p 0x72b9a3000 [512]
> (22.961303) 	buf 512/1
> (22.961318) 	p 0x72bba3000 [512]
> (23.001302) 	buf 512/1
> (23.001318) 	p 0x72bda3000 [512]
> (23.041306) 	buf 512/1
> (23.041321) 	p 0x72bfa3000 [512]
> (23.077302) page-pipe: Clean up page pipe
> (23.077320) page-pipe: Will grow page pipe (iov off is 837)
> (23.077325) page-pipe: Add iov to page pipe (0 iovs, 837/1475266 total)
> (23.077347) page-pipe: Will grow page pipe (iov off is 838)
> (23.077350) page-pipe: Add iov to page pipe (0 iovs, 838/1475266 total)
> (23.077359) page-pipe: Will grow page pipe (iov off is 839)
> (23.077362) page-pipe: Add iov to page pipe (0 iovs, 839/1475266 total)
> (23.077371) page-pipe: Will grow page pipe (iov off is 840)
> (23.077374) page-pipe: Add iov to page pipe (0 iovs, 840/1475266 total)
> (23.077383) page-pipe: Will grow page pipe (iov off is 841)
> (23.077386) page-pipe: Add iov to page pipe (0 iovs, 841/1475266 total)
> (23.077399) page-pipe: Will grow page pipe (iov off is 842)
> (23.077402) page-pipe: Add iov to page pipe (0 iovs, 842/1475266 total)
> (23.077415) page-pipe: Will grow page pipe (iov off is 843)
> (23.077418) page-pipe: Add iov to page pipe (0 iovs, 843/1475266 total)
> (23.077427) page-pipe: Will grow page pipe (iov off is 844)
> (23.077430) page-pipe: Add iov to page pipe (0 iovs, 844/1475266 total)
> (23.077444) page-pipe: Will grow page pipe (iov off is 845)
> (23.077447) page-pipe: Page pipe:
> (23.077450) page-pipe: * 8 pipes 845/1475266 iovs:
> (23.077453) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077456) page-pipe: 		0x72c1a3000 512
> (23.077460) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077463) page-pipe: 		0x72c3a3000 512
> (23.077465) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077468) page-pipe: 		0x72c5a3000 512
> (23.077471) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077474) page-pipe: 		0x72c7a3000 512
> (23.077477) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077479) page-pipe: 		0x72c9a3000 512
> (23.077482) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077485) page-pipe: 		0x72cba3000 512
> (23.077503) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077507) page-pipe: 		0x72cda3000 512
> (23.077510) page-pipe: 	buf 512 pages, 1 iovs:
> (23.077513) page-pipe: 		0x72cfa3000 512
> (23.077515) page-pipe: * 0 holes:
> (23.077518) PPB: 512 pages 1 segs 512 pipe 837 off
> (23.077538) Sent msg to daemon 8 0 0
> (23.077551) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077611) Fetched ack: 8 8 0
> (23.077616) PPB: 512 pages 1 segs 512 pipe 838 off
> (23.077624) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077630) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077669) Fetched ack: 8 8 0
> (23.077674) PPB: 512 pages 1 segs 512 pipe 839 off
> (23.077681) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077687) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077728) Fetched ack: 8 8 0
> (23.077733) PPB: 512 pages 1 segs 512 pipe 840 off
> (23.077740) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077746) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077786) Fetched ack: 8 8 0
> (23.077792) PPB: 512 pages 1 segs 512 pipe 841 off
> (23.077798) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077804) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077843) Fetched ack: 8 8 0
> (23.077849) PPB: 512 pages 1 segs 512 pipe 842 off
> (23.077856) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077862) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077901) Fetched ack: 8 8 0
> (23.077907) PPB: 512 pages 1 segs 512 pipe 843 off
> (23.077913) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077919) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.077959) Fetched ack: 8 8 0
> (23.077965) PPB: 512 pages 1 segs 512 pipe 844 off
> (23.077971) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.077977) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.078016) Fetched ack: 8 8 0
> (23.078022) Transfering pages:
> (23.078025) 	buf 512/1
> (23.078028) 	p 0x72c1a3000 [512]
> (23.113302) 	buf 512/1
> (23.113316) 	p 0x72c3a3000 [512]
> (23.149303) 	buf 512/1
> (23.149319) 	p 0x72c5a3000 [512]
> (23.185302) 	buf 512/1
> (23.185318) 	p 0x72c7a3000 [512]
> (23.221299) 	buf 512/1
> (23.221312) 	p 0x72c9a3000 [512]
> (23.257305) 	buf 512/1
> (23.257323) 	p 0x72cba3000 [512]
> (23.293305) 	buf 512/1
> (23.293320) 	p 0x72cda3000 [512]
> (23.329307) 	buf 512/1
> (23.329322) 	p 0x72cfa3000 [512]
> (23.365302) page-pipe: Clean up page pipe
> (23.365318) page-pipe: Will grow page pipe (iov off is 845)
> (23.365323) page-pipe: Add iov to page pipe (0 iovs, 845/1475266 total)
> (23.365346) page-pipe: Will grow page pipe (iov off is 846)
> (23.365349) page-pipe: Add iov to page pipe (0 iovs, 846/1475266 total)
> (23.365358) page-pipe: Will grow page pipe (iov off is 847)
> (23.365361) page-pipe: Add iov to page pipe (0 iovs, 847/1475266 total)
> (23.365370) page-pipe: Will grow page pipe (iov off is 848)
> (23.365373) page-pipe: Add iov to page pipe (0 iovs, 848/1475266 total)
> (23.365382) page-pipe: Will grow page pipe (iov off is 849)
> (23.365385) page-pipe: Add iov to page pipe (0 iovs, 849/1475266 total)
> (23.365398) page-pipe: Will grow page pipe (iov off is 850)
> (23.365401) page-pipe: Add iov to page pipe (0 iovs, 850/1475266 total)
> (23.365410) page-pipe: Will grow page pipe (iov off is 851)
> (23.365413) page-pipe: Add iov to page pipe (0 iovs, 851/1475266 total)
> (23.365423) page-pipe: Will grow page pipe (iov off is 852)
> (23.365426) page-pipe: Add iov to page pipe (0 iovs, 852/1475266 total)
> (23.365435) page-pipe: Will grow page pipe (iov off is 853)
> (23.365438) page-pipe: Page pipe:
> (23.365441) page-pipe: * 8 pipes 853/1475266 iovs:
> (23.365444) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365447) page-pipe: 		0x72d1a3000 512
> (23.365451) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365453) page-pipe: 		0x72d3a3000 512
> (23.365456) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365476) page-pipe: 		0x72d5a3000 512
> (23.365480) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365483) page-pipe: 		0x72d7a3000 512
> (23.365485) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365488) page-pipe: 		0x72d9a3000 512
> (23.365491) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365493) page-pipe: 		0x72dba3000 512
> (23.365496) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365499) page-pipe: 		0x72dda3000 512
> (23.365501) page-pipe: 	buf 512 pages, 1 iovs:
> (23.365504) page-pipe: 		0x72dfa3000 512
> (23.365507) page-pipe: * 0 holes:
> (23.365510) PPB: 512 pages 1 segs 512 pipe 845 off
> (23.365530) Sent msg to daemon 8 0 0
> (23.365544) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365604) Fetched ack: 8 8 0
> (23.365609) PPB: 512 pages 1 segs 512 pipe 846 off
> (23.365616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365661) Fetched ack: 8 8 0
> (23.365667) PPB: 512 pages 1 segs 512 pipe 847 off
> (23.365674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365719) Fetched ack: 8 8 0
> (23.365725) PPB: 512 pages 1 segs 512 pipe 848 off
> (23.365732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365778) Fetched ack: 8 8 0
> (23.365784) PPB: 512 pages 1 segs 512 pipe 849 off
> (23.365791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365837) Fetched ack: 8 8 0
> (23.365843) PPB: 512 pages 1 segs 512 pipe 850 off
> (23.365849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365894) Fetched ack: 8 8 0
> (23.365900) PPB: 512 pages 1 segs 512 pipe 851 off
> (23.365906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.365950) Fetched ack: 8 8 0
> (23.365956) PPB: 512 pages 1 segs 512 pipe 852 off
> (23.365963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.365969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.366007) Fetched ack: 8 8 0
> (23.366013) Transfering pages:
> (23.366016) 	buf 512/1
> (23.366018) 	p 0x72d1a3000 [512]
> (23.401302) 	buf 512/1
> (23.401318) 	p 0x72d3a3000 [512]
> (23.437307) 	buf 512/1
> (23.437323) 	p 0x72d5a3000 [512]
> (23.473303) 	buf 512/1
> (23.473317) 	p 0x72d7a3000 [512]
> (23.509302) 	buf 512/1
> (23.509318) 	p 0x72d9a3000 [512]
> (23.545307) 	buf 512/1
> (23.545322) 	p 0x72dba3000 [512]
> (23.581302) 	buf 512/1
> (23.581316) 	p 0x72dda3000 [512]
> (23.617302) 	buf 512/1
> (23.617318) 	p 0x72dfa3000 [512]
> (23.653302) page-pipe: Clean up page pipe
> (23.653318) page-pipe: Will grow page pipe (iov off is 853)
> (23.653323) page-pipe: Add iov to page pipe (0 iovs, 853/1475266 total)
> (23.653345) page-pipe: Will grow page pipe (iov off is 854)
> (23.653348) page-pipe: Add iov to page pipe (0 iovs, 854/1475266 total)
> (23.653357) page-pipe: Will grow page pipe (iov off is 855)
> (23.653360) page-pipe: Add iov to page pipe (0 iovs, 855/1475266 total)
> (23.653369) page-pipe: Will grow page pipe (iov off is 856)
> (23.653372) page-pipe: Add iov to page pipe (0 iovs, 856/1475266 total)
> (23.653382) page-pipe: Will grow page pipe (iov off is 857)
> (23.653384) page-pipe: Add iov to page pipe (0 iovs, 857/1475266 total)
> (23.653397) page-pipe: Will grow page pipe (iov off is 858)
> (23.653400) page-pipe: Add iov to page pipe (0 iovs, 858/1475266 total)
> (23.653409) page-pipe: Will grow page pipe (iov off is 859)
> (23.653412) page-pipe: Add iov to page pipe (0 iovs, 859/1475266 total)
> (23.653421) page-pipe: Will grow page pipe (iov off is 860)
> (23.653424) page-pipe: Add iov to page pipe (0 iovs, 860/1475266 total)
> (23.653433) page-pipe: Will grow page pipe (iov off is 861)
> (23.653453) page-pipe: Page pipe:
> (23.653457) page-pipe: * 8 pipes 861/1475266 iovs:
> (23.653460) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653463) page-pipe: 		0x72e1a3000 512
> (23.653467) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653470) page-pipe: 		0x72e3a3000 512
> (23.653472) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653475) page-pipe: 		0x72e5a3000 512
> (23.653478) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653481) page-pipe: 		0x72e7a3000 512
> (23.653484) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653486) page-pipe: 		0x72e9a3000 512
> (23.653489) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653492) page-pipe: 		0x72eba3000 512
> (23.653495) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653498) page-pipe: 		0x72eda3000 512
> (23.653500) page-pipe: 	buf 512 pages, 1 iovs:
> (23.653503) page-pipe: 		0x72efa3000 512
> (23.653506) page-pipe: * 0 holes:
> (23.653509) PPB: 512 pages 1 segs 512 pipe 853 off
> (23.653528) Sent msg to daemon 8 0 0
> (23.653541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653602) Fetched ack: 8 8 0
> (23.653607) PPB: 512 pages 1 segs 512 pipe 854 off
> (23.653614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653660) Fetched ack: 8 8 0
> (23.653666) PPB: 512 pages 1 segs 512 pipe 855 off
> (23.653673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653717) Fetched ack: 8 8 0
> (23.653723) PPB: 512 pages 1 segs 512 pipe 856 off
> (23.653729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653775) Fetched ack: 8 8 0
> (23.653781) PPB: 512 pages 1 segs 512 pipe 857 off
> (23.653788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653832) Fetched ack: 8 8 0
> (23.653838) PPB: 512 pages 1 segs 512 pipe 858 off
> (23.653845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653891) Fetched ack: 8 8 0
> (23.653897) PPB: 512 pages 1 segs 512 pipe 859 off
> (23.653904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.653949) Fetched ack: 8 8 0
> (23.653955) PPB: 512 pages 1 segs 512 pipe 860 off
> (23.653962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.653968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.654006) Fetched ack: 8 8 0
> (23.654013) Transfering pages:
> (23.654015) 	buf 512/1
> (23.654018) 	p 0x72e1a3000 [512]
> (23.689341) 	buf 512/1
> (23.689366) 	p 0x72e3a3000 [512]
> (23.725306) 	buf 512/1
> (23.725321) 	p 0x72e5a3000 [512]
> (23.761302) 	buf 512/1
> (23.761316) 	p 0x72e7a3000 [512]
> (23.797301) 	buf 512/1
> (23.797320) 	p 0x72e9a3000 [512]
> (23.833304) 	buf 512/1
> (23.833321) 	p 0x72eba3000 [512]
> (23.869302) 	buf 512/1
> (23.869317) 	p 0x72eda3000 [512]
> (23.905305) 	buf 512/1
> (23.905321) 	p 0x72efa3000 [512]
> (23.941302) page-pipe: Clean up page pipe
> (23.941318) page-pipe: Will grow page pipe (iov off is 861)
> (23.941323) page-pipe: Add iov to page pipe (0 iovs, 861/1475266 total)
> (23.941341) page-pipe: Will grow page pipe (iov off is 862)
> (23.941350) page-pipe: Add iov to page pipe (0 iovs, 862/1475266 total)
> (23.941359) page-pipe: Will grow page pipe (iov off is 863)
> (23.941362) page-pipe: Add iov to page pipe (0 iovs, 863/1475266 total)
> (23.941372) page-pipe: Will grow page pipe (iov off is 864)
> (23.941374) page-pipe: Add iov to page pipe (0 iovs, 864/1475266 total)
> (23.941383) page-pipe: Will grow page pipe (iov off is 865)
> (23.941386) page-pipe: Add iov to page pipe (0 iovs, 865/1475266 total)
> (23.941400) page-pipe: Will grow page pipe (iov off is 866)
> (23.941402) page-pipe: Add iov to page pipe (0 iovs, 866/1475266 total)
> (23.941429) page-pipe: Will grow page pipe (iov off is 867)
> (23.941433) page-pipe: Add iov to page pipe (0 iovs, 867/1475266 total)
> (23.941442) page-pipe: Will grow page pipe (iov off is 868)
> (23.941445) page-pipe: Add iov to page pipe (0 iovs, 868/1475266 total)
> (23.941455) page-pipe: Will grow page pipe (iov off is 869)
> (23.941458) page-pipe: Page pipe:
> (23.941461) page-pipe: * 8 pipes 869/1475266 iovs:
> (23.941464) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941467) page-pipe: 		0x72f1a3000 512
> (23.941470) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941473) page-pipe: 		0x72f3a3000 512
> (23.941476) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941479) page-pipe: 		0x72f5a3000 512
> (23.941481) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941484) page-pipe: 		0x72f7a3000 512
> (23.941487) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941490) page-pipe: 		0x72f9a3000 512
> (23.941492) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941495) page-pipe: 		0x72fba3000 512
> (23.941498) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941501) page-pipe: 		0x72fda3000 512
> (23.941503) page-pipe: 	buf 512 pages, 1 iovs:
> (23.941506) page-pipe: 		0x72ffa3000 512
> (23.941509) page-pipe: * 0 holes:
> (23.941512) PPB: 512 pages 1 segs 512 pipe 861 off
> (23.941531) Sent msg to daemon 8 0 0
> (23.941545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941606) Fetched ack: 8 8 0
> (23.941612) PPB: 512 pages 1 segs 512 pipe 862 off
> (23.941619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941664) Fetched ack: 8 8 0
> (23.941670) PPB: 512 pages 1 segs 512 pipe 863 off
> (23.941676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941721) Fetched ack: 8 8 0
> (23.941727) PPB: 512 pages 1 segs 512 pipe 864 off
> (23.941734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941779) Fetched ack: 8 8 0
> (23.941785) PPB: 512 pages 1 segs 512 pipe 865 off
> (23.941792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941836) Fetched ack: 8 8 0
> (23.941843) PPB: 512 pages 1 segs 512 pipe 866 off
> (23.941849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941893) Fetched ack: 8 8 0
> (23.941900) PPB: 512 pages 1 segs 512 pipe 867 off
> (23.941906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.941952) Fetched ack: 8 8 0
> (23.941958) PPB: 512 pages 1 segs 512 pipe 868 off
> (23.941964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (23.941970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (23.942008) Fetched ack: 8 8 0
> (23.942015) Transfering pages:
> (23.942018) 	buf 512/1
> (23.942021) 	p 0x72f1a3000 [512]
> (23.977304) 	buf 512/1
> (23.977318) 	p 0x72f3a3000 [512]
> (24.013303) 	buf 512/1
> (24.013319) 	p 0x72f5a3000 [512]
> (24.049307) 	buf 512/1
> (24.049323) 	p 0x72f7a3000 [512]
> (24.085301) 	buf 512/1
> (24.085318) 	p 0x72f9a3000 [512]
> (24.121302) 	buf 512/1
> (24.121317) 	p 0x72fba3000 [512]
> (24.157302) 	buf 512/1
> (24.157317) 	p 0x72fda3000 [512]
> (24.193302) 	buf 512/1
> (24.193317) 	p 0x72ffa3000 [512]
> (24.229302) page-pipe: Clean up page pipe
> (24.229319) page-pipe: Will grow page pipe (iov off is 869)
> (24.229324) page-pipe: Add iov to page pipe (0 iovs, 869/1475266 total)
> (24.229346) page-pipe: Will grow page pipe (iov off is 870)
> (24.229349) page-pipe: Add iov to page pipe (0 iovs, 870/1475266 total)
> (24.229359) page-pipe: Will grow page pipe (iov off is 871)
> (24.229361) page-pipe: Add iov to page pipe (0 iovs, 871/1475266 total)
> (24.229370) page-pipe: Will grow page pipe (iov off is 872)
> (24.229391) page-pipe: Add iov to page pipe (0 iovs, 872/1475266 total)
> (24.229401) page-pipe: Will grow page pipe (iov off is 873)
> (24.229404) page-pipe: Add iov to page pipe (0 iovs, 873/1475266 total)
> (24.229417) page-pipe: Will grow page pipe (iov off is 874)
> (24.229419) page-pipe: Add iov to page pipe (0 iovs, 874/1475266 total)
> (24.229429) page-pipe: Will grow page pipe (iov off is 875)
> (24.229432) page-pipe: Add iov to page pipe (0 iovs, 875/1475266 total)
> (24.229441) page-pipe: Will grow page pipe (iov off is 876)
> (24.229443) page-pipe: Add iov to page pipe (0 iovs, 876/1475266 total)
> (24.229453) page-pipe: Will grow page pipe (iov off is 877)
> (24.229456) page-pipe: Page pipe:
> (24.229459) page-pipe: * 8 pipes 877/1475266 iovs:
> (24.229462) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229465) page-pipe: 		0x7301a3000 512
> (24.229468) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229471) page-pipe: 		0x7303a3000 512
> (24.229474) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229477) page-pipe: 		0x7305a3000 512
> (24.229480) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229482) page-pipe: 		0x7307a3000 512
> (24.229485) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229488) page-pipe: 		0x7309a3000 512
> (24.229491) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229493) page-pipe: 		0x730ba3000 512
> (24.229496) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229499) page-pipe: 		0x730da3000 512
> (24.229502) page-pipe: 	buf 512 pages, 1 iovs:
> (24.229505) page-pipe: 		0x730fa3000 512
> (24.229507) page-pipe: * 0 holes:
> (24.229510) PPB: 512 pages 1 segs 512 pipe 869 off
> (24.229530) Sent msg to daemon 8 0 0
> (24.229543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229604) Fetched ack: 8 8 0
> (24.229609) PPB: 512 pages 1 segs 512 pipe 870 off
> (24.229617) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229662) Fetched ack: 8 8 0
> (24.229667) PPB: 512 pages 1 segs 512 pipe 871 off
> (24.229674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229718) Fetched ack: 8 8 0
> (24.229724) PPB: 512 pages 1 segs 512 pipe 872 off
> (24.229731) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229737) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229778) Fetched ack: 8 8 0
> (24.229784) PPB: 512 pages 1 segs 512 pipe 873 off
> (24.229790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229835) Fetched ack: 8 8 0
> (24.229841) PPB: 512 pages 1 segs 512 pipe 874 off
> (24.229847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229892) Fetched ack: 8 8 0
> (24.229898) PPB: 512 pages 1 segs 512 pipe 875 off
> (24.229905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.229949) Fetched ack: 8 8 0
> (24.229955) PPB: 512 pages 1 segs 512 pipe 876 off
> (24.229962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.229968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.230007) Fetched ack: 8 8 0
> (24.230013) Transfering pages:
> (24.230016) 	buf 512/1
> (24.230018) 	p 0x7301a3000 [512]
> (24.265305) 	buf 512/1
> (24.265319) 	p 0x7303a3000 [512]
> (24.301303) 	buf 512/1
> (24.301319) 	p 0x7305a3000 [512]
> (24.337308) 	buf 512/1
> (24.337326) 	p 0x7307a3000 [512]
> (24.373302) 	buf 512/1
> (24.373318) 	p 0x7309a3000 [512]
> (24.409303) 	buf 512/1
> (24.409319) 	p 0x730ba3000 [512]
> (24.445306) 	buf 512/1
> (24.445320) 	p 0x730da3000 [512]
> (24.481302) 	buf 512/1
> (24.481316) 	p 0x730fa3000 [512]
> (24.517304) page-pipe: Clean up page pipe
> (24.517321) page-pipe: Will grow page pipe (iov off is 877)
> (24.517326) page-pipe: Add iov to page pipe (0 iovs, 877/1475266 total)
> (24.517365) page-pipe: Will grow page pipe (iov off is 878)
> (24.517368) page-pipe: Add iov to page pipe (0 iovs, 878/1475266 total)
> (24.517378) page-pipe: Will grow page pipe (iov off is 879)
> (24.517380) page-pipe: Add iov to page pipe (0 iovs, 879/1475266 total)
> (24.517390) page-pipe: Will grow page pipe (iov off is 880)
> (24.517392) page-pipe: Add iov to page pipe (0 iovs, 880/1475266 total)
> (24.517402) page-pipe: Will grow page pipe (iov off is 881)
> (24.517404) page-pipe: Add iov to page pipe (0 iovs, 881/1475266 total)
> (24.517417) page-pipe: Will grow page pipe (iov off is 882)
> (24.517420) page-pipe: Add iov to page pipe (0 iovs, 882/1475266 total)
> (24.517429) page-pipe: Will grow page pipe (iov off is 883)
> (24.517432) page-pipe: Add iov to page pipe (0 iovs, 883/1475266 total)
> (24.517441) page-pipe: Will grow page pipe (iov off is 884)
> (24.517444) page-pipe: Add iov to page pipe (0 iovs, 884/1475266 total)
> (24.517453) page-pipe: Will grow page pipe (iov off is 885)
> (24.517457) page-pipe: Page pipe:
> (24.517459) page-pipe: * 8 pipes 885/1475266 iovs:
> (24.517462) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517465) page-pipe: 		0x7311a3000 512
> (24.517468) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517471) page-pipe: 		0x7313a3000 512
> (24.517474) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517477) page-pipe: 		0x7315a3000 512
> (24.517479) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517482) page-pipe: 		0x7317a3000 512
> (24.517485) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517488) page-pipe: 		0x7319a3000 512
> (24.517490) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517493) page-pipe: 		0x731ba3000 512
> (24.517496) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517498) page-pipe: 		0x731da3000 512
> (24.517501) page-pipe: 	buf 512 pages, 1 iovs:
> (24.517504) page-pipe: 		0x731fa3000 512
> (24.517506) page-pipe: * 0 holes:
> (24.517509) PPB: 512 pages 1 segs 512 pipe 877 off
> (24.517528) Sent msg to daemon 8 0 0
> (24.517542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517602) Fetched ack: 8 8 0
> (24.517607) PPB: 512 pages 1 segs 512 pipe 878 off
> (24.517614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517659) Fetched ack: 8 8 0
> (24.517665) PPB: 512 pages 1 segs 512 pipe 879 off
> (24.517672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517717) Fetched ack: 8 8 0
> (24.517723) PPB: 512 pages 1 segs 512 pipe 880 off
> (24.517730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517774) Fetched ack: 8 8 0
> (24.517780) PPB: 512 pages 1 segs 512 pipe 881 off
> (24.517786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517832) Fetched ack: 8 8 0
> (24.517838) PPB: 512 pages 1 segs 512 pipe 882 off
> (24.517844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517890) Fetched ack: 8 8 0
> (24.517896) PPB: 512 pages 1 segs 512 pipe 883 off
> (24.517903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.517948) Fetched ack: 8 8 0
> (24.517960) PPB: 512 pages 1 segs 512 pipe 884 off
> (24.517967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.517973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.518010) Fetched ack: 8 8 0
> (24.518016) Transfering pages:
> (24.518019) 	buf 512/1
> (24.518021) 	p 0x7311a3000 [512]
> (24.553300) 	buf 512/1
> (24.553316) 	p 0x7313a3000 [512]
> (24.589308) 	buf 512/1
> (24.589324) 	p 0x7315a3000 [512]
> (24.625305) 	buf 512/1
> (24.625322) 	p 0x7317a3000 [512]
> (24.661302) 	buf 512/1
> (24.661317) 	p 0x7319a3000 [512]
> (24.697301) 	buf 512/1
> (24.697317) 	p 0x731ba3000 [512]
> (24.733306) 	buf 512/1
> (24.733321) 	p 0x731da3000 [512]
> (24.769303) 	buf 512/1
> (24.769320) 	p 0x731fa3000 [512]
> (24.805302) page-pipe: Clean up page pipe
> (24.805320) page-pipe: Will grow page pipe (iov off is 885)
> (24.805325) page-pipe: Add iov to page pipe (0 iovs, 885/1475266 total)
> (24.805343) page-pipe: Will grow page pipe (iov off is 886)
> (24.805351) page-pipe: Add iov to page pipe (0 iovs, 886/1475266 total)
> (24.805361) page-pipe: Will grow page pipe (iov off is 887)
> (24.805363) page-pipe: Add iov to page pipe (0 iovs, 887/1475266 total)
> (24.805373) page-pipe: Will grow page pipe (iov off is 888)
> (24.805376) page-pipe: Add iov to page pipe (0 iovs, 888/1475266 total)
> (24.805385) page-pipe: Will grow page pipe (iov off is 889)
> (24.805388) page-pipe: Add iov to page pipe (0 iovs, 889/1475266 total)
> (24.805400) page-pipe: Will grow page pipe (iov off is 890)
> (24.805403) page-pipe: Add iov to page pipe (0 iovs, 890/1475266 total)
> (24.805413) page-pipe: Will grow page pipe (iov off is 891)
> (24.805415) page-pipe: Add iov to page pipe (0 iovs, 891/1475266 total)
> (24.805426) page-pipe: Will grow page pipe (iov off is 892)
> (24.805429) page-pipe: Add iov to page pipe (0 iovs, 892/1475266 total)
> (24.805439) page-pipe: Will grow page pipe (iov off is 893)
> (24.805442) page-pipe: Page pipe:
> (24.805445) page-pipe: * 8 pipes 893/1475266 iovs:
> (24.805448) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805451) page-pipe: 		0x7321a3000 512
> (24.805454) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805457) page-pipe: 		0x7323a3000 512
> (24.805460) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805463) page-pipe: 		0x7325a3000 512
> (24.805466) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805469) page-pipe: 		0x7327a3000 512
> (24.805471) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805474) page-pipe: 		0x7329a3000 512
> (24.805477) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805480) page-pipe: 		0x732ba3000 512
> (24.805483) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805485) page-pipe: 		0x732da3000 512
> (24.805488) page-pipe: 	buf 512 pages, 1 iovs:
> (24.805491) page-pipe: 		0x732fa3000 512
> (24.805494) page-pipe: * 0 holes:
> (24.805497) PPB: 512 pages 1 segs 512 pipe 885 off
> (24.805516) Sent msg to daemon 8 0 0
> (24.805530) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805591) Fetched ack: 8 8 0
> (24.805597) PPB: 512 pages 1 segs 512 pipe 886 off
> (24.805604) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805610) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805651) Fetched ack: 8 8 0
> (24.805657) PPB: 512 pages 1 segs 512 pipe 887 off
> (24.805664) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805670) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805708) Fetched ack: 8 8 0
> (24.805714) PPB: 512 pages 1 segs 512 pipe 888 off
> (24.805721) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805726) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805765) Fetched ack: 8 8 0
> (24.805771) PPB: 512 pages 1 segs 512 pipe 889 off
> (24.805778) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805784) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805823) Fetched ack: 8 8 0
> (24.805829) PPB: 512 pages 1 segs 512 pipe 890 off
> (24.805836) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805842) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805879) Fetched ack: 8 8 0
> (24.805885) PPB: 512 pages 1 segs 512 pipe 891 off
> (24.805891) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805897) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805936) Fetched ack: 8 8 0
> (24.805942) PPB: 512 pages 1 segs 512 pipe 892 off
> (24.805949) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (24.805955) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (24.805995) Fetched ack: 8 8 0
> (24.806021) Transfering pages:
> (24.806024) 	buf 512/1
> (24.806027) 	p 0x7321a3000 [512]
> (24.841308) 	buf 512/1
> (24.841322) 	p 0x7323a3000 [512]
> (24.877304) 	buf 512/1
> (24.877319) 	p 0x7325a3000 [512]
> (24.913302) 	buf 512/1
> (24.913319) 	p 0x7327a3000 [512]
> (24.949302) 	buf 512/1
> (24.949320) 	p 0x7329a3000 [512]
> (24.985305) 	buf 512/1
> (24.985322) 	p 0x732ba3000 [512]
> (25.021302) 	buf 512/1
> (25.021317) 	p 0x732da3000 [512]
> (25.057301) 	buf 512/1
> (25.057318) 	p 0x732fa3000 [512]
> (25.093301) page-pipe: Clean up page pipe
> (25.093318) page-pipe: Will grow page pipe (iov off is 893)
> (25.093323) page-pipe: Add iov to page pipe (0 iovs, 893/1475266 total)
> (25.093340) page-pipe: Will grow page pipe (iov off is 894)
> (25.093349) page-pipe: Add iov to page pipe (0 iovs, 894/1475266 total)
> (25.093358) page-pipe: Will grow page pipe (iov off is 895)
> (25.093361) page-pipe: Add iov to page pipe (0 iovs, 895/1475266 total)
> (25.093370) page-pipe: Will grow page pipe (iov off is 896)
> (25.093373) page-pipe: Add iov to page pipe (0 iovs, 896/1475266 total)
> (25.093382) page-pipe: Will grow page pipe (iov off is 897)
> (25.093385) page-pipe: Add iov to page pipe (0 iovs, 897/1475266 total)
> (25.093398) page-pipe: Will grow page pipe (iov off is 898)
> (25.093401) page-pipe: Add iov to page pipe (0 iovs, 898/1475266 total)
> (25.093410) page-pipe: Will grow page pipe (iov off is 899)
> (25.093413) page-pipe: Add iov to page pipe (0 iovs, 899/1475266 total)
> (25.093423) page-pipe: Will grow page pipe (iov off is 900)
> (25.093425) page-pipe: Add iov to page pipe (0 iovs, 900/1475266 total)
> (25.093435) page-pipe: Will grow page pipe (iov off is 901)
> (25.093438) page-pipe: Page pipe:
> (25.093441) page-pipe: * 8 pipes 901/1475266 iovs:
> (25.093444) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093447) page-pipe: 		0x7331a3000 512
> (25.093450) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093453) page-pipe: 		0x7333a3000 512
> (25.093456) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093458) page-pipe: 		0x7335a3000 512
> (25.093461) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093464) page-pipe: 		0x7337a3000 512
> (25.093466) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093469) page-pipe: 		0x7339a3000 512
> (25.093472) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093474) page-pipe: 		0x733ba3000 512
> (25.093477) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093480) page-pipe: 		0x733da3000 512
> (25.093482) page-pipe: 	buf 512 pages, 1 iovs:
> (25.093485) page-pipe: 		0x733fa3000 512
> (25.093488) page-pipe: * 0 holes:
> (25.093491) PPB: 512 pages 1 segs 512 pipe 893 off
> (25.093509) Sent msg to daemon 8 0 0
> (25.093523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093588) Fetched ack: 8 8 0
> (25.093594) PPB: 512 pages 1 segs 512 pipe 894 off
> (25.093601) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093608) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093654) Fetched ack: 8 8 0
> (25.093660) PPB: 512 pages 1 segs 512 pipe 895 off
> (25.093667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093712) Fetched ack: 8 8 0
> (25.093718) PPB: 512 pages 1 segs 512 pipe 896 off
> (25.093725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093770) Fetched ack: 8 8 0
> (25.093776) PPB: 512 pages 1 segs 512 pipe 897 off
> (25.093783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093828) Fetched ack: 8 8 0
> (25.093834) PPB: 512 pages 1 segs 512 pipe 898 off
> (25.093841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093846) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093886) Fetched ack: 8 8 0
> (25.093893) PPB: 512 pages 1 segs 512 pipe 899 off
> (25.093899) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093905) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.093946) Fetched ack: 8 8 0
> (25.093952) PPB: 512 pages 1 segs 512 pipe 900 off
> (25.093959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.093965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.094004) Fetched ack: 8 8 0
> (25.094010) Transfering pages:
> (25.094013) 	buf 512/1
> (25.094016) 	p 0x7331a3000 [512]
> (25.129303) 	buf 512/1
> (25.129316) 	p 0x7333a3000 [512]
> (25.165301) 	buf 512/1
> (25.165317) 	p 0x7335a3000 [512]
> (25.201303) 	buf 512/1
> (25.201320) 	p 0x7337a3000 [512]
> (25.237301) 	buf 512/1
> (25.237316) 	p 0x7339a3000 [512]
> (25.273304) 	buf 512/1
> (25.273321) 	p 0x733ba3000 [512]
> (25.309304) 	buf 512/1
> (25.309319) 	p 0x733da3000 [512]
> (25.345307) 	buf 512/1
> (25.345324) 	p 0x733fa3000 [512]
> (25.381301) page-pipe: Clean up page pipe
> (25.381318) page-pipe: Will grow page pipe (iov off is 901)
> (25.381323) page-pipe: Add iov to page pipe (0 iovs, 901/1475266 total)
> (25.381340) page-pipe: Will grow page pipe (iov off is 902)
> (25.381344) page-pipe: Add iov to page pipe (0 iovs, 902/1475266 total)
> (25.381359) page-pipe: Will grow page pipe (iov off is 903)
> (25.381362) page-pipe: Add iov to page pipe (0 iovs, 903/1475266 total)
> (25.381371) page-pipe: Will grow page pipe (iov off is 904)
> (25.381373) page-pipe: Add iov to page pipe (0 iovs, 904/1475266 total)
> (25.381383) page-pipe: Will grow page pipe (iov off is 905)
> (25.381385) page-pipe: Add iov to page pipe (0 iovs, 905/1475266 total)
> (25.381398) page-pipe: Will grow page pipe (iov off is 906)
> (25.381401) page-pipe: Add iov to page pipe (0 iovs, 906/1475266 total)
> (25.381410) page-pipe: Will grow page pipe (iov off is 907)
> (25.381413) page-pipe: Add iov to page pipe (0 iovs, 907/1475266 total)
> (25.381422) page-pipe: Will grow page pipe (iov off is 908)
> (25.381425) page-pipe: Add iov to page pipe (0 iovs, 908/1475266 total)
> (25.381434) page-pipe: Will grow page pipe (iov off is 909)
> (25.381438) page-pipe: Page pipe:
> (25.381440) page-pipe: * 8 pipes 909/1475266 iovs:
> (25.381443) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381446) page-pipe: 		0x7341a3000 512
> (25.381450) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381453) page-pipe: 		0x7343a3000 512
> (25.381456) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381458) page-pipe: 		0x7345a3000 512
> (25.381461) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381464) page-pipe: 		0x7347a3000 512
> (25.381467) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381469) page-pipe: 		0x7349a3000 512
> (25.381472) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381475) page-pipe: 		0x734ba3000 512
> (25.381478) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381481) page-pipe: 		0x734da3000 512
> (25.381483) page-pipe: 	buf 512 pages, 1 iovs:
> (25.381486) page-pipe: 		0x734fa3000 512
> (25.381489) page-pipe: * 0 holes:
> (25.381492) PPB: 512 pages 1 segs 512 pipe 901 off
> (25.381510) Sent msg to daemon 8 0 0
> (25.381524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381585) Fetched ack: 8 8 0
> (25.381590) PPB: 512 pages 1 segs 512 pipe 902 off
> (25.381597) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381643) Fetched ack: 8 8 0
> (25.381649) PPB: 512 pages 1 segs 512 pipe 903 off
> (25.381656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381701) Fetched ack: 8 8 0
> (25.381707) PPB: 512 pages 1 segs 512 pipe 904 off
> (25.381713) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381758) Fetched ack: 8 8 0
> (25.381764) PPB: 512 pages 1 segs 512 pipe 905 off
> (25.381771) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381776) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381816) Fetched ack: 8 8 0
> (25.381822) PPB: 512 pages 1 segs 512 pipe 906 off
> (25.381829) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381893) Fetched ack: 8 8 0
> (25.381899) PPB: 512 pages 1 segs 512 pipe 907 off
> (25.381906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.381950) Fetched ack: 8 8 0
> (25.381956) PPB: 512 pages 1 segs 512 pipe 908 off
> (25.381963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.381969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.382007) Fetched ack: 8 8 0
> (25.382013) Transfering pages:
> (25.382016) 	buf 512/1
> (25.382019) 	p 0x7341a3000 [512]
> (25.417302) 	buf 512/1
> (25.417318) 	p 0x7343a3000 [512]
> (25.453308) 	buf 512/1
> (25.453324) 	p 0x7345a3000 [512]
> (25.489306) 	buf 512/1
> (25.489321) 	p 0x7347a3000 [512]
> (25.525300) 	buf 512/1
> (25.525317) 	p 0x7349a3000 [512]
> (25.561303) 	buf 512/1
> (25.561318) 	p 0x734ba3000 [512]
> (25.597303) 	buf 512/1
> (25.597318) 	p 0x734da3000 [512]
> (25.637329) 	buf 512/1
> (25.637357) 	p 0x734fa3000 [512]
> (25.673312) page-pipe: Clean up page pipe
> (25.673358) page-pipe: Will grow page pipe (iov off is 909)
> (25.673363) page-pipe: Add iov to page pipe (0 iovs, 909/1475266 total)
> (25.673377) page-pipe: Will grow page pipe (iov off is 910)
> (25.673380) page-pipe: Add iov to page pipe (0 iovs, 910/1475266 total)
> (25.673389) page-pipe: Will grow page pipe (iov off is 911)
> (25.673392) page-pipe: Add iov to page pipe (0 iovs, 911/1475266 total)
> (25.673401) page-pipe: Will grow page pipe (iov off is 912)
> (25.673404) page-pipe: Add iov to page pipe (0 iovs, 912/1475266 total)
> (25.673413) page-pipe: Will grow page pipe (iov off is 913)
> (25.673416) page-pipe: Add iov to page pipe (0 iovs, 913/1475266 total)
> (25.673429) page-pipe: Will grow page pipe (iov off is 914)
> (25.673432) page-pipe: Add iov to page pipe (0 iovs, 914/1475266 total)
> (25.673441) page-pipe: Will grow page pipe (iov off is 915)
> (25.673444) page-pipe: Add iov to page pipe (0 iovs, 915/1475266 total)
> (25.673453) page-pipe: Will grow page pipe (iov off is 916)
> (25.673456) page-pipe: Add iov to page pipe (0 iovs, 916/1475266 total)
> (25.673465) page-pipe: Will grow page pipe (iov off is 917)
> (25.673468) page-pipe: Page pipe:
> (25.673471) page-pipe: * 8 pipes 917/1475266 iovs:
> (25.673474) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673477) page-pipe: 		0x7351a3000 512
> (25.673480) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673483) page-pipe: 		0x7353a3000 512
> (25.673486) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673488) page-pipe: 		0x7355a3000 512
> (25.673491) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673494) page-pipe: 		0x7357a3000 512
> (25.673496) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673499) page-pipe: 		0x7359a3000 512
> (25.673502) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673504) page-pipe: 		0x735ba3000 512
> (25.673507) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673510) page-pipe: 		0x735da3000 512
> (25.673513) page-pipe: 	buf 512 pages, 1 iovs:
> (25.673515) page-pipe: 		0x735fa3000 512
> (25.673518) page-pipe: * 0 holes:
> (25.673521) PPB: 512 pages 1 segs 512 pipe 909 off
> (25.673535) Sent msg to daemon 8 0 0
> (25.673546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673603) Fetched ack: 8 8 0
> (25.673609) PPB: 512 pages 1 segs 512 pipe 910 off
> (25.673616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.673623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673663) Fetched ack: 8 8 0
> (25.673669) PPB: 512 pages 1 segs 512 pipe 911 off
> (25.673676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.673682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673723) Fetched ack: 8 8 0
> (25.673729) PPB: 512 pages 1 segs 512 pipe 912 off
> (25.673736) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.673741) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673782) Fetched ack: 8 8 0
> (25.673813) PPB: 512 pages 1 segs 512 pipe 913 off
> (25.673822) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.673828) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673869) Fetched ack: 8 8 0
> (25.673874) PPB: 512 pages 1 segs 512 pipe 914 off
> (25.673881) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.673887) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673926) Fetched ack: 8 8 0
> (25.673932) PPB: 512 pages 1 segs 512 pipe 915 off
> (25.673938) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.673944) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.673983) Fetched ack: 8 8 0
> (25.673989) PPB: 512 pages 1 segs 512 pipe 916 off
> (25.673995) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.674001) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.674040) Fetched ack: 8 8 0
> (25.674047) Transfering pages:
> (25.674050) 	buf 512/1
> (25.674052) 	p 0x7351a3000 [512]
> (25.709317) 	buf 512/1
> (25.709341) 	p 0x7353a3000 [512]
> (25.745309) 	buf 512/1
> (25.745332) 	p 0x7355a3000 [512]
> (25.781303) 	buf 512/1
> (25.781320) 	p 0x7357a3000 [512]
> (25.817302) 	buf 512/1
> (25.817316) 	p 0x7359a3000 [512]
> (25.853308) 	buf 512/1
> (25.853326) 	p 0x735ba3000 [512]
> (25.889301) 	buf 512/1
> (25.889316) 	p 0x735da3000 [512]
> (25.925305) 	buf 512/1
> (25.925321) 	p 0x735fa3000 [512]
> (25.961302) page-pipe: Clean up page pipe
> (25.961318) page-pipe: Will grow page pipe (iov off is 917)
> (25.961323) page-pipe: Add iov to page pipe (0 iovs, 917/1475266 total)
> (25.961339) page-pipe: Will grow page pipe (iov off is 918)
> (25.961349) page-pipe: Add iov to page pipe (0 iovs, 918/1475266 total)
> (25.961358) page-pipe: Will grow page pipe (iov off is 919)
> (25.961360) page-pipe: Add iov to page pipe (0 iovs, 919/1475266 total)
> (25.961370) page-pipe: Will grow page pipe (iov off is 920)
> (25.961372) page-pipe: Add iov to page pipe (0 iovs, 920/1475266 total)
> (25.961382) page-pipe: Will grow page pipe (iov off is 921)
> (25.961384) page-pipe: Add iov to page pipe (0 iovs, 921/1475266 total)
> (25.961397) page-pipe: Will grow page pipe (iov off is 922)
> (25.961400) page-pipe: Add iov to page pipe (0 iovs, 922/1475266 total)
> (25.961409) page-pipe: Will grow page pipe (iov off is 923)
> (25.961412) page-pipe: Add iov to page pipe (0 iovs, 923/1475266 total)
> (25.961421) page-pipe: Will grow page pipe (iov off is 924)
> (25.961424) page-pipe: Add iov to page pipe (0 iovs, 924/1475266 total)
> (25.961433) page-pipe: Will grow page pipe (iov off is 925)
> (25.961436) page-pipe: Page pipe:
> (25.961439) page-pipe: * 8 pipes 925/1475266 iovs:
> (25.961442) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961445) page-pipe: 		0x7361a3000 512
> (25.961448) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961451) page-pipe: 		0x7363a3000 512
> (25.961454) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961457) page-pipe: 		0x7365a3000 512
> (25.961460) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961462) page-pipe: 		0x7367a3000 512
> (25.961465) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961468) page-pipe: 		0x7369a3000 512
> (25.961470) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961473) page-pipe: 		0x736ba3000 512
> (25.961476) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961479) page-pipe: 		0x736da3000 512
> (25.961481) page-pipe: 	buf 512 pages, 1 iovs:
> (25.961484) page-pipe: 		0x736fa3000 512
> (25.961487) page-pipe: * 0 holes:
> (25.961490) PPB: 512 pages 1 segs 512 pipe 917 off
> (25.961511) Sent msg to daemon 8 0 0
> (25.961525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961587) Fetched ack: 8 8 0
> (25.961592) PPB: 512 pages 1 segs 512 pipe 918 off
> (25.961599) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961605) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961644) Fetched ack: 8 8 0
> (25.961650) PPB: 512 pages 1 segs 512 pipe 919 off
> (25.961657) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961663) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961707) Fetched ack: 8 8 0
> (25.961713) PPB: 512 pages 1 segs 512 pipe 920 off
> (25.961720) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961726) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961765) Fetched ack: 8 8 0
> (25.961771) PPB: 512 pages 1 segs 512 pipe 921 off
> (25.961778) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961784) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961823) Fetched ack: 8 8 0
> (25.961829) PPB: 512 pages 1 segs 512 pipe 922 off
> (25.961836) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961842) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961880) Fetched ack: 8 8 0
> (25.961886) PPB: 512 pages 1 segs 512 pipe 923 off
> (25.961892) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961898) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961937) Fetched ack: 8 8 0
> (25.961943) PPB: 512 pages 1 segs 512 pipe 924 off
> (25.961950) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (25.961955) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (25.961994) Fetched ack: 8 8 0
> (25.962000) Transfering pages:
> (25.962003) 	buf 512/1
> (25.962005) 	p 0x7361a3000 [512]
> (25.997302) 	buf 512/1
> (25.997318) 	p 0x7363a3000 [512]
> (26.033306) 	buf 512/1
> (26.033324) 	p 0x7365a3000 [512]
> (26.069304) 	buf 512/1
> (26.069318) 	p 0x7367a3000 [512]
> (26.105301) 	buf 512/1
> (26.105318) 	p 0x7369a3000 [512]
> (26.141302) 	buf 512/1
> (26.141320) 	p 0x736ba3000 [512]
> (26.177303) 	buf 512/1
> (26.177320) 	p 0x736da3000 [512]
> (26.213297) 	buf 512/1
> (26.213311) 	p 0x736fa3000 [512]
> (26.249302) page-pipe: Clean up page pipe
> (26.249318) page-pipe: Will grow page pipe (iov off is 925)
> (26.249322) page-pipe: Add iov to page pipe (0 iovs, 925/1475266 total)
> (26.249336) page-pipe: Will grow page pipe (iov off is 926)
> (26.249339) page-pipe: Add iov to page pipe (0 iovs, 926/1475266 total)
> (26.249348) page-pipe: Will grow page pipe (iov off is 927)
> (26.249351) page-pipe: Add iov to page pipe (0 iovs, 927/1475266 total)
> (26.249360) page-pipe: Will grow page pipe (iov off is 928)
> (26.249363) page-pipe: Add iov to page pipe (0 iovs, 928/1475266 total)
> (26.249373) page-pipe: Will grow page pipe (iov off is 929)
> (26.249376) page-pipe: Add iov to page pipe (0 iovs, 929/1475266 total)
> (26.249389) page-pipe: Will grow page pipe (iov off is 930)
> (26.249391) page-pipe: Add iov to page pipe (0 iovs, 930/1475266 total)
> (26.249400) page-pipe: Will grow page pipe (iov off is 931)
> (26.249403) page-pipe: Add iov to page pipe (0 iovs, 931/1475266 total)
> (26.249413) page-pipe: Will grow page pipe (iov off is 932)
> (26.249415) page-pipe: Add iov to page pipe (0 iovs, 932/1475266 total)
> (26.249424) page-pipe: Will grow page pipe (iov off is 933)
> (26.249428) page-pipe: Page pipe:
> (26.249431) page-pipe: * 8 pipes 933/1475266 iovs:
> (26.249434) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249436) page-pipe: 		0x7371a3000 512
> (26.249444) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249447) page-pipe: 		0x7373a3000 512
> (26.249450) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249452) page-pipe: 		0x7375a3000 512
> (26.249455) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249458) page-pipe: 		0x7377a3000 512
> (26.249461) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249463) page-pipe: 		0x7379a3000 512
> (26.249466) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249469) page-pipe: 		0x737ba3000 512
> (26.249471) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249474) page-pipe: 		0x737da3000 512
> (26.249477) page-pipe: 	buf 512 pages, 1 iovs:
> (26.249479) page-pipe: 		0x737fa3000 512
> (26.249482) page-pipe: * 0 holes:
> (26.249485) PPB: 512 pages 1 segs 512 pipe 925 off
> (26.249505) Sent msg to daemon 8 0 0
> (26.249518) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.249581) Fetched ack: 8 8 0
> (26.249586) PPB: 512 pages 1 segs 512 pipe 926 off
> (26.249594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.249618) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.249658) Fetched ack: 8 8 0
> (26.249664) PPB: 512 pages 1 segs 512 pipe 927 off
> (26.249671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.249677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (26.249717) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (26.249723) PPB: 512 pages 1 segs 512 pipe 928 off
> pie: __fetched msg: 8 0 0
> (26.249743) Sent msg to daemon 8 0 0
> (26.249752) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.249792) Fetched ack: 8 8 0
> (26.249799) PPB: 512 pages 1 segs 512 pipe 929 off
> (26.249806) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.249812) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.249852) Fetched ack: 8 8 0
> (26.249858) PPB: 512 pages 1 segs 512 pipe 930 off
> (26.249865) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.249871) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.249911) Fetched ack: 8 8 0
> (26.249916) PPB: 512 pages 1 segs 512 pipe 931 off
> (26.249923) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.249929) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.249967) Fetched ack: 8 8 0
> (26.249973) PPB: 512 pages 1 segs 512 pipe 932 off
> (26.249980) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.249986) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.250024) Fetched ack: 8 8 0
> (26.250031) Transfering pages:
> (26.250033) 	buf 512/1
> (26.250036) 	p 0x7371a3000 [512]
> (26.285303) 	buf 512/1
> (26.285319) 	p 0x7373a3000 [512]
> (26.321302) 	buf 512/1
> (26.321318) 	p 0x7375a3000 [512]
> (26.357303) 	buf 512/1
> (26.357319) 	p 0x7377a3000 [512]
> (26.393302) 	buf 512/1
> (26.393318) 	p 0x7379a3000 [512]
> (26.429304) 	buf 512/1
> (26.429320) 	p 0x737ba3000 [512]
> (26.465301) 	buf 512/1
> (26.465317) 	p 0x737da3000 [512]
> (26.501302) 	buf 512/1
> (26.501318) 	p 0x737fa3000 [512]
> (26.537301) page-pipe: Clean up page pipe
> (26.537317) page-pipe: Will grow page pipe (iov off is 933)
> (26.537322) page-pipe: Add iov to page pipe (0 iovs, 933/1475266 total)
> (26.537339) page-pipe: Will grow page pipe (iov off is 934)
> (26.537343) page-pipe: Add iov to page pipe (0 iovs, 934/1475266 total)
> (26.537358) page-pipe: Will grow page pipe (iov off is 935)
> (26.537361) page-pipe: Add iov to page pipe (0 iovs, 935/1475266 total)
> (26.537370) page-pipe: Will grow page pipe (iov off is 936)
> (26.537373) page-pipe: Add iov to page pipe (0 iovs, 936/1475266 total)
> (26.537382) page-pipe: Will grow page pipe (iov off is 937)
> (26.537385) page-pipe: Add iov to page pipe (0 iovs, 937/1475266 total)
> (26.537398) page-pipe: Will grow page pipe (iov off is 938)
> (26.537401) page-pipe: Add iov to page pipe (0 iovs, 938/1475266 total)
> (26.537410) page-pipe: Will grow page pipe (iov off is 939)
> (26.537413) page-pipe: Add iov to page pipe (0 iovs, 939/1475266 total)
> (26.537423) page-pipe: Will grow page pipe (iov off is 940)
> (26.537426) page-pipe: Add iov to page pipe (0 iovs, 940/1475266 total)
> (26.537435) page-pipe: Will grow page pipe (iov off is 941)
> (26.537438) page-pipe: Page pipe:
> (26.537441) page-pipe: * 8 pipes 941/1475266 iovs:
> (26.537444) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537447) page-pipe: 		0x7381a3000 512
> (26.537451) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537454) page-pipe: 		0x7383a3000 512
> (26.537457) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537459) page-pipe: 		0x7385a3000 512
> (26.537462) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537465) page-pipe: 		0x7387a3000 512
> (26.537468) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537471) page-pipe: 		0x7389a3000 512
> (26.537474) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537477) page-pipe: 		0x738ba3000 512
> (26.537479) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537482) page-pipe: 		0x738da3000 512
> (26.537485) page-pipe: 	buf 512 pages, 1 iovs:
> (26.537488) page-pipe: 		0x738fa3000 512
> (26.537491) page-pipe: * 0 holes:
> (26.537510) PPB: 512 pages 1 segs 512 pipe 933 off
> (26.537532) Sent msg to daemon 8 0 0
> (26.537546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537606) Fetched ack: 8 8 0
> (26.537612) PPB: 512 pages 1 segs 512 pipe 934 off
> (26.537619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537665) Fetched ack: 8 8 0
> (26.537671) PPB: 512 pages 1 segs 512 pipe 935 off
> (26.537678) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537684) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537724) Fetched ack: 8 8 0
> (26.537730) PPB: 512 pages 1 segs 512 pipe 936 off
> (26.537736) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537742) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537782) Fetched ack: 8 8 0
> (26.537788) PPB: 512 pages 1 segs 512 pipe 937 off
> (26.537794) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537800) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537839) Fetched ack: 8 8 0
> (26.537844) PPB: 512 pages 1 segs 512 pipe 938 off
> (26.537851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537896) Fetched ack: 8 8 0
> (26.537902) PPB: 512 pages 1 segs 512 pipe 939 off
> (26.537908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.537955) Fetched ack: 8 8 0
> (26.537961) PPB: 512 pages 1 segs 512 pipe 940 off
> (26.537967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.537973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.538012) Fetched ack: 8 8 0
> (26.538018) Transfering pages:
> (26.538021) 	buf 512/1
> (26.538024) 	p 0x7381a3000 [512]
> (26.573301) 	buf 512/1
> (26.573319) 	p 0x7383a3000 [512]
> (26.609302) 	buf 512/1
> (26.609319) 	p 0x7385a3000 [512]
> (26.645302) 	buf 512/1
> (26.645315) 	p 0x7387a3000 [512]
> (26.681301) 	buf 512/1
> (26.681317) 	p 0x7389a3000 [512]
> (26.717303) 	buf 512/1
> (26.717320) 	p 0x738ba3000 [512]
> (26.753303) 	buf 512/1
> (26.753319) 	p 0x738da3000 [512]
> (26.789306) 	buf 512/1
> (26.789324) 	p 0x738fa3000 [512]
> (26.825302) page-pipe: Clean up page pipe
> (26.825318) page-pipe: Will grow page pipe (iov off is 941)
> (26.825323) page-pipe: Add iov to page pipe (0 iovs, 941/1475266 total)
> (26.825341) page-pipe: Will grow page pipe (iov off is 942)
> (26.825344) page-pipe: Add iov to page pipe (0 iovs, 942/1475266 total)
> (26.825359) page-pipe: Will grow page pipe (iov off is 943)
> (26.825362) page-pipe: Add iov to page pipe (0 iovs, 943/1475266 total)
> (26.825371) page-pipe: Will grow page pipe (iov off is 944)
> (26.825374) page-pipe: Add iov to page pipe (0 iovs, 944/1475266 total)
> (26.825383) page-pipe: Will grow page pipe (iov off is 945)
> (26.825386) page-pipe: Add iov to page pipe (0 iovs, 945/1475266 total)
> (26.825399) page-pipe: Will grow page pipe (iov off is 946)
> (26.825402) page-pipe: Add iov to page pipe (0 iovs, 946/1475266 total)
> (26.825411) page-pipe: Will grow page pipe (iov off is 947)
> (26.825414) page-pipe: Add iov to page pipe (0 iovs, 947/1475266 total)
> (26.825424) page-pipe: Will grow page pipe (iov off is 948)
> (26.825426) page-pipe: Add iov to page pipe (0 iovs, 948/1475266 total)
> (26.825436) page-pipe: Will grow page pipe (iov off is 949)
> (26.825439) page-pipe: Page pipe:
> (26.825442) page-pipe: * 8 pipes 949/1475266 iovs:
> (26.825445) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825448) page-pipe: 		0x7391a3000 512
> (26.825451) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825454) page-pipe: 		0x7393a3000 512
> (26.825456) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825459) page-pipe: 		0x7395a3000 512
> (26.825462) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825465) page-pipe: 		0x7397a3000 512
> (26.825467) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825487) page-pipe: 		0x7399a3000 512
> (26.825491) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825494) page-pipe: 		0x739ba3000 512
> (26.825496) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825499) page-pipe: 		0x739da3000 512
> (26.825501) page-pipe: 	buf 512 pages, 1 iovs:
> (26.825504) page-pipe: 		0x739fa3000 512
> (26.825507) page-pipe: * 0 holes:
> (26.825510) PPB: 512 pages 1 segs 512 pipe 941 off
> (26.825529) Sent msg to daemon 8 0 0
> (26.825542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825602) Fetched ack: 8 8 0
> (26.825607) PPB: 512 pages 1 segs 512 pipe 942 off
> (26.825614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825665) Fetched ack: 8 8 0
> (26.825671) PPB: 512 pages 1 segs 512 pipe 943 off
> (26.825678) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825684) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825726) Fetched ack: 8 8 0
> (26.825732) PPB: 512 pages 1 segs 512 pipe 944 off
> (26.825739) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825745) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825797) Fetched ack: 8 8 0
> (26.825803) PPB: 512 pages 1 segs 512 pipe 945 off
> (26.825809) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825815) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825858) Fetched ack: 8 8 0
> (26.825864) PPB: 512 pages 1 segs 512 pipe 946 off
> (26.825870) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825877) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825917) Fetched ack: 8 8 0
> (26.825923) PPB: 512 pages 1 segs 512 pipe 947 off
> (26.825929) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825935) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.825977) Fetched ack: 8 8 0
> (26.825983) PPB: 512 pages 1 segs 512 pipe 948 off
> (26.825990) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (26.825995) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (26.826037) Fetched ack: 8 8 0
> (26.826044) Transfering pages:
> (26.826046) 	buf 512/1
> (26.826049) 	p 0x7391a3000 [512]
> (26.861303) 	buf 512/1
> (26.861321) 	p 0x7393a3000 [512]
> (26.897303) 	buf 512/1
> (26.897320) 	p 0x7395a3000 [512]
> (26.933307) 	buf 512/1
> (26.933324) 	p 0x7397a3000 [512]
> (26.969300) 	buf 512/1
> (26.969316) 	p 0x7399a3000 [512]
> (27.005301) 	buf 512/1
> (27.005317) 	p 0x739ba3000 [512]
> (27.041307) 	buf 512/1
> (27.041321) 	p 0x739da3000 [512]
> (27.077302) 	buf 512/1
> (27.077317) 	p 0x739fa3000 [512]
> (27.113302) page-pipe: Clean up page pipe
> (27.113319) page-pipe: Will grow page pipe (iov off is 949)
> (27.113323) page-pipe: Add iov to page pipe (0 iovs, 949/1475266 total)
> (27.113345) page-pipe: Will grow page pipe (iov off is 950)
> (27.113348) page-pipe: Add iov to page pipe (0 iovs, 950/1475266 total)
> (27.113357) page-pipe: Will grow page pipe (iov off is 951)
> (27.113360) page-pipe: Add iov to page pipe (0 iovs, 951/1475266 total)
> (27.113369) page-pipe: Will grow page pipe (iov off is 952)
> (27.113372) page-pipe: Add iov to page pipe (0 iovs, 952/1475266 total)
> (27.113381) page-pipe: Will grow page pipe (iov off is 953)
> (27.113384) page-pipe: Add iov to page pipe (0 iovs, 953/1475266 total)
> (27.113397) page-pipe: Will grow page pipe (iov off is 954)
> (27.113400) page-pipe: Add iov to page pipe (0 iovs, 954/1475266 total)
> (27.113409) page-pipe: Will grow page pipe (iov off is 955)
> (27.113412) page-pipe: Add iov to page pipe (0 iovs, 955/1475266 total)
> (27.113421) page-pipe: Will grow page pipe (iov off is 956)
> (27.113424) page-pipe: Add iov to page pipe (0 iovs, 956/1475266 total)
> (27.113433) page-pipe: Will grow page pipe (iov off is 957)
> (27.113437) page-pipe: Page pipe:
> (27.113439) page-pipe: * 8 pipes 957/1475266 iovs:
> (27.113442) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113445) page-pipe: 		0x73a1a3000 512
> (27.113466) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113469) page-pipe: 		0x73a3a3000 512
> (27.113472) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113475) page-pipe: 		0x73a5a3000 512
> (27.113478) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113481) page-pipe: 		0x73a7a3000 512
> (27.113483) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113486) page-pipe: 		0x73a9a3000 512
> (27.113489) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113491) page-pipe: 		0x73aba3000 512
> (27.113494) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113497) page-pipe: 		0x73ada3000 512
> (27.113500) page-pipe: 	buf 512 pages, 1 iovs:
> (27.113502) page-pipe: 		0x73afa3000 512
> (27.113505) page-pipe: * 0 holes:
> (27.113508) PPB: 512 pages 1 segs 512 pipe 949 off
> (27.113528) Sent msg to daemon 8 0 0
> (27.113541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113600) Fetched ack: 8 8 0
> (27.113606) PPB: 512 pages 1 segs 512 pipe 950 off
> (27.113613) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113658) Fetched ack: 8 8 0
> (27.113664) PPB: 512 pages 1 segs 512 pipe 951 off
> (27.113671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113718) Fetched ack: 8 8 0
> (27.113723) PPB: 512 pages 1 segs 512 pipe 952 off
> (27.113730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113775) Fetched ack: 8 8 0
> (27.113781) PPB: 512 pages 1 segs 512 pipe 953 off
> (27.113788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113833) Fetched ack: 8 8 0
> (27.113839) PPB: 512 pages 1 segs 512 pipe 954 off
> (27.113845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113890) Fetched ack: 8 8 0
> (27.113896) PPB: 512 pages 1 segs 512 pipe 955 off
> (27.113903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.113948) Fetched ack: 8 8 0
> (27.113954) PPB: 512 pages 1 segs 512 pipe 956 off
> (27.113961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.113967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.114006) Fetched ack: 8 8 0
> (27.114012) Transfering pages:
> (27.114014) 	buf 512/1
> (27.114017) 	p 0x73a1a3000 [512]
> (27.149303) 	buf 512/1
> (27.149317) 	p 0x73a3a3000 [512]
> (27.185303) 	buf 512/1
> (27.185319) 	p 0x73a5a3000 [512]
> (27.221301) 	buf 512/1
> (27.221315) 	p 0x73a7a3000 [512]
> (27.257301) 	buf 512/1
> (27.257316) 	p 0x73a9a3000 [512]
> (27.293302) 	buf 512/1
> (27.293315) 	p 0x73aba3000 [512]
> (27.329307) 	buf 512/1
> (27.329322) 	p 0x73ada3000 [512]
> (27.365302) 	buf 512/1
> (27.365315) 	p 0x73afa3000 [512]
> (27.401302) page-pipe: Clean up page pipe
> (27.401320) page-pipe: Will grow page pipe (iov off is 957)
> (27.401325) page-pipe: Add iov to page pipe (0 iovs, 957/1475266 total)
> (27.401346) page-pipe: Will grow page pipe (iov off is 958)
> (27.401349) page-pipe: Add iov to page pipe (0 iovs, 958/1475266 total)
> (27.401358) page-pipe: Will grow page pipe (iov off is 959)
> (27.401361) page-pipe: Add iov to page pipe (0 iovs, 959/1475266 total)
> (27.401370) page-pipe: Will grow page pipe (iov off is 960)
> (27.401373) page-pipe: Add iov to page pipe (0 iovs, 960/1475266 total)
> (27.401382) page-pipe: Will grow page pipe (iov off is 961)
> (27.401385) page-pipe: Add iov to page pipe (0 iovs, 961/1475266 total)
> (27.401398) page-pipe: Will grow page pipe (iov off is 962)
> (27.401400) page-pipe: Add iov to page pipe (0 iovs, 962/1475266 total)
> (27.401409) page-pipe: Will grow page pipe (iov off is 963)
> (27.401412) page-pipe: Add iov to page pipe (0 iovs, 963/1475266 total)
> (27.401422) page-pipe: Will grow page pipe (iov off is 964)
> (27.401442) page-pipe: Add iov to page pipe (0 iovs, 964/1475266 total)
> (27.401452) page-pipe: Will grow page pipe (iov off is 965)
> (27.401455) page-pipe: Page pipe:
> (27.401458) page-pipe: * 8 pipes 965/1475266 iovs:
> (27.401461) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401464) page-pipe: 		0x73b1a3000 512
> (27.401467) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401470) page-pipe: 		0x73b3a3000 512
> (27.401473) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401476) page-pipe: 		0x73b5a3000 512
> (27.401478) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401481) page-pipe: 		0x73b7a3000 512
> (27.401484) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401487) page-pipe: 		0x73b9a3000 512
> (27.401489) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401492) page-pipe: 		0x73bba3000 512
> (27.401495) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401497) page-pipe: 		0x73bda3000 512
> (27.401500) page-pipe: 	buf 512 pages, 1 iovs:
> (27.401503) page-pipe: 		0x73bfa3000 512
> (27.401505) page-pipe: * 0 holes:
> (27.401508) PPB: 512 pages 1 segs 512 pipe 957 off
> (27.401528) Sent msg to daemon 8 0 0
> (27.401540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401602) Fetched ack: 8 8 0
> (27.401607) PPB: 512 pages 1 segs 512 pipe 958 off
> (27.401614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401660) Fetched ack: 8 8 0
> (27.401666) PPB: 512 pages 1 segs 512 pipe 959 off
> (27.401672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401717) Fetched ack: 8 8 0
> (27.401722) PPB: 512 pages 1 segs 512 pipe 960 off
> (27.401729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401774) Fetched ack: 8 8 0
> (27.401779) PPB: 512 pages 1 segs 512 pipe 961 off
> (27.401786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401830) Fetched ack: 8 8 0
> (27.401836) PPB: 512 pages 1 segs 512 pipe 962 off
> (27.401843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401886) Fetched ack: 8 8 0
> (27.401892) PPB: 512 pages 1 segs 512 pipe 963 off
> (27.401898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.401943) Fetched ack: 8 8 0
> (27.401949) PPB: 512 pages 1 segs 512 pipe 964 off
> (27.401956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.401962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.402000) Fetched ack: 8 8 0
> (27.402006) Transfering pages:
> (27.402009) 	buf 512/1
> (27.402012) 	p 0x73b1a3000 [512]
> (27.437307) 	buf 512/1
> (27.437320) 	p 0x73b3a3000 [512]
> (27.473303) 	buf 512/1
> (27.473319) 	p 0x73b5a3000 [512]
> (27.513303) 	buf 512/1
> (27.513321) 	p 0x73b7a3000 [512]
> (27.549301) 	buf 512/1
> (27.549318) 	p 0x73b9a3000 [512]
> (27.585305) 	buf 512/1
> (27.585320) 	p 0x73bba3000 [512]
> (27.621303) 	buf 512/1
> (27.621317) 	p 0x73bda3000 [512]
> (27.657301) 	buf 512/1
> (27.657315) 	p 0x73bfa3000 [512]
> (27.693301) page-pipe: Clean up page pipe
> (27.693318) page-pipe: Will grow page pipe (iov off is 965)
> (27.693323) page-pipe: Add iov to page pipe (0 iovs, 965/1475266 total)
> (27.693346) page-pipe: Will grow page pipe (iov off is 966)
> (27.693349) page-pipe: Add iov to page pipe (0 iovs, 966/1475266 total)
> (27.693358) page-pipe: Will grow page pipe (iov off is 967)
> (27.693361) page-pipe: Add iov to page pipe (0 iovs, 967/1475266 total)
> (27.693370) page-pipe: Will grow page pipe (iov off is 968)
> (27.693372) page-pipe: Add iov to page pipe (0 iovs, 968/1475266 total)
> (27.693382) page-pipe: Will grow page pipe (iov off is 969)
> (27.693384) page-pipe: Add iov to page pipe (0 iovs, 969/1475266 total)
> (27.693415) page-pipe: Will grow page pipe (iov off is 970)
> (27.693419) page-pipe: Add iov to page pipe (0 iovs, 970/1475266 total)
> (27.693428) page-pipe: Will grow page pipe (iov off is 971)
> (27.693431) page-pipe: Add iov to page pipe (0 iovs, 971/1475266 total)
> (27.693440) page-pipe: Will grow page pipe (iov off is 972)
> (27.693443) page-pipe: Add iov to page pipe (0 iovs, 972/1475266 total)
> (27.693452) page-pipe: Will grow page pipe (iov off is 973)
> (27.693455) page-pipe: Page pipe:
> (27.693458) page-pipe: * 8 pipes 973/1475266 iovs:
> (27.693461) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693464) page-pipe: 		0x73c1a3000 512
> (27.693468) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693471) page-pipe: 		0x73c3a3000 512
> (27.693473) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693476) page-pipe: 		0x73c5a3000 512
> (27.693479) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693482) page-pipe: 		0x73c7a3000 512
> (27.693484) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693487) page-pipe: 		0x73c9a3000 512
> (27.693490) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693493) page-pipe: 		0x73cba3000 512
> (27.693495) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693498) page-pipe: 		0x73cda3000 512
> (27.693501) page-pipe: 	buf 512 pages, 1 iovs:
> (27.693504) page-pipe: 		0x73cfa3000 512
> (27.693506) page-pipe: * 0 holes:
> (27.693509) PPB: 512 pages 1 segs 512 pipe 965 off
> (27.693530) Sent msg to daemon 8 0 0
> (27.693543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693604) Fetched ack: 8 8 0
> (27.693609) PPB: 512 pages 1 segs 512 pipe 966 off
> (27.693616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693661) Fetched ack: 8 8 0
> (27.693667) PPB: 512 pages 1 segs 512 pipe 967 off
> (27.693674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693719) Fetched ack: 8 8 0
> (27.693725) PPB: 512 pages 1 segs 512 pipe 968 off
> (27.693732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693776) Fetched ack: 8 8 0
> (27.693782) PPB: 512 pages 1 segs 512 pipe 969 off
> (27.693789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693834) Fetched ack: 8 8 0
> (27.693840) PPB: 512 pages 1 segs 512 pipe 970 off
> (27.693846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693891) Fetched ack: 8 8 0
> (27.693897) PPB: 512 pages 1 segs 512 pipe 971 off
> (27.693903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.693948) Fetched ack: 8 8 0
> (27.693955) PPB: 512 pages 1 segs 512 pipe 972 off
> (27.693962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.693968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.694009) Fetched ack: 8 8 0
> (27.694015) Transfering pages:
> (27.694018) 	buf 512/1
> (27.694020) 	p 0x73c1a3000 [512]
> (27.729306) 	buf 512/1
> (27.729320) 	p 0x73c3a3000 [512]
> (27.765303) 	buf 512/1
> (27.765318) 	p 0x73c5a3000 [512]
> (27.801304) 	buf 512/1
> (27.801322) 	p 0x73c7a3000 [512]
> (27.837301) 	buf 512/1
> (27.837318) 	p 0x73c9a3000 [512]
> (27.873303) 	buf 512/1
> (27.873318) 	p 0x73cba3000 [512]
> (27.909303) 	buf 512/1
> (27.909317) 	p 0x73cda3000 [512]
> (27.945307) 	buf 512/1
> (27.945323) 	p 0x73cfa3000 [512]
> (27.981301) page-pipe: Clean up page pipe
> (27.981317) page-pipe: Will grow page pipe (iov off is 973)
> (27.981322) page-pipe: Add iov to page pipe (0 iovs, 973/1475266 total)
> (27.981339) page-pipe: Will grow page pipe (iov off is 974)
> (27.981343) page-pipe: Add iov to page pipe (0 iovs, 974/1475266 total)
> (27.981358) page-pipe: Will grow page pipe (iov off is 975)
> (27.981377) page-pipe: Add iov to page pipe (0 iovs, 975/1475266 total)
> (27.981387) page-pipe: Will grow page pipe (iov off is 976)
> (27.981390) page-pipe: Add iov to page pipe (0 iovs, 976/1475266 total)
> (27.981399) page-pipe: Will grow page pipe (iov off is 977)
> (27.981402) page-pipe: Add iov to page pipe (0 iovs, 977/1475266 total)
> (27.981415) page-pipe: Will grow page pipe (iov off is 978)
> (27.981418) page-pipe: Add iov to page pipe (0 iovs, 978/1475266 total)
> (27.981427) page-pipe: Will grow page pipe (iov off is 979)
> (27.981430) page-pipe: Add iov to page pipe (0 iovs, 979/1475266 total)
> (27.981439) page-pipe: Will grow page pipe (iov off is 980)
> (27.981442) page-pipe: Add iov to page pipe (0 iovs, 980/1475266 total)
> (27.981451) page-pipe: Will grow page pipe (iov off is 981)
> (27.981454) page-pipe: Page pipe:
> (27.981457) page-pipe: * 8 pipes 981/1475266 iovs:
> (27.981460) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981463) page-pipe: 		0x73d1a3000 512
> (27.981466) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981469) page-pipe: 		0x73d3a3000 512
> (27.981472) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981474) page-pipe: 		0x73d5a3000 512
> (27.981477) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981480) page-pipe: 		0x73d7a3000 512
> (27.981482) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981485) page-pipe: 		0x73d9a3000 512
> (27.981487) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981490) page-pipe: 		0x73dba3000 512
> (27.981493) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981495) page-pipe: 		0x73dda3000 512
> (27.981498) page-pipe: 	buf 512 pages, 1 iovs:
> (27.981501) page-pipe: 		0x73dfa3000 512
> (27.981503) page-pipe: * 0 holes:
> (27.981506) PPB: 512 pages 1 segs 512 pipe 973 off
> (27.981525) Sent msg to daemon 8 0 0
> (27.981538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981598) Fetched ack: 8 8 0
> (27.981603) PPB: 512 pages 1 segs 512 pipe 974 off
> (27.981610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981656) Fetched ack: 8 8 0
> (27.981662) PPB: 512 pages 1 segs 512 pipe 975 off
> (27.981669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981714) Fetched ack: 8 8 0
> (27.981720) PPB: 512 pages 1 segs 512 pipe 976 off
> (27.981727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981772) Fetched ack: 8 8 0
> (27.981778) PPB: 512 pages 1 segs 512 pipe 977 off
> (27.981785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981830) Fetched ack: 8 8 0
> (27.981836) PPB: 512 pages 1 segs 512 pipe 978 off
> (27.981843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981888) Fetched ack: 8 8 0
> (27.981894) PPB: 512 pages 1 segs 512 pipe 979 off
> (27.981901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.981945) Fetched ack: 8 8 0
> (27.981952) PPB: 512 pages 1 segs 512 pipe 980 off
> (27.981958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (27.981964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (27.982003) Fetched ack: 8 8 0
> (27.982009) Transfering pages:
> (27.982012) 	buf 512/1
> (27.982015) 	p 0x73d1a3000 [512]
> (28.017305) 	buf 512/1
> (28.017320) 	p 0x73d3a3000 [512]
> (28.053308) 	buf 512/1
> (28.053324) 	p 0x73d5a3000 [512]
> (28.089305) 	buf 512/1
> (28.089321) 	p 0x73d7a3000 [512]
> (28.125300) 	buf 512/1
> (28.125315) 	p 0x73d9a3000 [512]
> (28.161303) 	buf 512/1
> (28.161317) 	p 0x73dba3000 [512]
> (28.197302) 	buf 512/1
> (28.197316) 	p 0x73dda3000 [512]
> (28.233303) 	buf 512/1
> (28.233319) 	p 0x73dfa3000 [512]
> (28.269303) page-pipe: Clean up page pipe
> (28.269335) page-pipe: Will grow page pipe (iov off is 981)
> (28.269341) page-pipe: Add iov to page pipe (0 iovs, 981/1475266 total)
> (28.269449) page-pipe: Will grow page pipe (iov off is 982)
> (28.269452) page-pipe: Add iov to page pipe (0 iovs, 982/1475266 total)
> (28.269462) page-pipe: Will grow page pipe (iov off is 983)
> (28.269465) page-pipe: Add iov to page pipe (0 iovs, 983/1475266 total)
> (28.269474) page-pipe: Will grow page pipe (iov off is 984)
> (28.269476) page-pipe: Add iov to page pipe (0 iovs, 984/1475266 total)
> (28.269486) page-pipe: Will grow page pipe (iov off is 985)
> (28.269488) page-pipe: Add iov to page pipe (0 iovs, 985/1475266 total)
> (28.269501) page-pipe: Will grow page pipe (iov off is 986)
> (28.269504) page-pipe: Add iov to page pipe (0 iovs, 986/1475266 total)
> (28.269513) page-pipe: Will grow page pipe (iov off is 987)
> (28.269516) page-pipe: Add iov to page pipe (0 iovs, 987/1475266 total)
> (28.269525) page-pipe: Will grow page pipe (iov off is 988)
> (28.269528) page-pipe: Add iov to page pipe (0 iovs, 988/1475266 total)
> (28.269537) page-pipe: Will grow page pipe (iov off is 989)
> (28.269540) page-pipe: Page pipe:
> (28.269543) page-pipe: * 8 pipes 989/1475266 iovs:
> (28.269546) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269549) page-pipe: 		0x73e1a3000 512
> (28.269552) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269555) page-pipe: 		0x73e3a3000 512
> (28.269558) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269561) page-pipe: 		0x73e5a3000 512
> (28.269563) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269566) page-pipe: 		0x73e7a3000 512
> (28.269569) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269572) page-pipe: 		0x73e9a3000 512
> (28.269574) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269577) page-pipe: 		0x73eba3000 512
> (28.269580) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269582) page-pipe: 		0x73eda3000 512
> (28.269585) page-pipe: 	buf 512 pages, 1 iovs:
> (28.269588) page-pipe: 		0x73efa3000 512
> (28.269591) page-pipe: * 0 holes:
> (28.269593) PPB: 512 pages 1 segs 512 pipe 981 off
> (28.269613) Sent msg to daemon 8 0 0
> (28.269626) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.269689) Fetched ack: 8 8 0
> (28.269695) PPB: 512 pages 1 segs 512 pipe 982 off
> (28.269702) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.269708) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.269748) Fetched ack: 8 8 0
> (28.269754) PPB: 512 pages 1 segs 512 pipe 983 off
> (28.269760) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.269766) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.269806) Fetched ack: 8 8 0
> (28.269811) PPB: 512 pages 1 segs 512 pipe 984 off
> (28.269818) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.269824) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.269864) Fetched ack: 8 8 0
> (28.269869) PPB: 512 pages 1 segs 512 pipe 985 off
> (28.269876) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.269882) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.269920) Fetched ack: 8 8 0
> (28.269925) PPB: 512 pages 1 segs 512 pipe 986 off
> (28.269932) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.269938) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.269977) Fetched ack: 8 8 0
> (28.269983) PPB: 512 pages 1 segs 512 pipe 987 off
> (28.269989) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.269995) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.270034) Fetched ack: 8 8 0
> (28.270040) PPB: 512 pages 1 segs 512 pipe 988 off
> (28.270046) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.270052) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.270090) Fetched ack: 8 8 0
> (28.270097) Transfering pages:
> (28.270099) 	buf 512/1
> (28.270102) 	p 0x73e1a3000 [512]
> (28.305305) 	buf 512/1
> (28.305320) 	p 0x73e3a3000 [512]
> (28.341307) 	buf 512/1
> (28.341323) 	p 0x73e5a3000 [512]
> (28.377302) 	buf 512/1
> (28.377319) 	p 0x73e7a3000 [512]
> (28.413301) 	buf 512/1
> (28.413317) 	p 0x73e9a3000 [512]
> (28.449306) 	buf 512/1
> (28.449324) 	p 0x73eba3000 [512]
> (28.485303) 	buf 512/1
> (28.485320) 	p 0x73eda3000 [512]
> (28.521303) 	buf 512/1
> (28.521320) 	p 0x73efa3000 [512]
> (28.557300) page-pipe: Clean up page pipe
> (28.557317) page-pipe: Will grow page pipe (iov off is 989)
> (28.557323) page-pipe: Add iov to page pipe (0 iovs, 989/1475266 total)
> (28.557340) page-pipe: Will grow page pipe (iov off is 990)
> (28.557349) page-pipe: Add iov to page pipe (0 iovs, 990/1475266 total)
> (28.557358) page-pipe: Will grow page pipe (iov off is 991)
> (28.557361) page-pipe: Add iov to page pipe (0 iovs, 991/1475266 total)
> (28.557370) page-pipe: Will grow page pipe (iov off is 992)
> (28.557373) page-pipe: Add iov to page pipe (0 iovs, 992/1475266 total)
> (28.557382) page-pipe: Will grow page pipe (iov off is 993)
> (28.557385) page-pipe: Add iov to page pipe (0 iovs, 993/1475266 total)
> (28.557398) page-pipe: Will grow page pipe (iov off is 994)
> (28.557400) page-pipe: Add iov to page pipe (0 iovs, 994/1475266 total)
> (28.557410) page-pipe: Will grow page pipe (iov off is 995)
> (28.557412) page-pipe: Add iov to page pipe (0 iovs, 995/1475266 total)
> (28.557422) page-pipe: Will grow page pipe (iov off is 996)
> (28.557425) page-pipe: Add iov to page pipe (0 iovs, 996/1475266 total)
> (28.557434) page-pipe: Will grow page pipe (iov off is 997)
> (28.557437) page-pipe: Page pipe:
> (28.557440) page-pipe: * 8 pipes 997/1475266 iovs:
> (28.557443) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557448) page-pipe: 		0x73f1a3000 512
> (28.557451) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557454) page-pipe: 		0x73f3a3000 512
> (28.557456) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557459) page-pipe: 		0x73f5a3000 512
> (28.557462) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557464) page-pipe: 		0x73f7a3000 512
> (28.557467) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557470) page-pipe: 		0x73f9a3000 512
> (28.557472) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557475) page-pipe: 		0x73fba3000 512
> (28.557478) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557480) page-pipe: 		0x73fda3000 512
> (28.557483) page-pipe: 	buf 512 pages, 1 iovs:
> (28.557486) page-pipe: 		0x73ffa3000 512
> (28.557488) page-pipe: * 0 holes:
> (28.557491) PPB: 512 pages 1 segs 512 pipe 989 off
> (28.557510) Sent msg to daemon 8 0 0
> (28.557523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557589) Fetched ack: 8 8 0
> (28.557595) PPB: 512 pages 1 segs 512 pipe 990 off
> (28.557602) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557608) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557654) Fetched ack: 8 8 0
> (28.557660) PPB: 512 pages 1 segs 512 pipe 991 off
> (28.557667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557712) Fetched ack: 8 8 0
> (28.557718) PPB: 512 pages 1 segs 512 pipe 992 off
> (28.557725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557770) Fetched ack: 8 8 0
> (28.557775) PPB: 512 pages 1 segs 512 pipe 993 off
> (28.557782) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557827) Fetched ack: 8 8 0
> (28.557833) PPB: 512 pages 1 segs 512 pipe 994 off
> (28.557840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557846) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557885) Fetched ack: 8 8 0
> (28.557891) PPB: 512 pages 1 segs 512 pipe 995 off
> (28.557898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.557942) Fetched ack: 8 8 0
> (28.557948) PPB: 512 pages 1 segs 512 pipe 996 off
> (28.557955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.557961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.558022) Fetched ack: 8 8 0
> (28.558028) Transfering pages:
> (28.558031) 	buf 512/1
> (28.558033) 	p 0x73f1a3000 [512]
> (28.593303) 	buf 512/1
> (28.593322) 	p 0x73f3a3000 [512]
> (28.629302) 	buf 512/1
> (28.629320) 	p 0x73f5a3000 [512]
> (28.665301) 	buf 512/1
> (28.665317) 	p 0x73f7a3000 [512]
> (28.701301) 	buf 512/1
> (28.701317) 	p 0x73f9a3000 [512]
> (28.737304) 	buf 512/1
> (28.737319) 	p 0x73fba3000 [512]
> (28.773303) 	buf 512/1
> (28.773316) 	p 0x73fda3000 [512]
> (28.809303) 	buf 512/1
> (28.809322) 	p 0x73ffa3000 [512]
> (28.845302) page-pipe: Clean up page pipe
> (28.845319) page-pipe: Will grow page pipe (iov off is 997)
> (28.845324) page-pipe: Add iov to page pipe (0 iovs, 997/1475266 total)
> (28.845341) page-pipe: Will grow page pipe (iov off is 998)
> (28.845350) page-pipe: Add iov to page pipe (0 iovs, 998/1475266 total)
> (28.845359) page-pipe: Will grow page pipe (iov off is 999)
> (28.845362) page-pipe: Add iov to page pipe (0 iovs, 999/1475266 total)
> (28.845371) page-pipe: Will grow page pipe (iov off is 1000)
> (28.845374) page-pipe: Add iov to page pipe (0 iovs, 1000/1475266 total)
> (28.845383) page-pipe: Will grow page pipe (iov off is 1001)
> (28.845386) page-pipe: Add iov to page pipe (0 iovs, 1001/1475266 total)
> (28.845400) page-pipe: Will grow page pipe (iov off is 1002)
> (28.845402) page-pipe: Add iov to page pipe (0 iovs, 1002/1475266 total)
> (28.845412) page-pipe: Will grow page pipe (iov off is 1003)
> (28.845415) page-pipe: Add iov to page pipe (0 iovs, 1003/1475266 total)
> (28.845424) page-pipe: Will grow page pipe (iov off is 1004)
> (28.845427) page-pipe: Add iov to page pipe (0 iovs, 1004/1475266 total)
> (28.845436) page-pipe: Will grow page pipe (iov off is 1005)
> (28.845439) page-pipe: Page pipe:
> (28.845442) page-pipe: * 8 pipes 1005/1475266 iovs:
> (28.845445) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845448) page-pipe: 		0x7401a3000 512
> (28.845452) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845454) page-pipe: 		0x7403a3000 512
> (28.845457) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845460) page-pipe: 		0x7405a3000 512
> (28.845462) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845465) page-pipe: 		0x7407a3000 512
> (28.845468) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845471) page-pipe: 		0x7409a3000 512
> (28.845473) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845476) page-pipe: 		0x740ba3000 512
> (28.845479) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845481) page-pipe: 		0x740da3000 512
> (28.845484) page-pipe: 	buf 512 pages, 1 iovs:
> (28.845487) page-pipe: 		0x740fa3000 512
> (28.845489) page-pipe: * 0 holes:
> (28.845492) PPB: 512 pages 1 segs 512 pipe 997 off
> (28.845511) Sent msg to daemon 8 0 0
> (28.845525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845586) Fetched ack: 8 8 0
> (28.845591) PPB: 512 pages 1 segs 512 pipe 998 off
> (28.845598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845644) Fetched ack: 8 8 0
> (28.845650) PPB: 512 pages 1 segs 512 pipe 999 off
> (28.845656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845701) Fetched ack: 8 8 0
> (28.845707) PPB: 512 pages 1 segs 512 pipe 1000 off
> (28.845714) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845720) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845759) Fetched ack: 8 8 0
> (28.845765) PPB: 512 pages 1 segs 512 pipe 1001 off
> (28.845772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845777) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845817) Fetched ack: 8 8 0
> (28.845823) PPB: 512 pages 1 segs 512 pipe 1002 off
> (28.845830) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845836) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845874) Fetched ack: 8 8 0
> (28.845881) PPB: 512 pages 1 segs 512 pipe 1003 off
> (28.845906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.845951) Fetched ack: 8 8 0
> (28.845956) PPB: 512 pages 1 segs 512 pipe 1004 off
> (28.845963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (28.845969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (28.846008) Fetched ack: 8 8 0
> (28.846015) Transfering pages:
> (28.846017) 	buf 512/1
> (28.846020) 	p 0x7401a3000 [512]
> (28.881303) 	buf 512/1
> (28.881317) 	p 0x7403a3000 [512]
> (28.917302) 	buf 512/1
> (28.917318) 	p 0x7405a3000 [512]
> (28.953307) 	buf 512/1
> (28.953322) 	p 0x7407a3000 [512]
> (28.989300) 	buf 512/1
> (28.989314) 	p 0x7409a3000 [512]
> (29.025301) 	buf 512/1
> (29.025318) 	p 0x740ba3000 [512]
> (29.061301) 	buf 512/1
> (29.061316) 	p 0x740da3000 [512]
> (29.097302) 	buf 512/1
> (29.097319) 	p 0x740fa3000 [512]
> (29.133302) page-pipe: Clean up page pipe
> (29.133318) page-pipe: Will grow page pipe (iov off is 1005)
> (29.133324) page-pipe: Add iov to page pipe (0 iovs, 1005/1475266 total)
> (29.133340) page-pipe: Will grow page pipe (iov off is 1006)
> (29.133350) page-pipe: Add iov to page pipe (0 iovs, 1006/1475266 total)
> (29.133359) page-pipe: Will grow page pipe (iov off is 1007)
> (29.133362) page-pipe: Add iov to page pipe (0 iovs, 1007/1475266 total)
> (29.133371) page-pipe: Will grow page pipe (iov off is 1008)
> (29.133374) page-pipe: Add iov to page pipe (0 iovs, 1008/1475266 total)
> (29.133383) page-pipe: Will grow page pipe (iov off is 1009)
> (29.133386) page-pipe: Add iov to page pipe (0 iovs, 1009/1475266 total)
> (29.133398) page-pipe: Will grow page pipe (iov off is 1010)
> (29.133401) page-pipe: Add iov to page pipe (0 iovs, 1010/1475266 total)
> (29.133410) page-pipe: Will grow page pipe (iov off is 1011)
> (29.133414) page-pipe: Add iov to page pipe (0 iovs, 1011/1475266 total)
> (29.133423) page-pipe: Will grow page pipe (iov off is 1012)
> (29.133426) page-pipe: Add iov to page pipe (0 iovs, 1012/1475266 total)
> (29.133435) page-pipe: Will grow page pipe (iov off is 1013)
> (29.133438) page-pipe: Page pipe:
> (29.133441) page-pipe: * 8 pipes 1013/1475266 iovs:
> (29.133444) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133447) page-pipe: 		0x7411a3000 512
> (29.133450) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133453) page-pipe: 		0x7413a3000 512
> (29.133456) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133458) page-pipe: 		0x7415a3000 512
> (29.133461) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133464) page-pipe: 		0x7417a3000 512
> (29.133467) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133469) page-pipe: 		0x7419a3000 512
> (29.133472) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133475) page-pipe: 		0x741ba3000 512
> (29.133478) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133480) page-pipe: 		0x741da3000 512
> (29.133483) page-pipe: 	buf 512 pages, 1 iovs:
> (29.133486) page-pipe: 		0x741fa3000 512
> (29.133489) page-pipe: * 0 holes:
> (29.133491) PPB: 512 pages 1 segs 512 pipe 1005 off
> (29.133511) Sent msg to daemon 8 0 0
> (29.133524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133582) Fetched ack: 8 8 0
> (29.133588) PPB: 512 pages 1 segs 512 pipe 1006 off
> (29.133595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133641) Fetched ack: 8 8 0
> (29.133647) PPB: 512 pages 1 segs 512 pipe 1007 off
> (29.133653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133699) Fetched ack: 8 8 0
> (29.133705) PPB: 512 pages 1 segs 512 pipe 1008 off
> (29.133711) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133717) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133756) Fetched ack: 8 8 0
> (29.133762) PPB: 512 pages 1 segs 512 pipe 1009 off
> (29.133769) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133775) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133816) Fetched ack: 8 8 0
> (29.133822) PPB: 512 pages 1 segs 512 pipe 1010 off
> (29.133829) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133834) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133874) Fetched ack: 8 8 0
> (29.133880) PPB: 512 pages 1 segs 512 pipe 1011 off
> (29.133887) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133893) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (29.133931) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (29.133935) PPB: 512 pages 1 segs 512 pipe 1012 off
> (29.133944) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.133950) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.133990) Fetched ack: 8 8 0
> (29.133997) Transfering pages:
> (29.133999) 	buf 512/1
> (29.134002) 	p 0x7411a3000 [512]
> (29.169302) 	buf 512/1
> (29.169319) 	p 0x7413a3000 [512]
> (29.205304) 	buf 512/1
> (29.205320) 	p 0x7415a3000 [512]
> (29.241306) 	buf 512/1
> (29.241322) 	p 0x7417a3000 [512]
> (29.277302) 	buf 512/1
> (29.277318) 	p 0x7419a3000 [512]
> (29.313303) 	buf 512/1
> (29.313319) 	p 0x741ba3000 [512]
> (29.349306) 	buf 512/1
> (29.349320) 	p 0x741da3000 [512]
> (29.385303) 	buf 512/1
> (29.385318) 	p 0x741fa3000 [512]
> (29.421304) page-pipe: Clean up page pipe
> (29.421320) page-pipe: Will grow page pipe (iov off is 1013)
> (29.421326) page-pipe: Add iov to page pipe (0 iovs, 1013/1475266 total)
> (29.421348) page-pipe: Will grow page pipe (iov off is 1014)
> (29.421350) page-pipe: Add iov to page pipe (0 iovs, 1014/1475266 total)
> (29.421360) page-pipe: Will grow page pipe (iov off is 1015)
> (29.421362) page-pipe: Add iov to page pipe (0 iovs, 1015/1475266 total)
> (29.421372) page-pipe: Will grow page pipe (iov off is 1016)
> (29.421374) page-pipe: Add iov to page pipe (0 iovs, 1016/1475266 total)
> (29.421383) page-pipe: Will grow page pipe (iov off is 1017)
> (29.421386) page-pipe: Add iov to page pipe (0 iovs, 1017/1475266 total)
> (29.421399) page-pipe: Will grow page pipe (iov off is 1018)
> (29.421402) page-pipe: Add iov to page pipe (0 iovs, 1018/1475266 total)
> (29.421412) page-pipe: Will grow page pipe (iov off is 1019)
> (29.421414) page-pipe: Add iov to page pipe (0 iovs, 1019/1475266 total)
> (29.421424) page-pipe: Will grow page pipe (iov off is 1020)
> (29.421426) page-pipe: Add iov to page pipe (0 iovs, 1020/1475266 total)
> (29.421435) page-pipe: Will grow page pipe (iov off is 1021)
> (29.421439) page-pipe: Page pipe:
> (29.421441) page-pipe: * 8 pipes 1021/1475266 iovs:
> (29.421445) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421447) page-pipe: 		0x7421a3000 512
> (29.421451) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421453) page-pipe: 		0x7423a3000 512
> (29.421456) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421459) page-pipe: 		0x7425a3000 512
> (29.421462) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421464) page-pipe: 		0x7427a3000 512
> (29.421467) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421470) page-pipe: 		0x7429a3000 512
> (29.421472) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421475) page-pipe: 		0x742ba3000 512
> (29.421478) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421480) page-pipe: 		0x742da3000 512
> (29.421483) page-pipe: 	buf 512 pages, 1 iovs:
> (29.421486) page-pipe: 		0x742fa3000 512
> (29.421489) page-pipe: * 0 holes:
> (29.421492) PPB: 512 pages 1 segs 512 pipe 1013 off
> (29.421510) Sent msg to daemon 8 0 0
> (29.421523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421583) Fetched ack: 8 8 0
> (29.421589) PPB: 512 pages 1 segs 512 pipe 1014 off
> (29.421596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421643) Fetched ack: 8 8 0
> (29.421648) PPB: 512 pages 1 segs 512 pipe 1015 off
> (29.421655) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421701) Fetched ack: 8 8 0
> (29.421706) PPB: 512 pages 1 segs 512 pipe 1016 off
> (29.421733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421779) Fetched ack: 8 8 0
> (29.421785) PPB: 512 pages 1 segs 512 pipe 1017 off
> (29.421792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421838) Fetched ack: 8 8 0
> (29.421843) PPB: 512 pages 1 segs 512 pipe 1018 off
> (29.421851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421896) Fetched ack: 8 8 0
> (29.421902) PPB: 512 pages 1 segs 512 pipe 1019 off
> (29.421909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421915) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.421955) Fetched ack: 8 8 0
> (29.421961) PPB: 512 pages 1 segs 512 pipe 1020 off
> (29.421968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.421973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.422013) Fetched ack: 8 8 0
> (29.422019) Transfering pages:
> (29.422022) 	buf 512/1
> (29.422024) 	p 0x7421a3000 [512]
> (29.457307) 	buf 512/1
> (29.457319) 	p 0x7423a3000 [512]
> (29.493304) 	buf 512/1
> (29.493322) 	p 0x7425a3000 [512]
> (29.529303) 	buf 512/1
> (29.529320) 	p 0x7427a3000 [512]
> (29.565303) 	buf 512/1
> (29.565319) 	p 0x7429a3000 [512]
> (29.601304) 	buf 512/1
> (29.601319) 	p 0x742ba3000 [512]
> (29.637303) 	buf 512/1
> (29.637319) 	p 0x742da3000 [512]
> (29.673303) 	buf 512/1
> (29.673318) 	p 0x742fa3000 [512]
> (29.709302) page-pipe: Clean up page pipe
> (29.709318) page-pipe: Will grow page pipe (iov off is 1021)
> (29.709323) page-pipe: Add iov to page pipe (0 iovs, 1021/1475266 total)
> (29.709341) page-pipe: Will grow page pipe (iov off is 1022)
> (29.709350) page-pipe: Add iov to page pipe (0 iovs, 1022/1475266 total)
> (29.709359) page-pipe: Will grow page pipe (iov off is 1023)
> (29.709362) page-pipe: Add iov to page pipe (0 iovs, 1023/1475266 total)
> (29.709371) page-pipe: Will grow page pipe (iov off is 1024)
> (29.709374) page-pipe: Add iov to page pipe (0 iovs, 1024/1475266 total)
> (29.709383) page-pipe: Will grow page pipe (iov off is 1025)
> (29.709386) page-pipe: Add iov to page pipe (0 iovs, 1025/1475266 total)
> (29.709399) page-pipe: Will grow page pipe (iov off is 1026)
> (29.709402) page-pipe: Add iov to page pipe (0 iovs, 1026/1475266 total)
> (29.709411) page-pipe: Will grow page pipe (iov off is 1027)
> (29.709414) page-pipe: Add iov to page pipe (0 iovs, 1027/1475266 total)
> (29.709423) page-pipe: Will grow page pipe (iov off is 1028)
> (29.709426) page-pipe: Add iov to page pipe (0 iovs, 1028/1475266 total)
> (29.709435) page-pipe: Will grow page pipe (iov off is 1029)
> (29.709439) page-pipe: Page pipe:
> (29.709442) page-pipe: * 8 pipes 1029/1475266 iovs:
> (29.709445) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709447) page-pipe: 		0x7431a3000 512
> (29.709451) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709453) page-pipe: 		0x7433a3000 512
> (29.709456) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709459) page-pipe: 		0x7435a3000 512
> (29.709461) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709464) page-pipe: 		0x7437a3000 512
> (29.709467) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709470) page-pipe: 		0x7439a3000 512
> (29.709472) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709475) page-pipe: 		0x743ba3000 512
> (29.709478) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709480) page-pipe: 		0x743da3000 512
> (29.709483) page-pipe: 	buf 512 pages, 1 iovs:
> (29.709486) page-pipe: 		0x743fa3000 512
> (29.709488) page-pipe: * 0 holes:
> (29.709491) PPB: 512 pages 1 segs 512 pipe 1021 off
> (29.709511) Sent msg to daemon 8 0 0
> (29.709524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.709585) Fetched ack: 8 8 0
> (29.709591) PPB: 512 pages 1 segs 512 pipe 1022 off
> (29.709598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (29.709645) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (29.709665) PPB: 512 pages 1 segs 512 pipe 1023 off
> (29.709674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.709721) Fetched ack: 8 8 0
> (29.709727) PPB: 512 pages 1 segs 512 pipe 1024 off
> (29.709734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.709779) Fetched ack: 8 8 0
> (29.709784) PPB: 512 pages 1 segs 512 pipe 1025 off
> (29.709791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.709836) Fetched ack: 8 8 0
> (29.709842) PPB: 512 pages 1 segs 512 pipe 1026 off
> (29.709849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.709893) Fetched ack: 8 8 0
> (29.709899) PPB: 512 pages 1 segs 512 pipe 1027 off
> (29.709906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.709950) Fetched ack: 8 8 0
> (29.709955) PPB: 512 pages 1 segs 512 pipe 1028 off
> (29.709962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.709968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.710007) Fetched ack: 8 8 0
> (29.710013) Transfering pages:
> (29.710016) 	buf 512/1
> (29.710018) 	p 0x7431a3000 [512]
> (29.745302) 	buf 512/1
> (29.745316) 	p 0x7433a3000 [512]
> (29.781303) 	buf 512/1
> (29.781320) 	p 0x7435a3000 [512]
> (29.817302) 	buf 512/1
> (29.817317) 	p 0x7437a3000 [512]
> (29.853301) 	buf 512/1
> (29.853315) 	p 0x7439a3000 [512]
> (29.889301) 	buf 512/1
> (29.889317) 	p 0x743ba3000 [512]
> (29.925302) 	buf 512/1
> (29.925317) 	p 0x743da3000 [512]
> (29.961301) 	buf 512/1
> (29.961316) 	p 0x743fa3000 [512]
> (29.997305) page-pipe: Clean up page pipe
> (29.997322) page-pipe: Will grow page pipe (iov off is 1029)
> (29.997326) page-pipe: Add iov to page pipe (0 iovs, 1029/1475266 total)
> (29.997340) page-pipe: Will grow page pipe (iov off is 1030)
> (29.997343) page-pipe: Add iov to page pipe (0 iovs, 1030/1475266 total)
> (29.997352) page-pipe: Will grow page pipe (iov off is 1031)
> (29.997355) page-pipe: Add iov to page pipe (0 iovs, 1031/1475266 total)
> (29.997365) page-pipe: Will grow page pipe (iov off is 1032)
> (29.997367) page-pipe: Add iov to page pipe (0 iovs, 1032/1475266 total)
> (29.997377) page-pipe: Will grow page pipe (iov off is 1033)
> (29.997379) page-pipe: Add iov to page pipe (0 iovs, 1033/1475266 total)
> (29.997392) page-pipe: Will grow page pipe (iov off is 1034)
> (29.997395) page-pipe: Add iov to page pipe (0 iovs, 1034/1475266 total)
> (29.997404) page-pipe: Will grow page pipe (iov off is 1035)
> (29.997407) page-pipe: Add iov to page pipe (0 iovs, 1035/1475266 total)
> (29.997417) page-pipe: Will grow page pipe (iov off is 1036)
> (29.997419) page-pipe: Add iov to page pipe (0 iovs, 1036/1475266 total)
> (29.997429) page-pipe: Will grow page pipe (iov off is 1037)
> (29.997432) page-pipe: Page pipe:
> (29.997435) page-pipe: * 8 pipes 1037/1475266 iovs:
> (29.997438) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997441) page-pipe: 		0x7441a3000 512
> (29.997444) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997447) page-pipe: 		0x7443a3000 512
> (29.997450) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997453) page-pipe: 		0x7445a3000 512
> (29.997455) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997458) page-pipe: 		0x7447a3000 512
> (29.997461) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997464) page-pipe: 		0x7449a3000 512
> (29.997467) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997469) page-pipe: 		0x744ba3000 512
> (29.997472) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997475) page-pipe: 		0x744da3000 512
> (29.997478) page-pipe: 	buf 512 pages, 1 iovs:
> (29.997480) page-pipe: 		0x744fa3000 512
> (29.997483) page-pipe: * 0 holes:
> (29.997486) PPB: 512 pages 1 segs 512 pipe 1029 off
> (29.997507) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.997537) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.997589) Fetched ack: 8 8 0
> (29.997595) PPB: 512 pages 1 segs 512 pipe 1030 off
> (29.997602) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.997609) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.997649) Fetched ack: 8 8 0
> (29.997655) PPB: 512 pages 1 segs 512 pipe 1031 off
> (29.997662) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.997668) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.997710) Fetched ack: 8 8 0
> (29.997716) PPB: 512 pages 1 segs 512 pipe 1032 off
> (29.997723) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.997729) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.997770) Fetched ack: 8 8 0
> (29.997776) PPB: 512 pages 1 segs 512 pipe 1033 off
> (29.997783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.997789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.997831) Fetched ack: 8 8 0
> (29.997837) PPB: 512 pages 1 segs 512 pipe 1034 off
> (29.997844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (29.997850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (29.997890) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (29.997895) PPB: 512 pages 1 segs 512 pipe 1035 off
> (29.997983) Sent msg to daemon 8 0 0
> (29.998008) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.998087) Fetched ack: 8 8 0
> (29.998092) PPB: 512 pages 1 segs 512 pipe 1036 off
> (29.998098) Sent msg to daemon 8 0 0
> (29.998104) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (29.998158) Fetched ack: 8 8 0
> (29.998163) Transfering pages:
> (29.998166) 	buf 512/1
> (29.998169) 	p 0x7441a3000 [512]
> (30.033304) 	buf 512/1
> (30.033327) 	p 0x7443a3000 [512]
> (30.069301) 	buf 512/1
> (30.069319) 	p 0x7445a3000 [512]
> (30.105305) 	buf 512/1
> (30.105320) 	p 0x7447a3000 [512]
> (30.141298) 	buf 512/1
> (30.141314) 	p 0x7449a3000 [512]
> (30.177304) 	buf 512/1
> (30.177323) 	p 0x744ba3000 [512]
> (30.213303) 	buf 512/1
> (30.213318) 	p 0x744da3000 [512]
> (30.249305) 	buf 512/1
> (30.249322) 	p 0x744fa3000 [512]
> (30.285298) page-pipe: Clean up page pipe
> (30.285318) page-pipe: Will grow page pipe (iov off is 1037)
> (30.285323) page-pipe: Add iov to page pipe (0 iovs, 1037/1475266 total)
> (30.285340) page-pipe: Will grow page pipe (iov off is 1038)
> (30.285349) page-pipe: Add iov to page pipe (0 iovs, 1038/1475266 total)
> (30.285358) page-pipe: Will grow page pipe (iov off is 1039)
> (30.285361) page-pipe: Add iov to page pipe (0 iovs, 1039/1475266 total)
> (30.285370) page-pipe: Will grow page pipe (iov off is 1040)
> (30.285373) page-pipe: Add iov to page pipe (0 iovs, 1040/1475266 total)
> (30.285382) page-pipe: Will grow page pipe (iov off is 1041)
> (30.285385) page-pipe: Add iov to page pipe (0 iovs, 1041/1475266 total)
> (30.285398) page-pipe: Will grow page pipe (iov off is 1042)
> (30.285400) page-pipe: Add iov to page pipe (0 iovs, 1042/1475266 total)
> (30.285410) page-pipe: Will grow page pipe (iov off is 1043)
> (30.285412) page-pipe: Add iov to page pipe (0 iovs, 1043/1475266 total)
> (30.285422) page-pipe: Will grow page pipe (iov off is 1044)
> (30.285424) page-pipe: Add iov to page pipe (0 iovs, 1044/1475266 total)
> (30.285434) page-pipe: Will grow page pipe (iov off is 1045)
> (30.285437) page-pipe: Page pipe:
> (30.285439) page-pipe: * 8 pipes 1045/1475266 iovs:
> (30.285443) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285445) page-pipe: 		0x7451a3000 512
> (30.285449) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285452) page-pipe: 		0x7453a3000 512
> (30.285454) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285457) page-pipe: 		0x7455a3000 512
> (30.285460) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285462) page-pipe: 		0x7457a3000 512
> (30.285465) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285468) page-pipe: 		0x7459a3000 512
> (30.285470) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285489) page-pipe: 		0x745ba3000 512
> (30.285493) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285496) page-pipe: 		0x745da3000 512
> (30.285499) page-pipe: 	buf 512 pages, 1 iovs:
> (30.285501) page-pipe: 		0x745fa3000 512
> (30.285504) page-pipe: * 0 holes:
> (30.285507) PPB: 512 pages 1 segs 512 pipe 1037 off
> (30.285529) Sent msg to daemon 8 0 0
> (30.285542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285606) Fetched ack: 8 8 0
> (30.285611) PPB: 512 pages 1 segs 512 pipe 1038 off
> (30.285619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285666) Fetched ack: 8 8 0
> (30.285672) PPB: 512 pages 1 segs 512 pipe 1039 off
> (30.285679) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285685) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285724) Fetched ack: 8 8 0
> (30.285730) PPB: 512 pages 1 segs 512 pipe 1040 off
> (30.285737) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285743) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285782) Fetched ack: 8 8 0
> (30.285788) PPB: 512 pages 1 segs 512 pipe 1041 off
> (30.285795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285840) Fetched ack: 8 8 0
> (30.285846) PPB: 512 pages 1 segs 512 pipe 1042 off
> (30.285853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285898) Fetched ack: 8 8 0
> (30.285904) PPB: 512 pages 1 segs 512 pipe 1043 off
> (30.285911) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.285955) Fetched ack: 8 8 0
> (30.285961) PPB: 512 pages 1 segs 512 pipe 1044 off
> (30.285968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.285974) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.286012) Fetched ack: 8 8 0
> (30.286019) Transfering pages:
> (30.286021) 	buf 512/1
> (30.286024) 	p 0x7451a3000 [512]
> (30.321307) 	buf 512/1
> (30.321323) 	p 0x7453a3000 [512]
> (30.357306) 	buf 512/1
> (30.357323) 	p 0x7455a3000 [512]
> (30.393304) 	buf 512/1
> (30.393320) 	p 0x7457a3000 [512]
> (30.429301) 	buf 512/1
> (30.429319) 	p 0x7459a3000 [512]
> (30.465301) 	buf 512/1
> (30.465317) 	p 0x745ba3000 [512]
> (30.501302) 	buf 512/1
> (30.501320) 	p 0x745da3000 [512]
> (30.537303) 	buf 512/1
> (30.537318) 	p 0x745fa3000 [512]
> (30.573304) page-pipe: Clean up page pipe
> (30.573323) page-pipe: Will grow page pipe (iov off is 1045)
> (30.573328) page-pipe: Add iov to page pipe (0 iovs, 1045/1475266 total)
> (30.573345) page-pipe: Will grow page pipe (iov off is 1046)
> (30.573354) page-pipe: Add iov to page pipe (0 iovs, 1046/1475266 total)
> (30.573364) page-pipe: Will grow page pipe (iov off is 1047)
> (30.573366) page-pipe: Add iov to page pipe (0 iovs, 1047/1475266 total)
> (30.573375) page-pipe: Will grow page pipe (iov off is 1048)
> (30.573378) page-pipe: Add iov to page pipe (0 iovs, 1048/1475266 total)
> (30.573387) page-pipe: Will grow page pipe (iov off is 1049)
> (30.573390) page-pipe: Add iov to page pipe (0 iovs, 1049/1475266 total)
> (30.573403) page-pipe: Will grow page pipe (iov off is 1050)
> (30.573406) page-pipe: Add iov to page pipe (0 iovs, 1050/1475266 total)
> (30.573415) page-pipe: Will grow page pipe (iov off is 1051)
> (30.573418) page-pipe: Add iov to page pipe (0 iovs, 1051/1475266 total)
> (30.573427) page-pipe: Will grow page pipe (iov off is 1052)
> (30.573430) page-pipe: Add iov to page pipe (0 iovs, 1052/1475266 total)
> (30.573439) page-pipe: Will grow page pipe (iov off is 1053)
> (30.573442) page-pipe: Page pipe:
> (30.573445) page-pipe: * 8 pipes 1053/1475266 iovs:
> (30.573448) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573451) page-pipe: 		0x7461a3000 512
> (30.573454) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573476) page-pipe: 		0x7463a3000 512
> (30.573480) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573483) page-pipe: 		0x7465a3000 512
> (30.573486) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573488) page-pipe: 		0x7467a3000 512
> (30.573491) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573494) page-pipe: 		0x7469a3000 512
> (30.573497) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573499) page-pipe: 		0x746ba3000 512
> (30.573502) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573505) page-pipe: 		0x746da3000 512
> (30.573508) page-pipe: 	buf 512 pages, 1 iovs:
> (30.573510) page-pipe: 		0x746fa3000 512
> (30.573513) page-pipe: * 0 holes:
> (30.573516) PPB: 512 pages 1 segs 512 pipe 1045 off
> (30.573537) Sent msg to daemon 8 0 0
> (30.573551) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573613) Fetched ack: 8 8 0
> (30.573618) PPB: 512 pages 1 segs 512 pipe 1046 off
> (30.573625) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573632) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573674) Fetched ack: 8 8 0
> (30.573680) PPB: 512 pages 1 segs 512 pipe 1047 off
> (30.573687) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573693) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573734) Fetched ack: 8 8 0
> (30.573740) PPB: 512 pages 1 segs 512 pipe 1048 off
> (30.573747) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573753) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573793) Fetched ack: 8 8 0
> (30.573799) PPB: 512 pages 1 segs 512 pipe 1049 off
> (30.573805) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573811) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573850) Fetched ack: 8 8 0
> (30.573856) PPB: 512 pages 1 segs 512 pipe 1050 off
> (30.573863) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573869) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573908) Fetched ack: 8 8 0
> (30.573914) PPB: 512 pages 1 segs 512 pipe 1051 off
> (30.573920) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573926) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.573964) Fetched ack: 8 8 0
> (30.573970) PPB: 512 pages 1 segs 512 pipe 1052 off
> (30.573976) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.573982) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.574021) Fetched ack: 8 8 0
> (30.574027) Transfering pages:
> (30.574030) 	buf 512/1
> (30.574033) 	p 0x7461a3000 [512]
> (30.609303) 	buf 512/1
> (30.609318) 	p 0x7463a3000 [512]
> (30.645302) 	buf 512/1
> (30.645321) 	p 0x7465a3000 [512]
> (30.681303) 	buf 512/1
> (30.681318) 	p 0x7467a3000 [512]
> (30.717301) 	buf 512/1
> (30.717325) 	p 0x7469a3000 [512]
> (30.753302) 	buf 512/1
> (30.753318) 	p 0x746ba3000 [512]
> (30.789303) 	buf 512/1
> (30.789320) 	p 0x746da3000 [512]
> (30.825303) 	buf 512/1
> (30.825317) 	p 0x746fa3000 [512]
> (30.861307) page-pipe: Clean up page pipe
> (30.861330) page-pipe: Will grow page pipe (iov off is 1053)
> (30.861335) page-pipe: Add iov to page pipe (0 iovs, 1053/1475266 total)
> (30.861355) page-pipe: Will grow page pipe (iov off is 1054)
> (30.861358) page-pipe: Add iov to page pipe (0 iovs, 1054/1475266 total)
> (30.861367) page-pipe: Will grow page pipe (iov off is 1055)
> (30.861370) page-pipe: Add iov to page pipe (0 iovs, 1055/1475266 total)
> (30.861379) page-pipe: Will grow page pipe (iov off is 1056)
> (30.861382) page-pipe: Add iov to page pipe (0 iovs, 1056/1475266 total)
> (30.861391) page-pipe: Will grow page pipe (iov off is 1057)
> (30.861394) page-pipe: Add iov to page pipe (0 iovs, 1057/1475266 total)
> (30.861407) page-pipe: Will grow page pipe (iov off is 1058)
> (30.861409) page-pipe: Add iov to page pipe (0 iovs, 1058/1475266 total)
> (30.861419) page-pipe: Will grow page pipe (iov off is 1059)
> (30.861422) page-pipe: Add iov to page pipe (0 iovs, 1059/1475266 total)
> (30.861431) page-pipe: Will grow page pipe (iov off is 1060)
> (30.861451) page-pipe: Add iov to page pipe (0 iovs, 1060/1475266 total)
> (30.861462) page-pipe: Will grow page pipe (iov off is 1061)
> (30.861466) page-pipe: Page pipe:
> (30.861469) page-pipe: * 8 pipes 1061/1475266 iovs:
> (30.861472) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861475) page-pipe: 		0x7471a3000 512
> (30.861478) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861481) page-pipe: 		0x7473a3000 512
> (30.861483) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861486) page-pipe: 		0x7475a3000 512
> (30.861489) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861492) page-pipe: 		0x7477a3000 512
> (30.861494) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861497) page-pipe: 		0x7479a3000 512
> (30.861500) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861502) page-pipe: 		0x747ba3000 512
> (30.861505) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861508) page-pipe: 		0x747da3000 512
> (30.861510) page-pipe: 	buf 512 pages, 1 iovs:
> (30.861513) page-pipe: 		0x747fa3000 512
> (30.861516) page-pipe: * 0 holes:
> (30.861519) PPB: 512 pages 1 segs 512 pipe 1053 off
> (30.861539) Sent msg to daemon 8 0 0
> (30.861553) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861614) Fetched ack: 8 8 0
> (30.861619) PPB: 512 pages 1 segs 512 pipe 1054 off
> (30.861627) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861633) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861674) Fetched ack: 8 8 0
> (30.861680) PPB: 512 pages 1 segs 512 pipe 1055 off
> (30.861687) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861692) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861733) Fetched ack: 8 8 0
> (30.861739) PPB: 512 pages 1 segs 512 pipe 1056 off
> (30.861746) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861752) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861791) Fetched ack: 8 8 0
> (30.861797) PPB: 512 pages 1 segs 512 pipe 1057 off
> (30.861804) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861810) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861849) Fetched ack: 8 8 0
> (30.861856) PPB: 512 pages 1 segs 512 pipe 1058 off
> (30.861863) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861868) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861909) Fetched ack: 8 8 0
> (30.861915) PPB: 512 pages 1 segs 512 pipe 1059 off
> (30.861922) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861928) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.861967) Fetched ack: 8 8 0
> (30.861973) PPB: 512 pages 1 segs 512 pipe 1060 off
> (30.861979) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (30.861985) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (30.862023) Fetched ack: 8 8 0
> (30.862030) Transfering pages:
> (30.862033) 	buf 512/1
> (30.862035) 	p 0x7471a3000 [512]
> (30.897303) 	buf 512/1
> (30.897320) 	p 0x7473a3000 [512]
> (30.933303) 	buf 512/1
> (30.933321) 	p 0x7475a3000 [512]
> (30.969302) 	buf 512/1
> (30.969317) 	p 0x7477a3000 [512]
> (31.005301) 	buf 512/1
> (31.005319) 	p 0x7479a3000 [512]
> (31.041302) 	buf 512/1
> (31.041318) 	p 0x747ba3000 [512]
> (31.077303) 	buf 512/1
> (31.077318) 	p 0x747da3000 [512]
> (31.113306) 	buf 512/1
> (31.113325) 	p 0x747fa3000 [512]
> (31.149306) page-pipe: Clean up page pipe
> (31.149326) page-pipe: Will grow page pipe (iov off is 1061)
> (31.149332) page-pipe: Add iov to page pipe (0 iovs, 1061/1475266 total)
> (31.149353) page-pipe: Will grow page pipe (iov off is 1062)
> (31.149356) page-pipe: Add iov to page pipe (0 iovs, 1062/1475266 total)
> (31.149365) page-pipe: Will grow page pipe (iov off is 1063)
> (31.149368) page-pipe: Add iov to page pipe (0 iovs, 1063/1475266 total)
> (31.149378) page-pipe: Will grow page pipe (iov off is 1064)
> (31.149381) page-pipe: Add iov to page pipe (0 iovs, 1064/1475266 total)
> (31.149390) page-pipe: Will grow page pipe (iov off is 1065)
> (31.149392) page-pipe: Add iov to page pipe (0 iovs, 1065/1475266 total)
> (31.149423) page-pipe: Will grow page pipe (iov off is 1066)
> (31.149426) page-pipe: Add iov to page pipe (0 iovs, 1066/1475266 total)
> (31.149436) page-pipe: Will grow page pipe (iov off is 1067)
> (31.149439) page-pipe: Add iov to page pipe (0 iovs, 1067/1475266 total)
> (31.149448) page-pipe: Will grow page pipe (iov off is 1068)
> (31.149451) page-pipe: Add iov to page pipe (0 iovs, 1068/1475266 total)
> (31.149460) page-pipe: Will grow page pipe (iov off is 1069)
> (31.149464) page-pipe: Page pipe:
> (31.149467) page-pipe: * 8 pipes 1069/1475266 iovs:
> (31.149470) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149473) page-pipe: 		0x7481a3000 512
> (31.149476) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149479) page-pipe: 		0x7483a3000 512
> (31.149482) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149484) page-pipe: 		0x7485a3000 512
> (31.149487) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149490) page-pipe: 		0x7487a3000 512
> (31.149492) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149495) page-pipe: 		0x7489a3000 512
> (31.149498) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149501) page-pipe: 		0x748ba3000 512
> (31.149503) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149506) page-pipe: 		0x748da3000 512
> (31.149509) page-pipe: 	buf 512 pages, 1 iovs:
> (31.149511) page-pipe: 		0x748fa3000 512
> (31.149514) page-pipe: * 0 holes:
> (31.149517) PPB: 512 pages 1 segs 512 pipe 1061 off
> (31.149537) Sent msg to daemon 8 0 0
> (31.149550) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149612) Fetched ack: 8 8 0
> (31.149617) PPB: 512 pages 1 segs 512 pipe 1062 off
> (31.149625) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149631) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149673) Fetched ack: 8 8 0
> (31.149678) PPB: 512 pages 1 segs 512 pipe 1063 off
> (31.149685) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149692) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149731) Fetched ack: 8 8 0
> (31.149737) PPB: 512 pages 1 segs 512 pipe 1064 off
> (31.149743) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149749) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149788) Fetched ack: 8 8 0
> (31.149794) PPB: 512 pages 1 segs 512 pipe 1065 off
> (31.149801) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149807) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149845) Fetched ack: 8 8 0
> (31.149851) PPB: 512 pages 1 segs 512 pipe 1066 off
> (31.149858) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149863) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149904) Fetched ack: 8 8 0
> (31.149910) PPB: 512 pages 1 segs 512 pipe 1067 off
> (31.149917) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149923) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.149961) Fetched ack: 8 8 0
> (31.149967) PPB: 512 pages 1 segs 512 pipe 1068 off
> (31.149974) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.149979) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.150019) Fetched ack: 8 8 0
> (31.150025) Transfering pages:
> (31.150027) 	buf 512/1
> (31.150030) 	p 0x7481a3000 [512]
> (31.185304) 	buf 512/1
> (31.185318) 	p 0x7483a3000 [512]
> (31.221305) 	buf 512/1
> (31.221322) 	p 0x7485a3000 [512]
> (31.257304) 	buf 512/1
> (31.257320) 	p 0x7487a3000 [512]
> (31.293304) 	buf 512/1
> (31.293320) 	p 0x7489a3000 [512]
> (31.329297) 	buf 512/1
> (31.329314) 	p 0x748ba3000 [512]
> (31.365302) 	buf 512/1
> (31.365318) 	p 0x748da3000 [512]
> (31.401303) 	buf 512/1
> (31.401324) 	p 0x748fa3000 [512]
> (31.437302) page-pipe: Clean up page pipe
> (31.437320) page-pipe: Will grow page pipe (iov off is 1069)
> (31.437331) page-pipe: Add iov to page pipe (0 iovs, 1069/1475266 total)
> (31.437345) page-pipe: Will grow page pipe (iov off is 1070)
> (31.437348) page-pipe: Add iov to page pipe (0 iovs, 1070/1475266 total)
> (31.437357) page-pipe: Will grow page pipe (iov off is 1071)
> (31.437379) page-pipe: Add iov to page pipe (0 iovs, 1071/1475266 total)
> (31.437389) page-pipe: Will grow page pipe (iov off is 1072)
> (31.437392) page-pipe: Add iov to page pipe (0 iovs, 1072/1475266 total)
> (31.437401) page-pipe: Will grow page pipe (iov off is 1073)
> (31.437404) page-pipe: Add iov to page pipe (0 iovs, 1073/1475266 total)
> (31.437417) page-pipe: Will grow page pipe (iov off is 1074)
> (31.437420) page-pipe: Add iov to page pipe (0 iovs, 1074/1475266 total)
> (31.437429) page-pipe: Will grow page pipe (iov off is 1075)
> (31.437432) page-pipe: Add iov to page pipe (0 iovs, 1075/1475266 total)
> (31.437441) page-pipe: Will grow page pipe (iov off is 1076)
> (31.437444) page-pipe: Add iov to page pipe (0 iovs, 1076/1475266 total)
> (31.437453) page-pipe: Will grow page pipe (iov off is 1077)
> (31.437457) page-pipe: Page pipe:
> (31.437460) page-pipe: * 8 pipes 1077/1475266 iovs:
> (31.437463) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437466) page-pipe: 		0x7491a3000 512
> (31.437469) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437472) page-pipe: 		0x7493a3000 512
> (31.437475) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437478) page-pipe: 		0x7495a3000 512
> (31.437481) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437483) page-pipe: 		0x7497a3000 512
> (31.437486) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437489) page-pipe: 		0x7499a3000 512
> (31.437492) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437495) page-pipe: 		0x749ba3000 512
> (31.437497) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437500) page-pipe: 		0x749da3000 512
> (31.437503) page-pipe: 	buf 512 pages, 1 iovs:
> (31.437506) page-pipe: 		0x749fa3000 512
> (31.437509) page-pipe: * 0 holes:
> (31.437511) PPB: 512 pages 1 segs 512 pipe 1069 off
> (31.437532) Sent msg to daemon 8 0 0
> (31.437545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437608) Fetched ack: 8 8 0
> (31.437613) PPB: 512 pages 1 segs 512 pipe 1070 off
> (31.437620) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437627) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437666) Fetched ack: 8 8 0
> (31.437672) PPB: 512 pages 1 segs 512 pipe 1071 off
> (31.437679) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437685) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437724) Fetched ack: 8 8 0
> (31.437730) PPB: 512 pages 1 segs 512 pipe 1072 off
> (31.437737) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437742) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437782) Fetched ack: 8 8 0
> (31.437788) PPB: 512 pages 1 segs 512 pipe 1073 off
> (31.437795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437840) Fetched ack: 8 8 0
> (31.437846) PPB: 512 pages 1 segs 512 pipe 1074 off
> (31.437852) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437858) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437896) Fetched ack: 8 8 0
> (31.437902) PPB: 512 pages 1 segs 512 pipe 1075 off
> (31.437908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.437953) Fetched ack: 8 8 0
> (31.437959) PPB: 512 pages 1 segs 512 pipe 1076 off
> (31.437966) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (31.437972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.438010) Fetched ack: 8 8 0
> (31.438016) Transfering pages:
> (31.438019) 	buf 512/1
> (31.438022) 	p 0x7491a3000 [512]
> (31.473303) 	buf 512/1
> (31.473319) 	p 0x7493a3000 [512]
> (31.509304) 	buf 512/1
> (31.509318) 	p 0x7495a3000 [512]
> (31.545303) 	buf 512/1
> (31.545321) 	p 0x7497a3000 [512]
> (31.581300) 	buf 512/1
> (31.581317) 	p 0x7499a3000 [512]
> (31.617303) 	buf 512/1
> (31.617328) 	p 0x749ba3000 [512]
> (31.653300) 	buf 512/1
> (31.653319) 	p 0x749da3000 [512]
> (31.689303) 	buf 512/1
> (31.689322) 	p 0x749fa3000 [512]
> (31.725301) page-pipe: Clean up page pipe
> (31.908725) page-pipe: Will grow page pipe (iov off is 1077)
> (31.908737) page-pipe: Add iov to page pipe (0 iovs, 1077/1475266 total)
> (31.908751) page-pipe: Will grow page pipe (iov off is 1078)
> (31.908754) page-pipe: Add iov to page pipe (0 iovs, 1078/1475266 total)
> (31.908764) page-pipe: Will grow page pipe (iov off is 1079)
> (31.908766) page-pipe: Add iov to page pipe (0 iovs, 1079/1475266 total)
> (31.908776) page-pipe: Will grow page pipe (iov off is 1080)
> (31.908778) page-pipe: Add iov to page pipe (0 iovs, 1080/1475266 total)
> (31.908787) page-pipe: Will grow page pipe (iov off is 1081)
> (31.908790) page-pipe: Add iov to page pipe (0 iovs, 1081/1475266 total)
> (31.908803) page-pipe: Will grow page pipe (iov off is 1082)
> (31.908806) page-pipe: Add iov to page pipe (0 iovs, 1082/1475266 total)
> (31.908815) page-pipe: Will grow page pipe (iov off is 1083)
> (31.908818) page-pipe: Add iov to page pipe (0 iovs, 1083/1475266 total)
> (31.908827) page-pipe: Will grow page pipe (iov off is 1084)
> (31.908829) page-pipe: Add iov to page pipe (0 iovs, 1084/1475266 total)
> (31.908839) page-pipe: Will grow page pipe (iov off is 1085)
> (31.908842) page-pipe: Page pipe:
> (31.908845) page-pipe: * 8 pipes 1085/1475266 iovs:
> (31.908848) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908850) page-pipe: 		0x74a1a3000 512
> (31.908854) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908856) page-pipe: 		0x74a3a3000 512
> (31.908859) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908862) page-pipe: 		0x74a5a3000 512
> (31.908864) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908868) page-pipe: 		0x74a7a3000 512
> (31.908871) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908873) page-pipe: 		0x74a9a3000 512
> (31.908876) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908879) page-pipe: 		0x74aba3000 512
> (31.908881) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908884) page-pipe: 		0x74ada3000 512
> (31.908887) page-pipe: 	buf 512 pages, 1 iovs:
> (31.908889) page-pipe: 		0x74afa3000 512
> (31.908892) page-pipe: * 0 holes:
> (31.908895) PPB: 512 pages 1 segs 512 pipe 1077 off
> pie: __fetched msg: 8 0 0
> (31.908943) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909010) Wait for ack 8 on daemon socket
> (31.909016) Fetched ack: 8 8 0
> (31.909020) PPB: 512 pages 1 segs 512 pipe 1078 off
> pie: __fetched msg: 8 0 0
> (31.909033) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909081) Wait for ack 8 on daemon socket
> (31.909086) Fetched ack: 8 8 0
> (31.909089) PPB: 512 pages 1 segs 512 pipe 1079 off
> pie: __fetched msg: 8 0 0
> (31.909102) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909150) Wait for ack 8 on daemon socket
> (31.909154) Fetched ack: 8 8 0
> (31.909157) PPB: 512 pages 1 segs 512 pipe 1080 off
> pie: __fetched msg: 8 0 0
> (31.909171) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909218) Wait for ack 8 on daemon socket
> (31.909222) Fetched ack: 8 8 0
> (31.909226) PPB: 512 pages 1 segs 512 pipe 1081 off
> pie: __fetched msg: 8 0 0
> (31.909239) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909287) Wait for ack 8 on daemon socket
> (31.909311) Fetched ack: 8 8 0
> (31.909314) PPB: 512 pages 1 segs 512 pipe 1082 off
> pie: __fetched msg: 8 0 0
> (31.909329) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909379) Wait for ack 8 on daemon socket
> (31.909383) Fetched ack: 8 8 0
> (31.909387) PPB: 512 pages 1 segs 512 pipe 1083 off
> pie: __fetched msg: 8 0 0
> (31.909399) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909447) Wait for ack 8 on daemon socket
> (31.909452) Fetched ack: 8 8 0
> (31.909455) PPB: 512 pages 1 segs 512 pipe 1084 off
> pie: __fetched msg: 8 0 0
> (31.909468) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (31.909515) Wait for ack 8 on daemon socket
> (31.909520) Fetched ack: 8 8 0
> (31.909524) Transfering pages:
> (31.909526) 	buf 512/1
> (31.909529) 	p 0x74a1a3000 [512]
> (31.914847) 	buf 512/1
> (31.914882) 	p 0x74a3a3000 [512]
> (31.919490) 	buf 512/1
> (31.919502) 	p 0x74a5a3000 [512]
> (31.924141) 	buf 512/1
> (31.924153) 	p 0x74a7a3000 [512]
> (31.928809) 	buf 512/1
> (31.928831) 	p 0x74a9a3000 [512]
> (31.933472) 	buf 512/1
> (31.933484) 	p 0x74aba3000 [512]
> (31.938090) 	buf 512/1
> (31.938103) 	p 0x74ada3000 [512]
> (31.977303) 	buf 512/1
> (31.977324) 	p 0x74afa3000 [512]
> (32.013304) page-pipe: Clean up page pipe
> (32.013327) page-pipe: Will grow page pipe (iov off is 1085)
> (32.013331) page-pipe: Add iov to page pipe (0 iovs, 1085/1475266 total)
> (32.013345) page-pipe: Will grow page pipe (iov off is 1086)
> (32.013348) page-pipe: Add iov to page pipe (0 iovs, 1086/1475266 total)
> (32.013360) page-pipe: Will grow page pipe (iov off is 1087)
> (32.013363) page-pipe: Add iov to page pipe (0 iovs, 1087/1475266 total)
> (32.013375) page-pipe: Will grow page pipe (iov off is 1088)
> (32.013378) page-pipe: Add iov to page pipe (0 iovs, 1088/1475266 total)
> (32.013390) page-pipe: Will grow page pipe (iov off is 1089)
> (32.013393) page-pipe: Add iov to page pipe (0 iovs, 1089/1475266 total)
> (32.013406) page-pipe: Will grow page pipe (iov off is 1090)
> (32.013408) page-pipe: Add iov to page pipe (0 iovs, 1090/1475266 total)
> (32.013419) page-pipe: Will grow page pipe (iov off is 1091)
> (32.013422) page-pipe: Add iov to page pipe (0 iovs, 1091/1475266 total)
> (32.013431) page-pipe: Will grow page pipe (iov off is 1092)
> (32.013433) page-pipe: Add iov to page pipe (0 iovs, 1092/1475266 total)
> (32.013443) page-pipe: Will grow page pipe (iov off is 1093)
> (32.013446) page-pipe: Page pipe:
> (32.013449) page-pipe: * 8 pipes 1093/1475266 iovs:
> (32.013452) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013455) page-pipe: 		0x74b1a3000 512
> (32.013458) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013461) page-pipe: 		0x74b3a3000 512
> (32.013463) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013466) page-pipe: 		0x74b5a3000 512
> (32.013468) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013471) page-pipe: 		0x74b7a3000 512
> (32.013474) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013476) page-pipe: 		0x74b9a3000 512
> (32.013479) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013481) page-pipe: 		0x74bba3000 512
> (32.013484) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013487) page-pipe: 		0x74bda3000 512
> (32.013489) page-pipe: 	buf 512 pages, 1 iovs:
> (32.013492) page-pipe: 		0x74bfa3000 512
> (32.013495) page-pipe: * 0 holes:
> (32.013497) PPB: 512 pages 1 segs 512 pipe 1085 off
> (32.013517) Sent msg to daemon 8 0 0
> (32.013531) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013590) Fetched ack: 8 8 0
> (32.013595) PPB: 512 pages 1 segs 512 pipe 1086 off
> (32.013603) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013609) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013649) Fetched ack: 8 8 0
> (32.013655) PPB: 512 pages 1 segs 512 pipe 1087 off
> (32.013662) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013667) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013709) Fetched ack: 8 8 0
> (32.013715) PPB: 512 pages 1 segs 512 pipe 1088 off
> (32.013722) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013728) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013768) Fetched ack: 8 8 0
> (32.013774) PPB: 512 pages 1 segs 512 pipe 1089 off
> (32.013780) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013826) Fetched ack: 8 8 0
> (32.013831) PPB: 512 pages 1 segs 512 pipe 1090 off
> (32.013838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013843) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013884) Fetched ack: 8 8 0
> (32.013890) PPB: 512 pages 1 segs 512 pipe 1091 off
> (32.013897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013902) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.013941) Fetched ack: 8 8 0
> (32.013947) PPB: 512 pages 1 segs 512 pipe 1092 off
> (32.013971) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.013977) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.014015) Fetched ack: 8 8 0
> (32.014021) Transfering pages:
> (32.014024) 	buf 512/1
> (32.014026) 	p 0x74b1a3000 [512]
> (32.049302) 	buf 512/1
> (32.049318) 	p 0x74b3a3000 [512]
> (32.085303) 	buf 512/1
> (32.085318) 	p 0x74b5a3000 [512]
> (32.121305) 	buf 512/1
> (32.121327) 	p 0x74b7a3000 [512]
> (32.157303) 	buf 512/1
> (32.157320) 	p 0x74b9a3000 [512]
> (32.193302) 	buf 512/1
> (32.193318) 	p 0x74bba3000 [512]
> (32.229304) 	buf 512/1
> (32.229321) 	p 0x74bda3000 [512]
> (32.265303) 	buf 512/1
> (32.265326) 	p 0x74bfa3000 [512]
> (32.301303) page-pipe: Clean up page pipe
> (32.301321) page-pipe: Will grow page pipe (iov off is 1093)
> (32.301326) page-pipe: Add iov to page pipe (0 iovs, 1093/1475266 total)
> (32.301343) page-pipe: Will grow page pipe (iov off is 1094)
> (32.301351) page-pipe: Add iov to page pipe (0 iovs, 1094/1475266 total)
> (32.301361) page-pipe: Will grow page pipe (iov off is 1095)
> (32.301363) page-pipe: Add iov to page pipe (0 iovs, 1095/1475266 total)
> (32.301373) page-pipe: Will grow page pipe (iov off is 1096)
> (32.301375) page-pipe: Add iov to page pipe (0 iovs, 1096/1475266 total)
> (32.301385) page-pipe: Will grow page pipe (iov off is 1097)
> (32.301387) page-pipe: Add iov to page pipe (0 iovs, 1097/1475266 total)
> (32.301400) page-pipe: Will grow page pipe (iov off is 1098)
> (32.301403) page-pipe: Add iov to page pipe (0 iovs, 1098/1475266 total)
> (32.301412) page-pipe: Will grow page pipe (iov off is 1099)
> (32.301414) page-pipe: Add iov to page pipe (0 iovs, 1099/1475266 total)
> (32.301424) page-pipe: Will grow page pipe (iov off is 1100)
> (32.301426) page-pipe: Add iov to page pipe (0 iovs, 1100/1475266 total)
> (32.301436) page-pipe: Will grow page pipe (iov off is 1101)
> (32.301439) page-pipe: Page pipe:
> (32.301441) page-pipe: * 8 pipes 1101/1475266 iovs:
> (32.301444) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301447) page-pipe: 		0x74c1a3000 512
> (32.301450) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301453) page-pipe: 		0x74c3a3000 512
> (32.301456) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301458) page-pipe: 		0x74c5a3000 512
> (32.301461) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301464) page-pipe: 		0x74c7a3000 512
> (32.301466) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301469) page-pipe: 		0x74c9a3000 512
> (32.301472) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301474) page-pipe: 		0x74cba3000 512
> (32.301477) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301480) page-pipe: 		0x74cda3000 512
> (32.301482) page-pipe: 	buf 512 pages, 1 iovs:
> (32.301485) page-pipe: 		0x74cfa3000 512
> (32.301487) page-pipe: * 0 holes:
> (32.301490) PPB: 512 pages 1 segs 512 pipe 1093 off
> (32.301510) Sent msg to daemon 8 0 0
> (32.301523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301584) Fetched ack: 8 8 0
> (32.301589) PPB: 512 pages 1 segs 512 pipe 1094 off
> (32.301597) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301644) Fetched ack: 8 8 0
> (32.301650) PPB: 512 pages 1 segs 512 pipe 1095 off
> (32.301656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301703) Fetched ack: 8 8 0
> (32.301708) PPB: 512 pages 1 segs 512 pipe 1096 off
> (32.301715) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301721) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301759) Fetched ack: 8 8 0
> (32.301765) PPB: 512 pages 1 segs 512 pipe 1097 off
> (32.301772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301778) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301816) Fetched ack: 8 8 0
> (32.301822) PPB: 512 pages 1 segs 512 pipe 1098 off
> (32.301829) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301834) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301877) Fetched ack: 8 8 0
> (32.301883) PPB: 512 pages 1 segs 512 pipe 1099 off
> (32.301890) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301896) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301936) Fetched ack: 8 8 0
> (32.301942) PPB: 512 pages 1 segs 512 pipe 1100 off
> (32.301948) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.301954) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.301992) Fetched ack: 8 8 0
> (32.301998) Transfering pages:
> (32.302000) 	buf 512/1
> (32.302003) 	p 0x74c1a3000 [512]
> (32.337304) 	buf 512/1
> (32.337320) 	p 0x74c3a3000 [512]
> (32.373302) 	buf 512/1
> (32.373319) 	p 0x74c5a3000 [512]
> (32.409303) 	buf 512/1
> (32.409326) 	p 0x74c7a3000 [512]
> (32.445305) 	buf 512/1
> (32.445323) 	p 0x74c9a3000 [512]
> (32.481303) 	buf 512/1
> (32.481319) 	p 0x74cba3000 [512]
> (32.517303) 	buf 512/1
> (32.517320) 	p 0x74cda3000 [512]
> (32.553302) 	buf 512/1
> (32.553317) 	p 0x74cfa3000 [512]
> (32.589297) page-pipe: Clean up page pipe
> (32.589314) page-pipe: Will grow page pipe (iov off is 1101)
> (32.589319) page-pipe: Add iov to page pipe (0 iovs, 1101/1475266 total)
> (32.589336) page-pipe: Will grow page pipe (iov off is 1102)
> (32.589340) page-pipe: Add iov to page pipe (0 iovs, 1102/1475266 total)
> (32.589355) page-pipe: Will grow page pipe (iov off is 1103)
> (32.589358) page-pipe: Add iov to page pipe (0 iovs, 1103/1475266 total)
> (32.589367) page-pipe: Will grow page pipe (iov off is 1104)
> (32.589370) page-pipe: Add iov to page pipe (0 iovs, 1104/1475266 total)
> (32.589379) page-pipe: Will grow page pipe (iov off is 1105)
> (32.589382) page-pipe: Add iov to page pipe (0 iovs, 1105/1475266 total)
> (32.589395) page-pipe: Will grow page pipe (iov off is 1106)
> (32.589397) page-pipe: Add iov to page pipe (0 iovs, 1106/1475266 total)
> (32.589407) page-pipe: Will grow page pipe (iov off is 1107)
> (32.589410) page-pipe: Add iov to page pipe (0 iovs, 1107/1475266 total)
> (32.589419) page-pipe: Will grow page pipe (iov off is 1108)
> (32.589422) page-pipe: Add iov to page pipe (0 iovs, 1108/1475266 total)
> (32.589431) page-pipe: Will grow page pipe (iov off is 1109)
> (32.589435) page-pipe: Page pipe:
> (32.589437) page-pipe: * 8 pipes 1109/1475266 iovs:
> (32.589440) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589443) page-pipe: 		0x74d1a3000 512
> (32.589447) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589449) page-pipe: 		0x74d3a3000 512
> (32.589452) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589455) page-pipe: 		0x74d5a3000 512
> (32.589458) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589461) page-pipe: 		0x74d7a3000 512
> (32.589463) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589466) page-pipe: 		0x74d9a3000 512
> (32.589469) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589472) page-pipe: 		0x74dba3000 512
> (32.589474) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589477) page-pipe: 		0x74dda3000 512
> (32.589480) page-pipe: 	buf 512 pages, 1 iovs:
> (32.589483) page-pipe: 		0x74dfa3000 512
> (32.589485) page-pipe: * 0 holes:
> (32.589488) PPB: 512 pages 1 segs 512 pipe 1101 off
> (32.589509) Sent msg to daemon 8 0 0
> (32.589522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589583) Fetched ack: 8 8 0
> (32.589589) PPB: 512 pages 1 segs 512 pipe 1102 off
> (32.589596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589641) Fetched ack: 8 8 0
> (32.589647) PPB: 512 pages 1 segs 512 pipe 1103 off
> (32.589654) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589660) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589698) Fetched ack: 8 8 0
> (32.589704) PPB: 512 pages 1 segs 512 pipe 1104 off
> (32.589711) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589716) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589756) Fetched ack: 8 8 0
> (32.589762) PPB: 512 pages 1 segs 512 pipe 1105 off
> (32.589786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589831) Fetched ack: 8 8 0
> (32.589837) PPB: 512 pages 1 segs 512 pipe 1106 off
> (32.589844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589888) Fetched ack: 8 8 0
> (32.589894) PPB: 512 pages 1 segs 512 pipe 1107 off
> (32.589901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.589945) Fetched ack: 8 8 0
> (32.589951) PPB: 512 pages 1 segs 512 pipe 1108 off
> (32.589958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.589963) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.590002) Fetched ack: 8 8 0
> (32.590009) Transfering pages:
> (32.590011) 	buf 512/1
> (32.590014) 	p 0x74d1a3000 [512]
> (32.625302) 	buf 512/1
> (32.625318) 	p 0x74d3a3000 [512]
> (32.661303) 	buf 512/1
> (32.661318) 	p 0x74d5a3000 [512]
> (32.697302) 	buf 512/1
> (32.697318) 	p 0x74d7a3000 [512]
> (32.733300) 	buf 512/1
> (32.733317) 	p 0x74d9a3000 [512]
> (32.773305) 	buf 512/1
> (32.773321) 	p 0x74dba3000 [512]
> (32.813305) 	buf 512/1
> (32.813323) 	p 0x74dda3000 [512]
> (32.849304) 	buf 512/1
> (32.849320) 	p 0x74dfa3000 [512]
> (32.885301) page-pipe: Clean up page pipe
> (32.885318) page-pipe: Will grow page pipe (iov off is 1109)
> (32.885323) page-pipe: Add iov to page pipe (0 iovs, 1109/1475266 total)
> (32.885345) page-pipe: Will grow page pipe (iov off is 1110)
> (32.885348) page-pipe: Add iov to page pipe (0 iovs, 1110/1475266 total)
> (32.885357) page-pipe: Will grow page pipe (iov off is 1111)
> (32.885360) page-pipe: Add iov to page pipe (0 iovs, 1111/1475266 total)
> (32.885369) page-pipe: Will grow page pipe (iov off is 1112)
> (32.885372) page-pipe: Add iov to page pipe (0 iovs, 1112/1475266 total)
> (32.885381) page-pipe: Will grow page pipe (iov off is 1113)
> (32.885383) page-pipe: Add iov to page pipe (0 iovs, 1113/1475266 total)
> (32.885396) page-pipe: Will grow page pipe (iov off is 1114)
> (32.885399) page-pipe: Add iov to page pipe (0 iovs, 1114/1475266 total)
> (32.885408) page-pipe: Will grow page pipe (iov off is 1115)
> (32.885411) page-pipe: Add iov to page pipe (0 iovs, 1115/1475266 total)
> (32.885420) page-pipe: Will grow page pipe (iov off is 1116)
> (32.885422) page-pipe: Add iov to page pipe (0 iovs, 1116/1475266 total)
> (32.885431) page-pipe: Will grow page pipe (iov off is 1117)
> (32.885435) page-pipe: Page pipe:
> (32.885437) page-pipe: * 8 pipes 1117/1475266 iovs:
> (32.885440) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885443) page-pipe: 		0x74e1a3000 512
> (32.885446) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885449) page-pipe: 		0x74e3a3000 512
> (32.885452) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885454) page-pipe: 		0x74e5a3000 512
> (32.885457) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885459) page-pipe: 		0x74e7a3000 512
> (32.885462) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885465) page-pipe: 		0x74e9a3000 512
> (32.885467) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885470) page-pipe: 		0x74eba3000 512
> (32.885473) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885475) page-pipe: 		0x74eda3000 512
> (32.885478) page-pipe: 	buf 512 pages, 1 iovs:
> (32.885480) page-pipe: 		0x74efa3000 512
> (32.885483) page-pipe: * 0 holes:
> (32.885486) PPB: 512 pages 1 segs 512 pipe 1109 off
> (32.885506) Sent msg to daemon 8 0 0
> (32.885519) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.885579) Fetched ack: 8 8 0
> (32.885584) PPB: 512 pages 1 segs 512 pipe 1110 off
> (32.885591) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885597) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.885636) Fetched ack: 8 8 0
> (32.885642) PPB: 512 pages 1 segs 512 pipe 1111 off
> (32.885649) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885654) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (32.885696) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (32.885717) PPB: 512 pages 1 segs 512 pipe 1112 off
> (32.885726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885732) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.885794) Fetched ack: 8 8 0
> (32.885801) PPB: 512 pages 1 segs 512 pipe 1113 off
> (32.885809) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885817) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.885857) Fetched ack: 8 8 0
> (32.885863) PPB: 512 pages 1 segs 512 pipe 1114 off
> (32.885870) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885875) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.885914) Fetched ack: 8 8 0
> (32.885920) PPB: 512 pages 1 segs 512 pipe 1115 off
> (32.885927) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885932) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.885972) Fetched ack: 8 8 0
> (32.885977) PPB: 512 pages 1 segs 512 pipe 1116 off
> (32.885984) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (32.885990) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (32.886029) Fetched ack: 8 8 0
> (32.886035) Transfering pages:
> (32.886037) 	buf 512/1
> (32.886040) 	p 0x74e1a3000 [512]
> (32.921303) 	buf 512/1
> (32.921319) 	p 0x74e3a3000 [512]
> (32.957302) 	buf 512/1
> (32.957319) 	p 0x74e5a3000 [512]
> (32.993304) 	buf 512/1
> (32.993320) 	p 0x74e7a3000 [512]
> (33.029301) 	buf 512/1
> (33.029321) 	p 0x74e9a3000 [512]
> (33.065302) 	buf 512/1
> (33.065318) 	p 0x74eba3000 [512]
> (33.101301) 	buf 512/1
> (33.101318) 	p 0x74eda3000 [512]
> (33.137302) 	buf 512/1
> (33.137318) 	p 0x74efa3000 [512]
> (33.177302) page-pipe: Clean up page pipe
> (33.177319) page-pipe: Will grow page pipe (iov off is 1117)
> (33.177324) page-pipe: Add iov to page pipe (0 iovs, 1117/1475266 total)
> (33.177341) page-pipe: Will grow page pipe (iov off is 1118)
> (33.177350) page-pipe: Add iov to page pipe (0 iovs, 1118/1475266 total)
> (33.177359) page-pipe: Will grow page pipe (iov off is 1119)
> (33.177362) page-pipe: Add iov to page pipe (0 iovs, 1119/1475266 total)
> (33.177371) page-pipe: Will grow page pipe (iov off is 1120)
> (33.177373) page-pipe: Add iov to page pipe (0 iovs, 1120/1475266 total)
> (33.177383) page-pipe: Will grow page pipe (iov off is 1121)
> (33.177385) page-pipe: Add iov to page pipe (0 iovs, 1121/1475266 total)
> (33.177398) page-pipe: Will grow page pipe (iov off is 1122)
> (33.177401) page-pipe: Add iov to page pipe (0 iovs, 1122/1475266 total)
> (33.177411) page-pipe: Will grow page pipe (iov off is 1123)
> (33.177414) page-pipe: Add iov to page pipe (0 iovs, 1123/1475266 total)
> (33.177423) page-pipe: Will grow page pipe (iov off is 1124)
> (33.177426) page-pipe: Add iov to page pipe (0 iovs, 1124/1475266 total)
> (33.177435) page-pipe: Will grow page pipe (iov off is 1125)
> (33.177438) page-pipe: Page pipe:
> (33.177441) page-pipe: * 8 pipes 1125/1475266 iovs:
> (33.177444) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177446) page-pipe: 		0x74f1a3000 512
> (33.177450) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177452) page-pipe: 		0x74f3a3000 512
> (33.177455) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177457) page-pipe: 		0x74f5a3000 512
> (33.177460) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177463) page-pipe: 		0x74f7a3000 512
> (33.177465) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177468) page-pipe: 		0x74f9a3000 512
> (33.177470) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177473) page-pipe: 		0x74fba3000 512
> (33.177476) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177478) page-pipe: 		0x74fda3000 512
> (33.177481) page-pipe: 	buf 512 pages, 1 iovs:
> (33.177483) page-pipe: 		0x74ffa3000 512
> (33.177486) page-pipe: * 0 holes:
> (33.177489) PPB: 512 pages 1 segs 512 pipe 1117 off
> (33.177508) Sent msg to daemon 8 0 0
> (33.177521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177581) Fetched ack: 8 8 0
> (33.177586) PPB: 512 pages 1 segs 512 pipe 1118 off
> (33.177593) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177660) Fetched ack: 8 8 0
> (33.177666) PPB: 512 pages 1 segs 512 pipe 1119 off
> (33.177673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177718) Fetched ack: 8 8 0
> (33.177724) PPB: 512 pages 1 segs 512 pipe 1120 off
> (33.177731) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177737) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177776) Fetched ack: 8 8 0
> (33.177781) PPB: 512 pages 1 segs 512 pipe 1121 off
> (33.177788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177833) Fetched ack: 8 8 0
> (33.177839) PPB: 512 pages 1 segs 512 pipe 1122 off
> (33.177846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177889) Fetched ack: 8 8 0
> (33.177895) PPB: 512 pages 1 segs 512 pipe 1123 off
> (33.177901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.177946) Fetched ack: 8 8 0
> (33.177952) PPB: 512 pages 1 segs 512 pipe 1124 off
> (33.177959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.177965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.178003) Fetched ack: 8 8 0
> (33.178009) Transfering pages:
> (33.178011) 	buf 512/1
> (33.178014) 	p 0x74f1a3000 [512]
> (33.217303) 	buf 512/1
> (33.217319) 	p 0x74f3a3000 [512]
> (33.257301) 	buf 512/1
> (33.257321) 	p 0x74f5a3000 [512]
> (33.297304) 	buf 512/1
> (33.297320) 	p 0x74f7a3000 [512]
> (33.337302) 	buf 512/1
> (33.337320) 	p 0x74f9a3000 [512]
> (33.377302) 	buf 512/1
> (33.377319) 	p 0x74fba3000 [512]
> (33.413307) 	buf 512/1
> (33.413326) 	p 0x74fda3000 [512]
> (33.453301) 	buf 512/1
> (33.453319) 	p 0x74ffa3000 [512]
> (33.493303) page-pipe: Clean up page pipe
> (33.493325) page-pipe: Will grow page pipe (iov off is 1125)
> (33.493330) page-pipe: Add iov to page pipe (0 iovs, 1125/1475266 total)
> (33.493344) page-pipe: Will grow page pipe (iov off is 1126)
> (33.493346) page-pipe: Add iov to page pipe (0 iovs, 1126/1475266 total)
> (33.493356) page-pipe: Will grow page pipe (iov off is 1127)
> (33.493358) page-pipe: Add iov to page pipe (0 iovs, 1127/1475266 total)
> (33.493368) page-pipe: Will grow page pipe (iov off is 1128)
> (33.493370) page-pipe: Add iov to page pipe (0 iovs, 1128/1475266 total)
> (33.493380) page-pipe: Will grow page pipe (iov off is 1129)
> (33.493382) page-pipe: Add iov to page pipe (0 iovs, 1129/1475266 total)
> (33.493395) page-pipe: Will grow page pipe (iov off is 1130)
> (33.493398) page-pipe: Add iov to page pipe (0 iovs, 1130/1475266 total)
> (33.493407) page-pipe: Will grow page pipe (iov off is 1131)
> (33.493410) page-pipe: Add iov to page pipe (0 iovs, 1131/1475266 total)
> (33.493419) page-pipe: Will grow page pipe (iov off is 1132)
> (33.493421) page-pipe: Add iov to page pipe (0 iovs, 1132/1475266 total)
> (33.493431) page-pipe: Will grow page pipe (iov off is 1133)
> (33.493434) page-pipe: Page pipe:
> (33.493436) page-pipe: * 8 pipes 1133/1475266 iovs:
> (33.493439) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493442) page-pipe: 		0x7501a3000 512
> (33.493445) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493448) page-pipe: 		0x7503a3000 512
> (33.493451) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493454) page-pipe: 		0x7505a3000 512
> (33.493456) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493459) page-pipe: 		0x7507a3000 512
> (33.493461) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493464) page-pipe: 		0x7509a3000 512
> (33.493467) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493469) page-pipe: 		0x750ba3000 512
> (33.493472) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493475) page-pipe: 		0x750da3000 512
> (33.493477) page-pipe: 	buf 512 pages, 1 iovs:
> (33.493480) page-pipe: 		0x750fa3000 512
> (33.493482) page-pipe: * 0 holes:
> (33.493502) PPB: 512 pages 1 segs 512 pipe 1125 off
> (33.493523) Sent msg to daemon 8 0 0
> (33.493536) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493596) Fetched ack: 8 8 0
> (33.493601) PPB: 512 pages 1 segs 512 pipe 1126 off
> (33.493608) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493615) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493653) Fetched ack: 8 8 0
> (33.493659) PPB: 512 pages 1 segs 512 pipe 1127 off
> (33.493665) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493711) Fetched ack: 8 8 0
> (33.493717) PPB: 512 pages 1 segs 512 pipe 1128 off
> (33.493723) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493729) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493768) Fetched ack: 8 8 0
> (33.493774) PPB: 512 pages 1 segs 512 pipe 1129 off
> (33.493780) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493786) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493826) Fetched ack: 8 8 0
> (33.493832) PPB: 512 pages 1 segs 512 pipe 1130 off
> (33.493839) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493845) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493883) Fetched ack: 8 8 0
> (33.493889) PPB: 512 pages 1 segs 512 pipe 1131 off
> (33.493896) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493941) Fetched ack: 8 8 0
> (33.493947) PPB: 512 pages 1 segs 512 pipe 1132 off
> (33.493953) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.493959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.493998) Fetched ack: 8 8 0
> (33.494004) Transfering pages:
> (33.494006) 	buf 512/1
> (33.494009) 	p 0x7501a3000 [512]
> (33.533303) 	buf 512/1
> (33.533320) 	p 0x7503a3000 [512]
> (33.569301) 	buf 512/1
> (33.569315) 	p 0x7505a3000 [512]
> (33.605303) 	buf 512/1
> (33.605324) 	p 0x7507a3000 [512]
> (33.641301) 	buf 512/1
> (33.641319) 	p 0x7509a3000 [512]
> (33.677303) 	buf 512/1
> (33.677319) 	p 0x750ba3000 [512]
> (33.713324) 	buf 512/1
> (33.713340) 	p 0x750da3000 [512]
> (33.749303) 	buf 512/1
> (33.749319) 	p 0x750fa3000 [512]
> (33.785302) page-pipe: Clean up page pipe
> (33.785323) page-pipe: Will grow page pipe (iov off is 1133)
> (33.785328) page-pipe: Add iov to page pipe (0 iovs, 1133/1475266 total)
> (33.785349) page-pipe: Will grow page pipe (iov off is 1134)
> (33.785352) page-pipe: Add iov to page pipe (0 iovs, 1134/1475266 total)
> (33.785362) page-pipe: Will grow page pipe (iov off is 1135)
> (33.785365) page-pipe: Add iov to page pipe (0 iovs, 1135/1475266 total)
> (33.785374) page-pipe: Will grow page pipe (iov off is 1136)
> (33.785376) page-pipe: Add iov to page pipe (0 iovs, 1136/1475266 total)
> (33.785386) page-pipe: Will grow page pipe (iov off is 1137)
> (33.785388) page-pipe: Add iov to page pipe (0 iovs, 1137/1475266 total)
> (33.785401) page-pipe: Will grow page pipe (iov off is 1138)
> (33.785404) page-pipe: Add iov to page pipe (0 iovs, 1138/1475266 total)
> (33.785413) page-pipe: Will grow page pipe (iov off is 1139)
> (33.785416) page-pipe: Add iov to page pipe (0 iovs, 1139/1475266 total)
> (33.785426) page-pipe: Will grow page pipe (iov off is 1140)
> (33.785428) page-pipe: Add iov to page pipe (0 iovs, 1140/1475266 total)
> (33.785438) page-pipe: Will grow page pipe (iov off is 1141)
> (33.785441) page-pipe: Page pipe:
> (33.785443) page-pipe: * 8 pipes 1141/1475266 iovs:
> (33.785447) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785449) page-pipe: 		0x7511a3000 512
> (33.785453) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785456) page-pipe: 		0x7513a3000 512
> (33.785458) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785461) page-pipe: 		0x7515a3000 512
> (33.785464) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785467) page-pipe: 		0x7517a3000 512
> (33.785469) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785490) page-pipe: 		0x7519a3000 512
> (33.785493) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785496) page-pipe: 		0x751ba3000 512
> (33.785499) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785501) page-pipe: 		0x751da3000 512
> (33.785504) page-pipe: 	buf 512 pages, 1 iovs:
> (33.785507) page-pipe: 		0x751fa3000 512
> (33.785509) page-pipe: * 0 holes:
> (33.785512) PPB: 512 pages 1 segs 512 pipe 1133 off
> (33.785532) Sent msg to daemon 8 0 0
> (33.785545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785607) Fetched ack: 8 8 0
> (33.785611) PPB: 512 pages 1 segs 512 pipe 1134 off
> (33.785619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785664) Fetched ack: 8 8 0
> (33.785670) PPB: 512 pages 1 segs 512 pipe 1135 off
> (33.785676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785722) Fetched ack: 8 8 0
> (33.785728) PPB: 512 pages 1 segs 512 pipe 1136 off
> (33.785734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785779) Fetched ack: 8 8 0
> (33.785785) PPB: 512 pages 1 segs 512 pipe 1137 off
> (33.785792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785837) Fetched ack: 8 8 0
> (33.785843) PPB: 512 pages 1 segs 512 pipe 1138 off
> (33.785850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785894) Fetched ack: 8 8 0
> (33.785900) PPB: 512 pages 1 segs 512 pipe 1139 off
> (33.785906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.785950) Fetched ack: 8 8 0
> (33.785956) PPB: 512 pages 1 segs 512 pipe 1140 off
> (33.785963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (33.785968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (33.786007) Fetched ack: 8 8 0
> (33.786013) Transfering pages:
> (33.786016) 	buf 512/1
> (33.786019) 	p 0x7511a3000 [512]
> (33.821302) 	buf 512/1
> (33.821317) 	p 0x7513a3000 [512]
> (33.857302) 	buf 512/1
> (33.857319) 	p 0x7515a3000 [512]
> (33.893303) 	buf 512/1
> (33.893318) 	p 0x7517a3000 [512]
> (33.933301) 	buf 512/1
> (33.933317) 	p 0x7519a3000 [512]
> (33.973301) 	buf 512/1
> (33.973315) 	p 0x751ba3000 [512]
> (34.009301) 	buf 512/1
> (34.009317) 	p 0x751da3000 [512]
> (34.045303) 	buf 512/1
> (34.045318) 	p 0x751fa3000 [512]
> (34.081301) page-pipe: Clean up page pipe
> (34.081317) page-pipe: Will grow page pipe (iov off is 1141)
> (34.081322) page-pipe: Add iov to page pipe (0 iovs, 1141/1475266 total)
> (34.081338) page-pipe: Will grow page pipe (iov off is 1142)
> (34.081342) page-pipe: Add iov to page pipe (0 iovs, 1142/1475266 total)
> (34.081357) page-pipe: Will grow page pipe (iov off is 1143)
> (34.081360) page-pipe: Add iov to page pipe (0 iovs, 1143/1475266 total)
> (34.081369) page-pipe: Will grow page pipe (iov off is 1144)
> (34.081372) page-pipe: Add iov to page pipe (0 iovs, 1144/1475266 total)
> (34.081381) page-pipe: Will grow page pipe (iov off is 1145)
> (34.081383) page-pipe: Add iov to page pipe (0 iovs, 1145/1475266 total)
> (34.081396) page-pipe: Will grow page pipe (iov off is 1146)
> (34.081399) page-pipe: Add iov to page pipe (0 iovs, 1146/1475266 total)
> (34.081408) page-pipe: Will grow page pipe (iov off is 1147)
> (34.081411) page-pipe: Add iov to page pipe (0 iovs, 1147/1475266 total)
> (34.081420) page-pipe: Will grow page pipe (iov off is 1148)
> (34.081423) page-pipe: Add iov to page pipe (0 iovs, 1148/1475266 total)
> (34.081432) page-pipe: Will grow page pipe (iov off is 1149)
> (34.081435) page-pipe: Page pipe:
> (34.081438) page-pipe: * 8 pipes 1149/1475266 iovs:
> (34.081441) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081459) page-pipe: 		0x7521a3000 512
> (34.081463) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081466) page-pipe: 		0x7523a3000 512
> (34.081469) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081472) page-pipe: 		0x7525a3000 512
> (34.081474) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081477) page-pipe: 		0x7527a3000 512
> (34.081480) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081482) page-pipe: 		0x7529a3000 512
> (34.081485) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081488) page-pipe: 		0x752ba3000 512
> (34.081490) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081493) page-pipe: 		0x752da3000 512
> (34.081496) page-pipe: 	buf 512 pages, 1 iovs:
> (34.081498) page-pipe: 		0x752fa3000 512
> (34.081501) page-pipe: * 0 holes:
> (34.081504) PPB: 512 pages 1 segs 512 pipe 1141 off
> (34.081524) Sent msg to daemon 8 0 0
> (34.081538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081597) Fetched ack: 8 8 0
> (34.081602) PPB: 512 pages 1 segs 512 pipe 1142 off
> (34.081609) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081615) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081653) Fetched ack: 8 8 0
> (34.081659) PPB: 512 pages 1 segs 512 pipe 1143 off
> (34.081666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081711) Fetched ack: 8 8 0
> (34.081717) PPB: 512 pages 1 segs 512 pipe 1144 off
> (34.081724) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081729) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081769) Fetched ack: 8 8 0
> (34.081774) PPB: 512 pages 1 segs 512 pipe 1145 off
> (34.081781) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081825) Fetched ack: 8 8 0
> (34.081831) PPB: 512 pages 1 segs 512 pipe 1146 off
> (34.081838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081882) Fetched ack: 8 8 0
> (34.081888) PPB: 512 pages 1 segs 512 pipe 1147 off
> (34.081895) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081940) Fetched ack: 8 8 0
> (34.081945) PPB: 512 pages 1 segs 512 pipe 1148 off
> (34.081952) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.081958) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.081997) Fetched ack: 8 8 0
> (34.082003) Transfering pages:
> (34.082006) 	buf 512/1
> (34.082009) 	p 0x7521a3000 [512]
> (34.117307) 	buf 512/1
> (34.117321) 	p 0x7523a3000 [512]
> (34.153305) 	buf 512/1
> (34.153324) 	p 0x7525a3000 [512]
> (34.189302) 	buf 512/1
> (34.189316) 	p 0x7527a3000 [512]
> (34.225301) 	buf 512/1
> (34.225317) 	p 0x7529a3000 [512]
> (34.261305) 	buf 512/1
> (34.261320) 	p 0x752ba3000 [512]
> (34.301301) 	buf 512/1
> (34.301315) 	p 0x752da3000 [512]
> (34.341305) 	buf 512/1
> (34.341322) 	p 0x752fa3000 [512]
> (34.381300) page-pipe: Clean up page pipe
> (34.381315) page-pipe: Will grow page pipe (iov off is 1149)
> (34.381319) page-pipe: Add iov to page pipe (0 iovs, 1149/1475266 total)
> (34.381336) page-pipe: Will grow page pipe (iov off is 1150)
> (34.381340) page-pipe: Add iov to page pipe (0 iovs, 1150/1475266 total)
> (34.381355) page-pipe: Will grow page pipe (iov off is 1151)
> (34.381358) page-pipe: Add iov to page pipe (0 iovs, 1151/1475266 total)
> (34.381367) page-pipe: Will grow page pipe (iov off is 1152)
> (34.381370) page-pipe: Add iov to page pipe (0 iovs, 1152/1475266 total)
> (34.381379) page-pipe: Will grow page pipe (iov off is 1153)
> (34.381381) page-pipe: Add iov to page pipe (0 iovs, 1153/1475266 total)
> (34.381394) page-pipe: Will grow page pipe (iov off is 1154)
> (34.381397) page-pipe: Add iov to page pipe (0 iovs, 1154/1475266 total)
> (34.381406) page-pipe: Will grow page pipe (iov off is 1155)
> (34.381409) page-pipe: Add iov to page pipe (0 iovs, 1155/1475266 total)
> (34.381433) page-pipe: Will grow page pipe (iov off is 1156)
> (34.381437) page-pipe: Add iov to page pipe (0 iovs, 1156/1475266 total)
> (34.381446) page-pipe: Will grow page pipe (iov off is 1157)
> (34.381450) page-pipe: Page pipe:
> (34.381452) page-pipe: * 8 pipes 1157/1475266 iovs:
> (34.381455) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381458) page-pipe: 		0x7531a3000 512
> (34.381461) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381464) page-pipe: 		0x7533a3000 512
> (34.381466) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381469) page-pipe: 		0x7535a3000 512
> (34.381472) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381474) page-pipe: 		0x7537a3000 512
> (34.381477) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381479) page-pipe: 		0x7539a3000 512
> (34.381482) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381485) page-pipe: 		0x753ba3000 512
> (34.381487) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381490) page-pipe: 		0x753da3000 512
> (34.381492) page-pipe: 	buf 512 pages, 1 iovs:
> (34.381495) page-pipe: 		0x753fa3000 512
> (34.381497) page-pipe: * 0 holes:
> (34.381500) PPB: 512 pages 1 segs 512 pipe 1149 off
> (34.381522) Sent msg to daemon 8 0 0
> (34.381535) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381595) Fetched ack: 8 8 0
> (34.381600) PPB: 512 pages 1 segs 512 pipe 1150 off
> (34.381608) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381614) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381653) Fetched ack: 8 8 0
> (34.381659) PPB: 512 pages 1 segs 512 pipe 1151 off
> (34.381666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381711) Fetched ack: 8 8 0
> (34.381717) PPB: 512 pages 1 segs 512 pipe 1152 off
> (34.381724) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381730) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381769) Fetched ack: 8 8 0
> (34.381774) PPB: 512 pages 1 segs 512 pipe 1153 off
> (34.381781) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381826) Fetched ack: 8 8 0
> (34.381832) PPB: 512 pages 1 segs 512 pipe 1154 off
> (34.381839) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381845) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381883) Fetched ack: 8 8 0
> (34.381889) PPB: 512 pages 1 segs 512 pipe 1155 off
> (34.381896) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381902) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.381942) Fetched ack: 8 8 0
> (34.381948) PPB: 512 pages 1 segs 512 pipe 1156 off
> (34.381955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.381961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.382000) Fetched ack: 8 8 0
> (34.382006) Transfering pages:
> (34.382009) 	buf 512/1
> (34.382011) 	p 0x7531a3000 [512]
> (34.421306) 	buf 512/1
> (34.421320) 	p 0x7533a3000 [512]
> (34.457307) 	buf 512/1
> (34.457324) 	p 0x7535a3000 [512]
> (34.493302) 	buf 512/1
> (34.493314) 	p 0x7537a3000 [512]
> (34.529300) 	buf 512/1
> (34.529317) 	p 0x7539a3000 [512]
> (34.565306) 	buf 512/1
> (34.565321) 	p 0x753ba3000 [512]
> (34.601302) 	buf 512/1
> (34.601318) 	p 0x753da3000 [512]
> (34.637304) 	buf 512/1
> (34.637317) 	p 0x753fa3000 [512]
> (34.673304) page-pipe: Clean up page pipe
> (34.673322) page-pipe: Will grow page pipe (iov off is 1157)
> (34.673327) page-pipe: Add iov to page pipe (0 iovs, 1157/1475266 total)
> (34.673349) page-pipe: Will grow page pipe (iov off is 1158)
> (34.673351) page-pipe: Add iov to page pipe (0 iovs, 1158/1475266 total)
> (34.673361) page-pipe: Will grow page pipe (iov off is 1159)
> (34.673363) page-pipe: Add iov to page pipe (0 iovs, 1159/1475266 total)
> (34.673373) page-pipe: Will grow page pipe (iov off is 1160)
> (34.673375) page-pipe: Add iov to page pipe (0 iovs, 1160/1475266 total)
> (34.673401) page-pipe: Will grow page pipe (iov off is 1161)
> (34.673405) page-pipe: Add iov to page pipe (0 iovs, 1161/1475266 total)
> (34.673418) page-pipe: Will grow page pipe (iov off is 1162)
> (34.673420) page-pipe: Add iov to page pipe (0 iovs, 1162/1475266 total)
> (34.673429) page-pipe: Will grow page pipe (iov off is 1163)
> (34.673432) page-pipe: Add iov to page pipe (0 iovs, 1163/1475266 total)
> (34.673441) page-pipe: Will grow page pipe (iov off is 1164)
> (34.673444) page-pipe: Add iov to page pipe (0 iovs, 1164/1475266 total)
> (34.673453) page-pipe: Will grow page pipe (iov off is 1165)
> (34.673456) page-pipe: Page pipe:
> (34.673459) page-pipe: * 8 pipes 1165/1475266 iovs:
> (34.673462) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673465) page-pipe: 		0x7541a3000 512
> (34.673468) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673471) page-pipe: 		0x7543a3000 512
> (34.673474) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673476) page-pipe: 		0x7545a3000 512
> (34.673479) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673482) page-pipe: 		0x7547a3000 512
> (34.673484) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673487) page-pipe: 		0x7549a3000 512
> (34.673489) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673492) page-pipe: 		0x754ba3000 512
> (34.673495) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673497) page-pipe: 		0x754da3000 512
> (34.673500) page-pipe: 	buf 512 pages, 1 iovs:
> (34.673503) page-pipe: 		0x754fa3000 512
> (34.673505) page-pipe: * 0 holes:
> (34.673508) PPB: 512 pages 1 segs 512 pipe 1157 off
> (34.673529) Sent msg to daemon 8 0 0
> (34.673542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673600) Fetched ack: 8 8 0
> (34.673606) PPB: 512 pages 1 segs 512 pipe 1158 off
> (34.673613) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673658) Fetched ack: 8 8 0
> (34.673664) PPB: 512 pages 1 segs 512 pipe 1159 off
> (34.673671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673716) Fetched ack: 8 8 0
> (34.673722) PPB: 512 pages 1 segs 512 pipe 1160 off
> (34.673728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673772) Fetched ack: 8 8 0
> (34.673777) PPB: 512 pages 1 segs 512 pipe 1161 off
> (34.673784) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673829) Fetched ack: 8 8 0
> (34.673835) PPB: 512 pages 1 segs 512 pipe 1162 off
> (34.673842) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673886) Fetched ack: 8 8 0
> (34.673892) PPB: 512 pages 1 segs 512 pipe 1163 off
> (34.673898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.673943) Fetched ack: 8 8 0
> (34.673949) PPB: 512 pages 1 segs 512 pipe 1164 off
> (34.673955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.673961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.674000) Fetched ack: 8 8 0
> (34.674006) Transfering pages:
> (34.674008) 	buf 512/1
> (34.674011) 	p 0x7541a3000 [512]
> (34.709304) 	buf 512/1
> (34.709321) 	p 0x7543a3000 [512]
> (34.745302) 	buf 512/1
> (34.745320) 	p 0x7545a3000 [512]
> (34.781302) 	buf 512/1
> (34.781314) 	p 0x7547a3000 [512]
> (34.817301) 	buf 512/1
> (34.817321) 	p 0x7549a3000 [512]
> (34.853301) 	buf 512/1
> (34.853318) 	p 0x754ba3000 [512]
> (34.889303) 	buf 512/1
> (34.889321) 	p 0x754da3000 [512]
> (34.925302) 	buf 512/1
> (34.925319) 	p 0x754fa3000 [512]
> (34.961304) page-pipe: Clean up page pipe
> (34.961324) page-pipe: Will grow page pipe (iov off is 1165)
> (34.961330) page-pipe: Add iov to page pipe (0 iovs, 1165/1475266 total)
> (34.961351) page-pipe: Will grow page pipe (iov off is 1166)
> (34.961371) page-pipe: Add iov to page pipe (0 iovs, 1166/1475266 total)
> (34.961381) page-pipe: Will grow page pipe (iov off is 1167)
> (34.961384) page-pipe: Add iov to page pipe (0 iovs, 1167/1475266 total)
> (34.961393) page-pipe: Will grow page pipe (iov off is 1168)
> (34.961396) page-pipe: Add iov to page pipe (0 iovs, 1168/1475266 total)
> (34.961405) page-pipe: Will grow page pipe (iov off is 1169)
> (34.961408) page-pipe: Add iov to page pipe (0 iovs, 1169/1475266 total)
> (34.961420) page-pipe: Will grow page pipe (iov off is 1170)
> (34.961423) page-pipe: Add iov to page pipe (0 iovs, 1170/1475266 total)
> (34.961432) page-pipe: Will grow page pipe (iov off is 1171)
> (34.961435) page-pipe: Add iov to page pipe (0 iovs, 1171/1475266 total)
> (34.961444) page-pipe: Will grow page pipe (iov off is 1172)
> (34.961447) page-pipe: Add iov to page pipe (0 iovs, 1172/1475266 total)
> (34.961456) page-pipe: Will grow page pipe (iov off is 1173)
> (34.961459) page-pipe: Page pipe:
> (34.961462) page-pipe: * 8 pipes 1173/1475266 iovs:
> (34.961465) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961468) page-pipe: 		0x7551a3000 512
> (34.961471) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961474) page-pipe: 		0x7553a3000 512
> (34.961477) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961479) page-pipe: 		0x7555a3000 512
> (34.961482) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961485) page-pipe: 		0x7557a3000 512
> (34.961487) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961490) page-pipe: 		0x7559a3000 512
> (34.961493) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961496) page-pipe: 		0x755ba3000 512
> (34.961498) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961501) page-pipe: 		0x755da3000 512
> (34.961504) page-pipe: 	buf 512 pages, 1 iovs:
> (34.961506) page-pipe: 		0x755fa3000 512
> (34.961509) page-pipe: * 0 holes:
> (34.961512) PPB: 512 pages 1 segs 512 pipe 1165 off
> (34.961532) Sent msg to daemon 8 0 0
> (34.961546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961604) Fetched ack: 8 8 0
> (34.961610) PPB: 512 pages 1 segs 512 pipe 1166 off
> (34.961617) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961662) Fetched ack: 8 8 0
> (34.961668) PPB: 512 pages 1 segs 512 pipe 1167 off
> (34.961675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961720) Fetched ack: 8 8 0
> (34.961726) PPB: 512 pages 1 segs 512 pipe 1168 off
> (34.961733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961778) Fetched ack: 8 8 0
> (34.961783) PPB: 512 pages 1 segs 512 pipe 1169 off
> (34.961790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961835) Fetched ack: 8 8 0
> (34.961841) PPB: 512 pages 1 segs 512 pipe 1170 off
> (34.961848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961894) Fetched ack: 8 8 0
> (34.961899) PPB: 512 pages 1 segs 512 pipe 1171 off
> (34.961906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.961951) Fetched ack: 8 8 0
> (34.961957) PPB: 512 pages 1 segs 512 pipe 1172 off
> (34.961964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (34.961970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (34.962009) Fetched ack: 8 8 0
> (34.962015) Transfering pages:
> (34.962018) 	buf 512/1
> (34.962021) 	p 0x7551a3000 [512]
> (34.997304) 	buf 512/1
> (34.997319) 	p 0x7553a3000 [512]
> (35.033302) 	buf 512/1
> (35.033319) 	p 0x7555a3000 [512]
> (35.069302) 	buf 512/1
> (35.069318) 	p 0x7557a3000 [512]
> (35.105300) 	buf 512/1
> (35.105317) 	p 0x7559a3000 [512]
> (35.141302) 	buf 512/1
> (35.141317) 	p 0x755ba3000 [512]
> (35.177303) 	buf 512/1
> (35.177319) 	p 0x755da3000 [512]
> (35.213304) 	buf 512/1
> (35.213323) 	p 0x755fa3000 [512]
> (35.249303) page-pipe: Clean up page pipe
> (35.249321) page-pipe: Will grow page pipe (iov off is 1173)
> (35.249326) page-pipe: Add iov to page pipe (0 iovs, 1173/1475266 total)
> (35.249346) page-pipe: Will grow page pipe (iov off is 1174)
> (35.249349) page-pipe: Add iov to page pipe (0 iovs, 1174/1475266 total)
> (35.249359) page-pipe: Will grow page pipe (iov off is 1175)
> (35.249361) page-pipe: Add iov to page pipe (0 iovs, 1175/1475266 total)
> (35.249370) page-pipe: Will grow page pipe (iov off is 1176)
> (35.249373) page-pipe: Add iov to page pipe (0 iovs, 1176/1475266 total)
> (35.249382) page-pipe: Will grow page pipe (iov off is 1177)
> (35.249385) page-pipe: Add iov to page pipe (0 iovs, 1177/1475266 total)
> (35.249398) page-pipe: Will grow page pipe (iov off is 1178)
> (35.249400) page-pipe: Add iov to page pipe (0 iovs, 1178/1475266 total)
> (35.249410) page-pipe: Will grow page pipe (iov off is 1179)
> (35.249412) page-pipe: Add iov to page pipe (0 iovs, 1179/1475266 total)
> (35.249421) page-pipe: Will grow page pipe (iov off is 1180)
> (35.249424) page-pipe: Add iov to page pipe (0 iovs, 1180/1475266 total)
> (35.249433) page-pipe: Will grow page pipe (iov off is 1181)
> (35.249437) page-pipe: Page pipe:
> (35.249439) page-pipe: * 8 pipes 1181/1475266 iovs:
> (35.249442) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249445) page-pipe: 		0x7561a3000 512
> (35.249449) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249451) page-pipe: 		0x7563a3000 512
> (35.249454) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249458) page-pipe: 		0x7565a3000 512
> (35.249461) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249464) page-pipe: 		0x7567a3000 512
> (35.249466) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249469) page-pipe: 		0x7569a3000 512
> (35.249472) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249474) page-pipe: 		0x756ba3000 512
> (35.249477) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249479) page-pipe: 		0x756da3000 512
> (35.249482) page-pipe: 	buf 512 pages, 1 iovs:
> (35.249485) page-pipe: 		0x756fa3000 512
> (35.249487) page-pipe: * 0 holes:
> (35.249490) PPB: 512 pages 1 segs 512 pipe 1173 off
> (35.249510) Sent msg to daemon 8 0 0
> (35.249523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249583) Fetched ack: 8 8 0
> (35.249588) PPB: 512 pages 1 segs 512 pipe 1174 off
> (35.249595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249640) Fetched ack: 8 8 0
> (35.249646) PPB: 512 pages 1 segs 512 pipe 1175 off
> (35.249653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249698) Fetched ack: 8 8 0
> (35.249704) PPB: 512 pages 1 segs 512 pipe 1176 off
> (35.249710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249716) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249755) Fetched ack: 8 8 0
> (35.249761) PPB: 512 pages 1 segs 512 pipe 1177 off
> (35.249768) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249774) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249813) Fetched ack: 8 8 0
> (35.249819) PPB: 512 pages 1 segs 512 pipe 1178 off
> (35.249826) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249832) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249870) Fetched ack: 8 8 0
> (35.249876) PPB: 512 pages 1 segs 512 pipe 1179 off
> (35.249882) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249888) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249927) Fetched ack: 8 8 0
> (35.249933) PPB: 512 pages 1 segs 512 pipe 1180 off
> (35.249939) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.249945) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.249984) Fetched ack: 8 8 0
> (35.249990) Transfering pages:
> (35.250009) 	buf 512/1
> (35.250012) 	p 0x7561a3000 [512]
> (35.289303) 	buf 512/1
> (35.289317) 	p 0x7563a3000 [512]
> (35.325302) 	buf 512/1
> (35.325320) 	p 0x7565a3000 [512]
> (35.365303) 	buf 512/1
> (35.365319) 	p 0x7567a3000 [512]
> (35.401301) 	buf 512/1
> (35.401317) 	p 0x7569a3000 [512]
> (35.437302) 	buf 512/1
> (35.437318) 	p 0x756ba3000 [512]
> (35.477301) 	buf 512/1
> (35.477316) 	p 0x756da3000 [512]
> (35.517301) 	buf 512/1
> (35.517317) 	p 0x756fa3000 [512]
> (35.557302) page-pipe: Clean up page pipe
> (35.557318) page-pipe: Will grow page pipe (iov off is 1181)
> (35.557323) page-pipe: Add iov to page pipe (0 iovs, 1181/1475266 total)
> (35.557340) page-pipe: Will grow page pipe (iov off is 1182)
> (35.557344) page-pipe: Add iov to page pipe (0 iovs, 1182/1475266 total)
> (35.557359) page-pipe: Will grow page pipe (iov off is 1183)
> (35.557361) page-pipe: Add iov to page pipe (0 iovs, 1183/1475266 total)
> (35.557370) page-pipe: Will grow page pipe (iov off is 1184)
> (35.557373) page-pipe: Add iov to page pipe (0 iovs, 1184/1475266 total)
> (35.557383) page-pipe: Will grow page pipe (iov off is 1185)
> (35.557386) page-pipe: Add iov to page pipe (0 iovs, 1185/1475266 total)
> (35.557399) page-pipe: Will grow page pipe (iov off is 1186)
> (35.557402) page-pipe: Add iov to page pipe (0 iovs, 1186/1475266 total)
> (35.557411) page-pipe: Will grow page pipe (iov off is 1187)
> (35.557413) page-pipe: Add iov to page pipe (0 iovs, 1187/1475266 total)
> (35.557423) page-pipe: Will grow page pipe (iov off is 1188)
> (35.557425) page-pipe: Add iov to page pipe (0 iovs, 1188/1475266 total)
> (35.557435) page-pipe: Will grow page pipe (iov off is 1189)
> (35.557438) page-pipe: Page pipe:
> (35.557441) page-pipe: * 8 pipes 1189/1475266 iovs:
> (35.557444) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557446) page-pipe: 		0x7571a3000 512
> (35.557450) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557452) page-pipe: 		0x7573a3000 512
> (35.557455) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557458) page-pipe: 		0x7575a3000 512
> (35.557460) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557463) page-pipe: 		0x7577a3000 512
> (35.557465) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557468) page-pipe: 		0x7579a3000 512
> (35.557471) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557473) page-pipe: 		0x757ba3000 512
> (35.557476) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557478) page-pipe: 		0x757da3000 512
> (35.557481) page-pipe: 	buf 512 pages, 1 iovs:
> (35.557483) page-pipe: 		0x757fa3000 512
> (35.557486) page-pipe: * 0 holes:
> (35.557489) PPB: 512 pages 1 segs 512 pipe 1181 off
> (35.557508) Sent msg to daemon 8 0 0
> (35.557521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557581) Fetched ack: 8 8 0
> (35.557586) PPB: 512 pages 1 segs 512 pipe 1182 off
> (35.557593) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557638) Fetched ack: 8 8 0
> (35.557644) PPB: 512 pages 1 segs 512 pipe 1183 off
> (35.557651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557695) Fetched ack: 8 8 0
> (35.557701) PPB: 512 pages 1 segs 512 pipe 1184 off
> (35.557707) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557713) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557752) Fetched ack: 8 8 0
> (35.557758) PPB: 512 pages 1 segs 512 pipe 1185 off
> (35.557765) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557771) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557810) Fetched ack: 8 8 0
> (35.557815) PPB: 512 pages 1 segs 512 pipe 1186 off
> (35.557822) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557828) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557866) Fetched ack: 8 8 0
> (35.557872) PPB: 512 pages 1 segs 512 pipe 1187 off
> (35.557878) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557884) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557925) Fetched ack: 8 8 0
> (35.557931) PPB: 512 pages 1 segs 512 pipe 1188 off
> (35.557938) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.557944) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.557982) Fetched ack: 8 8 0
> (35.557988) Transfering pages:
> (35.557990) 	buf 512/1
> (35.557993) 	p 0x7571a3000 [512]
> (35.593302) 	buf 512/1
> (35.593315) 	p 0x7573a3000 [512]
> (35.629305) 	buf 512/1
> (35.629323) 	p 0x7575a3000 [512]
> (35.665320) 	buf 512/1
> (35.665349) 	p 0x7577a3000 [512]
> (35.705307) 	buf 512/1
> (35.705336) 	p 0x7579a3000 [512]
> (35.745307) 	buf 512/1
> (35.745333) 	p 0x757ba3000 [512]
> (35.785303) 	buf 512/1
> (35.785321) 	p 0x757da3000 [512]
> (35.825303) 	buf 512/1
> (35.825317) 	p 0x757fa3000 [512]
> (35.865304) page-pipe: Clean up page pipe
> (35.865322) page-pipe: Will grow page pipe (iov off is 1189)
> (35.865328) page-pipe: Add iov to page pipe (0 iovs, 1189/1475266 total)
> (35.865344) page-pipe: Will grow page pipe (iov off is 1190)
> (35.865353) page-pipe: Add iov to page pipe (0 iovs, 1190/1475266 total)
> (35.865362) page-pipe: Will grow page pipe (iov off is 1191)
> (35.865365) page-pipe: Add iov to page pipe (0 iovs, 1191/1475266 total)
> (35.865374) page-pipe: Will grow page pipe (iov off is 1192)
> (35.865377) page-pipe: Add iov to page pipe (0 iovs, 1192/1475266 total)
> (35.865386) page-pipe: Will grow page pipe (iov off is 1193)
> (35.865389) page-pipe: Add iov to page pipe (0 iovs, 1193/1475266 total)
> (35.865402) page-pipe: Will grow page pipe (iov off is 1194)
> (35.865404) page-pipe: Add iov to page pipe (0 iovs, 1194/1475266 total)
> (35.865413) page-pipe: Will grow page pipe (iov off is 1195)
> (35.865416) page-pipe: Add iov to page pipe (0 iovs, 1195/1475266 total)
> (35.865425) page-pipe: Will grow page pipe (iov off is 1196)
> (35.865428) page-pipe: Add iov to page pipe (0 iovs, 1196/1475266 total)
> (35.865437) page-pipe: Will grow page pipe (iov off is 1197)
> (35.865440) page-pipe: Page pipe:
> (35.865443) page-pipe: * 8 pipes 1197/1475266 iovs:
> (35.865446) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865449) page-pipe: 		0x7581a3000 512
> (35.865452) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865455) page-pipe: 		0x7583a3000 512
> (35.865457) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865460) page-pipe: 		0x7585a3000 512
> (35.865463) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865465) page-pipe: 		0x7587a3000 512
> (35.865468) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865470) page-pipe: 		0x7589a3000 512
> (35.865473) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865476) page-pipe: 		0x758ba3000 512
> (35.865478) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865481) page-pipe: 		0x758da3000 512
> (35.865484) page-pipe: 	buf 512 pages, 1 iovs:
> (35.865486) page-pipe: 		0x758fa3000 512
> (35.865489) page-pipe: * 0 holes:
> (35.865491) PPB: 512 pages 1 segs 512 pipe 1189 off
> (35.865513) Sent msg to daemon 8 0 0
> (35.865527) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865588) Fetched ack: 8 8 0
> (35.865593) PPB: 512 pages 1 segs 512 pipe 1190 off
> (35.865600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865645) Fetched ack: 8 8 0
> (35.865651) PPB: 512 pages 1 segs 512 pipe 1191 off
> (35.865658) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865664) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865704) Fetched ack: 8 8 0
> (35.865710) PPB: 512 pages 1 segs 512 pipe 1192 off
> (35.865716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865722) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865763) Fetched ack: 8 8 0
> (35.865768) PPB: 512 pages 1 segs 512 pipe 1193 off
> (35.865775) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865781) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865820) Fetched ack: 8 8 0
> (35.865826) PPB: 512 pages 1 segs 512 pipe 1194 off
> (35.865850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865894) Fetched ack: 8 8 0
> (35.865900) PPB: 512 pages 1 segs 512 pipe 1195 off
> (35.865906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.865950) Fetched ack: 8 8 0
> (35.865956) PPB: 512 pages 1 segs 512 pipe 1196 off
> (35.865962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (35.865968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (35.866006) Fetched ack: 8 8 0
> (35.866012) Transfering pages:
> (35.866015) 	buf 512/1
> (35.866018) 	p 0x7581a3000 [512]
> (35.905304) 	buf 512/1
> (35.905323) 	p 0x7583a3000 [512]
> (35.945301) 	buf 512/1
> (35.945318) 	p 0x7585a3000 [512]
> (35.985302) 	buf 512/1
> (35.985323) 	p 0x7587a3000 [512]
> (36.025300) 	buf 512/1
> (36.025320) 	p 0x7589a3000 [512]
> (36.065302) 	buf 512/1
> (36.065319) 	p 0x758ba3000 [512]
> (36.105305) 	buf 512/1
> (36.105322) 	p 0x758da3000 [512]
> (36.145303) 	buf 512/1
> (36.145317) 	p 0x758fa3000 [512]
> (36.185303) page-pipe: Clean up page pipe
> (36.185322) page-pipe: Will grow page pipe (iov off is 1197)
> (36.185327) page-pipe: Add iov to page pipe (0 iovs, 1197/1475266 total)
> (36.185348) page-pipe: Will grow page pipe (iov off is 1198)
> (36.185351) page-pipe: Add iov to page pipe (0 iovs, 1198/1475266 total)
> (36.185360) page-pipe: Will grow page pipe (iov off is 1199)
> (36.185363) page-pipe: Add iov to page pipe (0 iovs, 1199/1475266 total)
> (36.185372) page-pipe: Will grow page pipe (iov off is 1200)
> (36.185374) page-pipe: Add iov to page pipe (0 iovs, 1200/1475266 total)
> (36.185383) page-pipe: Will grow page pipe (iov off is 1201)
> (36.185386) page-pipe: Add iov to page pipe (0 iovs, 1201/1475266 total)
> (36.185399) page-pipe: Will grow page pipe (iov off is 1202)
> (36.185402) page-pipe: Add iov to page pipe (0 iovs, 1202/1475266 total)
> (36.185411) page-pipe: Will grow page pipe (iov off is 1203)
> (36.185414) page-pipe: Add iov to page pipe (0 iovs, 1203/1475266 total)
> (36.185423) page-pipe: Will grow page pipe (iov off is 1204)
> (36.185426) page-pipe: Add iov to page pipe (0 iovs, 1204/1475266 total)
> (36.185435) page-pipe: Will grow page pipe (iov off is 1205)
> (36.185438) page-pipe: Page pipe:
> (36.185441) page-pipe: * 8 pipes 1205/1475266 iovs:
> (36.185444) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185446) page-pipe: 		0x7591a3000 512
> (36.185450) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185452) page-pipe: 		0x7593a3000 512
> (36.185455) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185458) page-pipe: 		0x7595a3000 512
> (36.185460) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185463) page-pipe: 		0x7597a3000 512
> (36.185466) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185468) page-pipe: 		0x7599a3000 512
> (36.185471) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185474) page-pipe: 		0x759ba3000 512
> (36.185476) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185479) page-pipe: 		0x759da3000 512
> (36.185482) page-pipe: 	buf 512 pages, 1 iovs:
> (36.185485) page-pipe: 		0x759fa3000 512
> (36.185487) page-pipe: * 0 holes:
> (36.185490) PPB: 512 pages 1 segs 512 pipe 1197 off
> (36.185510) Sent msg to daemon 8 0 0
> (36.185523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.185582) Fetched ack: 8 8 0
> (36.185588) PPB: 512 pages 1 segs 512 pipe 1198 off
> (36.185595) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185601) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.185640) Fetched ack: 8 8 0
> (36.185646) PPB: 512 pages 1 segs 512 pipe 1199 off
> (36.185653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185658) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.185697) Fetched ack: 8 8 0
> (36.185703) PPB: 512 pages 1 segs 512 pipe 1200 off
> (36.185710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185716) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (36.185756) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (36.185777) PPB: 512 pages 1 segs 512 pipe 1201 off
> (36.185786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.185835) Fetched ack: 8 8 0
> (36.185841) PPB: 512 pages 1 segs 512 pipe 1202 off
> (36.185847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.185893) Fetched ack: 8 8 0
> (36.185899) PPB: 512 pages 1 segs 512 pipe 1203 off
> (36.185905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.185948) Fetched ack: 8 8 0
> (36.185954) PPB: 512 pages 1 segs 512 pipe 1204 off
> (36.185961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.185966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.186004) Fetched ack: 8 8 0
> (36.186010) Transfering pages:
> (36.186013) 	buf 512/1
> (36.186015) 	p 0x7591a3000 [512]
> (36.225305) 	buf 512/1
> (36.225318) 	p 0x7593a3000 [512]
> (36.265307) 	buf 512/1
> (36.265324) 	p 0x7595a3000 [512]
> (36.305301) 	buf 512/1
> (36.305315) 	p 0x7597a3000 [512]
> (36.345302) 	buf 512/1
> (36.345320) 	p 0x7599a3000 [512]
> (36.381304) 	buf 512/1
> (36.381318) 	p 0x759ba3000 [512]
> (36.417306) 	buf 512/1
> (36.417323) 	p 0x759da3000 [512]
> (36.453302) 	buf 512/1
> (36.453316) 	p 0x759fa3000 [512]
> (36.489304) page-pipe: Clean up page pipe
> (36.489322) page-pipe: Will grow page pipe (iov off is 1205)
> (36.489327) page-pipe: Add iov to page pipe (0 iovs, 1205/1475266 total)
> (36.489350) page-pipe: Will grow page pipe (iov off is 1206)
> (36.489353) page-pipe: Add iov to page pipe (0 iovs, 1206/1475266 total)
> (36.489365) page-pipe: Will grow page pipe (iov off is 1207)
> (36.489368) page-pipe: Add iov to page pipe (0 iovs, 1207/1475266 total)
> (36.489377) page-pipe: Will grow page pipe (iov off is 1208)
> (36.489379) page-pipe: Add iov to page pipe (0 iovs, 1208/1475266 total)
> (36.489389) page-pipe: Will grow page pipe (iov off is 1209)
> (36.489391) page-pipe: Add iov to page pipe (0 iovs, 1209/1475266 total)
> (36.489404) page-pipe: Will grow page pipe (iov off is 1210)
> (36.489407) page-pipe: Add iov to page pipe (0 iovs, 1210/1475266 total)
> (36.489416) page-pipe: Will grow page pipe (iov off is 1211)
> (36.489419) page-pipe: Add iov to page pipe (0 iovs, 1211/1475266 total)
> (36.489428) page-pipe: Will grow page pipe (iov off is 1212)
> (36.489430) page-pipe: Add iov to page pipe (0 iovs, 1212/1475266 total)
> (36.489439) page-pipe: Will grow page pipe (iov off is 1213)
> (36.489443) page-pipe: Page pipe:
> (36.489445) page-pipe: * 8 pipes 1213/1475266 iovs:
> (36.489448) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489451) page-pipe: 		0x75a1a3000 512
> (36.489454) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489457) page-pipe: 		0x75a3a3000 512
> (36.489460) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489462) page-pipe: 		0x75a5a3000 512
> (36.489465) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489467) page-pipe: 		0x75a7a3000 512
> (36.489470) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489473) page-pipe: 		0x75a9a3000 512
> (36.489475) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489478) page-pipe: 		0x75aba3000 512
> (36.489480) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489483) page-pipe: 		0x75ada3000 512
> (36.489486) page-pipe: 	buf 512 pages, 1 iovs:
> (36.489488) page-pipe: 		0x75afa3000 512
> (36.489491) page-pipe: * 0 holes:
> (36.489493) PPB: 512 pages 1 segs 512 pipe 1205 off
> (36.489513) Sent msg to daemon 8 0 0
> (36.489527) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489588) Fetched ack: 8 8 0
> (36.489593) PPB: 512 pages 1 segs 512 pipe 1206 off
> (36.489600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489607) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489646) Fetched ack: 8 8 0
> (36.489652) PPB: 512 pages 1 segs 512 pipe 1207 off
> (36.489658) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489720) Fetched ack: 8 8 0
> (36.489726) PPB: 512 pages 1 segs 512 pipe 1208 off
> (36.489733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489778) Fetched ack: 8 8 0
> (36.489784) PPB: 512 pages 1 segs 512 pipe 1209 off
> (36.489791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489836) Fetched ack: 8 8 0
> (36.489842) PPB: 512 pages 1 segs 512 pipe 1210 off
> (36.489849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489893) Fetched ack: 8 8 0
> (36.489899) PPB: 512 pages 1 segs 512 pipe 1211 off
> (36.489906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.489951) Fetched ack: 8 8 0
> (36.489957) PPB: 512 pages 1 segs 512 pipe 1212 off
> (36.489964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.489970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.490009) Fetched ack: 8 8 0
> (36.490015) Transfering pages:
> (36.490018) 	buf 512/1
> (36.490021) 	p 0x75a1a3000 [512]
> (36.525302) 	buf 512/1
> (36.525316) 	p 0x75a3a3000 [512]
> (36.561305) 	buf 512/1
> (36.561323) 	p 0x75a5a3000 [512]
> (36.597301) 	buf 512/1
> (36.597316) 	p 0x75a7a3000 [512]
> (36.633302) 	buf 512/1
> (36.633320) 	p 0x75a9a3000 [512]
> (36.669309) 	buf 512/1
> (36.669324) 	p 0x75aba3000 [512]
> (36.705307) 	buf 512/1
> (36.705323) 	p 0x75ada3000 [512]
> (36.741304) 	buf 512/1
> (36.741319) 	p 0x75afa3000 [512]
> (36.777301) page-pipe: Clean up page pipe
> (36.777316) page-pipe: Will grow page pipe (iov off is 1213)
> (36.777321) page-pipe: Add iov to page pipe (0 iovs, 1213/1475266 total)
> (36.777338) page-pipe: Will grow page pipe (iov off is 1214)
> (36.777342) page-pipe: Add iov to page pipe (0 iovs, 1214/1475266 total)
> (36.777357) page-pipe: Will grow page pipe (iov off is 1215)
> (36.777359) page-pipe: Add iov to page pipe (0 iovs, 1215/1475266 total)
> (36.777368) page-pipe: Will grow page pipe (iov off is 1216)
> (36.777371) page-pipe: Add iov to page pipe (0 iovs, 1216/1475266 total)
> (36.777380) page-pipe: Will grow page pipe (iov off is 1217)
> (36.777383) page-pipe: Add iov to page pipe (0 iovs, 1217/1475266 total)
> (36.777396) page-pipe: Will grow page pipe (iov off is 1218)
> (36.777399) page-pipe: Add iov to page pipe (0 iovs, 1218/1475266 total)
> (36.777408) page-pipe: Will grow page pipe (iov off is 1219)
> (36.777410) page-pipe: Add iov to page pipe (0 iovs, 1219/1475266 total)
> (36.777419) page-pipe: Will grow page pipe (iov off is 1220)
> (36.777422) page-pipe: Add iov to page pipe (0 iovs, 1220/1475266 total)
> (36.777432) page-pipe: Will grow page pipe (iov off is 1221)
> (36.777435) page-pipe: Page pipe:
> (36.777438) page-pipe: * 8 pipes 1221/1475266 iovs:
> (36.777441) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777443) page-pipe: 		0x75b1a3000 512
> (36.777446) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777449) page-pipe: 		0x75b3a3000 512
> (36.777451) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777454) page-pipe: 		0x75b5a3000 512
> (36.777457) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777459) page-pipe: 		0x75b7a3000 512
> (36.777462) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777464) page-pipe: 		0x75b9a3000 512
> (36.777467) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777469) page-pipe: 		0x75bba3000 512
> (36.777472) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777475) page-pipe: 		0x75bda3000 512
> (36.777477) page-pipe: 	buf 512 pages, 1 iovs:
> (36.777480) page-pipe: 		0x75bfa3000 512
> (36.777482) page-pipe: * 0 holes:
> (36.777485) PPB: 512 pages 1 segs 512 pipe 1213 off
> (36.777505) Sent msg to daemon 8 0 0
> (36.777518) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777580) Fetched ack: 8 8 0
> (36.777603) PPB: 512 pages 1 segs 512 pipe 1214 off
> (36.777612) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777618) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777659) Fetched ack: 8 8 0
> (36.777665) PPB: 512 pages 1 segs 512 pipe 1215 off
> (36.777672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777718) Fetched ack: 8 8 0
> (36.777723) PPB: 512 pages 1 segs 512 pipe 1216 off
> (36.777730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777776) Fetched ack: 8 8 0
> (36.777782) PPB: 512 pages 1 segs 512 pipe 1217 off
> (36.777789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777834) Fetched ack: 8 8 0
> (36.777840) PPB: 512 pages 1 segs 512 pipe 1218 off
> (36.777846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777890) Fetched ack: 8 8 0
> (36.777895) PPB: 512 pages 1 segs 512 pipe 1219 off
> (36.777902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.777946) Fetched ack: 8 8 0
> (36.777952) PPB: 512 pages 1 segs 512 pipe 1220 off
> (36.777959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (36.777964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (36.778003) Fetched ack: 8 8 0
> (36.778009) Transfering pages:
> (36.778012) 	buf 512/1
> (36.778015) 	p 0x75b1a3000 [512]
> (36.813309) 	buf 512/1
> (36.813323) 	p 0x75b3a3000 [512]
> (36.853303) 	buf 512/1
> (36.853320) 	p 0x75b5a3000 [512]
> (36.893304) 	buf 512/1
> (36.893320) 	p 0x75b7a3000 [512]
> (36.929303) 	buf 512/1
> (36.929319) 	p 0x75b9a3000 [512]
> (36.965300) 	buf 512/1
> (36.965316) 	p 0x75bba3000 [512]
> (37.001303) 	buf 512/1
> (37.001320) 	p 0x75bda3000 [512]
> (37.037303) 	buf 512/1
> (37.037319) 	p 0x75bfa3000 [512]
> (37.073306) page-pipe: Clean up page pipe
> (37.073323) page-pipe: Will grow page pipe (iov off is 1221)
> (37.073328) page-pipe: Add iov to page pipe (0 iovs, 1221/1475266 total)
> (37.073341) page-pipe: Will grow page pipe (iov off is 1222)
> (37.073344) page-pipe: Add iov to page pipe (0 iovs, 1222/1475266 total)
> (37.073354) page-pipe: Will grow page pipe (iov off is 1223)
> (37.073357) page-pipe: Add iov to page pipe (0 iovs, 1223/1475266 total)
> (37.073366) page-pipe: Will grow page pipe (iov off is 1224)
> (37.073369) page-pipe: Add iov to page pipe (0 iovs, 1224/1475266 total)
> (37.073378) page-pipe: Will grow page pipe (iov off is 1225)
> (37.073381) page-pipe: Add iov to page pipe (0 iovs, 1225/1475266 total)
> (37.073394) page-pipe: Will grow page pipe (iov off is 1226)
> (37.073396) page-pipe: Add iov to page pipe (0 iovs, 1226/1475266 total)
> (37.073406) page-pipe: Will grow page pipe (iov off is 1227)
> (37.073408) page-pipe: Add iov to page pipe (0 iovs, 1227/1475266 total)
> (37.073418) page-pipe: Will grow page pipe (iov off is 1228)
> (37.073421) page-pipe: Add iov to page pipe (0 iovs, 1228/1475266 total)
> (37.073430) page-pipe: Will grow page pipe (iov off is 1229)
> (37.073433) page-pipe: Page pipe:
> (37.073436) page-pipe: * 8 pipes 1229/1475266 iovs:
> (37.073439) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073442) page-pipe: 		0x75c1a3000 512
> (37.073446) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073448) page-pipe: 		0x75c3a3000 512
> (37.073451) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073454) page-pipe: 		0x75c5a3000 512
> (37.073457) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073459) page-pipe: 		0x75c7a3000 512
> (37.073462) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073465) page-pipe: 		0x75c9a3000 512
> (37.073468) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073470) page-pipe: 		0x75cba3000 512
> (37.073473) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073476) page-pipe: 		0x75cda3000 512
> (37.073496) page-pipe: 	buf 512 pages, 1 iovs:
> (37.073500) page-pipe: 		0x75cfa3000 512
> (37.073502) page-pipe: * 0 holes:
> (37.073505) PPB: 512 pages 1 segs 512 pipe 1221 off
> (37.073524) Sent msg to daemon 8 0 0
> (37.073538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073599) Fetched ack: 8 8 0
> (37.073604) PPB: 512 pages 1 segs 512 pipe 1222 off
> (37.073611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073657) Fetched ack: 8 8 0
> (37.073663) PPB: 512 pages 1 segs 512 pipe 1223 off
> (37.073669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073715) Fetched ack: 8 8 0
> (37.073720) PPB: 512 pages 1 segs 512 pipe 1224 off
> (37.073727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073771) Fetched ack: 8 8 0
> (37.073777) PPB: 512 pages 1 segs 512 pipe 1225 off
> (37.073784) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073790) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073830) Fetched ack: 8 8 0
> (37.073836) PPB: 512 pages 1 segs 512 pipe 1226 off
> (37.073843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073887) Fetched ack: 8 8 0
> (37.073893) PPB: 512 pages 1 segs 512 pipe 1227 off
> (37.073900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.073945) Fetched ack: 8 8 0
> (37.073951) PPB: 512 pages 1 segs 512 pipe 1228 off
> (37.073957) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.073963) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.074002) Fetched ack: 8 8 0
> (37.074009) Transfering pages:
> (37.074011) 	buf 512/1
> (37.074014) 	p 0x75c1a3000 [512]
> (37.109305) 	buf 512/1
> (37.109320) 	p 0x75c3a3000 [512]
> (37.145303) 	buf 512/1
> (37.145319) 	p 0x75c5a3000 [512]
> (37.181304) 	buf 512/1
> (37.181329) 	p 0x75c7a3000 [512]
> (37.217302) 	buf 512/1
> (37.217318) 	p 0x75c9a3000 [512]
> (37.253302) 	buf 512/1
> (37.253320) 	p 0x75cba3000 [512]
> (37.289302) 	buf 512/1
> (37.289318) 	p 0x75cda3000 [512]
> (37.325306) 	buf 512/1
> (37.325325) 	p 0x75cfa3000 [512]
> (37.361303) page-pipe: Clean up page pipe
> (37.361323) page-pipe: Will grow page pipe (iov off is 1229)
> (37.361328) page-pipe: Add iov to page pipe (0 iovs, 1229/1475266 total)
> (37.361349) page-pipe: Will grow page pipe (iov off is 1230)
> (37.361352) page-pipe: Add iov to page pipe (0 iovs, 1230/1475266 total)
> (37.361361) page-pipe: Will grow page pipe (iov off is 1231)
> (37.361364) page-pipe: Add iov to page pipe (0 iovs, 1231/1475266 total)
> (37.361374) page-pipe: Will grow page pipe (iov off is 1232)
> (37.361376) page-pipe: Add iov to page pipe (0 iovs, 1232/1475266 total)
> (37.361385) page-pipe: Will grow page pipe (iov off is 1233)
> (37.361388) page-pipe: Add iov to page pipe (0 iovs, 1233/1475266 total)
> (37.361401) page-pipe: Will grow page pipe (iov off is 1234)
> (37.361404) page-pipe: Add iov to page pipe (0 iovs, 1234/1475266 total)
> (37.361413) page-pipe: Will grow page pipe (iov off is 1235)
> (37.361416) page-pipe: Add iov to page pipe (0 iovs, 1235/1475266 total)
> (37.361426) page-pipe: Will grow page pipe (iov off is 1236)
> (37.361428) page-pipe: Add iov to page pipe (0 iovs, 1236/1475266 total)
> (37.361438) page-pipe: Will grow page pipe (iov off is 1237)
> (37.361441) page-pipe: Page pipe:
> (37.361444) page-pipe: * 8 pipes 1237/1475266 iovs:
> (37.361447) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361450) page-pipe: 		0x75d1a3000 512
> (37.361453) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361456) page-pipe: 		0x75d3a3000 512
> (37.361459) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361462) page-pipe: 		0x75d5a3000 512
> (37.361487) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361490) page-pipe: 		0x75d7a3000 512
> (37.361493) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361496) page-pipe: 		0x75d9a3000 512
> (37.361499) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361502) page-pipe: 		0x75dba3000 512
> (37.361504) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361507) page-pipe: 		0x75dda3000 512
> (37.361510) page-pipe: 	buf 512 pages, 1 iovs:
> (37.361513) page-pipe: 		0x75dfa3000 512
> (37.361515) page-pipe: * 0 holes:
> (37.361518) PPB: 512 pages 1 segs 512 pipe 1229 off
> (37.361539) Sent msg to daemon 8 0 0
> (37.361552) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.361614) Fetched ack: 8 8 0
> (37.361619) PPB: 512 pages 1 segs 512 pipe 1230 off
> (37.361626) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.361633) Wait for ack 8 on daemon socket
> (37.361674) Fetched ack: 8 8 0
> (37.361678) PPB: 512 pages 1 segs 512 pipe 1231 off
> (37.361682) Sent msg to daemon 8 0 0
> (37.361688) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.361783) Fetched ack: 8 8 0
> (37.361788) PPB: 512 pages 1 segs 512 pipe 1232 off
> (37.361795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.361801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.361842) Fetched ack: 8 8 0
> (37.361848) PPB: 512 pages 1 segs 512 pipe 1233 off
> (37.361855) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.361861) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.361899) Fetched ack: 8 8 0
> (37.361905) PPB: 512 pages 1 segs 512 pipe 1234 off
> (37.361912) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.361918) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.361957) Fetched ack: 8 8 0
> (37.361963) PPB: 512 pages 1 segs 512 pipe 1235 off
> (37.361970) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.361976) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.362015) Fetched ack: 8 8 0
> (37.362021) PPB: 512 pages 1 segs 512 pipe 1236 off
> (37.362028) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.362034) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.362072) Fetched ack: 8 8 0
> (37.362078) Transfering pages:
> (37.362081) 	buf 512/1
> (37.362084) 	p 0x75d1a3000 [512]
> (37.397302) 	buf 512/1
> (37.397326) 	p 0x75d3a3000 [512]
> (37.433309) 	buf 512/1
> (37.433328) 	p 0x75d5a3000 [512]
> (37.469305) 	buf 512/1
> (37.469325) 	p 0x75d7a3000 [512]
> (37.505301) 	buf 512/1
> (37.505319) 	p 0x75d9a3000 [512]
> (37.541305) 	buf 512/1
> (37.541319) 	p 0x75dba3000 [512]
> (37.577303) 	buf 512/1
> (37.577321) 	p 0x75dda3000 [512]
> (37.617304) 	buf 512/1
> (37.617320) 	p 0x75dfa3000 [512]
> (37.657302) page-pipe: Clean up page pipe
> (37.657320) page-pipe: Will grow page pipe (iov off is 1237)
> (37.657325) page-pipe: Add iov to page pipe (0 iovs, 1237/1475266 total)
> (37.657438) page-pipe: Will grow page pipe (iov off is 1238)
> (37.657442) page-pipe: Add iov to page pipe (0 iovs, 1238/1475266 total)
> (37.657452) page-pipe: Will grow page pipe (iov off is 1239)
> (37.657454) page-pipe: Add iov to page pipe (0 iovs, 1239/1475266 total)
> (37.657464) page-pipe: Will grow page pipe (iov off is 1240)
> (37.657466) page-pipe: Add iov to page pipe (0 iovs, 1240/1475266 total)
> (37.657476) page-pipe: Will grow page pipe (iov off is 1241)
> (37.657478) page-pipe: Add iov to page pipe (0 iovs, 1241/1475266 total)
> (37.657491) page-pipe: Will grow page pipe (iov off is 1242)
> (37.657494) page-pipe: Add iov to page pipe (0 iovs, 1242/1475266 total)
> (37.657504) page-pipe: Will grow page pipe (iov off is 1243)
> (37.657506) page-pipe: Add iov to page pipe (0 iovs, 1243/1475266 total)
> (37.657515) page-pipe: Will grow page pipe (iov off is 1244)
> (37.657518) page-pipe: Add iov to page pipe (0 iovs, 1244/1475266 total)
> (37.657527) page-pipe: Will grow page pipe (iov off is 1245)
> (37.657547) page-pipe: Page pipe:
> (37.657550) page-pipe: * 8 pipes 1245/1475266 iovs:
> (37.657554) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657556) page-pipe: 		0x75e1a3000 512
> (37.657560) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657562) page-pipe: 		0x75e3a3000 512
> (37.657565) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657568) page-pipe: 		0x75e5a3000 512
> (37.657571) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657573) page-pipe: 		0x75e7a3000 512
> (37.657576) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657579) page-pipe: 		0x75e9a3000 512
> (37.657581) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657584) page-pipe: 		0x75eba3000 512
> (37.657587) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657589) page-pipe: 		0x75eda3000 512
> (37.657592) page-pipe: 	buf 512 pages, 1 iovs:
> (37.657595) page-pipe: 		0x75efa3000 512
> (37.657597) page-pipe: * 0 holes:
> (37.657600) PPB: 512 pages 1 segs 512 pipe 1237 off
> (37.657621) Sent msg to daemon 8 0 0
> (37.657634) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.657698) Fetched ack: 8 8 0
> (37.657703) PPB: 512 pages 1 segs 512 pipe 1238 off
> (37.657711) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.657717) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.657755) Fetched ack: 8 8 0
> (37.657761) PPB: 512 pages 1 segs 512 pipe 1239 off
> (37.657768) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.657774) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.657814) Fetched ack: 8 8 0
> (37.657820) PPB: 512 pages 1 segs 512 pipe 1240 off
> (37.657827) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.657833) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.657871) Fetched ack: 8 8 0
> (37.657877) PPB: 512 pages 1 segs 512 pipe 1241 off
> (37.657884) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.657890) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.657929) Fetched ack: 8 8 0
> (37.657935) PPB: 512 pages 1 segs 512 pipe 1242 off
> (37.657942) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.657947) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.657986) Fetched ack: 8 8 0
> (37.657992) PPB: 512 pages 1 segs 512 pipe 1243 off
> (37.657999) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.658004) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.658044) Fetched ack: 8 8 0
> (37.658050) PPB: 512 pages 1 segs 512 pipe 1244 off
> (37.658057) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.658063) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.658100) Fetched ack: 8 8 0
> (37.658106) Transfering pages:
> (37.658109) 	buf 512/1
> (37.658112) 	p 0x75e1a3000 [512]
> (37.697304) 	buf 512/1
> (37.697317) 	p 0x75e3a3000 [512]
> (37.737302) 	buf 512/1
> (37.737320) 	p 0x75e5a3000 [512]
> (37.777302) 	buf 512/1
> (37.777316) 	p 0x75e7a3000 [512]
> (37.817305) 	buf 512/1
> (37.817323) 	p 0x75e9a3000 [512]
> (37.857301) 	buf 512/1
> (37.857316) 	p 0x75eba3000 [512]
> (37.897303) 	buf 512/1
> (37.897320) 	p 0x75eda3000 [512]
> (37.937305) 	buf 512/1
> (37.937322) 	p 0x75efa3000 [512]
> (37.977302) page-pipe: Clean up page pipe
> (37.977324) page-pipe: Will grow page pipe (iov off is 1245)
> (37.977330) page-pipe: Add iov to page pipe (0 iovs, 1245/1475266 total)
> (37.977350) page-pipe: Will grow page pipe (iov off is 1246)
> (37.977353) page-pipe: Add iov to page pipe (0 iovs, 1246/1475266 total)
> (37.977362) page-pipe: Will grow page pipe (iov off is 1247)
> (37.977365) page-pipe: Add iov to page pipe (0 iovs, 1247/1475266 total)
> (37.977374) page-pipe: Will grow page pipe (iov off is 1248)
> (37.977376) page-pipe: Add iov to page pipe (0 iovs, 1248/1475266 total)
> (37.977386) page-pipe: Will grow page pipe (iov off is 1249)
> (37.977388) page-pipe: Add iov to page pipe (0 iovs, 1249/1475266 total)
> (37.977401) page-pipe: Will grow page pipe (iov off is 1250)
> (37.977404) page-pipe: Add iov to page pipe (0 iovs, 1250/1475266 total)
> (37.977430) page-pipe: Will grow page pipe (iov off is 1251)
> (37.977434) page-pipe: Add iov to page pipe (0 iovs, 1251/1475266 total)
> (37.977443) page-pipe: Will grow page pipe (iov off is 1252)
> (37.977446) page-pipe: Add iov to page pipe (0 iovs, 1252/1475266 total)
> (37.977455) page-pipe: Will grow page pipe (iov off is 1253)
> (37.977458) page-pipe: Page pipe:
> (37.977461) page-pipe: * 8 pipes 1253/1475266 iovs:
> (37.977464) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977467) page-pipe: 		0x75f1a3000 512
> (37.977470) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977473) page-pipe: 		0x75f3a3000 512
> (37.977476) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977478) page-pipe: 		0x75f5a3000 512
> (37.977481) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977484) page-pipe: 		0x75f7a3000 512
> (37.977486) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977489) page-pipe: 		0x75f9a3000 512
> (37.977492) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977494) page-pipe: 		0x75fba3000 512
> (37.977497) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977500) page-pipe: 		0x75fda3000 512
> (37.977502) page-pipe: 	buf 512 pages, 1 iovs:
> (37.977505) page-pipe: 		0x75ffa3000 512
> (37.977507) page-pipe: * 0 holes:
> (37.977510) PPB: 512 pages 1 segs 512 pipe 1245 off
> (37.977531) Sent msg to daemon 8 0 0
> (37.977545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977608) Fetched ack: 8 8 0
> (37.977613) PPB: 512 pages 1 segs 512 pipe 1246 off
> (37.977620) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977626) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977667) Fetched ack: 8 8 0
> (37.977673) PPB: 512 pages 1 segs 512 pipe 1247 off
> (37.977680) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977686) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977725) Fetched ack: 8 8 0
> (37.977731) PPB: 512 pages 1 segs 512 pipe 1248 off
> (37.977738) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977743) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977783) Fetched ack: 8 8 0
> (37.977788) PPB: 512 pages 1 segs 512 pipe 1249 off
> (37.977795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977841) Fetched ack: 8 8 0
> (37.977846) PPB: 512 pages 1 segs 512 pipe 1250 off
> (37.977853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977898) Fetched ack: 8 8 0
> (37.977904) PPB: 512 pages 1 segs 512 pipe 1251 off
> (37.977911) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.977956) Fetched ack: 8 8 0
> (37.977962) PPB: 512 pages 1 segs 512 pipe 1252 off
> (37.977968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (37.977974) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (37.978014) Fetched ack: 8 8 0
> (37.978020) Transfering pages:
> (37.978023) 	buf 512/1
> (37.978026) 	p 0x75f1a3000 [512]
> (38.017304) 	buf 512/1
> (38.017322) 	p 0x75f3a3000 [512]
> (38.057304) 	buf 512/1
> (38.057323) 	p 0x75f5a3000 [512]
> (38.097302) 	buf 512/1
> (38.097318) 	p 0x75f7a3000 [512]
> (38.137301) 	buf 512/1
> (38.137317) 	p 0x75f9a3000 [512]
> (38.181302) 	buf 512/1
> (38.181318) 	p 0x75fba3000 [512]
> (38.221301) 	buf 512/1
> (38.221320) 	p 0x75fda3000 [512]
> (38.261306) 	buf 512/1
> (38.261323) 	p 0x75ffa3000 [512]
> (38.301301) page-pipe: Clean up page pipe
> (38.301317) page-pipe: Will grow page pipe (iov off is 1253)
> (38.301322) page-pipe: Add iov to page pipe (0 iovs, 1253/1475266 total)
> (38.301339) page-pipe: Will grow page pipe (iov off is 1254)
> (38.301342) page-pipe: Add iov to page pipe (0 iovs, 1254/1475266 total)
> (38.301357) page-pipe: Will grow page pipe (iov off is 1255)
> (38.301360) page-pipe: Add iov to page pipe (0 iovs, 1255/1475266 total)
> (38.301370) page-pipe: Will grow page pipe (iov off is 1256)
> (38.301389) page-pipe: Add iov to page pipe (0 iovs, 1256/1475266 total)
> (38.301399) page-pipe: Will grow page pipe (iov off is 1257)
> (38.301402) page-pipe: Add iov to page pipe (0 iovs, 1257/1475266 total)
> (38.301415) page-pipe: Will grow page pipe (iov off is 1258)
> (38.301417) page-pipe: Add iov to page pipe (0 iovs, 1258/1475266 total)
> (38.301427) page-pipe: Will grow page pipe (iov off is 1259)
> (38.301429) page-pipe: Add iov to page pipe (0 iovs, 1259/1475266 total)
> (38.301439) page-pipe: Will grow page pipe (iov off is 1260)
> (38.301441) page-pipe: Add iov to page pipe (0 iovs, 1260/1475266 total)
> (38.301451) page-pipe: Will grow page pipe (iov off is 1261)
> (38.301454) page-pipe: Page pipe:
> (38.301457) page-pipe: * 8 pipes 1261/1475266 iovs:
> (38.301460) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301463) page-pipe: 		0x7601a3000 512
> (38.301466) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301469) page-pipe: 		0x7603a3000 512
> (38.301472) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301474) page-pipe: 		0x7605a3000 512
> (38.301477) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301480) page-pipe: 		0x7607a3000 512
> (38.301482) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301485) page-pipe: 		0x7609a3000 512
> (38.301488) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301490) page-pipe: 		0x760ba3000 512
> (38.301493) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301496) page-pipe: 		0x760da3000 512
> (38.301498) page-pipe: 	buf 512 pages, 1 iovs:
> (38.301501) page-pipe: 		0x760fa3000 512
> (38.301504) page-pipe: * 0 holes:
> (38.301506) PPB: 512 pages 1 segs 512 pipe 1253 off
> (38.301527) Sent msg to daemon 8 0 0
> (38.301540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301601) Fetched ack: 8 8 0
> (38.301606) PPB: 512 pages 1 segs 512 pipe 1254 off
> (38.301614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301661) Fetched ack: 8 8 0
> (38.301667) PPB: 512 pages 1 segs 512 pipe 1255 off
> (38.301674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301720) Fetched ack: 8 8 0
> (38.301726) PPB: 512 pages 1 segs 512 pipe 1256 off
> (38.301733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301777) Fetched ack: 8 8 0
> (38.301783) PPB: 512 pages 1 segs 512 pipe 1257 off
> (38.301790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301835) Fetched ack: 8 8 0
> (38.301841) PPB: 512 pages 1 segs 512 pipe 1258 off
> (38.301848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301893) Fetched ack: 8 8 0
> (38.301899) PPB: 512 pages 1 segs 512 pipe 1259 off
> (38.301906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.301950) Fetched ack: 8 8 0
> (38.301956) PPB: 512 pages 1 segs 512 pipe 1260 off
> (38.301962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.301968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.302008) Fetched ack: 8 8 0
> (38.302014) Transfering pages:
> (38.302017) 	buf 512/1
> (38.302019) 	p 0x7601a3000 [512]
> (38.341303) 	buf 512/1
> (38.341317) 	p 0x7603a3000 [512]
> (38.385303) 	buf 512/1
> (38.385321) 	p 0x7605a3000 [512]
> (38.429303) 	buf 512/1
> (38.429320) 	p 0x7607a3000 [512]
> (38.469302) 	buf 512/1
> (38.469319) 	p 0x7609a3000 [512]
> (38.509303) 	buf 512/1
> (38.509319) 	p 0x760ba3000 [512]
> (38.553398) 	buf 512/1
> (38.553412) 	p 0x760da3000 [512]
> (38.597307) 	buf 512/1
> (38.597323) 	p 0x760fa3000 [512]
> (38.637303) page-pipe: Clean up page pipe
> (38.637323) page-pipe: Will grow page pipe (iov off is 1261)
> (38.637328) page-pipe: Add iov to page pipe (0 iovs, 1261/1475266 total)
> (38.637364) page-pipe: Will grow page pipe (iov off is 1262)
> (38.637368) page-pipe: Add iov to page pipe (0 iovs, 1262/1475266 total)
> (38.637377) page-pipe: Will grow page pipe (iov off is 1263)
> (38.637380) page-pipe: Add iov to page pipe (0 iovs, 1263/1475266 total)
> (38.637389) page-pipe: Will grow page pipe (iov off is 1264)
> (38.637392) page-pipe: Add iov to page pipe (0 iovs, 1264/1475266 total)
> (38.637401) page-pipe: Will grow page pipe (iov off is 1265)
> (38.637404) page-pipe: Add iov to page pipe (0 iovs, 1265/1475266 total)
> (38.637417) page-pipe: Will grow page pipe (iov off is 1266)
> (38.637420) page-pipe: Add iov to page pipe (0 iovs, 1266/1475266 total)
> (38.637429) page-pipe: Will grow page pipe (iov off is 1267)
> (38.637432) page-pipe: Add iov to page pipe (0 iovs, 1267/1475266 total)
> (38.637441) page-pipe: Will grow page pipe (iov off is 1268)
> (38.637444) page-pipe: Add iov to page pipe (0 iovs, 1268/1475266 total)
> (38.637454) page-pipe: Will grow page pipe (iov off is 1269)
> (38.637457) page-pipe: Page pipe:
> (38.637460) page-pipe: * 8 pipes 1269/1475266 iovs:
> (38.637463) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637466) page-pipe: 		0x7611a3000 512
> (38.637469) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637472) page-pipe: 		0x7613a3000 512
> (38.637475) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637478) page-pipe: 		0x7615a3000 512
> (38.637480) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637483) page-pipe: 		0x7617a3000 512
> (38.637486) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637488) page-pipe: 		0x7619a3000 512
> (38.637491) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637494) page-pipe: 		0x761ba3000 512
> (38.637497) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637499) page-pipe: 		0x761da3000 512
> (38.637502) page-pipe: 	buf 512 pages, 1 iovs:
> (38.637505) page-pipe: 		0x761fa3000 512
> (38.637507) page-pipe: * 0 holes:
> (38.637510) PPB: 512 pages 1 segs 512 pipe 1261 off
> (38.637531) Sent msg to daemon 8 0 0
> (38.637544) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637603) Fetched ack: 8 8 0
> (38.637608) PPB: 512 pages 1 segs 512 pipe 1262 off
> (38.637615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637660) Fetched ack: 8 8 0
> (38.637666) PPB: 512 pages 1 segs 512 pipe 1263 off
> (38.637673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637719) Fetched ack: 8 8 0
> (38.637725) PPB: 512 pages 1 segs 512 pipe 1264 off
> (38.637732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637778) Fetched ack: 8 8 0
> (38.637784) PPB: 512 pages 1 segs 512 pipe 1265 off
> (38.637791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637836) Fetched ack: 8 8 0
> (38.637842) PPB: 512 pages 1 segs 512 pipe 1266 off
> (38.637849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637894) Fetched ack: 8 8 0
> (38.637901) PPB: 512 pages 1 segs 512 pipe 1267 off
> (38.637907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.637953) Fetched ack: 8 8 0
> (38.637959) PPB: 512 pages 1 segs 512 pipe 1268 off
> (38.637966) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (38.637972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (38.638010) Fetched ack: 8 8 0
> (38.638016) Transfering pages:
> (38.638019) 	buf 512/1
> (38.638021) 	p 0x7611a3000 [512]
> (38.677304) 	buf 512/1
> (38.677321) 	p 0x7613a3000 [512]
> (38.717303) 	buf 512/1
> (38.717320) 	p 0x7615a3000 [512]
> (38.757304) 	buf 512/1
> (41.869327) 	p 0x7617a3000 [512]
> (41.875346) 	buf 512/1
> (41.875361) 	p 0x7619a3000 [512]
> (41.880965) 	buf 512/1
> (41.880977) 	p 0x761ba3000 [512]
> (41.885866) 	buf 512/1
> (41.885879) 	p 0x761da3000 [512]
> (41.890624) 	buf 512/1
> (41.890635) 	p 0x761fa3000 [512]
> (41.895332) page-pipe: Clean up page pipe
> (41.895344) page-pipe: Will grow page pipe (iov off is 1269)
> (41.895366) page-pipe: Add iov to page pipe (0 iovs, 1269/1475266 total)
> (41.895381) page-pipe: Will grow page pipe (iov off is 1270)
> (41.895384) page-pipe: Add iov to page pipe (0 iovs, 1270/1475266 total)
> (41.895398) page-pipe: Will grow page pipe (iov off is 1271)
> (41.895404) page-pipe: Add iov to page pipe (0 iovs, 1271/1475266 total)
> (41.895413) page-pipe: Will grow page pipe (iov off is 1272)
> (41.895416) page-pipe: Add iov to page pipe (0 iovs, 1272/1475266 total)
> (41.895425) page-pipe: Will grow page pipe (iov off is 1273)
> (41.895428) page-pipe: Add iov to page pipe (0 iovs, 1273/1475266 total)
> (41.895441) page-pipe: Will grow page pipe (iov off is 1274)
> (41.895444) page-pipe: Add iov to page pipe (0 iovs, 1274/1475266 total)
> (41.895454) page-pipe: Will grow page pipe (iov off is 1275)
> (41.895457) page-pipe: Add iov to page pipe (0 iovs, 1275/1475266 total)
> (41.895466) page-pipe: Will grow page pipe (iov off is 1276)
> (41.895469) page-pipe: Add iov to page pipe (0 iovs, 1276/1475266 total)
> (41.895479) page-pipe: Will grow page pipe (iov off is 1277)
> (41.895482) page-pipe: Page pipe:
> (41.895486) page-pipe: * 8 pipes 1277/1475266 iovs:
> (41.895490) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895493) page-pipe: 		0x7621a3000 512
> (41.895496) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895499) page-pipe: 		0x7623a3000 512
> (41.895502) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895505) page-pipe: 		0x7625a3000 512
> (41.895508) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895511) page-pipe: 		0x7627a3000 512
> (41.895513) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895516) page-pipe: 		0x7629a3000 512
> (41.895519) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895522) page-pipe: 		0x762ba3000 512
> (41.895525) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895527) page-pipe: 		0x762da3000 512
> (41.895530) page-pipe: 	buf 512 pages, 1 iovs:
> (41.895533) page-pipe: 		0x762fa3000 512
> (41.895536) page-pipe: * 0 holes:
> (41.895539) PPB: 512 pages 1 segs 512 pipe 1269 off
> (41.895566) Sent msg to daemon 8 0 0
> (41.895580) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.895653) Fetched ack: 8 8 0
> (41.895658) PPB: 512 pages 1 segs 512 pipe 1270 off
> (41.895666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.895673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.895714) Fetched ack: 8 8 0
> (41.895721) PPB: 512 pages 1 segs 512 pipe 1271 off
> (41.895728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.895733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.895773) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.895778) PPB: 512 pages 1 segs 512 pipe 1272 off
> (41.895786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.895792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.895832) Fetched ack: 8 8 0
> (41.895839) PPB: 512 pages 1 segs 512 pipe 1273 off
> (41.895846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.895852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.895892) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.895896) PPB: 512 pages 1 segs 512 pipe 1274 off
> (41.895906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.895911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.895951) Fetched ack: 8 8 0
> (41.895958) PPB: 512 pages 1 segs 512 pipe 1275 off
> (41.895965) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.895970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.896009) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.896014) PPB: 512 pages 1 segs 512 pipe 1276 off
> (41.896023) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.896029) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.896071) Fetched ack: 8 8 0
> (41.896078) Transfering pages:
> (41.896081) 	buf 512/1
> (41.896083) 	p 0x7621a3000 [512]
> (41.900724) 	buf 512/1
> (41.900735) 	p 0x7623a3000 [512]
> (41.905527) 	buf 512/1
> (41.905541) 	p 0x7625a3000 [512]
> (41.910258) 	buf 512/1
> (41.910270) 	p 0x7627a3000 [512]
> (41.914952) 	buf 512/1
> (41.914984) 	p 0x7629a3000 [512]
> (41.919728) 	buf 512/1
> (41.919740) 	p 0x762ba3000 [512]
> (41.924427) 	buf 512/1
> (41.924439) 	p 0x762da3000 [512]
> (41.929118) 	buf 512/1
> (41.929130) 	p 0x762fa3000 [512]
> (41.933853) page-pipe: Clean up page pipe
> (41.933867) page-pipe: Will grow page pipe (iov off is 1277)
> (41.933871) page-pipe: Add iov to page pipe (0 iovs, 1277/1475266 total)
> (41.933885) page-pipe: Will grow page pipe (iov off is 1278)
> (41.933888) page-pipe: Add iov to page pipe (0 iovs, 1278/1475266 total)
> (41.933907) page-pipe: Will grow page pipe (iov off is 1279)
> (41.933909) page-pipe: Add iov to page pipe (0 iovs, 1279/1475266 total)
> (41.933919) page-pipe: Will grow page pipe (iov off is 1280)
> (41.933922) page-pipe: Add iov to page pipe (0 iovs, 1280/1475266 total)
> (41.933931) page-pipe: Will grow page pipe (iov off is 1281)
> (41.933934) page-pipe: Add iov to page pipe (0 iovs, 1281/1475266 total)
> (41.933947) page-pipe: Will grow page pipe (iov off is 1282)
> (41.933949) page-pipe: Add iov to page pipe (0 iovs, 1282/1475266 total)
> (41.933959) page-pipe: Will grow page pipe (iov off is 1283)
> (41.933961) page-pipe: Add iov to page pipe (0 iovs, 1283/1475266 total)
> (41.933971) page-pipe: Will grow page pipe (iov off is 1284)
> (41.933974) page-pipe: Add iov to page pipe (0 iovs, 1284/1475266 total)
> (41.933983) page-pipe: Will grow page pipe (iov off is 1285)
> (41.933987) page-pipe: Page pipe:
> (41.933989) page-pipe: * 8 pipes 1285/1475266 iovs:
> (41.933992) page-pipe: 	buf 512 pages, 1 iovs:
> (41.933995) page-pipe: 		0x7631a3000 512
> (41.933998) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934001) page-pipe: 		0x7633a3000 512
> (41.934004) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934006) page-pipe: 		0x7635a3000 512
> (41.934009) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934012) page-pipe: 		0x7637a3000 512
> (41.934015) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934017) page-pipe: 		0x7639a3000 512
> (41.934020) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934023) page-pipe: 		0x763ba3000 512
> (41.934025) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934028) page-pipe: 		0x763da3000 512
> (41.934030) page-pipe: 	buf 512 pages, 1 iovs:
> (41.934033) page-pipe: 		0x763fa3000 512
> (41.934036) page-pipe: * 0 holes:
> (41.934039) PPB: 512 pages 1 segs 512 pipe 1277 off
> (41.934062) Sent msg to daemon 8 0 0
> (41.934077) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.934143) Fetched ack: 8 8 0
> (41.934148) PPB: 512 pages 1 segs 512 pipe 1278 off
> (41.934162) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934168) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.934211) Fetched ack: 8 8 0
> (41.934217) PPB: 512 pages 1 segs 512 pipe 1279 off
> (41.934224) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934230) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.934271) Fetched ack: 8 8 0
> (41.934277) PPB: 512 pages 1 segs 512 pipe 1280 off
> (41.934284) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934290) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.934329) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.934334) PPB: 512 pages 1 segs 512 pipe 1281 off
> (41.934343) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934349) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.934390) Fetched ack: 8 8 0
> (41.934396) PPB: 512 pages 1 segs 512 pipe 1282 off
> (41.934403) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934409) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.934449) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.934454) PPB: 512 pages 1 segs 512 pipe 1283 off
> (41.934481) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934488) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.934528) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.934532) PPB: 512 pages 1 segs 512 pipe 1284 off
> (41.934541) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.934547) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.934588) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.934593) Transfering pages:
> (41.934597) 	buf 512/1
> (41.934600) 	p 0x7631a3000 [512]
> (41.939525) 	buf 512/1
> (41.939536) 	p 0x7633a3000 [512]
> (41.944218) 	buf 512/1
> (41.944228) 	p 0x7635a3000 [512]
> (41.948896) 	buf 512/1
> (41.948908) 	p 0x7637a3000 [512]
> (41.953623) 	buf 512/1
> (41.953646) 	p 0x7639a3000 [512]
> (41.958348) 	buf 512/1
> (41.958360) 	p 0x763ba3000 [512]
> (41.963045) 	buf 512/1
> (41.963055) 	p 0x763da3000 [512]
> (41.967709) 	buf 512/1
> (41.967720) 	p 0x763fa3000 [512]
> (41.972411) page-pipe: Clean up page pipe
> (41.972424) page-pipe: Will grow page pipe (iov off is 1285)
> (41.972428) page-pipe: Add iov to page pipe (0 iovs, 1285/1475266 total)
> (41.972442) page-pipe: Will grow page pipe (iov off is 1286)
> (41.972445) page-pipe: Add iov to page pipe (0 iovs, 1286/1475266 total)
> (41.972454) page-pipe: Will grow page pipe (iov off is 1287)
> (41.972457) page-pipe: Add iov to page pipe (0 iovs, 1287/1475266 total)
> (41.972471) page-pipe: Will grow page pipe (iov off is 1288)
> (41.972473) page-pipe: Add iov to page pipe (0 iovs, 1288/1475266 total)
> (41.972483) page-pipe: Will grow page pipe (iov off is 1289)
> (41.972485) page-pipe: Add iov to page pipe (0 iovs, 1289/1475266 total)
> (41.972498) page-pipe: Will grow page pipe (iov off is 1290)
> (41.972501) page-pipe: Add iov to page pipe (0 iovs, 1290/1475266 total)
> (41.972510) page-pipe: Will grow page pipe (iov off is 1291)
> (41.972513) page-pipe: Add iov to page pipe (0 iovs, 1291/1475266 total)
> (41.972522) page-pipe: Will grow page pipe (iov off is 1292)
> (41.972525) page-pipe: Add iov to page pipe (0 iovs, 1292/1475266 total)
> (41.972534) page-pipe: Will grow page pipe (iov off is 1293)
> (41.972537) page-pipe: Page pipe:
> (41.972540) page-pipe: * 8 pipes 1293/1475266 iovs:
> (41.972543) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972546) page-pipe: 		0x7641a3000 512
> (41.972549) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972552) page-pipe: 		0x7643a3000 512
> (41.972555) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972557) page-pipe: 		0x7645a3000 512
> (41.972560) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972563) page-pipe: 		0x7647a3000 512
> (41.972565) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972568) page-pipe: 		0x7649a3000 512
> (41.972571) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972573) page-pipe: 		0x764ba3000 512
> (41.972576) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972579) page-pipe: 		0x764da3000 512
> (41.972581) page-pipe: 	buf 512 pages, 1 iovs:
> (41.972584) page-pipe: 		0x764fa3000 512
> (41.972587) page-pipe: * 0 holes:
> (41.972589) PPB: 512 pages 1 segs 512 pipe 1285 off
> (41.972610) Sent msg to daemon 8 0 0
> (41.972622) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.972680) Fetched ack: 8 8 0
> (41.972686) PPB: 512 pages 1 segs 512 pipe 1286 off
> (41.972693) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.972699) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.972737) Fetched ack: 8 8 0
> (41.972743) PPB: 512 pages 1 segs 512 pipe 1287 off
> (41.972750) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.972756) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.972795) Fetched ack: 8 8 0
> (41.972801) PPB: 512 pages 1 segs 512 pipe 1288 off
> (41.972808) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.972814) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.972853) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.972858) PPB: 512 pages 1 segs 512 pipe 1289 off
> (41.972867) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.972873) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.972911) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.972941) PPB: 512 pages 1 segs 512 pipe 1290 off
> (41.972950) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.972956) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (41.972995) Fetched ack: 8 8 0
> (41.973002) PPB: 512 pages 1 segs 512 pipe 1291 off
> (41.973008) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.973014) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.973053) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.973058) PPB: 512 pages 1 segs 512 pipe 1292 off
> (41.973066) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (41.973072) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (41.973112) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (41.973117) Transfering pages:
> (41.973121) 	buf 512/1
> (41.973124) 	p 0x7641a3000 [512]
> (41.977781) 	buf 512/1
> (41.977794) 	p 0x7643a3000 [512]
> (41.982493) 	buf 512/1
> (41.982504) 	p 0x7645a3000 [512]
> (41.987154) 	buf 512/1
> (41.987166) 	p 0x7647a3000 [512]
> (41.991788) 	buf 512/1
> (41.991812) 	p 0x7649a3000 [512]
> (41.996433) 	buf 512/1
> (41.996445) 	p 0x764ba3000 [512]
> (42.001106) 	buf 512/1
> (42.001118) 	p 0x764da3000 [512]
> (42.005820) 	buf 512/1
> (42.005833) 	p 0x764fa3000 [512]
> (42.010497) page-pipe: Clean up page pipe
> (42.010511) page-pipe: Will grow page pipe (iov off is 1293)
> (42.010515) page-pipe: Add iov to page pipe (0 iovs, 1293/1475266 total)
> (42.010529) page-pipe: Will grow page pipe (iov off is 1294)
> (42.010532) page-pipe: Add iov to page pipe (0 iovs, 1294/1475266 total)
> (42.010541) page-pipe: Will grow page pipe (iov off is 1295)
> (42.010544) page-pipe: Add iov to page pipe (0 iovs, 1295/1475266 total)
> (42.010556) page-pipe: Will grow page pipe (iov off is 1296)
> (42.010559) page-pipe: Add iov to page pipe (0 iovs, 1296/1475266 total)
> (42.010570) page-pipe: Will grow page pipe (iov off is 1297)
> (42.010573) page-pipe: Add iov to page pipe (0 iovs, 1297/1475266 total)
> (42.010586) page-pipe: Will grow page pipe (iov off is 1298)
> (42.010589) page-pipe: Add iov to page pipe (0 iovs, 1298/1475266 total)
> (42.010598) page-pipe: Will grow page pipe (iov off is 1299)
> (42.010601) page-pipe: Add iov to page pipe (0 iovs, 1299/1475266 total)
> (42.010610) page-pipe: Will grow page pipe (iov off is 1300)
> (42.010613) page-pipe: Add iov to page pipe (0 iovs, 1300/1475266 total)
> (42.010622) page-pipe: Will grow page pipe (iov off is 1301)
> (42.010625) page-pipe: Page pipe:
> (42.010628) page-pipe: * 8 pipes 1301/1475266 iovs:
> (42.010631) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010634) page-pipe: 		0x7651a3000 512
> (42.010638) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010640) page-pipe: 		0x7653a3000 512
> (42.010643) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010646) page-pipe: 		0x7655a3000 512
> (42.010649) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010651) page-pipe: 		0x7657a3000 512
> (42.010654) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010657) page-pipe: 		0x7659a3000 512
> (42.010660) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010662) page-pipe: 		0x765ba3000 512
> (42.010665) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010668) page-pipe: 		0x765da3000 512
> (42.010671) page-pipe: 	buf 512 pages, 1 iovs:
> (42.010673) page-pipe: 		0x765fa3000 512
> (42.010676) page-pipe: * 0 holes:
> (42.010679) PPB: 512 pages 1 segs 512 pipe 1293 off
> (42.010699) Sent msg to daemon 8 0 0
> (42.010711) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.010771) Fetched ack: 8 8 0
> (42.010776) PPB: 512 pages 1 segs 512 pipe 1294 off
> (42.010783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.010789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.010829) Fetched ack: 8 8 0
> (42.010835) PPB: 512 pages 1 segs 512 pipe 1295 off
> (42.010842) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.010848) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.010885) Fetched ack: 8 8 0
> (42.010891) PPB: 512 pages 1 segs 512 pipe 1296 off
> (42.010898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.010921) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.010960) Fetched ack: 8 8 0
> (42.010967) PPB: 512 pages 1 segs 512 pipe 1297 off
> (42.010973) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.010979) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.011019) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.011024) PPB: 512 pages 1 segs 512 pipe 1298 off
> (42.011032) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.011038) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.011076) Fetched ack: 8 8 0
> (42.011082) PPB: 512 pages 1 segs 512 pipe 1299 off
> (42.011089) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.011094) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.011133) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.011137) PPB: 512 pages 1 segs 512 pipe 1300 off
> (42.011146) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.011152) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.011190) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.011195) Transfering pages:
> (42.011200) 	buf 512/1
> (42.011202) 	p 0x7651a3000 [512]
> (42.015805) 	buf 512/1
> (42.015817) 	p 0x7653a3000 [512]
> (42.020452) 	buf 512/1
> (42.020463) 	p 0x7655a3000 [512]
> (42.025093) 	buf 512/1
> (42.025104) 	p 0x7657a3000 [512]
> (42.029775) 	buf 512/1
> (42.029800) 	p 0x7659a3000 [512]
> (42.034491) 	buf 512/1
> (42.034502) 	p 0x765ba3000 [512]
> (42.039410) 	buf 512/1
> (42.039422) 	p 0x765da3000 [512]
> (42.044781) 	buf 512/1
> (42.044792) 	p 0x765fa3000 [512]
> (42.049595) page-pipe: Clean up page pipe
> (42.049609) page-pipe: Will grow page pipe (iov off is 1301)
> (42.049613) page-pipe: Add iov to page pipe (0 iovs, 1301/1475266 total)
> (42.049627) page-pipe: Will grow page pipe (iov off is 1302)
> (42.049630) page-pipe: Add iov to page pipe (0 iovs, 1302/1475266 total)
> (42.049640) page-pipe: Will grow page pipe (iov off is 1303)
> (42.049642) page-pipe: Add iov to page pipe (0 iovs, 1303/1475266 total)
> (42.049656) page-pipe: Will grow page pipe (iov off is 1304)
> (42.049659) page-pipe: Add iov to page pipe (0 iovs, 1304/1475266 total)
> (42.049671) page-pipe: Will grow page pipe (iov off is 1305)
> (42.049674) page-pipe: Add iov to page pipe (0 iovs, 1305/1475266 total)
> (42.049687) page-pipe: Will grow page pipe (iov off is 1306)
> (42.049690) page-pipe: Add iov to page pipe (0 iovs, 1306/1475266 total)
> (42.049699) page-pipe: Will grow page pipe (iov off is 1307)
> (42.049702) page-pipe: Add iov to page pipe (0 iovs, 1307/1475266 total)
> (42.049711) page-pipe: Will grow page pipe (iov off is 1308)
> (42.049713) page-pipe: Add iov to page pipe (0 iovs, 1308/1475266 total)
> (42.049723) page-pipe: Will grow page pipe (iov off is 1309)
> (42.049726) page-pipe: Page pipe:
> (42.049729) page-pipe: * 8 pipes 1309/1475266 iovs:
> (42.049732) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049735) page-pipe: 		0x7661a3000 512
> (42.049738) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049741) page-pipe: 		0x7663a3000 512
> (42.049744) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049746) page-pipe: 		0x7665a3000 512
> (42.049749) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049752) page-pipe: 		0x7667a3000 512
> (42.049755) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049757) page-pipe: 		0x7669a3000 512
> (42.049760) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049763) page-pipe: 		0x766ba3000 512
> (42.049765) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049768) page-pipe: 		0x766da3000 512
> (42.049771) page-pipe: 	buf 512 pages, 1 iovs:
> (42.049774) page-pipe: 		0x766fa3000 512
> (42.049776) page-pipe: * 0 holes:
> (42.049779) PPB: 512 pages 1 segs 512 pipe 1301 off
> (42.049802) Sent msg to daemon 8 0 0
> (42.049815) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.049876) Fetched ack: 8 8 0
> (42.049881) PPB: 512 pages 1 segs 512 pipe 1302 off
> (42.049895) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.049901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.049942) Fetched ack: 8 8 0
> (42.049964) PPB: 512 pages 1 segs 512 pipe 1303 off
> (42.049971) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.049978) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.050016) Fetched ack: 8 8 0
> (42.050022) PPB: 512 pages 1 segs 512 pipe 1304 off
> (42.050029) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.050035) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.050072) Fetched ack: 8 8 0
> (42.050078) PPB: 512 pages 1 segs 512 pipe 1305 off
> (42.050085) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.050091) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.050129) Fetched ack: 8 8 0
> (42.050136) PPB: 512 pages 1 segs 512 pipe 1306 off
> (42.050142) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.050148) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.050186) Fetched ack: 8 8 0
> (42.050193) PPB: 512 pages 1 segs 512 pipe 1307 off
> (42.050199) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.050205) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.050244) Fetched ack: 8 8 0
> (42.050250) PPB: 512 pages 1 segs 512 pipe 1308 off
> (42.050257) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.050263) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.050302) Fetched ack: 8 8 0
> (42.050308) Transfering pages:
> (42.050311) 	buf 512/1
> (42.050314) 	p 0x7661a3000 [512]
> (42.055075) 	buf 512/1
> (42.055087) 	p 0x7663a3000 [512]
> (42.059865) 	buf 512/1
> (42.059874) 	p 0x7665a3000 [512]
> (42.064696) 	buf 512/1
> (42.064710) 	p 0x7667a3000 [512]
> (42.069592) 	buf 512/1
> (42.069606) 	p 0x7669a3000 [512]
> (42.074477) 	buf 512/1
> (42.074490) 	p 0x766ba3000 [512]
> (42.079259) 	buf 512/1
> (42.079271) 	p 0x766da3000 [512]
> (42.084026) 	buf 512/1
> (42.084037) 	p 0x766fa3000 [512]
> (42.088894) page-pipe: Clean up page pipe
> (42.088906) page-pipe: Will grow page pipe (iov off is 1309)
> (42.088910) page-pipe: Add iov to page pipe (0 iovs, 1309/1475266 total)
> (42.088924) page-pipe: Will grow page pipe (iov off is 1310)
> (42.088926) page-pipe: Add iov to page pipe (0 iovs, 1310/1475266 total)
> (42.088936) page-pipe: Will grow page pipe (iov off is 1311)
> (42.088939) page-pipe: Add iov to page pipe (0 iovs, 1311/1475266 total)
> (42.088952) page-pipe: Will grow page pipe (iov off is 1312)
> (42.088955) page-pipe: Add iov to page pipe (0 iovs, 1312/1475266 total)
> (42.088965) page-pipe: Will grow page pipe (iov off is 1313)
> (42.088967) page-pipe: Add iov to page pipe (0 iovs, 1313/1475266 total)
> (42.088981) page-pipe: Will grow page pipe (iov off is 1314)
> (42.088983) page-pipe: Add iov to page pipe (0 iovs, 1314/1475266 total)
> (42.088992) page-pipe: Will grow page pipe (iov off is 1315)
> (42.088995) page-pipe: Add iov to page pipe (0 iovs, 1315/1475266 total)
> (42.089008) page-pipe: Will grow page pipe (iov off is 1316)
> (42.089011) page-pipe: Add iov to page pipe (0 iovs, 1316/1475266 total)
> (42.089021) page-pipe: Will grow page pipe (iov off is 1317)
> (42.089025) page-pipe: Page pipe:
> (42.089028) page-pipe: * 8 pipes 1317/1475266 iovs:
> (42.089031) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089034) page-pipe: 		0x7671a3000 512
> (42.089037) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089040) page-pipe: 		0x7673a3000 512
> (42.089043) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089045) page-pipe: 		0x7675a3000 512
> (42.089048) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089051) page-pipe: 		0x7677a3000 512
> (42.089053) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089056) page-pipe: 		0x7679a3000 512
> (42.089059) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089061) page-pipe: 		0x767ba3000 512
> (42.089064) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089067) page-pipe: 		0x767da3000 512
> (42.089069) page-pipe: 	buf 512 pages, 1 iovs:
> (42.089072) page-pipe: 		0x767fa3000 512
> (42.089074) page-pipe: * 0 holes:
> (42.089077) PPB: 512 pages 1 segs 512 pipe 1309 off
> (42.089099) Sent msg to daemon 8 0 0
> (42.089112) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.089189) Fetched ack: 8 8 0
> (42.089195) PPB: 512 pages 1 segs 512 pipe 1310 off
> (42.089207) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089214) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.089253) Fetched ack: 8 8 0
> (42.089259) PPB: 512 pages 1 segs 512 pipe 1311 off
> (42.089266) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089272) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.089333) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.089339) PPB: 512 pages 1 segs 512 pipe 1312 off
> (42.089348) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089354) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.089393) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.089398) PPB: 512 pages 1 segs 512 pipe 1313 off
> (42.089406) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089412) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.089452) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.089456) PPB: 512 pages 1 segs 512 pipe 1314 off
> (42.089465) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089470) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.089510) Fetched ack: 8 8 0
> (42.089516) PPB: 512 pages 1 segs 512 pipe 1315 off
> (42.089523) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089529) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.089569) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.089573) PPB: 512 pages 1 segs 512 pipe 1316 off
> (42.089581) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.089588) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.089625) Fetched ack: 8 8 0
> (42.089632) Transfering pages:
> (42.089634) 	buf 512/1
> (42.089637) 	p 0x7671a3000 [512]
> (42.094601) 	buf 512/1
> (42.094613) 	p 0x7673a3000 [512]
> (42.099639) 	buf 512/1
> (42.099651) 	p 0x7675a3000 [512]
> (42.104676) 	buf 512/1
> (42.104688) 	p 0x7677a3000 [512]
> (42.109808) 	buf 512/1
> (42.109821) 	p 0x7679a3000 [512]
> (42.114895) 	buf 512/1
> (42.114908) 	p 0x767ba3000 [512]
> (42.119940) 	buf 512/1
> (42.119952) 	p 0x767da3000 [512]
> (42.125001) 	buf 512/1
> (42.125012) 	p 0x767fa3000 [512]
> (42.130060) page-pipe: Clean up page pipe
> (42.130072) page-pipe: Will grow page pipe (iov off is 1317)
> (42.130076) page-pipe: Add iov to page pipe (0 iovs, 1317/1475266 total)
> (42.130090) page-pipe: Will grow page pipe (iov off is 1318)
> (42.130093) page-pipe: Add iov to page pipe (0 iovs, 1318/1475266 total)
> (42.130102) page-pipe: Will grow page pipe (iov off is 1319)
> (42.130105) page-pipe: Add iov to page pipe (0 iovs, 1319/1475266 total)
> (42.130119) page-pipe: Will grow page pipe (iov off is 1320)
> (42.130121) page-pipe: Add iov to page pipe (0 iovs, 1320/1475266 total)
> (42.130131) page-pipe: Will grow page pipe (iov off is 1321)
> (42.130133) page-pipe: Add iov to page pipe (0 iovs, 1321/1475266 total)
> (42.130146) page-pipe: Will grow page pipe (iov off is 1322)
> (42.130149) page-pipe: Add iov to page pipe (0 iovs, 1322/1475266 total)
> (42.130158) page-pipe: Will grow page pipe (iov off is 1323)
> (42.130161) page-pipe: Add iov to page pipe (0 iovs, 1323/1475266 total)
> (42.130170) page-pipe: Will grow page pipe (iov off is 1324)
> (42.130173) page-pipe: Add iov to page pipe (0 iovs, 1324/1475266 total)
> (42.130182) page-pipe: Will grow page pipe (iov off is 1325)
> (42.130186) page-pipe: Page pipe:
> (42.130188) page-pipe: * 8 pipes 1325/1475266 iovs:
> (42.130191) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130194) page-pipe: 		0x7681a3000 512
> (42.130198) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130200) page-pipe: 		0x7683a3000 512
> (42.130203) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130206) page-pipe: 		0x7685a3000 512
> (42.130209) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130212) page-pipe: 		0x7687a3000 512
> (42.130214) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130217) page-pipe: 		0x7689a3000 512
> (42.130220) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130223) page-pipe: 		0x768ba3000 512
> (42.130241) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130245) page-pipe: 		0x768da3000 512
> (42.130247) page-pipe: 	buf 512 pages, 1 iovs:
> (42.130250) page-pipe: 		0x768fa3000 512
> (42.130253) page-pipe: * 0 holes:
> (42.130256) PPB: 512 pages 1 segs 512 pipe 1317 off
> (42.130276) Sent msg to daemon 8 0 0
> (42.130289) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.130349) Fetched ack: 8 8 0
> (42.130354) PPB: 512 pages 1 segs 512 pipe 1318 off
> (42.130361) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130368) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.130405) Fetched ack: 8 8 0
> (42.130412) PPB: 512 pages 1 segs 512 pipe 1319 off
> (42.130418) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130424) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.130463) Fetched ack: 8 8 0
> (42.130469) PPB: 512 pages 1 segs 512 pipe 1320 off
> (42.130475) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130481) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.130520) Fetched ack: 8 8 0
> (42.130526) PPB: 512 pages 1 segs 512 pipe 1321 off
> (42.130533) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130539) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.130577) Fetched ack: 8 8 0
> (42.130584) PPB: 512 pages 1 segs 512 pipe 1322 off
> (42.130591) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130597) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.130633) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.130638) PPB: 512 pages 1 segs 512 pipe 1323 off
> (42.130646) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130652) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.130689) Fetched ack: 8 8 0
> (42.130695) PPB: 512 pages 1 segs 512 pipe 1324 off
> (42.130702) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.130708) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (42.130747) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (42.130752) Transfering pages:
> (42.130756) 	buf 512/1
> (42.130759) 	p 0x7681a3000 [512]
> (42.136100) 	buf 512/1
> (42.136113) 	p 0x7683a3000 [512]
> (42.141426) 	buf 512/1
> (42.141439) 	p 0x7685a3000 [512]
> (42.147131) 	buf 512/1
> (42.147146) 	p 0x7687a3000 [512]
> (42.161299) 	buf 512/1
> (42.161315) 	p 0x7689a3000 [512]
> (42.177298) 	buf 512/1
> (42.177312) 	p 0x768ba3000 [512]
> (42.193302) 	buf 512/1
> (42.193320) 	p 0x768da3000 [512]
> (42.209302) 	buf 512/1
> (42.209318) 	p 0x768fa3000 [512]
> (42.225298) page-pipe: Clean up page pipe
> (42.225312) page-pipe: Will grow page pipe (iov off is 1325)
> (42.225318) page-pipe: Add iov to page pipe (0 iovs, 1325/1475266 total)
> (42.225334) page-pipe: Will grow page pipe (iov off is 1326)
> (42.225338) page-pipe: Add iov to page pipe (0 iovs, 1326/1475266 total)
> (42.225354) page-pipe: Will grow page pipe (iov off is 1327)
> (42.225357) page-pipe: Add iov to page pipe (0 iovs, 1327/1475266 total)
> (42.225366) page-pipe: Will grow page pipe (iov off is 1328)
> (42.225369) page-pipe: Add iov to page pipe (0 iovs, 1328/1475266 total)
> (42.225378) page-pipe: Will grow page pipe (iov off is 1329)
> (42.225380) page-pipe: Add iov to page pipe (0 iovs, 1329/1475266 total)
> (42.225393) page-pipe: Will grow page pipe (iov off is 1330)
> (42.225396) page-pipe: Add iov to page pipe (0 iovs, 1330/1475266 total)
> (42.225405) page-pipe: Will grow page pipe (iov off is 1331)
> (42.225408) page-pipe: Add iov to page pipe (0 iovs, 1331/1475266 total)
> (42.225418) page-pipe: Will grow page pipe (iov off is 1332)
> (42.225420) page-pipe: Add iov to page pipe (0 iovs, 1332/1475266 total)
> (42.225430) page-pipe: Will grow page pipe (iov off is 1333)
> (42.225433) page-pipe: Page pipe:
> (42.225436) page-pipe: * 8 pipes 1333/1475266 iovs:
> (42.225439) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225442) page-pipe: 		0x7691a3000 512
> (42.225445) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225448) page-pipe: 		0x7693a3000 512
> (42.225467) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225470) page-pipe: 		0x7695a3000 512
> (42.225473) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225476) page-pipe: 		0x7697a3000 512
> (42.225479) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225482) page-pipe: 		0x7699a3000 512
> (42.225484) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225487) page-pipe: 		0x769ba3000 512
> (42.225490) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225492) page-pipe: 		0x769da3000 512
> (42.225495) page-pipe: 	buf 512 pages, 1 iovs:
> (42.225498) page-pipe: 		0x769fa3000 512
> (42.225501) page-pipe: * 0 holes:
> (42.225503) PPB: 512 pages 1 segs 512 pipe 1325 off
> (42.225524) Sent msg to daemon 8 0 0
> (42.225538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225601) Fetched ack: 8 8 0
> (42.225606) PPB: 512 pages 1 segs 512 pipe 1326 off
> (42.225614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225660) Fetched ack: 8 8 0
> (42.225666) PPB: 512 pages 1 segs 512 pipe 1327 off
> (42.225672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225718) Fetched ack: 8 8 0
> (42.225724) PPB: 512 pages 1 segs 512 pipe 1328 off
> (42.225731) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225737) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225776) Fetched ack: 8 8 0
> (42.225782) PPB: 512 pages 1 segs 512 pipe 1329 off
> (42.225789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225834) Fetched ack: 8 8 0
> (42.225840) PPB: 512 pages 1 segs 512 pipe 1330 off
> (42.225846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225892) Fetched ack: 8 8 0
> (42.225897) PPB: 512 pages 1 segs 512 pipe 1331 off
> (42.225904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.225950) Fetched ack: 8 8 0
> (42.225956) PPB: 512 pages 1 segs 512 pipe 1332 off
> (42.225962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.225968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.226007) Fetched ack: 8 8 0
> (42.226013) Transfering pages:
> (42.226016) 	buf 512/1
> (42.226019) 	p 0x7691a3000 [512]
> (42.241302) 	buf 512/1
> (42.241320) 	p 0x7693a3000 [512]
> (42.257300) 	buf 512/1
> (42.257317) 	p 0x7695a3000 [512]
> (42.273301) 	buf 512/1
> (42.273316) 	p 0x7697a3000 [512]
> (42.289303) 	buf 512/1
> (42.289321) 	p 0x7699a3000 [512]
> (42.305301) 	buf 512/1
> (42.305316) 	p 0x769ba3000 [512]
> (42.321295) 	buf 512/1
> (42.321311) 	p 0x769da3000 [512]
> (42.341296) 	buf 512/1
> (42.341311) 	p 0x769fa3000 [512]
> (42.361302) page-pipe: Clean up page pipe
> (42.361318) page-pipe: Will grow page pipe (iov off is 1333)
> (42.361323) page-pipe: Add iov to page pipe (0 iovs, 1333/1475266 total)
> (42.361340) page-pipe: Will grow page pipe (iov off is 1334)
> (42.361349) page-pipe: Add iov to page pipe (0 iovs, 1334/1475266 total)
> (42.361359) page-pipe: Will grow page pipe (iov off is 1335)
> (42.361361) page-pipe: Add iov to page pipe (0 iovs, 1335/1475266 total)
> (42.361371) page-pipe: Will grow page pipe (iov off is 1336)
> (42.361373) page-pipe: Add iov to page pipe (0 iovs, 1336/1475266 total)
> (42.361382) page-pipe: Will grow page pipe (iov off is 1337)
> (42.361385) page-pipe: Add iov to page pipe (0 iovs, 1337/1475266 total)
> (42.361398) page-pipe: Will grow page pipe (iov off is 1338)
> (42.361401) page-pipe: Add iov to page pipe (0 iovs, 1338/1475266 total)
> (42.361410) page-pipe: Will grow page pipe (iov off is 1339)
> (42.361413) page-pipe: Add iov to page pipe (0 iovs, 1339/1475266 total)
> (42.361423) page-pipe: Will grow page pipe (iov off is 1340)
> (42.361425) page-pipe: Add iov to page pipe (0 iovs, 1340/1475266 total)
> (42.361452) page-pipe: Will grow page pipe (iov off is 1341)
> (42.361457) page-pipe: Page pipe:
> (42.361459) page-pipe: * 8 pipes 1341/1475266 iovs:
> (42.361462) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361465) page-pipe: 		0x76a1a3000 512
> (42.361469) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361471) page-pipe: 		0x76a3a3000 512
> (42.361474) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361477) page-pipe: 		0x76a5a3000 512
> (42.361479) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361482) page-pipe: 		0x76a7a3000 512
> (42.361485) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361488) page-pipe: 		0x76a9a3000 512
> (42.361490) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361493) page-pipe: 		0x76aba3000 512
> (42.361496) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361498) page-pipe: 		0x76ada3000 512
> (42.361501) page-pipe: 	buf 512 pages, 1 iovs:
> (42.361504) page-pipe: 		0x76afa3000 512
> (42.361506) page-pipe: * 0 holes:
> (42.361509) PPB: 512 pages 1 segs 512 pipe 1333 off
> (42.361530) Sent msg to daemon 8 0 0
> (42.361543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361613) Fetched ack: 8 8 0
> (42.361618) PPB: 512 pages 1 segs 512 pipe 1334 off
> (42.361626) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361636) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361687) Fetched ack: 8 8 0
> (42.361693) PPB: 512 pages 1 segs 512 pipe 1335 off
> (42.361699) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361705) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361746) Fetched ack: 8 8 0
> (42.361752) PPB: 512 pages 1 segs 512 pipe 1336 off
> (42.361758) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361764) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361804) Fetched ack: 8 8 0
> (42.361810) PPB: 512 pages 1 segs 512 pipe 1337 off
> (42.361816) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361822) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361861) Fetched ack: 8 8 0
> (42.361867) PPB: 512 pages 1 segs 512 pipe 1338 off
> (42.361874) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361880) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361919) Fetched ack: 8 8 0
> (42.361925) PPB: 512 pages 1 segs 512 pipe 1339 off
> (42.361932) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361938) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.361977) Fetched ack: 8 8 0
> (42.361983) PPB: 512 pages 1 segs 512 pipe 1340 off
> (42.361990) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.361995) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.362034) Fetched ack: 8 8 0
> (42.362040) Transfering pages:
> (42.362043) 	buf 512/1
> (42.362046) 	p 0x76a1a3000 [512]
> (42.381299) 	buf 512/1
> (42.381313) 	p 0x76a3a3000 [512]
> (42.401304) 	buf 512/1
> (42.401320) 	p 0x76a5a3000 [512]
> (42.421302) 	buf 512/1
> (42.421319) 	p 0x76a7a3000 [512]
> (42.441297) 	buf 512/1
> (42.441312) 	p 0x76a9a3000 [512]
> (42.461302) 	buf 512/1
> (42.461319) 	p 0x76aba3000 [512]
> (42.481303) 	buf 512/1
> (42.481319) 	p 0x76ada3000 [512]
> (42.501297) 	buf 512/1
> (42.501314) 	p 0x76afa3000 [512]
> (42.525303) page-pipe: Clean up page pipe
> (42.525323) page-pipe: Will grow page pipe (iov off is 1341)
> (42.525328) page-pipe: Add iov to page pipe (0 iovs, 1341/1475266 total)
> (42.525349) page-pipe: Will grow page pipe (iov off is 1342)
> (42.525351) page-pipe: Add iov to page pipe (0 iovs, 1342/1475266 total)
> (42.525364) page-pipe: Will grow page pipe (iov off is 1343)
> (42.525366) page-pipe: Add iov to page pipe (0 iovs, 1343/1475266 total)
> (42.525378) page-pipe: Will grow page pipe (iov off is 1344)
> (42.525381) page-pipe: Add iov to page pipe (0 iovs, 1344/1475266 total)
> (42.525394) page-pipe: Will grow page pipe (iov off is 1345)
> (42.525396) page-pipe: Add iov to page pipe (0 iovs, 1345/1475266 total)
> (42.525410) page-pipe: Will grow page pipe (iov off is 1346)
> (42.525435) page-pipe: Add iov to page pipe (0 iovs, 1346/1475266 total)
> (42.525446) page-pipe: Will grow page pipe (iov off is 1347)
> (42.525449) page-pipe: Add iov to page pipe (0 iovs, 1347/1475266 total)
> (42.525458) page-pipe: Will grow page pipe (iov off is 1348)
> (42.525461) page-pipe: Add iov to page pipe (0 iovs, 1348/1475266 total)
> (42.525470) page-pipe: Will grow page pipe (iov off is 1349)
> (42.525474) page-pipe: Page pipe:
> (42.525477) page-pipe: * 8 pipes 1349/1475266 iovs:
> (42.525480) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525482) page-pipe: 		0x76b1a3000 512
> (42.525486) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525488) page-pipe: 		0x76b3a3000 512
> (42.525491) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525494) page-pipe: 		0x76b5a3000 512
> (42.525496) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525499) page-pipe: 		0x76b7a3000 512
> (42.525502) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525505) page-pipe: 		0x76b9a3000 512
> (42.525507) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525510) page-pipe: 		0x76bba3000 512
> (42.525513) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525515) page-pipe: 		0x76bda3000 512
> (42.525518) page-pipe: 	buf 512 pages, 1 iovs:
> (42.525521) page-pipe: 		0x76bfa3000 512
> (42.525523) page-pipe: * 0 holes:
> (42.525526) PPB: 512 pages 1 segs 512 pipe 1341 off
> (42.525547) Sent msg to daemon 8 0 0
> (42.525560) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525619) Fetched ack: 8 8 0
> (42.525624) PPB: 512 pages 1 segs 512 pipe 1342 off
> (42.525632) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525638) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525678) Fetched ack: 8 8 0
> (42.525684) PPB: 512 pages 1 segs 512 pipe 1343 off
> (42.525691) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525696) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525737) Fetched ack: 8 8 0
> (42.525743) PPB: 512 pages 1 segs 512 pipe 1344 off
> (42.525749) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525755) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525794) Fetched ack: 8 8 0
> (42.525800) PPB: 512 pages 1 segs 512 pipe 1345 off
> (42.525806) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525812) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525851) Fetched ack: 8 8 0
> (42.525857) PPB: 512 pages 1 segs 512 pipe 1346 off
> (42.525864) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525870) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525909) Fetched ack: 8 8 0
> (42.525915) PPB: 512 pages 1 segs 512 pipe 1347 off
> (42.525921) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525927) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.525966) Fetched ack: 8 8 0
> (42.525972) PPB: 512 pages 1 segs 512 pipe 1348 off
> (42.525979) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.525985) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.526024) Fetched ack: 8 8 0
> (42.526030) Transfering pages:
> (42.526033) 	buf 512/1
> (42.526035) 	p 0x76b1a3000 [512]
> (42.549307) 	buf 512/1
> (42.549320) 	p 0x76b3a3000 [512]
> (42.573301) 	buf 512/1
> (42.573316) 	p 0x76b5a3000 [512]
> (42.597306) 	buf 512/1
> (42.597321) 	p 0x76b7a3000 [512]
> (42.621302) 	buf 512/1
> (42.621318) 	p 0x76b9a3000 [512]
> (42.645303) 	buf 512/1
> (42.645317) 	p 0x76bba3000 [512]
> (42.669307) 	buf 512/1
> (42.669325) 	p 0x76bda3000 [512]
> (42.693302) 	buf 512/1
> (42.693317) 	p 0x76bfa3000 [512]
> (42.717301) page-pipe: Clean up page pipe
> (42.717318) page-pipe: Will grow page pipe (iov off is 1349)
> (42.717323) page-pipe: Add iov to page pipe (0 iovs, 1349/1475266 total)
> (42.717345) page-pipe: Will grow page pipe (iov off is 1350)
> (42.717348) page-pipe: Add iov to page pipe (0 iovs, 1350/1475266 total)
> (42.717358) page-pipe: Will grow page pipe (iov off is 1351)
> (42.717377) page-pipe: Add iov to page pipe (0 iovs, 1351/1475266 total)
> (42.717388) page-pipe: Will grow page pipe (iov off is 1352)
> (42.717390) page-pipe: Add iov to page pipe (0 iovs, 1352/1475266 total)
> (42.717400) page-pipe: Will grow page pipe (iov off is 1353)
> (42.717403) page-pipe: Add iov to page pipe (0 iovs, 1353/1475266 total)
> (42.717416) page-pipe: Will grow page pipe (iov off is 1354)
> (42.717418) page-pipe: Add iov to page pipe (0 iovs, 1354/1475266 total)
> (42.717428) page-pipe: Will grow page pipe (iov off is 1355)
> (42.717430) page-pipe: Add iov to page pipe (0 iovs, 1355/1475266 total)
> (42.717440) page-pipe: Will grow page pipe (iov off is 1356)
> (42.717443) page-pipe: Add iov to page pipe (0 iovs, 1356/1475266 total)
> (42.717452) page-pipe: Will grow page pipe (iov off is 1357)
> (42.717455) page-pipe: Page pipe:
> (42.717458) page-pipe: * 8 pipes 1357/1475266 iovs:
> (42.717461) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717464) page-pipe: 		0x76c1a3000 512
> (42.717467) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717470) page-pipe: 		0x76c3a3000 512
> (42.717473) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717475) page-pipe: 		0x76c5a3000 512
> (42.717478) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717481) page-pipe: 		0x76c7a3000 512
> (42.717483) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717486) page-pipe: 		0x76c9a3000 512
> (42.717488) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717491) page-pipe: 		0x76cba3000 512
> (42.717494) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717496) page-pipe: 		0x76cda3000 512
> (42.717499) page-pipe: 	buf 512 pages, 1 iovs:
> (42.717502) page-pipe: 		0x76cfa3000 512
> (42.717504) page-pipe: * 0 holes:
> (42.717507) PPB: 512 pages 1 segs 512 pipe 1349 off
> (42.717527) Sent msg to daemon 8 0 0
> (42.717540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717599) Fetched ack: 8 8 0
> (42.717605) PPB: 512 pages 1 segs 512 pipe 1350 off
> (42.717612) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717618) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717658) Fetched ack: 8 8 0
> (42.717663) PPB: 512 pages 1 segs 512 pipe 1351 off
> (42.717670) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717676) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717716) Fetched ack: 8 8 0
> (42.717722) PPB: 512 pages 1 segs 512 pipe 1352 off
> (42.717728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717773) Fetched ack: 8 8 0
> (42.717779) PPB: 512 pages 1 segs 512 pipe 1353 off
> (42.717786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717831) Fetched ack: 8 8 0
> (42.717837) PPB: 512 pages 1 segs 512 pipe 1354 off
> (42.717843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717887) Fetched ack: 8 8 0
> (42.717893) PPB: 512 pages 1 segs 512 pipe 1355 off
> (42.717900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.717943) Fetched ack: 8 8 0
> (42.717949) PPB: 512 pages 1 segs 512 pipe 1356 off
> (42.717955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.717961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.718001) Fetched ack: 8 8 0
> (42.718007) Transfering pages:
> (42.718009) 	buf 512/1
> (42.718012) 	p 0x76c1a3000 [512]
> (42.741306) 	buf 512/1
> (42.741321) 	p 0x76c3a3000 [512]
> (42.765300) 	buf 512/1
> (42.765319) 	p 0x76c5a3000 [512]
> (42.789304) 	buf 512/1
> (42.789318) 	p 0x76c7a3000 [512]
> (42.813301) 	buf 512/1
> (42.813318) 	p 0x76c9a3000 [512]
> (42.837305) 	buf 512/1
> (42.837318) 	p 0x76cba3000 [512]
> (42.861305) 	buf 512/1
> (42.861319) 	p 0x76cda3000 [512]
> (42.885306) 	buf 512/1
> (42.885322) 	p 0x76cfa3000 [512]
> (42.909300) page-pipe: Clean up page pipe
> (42.909335) page-pipe: Will grow page pipe (iov off is 1357)
> (42.909345) page-pipe: Add iov to page pipe (0 iovs, 1357/1475266 total)
> (42.909359) page-pipe: Will grow page pipe (iov off is 1358)
> (42.909362) page-pipe: Add iov to page pipe (0 iovs, 1358/1475266 total)
> (42.909372) page-pipe: Will grow page pipe (iov off is 1359)
> (42.909374) page-pipe: Add iov to page pipe (0 iovs, 1359/1475266 total)
> (42.909384) page-pipe: Will grow page pipe (iov off is 1360)
> (42.909386) page-pipe: Add iov to page pipe (0 iovs, 1360/1475266 total)
> (42.909396) page-pipe: Will grow page pipe (iov off is 1361)
> (42.909398) page-pipe: Add iov to page pipe (0 iovs, 1361/1475266 total)
> (42.909411) page-pipe: Will grow page pipe (iov off is 1362)
> (42.909414) page-pipe: Add iov to page pipe (0 iovs, 1362/1475266 total)
> (42.909423) page-pipe: Will grow page pipe (iov off is 1363)
> (42.909426) page-pipe: Add iov to page pipe (0 iovs, 1363/1475266 total)
> (42.909435) page-pipe: Will grow page pipe (iov off is 1364)
> (42.909438) page-pipe: Add iov to page pipe (0 iovs, 1364/1475266 total)
> (42.909447) page-pipe: Will grow page pipe (iov off is 1365)
> (42.909450) page-pipe: Page pipe:
> (42.909453) page-pipe: * 8 pipes 1365/1475266 iovs:
> (42.909456) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909459) page-pipe: 		0x76d1a3000 512
> (42.909462) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909465) page-pipe: 		0x76d3a3000 512
> (42.909468) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909471) page-pipe: 		0x76d5a3000 512
> (42.909474) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909476) page-pipe: 		0x76d7a3000 512
> (42.909479) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909482) page-pipe: 		0x76d9a3000 512
> (42.909485) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909487) page-pipe: 		0x76dba3000 512
> (42.909490) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909493) page-pipe: 		0x76dda3000 512
> (42.909496) page-pipe: 	buf 512 pages, 1 iovs:
> (42.909498) page-pipe: 		0x76dfa3000 512
> (42.909501) page-pipe: * 0 holes:
> (42.909504) PPB: 512 pages 1 segs 512 pipe 1357 off
> (42.909524) Sent msg to daemon 8 0 0
> (42.909538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909597) Fetched ack: 8 8 0
> (42.909603) PPB: 512 pages 1 segs 512 pipe 1358 off
> (42.909610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909655) Fetched ack: 8 8 0
> (42.909661) PPB: 512 pages 1 segs 512 pipe 1359 off
> (42.909668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909674) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909713) Fetched ack: 8 8 0
> (42.909719) PPB: 512 pages 1 segs 512 pipe 1360 off
> (42.909725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909771) Fetched ack: 8 8 0
> (42.909777) PPB: 512 pages 1 segs 512 pipe 1361 off
> (42.909783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909829) Fetched ack: 8 8 0
> (42.909835) PPB: 512 pages 1 segs 512 pipe 1362 off
> (42.909841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909887) Fetched ack: 8 8 0
> (42.909892) PPB: 512 pages 1 segs 512 pipe 1363 off
> (42.909899) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909905) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.909943) Fetched ack: 8 8 0
> (42.909949) PPB: 512 pages 1 segs 512 pipe 1364 off
> (42.909956) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (42.909962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (42.910000) Fetched ack: 8 8 0
> (42.910007) Transfering pages:
> (42.910009) 	buf 512/1
> (42.910012) 	p 0x76d1a3000 [512]
> (42.937308) 	buf 512/1
> (42.937322) 	p 0x76d3a3000 [512]
> (42.965301) 	buf 512/1
> (42.965333) 	p 0x76d5a3000 [512]
> (42.993304) 	buf 512/1
> (42.993321) 	p 0x76d7a3000 [512]
> (43.021301) 	buf 512/1
> (43.021319) 	p 0x76d9a3000 [512]
> (43.049305) 	buf 512/1
> (43.049320) 	p 0x76dba3000 [512]
> (43.077304) 	buf 512/1
> (43.077322) 	p 0x76dda3000 [512]
> (43.105302) 	buf 512/1
> (43.105319) 	p 0x76dfa3000 [512]
> (43.133301) page-pipe: Clean up page pipe
> (43.133316) page-pipe: Will grow page pipe (iov off is 1365)
> (43.133322) page-pipe: Add iov to page pipe (0 iovs, 1365/1475266 total)
> (43.133339) page-pipe: Will grow page pipe (iov off is 1366)
> (43.133342) page-pipe: Add iov to page pipe (0 iovs, 1366/1475266 total)
> (43.133357) page-pipe: Will grow page pipe (iov off is 1367)
> (43.133360) page-pipe: Add iov to page pipe (0 iovs, 1367/1475266 total)
> (43.133369) page-pipe: Will grow page pipe (iov off is 1368)
> (43.133372) page-pipe: Add iov to page pipe (0 iovs, 1368/1475266 total)
> (43.133384) page-pipe: Will grow page pipe (iov off is 1369)
> (43.133387) page-pipe: Add iov to page pipe (0 iovs, 1369/1475266 total)
> (43.133400) page-pipe: Will grow page pipe (iov off is 1370)
> (43.133403) page-pipe: Add iov to page pipe (0 iovs, 1370/1475266 total)
> (43.133413) page-pipe: Will grow page pipe (iov off is 1371)
> (43.133415) page-pipe: Add iov to page pipe (0 iovs, 1371/1475266 total)
> (43.133425) page-pipe: Will grow page pipe (iov off is 1372)
> (43.133427) page-pipe: Add iov to page pipe (0 iovs, 1372/1475266 total)
> (43.133444) page-pipe: Will grow page pipe (iov off is 1373)
> (43.133447) page-pipe: Page pipe:
> (43.133450) page-pipe: * 8 pipes 1373/1475266 iovs:
> (43.133456) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133459) page-pipe: 		0x76e1a3000 512
> (43.133462) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133465) page-pipe: 		0x76e3a3000 512
> (43.133468) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133471) page-pipe: 		0x76e5a3000 512
> (43.133473) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133476) page-pipe: 		0x76e7a3000 512
> (43.133479) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133482) page-pipe: 		0x76e9a3000 512
> (43.133484) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133487) page-pipe: 		0x76eba3000 512
> (43.133490) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133493) page-pipe: 		0x76eda3000 512
> (43.133495) page-pipe: 	buf 512 pages, 1 iovs:
> (43.133498) page-pipe: 		0x76efa3000 512
> (43.133501) page-pipe: * 0 holes:
> (43.133504) PPB: 512 pages 1 segs 512 pipe 1365 off
> (43.133524) Sent msg to daemon 8 0 0
> (43.133537) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133597) Fetched ack: 8 8 0
> (43.133603) PPB: 512 pages 1 segs 512 pipe 1366 off
> (43.133611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133657) Fetched ack: 8 8 0
> (43.133662) PPB: 512 pages 1 segs 512 pipe 1367 off
> (43.133669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133715) Fetched ack: 8 8 0
> (43.133721) PPB: 512 pages 1 segs 512 pipe 1368 off
> (43.133728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133773) Fetched ack: 8 8 0
> (43.133779) PPB: 512 pages 1 segs 512 pipe 1369 off
> (43.133786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133832) Fetched ack: 8 8 0
> (43.133838) PPB: 512 pages 1 segs 512 pipe 1370 off
> (43.133844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133890) Fetched ack: 8 8 0
> (43.133896) PPB: 512 pages 1 segs 512 pipe 1371 off
> (43.133903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.133949) Fetched ack: 8 8 0
> (43.133955) PPB: 512 pages 1 segs 512 pipe 1372 off
> (43.133979) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.133986) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.134025) Fetched ack: 8 8 0
> (43.134032) Transfering pages:
> (43.134034) 	buf 512/1
> (43.134037) 	p 0x76e1a3000 [512]
> (43.161302) 	buf 512/1
> (43.161318) 	p 0x76e3a3000 [512]
> (43.189301) 	buf 512/1
> (43.189319) 	p 0x76e5a3000 [512]
> (43.217301) 	buf 512/1
> (43.217317) 	p 0x76e7a3000 [512]
> (43.245300) 	buf 512/1
> (43.245314) 	p 0x76e9a3000 [512]
> (43.277303) 	buf 512/1
> (43.277319) 	p 0x76eba3000 [512]
> (43.309303) 	buf 512/1
> (43.309320) 	p 0x76eda3000 [512]
> (43.341306) 	buf 512/1
> (43.341323) 	p 0x76efa3000 [512]
> (43.373302) page-pipe: Clean up page pipe
> (43.373317) page-pipe: Will grow page pipe (iov off is 1373)
> (43.373322) page-pipe: Add iov to page pipe (0 iovs, 1373/1475266 total)
> (43.373345) page-pipe: Will grow page pipe (iov off is 1374)
> (43.373348) page-pipe: Add iov to page pipe (0 iovs, 1374/1475266 total)
> (43.373357) page-pipe: Will grow page pipe (iov off is 1375)
> (43.373360) page-pipe: Add iov to page pipe (0 iovs, 1375/1475266 total)
> (43.373369) page-pipe: Will grow page pipe (iov off is 1376)
> (43.373372) page-pipe: Add iov to page pipe (0 iovs, 1376/1475266 total)
> (43.373381) page-pipe: Will grow page pipe (iov off is 1377)
> (43.373384) page-pipe: Add iov to page pipe (0 iovs, 1377/1475266 total)
> (43.373397) page-pipe: Will grow page pipe (iov off is 1378)
> (43.373400) page-pipe: Add iov to page pipe (0 iovs, 1378/1475266 total)
> (43.373410) page-pipe: Will grow page pipe (iov off is 1379)
> (43.373413) page-pipe: Add iov to page pipe (0 iovs, 1379/1475266 total)
> (43.373422) page-pipe: Will grow page pipe (iov off is 1380)
> (43.373425) page-pipe: Add iov to page pipe (0 iovs, 1380/1475266 total)
> (43.373434) page-pipe: Will grow page pipe (iov off is 1381)
> (43.373438) page-pipe: Page pipe:
> (43.373440) page-pipe: * 8 pipes 1381/1475266 iovs:
> (43.373444) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373446) page-pipe: 		0x76f1a3000 512
> (43.373450) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373452) page-pipe: 		0x76f3a3000 512
> (43.373455) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373458) page-pipe: 		0x76f5a3000 512
> (43.373460) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373463) page-pipe: 		0x76f7a3000 512
> (43.373466) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373468) page-pipe: 		0x76f9a3000 512
> (43.373471) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373474) page-pipe: 		0x76fba3000 512
> (43.373477) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373479) page-pipe: 		0x76fda3000 512
> (43.373482) page-pipe: 	buf 512 pages, 1 iovs:
> (43.373485) page-pipe: 		0x76ffa3000 512
> (43.373487) page-pipe: * 0 holes:
> (43.373490) PPB: 512 pages 1 segs 512 pipe 1373 off
> (43.373510) Sent msg to daemon 8 0 0
> (43.373524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.373585) Fetched ack: 8 8 0
> (43.373590) PPB: 512 pages 1 segs 512 pipe 1374 off
> (43.373598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.373647) Fetched ack: 8 8 0
> (43.373653) PPB: 512 pages 1 segs 512 pipe 1375 off
> (43.373659) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373665) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.373706) Fetched ack: 8 8 0
> (43.373711) PPB: 512 pages 1 segs 512 pipe 1376 off
> (43.373718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.373762) Fetched ack: 8 8 0
> (43.373768) PPB: 512 pages 1 segs 512 pipe 1377 off
> (43.373775) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373781) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.373820) Fetched ack: 8 8 0
> (43.373826) PPB: 512 pages 1 segs 512 pipe 1378 off
> (43.373833) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373839) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (43.373885) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (43.373906) PPB: 512 pages 1 segs 512 pipe 1379 off
> (43.373915) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373921) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.373976) Fetched ack: 8 8 0
> (43.373982) PPB: 512 pages 1 segs 512 pipe 1380 off
> (43.373989) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.373995) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.374035) Fetched ack: 8 8 0
> (43.374041) Transfering pages:
> (43.374044) 	buf 512/1
> (43.374047) 	p 0x76f1a3000 [512]
> (43.405302) 	buf 512/1
> (43.405318) 	p 0x76f3a3000 [512]
> (43.437305) 	buf 512/1
> (43.437321) 	p 0x76f5a3000 [512]
> (43.469301) 	buf 512/1
> (43.469314) 	p 0x76f7a3000 [512]
> (43.501301) 	buf 512/1
> (43.501317) 	p 0x76f9a3000 [512]
> (43.533303) 	buf 512/1
> (43.533318) 	p 0x76fba3000 [512]
> (43.565302) 	buf 512/1
> (43.565316) 	p 0x76fda3000 [512]
> (43.597302) 	buf 512/1
> (43.597317) 	p 0x76ffa3000 [512]
> (43.629303) page-pipe: Clean up page pipe
> (43.629321) page-pipe: Will grow page pipe (iov off is 1381)
> (43.629326) page-pipe: Add iov to page pipe (0 iovs, 1381/1475266 total)
> (43.629343) page-pipe: Will grow page pipe (iov off is 1382)
> (43.629351) page-pipe: Add iov to page pipe (0 iovs, 1382/1475266 total)
> (43.629361) page-pipe: Will grow page pipe (iov off is 1383)
> (43.629364) page-pipe: Add iov to page pipe (0 iovs, 1383/1475266 total)
> (43.629373) page-pipe: Will grow page pipe (iov off is 1384)
> (43.629376) page-pipe: Add iov to page pipe (0 iovs, 1384/1475266 total)
> (43.629385) page-pipe: Will grow page pipe (iov off is 1385)
> (43.629388) page-pipe: Add iov to page pipe (0 iovs, 1385/1475266 total)
> (43.629401) page-pipe: Will grow page pipe (iov off is 1386)
> (43.629404) page-pipe: Add iov to page pipe (0 iovs, 1386/1475266 total)
> (43.629413) page-pipe: Will grow page pipe (iov off is 1387)
> (43.629416) page-pipe: Add iov to page pipe (0 iovs, 1387/1475266 total)
> (43.629425) page-pipe: Will grow page pipe (iov off is 1388)
> (43.629428) page-pipe: Add iov to page pipe (0 iovs, 1388/1475266 total)
> (43.629437) page-pipe: Will grow page pipe (iov off is 1389)
> (43.629440) page-pipe: Page pipe:
> (43.629443) page-pipe: * 8 pipes 1389/1475266 iovs:
> (43.629446) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629449) page-pipe: 		0x7701a3000 512
> (43.629452) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629455) page-pipe: 		0x7703a3000 512
> (43.629457) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629460) page-pipe: 		0x7705a3000 512
> (43.629463) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629465) page-pipe: 		0x7707a3000 512
> (43.629468) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629471) page-pipe: 		0x7709a3000 512
> (43.629473) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629476) page-pipe: 		0x770ba3000 512
> (43.629479) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629482) page-pipe: 		0x770da3000 512
> (43.629484) page-pipe: 	buf 512 pages, 1 iovs:
> (43.629487) page-pipe: 		0x770fa3000 512
> (43.629489) page-pipe: * 0 holes:
> (43.629492) PPB: 512 pages 1 segs 512 pipe 1381 off
> (43.629512) Sent msg to daemon 8 0 0
> (43.629525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629587) Fetched ack: 8 8 0
> (43.629593) PPB: 512 pages 1 segs 512 pipe 1382 off
> (43.629600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629647) Fetched ack: 8 8 0
> (43.629653) PPB: 512 pages 1 segs 512 pipe 1383 off
> (43.629660) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629666) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629705) Fetched ack: 8 8 0
> (43.629711) PPB: 512 pages 1 segs 512 pipe 1384 off
> (43.629718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629762) Fetched ack: 8 8 0
> (43.629768) PPB: 512 pages 1 segs 512 pipe 1385 off
> (43.629775) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629838) Fetched ack: 8 8 0
> (43.629844) PPB: 512 pages 1 segs 512 pipe 1386 off
> (43.629851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629896) Fetched ack: 8 8 0
> (43.629902) PPB: 512 pages 1 segs 512 pipe 1387 off
> (43.629909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629915) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.629954) Fetched ack: 8 8 0
> (43.629960) PPB: 512 pages 1 segs 512 pipe 1388 off
> (43.629967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.629973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.630012) Fetched ack: 8 8 0
> (43.630018) Transfering pages:
> (43.630020) 	buf 512/1
> (43.630023) 	p 0x7701a3000 [512]
> (43.661302) 	buf 512/1
> (43.661317) 	p 0x7703a3000 [512]
> (43.693302) 	buf 512/1
> (43.693317) 	p 0x7705a3000 [512]
> (43.725302) 	buf 512/1
> (43.725318) 	p 0x7707a3000 [512]
> (43.757312) 	buf 512/1
> (43.757338) 	p 0x7709a3000 [512]
> (43.789302) 	buf 512/1
> (43.789317) 	p 0x770ba3000 [512]
> (43.821303) 	buf 512/1
> (43.821320) 	p 0x770da3000 [512]
> (43.853303) 	buf 512/1
> (43.853318) 	p 0x770fa3000 [512]
> (43.885302) page-pipe: Clean up page pipe
> (43.885319) page-pipe: Will grow page pipe (iov off is 1389)
> (43.885324) page-pipe: Add iov to page pipe (0 iovs, 1389/1475266 total)
> (43.885346) page-pipe: Will grow page pipe (iov off is 1390)
> (43.885349) page-pipe: Add iov to page pipe (0 iovs, 1390/1475266 total)
> (43.885359) page-pipe: Will grow page pipe (iov off is 1391)
> (43.885361) page-pipe: Add iov to page pipe (0 iovs, 1391/1475266 total)
> (43.885371) page-pipe: Will grow page pipe (iov off is 1392)
> (43.885373) page-pipe: Add iov to page pipe (0 iovs, 1392/1475266 total)
> (43.885383) page-pipe: Will grow page pipe (iov off is 1393)
> (43.885385) page-pipe: Add iov to page pipe (0 iovs, 1393/1475266 total)
> (43.885398) page-pipe: Will grow page pipe (iov off is 1394)
> (43.885401) page-pipe: Add iov to page pipe (0 iovs, 1394/1475266 total)
> (43.885410) page-pipe: Will grow page pipe (iov off is 1395)
> (43.885413) page-pipe: Add iov to page pipe (0 iovs, 1395/1475266 total)
> (43.885422) page-pipe: Will grow page pipe (iov off is 1396)
> (43.885425) page-pipe: Add iov to page pipe (0 iovs, 1396/1475266 total)
> (43.885434) page-pipe: Will grow page pipe (iov off is 1397)
> (43.885438) page-pipe: Page pipe:
> (43.885440) page-pipe: * 8 pipes 1397/1475266 iovs:
> (43.885444) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885446) page-pipe: 		0x7711a3000 512
> (43.885450) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885453) page-pipe: 		0x7713a3000 512
> (43.885456) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885458) page-pipe: 		0x7715a3000 512
> (43.885461) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885464) page-pipe: 		0x7717a3000 512
> (43.885467) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885469) page-pipe: 		0x7719a3000 512
> (43.885472) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885475) page-pipe: 		0x771ba3000 512
> (43.885478) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885481) page-pipe: 		0x771da3000 512
> (43.885483) page-pipe: 	buf 512 pages, 1 iovs:
> (43.885486) page-pipe: 		0x771fa3000 512
> (43.885489) page-pipe: * 0 holes:
> (43.885492) PPB: 512 pages 1 segs 512 pipe 1389 off
> (43.885512) Sent msg to daemon 8 0 0
> (43.885525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885584) Fetched ack: 8 8 0
> (43.885589) PPB: 512 pages 1 segs 512 pipe 1390 off
> (43.885596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885641) Fetched ack: 8 8 0
> (43.885647) PPB: 512 pages 1 segs 512 pipe 1391 off
> (43.885654) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885660) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885700) Fetched ack: 8 8 0
> (43.885723) PPB: 512 pages 1 segs 512 pipe 1392 off
> (43.885730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885775) Fetched ack: 8 8 0
> (43.885781) PPB: 512 pages 1 segs 512 pipe 1393 off
> (43.885788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885834) Fetched ack: 8 8 0
> (43.885840) PPB: 512 pages 1 segs 512 pipe 1394 off
> (43.885847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885891) Fetched ack: 8 8 0
> (43.885897) PPB: 512 pages 1 segs 512 pipe 1395 off
> (43.885903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.885948) Fetched ack: 8 8 0
> (43.885954) PPB: 512 pages 1 segs 512 pipe 1396 off
> (43.885961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (43.885967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (43.886008) Fetched ack: 8 8 0
> (43.886014) Transfering pages:
> (43.886016) 	buf 512/1
> (43.886019) 	p 0x7711a3000 [512]
> (43.917301) 	buf 512/1
> (43.917317) 	p 0x7713a3000 [512]
> (43.949306) 	buf 512/1
> (43.949320) 	p 0x7715a3000 [512]
> (43.981302) 	buf 512/1
> (43.981316) 	p 0x7717a3000 [512]
> (44.013301) 	buf 512/1
> (44.013318) 	p 0x7719a3000 [512]
> (44.045306) 	buf 512/1
> (44.045321) 	p 0x771ba3000 [512]
> (44.077301) 	buf 512/1
> (44.077315) 	p 0x771da3000 [512]
> (44.109301) 	buf 512/1
> (44.109316) 	p 0x771fa3000 [512]
> (44.141301) page-pipe: Clean up page pipe
> (44.141317) page-pipe: Will grow page pipe (iov off is 1397)
> (44.141322) page-pipe: Add iov to page pipe (0 iovs, 1397/1475266 total)
> (44.141339) page-pipe: Will grow page pipe (iov off is 1398)
> (44.141348) page-pipe: Add iov to page pipe (0 iovs, 1398/1475266 total)
> (44.141358) page-pipe: Will grow page pipe (iov off is 1399)
> (44.141360) page-pipe: Add iov to page pipe (0 iovs, 1399/1475266 total)
> (44.141370) page-pipe: Will grow page pipe (iov off is 1400)
> (44.141372) page-pipe: Add iov to page pipe (0 iovs, 1400/1475266 total)
> (44.141382) page-pipe: Will grow page pipe (iov off is 1401)
> (44.141384) page-pipe: Add iov to page pipe (0 iovs, 1401/1475266 total)
> (44.141397) page-pipe: Will grow page pipe (iov off is 1402)
> (44.141400) page-pipe: Add iov to page pipe (0 iovs, 1402/1475266 total)
> (44.141410) page-pipe: Will grow page pipe (iov off is 1403)
> (44.141413) page-pipe: Add iov to page pipe (0 iovs, 1403/1475266 total)
> (44.141422) page-pipe: Will grow page pipe (iov off is 1404)
> (44.141424) page-pipe: Add iov to page pipe (0 iovs, 1404/1475266 total)
> (44.141434) page-pipe: Will grow page pipe (iov off is 1405)
> (44.141437) page-pipe: Page pipe:
> (44.141440) page-pipe: * 8 pipes 1405/1475266 iovs:
> (44.141443) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141446) page-pipe: 		0x7721a3000 512
> (44.141449) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141452) page-pipe: 		0x7723a3000 512
> (44.141454) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141457) page-pipe: 		0x7725a3000 512
> (44.141460) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141463) page-pipe: 		0x7727a3000 512
> (44.141465) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141468) page-pipe: 		0x7729a3000 512
> (44.141471) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141473) page-pipe: 		0x772ba3000 512
> (44.141476) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141479) page-pipe: 		0x772da3000 512
> (44.141482) page-pipe: 	buf 512 pages, 1 iovs:
> (44.141484) page-pipe: 		0x772fa3000 512
> (44.141487) page-pipe: * 0 holes:
> (44.141490) PPB: 512 pages 1 segs 512 pipe 1397 off
> (44.141509) Sent msg to daemon 8 0 0
> (44.141523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141582) Fetched ack: 8 8 0
> (44.141589) PPB: 512 pages 1 segs 512 pipe 1398 off
> (44.141596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141644) Fetched ack: 8 8 0
> (44.141650) PPB: 512 pages 1 segs 512 pipe 1399 off
> (44.141657) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141663) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141703) Fetched ack: 8 8 0
> (44.141709) PPB: 512 pages 1 segs 512 pipe 1400 off
> (44.141716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141722) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141759) Fetched ack: 8 8 0
> (44.141765) PPB: 512 pages 1 segs 512 pipe 1401 off
> (44.141772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141778) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141818) Fetched ack: 8 8 0
> (44.141824) PPB: 512 pages 1 segs 512 pipe 1402 off
> (44.141831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141837) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141875) Fetched ack: 8 8 0
> (44.141881) PPB: 512 pages 1 segs 512 pipe 1403 off
> (44.141888) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141894) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141933) Fetched ack: 8 8 0
> (44.141939) PPB: 512 pages 1 segs 512 pipe 1404 off
> (44.141946) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.141951) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.141990) Fetched ack: 8 8 0
> (44.141997) Transfering pages:
> (44.141999) 	buf 512/1
> (44.142002) 	p 0x7721a3000 [512]
> (44.173304) 	buf 512/1
> (44.173320) 	p 0x7723a3000 [512]
> (44.205303) 	buf 512/1
> (44.205319) 	p 0x7725a3000 [512]
> (44.237305) 	buf 512/1
> (44.237321) 	p 0x7727a3000 [512]
> (44.269302) 	buf 512/1
> (44.269319) 	p 0x7729a3000 [512]
> (44.301306) 	buf 512/1
> (44.301321) 	p 0x772ba3000 [512]
> (44.333304) 	buf 512/1
> (44.333321) 	p 0x772da3000 [512]
> (44.365305) 	buf 512/1
> (44.365322) 	p 0x772fa3000 [512]
> (44.397303) page-pipe: Clean up page pipe
> (44.397320) page-pipe: Will grow page pipe (iov off is 1405)
> (44.397325) page-pipe: Add iov to page pipe (0 iovs, 1405/1475266 total)
> (44.397342) page-pipe: Will grow page pipe (iov off is 1406)
> (44.397351) page-pipe: Add iov to page pipe (0 iovs, 1406/1475266 total)
> (44.397360) page-pipe: Will grow page pipe (iov off is 1407)
> (44.397363) page-pipe: Add iov to page pipe (0 iovs, 1407/1475266 total)
> (44.397372) page-pipe: Will grow page pipe (iov off is 1408)
> (44.397375) page-pipe: Add iov to page pipe (0 iovs, 1408/1475266 total)
> (44.397384) page-pipe: Will grow page pipe (iov off is 1409)
> (44.397387) page-pipe: Add iov to page pipe (0 iovs, 1409/1475266 total)
> (44.397400) page-pipe: Will grow page pipe (iov off is 1410)
> (44.397403) page-pipe: Add iov to page pipe (0 iovs, 1410/1475266 total)
> (44.397412) page-pipe: Will grow page pipe (iov off is 1411)
> (44.397415) page-pipe: Add iov to page pipe (0 iovs, 1411/1475266 total)
> (44.397424) page-pipe: Will grow page pipe (iov off is 1412)
> (44.397427) page-pipe: Add iov to page pipe (0 iovs, 1412/1475266 total)
> (44.397436) page-pipe: Will grow page pipe (iov off is 1413)
> (44.397440) page-pipe: Page pipe:
> (44.397443) page-pipe: * 8 pipes 1413/1475266 iovs:
> (44.397446) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397449) page-pipe: 		0x7731a3000 512
> (44.397452) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397455) page-pipe: 		0x7733a3000 512
> (44.397458) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397460) page-pipe: 		0x7735a3000 512
> (44.397463) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397466) page-pipe: 		0x7737a3000 512
> (44.397468) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397471) page-pipe: 		0x7739a3000 512
> (44.397474) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397476) page-pipe: 		0x773ba3000 512
> (44.397479) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397482) page-pipe: 		0x773da3000 512
> (44.397484) page-pipe: 	buf 512 pages, 1 iovs:
> (44.397487) page-pipe: 		0x773fa3000 512
> (44.397490) page-pipe: * 0 holes:
> (44.397493) PPB: 512 pages 1 segs 512 pipe 1405 off
> (44.397529) Sent msg to daemon 8 0 0
> (44.397541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397602) Fetched ack: 8 8 0
> (44.397607) PPB: 512 pages 1 segs 512 pipe 1406 off
> (44.397615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397660) Fetched ack: 8 8 0
> (44.397666) PPB: 512 pages 1 segs 512 pipe 1407 off
> (44.397673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397720) Fetched ack: 8 8 0
> (44.397726) PPB: 512 pages 1 segs 512 pipe 1408 off
> (44.397732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397776) Fetched ack: 8 8 0
> (44.397782) PPB: 512 pages 1 segs 512 pipe 1409 off
> (44.397789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397834) Fetched ack: 8 8 0
> (44.397840) PPB: 512 pages 1 segs 512 pipe 1410 off
> (44.397846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397891) Fetched ack: 8 8 0
> (44.397897) PPB: 512 pages 1 segs 512 pipe 1411 off
> (44.397903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.397949) Fetched ack: 8 8 0
> (44.397955) PPB: 512 pages 1 segs 512 pipe 1412 off
> (44.397962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.397967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.398006) Fetched ack: 8 8 0
> (44.398012) Transfering pages:
> (44.398015) 	buf 512/1
> (44.398018) 	p 0x7731a3000 [512]
> (44.429303) 	buf 512/1
> (44.429318) 	p 0x7733a3000 [512]
> (44.461306) 	buf 512/1
> (44.461324) 	p 0x7735a3000 [512]
> (44.493301) 	buf 512/1
> (44.493318) 	p 0x7737a3000 [512]
> (44.525301) 	buf 512/1
> (44.525316) 	p 0x7739a3000 [512]
> (44.557306) 	buf 512/1
> (44.557322) 	p 0x773ba3000 [512]
> (44.589301) 	buf 512/1
> (44.589316) 	p 0x773da3000 [512]
> (44.621303) 	buf 512/1
> (44.621320) 	p 0x773fa3000 [512]
> (44.653303) page-pipe: Clean up page pipe
> (44.653320) page-pipe: Will grow page pipe (iov off is 1413)
> (44.653325) page-pipe: Add iov to page pipe (0 iovs, 1413/1475266 total)
> (44.653342) page-pipe: Will grow page pipe (iov off is 1414)
> (44.653351) page-pipe: Add iov to page pipe (0 iovs, 1414/1475266 total)
> (44.653360) page-pipe: Will grow page pipe (iov off is 1415)
> (44.653363) page-pipe: Add iov to page pipe (0 iovs, 1415/1475266 total)
> (44.653372) page-pipe: Will grow page pipe (iov off is 1416)
> (44.653375) page-pipe: Add iov to page pipe (0 iovs, 1416/1475266 total)
> (44.653384) page-pipe: Will grow page pipe (iov off is 1417)
> (44.653387) page-pipe: Add iov to page pipe (0 iovs, 1417/1475266 total)
> (44.653400) page-pipe: Will grow page pipe (iov off is 1418)
> (44.653402) page-pipe: Add iov to page pipe (0 iovs, 1418/1475266 total)
> (44.653412) page-pipe: Will grow page pipe (iov off is 1419)
> (44.653414) page-pipe: Add iov to page pipe (0 iovs, 1419/1475266 total)
> (44.653424) page-pipe: Will grow page pipe (iov off is 1420)
> (44.653426) page-pipe: Add iov to page pipe (0 iovs, 1420/1475266 total)
> (44.653436) page-pipe: Will grow page pipe (iov off is 1421)
> (44.653439) page-pipe: Page pipe:
> (44.653442) page-pipe: * 8 pipes 1421/1475266 iovs:
> (44.653445) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653448) page-pipe: 		0x7741a3000 512
> (44.653451) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653454) page-pipe: 		0x7743a3000 512
> (44.653456) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653459) page-pipe: 		0x7745a3000 512
> (44.653462) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653465) page-pipe: 		0x7747a3000 512
> (44.653467) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653470) page-pipe: 		0x7749a3000 512
> (44.653490) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653494) page-pipe: 		0x774ba3000 512
> (44.653496) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653499) page-pipe: 		0x774da3000 512
> (44.653502) page-pipe: 	buf 512 pages, 1 iovs:
> (44.653505) page-pipe: 		0x774fa3000 512
> (44.653507) page-pipe: * 0 holes:
> (44.653510) PPB: 512 pages 1 segs 512 pipe 1413 off
> (44.653530) Sent msg to daemon 8 0 0
> (44.653542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653603) Fetched ack: 8 8 0
> (44.653608) PPB: 512 pages 1 segs 512 pipe 1414 off
> (44.653615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653661) Fetched ack: 8 8 0
> (44.653667) PPB: 512 pages 1 segs 512 pipe 1415 off
> (44.653673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653718) Fetched ack: 8 8 0
> (44.653724) PPB: 512 pages 1 segs 512 pipe 1416 off
> (44.653730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653775) Fetched ack: 8 8 0
> (44.653781) PPB: 512 pages 1 segs 512 pipe 1417 off
> (44.653788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653834) Fetched ack: 8 8 0
> (44.653840) PPB: 512 pages 1 segs 512 pipe 1418 off
> (44.653847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653893) Fetched ack: 8 8 0
> (44.653899) PPB: 512 pages 1 segs 512 pipe 1419 off
> (44.653906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.653950) Fetched ack: 8 8 0
> (44.653956) PPB: 512 pages 1 segs 512 pipe 1420 off
> (44.653962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.653968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.654007) Fetched ack: 8 8 0
> (44.654013) Transfering pages:
> (44.654016) 	buf 512/1
> (44.654019) 	p 0x7741a3000 [512]
> (44.685315) 	buf 512/1
> (44.685330) 	p 0x7743a3000 [512]
> (44.717302) 	buf 512/1
> (44.717318) 	p 0x7745a3000 [512]
> (44.749303) 	buf 512/1
> (44.749320) 	p 0x7747a3000 [512]
> (44.781297) 	buf 512/1
> (44.781311) 	p 0x7749a3000 [512]
> (44.813301) 	buf 512/1
> (44.813316) 	p 0x774ba3000 [512]
> (44.845306) 	buf 512/1
> (44.845321) 	p 0x774da3000 [512]
> (44.877304) 	buf 512/1
> (44.877321) 	p 0x774fa3000 [512]
> (44.909302) page-pipe: Clean up page pipe
> (44.909318) page-pipe: Will grow page pipe (iov off is 1421)
> (44.909323) page-pipe: Add iov to page pipe (0 iovs, 1421/1475266 total)
> (44.909340) page-pipe: Will grow page pipe (iov off is 1422)
> (44.909344) page-pipe: Add iov to page pipe (0 iovs, 1422/1475266 total)
> (44.909359) page-pipe: Will grow page pipe (iov off is 1423)
> (44.909362) page-pipe: Add iov to page pipe (0 iovs, 1423/1475266 total)
> (44.909371) page-pipe: Will grow page pipe (iov off is 1424)
> (44.909374) page-pipe: Add iov to page pipe (0 iovs, 1424/1475266 total)
> (44.909383) page-pipe: Will grow page pipe (iov off is 1425)
> (44.909386) page-pipe: Add iov to page pipe (0 iovs, 1425/1475266 total)
> (44.909399) page-pipe: Will grow page pipe (iov off is 1426)
> (44.909402) page-pipe: Add iov to page pipe (0 iovs, 1426/1475266 total)
> (44.909411) page-pipe: Will grow page pipe (iov off is 1427)
> (44.909414) page-pipe: Add iov to page pipe (0 iovs, 1427/1475266 total)
> (44.909423) page-pipe: Will grow page pipe (iov off is 1428)
> (44.909426) page-pipe: Add iov to page pipe (0 iovs, 1428/1475266 total)
> (44.909435) page-pipe: Will grow page pipe (iov off is 1429)
> (44.909438) page-pipe: Page pipe:
> (44.909441) page-pipe: * 8 pipes 1429/1475266 iovs:
> (44.909444) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909447) page-pipe: 		0x7751a3000 512
> (44.909467) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909471) page-pipe: 		0x7753a3000 512
> (44.909473) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909476) page-pipe: 		0x7755a3000 512
> (44.909479) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909482) page-pipe: 		0x7757a3000 512
> (44.909485) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909487) page-pipe: 		0x7759a3000 512
> (44.909490) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909493) page-pipe: 		0x775ba3000 512
> (44.909496) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909498) page-pipe: 		0x775da3000 512
> (44.909501) page-pipe: 	buf 512 pages, 1 iovs:
> (44.909504) page-pipe: 		0x775fa3000 512
> (44.909507) page-pipe: * 0 holes:
> (44.909509) PPB: 512 pages 1 segs 512 pipe 1421 off
> (44.909529) Sent msg to daemon 8 0 0
> (44.909542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909602) Fetched ack: 8 8 0
> (44.909608) PPB: 512 pages 1 segs 512 pipe 1422 off
> (44.909615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909660) Fetched ack: 8 8 0
> (44.909665) PPB: 512 pages 1 segs 512 pipe 1423 off
> (44.909672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909717) Fetched ack: 8 8 0
> (44.909723) PPB: 512 pages 1 segs 512 pipe 1424 off
> (44.909730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909775) Fetched ack: 8 8 0
> (44.909781) PPB: 512 pages 1 segs 512 pipe 1425 off
> (44.909787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909831) Fetched ack: 8 8 0
> (44.909838) PPB: 512 pages 1 segs 512 pipe 1426 off
> (44.909844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909889) Fetched ack: 8 8 0
> (44.909895) PPB: 512 pages 1 segs 512 pipe 1427 off
> (44.909902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.909946) Fetched ack: 8 8 0
> (44.909953) PPB: 512 pages 1 segs 512 pipe 1428 off
> (44.909959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (44.909965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (44.910005) Fetched ack: 8 8 0
> (44.910011) Transfering pages:
> (44.910014) 	buf 512/1
> (44.910016) 	p 0x7751a3000 [512]
> (44.941306) 	buf 512/1
> (44.941321) 	p 0x7753a3000 [512]
> (44.973308) 	buf 512/1
> (44.973322) 	p 0x7755a3000 [512]
> (45.005303) 	buf 512/1
> (45.005321) 	p 0x7757a3000 [512]
> (45.037300) 	buf 512/1
> (45.037317) 	p 0x7759a3000 [512]
> (45.069302) 	buf 512/1
> (45.069317) 	p 0x775ba3000 [512]
> (45.101302) 	buf 512/1
> (45.101320) 	p 0x775da3000 [512]
> (45.133306) 	buf 512/1
> (45.133322) 	p 0x775fa3000 [512]
> (45.165301) page-pipe: Clean up page pipe
> (45.165319) page-pipe: Will grow page pipe (iov off is 1429)
> (45.165324) page-pipe: Add iov to page pipe (0 iovs, 1429/1475266 total)
> (45.165342) page-pipe: Will grow page pipe (iov off is 1430)
> (45.165350) page-pipe: Add iov to page pipe (0 iovs, 1430/1475266 total)
> (45.165360) page-pipe: Will grow page pipe (iov off is 1431)
> (45.165362) page-pipe: Add iov to page pipe (0 iovs, 1431/1475266 total)
> (45.165371) page-pipe: Will grow page pipe (iov off is 1432)
> (45.165374) page-pipe: Add iov to page pipe (0 iovs, 1432/1475266 total)
> (45.165383) page-pipe: Will grow page pipe (iov off is 1433)
> (45.165386) page-pipe: Add iov to page pipe (0 iovs, 1433/1475266 total)
> (45.165399) page-pipe: Will grow page pipe (iov off is 1434)
> (45.165402) page-pipe: Add iov to page pipe (0 iovs, 1434/1475266 total)
> (45.165411) page-pipe: Will grow page pipe (iov off is 1435)
> (45.165414) page-pipe: Add iov to page pipe (0 iovs, 1435/1475266 total)
> (45.165440) page-pipe: Will grow page pipe (iov off is 1436)
> (45.165443) page-pipe: Add iov to page pipe (0 iovs, 1436/1475266 total)
> (45.165453) page-pipe: Will grow page pipe (iov off is 1437)
> (45.165456) page-pipe: Page pipe:
> (45.165459) page-pipe: * 8 pipes 1437/1475266 iovs:
> (45.165462) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165465) page-pipe: 		0x7761a3000 512
> (45.165468) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165471) page-pipe: 		0x7763a3000 512
> (45.165474) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165476) page-pipe: 		0x7765a3000 512
> (45.165479) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165482) page-pipe: 		0x7767a3000 512
> (45.165485) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165487) page-pipe: 		0x7769a3000 512
> (45.165490) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165493) page-pipe: 		0x776ba3000 512
> (45.165495) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165498) page-pipe: 		0x776da3000 512
> (45.165501) page-pipe: 	buf 512 pages, 1 iovs:
> (45.165504) page-pipe: 		0x776fa3000 512
> (45.165506) page-pipe: * 0 holes:
> (45.165509) PPB: 512 pages 1 segs 512 pipe 1429 off
> (45.165529) Sent msg to daemon 8 0 0
> (45.165542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165602) Fetched ack: 8 8 0
> (45.165607) PPB: 512 pages 1 segs 512 pipe 1430 off
> (45.165614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165660) Fetched ack: 8 8 0
> (45.165666) PPB: 512 pages 1 segs 512 pipe 1431 off
> (45.165674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165719) Fetched ack: 8 8 0
> (45.165725) PPB: 512 pages 1 segs 512 pipe 1432 off
> (45.165732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165779) Fetched ack: 8 8 0
> (45.165785) PPB: 512 pages 1 segs 512 pipe 1433 off
> (45.165792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165837) Fetched ack: 8 8 0
> (45.165843) PPB: 512 pages 1 segs 512 pipe 1434 off
> (45.165850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165895) Fetched ack: 8 8 0
> (45.165900) PPB: 512 pages 1 segs 512 pipe 1435 off
> (45.165907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.165952) Fetched ack: 8 8 0
> (45.165958) PPB: 512 pages 1 segs 512 pipe 1436 off
> (45.165965) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.165971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.166008) Fetched ack: 8 8 0
> (45.166014) Transfering pages:
> (45.166017) 	buf 512/1
> (45.166020) 	p 0x7761a3000 [512]
> (45.197301) 	buf 512/1
> (45.197316) 	p 0x7763a3000 [512]
> (45.229304) 	buf 512/1
> (45.229320) 	p 0x7765a3000 [512]
> (45.261306) 	buf 512/1
> (45.261321) 	p 0x7767a3000 [512]
> (45.293303) 	buf 512/1
> (45.293320) 	p 0x7769a3000 [512]
> (45.325304) 	buf 512/1
> (45.325321) 	p 0x776ba3000 [512]
> (45.357305) 	buf 512/1
> (45.357319) 	p 0x776da3000 [512]
> (45.389302) 	buf 512/1
> (45.389319) 	p 0x776fa3000 [512]
> (45.421301) page-pipe: Clean up page pipe
> (45.421318) page-pipe: Will grow page pipe (iov off is 1437)
> (45.421323) page-pipe: Add iov to page pipe (0 iovs, 1437/1475266 total)
> (45.421346) page-pipe: Will grow page pipe (iov off is 1438)
> (45.421348) page-pipe: Add iov to page pipe (0 iovs, 1438/1475266 total)
> (45.421358) page-pipe: Will grow page pipe (iov off is 1439)
> (45.421361) page-pipe: Add iov to page pipe (0 iovs, 1439/1475266 total)
> (45.421370) page-pipe: Will grow page pipe (iov off is 1440)
> (45.421372) page-pipe: Add iov to page pipe (0 iovs, 1440/1475266 total)
> (45.421383) page-pipe: Will grow page pipe (iov off is 1441)
> (45.421403) page-pipe: Add iov to page pipe (0 iovs, 1441/1475266 total)
> (45.421417) page-pipe: Will grow page pipe (iov off is 1442)
> (45.421419) page-pipe: Add iov to page pipe (0 iovs, 1442/1475266 total)
> (45.421429) page-pipe: Will grow page pipe (iov off is 1443)
> (45.421431) page-pipe: Add iov to page pipe (0 iovs, 1443/1475266 total)
> (45.421441) page-pipe: Will grow page pipe (iov off is 1444)
> (45.421444) page-pipe: Add iov to page pipe (0 iovs, 1444/1475266 total)
> (45.421453) page-pipe: Will grow page pipe (iov off is 1445)
> (45.421456) page-pipe: Page pipe:
> (45.421459) page-pipe: * 8 pipes 1445/1475266 iovs:
> (45.421462) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421465) page-pipe: 		0x7771a3000 512
> (45.421468) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421471) page-pipe: 		0x7773a3000 512
> (45.421474) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421476) page-pipe: 		0x7775a3000 512
> (45.421479) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421482) page-pipe: 		0x7777a3000 512
> (45.421484) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421487) page-pipe: 		0x7779a3000 512
> (45.421489) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421492) page-pipe: 		0x777ba3000 512
> (45.421495) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421497) page-pipe: 		0x777da3000 512
> (45.421500) page-pipe: 	buf 512 pages, 1 iovs:
> (45.421503) page-pipe: 		0x777fa3000 512
> (45.421505) page-pipe: * 0 holes:
> (45.421508) PPB: 512 pages 1 segs 512 pipe 1437 off
> (45.421527) Sent msg to daemon 8 0 0
> (45.421541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421601) Fetched ack: 8 8 0
> (45.421606) PPB: 512 pages 1 segs 512 pipe 1438 off
> (45.421613) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421659) Fetched ack: 8 8 0
> (45.421664) PPB: 512 pages 1 segs 512 pipe 1439 off
> (45.421671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421716) Fetched ack: 8 8 0
> (45.421722) PPB: 512 pages 1 segs 512 pipe 1440 off
> (45.421728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421773) Fetched ack: 8 8 0
> (45.421779) PPB: 512 pages 1 segs 512 pipe 1441 off
> (45.421786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421831) Fetched ack: 8 8 0
> (45.421837) PPB: 512 pages 1 segs 512 pipe 1442 off
> (45.421843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421889) Fetched ack: 8 8 0
> (45.421895) PPB: 512 pages 1 segs 512 pipe 1443 off
> (45.421902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.421945) Fetched ack: 8 8 0
> (45.421951) PPB: 512 pages 1 segs 512 pipe 1444 off
> (45.421958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.421963) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.422002) Fetched ack: 8 8 0
> (45.422008) Transfering pages:
> (45.422011) 	buf 512/1
> (45.422013) 	p 0x7771a3000 [512]
> (45.453308) 	buf 512/1
> (45.453322) 	p 0x7773a3000 [512]
> (45.485300) 	buf 512/1
> (45.485313) 	p 0x7775a3000 [512]
> (45.517304) 	buf 512/1
> (45.517320) 	p 0x7777a3000 [512]
> (45.549301) 	buf 512/1
> (45.549317) 	p 0x7779a3000 [512]
> (45.581302) 	buf 512/1
> (45.581319) 	p 0x777ba3000 [512]
> (45.613304) 	buf 512/1
> (45.613320) 	p 0x777da3000 [512]
> (45.645322) 	buf 512/1
> (45.645341) 	p 0x777fa3000 [512]
> (45.677306) page-pipe: Clean up page pipe
> (45.677332) page-pipe: Will grow page pipe (iov off is 1445)
> (45.677337) page-pipe: Add iov to page pipe (0 iovs, 1445/1475266 total)
> (45.677351) page-pipe: Will grow page pipe (iov off is 1446)
> (45.677354) page-pipe: Add iov to page pipe (0 iovs, 1446/1475266 total)
> (45.677385) page-pipe: Will grow page pipe (iov off is 1447)
> (45.677389) page-pipe: Add iov to page pipe (0 iovs, 1447/1475266 total)
> (45.677398) page-pipe: Will grow page pipe (iov off is 1448)
> (45.677401) page-pipe: Add iov to page pipe (0 iovs, 1448/1475266 total)
> (45.677411) page-pipe: Will grow page pipe (iov off is 1449)
> (45.677414) page-pipe: Add iov to page pipe (0 iovs, 1449/1475266 total)
> (45.677427) page-pipe: Will grow page pipe (iov off is 1450)
> (45.677429) page-pipe: Add iov to page pipe (0 iovs, 1450/1475266 total)
> (45.677439) page-pipe: Will grow page pipe (iov off is 1451)
> (45.677441) page-pipe: Add iov to page pipe (0 iovs, 1451/1475266 total)
> (45.677451) page-pipe: Will grow page pipe (iov off is 1452)
> (45.677454) page-pipe: Add iov to page pipe (0 iovs, 1452/1475266 total)
> (45.677463) page-pipe: Will grow page pipe (iov off is 1453)
> (45.677466) page-pipe: Page pipe:
> (45.677469) page-pipe: * 8 pipes 1453/1475266 iovs:
> (45.677472) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677475) page-pipe: 		0x7781a3000 512
> (45.677478) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677481) page-pipe: 		0x7783a3000 512
> (45.677484) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677487) page-pipe: 		0x7785a3000 512
> (45.677490) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677492) page-pipe: 		0x7787a3000 512
> (45.677495) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677498) page-pipe: 		0x7789a3000 512
> (45.677501) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677503) page-pipe: 		0x778ba3000 512
> (45.677506) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677509) page-pipe: 		0x778da3000 512
> (45.677512) page-pipe: 	buf 512 pages, 1 iovs:
> (45.677514) page-pipe: 		0x778fa3000 512
> (45.677517) page-pipe: * 0 holes:
> (45.677520) PPB: 512 pages 1 segs 512 pipe 1445 off
> (45.677535) Sent msg to daemon 8 0 0
> (45.677545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.677620) Fetched ack: 8 8 0
> (45.677624) PPB: 512 pages 1 segs 512 pipe 1446 off
> (45.677630) Sent msg to daemon 8 0 0
> (45.677636) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.677687) Fetched ack: 8 8 0
> (45.677691) PPB: 512 pages 1 segs 512 pipe 1447 off
> (45.677697) Sent msg to daemon 8 0 0
> (45.677702) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.677753) Fetched ack: 8 8 0
> (45.677757) PPB: 512 pages 1 segs 512 pipe 1448 off
> (45.677762) Sent msg to daemon 8 0 0
> (45.677768) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.677818) Fetched ack: 8 8 0
> (45.677822) PPB: 512 pages 1 segs 512 pipe 1449 off
> (45.677828) Sent msg to daemon 8 0 0
> (45.677833) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.677884) Fetched ack: 8 8 0
> (45.677888) PPB: 512 pages 1 segs 512 pipe 1450 off
> (45.677893) Sent msg to daemon 8 0 0
> (45.677899) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.677949) Fetched ack: 8 8 0
> (45.677953) PPB: 512 pages 1 segs 512 pipe 1451 off
> (45.677958) Sent msg to daemon 8 0 0
> (45.677964) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.678015) Fetched ack: 8 8 0
> (45.678019) PPB: 512 pages 1 segs 512 pipe 1452 off
> (45.678025) Sent msg to daemon 8 0 0
> (45.678030) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.678081) Fetched ack: 8 8 0
> (45.678086) Transfering pages:
> (45.678089) 	buf 512/1
> (45.678091) 	p 0x7781a3000 [512]
> (45.709303) 	buf 512/1
> (45.709343) 	p 0x7783a3000 [512]
> (45.741309) 	buf 512/1
> (45.741333) 	p 0x7785a3000 [512]
> (45.773315) 	buf 512/1
> (45.773346) 	p 0x7787a3000 [512]
> (45.805301) 	buf 512/1
> (45.805319) 	p 0x7789a3000 [512]
> (45.837308) 	buf 512/1
> (45.837324) 	p 0x778ba3000 [512]
> (45.869303) 	buf 512/1
> (45.869317) 	p 0x778da3000 [512]
> (45.901307) 	buf 512/1
> (45.901323) 	p 0x778fa3000 [512]
> (45.933302) page-pipe: Clean up page pipe
> (45.933320) page-pipe: Will grow page pipe (iov off is 1453)
> (45.933325) page-pipe: Add iov to page pipe (0 iovs, 1453/1475266 total)
> (45.933347) page-pipe: Will grow page pipe (iov off is 1454)
> (45.933350) page-pipe: Add iov to page pipe (0 iovs, 1454/1475266 total)
> (45.933360) page-pipe: Will grow page pipe (iov off is 1455)
> (45.933363) page-pipe: Add iov to page pipe (0 iovs, 1455/1475266 total)
> (45.933372) page-pipe: Will grow page pipe (iov off is 1456)
> (45.933375) page-pipe: Add iov to page pipe (0 iovs, 1456/1475266 total)
> (45.933384) page-pipe: Will grow page pipe (iov off is 1457)
> (45.933387) page-pipe: Add iov to page pipe (0 iovs, 1457/1475266 total)
> (45.933399) page-pipe: Will grow page pipe (iov off is 1458)
> (45.933402) page-pipe: Add iov to page pipe (0 iovs, 1458/1475266 total)
> (45.933411) page-pipe: Will grow page pipe (iov off is 1459)
> (45.933414) page-pipe: Add iov to page pipe (0 iovs, 1459/1475266 total)
> (45.933424) page-pipe: Will grow page pipe (iov off is 1460)
> (45.933427) page-pipe: Add iov to page pipe (0 iovs, 1460/1475266 total)
> (45.933436) page-pipe: Will grow page pipe (iov off is 1461)
> (45.933439) page-pipe: Page pipe:
> (45.933442) page-pipe: * 8 pipes 1461/1475266 iovs:
> (45.933445) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933448) page-pipe: 		0x7791a3000 512
> (45.933452) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933454) page-pipe: 		0x7793a3000 512
> (45.933457) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933460) page-pipe: 		0x7795a3000 512
> (45.933463) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933467) page-pipe: 		0x7797a3000 512
> (45.933470) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933473) page-pipe: 		0x7799a3000 512
> (45.933476) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933479) page-pipe: 		0x779ba3000 512
> (45.933481) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933484) page-pipe: 		0x779da3000 512
> (45.933487) page-pipe: 	buf 512 pages, 1 iovs:
> (45.933490) page-pipe: 		0x779fa3000 512
> (45.933493) page-pipe: * 0 holes:
> (45.933495) PPB: 512 pages 1 segs 512 pipe 1453 off
> (45.933521) Sent msg to daemon 8 0 0
> (45.933540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933601) Fetched ack: 8 8 0
> (45.933606) PPB: 512 pages 1 segs 512 pipe 1454 off
> (45.933614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933658) Fetched ack: 8 8 0
> (45.933664) PPB: 512 pages 1 segs 512 pipe 1455 off
> (45.933671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933716) Fetched ack: 8 8 0
> (45.933722) PPB: 512 pages 1 segs 512 pipe 1456 off
> (45.933729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933775) Fetched ack: 8 8 0
> (45.933781) PPB: 512 pages 1 segs 512 pipe 1457 off
> (45.933788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933833) Fetched ack: 8 8 0
> (45.933839) PPB: 512 pages 1 segs 512 pipe 1458 off
> (45.933846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933891) Fetched ack: 8 8 0
> (45.933897) PPB: 512 pages 1 segs 512 pipe 1459 off
> (45.933904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.933948) Fetched ack: 8 8 0
> (45.933954) PPB: 512 pages 1 segs 512 pipe 1460 off
> (45.933961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (45.933967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (45.934005) Fetched ack: 8 8 0
> (45.934011) Transfering pages:
> (45.934013) 	buf 512/1
> (45.934033) 	p 0x7791a3000 [512]
> (45.965307) 	buf 512/1
> (45.965321) 	p 0x7793a3000 [512]
> (45.997302) 	buf 512/1
> (45.997317) 	p 0x7795a3000 [512]
> (46.029302) 	buf 512/1
> (46.029319) 	p 0x7797a3000 [512]
> (46.061301) 	buf 512/1
> (46.061317) 	p 0x7799a3000 [512]
> (46.093301) 	buf 512/1
> (46.093316) 	p 0x779ba3000 [512]
> (46.125303) 	buf 512/1
> (46.125320) 	p 0x779da3000 [512]
> (46.157304) 	buf 512/1
> (46.157320) 	p 0x779fa3000 [512]
> (46.189303) page-pipe: Clean up page pipe
> (46.189323) page-pipe: Will grow page pipe (iov off is 1461)
> (46.189328) page-pipe: Add iov to page pipe (0 iovs, 1461/1475266 total)
> (46.189350) page-pipe: Will grow page pipe (iov off is 1462)
> (46.189353) page-pipe: Add iov to page pipe (0 iovs, 1462/1475266 total)
> (46.189363) page-pipe: Will grow page pipe (iov off is 1463)
> (46.189366) page-pipe: Add iov to page pipe (0 iovs, 1463/1475266 total)
> (46.189375) page-pipe: Will grow page pipe (iov off is 1464)
> (46.189378) page-pipe: Add iov to page pipe (0 iovs, 1464/1475266 total)
> (46.189387) page-pipe: Will grow page pipe (iov off is 1465)
> (46.189390) page-pipe: Add iov to page pipe (0 iovs, 1465/1475266 total)
> (46.189403) page-pipe: Will grow page pipe (iov off is 1466)
> (46.189405) page-pipe: Add iov to page pipe (0 iovs, 1466/1475266 total)
> (46.189415) page-pipe: Will grow page pipe (iov off is 1467)
> (46.189418) page-pipe: Add iov to page pipe (0 iovs, 1467/1475266 total)
> (46.189427) page-pipe: Will grow page pipe (iov off is 1468)
> (46.189430) page-pipe: Add iov to page pipe (0 iovs, 1468/1475266 total)
> (46.189439) page-pipe: Will grow page pipe (iov off is 1469)
> (46.189442) page-pipe: Page pipe:
> (46.189445) page-pipe: * 8 pipes 1469/1475266 iovs:
> (46.189448) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189451) page-pipe: 		0x77a1a3000 512
> (46.189455) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189457) page-pipe: 		0x77a3a3000 512
> (46.189460) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189463) page-pipe: 		0x77a5a3000 512
> (46.189466) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189469) page-pipe: 		0x77a7a3000 512
> (46.189471) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189474) page-pipe: 		0x77a9a3000 512
> (46.189477) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189480) page-pipe: 		0x77aba3000 512
> (46.189482) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189485) page-pipe: 		0x77ada3000 512
> (46.189488) page-pipe: 	buf 512 pages, 1 iovs:
> (46.189491) page-pipe: 		0x77afa3000 512
> (46.189493) page-pipe: * 0 holes:
> (46.189496) PPB: 512 pages 1 segs 512 pipe 1461 off
> (46.189517) Sent msg to daemon 8 0 0
> (46.189530) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.189592) Fetched ack: 8 8 0
> (46.189597) PPB: 512 pages 1 segs 512 pipe 1462 off
> (46.189604) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189611) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.189652) Fetched ack: 8 8 0
> (46.189657) PPB: 512 pages 1 segs 512 pipe 1463 off
> (46.189664) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189671) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.189710) Fetched ack: 8 8 0
> (46.189716) PPB: 512 pages 1 segs 512 pipe 1464 off
> (46.189723) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189729) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.189768) Fetched ack: 8 8 0
> (46.189774) PPB: 512 pages 1 segs 512 pipe 1465 off
> (46.189780) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.189825) Fetched ack: 8 8 0
> (46.189831) PPB: 512 pages 1 segs 512 pipe 1466 off
> (46.189838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.189883) Fetched ack: 8 8 0
> (46.189889) PPB: 512 pages 1 segs 512 pipe 1467 off
> (46.189896) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189902) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (46.189941) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (46.189964) PPB: 512 pages 1 segs 512 pipe 1468 off
> (46.189972) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.189978) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.190021) Fetched ack: 8 8 0
> (46.190027) Transfering pages:
> (46.190030) 	buf 512/1
> (46.190032) 	p 0x77a1a3000 [512]
> (46.221302) 	buf 512/1
> (46.221318) 	p 0x77a3a3000 [512]
> (46.253304) 	buf 512/1
> (46.253330) 	p 0x77a5a3000 [512]
> (46.285301) 	buf 512/1
> (46.285317) 	p 0x77a7a3000 [512]
> (46.317302) 	buf 512/1
> (46.317319) 	p 0x77a9a3000 [512]
> (46.349309) 	buf 512/1
> (46.349325) 	p 0x77aba3000 [512]
> (46.381303) 	buf 512/1
> (46.381319) 	p 0x77ada3000 [512]
> (46.413301) 	buf 512/1
> (46.413317) 	p 0x77afa3000 [512]
> (46.445303) page-pipe: Clean up page pipe
> (46.445319) page-pipe: Will grow page pipe (iov off is 1469)
> (46.445324) page-pipe: Add iov to page pipe (0 iovs, 1469/1475266 total)
> (46.445342) page-pipe: Will grow page pipe (iov off is 1470)
> (46.445350) page-pipe: Add iov to page pipe (0 iovs, 1470/1475266 total)
> (46.445360) page-pipe: Will grow page pipe (iov off is 1471)
> (46.445362) page-pipe: Add iov to page pipe (0 iovs, 1471/1475266 total)
> (46.445371) page-pipe: Will grow page pipe (iov off is 1472)
> (46.445374) page-pipe: Add iov to page pipe (0 iovs, 1472/1475266 total)
> (46.445384) page-pipe: Will grow page pipe (iov off is 1473)
> (46.445386) page-pipe: Add iov to page pipe (0 iovs, 1473/1475266 total)
> (46.445399) page-pipe: Will grow page pipe (iov off is 1474)
> (46.445402) page-pipe: Add iov to page pipe (0 iovs, 1474/1475266 total)
> (46.445411) page-pipe: Will grow page pipe (iov off is 1475)
> (46.445414) page-pipe: Add iov to page pipe (0 iovs, 1475/1475266 total)
> (46.445423) page-pipe: Will grow page pipe (iov off is 1476)
> (46.445426) page-pipe: Add iov to page pipe (0 iovs, 1476/1475266 total)
> (46.445435) page-pipe: Will grow page pipe (iov off is 1477)
> (46.445439) page-pipe: Page pipe:
> (46.445441) page-pipe: * 8 pipes 1477/1475266 iovs:
> (46.445445) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445447) page-pipe: 		0x77b1a3000 512
> (46.445451) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445453) page-pipe: 		0x77b3a3000 512
> (46.445456) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445459) page-pipe: 		0x77b5a3000 512
> (46.445461) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445464) page-pipe: 		0x77b7a3000 512
> (46.445467) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445469) page-pipe: 		0x77b9a3000 512
> (46.445472) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445474) page-pipe: 		0x77bba3000 512
> (46.445477) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445480) page-pipe: 		0x77bda3000 512
> (46.445483) page-pipe: 	buf 512 pages, 1 iovs:
> (46.445485) page-pipe: 		0x77bfa3000 512
> (46.445488) page-pipe: * 0 holes:
> (46.445491) PPB: 512 pages 1 segs 512 pipe 1469 off
> (46.445510) Sent msg to daemon 8 0 0
> (46.445523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445585) Fetched ack: 8 8 0
> (46.445591) PPB: 512 pages 1 segs 512 pipe 1470 off
> (46.445598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445643) Fetched ack: 8 8 0
> (46.445649) PPB: 512 pages 1 segs 512 pipe 1471 off
> (46.445656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445703) Fetched ack: 8 8 0
> (46.445708) PPB: 512 pages 1 segs 512 pipe 1472 off
> (46.445715) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445721) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445760) Fetched ack: 8 8 0
> (46.445766) PPB: 512 pages 1 segs 512 pipe 1473 off
> (46.445772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445778) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445817) Fetched ack: 8 8 0
> (46.445823) PPB: 512 pages 1 segs 512 pipe 1474 off
> (46.445830) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445894) Fetched ack: 8 8 0
> (46.445900) PPB: 512 pages 1 segs 512 pipe 1475 off
> (46.445907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.445951) Fetched ack: 8 8 0
> (46.445958) PPB: 512 pages 1 segs 512 pipe 1476 off
> (46.445964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.445970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.446009) Fetched ack: 8 8 0
> (46.446015) Transfering pages:
> (46.446018) 	buf 512/1
> (46.446021) 	p 0x77b1a3000 [512]
> (46.481312) 	buf 512/1
> (46.481333) 	p 0x77b3a3000 [512]
> (46.517303) 	buf 512/1
> (46.517322) 	p 0x77b5a3000 [512]
> (46.553307) 	buf 512/1
> (46.553323) 	p 0x77b7a3000 [512]
> (46.589303) 	buf 512/1
> (46.589322) 	p 0x77b9a3000 [512]
> (46.625303) 	buf 512/1
> (46.625320) 	p 0x77bba3000 [512]
> (46.661303) 	buf 512/1
> (46.661319) 	p 0x77bda3000 [512]
> (46.697300) 	buf 512/1
> (46.697319) 	p 0x77bfa3000 [512]
> (46.733302) page-pipe: Clean up page pipe
> (46.733318) page-pipe: Will grow page pipe (iov off is 1477)
> (46.733323) page-pipe: Add iov to page pipe (0 iovs, 1477/1475266 total)
> (46.733345) page-pipe: Will grow page pipe (iov off is 1478)
> (46.733348) page-pipe: Add iov to page pipe (0 iovs, 1478/1475266 total)
> (46.733357) page-pipe: Will grow page pipe (iov off is 1479)
> (46.733360) page-pipe: Add iov to page pipe (0 iovs, 1479/1475266 total)
> (46.733369) page-pipe: Will grow page pipe (iov off is 1480)
> (46.733372) page-pipe: Add iov to page pipe (0 iovs, 1480/1475266 total)
> (46.733381) page-pipe: Will grow page pipe (iov off is 1481)
> (46.733384) page-pipe: Add iov to page pipe (0 iovs, 1481/1475266 total)
> (46.733397) page-pipe: Will grow page pipe (iov off is 1482)
> (46.733400) page-pipe: Add iov to page pipe (0 iovs, 1482/1475266 total)
> (46.733409) page-pipe: Will grow page pipe (iov off is 1483)
> (46.733412) page-pipe: Add iov to page pipe (0 iovs, 1483/1475266 total)
> (46.733421) page-pipe: Will grow page pipe (iov off is 1484)
> (46.733424) page-pipe: Add iov to page pipe (0 iovs, 1484/1475266 total)
> (46.733433) page-pipe: Will grow page pipe (iov off is 1485)
> (46.733436) page-pipe: Page pipe:
> (46.733439) page-pipe: * 8 pipes 1485/1475266 iovs:
> (46.733442) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733445) page-pipe: 		0x77c1a3000 512
> (46.733448) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733451) page-pipe: 		0x77c3a3000 512
> (46.733454) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733457) page-pipe: 		0x77c5a3000 512
> (46.733459) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733462) page-pipe: 		0x77c7a3000 512
> (46.733465) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733468) page-pipe: 		0x77c9a3000 512
> (46.733470) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733473) page-pipe: 		0x77cba3000 512
> (46.733476) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733478) page-pipe: 		0x77cda3000 512
> (46.733481) page-pipe: 	buf 512 pages, 1 iovs:
> (46.733484) page-pipe: 		0x77cfa3000 512
> (46.733487) page-pipe: * 0 holes:
> (46.733489) PPB: 512 pages 1 segs 512 pipe 1477 off
> (46.733510) Sent msg to daemon 8 0 0
> (46.733523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733583) Fetched ack: 8 8 0
> (46.733589) PPB: 512 pages 1 segs 512 pipe 1478 off
> (46.733596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733602) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733643) Fetched ack: 8 8 0
> (46.733649) PPB: 512 pages 1 segs 512 pipe 1479 off
> (46.733656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733701) Fetched ack: 8 8 0
> (46.733707) PPB: 512 pages 1 segs 512 pipe 1480 off
> (46.733714) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733760) Fetched ack: 8 8 0
> (46.733783) PPB: 512 pages 1 segs 512 pipe 1481 off
> (46.733792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733838) Fetched ack: 8 8 0
> (46.733843) PPB: 512 pages 1 segs 512 pipe 1482 off
> (46.733850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733895) Fetched ack: 8 8 0
> (46.733901) PPB: 512 pages 1 segs 512 pipe 1483 off
> (46.733908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733914) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.733953) Fetched ack: 8 8 0
> (46.733959) PPB: 512 pages 1 segs 512 pipe 1484 off
> (46.733966) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (46.733971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (46.734010) Fetched ack: 8 8 0
> (46.734017) Transfering pages:
> (46.734019) 	buf 512/1
> (46.734022) 	p 0x77c1a3000 [512]
> (46.769303) 	buf 512/1
> (46.769318) 	p 0x77c3a3000 [512]
> (46.805302) 	buf 512/1
> (46.805322) 	p 0x77c5a3000 [512]
> (46.841306) 	buf 512/1
> (46.841321) 	p 0x77c7a3000 [512]
> (46.877300) 	buf 512/1
> (46.877317) 	p 0x77c9a3000 [512]
> (46.913302) 	buf 512/1
> (46.913319) 	p 0x77cba3000 [512]
> (46.949306) 	buf 512/1
> (46.949322) 	p 0x77cda3000 [512]
> (46.985308) 	buf 512/1
> (46.985323) 	p 0x77cfa3000 [512]
> (47.021302) page-pipe: Clean up page pipe
> (47.021319) page-pipe: Will grow page pipe (iov off is 1485)
> (47.021324) page-pipe: Add iov to page pipe (0 iovs, 1485/1475266 total)
> (47.021346) page-pipe: Will grow page pipe (iov off is 1486)
> (47.021349) page-pipe: Add iov to page pipe (0 iovs, 1486/1475266 total)
> (47.021358) page-pipe: Will grow page pipe (iov off is 1487)
> (47.021361) page-pipe: Add iov to page pipe (0 iovs, 1487/1475266 total)
> (47.021370) page-pipe: Will grow page pipe (iov off is 1488)
> (47.021373) page-pipe: Add iov to page pipe (0 iovs, 1488/1475266 total)
> (47.021382) page-pipe: Will grow page pipe (iov off is 1489)
> (47.021384) page-pipe: Add iov to page pipe (0 iovs, 1489/1475266 total)
> (47.021397) page-pipe: Will grow page pipe (iov off is 1490)
> (47.021400) page-pipe: Add iov to page pipe (0 iovs, 1490/1475266 total)
> (47.021409) page-pipe: Will grow page pipe (iov off is 1491)
> (47.021412) page-pipe: Add iov to page pipe (0 iovs, 1491/1475266 total)
> (47.021422) page-pipe: Will grow page pipe (iov off is 1492)
> (47.021424) page-pipe: Add iov to page pipe (0 iovs, 1492/1475266 total)
> (47.021434) page-pipe: Will grow page pipe (iov off is 1493)
> (47.021437) page-pipe: Page pipe:
> (47.021440) page-pipe: * 8 pipes 1493/1475266 iovs:
> (47.021443) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021446) page-pipe: 		0x77d1a3000 512
> (47.021449) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021452) page-pipe: 		0x77d3a3000 512
> (47.021454) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021457) page-pipe: 		0x77d5a3000 512
> (47.021460) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021463) page-pipe: 		0x77d7a3000 512
> (47.021465) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021468) page-pipe: 		0x77d9a3000 512
> (47.021471) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021474) page-pipe: 		0x77dba3000 512
> (47.021476) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021479) page-pipe: 		0x77dda3000 512
> (47.021482) page-pipe: 	buf 512 pages, 1 iovs:
> (47.021485) page-pipe: 		0x77dfa3000 512
> (47.021487) page-pipe: * 0 holes:
> (47.021490) PPB: 512 pages 1 segs 512 pipe 1485 off
> (47.021510) Sent msg to daemon 8 0 0
> (47.021524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021585) Fetched ack: 8 8 0
> (47.021591) PPB: 512 pages 1 segs 512 pipe 1486 off
> (47.021598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021643) Fetched ack: 8 8 0
> (47.021649) PPB: 512 pages 1 segs 512 pipe 1487 off
> (47.021656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021703) Fetched ack: 8 8 0
> (47.021709) PPB: 512 pages 1 segs 512 pipe 1488 off
> (47.021716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021722) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021761) Fetched ack: 8 8 0
> (47.021767) PPB: 512 pages 1 segs 512 pipe 1489 off
> (47.021774) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021780) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021820) Fetched ack: 8 8 0
> (47.021826) PPB: 512 pages 1 segs 512 pipe 1490 off
> (47.021832) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021838) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021878) Fetched ack: 8 8 0
> (47.021884) PPB: 512 pages 1 segs 512 pipe 1491 off
> (47.021890) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021896) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021934) Fetched ack: 8 8 0
> (47.021940) PPB: 512 pages 1 segs 512 pipe 1492 off
> (47.021947) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.021952) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.021991) Fetched ack: 8 8 0
> (47.021997) Transfering pages:
> (47.022000) 	buf 512/1
> (47.022003) 	p 0x77d1a3000 [512]
> (47.057307) 	buf 512/1
> (47.057322) 	p 0x77d3a3000 [512]
> (47.093303) 	buf 512/1
> (47.093321) 	p 0x77d5a3000 [512]
> (47.129302) 	buf 512/1
> (47.129318) 	p 0x77d7a3000 [512]
> (47.165299) 	buf 512/1
> (47.165315) 	p 0x77d9a3000 [512]
> (47.197305) 	buf 512/1
> (47.197322) 	p 0x77dba3000 [512]
> (47.229302) 	buf 512/1
> (47.229317) 	p 0x77dda3000 [512]
> (47.261306) 	buf 512/1
> (47.261321) 	p 0x77dfa3000 [512]
> (47.293301) page-pipe: Clean up page pipe
> (47.293320) page-pipe: Will grow page pipe (iov off is 1493)
> (47.293325) page-pipe: Add iov to page pipe (0 iovs, 1493/1475266 total)
> (47.293436) page-pipe: Will grow page pipe (iov off is 1494)
> (47.293440) page-pipe: Add iov to page pipe (0 iovs, 1494/1475266 total)
> (47.293450) page-pipe: Will grow page pipe (iov off is 1495)
> (47.293452) page-pipe: Add iov to page pipe (0 iovs, 1495/1475266 total)
> (47.293462) page-pipe: Will grow page pipe (iov off is 1496)
> (47.293464) page-pipe: Add iov to page pipe (0 iovs, 1496/1475266 total)
> (47.293474) page-pipe: Will grow page pipe (iov off is 1497)
> (47.293477) page-pipe: Add iov to page pipe (0 iovs, 1497/1475266 total)
> (47.293490) page-pipe: Will grow page pipe (iov off is 1498)
> (47.293493) page-pipe: Add iov to page pipe (0 iovs, 1498/1475266 total)
> (47.293502) page-pipe: Will grow page pipe (iov off is 1499)
> (47.293505) page-pipe: Add iov to page pipe (0 iovs, 1499/1475266 total)
> (47.293514) page-pipe: Will grow page pipe (iov off is 1500)
> (47.293517) page-pipe: Add iov to page pipe (0 iovs, 1500/1475266 total)
> (47.293526) page-pipe: Will grow page pipe (iov off is 1501)
> (47.293529) page-pipe: Page pipe:
> (47.293532) page-pipe: * 8 pipes 1501/1475266 iovs:
> (47.293535) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293538) page-pipe: 		0x77e1a3000 512
> (47.293542) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293544) page-pipe: 		0x77e3a3000 512
> (47.293547) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293550) page-pipe: 		0x77e5a3000 512
> (47.293553) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293556) page-pipe: 		0x77e7a3000 512
> (47.293558) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293561) page-pipe: 		0x77e9a3000 512
> (47.293564) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293567) page-pipe: 		0x77eba3000 512
> (47.293569) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293572) page-pipe: 		0x77eda3000 512
> (47.293575) page-pipe: 	buf 512 pages, 1 iovs:
> (47.293577) page-pipe: 		0x77efa3000 512
> (47.293580) page-pipe: * 0 holes:
> (47.293583) PPB: 512 pages 1 segs 512 pipe 1493 off
> (47.293604) Sent msg to daemon 8 0 0
> (47.293617) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.293683) Fetched ack: 8 8 0
> (47.293689) PPB: 512 pages 1 segs 512 pipe 1494 off
> (47.293712) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.293719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.293759) Fetched ack: 8 8 0
> (47.293765) PPB: 512 pages 1 segs 512 pipe 1495 off
> (47.293772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.293778) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.293818) Fetched ack: 8 8 0
> (47.293823) PPB: 512 pages 1 segs 512 pipe 1496 off
> (47.293830) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.293836) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.293875) Fetched ack: 8 8 0
> (47.293882) PPB: 512 pages 1 segs 512 pipe 1497 off
> (47.293888) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.293894) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.293932) Fetched ack: 8 8 0
> (47.293938) PPB: 512 pages 1 segs 512 pipe 1498 off
> (47.293945) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.293951) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.293989) Fetched ack: 8 8 0
> (47.293994) PPB: 512 pages 1 segs 512 pipe 1499 off
> (47.294001) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.294007) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.294045) Fetched ack: 8 8 0
> (47.294051) PPB: 512 pages 1 segs 512 pipe 1500 off
> (47.294058) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.294064) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.294102) Fetched ack: 8 8 0
> (47.294108) Transfering pages:
> (47.294111) 	buf 512/1
> (47.294114) 	p 0x77e1a3000 [512]
> (47.329307) 	buf 512/1
> (47.329321) 	p 0x77e3a3000 [512]
> (47.361307) 	buf 512/1
> (47.361324) 	p 0x77e5a3000 [512]
> (47.393299) 	buf 512/1
> (47.393312) 	p 0x77e7a3000 [512]
> (47.425301) 	buf 512/1
> (47.425317) 	p 0x77e9a3000 [512]
> (47.457307) 	buf 512/1
> (47.457323) 	p 0x77eba3000 [512]
> (47.489302) 	buf 512/1
> (47.489318) 	p 0x77eda3000 [512]
> (47.521301) 	buf 512/1
> (47.521315) 	p 0x77efa3000 [512]
> (47.553304) page-pipe: Clean up page pipe
> (47.553322) page-pipe: Will grow page pipe (iov off is 1501)
> (47.553327) page-pipe: Add iov to page pipe (0 iovs, 1501/1475266 total)
> (47.553350) page-pipe: Will grow page pipe (iov off is 1502)
> (47.553358) page-pipe: Add iov to page pipe (0 iovs, 1502/1475266 total)
> (47.553367) page-pipe: Will grow page pipe (iov off is 1503)
> (47.553370) page-pipe: Add iov to page pipe (0 iovs, 1503/1475266 total)
> (47.553384) page-pipe: Will grow page pipe (iov off is 1504)
> (47.553387) page-pipe: Add iov to page pipe (0 iovs, 1504/1475266 total)
> (47.553396) page-pipe: Will grow page pipe (iov off is 1505)
> (47.553399) page-pipe: Add iov to page pipe (0 iovs, 1505/1475266 total)
> (47.553412) page-pipe: Will grow page pipe (iov off is 1506)
> (47.553415) page-pipe: Add iov to page pipe (0 iovs, 1506/1475266 total)
> (47.553424) page-pipe: Will grow page pipe (iov off is 1507)
> (47.553427) page-pipe: Add iov to page pipe (0 iovs, 1507/1475266 total)
> (47.553436) page-pipe: Will grow page pipe (iov off is 1508)
> (47.553439) page-pipe: Add iov to page pipe (0 iovs, 1508/1475266 total)
> (47.553448) page-pipe: Will grow page pipe (iov off is 1509)
> (47.553452) page-pipe: Page pipe:
> (47.553454) page-pipe: * 8 pipes 1509/1475266 iovs:
> (47.553458) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553460) page-pipe: 		0x77f1a3000 512
> (47.553463) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553466) page-pipe: 		0x77f3a3000 512
> (47.553469) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553472) page-pipe: 		0x77f5a3000 512
> (47.553474) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553477) page-pipe: 		0x77f7a3000 512
> (47.553479) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553482) page-pipe: 		0x77f9a3000 512
> (47.553485) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553488) page-pipe: 		0x77fba3000 512
> (47.553490) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553493) page-pipe: 		0x77fda3000 512
> (47.553495) page-pipe: 	buf 512 pages, 1 iovs:
> (47.553514) page-pipe: 		0x77ffa3000 512
> (47.553518) page-pipe: * 0 holes:
> (47.553521) PPB: 512 pages 1 segs 512 pipe 1501 off
> (47.553541) Sent msg to daemon 8 0 0
> (47.553554) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553618) Fetched ack: 8 8 0
> (47.553623) PPB: 512 pages 1 segs 512 pipe 1502 off
> (47.553631) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553637) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553678) Fetched ack: 8 8 0
> (47.553684) PPB: 512 pages 1 segs 512 pipe 1503 off
> (47.553691) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553697) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553737) Fetched ack: 8 8 0
> (47.553743) PPB: 512 pages 1 segs 512 pipe 1504 off
> (47.553750) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553756) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553796) Fetched ack: 8 8 0
> (47.553802) PPB: 512 pages 1 segs 512 pipe 1505 off
> (47.553809) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553814) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553854) Fetched ack: 8 8 0
> (47.553860) PPB: 512 pages 1 segs 512 pipe 1506 off
> (47.553867) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553873) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553912) Fetched ack: 8 8 0
> (47.553918) PPB: 512 pages 1 segs 512 pipe 1507 off
> (47.553924) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553930) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.553970) Fetched ack: 8 8 0
> (47.553976) PPB: 512 pages 1 segs 512 pipe 1508 off
> (47.553982) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.553988) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.554030) Fetched ack: 8 8 0
> (47.554036) Transfering pages:
> (47.554039) 	buf 512/1
> (47.554041) 	p 0x77f1a3000 [512]
> (47.585302) 	buf 512/1
> (47.585314) 	p 0x77f3a3000 [512]
> (47.617301) 	buf 512/1
> (47.617317) 	p 0x77f5a3000 [512]
> (47.649302) 	buf 512/1
> (47.649318) 	p 0x77f7a3000 [512]
> (47.681300) 	buf 512/1
> (47.681316) 	p 0x77f9a3000 [512]
> (47.713304) 	buf 512/1
> (47.713325) 	p 0x77fba3000 [512]
> (47.745305) 	buf 512/1
> (47.745321) 	p 0x77fda3000 [512]
> (47.777300) 	buf 512/1
> (47.777317) 	p 0x77ffa3000 [512]
> (47.809302) page-pipe: Clean up page pipe
> (47.809320) page-pipe: Will grow page pipe (iov off is 1509)
> (47.809325) page-pipe: Add iov to page pipe (0 iovs, 1509/1475266 total)
> (47.809346) page-pipe: Will grow page pipe (iov off is 1510)
> (47.809349) page-pipe: Add iov to page pipe (0 iovs, 1510/1475266 total)
> (47.809359) page-pipe: Will grow page pipe (iov off is 1511)
> (47.809362) page-pipe: Add iov to page pipe (0 iovs, 1511/1475266 total)
> (47.809371) page-pipe: Will grow page pipe (iov off is 1512)
> (47.809374) page-pipe: Add iov to page pipe (0 iovs, 1512/1475266 total)
> (47.809383) page-pipe: Will grow page pipe (iov off is 1513)
> (47.809386) page-pipe: Add iov to page pipe (0 iovs, 1513/1475266 total)
> (47.809398) page-pipe: Will grow page pipe (iov off is 1514)
> (47.809401) page-pipe: Add iov to page pipe (0 iovs, 1514/1475266 total)
> (47.809410) page-pipe: Will grow page pipe (iov off is 1515)
> (47.809413) page-pipe: Add iov to page pipe (0 iovs, 1515/1475266 total)
> (47.809422) page-pipe: Will grow page pipe (iov off is 1516)
> (47.809425) page-pipe: Add iov to page pipe (0 iovs, 1516/1475266 total)
> (47.809434) page-pipe: Will grow page pipe (iov off is 1517)
> (47.809438) page-pipe: Page pipe:
> (47.809440) page-pipe: * 8 pipes 1517/1475266 iovs:
> (47.809444) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809446) page-pipe: 		0x7801a3000 512
> (47.809450) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809452) page-pipe: 		0x7803a3000 512
> (47.809455) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809458) page-pipe: 		0x7805a3000 512
> (47.809460) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809480) page-pipe: 		0x7807a3000 512
> (47.809483) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809486) page-pipe: 		0x7809a3000 512
> (47.809489) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809492) page-pipe: 		0x780ba3000 512
> (47.809494) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809497) page-pipe: 		0x780da3000 512
> (47.809500) page-pipe: 	buf 512 pages, 1 iovs:
> (47.809503) page-pipe: 		0x780fa3000 512
> (47.809505) page-pipe: * 0 holes:
> (47.809508) PPB: 512 pages 1 segs 512 pipe 1509 off
> (47.809528) Sent msg to daemon 8 0 0
> (47.809542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809603) Fetched ack: 8 8 0
> (47.809608) PPB: 512 pages 1 segs 512 pipe 1510 off
> (47.809615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809660) Fetched ack: 8 8 0
> (47.809666) PPB: 512 pages 1 segs 512 pipe 1511 off
> (47.809673) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809717) Fetched ack: 8 8 0
> (47.809723) PPB: 512 pages 1 segs 512 pipe 1512 off
> (47.809730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809775) Fetched ack: 8 8 0
> (47.809781) PPB: 512 pages 1 segs 512 pipe 1513 off
> (47.809788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809833) Fetched ack: 8 8 0
> (47.809839) PPB: 512 pages 1 segs 512 pipe 1514 off
> (47.809846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809891) Fetched ack: 8 8 0
> (47.809897) PPB: 512 pages 1 segs 512 pipe 1515 off
> (47.809903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.809949) Fetched ack: 8 8 0
> (47.809955) PPB: 512 pages 1 segs 512 pipe 1516 off
> (47.809962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (47.809968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (47.810007) Fetched ack: 8 8 0
> (47.810013) Transfering pages:
> (47.810015) 	buf 512/1
> (47.810018) 	p 0x7801a3000 [512]
> (47.841308) 	buf 512/1
> (47.841327) 	p 0x7803a3000 [512]
> (47.877301) 	buf 512/1
> (47.877316) 	p 0x7805a3000 [512]
> (47.913302) 	buf 512/1
> (47.913320) 	p 0x7807a3000 [512]
> (47.949302) 	buf 512/1
> (47.949319) 	p 0x7809a3000 [512]
> (47.985313) 	buf 512/1
> (47.985331) 	p 0x780ba3000 [512]
> (48.021301) 	buf 512/1
> (48.021323) 	p 0x780da3000 [512]
> (48.057307) 	buf 512/1
> (48.057324) 	p 0x780fa3000 [512]
> (48.093302) page-pipe: Clean up page pipe
> (48.093320) page-pipe: Will grow page pipe (iov off is 1517)
> (48.093325) page-pipe: Add iov to page pipe (0 iovs, 1517/1475266 total)
> (48.093342) page-pipe: Will grow page pipe (iov off is 1518)
> (48.093351) page-pipe: Add iov to page pipe (0 iovs, 1518/1475266 total)
> (48.093360) page-pipe: Will grow page pipe (iov off is 1519)
> (48.093363) page-pipe: Add iov to page pipe (0 iovs, 1519/1475266 total)
> (48.093372) page-pipe: Will grow page pipe (iov off is 1520)
> (48.093375) page-pipe: Add iov to page pipe (0 iovs, 1520/1475266 total)
> (48.093385) page-pipe: Will grow page pipe (iov off is 1521)
> (48.093388) page-pipe: Add iov to page pipe (0 iovs, 1521/1475266 total)
> (48.093400) page-pipe: Will grow page pipe (iov off is 1522)
> (48.093403) page-pipe: Add iov to page pipe (0 iovs, 1522/1475266 total)
> (48.093413) page-pipe: Will grow page pipe (iov off is 1523)
> (48.093416) page-pipe: Add iov to page pipe (0 iovs, 1523/1475266 total)
> (48.093425) page-pipe: Will grow page pipe (iov off is 1524)
> (48.093428) page-pipe: Add iov to page pipe (0 iovs, 1524/1475266 total)
> (48.093437) page-pipe: Will grow page pipe (iov off is 1525)
> (48.093441) page-pipe: Page pipe:
> (48.093461) page-pipe: * 8 pipes 1525/1475266 iovs:
> (48.093465) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093468) page-pipe: 		0x7811a3000 512
> (48.093472) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093475) page-pipe: 		0x7813a3000 512
> (48.093478) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093481) page-pipe: 		0x7815a3000 512
> (48.093483) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093486) page-pipe: 		0x7817a3000 512
> (48.093489) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093492) page-pipe: 		0x7819a3000 512
> (48.093495) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093498) page-pipe: 		0x781ba3000 512
> (48.093500) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093503) page-pipe: 		0x781da3000 512
> (48.093506) page-pipe: 	buf 512 pages, 1 iovs:
> (48.093509) page-pipe: 		0x781fa3000 512
> (48.093512) page-pipe: * 0 holes:
> (48.093515) PPB: 512 pages 1 segs 512 pipe 1517 off
> (48.093535) Sent msg to daemon 8 0 0
> (48.093549) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093612) Fetched ack: 8 8 0
> (48.093617) PPB: 512 pages 1 segs 512 pipe 1518 off
> (48.093625) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093632) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093671) Fetched ack: 8 8 0
> (48.093677) PPB: 512 pages 1 segs 512 pipe 1519 off
> (48.093684) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093690) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093730) Fetched ack: 8 8 0
> (48.093735) PPB: 512 pages 1 segs 512 pipe 1520 off
> (48.093742) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093748) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093788) Fetched ack: 8 8 0
> (48.093794) PPB: 512 pages 1 segs 512 pipe 1521 off
> (48.093801) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093807) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093846) Fetched ack: 8 8 0
> (48.093852) PPB: 512 pages 1 segs 512 pipe 1522 off
> (48.093859) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093865) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093905) Fetched ack: 8 8 0
> (48.093911) PPB: 512 pages 1 segs 512 pipe 1523 off
> (48.093917) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093924) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.093962) Fetched ack: 8 8 0
> (48.093968) PPB: 512 pages 1 segs 512 pipe 1524 off
> (48.093975) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.093981) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.094021) Fetched ack: 8 8 0
> (48.094028) Transfering pages:
> (48.094031) 	buf 512/1
> (48.094034) 	p 0x7811a3000 [512]
> (48.129303) 	buf 512/1
> (48.129316) 	p 0x7813a3000 [512]
> (48.161305) 	buf 512/1
> (48.161323) 	p 0x7815a3000 [512]
> (48.193307) 	buf 512/1
> (48.193324) 	p 0x7817a3000 [512]
> (48.225303) 	buf 512/1
> (48.225321) 	p 0x7819a3000 [512]
> (48.257304) 	buf 512/1
> (48.257318) 	p 0x781ba3000 [512]
> (48.289304) 	buf 512/1
> (48.289323) 	p 0x781da3000 [512]
> (48.325301) 	buf 512/1
> (48.325318) 	p 0x781fa3000 [512]
> (48.361302) page-pipe: Clean up page pipe
> (48.361318) page-pipe: Will grow page pipe (iov off is 1525)
> (48.361323) page-pipe: Add iov to page pipe (0 iovs, 1525/1475266 total)
> (48.361341) page-pipe: Will grow page pipe (iov off is 1526)
> (48.361350) page-pipe: Add iov to page pipe (0 iovs, 1526/1475266 total)
> (48.361359) page-pipe: Will grow page pipe (iov off is 1527)
> (48.361362) page-pipe: Add iov to page pipe (0 iovs, 1527/1475266 total)
> (48.361371) page-pipe: Will grow page pipe (iov off is 1528)
> (48.361374) page-pipe: Add iov to page pipe (0 iovs, 1528/1475266 total)
> (48.361383) page-pipe: Will grow page pipe (iov off is 1529)
> (48.361386) page-pipe: Add iov to page pipe (0 iovs, 1529/1475266 total)
> (48.361399) page-pipe: Will grow page pipe (iov off is 1530)
> (48.361402) page-pipe: Add iov to page pipe (0 iovs, 1530/1475266 total)
> (48.361411) page-pipe: Will grow page pipe (iov off is 1531)
> (48.361430) page-pipe: Add iov to page pipe (0 iovs, 1531/1475266 total)
> (48.361440) page-pipe: Will grow page pipe (iov off is 1532)
> (48.361443) page-pipe: Add iov to page pipe (0 iovs, 1532/1475266 total)
> (48.361452) page-pipe: Will grow page pipe (iov off is 1533)
> (48.361455) page-pipe: Page pipe:
> (48.361458) page-pipe: * 8 pipes 1533/1475266 iovs:
> (48.361461) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361464) page-pipe: 		0x7821a3000 512
> (48.361468) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361470) page-pipe: 		0x7823a3000 512
> (48.361473) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361476) page-pipe: 		0x7825a3000 512
> (48.361479) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361481) page-pipe: 		0x7827a3000 512
> (48.361484) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361487) page-pipe: 		0x7829a3000 512
> (48.361490) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361492) page-pipe: 		0x782ba3000 512
> (48.361495) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361498) page-pipe: 		0x782da3000 512
> (48.361501) page-pipe: 	buf 512 pages, 1 iovs:
> (48.361503) page-pipe: 		0x782fa3000 512
> (48.361506) page-pipe: * 0 holes:
> (48.361509) PPB: 512 pages 1 segs 512 pipe 1525 off
> (48.361530) Sent msg to daemon 8 0 0
> (48.361543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361605) Fetched ack: 8 8 0
> (48.361610) PPB: 512 pages 1 segs 512 pipe 1526 off
> (48.361617) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361662) Fetched ack: 8 8 0
> (48.361668) PPB: 512 pages 1 segs 512 pipe 1527 off
> (48.361674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361721) Fetched ack: 8 8 0
> (48.361727) PPB: 512 pages 1 segs 512 pipe 1528 off
> (48.361733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361779) Fetched ack: 8 8 0
> (48.361785) PPB: 512 pages 1 segs 512 pipe 1529 off
> (48.361792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361838) Fetched ack: 8 8 0
> (48.361844) PPB: 512 pages 1 segs 512 pipe 1530 off
> (48.361850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361895) Fetched ack: 8 8 0
> (48.361901) PPB: 512 pages 1 segs 512 pipe 1531 off
> (48.361908) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.361953) Fetched ack: 8 8 0
> (48.361959) PPB: 512 pages 1 segs 512 pipe 1532 off
> (48.361966) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.361972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.362011) Fetched ack: 8 8 0
> (48.362017) Transfering pages:
> (48.362020) 	buf 512/1
> (48.362023) 	p 0x7821a3000 [512]
> (48.397304) 	buf 512/1
> (48.397321) 	p 0x7823a3000 [512]
> (48.433301) 	buf 512/1
> (48.433320) 	p 0x7825a3000 [512]
> (48.469302) 	buf 512/1
> (48.469316) 	p 0x7827a3000 [512]
> (48.505300) 	buf 512/1
> (48.505316) 	p 0x7829a3000 [512]
> (48.541304) 	buf 512/1
> (48.541323) 	p 0x782ba3000 [512]
> (48.577301) 	buf 512/1
> (48.577316) 	p 0x782da3000 [512]
> (48.613305) 	buf 512/1
> (48.613324) 	p 0x782fa3000 [512]
> (48.649304) page-pipe: Clean up page pipe
> (48.649320) page-pipe: Will grow page pipe (iov off is 1533)
> (48.649326) page-pipe: Add iov to page pipe (0 iovs, 1533/1475266 total)
> (48.649343) page-pipe: Will grow page pipe (iov off is 1534)
> (48.649351) page-pipe: Add iov to page pipe (0 iovs, 1534/1475266 total)
> (48.649361) page-pipe: Will grow page pipe (iov off is 1535)
> (48.649363) page-pipe: Add iov to page pipe (0 iovs, 1535/1475266 total)
> (48.649373) page-pipe: Will grow page pipe (iov off is 1536)
> (48.649375) page-pipe: Add iov to page pipe (0 iovs, 1536/1475266 total)
> (48.649403) page-pipe: Will grow page pipe (iov off is 1537)
> (48.649407) page-pipe: Add iov to page pipe (0 iovs, 1537/1475266 total)
> (48.649420) page-pipe: Will grow page pipe (iov off is 1538)
> (48.649422) page-pipe: Add iov to page pipe (0 iovs, 1538/1475266 total)
> (48.649431) page-pipe: Will grow page pipe (iov off is 1539)
> (48.649434) page-pipe: Add iov to page pipe (0 iovs, 1539/1475266 total)
> (48.649444) page-pipe: Will grow page pipe (iov off is 1540)
> (48.649447) page-pipe: Add iov to page pipe (0 iovs, 1540/1475266 total)
> (48.649456) page-pipe: Will grow page pipe (iov off is 1541)
> (48.649459) page-pipe: Page pipe:
> (48.649462) page-pipe: * 8 pipes 1541/1475266 iovs:
> (48.649465) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649468) page-pipe: 		0x7831a3000 512
> (48.649471) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649474) page-pipe: 		0x7833a3000 512
> (48.649477) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649480) page-pipe: 		0x7835a3000 512
> (48.649483) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649485) page-pipe: 		0x7837a3000 512
> (48.649488) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649491) page-pipe: 		0x7839a3000 512
> (48.649493) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649496) page-pipe: 		0x783ba3000 512
> (48.649499) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649501) page-pipe: 		0x783da3000 512
> (48.649504) page-pipe: 	buf 512 pages, 1 iovs:
> (48.649507) page-pipe: 		0x783fa3000 512
> (48.649509) page-pipe: * 0 holes:
> (48.649513) PPB: 512 pages 1 segs 512 pipe 1533 off
> (48.649533) Sent msg to daemon 8 0 0
> (48.649546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649608) Fetched ack: 8 8 0
> (48.649613) PPB: 512 pages 1 segs 512 pipe 1534 off
> (48.649620) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649627) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649666) Fetched ack: 8 8 0
> (48.649671) PPB: 512 pages 1 segs 512 pipe 1535 off
> (48.649678) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649684) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649722) Fetched ack: 8 8 0
> (48.649728) PPB: 512 pages 1 segs 512 pipe 1536 off
> (48.649735) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649741) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649779) Fetched ack: 8 8 0
> (48.649785) PPB: 512 pages 1 segs 512 pipe 1537 off
> (48.649792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649837) Fetched ack: 8 8 0
> (48.649843) PPB: 512 pages 1 segs 512 pipe 1538 off
> (48.649850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649894) Fetched ack: 8 8 0
> (48.649900) PPB: 512 pages 1 segs 512 pipe 1539 off
> (48.649907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.649953) Fetched ack: 8 8 0
> (48.649960) PPB: 512 pages 1 segs 512 pipe 1540 off
> (48.649966) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.649972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.650011) Fetched ack: 8 8 0
> (48.650018) Transfering pages:
> (48.650020) 	buf 512/1
> (48.650023) 	p 0x7831a3000 [512]
> (48.685306) 	buf 512/1
> (48.685321) 	p 0x7833a3000 [512]
> (48.721305) 	buf 512/1
> (48.721321) 	p 0x7835a3000 [512]
> (48.757305) 	buf 512/1
> (48.757320) 	p 0x7837a3000 [512]
> (48.793302) 	buf 512/1
> (48.793320) 	p 0x7839a3000 [512]
> (48.829302) 	buf 512/1
> (48.829319) 	p 0x783ba3000 [512]
> (48.865302) 	buf 512/1
> (48.865319) 	p 0x783da3000 [512]
> (48.901306) 	buf 512/1
> (48.901322) 	p 0x783fa3000 [512]
> (48.937302) page-pipe: Clean up page pipe
> (48.937320) page-pipe: Will grow page pipe (iov off is 1541)
> (48.937325) page-pipe: Add iov to page pipe (0 iovs, 1541/1475266 total)
> (48.937363) page-pipe: Will grow page pipe (iov off is 1542)
> (48.937366) page-pipe: Add iov to page pipe (0 iovs, 1542/1475266 total)
> (48.937376) page-pipe: Will grow page pipe (iov off is 1543)
> (48.937379) page-pipe: Add iov to page pipe (0 iovs, 1543/1475266 total)
> (48.937388) page-pipe: Will grow page pipe (iov off is 1544)
> (48.937391) page-pipe: Add iov to page pipe (0 iovs, 1544/1475266 total)
> (48.937400) page-pipe: Will grow page pipe (iov off is 1545)
> (48.937403) page-pipe: Add iov to page pipe (0 iovs, 1545/1475266 total)
> (48.937416) page-pipe: Will grow page pipe (iov off is 1546)
> (48.937418) page-pipe: Add iov to page pipe (0 iovs, 1546/1475266 total)
> (48.937428) page-pipe: Will grow page pipe (iov off is 1547)
> (48.937431) page-pipe: Add iov to page pipe (0 iovs, 1547/1475266 total)
> (48.937440) page-pipe: Will grow page pipe (iov off is 1548)
> (48.937443) page-pipe: Add iov to page pipe (0 iovs, 1548/1475266 total)
> (48.937452) page-pipe: Will grow page pipe (iov off is 1549)
> (48.937455) page-pipe: Page pipe:
> (48.937458) page-pipe: * 8 pipes 1549/1475266 iovs:
> (48.937461) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937464) page-pipe: 		0x7841a3000 512
> (48.937467) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937470) page-pipe: 		0x7843a3000 512
> (48.937473) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937476) page-pipe: 		0x7845a3000 512
> (48.937478) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937481) page-pipe: 		0x7847a3000 512
> (48.937484) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937487) page-pipe: 		0x7849a3000 512
> (48.937489) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937492) page-pipe: 		0x784ba3000 512
> (48.937495) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937497) page-pipe: 		0x784da3000 512
> (48.937500) page-pipe: 	buf 512 pages, 1 iovs:
> (48.937503) page-pipe: 		0x784fa3000 512
> (48.937505) page-pipe: * 0 holes:
> (48.937508) PPB: 512 pages 1 segs 512 pipe 1541 off
> (48.937528) Sent msg to daemon 8 0 0
> (48.937541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937605) Fetched ack: 8 8 0
> (48.937615) PPB: 512 pages 1 segs 512 pipe 1542 off
> (48.937623) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937629) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937668) Fetched ack: 8 8 0
> (48.937674) PPB: 512 pages 1 segs 512 pipe 1543 off
> (48.937681) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937687) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937726) Fetched ack: 8 8 0
> (48.937732) PPB: 512 pages 1 segs 512 pipe 1544 off
> (48.937739) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937745) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937784) Fetched ack: 8 8 0
> (48.937790) PPB: 512 pages 1 segs 512 pipe 1545 off
> (48.937796) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937802) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937842) Fetched ack: 8 8 0
> (48.937848) PPB: 512 pages 1 segs 512 pipe 1546 off
> (48.937854) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937860) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937898) Fetched ack: 8 8 0
> (48.937903) PPB: 512 pages 1 segs 512 pipe 1547 off
> (48.937910) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937916) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.937955) Fetched ack: 8 8 0
> (48.937961) PPB: 512 pages 1 segs 512 pipe 1548 off
> (48.937967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (48.937973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (48.938011) Fetched ack: 8 8 0
> (48.938017) Transfering pages:
> (48.938020) 	buf 512/1
> (48.938023) 	p 0x7841a3000 [512]
> (48.973302) 	buf 512/1
> (48.973317) 	p 0x7843a3000 [512]
> (49.009302) 	buf 512/1
> (49.009321) 	p 0x7845a3000 [512]
> (49.045302) 	buf 512/1
> (49.045324) 	p 0x7847a3000 [512]
> (49.081300) 	buf 512/1
> (49.081316) 	p 0x7849a3000 [512]
> (49.117304) 	buf 512/1
> (49.117322) 	p 0x784ba3000 [512]
> (49.153303) 	buf 512/1
> (49.153319) 	p 0x784da3000 [512]
> (49.189303) 	buf 512/1
> (49.189319) 	p 0x784fa3000 [512]
> (49.225304) page-pipe: Clean up page pipe
> (49.225323) page-pipe: Will grow page pipe (iov off is 1549)
> (49.225329) page-pipe: Add iov to page pipe (0 iovs, 1549/1475266 total)
> (49.225351) page-pipe: Will grow page pipe (iov off is 1550)
> (49.225354) page-pipe: Add iov to page pipe (0 iovs, 1550/1475266 total)
> (49.225363) page-pipe: Will grow page pipe (iov off is 1551)
> (49.225366) page-pipe: Add iov to page pipe (0 iovs, 1551/1475266 total)
> (49.225375) page-pipe: Will grow page pipe (iov off is 1552)
> (49.225378) page-pipe: Add iov to page pipe (0 iovs, 1552/1475266 total)
> (49.225387) page-pipe: Will grow page pipe (iov off is 1553)
> (49.225390) page-pipe: Add iov to page pipe (0 iovs, 1553/1475266 total)
> (49.225403) page-pipe: Will grow page pipe (iov off is 1554)
> (49.225406) page-pipe: Add iov to page pipe (0 iovs, 1554/1475266 total)
> (49.225415) page-pipe: Will grow page pipe (iov off is 1555)
> (49.225418) page-pipe: Add iov to page pipe (0 iovs, 1555/1475266 total)
> (49.225427) page-pipe: Will grow page pipe (iov off is 1556)
> (49.225430) page-pipe: Add iov to page pipe (0 iovs, 1556/1475266 total)
> (49.225440) page-pipe: Will grow page pipe (iov off is 1557)
> (49.225443) page-pipe: Page pipe:
> (49.225446) page-pipe: * 8 pipes 1557/1475266 iovs:
> (49.225449) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225452) page-pipe: 		0x7851a3000 512
> (49.225455) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225458) page-pipe: 		0x7853a3000 512
> (49.225461) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225463) page-pipe: 		0x7855a3000 512
> (49.225466) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225469) page-pipe: 		0x7857a3000 512
> (49.225472) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225475) page-pipe: 		0x7859a3000 512
> (49.225477) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225480) page-pipe: 		0x785ba3000 512
> (49.225483) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225486) page-pipe: 		0x785da3000 512
> (49.225488) page-pipe: 	buf 512 pages, 1 iovs:
> (49.225491) page-pipe: 		0x785fa3000 512
> (49.225494) page-pipe: * 0 holes:
> (49.225497) PPB: 512 pages 1 segs 512 pipe 1549 off
> (49.225518) Sent msg to daemon 8 0 0
> (49.225532) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225594) Fetched ack: 8 8 0
> (49.225599) PPB: 512 pages 1 segs 512 pipe 1550 off
> (49.225607) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225612) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225653) Fetched ack: 8 8 0
> (49.225659) PPB: 512 pages 1 segs 512 pipe 1551 off
> (49.225666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225711) Fetched ack: 8 8 0
> (49.225717) PPB: 512 pages 1 segs 512 pipe 1552 off
> (49.225724) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225730) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225770) Fetched ack: 8 8 0
> (49.225776) PPB: 512 pages 1 segs 512 pipe 1553 off
> (49.225783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225828) Fetched ack: 8 8 0
> (49.225834) PPB: 512 pages 1 segs 512 pipe 1554 off
> (49.225841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225847) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225885) Fetched ack: 8 8 0
> (49.225891) PPB: 512 pages 1 segs 512 pipe 1555 off
> (49.225897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.225941) Fetched ack: 8 8 0
> (49.225947) PPB: 512 pages 1 segs 512 pipe 1556 off
> (49.225953) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.225959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (49.225998) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (49.226023) Transfering pages:
> (49.226027) 	buf 512/1
> (49.226030) 	p 0x7851a3000 [512]
> (49.261311) 	buf 512/1
> (49.261327) 	p 0x7853a3000 [512]
> (49.297301) 	buf 512/1
> (49.297317) 	p 0x7855a3000 [512]
> (49.333313) 	buf 512/1
> (49.333334) 	p 0x7857a3000 [512]
> (49.369302) 	buf 512/1
> (49.369317) 	p 0x7859a3000 [512]
> (49.405304) 	buf 512/1
> (49.405321) 	p 0x785ba3000 [512]
> (49.441302) 	buf 512/1
> (49.441320) 	p 0x785da3000 [512]
> (49.477301) 	buf 512/1
> (49.477319) 	p 0x785fa3000 [512]
> (49.513306) page-pipe: Clean up page pipe
> (49.513322) page-pipe: Will grow page pipe (iov off is 1557)
> (49.513328) page-pipe: Add iov to page pipe (0 iovs, 1557/1475266 total)
> (49.513349) page-pipe: Will grow page pipe (iov off is 1558)
> (49.513353) page-pipe: Add iov to page pipe (0 iovs, 1558/1475266 total)
> (49.513362) page-pipe: Will grow page pipe (iov off is 1559)
> (49.513365) page-pipe: Add iov to page pipe (0 iovs, 1559/1475266 total)
> (49.513375) page-pipe: Will grow page pipe (iov off is 1560)
> (49.513377) page-pipe: Add iov to page pipe (0 iovs, 1560/1475266 total)
> (49.513387) page-pipe: Will grow page pipe (iov off is 1561)
> (49.513390) page-pipe: Add iov to page pipe (0 iovs, 1561/1475266 total)
> (49.513403) page-pipe: Will grow page pipe (iov off is 1562)
> (49.513406) page-pipe: Add iov to page pipe (0 iovs, 1562/1475266 total)
> (49.513415) page-pipe: Will grow page pipe (iov off is 1563)
> (49.513418) page-pipe: Add iov to page pipe (0 iovs, 1563/1475266 total)
> (49.513428) page-pipe: Will grow page pipe (iov off is 1564)
> (49.513430) page-pipe: Add iov to page pipe (0 iovs, 1564/1475266 total)
> (49.513440) page-pipe: Will grow page pipe (iov off is 1565)
> (49.513443) page-pipe: Page pipe:
> (49.513446) page-pipe: * 8 pipes 1565/1475266 iovs:
> (49.513449) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513452) page-pipe: 		0x7861a3000 512
> (49.513455) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513458) page-pipe: 		0x7863a3000 512
> (49.513461) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513464) page-pipe: 		0x7865a3000 512
> (49.513466) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513469) page-pipe: 		0x7867a3000 512
> (49.513472) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513475) page-pipe: 		0x7869a3000 512
> (49.513477) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513480) page-pipe: 		0x786ba3000 512
> (49.513483) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513485) page-pipe: 		0x786da3000 512
> (49.513488) page-pipe: 	buf 512 pages, 1 iovs:
> (49.513491) page-pipe: 		0x786fa3000 512
> (49.513494) page-pipe: * 0 holes:
> (49.513497) PPB: 512 pages 1 segs 512 pipe 1557 off
> pie: __fetched msg: 8 0 0
> (49.513551) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.513618) Wait for ack 8 on daemon socket
> (49.513624) Fetched ack: 8 8 0
> (49.513627) PPB: 512 pages 1 segs 512 pipe 1558 off
> pie: __fetched msg: 8 0 0
> (49.513641) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.513689) Wait for ack 8 on daemon socket
> (49.513694) Fetched ack: 8 8 0
> (49.513697) PPB: 512 pages 1 segs 512 pipe 1559 off
> pie: __fetched msg: 8 0 0
> (49.513710) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.513759) Wait for ack 8 on daemon socket
> (49.513763) Fetched ack: 8 8 0
> (49.513767) PPB: 512 pages 1 segs 512 pipe 1560 off
> pie: __fetched msg: 8 0 0
> (49.513780) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.513830) Wait for ack 8 on daemon socket
> (49.513835) Fetched ack: 8 8 0
> (49.513838) PPB: 512 pages 1 segs 512 pipe 1561 off
> pie: __fetched msg: 8 0 0
> (49.513852) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.513901) Wait for ack 8 on daemon socket
> (49.513906) Fetched ack: 8 8 0
> (49.513909) PPB: 512 pages 1 segs 512 pipe 1562 off
> pie: __fetched msg: 8 0 0
> (49.513922) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.513970) Wait for ack 8 on daemon socket
> (49.513975) Fetched ack: 8 8 0
> (49.513978) PPB: 512 pages 1 segs 512 pipe 1563 off
> pie: __fetched msg: 8 0 0
> (49.513991) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.514057) Wait for ack 8 on daemon socket
> (49.514062) Fetched ack: 8 8 0
> (49.514065) PPB: 512 pages 1 segs 512 pipe 1564 off
> pie: __fetched msg: 8 0 0
> (49.514079) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.514128) Wait for ack 8 on daemon socket
> (49.514133) Fetched ack: 8 8 0
> (49.514136) Transfering pages:
> (49.514139) 	buf 512/1
> (49.514142) 	p 0x7861a3000 [512]
> (49.549304) 	buf 512/1
> (49.549323) 	p 0x7863a3000 [512]
> (49.585303) 	buf 512/1
> (49.585319) 	p 0x7865a3000 [512]
> (49.621306) 	buf 512/1
> (49.621323) 	p 0x7867a3000 [512]
> (49.657305) 	buf 512/1
> (49.657323) 	p 0x7869a3000 [512]
> (49.693303) 	buf 512/1
> (49.693317) 	p 0x786ba3000 [512]
> (49.729299) 	buf 512/1
> (49.729314) 	p 0x786da3000 [512]
> (49.765310) 	buf 512/1
> (49.765329) 	p 0x786fa3000 [512]
> (49.801304) page-pipe: Clean up page pipe
> (49.801321) page-pipe: Will grow page pipe (iov off is 1565)
> (49.801326) page-pipe: Add iov to page pipe (0 iovs, 1565/1475266 total)
> (49.801343) page-pipe: Will grow page pipe (iov off is 1566)
> (49.801352) page-pipe: Add iov to page pipe (0 iovs, 1566/1475266 total)
> (49.801361) page-pipe: Will grow page pipe (iov off is 1567)
> (49.801364) page-pipe: Add iov to page pipe (0 iovs, 1567/1475266 total)
> (49.801373) page-pipe: Will grow page pipe (iov off is 1568)
> (49.801376) page-pipe: Add iov to page pipe (0 iovs, 1568/1475266 total)
> (49.801386) page-pipe: Will grow page pipe (iov off is 1569)
> (49.801388) page-pipe: Add iov to page pipe (0 iovs, 1569/1475266 total)
> (49.801401) page-pipe: Will grow page pipe (iov off is 1570)
> (49.801404) page-pipe: Add iov to page pipe (0 iovs, 1570/1475266 total)
> (49.801413) page-pipe: Will grow page pipe (iov off is 1571)
> (49.801416) page-pipe: Add iov to page pipe (0 iovs, 1571/1475266 total)
> (49.801426) page-pipe: Will grow page pipe (iov off is 1572)
> (49.801429) page-pipe: Add iov to page pipe (0 iovs, 1572/1475266 total)
> (49.801439) page-pipe: Will grow page pipe (iov off is 1573)
> (49.801442) page-pipe: Page pipe:
> (49.801445) page-pipe: * 8 pipes 1573/1475266 iovs:
> (49.801448) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801451) page-pipe: 		0x7871a3000 512
> (49.801455) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801457) page-pipe: 		0x7873a3000 512
> (49.801460) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801463) page-pipe: 		0x7875a3000 512
> (49.801466) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801469) page-pipe: 		0x7877a3000 512
> (49.801471) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801474) page-pipe: 		0x7879a3000 512
> (49.801477) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801479) page-pipe: 		0x787ba3000 512
> (49.801482) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801485) page-pipe: 		0x787da3000 512
> (49.801487) page-pipe: 	buf 512 pages, 1 iovs:
> (49.801490) page-pipe: 		0x787fa3000 512
> (49.801493) page-pipe: * 0 holes:
> (49.801496) PPB: 512 pages 1 segs 512 pipe 1565 off
> (49.801518) Sent msg to daemon 8 0 0
> (49.801531) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801592) Fetched ack: 8 8 0
> (49.801597) PPB: 512 pages 1 segs 512 pipe 1566 off
> (49.801605) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801611) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801650) Fetched ack: 8 8 0
> (49.801656) PPB: 512 pages 1 segs 512 pipe 1567 off
> (49.801663) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801668) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801708) Fetched ack: 8 8 0
> (49.801714) PPB: 512 pages 1 segs 512 pipe 1568 off
> (49.801720) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801726) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801764) Fetched ack: 8 8 0
> (49.801770) PPB: 512 pages 1 segs 512 pipe 1569 off
> (49.801777) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801783) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801822) Fetched ack: 8 8 0
> (49.801846) PPB: 512 pages 1 segs 512 pipe 1570 off
> (49.801854) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801860) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801901) Fetched ack: 8 8 0
> (49.801906) PPB: 512 pages 1 segs 512 pipe 1571 off
> (49.801913) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801919) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.801957) Fetched ack: 8 8 0
> (49.801963) PPB: 512 pages 1 segs 512 pipe 1572 off
> (49.801970) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (49.801976) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (49.802014) Fetched ack: 8 8 0
> (49.802020) Transfering pages:
> (49.802023) 	buf 512/1
> (49.802026) 	p 0x7871a3000 [512]
> (49.837303) 	buf 512/1
> (49.837320) 	p 0x7873a3000 [512]
> (49.873300) 	buf 512/1
> (49.873315) 	p 0x7875a3000 [512]
> (49.909378) 	buf 512/1
> (49.909393) 	p 0x7877a3000 [512]
> (49.945301) 	buf 512/1
> (49.945320) 	p 0x7879a3000 [512]
> (49.981301) 	buf 512/1
> (49.981318) 	p 0x787ba3000 [512]
> (50.017306) 	buf 512/1
> (50.017325) 	p 0x787da3000 [512]
> (50.053302) 	buf 512/1
> (50.053320) 	p 0x787fa3000 [512]
> (50.089302) page-pipe: Clean up page pipe
> (50.089319) page-pipe: Will grow page pipe (iov off is 1573)
> (50.089324) page-pipe: Add iov to page pipe (0 iovs, 1573/1475266 total)
> (50.089341) page-pipe: Will grow page pipe (iov off is 1574)
> (50.089350) page-pipe: Add iov to page pipe (0 iovs, 1574/1475266 total)
> (50.089359) page-pipe: Will grow page pipe (iov off is 1575)
> (50.089362) page-pipe: Add iov to page pipe (0 iovs, 1575/1475266 total)
> (50.089371) page-pipe: Will grow page pipe (iov off is 1576)
> (50.089374) page-pipe: Add iov to page pipe (0 iovs, 1576/1475266 total)
> (50.089383) page-pipe: Will grow page pipe (iov off is 1577)
> (50.089386) page-pipe: Add iov to page pipe (0 iovs, 1577/1475266 total)
> (50.089399) page-pipe: Will grow page pipe (iov off is 1578)
> (50.089401) page-pipe: Add iov to page pipe (0 iovs, 1578/1475266 total)
> (50.089411) page-pipe: Will grow page pipe (iov off is 1579)
> (50.089413) page-pipe: Add iov to page pipe (0 iovs, 1579/1475266 total)
> (50.089423) page-pipe: Will grow page pipe (iov off is 1580)
> (50.089426) page-pipe: Add iov to page pipe (0 iovs, 1580/1475266 total)
> (50.089435) page-pipe: Will grow page pipe (iov off is 1581)
> (50.089438) page-pipe: Page pipe:
> (50.089441) page-pipe: * 8 pipes 1581/1475266 iovs:
> (50.089444) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089447) page-pipe: 		0x7881a3000 512
> (50.089450) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089453) page-pipe: 		0x7883a3000 512
> (50.089456) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089458) page-pipe: 		0x7885a3000 512
> (50.089461) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089464) page-pipe: 		0x7887a3000 512
> (50.089467) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089469) page-pipe: 		0x7889a3000 512
> (50.089472) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089475) page-pipe: 		0x788ba3000 512
> (50.089477) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089480) page-pipe: 		0x788da3000 512
> (50.089483) page-pipe: 	buf 512 pages, 1 iovs:
> (50.089485) page-pipe: 		0x788fa3000 512
> (50.089488) page-pipe: * 0 holes:
> (50.089491) PPB: 512 pages 1 segs 512 pipe 1573 off
> (50.089510) Sent msg to daemon 8 0 0
> (50.089523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089583) Fetched ack: 8 8 0
> (50.089590) PPB: 512 pages 1 segs 512 pipe 1574 off
> (50.089597) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089644) Fetched ack: 8 8 0
> (50.089650) PPB: 512 pages 1 segs 512 pipe 1575 off
> (50.089656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089702) Fetched ack: 8 8 0
> (50.089708) PPB: 512 pages 1 segs 512 pipe 1576 off
> (50.089714) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089720) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089763) Fetched ack: 8 8 0
> (50.089770) PPB: 512 pages 1 segs 512 pipe 1577 off
> (50.089776) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089782) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089821) Fetched ack: 8 8 0
> (50.089827) PPB: 512 pages 1 segs 512 pipe 1578 off
> (50.089834) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089839) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089878) Fetched ack: 8 8 0
> (50.089884) PPB: 512 pages 1 segs 512 pipe 1579 off
> (50.089891) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089897) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089935) Fetched ack: 8 8 0
> (50.089941) PPB: 512 pages 1 segs 512 pipe 1580 off
> (50.089948) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.089953) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.089994) Fetched ack: 8 8 0
> (50.090000) Transfering pages:
> (50.090003) 	buf 512/1
> (50.090005) 	p 0x7881a3000 [512]
> (50.125304) 	buf 512/1
> (50.125320) 	p 0x7883a3000 [512]
> (50.161305) 	buf 512/1
> (50.161324) 	p 0x7885a3000 [512]
> (50.197303) 	buf 512/1
> (50.197319) 	p 0x7887a3000 [512]
> (50.233300) 	buf 512/1
> (50.233318) 	p 0x7889a3000 [512]
> (50.269307) 	buf 512/1
> (50.269325) 	p 0x788ba3000 [512]
> (50.305307) 	buf 512/1
> (50.305323) 	p 0x788da3000 [512]
> (50.337301) 	buf 512/1
> (50.337318) 	p 0x788fa3000 [512]
> (50.373302) page-pipe: Clean up page pipe
> (50.373321) page-pipe: Will grow page pipe (iov off is 1581)
> (50.373326) page-pipe: Add iov to page pipe (0 iovs, 1581/1475266 total)
> (50.373348) page-pipe: Will grow page pipe (iov off is 1582)
> (50.373350) page-pipe: Add iov to page pipe (0 iovs, 1582/1475266 total)
> (50.373360) page-pipe: Will grow page pipe (iov off is 1583)
> (50.373363) page-pipe: Add iov to page pipe (0 iovs, 1583/1475266 total)
> (50.373372) page-pipe: Will grow page pipe (iov off is 1584)
> (50.373375) page-pipe: Add iov to page pipe (0 iovs, 1584/1475266 total)
> (50.373384) page-pipe: Will grow page pipe (iov off is 1585)
> (50.373387) page-pipe: Add iov to page pipe (0 iovs, 1585/1475266 total)
> (50.373400) page-pipe: Will grow page pipe (iov off is 1586)
> (50.373402) page-pipe: Add iov to page pipe (0 iovs, 1586/1475266 total)
> (50.373412) page-pipe: Will grow page pipe (iov off is 1587)
> (50.373415) page-pipe: Add iov to page pipe (0 iovs, 1587/1475266 total)
> (50.373424) page-pipe: Will grow page pipe (iov off is 1588)
> (50.373427) page-pipe: Add iov to page pipe (0 iovs, 1588/1475266 total)
> (50.373436) page-pipe: Will grow page pipe (iov off is 1589)
> (50.373439) page-pipe: Page pipe:
> (50.373442) page-pipe: * 8 pipes 1589/1475266 iovs:
> (50.373445) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373448) page-pipe: 		0x7891a3000 512
> (50.373451) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373454) page-pipe: 		0x7893a3000 512
> (50.373457) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373459) page-pipe: 		0x7895a3000 512
> (50.373462) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373465) page-pipe: 		0x7897a3000 512
> (50.373468) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373471) page-pipe: 		0x7899a3000 512
> (50.373473) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373476) page-pipe: 		0x789ba3000 512
> (50.373479) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373482) page-pipe: 		0x789da3000 512
> (50.373484) page-pipe: 	buf 512 pages, 1 iovs:
> (50.373487) page-pipe: 		0x789fa3000 512
> (50.373490) page-pipe: * 0 holes:
> (50.373493) PPB: 512 pages 1 segs 512 pipe 1581 off
> (50.373513) Sent msg to daemon 8 0 0
> (50.373526) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373586) Fetched ack: 8 8 0
> (50.373591) PPB: 512 pages 1 segs 512 pipe 1582 off
> (50.373599) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373605) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373646) Fetched ack: 8 8 0
> (50.373651) PPB: 512 pages 1 segs 512 pipe 1583 off
> (50.373676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373683) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373722) Fetched ack: 8 8 0
> (50.373727) PPB: 512 pages 1 segs 512 pipe 1584 off
> (50.373734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373779) Fetched ack: 8 8 0
> (50.373785) PPB: 512 pages 1 segs 512 pipe 1585 off
> (50.373792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373837) Fetched ack: 8 8 0
> (50.373843) PPB: 512 pages 1 segs 512 pipe 1586 off
> (50.373850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373896) Fetched ack: 8 8 0
> (50.373902) PPB: 512 pages 1 segs 512 pipe 1587 off
> (50.373909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373915) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.373954) Fetched ack: 8 8 0
> (50.373960) PPB: 512 pages 1 segs 512 pipe 1588 off
> (50.373967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.373972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.374010) Fetched ack: 8 8 0
> (50.374016) Transfering pages:
> (50.374019) 	buf 512/1
> (50.374021) 	p 0x7891a3000 [512]
> (50.409307) 	buf 512/1
> (50.409321) 	p 0x7893a3000 [512]
> (50.441305) 	buf 512/1
> (50.441322) 	p 0x7895a3000 [512]
> (50.473303) 	buf 512/1
> (50.473318) 	p 0x7897a3000 [512]
> (50.505301) 	buf 512/1
> (50.505316) 	p 0x7899a3000 [512]
> (50.537301) 	buf 512/1
> (50.537317) 	p 0x789ba3000 [512]
> (50.569307) 	buf 512/1
> (50.569324) 	p 0x789da3000 [512]
> (50.601302) 	buf 512/1
> (50.601315) 	p 0x789fa3000 [512]
> (50.633302) page-pipe: Clean up page pipe
> (50.633320) page-pipe: Will grow page pipe (iov off is 1589)
> (50.633326) page-pipe: Add iov to page pipe (0 iovs, 1589/1475266 total)
> (50.633343) page-pipe: Will grow page pipe (iov off is 1590)
> (50.633351) page-pipe: Add iov to page pipe (0 iovs, 1590/1475266 total)
> (50.633360) page-pipe: Will grow page pipe (iov off is 1591)
> (50.633363) page-pipe: Add iov to page pipe (0 iovs, 1591/1475266 total)
> (50.633372) page-pipe: Will grow page pipe (iov off is 1592)
> (50.633375) page-pipe: Add iov to page pipe (0 iovs, 1592/1475266 total)
> (50.633384) page-pipe: Will grow page pipe (iov off is 1593)
> (50.633387) page-pipe: Add iov to page pipe (0 iovs, 1593/1475266 total)
> (50.633400) page-pipe: Will grow page pipe (iov off is 1594)
> (50.633402) page-pipe: Add iov to page pipe (0 iovs, 1594/1475266 total)
> (50.633412) page-pipe: Will grow page pipe (iov off is 1595)
> (50.633414) page-pipe: Add iov to page pipe (0 iovs, 1595/1475266 total)
> (50.633424) page-pipe: Will grow page pipe (iov off is 1596)
> (50.633426) page-pipe: Add iov to page pipe (0 iovs, 1596/1475266 total)
> (50.633435) page-pipe: Will grow page pipe (iov off is 1597)
> (50.633439) page-pipe: Page pipe:
> (50.633441) page-pipe: * 8 pipes 1597/1475266 iovs:
> (50.633445) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633447) page-pipe: 		0x78a1a3000 512
> (50.633451) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633454) page-pipe: 		0x78a3a3000 512
> (50.633456) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633459) page-pipe: 		0x78a5a3000 512
> (50.633462) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633464) page-pipe: 		0x78a7a3000 512
> (50.633467) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633470) page-pipe: 		0x78a9a3000 512
> (50.633473) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633475) page-pipe: 		0x78aba3000 512
> (50.633478) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633481) page-pipe: 		0x78ada3000 512
> (50.633483) page-pipe: 	buf 512 pages, 1 iovs:
> (50.633486) page-pipe: 		0x78afa3000 512
> (50.633489) page-pipe: * 0 holes:
> (50.633492) PPB: 512 pages 1 segs 512 pipe 1589 off
> (50.633512) Sent msg to daemon 8 0 0
> (50.633525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633605) Fetched ack: 8 8 0
> (50.633610) PPB: 512 pages 1 segs 512 pipe 1590 off
> (50.633618) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633624) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633663) Fetched ack: 8 8 0
> (50.633669) PPB: 512 pages 1 segs 512 pipe 1591 off
> (50.633675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633721) Fetched ack: 8 8 0
> (50.633727) PPB: 512 pages 1 segs 512 pipe 1592 off
> (50.633734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633778) Fetched ack: 8 8 0
> (50.633784) PPB: 512 pages 1 segs 512 pipe 1593 off
> (50.633791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633835) Fetched ack: 8 8 0
> (50.633841) PPB: 512 pages 1 segs 512 pipe 1594 off
> (50.633847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633891) Fetched ack: 8 8 0
> (50.633897) PPB: 512 pages 1 segs 512 pipe 1595 off
> (50.633904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.633948) Fetched ack: 8 8 0
> (50.633954) PPB: 512 pages 1 segs 512 pipe 1596 off
> (50.633961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.633967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.634005) Fetched ack: 8 8 0
> (50.634011) Transfering pages:
> (50.634014) 	buf 512/1
> (50.634017) 	p 0x78a1a3000 [512]
> (50.665303) 	buf 512/1
> (50.665316) 	p 0x78a3a3000 [512]
> (50.697302) 	buf 512/1
> (50.697318) 	p 0x78a5a3000 [512]
> (50.729304) 	buf 512/1
> (50.729321) 	p 0x78a7a3000 [512]
> (50.761303) 	buf 512/1
> (50.761319) 	p 0x78a9a3000 [512]
> (50.793304) 	buf 512/1
> (50.793320) 	p 0x78aba3000 [512]
> (50.829298) 	buf 512/1
> (50.829314) 	p 0x78ada3000 [512]
> (50.865309) 	buf 512/1
> (50.865324) 	p 0x78afa3000 [512]
> (50.901302) page-pipe: Clean up page pipe
> (50.901317) page-pipe: Will grow page pipe (iov off is 1597)
> (50.901322) page-pipe: Add iov to page pipe (0 iovs, 1597/1475266 total)
> (50.901339) page-pipe: Will grow page pipe (iov off is 1598)
> (50.901343) page-pipe: Add iov to page pipe (0 iovs, 1598/1475266 total)
> (50.901361) page-pipe: Will grow page pipe (iov off is 1599)
> (50.901363) page-pipe: Add iov to page pipe (0 iovs, 1599/1475266 total)
> (50.901376) page-pipe: Will grow page pipe (iov off is 1600)
> (50.901378) page-pipe: Add iov to page pipe (0 iovs, 1600/1475266 total)
> (50.901391) page-pipe: Will grow page pipe (iov off is 1601)
> (50.901394) page-pipe: Add iov to page pipe (0 iovs, 1601/1475266 total)
> (50.901407) page-pipe: Will grow page pipe (iov off is 1602)
> (50.901409) page-pipe: Add iov to page pipe (0 iovs, 1602/1475266 total)
> (50.901420) page-pipe: Will grow page pipe (iov off is 1603)
> (50.901422) page-pipe: Add iov to page pipe (0 iovs, 1603/1475266 total)
> (50.901431) page-pipe: Will grow page pipe (iov off is 1604)
> (50.901434) page-pipe: Add iov to page pipe (0 iovs, 1604/1475266 total)
> (50.901444) page-pipe: Will grow page pipe (iov off is 1605)
> (50.901447) page-pipe: Page pipe:
> (50.901450) page-pipe: * 8 pipes 1605/1475266 iovs:
> (50.901453) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901456) page-pipe: 		0x78b1a3000 512
> (50.901459) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901461) page-pipe: 		0x78b3a3000 512
> (50.901464) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901467) page-pipe: 		0x78b5a3000 512
> (50.901469) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901472) page-pipe: 		0x78b7a3000 512
> (50.901474) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901477) page-pipe: 		0x78b9a3000 512
> (50.901480) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901482) page-pipe: 		0x78bba3000 512
> (50.901485) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901504) page-pipe: 		0x78bda3000 512
> (50.901507) page-pipe: 	buf 512 pages, 1 iovs:
> (50.901510) page-pipe: 		0x78bfa3000 512
> (50.901513) page-pipe: * 0 holes:
> (50.901516) PPB: 512 pages 1 segs 512 pipe 1597 off
> (50.901536) Sent msg to daemon 8 0 0
> (50.901549) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901611) Fetched ack: 8 8 0
> (50.901616) PPB: 512 pages 1 segs 512 pipe 1598 off
> (50.901624) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901630) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901668) Fetched ack: 8 8 0
> (50.901674) PPB: 512 pages 1 segs 512 pipe 1599 off
> (50.901681) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901687) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901726) Fetched ack: 8 8 0
> (50.901732) PPB: 512 pages 1 segs 512 pipe 1600 off
> (50.901739) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901745) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901783) Fetched ack: 8 8 0
> (50.901788) PPB: 512 pages 1 segs 512 pipe 1601 off
> (50.901795) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901801) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901841) Fetched ack: 8 8 0
> (50.901847) PPB: 512 pages 1 segs 512 pipe 1602 off
> (50.901854) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901898) Fetched ack: 8 8 0
> (50.901904) PPB: 512 pages 1 segs 512 pipe 1603 off
> (50.901911) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.901957) Fetched ack: 8 8 0
> (50.901963) PPB: 512 pages 1 segs 512 pipe 1604 off
> (50.901970) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (50.901976) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (50.902015) Fetched ack: 8 8 0
> (50.902022) Transfering pages:
> (50.902025) 	buf 512/1
> (50.902027) 	p 0x78b1a3000 [512]
> (50.937303) 	buf 512/1
> (50.937320) 	p 0x78b3a3000 [512]
> (50.973302) 	buf 512/1
> (50.973320) 	p 0x78b5a3000 [512]
> (51.009303) 	buf 512/1
> (51.009320) 	p 0x78b7a3000 [512]
> (51.045300) 	buf 512/1
> (51.045319) 	p 0x78b9a3000 [512]
> (51.081311) 	buf 512/1
> (51.081326) 	p 0x78bba3000 [512]
> (51.117304) 	buf 512/1
> (51.117333) 	p 0x78bda3000 [512]
> (51.153302) 	buf 512/1
> (51.153319) 	p 0x78bfa3000 [512]
> (51.189306) page-pipe: Clean up page pipe
> (51.189324) page-pipe: Will grow page pipe (iov off is 1605)
> (51.189329) page-pipe: Add iov to page pipe (0 iovs, 1605/1475266 total)
> (51.189346) page-pipe: Will grow page pipe (iov off is 1606)
> (51.189355) page-pipe: Add iov to page pipe (0 iovs, 1606/1475266 total)
> (51.189364) page-pipe: Will grow page pipe (iov off is 1607)
> (51.189367) page-pipe: Add iov to page pipe (0 iovs, 1607/1475266 total)
> (51.189377) page-pipe: Will grow page pipe (iov off is 1608)
> (51.189379) page-pipe: Add iov to page pipe (0 iovs, 1608/1475266 total)
> (51.189389) page-pipe: Will grow page pipe (iov off is 1609)
> (51.189391) page-pipe: Add iov to page pipe (0 iovs, 1609/1475266 total)
> (51.189404) page-pipe: Will grow page pipe (iov off is 1610)
> (51.189407) page-pipe: Add iov to page pipe (0 iovs, 1610/1475266 total)
> (51.189416) page-pipe: Will grow page pipe (iov off is 1611)
> (51.189419) page-pipe: Add iov to page pipe (0 iovs, 1611/1475266 total)
> (51.189429) page-pipe: Will grow page pipe (iov off is 1612)
> (51.189432) page-pipe: Add iov to page pipe (0 iovs, 1612/1475266 total)
> (51.189441) page-pipe: Will grow page pipe (iov off is 1613)
> (51.189444) page-pipe: Page pipe:
> (51.189447) page-pipe: * 8 pipes 1613/1475266 iovs:
> (51.189450) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189453) page-pipe: 		0x78c1a3000 512
> (51.189456) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189459) page-pipe: 		0x78c3a3000 512
> (51.189462) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189481) page-pipe: 		0x78c5a3000 512
> (51.189485) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189488) page-pipe: 		0x78c7a3000 512
> (51.189491) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189493) page-pipe: 		0x78c9a3000 512
> (51.189496) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189499) page-pipe: 		0x78cba3000 512
> (51.189502) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189504) page-pipe: 		0x78cda3000 512
> (51.189507) page-pipe: 	buf 512 pages, 1 iovs:
> (51.189510) page-pipe: 		0x78cfa3000 512
> (51.189512) page-pipe: * 0 holes:
> (51.189515) PPB: 512 pages 1 segs 512 pipe 1605 off
> (51.189535) Sent msg to daemon 8 0 0
> (51.189549) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189612) Fetched ack: 8 8 0
> (51.189618) PPB: 512 pages 1 segs 512 pipe 1606 off
> (51.189625) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189631) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189671) Fetched ack: 8 8 0
> (51.189677) PPB: 512 pages 1 segs 512 pipe 1607 off
> (51.189684) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189690) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189729) Fetched ack: 8 8 0
> (51.189735) PPB: 512 pages 1 segs 512 pipe 1608 off
> (51.189742) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189748) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189786) Fetched ack: 8 8 0
> (51.189792) PPB: 512 pages 1 segs 512 pipe 1609 off
> (51.189799) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189804) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189844) Fetched ack: 8 8 0
> (51.189850) PPB: 512 pages 1 segs 512 pipe 1610 off
> (51.189857) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189862) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189903) Fetched ack: 8 8 0
> (51.189909) PPB: 512 pages 1 segs 512 pipe 1611 off
> (51.189916) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189922) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.189961) Fetched ack: 8 8 0
> (51.189967) PPB: 512 pages 1 segs 512 pipe 1612 off
> (51.189974) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.189980) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.190019) Fetched ack: 8 8 0
> (51.190025) Transfering pages:
> (51.190028) 	buf 512/1
> (51.190030) 	p 0x78c1a3000 [512]
> (51.225302) 	buf 512/1
> (51.225316) 	p 0x78c3a3000 [512]
> (51.261301) 	buf 512/1
> (51.261323) 	p 0x78c5a3000 [512]
> (51.297304) 	buf 512/1
> (51.297320) 	p 0x78c7a3000 [512]
> (51.333302) 	buf 512/1
> (51.333317) 	p 0x78c9a3000 [512]
> (51.369307) 	buf 512/1
> (51.369322) 	p 0x78cba3000 [512]
> (51.405303) 	buf 512/1
> (51.405320) 	p 0x78cda3000 [512]
> (51.441302) 	buf 512/1
> (51.441318) 	p 0x78cfa3000 [512]
> (51.477303) page-pipe: Clean up page pipe
> (51.477319) page-pipe: Will grow page pipe (iov off is 1613)
> (51.477324) page-pipe: Add iov to page pipe (0 iovs, 1613/1475266 total)
> (51.477346) page-pipe: Will grow page pipe (iov off is 1614)
> (51.477349) page-pipe: Add iov to page pipe (0 iovs, 1614/1475266 total)
> (51.477358) page-pipe: Will grow page pipe (iov off is 1615)
> (51.477361) page-pipe: Add iov to page pipe (0 iovs, 1615/1475266 total)
> (51.477370) page-pipe: Will grow page pipe (iov off is 1616)
> (51.477373) page-pipe: Add iov to page pipe (0 iovs, 1616/1475266 total)
> (51.477382) page-pipe: Will grow page pipe (iov off is 1617)
> (51.477385) page-pipe: Add iov to page pipe (0 iovs, 1617/1475266 total)
> (51.477398) page-pipe: Will grow page pipe (iov off is 1618)
> (51.477400) page-pipe: Add iov to page pipe (0 iovs, 1618/1475266 total)
> (51.477410) page-pipe: Will grow page pipe (iov off is 1619)
> (51.477413) page-pipe: Add iov to page pipe (0 iovs, 1619/1475266 total)
> (51.477422) page-pipe: Will grow page pipe (iov off is 1620)
> (51.477425) page-pipe: Add iov to page pipe (0 iovs, 1620/1475266 total)
> (51.477451) page-pipe: Will grow page pipe (iov off is 1621)
> (51.477455) page-pipe: Page pipe:
> (51.477458) page-pipe: * 8 pipes 1621/1475266 iovs:
> (51.477461) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477464) page-pipe: 		0x78d1a3000 512
> (51.477468) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477470) page-pipe: 		0x78d3a3000 512
> (51.477473) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477476) page-pipe: 		0x78d5a3000 512
> (51.477479) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477482) page-pipe: 		0x78d7a3000 512
> (51.477484) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477487) page-pipe: 		0x78d9a3000 512
> (51.477490) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477493) page-pipe: 		0x78dba3000 512
> (51.477495) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477498) page-pipe: 		0x78dda3000 512
> (51.477501) page-pipe: 	buf 512 pages, 1 iovs:
> (51.477504) page-pipe: 		0x78dfa3000 512
> (51.477507) page-pipe: * 0 holes:
> (51.477509) PPB: 512 pages 1 segs 512 pipe 1613 off
> (51.477530) Sent msg to daemon 8 0 0
> (51.477543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477604) Fetched ack: 8 8 0
> (51.477609) PPB: 512 pages 1 segs 512 pipe 1614 off
> (51.477616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477661) Fetched ack: 8 8 0
> (51.477667) PPB: 512 pages 1 segs 512 pipe 1615 off
> (51.477675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477722) Fetched ack: 8 8 0
> (51.477728) PPB: 512 pages 1 segs 512 pipe 1616 off
> (51.477735) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477741) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477780) Fetched ack: 8 8 0
> (51.477786) PPB: 512 pages 1 segs 512 pipe 1617 off
> (51.477792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477838) Fetched ack: 8 8 0
> (51.477844) PPB: 512 pages 1 segs 512 pipe 1618 off
> (51.477851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477894) Fetched ack: 8 8 0
> (51.477900) PPB: 512 pages 1 segs 512 pipe 1619 off
> (51.477907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.477951) Fetched ack: 8 8 0
> (51.477957) PPB: 512 pages 1 segs 512 pipe 1620 off
> (51.477963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.477969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.478009) Fetched ack: 8 8 0
> (51.478015) Transfering pages:
> (51.478018) 	buf 512/1
> (51.478021) 	p 0x78d1a3000 [512]
> (51.513303) 	buf 512/1
> (51.513320) 	p 0x78d3a3000 [512]
> (51.549303) 	buf 512/1
> (51.549320) 	p 0x78d5a3000 [512]
> (51.585303) 	buf 512/1
> (51.585319) 	p 0x78d7a3000 [512]
> (51.621301) 	buf 512/1
> (51.621318) 	p 0x78d9a3000 [512]
> (51.657303) 	buf 512/1
> (51.657318) 	p 0x78dba3000 [512]
> (51.693302) 	buf 512/1
> (51.693319) 	p 0x78dda3000 [512]
> (51.729302) 	buf 512/1
> (51.729317) 	p 0x78dfa3000 [512]
> (51.765302) page-pipe: Clean up page pipe
> (51.765322) page-pipe: Will grow page pipe (iov off is 1621)
> (51.765327) page-pipe: Add iov to page pipe (0 iovs, 1621/1475266 total)
> (51.765349) page-pipe: Will grow page pipe (iov off is 1622)
> (51.765352) page-pipe: Add iov to page pipe (0 iovs, 1622/1475266 total)
> (51.765362) page-pipe: Will grow page pipe (iov off is 1623)
> (51.765364) page-pipe: Add iov to page pipe (0 iovs, 1623/1475266 total)
> (51.765373) page-pipe: Will grow page pipe (iov off is 1624)
> (51.765376) page-pipe: Add iov to page pipe (0 iovs, 1624/1475266 total)
> (51.765385) page-pipe: Will grow page pipe (iov off is 1625)
> (51.765388) page-pipe: Add iov to page pipe (0 iovs, 1625/1475266 total)
> (51.765401) page-pipe: Will grow page pipe (iov off is 1626)
> (51.765422) page-pipe: Add iov to page pipe (0 iovs, 1626/1475266 total)
> (51.765432) page-pipe: Will grow page pipe (iov off is 1627)
> (51.765435) page-pipe: Add iov to page pipe (0 iovs, 1627/1475266 total)
> (51.765444) page-pipe: Will grow page pipe (iov off is 1628)
> (51.765447) page-pipe: Add iov to page pipe (0 iovs, 1628/1475266 total)
> (51.765456) page-pipe: Will grow page pipe (iov off is 1629)
> (51.765460) page-pipe: Page pipe:
> (51.765462) page-pipe: * 8 pipes 1629/1475266 iovs:
> (51.765465) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765468) page-pipe: 		0x78e1a3000 512
> (51.765472) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765474) page-pipe: 		0x78e3a3000 512
> (51.765477) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765480) page-pipe: 		0x78e5a3000 512
> (51.765482) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765485) page-pipe: 		0x78e7a3000 512
> (51.765488) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765491) page-pipe: 		0x78e9a3000 512
> (51.765493) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765496) page-pipe: 		0x78eba3000 512
> (51.765499) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765501) page-pipe: 		0x78eda3000 512
> (51.765504) page-pipe: 	buf 512 pages, 1 iovs:
> (51.765506) page-pipe: 		0x78efa3000 512
> (51.765509) page-pipe: * 0 holes:
> (51.765512) PPB: 512 pages 1 segs 512 pipe 1621 off
> (51.765532) Sent msg to daemon 8 0 0
> (51.765545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765606) Fetched ack: 8 8 0
> (51.765611) PPB: 512 pages 1 segs 512 pipe 1622 off
> (51.765619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765663) Fetched ack: 8 8 0
> (51.765669) PPB: 512 pages 1 segs 512 pipe 1623 off
> (51.765676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765721) Fetched ack: 8 8 0
> (51.765727) PPB: 512 pages 1 segs 512 pipe 1624 off
> (51.765733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765778) Fetched ack: 8 8 0
> (51.765783) PPB: 512 pages 1 segs 512 pipe 1625 off
> (51.765790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765835) Fetched ack: 8 8 0
> (51.765841) PPB: 512 pages 1 segs 512 pipe 1626 off
> (51.765848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765892) Fetched ack: 8 8 0
> (51.765898) PPB: 512 pages 1 segs 512 pipe 1627 off
> (51.765904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.765948) Fetched ack: 8 8 0
> (51.765954) PPB: 512 pages 1 segs 512 pipe 1628 off
> (51.765960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (51.765966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (51.766005) Fetched ack: 8 8 0
> (51.766011) Transfering pages:
> (51.766014) 	buf 512/1
> (51.766016) 	p 0x78e1a3000 [512]
> (51.801304) 	buf 512/1
> (51.801333) 	p 0x78e3a3000 [512]
> (51.837303) 	buf 512/1
> (51.837319) 	p 0x78e5a3000 [512]
> (51.873302) 	buf 512/1
> (51.873316) 	p 0x78e7a3000 [512]
> (51.909305) 	buf 512/1
> (51.909321) 	p 0x78e9a3000 [512]
> (51.945303) 	buf 512/1
> (51.945317) 	p 0x78eba3000 [512]
> (51.981304) 	buf 512/1
> (51.981319) 	p 0x78eda3000 [512]
> (52.017304) 	buf 512/1
> (52.017318) 	p 0x78efa3000 [512]
> (52.053302) page-pipe: Clean up page pipe
> (52.053318) page-pipe: Will grow page pipe (iov off is 1629)
> (52.053323) page-pipe: Add iov to page pipe (0 iovs, 1629/1475266 total)
> (52.053340) page-pipe: Will grow page pipe (iov off is 1630)
> (52.053344) page-pipe: Add iov to page pipe (0 iovs, 1630/1475266 total)
> (52.053359) page-pipe: Will grow page pipe (iov off is 1631)
> (52.053361) page-pipe: Add iov to page pipe (0 iovs, 1631/1475266 total)
> (52.053388) page-pipe: Will grow page pipe (iov off is 1632)
> (52.053392) page-pipe: Add iov to page pipe (0 iovs, 1632/1475266 total)
> (52.053401) page-pipe: Will grow page pipe (iov off is 1633)
> (52.053404) page-pipe: Add iov to page pipe (0 iovs, 1633/1475266 total)
> (52.053417) page-pipe: Will grow page pipe (iov off is 1634)
> (52.053420) page-pipe: Add iov to page pipe (0 iovs, 1634/1475266 total)
> (52.053430) page-pipe: Will grow page pipe (iov off is 1635)
> (52.053433) page-pipe: Add iov to page pipe (0 iovs, 1635/1475266 total)
> (52.053442) page-pipe: Will grow page pipe (iov off is 1636)
> (52.053445) page-pipe: Add iov to page pipe (0 iovs, 1636/1475266 total)
> (52.053455) page-pipe: Will grow page pipe (iov off is 1637)
> (52.053458) page-pipe: Page pipe:
> (52.053461) page-pipe: * 8 pipes 1637/1475266 iovs:
> (52.053464) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053467) page-pipe: 		0x78f1a3000 512
> (52.053470) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053473) page-pipe: 		0x78f3a3000 512
> (52.053476) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053479) page-pipe: 		0x78f5a3000 512
> (52.053481) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053484) page-pipe: 		0x78f7a3000 512
> (52.053487) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053489) page-pipe: 		0x78f9a3000 512
> (52.053492) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053494) page-pipe: 		0x78fba3000 512
> (52.053497) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053500) page-pipe: 		0x78fda3000 512
> (52.053502) page-pipe: 	buf 512 pages, 1 iovs:
> (52.053505) page-pipe: 		0x78ffa3000 512
> (52.053508) page-pipe: * 0 holes:
> (52.053511) PPB: 512 pages 1 segs 512 pipe 1629 off
> (52.053531) Sent msg to daemon 8 0 0
> (52.053544) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053604) Fetched ack: 8 8 0
> (52.053609) PPB: 512 pages 1 segs 512 pipe 1630 off
> (52.053616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053662) Fetched ack: 8 8 0
> (52.053668) PPB: 512 pages 1 segs 512 pipe 1631 off
> (52.053675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053720) Fetched ack: 8 8 0
> (52.053726) PPB: 512 pages 1 segs 512 pipe 1632 off
> (52.053733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053777) Fetched ack: 8 8 0
> (52.053783) PPB: 512 pages 1 segs 512 pipe 1633 off
> (52.053789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053835) Fetched ack: 8 8 0
> (52.053841) PPB: 512 pages 1 segs 512 pipe 1634 off
> (52.053847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053892) Fetched ack: 8 8 0
> (52.053898) PPB: 512 pages 1 segs 512 pipe 1635 off
> (52.053905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.053948) Fetched ack: 8 8 0
> (52.053954) PPB: 512 pages 1 segs 512 pipe 1636 off
> (52.053961) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.053967) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.054005) Fetched ack: 8 8 0
> (52.054011) Transfering pages:
> (52.054014) 	buf 512/1
> (52.054016) 	p 0x78f1a3000 [512]
> (52.089304) 	buf 512/1
> (52.089318) 	p 0x78f3a3000 [512]
> (52.125303) 	buf 512/1
> (52.125319) 	p 0x78f5a3000 [512]
> (52.161303) 	buf 512/1
> (52.161317) 	p 0x78f7a3000 [512]
> (52.197301) 	buf 512/1
> (52.197317) 	p 0x78f9a3000 [512]
> (52.233311) 	buf 512/1
> (52.233325) 	p 0x78fba3000 [512]
> (52.269300) 	buf 512/1
> (52.269315) 	p 0x78fda3000 [512]
> (52.305307) 	buf 512/1
> (52.305324) 	p 0x78ffa3000 [512]
> (52.341303) page-pipe: Clean up page pipe
> (52.341319) page-pipe: Will grow page pipe (iov off is 1637)
> (52.341343) page-pipe: Add iov to page pipe (0 iovs, 1637/1475266 total)
> (52.341363) page-pipe: Will grow page pipe (iov off is 1638)
> (52.341367) page-pipe: Add iov to page pipe (0 iovs, 1638/1475266 total)
> (52.341376) page-pipe: Will grow page pipe (iov off is 1639)
> (52.341379) page-pipe: Add iov to page pipe (0 iovs, 1639/1475266 total)
> (52.341388) page-pipe: Will grow page pipe (iov off is 1640)
> (52.341391) page-pipe: Add iov to page pipe (0 iovs, 1640/1475266 total)
> (52.341400) page-pipe: Will grow page pipe (iov off is 1641)
> (52.341403) page-pipe: Add iov to page pipe (0 iovs, 1641/1475266 total)
> (52.341416) page-pipe: Will grow page pipe (iov off is 1642)
> (52.341419) page-pipe: Add iov to page pipe (0 iovs, 1642/1475266 total)
> (52.341428) page-pipe: Will grow page pipe (iov off is 1643)
> (52.341431) page-pipe: Add iov to page pipe (0 iovs, 1643/1475266 total)
> (52.341440) page-pipe: Will grow page pipe (iov off is 1644)
> (52.341443) page-pipe: Add iov to page pipe (0 iovs, 1644/1475266 total)
> (52.341453) page-pipe: Will grow page pipe (iov off is 1645)
> (52.341459) page-pipe: Page pipe:
> (52.341462) page-pipe: * 8 pipes 1645/1475266 iovs:
> (52.341465) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341468) page-pipe: 		0x7901a3000 512
> (52.341472) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341475) page-pipe: 		0x7903a3000 512
> (52.341477) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341480) page-pipe: 		0x7905a3000 512
> (52.341483) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341485) page-pipe: 		0x7907a3000 512
> (52.341488) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341491) page-pipe: 		0x7909a3000 512
> (52.341494) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341496) page-pipe: 		0x790ba3000 512
> (52.341499) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341502) page-pipe: 		0x790da3000 512
> (52.341505) page-pipe: 	buf 512 pages, 1 iovs:
> (52.341508) page-pipe: 		0x790fa3000 512
> (52.341510) page-pipe: * 0 holes:
> (52.341513) PPB: 512 pages 1 segs 512 pipe 1637 off
> (52.341539) Sent msg to daemon 8 0 0
> (52.341552) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341616) Fetched ack: 8 8 0
> (52.341622) PPB: 512 pages 1 segs 512 pipe 1638 off
> (52.341629) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341635) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341675) Fetched ack: 8 8 0
> (52.341681) PPB: 512 pages 1 segs 512 pipe 1639 off
> (52.341688) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341694) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341734) Fetched ack: 8 8 0
> (52.341740) PPB: 512 pages 1 segs 512 pipe 1640 off
> (52.341746) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341753) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341791) Fetched ack: 8 8 0
> (52.341797) PPB: 512 pages 1 segs 512 pipe 1641 off
> (52.341804) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341810) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341849) Fetched ack: 8 8 0
> (52.341855) PPB: 512 pages 1 segs 512 pipe 1642 off
> (52.341862) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341867) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341906) Fetched ack: 8 8 0
> (52.341912) PPB: 512 pages 1 segs 512 pipe 1643 off
> (52.341919) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341924) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.341963) Fetched ack: 8 8 0
> (52.341969) PPB: 512 pages 1 segs 512 pipe 1644 off
> (52.341976) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.341982) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.342021) Fetched ack: 8 8 0
> (52.342027) Transfering pages:
> (52.342030) 	buf 512/1
> (52.342033) 	p 0x7901a3000 [512]
> (52.377303) 	buf 512/1
> (52.377317) 	p 0x7903a3000 [512]
> (52.413300) 	buf 512/1
> (52.413316) 	p 0x7905a3000 [512]
> (52.449302) 	buf 512/1
> (52.449319) 	p 0x7907a3000 [512]
> (52.485301) 	buf 512/1
> (52.485316) 	p 0x7909a3000 [512]
> (52.521303) 	buf 512/1
> (52.521319) 	p 0x790ba3000 [512]
> (52.557307) 	buf 512/1
> (52.557323) 	p 0x790da3000 [512]
> (52.593303) 	buf 512/1
> (52.593318) 	p 0x790fa3000 [512]
> (52.629301) page-pipe: Clean up page pipe
> (52.629317) page-pipe: Will grow page pipe (iov off is 1645)
> (52.629322) page-pipe: Add iov to page pipe (0 iovs, 1645/1475266 total)
> (52.629338) page-pipe: Will grow page pipe (iov off is 1646)
> (52.629347) page-pipe: Add iov to page pipe (0 iovs, 1646/1475266 total)
> (52.629357) page-pipe: Will grow page pipe (iov off is 1647)
> (52.629359) page-pipe: Add iov to page pipe (0 iovs, 1647/1475266 total)
> (52.629369) page-pipe: Will grow page pipe (iov off is 1648)
> (52.629371) page-pipe: Add iov to page pipe (0 iovs, 1648/1475266 total)
> (52.629381) page-pipe: Will grow page pipe (iov off is 1649)
> (52.629383) page-pipe: Add iov to page pipe (0 iovs, 1649/1475266 total)
> (52.629396) page-pipe: Will grow page pipe (iov off is 1650)
> (52.629399) page-pipe: Add iov to page pipe (0 iovs, 1650/1475266 total)
> (52.629408) page-pipe: Will grow page pipe (iov off is 1651)
> (52.629411) page-pipe: Add iov to page pipe (0 iovs, 1651/1475266 total)
> (52.629421) page-pipe: Will grow page pipe (iov off is 1652)
> (52.629423) page-pipe: Add iov to page pipe (0 iovs, 1652/1475266 total)
> (52.629433) page-pipe: Will grow page pipe (iov off is 1653)
> (52.629436) page-pipe: Page pipe:
> (52.629439) page-pipe: * 8 pipes 1653/1475266 iovs:
> (52.629442) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629445) page-pipe: 		0x7911a3000 512
> (52.629448) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629452) page-pipe: 		0x7913a3000 512
> (52.629455) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629458) page-pipe: 		0x7915a3000 512
> (52.629461) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629463) page-pipe: 		0x7917a3000 512
> (52.629466) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629469) page-pipe: 		0x7919a3000 512
> (52.629472) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629474) page-pipe: 		0x791ba3000 512
> (52.629477) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629480) page-pipe: 		0x791da3000 512
> (52.629483) page-pipe: 	buf 512 pages, 1 iovs:
> (52.629485) page-pipe: 		0x791fa3000 512
> (52.629488) page-pipe: * 0 holes:
> (52.629491) PPB: 512 pages 1 segs 512 pipe 1645 off
> (52.629511) Sent msg to daemon 8 0 0
> (52.629524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629586) Fetched ack: 8 8 0
> (52.629592) PPB: 512 pages 1 segs 512 pipe 1646 off
> (52.629599) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629605) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629644) Fetched ack: 8 8 0
> (52.629650) PPB: 512 pages 1 segs 512 pipe 1647 off
> (52.629657) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629663) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629703) Fetched ack: 8 8 0
> (52.629709) PPB: 512 pages 1 segs 512 pipe 1648 off
> (52.629716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629722) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629761) Fetched ack: 8 8 0
> (52.629767) PPB: 512 pages 1 segs 512 pipe 1649 off
> (52.629774) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629780) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629819) Fetched ack: 8 8 0
> (52.629825) PPB: 512 pages 1 segs 512 pipe 1650 off
> (52.629831) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629837) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629876) Fetched ack: 8 8 0
> (52.629881) PPB: 512 pages 1 segs 512 pipe 1651 off
> (52.629888) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629894) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.629933) Fetched ack: 8 8 0
> (52.629939) PPB: 512 pages 1 segs 512 pipe 1652 off
> (52.629945) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.629972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.630009) Fetched ack: 8 8 0
> (52.630016) Transfering pages:
> (52.630019) 	buf 512/1
> (52.630022) 	p 0x7911a3000 [512]
> (52.665302) 	buf 512/1
> (52.665319) 	p 0x7913a3000 [512]
> (52.701302) 	buf 512/1
> (52.701317) 	p 0x7915a3000 [512]
> (52.737303) 	buf 512/1
> (52.737319) 	p 0x7917a3000 [512]
> (52.773301) 	buf 512/1
> (52.773316) 	p 0x7919a3000 [512]
> (52.809309) 	buf 512/1
> (52.809326) 	p 0x791ba3000 [512]
> (52.845306) 	buf 512/1
> (52.845322) 	p 0x791da3000 [512]
> (52.881301) 	buf 512/1
> (52.881315) 	p 0x791fa3000 [512]
> (52.917301) page-pipe: Clean up page pipe
> (52.917317) page-pipe: Will grow page pipe (iov off is 1653)
> (52.917322) page-pipe: Add iov to page pipe (0 iovs, 1653/1475266 total)
> (52.917340) page-pipe: Will grow page pipe (iov off is 1654)
> (52.917349) page-pipe: Add iov to page pipe (0 iovs, 1654/1475266 total)
> (52.917358) page-pipe: Will grow page pipe (iov off is 1655)
> (52.917361) page-pipe: Add iov to page pipe (0 iovs, 1655/1475266 total)
> (52.917370) page-pipe: Will grow page pipe (iov off is 1656)
> (52.917373) page-pipe: Add iov to page pipe (0 iovs, 1656/1475266 total)
> (52.917382) page-pipe: Will grow page pipe (iov off is 1657)
> (52.917385) page-pipe: Add iov to page pipe (0 iovs, 1657/1475266 total)
> (52.917398) page-pipe: Will grow page pipe (iov off is 1658)
> (52.917401) page-pipe: Add iov to page pipe (0 iovs, 1658/1475266 total)
> (52.917410) page-pipe: Will grow page pipe (iov off is 1659)
> (52.917413) page-pipe: Add iov to page pipe (0 iovs, 1659/1475266 total)
> (52.917422) page-pipe: Will grow page pipe (iov off is 1660)
> (52.917425) page-pipe: Add iov to page pipe (0 iovs, 1660/1475266 total)
> (52.917434) page-pipe: Will grow page pipe (iov off is 1661)
> (52.917437) page-pipe: Page pipe:
> (52.917440) page-pipe: * 8 pipes 1661/1475266 iovs:
> (52.917443) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917446) page-pipe: 		0x7921a3000 512
> (52.917449) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917452) page-pipe: 		0x7923a3000 512
> (52.917455) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917458) page-pipe: 		0x7925a3000 512
> (52.917461) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917463) page-pipe: 		0x7927a3000 512
> (52.917466) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917469) page-pipe: 		0x7929a3000 512
> (52.917472) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917474) page-pipe: 		0x792ba3000 512
> (52.917477) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917480) page-pipe: 		0x792da3000 512
> (52.917482) page-pipe: 	buf 512 pages, 1 iovs:
> (52.917485) page-pipe: 		0x792fa3000 512
> (52.917488) page-pipe: * 0 holes:
> (52.917491) PPB: 512 pages 1 segs 512 pipe 1653 off
> (52.917510) Sent msg to daemon 8 0 0
> (52.917523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917583) Fetched ack: 8 8 0
> (52.917589) PPB: 512 pages 1 segs 512 pipe 1654 off
> (52.917596) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917643) Fetched ack: 8 8 0
> (52.917648) PPB: 512 pages 1 segs 512 pipe 1655 off
> (52.917655) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917661) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917701) Fetched ack: 8 8 0
> (52.917707) PPB: 512 pages 1 segs 512 pipe 1656 off
> (52.917713) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917758) Fetched ack: 8 8 0
> (52.917764) PPB: 512 pages 1 segs 512 pipe 1657 off
> (52.917771) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917777) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917817) Fetched ack: 8 8 0
> (52.917823) PPB: 512 pages 1 segs 512 pipe 1658 off
> (52.917829) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917835) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917874) Fetched ack: 8 8 0
> (52.917898) PPB: 512 pages 1 segs 512 pipe 1659 off
> (52.917906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.917951) Fetched ack: 8 8 0
> (52.917957) PPB: 512 pages 1 segs 512 pipe 1660 off
> (52.917964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (52.917970) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (52.918008) Fetched ack: 8 8 0
> (52.918015) Transfering pages:
> (52.918017) 	buf 512/1
> (52.918020) 	p 0x7921a3000 [512]
> (52.953306) 	buf 512/1
> (52.953337) 	p 0x7923a3000 [512]
> (52.989302) 	buf 512/1
> (52.989317) 	p 0x7925a3000 [512]
> (53.025303) 	buf 512/1
> (53.025319) 	p 0x7927a3000 [512]
> (53.061301) 	buf 512/1
> (53.061318) 	p 0x7929a3000 [512]
> (53.097303) 	buf 512/1
> (53.097317) 	p 0x792ba3000 [512]
> (53.133302) 	buf 512/1
> (53.133318) 	p 0x792da3000 [512]
> (53.169323) 	buf 512/1
> (53.169339) 	p 0x792fa3000 [512]
> (53.205302) page-pipe: Clean up page pipe
> (53.205319) page-pipe: Will grow page pipe (iov off is 1661)
> (53.205324) page-pipe: Add iov to page pipe (0 iovs, 1661/1475266 total)
> (53.205341) page-pipe: Will grow page pipe (iov off is 1662)
> (53.205350) page-pipe: Add iov to page pipe (0 iovs, 1662/1475266 total)
> (53.205359) page-pipe: Will grow page pipe (iov off is 1663)
> (53.205362) page-pipe: Add iov to page pipe (0 iovs, 1663/1475266 total)
> (53.205371) page-pipe: Will grow page pipe (iov off is 1664)
> (53.205374) page-pipe: Add iov to page pipe (0 iovs, 1664/1475266 total)
> (53.205383) page-pipe: Will grow page pipe (iov off is 1665)
> (53.205386) page-pipe: Add iov to page pipe (0 iovs, 1665/1475266 total)
> (53.205399) page-pipe: Will grow page pipe (iov off is 1666)
> (53.205401) page-pipe: Add iov to page pipe (0 iovs, 1666/1475266 total)
> (53.205410) page-pipe: Will grow page pipe (iov off is 1667)
> (53.205413) page-pipe: Add iov to page pipe (0 iovs, 1667/1475266 total)
> (53.205422) page-pipe: Will grow page pipe (iov off is 1668)
> (53.205425) page-pipe: Add iov to page pipe (0 iovs, 1668/1475266 total)
> (53.205434) page-pipe: Will grow page pipe (iov off is 1669)
> (53.205438) page-pipe: Page pipe:
> (53.205440) page-pipe: * 8 pipes 1669/1475266 iovs:
> (53.205443) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205446) page-pipe: 		0x7931a3000 512
> (53.205449) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205452) page-pipe: 		0x7933a3000 512
> (53.205454) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205457) page-pipe: 		0x7935a3000 512
> (53.205460) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205462) page-pipe: 		0x7937a3000 512
> (53.205465) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205467) page-pipe: 		0x7939a3000 512
> (53.205470) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205473) page-pipe: 		0x793ba3000 512
> (53.205475) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205478) page-pipe: 		0x793da3000 512
> (53.205481) page-pipe: 	buf 512 pages, 1 iovs:
> (53.205483) page-pipe: 		0x793fa3000 512
> (53.205486) page-pipe: * 0 holes:
> (53.205489) PPB: 512 pages 1 segs 512 pipe 1661 off
> (53.205508) Sent msg to daemon 8 0 0
> (53.205521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205581) Fetched ack: 8 8 0
> (53.205587) PPB: 512 pages 1 segs 512 pipe 1662 off
> (53.205594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205640) Fetched ack: 8 8 0
> (53.205645) PPB: 512 pages 1 segs 512 pipe 1663 off
> (53.205652) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205658) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205697) Fetched ack: 8 8 0
> (53.205702) PPB: 512 pages 1 segs 512 pipe 1664 off
> (53.205709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205753) Fetched ack: 8 8 0
> (53.205760) PPB: 512 pages 1 segs 512 pipe 1665 off
> (53.205766) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205772) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205816) Fetched ack: 8 8 0
> (53.205822) PPB: 512 pages 1 segs 512 pipe 1666 off
> (53.205829) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205834) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205873) Fetched ack: 8 8 0
> (53.205879) PPB: 512 pages 1 segs 512 pipe 1667 off
> (53.205886) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205891) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205930) Fetched ack: 8 8 0
> (53.205935) PPB: 512 pages 1 segs 512 pipe 1668 off
> (53.205942) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.205948) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.205985) Fetched ack: 8 8 0
> (53.205991) Transfering pages:
> (53.205994) 	buf 512/1
> (53.205996) 	p 0x7931a3000 [512]
> (53.241306) 	buf 512/1
> (53.241321) 	p 0x7933a3000 [512]
> (53.277305) 	buf 512/1
> (53.277321) 	p 0x7935a3000 [512]
> (53.313304) 	buf 512/1
> (53.313319) 	p 0x7937a3000 [512]
> (53.349301) 	buf 512/1
> (53.349317) 	p 0x7939a3000 [512]
> (53.385301) 	buf 512/1
> (53.385317) 	p 0x793ba3000 [512]
> (53.421301) 	buf 512/1
> (53.421318) 	p 0x793da3000 [512]
> (53.457303) 	buf 512/1
> (53.457319) 	p 0x793fa3000 [512]
> (53.493303) page-pipe: Clean up page pipe
> (53.493319) page-pipe: Will grow page pipe (iov off is 1669)
> (53.493324) page-pipe: Add iov to page pipe (0 iovs, 1669/1475266 total)
> (53.493345) page-pipe: Will grow page pipe (iov off is 1670)
> (53.493348) page-pipe: Add iov to page pipe (0 iovs, 1670/1475266 total)
> (53.493357) page-pipe: Will grow page pipe (iov off is 1671)
> (53.493360) page-pipe: Add iov to page pipe (0 iovs, 1671/1475266 total)
> (53.493369) page-pipe: Will grow page pipe (iov off is 1672)
> (53.493372) page-pipe: Add iov to page pipe (0 iovs, 1672/1475266 total)
> (53.493381) page-pipe: Will grow page pipe (iov off is 1673)
> (53.493384) page-pipe: Add iov to page pipe (0 iovs, 1673/1475266 total)
> (53.493397) page-pipe: Will grow page pipe (iov off is 1674)
> (53.493399) page-pipe: Add iov to page pipe (0 iovs, 1674/1475266 total)
> (53.493408) page-pipe: Will grow page pipe (iov off is 1675)
> (53.493411) page-pipe: Add iov to page pipe (0 iovs, 1675/1475266 total)
> (53.493421) page-pipe: Will grow page pipe (iov off is 1676)
> (53.493423) page-pipe: Add iov to page pipe (0 iovs, 1676/1475266 total)
> (53.493432) page-pipe: Will grow page pipe (iov off is 1677)
> (53.493436) page-pipe: Page pipe:
> (53.493438) page-pipe: * 8 pipes 1677/1475266 iovs:
> (53.493441) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493444) page-pipe: 		0x7941a3000 512
> (53.493447) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493450) page-pipe: 		0x7943a3000 512
> (53.493453) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493455) page-pipe: 		0x7945a3000 512
> (53.493458) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493461) page-pipe: 		0x7947a3000 512
> (53.493463) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493466) page-pipe: 		0x7949a3000 512
> (53.493468) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493471) page-pipe: 		0x794ba3000 512
> (53.493474) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493476) page-pipe: 		0x794da3000 512
> (53.493479) page-pipe: 	buf 512 pages, 1 iovs:
> (53.493482) page-pipe: 		0x794fa3000 512
> (53.493484) page-pipe: * 0 holes:
> (53.493487) PPB: 512 pages 1 segs 512 pipe 1669 off
> (53.493507) Sent msg to daemon 8 0 0
> (53.493520) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493581) Fetched ack: 8 8 0
> (53.493586) PPB: 512 pages 1 segs 512 pipe 1670 off
> (53.493594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493639) Fetched ack: 8 8 0
> (53.493645) PPB: 512 pages 1 segs 512 pipe 1671 off
> (53.493652) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493658) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493698) Fetched ack: 8 8 0
> (53.493704) PPB: 512 pages 1 segs 512 pipe 1672 off
> (53.493732) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493738) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493777) Fetched ack: 8 8 0
> (53.493782) PPB: 512 pages 1 segs 512 pipe 1673 off
> (53.493789) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493795) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493835) Fetched ack: 8 8 0
> (53.493841) PPB: 512 pages 1 segs 512 pipe 1674 off
> (53.493848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493894) Fetched ack: 8 8 0
> (53.493900) PPB: 512 pages 1 segs 512 pipe 1675 off
> (53.493906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.493950) Fetched ack: 8 8 0
> (53.493957) PPB: 512 pages 1 segs 512 pipe 1676 off
> (53.493963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.493969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.494009) Fetched ack: 8 8 0
> (53.494015) Transfering pages:
> (53.494017) 	buf 512/1
> (53.494020) 	p 0x7941a3000 [512]
> (53.529300) 	buf 512/1
> (53.529317) 	p 0x7943a3000 [512]
> (53.565304) 	buf 512/1
> (53.565320) 	p 0x7945a3000 [512]
> (53.601303) 	buf 512/1
> (53.601320) 	p 0x7947a3000 [512]
> (53.637303) 	buf 512/1
> (53.637319) 	p 0x7949a3000 [512]
> (53.673303) 	buf 512/1
> (53.673319) 	p 0x794ba3000 [512]
> (53.709304) 	buf 512/1
> (53.709320) 	p 0x794da3000 [512]
> (53.745302) 	buf 512/1
> (53.745318) 	p 0x794fa3000 [512]
> (53.781305) page-pipe: Clean up page pipe
> (53.781324) page-pipe: Will grow page pipe (iov off is 1677)
> (53.781329) page-pipe: Add iov to page pipe (0 iovs, 1677/1475266 total)
> (53.781346) page-pipe: Will grow page pipe (iov off is 1678)
> (53.781350) page-pipe: Add iov to page pipe (0 iovs, 1678/1475266 total)
> (53.781366) page-pipe: Will grow page pipe (iov off is 1679)
> (53.781369) page-pipe: Add iov to page pipe (0 iovs, 1679/1475266 total)
> (53.781378) page-pipe: Will grow page pipe (iov off is 1680)
> (53.781380) page-pipe: Add iov to page pipe (0 iovs, 1680/1475266 total)
> (53.781389) page-pipe: Will grow page pipe (iov off is 1681)
> (53.781392) page-pipe: Add iov to page pipe (0 iovs, 1681/1475266 total)
> (53.781405) page-pipe: Will grow page pipe (iov off is 1682)
> (53.781408) page-pipe: Add iov to page pipe (0 iovs, 1682/1475266 total)
> (53.781417) page-pipe: Will grow page pipe (iov off is 1683)
> (53.781420) page-pipe: Add iov to page pipe (0 iovs, 1683/1475266 total)
> (53.781429) page-pipe: Will grow page pipe (iov off is 1684)
> (53.781432) page-pipe: Add iov to page pipe (0 iovs, 1684/1475266 total)
> (53.781441) page-pipe: Will grow page pipe (iov off is 1685)
> (53.781444) page-pipe: Page pipe:
> (53.781447) page-pipe: * 8 pipes 1685/1475266 iovs:
> (53.781450) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781452) page-pipe: 		0x7951a3000 512
> (53.781456) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781459) page-pipe: 		0x7953a3000 512
> (53.781461) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781464) page-pipe: 		0x7955a3000 512
> (53.781467) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781469) page-pipe: 		0x7957a3000 512
> (53.781472) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781475) page-pipe: 		0x7959a3000 512
> (53.781478) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781480) page-pipe: 		0x795ba3000 512
> (53.781483) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781486) page-pipe: 		0x795da3000 512
> (53.781488) page-pipe: 	buf 512 pages, 1 iovs:
> (53.781491) page-pipe: 		0x795fa3000 512
> (53.781494) page-pipe: * 0 holes:
> (53.781496) PPB: 512 pages 1 segs 512 pipe 1677 off
> (53.781517) Sent msg to daemon 8 0 0
> (53.781530) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781591) Fetched ack: 8 8 0
> (53.781597) PPB: 512 pages 1 segs 512 pipe 1678 off
> (53.781604) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781610) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781653) Fetched ack: 8 8 0
> (53.781660) PPB: 512 pages 1 segs 512 pipe 1679 off
> (53.781667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781713) Fetched ack: 8 8 0
> (53.781719) PPB: 512 pages 1 segs 512 pipe 1680 off
> (53.781726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781770) Fetched ack: 8 8 0
> (53.781777) PPB: 512 pages 1 segs 512 pipe 1681 off
> (53.781783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781827) Fetched ack: 8 8 0
> (53.781834) PPB: 512 pages 1 segs 512 pipe 1682 off
> (53.781840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781846) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781885) Fetched ack: 8 8 0
> (53.781891) PPB: 512 pages 1 segs 512 pipe 1683 off
> (53.781897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781904) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (53.781942) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (53.781947) PPB: 512 pages 1 segs 512 pipe 1684 off
> (53.781955) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (53.781961) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (53.781999) Fetched ack: 8 8 0
> (53.782005) Transfering pages:
> (53.782007) 	buf 512/1
> (53.782010) 	p 0x7951a3000 [512]
> (53.817301) 	buf 512/1
> (53.817318) 	p 0x7953a3000 [512]
> (53.853303) 	buf 512/1
> (53.853319) 	p 0x7955a3000 [512]
> (53.889305) 	buf 512/1
> (53.889319) 	p 0x7957a3000 [512]
> (53.925300) 	buf 512/1
> (53.925316) 	p 0x7959a3000 [512]
> (53.961307) 	buf 512/1
> (53.961321) 	p 0x795ba3000 [512]
> (53.997302) 	buf 512/1
> (53.997317) 	p 0x795da3000 [512]
> (54.033301) 	buf 512/1
> (54.033317) 	p 0x795fa3000 [512]
> (54.069301) page-pipe: Clean up page pipe
> (54.069320) page-pipe: Will grow page pipe (iov off is 1685)
> (54.069325) page-pipe: Add iov to page pipe (0 iovs, 1685/1475266 total)
> (54.069343) page-pipe: Will grow page pipe (iov off is 1686)
> (54.069346) page-pipe: Add iov to page pipe (0 iovs, 1686/1475266 total)
> (54.069358) page-pipe: Will grow page pipe (iov off is 1687)
> (54.069361) page-pipe: Add iov to page pipe (0 iovs, 1687/1475266 total)
> (54.069373) page-pipe: Will grow page pipe (iov off is 1688)
> (54.069376) page-pipe: Add iov to page pipe (0 iovs, 1688/1475266 total)
> (54.069387) page-pipe: Will grow page pipe (iov off is 1689)
> (54.069396) page-pipe: Add iov to page pipe (0 iovs, 1689/1475266 total)
> (54.069409) page-pipe: Will grow page pipe (iov off is 1690)
> (54.069412) page-pipe: Add iov to page pipe (0 iovs, 1690/1475266 total)
> (54.069421) page-pipe: Will grow page pipe (iov off is 1691)
> (54.069424) page-pipe: Add iov to page pipe (0 iovs, 1691/1475266 total)
> (54.069433) page-pipe: Will grow page pipe (iov off is 1692)
> (54.069435) page-pipe: Add iov to page pipe (0 iovs, 1692/1475266 total)
> (54.069445) page-pipe: Will grow page pipe (iov off is 1693)
> (54.069448) page-pipe: Page pipe:
> (54.069451) page-pipe: * 8 pipes 1693/1475266 iovs:
> (54.069454) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069457) page-pipe: 		0x7961a3000 512
> (54.069460) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069463) page-pipe: 		0x7963a3000 512
> (54.069466) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069468) page-pipe: 		0x7965a3000 512
> (54.069471) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069474) page-pipe: 		0x7967a3000 512
> (54.069476) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069479) page-pipe: 		0x7969a3000 512
> (54.069482) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069484) page-pipe: 		0x796ba3000 512
> (54.069487) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069490) page-pipe: 		0x796da3000 512
> (54.069492) page-pipe: 	buf 512 pages, 1 iovs:
> (54.069495) page-pipe: 		0x796fa3000 512
> (54.069498) page-pipe: * 0 holes:
> (54.069501) PPB: 512 pages 1 segs 512 pipe 1685 off
> (54.069536) Sent msg to daemon 8 0 0
> (54.069549) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069610) Fetched ack: 8 8 0
> (54.069615) PPB: 512 pages 1 segs 512 pipe 1686 off
> (54.069622) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069628) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069668) Fetched ack: 8 8 0
> (54.069674) PPB: 512 pages 1 segs 512 pipe 1687 off
> (54.069680) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069686) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069726) Fetched ack: 8 8 0
> (54.069731) PPB: 512 pages 1 segs 512 pipe 1688 off
> (54.069738) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069744) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069783) Fetched ack: 8 8 0
> (54.069789) PPB: 512 pages 1 segs 512 pipe 1689 off
> (54.069796) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069802) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069840) Fetched ack: 8 8 0
> (54.069846) PPB: 512 pages 1 segs 512 pipe 1690 off
> (54.069853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069858) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069897) Fetched ack: 8 8 0
> (54.069903) PPB: 512 pages 1 segs 512 pipe 1691 off
> (54.069910) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069916) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.069955) Fetched ack: 8 8 0
> (54.069961) PPB: 512 pages 1 segs 512 pipe 1692 off
> (54.069968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.069974) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.070013) Fetched ack: 8 8 0
> (54.070020) Transfering pages:
> (54.070022) 	buf 512/1
> (54.070025) 	p 0x7961a3000 [512]
> (54.105302) 	buf 512/1
> (54.105318) 	p 0x7963a3000 [512]
> (54.141302) 	buf 512/1
> (54.141316) 	p 0x7965a3000 [512]
> (54.177302) 	buf 512/1
> (54.177320) 	p 0x7967a3000 [512]
> (54.213297) 	buf 512/1
> (54.213311) 	p 0x7969a3000 [512]
> (54.249301) 	buf 512/1
> (54.249318) 	p 0x796ba3000 [512]
> (54.285304) 	buf 512/1
> (54.285318) 	p 0x796da3000 [512]
> (54.321304) 	buf 512/1
> (54.321320) 	p 0x796fa3000 [512]
> (54.357303) page-pipe: Clean up page pipe
> (54.357319) page-pipe: Will grow page pipe (iov off is 1693)
> (54.357324) page-pipe: Add iov to page pipe (0 iovs, 1693/1475266 total)
> (54.357342) page-pipe: Will grow page pipe (iov off is 1694)
> (54.357351) page-pipe: Add iov to page pipe (0 iovs, 1694/1475266 total)
> (54.357360) page-pipe: Will grow page pipe (iov off is 1695)
> (54.357362) page-pipe: Add iov to page pipe (0 iovs, 1695/1475266 total)
> (54.357372) page-pipe: Will grow page pipe (iov off is 1696)
> (54.357374) page-pipe: Add iov to page pipe (0 iovs, 1696/1475266 total)
> (54.357384) page-pipe: Will grow page pipe (iov off is 1697)
> (54.357387) page-pipe: Add iov to page pipe (0 iovs, 1697/1475266 total)
> (54.357400) page-pipe: Will grow page pipe (iov off is 1698)
> (54.357403) page-pipe: Add iov to page pipe (0 iovs, 1698/1475266 total)
> (54.357412) page-pipe: Will grow page pipe (iov off is 1699)
> (54.357415) page-pipe: Add iov to page pipe (0 iovs, 1699/1475266 total)
> (54.357424) page-pipe: Will grow page pipe (iov off is 1700)
> (54.357427) page-pipe: Add iov to page pipe (0 iovs, 1700/1475266 total)
> (54.357436) page-pipe: Will grow page pipe (iov off is 1701)
> (54.357439) page-pipe: Page pipe:
> (54.357442) page-pipe: * 8 pipes 1701/1475266 iovs:
> (54.357445) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357448) page-pipe: 		0x7971a3000 512
> (54.357451) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357453) page-pipe: 		0x7973a3000 512
> (54.357456) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357458) page-pipe: 		0x7975a3000 512
> (54.357461) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357464) page-pipe: 		0x7977a3000 512
> (54.357466) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357469) page-pipe: 		0x7979a3000 512
> (54.357488) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357491) page-pipe: 		0x797ba3000 512
> (54.357494) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357496) page-pipe: 		0x797da3000 512
> (54.357499) page-pipe: 	buf 512 pages, 1 iovs:
> (54.357501) page-pipe: 		0x797fa3000 512
> (54.357504) page-pipe: * 0 holes:
> (54.357507) PPB: 512 pages 1 segs 512 pipe 1693 off
> (54.357527) Sent msg to daemon 8 0 0
> (54.357540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357601) Fetched ack: 8 8 0
> (54.357606) PPB: 512 pages 1 segs 512 pipe 1694 off
> (54.357614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357658) Fetched ack: 8 8 0
> (54.357664) PPB: 512 pages 1 segs 512 pipe 1695 off
> (54.357671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357715) Fetched ack: 8 8 0
> (54.357720) PPB: 512 pages 1 segs 512 pipe 1696 off
> (54.357727) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357733) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357773) Fetched ack: 8 8 0
> (54.357779) PPB: 512 pages 1 segs 512 pipe 1697 off
> (54.357786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357831) Fetched ack: 8 8 0
> (54.357837) PPB: 512 pages 1 segs 512 pipe 1698 off
> (54.357844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357888) Fetched ack: 8 8 0
> (54.357894) PPB: 512 pages 1 segs 512 pipe 1699 off
> (54.357901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.357945) Fetched ack: 8 8 0
> (54.357951) PPB: 512 pages 1 segs 512 pipe 1700 off
> (54.357958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.357964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.358002) Fetched ack: 8 8 0
> (54.358008) Transfering pages:
> (54.358010) 	buf 512/1
> (54.358013) 	p 0x7971a3000 [512]
> (54.393304) 	buf 512/1
> (54.393318) 	p 0x7973a3000 [512]
> (54.429300) 	buf 512/1
> (54.429315) 	p 0x7975a3000 [512]
> (54.465307) 	buf 512/1
> (54.465324) 	p 0x7977a3000 [512]
> (54.501300) 	buf 512/1
> (54.501315) 	p 0x7979a3000 [512]
> (54.537304) 	buf 512/1
> (54.537321) 	p 0x797ba3000 [512]
> (54.573308) 	buf 512/1
> (54.573322) 	p 0x797da3000 [512]
> (54.609303) 	buf 512/1
> (54.609318) 	p 0x797fa3000 [512]
> (54.645303) page-pipe: Clean up page pipe
> (54.645320) page-pipe: Will grow page pipe (iov off is 1701)
> (54.645325) page-pipe: Add iov to page pipe (0 iovs, 1701/1475266 total)
> (54.645346) page-pipe: Will grow page pipe (iov off is 1702)
> (54.645349) page-pipe: Add iov to page pipe (0 iovs, 1702/1475266 total)
> (54.645358) page-pipe: Will grow page pipe (iov off is 1703)
> (54.645361) page-pipe: Add iov to page pipe (0 iovs, 1703/1475266 total)
> (54.645370) page-pipe: Will grow page pipe (iov off is 1704)
> (54.645373) page-pipe: Add iov to page pipe (0 iovs, 1704/1475266 total)
> (54.645382) page-pipe: Will grow page pipe (iov off is 1705)
> (54.645385) page-pipe: Add iov to page pipe (0 iovs, 1705/1475266 total)
> (54.645398) page-pipe: Will grow page pipe (iov off is 1706)
> (54.645400) page-pipe: Add iov to page pipe (0 iovs, 1706/1475266 total)
> (54.645409) page-pipe: Will grow page pipe (iov off is 1707)
> (54.645412) page-pipe: Add iov to page pipe (0 iovs, 1707/1475266 total)
> (54.645421) page-pipe: Will grow page pipe (iov off is 1708)
> (54.645424) page-pipe: Add iov to page pipe (0 iovs, 1708/1475266 total)
> (54.645433) page-pipe: Will grow page pipe (iov off is 1709)
> (54.645437) page-pipe: Page pipe:
> (54.645439) page-pipe: * 8 pipes 1709/1475266 iovs:
> (54.645442) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645445) page-pipe: 		0x7981a3000 512
> (54.645449) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645469) page-pipe: 		0x7983a3000 512
> (54.645472) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645475) page-pipe: 		0x7985a3000 512
> (54.645477) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645480) page-pipe: 		0x7987a3000 512
> (54.645483) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645486) page-pipe: 		0x7989a3000 512
> (54.645488) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645491) page-pipe: 		0x798ba3000 512
> (54.645494) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645496) page-pipe: 		0x798da3000 512
> (54.645499) page-pipe: 	buf 512 pages, 1 iovs:
> (54.645502) page-pipe: 		0x798fa3000 512
> (54.645504) page-pipe: * 0 holes:
> (54.645507) PPB: 512 pages 1 segs 512 pipe 1701 off
> (54.645526) Sent msg to daemon 8 0 0
> (54.645539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645600) Fetched ack: 8 8 0
> (54.645606) PPB: 512 pages 1 segs 512 pipe 1702 off
> (54.645613) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645619) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645657) Fetched ack: 8 8 0
> (54.645664) PPB: 512 pages 1 segs 512 pipe 1703 off
> (54.645670) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645676) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645716) Fetched ack: 8 8 0
> (54.645721) PPB: 512 pages 1 segs 512 pipe 1704 off
> (54.645728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645773) Fetched ack: 8 8 0
> (54.645778) PPB: 512 pages 1 segs 512 pipe 1705 off
> (54.645785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645831) Fetched ack: 8 8 0
> (54.645837) PPB: 512 pages 1 segs 512 pipe 1706 off
> (54.645844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645888) Fetched ack: 8 8 0
> (54.645894) PPB: 512 pages 1 segs 512 pipe 1707 off
> (54.645901) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645907) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.645945) Fetched ack: 8 8 0
> (54.645951) PPB: 512 pages 1 segs 512 pipe 1708 off
> (54.645958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.645964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.646004) Fetched ack: 8 8 0
> (54.646010) Transfering pages:
> (54.646012) 	buf 512/1
> (54.646015) 	p 0x7981a3000 [512]
> (54.681303) 	buf 512/1
> (54.681318) 	p 0x7983a3000 [512]
> (54.717302) 	buf 512/1
> (54.717317) 	p 0x7985a3000 [512]
> (54.753302) 	buf 512/1
> (54.753319) 	p 0x7987a3000 [512]
> (54.789300) 	buf 512/1
> (54.789314) 	p 0x7989a3000 [512]
> (54.825302) 	buf 512/1
> (54.825318) 	p 0x798ba3000 [512]
> (54.861306) 	buf 512/1
> (54.861320) 	p 0x798da3000 [512]
> (54.897302) 	buf 512/1
> (54.897318) 	p 0x798fa3000 [512]
> (54.933300) page-pipe: Clean up page pipe
> (54.933315) page-pipe: Will grow page pipe (iov off is 1709)
> (54.933320) page-pipe: Add iov to page pipe (0 iovs, 1709/1475266 total)
> (54.933337) page-pipe: Will grow page pipe (iov off is 1710)
> (54.933341) page-pipe: Add iov to page pipe (0 iovs, 1710/1475266 total)
> (54.933356) page-pipe: Will grow page pipe (iov off is 1711)
> (54.933359) page-pipe: Add iov to page pipe (0 iovs, 1711/1475266 total)
> (54.933368) page-pipe: Will grow page pipe (iov off is 1712)
> (54.933371) page-pipe: Add iov to page pipe (0 iovs, 1712/1475266 total)
> (54.933380) page-pipe: Will grow page pipe (iov off is 1713)
> (54.933383) page-pipe: Add iov to page pipe (0 iovs, 1713/1475266 total)
> (54.933395) page-pipe: Will grow page pipe (iov off is 1714)
> (54.933398) page-pipe: Add iov to page pipe (0 iovs, 1714/1475266 total)
> (54.933407) page-pipe: Will grow page pipe (iov off is 1715)
> (54.933410) page-pipe: Add iov to page pipe (0 iovs, 1715/1475266 total)
> (54.933419) page-pipe: Will grow page pipe (iov off is 1716)
> (54.933439) page-pipe: Add iov to page pipe (0 iovs, 1716/1475266 total)
> (54.933449) page-pipe: Will grow page pipe (iov off is 1717)
> (54.933452) page-pipe: Page pipe:
> (54.933455) page-pipe: * 8 pipes 1717/1475266 iovs:
> (54.933458) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933461) page-pipe: 		0x7991a3000 512
> (54.933464) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933467) page-pipe: 		0x7993a3000 512
> (54.933470) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933473) page-pipe: 		0x7995a3000 512
> (54.933475) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933478) page-pipe: 		0x7997a3000 512
> (54.933481) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933483) page-pipe: 		0x7999a3000 512
> (54.933486) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933489) page-pipe: 		0x799ba3000 512
> (54.933492) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933494) page-pipe: 		0x799da3000 512
> (54.933497) page-pipe: 	buf 512 pages, 1 iovs:
> (54.933500) page-pipe: 		0x799fa3000 512
> (54.933502) page-pipe: * 0 holes:
> (54.933505) PPB: 512 pages 1 segs 512 pipe 1709 off
> (54.933524) Sent msg to daemon 8 0 0
> (54.933537) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933597) Fetched ack: 8 8 0
> (54.933602) PPB: 512 pages 1 segs 512 pipe 1710 off
> (54.933609) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933655) Fetched ack: 8 8 0
> (54.933660) PPB: 512 pages 1 segs 512 pipe 1711 off
> (54.933667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933711) Fetched ack: 8 8 0
> (54.933717) PPB: 512 pages 1 segs 512 pipe 1712 off
> (54.933724) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933730) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933769) Fetched ack: 8 8 0
> (54.933775) PPB: 512 pages 1 segs 512 pipe 1713 off
> (54.933781) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933826) Fetched ack: 8 8 0
> (54.933832) PPB: 512 pages 1 segs 512 pipe 1714 off
> (54.933838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933883) Fetched ack: 8 8 0
> (54.933889) PPB: 512 pages 1 segs 512 pipe 1715 off
> (54.933896) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933902) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933941) Fetched ack: 8 8 0
> (54.933947) PPB: 512 pages 1 segs 512 pipe 1716 off
> (54.933954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (54.933959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (54.933999) Fetched ack: 8 8 0
> (54.934005) Transfering pages:
> (54.934008) 	buf 512/1
> (54.934011) 	p 0x7991a3000 [512]
> (54.969307) 	buf 512/1
> (54.969321) 	p 0x7993a3000 [512]
> (55.005303) 	buf 512/1
> (55.005318) 	p 0x7995a3000 [512]
> (55.041304) 	buf 512/1
> (55.041319) 	p 0x7997a3000 [512]
> (55.077300) 	buf 512/1
> (55.077316) 	p 0x7999a3000 [512]
> (55.113305) 	buf 512/1
> (55.113320) 	p 0x799ba3000 [512]
> (55.149303) 	buf 512/1
> (55.149320) 	p 0x799da3000 [512]
> (55.185302) 	buf 512/1
> (55.185316) 	p 0x799fa3000 [512]
> (55.221303) page-pipe: Clean up page pipe
> (55.221320) page-pipe: Will grow page pipe (iov off is 1717)
> (55.221325) page-pipe: Add iov to page pipe (0 iovs, 1717/1475266 total)
> (55.221342) page-pipe: Will grow page pipe (iov off is 1718)
> (55.221346) page-pipe: Add iov to page pipe (0 iovs, 1718/1475266 total)
> (55.221357) page-pipe: Will grow page pipe (iov off is 1719)
> (55.221366) page-pipe: Add iov to page pipe (0 iovs, 1719/1475266 total)
> (55.221375) page-pipe: Will grow page pipe (iov off is 1720)
> (55.221378) page-pipe: Add iov to page pipe (0 iovs, 1720/1475266 total)
> (55.221387) page-pipe: Will grow page pipe (iov off is 1721)
> (55.221390) page-pipe: Add iov to page pipe (0 iovs, 1721/1475266 total)
> (55.221420) page-pipe: Will grow page pipe (iov off is 1722)
> (55.221424) page-pipe: Add iov to page pipe (0 iovs, 1722/1475266 total)
> (55.221433) page-pipe: Will grow page pipe (iov off is 1723)
> (55.221436) page-pipe: Add iov to page pipe (0 iovs, 1723/1475266 total)
> (55.221445) page-pipe: Will grow page pipe (iov off is 1724)
> (55.221448) page-pipe: Add iov to page pipe (0 iovs, 1724/1475266 total)
> (55.221457) page-pipe: Will grow page pipe (iov off is 1725)
> (55.221460) page-pipe: Page pipe:
> (55.221463) page-pipe: * 8 pipes 1725/1475266 iovs:
> (55.221466) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221468) page-pipe: 		0x79a1a3000 512
> (55.221472) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221474) page-pipe: 		0x79a3a3000 512
> (55.221477) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221480) page-pipe: 		0x79a5a3000 512
> (55.221482) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221485) page-pipe: 		0x79a7a3000 512
> (55.221488) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221490) page-pipe: 		0x79a9a3000 512
> (55.221493) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221495) page-pipe: 		0x79aba3000 512
> (55.221498) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221501) page-pipe: 		0x79ada3000 512
> (55.221503) page-pipe: 	buf 512 pages, 1 iovs:
> (55.221506) page-pipe: 		0x79afa3000 512
> (55.221508) page-pipe: * 0 holes:
> (55.221511) PPB: 512 pages 1 segs 512 pipe 1717 off
> (55.221531) Sent msg to daemon 8 0 0
> (55.221544) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221605) Fetched ack: 8 8 0
> (55.221611) PPB: 512 pages 1 segs 512 pipe 1718 off
> (55.221618) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221624) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221662) Fetched ack: 8 8 0
> (55.221668) PPB: 512 pages 1 segs 512 pipe 1719 off
> (55.221675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221722) Fetched ack: 8 8 0
> (55.221727) PPB: 512 pages 1 segs 512 pipe 1720 off
> (55.221734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221778) Fetched ack: 8 8 0
> (55.221784) PPB: 512 pages 1 segs 512 pipe 1721 off
> (55.221790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221837) Fetched ack: 8 8 0
> (55.221842) PPB: 512 pages 1 segs 512 pipe 1722 off
> (55.221849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221894) Fetched ack: 8 8 0
> (55.221900) PPB: 512 pages 1 segs 512 pipe 1723 off
> (55.221907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.221953) Fetched ack: 8 8 0
> (55.221959) PPB: 512 pages 1 segs 512 pipe 1724 off
> (55.221965) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.221971) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.222011) Fetched ack: 8 8 0
> (55.222017) Transfering pages:
> (55.222020) 	buf 512/1
> (55.222023) 	p 0x79a1a3000 [512]
> (55.261307) 	buf 512/1
> (55.261321) 	p 0x79a3a3000 [512]
> (55.297302) 	buf 512/1
> (55.297318) 	p 0x79a5a3000 [512]
> (55.333304) 	buf 512/1
> (55.333321) 	p 0x79a7a3000 [512]
> (55.369303) 	buf 512/1
> (55.369318) 	p 0x79a9a3000 [512]
> (55.405302) 	buf 512/1
> (55.405318) 	p 0x79aba3000 [512]
> (55.441301) 	buf 512/1
> (55.441319) 	p 0x79ada3000 [512]
> (55.477300) 	buf 512/1
> (55.477315) 	p 0x79afa3000 [512]
> (55.513300) page-pipe: Clean up page pipe
> (55.513316) page-pipe: Will grow page pipe (iov off is 1725)
> (55.513322) page-pipe: Add iov to page pipe (0 iovs, 1725/1475266 total)
> (55.513339) page-pipe: Will grow page pipe (iov off is 1726)
> (55.513342) page-pipe: Add iov to page pipe (0 iovs, 1726/1475266 total)
> (55.513376) page-pipe: Will grow page pipe (iov off is 1727)
> (55.513379) page-pipe: Add iov to page pipe (0 iovs, 1727/1475266 total)
> (55.513389) page-pipe: Will grow page pipe (iov off is 1728)
> (55.513392) page-pipe: Add iov to page pipe (0 iovs, 1728/1475266 total)
> (55.513401) page-pipe: Will grow page pipe (iov off is 1729)
> (55.513404) page-pipe: Add iov to page pipe (0 iovs, 1729/1475266 total)
> (55.513416) page-pipe: Will grow page pipe (iov off is 1730)
> (55.513419) page-pipe: Add iov to page pipe (0 iovs, 1730/1475266 total)
> (55.513428) page-pipe: Will grow page pipe (iov off is 1731)
> (55.513431) page-pipe: Add iov to page pipe (0 iovs, 1731/1475266 total)
> (55.513440) page-pipe: Will grow page pipe (iov off is 1732)
> (55.513443) page-pipe: Add iov to page pipe (0 iovs, 1732/1475266 total)
> (55.513452) page-pipe: Will grow page pipe (iov off is 1733)
> (55.513455) page-pipe: Page pipe:
> (55.513458) page-pipe: * 8 pipes 1733/1475266 iovs:
> (55.513461) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513464) page-pipe: 		0x79b1a3000 512
> (55.513467) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513470) page-pipe: 		0x79b3a3000 512
> (55.513473) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513475) page-pipe: 		0x79b5a3000 512
> (55.513478) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513481) page-pipe: 		0x79b7a3000 512
> (55.513483) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513486) page-pipe: 		0x79b9a3000 512
> (55.513488) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513491) page-pipe: 		0x79bba3000 512
> (55.513493) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513496) page-pipe: 		0x79bda3000 512
> (55.513499) page-pipe: 	buf 512 pages, 1 iovs:
> (55.513501) page-pipe: 		0x79bfa3000 512
> (55.513504) page-pipe: * 0 holes:
> (55.513507) PPB: 512 pages 1 segs 512 pipe 1725 off
> (55.513527) Sent msg to daemon 8 0 0
> (55.513540) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513601) Fetched ack: 8 8 0
> (55.513607) PPB: 512 pages 1 segs 512 pipe 1726 off
> (55.513614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513667) Fetched ack: 8 8 0
> (55.513672) PPB: 512 pages 1 segs 512 pipe 1727 off
> (55.513679) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513685) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513723) Fetched ack: 8 8 0
> (55.513729) PPB: 512 pages 1 segs 512 pipe 1728 off
> (55.513735) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513741) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513780) Fetched ack: 8 8 0
> (55.513786) PPB: 512 pages 1 segs 512 pipe 1729 off
> (55.513793) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513838) Fetched ack: 8 8 0
> (55.513844) PPB: 512 pages 1 segs 512 pipe 1730 off
> (55.513851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513894) Fetched ack: 8 8 0
> (55.513900) PPB: 512 pages 1 segs 512 pipe 1731 off
> (55.513906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.513951) Fetched ack: 8 8 0
> (55.513957) PPB: 512 pages 1 segs 512 pipe 1732 off
> (55.513963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.513969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.514008) Fetched ack: 8 8 0
> (55.514014) Transfering pages:
> (55.514016) 	buf 512/1
> (55.514019) 	p 0x79b1a3000 [512]
> (55.549303) 	buf 512/1
> (55.549318) 	p 0x79b3a3000 [512]
> (55.585302) 	buf 512/1
> (55.585317) 	p 0x79b5a3000 [512]
> (55.621301) 	buf 512/1
> (55.621316) 	p 0x79b7a3000 [512]
> (55.657309) 	buf 512/1
> (55.657324) 	p 0x79b9a3000 [512]
> (55.693709) 	buf 512/1
> (55.693737) 	p 0x79bba3000 [512]
> (55.729310) 	buf 512/1
> (55.729334) 	p 0x79bda3000 [512]
> (55.765313) 	buf 512/1
> (55.765528) 	p 0x79bfa3000 [512]
> (55.801308) page-pipe: Clean up page pipe
> (55.801335) page-pipe: Will grow page pipe (iov off is 1733)
> (55.801340) page-pipe: Add iov to page pipe (0 iovs, 1733/1475266 total)
> (55.801354) page-pipe: Will grow page pipe (iov off is 1734)
> (55.801357) page-pipe: Add iov to page pipe (0 iovs, 1734/1475266 total)
> (55.801366) page-pipe: Will grow page pipe (iov off is 1735)
> (55.801368) page-pipe: Add iov to page pipe (0 iovs, 1735/1475266 total)
> (55.801378) page-pipe: Will grow page pipe (iov off is 1736)
> (55.801380) page-pipe: Add iov to page pipe (0 iovs, 1736/1475266 total)
> (55.801390) page-pipe: Will grow page pipe (iov off is 1737)
> (55.801392) page-pipe: Add iov to page pipe (0 iovs, 1737/1475266 total)
> (55.801405) page-pipe: Will grow page pipe (iov off is 1738)
> (55.801408) page-pipe: Add iov to page pipe (0 iovs, 1738/1475266 total)
> (55.801417) page-pipe: Will grow page pipe (iov off is 1739)
> (55.801420) page-pipe: Add iov to page pipe (0 iovs, 1739/1475266 total)
> (55.801429) page-pipe: Will grow page pipe (iov off is 1740)
> (55.801432) page-pipe: Add iov to page pipe (0 iovs, 1740/1475266 total)
> (55.801441) page-pipe: Will grow page pipe (iov off is 1741)
> (55.801444) page-pipe: Page pipe:
> (55.801447) page-pipe: * 8 pipes 1741/1475266 iovs:
> (55.801450) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801452) page-pipe: 		0x79c1a3000 512
> (55.801456) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801459) page-pipe: 		0x79c3a3000 512
> (55.801461) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801464) page-pipe: 		0x79c5a3000 512
> (55.801466) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801469) page-pipe: 		0x79c7a3000 512
> (55.801472) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801474) page-pipe: 		0x79c9a3000 512
> (55.801477) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801479) page-pipe: 		0x79cba3000 512
> (55.801482) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801485) page-pipe: 		0x79cda3000 512
> (55.801487) page-pipe: 	buf 512 pages, 1 iovs:
> (55.801490) page-pipe: 		0x79cfa3000 512
> (55.801493) page-pipe: * 0 holes:
> (55.801495) PPB: 512 pages 1 segs 512 pipe 1733 off
> (55.801511) Sent msg to daemon 8 0 0
> (55.801522) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.801636) Fetched ack: 8 8 0
> (55.801656) PPB: 512 pages 1 segs 512 pipe 1734 off
> (55.801668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.801680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.801725) Fetched ack: 8 8 0
> (55.801732) PPB: 512 pages 1 segs 512 pipe 1735 off
> (55.801740) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.801748) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.801792) Fetched ack: 8 8 0
> (55.801799) PPB: 512 pages 1 segs 512 pipe 1736 off
> (55.801807) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.801814) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.801857) Fetched ack: 8 8 0
> (55.801865) PPB: 512 pages 1 segs 512 pipe 1737 off
> (55.801873) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.801880) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (55.801925) Fetched ack: 8 8 0
> (55.801933) PPB: 512 pages 1 segs 512 pipe 1738 off
> (55.801941) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.801948) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (55.801993) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (55.801999) PPB: 512 pages 1 segs 512 pipe 1739 off
> (55.802009) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.802016) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (55.802059) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (55.802064) PPB: 512 pages 1 segs 512 pipe 1740 off
> (55.802074) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (55.802081) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (55.802125) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (55.802131) Transfering pages:
> (55.802135) 	buf 512/1
> (55.802139) 	p 0x79c1a3000 [512]
> (55.837301) 	buf 512/1
> (55.837317) 	p 0x79c3a3000 [512]
> (55.877303) 	buf 512/1
> (55.877321) 	p 0x79c5a3000 [512]
> (55.917301) 	buf 512/1
> (55.917318) 	p 0x79c7a3000 [512]
> (55.953303) 	buf 512/1
> (55.953322) 	p 0x79c9a3000 [512]
> (55.989301) 	buf 512/1
> (55.989319) 	p 0x79cba3000 [512]
> (56.025302) 	buf 512/1
> (56.025318) 	p 0x79cda3000 [512]
> (56.061299) 	buf 512/1
> (56.061315) 	p 0x79cfa3000 [512]
> (56.097305) page-pipe: Clean up page pipe
> (56.097325) page-pipe: Will grow page pipe (iov off is 1741)
> (56.097330) page-pipe: Add iov to page pipe (0 iovs, 1741/1475266 total)
> (56.097352) page-pipe: Will grow page pipe (iov off is 1742)
> (56.097355) page-pipe: Add iov to page pipe (0 iovs, 1742/1475266 total)
> (56.097364) page-pipe: Will grow page pipe (iov off is 1743)
> (56.097367) page-pipe: Add iov to page pipe (0 iovs, 1743/1475266 total)
> (56.097376) page-pipe: Will grow page pipe (iov off is 1744)
> (56.097379) page-pipe: Add iov to page pipe (0 iovs, 1744/1475266 total)
> (56.097388) page-pipe: Will grow page pipe (iov off is 1745)
> (56.097391) page-pipe: Add iov to page pipe (0 iovs, 1745/1475266 total)
> (56.097403) page-pipe: Will grow page pipe (iov off is 1746)
> (56.097406) page-pipe: Add iov to page pipe (0 iovs, 1746/1475266 total)
> (56.097415) page-pipe: Will grow page pipe (iov off is 1747)
> (56.097418) page-pipe: Add iov to page pipe (0 iovs, 1747/1475266 total)
> (56.097427) page-pipe: Will grow page pipe (iov off is 1748)
> (56.097430) page-pipe: Add iov to page pipe (0 iovs, 1748/1475266 total)
> (56.097439) page-pipe: Will grow page pipe (iov off is 1749)
> (56.097443) page-pipe: Page pipe:
> (56.097445) page-pipe: * 8 pipes 1749/1475266 iovs:
> (56.097448) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097451) page-pipe: 		0x79d1a3000 512
> (56.097455) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097457) page-pipe: 		0x79d3a3000 512
> (56.097460) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097463) page-pipe: 		0x79d5a3000 512
> (56.097465) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097468) page-pipe: 		0x79d7a3000 512
> (56.097471) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097474) page-pipe: 		0x79d9a3000 512
> (56.097476) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097479) page-pipe: 		0x79dba3000 512
> (56.097482) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097484) page-pipe: 		0x79dda3000 512
> (56.097487) page-pipe: 	buf 512 pages, 1 iovs:
> (56.097490) page-pipe: 		0x79dfa3000 512
> (56.097492) page-pipe: * 0 holes:
> (56.097495) PPB: 512 pages 1 segs 512 pipe 1741 off
> (56.097516) Sent msg to daemon 8 0 0
> (56.097529) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097589) Fetched ack: 8 8 0
> (56.097594) PPB: 512 pages 1 segs 512 pipe 1742 off
> (56.097601) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097607) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097648) Fetched ack: 8 8 0
> (56.097654) PPB: 512 pages 1 segs 512 pipe 1743 off
> (56.097660) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097666) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097707) Fetched ack: 8 8 0
> (56.097713) PPB: 512 pages 1 segs 512 pipe 1744 off
> (56.097719) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097725) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097765) Fetched ack: 8 8 0
> (56.097771) PPB: 512 pages 1 segs 512 pipe 1745 off
> (56.097778) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097783) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097823) Fetched ack: 8 8 0
> (56.097828) PPB: 512 pages 1 segs 512 pipe 1746 off
> (56.097835) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097841) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097879) Fetched ack: 8 8 0
> (56.097885) PPB: 512 pages 1 segs 512 pipe 1747 off
> (56.097891) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097897) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.097935) Fetched ack: 8 8 0
> (56.097964) PPB: 512 pages 1 segs 512 pipe 1748 off
> (56.097972) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.097977) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.098017) Fetched ack: 8 8 0
> (56.098023) Transfering pages:
> (56.098026) 	buf 512/1
> (56.098029) 	p 0x79d1a3000 [512]
> (56.133303) 	buf 512/1
> (56.133317) 	p 0x79d3a3000 [512]
> (56.169301) 	buf 512/1
> (56.169317) 	p 0x79d5a3000 [512]
> (56.205301) 	buf 512/1
> (56.205319) 	p 0x79d7a3000 [512]
> (56.245301) 	buf 512/1
> (56.245327) 	p 0x79d9a3000 [512]
> (56.285302) 	buf 512/1
> (56.285318) 	p 0x79dba3000 [512]
> (56.321300) 	buf 512/1
> (56.321317) 	p 0x79dda3000 [512]
> (56.357308) 	buf 512/1
> (56.357323) 	p 0x79dfa3000 [512]
> (56.397304) page-pipe: Clean up page pipe
> (56.397321) page-pipe: Will grow page pipe (iov off is 1749)
> (56.397326) page-pipe: Add iov to page pipe (0 iovs, 1749/1475266 total)
> (56.397443) page-pipe: Will grow page pipe (iov off is 1750)
> (56.397446) page-pipe: Add iov to page pipe (0 iovs, 1750/1475266 total)
> (56.397456) page-pipe: Will grow page pipe (iov off is 1751)
> (56.397459) page-pipe: Add iov to page pipe (0 iovs, 1751/1475266 total)
> (56.397468) page-pipe: Will grow page pipe (iov off is 1752)
> (56.397470) page-pipe: Add iov to page pipe (0 iovs, 1752/1475266 total)
> (56.397479) page-pipe: Will grow page pipe (iov off is 1753)
> (56.397482) page-pipe: Add iov to page pipe (0 iovs, 1753/1475266 total)
> (56.397495) page-pipe: Will grow page pipe (iov off is 1754)
> (56.397498) page-pipe: Add iov to page pipe (0 iovs, 1754/1475266 total)
> (56.397507) page-pipe: Will grow page pipe (iov off is 1755)
> (56.397510) page-pipe: Add iov to page pipe (0 iovs, 1755/1475266 total)
> (56.397519) page-pipe: Will grow page pipe (iov off is 1756)
> (56.397521) page-pipe: Add iov to page pipe (0 iovs, 1756/1475266 total)
> (56.397531) page-pipe: Will grow page pipe (iov off is 1757)
> (56.397534) page-pipe: Page pipe:
> (56.397537) page-pipe: * 8 pipes 1757/1475266 iovs:
> (56.397540) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397543) page-pipe: 		0x79e1a3000 512
> (56.397546) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397549) page-pipe: 		0x79e3a3000 512
> (56.397551) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397554) page-pipe: 		0x79e5a3000 512
> (56.397557) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397559) page-pipe: 		0x79e7a3000 512
> (56.397562) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397564) page-pipe: 		0x79e9a3000 512
> (56.397567) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397570) page-pipe: 		0x79eba3000 512
> (56.397572) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397575) page-pipe: 		0x79eda3000 512
> (56.397578) page-pipe: 	buf 512 pages, 1 iovs:
> (56.397580) page-pipe: 		0x79efa3000 512
> (56.397583) page-pipe: * 0 holes:
> (56.397586) PPB: 512 pages 1 segs 512 pipe 1749 off
> (56.397605) Sent msg to daemon 8 0 0
> (56.397618) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.397683) Fetched ack: 8 8 0
> (56.397688) PPB: 512 pages 1 segs 512 pipe 1750 off
> (56.397696) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.397701) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.397741) Fetched ack: 8 8 0
> (56.397748) PPB: 512 pages 1 segs 512 pipe 1751 off
> (56.397754) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.397760) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.397808) Fetched ack: 8 8 0
> (56.397813) PPB: 512 pages 1 segs 512 pipe 1752 off
> pie: __fetched msg: 8 0 0
> (56.397829) Sent msg to daemon 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.397879) Wait for ack 8 on daemon socket
> (56.397884) Fetched ack: 8 8 0
> (56.397887) PPB: 512 pages 1 segs 512 pipe 1753 off
> (56.397894) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.397900) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.397948) Fetched ack: 8 8 0
> (56.397954) PPB: 512 pages 1 segs 512 pipe 1754 off
> pie: __fetched msg: 8 0 0
> (56.397971) Sent msg to daemon 8 0 0
> (56.397979) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.398022) Fetched ack: 8 8 0
> (56.398029) PPB: 512 pages 1 segs 512 pipe 1755 off
> (56.398036) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.398042) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.398082) Fetched ack: 8 8 0
> (56.398088) PPB: 512 pages 1 segs 512 pipe 1756 off
> (56.398094) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.398100) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.398138) Fetched ack: 8 8 0
> (56.398145) Transfering pages:
> (56.398147) 	buf 512/1
> (56.398150) 	p 0x79e1a3000 [512]
> (56.433301) 	buf 512/1
> (56.433316) 	p 0x79e3a3000 [512]
> (56.469302) 	buf 512/1
> (56.469318) 	p 0x79e5a3000 [512]
> (56.505302) 	buf 512/1
> (56.505318) 	p 0x79e7a3000 [512]
> (56.541301) 	buf 512/1
> (56.541316) 	p 0x79e9a3000 [512]
> (56.577302) 	buf 512/1
> (56.577317) 	p 0x79eba3000 [512]
> (56.613303) 	buf 512/1
> (56.613317) 	p 0x79eda3000 [512]
> (56.653303) 	buf 512/1
> (56.653320) 	p 0x79efa3000 [512]
> (56.693305) page-pipe: Clean up page pipe
> (56.693322) page-pipe: Will grow page pipe (iov off is 1757)
> (56.693327) page-pipe: Add iov to page pipe (0 iovs, 1757/1475266 total)
> (56.693347) page-pipe: Will grow page pipe (iov off is 1758)
> (56.693350) page-pipe: Add iov to page pipe (0 iovs, 1758/1475266 total)
> (56.693360) page-pipe: Will grow page pipe (iov off is 1759)
> (56.693362) page-pipe: Add iov to page pipe (0 iovs, 1759/1475266 total)
> (56.693371) page-pipe: Will grow page pipe (iov off is 1760)
> (56.693374) page-pipe: Add iov to page pipe (0 iovs, 1760/1475266 total)
> (56.693384) page-pipe: Will grow page pipe (iov off is 1761)
> (56.693386) page-pipe: Add iov to page pipe (0 iovs, 1761/1475266 total)
> (56.693399) page-pipe: Will grow page pipe (iov off is 1762)
> (56.693402) page-pipe: Add iov to page pipe (0 iovs, 1762/1475266 total)
> (56.693411) page-pipe: Will grow page pipe (iov off is 1763)
> (56.693414) page-pipe: Add iov to page pipe (0 iovs, 1763/1475266 total)
> (56.693423) page-pipe: Will grow page pipe (iov off is 1764)
> (56.693426) page-pipe: Add iov to page pipe (0 iovs, 1764/1475266 total)
> (56.693435) page-pipe: Will grow page pipe (iov off is 1765)
> (56.693438) page-pipe: Page pipe:
> (56.693441) page-pipe: * 8 pipes 1765/1475266 iovs:
> (56.693444) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693446) page-pipe: 		0x79f1a3000 512
> (56.693450) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693452) page-pipe: 		0x79f3a3000 512
> (56.693455) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693457) page-pipe: 		0x79f5a3000 512
> (56.693460) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693463) page-pipe: 		0x79f7a3000 512
> (56.693465) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693468) page-pipe: 		0x79f9a3000 512
> (56.693470) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693473) page-pipe: 		0x79fba3000 512
> (56.693475) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693478) page-pipe: 		0x79fda3000 512
> (56.693481) page-pipe: 	buf 512 pages, 1 iovs:
> (56.693483) page-pipe: 		0x79ffa3000 512
> (56.693486) page-pipe: * 0 holes:
> (56.693489) PPB: 512 pages 1 segs 512 pipe 1757 off
> (56.693508) Sent msg to daemon 8 0 0
> (56.693521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693582) Fetched ack: 8 8 0
> (56.693587) PPB: 512 pages 1 segs 512 pipe 1758 off
> (56.693594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693639) Fetched ack: 8 8 0
> (56.693645) PPB: 512 pages 1 segs 512 pipe 1759 off
> (56.693651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693697) Fetched ack: 8 8 0
> (56.693703) PPB: 512 pages 1 segs 512 pipe 1760 off
> (56.693710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693715) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693755) Fetched ack: 8 8 0
> (56.693761) PPB: 512 pages 1 segs 512 pipe 1761 off
> (56.693785) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693791) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693831) Fetched ack: 8 8 0
> (56.693837) PPB: 512 pages 1 segs 512 pipe 1762 off
> (56.693844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693888) Fetched ack: 8 8 0
> (56.693894) PPB: 512 pages 1 segs 512 pipe 1763 off
> (56.693900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.693944) Fetched ack: 8 8 0
> (56.693950) PPB: 512 pages 1 segs 512 pipe 1764 off
> (56.693957) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.693962) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.694001) Fetched ack: 8 8 0
> (56.694008) Transfering pages:
> (56.694010) 	buf 512/1
> (56.694013) 	p 0x79f1a3000 [512]
> (56.733303) 	buf 512/1
> (56.733320) 	p 0x79f3a3000 [512]
> (56.769306) 	buf 512/1
> (56.769322) 	p 0x79f5a3000 [512]
> (56.809304) 	buf 512/1
> (56.809321) 	p 0x79f7a3000 [512]
> (56.845300) 	buf 512/1
> (56.845315) 	p 0x79f9a3000 [512]
> (56.881303) 	buf 512/1
> (56.881321) 	p 0x79fba3000 [512]
> (56.921302) 	buf 512/1
> (56.921319) 	p 0x79fda3000 [512]
> (56.957305) 	buf 512/1
> (56.957321) 	p 0x79ffa3000 [512]
> (56.993300) page-pipe: Clean up page pipe
> (56.993316) page-pipe: Will grow page pipe (iov off is 1765)
> (56.993321) page-pipe: Add iov to page pipe (0 iovs, 1765/1475266 total)
> (56.993338) page-pipe: Will grow page pipe (iov off is 1766)
> (56.993341) page-pipe: Add iov to page pipe (0 iovs, 1766/1475266 total)
> (56.993356) page-pipe: Will grow page pipe (iov off is 1767)
> (56.993359) page-pipe: Add iov to page pipe (0 iovs, 1767/1475266 total)
> (56.993368) page-pipe: Will grow page pipe (iov off is 1768)
> (56.993371) page-pipe: Add iov to page pipe (0 iovs, 1768/1475266 total)
> (56.993380) page-pipe: Will grow page pipe (iov off is 1769)
> (56.993383) page-pipe: Add iov to page pipe (0 iovs, 1769/1475266 total)
> (56.993396) page-pipe: Will grow page pipe (iov off is 1770)
> (56.993398) page-pipe: Add iov to page pipe (0 iovs, 1770/1475266 total)
> (56.993407) page-pipe: Will grow page pipe (iov off is 1771)
> (56.993410) page-pipe: Add iov to page pipe (0 iovs, 1771/1475266 total)
> (56.993419) page-pipe: Will grow page pipe (iov off is 1772)
> (56.993422) page-pipe: Add iov to page pipe (0 iovs, 1772/1475266 total)
> (56.993431) page-pipe: Will grow page pipe (iov off is 1773)
> (56.993434) page-pipe: Page pipe:
> (56.993437) page-pipe: * 8 pipes 1773/1475266 iovs:
> (56.993440) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993443) page-pipe: 		0x7a01a3000 512
> (56.993446) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993449) page-pipe: 		0x7a03a3000 512
> (56.993452) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993454) page-pipe: 		0x7a05a3000 512
> (56.993457) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993460) page-pipe: 		0x7a07a3000 512
> (56.993462) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993465) page-pipe: 		0x7a09a3000 512
> (56.993467) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993470) page-pipe: 		0x7a0ba3000 512
> (56.993472) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993475) page-pipe: 		0x7a0da3000 512
> (56.993478) page-pipe: 	buf 512 pages, 1 iovs:
> (56.993480) page-pipe: 		0x7a0fa3000 512
> (56.993483) page-pipe: * 0 holes:
> (56.993486) PPB: 512 pages 1 segs 512 pipe 1765 off
> (56.993506) Sent msg to daemon 8 0 0
> (56.993518) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993580) Fetched ack: 8 8 0
> (56.993585) PPB: 512 pages 1 segs 512 pipe 1766 off
> (56.993592) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993598) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993638) Fetched ack: 8 8 0
> (56.993645) PPB: 512 pages 1 segs 512 pipe 1767 off
> (56.993651) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993657) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993697) Fetched ack: 8 8 0
> (56.993704) PPB: 512 pages 1 segs 512 pipe 1768 off
> (56.993710) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993716) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993755) Fetched ack: 8 8 0
> (56.993761) PPB: 512 pages 1 segs 512 pipe 1769 off
> (56.993768) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993773) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993813) Fetched ack: 8 8 0
> (56.993818) PPB: 512 pages 1 segs 512 pipe 1770 off
> (56.993825) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993831) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993869) Fetched ack: 8 8 0
> (56.993875) PPB: 512 pages 1 segs 512 pipe 1771 off
> (56.993881) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993887) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993925) Fetched ack: 8 8 0
> (56.993930) PPB: 512 pages 1 segs 512 pipe 1772 off
> (56.993937) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (56.993943) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (56.993982) Fetched ack: 8 8 0
> (56.993988) Transfering pages:
> (56.993990) 	buf 512/1
> (56.993993) 	p 0x7a01a3000 [512]
> (57.033304) 	buf 512/1
> (57.033320) 	p 0x7a03a3000 [512]
> (57.069307) 	buf 512/1
> (57.069323) 	p 0x7a05a3000 [512]
> (57.105302) 	buf 512/1
> (57.105317) 	p 0x7a07a3000 [512]
> (57.141300) 	buf 512/1
> (57.141316) 	p 0x7a09a3000 [512]
> (57.177301) 	buf 512/1
> (57.177315) 	p 0x7a0ba3000 [512]
> (57.213304) 	buf 512/1
> (57.213319) 	p 0x7a0da3000 [512]
> (57.253308) 	buf 512/1
> (57.253324) 	p 0x7a0fa3000 [512]
> (57.293301) page-pipe: Clean up page pipe
> (57.293317) page-pipe: Will grow page pipe (iov off is 1773)
> (57.293322) page-pipe: Add iov to page pipe (0 iovs, 1773/1475266 total)
> (57.293338) page-pipe: Will grow page pipe (iov off is 1774)
> (57.293342) page-pipe: Add iov to page pipe (0 iovs, 1774/1475266 total)
> (57.293357) page-pipe: Will grow page pipe (iov off is 1775)
> (57.293360) page-pipe: Add iov to page pipe (0 iovs, 1775/1475266 total)
> (57.293369) page-pipe: Will grow page pipe (iov off is 1776)
> (57.293372) page-pipe: Add iov to page pipe (0 iovs, 1776/1475266 total)
> (57.293381) page-pipe: Will grow page pipe (iov off is 1777)
> (57.293383) page-pipe: Add iov to page pipe (0 iovs, 1777/1475266 total)
> (57.293396) page-pipe: Will grow page pipe (iov off is 1778)
> (57.293399) page-pipe: Add iov to page pipe (0 iovs, 1778/1475266 total)
> (57.293408) page-pipe: Will grow page pipe (iov off is 1779)
> (57.293411) page-pipe: Add iov to page pipe (0 iovs, 1779/1475266 total)
> (57.293420) page-pipe: Will grow page pipe (iov off is 1780)
> (57.293423) page-pipe: Add iov to page pipe (0 iovs, 1780/1475266 total)
> (57.293432) page-pipe: Will grow page pipe (iov off is 1781)
> (57.293435) page-pipe: Page pipe:
> (57.293438) page-pipe: * 8 pipes 1781/1475266 iovs:
> (57.293441) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293444) page-pipe: 		0x7a11a3000 512
> (57.293447) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293450) page-pipe: 		0x7a13a3000 512
> (57.293452) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293455) page-pipe: 		0x7a15a3000 512
> (57.293458) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293461) page-pipe: 		0x7a17a3000 512
> (57.293463) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293466) page-pipe: 		0x7a19a3000 512
> (57.293469) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293471) page-pipe: 		0x7a1ba3000 512
> (57.293474) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293477) page-pipe: 		0x7a1da3000 512
> (57.293479) page-pipe: 	buf 512 pages, 1 iovs:
> (57.293482) page-pipe: 		0x7a1fa3000 512
> (57.293485) page-pipe: * 0 holes:
> (57.293488) PPB: 512 pages 1 segs 512 pipe 1773 off
> (57.293507) Sent msg to daemon 8 0 0
> (57.293521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293580) Fetched ack: 8 8 0
> (57.293586) PPB: 512 pages 1 segs 512 pipe 1774 off
> (57.293611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293656) Fetched ack: 8 8 0
> (57.293662) PPB: 512 pages 1 segs 512 pipe 1775 off
> (57.293668) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293712) Fetched ack: 8 8 0
> (57.293718) PPB: 512 pages 1 segs 512 pipe 1776 off
> (57.293725) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293771) Fetched ack: 8 8 0
> (57.293776) PPB: 512 pages 1 segs 512 pipe 1777 off
> (57.293783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293788) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293827) Fetched ack: 8 8 0
> (57.293833) PPB: 512 pages 1 segs 512 pipe 1778 off
> (57.293840) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293845) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293885) Fetched ack: 8 8 0
> (57.293890) PPB: 512 pages 1 segs 512 pipe 1779 off
> (57.293897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293941) Fetched ack: 8 8 0
> (57.293947) PPB: 512 pages 1 segs 512 pipe 1780 off
> (57.293953) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.293959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.293998) Fetched ack: 8 8 0
> (57.294004) Transfering pages:
> (57.294007) 	buf 512/1
> (57.294010) 	p 0x7a11a3000 [512]
> (57.333304) 	buf 512/1
> (57.333320) 	p 0x7a13a3000 [512]
> (57.373300) 	buf 512/1
> (57.373315) 	p 0x7a15a3000 [512]
> (57.413303) 	buf 512/1
> (57.413321) 	p 0x7a17a3000 [512]
> (57.453301) 	buf 512/1
> (57.453317) 	p 0x7a19a3000 [512]
> (57.493302) 	buf 512/1
> (57.493317) 	p 0x7a1ba3000 [512]
> (57.533300) 	buf 512/1
> (57.533317) 	p 0x7a1da3000 [512]
> (57.573303) 	buf 512/1
> (57.573320) 	p 0x7a1fa3000 [512]
> (57.613303) page-pipe: Clean up page pipe
> (57.613320) page-pipe: Will grow page pipe (iov off is 1781)
> (57.613325) page-pipe: Add iov to page pipe (0 iovs, 1781/1475266 total)
> (57.613342) page-pipe: Will grow page pipe (iov off is 1782)
> (57.613346) page-pipe: Add iov to page pipe (0 iovs, 1782/1475266 total)
> (57.613363) page-pipe: Will grow page pipe (iov off is 1783)
> (57.613365) page-pipe: Add iov to page pipe (0 iovs, 1783/1475266 total)
> (57.613374) page-pipe: Will grow page pipe (iov off is 1784)
> (57.613377) page-pipe: Add iov to page pipe (0 iovs, 1784/1475266 total)
> (57.613386) page-pipe: Will grow page pipe (iov off is 1785)
> (57.613389) page-pipe: Add iov to page pipe (0 iovs, 1785/1475266 total)
> (57.613402) page-pipe: Will grow page pipe (iov off is 1786)
> (57.613405) page-pipe: Add iov to page pipe (0 iovs, 1786/1475266 total)
> (57.613414) page-pipe: Will grow page pipe (iov off is 1787)
> (57.613417) page-pipe: Add iov to page pipe (0 iovs, 1787/1475266 total)
> (57.613426) page-pipe: Will grow page pipe (iov off is 1788)
> (57.613429) page-pipe: Add iov to page pipe (0 iovs, 1788/1475266 total)
> (57.613438) page-pipe: Will grow page pipe (iov off is 1789)
> (57.613441) page-pipe: Page pipe:
> (57.613444) page-pipe: * 8 pipes 1789/1475266 iovs:
> (57.613447) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613450) page-pipe: 		0x7a21a3000 512
> (57.613454) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613456) page-pipe: 		0x7a23a3000 512
> (57.613459) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613462) page-pipe: 		0x7a25a3000 512
> (57.613464) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613467) page-pipe: 		0x7a27a3000 512
> (57.613470) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613472) page-pipe: 		0x7a29a3000 512
> (57.613475) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613477) page-pipe: 		0x7a2ba3000 512
> (57.613480) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613483) page-pipe: 		0x7a2da3000 512
> (57.613485) page-pipe: 	buf 512 pages, 1 iovs:
> (57.613488) page-pipe: 		0x7a2fa3000 512
> (57.613510) page-pipe: * 0 holes:
> (57.613514) PPB: 512 pages 1 segs 512 pipe 1781 off
> (57.613534) Sent msg to daemon 8 0 0
> (57.613547) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613607) Fetched ack: 8 8 0
> (57.613612) PPB: 512 pages 1 segs 512 pipe 1782 off
> (57.613619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613664) Fetched ack: 8 8 0
> (57.613670) PPB: 512 pages 1 segs 512 pipe 1783 off
> (57.613677) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613683) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613723) Fetched ack: 8 8 0
> (57.613729) PPB: 512 pages 1 segs 512 pipe 1784 off
> (57.613736) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613741) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613780) Fetched ack: 8 8 0
> (57.613786) PPB: 512 pages 1 segs 512 pipe 1785 off
> (57.613792) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613798) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613838) Fetched ack: 8 8 0
> (57.613843) PPB: 512 pages 1 segs 512 pipe 1786 off
> (57.613850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613895) Fetched ack: 8 8 0
> (57.613901) PPB: 512 pages 1 segs 512 pipe 1787 off
> (57.613907) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613913) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.613952) Fetched ack: 8 8 0
> (57.613958) PPB: 512 pages 1 segs 512 pipe 1788 off
> (57.613964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.613969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.614008) Fetched ack: 8 8 0
> (57.614015) Transfering pages:
> (57.614017) 	buf 512/1
> (57.614020) 	p 0x7a21a3000 [512]
> (57.653302) 	buf 512/1
> (57.653317) 	p 0x7a23a3000 [512]
> (57.693301) 	buf 512/1
> (57.693317) 	p 0x7a25a3000 [512]
> (57.733305) 	buf 512/1
> (57.733321) 	p 0x7a27a3000 [512]
> (57.773308) 	buf 512/1
> (57.773326) 	p 0x7a29a3000 [512]
> (57.813307) 	buf 512/1
> (57.813323) 	p 0x7a2ba3000 [512]
> (57.853307) 	buf 512/1
> (57.853323) 	p 0x7a2da3000 [512]
> (57.893303) 	buf 512/1
> (57.893319) 	p 0x7a2fa3000 [512]
> (57.933301) page-pipe: Clean up page pipe
> (57.933319) page-pipe: Will grow page pipe (iov off is 1789)
> (57.933324) page-pipe: Add iov to page pipe (0 iovs, 1789/1475266 total)
> (57.933341) page-pipe: Will grow page pipe (iov off is 1790)
> (57.933350) page-pipe: Add iov to page pipe (0 iovs, 1790/1475266 total)
> (57.933359) page-pipe: Will grow page pipe (iov off is 1791)
> (57.933362) page-pipe: Add iov to page pipe (0 iovs, 1791/1475266 total)
> (57.933371) page-pipe: Will grow page pipe (iov off is 1792)
> (57.933373) page-pipe: Add iov to page pipe (0 iovs, 1792/1475266 total)
> (57.933383) page-pipe: Will grow page pipe (iov off is 1793)
> (57.933385) page-pipe: Add iov to page pipe (0 iovs, 1793/1475266 total)
> (57.933398) page-pipe: Will grow page pipe (iov off is 1794)
> (57.933401) page-pipe: Add iov to page pipe (0 iovs, 1794/1475266 total)
> (57.933410) page-pipe: Will grow page pipe (iov off is 1795)
> (57.933413) page-pipe: Add iov to page pipe (0 iovs, 1795/1475266 total)
> (57.933422) page-pipe: Will grow page pipe (iov off is 1796)
> (57.933425) page-pipe: Add iov to page pipe (0 iovs, 1796/1475266 total)
> (57.933434) page-pipe: Will grow page pipe (iov off is 1797)
> (57.933437) page-pipe: Page pipe:
> (57.933440) page-pipe: * 8 pipes 1797/1475266 iovs:
> (57.933443) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933446) page-pipe: 		0x7a31a3000 512
> (57.933449) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933451) page-pipe: 		0x7a33a3000 512
> (57.933454) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933457) page-pipe: 		0x7a35a3000 512
> (57.933459) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933462) page-pipe: 		0x7a37a3000 512
> (57.933481) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933484) page-pipe: 		0x7a39a3000 512
> (57.933487) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933490) page-pipe: 		0x7a3ba3000 512
> (57.933492) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933495) page-pipe: 		0x7a3da3000 512
> (57.933497) page-pipe: 	buf 512 pages, 1 iovs:
> (57.933500) page-pipe: 		0x7a3fa3000 512
> (57.933502) page-pipe: * 0 holes:
> (57.933505) PPB: 512 pages 1 segs 512 pipe 1789 off
> (57.933525) Sent msg to daemon 8 0 0
> (57.933538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933598) Fetched ack: 8 8 0
> (57.933603) PPB: 512 pages 1 segs 512 pipe 1790 off
> (57.933611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933655) Fetched ack: 8 8 0
> (57.933660) PPB: 512 pages 1 segs 512 pipe 1791 off
> (57.933667) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933673) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933713) Fetched ack: 8 8 0
> (57.933719) PPB: 512 pages 1 segs 512 pipe 1792 off
> (57.933726) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933731) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933771) Fetched ack: 8 8 0
> (57.933777) PPB: 512 pages 1 segs 512 pipe 1793 off
> (57.933783) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933789) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933828) Fetched ack: 8 8 0
> (57.933834) PPB: 512 pages 1 segs 512 pipe 1794 off
> (57.933841) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933846) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933885) Fetched ack: 8 8 0
> (57.933891) PPB: 512 pages 1 segs 512 pipe 1795 off
> (57.933897) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933941) Fetched ack: 8 8 0
> (57.933947) PPB: 512 pages 1 segs 512 pipe 1796 off
> (57.933954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (57.933959) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (57.933998) Fetched ack: 8 8 0
> (57.934004) Transfering pages:
> (57.934006) 	buf 512/1
> (57.934009) 	p 0x7a31a3000 [512]
> (57.973309) 	buf 512/1
> (57.973324) 	p 0x7a33a3000 [512]
> (58.013302) 	buf 512/1
> (58.013318) 	p 0x7a35a3000 [512]
> (58.053301) 	buf 512/1
> (58.053318) 	p 0x7a37a3000 [512]
> (58.093300) 	buf 512/1
> (58.093317) 	p 0x7a39a3000 [512]
> (58.133303) 	buf 512/1
> (58.133319) 	p 0x7a3ba3000 [512]
> (58.173304) 	buf 512/1
> (58.173321) 	p 0x7a3da3000 [512]
> (58.213300) 	buf 512/1
> (58.213315) 	p 0x7a3fa3000 [512]
> (58.253305) page-pipe: Clean up page pipe
> (58.253323) page-pipe: Will grow page pipe (iov off is 1797)
> (58.253328) page-pipe: Add iov to page pipe (0 iovs, 1797/1475266 total)
> (58.253353) page-pipe: Will grow page pipe (iov off is 1798)
> (58.253361) page-pipe: Add iov to page pipe (0 iovs, 1798/1475266 total)
> (58.253370) page-pipe: Will grow page pipe (iov off is 1799)
> (58.253373) page-pipe: Add iov to page pipe (0 iovs, 1799/1475266 total)
> (58.253382) page-pipe: Will grow page pipe (iov off is 1800)
> (58.253385) page-pipe: Add iov to page pipe (0 iovs, 1800/1475266 total)
> (58.253394) page-pipe: Will grow page pipe (iov off is 1801)
> (58.253397) page-pipe: Add iov to page pipe (0 iovs, 1801/1475266 total)
> (58.253410) page-pipe: Will grow page pipe (iov off is 1802)
> (58.253412) page-pipe: Add iov to page pipe (0 iovs, 1802/1475266 total)
> (58.253421) page-pipe: Will grow page pipe (iov off is 1803)
> (58.253424) page-pipe: Add iov to page pipe (0 iovs, 1803/1475266 total)
> (58.253434) page-pipe: Will grow page pipe (iov off is 1804)
> (58.253436) page-pipe: Add iov to page pipe (0 iovs, 1804/1475266 total)
> (58.253445) page-pipe: Will grow page pipe (iov off is 1805)
> (58.253449) page-pipe: Page pipe:
> (58.253451) page-pipe: * 8 pipes 1805/1475266 iovs:
> (58.253473) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253477) page-pipe: 		0x7a41a3000 512
> (58.253480) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253483) page-pipe: 		0x7a43a3000 512
> (58.253486) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253488) page-pipe: 		0x7a45a3000 512
> (58.253491) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253494) page-pipe: 		0x7a47a3000 512
> (58.253496) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253499) page-pipe: 		0x7a49a3000 512
> (58.253502) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253505) page-pipe: 		0x7a4ba3000 512
> (58.253507) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253510) page-pipe: 		0x7a4da3000 512
> (58.253513) page-pipe: 	buf 512 pages, 1 iovs:
> (58.253516) page-pipe: 		0x7a4fa3000 512
> (58.253518) page-pipe: * 0 holes:
> (58.253521) PPB: 512 pages 1 segs 512 pipe 1797 off
> (58.253542) Sent msg to daemon 8 0 0
> (58.253555) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253618) Fetched ack: 8 8 0
> (58.253624) PPB: 512 pages 1 segs 512 pipe 1798 off
> (58.253631) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253638) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253676) Fetched ack: 8 8 0
> (58.253682) PPB: 512 pages 1 segs 512 pipe 1799 off
> (58.253688) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253695) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253734) Fetched ack: 8 8 0
> (58.253740) PPB: 512 pages 1 segs 512 pipe 1800 off
> (58.253746) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253752) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253792) Fetched ack: 8 8 0
> (58.253797) PPB: 512 pages 1 segs 512 pipe 1801 off
> (58.253804) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253810) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253850) Fetched ack: 8 8 0
> (58.253856) PPB: 512 pages 1 segs 512 pipe 1802 off
> (58.253862) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253868) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253908) Fetched ack: 8 8 0
> (58.253914) PPB: 512 pages 1 segs 512 pipe 1803 off
> (58.253921) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253927) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.253967) Fetched ack: 8 8 0
> (58.253973) PPB: 512 pages 1 segs 512 pipe 1804 off
> (58.253979) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.253985) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.254025) Fetched ack: 8 8 0
> (58.254031) Transfering pages:
> (58.254034) 	buf 512/1
> (58.254037) 	p 0x7a41a3000 [512]
> (58.297304) 	buf 512/1
> (58.297319) 	p 0x7a43a3000 [512]
> (58.341304) 	buf 512/1
> (58.341320) 	p 0x7a45a3000 [512]
> (58.385302) 	buf 512/1
> (58.385325) 	p 0x7a47a3000 [512]
> (58.433301) 	buf 512/1
> (58.433318) 	p 0x7a49a3000 [512]
> (58.477302) 	buf 512/1
> (58.477317) 	p 0x7a4ba3000 [512]
> (58.521302) 	buf 512/1
> (58.521319) 	p 0x7a4da3000 [512]
> (58.565303) 	buf 512/1
> (58.565319) 	p 0x7a4fa3000 [512]
> (58.605304) page-pipe: Clean up page pipe
> (58.605320) page-pipe: Will grow page pipe (iov off is 1805)
> (58.605325) page-pipe: Add iov to page pipe (0 iovs, 1805/1475266 total)
> (58.605342) page-pipe: Will grow page pipe (iov off is 1806)
> (58.605346) page-pipe: Add iov to page pipe (0 iovs, 1806/1475266 total)
> (58.605361) page-pipe: Will grow page pipe (iov off is 1807)
> (58.605364) page-pipe: Add iov to page pipe (0 iovs, 1807/1475266 total)
> (58.605373) page-pipe: Will grow page pipe (iov off is 1808)
> (58.605376) page-pipe: Add iov to page pipe (0 iovs, 1808/1475266 total)
> (58.605385) page-pipe: Will grow page pipe (iov off is 1809)
> (58.605388) page-pipe: Add iov to page pipe (0 iovs, 1809/1475266 total)
> (58.605401) page-pipe: Will grow page pipe (iov off is 1810)
> (58.605403) page-pipe: Add iov to page pipe (0 iovs, 1810/1475266 total)
> (58.605413) page-pipe: Will grow page pipe (iov off is 1811)
> (58.605432) page-pipe: Add iov to page pipe (0 iovs, 1811/1475266 total)
> (58.605442) page-pipe: Will grow page pipe (iov off is 1812)
> (58.605445) page-pipe: Add iov to page pipe (0 iovs, 1812/1475266 total)
> (58.605455) page-pipe: Will grow page pipe (iov off is 1813)
> (58.605458) page-pipe: Page pipe:
> (58.605460) page-pipe: * 8 pipes 1813/1475266 iovs:
> (58.605463) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605466) page-pipe: 		0x7a51a3000 512
> (58.605470) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605473) page-pipe: 		0x7a53a3000 512
> (58.605475) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605478) page-pipe: 		0x7a55a3000 512
> (58.605481) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605484) page-pipe: 		0x7a57a3000 512
> (58.605487) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605489) page-pipe: 		0x7a59a3000 512
> (58.605492) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605495) page-pipe: 		0x7a5ba3000 512
> (58.605498) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605500) page-pipe: 		0x7a5da3000 512
> (58.605503) page-pipe: 	buf 512 pages, 1 iovs:
> (58.605506) page-pipe: 		0x7a5fa3000 512
> (58.605509) page-pipe: * 0 holes:
> (58.605511) PPB: 512 pages 1 segs 512 pipe 1805 off
> (58.605532) Sent msg to daemon 8 0 0
> (58.605545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605604) Fetched ack: 8 8 0
> (58.605609) PPB: 512 pages 1 segs 512 pipe 1806 off
> (58.605617) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605623) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605663) Fetched ack: 8 8 0
> (58.605669) PPB: 512 pages 1 segs 512 pipe 1807 off
> (58.605676) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605682) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605721) Fetched ack: 8 8 0
> (58.605727) PPB: 512 pages 1 segs 512 pipe 1808 off
> (58.605734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605780) Fetched ack: 8 8 0
> (58.605786) PPB: 512 pages 1 segs 512 pipe 1809 off
> (58.605793) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605799) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605838) Fetched ack: 8 8 0
> (58.605845) PPB: 512 pages 1 segs 512 pipe 1810 off
> (58.605851) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605857) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605897) Fetched ack: 8 8 0
> (58.605903) PPB: 512 pages 1 segs 512 pipe 1811 off
> (58.605910) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605916) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.605954) Fetched ack: 8 8 0
> (58.605960) PPB: 512 pages 1 segs 512 pipe 1812 off
> (58.605967) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.605972) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.606011) Fetched ack: 8 8 0
> (58.606017) Transfering pages:
> (58.606020) 	buf 512/1
> (58.606023) 	p 0x7a51a3000 [512]
> (58.649302) 	buf 512/1
> (58.649317) 	p 0x7a53a3000 [512]
> (58.693302) 	buf 512/1
> (58.693320) 	p 0x7a55a3000 [512]
> (58.737302) 	buf 512/1
> (58.737319) 	p 0x7a57a3000 [512]
> (58.777301) 	buf 512/1
> (58.777319) 	p 0x7a59a3000 [512]
> (58.817302) 	buf 512/1
> (58.817318) 	p 0x7a5ba3000 [512]
> (58.857304) 	buf 512/1
> (58.857319) 	p 0x7a5da3000 [512]
> (58.897301) 	buf 512/1
> (58.897317) 	p 0x7a5fa3000 [512]
> (58.937300) page-pipe: Clean up page pipe
> (58.937316) page-pipe: Will grow page pipe (iov off is 1813)
> (58.937322) page-pipe: Add iov to page pipe (0 iovs, 1813/1475266 total)
> (58.937339) page-pipe: Will grow page pipe (iov off is 1814)
> (58.937343) page-pipe: Add iov to page pipe (0 iovs, 1814/1475266 total)
> (58.937358) page-pipe: Will grow page pipe (iov off is 1815)
> (58.937361) page-pipe: Add iov to page pipe (0 iovs, 1815/1475266 total)
> (58.937370) page-pipe: Will grow page pipe (iov off is 1816)
> (58.937373) page-pipe: Add iov to page pipe (0 iovs, 1816/1475266 total)
> (58.937399) page-pipe: Will grow page pipe (iov off is 1817)
> (58.937403) page-pipe: Add iov to page pipe (0 iovs, 1817/1475266 total)
> (58.937416) page-pipe: Will grow page pipe (iov off is 1818)
> (58.937419) page-pipe: Add iov to page pipe (0 iovs, 1818/1475266 total)
> (58.937428) page-pipe: Will grow page pipe (iov off is 1819)
> (58.937431) page-pipe: Add iov to page pipe (0 iovs, 1819/1475266 total)
> (58.937440) page-pipe: Will grow page pipe (iov off is 1820)
> (58.937443) page-pipe: Add iov to page pipe (0 iovs, 1820/1475266 total)
> (58.937452) page-pipe: Will grow page pipe (iov off is 1821)
> (58.937455) page-pipe: Page pipe:
> (58.937458) page-pipe: * 8 pipes 1821/1475266 iovs:
> (58.937461) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937464) page-pipe: 		0x7a61a3000 512
> (58.937467) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937470) page-pipe: 		0x7a63a3000 512
> (58.937473) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937476) page-pipe: 		0x7a65a3000 512
> (58.937478) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937481) page-pipe: 		0x7a67a3000 512
> (58.937484) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937486) page-pipe: 		0x7a69a3000 512
> (58.937489) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937492) page-pipe: 		0x7a6ba3000 512
> (58.937495) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937497) page-pipe: 		0x7a6da3000 512
> (58.937500) page-pipe: 	buf 512 pages, 1 iovs:
> (58.937503) page-pipe: 		0x7a6fa3000 512
> (58.937505) page-pipe: * 0 holes:
> (58.937508) PPB: 512 pages 1 segs 512 pipe 1813 off
> (58.937528) Sent msg to daemon 8 0 0
> (58.937541) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937604) Fetched ack: 8 8 0
> (58.937609) PPB: 512 pages 1 segs 512 pipe 1814 off
> (58.937616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937662) Fetched ack: 8 8 0
> (58.937668) PPB: 512 pages 1 segs 512 pipe 1815 off
> (58.937675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937722) Fetched ack: 8 8 0
> (58.937727) PPB: 512 pages 1 segs 512 pipe 1816 off
> (58.937734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937778) Fetched ack: 8 8 0
> (58.937784) PPB: 512 pages 1 segs 512 pipe 1817 off
> (58.937791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937836) Fetched ack: 8 8 0
> (58.937842) PPB: 512 pages 1 segs 512 pipe 1818 off
> (58.937848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937893) Fetched ack: 8 8 0
> (58.937899) PPB: 512 pages 1 segs 512 pipe 1819 off
> (58.937905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937911) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.937951) Fetched ack: 8 8 0
> (58.937957) PPB: 512 pages 1 segs 512 pipe 1820 off
> (58.937964) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (58.937969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (58.938009) Fetched ack: 8 8 0
> (58.938015) Transfering pages:
> (58.938018) 	buf 512/1
> (58.938021) 	p 0x7a61a3000 [512]
> (58.977309) 	buf 512/1
> (58.977323) 	p 0x7a63a3000 [512]
> (59.017303) 	buf 512/1
> (59.017322) 	p 0x7a65a3000 [512]
> (59.057303) 	buf 512/1
> (59.057318) 	p 0x7a67a3000 [512]
> (59.097300) 	buf 512/1
> (59.097318) 	p 0x7a69a3000 [512]
> (59.137303) 	buf 512/1
> (59.137318) 	p 0x7a6ba3000 [512]
> (59.177301) 	buf 512/1
> (59.177318) 	p 0x7a6da3000 [512]
> (59.217302) 	buf 512/1
> (59.217317) 	p 0x7a6fa3000 [512]
> (59.257301) page-pipe: Clean up page pipe
> (59.257318) page-pipe: Will grow page pipe (iov off is 1821)
> (59.257323) page-pipe: Add iov to page pipe (0 iovs, 1821/1475266 total)
> (59.257340) page-pipe: Will grow page pipe (iov off is 1822)
> (59.257367) page-pipe: Add iov to page pipe (0 iovs, 1822/1475266 total)
> (59.257377) page-pipe: Will grow page pipe (iov off is 1823)
> (59.257379) page-pipe: Add iov to page pipe (0 iovs, 1823/1475266 total)
> (59.257389) page-pipe: Will grow page pipe (iov off is 1824)
> (59.257392) page-pipe: Add iov to page pipe (0 iovs, 1824/1475266 total)
> (59.257401) page-pipe: Will grow page pipe (iov off is 1825)
> (59.257404) page-pipe: Add iov to page pipe (0 iovs, 1825/1475266 total)
> (59.257417) page-pipe: Will grow page pipe (iov off is 1826)
> (59.257420) page-pipe: Add iov to page pipe (0 iovs, 1826/1475266 total)
> (59.257429) page-pipe: Will grow page pipe (iov off is 1827)
> (59.257432) page-pipe: Add iov to page pipe (0 iovs, 1827/1475266 total)
> (59.257441) page-pipe: Will grow page pipe (iov off is 1828)
> (59.257444) page-pipe: Add iov to page pipe (0 iovs, 1828/1475266 total)
> (59.257454) page-pipe: Will grow page pipe (iov off is 1829)
> (59.257458) page-pipe: Page pipe:
> (59.257460) page-pipe: * 8 pipes 1829/1475266 iovs:
> (59.257463) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257466) page-pipe: 		0x7a71a3000 512
> (59.257469) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257472) page-pipe: 		0x7a73a3000 512
> (59.257475) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257478) page-pipe: 		0x7a75a3000 512
> (59.257480) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257483) page-pipe: 		0x7a77a3000 512
> (59.257486) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257488) page-pipe: 		0x7a79a3000 512
> (59.257491) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257494) page-pipe: 		0x7a7ba3000 512
> (59.257496) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257499) page-pipe: 		0x7a7da3000 512
> (59.257501) page-pipe: 	buf 512 pages, 1 iovs:
> (59.257504) page-pipe: 		0x7a7fa3000 512
> (59.257507) page-pipe: * 0 holes:
> (59.257510) PPB: 512 pages 1 segs 512 pipe 1821 off
> (59.257530) Sent msg to daemon 8 0 0
> (59.257543) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257604) Fetched ack: 8 8 0
> (59.257609) PPB: 512 pages 1 segs 512 pipe 1822 off
> (59.257616) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257622) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257662) Fetched ack: 8 8 0
> (59.257668) PPB: 512 pages 1 segs 512 pipe 1823 off
> (59.257674) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257680) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257720) Fetched ack: 8 8 0
> (59.257726) PPB: 512 pages 1 segs 512 pipe 1824 off
> (59.257733) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257739) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257777) Fetched ack: 8 8 0
> (59.257783) PPB: 512 pages 1 segs 512 pipe 1825 off
> (59.257790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257836) Fetched ack: 8 8 0
> (59.257842) PPB: 512 pages 1 segs 512 pipe 1826 off
> (59.257849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257893) Fetched ack: 8 8 0
> (59.257899) PPB: 512 pages 1 segs 512 pipe 1827 off
> (59.257906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.257951) Fetched ack: 8 8 0
> (59.257957) PPB: 512 pages 1 segs 512 pipe 1828 off
> (59.257963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.257969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.258008) Fetched ack: 8 8 0
> (59.258014) Transfering pages:
> (59.258017) 	buf 512/1
> (59.258019) 	p 0x7a71a3000 [512]
> (59.297304) 	buf 512/1
> (59.297319) 	p 0x7a73a3000 [512]
> (59.333306) 	buf 512/1
> (59.333322) 	p 0x7a75a3000 [512]
> (59.369307) 	buf 512/1
> (59.369322) 	p 0x7a77a3000 [512]
> (59.405301) 	buf 512/1
> (59.405317) 	p 0x7a79a3000 [512]
> (59.441303) 	buf 512/1
> (59.441336) 	p 0x7a7ba3000 [512]
> (59.477304) 	buf 512/1
> (59.477319) 	p 0x7a7da3000 [512]
> (59.513306) 	buf 512/1
> (59.513322) 	p 0x7a7fa3000 [512]
> (59.549313) page-pipe: Clean up page pipe
> (59.549333) page-pipe: Will grow page pipe (iov off is 1829)
> (59.549338) page-pipe: Add iov to page pipe (0 iovs, 1829/1475266 total)
> (59.549351) page-pipe: Will grow page pipe (iov off is 1830)
> (59.549354) page-pipe: Add iov to page pipe (0 iovs, 1830/1475266 total)
> (59.549363) page-pipe: Will grow page pipe (iov off is 1831)
> (59.549366) page-pipe: Add iov to page pipe (0 iovs, 1831/1475266 total)
> (59.549379) page-pipe: Will grow page pipe (iov off is 1832)
> (59.549382) page-pipe: Add iov to page pipe (0 iovs, 1832/1475266 total)
> (59.549396) page-pipe: Will grow page pipe (iov off is 1833)
> (59.549399) page-pipe: Add iov to page pipe (0 iovs, 1833/1475266 total)
> (59.549412) page-pipe: Will grow page pipe (iov off is 1834)
> (59.549414) page-pipe: Add iov to page pipe (0 iovs, 1834/1475266 total)
> (59.549423) page-pipe: Will grow page pipe (iov off is 1835)
> (59.549426) page-pipe: Add iov to page pipe (0 iovs, 1835/1475266 total)
> (59.549435) page-pipe: Will grow page pipe (iov off is 1836)
> (59.549438) page-pipe: Add iov to page pipe (0 iovs, 1836/1475266 total)
> (59.549447) page-pipe: Will grow page pipe (iov off is 1837)
> (59.549451) page-pipe: Page pipe:
> (59.549453) page-pipe: * 8 pipes 1837/1475266 iovs:
> (59.549456) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549459) page-pipe: 		0x7a81a3000 512
> (59.549463) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549465) page-pipe: 		0x7a83a3000 512
> (59.549468) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549471) page-pipe: 		0x7a85a3000 512
> (59.549473) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549476) page-pipe: 		0x7a87a3000 512
> (59.549479) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549481) page-pipe: 		0x7a89a3000 512
> (59.549484) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549487) page-pipe: 		0x7a8ba3000 512
> (59.549489) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549492) page-pipe: 		0x7a8da3000 512
> (59.549495) page-pipe: 	buf 512 pages, 1 iovs:
> (59.549497) page-pipe: 		0x7a8fa3000 512
> (59.549500) page-pipe: * 0 holes:
> (59.549503) PPB: 512 pages 1 segs 512 pipe 1829 off
> (59.549523) Sent msg to daemon 8 0 0
> (59.549535) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549597) Fetched ack: 8 8 0
> (59.549603) PPB: 512 pages 1 segs 512 pipe 1830 off
> (59.549610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549656) Fetched ack: 8 8 0
> (59.549662) PPB: 512 pages 1 segs 512 pipe 1831 off
> (59.549669) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549675) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549720) Fetched ack: 8 8 0
> (59.549729) PPB: 512 pages 1 segs 512 pipe 1832 off
> (59.549736) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549742) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549781) Fetched ack: 8 8 0
> (59.549787) PPB: 512 pages 1 segs 512 pipe 1833 off
> (59.549794) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549800) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549840) Fetched ack: 8 8 0
> (59.549846) PPB: 512 pages 1 segs 512 pipe 1834 off
> (59.549853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549899) Fetched ack: 8 8 0
> (59.549905) PPB: 512 pages 1 segs 512 pipe 1835 off
> (59.549912) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.549957) Fetched ack: 8 8 0
> (59.549962) PPB: 512 pages 1 segs 512 pipe 1836 off
> (59.549969) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.549975) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.550014) Fetched ack: 8 8 0
> (59.550039) Transfering pages:
> (59.550043) 	buf 512/1
> (59.550045) 	p 0x7a81a3000 [512]
> (59.585302) 	buf 512/1
> (59.585317) 	p 0x7a83a3000 [512]
> (59.621307) 	buf 512/1
> (59.621322) 	p 0x7a85a3000 [512]
> (59.657303) 	buf 512/1
> (59.657323) 	p 0x7a87a3000 [512]
> (59.697302) 	buf 512/1
> (59.697316) 	p 0x7a89a3000 [512]
> (59.737306) 	buf 512/1
> (59.737322) 	p 0x7a8ba3000 [512]
> (59.777307) 	buf 512/1
> (59.777323) 	p 0x7a8da3000 [512]
> (59.813308) 	buf 512/1
> (59.813324) 	p 0x7a8fa3000 [512]
> (59.849302) page-pipe: Clean up page pipe
> (59.849320) page-pipe: Will grow page pipe (iov off is 1837)
> (59.849325) page-pipe: Add iov to page pipe (0 iovs, 1837/1475266 total)
> (59.849342) page-pipe: Will grow page pipe (iov off is 1838)
> (59.849345) page-pipe: Add iov to page pipe (0 iovs, 1838/1475266 total)
> (59.849357) page-pipe: Will grow page pipe (iov off is 1839)
> (59.849361) page-pipe: Add iov to page pipe (0 iovs, 1839/1475266 total)
> (59.849372) page-pipe: Will grow page pipe (iov off is 1840)
> (59.849376) page-pipe: Add iov to page pipe (0 iovs, 1840/1475266 total)
> (59.849388) page-pipe: Will grow page pipe (iov off is 1841)
> (59.849396) page-pipe: Add iov to page pipe (0 iovs, 1841/1475266 total)
> (59.849409) page-pipe: Will grow page pipe (iov off is 1842)
> (59.849412) page-pipe: Add iov to page pipe (0 iovs, 1842/1475266 total)
> (59.849422) page-pipe: Will grow page pipe (iov off is 1843)
> (59.849425) page-pipe: Add iov to page pipe (0 iovs, 1843/1475266 total)
> (59.849434) page-pipe: Will grow page pipe (iov off is 1844)
> (59.849437) page-pipe: Add iov to page pipe (0 iovs, 1844/1475266 total)
> (59.849447) page-pipe: Will grow page pipe (iov off is 1845)
> (59.849450) page-pipe: Page pipe:
> (59.849453) page-pipe: * 8 pipes 1845/1475266 iovs:
> (59.849456) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849459) page-pipe: 		0x7a91a3000 512
> (59.849462) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849465) page-pipe: 		0x7a93a3000 512
> (59.849468) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849471) page-pipe: 		0x7a95a3000 512
> (59.849474) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849477) page-pipe: 		0x7a97a3000 512
> (59.849479) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849482) page-pipe: 		0x7a99a3000 512
> (59.849485) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849488) page-pipe: 		0x7a9ba3000 512
> (59.849491) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849493) page-pipe: 		0x7a9da3000 512
> (59.849496) page-pipe: 	buf 512 pages, 1 iovs:
> (59.849499) page-pipe: 		0x7a9fa3000 512
> (59.849502) page-pipe: * 0 holes:
> (59.849505) PPB: 512 pages 1 segs 512 pipe 1837 off
> (59.849525) Sent msg to daemon 8 0 0
> (59.849538) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849612) Fetched ack: 8 8 0
> (59.849617) PPB: 512 pages 1 segs 512 pipe 1838 off
> (59.849624) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849630) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849669) Fetched ack: 8 8 0
> (59.849675) PPB: 512 pages 1 segs 512 pipe 1839 off
> (59.849681) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849687) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849727) Fetched ack: 8 8 0
> (59.849733) PPB: 512 pages 1 segs 512 pipe 1840 off
> (59.849740) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849746) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849785) Fetched ack: 8 8 0
> (59.849792) PPB: 512 pages 1 segs 512 pipe 1841 off
> (59.849799) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849805) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849844) Fetched ack: 8 8 0
> (59.849850) PPB: 512 pages 1 segs 512 pipe 1842 off
> (59.849857) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849863) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849913) Fetched ack: 8 8 0
> (59.849919) PPB: 512 pages 1 segs 512 pipe 1843 off
> (59.849926) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849932) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.849973) Fetched ack: 8 8 0
> (59.849979) PPB: 512 pages 1 segs 512 pipe 1844 off
> (59.849986) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (59.849992) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (59.850030) Fetched ack: 8 8 0
> (59.850037) Transfering pages:
> (59.850040) 	buf 512/1
> (59.850042) 	p 0x7a91a3000 [512]
> (59.889302) 	buf 512/1
> (59.889318) 	p 0x7a93a3000 [512]
> (59.925311) 	buf 512/1
> (59.925324) 	p 0x7a95a3000 [512]
> (59.961306) 	buf 512/1
> (59.961323) 	p 0x7a97a3000 [512]
> (59.997302) 	buf 512/1
> (59.997319) 	p 0x7a99a3000 [512]
> (60.033301) 	buf 512/1
> (60.033317) 	p 0x7a9ba3000 [512]
> (60.069306) 	buf 512/1
> (60.069321) 	p 0x7a9da3000 [512]
> (60.105302) 	buf 512/1
> (60.105317) 	p 0x7a9fa3000 [512]
> (60.145304) page-pipe: Clean up page pipe
> (60.145321) page-pipe: Will grow page pipe (iov off is 1845)
> (60.145326) page-pipe: Add iov to page pipe (0 iovs, 1845/1475266 total)
> (60.145343) page-pipe: Will grow page pipe (iov off is 1846)
> (60.145347) page-pipe: Add iov to page pipe (0 iovs, 1846/1475266 total)
> (60.145362) page-pipe: Will grow page pipe (iov off is 1847)
> (60.145365) page-pipe: Add iov to page pipe (0 iovs, 1847/1475266 total)
> (60.145374) page-pipe: Will grow page pipe (iov off is 1848)
> (60.145377) page-pipe: Add iov to page pipe (0 iovs, 1848/1475266 total)
> (60.145386) page-pipe: Will grow page pipe (iov off is 1849)
> (60.145389) page-pipe: Add iov to page pipe (0 iovs, 1849/1475266 total)
> (60.145402) page-pipe: Will grow page pipe (iov off is 1850)
> (60.145405) page-pipe: Add iov to page pipe (0 iovs, 1850/1475266 total)
> (60.145414) page-pipe: Will grow page pipe (iov off is 1851)
> (60.145417) page-pipe: Add iov to page pipe (0 iovs, 1851/1475266 total)
> (60.145426) page-pipe: Will grow page pipe (iov off is 1852)
> (60.145429) page-pipe: Add iov to page pipe (0 iovs, 1852/1475266 total)
> (60.145438) page-pipe: Will grow page pipe (iov off is 1853)
> (60.145441) page-pipe: Page pipe:
> (60.145444) page-pipe: * 8 pipes 1853/1475266 iovs:
> (60.145447) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145450) page-pipe: 		0x7aa1a3000 512
> (60.145453) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145456) page-pipe: 		0x7aa3a3000 512
> (60.145459) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145462) page-pipe: 		0x7aa5a3000 512
> (60.145464) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145467) page-pipe: 		0x7aa7a3000 512
> (60.145470) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145473) page-pipe: 		0x7aa9a3000 512
> (60.145475) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145478) page-pipe: 		0x7aaba3000 512
> (60.145481) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145483) page-pipe: 		0x7aada3000 512
> (60.145486) page-pipe: 	buf 512 pages, 1 iovs:
> (60.145489) page-pipe: 		0x7aafa3000 512
> (60.145492) page-pipe: * 0 holes:
> (60.145495) PPB: 512 pages 1 segs 512 pipe 1845 off
> (60.145513) Sent msg to daemon 8 0 0
> (60.145527) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145589) Fetched ack: 8 8 0
> (60.145594) PPB: 512 pages 1 segs 512 pipe 1846 off
> (60.145601) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145607) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145647) Fetched ack: 8 8 0
> (60.145653) PPB: 512 pages 1 segs 512 pipe 1847 off
> (60.145660) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145666) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145705) Fetched ack: 8 8 0
> (60.145712) PPB: 512 pages 1 segs 512 pipe 1848 off
> (60.145718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145762) Fetched ack: 8 8 0
> (60.145768) PPB: 512 pages 1 segs 512 pipe 1849 off
> (60.145774) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145780) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145820) Fetched ack: 8 8 0
> (60.145826) PPB: 512 pages 1 segs 512 pipe 1850 off
> (60.145850) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145856) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145894) Fetched ack: 8 8 0
> (60.145900) PPB: 512 pages 1 segs 512 pipe 1851 off
> (60.145906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.145950) Fetched ack: 8 8 0
> (60.145956) PPB: 512 pages 1 segs 512 pipe 1852 off
> (60.145963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.145969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.146006) Fetched ack: 8 8 0
> (60.146013) Transfering pages:
> (60.146016) 	buf 512/1
> (60.146018) 	p 0x7aa1a3000 [512]
> (60.185303) 	buf 512/1
> (60.185318) 	p 0x7aa3a3000 [512]
> (60.225301) 	buf 512/1
> (60.225322) 	p 0x7aa5a3000 [512]
> (60.265306) 	buf 512/1
> (60.265323) 	p 0x7aa7a3000 [512]
> (60.305300) 	buf 512/1
> (60.305318) 	p 0x7aa9a3000 [512]
> (60.345307) 	buf 512/1
> (60.345323) 	p 0x7aaba3000 [512]
> (60.385302) 	buf 512/1
> (60.385320) 	p 0x7aada3000 [512]
> (60.425302) 	buf 512/1
> (60.425317) 	p 0x7aafa3000 [512]
> (60.465303) page-pipe: Clean up page pipe
> (60.465320) page-pipe: Will grow page pipe (iov off is 1853)
> (60.465326) page-pipe: Add iov to page pipe (0 iovs, 1853/1475266 total)
> (60.465343) page-pipe: Will grow page pipe (iov off is 1854)
> (60.465351) page-pipe: Add iov to page pipe (0 iovs, 1854/1475266 total)
> (60.465364) page-pipe: Will grow page pipe (iov off is 1855)
> (60.465366) page-pipe: Add iov to page pipe (0 iovs, 1855/1475266 total)
> (60.465378) page-pipe: Will grow page pipe (iov off is 1856)
> (60.465381) page-pipe: Add iov to page pipe (0 iovs, 1856/1475266 total)
> (60.465393) page-pipe: Will grow page pipe (iov off is 1857)
> (60.465396) page-pipe: Add iov to page pipe (0 iovs, 1857/1475266 total)
> (60.465409) page-pipe: Will grow page pipe (iov off is 1858)
> (60.465412) page-pipe: Add iov to page pipe (0 iovs, 1858/1475266 total)
> (60.465422) page-pipe: Will grow page pipe (iov off is 1859)
> (60.465425) page-pipe: Add iov to page pipe (0 iovs, 1859/1475266 total)
> (60.465435) page-pipe: Will grow page pipe (iov off is 1860)
> (60.465437) page-pipe: Add iov to page pipe (0 iovs, 1860/1475266 total)
> (60.465447) page-pipe: Will grow page pipe (iov off is 1861)
> (60.465450) page-pipe: Page pipe:
> (60.465453) page-pipe: * 8 pipes 1861/1475266 iovs:
> (60.465456) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465459) page-pipe: 		0x7ab1a3000 512
> (60.465462) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465465) page-pipe: 		0x7ab3a3000 512
> (60.465468) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465470) page-pipe: 		0x7ab5a3000 512
> (60.465473) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465476) page-pipe: 		0x7ab7a3000 512
> (60.465478) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465481) page-pipe: 		0x7ab9a3000 512
> (60.465483) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465486) page-pipe: 		0x7abba3000 512
> (60.465489) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465491) page-pipe: 		0x7abda3000 512
> (60.465494) page-pipe: 	buf 512 pages, 1 iovs:
> (60.465497) page-pipe: 		0x7abfa3000 512
> (60.465499) page-pipe: * 0 holes:
> (60.465502) PPB: 512 pages 1 segs 512 pipe 1853 off
> (60.465522) Sent msg to daemon 8 0 0
> (60.465535) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465595) Fetched ack: 8 8 0
> (60.465600) PPB: 512 pages 1 segs 512 pipe 1854 off
> (60.465607) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465613) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465653) Fetched ack: 8 8 0
> (60.465659) PPB: 512 pages 1 segs 512 pipe 1855 off
> (60.465666) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465672) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465712) Fetched ack: 8 8 0
> (60.465718) PPB: 512 pages 1 segs 512 pipe 1856 off
> (60.465724) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465730) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465772) Fetched ack: 8 8 0
> (60.465779) PPB: 512 pages 1 segs 512 pipe 1857 off
> (60.465786) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465831) Fetched ack: 8 8 0
> (60.465837) PPB: 512 pages 1 segs 512 pipe 1858 off
> (60.465843) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465849) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465890) Fetched ack: 8 8 0
> (60.465895) PPB: 512 pages 1 segs 512 pipe 1859 off
> (60.465902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.465946) Fetched ack: 8 8 0
> (60.465952) PPB: 512 pages 1 segs 512 pipe 1860 off
> (60.465959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.465965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.466003) Fetched ack: 8 8 0
> (60.466009) Transfering pages:
> (60.466012) 	buf 512/1
> (60.466014) 	p 0x7ab1a3000 [512]
> (60.505304) 	buf 512/1
> (60.505318) 	p 0x7ab3a3000 [512]
> (60.545302) 	buf 512/1
> (60.545317) 	p 0x7ab5a3000 [512]
> (60.585303) 	buf 512/1
> (60.585320) 	p 0x7ab7a3000 [512]
> (60.625300) 	buf 512/1
> (60.625316) 	p 0x7ab9a3000 [512]
> (60.665303) 	buf 512/1
> (60.665318) 	p 0x7abba3000 [512]
> (60.705304) 	buf 512/1
> (60.705319) 	p 0x7abda3000 [512]
> (60.745308) 	buf 512/1
> (60.745323) 	p 0x7abfa3000 [512]
> (60.785301) page-pipe: Clean up page pipe
> (60.785319) page-pipe: Will grow page pipe (iov off is 1861)
> (60.785324) page-pipe: Add iov to page pipe (0 iovs, 1861/1475266 total)
> (60.785346) page-pipe: Will grow page pipe (iov off is 1862)
> (60.785349) page-pipe: Add iov to page pipe (0 iovs, 1862/1475266 total)
> (60.785358) page-pipe: Will grow page pipe (iov off is 1863)
> (60.785361) page-pipe: Add iov to page pipe (0 iovs, 1863/1475266 total)
> (60.785371) page-pipe: Will grow page pipe (iov off is 1864)
> (60.785373) page-pipe: Add iov to page pipe (0 iovs, 1864/1475266 total)
> (60.785383) page-pipe: Will grow page pipe (iov off is 1865)
> (60.785385) page-pipe: Add iov to page pipe (0 iovs, 1865/1475266 total)
> (60.785398) page-pipe: Will grow page pipe (iov off is 1866)
> (60.785401) page-pipe: Add iov to page pipe (0 iovs, 1866/1475266 total)
> (60.785410) page-pipe: Will grow page pipe (iov off is 1867)
> (60.785413) page-pipe: Add iov to page pipe (0 iovs, 1867/1475266 total)
> (60.785422) page-pipe: Will grow page pipe (iov off is 1868)
> (60.785425) page-pipe: Add iov to page pipe (0 iovs, 1868/1475266 total)
> (60.785434) page-pipe: Will grow page pipe (iov off is 1869)
> (60.785437) page-pipe: Page pipe:
> (60.785440) page-pipe: * 8 pipes 1869/1475266 iovs:
> (60.785443) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785446) page-pipe: 		0x7ac1a3000 512
> (60.785449) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785452) page-pipe: 		0x7ac3a3000 512
> (60.785455) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785458) page-pipe: 		0x7ac5a3000 512
> (60.785460) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785463) page-pipe: 		0x7ac7a3000 512
> (60.785466) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785468) page-pipe: 		0x7ac9a3000 512
> (60.785471) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785474) page-pipe: 		0x7acba3000 512
> (60.785476) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785479) page-pipe: 		0x7acda3000 512
> (60.785482) page-pipe: 	buf 512 pages, 1 iovs:
> (60.785485) page-pipe: 		0x7acfa3000 512
> (60.785487) page-pipe: * 0 holes:
> (60.785490) PPB: 512 pages 1 segs 512 pipe 1861 off
> (60.785510) Sent msg to daemon 8 0 0
> (60.785523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785585) Fetched ack: 8 8 0
> (60.785590) PPB: 512 pages 1 segs 512 pipe 1862 off
> (60.785598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785641) Fetched ack: 8 8 0
> (60.785647) PPB: 512 pages 1 segs 512 pipe 1863 off
> (60.785672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785679) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785717) Fetched ack: 8 8 0
> (60.785723) PPB: 512 pages 1 segs 512 pipe 1864 off
> (60.785730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785774) Fetched ack: 8 8 0
> (60.785780) PPB: 512 pages 1 segs 512 pipe 1865 off
> (60.785787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785792) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785831) Fetched ack: 8 8 0
> (60.785837) PPB: 512 pages 1 segs 512 pipe 1866 off
> (60.785844) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785850) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785888) Fetched ack: 8 8 0
> (60.785894) PPB: 512 pages 1 segs 512 pipe 1867 off
> (60.785900) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785906) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.785946) Fetched ack: 8 8 0
> (60.785952) PPB: 512 pages 1 segs 512 pipe 1868 off
> (60.785958) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (60.785964) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (60.786004) Fetched ack: 8 8 0
> (60.786010) Transfering pages:
> (60.786012) 	buf 512/1
> (60.786015) 	p 0x7ac1a3000 [512]
> (60.825308) 	buf 512/1
> (60.825322) 	p 0x7ac3a3000 [512]
> (60.865305) 	buf 512/1
> (60.865327) 	p 0x7ac5a3000 [512]
> (60.905302) 	buf 512/1
> (60.905316) 	p 0x7ac7a3000 [512]
> (60.945298) 	buf 512/1
> (60.945315) 	p 0x7ac9a3000 [512]
> (60.985302) 	buf 512/1
> (60.985319) 	p 0x7acba3000 [512]
> (61.025306) 	buf 512/1
> (61.025322) 	p 0x7acda3000 [512]
> (61.065302) 	buf 512/1
> (61.065322) 	p 0x7acfa3000 [512]
> (61.105304) page-pipe: Clean up page pipe
> (61.105319) page-pipe: Will grow page pipe (iov off is 1869)
> (61.105324) page-pipe: Add iov to page pipe (0 iovs, 1869/1475266 total)
> (61.105341) page-pipe: Will grow page pipe (iov off is 1870)
> (61.105345) page-pipe: Add iov to page pipe (0 iovs, 1870/1475266 total)
> (61.105360) page-pipe: Will grow page pipe (iov off is 1871)
> (61.105363) page-pipe: Add iov to page pipe (0 iovs, 1871/1475266 total)
> (61.105372) page-pipe: Will grow page pipe (iov off is 1872)
> (61.105375) page-pipe: Add iov to page pipe (0 iovs, 1872/1475266 total)
> (61.105385) page-pipe: Will grow page pipe (iov off is 1873)
> (61.105387) page-pipe: Add iov to page pipe (0 iovs, 1873/1475266 total)
> (61.105400) page-pipe: Will grow page pipe (iov off is 1874)
> (61.105403) page-pipe: Add iov to page pipe (0 iovs, 1874/1475266 total)
> (61.105412) page-pipe: Will grow page pipe (iov off is 1875)
> (61.105415) page-pipe: Add iov to page pipe (0 iovs, 1875/1475266 total)
> (61.105425) page-pipe: Will grow page pipe (iov off is 1876)
> (61.105427) page-pipe: Add iov to page pipe (0 iovs, 1876/1475266 total)
> (61.105437) page-pipe: Will grow page pipe (iov off is 1877)
> (61.105440) page-pipe: Page pipe:
> (61.105443) page-pipe: * 8 pipes 1877/1475266 iovs:
> (61.105446) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105449) page-pipe: 		0x7ad1a3000 512
> (61.105452) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105455) page-pipe: 		0x7ad3a3000 512
> (61.105458) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105461) page-pipe: 		0x7ad5a3000 512
> (61.105464) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105467) page-pipe: 		0x7ad7a3000 512
> (61.105469) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105472) page-pipe: 		0x7ad9a3000 512
> (61.105475) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105478) page-pipe: 		0x7adba3000 512
> (61.105480) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105483) page-pipe: 		0x7adda3000 512
> (61.105486) page-pipe: 	buf 512 pages, 1 iovs:
> (61.105489) page-pipe: 		0x7adfa3000 512
> (61.105491) page-pipe: * 0 holes:
> (61.105494) PPB: 512 pages 1 segs 512 pipe 1869 off
> (61.105514) Sent msg to daemon 8 0 0
> (61.105526) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105589) Fetched ack: 8 8 0
> (61.105612) PPB: 512 pages 1 segs 512 pipe 1870 off
> (61.105619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105626) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105669) Fetched ack: 8 8 0
> (61.105675) PPB: 512 pages 1 segs 512 pipe 1871 off
> (61.105682) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105688) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105727) Fetched ack: 8 8 0
> (61.105733) PPB: 512 pages 1 segs 512 pipe 1872 off
> (61.105740) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105746) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105786) Fetched ack: 8 8 0
> (61.105792) PPB: 512 pages 1 segs 512 pipe 1873 off
> (61.105799) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105804) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105843) Fetched ack: 8 8 0
> (61.105849) PPB: 512 pages 1 segs 512 pipe 1874 off
> (61.105856) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105861) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105900) Fetched ack: 8 8 0
> (61.105906) PPB: 512 pages 1 segs 512 pipe 1875 off
> (61.105913) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105919) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.105958) Fetched ack: 8 8 0
> (61.105964) PPB: 512 pages 1 segs 512 pipe 1876 off
> (61.105970) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.105976) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.106015) Fetched ack: 8 8 0
> (61.106022) Transfering pages:
> (61.106025) 	buf 512/1
> (61.106027) 	p 0x7ad1a3000 [512]
> (61.145304) 	buf 512/1
> (61.145320) 	p 0x7ad3a3000 [512]
> (61.181301) 	buf 512/1
> (61.181317) 	p 0x7ad5a3000 [512]
> (61.217303) 	buf 512/1
> (61.217319) 	p 0x7ad7a3000 [512]
> (61.253304) 	buf 512/1
> (61.253320) 	p 0x7ad9a3000 [512]
> (61.289304) 	buf 512/1
> (61.289320) 	p 0x7adba3000 [512]
> (61.325306) 	buf 512/1
> (61.325320) 	p 0x7adda3000 [512]
> (61.361305) 	buf 512/1
> (61.361319) 	p 0x7adfa3000 [512]
> (61.397302) page-pipe: Clean up page pipe
> (61.397316) page-pipe: Will grow page pipe (iov off is 1877)
> (61.397321) page-pipe: Add iov to page pipe (0 iovs, 1877/1475266 total)
> (61.397338) page-pipe: Will grow page pipe (iov off is 1878)
> (61.397342) page-pipe: Add iov to page pipe (0 iovs, 1878/1475266 total)
> (61.397357) page-pipe: Will grow page pipe (iov off is 1879)
> (61.397360) page-pipe: Add iov to page pipe (0 iovs, 1879/1475266 total)
> (61.397369) page-pipe: Will grow page pipe (iov off is 1880)
> (61.397372) page-pipe: Add iov to page pipe (0 iovs, 1880/1475266 total)
> (61.397381) page-pipe: Will grow page pipe (iov off is 1881)
> (61.397384) page-pipe: Add iov to page pipe (0 iovs, 1881/1475266 total)
> (61.397397) page-pipe: Will grow page pipe (iov off is 1882)
> (61.397399) page-pipe: Add iov to page pipe (0 iovs, 1882/1475266 total)
> (61.397409) page-pipe: Will grow page pipe (iov off is 1883)
> (61.397411) page-pipe: Add iov to page pipe (0 iovs, 1883/1475266 total)
> (61.397420) page-pipe: Will grow page pipe (iov off is 1884)
> (61.397423) page-pipe: Add iov to page pipe (0 iovs, 1884/1475266 total)
> (61.397432) page-pipe: Will grow page pipe (iov off is 1885)
> (61.397436) page-pipe: Page pipe:
> (61.397438) page-pipe: * 8 pipes 1885/1475266 iovs:
> (61.397441) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397444) page-pipe: 		0x7ae1a3000 512
> (61.397447) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397450) page-pipe: 		0x7ae3a3000 512
> (61.397453) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397455) page-pipe: 		0x7ae5a3000 512
> (61.397458) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397461) page-pipe: 		0x7ae7a3000 512
> (61.397463) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397466) page-pipe: 		0x7ae9a3000 512
> (61.397469) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397471) page-pipe: 		0x7aeba3000 512
> (61.397474) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397477) page-pipe: 		0x7aeda3000 512
> (61.397495) page-pipe: 	buf 512 pages, 1 iovs:
> (61.397499) page-pipe: 		0x7aefa3000 512
> (61.397502) page-pipe: * 0 holes:
> (61.397505) PPB: 512 pages 1 segs 512 pipe 1877 off
> (61.397524) Sent msg to daemon 8 0 0
> (61.397537) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397599) Fetched ack: 8 8 0
> (61.397604) PPB: 512 pages 1 segs 512 pipe 1878 off
> (61.397611) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.397617) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397658) Fetched ack: 8 8 0
> (61.397664) PPB: 512 pages 1 segs 512 pipe 1879 off
> (61.397671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.397676) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397716) Fetched ack: 8 8 0
> (61.397722) PPB: 512 pages 1 segs 512 pipe 1880 off
> (61.397729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.397735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397773) Fetched ack: 8 8 0
> (61.397779) PPB: 512 pages 1 segs 512 pipe 1881 off
> (61.397791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.397797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397843) Fetched ack: 8 8 0
> (61.397849) PPB: 512 pages 1 segs 512 pipe 1882 off
> (61.397856) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.397862) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397907) Fetched ack: 8 8 0
> (61.397912) PPB: 512 pages 1 segs 512 pipe 1883 off
> (61.397920) Sent msg to daemon 8 0 0
> (61.397928) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.397970) Fetched ack: 8 8 0
> (61.397980) PPB: 512 pages 1 segs 512 pipe 1884 off
> (61.397987) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.397993) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.398037) Fetched ack: 8 8 0
> (61.398043) Transfering pages:
> (61.398046) 	buf 512/1
> (61.398049) 	p 0x7ae1a3000 [512]
> (61.433302) 	buf 512/1
> (61.433318) 	p 0x7ae3a3000 [512]
> (61.469306) 	buf 512/1
> (61.469322) 	p 0x7ae5a3000 [512]
> (61.505302) 	buf 512/1
> (61.505318) 	p 0x7ae7a3000 [512]
> (61.545302) 	buf 512/1
> (61.545318) 	p 0x7ae9a3000 [512]
> (61.585303) 	buf 512/1
> (61.585319) 	p 0x7aeba3000 [512]
> (61.621305) 	buf 512/1
> (61.621322) 	p 0x7aeda3000 [512]
> (61.657302) 	buf 512/1
> (61.657316) 	p 0x7aefa3000 [512]
> (61.693303) page-pipe: Clean up page pipe
> (61.693321) page-pipe: Will grow page pipe (iov off is 1885)
> (61.693326) page-pipe: Add iov to page pipe (0 iovs, 1885/1475266 total)
> (61.693343) page-pipe: Will grow page pipe (iov off is 1886)
> (61.693351) page-pipe: Add iov to page pipe (0 iovs, 1886/1475266 total)
> (61.693360) page-pipe: Will grow page pipe (iov off is 1887)
> (61.693363) page-pipe: Add iov to page pipe (0 iovs, 1887/1475266 total)
> (61.693372) page-pipe: Will grow page pipe (iov off is 1888)
> (61.693375) page-pipe: Add iov to page pipe (0 iovs, 1888/1475266 total)
> (61.693384) page-pipe: Will grow page pipe (iov off is 1889)
> (61.693387) page-pipe: Add iov to page pipe (0 iovs, 1889/1475266 total)
> (61.693400) page-pipe: Will grow page pipe (iov off is 1890)
> (61.693403) page-pipe: Add iov to page pipe (0 iovs, 1890/1475266 total)
> (61.693413) page-pipe: Will grow page pipe (iov off is 1891)
> (61.693416) page-pipe: Add iov to page pipe (0 iovs, 1891/1475266 total)
> (61.693425) page-pipe: Will grow page pipe (iov off is 1892)
> (61.693428) page-pipe: Add iov to page pipe (0 iovs, 1892/1475266 total)
> (61.693437) page-pipe: Will grow page pipe (iov off is 1893)
> (61.693441) page-pipe: Page pipe:
> (61.693443) page-pipe: * 8 pipes 1893/1475266 iovs:
> (61.693447) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693449) page-pipe: 		0x7af1a3000 512
> (61.693453) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693455) page-pipe: 		0x7af3a3000 512
> (61.693458) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693460) page-pipe: 		0x7af5a3000 512
> (61.693480) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693483) page-pipe: 		0x7af7a3000 512
> (61.693486) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693489) page-pipe: 		0x7af9a3000 512
> (61.693491) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693494) page-pipe: 		0x7afba3000 512
> (61.693497) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693499) page-pipe: 		0x7afda3000 512
> (61.693502) page-pipe: 	buf 512 pages, 1 iovs:
> (61.693504) page-pipe: 		0x7affa3000 512
> (61.693507) page-pipe: * 0 holes:
> (61.693510) PPB: 512 pages 1 segs 512 pipe 1885 off
> (61.693529) Sent msg to daemon 8 0 0
> (61.693542) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693601) Fetched ack: 8 8 0
> (61.693607) PPB: 512 pages 1 segs 512 pipe 1886 off
> (61.693615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693659) Fetched ack: 8 8 0
> (61.693665) PPB: 512 pages 1 segs 512 pipe 1887 off
> (61.693671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693677) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693717) Fetched ack: 8 8 0
> (61.693723) PPB: 512 pages 1 segs 512 pipe 1888 off
> (61.693730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693775) Fetched ack: 8 8 0
> (61.693781) PPB: 512 pages 1 segs 512 pipe 1889 off
> (61.693788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693833) Fetched ack: 8 8 0
> (61.693839) PPB: 512 pages 1 segs 512 pipe 1890 off
> (61.693846) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693891) Fetched ack: 8 8 0
> (61.693897) PPB: 512 pages 1 segs 512 pipe 1891 off
> (61.693903) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.693946) Fetched ack: 8 8 0
> (61.693953) PPB: 512 pages 1 segs 512 pipe 1892 off
> (61.693959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (61.693965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (61.694002) Fetched ack: 8 8 0
> (61.694009) Transfering pages:
> (61.694011) 	buf 512/1
> (61.694014) 	p 0x7af1a3000 [512]
> (61.729303) 	buf 512/1
> (61.729319) 	p 0x7af3a3000 [512]
> (61.765306) 	buf 512/1
> (61.765322) 	p 0x7af5a3000 [512]
> (61.801317) 	buf 512/1
> (61.801334) 	p 0x7af7a3000 [512]
> (61.837300) 	buf 512/1
> (61.837315) 	p 0x7af9a3000 [512]
> (61.877306) 	buf 512/1
> (61.877320) 	p 0x7afba3000 [512]
> (63.973580) 	buf 512/1
> (63.973603) 	p 0x7afda3000 [512]
> (63.978404) 	buf 512/1
> (63.978417) 	p 0x7affa3000 [512]
> (63.983260) page-pipe: Clean up page pipe
> (63.983281) page-pipe: Will grow page pipe (iov off is 1893)
> (63.983286) page-pipe: Add iov to page pipe (0 iovs, 1893/1475266 total)
> (63.983300) page-pipe: Will grow page pipe (iov off is 1894)
> (63.983303) page-pipe: Add iov to page pipe (0 iovs, 1894/1475266 total)
> (63.983312) page-pipe: Will grow page pipe (iov off is 1895)
> (63.983315) page-pipe: Add iov to page pipe (0 iovs, 1895/1475266 total)
> (63.983324) page-pipe: Will grow page pipe (iov off is 1896)
> (63.983327) page-pipe: Add iov to page pipe (0 iovs, 1896/1475266 total)
> (63.983336) page-pipe: Will grow page pipe (iov off is 1897)
> (63.983339) page-pipe: Add iov to page pipe (0 iovs, 1897/1475266 total)
> (63.983352) page-pipe: Will grow page pipe (iov off is 1898)
> (63.983354) page-pipe: Add iov to page pipe (0 iovs, 1898/1475266 total)
> (63.983363) page-pipe: Will grow page pipe (iov off is 1899)
> (63.983366) page-pipe: Add iov to page pipe (0 iovs, 1899/1475266 total)
> (63.983375) page-pipe: Will grow page pipe (iov off is 1900)
> (63.983378) page-pipe: Add iov to page pipe (0 iovs, 1900/1475266 total)
> (63.983387) page-pipe: Will grow page pipe (iov off is 1901)
> (63.983405) page-pipe: Page pipe:
> (63.983408) page-pipe: * 8 pipes 1901/1475266 iovs:
> (63.983412) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983415) page-pipe: 		0x7b01a3000 512
> (63.983418) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983421) page-pipe: 		0x7b03a3000 512
> (63.983424) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983426) page-pipe: 		0x7b05a3000 512
> (63.983429) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983432) page-pipe: 		0x7b07a3000 512
> (63.983434) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983437) page-pipe: 		0x7b09a3000 512
> (63.983440) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983443) page-pipe: 		0x7b0ba3000 512
> (63.983445) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983448) page-pipe: 		0x7b0da3000 512
> (63.983451) page-pipe: 	buf 512 pages, 1 iovs:
> (63.983453) page-pipe: 		0x7b0fa3000 512
> (63.983456) page-pipe: * 0 holes:
> (63.983459) PPB: 512 pages 1 segs 512 pipe 1893 off
> (63.983483) Sent msg to daemon 8 0 0
> (63.983497) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983564) Fetched ack: 8 8 0
> (63.983569) PPB: 512 pages 1 segs 512 pipe 1894 off
> (63.983576) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983582) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983622) Fetched ack: 8 8 0
> (63.983628) PPB: 512 pages 1 segs 512 pipe 1895 off
> (63.983635) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983641) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983681) Fetched ack: 8 8 0
> (63.983687) PPB: 512 pages 1 segs 512 pipe 1896 off
> (63.983694) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983700) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983759) Fetched ack: 8 8 0
> (63.983765) PPB: 512 pages 1 segs 512 pipe 1897 off
> (63.983772) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983778) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983825) Fetched ack: 8 8 0
> (63.983831) PPB: 512 pages 1 segs 512 pipe 1898 off
> (63.983838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983885) Fetched ack: 8 8 0
> (63.983891) PPB: 512 pages 1 segs 512 pipe 1899 off
> (63.983898) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983903) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (63.983942) Fetched ack: 8 8 0
> (63.983948) PPB: 512 pages 1 segs 512 pipe 1900 off
> (63.983954) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (63.983960) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (63.983999) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (63.984004) Transfering pages:
> (63.984008) 	buf 512/1
> (63.984011) 	p 0x7b01a3000 [512]
> (63.988619) 	buf 512/1
> (63.988631) 	p 0x7b03a3000 [512]
> (63.993326) 	buf 512/1
> (63.993336) 	p 0x7b05a3000 [512]
> (63.998156) 	buf 512/1
> (63.998169) 	p 0x7b07a3000 [512]
> (64.002995) 	buf 512/1
> (64.003008) 	p 0x7b09a3000 [512]
> (64.007683) 	buf 512/1
> (64.007696) 	p 0x7b0ba3000 [512]
> (64.012469) 	buf 512/1
> (64.012482) 	p 0x7b0da3000 [512]
> (64.017274) 	buf 512/1
> (64.017297) 	p 0x7b0fa3000 [512]
> (64.022106) page-pipe: Clean up page pipe
> (64.022119) page-pipe: Will grow page pipe (iov off is 1901)
> (64.022123) page-pipe: Add iov to page pipe (0 iovs, 1901/1475266 total)
> (64.022137) page-pipe: Will grow page pipe (iov off is 1902)
> (64.022140) page-pipe: Add iov to page pipe (0 iovs, 1902/1475266 total)
> (64.022149) page-pipe: Will grow page pipe (iov off is 1903)
> (64.022152) page-pipe: Add iov to page pipe (0 iovs, 1903/1475266 total)
> (64.022162) page-pipe: Will grow page pipe (iov off is 1904)
> (64.022164) page-pipe: Add iov to page pipe (0 iovs, 1904/1475266 total)
> (64.022174) page-pipe: Will grow page pipe (iov off is 1905)
> (64.022176) page-pipe: Add iov to page pipe (0 iovs, 1905/1475266 total)
> (64.022189) page-pipe: Will grow page pipe (iov off is 1906)
> (64.022192) page-pipe: Add iov to page pipe (0 iovs, 1906/1475266 total)
> (64.022217) page-pipe: Will grow page pipe (iov off is 1907)
> (64.022220) page-pipe: Add iov to page pipe (0 iovs, 1907/1475266 total)
> (64.022230) page-pipe: Will grow page pipe (iov off is 1908)
> (64.022232) page-pipe: Add iov to page pipe (0 iovs, 1908/1475266 total)
> (64.022242) page-pipe: Will grow page pipe (iov off is 1909)
> (64.022245) page-pipe: Page pipe:
> (64.022248) page-pipe: * 8 pipes 1909/1475266 iovs:
> (64.022251) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022254) page-pipe: 		0x7b11a3000 512
> (64.022257) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022260) page-pipe: 		0x7b13a3000 512
> (64.022263) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022266) page-pipe: 		0x7b15a3000 512
> (64.022269) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022271) page-pipe: 		0x7b17a3000 512
> (64.022274) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022277) page-pipe: 		0x7b19a3000 512
> (64.022280) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022282) page-pipe: 		0x7b1ba3000 512
> (64.022285) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022288) page-pipe: 		0x7b1da3000 512
> (64.022291) page-pipe: 	buf 512 pages, 1 iovs:
> (64.022293) page-pipe: 		0x7b1fa3000 512
> (64.022296) page-pipe: * 0 holes:
> (64.022299) PPB: 512 pages 1 segs 512 pipe 1901 off
> (64.022321) Sent msg to daemon 8 0 0
> (64.022334) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.022396) Fetched ack: 8 8 0
> (64.022401) PPB: 512 pages 1 segs 512 pipe 1902 off
> (64.022408) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022414) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.022453) Fetched ack: 8 8 0
> (64.022459) PPB: 512 pages 1 segs 512 pipe 1903 off
> (64.022466) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022472) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.022511) Fetched ack: 8 8 0
> (64.022517) PPB: 512 pages 1 segs 512 pipe 1904 off
> (64.022524) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022529) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (64.022567) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (64.022571) PPB: 512 pages 1 segs 512 pipe 1905 off
> (64.022580) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022585) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.022624) Fetched ack: 8 8 0
> (64.022631) PPB: 512 pages 1 segs 512 pipe 1906 off
> (64.022637) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022643) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.022683) Fetched ack: 8 8 0
> (64.022689) PPB: 512 pages 1 segs 512 pipe 1907 off
> (64.022696) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022701) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.022740) Fetched ack: 8 8 0
> (64.022746) PPB: 512 pages 1 segs 512 pipe 1908 off
> (64.022753) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.022759) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (64.022797) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (64.022802) Transfering pages:
> (64.022807) 	buf 512/1
> (64.022810) 	p 0x7b11a3000 [512]
> (64.027449) 	buf 512/1
> (64.027461) 	p 0x7b13a3000 [512]
> (64.032303) 	buf 512/1
> (64.032315) 	p 0x7b15a3000 [512]
> (64.037165) 	buf 512/1
> (64.037179) 	p 0x7b17a3000 [512]
> (64.041994) 	buf 512/1
> (64.042019) 	p 0x7b19a3000 [512]
> (64.046730) 	buf 512/1
> (64.046741) 	p 0x7b1ba3000 [512]
> (64.051787) 	buf 512/1
> (64.051801) 	p 0x7b1da3000 [512]
> (64.056574) 	buf 512/1
> (64.056586) 	p 0x7b1fa3000 [512]
> (64.061463) page-pipe: Clean up page pipe
> (64.061475) page-pipe: Will grow page pipe (iov off is 1909)
> (64.061480) page-pipe: Add iov to page pipe (0 iovs, 1909/1475266 total)
> (64.061494) page-pipe: Will grow page pipe (iov off is 1910)
> (64.061497) page-pipe: Add iov to page pipe (0 iovs, 1910/1475266 total)
> (64.061506) page-pipe: Will grow page pipe (iov off is 1911)
> (64.061509) page-pipe: Add iov to page pipe (0 iovs, 1911/1475266 total)
> (64.061533) page-pipe: Will grow page pipe (iov off is 1912)
> (64.061537) page-pipe: Add iov to page pipe (0 iovs, 1912/1475266 total)
> (64.061546) page-pipe: Will grow page pipe (iov off is 1913)
> (64.061549) page-pipe: Add iov to page pipe (0 iovs, 1913/1475266 total)
> (64.061562) page-pipe: Will grow page pipe (iov off is 1914)
> (64.061565) page-pipe: Add iov to page pipe (0 iovs, 1914/1475266 total)
> (64.061574) page-pipe: Will grow page pipe (iov off is 1915)
> (64.061577) page-pipe: Add iov to page pipe (0 iovs, 1915/1475266 total)
> (64.061586) page-pipe: Will grow page pipe (iov off is 1916)
> (64.061589) page-pipe: Add iov to page pipe (0 iovs, 1916/1475266 total)
> (64.061598) page-pipe: Will grow page pipe (iov off is 1917)
> (64.061601) page-pipe: Page pipe:
> (64.061604) page-pipe: * 8 pipes 1917/1475266 iovs:
> (64.061607) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061610) page-pipe: 		0x7b21a3000 512
> (64.061613) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061616) page-pipe: 		0x7b23a3000 512
> (64.061619) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061622) page-pipe: 		0x7b25a3000 512
> (64.061624) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061627) page-pipe: 		0x7b27a3000 512
> (64.061630) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061633) page-pipe: 		0x7b29a3000 512
> (64.061635) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061638) page-pipe: 		0x7b2ba3000 512
> (64.061641) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061643) page-pipe: 		0x7b2da3000 512
> (64.061646) page-pipe: 	buf 512 pages, 1 iovs:
> (64.061649) page-pipe: 		0x7b2fa3000 512
> (64.061652) page-pipe: * 0 holes:
> (64.061655) PPB: 512 pages 1 segs 512 pipe 1909 off
> (64.061675) Sent msg to daemon 8 0 0
> (64.061688) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.061751) Fetched ack: 8 8 0
> (64.061756) PPB: 512 pages 1 segs 512 pipe 1910 off
> (64.061763) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.061769) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (64.061808) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (64.061813) PPB: 512 pages 1 segs 512 pipe 1911 off
> (64.061821) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.061828) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (64.061866) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (64.061871) PPB: 512 pages 1 segs 512 pipe 1912 off
> (64.061879) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.061885) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.061923) Fetched ack: 8 8 0
> (64.061930) PPB: 512 pages 1 segs 512 pipe 1913 off
> (64.061936) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.061942) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.061983) Fetched ack: 8 8 0
> (64.061989) PPB: 512 pages 1 segs 512 pipe 1914 off
> (64.061996) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.062002) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.062040) Fetched ack: 8 8 0
> (64.062046) PPB: 512 pages 1 segs 512 pipe 1915 off
> (64.062053) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.062059) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.062098) Fetched ack: 8 8 0
> (64.062104) PPB: 512 pages 1 segs 512 pipe 1916 off
> (64.062110) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.062116) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.062156) Fetched ack: 8 8 0
> (64.062162) Transfering pages:
> (64.062165) 	buf 512/1
> (64.062168) 	p 0x7b21a3000 [512]
> (64.066780) 	buf 512/1
> (64.066791) 	p 0x7b23a3000 [512]
> (64.071662) 	buf 512/1
> (64.071672) 	p 0x7b25a3000 [512]
> (64.076669) 	buf 512/1
> (64.076681) 	p 0x7b27a3000 [512]
> (64.081741) 	buf 512/1
> (64.081762) 	p 0x7b29a3000 [512]
> (64.086811) 	buf 512/1
> (64.086823) 	p 0x7b2ba3000 [512]
> (64.101309) 	buf 512/1
> (64.101327) 	p 0x7b2da3000 [512]
> (64.117303) 	buf 512/1
> (64.117320) 	p 0x7b2fa3000 [512]
> (64.133302) page-pipe: Clean up page pipe
> (64.133319) page-pipe: Will grow page pipe (iov off is 1917)
> (64.133349) page-pipe: Add iov to page pipe (0 iovs, 1917/1475266 total)
> (64.133363) page-pipe: Will grow page pipe (iov off is 1918)
> (64.133366) page-pipe: Add iov to page pipe (0 iovs, 1918/1475266 total)
> (64.133375) page-pipe: Will grow page pipe (iov off is 1919)
> (64.133378) page-pipe: Add iov to page pipe (0 iovs, 1919/1475266 total)
> (64.133387) page-pipe: Will grow page pipe (iov off is 1920)
> (64.133390) page-pipe: Add iov to page pipe (0 iovs, 1920/1475266 total)
> (64.133399) page-pipe: Will grow page pipe (iov off is 1921)
> (64.133402) page-pipe: Add iov to page pipe (0 iovs, 1921/1475266 total)
> (64.133415) page-pipe: Will grow page pipe (iov off is 1922)
> (64.133418) page-pipe: Add iov to page pipe (0 iovs, 1922/1475266 total)
> (64.133427) page-pipe: Will grow page pipe (iov off is 1923)
> (64.133430) page-pipe: Add iov to page pipe (0 iovs, 1923/1475266 total)
> (64.133439) page-pipe: Will grow page pipe (iov off is 1924)
> (64.133442) page-pipe: Add iov to page pipe (0 iovs, 1924/1475266 total)
> (64.133451) page-pipe: Will grow page pipe (iov off is 1925)
> (64.133455) page-pipe: Page pipe:
> (64.133457) page-pipe: * 8 pipes 1925/1475266 iovs:
> (64.133460) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133463) page-pipe: 		0x7b31a3000 512
> (64.133466) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133469) page-pipe: 		0x7b33a3000 512
> (64.133472) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133475) page-pipe: 		0x7b35a3000 512
> (64.133477) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133480) page-pipe: 		0x7b37a3000 512
> (64.133483) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133485) page-pipe: 		0x7b39a3000 512
> (64.133488) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133490) page-pipe: 		0x7b3ba3000 512
> (64.133493) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133496) page-pipe: 		0x7b3da3000 512
> (64.133498) page-pipe: 	buf 512 pages, 1 iovs:
> (64.133501) page-pipe: 		0x7b3fa3000 512
> (64.133504) page-pipe: * 0 holes:
> (64.133507) PPB: 512 pages 1 segs 512 pipe 1917 off
> (64.133526) Sent msg to daemon 8 0 0
> (64.133539) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133602) Fetched ack: 8 8 0
> (64.133607) PPB: 512 pages 1 segs 512 pipe 1918 off
> (64.133615) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133621) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133663) Fetched ack: 8 8 0
> (64.133669) PPB: 512 pages 1 segs 512 pipe 1919 off
> (64.133675) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133681) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133721) Fetched ack: 8 8 0
> (64.133727) PPB: 512 pages 1 segs 512 pipe 1920 off
> (64.133734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133779) Fetched ack: 8 8 0
> (64.133785) PPB: 512 pages 1 segs 512 pipe 1921 off
> (64.133791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133837) Fetched ack: 8 8 0
> (64.133843) PPB: 512 pages 1 segs 512 pipe 1922 off
> (64.133849) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133855) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133893) Fetched ack: 8 8 0
> (64.133899) PPB: 512 pages 1 segs 512 pipe 1923 off
> (64.133905) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.133950) Fetched ack: 8 8 0
> (64.133955) PPB: 512 pages 1 segs 512 pipe 1924 off
> (64.133962) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.133968) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.134005) Fetched ack: 8 8 0
> (64.134012) Transfering pages:
> (64.134014) 	buf 512/1
> (64.134017) 	p 0x7b31a3000 [512]
> (64.149305) 	buf 512/1
> (64.149320) 	p 0x7b33a3000 [512]
> (64.165300) 	buf 512/1
> (64.165319) 	p 0x7b35a3000 [512]
> (64.181303) 	buf 512/1
> (64.181339) 	p 0x7b37a3000 [512]
> (64.201300) 	buf 512/1
> (64.201315) 	p 0x7b39a3000 [512]
> (64.221297) 	buf 512/1
> (64.221312) 	p 0x7b3ba3000 [512]
> (64.241303) 	buf 512/1
> (64.241322) 	p 0x7b3da3000 [512]
> (64.261301) 	buf 512/1
> (64.261320) 	p 0x7b3fa3000 [512]
> (64.281305) page-pipe: Clean up page pipe
> (64.281326) page-pipe: Will grow page pipe (iov off is 1925)
> (64.281332) page-pipe: Add iov to page pipe (0 iovs, 1925/1475266 total)
> (64.281353) page-pipe: Will grow page pipe (iov off is 1926)
> (64.281356) page-pipe: Add iov to page pipe (0 iovs, 1926/1475266 total)
> (64.281365) page-pipe: Will grow page pipe (iov off is 1927)
> (64.281368) page-pipe: Add iov to page pipe (0 iovs, 1927/1475266 total)
> (64.281377) page-pipe: Will grow page pipe (iov off is 1928)
> (64.281380) page-pipe: Add iov to page pipe (0 iovs, 1928/1475266 total)
> (64.281389) page-pipe: Will grow page pipe (iov off is 1929)
> (64.281392) page-pipe: Add iov to page pipe (0 iovs, 1929/1475266 total)
> (64.281405) page-pipe: Will grow page pipe (iov off is 1930)
> (64.281407) page-pipe: Add iov to page pipe (0 iovs, 1930/1475266 total)
> (64.281417) page-pipe: Will grow page pipe (iov off is 1931)
> (64.281419) page-pipe: Add iov to page pipe (0 iovs, 1931/1475266 total)
> (64.281429) page-pipe: Will grow page pipe (iov off is 1932)
> (64.281431) page-pipe: Add iov to page pipe (0 iovs, 1932/1475266 total)
> (64.281441) page-pipe: Will grow page pipe (iov off is 1933)
> (64.281444) page-pipe: Page pipe:
> (64.281447) page-pipe: * 8 pipes 1933/1475266 iovs:
> (64.281450) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281453) page-pipe: 		0x7b41a3000 512
> (64.281456) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281459) page-pipe: 		0x7b43a3000 512
> (64.281461) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281464) page-pipe: 		0x7b45a3000 512
> (64.281467) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281469) page-pipe: 		0x7b47a3000 512
> (64.281472) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281475) page-pipe: 		0x7b49a3000 512
> (64.281477) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281480) page-pipe: 		0x7b4ba3000 512
> (64.281482) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281485) page-pipe: 		0x7b4da3000 512
> (64.281488) page-pipe: 	buf 512 pages, 1 iovs:
> (64.281490) page-pipe: 		0x7b4fa3000 512
> (64.281493) page-pipe: * 0 holes:
> (64.281496) PPB: 512 pages 1 segs 512 pipe 1925 off
> (64.281516) Sent msg to daemon 8 0 0
> (64.281530) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281593) Fetched ack: 8 8 0
> (64.281598) PPB: 512 pages 1 segs 512 pipe 1926 off
> (64.281606) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281612) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281652) Fetched ack: 8 8 0
> (64.281658) PPB: 512 pages 1 segs 512 pipe 1927 off
> (64.281664) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281670) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281710) Fetched ack: 8 8 0
> (64.281716) PPB: 512 pages 1 segs 512 pipe 1928 off
> (64.281722) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281728) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281768) Fetched ack: 8 8 0
> (64.281774) PPB: 512 pages 1 segs 512 pipe 1929 off
> (64.281781) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281787) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281825) Fetched ack: 8 8 0
> (64.281831) PPB: 512 pages 1 segs 512 pipe 1930 off
> (64.281838) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281844) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281882) Fetched ack: 8 8 0
> (64.281888) PPB: 512 pages 1 segs 512 pipe 1931 off
> (64.281895) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281901) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.281939) Fetched ack: 8 8 0
> (64.281945) PPB: 512 pages 1 segs 512 pipe 1932 off
> (64.281951) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.281957) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.282000) Fetched ack: 8 8 0
> (64.282006) Transfering pages:
> (64.282009) 	buf 512/1
> (64.282012) 	p 0x7b41a3000 [512]
> (64.301302) 	buf 512/1
> (64.301318) 	p 0x7b43a3000 [512]
> (64.321301) 	buf 512/1
> (64.321318) 	p 0x7b45a3000 [512]
> (64.341297) 	buf 512/1
> (64.341313) 	p 0x7b47a3000 [512]
> (64.361304) 	buf 512/1
> (64.361322) 	p 0x7b49a3000 [512]
> (64.381301) 	buf 512/1
> (64.381318) 	p 0x7b4ba3000 [512]
> (64.401296) 	buf 512/1
> (64.401311) 	p 0x7b4da3000 [512]
> (64.421301) 	buf 512/1
> (64.421318) 	p 0x7b4fa3000 [512]
> (64.441302) page-pipe: Clean up page pipe
> (64.441320) page-pipe: Will grow page pipe (iov off is 1933)
> (64.441325) page-pipe: Add iov to page pipe (0 iovs, 1933/1475266 total)
> (64.441342) page-pipe: Will grow page pipe (iov off is 1934)
> (64.441350) page-pipe: Add iov to page pipe (0 iovs, 1934/1475266 total)
> (64.441360) page-pipe: Will grow page pipe (iov off is 1935)
> (64.441362) page-pipe: Add iov to page pipe (0 iovs, 1935/1475266 total)
> (64.441372) page-pipe: Will grow page pipe (iov off is 1936)
> (64.441375) page-pipe: Add iov to page pipe (0 iovs, 1936/1475266 total)
> (64.441384) page-pipe: Will grow page pipe (iov off is 1937)
> (64.441386) page-pipe: Add iov to page pipe (0 iovs, 1937/1475266 total)
> (64.441399) page-pipe: Will grow page pipe (iov off is 1938)
> (64.441402) page-pipe: Add iov to page pipe (0 iovs, 1938/1475266 total)
> (64.441411) page-pipe: Will grow page pipe (iov off is 1939)
> (64.441414) page-pipe: Add iov to page pipe (0 iovs, 1939/1475266 total)
> (64.441423) page-pipe: Will grow page pipe (iov off is 1940)
> (64.441426) page-pipe: Add iov to page pipe (0 iovs, 1940/1475266 total)
> (64.441435) page-pipe: Will grow page pipe (iov off is 1941)
> (64.441438) page-pipe: Page pipe:
> (64.441441) page-pipe: * 8 pipes 1941/1475266 iovs:
> (64.441444) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441447) page-pipe: 		0x7b51a3000 512
> (64.441451) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441453) page-pipe: 		0x7b53a3000 512
> (64.441456) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441459) page-pipe: 		0x7b55a3000 512
> (64.441462) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441464) page-pipe: 		0x7b57a3000 512
> (64.441467) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441470) page-pipe: 		0x7b59a3000 512
> (64.441473) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441475) page-pipe: 		0x7b5ba3000 512
> (64.441478) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441481) page-pipe: 		0x7b5da3000 512
> (64.441483) page-pipe: 	buf 512 pages, 1 iovs:
> (64.441486) page-pipe: 		0x7b5fa3000 512
> (64.441489) page-pipe: * 0 holes:
> (64.441492) PPB: 512 pages 1 segs 512 pipe 1933 off
> (64.441511) Sent msg to daemon 8 0 0
> (64.441524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441587) Fetched ack: 8 8 0
> (64.441592) PPB: 512 pages 1 segs 512 pipe 1934 off
> (64.441600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441647) Fetched ack: 8 8 0
> (64.441653) PPB: 512 pages 1 segs 512 pipe 1935 off
> (64.441660) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441666) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441705) Fetched ack: 8 8 0
> (64.441711) PPB: 512 pages 1 segs 512 pipe 1936 off
> (64.441718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441763) Fetched ack: 8 8 0
> (64.441769) PPB: 512 pages 1 segs 512 pipe 1937 off
> (64.441776) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441782) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441821) Fetched ack: 8 8 0
> (64.441827) PPB: 512 pages 1 segs 512 pipe 1938 off
> (64.441834) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441839) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441878) Fetched ack: 8 8 0
> (64.441884) PPB: 512 pages 1 segs 512 pipe 1939 off
> (64.441910) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.441955) Fetched ack: 8 8 0
> (64.441961) PPB: 512 pages 1 segs 512 pipe 1940 off
> (64.441968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.441973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.442011) Fetched ack: 8 8 0
> (64.442017) Transfering pages:
> (64.442020) 	buf 512/1
> (64.442023) 	p 0x7b51a3000 [512]
> (64.465300) 	buf 512/1
> (64.465316) 	p 0x7b53a3000 [512]
> (64.489300) 	buf 512/1
> (64.489317) 	p 0x7b55a3000 [512]
> (64.513303) 	buf 512/1
> (64.513324) 	p 0x7b57a3000 [512]
> (64.537306) 	buf 512/1
> (64.537336) 	p 0x7b59a3000 [512]
> (64.561304) 	buf 512/1
> (64.561324) 	p 0x7b5ba3000 [512]
> (64.585302) 	buf 512/1
> (64.585318) 	p 0x7b5da3000 [512]
> (64.609305) 	buf 512/1
> (64.609323) 	p 0x7b5fa3000 [512]
> (64.637301) page-pipe: Clean up page pipe
> (64.637317) page-pipe: Will grow page pipe (iov off is 1941)
> (64.637323) page-pipe: Add iov to page pipe (0 iovs, 1941/1475266 total)
> (64.637345) page-pipe: Will grow page pipe (iov off is 1942)
> (64.637348) page-pipe: Add iov to page pipe (0 iovs, 1942/1475266 total)
> (64.637358) page-pipe: Will grow page pipe (iov off is 1943)
> (64.637360) page-pipe: Add iov to page pipe (0 iovs, 1943/1475266 total)
> (64.637370) page-pipe: Will grow page pipe (iov off is 1944)
> (64.637372) page-pipe: Add iov to page pipe (0 iovs, 1944/1475266 total)
> (64.637381) page-pipe: Will grow page pipe (iov off is 1945)
> (64.637384) page-pipe: Add iov to page pipe (0 iovs, 1945/1475266 total)
> (64.637397) page-pipe: Will grow page pipe (iov off is 1946)
> (64.637400) page-pipe: Add iov to page pipe (0 iovs, 1946/1475266 total)
> (64.637409) page-pipe: Will grow page pipe (iov off is 1947)
> (64.637412) page-pipe: Add iov to page pipe (0 iovs, 1947/1475266 total)
> (64.637421) page-pipe: Will grow page pipe (iov off is 1948)
> (64.637424) page-pipe: Add iov to page pipe (0 iovs, 1948/1475266 total)
> (64.637433) page-pipe: Will grow page pipe (iov off is 1949)
> (64.637436) page-pipe: Page pipe:
> (64.637439) page-pipe: * 8 pipes 1949/1475266 iovs:
> (64.637442) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637445) page-pipe: 		0x7b61a3000 512
> (64.637448) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637451) page-pipe: 		0x7b63a3000 512
> (64.637454) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637456) page-pipe: 		0x7b65a3000 512
> (64.637459) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637462) page-pipe: 		0x7b67a3000 512
> (64.637464) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637467) page-pipe: 		0x7b69a3000 512
> (64.637470) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637472) page-pipe: 		0x7b6ba3000 512
> (64.637475) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637478) page-pipe: 		0x7b6da3000 512
> (64.637480) page-pipe: 	buf 512 pages, 1 iovs:
> (64.637483) page-pipe: 		0x7b6fa3000 512
> (64.637486) page-pipe: * 0 holes:
> (64.637489) PPB: 512 pages 1 segs 512 pipe 1941 off
> (64.637509) Sent msg to daemon 8 0 0
> (64.637523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637585) Fetched ack: 8 8 0
> (64.637591) PPB: 512 pages 1 segs 512 pipe 1942 off
> (64.637598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637645) Fetched ack: 8 8 0
> (64.637651) PPB: 512 pages 1 segs 512 pipe 1943 off
> (64.637658) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637664) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637703) Fetched ack: 8 8 0
> (64.637709) PPB: 512 pages 1 segs 512 pipe 1944 off
> (64.637716) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637721) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637761) Fetched ack: 8 8 0
> (64.637767) PPB: 512 pages 1 segs 512 pipe 1945 off
> (64.637774) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637780) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637822) Fetched ack: 8 8 0
> (64.637828) PPB: 512 pages 1 segs 512 pipe 1946 off
> (64.637835) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637841) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637879) Fetched ack: 8 8 0
> (64.637885) PPB: 512 pages 1 segs 512 pipe 1947 off
> (64.637892) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637898) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637936) Fetched ack: 8 8 0
> (64.637942) PPB: 512 pages 1 segs 512 pipe 1948 off
> (64.637949) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.637954) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.637994) Fetched ack: 8 8 0
> (64.638000) Transfering pages:
> (64.638003) 	buf 512/1
> (64.638006) 	p 0x7b61a3000 [512]
> (64.665304) 	buf 512/1
> (64.665323) 	p 0x7b63a3000 [512]
> (64.693304) 	buf 512/1
> (64.693319) 	p 0x7b65a3000 [512]
> (64.721305) 	buf 512/1
> (64.721322) 	p 0x7b67a3000 [512]
> (64.749300) 	buf 512/1
> (64.749318) 	p 0x7b69a3000 [512]
> (64.777304) 	buf 512/1
> (64.777322) 	p 0x7b6ba3000 [512]
> (64.805301) 	buf 512/1
> (64.805316) 	p 0x7b6da3000 [512]
> (64.833307) 	buf 512/1
> (64.833323) 	p 0x7b6fa3000 [512]
> (64.865303) page-pipe: Clean up page pipe
> (64.865321) page-pipe: Will grow page pipe (iov off is 1949)
> (64.865327) page-pipe: Add iov to page pipe (0 iovs, 1949/1475266 total)
> (64.865348) page-pipe: Will grow page pipe (iov off is 1950)
> (64.865351) page-pipe: Add iov to page pipe (0 iovs, 1950/1475266 total)
> (64.865360) page-pipe: Will grow page pipe (iov off is 1951)
> (64.865363) page-pipe: Add iov to page pipe (0 iovs, 1951/1475266 total)
> (64.865372) page-pipe: Will grow page pipe (iov off is 1952)
> (64.865375) page-pipe: Add iov to page pipe (0 iovs, 1952/1475266 total)
> (64.865385) page-pipe: Will grow page pipe (iov off is 1953)
> (64.865388) page-pipe: Add iov to page pipe (0 iovs, 1953/1475266 total)
> (64.865401) page-pipe: Will grow page pipe (iov off is 1954)
> (64.865404) page-pipe: Add iov to page pipe (0 iovs, 1954/1475266 total)
> (64.865413) page-pipe: Will grow page pipe (iov off is 1955)
> (64.865416) page-pipe: Add iov to page pipe (0 iovs, 1955/1475266 total)
> (64.865425) page-pipe: Will grow page pipe (iov off is 1956)
> (64.865428) page-pipe: Add iov to page pipe (0 iovs, 1956/1475266 total)
> (64.865437) page-pipe: Will grow page pipe (iov off is 1957)
> (64.865440) page-pipe: Page pipe:
> (64.865443) page-pipe: * 8 pipes 1957/1475266 iovs:
> (64.865446) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865449) page-pipe: 		0x7b71a3000 512
> (64.865452) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865455) page-pipe: 		0x7b73a3000 512
> (64.865458) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865460) page-pipe: 		0x7b75a3000 512
> (64.865463) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865465) page-pipe: 		0x7b77a3000 512
> (64.865468) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865471) page-pipe: 		0x7b79a3000 512
> (64.865473) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865476) page-pipe: 		0x7b7ba3000 512
> (64.865479) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865481) page-pipe: 		0x7b7da3000 512
> (64.865484) page-pipe: 	buf 512 pages, 1 iovs:
> (64.865487) page-pipe: 		0x7b7fa3000 512
> (64.865489) page-pipe: * 0 holes:
> (64.865492) PPB: 512 pages 1 segs 512 pipe 1949 off
> (64.865512) Sent msg to daemon 8 0 0
> (64.865525) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865586) Fetched ack: 8 8 0
> (64.865592) PPB: 512 pages 1 segs 512 pipe 1950 off
> (64.865600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865606) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865647) Fetched ack: 8 8 0
> (64.865652) PPB: 512 pages 1 segs 512 pipe 1951 off
> (64.865659) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865665) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865703) Fetched ack: 8 8 0
> (64.865709) PPB: 512 pages 1 segs 512 pipe 1952 off
> (64.865734) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865740) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865779) Fetched ack: 8 8 0
> (64.865784) PPB: 512 pages 1 segs 512 pipe 1953 off
> (64.865791) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865797) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865836) Fetched ack: 8 8 0
> (64.865842) PPB: 512 pages 1 segs 512 pipe 1954 off
> (64.865848) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865854) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865894) Fetched ack: 8 8 0
> (64.865900) PPB: 512 pages 1 segs 512 pipe 1955 off
> (64.865906) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865912) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.865950) Fetched ack: 8 8 0
> (64.865956) PPB: 512 pages 1 segs 512 pipe 1956 off
> (64.865963) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (64.865969) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (64.866007) Fetched ack: 8 8 0
> (64.866013) Transfering pages:
> (64.866015) 	buf 512/1
> (64.866018) 	p 0x7b71a3000 [512]
> (64.893305) 	buf 512/1
> (64.893324) 	p 0x7b73a3000 [512]
> (64.921302) 	buf 512/1
> (64.921319) 	p 0x7b75a3000 [512]
> (64.949304) 	buf 512/1
> (64.949321) 	p 0x7b77a3000 [512]
> (64.977301) 	buf 512/1
> (64.977319) 	p 0x7b79a3000 [512]
> (65.005303) 	buf 512/1
> (65.005321) 	p 0x7b7ba3000 [512]
> (65.033302) 	buf 512/1
> (65.033318) 	p 0x7b7da3000 [512]
> (65.061303) 	buf 512/1
> (65.061321) 	p 0x7b7fa3000 [512]
> (65.089301) page-pipe: Clean up page pipe
> (65.089320) page-pipe: Will grow page pipe (iov off is 1957)
> (65.089325) page-pipe: Add iov to page pipe (0 iovs, 1957/1475266 total)
> (65.089347) page-pipe: Will grow page pipe (iov off is 1958)
> (65.089350) page-pipe: Add iov to page pipe (0 iovs, 1958/1475266 total)
> (65.089359) page-pipe: Will grow page pipe (iov off is 1959)
> (65.089362) page-pipe: Add iov to page pipe (0 iovs, 1959/1475266 total)
> (65.089371) page-pipe: Will grow page pipe (iov off is 1960)
> (65.089374) page-pipe: Add iov to page pipe (0 iovs, 1960/1475266 total)
> (65.089383) page-pipe: Will grow page pipe (iov off is 1961)
> (65.089386) page-pipe: Add iov to page pipe (0 iovs, 1961/1475266 total)
> (65.089398) page-pipe: Will grow page pipe (iov off is 1962)
> (65.089401) page-pipe: Add iov to page pipe (0 iovs, 1962/1475266 total)
> (65.089410) page-pipe: Will grow page pipe (iov off is 1963)
> (65.089413) page-pipe: Add iov to page pipe (0 iovs, 1963/1475266 total)
> (65.089422) page-pipe: Will grow page pipe (iov off is 1964)
> (65.089425) page-pipe: Add iov to page pipe (0 iovs, 1964/1475266 total)
> (65.089434) page-pipe: Will grow page pipe (iov off is 1965)
> (65.089438) page-pipe: Page pipe:
> (65.089440) page-pipe: * 8 pipes 1965/1475266 iovs:
> (65.089443) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089446) page-pipe: 		0x7b81a3000 512
> (65.089450) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089453) page-pipe: 		0x7b83a3000 512
> (65.089455) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089458) page-pipe: 		0x7b85a3000 512
> (65.089461) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089463) page-pipe: 		0x7b87a3000 512
> (65.089466) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089469) page-pipe: 		0x7b89a3000 512
> (65.089471) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089474) page-pipe: 		0x7b8ba3000 512
> (65.089477) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089479) page-pipe: 		0x7b8da3000 512
> (65.089482) page-pipe: 	buf 512 pages, 1 iovs:
> (65.089485) page-pipe: 		0x7b8fa3000 512
> (65.089487) page-pipe: * 0 holes:
> (65.089490) PPB: 512 pages 1 segs 512 pipe 1957 off
> (65.089509) Sent msg to daemon 8 0 0
> (65.089523) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089583) Fetched ack: 8 8 0
> (65.089589) PPB: 512 pages 1 segs 512 pipe 1958 off
> (65.089597) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089603) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089641) Fetched ack: 8 8 0
> (65.089664) PPB: 512 pages 1 segs 512 pipe 1959 off
> (65.089671) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089717) Fetched ack: 8 8 0
> (65.089723) PPB: 512 pages 1 segs 512 pipe 1960 off
> (65.089729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089776) Fetched ack: 8 8 0
> (65.089782) PPB: 512 pages 1 segs 512 pipe 1961 off
> (65.089788) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089794) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089834) Fetched ack: 8 8 0
> (65.089840) PPB: 512 pages 1 segs 512 pipe 1962 off
> (65.089847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089891) Fetched ack: 8 8 0
> (65.089897) PPB: 512 pages 1 segs 512 pipe 1963 off
> (65.089904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089910) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.089947) Fetched ack: 8 8 0
> (65.089953) PPB: 512 pages 1 segs 512 pipe 1964 off
> (65.089960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.089966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.090005) Fetched ack: 8 8 0
> (65.090011) Transfering pages:
> (65.090014) 	buf 512/1
> (65.090017) 	p 0x7b81a3000 [512]
> (65.121302) 	buf 512/1
> (65.121319) 	p 0x7b83a3000 [512]
> (65.149302) 	buf 512/1
> (65.149317) 	p 0x7b85a3000 [512]
> (65.181307) 	buf 512/1
> (65.181332) 	p 0x7b87a3000 [512]
> (65.213304) 	buf 512/1
> (65.213322) 	p 0x7b89a3000 [512]
> (65.245303) 	buf 512/1
> (65.245320) 	p 0x7b8ba3000 [512]
> (65.277305) 	buf 512/1
> (65.277330) 	p 0x7b8da3000 [512]
> (65.309320) 	buf 512/1
> (65.309340) 	p 0x7b8fa3000 [512]
> (65.341303) page-pipe: Clean up page pipe
> (65.341322) page-pipe: Will grow page pipe (iov off is 1965)
> (65.341333) page-pipe: Add iov to page pipe (0 iovs, 1965/1475266 total)
> (65.341346) page-pipe: Will grow page pipe (iov off is 1966)
> (65.341349) page-pipe: Add iov to page pipe (0 iovs, 1966/1475266 total)
> (65.341358) page-pipe: Will grow page pipe (iov off is 1967)
> (65.341361) page-pipe: Add iov to page pipe (0 iovs, 1967/1475266 total)
> (65.341371) page-pipe: Will grow page pipe (iov off is 1968)
> (65.341373) page-pipe: Add iov to page pipe (0 iovs, 1968/1475266 total)
> (65.341382) page-pipe: Will grow page pipe (iov off is 1969)
> (65.341385) page-pipe: Add iov to page pipe (0 iovs, 1969/1475266 total)
> (65.341398) page-pipe: Will grow page pipe (iov off is 1970)
> (65.341401) page-pipe: Add iov to page pipe (0 iovs, 1970/1475266 total)
> (65.341410) page-pipe: Will grow page pipe (iov off is 1971)
> (65.341413) page-pipe: Add iov to page pipe (0 iovs, 1971/1475266 total)
> (65.341422) page-pipe: Will grow page pipe (iov off is 1972)
> (65.341425) page-pipe: Add iov to page pipe (0 iovs, 1972/1475266 total)
> (65.341434) page-pipe: Will grow page pipe (iov off is 1973)
> (65.341438) page-pipe: Page pipe:
> (65.341440) page-pipe: * 8 pipes 1973/1475266 iovs:
> (65.341444) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341447) page-pipe: 		0x7b91a3000 512
> (65.341450) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341453) page-pipe: 		0x7b93a3000 512
> (65.341456) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341458) page-pipe: 		0x7b95a3000 512
> (65.341461) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341464) page-pipe: 		0x7b97a3000 512
> (65.341467) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341470) page-pipe: 		0x7b99a3000 512
> (65.341472) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341475) page-pipe: 		0x7b9ba3000 512
> (65.341478) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341481) page-pipe: 		0x7b9da3000 512
> (65.341484) page-pipe: 	buf 512 pages, 1 iovs:
> (65.341486) page-pipe: 		0x7b9fa3000 512
> (65.341489) page-pipe: * 0 holes:
> (65.341492) PPB: 512 pages 1 segs 512 pipe 1965 off
> (65.341512) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341542) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341589) Fetched ack: 8 8 0
> (65.341595) PPB: 512 pages 1 segs 512 pipe 1966 off
> (65.341603) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341609) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341650) Fetched ack: 8 8 0
> (65.341656) PPB: 512 pages 1 segs 512 pipe 1967 off
> (65.341663) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341668) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341708) Fetched ack: 8 8 0
> (65.341714) PPB: 512 pages 1 segs 512 pipe 1968 off
> (65.341721) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341726) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341767) Fetched ack: 8 8 0
> (65.341773) PPB: 512 pages 1 segs 512 pipe 1969 off
> (65.341779) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341785) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341825) Fetched ack: 8 8 0
> (65.341830) PPB: 512 pages 1 segs 512 pipe 1970 off
> (65.341837) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341843) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341881) Fetched ack: 8 8 0
> (65.341887) PPB: 512 pages 1 segs 512 pipe 1971 off
> (65.341894) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341900) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341938) Fetched ack: 8 8 0
> (65.341944) PPB: 512 pages 1 segs 512 pipe 1972 off
> (65.341950) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.341956) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.341995) Fetched ack: 8 8 0
> (65.342001) Transfering pages:
> (65.342004) 	buf 512/1
> (65.342006) 	p 0x7b91a3000 [512]
> (65.373303) 	buf 512/1
> (65.373323) 	p 0x7b93a3000 [512]
> (65.405302) 	buf 512/1
> (65.405323) 	p 0x7b95a3000 [512]
> (65.437303) 	buf 512/1
> (65.437322) 	p 0x7b97a3000 [512]
> (65.469299) 	buf 512/1
> (65.469317) 	p 0x7b99a3000 [512]
> (65.501312) 	buf 512/1
> (65.501329) 	p 0x7b9ba3000 [512]
> (65.533301) 	buf 512/1
> (65.533317) 	p 0x7b9da3000 [512]
> (65.565301) 	buf 512/1
> (65.565322) 	p 0x7b9fa3000 [512]
> (65.597303) page-pipe: Clean up page pipe
> (65.597322) page-pipe: Will grow page pipe (iov off is 1973)
> (65.597328) page-pipe: Add iov to page pipe (0 iovs, 1973/1475266 total)
> (65.597350) page-pipe: Will grow page pipe (iov off is 1974)
> (65.597353) page-pipe: Add iov to page pipe (0 iovs, 1974/1475266 total)
> (65.597363) page-pipe: Will grow page pipe (iov off is 1975)
> (65.597365) page-pipe: Add iov to page pipe (0 iovs, 1975/1475266 total)
> (65.597375) page-pipe: Will grow page pipe (iov off is 1976)
> (65.597377) page-pipe: Add iov to page pipe (0 iovs, 1976/1475266 total)
> (65.597386) page-pipe: Will grow page pipe (iov off is 1977)
> (65.597389) page-pipe: Add iov to page pipe (0 iovs, 1977/1475266 total)
> (65.597402) page-pipe: Will grow page pipe (iov off is 1978)
> (65.597405) page-pipe: Add iov to page pipe (0 iovs, 1978/1475266 total)
> (65.597414) page-pipe: Will grow page pipe (iov off is 1979)
> (65.597417) page-pipe: Add iov to page pipe (0 iovs, 1979/1475266 total)
> (65.597426) page-pipe: Will grow page pipe (iov off is 1980)
> (65.597429) page-pipe: Add iov to page pipe (0 iovs, 1980/1475266 total)
> (65.597438) page-pipe: Will grow page pipe (iov off is 1981)
> (65.597441) page-pipe: Page pipe:
> (65.597444) page-pipe: * 8 pipes 1981/1475266 iovs:
> (65.597447) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597450) page-pipe: 		0x7ba1a3000 512
> (65.597453) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597456) page-pipe: 		0x7ba3a3000 512
> (65.597458) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597461) page-pipe: 		0x7ba5a3000 512
> (65.597464) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597466) page-pipe: 		0x7ba7a3000 512
> (65.597469) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597472) page-pipe: 		0x7ba9a3000 512
> (65.597474) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597495) page-pipe: 		0x7baba3000 512
> (65.597499) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597501) page-pipe: 		0x7bada3000 512
> (65.597504) page-pipe: 	buf 512 pages, 1 iovs:
> (65.597507) page-pipe: 		0x7bafa3000 512
> (65.597509) page-pipe: * 0 holes:
> (65.597512) PPB: 512 pages 1 segs 512 pipe 1973 off
> (65.597534) Sent msg to daemon 8 0 0
> (65.597546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597608) Fetched ack: 8 8 0
> (65.597613) PPB: 512 pages 1 segs 512 pipe 1974 off
> (65.597620) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597626) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597667) Fetched ack: 8 8 0
> (65.597673) PPB: 512 pages 1 segs 512 pipe 1975 off
> (65.597680) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597686) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597725) Fetched ack: 8 8 0
> (65.597730) PPB: 512 pages 1 segs 512 pipe 1976 off
> (65.597737) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597743) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597782) Fetched ack: 8 8 0
> (65.597788) PPB: 512 pages 1 segs 512 pipe 1977 off
> (65.597794) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597800) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597840) Fetched ack: 8 8 0
> (65.597846) PPB: 512 pages 1 segs 512 pipe 1978 off
> (65.597853) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597858) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597897) Fetched ack: 8 8 0
> (65.597903) PPB: 512 pages 1 segs 512 pipe 1979 off
> (65.597909) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597915) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.597955) Fetched ack: 8 8 0
> (65.597961) PPB: 512 pages 1 segs 512 pipe 1980 off
> (65.597968) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.597973) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.598013) Fetched ack: 8 8 0
> (65.598019) Transfering pages:
> (65.598022) 	buf 512/1
> (65.598025) 	p 0x7ba1a3000 [512]
> (65.629303) 	buf 512/1
> (65.629318) 	p 0x7ba3a3000 [512]
> (65.661302) 	buf 512/1
> (65.661318) 	p 0x7ba5a3000 [512]
> (65.693354) 	buf 512/1
> (65.693376) 	p 0x7ba7a3000 [512]
> (65.725313) 	buf 512/1
> (65.725339) 	p 0x7ba9a3000 [512]
> (65.757369) 	buf 512/1
> (65.757398) 	p 0x7baba3000 [512]
> (65.789303) 	buf 512/1
> (65.789330) 	p 0x7bada3000 [512]
> (65.821303) 	buf 512/1
> (65.821322) 	p 0x7bafa3000 [512]
> (65.853306) page-pipe: Clean up page pipe
> (65.853323) page-pipe: Will grow page pipe (iov off is 1981)
> (65.853328) page-pipe: Add iov to page pipe (0 iovs, 1981/1475266 total)
> (65.853349) page-pipe: Will grow page pipe (iov off is 1982)
> (65.853352) page-pipe: Add iov to page pipe (0 iovs, 1982/1475266 total)
> (65.853361) page-pipe: Will grow page pipe (iov off is 1983)
> (65.853364) page-pipe: Add iov to page pipe (0 iovs, 1983/1475266 total)
> (65.853373) page-pipe: Will grow page pipe (iov off is 1984)
> (65.853376) page-pipe: Add iov to page pipe (0 iovs, 1984/1475266 total)
> (65.853385) page-pipe: Will grow page pipe (iov off is 1985)
> (65.853388) page-pipe: Add iov to page pipe (0 iovs, 1985/1475266 total)
> (65.853401) page-pipe: Will grow page pipe (iov off is 1986)
> (65.853403) page-pipe: Add iov to page pipe (0 iovs, 1986/1475266 total)
> (65.853412) page-pipe: Will grow page pipe (iov off is 1987)
> (65.853415) page-pipe: Add iov to page pipe (0 iovs, 1987/1475266 total)
> (65.853425) page-pipe: Will grow page pipe (iov off is 1988)
> (65.853427) page-pipe: Add iov to page pipe (0 iovs, 1988/1475266 total)
> (65.853437) page-pipe: Will grow page pipe (iov off is 1989)
> (65.853440) page-pipe: Page pipe:
> (65.853443) page-pipe: * 8 pipes 1989/1475266 iovs:
> (65.853446) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853448) page-pipe: 		0x7bb1a3000 512
> (65.853452) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853473) page-pipe: 		0x7bb3a3000 512
> (65.853476) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853479) page-pipe: 		0x7bb5a3000 512
> (65.853482) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853484) page-pipe: 		0x7bb7a3000 512
> (65.853487) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853490) page-pipe: 		0x7bb9a3000 512
> (65.853492) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853495) page-pipe: 		0x7bbba3000 512
> (65.853498) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853500) page-pipe: 		0x7bbda3000 512
> (65.853503) page-pipe: 	buf 512 pages, 1 iovs:
> (65.853506) page-pipe: 		0x7bbfa3000 512
> (65.853508) page-pipe: * 0 holes:
> (65.853511) PPB: 512 pages 1 segs 512 pipe 1981 off
> (65.853532) Sent msg to daemon 8 0 0
> (65.853545) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853607) Fetched ack: 8 8 0
> (65.853612) PPB: 512 pages 1 segs 512 pipe 1982 off
> (65.853619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853665) Fetched ack: 8 8 0
> (65.853671) PPB: 512 pages 1 segs 512 pipe 1983 off
> (65.853678) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853684) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853724) Fetched ack: 8 8 0
> (65.853730) PPB: 512 pages 1 segs 512 pipe 1984 off
> (65.853737) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853743) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853784) Fetched ack: 8 8 0
> (65.853789) PPB: 512 pages 1 segs 512 pipe 1985 off
> (65.853796) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853802) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853842) Fetched ack: 8 8 0
> (65.853848) PPB: 512 pages 1 segs 512 pipe 1986 off
> (65.853854) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853860) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853899) Fetched ack: 8 8 0
> (65.853905) PPB: 512 pages 1 segs 512 pipe 1987 off
> (65.853911) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853917) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.853957) Fetched ack: 8 8 0
> (65.853963) PPB: 512 pages 1 segs 512 pipe 1988 off
> (65.853969) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (65.853975) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (65.854013) Fetched ack: 8 8 0
> (65.854019) Transfering pages:
> (65.854022) 	buf 512/1
> (65.854024) 	p 0x7bb1a3000 [512]
> (65.885304) 	buf 512/1
> (65.885321) 	p 0x7bb3a3000 [512]
> (65.917302) 	buf 512/1
> (65.917319) 	p 0x7bb5a3000 [512]
> (65.949303) 	buf 512/1
> (65.949325) 	p 0x7bb7a3000 [512]
> (65.981302) 	buf 512/1
> (65.981320) 	p 0x7bb9a3000 [512]
> (66.013304) 	buf 512/1
> (66.013332) 	p 0x7bbba3000 [512]
> (66.045304) 	buf 512/1
> (66.045321) 	p 0x7bbda3000 [512]
> (66.077304) 	buf 512/1
> (66.077323) 	p 0x7bbfa3000 [512]
> (66.109303) page-pipe: Clean up page pipe
> (66.109319) page-pipe: Will grow page pipe (iov off is 1989)
> (66.109325) page-pipe: Add iov to page pipe (0 iovs, 1989/1475266 total)
> (66.109342) page-pipe: Will grow page pipe (iov off is 1990)
> (66.109345) page-pipe: Add iov to page pipe (0 iovs, 1990/1475266 total)
> (66.109361) page-pipe: Will grow page pipe (iov off is 1991)
> (66.109364) page-pipe: Add iov to page pipe (0 iovs, 1991/1475266 total)
> (66.109373) page-pipe: Will grow page pipe (iov off is 1992)
> (66.109376) page-pipe: Add iov to page pipe (0 iovs, 1992/1475266 total)
> (66.109385) page-pipe: Will grow page pipe (iov off is 1993)
> (66.109388) page-pipe: Add iov to page pipe (0 iovs, 1993/1475266 total)
> (66.109401) page-pipe: Will grow page pipe (iov off is 1994)
> (66.109403) page-pipe: Add iov to page pipe (0 iovs, 1994/1475266 total)
> (66.109412) page-pipe: Will grow page pipe (iov off is 1995)
> (66.109415) page-pipe: Add iov to page pipe (0 iovs, 1995/1475266 total)
> (66.109425) page-pipe: Will grow page pipe (iov off is 1996)
> (66.109445) page-pipe: Add iov to page pipe (0 iovs, 1996/1475266 total)
> (66.109456) page-pipe: Will grow page pipe (iov off is 1997)
> (66.109459) page-pipe: Page pipe:
> (66.109462) page-pipe: * 8 pipes 1997/1475266 iovs:
> (66.109465) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109468) page-pipe: 		0x7bc1a3000 512
> (66.109471) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109474) page-pipe: 		0x7bc3a3000 512
> (66.109477) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109479) page-pipe: 		0x7bc5a3000 512
> (66.109482) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109485) page-pipe: 		0x7bc7a3000 512
> (66.109488) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109490) page-pipe: 		0x7bc9a3000 512
> (66.109493) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109496) page-pipe: 		0x7bcba3000 512
> (66.109498) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109501) page-pipe: 		0x7bcda3000 512
> (66.109504) page-pipe: 	buf 512 pages, 1 iovs:
> (66.109506) page-pipe: 		0x7bcfa3000 512
> (66.109509) page-pipe: * 0 holes:
> (66.109512) PPB: 512 pages 1 segs 512 pipe 1989 off
> (66.109533) Sent msg to daemon 8 0 0
> (66.109546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109606) Fetched ack: 8 8 0
> (66.109612) PPB: 512 pages 1 segs 512 pipe 1990 off
> (66.109619) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109625) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109667) Fetched ack: 8 8 0
> (66.109673) PPB: 512 pages 1 segs 512 pipe 1991 off
> (66.109680) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109686) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109726) Fetched ack: 8 8 0
> (66.109732) PPB: 512 pages 1 segs 512 pipe 1992 off
> (66.109738) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109744) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109784) Fetched ack: 8 8 0
> (66.109790) PPB: 512 pages 1 segs 512 pipe 1993 off
> (66.109796) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109802) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109841) Fetched ack: 8 8 0
> (66.109847) PPB: 512 pages 1 segs 512 pipe 1994 off
> (66.109854) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109859) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109900) Fetched ack: 8 8 0
> (66.109906) PPB: 512 pages 1 segs 512 pipe 1995 off
> (66.109912) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109918) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.109957) Fetched ack: 8 8 0
> (66.109963) PPB: 512 pages 1 segs 512 pipe 1996 off
> (66.109970) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.109975) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.110016) Fetched ack: 8 8 0
> (66.110022) Transfering pages:
> (66.110025) 	buf 512/1
> (66.110028) 	p 0x7bc1a3000 [512]
> (66.141303) 	buf 512/1
> (66.141319) 	p 0x7bc3a3000 [512]
> (66.173302) 	buf 512/1
> (66.173318) 	p 0x7bc5a3000 [512]
> (66.205303) 	buf 512/1
> (66.205321) 	p 0x7bc7a3000 [512]
> (66.237296) 	buf 512/1
> (66.237313) 	p 0x7bc9a3000 [512]
> (66.269302) 	buf 512/1
> (66.269322) 	p 0x7bcba3000 [512]
> (66.301303) 	buf 512/1
> (66.301321) 	p 0x7bcda3000 [512]
> (66.333298) 	buf 512/1
> (66.333318) 	p 0x7bcfa3000 [512]
> (66.365304) page-pipe: Clean up page pipe
> (66.365323) page-pipe: Will grow page pipe (iov off is 1997)
> (66.365328) page-pipe: Add iov to page pipe (0 iovs, 1997/1475266 total)
> (66.365347) page-pipe: Will grow page pipe (iov off is 1998)
> (66.365351) page-pipe: Add iov to page pipe (0 iovs, 1998/1475266 total)
> (66.365360) page-pipe: Will grow page pipe (iov off is 1999)
> (66.365363) page-pipe: Add iov to page pipe (0 iovs, 1999/1475266 total)
> (66.365372) page-pipe: Will grow page pipe (iov off is 2000)
> (66.365375) page-pipe: Add iov to page pipe (0 iovs, 2000/1475266 total)
> (66.365384) page-pipe: Will grow page pipe (iov off is 2001)
> (66.365387) page-pipe: Add iov to page pipe (0 iovs, 2001/1475266 total)
> (66.365418) page-pipe: Will grow page pipe (iov off is 2002)
> (66.365422) page-pipe: Add iov to page pipe (0 iovs, 2002/1475266 total)
> (66.365431) page-pipe: Will grow page pipe (iov off is 2003)
> (66.365434) page-pipe: Add iov to page pipe (0 iovs, 2003/1475266 total)
> (66.365443) page-pipe: Will grow page pipe (iov off is 2004)
> (66.365446) page-pipe: Add iov to page pipe (0 iovs, 2004/1475266 total)
> (66.365455) page-pipe: Will grow page pipe (iov off is 2005)
> (66.365459) page-pipe: Page pipe:
> (66.365461) page-pipe: * 8 pipes 2005/1475266 iovs:
> (66.365464) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365467) page-pipe: 		0x7bd1a3000 512
> (66.365471) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365474) page-pipe: 		0x7bd3a3000 512
> (66.365476) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365479) page-pipe: 		0x7bd5a3000 512
> (66.365482) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365485) page-pipe: 		0x7bd7a3000 512
> (66.365487) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365490) page-pipe: 		0x7bd9a3000 512
> (66.365493) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365495) page-pipe: 		0x7bdba3000 512
> (66.365498) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365501) page-pipe: 		0x7bdda3000 512
> (66.365504) page-pipe: 	buf 512 pages, 1 iovs:
> (66.365506) page-pipe: 		0x7bdfa3000 512
> (66.365509) page-pipe: * 0 holes:
> (66.365512) PPB: 512 pages 1 segs 512 pipe 1997 off
> (66.365533) Sent msg to daemon 8 0 0
> (66.365546) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365610) Fetched ack: 8 8 0
> (66.365615) PPB: 512 pages 1 segs 512 pipe 1998 off
> (66.365622) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365629) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365671) Fetched ack: 8 8 0
> (66.365677) PPB: 512 pages 1 segs 512 pipe 1999 off
> (66.365684) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365690) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365732) Fetched ack: 8 8 0
> (66.365737) PPB: 512 pages 1 segs 512 pipe 2000 off
> (66.365744) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365750) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365791) Fetched ack: 8 8 0
> (66.365797) PPB: 512 pages 1 segs 512 pipe 2001 off
> (66.365804) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365809) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365851) Fetched ack: 8 8 0
> (66.365857) PPB: 512 pages 1 segs 512 pipe 2002 off
> (66.365863) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365869) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365910) Fetched ack: 8 8 0
> (66.365916) PPB: 512 pages 1 segs 512 pipe 2003 off
> (66.365922) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365928) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.365968) Fetched ack: 8 8 0
> (66.365973) PPB: 512 pages 1 segs 512 pipe 2004 off
> (66.365980) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.365985) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.366023) Fetched ack: 8 8 0
> (66.366029) Transfering pages:
> (66.366032) 	buf 512/1
> (66.366035) 	p 0x7bd1a3000 [512]
> (66.397304) 	buf 512/1
> (66.397319) 	p 0x7bd3a3000 [512]
> (66.429305) 	buf 512/1
> (66.429322) 	p 0x7bd5a3000 [512]
> (66.461297) 	buf 512/1
> (66.461314) 	p 0x7bd7a3000 [512]
> (66.493302) 	buf 512/1
> (66.493327) 	p 0x7bd9a3000 [512]
> (66.525297) 	buf 512/1
> (66.525314) 	p 0x7bdba3000 [512]
> (66.557301) 	buf 512/1
> (66.557317) 	p 0x7bdda3000 [512]
> (66.589303) 	buf 512/1
> (66.589324) 	p 0x7bdfa3000 [512]
> (66.621301) page-pipe: Clean up page pipe
> (66.621318) page-pipe: Will grow page pipe (iov off is 2005)
> (66.621324) page-pipe: Add iov to page pipe (0 iovs, 2005/1475266 total)
> (66.621433) page-pipe: Will grow page pipe (iov off is 2006)
> (66.621437) page-pipe: Add iov to page pipe (0 iovs, 2006/1475266 total)
> (66.621446) page-pipe: Will grow page pipe (iov off is 2007)
> (66.621466) page-pipe: Add iov to page pipe (0 iovs, 2007/1475266 total)
> (66.621476) page-pipe: Will grow page pipe (iov off is 2008)
> (66.621479) page-pipe: Add iov to page pipe (0 iovs, 2008/1475266 total)
> (66.621488) page-pipe: Will grow page pipe (iov off is 2009)
> (66.621491) page-pipe: Add iov to page pipe (0 iovs, 2009/1475266 total)
> (66.621504) page-pipe: Will grow page pipe (iov off is 2010)
> (66.621507) page-pipe: Add iov to page pipe (0 iovs, 2010/1475266 total)
> (66.621516) page-pipe: Will grow page pipe (iov off is 2011)
> (66.621519) page-pipe: Add iov to page pipe (0 iovs, 2011/1475266 total)
> (66.621528) page-pipe: Will grow page pipe (iov off is 2012)
> (66.621531) page-pipe: Add iov to page pipe (0 iovs, 2012/1475266 total)
> (66.621540) page-pipe: Will grow page pipe (iov off is 2013)
> (66.621543) page-pipe: Page pipe:
> (66.621546) page-pipe: * 8 pipes 2013/1475266 iovs:
> (66.621549) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621552) page-pipe: 		0x7be1a3000 512
> (66.621555) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621558) page-pipe: 		0x7be3a3000 512
> (66.621561) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621564) page-pipe: 		0x7be5a3000 512
> (66.621566) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621569) page-pipe: 		0x7be7a3000 512
> (66.621572) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621575) page-pipe: 		0x7be9a3000 512
> (66.621577) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621580) page-pipe: 		0x7beba3000 512
> (66.621583) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621586) page-pipe: 		0x7beda3000 512
> (66.621588) page-pipe: 	buf 512 pages, 1 iovs:
> (66.621591) page-pipe: 		0x7befa3000 512
> (66.621594) page-pipe: * 0 holes:
> (66.621597) PPB: 512 pages 1 segs 512 pipe 2005 off
> (66.621617) Sent msg to daemon 8 0 0
> (66.621631) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.621697) Fetched ack: 8 8 0
> (66.621702) PPB: 512 pages 1 segs 512 pipe 2006 off
> (66.621709) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.621716) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.621755) Fetched ack: 8 8 0
> (66.621761) PPB: 512 pages 1 segs 512 pipe 2007 off
> (66.621768) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.621774) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.621813) Fetched ack: 8 8 0
> (66.621819) PPB: 512 pages 1 segs 512 pipe 2008 off
> (66.621826) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.621831) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.621872) Fetched ack: 8 8 0
> (66.621878) PPB: 512 pages 1 segs 512 pipe 2009 off
> (66.621885) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.621891) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.621930) Fetched ack: 8 8 0
> (66.621936) PPB: 512 pages 1 segs 512 pipe 2010 off
> (66.621943) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.621949) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.621988) Fetched ack: 8 8 0
> (66.621994) PPB: 512 pages 1 segs 512 pipe 2011 off
> (66.622001) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.622007) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.622045) Fetched ack: 8 8 0
> (66.622051) PPB: 512 pages 1 segs 512 pipe 2012 off
> (66.622058) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.622064) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.622103) Fetched ack: 8 8 0
> (66.622109) Transfering pages:
> (66.622112) 	buf 512/1
> (66.622115) 	p 0x7be1a3000 [512]
> (66.653306) 	buf 512/1
> (66.653322) 	p 0x7be3a3000 [512]
> (66.685302) 	buf 512/1
> (66.685320) 	p 0x7be5a3000 [512]
> (66.717304) 	buf 512/1
> (66.717320) 	p 0x7be7a3000 [512]
> (66.749302) 	buf 512/1
> (66.749317) 	p 0x7be9a3000 [512]
> (66.781303) 	buf 512/1
> (66.781321) 	p 0x7beba3000 [512]
> (66.813303) 	buf 512/1
> (66.813322) 	p 0x7beda3000 [512]
> (66.845302) 	buf 512/1
> (66.845317) 	p 0x7befa3000 [512]
> (66.877306) page-pipe: Clean up page pipe
> (66.877326) page-pipe: Will grow page pipe (iov off is 2013)
> (66.877331) page-pipe: Add iov to page pipe (0 iovs, 2013/1475266 total)
> (66.877354) page-pipe: Will grow page pipe (iov off is 2014)
> (66.877357) page-pipe: Add iov to page pipe (0 iovs, 2014/1475266 total)
> (66.877366) page-pipe: Will grow page pipe (iov off is 2015)
> (66.877369) page-pipe: Add iov to page pipe (0 iovs, 2015/1475266 total)
> (66.877378) page-pipe: Will grow page pipe (iov off is 2016)
> (66.877381) page-pipe: Add iov to page pipe (0 iovs, 2016/1475266 total)
> (66.877390) page-pipe: Will grow page pipe (iov off is 2017)
> (66.877393) page-pipe: Add iov to page pipe (0 iovs, 2017/1475266 total)
> (66.877406) page-pipe: Will grow page pipe (iov off is 2018)
> (66.877409) page-pipe: Add iov to page pipe (0 iovs, 2018/1475266 total)
> (66.877418) page-pipe: Will grow page pipe (iov off is 2019)
> (66.877421) page-pipe: Add iov to page pipe (0 iovs, 2019/1475266 total)
> (66.877430) page-pipe: Will grow page pipe (iov off is 2020)
> (66.877433) page-pipe: Add iov to page pipe (0 iovs, 2020/1475266 total)
> (66.877442) page-pipe: Will grow page pipe (iov off is 2021)
> (66.877445) page-pipe: Page pipe:
> (66.877448) page-pipe: * 8 pipes 2021/1475266 iovs:
> (66.877451) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877454) page-pipe: 		0x7bf1a3000 512
> (66.877457) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877460) page-pipe: 		0x7bf3a3000 512
> (66.877463) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877465) page-pipe: 		0x7bf5a3000 512
> (66.877468) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877472) page-pipe: 		0x7bf7a3000 512
> (66.877475) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877478) page-pipe: 		0x7bf9a3000 512
> (66.877480) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877483) page-pipe: 		0x7bfba3000 512
> (66.877486) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877488) page-pipe: 		0x7bfda3000 512
> (66.877491) page-pipe: 	buf 512 pages, 1 iovs:
> (66.877494) page-pipe: 		0x7bffa3000 512
> (66.877496) page-pipe: * 0 holes:
> (66.877499) PPB: 512 pages 1 segs 512 pipe 2013 off
> (66.877518) Sent msg to daemon 8 0 0
> (66.877532) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877597) Fetched ack: 8 8 0
> (66.877602) PPB: 512 pages 1 segs 512 pipe 2014 off
> (66.877610) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877616) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877658) Fetched ack: 8 8 0
> (66.877664) PPB: 512 pages 1 segs 512 pipe 2015 off
> (66.877672) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877678) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877717) Fetched ack: 8 8 0
> (66.877722) PPB: 512 pages 1 segs 512 pipe 2016 off
> (66.877729) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877775) Fetched ack: 8 8 0
> (66.877781) PPB: 512 pages 1 segs 512 pipe 2017 off
> (66.877787) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877793) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877832) Fetched ack: 8 8 0
> (66.877838) PPB: 512 pages 1 segs 512 pipe 2018 off
> (66.877845) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877851) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877890) Fetched ack: 8 8 0
> (66.877896) PPB: 512 pages 1 segs 512 pipe 2019 off
> (66.877902) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877908) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.877946) Fetched ack: 8 8 0
> (66.877952) PPB: 512 pages 1 segs 512 pipe 2020 off
> (66.877959) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (66.877965) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (66.878055) Fetched ack: 8 8 0
> (66.878061) Transfering pages:
> (66.878064) 	buf 512/1
> (66.878067) 	p 0x7bf1a3000 [512]
> (66.909302) 	buf 512/1
> (66.909321) 	p 0x7bf3a3000 [512]
> (66.941303) 	buf 512/1
> (66.941319) 	p 0x7bf5a3000 [512]
> (66.973303) 	buf 512/1
> (66.973321) 	p 0x7bf7a3000 [512]
> (67.005301) 	buf 512/1
> (67.005320) 	p 0x7bf9a3000 [512]
> (67.037303) 	buf 512/1
> (67.037319) 	p 0x7bfba3000 [512]
> (67.069306) 	buf 512/1
> (67.069322) 	p 0x7bfda3000 [512]
> (67.101307) 	buf 512/1
> (67.101323) 	p 0x7bffa3000 [512]
> (67.133302) page-pipe: Clean up page pipe
> (67.133318) page-pipe: Will grow page pipe (iov off is 2021)
> (67.133323) page-pipe: Add iov to page pipe (0 iovs, 2021/1475266 total)
> (67.133329) Pagemap generated: 29 pages 0 holes
> (67.133340) pagemap-cache: filling VMA 7c01c0000-7c029f000 (892K) [l:7c0000000 h:7c0200000]
> (67.133395) page-pipe: Add iov to page pipe (1 iovs, 2022/1475266 total)
> (67.133399) page-pipe: Add iov to page pipe (2 iovs, 2023/1475266 total)
> (67.133402) Pagemap generated: 215 pages 0 holes
> (67.133406) pagemap-cache: filling VMA 7c029f000-800000000 (1045892K) [l:7c0200000 h:7c0400000]
> (67.135484) Pagemap generated: 0 pages 0 holes
> (67.135490) pagemap-cache: filling VMA 7fd001cb1000-7fd001cb4000 (12K) [l:7fd001c00000 h:7fd001e00000]
> (67.135508) Pagemap generated: 0 pages 0 holes
> (67.135511) pagemap-cache: filling VMA 7fd001cb4000-7fd001cf2000 (248K) [l:7fd001c00000 h:7fd001e00000]
> (67.135519) page-pipe: Add iov to page pipe (3 iovs, 2024/1475266 total)
> (67.135523) Pagemap generated: 23 pages 0 holes
> (67.135526) pagemap-cache: filling VMA 7fd001cf2000-7fd001cf5000 (12K) [l:7fd001c00000 h:7fd001e00000]
> (67.135532) Pagemap generated: 0 pages 0 holes
> (67.135536) pagemap-cache: filling VMA 7fd001cf5000-7fd001d33000 (248K) [l:7fd001c00000 h:7fd001e00000]
> (67.135542) page-pipe: Add iov to page pipe (4 iovs, 2025/1475266 total)
> (67.135546) Pagemap generated: 25 pages 0 holes
> (67.135549) pagemap-cache: filling VMA 7fd001d33000-7fd001d36000 (12K) [l:7fd001c00000 h:7fd001e00000]
> (67.135556) Pagemap generated: 0 pages 0 holes
> (67.135560) pagemap-cache: filling VMA 7fd001d36000-7fd001d74000 (248K) [l:7fd001c00000 h:7fd001e00000]
> (67.135565) page-pipe: Add iov to page pipe (5 iovs, 2026/1475266 total)
> (67.135569) Pagemap generated: 22 pages 0 holes
> (67.135572) pagemap-cache: filling VMA 7fd0020c7000-7fd0020ca000 (12K) [l:7fd002000000 h:7fd002200000]
> (67.135593) Pagemap generated: 0 pages 0 holes
> (67.135596) pagemap-cache: filling VMA 7fd0020ca000-7fd002108000 (248K) [l:7fd002000000 h:7fd002200000]
> (67.135604) page-pipe: Add iov to page pipe (6 iovs, 2027/1475266 total)
> (67.135608) Pagemap generated: 22 pages 0 holes
> (67.135611) pagemap-cache: filling VMA 7fd002108000-7fd00210b000 (12K) [l:7fd002000000 h:7fd002200000]
> (67.135618) Pagemap generated: 0 pages 0 holes
> (67.135621) pagemap-cache: filling VMA 7fd00210b000-7fd002149000 (248K) [l:7fd002000000 h:7fd002200000]
> (67.135628) page-pipe: Add iov to page pipe (7 iovs, 2028/1475266 total)
> (67.135632) Pagemap generated: 22 pages 0 holes
> (67.135635) pagemap-cache: filling VMA 7fd002149000-7fd00214c000 (12K) [l:7fd002000000 h:7fd002200000]
> (67.135641) Pagemap generated: 0 pages 0 holes
> (67.135644) pagemap-cache: filling VMA 7fd00214c000-7fd00218a000 (248K) [l:7fd002000000 h:7fd002200000]
> (67.135650) page-pipe: Add iov to page pipe (8 iovs, 2029/1475266 total)
> (67.135654) Pagemap generated: 24 pages 0 holes
> (67.135657) pagemap-cache: filling VMA 7fd00218a000-7fd00218d000 (12K) [l:7fd002000000 h:7fd002200000]
> (67.135662) Pagemap generated: 0 pages 0 holes
> (67.135665) pagemap-cache: filling VMA 7fd00218d000-7fd0021cb000 (248K) [l:7fd002000000 h:7fd002200000]
> (67.135670) page-pipe: Add iov to page pipe (9 iovs, 2030/1475266 total)
> (67.135674) Pagemap generated: 30 pages 0 holes
> (67.135677) pagemap-cache: filling VMA 7fd00220b000-7fd00220e000 (12K) [l:7fd002200000 h:7fd002400000]
> (67.135680) pagemap-cache: 	    7fd00220b000-7fd00220e000     nr:1     cov:12288
> (67.135685) pagemap-cache: 	    7fd00220e000-7fd00224c000     nr:2     cov:266240
> (67.135689) pagemap-cache: 	    7fd00224c000-7fd00224f000     nr:3     cov:278528
> (67.135692) pagemap-cache: 	    7fd00224f000-7fd00228d000     nr:4     cov:532480
> (67.135696) pagemap-cache: 	    7fd00228d000-7fd002290000     nr:5     cov:544768
> (67.135718) pagemap-cache: 	    7fd002290000-7fd0022ce000     nr:6     cov:798720
> (67.135722) pagemap-cache: 	    7fd0022ce000-7fd0022d1000     nr:7     cov:811008
> (67.135726) pagemap-cache: 	    7fd0022d1000-7fd00230f000     nr:8     cov:1064960
> (67.135729) pagemap-cache: 	    7fd00230f000-7fd002312000     nr:9     cov:1077248
> (67.135732) pagemap-cache: 	    7fd002312000-7fd002350000     nr:10    cov:1331200
> (67.135736) pagemap-cache: 	    7fd002350000-7fd002353000     nr:11    cov:1343488
> (67.135739) pagemap-cache: 	    7fd002353000-7fd002391000     nr:12    cov:1597440
> (67.135743) pagemap-cache: 	    7fd002391000-7fd002394000     nr:13    cov:1609728
> (67.135746) pagemap-cache: 	    7fd002394000-7fd0023d2000     nr:14    cov:1863680
> (67.135749) pagemap-cache: 	    7fd0023d2000-7fd0023d5000     nr:15    cov:1875968
> (67.135752) pagemap-cache: 	cache  mode [l:7fd00220b000 h:7fd002400000]
> (67.135784) Pagemap generated: 0 pages 0 holes
> (67.135787) page-pipe: Add iov to page pipe (10 iovs, 2031/1475266 total)
> (67.135791) Pagemap generated: 23 pages 0 holes
> (67.135794) Pagemap generated: 0 pages 0 holes
> (67.135797) page-pipe: Add iov to page pipe (11 iovs, 2032/1475266 total)
> (67.135800) Pagemap generated: 23 pages 0 holes
> (67.135803) Pagemap generated: 0 pages 0 holes
> (67.135806) page-pipe: Add iov to page pipe (12 iovs, 2033/1475266 total)
> (67.135809) Pagemap generated: 22 pages 0 holes
> (67.135812) Pagemap generated: 0 pages 0 holes
> (67.135814) page-pipe: Add iov to page pipe (13 iovs, 2034/1475266 total)
> (67.135818) Pagemap generated: 22 pages 0 holes
> (67.135820) Pagemap generated: 0 pages 0 holes
> (67.135823) page-pipe: Add iov to page pipe (14 iovs, 2035/1475266 total)
> (67.135826) page-pipe: Will grow page pipe (iov off is 2036)
> (67.135829) page-pipe: Add iov to page pipe (0 iovs, 2036/1475266 total)
> (67.135832) Pagemap generated: 22 pages 0 holes
> (67.135835) Pagemap generated: 0 pages 0 holes
> (67.135837) page-pipe: Add iov to page pipe (1 iovs, 2037/1475266 total)
> (67.135841) Pagemap generated: 22 pages 0 holes
> (67.135844) Pagemap generated: 0 pages 0 holes
> (67.135847) page-pipe: Add iov to page pipe (2 iovs, 2038/1475266 total)
> (67.135850) Pagemap generated: 22 pages 0 holes
> (67.135852) Pagemap generated: 0 pages 0 holes
> (67.135855) pagemap-cache: filling VMA 7fd0023d5000-7fd002413000 (248K) [l:7fd002200000 h:7fd002400000]
> (67.135901) page-pipe: Add iov to page pipe (3 iovs, 2039/1475266 total)
> (67.135905) Pagemap generated: 22 pages 0 holes
> (67.135907) pagemap-cache: filling VMA 7fd002413000-7fd002416000 (12K) [l:7fd002400000 h:7fd002600000]
> (67.135911) pagemap-cache: 	    7fd002413000-7fd002416000     nr:1     cov:12288
> (67.135914) pagemap-cache: 	    7fd002416000-7fd002454000     nr:2     cov:266240
> (67.135917) pagemap-cache: 	    7fd002454000-7fd002457000     nr:3     cov:278528
> (67.135921) pagemap-cache: 	    7fd002457000-7fd002495000     nr:4     cov:532480
> (67.135924) pagemap-cache: 	    7fd002495000-7fd002498000     nr:5     cov:544768
> (67.135927) pagemap-cache: 	    7fd002498000-7fd0024d6000     nr:6     cov:798720
> (67.135930) pagemap-cache: 	    7fd0024d6000-7fd0024d9000     nr:7     cov:811008
> (67.135933) pagemap-cache: 	    7fd0024d9000-7fd002517000     nr:8     cov:1064960
> (67.135936) pagemap-cache: 	    7fd002517000-7fd00251a000     nr:9     cov:1077248
> (67.135939) pagemap-cache: 	    7fd00251a000-7fd002558000     nr:10    cov:1331200
> (67.135943) pagemap-cache: 	    7fd002558000-7fd002559000     nr:11    cov:1335296
> (67.135946) pagemap-cache: 	    7fd002559000-7fd00255a000     nr:12    cov:1339392
> (67.135949) pagemap-cache: 	    7fd00255a000-7fd00255d000     nr:13    cov:1351680
> (67.135953) pagemap-cache: 	cache  mode [l:7fd002413000 h:7fd002600000]
> (67.135964) Pagemap generated: 0 pages 0 holes
> (67.135967) page-pipe: Add iov to page pipe (4 iovs, 2040/1475266 total)
> (67.135971) Pagemap generated: 23 pages 0 holes
> (67.135974) Pagemap generated: 0 pages 0 holes
> (67.135976) page-pipe: Add iov to page pipe (5 iovs, 2041/1475266 total)
> (67.135980) Pagemap generated: 23 pages 0 holes
> (67.135995) Pagemap generated: 0 pages 0 holes
> (67.135999) page-pipe: Add iov to page pipe (6 iovs, 2042/1475266 total)
> (67.136002) Pagemap generated: 22 pages 0 holes
> (67.136005) Pagemap generated: 0 pages 0 holes
> (67.136008) page-pipe: Add iov to page pipe (7 iovs, 2043/1475266 total)
> (67.136011) Pagemap generated: 22 pages 0 holes
> (67.136014) Pagemap generated: 0 pages 0 holes
> (67.136017) page-pipe: Add iov to page pipe (8 iovs, 2044/1475266 total)
> (67.136020) Pagemap generated: 26 pages 0 holes
> (67.136023) Pagemap generated: 0 pages 0 holes
> (67.136026) pagemap-cache: filling VMA 7fd00255d000-7fd002701000 (1680K) [l:7fd002400000 h:7fd002600000]
> (67.136069) page-pipe: Add iov to page pipe (9 iovs, 2045/1475266 total)
> (67.136077) page-pipe: Add iov to page pipe (10 iovs, 2046/1475266 total)
> (67.136081) page-pipe: Will grow page pipe (iov off is 2047)
> (67.136084) page-pipe: Add iov to page pipe (0 iovs, 2047/1475266 total)
> (67.136088) page-pipe: Add iov to page pipe (1 iovs, 2048/1475266 total)
> (67.136091) Pagemap generated: 350 pages 0 holes
> (67.136093) pagemap-cache: filling VMA 7fd002701000-7fd00279b000 (616K) [l:7fd002600000 h:7fd002800000]
> (67.136100) Pagemap generated: 0 pages 0 holes
> (67.136104) pagemap-cache: filling VMA 7fd00279b000-7fd00279e000 (12K) [l:7fd002600000 h:7fd002800000]
> (67.136109) Pagemap generated: 0 pages 0 holes
> (67.136112) pagemap-cache: filling VMA 7fd00279e000-7fd0027dc000 (248K) [l:7fd002600000 h:7fd002800000]
> (67.136117) page-pipe: Add iov to page pipe (2 iovs, 2049/1475266 total)
> (67.136121) Pagemap generated: 22 pages 0 holes
> (67.136124) pagemap-cache: filling VMA 7fd0027dc000-7fd0027df000 (12K) [l:7fd002600000 h:7fd002800000]
> (67.136128) Pagemap generated: 0 pages 0 holes
> (67.136131) pagemap-cache: filling VMA 7fd0027df000-7fd00281d000 (248K) [l:7fd002600000 h:7fd002800000]
> (67.136146) page-pipe: Add iov to page pipe (3 iovs, 2050/1475266 total)
> (67.136150) Pagemap generated: 23 pages 0 holes
> (67.136153) pagemap-cache: filling VMA 7fd00281d000-7fd002820000 (12K) [l:7fd002800000 h:7fd002a00000]
> (67.136156) pagemap-cache: 	    7fd00281d000-7fd002820000     nr:1     cov:12288
> (67.136160) pagemap-cache: 	    7fd002820000-7fd00285e000     nr:2     cov:266240
> (67.136163) pagemap-cache: 	cache  mode [l:7fd00281d000 h:7fd002a00000]
> (67.136172) Pagemap generated: 0 pages 0 holes
> (67.136175) page-pipe: Add iov to page pipe (4 iovs, 2051/1475266 total)
> (67.136178) Pagemap generated: 26 pages 0 holes
> (67.136182) pagemap-cache: filling VMA 7fd008865000-7fd008868000 (12K) [l:7fd008800000 h:7fd008a00000]
> (67.136185) pagemap-cache: 	    7fd008865000-7fd008868000     nr:1     cov:12288
> (67.136188) pagemap-cache: 	    7fd008868000-7fd0088a6000     nr:2     cov:266240
> (67.136192) pagemap-cache: 	    7fd0088a6000-7fd0088a9000     nr:3     cov:278528
> (67.136195) pagemap-cache: 	    7fd0088a9000-7fd0088e7000     nr:4     cov:532480
> (67.136198) pagemap-cache: 	    7fd0088e7000-7fd0088ea000     nr:5     cov:544768
> (67.136201) pagemap-cache: 	    7fd0088ea000-7fd008928000     nr:6     cov:798720
> (67.136204) pagemap-cache: 	    7fd008928000-7fd00892b000     nr:7     cov:811008
> (67.136208) pagemap-cache: 	    7fd00892b000-7fd008969000     nr:8     cov:1064960
> (67.136211) pagemap-cache: 	    7fd008969000-7fd00896c000     nr:9     cov:1077248
> (67.136214) pagemap-cache: 	    7fd00896c000-7fd0089aa000     nr:10    cov:1331200
> (67.136218) pagemap-cache: 	    7fd0089aa000-7fd0089ad000     nr:11    cov:1343488
> (67.136221) pagemap-cache: 	    7fd0089ad000-7fd0089eb000     nr:12    cov:1597440
> (67.136224) pagemap-cache: 	    7fd0089eb000-7fd0089ee000     nr:13    cov:1609728
> (67.136227) pagemap-cache: 	cache  mode [l:7fd008865000 h:7fd008a00000]
> (67.136244) Pagemap generated: 0 pages 0 holes
> (67.136247) page-pipe: Add iov to page pipe (5 iovs, 2052/1475266 total)
> (67.136250) Pagemap generated: 6 pages 0 holes
> (67.136253) Pagemap generated: 0 pages 0 holes
> (67.136256) page-pipe: Add iov to page pipe (6 iovs, 2053/1475266 total)
> (67.136260) Pagemap generated: 6 pages 0 holes
> (67.136262) Pagemap generated: 0 pages 0 holes
> (67.136274) page-pipe: Add iov to page pipe (7 iovs, 2054/1475266 total)
> (67.136278) Pagemap generated: 6 pages 0 holes
> (67.136281) Pagemap generated: 0 pages 0 holes
> (67.136284) page-pipe: Add iov to page pipe (8 iovs, 2055/1475266 total)
> (67.136287) Pagemap generated: 6 pages 0 holes
> (67.136290) Pagemap generated: 0 pages 0 holes
> (67.136292) page-pipe: Add iov to page pipe (9 iovs, 2056/1475266 total)
> (67.136295) Pagemap generated: 6 pages 0 holes
> (67.136298) Pagemap generated: 0 pages 0 holes
> (67.136301) page-pipe: Add iov to page pipe (10 iovs, 2057/1475266 total)
> (67.136304) Pagemap generated: 6 pages 0 holes
> (67.136307) Pagemap generated: 0 pages 0 holes
> (67.136309) pagemap-cache: filling VMA 7fd0089ee000-7fd008a2c000 (248K) [l:7fd008800000 h:7fd008a00000]
> (67.136336) page-pipe: Add iov to page pipe (11 iovs, 2058/1475266 total)
> (67.136339) Pagemap generated: 6 pages 0 holes
> (67.136342) pagemap-cache: filling VMA 7fd008a2c000-7fd008a2f000 (12K) [l:7fd008a00000 h:7fd008c00000]
> (67.136345) pagemap-cache: 	    7fd008a2c000-7fd008a2f000     nr:1     cov:12288
> (67.136349) pagemap-cache: 	    7fd008a2f000-7fd008a6d000     nr:2     cov:266240
> (67.136352) pagemap-cache: 	    7fd008a6d000-7fd008a70000     nr:3     cov:278528
> (67.136355) pagemap-cache: 	    7fd008a70000-7fd008aae000     nr:4     cov:532480
> (67.136359) pagemap-cache: 	    7fd008aae000-7fd008ab1000     nr:5     cov:544768
> (67.136362) pagemap-cache: 	    7fd008ab1000-7fd008aef000     nr:6     cov:798720
> (67.136365) pagemap-cache: 	    7fd008aef000-7fd008af2000     nr:7     cov:811008
> (67.136368) pagemap-cache: 	    7fd008af2000-7fd008b30000     nr:8     cov:1064960
> (67.136371) pagemap-cache: 	    7fd008b30000-7fd008b33000     nr:9     cov:1077248
> (67.136374) pagemap-cache: 	    7fd008b33000-7fd008b71000     nr:10    cov:1331200
> (67.136377) pagemap-cache: 	    7fd008b71000-7fd008b74000     nr:11    cov:1343488
> (67.136380) pagemap-cache: 	    7fd008b74000-7fd008bb2000     nr:12    cov:1597440
> (67.136383) pagemap-cache: 	    7fd008bb2000-7fd008bb5000     nr:13    cov:1609728
> (67.136387) pagemap-cache: 	    7fd008bb5000-7fd008bf3000     nr:14    cov:1863680
> (67.136390) pagemap-cache: 	    7fd008bf3000-7fd008bf6000     nr:15    cov:1875968
> (67.136393) pagemap-cache: 	cache  mode [l:7fd008a2c000 h:7fd008c00000]
> (67.136403) Pagemap generated: 0 pages 0 holes
> (67.136406) page-pipe: Add iov to page pipe (12 iovs, 2059/1475266 total)
> (67.136410) Pagemap generated: 6 pages 0 holes
> (67.136412) Pagemap generated: 0 pages 0 holes
> (67.136415) page-pipe: Add iov to page pipe (13 iovs, 2060/1475266 total)
> (67.136419) Pagemap generated: 22 pages 0 holes
> (67.136421) Pagemap generated: 0 pages 0 holes
> (67.136424) page-pipe: Add iov to page pipe (14 iovs, 2061/1475266 total)
> (67.136428) Pagemap generated: 22 pages 0 holes
> (67.136430) Pagemap generated: 0 pages 0 holes
> (67.136433) page-pipe: Add iov to page pipe (15 iovs, 2062/1475266 total)
> (67.136436) Pagemap generated: 22 pages 0 holes
> (67.136439) Pagemap generated: 0 pages 0 holes
> (67.136442) page-pipe: Add iov to page pipe (16 iovs, 2063/1475266 total)
> (67.136445) Pagemap generated: 22 pages 0 holes
> (67.136448) Pagemap generated: 0 pages 0 holes
> (67.136450) page-pipe: Add iov to page pipe (17 iovs, 2064/1475266 total)
> (67.136453) Pagemap generated: 6 pages 0 holes
> (67.136456) Pagemap generated: 0 pages 0 holes
> (67.136459) page-pipe: Add iov to page pipe (18 iovs, 2065/1475266 total)
> (67.136462) Pagemap generated: 6 pages 0 holes
> (67.136465) Pagemap generated: 0 pages 0 holes
> (67.136467) pagemap-cache: filling VMA 7fd008bf6000-7fd008c34000 (248K) [l:7fd008a00000 h:7fd008c00000]
> (67.136485) page-pipe: Add iov to page pipe (19 iovs, 2066/1475266 total)
> (67.136489) Pagemap generated: 6 pages 0 holes
> (67.136492) pagemap-cache: filling VMA 7fd008c34000-7fd008c37000 (12K) [l:7fd008c00000 h:7fd008e00000]
> (67.136495) pagemap-cache: 	    7fd008c34000-7fd008c37000     nr:1     cov:12288
> (67.136498) pagemap-cache: 	    7fd008c37000-7fd008c75000     nr:2     cov:266240
> (67.136501) pagemap-cache: 	    7fd008c75000-7fd008c78000     nr:3     cov:278528
> (67.136514) pagemap-cache: 	    7fd008c78000-7fd008cb6000     nr:4     cov:532480
> (67.136518) pagemap-cache: 	    7fd008cb6000-7fd008cb9000     nr:5     cov:544768
> (67.136521) pagemap-cache: 	    7fd008cb9000-7fd008cf7000     nr:6     cov:798720
> (67.136524) pagemap-cache: 	    7fd008cf7000-7fd008cfa000     nr:7     cov:811008
> (67.136527) pagemap-cache: 	    7fd008cfa000-7fd008d38000     nr:8     cov:1064960
> (67.136530) pagemap-cache: 	    7fd008d38000-7fd008d3b000     nr:9     cov:1077248
> (67.136534) pagemap-cache: 	    7fd008d3b000-7fd008d79000     nr:10    cov:1331200
> (67.136537) pagemap-cache: 	    7fd008d79000-7fd008d7c000     nr:11    cov:1343488
> (67.136540) pagemap-cache: 	    7fd008d7c000-7fd008dba000     nr:12    cov:1597440
> (67.136543) pagemap-cache: 	    7fd008dba000-7fd008dbd000     nr:13    cov:1609728
> (67.136546) pagemap-cache: 	    7fd008dbd000-7fd008dfb000     nr:14    cov:1863680
> (67.136549) pagemap-cache: 	    7fd008dfb000-7fd008dfe000     nr:15    cov:1875968
> (67.136552) pagemap-cache: 	cache  mode [l:7fd008c34000 h:7fd008e00000]
> (67.136562) Pagemap generated: 0 pages 0 holes
> (67.136565) page-pipe: Add iov to page pipe (20 iovs, 2067/1475266 total)
> (67.136569) Pagemap generated: 6 pages 0 holes
> (67.136571) Pagemap generated: 0 pages 0 holes
> (67.136574) page-pipe: Add iov to page pipe (21 iovs, 2068/1475266 total)
> (67.136578) Pagemap generated: 6 pages 0 holes
> (67.136580) Pagemap generated: 0 pages 0 holes
> (67.136583) page-pipe: Add iov to page pipe (22 iovs, 2069/1475266 total)
> (67.136586) Pagemap generated: 6 pages 0 holes
> (67.136589) Pagemap generated: 0 pages 0 holes
> (67.136592) page-pipe: Add iov to page pipe (23 iovs, 2070/1475266 total)
> (67.136595) Pagemap generated: 6 pages 0 holes
> (67.136598) Pagemap generated: 0 pages 0 holes
> (67.136601) page-pipe: Add iov to page pipe (24 iovs, 2071/1475266 total)
> (67.136604) Pagemap generated: 6 pages 0 holes
> (67.136607) Pagemap generated: 0 pages 0 holes
> (67.136610) page-pipe: Add iov to page pipe (25 iovs, 2072/1475266 total)
> (67.136613) Pagemap generated: 6 pages 0 holes
> (67.136616) Pagemap generated: 0 pages 0 holes
> (67.136619) page-pipe: Add iov to page pipe (26 iovs, 2073/1475266 total)
> (67.136622) Pagemap generated: 6 pages 0 holes
> (67.136625) Pagemap generated: 0 pages 0 holes
> (67.136627) pagemap-cache: filling VMA 7fd008dfe000-7fd008e3c000 (248K) [l:7fd008c00000 h:7fd008e00000]
> (67.136645) page-pipe: Add iov to page pipe (27 iovs, 2074/1475266 total)
> (67.136648) Pagemap generated: 6 pages 0 holes
> (67.136651) pagemap-cache: filling VMA 7fd008e3c000-7fd008e3f000 (12K) [l:7fd008e00000 h:7fd009000000]
> (67.136654) pagemap-cache: 	    7fd008e3c000-7fd008e3f000     nr:1     cov:12288
> (67.136658) pagemap-cache: 	    7fd008e3f000-7fd008e7d000     nr:2     cov:266240
> (67.136661) pagemap-cache: 	    7fd008e7d000-7fd008e80000     nr:3     cov:278528
> (67.136664) pagemap-cache: 	    7fd008e80000-7fd008ebe000     nr:4     cov:532480
> (67.136667) pagemap-cache: 	    7fd008ebe000-7fd008ec1000     nr:5     cov:544768
> (67.136671) pagemap-cache: 	    7fd008ec1000-7fd008eff000     nr:6     cov:798720
> (67.136674) pagemap-cache: 	    7fd008eff000-7fd008f02000     nr:7     cov:811008
> (67.136677) pagemap-cache: 	    7fd008f02000-7fd008f40000     nr:8     cov:1064960
> (67.136680) pagemap-cache: 	    7fd008f40000-7fd008f43000     nr:9     cov:1077248
> (67.136683) pagemap-cache: 	    7fd008f43000-7fd008f81000     nr:10    cov:1331200
> (67.136686) pagemap-cache: 	    7fd008f81000-7fd008f84000     nr:11    cov:1343488
> (67.136689) pagemap-cache: 	    7fd008f84000-7fd008fc2000     nr:12    cov:1597440
> (67.136693) pagemap-cache: 	    7fd008fc2000-7fd008fc5000     nr:13    cov:1609728
> (67.136696) pagemap-cache: 	cache  mode [l:7fd008e3c000 h:7fd009000000]
> (67.136705) Pagemap generated: 0 pages 0 holes
> (67.136708) page-pipe: Add iov to page pipe (28 iovs, 2075/1475266 total)
> (67.136712) Pagemap generated: 6 pages 0 holes
> (67.136714) Pagemap generated: 0 pages 0 holes
> (67.136717) page-pipe: Add iov to page pipe (29 iovs, 2076/1475266 total)
> (67.136720) Pagemap generated: 6 pages 0 holes
> (67.136732) Pagemap generated: 0 pages 0 holes
> (67.136736) page-pipe: Add iov to page pipe (30 iovs, 2077/1475266 total)
> (67.136739) Pagemap generated: 6 pages 0 holes
> (67.136742) Pagemap generated: 0 pages 0 holes
> (67.136744) page-pipe: Add iov to page pipe (31 iovs, 2078/1475266 total)
> (67.136748) Pagemap generated: 6 pages 0 holes
> (67.136750) Pagemap generated: 0 pages 0 holes
> (67.136753) page-pipe: Add iov to page pipe (32 iovs, 2079/1475266 total)
> (67.136756) Pagemap generated: 6 pages 0 holes
> (67.136759) Pagemap generated: 0 pages 0 holes
> (67.136762) page-pipe: Add iov to page pipe (33 iovs, 2080/1475266 total)
> (67.136765) Pagemap generated: 6 pages 0 holes
> (67.136768) Pagemap generated: 0 pages 0 holes
> (67.136771) pagemap-cache: filling VMA 7fd008fc5000-7fd009003000 (248K) [l:7fd008e00000 h:7fd009000000]
> (67.136788) page-pipe: Add iov to page pipe (34 iovs, 2081/1475266 total)
> (67.136792) Pagemap generated: 6 pages 0 holes
> (67.136795) pagemap-cache: filling VMA 7fd009003000-7fd009006000 (12K) [l:7fd009000000 h:7fd009200000]
> (67.136798) pagemap-cache: 	    7fd009003000-7fd009006000     nr:1     cov:12288
> (67.136802) pagemap-cache: 	    7fd009006000-7fd009044000     nr:2     cov:266240
> (67.136805) pagemap-cache: 	    7fd009044000-7fd009047000     nr:3     cov:278528
> (67.136808) pagemap-cache: 	    7fd009047000-7fd009085000     nr:4     cov:532480
> (67.136811) pagemap-cache: 	    7fd009085000-7fd009088000     nr:5     cov:544768
> (67.136814) pagemap-cache: 	    7fd009088000-7fd0090c6000     nr:6     cov:798720
> (67.136818) pagemap-cache: 	    7fd0090c6000-7fd0090c9000     nr:7     cov:811008
> (67.136821) pagemap-cache: 	    7fd0090c9000-7fd009107000     nr:8     cov:1064960
> (67.136824) pagemap-cache: 	    7fd009107000-7fd00910a000     nr:9     cov:1077248
> (67.136827) pagemap-cache: 	    7fd00910a000-7fd009148000     nr:10    cov:1331200
> (67.136830) pagemap-cache: 	    7fd009148000-7fd00914b000     nr:11    cov:1343488
> (67.136833) pagemap-cache: 	    7fd00914b000-7fd009189000     nr:12    cov:1597440
> (67.136836) pagemap-cache: 	    7fd009189000-7fd00918c000     nr:13    cov:1609728
> (67.136839) pagemap-cache: 	    7fd00918c000-7fd0091ca000     nr:14    cov:1863680
> (67.136843) pagemap-cache: 	    7fd0091ca000-7fd0091cd000     nr:15    cov:1875968
> (67.136846) pagemap-cache: 	cache  mode [l:7fd009003000 h:7fd009200000]
> (67.136856) Pagemap generated: 0 pages 0 holes
> (67.136859) page-pipe: Add iov to page pipe (35 iovs, 2082/1475266 total)
> (67.136862) Pagemap generated: 6 pages 0 holes
> (67.136865) Pagemap generated: 0 pages 0 holes
> (67.136868) page-pipe: Add iov to page pipe (36 iovs, 2083/1475266 total)
> (67.136871) Pagemap generated: 6 pages 0 holes
> (67.136873) Pagemap generated: 0 pages 0 holes
> (67.136876) page-pipe: Add iov to page pipe (37 iovs, 2084/1475266 total)
> (67.136879) Pagemap generated: 6 pages 0 holes
> (67.136882) Pagemap generated: 0 pages 0 holes
> (67.136885) page-pipe: Add iov to page pipe (38 iovs, 2085/1475266 total)
> (67.136888) Pagemap generated: 6 pages 0 holes
> (67.136891) Pagemap generated: 0 pages 0 holes
> (67.136894) page-pipe: Add iov to page pipe (39 iovs, 2086/1475266 total)
> (67.136897) Pagemap generated: 6 pages 0 holes
> (67.136899) Pagemap generated: 0 pages 0 holes
> (67.136902) page-pipe: Add iov to page pipe (40 iovs, 2087/1475266 total)
> (67.136905) Pagemap generated: 6 pages 0 holes
> (67.136908) Pagemap generated: 0 pages 0 holes
> (67.136911) page-pipe: Add iov to page pipe (41 iovs, 2088/1475266 total)
> (67.136914) Pagemap generated: 6 pages 0 holes
> (67.136917) Pagemap generated: 0 pages 0 holes
> (67.136919) pagemap-cache: filling VMA 7fd0091cd000-7fd00920b000 (248K) [l:7fd009000000 h:7fd009200000]
> (67.136938) page-pipe: Add iov to page pipe (42 iovs, 2089/1475266 total)
> (67.136941) Pagemap generated: 6 pages 0 holes
> (67.136944) pagemap-cache: filling VMA 7fd00920b000-7fd00920e000 (12K) [l:7fd009200000 h:7fd009400000]
> (67.136947) pagemap-cache: 	    7fd00920b000-7fd00920e000     nr:1     cov:12288
> (67.136951) pagemap-cache: 	    7fd00920e000-7fd00924c000     nr:2     cov:266240
> (67.136963) pagemap-cache: 	    7fd00924c000-7fd00924f000     nr:3     cov:278528
> (67.136967) pagemap-cache: 	    7fd00924f000-7fd00928d000     nr:4     cov:532480
> (67.136970) pagemap-cache: 	    7fd00928d000-7fd009290000     nr:5     cov:544768
> (67.136973) pagemap-cache: 	    7fd009290000-7fd0092ce000     nr:6     cov:798720
> (67.136977) pagemap-cache: 	    7fd0092ce000-7fd0092d1000     nr:7     cov:811008
> (67.136980) pagemap-cache: 	    7fd0092d1000-7fd00930f000     nr:8     cov:1064960
> (67.136983) pagemap-cache: 	    7fd00930f000-7fd009312000     nr:9     cov:1077248
> (67.136986) pagemap-cache: 	    7fd009312000-7fd009350000     nr:10    cov:1331200
> (67.136989) pagemap-cache: 	    7fd009350000-7fd009353000     nr:11    cov:1343488
> (67.136992) pagemap-cache: 	    7fd009353000-7fd009391000     nr:12    cov:1597440
> (67.136995) pagemap-cache: 	    7fd009391000-7fd009394000     nr:13    cov:1609728
> (67.136999) pagemap-cache: 	    7fd009394000-7fd0093d2000     nr:14    cov:1863680
> (67.137002) pagemap-cache: 	    7fd0093d2000-7fd0093d5000     nr:15    cov:1875968
> (67.137005) pagemap-cache: 	cache  mode [l:7fd00920b000 h:7fd009400000]
> (67.137015) Pagemap generated: 0 pages 0 holes
> (67.137018) page-pipe: Add iov to page pipe (43 iovs, 2090/1475266 total)
> (67.137022) Pagemap generated: 6 pages 0 holes
> (67.137025) Pagemap generated: 0 pages 0 holes
> (67.137027) page-pipe: Add iov to page pipe (44 iovs, 2091/1475266 total)
> (67.137031) Pagemap generated: 6 pages 0 holes
> (67.137033) Pagemap generated: 0 pages 0 holes
> (67.137036) page-pipe: Add iov to page pipe (45 iovs, 2092/1475266 total)
> (67.137039) Pagemap generated: 6 pages 0 holes
> (67.137042) Pagemap generated: 0 pages 0 holes
> (67.137045) page-pipe: Add iov to page pipe (46 iovs, 2093/1475266 total)
> (67.137048) Pagemap generated: 6 pages 0 holes
> (67.137051) Pagemap generated: 0 pages 0 holes
> (67.137054) page-pipe: Add iov to page pipe (47 iovs, 2094/1475266 total)
> (67.137057) Pagemap generated: 6 pages 0 holes
> (67.137060) Pagemap generated: 0 pages 0 holes
> (67.137062) page-pipe: Add iov to page pipe (48 iovs, 2095/1475266 total)
> (67.137066) Pagemap generated: 6 pages 0 holes
> (67.137068) Pagemap generated: 0 pages 0 holes
> (67.137071) page-pipe: Add iov to page pipe (49 iovs, 2096/1475266 total)
> (67.137074) Pagemap generated: 6 pages 0 holes
> (67.137077) Pagemap generated: 0 pages 0 holes
> (67.137080) pagemap-cache: filling VMA 7fd0093d5000-7fd009413000 (248K) [l:7fd009200000 h:7fd009400000]
> (67.137098) page-pipe: Add iov to page pipe (50 iovs, 2097/1475266 total)
> (67.137102) Pagemap generated: 6 pages 0 holes
> (67.137104) pagemap-cache: filling VMA 7fd009413000-7fd009416000 (12K) [l:7fd009400000 h:7fd009600000]
> (67.137108) pagemap-cache: 	    7fd009413000-7fd009416000     nr:1     cov:12288
> (67.137111) pagemap-cache: 	    7fd009416000-7fd009454000     nr:2     cov:266240
> (67.137114) pagemap-cache: 	    7fd009454000-7fd009457000     nr:3     cov:278528
> (67.137117) pagemap-cache: 	    7fd009457000-7fd009495000     nr:4     cov:532480
> (67.137120) pagemap-cache: 	    7fd009495000-7fd009498000     nr:5     cov:544768
> (67.137124) pagemap-cache: 	    7fd009498000-7fd0094d6000     nr:6     cov:798720
> (67.137127) pagemap-cache: 	    7fd0094d6000-7fd0094d9000     nr:7     cov:811008
> (67.137130) pagemap-cache: 	    7fd0094d9000-7fd009517000     nr:8     cov:1064960
> (67.137133) pagemap-cache: 	    7fd009517000-7fd00951a000     nr:9     cov:1077248
> (67.137136) pagemap-cache: 	    7fd00951a000-7fd009558000     nr:10    cov:1331200
> (67.137140) pagemap-cache: 	    7fd009558000-7fd00955b000     nr:11    cov:1343488
> (67.137143) pagemap-cache: 	    7fd00955b000-7fd009599000     nr:12    cov:1597440
> (67.137146) pagemap-cache: 	    7fd009599000-7fd00959c000     nr:13    cov:1609728
> (67.137149) pagemap-cache: 	    7fd00959c000-7fd0095da000     nr:14    cov:1863680
> (67.137152) pagemap-cache: 	    7fd0095da000-7fd0095dd000     nr:15    cov:1875968
> (67.137155) pagemap-cache: 	cache  mode [l:7fd009413000 h:7fd009600000]
> (67.137165) Pagemap generated: 0 pages 0 holes
> (67.137168) page-pipe: Add iov to page pipe (51 iovs, 2098/1475266 total)
> (67.137183) Pagemap generated: 6 pages 0 holes
> (67.137187) Pagemap generated: 0 pages 0 holes
> (67.137190) page-pipe: Add iov to page pipe (52 iovs, 2099/1475266 total)
> (67.137193) Pagemap generated: 6 pages 0 holes
> (67.137195) Pagemap generated: 0 pages 0 holes
> (67.137198) page-pipe: Add iov to page pipe (53 iovs, 2100/1475266 total)
> (67.137201) Pagemap generated: 6 pages 0 holes
> (67.137204) Pagemap generated: 0 pages 0 holes
> (67.137207) page-pipe: Add iov to page pipe (54 iovs, 2101/1475266 total)
> (67.137210) Pagemap generated: 6 pages 0 holes
> (67.137213) Pagemap generated: 0 pages 0 holes
> (67.137216) page-pipe: Add iov to page pipe (55 iovs, 2102/1475266 total)
> (67.137219) Pagemap generated: 6 pages 0 holes
> (67.137221) Pagemap generated: 0 pages 0 holes
> (67.137224) page-pipe: Add iov to page pipe (56 iovs, 2103/1475266 total)
> (67.137227) Pagemap generated: 6 pages 0 holes
> (67.137230) Pagemap generated: 0 pages 0 holes
> (67.137233) page-pipe: Add iov to page pipe (57 iovs, 2104/1475266 total)
> (67.137236) Pagemap generated: 6 pages 0 holes
> (67.137239) Pagemap generated: 0 pages 0 holes
> (67.137241) pagemap-cache: filling VMA 7fd0095dd000-7fd00961b000 (248K) [l:7fd009400000 h:7fd009600000]
> (67.137260) page-pipe: Add iov to page pipe (58 iovs, 2105/1475266 total)
> (67.137264) Pagemap generated: 6 pages 0 holes
> (67.137267) pagemap-cache: filling VMA 7fd00961b000-7fd00961e000 (12K) [l:7fd009600000 h:7fd009800000]
> (67.137270) pagemap-cache: 	    7fd00961b000-7fd00961e000     nr:1     cov:12288
> (67.137273) pagemap-cache: 	    7fd00961e000-7fd00965c000     nr:2     cov:266240
> (67.137276) pagemap-cache: 	    7fd00965c000-7fd00965f000     nr:3     cov:278528
> (67.137280) pagemap-cache: 	    7fd00965f000-7fd00969d000     nr:4     cov:532480
> (67.137284) pagemap-cache: 	    7fd00969d000-7fd0096a0000     nr:5     cov:544768
> (67.137304) pagemap-cache: 	    7fd0096a0000-7fd0096de000     nr:6     cov:798720
> (67.137310) pagemap-cache: 	    7fd0096de000-7fd0096e1000     nr:7     cov:811008
> (67.137313) pagemap-cache: 	    7fd0096e1000-7fd00971f000     nr:8     cov:1064960
> (67.137317) pagemap-cache: 	    7fd00971f000-7fd009722000     nr:9     cov:1077248
> (67.137320) pagemap-cache: 	    7fd009722000-7fd009760000     nr:10    cov:1331200
> (67.137323) pagemap-cache: 	    7fd009760000-7fd009763000     nr:11    cov:1343488
> (67.137326) pagemap-cache: 	    7fd009763000-7fd0097a1000     nr:12    cov:1597440
> (67.137330) pagemap-cache: 	    7fd0097a1000-7fd0097a4000     nr:13    cov:1609728
> (67.137333) pagemap-cache: 	    7fd0097a4000-7fd0097e2000     nr:14    cov:1863680
> (67.137336) pagemap-cache: 	    7fd0097e2000-7fd0097e5000     nr:15    cov:1875968
> (67.137339) pagemap-cache: 	cache  mode [l:7fd00961b000 h:7fd009800000]
> (67.137349) Pagemap generated: 0 pages 0 holes
> (67.137353) page-pipe: Add iov to page pipe (59 iovs, 2106/1475266 total)
> (67.137356) Pagemap generated: 6 pages 0 holes
> (67.137359) Pagemap generated: 0 pages 0 holes
> (67.137362) page-pipe: Add iov to page pipe (60 iovs, 2107/1475266 total)
> (67.137365) Pagemap generated: 6 pages 0 holes
> (67.137368) Pagemap generated: 0 pages 0 holes
> (67.137370) page-pipe: Add iov to page pipe (61 iovs, 2108/1475266 total)
> (67.137374) Pagemap generated: 6 pages 0 holes
> (67.137376) Pagemap generated: 0 pages 0 holes
> (67.137379) page-pipe: Add iov to page pipe (62 iovs, 2109/1475266 total)
> (67.137382) page-pipe: Will grow page pipe (iov off is 2110)
> (67.137385) page-pipe: Add iov to page pipe (0 iovs, 2110/1475266 total)
> (67.137388) Pagemap generated: 6 pages 0 holes
> (67.137390) Pagemap generated: 0 pages 0 holes
> (67.137393) page-pipe: Add iov to page pipe (1 iovs, 2111/1475266 total)
> (67.137396) Pagemap generated: 6 pages 0 holes
> (67.137399) Pagemap generated: 0 pages 0 holes
> (67.137402) page-pipe: Add iov to page pipe (2 iovs, 2112/1475266 total)
> (67.137405) Pagemap generated: 6 pages 0 holes
> (67.137407) Pagemap generated: 0 pages 0 holes
> (67.137410) page-pipe: Add iov to page pipe (3 iovs, 2113/1475266 total)
> (67.137413) Pagemap generated: 6 pages 0 holes
> (67.137416) Pagemap generated: 0 pages 0 holes
> (67.137428) pagemap-cache: filling VMA 7fd0097e5000-7fd009823000 (248K) [l:7fd009600000 h:7fd009800000]
> (67.137447) page-pipe: Add iov to page pipe (4 iovs, 2114/1475266 total)
> (67.137451) Pagemap generated: 6 pages 0 holes
> (67.137454) pagemap-cache: filling VMA 7fd009823000-7fd009826000 (12K) [l:7fd009800000 h:7fd009a00000]
> (67.137457) pagemap-cache: 	    7fd009823000-7fd009826000     nr:1     cov:12288
> (67.137461) pagemap-cache: 	    7fd009826000-7fd009864000     nr:2     cov:266240
> (67.137464) pagemap-cache: 	    7fd009864000-7fd009867000     nr:3     cov:278528
> (67.137467) pagemap-cache: 	    7fd009867000-7fd0098a5000     nr:4     cov:532480
> (67.137470) pagemap-cache: 	    7fd0098a5000-7fd0098a8000     nr:5     cov:544768
> (67.137473) pagemap-cache: 	    7fd0098a8000-7fd0098e6000     nr:6     cov:798720
> (67.137476) pagemap-cache: 	    7fd0098e6000-7fd0098e9000     nr:7     cov:811008
> (67.137479) pagemap-cache: 	    7fd0098e9000-7fd009927000     nr:8     cov:1064960
> (67.137483) pagemap-cache: 	    7fd009927000-7fd00992a000     nr:9     cov:1077248
> (67.137486) pagemap-cache: 	    7fd00992a000-7fd009968000     nr:10    cov:1331200
> (67.137489) pagemap-cache: 	    7fd009968000-7fd00996b000     nr:11    cov:1343488
> (67.137492) pagemap-cache: 	    7fd00996b000-7fd0099a9000     nr:12    cov:1597440
> (67.137495) pagemap-cache: 	    7fd0099a9000-7fd0099ac000     nr:13    cov:1609728
> (67.137498) pagemap-cache: 	    7fd0099ac000-7fd0099ea000     nr:14    cov:1863680
> (67.137501) pagemap-cache: 	    7fd0099ea000-7fd0099ed000     nr:15    cov:1875968
> (67.137504) pagemap-cache: 	cache  mode [l:7fd009823000 h:7fd009a00000]
> (67.137514) Pagemap generated: 0 pages 0 holes
> (67.137517) page-pipe: Add iov to page pipe (5 iovs, 2115/1475266 total)
> (67.137520) Pagemap generated: 6 pages 0 holes
> (67.137523) Pagemap generated: 0 pages 0 holes
> (67.137526) page-pipe: Add iov to page pipe (6 iovs, 2116/1475266 total)
> (67.137529) Pagemap generated: 6 pages 0 holes
> (67.137531) Pagemap generated: 0 pages 0 holes
> (67.137534) page-pipe: Add iov to page pipe (7 iovs, 2117/1475266 total)
> (67.137537) Pagemap generated: 6 pages 0 holes
> (67.137540) Pagemap generated: 0 pages 0 holes
> (67.137543) page-pipe: Add iov to page pipe (8 iovs, 2118/1475266 total)
> (67.137546) Pagemap generated: 6 pages 0 holes
> (67.137549) Pagemap generated: 0 pages 0 holes
> (67.137552) page-pipe: Add iov to page pipe (9 iovs, 2119/1475266 total)
> (67.137555) Pagemap generated: 6 pages 0 holes
> (67.137558) Pagemap generated: 0 pages 0 holes
> (67.137561) page-pipe: Add iov to page pipe (10 iovs, 2120/1475266 total)
> (67.137564) Pagemap generated: 6 pages 0 holes
> (67.137567) Pagemap generated: 0 pages 0 holes
> (67.137570) page-pipe: Add iov to page pipe (11 iovs, 2121/1475266 total)
> (67.137573) Pagemap generated: 6 pages 0 holes
> (67.137576) Pagemap generated: 0 pages 0 holes
> (67.137579) pagemap-cache: filling VMA 7fd0099ed000-7fd009a2b000 (248K) [l:7fd009800000 h:7fd009a00000]
> (67.137596) page-pipe: Add iov to page pipe (12 iovs, 2122/1475266 total)
> (67.137600) Pagemap generated: 6 pages 0 holes
> (67.137603) pagemap-cache: filling VMA 7fd009a2b000-7fd009a2e000 (12K) [l:7fd009a00000 h:7fd009c00000]
> (67.137606) pagemap-cache: 	    7fd009a2b000-7fd009a2e000     nr:1     cov:12288
> (67.137610) pagemap-cache: 	    7fd009a2e000-7fd009a6c000     nr:2     cov:266240
> (67.137613) pagemap-cache: 	    7fd009a6c000-7fd009a6f000     nr:3     cov:278528
> (67.137616) pagemap-cache: 	    7fd009a6f000-7fd009aad000     nr:4     cov:532480
> (67.137619) pagemap-cache: 	    7fd009aad000-7fd009ab0000     nr:5     cov:544768
> (67.137623) pagemap-cache: 	    7fd009ab0000-7fd009aee000     nr:6     cov:798720
> (67.137626) pagemap-cache: 	    7fd009aee000-7fd009af1000     nr:7     cov:811008
> (67.137629) pagemap-cache: 	    7fd009af1000-7fd009b2f000     nr:8     cov:1064960
> (67.137632) pagemap-cache: 	    7fd009b2f000-7fd009b32000     nr:9     cov:1077248
> (67.137636) pagemap-cache: 	    7fd009b32000-7fd009b70000     nr:10    cov:1331200
> (67.137639) pagemap-cache: 	    7fd009b70000-7fd009b73000     nr:11    cov:1343488
> (67.137651) pagemap-cache: 	    7fd009b73000-7fd009bb1000     nr:12    cov:1597440
> (67.137655) pagemap-cache: 	    7fd009bb1000-7fd009bb4000     nr:13    cov:1609728
> (67.137658) pagemap-cache: 	    7fd009bb4000-7fd009bf2000     nr:14    cov:1863680
> (67.137661) pagemap-cache: 	    7fd009bf2000-7fd009bf5000     nr:15    cov:1875968
> (67.137664) pagemap-cache: 	cache  mode [l:7fd009a2b000 h:7fd009c00000]
> (67.137674) Pagemap generated: 0 pages 0 holes
> (67.137678) page-pipe: Add iov to page pipe (13 iovs, 2123/1475266 total)
> (67.137681) Pagemap generated: 6 pages 0 holes
> (67.137683) Pagemap generated: 0 pages 0 holes
> (67.137686) page-pipe: Add iov to page pipe (14 iovs, 2124/1475266 total)
> (67.137689) Pagemap generated: 6 pages 0 holes
> (67.137692) Pagemap generated: 0 pages 0 holes
> (67.137695) page-pipe: Add iov to page pipe (15 iovs, 2125/1475266 total)
> (67.137698) Pagemap generated: 6 pages 0 holes
> (67.137701) Pagemap generated: 0 pages 0 holes
> (67.137703) page-pipe: Add iov to page pipe (16 iovs, 2126/1475266 total)
> (67.137706) Pagemap generated: 6 pages 0 holes
> (67.137709) Pagemap generated: 0 pages 0 holes
> (67.137712) page-pipe: Add iov to page pipe (17 iovs, 2127/1475266 total)
> (67.137715) Pagemap generated: 6 pages 0 holes
> (67.137718) Pagemap generated: 0 pages 0 holes
> (67.137720) page-pipe: Add iov to page pipe (18 iovs, 2128/1475266 total)
> (67.137723) Pagemap generated: 6 pages 0 holes
> (67.137726) Pagemap generated: 0 pages 0 holes
> (67.137729) page-pipe: Add iov to page pipe (19 iovs, 2129/1475266 total)
> (67.137732) Pagemap generated: 6 pages 0 holes
> (67.137735) Pagemap generated: 0 pages 0 holes
> (67.137737) pagemap-cache: filling VMA 7fd009bf5000-7fd009c33000 (248K) [l:7fd009a00000 h:7fd009c00000]
> (67.137756) page-pipe: Add iov to page pipe (20 iovs, 2130/1475266 total)
> (67.137759) Pagemap generated: 6 pages 0 holes
> (67.137762) pagemap-cache: filling VMA 7fd009c33000-7fd009c36000 (12K) [l:7fd009c00000 h:7fd009e00000]
> (67.137765) pagemap-cache: 	    7fd009c33000-7fd009c36000     nr:1     cov:12288
> (67.137769) pagemap-cache: 	    7fd009c36000-7fd009c74000     nr:2     cov:266240
> (67.137772) pagemap-cache: 	    7fd009c74000-7fd009c77000     nr:3     cov:278528
> (67.137775) pagemap-cache: 	    7fd009c77000-7fd009cb5000     nr:4     cov:532480
> (67.137778) pagemap-cache: 	    7fd009cb5000-7fd009cb8000     nr:5     cov:544768
> (67.137781) pagemap-cache: 	    7fd009cb8000-7fd009cf6000     nr:6     cov:798720
> (67.137784) pagemap-cache: 	    7fd009cf6000-7fd009cf9000     nr:7     cov:811008
> (67.137788) pagemap-cache: 	    7fd009cf9000-7fd009d37000     nr:8     cov:1064960
> (67.137791) pagemap-cache: 	    7fd009d37000-7fd009d3a000     nr:9     cov:1077248
> (67.137794) pagemap-cache: 	    7fd009d3a000-7fd009d78000     nr:10    cov:1331200
> (67.137797) pagemap-cache: 	    7fd009d78000-7fd009d7b000     nr:11    cov:1343488
> (67.137801) pagemap-cache: 	    7fd009d7b000-7fd009db9000     nr:12    cov:1597440
> (67.137804) pagemap-cache: 	    7fd009db9000-7fd009dbc000     nr:13    cov:1609728
> (67.137807) pagemap-cache: 	    7fd009dbc000-7fd009dfa000     nr:14    cov:1863680
> (67.137810) pagemap-cache: 	    7fd009dfa000-7fd009dfd000     nr:15    cov:1875968
> (67.137813) pagemap-cache: 	cache  mode [l:7fd009c33000 h:7fd009e00000]
> (67.137823) Pagemap generated: 0 pages 0 holes
> (67.137826) page-pipe: Add iov to page pipe (21 iovs, 2131/1475266 total)
> (67.137829) Pagemap generated: 6 pages 0 holes
> (67.137832) Pagemap generated: 0 pages 0 holes
> (67.137835) page-pipe: Add iov to page pipe (22 iovs, 2132/1475266 total)
> (67.137838) Pagemap generated: 6 pages 0 holes
> (67.137841) Pagemap generated: 0 pages 0 holes
> (67.137844) page-pipe: Add iov to page pipe (23 iovs, 2133/1475266 total)
> (67.137847) Pagemap generated: 6 pages 0 holes
> (67.137850) Pagemap generated: 0 pages 0 holes
> (67.137853) page-pipe: Add iov to page pipe (24 iovs, 2134/1475266 total)
> (67.137856) Pagemap generated: 6 pages 0 holes
> (67.137859) Pagemap generated: 0 pages 0 holes
> (67.137862) page-pipe: Add iov to page pipe (25 iovs, 2135/1475266 total)
> (67.137865) Pagemap generated: 6 pages 0 holes
> (67.137876) Pagemap generated: 0 pages 0 holes
> (67.137880) page-pipe: Add iov to page pipe (26 iovs, 2136/1475266 total)
> (67.137883) Pagemap generated: 6 pages 0 holes
> (67.137886) Pagemap generated: 0 pages 0 holes
> (67.137889) page-pipe: Add iov to page pipe (27 iovs, 2137/1475266 total)
> (67.137892) Pagemap generated: 6 pages 0 holes
> (67.137895) Pagemap generated: 0 pages 0 holes
> (67.137898) pagemap-cache: filling VMA 7fd009dfd000-7fd009e3b000 (248K) [l:7fd009c00000 h:7fd009e00000]
> (67.137915) page-pipe: Add iov to page pipe (28 iovs, 2138/1475266 total)
> (67.137919) Pagemap generated: 6 pages 0 holes
> (67.137922) pagemap-cache: filling VMA 7fd009e3b000-7fd009e3e000 (12K) [l:7fd009e00000 h:7fd00a000000]
> (67.137925) pagemap-cache: 	    7fd009e3b000-7fd009e3e000     nr:1     cov:12288
> (67.137929) pagemap-cache: 	    7fd009e3e000-7fd009e7c000     nr:2     cov:266240
> (67.137932) pagemap-cache: 	    7fd009e7c000-7fd009e7f000     nr:3     cov:278528
> (67.137935) pagemap-cache: 	    7fd009e7f000-7fd009ebd000     nr:4     cov:532480
> (67.137938) pagemap-cache: 	    7fd009ebd000-7fd009ec0000     nr:5     cov:544768
> (67.137941) pagemap-cache: 	    7fd009ec0000-7fd009efe000     nr:6     cov:798720
> (67.137945) pagemap-cache: 	    7fd009efe000-7fd009f01000     nr:7     cov:811008
> (67.137948) pagemap-cache: 	    7fd009f01000-7fd009f3f000     nr:8     cov:1064960
> (67.137951) pagemap-cache: 	    7fd009f3f000-7fd009f42000     nr:9     cov:1077248
> (67.137954) pagemap-cache: 	    7fd009f42000-7fd009f80000     nr:10    cov:1331200
> (67.137957) pagemap-cache: 	    7fd009f80000-7fd009f83000     nr:11    cov:1343488
> (67.137960) pagemap-cache: 	    7fd009f83000-7fd009fc1000     nr:12    cov:1597440
> (67.137964) pagemap-cache: 	    7fd009fc1000-7fd009fc4000     nr:13    cov:1609728
> (67.137967) pagemap-cache: 	cache  mode [l:7fd009e3b000 h:7fd00a000000]
> (67.137976) Pagemap generated: 0 pages 0 holes
> (67.137979) page-pipe: Add iov to page pipe (29 iovs, 2139/1475266 total)
> (67.137982) Pagemap generated: 6 pages 0 holes
> (67.137985) Pagemap generated: 0 pages 0 holes
> (67.137988) page-pipe: Add iov to page pipe (30 iovs, 2140/1475266 total)
> (67.137991) Pagemap generated: 6 pages 0 holes
> (67.137994) Pagemap generated: 0 pages 0 holes
> (67.137997) page-pipe: Add iov to page pipe (31 iovs, 2141/1475266 total)
> (67.138000) Pagemap generated: 6 pages 0 holes
> (67.138003) Pagemap generated: 0 pages 0 holes
> (67.138005) page-pipe: Add iov to page pipe (32 iovs, 2142/1475266 total)
> (67.138008) Pagemap generated: 6 pages 0 holes
> (67.138011) Pagemap generated: 0 pages 0 holes
> (67.138014) page-pipe: Add iov to page pipe (33 iovs, 2143/1475266 total)
> (67.138017) Pagemap generated: 6 pages 0 holes
> (67.138020) Pagemap generated: 0 pages 0 holes
> (67.138023) page-pipe: Add iov to page pipe (34 iovs, 2144/1475266 total)
> (67.138026) Pagemap generated: 6 pages 0 holes
> (67.138028) Pagemap generated: 0 pages 0 holes
> (67.138031) pagemap-cache: filling VMA 7fd009fc4000-7fd00a002000 (248K) [l:7fd009e00000 h:7fd00a000000]
> (67.138049) page-pipe: Add iov to page pipe (35 iovs, 2145/1475266 total)
> (67.138052) Pagemap generated: 6 pages 0 holes
> (67.138055) pagemap-cache: filling VMA 7fd00a002000-7fd00a005000 (12K) [l:7fd00a000000 h:7fd00a200000]
> (67.138058) pagemap-cache: 	    7fd00a002000-7fd00a005000     nr:1     cov:12288
> (67.138062) pagemap-cache: 	    7fd00a005000-7fd00a043000     nr:2     cov:266240
> (67.138065) pagemap-cache: 	    7fd00a043000-7fd00a046000     nr:3     cov:278528
> (67.138068) pagemap-cache: 	    7fd00a046000-7fd00a084000     nr:4     cov:532480
> (67.138072) pagemap-cache: 	    7fd00a084000-7fd00a087000     nr:5     cov:544768
> (67.138075) pagemap-cache: 	    7fd00a087000-7fd00a0c5000     nr:6     cov:798720
> (67.138078) pagemap-cache: 	    7fd00a0c5000-7fd00a0c8000     nr:7     cov:811008
> (67.138081) pagemap-cache: 	    7fd00a0c8000-7fd00a106000     nr:8     cov:1064960
> (67.138084) pagemap-cache: 	    7fd00a106000-7fd00a109000     nr:9     cov:1077248
> (67.138087) pagemap-cache: 	    7fd00a109000-7fd00a147000     nr:10    cov:1331200
> (67.138091) pagemap-cache: 	    7fd00a147000-7fd00a14a000     nr:11    cov:1343488
> (67.138102) pagemap-cache: 	    7fd00a14a000-7fd00a188000     nr:12    cov:1597440
> (67.138106) pagemap-cache: 	    7fd00a188000-7fd00a18b000     nr:13    cov:1609728
> (67.138109) pagemap-cache: 	    7fd00a18b000-7fd00a1c9000     nr:14    cov:1863680
> (67.138112) pagemap-cache: 	    7fd00a1c9000-7fd00a1cc000     nr:15    cov:1875968
> (67.138116) pagemap-cache: 	cache  mode [l:7fd00a002000 h:7fd00a200000]
> (67.138126) Pagemap generated: 0 pages 0 holes
> (67.138129) page-pipe: Add iov to page pipe (36 iovs, 2146/1475266 total)
> (67.138133) Pagemap generated: 6 pages 0 holes
> (67.138135) Pagemap generated: 0 pages 0 holes
> (67.138138) page-pipe: Add iov to page pipe (37 iovs, 2147/1475266 total)
> (67.138141) Pagemap generated: 6 pages 0 holes
> (67.138144) Pagemap generated: 0 pages 0 holes
> (67.138147) page-pipe: Add iov to page pipe (38 iovs, 2148/1475266 total)
> (67.138150) Pagemap generated: 6 pages 0 holes
> (67.138153) Pagemap generated: 0 pages 0 holes
> (67.138156) page-pipe: Add iov to page pipe (39 iovs, 2149/1475266 total)
> (67.138159) Pagemap generated: 6 pages 0 holes
> (67.138161) Pagemap generated: 0 pages 0 holes
> (67.138164) page-pipe: Add iov to page pipe (40 iovs, 2150/1475266 total)
> (67.138167) Pagemap generated: 6 pages 0 holes
> (67.138170) Pagemap generated: 0 pages 0 holes
> (67.138173) page-pipe: Add iov to page pipe (41 iovs, 2151/1475266 total)
> (67.138176) Pagemap generated: 6 pages 0 holes
> (67.138179) Pagemap generated: 0 pages 0 holes
> (67.138182) page-pipe: Add iov to page pipe (42 iovs, 2152/1475266 total)
> (67.138185) Pagemap generated: 6 pages 0 holes
> (67.138187) Pagemap generated: 0 pages 0 holes
> (67.138190) pagemap-cache: filling VMA 7fd00a1cc000-7fd00a20a000 (248K) [l:7fd00a000000 h:7fd00a200000]
> (67.138207) page-pipe: Add iov to page pipe (43 iovs, 2153/1475266 total)
> (67.138211) Pagemap generated: 6 pages 0 holes
> (67.138214) pagemap-cache: filling VMA 7fd00a20a000-7fd00a20d000 (12K) [l:7fd00a200000 h:7fd00a400000]
> (67.138217) pagemap-cache: 	    7fd00a20a000-7fd00a20d000     nr:1     cov:12288
> (67.138221) pagemap-cache: 	    7fd00a20d000-7fd00a24b000     nr:2     cov:266240
> (67.138224) pagemap-cache: 	    7fd00a24b000-7fd00a24e000     nr:3     cov:278528
> (67.138227) pagemap-cache: 	    7fd00a24e000-7fd00a28c000     nr:4     cov:532480
> (67.138230) pagemap-cache: 	    7fd00a28c000-7fd00a28f000     nr:5     cov:544768
> (67.138234) pagemap-cache: 	    7fd00a28f000-7fd00a2cd000     nr:6     cov:798720
> (67.138237) pagemap-cache: 	    7fd00a2cd000-7fd00a2d0000     nr:7     cov:811008
> (67.138240) pagemap-cache: 	    7fd00a2d0000-7fd00a30e000     nr:8     cov:1064960
> (67.138243) pagemap-cache: 	    7fd00a30e000-7fd00a311000     nr:9     cov:1077248
> (67.138246) pagemap-cache: 	    7fd00a311000-7fd00a34f000     nr:10    cov:1331200
> (67.138250) pagemap-cache: 	    7fd00a34f000-7fd00a352000     nr:11    cov:1343488
> (67.138253) pagemap-cache: 	    7fd00a352000-7fd00a390000     nr:12    cov:1597440
> (67.138256) pagemap-cache: 	    7fd00a390000-7fd00a393000     nr:13    cov:1609728
> (67.138259) pagemap-cache: 	    7fd00a393000-7fd00a3d1000     nr:14    cov:1863680
> (67.138262) pagemap-cache: 	    7fd00a3d1000-7fd00a3d4000     nr:15    cov:1875968
> (67.138265) pagemap-cache: 	cache  mode [l:7fd00a20a000 h:7fd00a400000]
> (67.138275) Pagemap generated: 0 pages 0 holes
> (67.138278) page-pipe: Add iov to page pipe (44 iovs, 2154/1475266 total)
> (67.138281) Pagemap generated: 6 pages 0 holes
> (67.138284) Pagemap generated: 0 pages 0 holes
> (67.138287) page-pipe: Add iov to page pipe (45 iovs, 2155/1475266 total)
> (67.138290) Pagemap generated: 6 pages 0 holes
> (67.138293) Pagemap generated: 0 pages 0 holes
> (67.138296) page-pipe: Add iov to page pipe (46 iovs, 2156/1475266 total)
> (67.138299) Pagemap generated: 6 pages 0 holes
> (67.138301) Pagemap generated: 0 pages 0 holes
> (67.138304) page-pipe: Add iov to page pipe (47 iovs, 2157/1475266 total)
> (67.138307) Pagemap generated: 6 pages 0 holes
> (67.138310) Pagemap generated: 0 pages 0 holes
> (67.138313) page-pipe: Add iov to page pipe (48 iovs, 2158/1475266 total)
> (67.138327) Pagemap generated: 6 pages 0 holes
> (67.138330) Pagemap generated: 0 pages 0 holes
> (67.138333) page-pipe: Add iov to page pipe (49 iovs, 2159/1475266 total)
> (67.138336) Pagemap generated: 6 pages 0 holes
> (67.138339) Pagemap generated: 0 pages 0 holes
> (67.138342) page-pipe: Add iov to page pipe (50 iovs, 2160/1475266 total)
> (67.138345) Pagemap generated: 6 pages 0 holes
> (67.138348) Pagemap generated: 0 pages 0 holes
> (67.138351) pagemap-cache: filling VMA 7fd00a3d4000-7fd00a412000 (248K) [l:7fd00a200000 h:7fd00a400000]
> (67.138368) page-pipe: Add iov to page pipe (51 iovs, 2161/1475266 total)
> (67.138372) Pagemap generated: 6 pages 0 holes
> (67.138375) pagemap-cache: filling VMA 7fd00a412000-7fd00a415000 (12K) [l:7fd00a400000 h:7fd00a600000]
> (67.138378) pagemap-cache: 	    7fd00a412000-7fd00a415000     nr:1     cov:12288
> (67.138381) pagemap-cache: 	    7fd00a415000-7fd00a453000     nr:2     cov:266240
> (67.138384) pagemap-cache: 	    7fd00a453000-7fd00a456000     nr:3     cov:278528
> (67.138388) pagemap-cache: 	    7fd00a456000-7fd00a494000     nr:4     cov:532480
> (67.138391) pagemap-cache: 	    7fd00a494000-7fd00a497000     nr:5     cov:544768
> (67.138394) pagemap-cache: 	    7fd00a497000-7fd00a4d5000     nr:6     cov:798720
> (67.138397) pagemap-cache: 	    7fd00a4d5000-7fd00a4d8000     nr:7     cov:811008
> (67.138400) pagemap-cache: 	    7fd00a4d8000-7fd00a516000     nr:8     cov:1064960
> (67.138403) pagemap-cache: 	    7fd00a516000-7fd00a519000     nr:9     cov:1077248
> (67.138407) pagemap-cache: 	    7fd00a519000-7fd00a557000     nr:10    cov:1331200
> (67.138410) pagemap-cache: 	    7fd00a557000-7fd00a55a000     nr:11    cov:1343488
> (67.138413) pagemap-cache: 	    7fd00a55a000-7fd00a598000     nr:12    cov:1597440
> (67.138416) pagemap-cache: 	    7fd00a598000-7fd00a59b000     nr:13    cov:1609728
> (67.138419) pagemap-cache: 	    7fd00a59b000-7fd00a5d9000     nr:14    cov:1863680
> (67.138423) pagemap-cache: 	    7fd00a5d9000-7fd00a5dc000     nr:15    cov:1875968
> (67.138426) pagemap-cache: 	cache  mode [l:7fd00a412000 h:7fd00a600000]
> (67.138435) Pagemap generated: 0 pages 0 holes
> (67.138439) page-pipe: Add iov to page pipe (52 iovs, 2162/1475266 total)
> (67.138442) Pagemap generated: 6 pages 0 holes
> (67.138445) Pagemap generated: 0 pages 0 holes
> (67.138448) page-pipe: Add iov to page pipe (53 iovs, 2163/1475266 total)
> (67.138451) Pagemap generated: 6 pages 0 holes
> (67.138454) Pagemap generated: 0 pages 0 holes
> (67.138456) page-pipe: Add iov to page pipe (54 iovs, 2164/1475266 total)
> (67.138460) Pagemap generated: 6 pages 0 holes
> (67.138462) Pagemap generated: 0 pages 0 holes
> (67.138465) page-pipe: Add iov to page pipe (55 iovs, 2165/1475266 total)
> (67.138468) Pagemap generated: 6 pages 0 holes
> (67.138471) Pagemap generated: 0 pages 0 holes
> (67.138474) page-pipe: Add iov to page pipe (56 iovs, 2166/1475266 total)
> (67.138477) Pagemap generated: 6 pages 0 holes
> (67.138480) Pagemap generated: 0 pages 0 holes
> (67.138483) page-pipe: Add iov to page pipe (57 iovs, 2167/1475266 total)
> (67.138486) Pagemap generated: 6 pages 0 holes
> (67.138489) Pagemap generated: 0 pages 0 holes
> (67.138491) page-pipe: Add iov to page pipe (58 iovs, 2168/1475266 total)
> (67.138495) Pagemap generated: 6 pages 0 holes
> (67.138497) Pagemap generated: 0 pages 0 holes
> (67.138500) pagemap-cache: filling VMA 7fd00a5dc000-7fd00a61a000 (248K) [l:7fd00a400000 h:7fd00a600000]
> (67.138517) page-pipe: Add iov to page pipe (59 iovs, 2169/1475266 total)
> (67.138521) Pagemap generated: 6 pages 0 holes
> (67.138524) pagemap-cache: filling VMA 7fd00a61a000-7fd00a61d000 (12K) [l:7fd00a600000 h:7fd00a800000]
> (67.138527) pagemap-cache: 	    7fd00a61a000-7fd00a61d000     nr:1     cov:12288
> (67.138530) pagemap-cache: 	    7fd00a61d000-7fd00a65b000     nr:2     cov:266240
> (67.138534) pagemap-cache: 	    7fd00a65b000-7fd00a65e000     nr:3     cov:278528
> (67.138537) pagemap-cache: 	    7fd00a65e000-7fd00a69c000     nr:4     cov:532480
> (67.138540) pagemap-cache: 	    7fd00a69c000-7fd00a69f000     nr:5     cov:544768
> (67.138543) pagemap-cache: 	    7fd00a69f000-7fd00a6dd000     nr:6     cov:798720
> (67.138555) pagemap-cache: 	    7fd00a6dd000-7fd00a6e0000     nr:7     cov:811008
> (67.138559) pagemap-cache: 	    7fd00a6e0000-7fd00a71e000     nr:8     cov:1064960
> (67.138562) pagemap-cache: 	    7fd00a71e000-7fd00a721000     nr:9     cov:1077248
> (67.138566) pagemap-cache: 	    7fd00a721000-7fd00a75f000     nr:10    cov:1331200
> (67.138569) pagemap-cache: 	    7fd00a75f000-7fd00a762000     nr:11    cov:1343488
> (67.138572) pagemap-cache: 	    7fd00a762000-7fd00a7a0000     nr:12    cov:1597440
> (67.138575) pagemap-cache: 	    7fd00a7a0000-7fd00a7a3000     nr:13    cov:1609728
> (67.138578) pagemap-cache: 	    7fd00a7a3000-7fd00a7e1000     nr:14    cov:1863680
> (67.138581) pagemap-cache: 	    7fd00a7e1000-7fd00a7e4000     nr:15    cov:1875968
> (67.138584) pagemap-cache: 	cache  mode [l:7fd00a61a000 h:7fd00a800000]
> (67.138594) Pagemap generated: 0 pages 0 holes
> (67.138597) page-pipe: Add iov to page pipe (60 iovs, 2170/1475266 total)
> (67.138601) Pagemap generated: 6 pages 0 holes
> (67.138603) Pagemap generated: 0 pages 0 holes
> (67.138606) page-pipe: Add iov to page pipe (61 iovs, 2171/1475266 total)
> (67.138609) Pagemap generated: 6 pages 0 holes
> (67.138612) Pagemap generated: 0 pages 0 holes
> (67.138615) page-pipe: Add iov to page pipe (62 iovs, 2172/1475266 total)
> (67.138618) Pagemap generated: 6 pages 0 holes
> (67.138621) Pagemap generated: 0 pages 0 holes
> (67.138624) page-pipe: Add iov to page pipe (63 iovs, 2173/1475266 total)
> (67.138627) Pagemap generated: 6 pages 0 holes
> (67.138630) Pagemap generated: 0 pages 0 holes
> (67.138632) page-pipe: Add iov to page pipe (64 iovs, 2174/1475266 total)
> (67.138636) Pagemap generated: 6 pages 0 holes
> (67.138638) Pagemap generated: 0 pages 0 holes
> (67.138641) page-pipe: Add iov to page pipe (65 iovs, 2175/1475266 total)
> (67.138644) Pagemap generated: 6 pages 0 holes
> (67.138647) Pagemap generated: 0 pages 0 holes
> (67.138650) page-pipe: Add iov to page pipe (66 iovs, 2176/1475266 total)
> (67.138653) Pagemap generated: 6 pages 0 holes
> (67.138656) Pagemap generated: 0 pages 0 holes
> (67.138658) pagemap-cache: filling VMA 7fd00a7e4000-7fd00a822000 (248K) [l:7fd00a600000 h:7fd00a800000]
> (67.138678) page-pipe: Add iov to page pipe (67 iovs, 2177/1475266 total)
> (67.138682) Pagemap generated: 24 pages 0 holes
> (67.138685) pagemap-cache: filling VMA 7fd00a823000-7fd00a826000 (12K) [l:7fd00a800000 h:7fd00aa00000]
> (67.138688) pagemap-cache: 	    7fd00a823000-7fd00a826000     nr:1     cov:12288
> (67.138691) pagemap-cache: 	    7fd00a826000-7fd00a864000     nr:2     cov:266240
> (67.138695) pagemap-cache: 	    7fd00a864000-7fd00a867000     nr:3     cov:278528
> (67.138698) pagemap-cache: 	    7fd00a867000-7fd00a8a5000     nr:4     cov:532480
> (67.138701) pagemap-cache: 	    7fd00a8a5000-7fd00a8a8000     nr:5     cov:544768
> (67.138704) pagemap-cache: 	    7fd00a8a8000-7fd00a8e6000     nr:6     cov:798720
> (67.138707) pagemap-cache: 	    7fd00a8e6000-7fd00a8e9000     nr:7     cov:811008
> (67.138711) pagemap-cache: 	    7fd00a8e9000-7fd00a927000     nr:8     cov:1064960
> (67.138714) pagemap-cache: 	    7fd00a927000-7fd00a92a000     nr:9     cov:1077248
> (67.138717) pagemap-cache: 	    7fd00a92a000-7fd00a968000     nr:10    cov:1331200
> (67.138720) pagemap-cache: 	    7fd00a968000-7fd00a96b000     nr:11    cov:1343488
> (67.138723) pagemap-cache: 	    7fd00a96b000-7fd00a9a9000     nr:12    cov:1597440
> (67.138726) pagemap-cache: 	    7fd00a9a9000-7fd00a9ac000     nr:13    cov:1609728
> (67.138729) pagemap-cache: 	    7fd00a9ac000-7fd00a9ea000     nr:14    cov:1863680
> (67.138733) pagemap-cache: 	    7fd00a9ea000-7fd00a9ed000     nr:15    cov:1875968
> (67.138736) pagemap-cache: 	cache  mode [l:7fd00a823000 h:7fd00aa00000]
> (67.138745) Pagemap generated: 0 pages 0 holes
> (67.138748) page-pipe: Add iov to page pipe (68 iovs, 2178/1475266 total)
> (67.138752) Pagemap generated: 6 pages 0 holes
> (67.138754) Pagemap generated: 0 pages 0 holes
> (67.138757) page-pipe: Add iov to page pipe (69 iovs, 2179/1475266 total)
> (67.138760) Pagemap generated: 6 pages 0 holes
> (67.138763) Pagemap generated: 0 pages 0 holes
> (67.138775) page-pipe: Add iov to page pipe (70 iovs, 2180/1475266 total)
> (67.138778) Pagemap generated: 6 pages 0 holes
> (67.138781) Pagemap generated: 0 pages 0 holes
> (67.138784) page-pipe: Add iov to page pipe (71 iovs, 2181/1475266 total)
> (67.138787) Pagemap generated: 6 pages 0 holes
> (67.138790) Pagemap generated: 0 pages 0 holes
> (67.138793) page-pipe: Add iov to page pipe (72 iovs, 2182/1475266 total)
> (67.138796) Pagemap generated: 6 pages 0 holes
> (67.138798) Pagemap generated: 0 pages 0 holes
> (67.138801) page-pipe: Add iov to page pipe (73 iovs, 2183/1475266 total)
> (67.138804) Pagemap generated: 6 pages 0 holes
> (67.138807) Pagemap generated: 0 pages 0 holes
> (67.138810) page-pipe: Add iov to page pipe (74 iovs, 2184/1475266 total)
> (67.138813) Pagemap generated: 6 pages 0 holes
> (67.138816) Pagemap generated: 0 pages 0 holes
> (67.138818) pagemap-cache: filling VMA 7fd00a9ed000-7fd00aa2b000 (248K) [l:7fd00a800000 h:7fd00aa00000]
> (67.138871) page-pipe: Add iov to page pipe (75 iovs, 2185/1475266 total)
> (67.138875) Pagemap generated: 6 pages 0 holes
> (67.138878) pagemap-cache: filling VMA 7fd00aa2b000-7fd00aa2e000 (12K) [l:7fd00aa00000 h:7fd00ac00000]
> (67.138881) pagemap-cache: 	    7fd00aa2b000-7fd00aa2e000     nr:1     cov:12288
> (67.138884) pagemap-cache: 	    7fd00aa2e000-7fd00aa6c000     nr:2     cov:266240
> (67.138888) pagemap-cache: 	    7fd00aa6c000-7fd00aa6f000     nr:3     cov:278528
> (67.138891) pagemap-cache: 	cache  mode [l:7fd00aa2b000 h:7fd00ac00000]
> (67.138902) Pagemap generated: 0 pages 0 holes
> (67.138906) page-pipe: Add iov to page pipe (76 iovs, 2186/1475266 total)
> (67.138909) Pagemap generated: 6 pages 0 holes
> (67.138912) Pagemap generated: 0 pages 0 holes
> (67.138914) pagemap-cache: filling VMA 7fd00aa6f000-7fd00acad000 (2296K) [l:7fd00aa00000 h:7fd00ac00000]
> (67.138962) page-pipe: Add iov to page pipe (77 iovs, 2187/1475266 total)
> (67.138967) page-pipe: Will grow page pipe (iov off is 2188)
> (67.138969) page-pipe: Add iov to page pipe (0 iovs, 2188/1475266 total)
> (67.138978) Pagemap generated: 518 pages 0 holes
> (67.138981) pagemap-cache: filling VMA 7fd00acad000-7fd00acb0000 (12K) [l:7fd00ac00000 h:7fd00ae00000]
> (67.138989) Pagemap generated: 0 pages 0 holes
> (67.138992) pagemap-cache: filling VMA 7fd00acb0000-7fd00acee000 (248K) [l:7fd00ac00000 h:7fd00ae00000]
> (67.139000) page-pipe: Add iov to page pipe (1 iovs, 2189/1475266 total)
> (67.139004) Pagemap generated: 23 pages 0 holes
> (67.139007) pagemap-cache: filling VMA 7fd00acee000-7fd00acf1000 (12K) [l:7fd00ac00000 h:7fd00ae00000]
> (67.139014) Pagemap generated: 0 pages 0 holes
> (67.139017) pagemap-cache: filling VMA 7fd00acf1000-7fd00ad2f000 (248K) [l:7fd00ac00000 h:7fd00ae00000]
> (67.139024) page-pipe: Add iov to page pipe (2 iovs, 2190/1475266 total)
> (67.139028) page-pipe: Add iov to page pipe (3 iovs, 2191/1475266 total)
> (67.139031) page-pipe: Will grow page pipe (iov off is 2192)
> (67.139033) page-pipe: Add iov to page pipe (0 iovs, 2192/1475266 total)
> (67.139037) Pagemap generated: 23 pages 0 holes
> (67.139040) pagemap-cache: filling VMA 7fd00cd33000-7fd00cd36000 (12K) [l:7fd00cc00000 h:7fd00ce00000]
> (67.139064) Pagemap generated: 0 pages 0 holes
> (67.139067) pagemap-cache: filling VMA 7fd00cd36000-7fd00cf74000 (2296K) [l:7fd00cc00000 h:7fd00ce00000]
> (67.139130) page-pipe: Add iov to page pipe (1 iovs, 2193/1475266 total)
> (67.139143) page-pipe: Will grow page pipe (iov off is 2194)
> (67.139146) page-pipe: Add iov to page pipe (0 iovs, 2194/1475266 total)
> (67.139150) Pagemap generated: 534 pages 0 holes
> (67.139152) pagemap-cache: filling VMA 7fd00cf74000-7fd00cf77000 (12K) [l:7fd00ce00000 h:7fd00d000000]
> (67.139158) Pagemap generated: 0 pages 0 holes
> (67.139162) pagemap-cache: filling VMA 7fd00cf77000-7fd00cfb5000 (248K) [l:7fd00ce00000 h:7fd00d000000]
> (67.139168) page-pipe: Add iov to page pipe (1 iovs, 2195/1475266 total)
> (67.139171) Pagemap generated: 28 pages 0 holes
> (67.139174) pagemap-cache: filling VMA 7fd00cfb5000-7fd00cfb8000 (12K) [l:7fd00ce00000 h:7fd00d000000]
> (67.139179) Pagemap generated: 0 pages 0 holes
> (67.139183) pagemap-cache: filling VMA 7fd00cfb8000-7fd00cff6000 (248K) [l:7fd00ce00000 h:7fd00d000000]
> (67.139197) page-pipe: Add iov to page pipe (2 iovs, 2196/1475266 total)
> (67.139201) Pagemap generated: 27 pages 0 holes
> (67.139204) pagemap-cache: filling VMA 7fd00cff6000-7fd00cff9000 (12K) [l:7fd00ce00000 h:7fd00d000000]
> (67.139209) Pagemap generated: 0 pages 0 holes
> (67.139212) pagemap-cache: filling VMA 7fd00cff9000-7fd00d037000 (248K) [l:7fd00ce00000 h:7fd00d000000]
> (67.139229) page-pipe: Add iov to page pipe (3 iovs, 2197/1475266 total)
> (67.139233) Pagemap generated: 6 pages 0 holes
> (67.139236) pagemap-cache: filling VMA 7fd00d037000-7fd00d03a000 (12K) [l:7fd00d000000 h:7fd00d200000]
> (67.139239) pagemap-cache: 	    7fd00d037000-7fd00d03a000     nr:1     cov:12288
> (67.139243) pagemap-cache: 	    7fd00d03a000-7fd00d078000     nr:2     cov:266240
> (67.139246) pagemap-cache: 	    7fd00d078000-7fd00d07b000     nr:3     cov:278528
> (67.139249) pagemap-cache: 	    7fd00d07b000-7fd00d0b9000     nr:4     cov:532480
> (67.139253) pagemap-cache: 	    7fd00d0b9000-7fd00d0c0000     nr:5     cov:561152
> (67.139256) pagemap-cache: 	cache  mode [l:7fd00d037000 h:7fd00d200000]
> (67.139265) Pagemap generated: 0 pages 0 holes
> (67.139268) page-pipe: Add iov to page pipe (4 iovs, 2198/1475266 total)
> (67.139272) Pagemap generated: 25 pages 0 holes
> (67.139275) Pagemap generated: 0 pages 0 holes
> (67.139278) page-pipe: Add iov to page pipe (5 iovs, 2199/1475266 total)
> (67.139281) Pagemap generated: 25 pages 0 holes
> (67.139284) Pagemap generated: 0 pages 0 holes
> (67.139287) pagemap-cache: filling VMA 7fd00d0c0000-7fd00d2bf000 (2044K) [l:7fd00d000000 h:7fd00d200000]
> (67.139303) Pagemap generated: 0 pages 0 holes
> (67.139306) pagemap-cache: filling VMA 7fd00d2bf000-7fd00d2c0000 (4K) [l:7fd00d200000 h:7fd00d400000]
> (67.139313) page-pipe: Add iov to page pipe (6 iovs, 2200/1475266 total)
> (67.139317) Pagemap generated: 1 pages 0 holes
> (67.139320) pagemap-cache: filling VMA 7fd00d2c0000-7fd00d2c1000 (4K) [l:7fd00d200000 h:7fd00d400000]
> (67.139327) Pagemap generated: 1 pages 0 holes
> (67.139331) pagemap-cache: filling VMA 7fd00d2c5000-7fd00d2c6000 (4K) [l:7fd00d200000 h:7fd00d400000]
> (67.139337) Pagemap generated: 0 pages 0 holes
> (67.139340) pagemap-cache: filling VMA 7fd00d2c6000-7fd00d2d7000 (68K) [l:7fd00d200000 h:7fd00d400000]
> (67.139347) Pagemap generated: 0 pages 0 holes
> (67.139350) pagemap-cache: filling VMA 7fd00d2d7000-7fd00d4d6000 (2044K) [l:7fd00d200000 h:7fd00d400000]
> (67.139400) Pagemap generated: 0 pages 0 holes
> (67.139403) pagemap-cache: filling VMA 7fd00d4d6000-7fd00d4d7000 (4K) [l:7fd00d400000 h:7fd00d600000]
> (67.139412) page-pipe: Add iov to page pipe (7 iovs, 2201/1475266 total)
> (67.139416) Pagemap generated: 1 pages 0 holes
> (67.139418) pagemap-cache: filling VMA 7fd00d4d7000-7fd00d4d8000 (4K) [l:7fd00d400000 h:7fd00d600000]
> (67.139427) Pagemap generated: 1 pages 0 holes
> (67.139431) pagemap-cache: filling VMA 7fd00d4d8000-7fd00d598000 (768K) [l:7fd00d400000 h:7fd00d600000]
> (67.139444) Pagemap generated: 192 pages 0 holes
> (67.139447) pagemap-cache: filling VMA 7fd00d598000-7fd00d6d8000 (1280K) [l:7fd00d400000 h:7fd00d600000]
> (67.139487) page-pipe: Will grow page pipe (iov off is 2202)
> (67.139490) page-pipe: Add iov to page pipe (0 iovs, 2202/1475266 total)
> (67.139495) Pagemap generated: 320 pages 0 holes
> (67.139498) pagemap-cache: filling VMA 7fd00d6d8000-7fd00d6e1000 (36K) [l:7fd00d600000 h:7fd00d800000]
> (67.139505) Pagemap generated: 0 pages 0 holes
> (67.139508) pagemap-cache: filling VMA 7fd00d6e1000-7fd00d8e0000 (2044K) [l:7fd00d600000 h:7fd00d800000]
> (67.139556) Pagemap generated: 0 pages 0 holes
> (67.139560) pagemap-cache: filling VMA 7fd00d8e0000-7fd00d8e1000 (4K) [l:7fd00d800000 h:7fd00da00000]
> (67.139569) page-pipe: Add iov to page pipe (1 iovs, 2203/1475266 total)
> (67.139572) Pagemap generated: 1 pages 0 holes
> (67.139575) pagemap-cache: filling VMA 7fd00d8e1000-7fd00d8e4000 (12K) [l:7fd00d800000 h:7fd00da00000]
> (67.139584) Pagemap generated: 0 pages 0 holes
> (67.139588) pagemap-cache: filling VMA 7fd00d8e4000-7fd00d922000 (248K) [l:7fd00d800000 h:7fd00da00000]
> (67.139606) page-pipe: Add iov to page pipe (2 iovs, 2204/1475266 total)
> (67.139610) Pagemap generated: 62 pages 0 holes
> (67.139613) pagemap-cache: filling VMA 7fd00d922000-7fd00d925000 (12K) [l:7fd00d800000 h:7fd00da00000]
> (67.139621) Pagemap generated: 0 pages 0 holes
> (67.139625) pagemap-cache: filling VMA 7fd00d925000-7fd00d963000 (248K) [l:7fd00d800000 h:7fd00da00000]
> (67.139632) page-pipe: Add iov to page pipe (3 iovs, 2205/1475266 total)
> (67.139637) Pagemap generated: 62 pages 0 holes
> (67.139640) pagemap-cache: filling VMA 7fd00d963000-7fd00d966000 (12K) [l:7fd00d800000 h:7fd00da00000]
> (67.139647) Pagemap generated: 0 pages 0 holes
> (67.139650) pagemap-cache: filling VMA 7fd00d966000-7fd00d9a4000 (248K) [l:7fd00d800000 h:7fd00da00000]
> (67.139657) page-pipe: Add iov to page pipe (4 iovs, 2206/1475266 total)
> (67.139661) Pagemap generated: 62 pages 0 holes
> (67.139664) pagemap-cache: filling VMA 7fd00d9a4000-7fd00d9a7000 (12K) [l:7fd00d800000 h:7fd00da00000]
> (67.139670) Pagemap generated: 0 pages 0 holes
> (67.139673) pagemap-cache: filling VMA 7fd00d9a7000-7fd00d9e5000 (248K) [l:7fd00d800000 h:7fd00da00000]
> (67.139679) page-pipe: Add iov to page pipe (5 iovs, 2207/1475266 total)
> (67.139683) Pagemap generated: 62 pages 0 holes
> (67.139686) pagemap-cache: filling VMA 7fd00d9e5000-7fd00d9e8000 (12K) [l:7fd00d800000 h:7fd00da00000]
> (67.139691) Pagemap generated: 0 pages 0 holes
> (67.139695) pagemap-cache: filling VMA 7fd00d9e8000-7fd00dc26000 (2296K) [l:7fd00d800000 h:7fd00da00000]
> (67.139831) page-pipe: Add iov to page pipe (6 iovs, 2208/1475266 total)
> (67.139836) page-pipe: Will grow page pipe (iov off is 2209)
> (67.139840) page-pipe: Page pipe:
> (67.139843) page-pipe: * 8 pipes 2209/1475266 iovs:
> (67.139846) page-pipe: 	buf 512 pages, 15 iovs:
> (67.139849) page-pipe: 		0x7c01a3000 204
> (67.139852) page-pipe: 		0x7c0271000 38
> (67.139854) page-pipe: 		0x7c0299000 2
> (67.139857) page-pipe: 		0x7fd001cdb000 23
> (67.139860) page-pipe: 		0x7fd001d1a000 25
> (67.139863) page-pipe: 		0x7fd001d5e000 22
> (67.139865) page-pipe: 		0x7fd0020f2000 22
> (67.139868) page-pipe: 		0x7fd002133000 22
> (67.139871) page-pipe: 		0x7fd002172000 24
> (67.139873) page-pipe: 		0x7fd0021ad000 30
> (67.139876) page-pipe: 		0x7fd002235000 23
> (67.139879) page-pipe: 		0x7fd002276000 23
> (67.139881) page-pipe: 		0x7fd0022b8000 22
> (67.139884) page-pipe: 		0x7fd0022f9000 22
> (67.139887) page-pipe: 		0x7fd00233a000 10
> (67.139889) page-pipe: 	buf 512 pages, 11 iovs:
> (67.139892) page-pipe: 		0x7fd002344000 12
> (67.139895) page-pipe: 		0x7fd00237b000 22
> (67.139898) page-pipe: 		0x7fd0023bc000 22
> (67.139900) page-pipe: 		0x7fd0023fd000 22
> (67.139903) page-pipe: 		0x7fd00243d000 23
> (67.139906) page-pipe: 		0x7fd00247e000 23
> (67.139908) page-pipe: 		0x7fd0024c0000 22
> (67.139911) page-pipe: 		0x7fd002501000 22
> (67.139914) page-pipe: 		0x7fd00253e000 26
> (67.139916) page-pipe: 		0x7fd00257f000 235
> (67.139919) page-pipe: 		0x7fd00266b000 83
> (67.139922) page-pipe: 	buf 512 pages, 63 iovs:
> (67.139925) page-pipe: 		0x7fd0026be000 28
> (67.139927) page-pipe: 		0x7fd0026db000 4
> (67.139930) page-pipe: 		0x7fd0027c6000 22
> (67.139933) page-pipe: 		0x7fd002806000 23
> (67.139935) page-pipe: 		0x7fd002844000 26
> (67.139938) page-pipe: 		0x7fd0088a0000 6
> (67.139941) page-pipe: 		0x7fd0088e1000 6
> (67.139943) page-pipe: 		0x7fd008922000 6
> (67.139946) page-pipe: 		0x7fd008963000 6
> (67.139949) page-pipe: 		0x7fd0089a4000 6
> (67.139951) page-pipe: 		0x7fd0089e5000 6
> (67.139954) page-pipe: 		0x7fd008a26000 6
> (67.139957) page-pipe: 		0x7fd008a67000 6
> (67.139959) page-pipe: 		0x7fd008a98000 22
> (67.139962) page-pipe: 		0x7fd008ad9000 22
> (67.139965) page-pipe: 		0x7fd008b1a000 22
> (67.139967) page-pipe: 		0x7fd008b5b000 22
> (67.139970) page-pipe: 		0x7fd008bac000 6
> (67.139973) page-pipe: 		0x7fd008bed000 6
> (67.139975) page-pipe: 		0x7fd008c2e000 6
> (67.139978) page-pipe: 		0x7fd008c6f000 6
> (67.139981) page-pipe: 		0x7fd008cb0000 6
> (67.139983) page-pipe: 		0x7fd008cf1000 6
> (67.139986) page-pipe: 		0x7fd008d32000 6
> (67.139989) page-pipe: 		0x7fd008d73000 6
> (67.139991) page-pipe: 		0x7fd008db4000 6
> (67.139994) page-pipe: 		0x7fd008df5000 6
> (67.140006) page-pipe: 		0x7fd008e36000 6
> (67.140009) page-pipe: 		0x7fd008e77000 6
> (67.140012) page-pipe: 		0x7fd008eb8000 6
> (67.140014) page-pipe: 		0x7fd008ef9000 6
> (67.140017) page-pipe: 		0x7fd008f3a000 6
> (67.140020) page-pipe: 		0x7fd008f7b000 6
> (67.140022) page-pipe: 		0x7fd008fbc000 6
> (67.140025) page-pipe: 		0x7fd008ffd000 6
> (67.140028) page-pipe: 		0x7fd00903e000 6
> (67.140030) page-pipe: 		0x7fd00907f000 6
> (67.140033) page-pipe: 		0x7fd0090c0000 6
> (67.140035) page-pipe: 		0x7fd009101000 6
> (67.140038) page-pipe: 		0x7fd009142000 6
> (67.140041) page-pipe: 		0x7fd009183000 6
> (67.140044) page-pipe: 		0x7fd0091c4000 6
> (67.140046) page-pipe: 		0x7fd009205000 6
> (67.140049) page-pipe: 		0x7fd009246000 6
> (67.140051) page-pipe: 		0x7fd009287000 6
> (67.140054) page-pipe: 		0x7fd0092c8000 6
> (67.140057) page-pipe: 		0x7fd009309000 6
> (67.140059) page-pipe: 		0x7fd00934a000 6
> (67.140062) page-pipe: 		0x7fd00938b000 6
> (67.140065) page-pipe: 		0x7fd0093cc000 6
> (67.140067) page-pipe: 		0x7fd00940d000 6
> (67.140070) page-pipe: 		0x7fd00944e000 6
> (67.140073) page-pipe: 		0x7fd00948f000 6
> (67.140075) page-pipe: 		0x7fd0094d0000 6
> (67.140078) page-pipe: 		0x7fd009511000 6
> (67.140081) page-pipe: 		0x7fd009552000 6
> (67.140083) page-pipe: 		0x7fd009593000 6
> (67.140086) page-pipe: 		0x7fd0095d4000 6
> (67.140089) page-pipe: 		0x7fd009615000 6
> (67.140091) page-pipe: 		0x7fd009656000 6
> (67.140094) page-pipe: 		0x7fd009697000 6
> (67.140097) page-pipe: 		0x7fd0096d8000 6
> (67.140099) page-pipe: 		0x7fd009719000 3
> (67.140102) page-pipe: 	buf 512 pages, 78 iovs:
> (67.140105) page-pipe: 		0x7fd00971c000 3
> (67.140107) page-pipe: 		0x7fd00975a000 6
> (67.140110) page-pipe: 		0x7fd00979b000 6
> (67.140113) page-pipe: 		0x7fd0097dc000 6
> (67.140115) page-pipe: 		0x7fd00981d000 6
> (67.140118) page-pipe: 		0x7fd00985e000 6
> (67.140121) page-pipe: 		0x7fd00989f000 6
> (67.140123) page-pipe: 		0x7fd0098e0000 6
> (67.140126) page-pipe: 		0x7fd009921000 6
> (67.140129) page-pipe: 		0x7fd009962000 6
> (67.140131) page-pipe: 		0x7fd0099a3000 6
> (67.140134) page-pipe: 		0x7fd0099e4000 6
> (67.140137) page-pipe: 		0x7fd009a25000 6
> (67.140139) page-pipe: 		0x7fd009a66000 6
> (67.140142) page-pipe: 		0x7fd009aa7000 6
> (67.140144) page-pipe: 		0x7fd009ae8000 6
> (67.140147) page-pipe: 		0x7fd009b29000 6
> (67.140150) page-pipe: 		0x7fd009b6a000 6
> (67.140152) page-pipe: 		0x7fd009bab000 6
> (67.140155) page-pipe: 		0x7fd009bec000 6
> (67.140158) page-pipe: 		0x7fd009c2d000 6
> (67.140160) page-pipe: 		0x7fd009c6e000 6
> (67.140163) page-pipe: 		0x7fd009caf000 6
> (67.140165) page-pipe: 		0x7fd009cf0000 6
> (67.140168) page-pipe: 		0x7fd009d31000 6
> (67.140171) page-pipe: 		0x7fd009d72000 6
> (67.140173) page-pipe: 		0x7fd009db3000 6
> (67.140176) page-pipe: 		0x7fd009df4000 6
> (67.140179) page-pipe: 		0x7fd009e35000 6
> (67.140181) page-pipe: 		0x7fd009e76000 6
> (67.140184) page-pipe: 		0x7fd009eb7000 6
> (67.140187) page-pipe: 		0x7fd009ef8000 6
> (67.140189) page-pipe: 		0x7fd009f39000 6
> (67.140192) page-pipe: 		0x7fd009f7a000 6
> (67.140195) page-pipe: 		0x7fd009fbb000 6
> (67.140197) page-pipe: 		0x7fd009ffc000 6
> (67.140200) page-pipe: 		0x7fd00a03d000 6
> (67.140203) page-pipe: 		0x7fd00a07e000 6
> (67.140205) page-pipe: 		0x7fd00a0bf000 6
> (67.140208) page-pipe: 		0x7fd00a100000 6
> (67.140211) page-pipe: 		0x7fd00a141000 6
> (67.140213) page-pipe: 		0x7fd00a182000 6
> (67.140216) page-pipe: 		0x7fd00a1c3000 6
> (67.140218) page-pipe: 		0x7fd00a204000 6
> (67.140221) page-pipe: 		0x7fd00a245000 6
> (67.140224) page-pipe: 		0x7fd00a286000 6
> (67.140226) page-pipe: 		0x7fd00a2c7000 6
> (67.140229) page-pipe: 		0x7fd00a308000 6
> (67.140232) page-pipe: 		0x7fd00a349000 6
> (67.140234) page-pipe: 		0x7fd00a38a000 6
> (67.140237) page-pipe: 		0x7fd00a3cb000 6
> (67.140240) page-pipe: 		0x7fd00a40c000 6
> (67.140242) page-pipe: 		0x7fd00a44d000 6
> (67.140245) page-pipe: 		0x7fd00a48e000 6
> (67.140248) page-pipe: 		0x7fd00a4cf000 6
> (67.140250) page-pipe: 		0x7fd00a510000 6
> (67.140253) page-pipe: 		0x7fd00a551000 6
> (67.140256) page-pipe: 		0x7fd00a592000 6
> (67.140258) page-pipe: 		0x7fd00a5d3000 6
> (67.140261) page-pipe: 		0x7fd00a614000 6
> (67.140272) page-pipe: 		0x7fd00a655000 6
> (67.140275) page-pipe: 		0x7fd00a696000 6
> (67.140278) page-pipe: 		0x7fd00a6d7000 6
> (67.140280) page-pipe: 		0x7fd00a718000 6
> (67.140283) page-pipe: 		0x7fd00a759000 6
> (67.140286) page-pipe: 		0x7fd00a79a000 6
> (67.140288) page-pipe: 		0x7fd00a7db000 6
> (67.140291) page-pipe: 		0x7fd00a80a000 24
> (67.140294) page-pipe: 		0x7fd00a85e000 6
> (67.140296) page-pipe: 		0x7fd00a89f000 6
> (67.140299) page-pipe: 		0x7fd00a8e0000 6
> (67.140301) page-pipe: 		0x7fd00a921000 6
> (67.140304) page-pipe: 		0x7fd00a962000 6
> (67.140307) page-pipe: 		0x7fd00a9a3000 6
> (67.140309) page-pipe: 		0x7fd00a9e4000 6
> (67.140312) page-pipe: 		0x7fd00aa25000 6
> (67.140315) page-pipe: 		0x7fd00aa66000 6
> (67.140317) page-pipe: 		0x7fd00aaa7000 35
> (67.140320) page-pipe: 	buf 512 pages, 4 iovs:
> (67.140323) page-pipe: 		0x7fd00aaca000 483
> (67.140325) page-pipe: 		0x7fd00acd7000 23
> (67.140328) page-pipe: 		0x7fd00ad17000 1
> (67.140331) page-pipe: 		0x7fd00ad19000 5
> (67.140333) page-pipe: 	buf 512 pages, 2 iovs:
> (67.140336) page-pipe: 		0x7fd00ad1e000 17
> (67.140339) page-pipe: 		0x7fd00cd5e000 495
> (67.140342) page-pipe: 	buf 512 pages, 8 iovs:
> (67.140344) page-pipe: 		0x7fd00cf4d000 39
> (67.140347) page-pipe: 		0x7fd00cf99000 28
> (67.140350) page-pipe: 		0x7fd00cfdb000 27
> (67.140352) page-pipe: 		0x7fd00d031000 6
> (67.140355) page-pipe: 		0x7fd00d05f000 25
> (67.140358) page-pipe: 		0x7fd00d0a0000 25
> (67.140360) page-pipe: 		0x7fd00d2bf000 2
> (67.140363) page-pipe: 		0x7fd00d4d6000 360
> (67.140366) page-pipe: 	buf 512 pages, 7 iovs:
> (67.140368) page-pipe: 		0x7fd00d63e000 154
> (67.140371) page-pipe: 		0x7fd00d8e0000 1
> (67.140374) page-pipe: 		0x7fd00d8e4000 62
> (67.140376) page-pipe: 		0x7fd00d925000 62
> (67.140379) page-pipe: 		0x7fd00d966000 62
> (67.140382) page-pipe: 		0x7fd00d9a7000 62
> (67.140385) page-pipe: 		0x7fd00d9e8000 109
> (67.140387) page-pipe: * 0 holes:
> (67.140390) PPB: 512 pages 15 segs 512 pipe 2021 off
> (67.140411) Sent msg to daemon 8 0 0
> (67.140424) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (67.140491) Fetched ack: 8 8 0
> (67.140497) PPB: 512 pages 11 segs 512 pipe 2036 off
> (67.140504) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (67.140510) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (67.140552) Fetched ack: 8 8 0
> (67.140558) PPB: 512 pages 63 segs 512 pipe 2047 off
> (67.140565) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (67.140571) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (67.140616) Fetched ack: 8 8 0
> (67.140622) PPB: 512 pages 78 segs 512 pipe 2110 off
> (67.140629) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (67.140635) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (67.140680) Fetched ack: 8 8 0
> (67.140686) PPB: 512 pages 4 segs 512 pipe 2188 off
> (67.140693) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (67.140699) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (67.140739) Fetched ack: 8 8 0
> (67.140745) PPB: 512 pages 2 segs 512 pipe 2192 off
> (67.140752) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (67.140758) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.168567) Fetched ack: 8 8 0
> (69.168589) PPB: 512 pages 8 segs 512 pipe 2194 off
> (69.168600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.168612) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.168714) Fetched ack: 8 8 0
> (69.168721) PPB: 512 pages 7 segs 512 pipe 2202 off
> (69.168728) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.168734) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.168836) Fetched ack: 8 8 0
> (69.168843) Transfering pages:
> (69.168846) 	buf 512/15
> (69.168849) 	p 0x7c01a3000 [204]
> (69.170796) 	p 0x7c0271000 [38]
> (69.171171) 	p 0x7c0299000 [2]
> (69.171196) 	p 0x7fd001cdb000 [23]
> (69.171419) 	p 0x7fd001d1a000 [25]
> (69.171676) 	p 0x7fd001d5e000 [22]
> (69.171894) 	p 0x7fd0020f2000 [22]
> (69.172113) 	p 0x7fd002133000 [22]
> (69.172326) 	p 0x7fd002172000 [24]
> (69.172562) 	p 0x7fd0021ad000 [30]
> (69.172854) 	p 0x7fd002235000 [23]
> (69.173078) 	p 0x7fd002276000 [23]
> (69.173301) 	p 0x7fd0022b8000 [22]
> (69.173506) 	p 0x7fd0022f9000 [22]
> (69.173710) 	p 0x7fd00233a000 [10]
> (69.173804) 	buf 512/11
> (69.173808) 	p 0x7fd002344000 [12]
> (69.173923) 	p 0x7fd00237b000 [22]
> (69.174125) 	p 0x7fd0023bc000 [22]
> (69.174327) 	p 0x7fd0023fd000 [22]
> (69.174532) 	p 0x7fd00243d000 [23]
> (69.174744) 	p 0x7fd00247e000 [23]
> (69.174959) 	p 0x7fd0024c0000 [22]
> (69.175165) 	p 0x7fd002501000 [22]
> (69.175369) 	p 0x7fd00253e000 [26]
> (69.175608) 	p 0x7fd00257f000 [235]
> (69.177739) 	p 0x7fd00266b000 [83]
> (69.178496) 	buf 512/63
> (69.178500) 	p 0x7fd0026be000 [28]
> (69.178780) 	p 0x7fd0026db000 [4]
> (69.178822) 	p 0x7fd0027c6000 [22]
> (69.179029) 	p 0x7fd002806000 [23]
> (69.179243) 	p 0x7fd002844000 [26]
> (69.179483) 	p 0x7fd0088a0000 [6]
> (69.179543) 	p 0x7fd0088e1000 [6]
> (69.179605) 	p 0x7fd008922000 [6]
> (69.179663) 	p 0x7fd008963000 [6]
> (69.179723) 	p 0x7fd0089a4000 [6]
> (69.179782) 	p 0x7fd0089e5000 [6]
> (69.179842) 	p 0x7fd008a26000 [6]
> (69.179903) 	p 0x7fd008a67000 [6]
> (69.179963) 	p 0x7fd008a98000 [22]
> (69.180163) 	p 0x7fd008ad9000 [22]
> (69.180369) 	p 0x7fd008b1a000 [22]
> (69.180572) 	p 0x7fd008b5b000 [22]
> (69.180785) 	p 0x7fd008bac000 [6]
> (69.180844) 	p 0x7fd008bed000 [6]
> (69.180903) 	p 0x7fd008c2e000 [6]
> (69.180963) 	p 0x7fd008c6f000 [6]
> (69.181023) 	p 0x7fd008cb0000 [6]
> (69.181088) 	p 0x7fd008cf1000 [6]
> (69.181147) 	p 0x7fd008d32000 [6]
> (69.181205) 	p 0x7fd008d73000 [6]
> (69.181263) 	p 0x7fd008db4000 [6]
> (69.181357) 	p 0x7fd008df5000 [6]
> (69.181418) 	p 0x7fd008e36000 [6]
> (69.181481) 	p 0x7fd008e77000 [6]
> (69.181542) 	p 0x7fd008eb8000 [6]
> (69.181600) 	p 0x7fd008ef9000 [6]
> (69.181660) 	p 0x7fd008f3a000 [6]
> (69.181719) 	p 0x7fd008f7b000 [6]
> (69.181780) 	p 0x7fd008fbc000 [6]
> (69.181837) 	p 0x7fd008ffd000 [6]
> (69.181900) 	p 0x7fd00903e000 [6]
> (69.181958) 	p 0x7fd00907f000 [6]
> (69.182017) 	p 0x7fd0090c0000 [6]
> (69.182083) 	p 0x7fd009101000 [6]
> (69.182141) 	p 0x7fd009142000 [6]
> (69.182200) 	p 0x7fd009183000 [6]
> (69.182259) 	p 0x7fd0091c4000 [6]
> (69.182321) 	p 0x7fd009205000 [6]
> (69.182381) 	p 0x7fd009246000 [6]
> (69.182440) 	p 0x7fd009287000 [6]
> (69.182500) 	p 0x7fd0092c8000 [6]
> (69.182558) 	p 0x7fd009309000 [6]
> (69.182617) 	p 0x7fd00934a000 [6]
> (69.182681) 	p 0x7fd00938b000 [6]
> (69.182741) 	p 0x7fd0093cc000 [6]
> (69.182799) 	p 0x7fd00940d000 [6]
> (69.182857) 	p 0x7fd00944e000 [6]
> (69.182917) 	p 0x7fd00948f000 [6]
> (69.182978) 	p 0x7fd0094d0000 [6]
> (69.183038) 	p 0x7fd009511000 [6]
> (69.183100) 	p 0x7fd009552000 [6]
> (69.183159) 	p 0x7fd009593000 [6]
> (69.183217) 	p 0x7fd0095d4000 [6]
> (69.183277) 	p 0x7fd009615000 [6]
> (69.183339) 	p 0x7fd009656000 [6]
> (69.183398) 	p 0x7fd009697000 [6]
> (69.183460) 	p 0x7fd0096d8000 [6]
> (69.183519) 	p 0x7fd009719000 [3]
> (69.183551) 	buf 512/78
> (69.183555) 	p 0x7fd00971c000 [3]
> (69.183589) 	p 0x7fd00975a000 [6]
> (69.183649) 	p 0x7fd00979b000 [6]
> (69.183707) 	p 0x7fd0097dc000 [6]
> (69.183767) 	p 0x7fd00981d000 [6]
> (69.183825) 	p 0x7fd00985e000 [6]
> (69.183888) 	p 0x7fd00989f000 [6]
> (69.183950) 	p 0x7fd0098e0000 [6]
> (69.184009) 	p 0x7fd009921000 [6]
> (69.184067) 	p 0x7fd009962000 [6]
> (69.184125) 	p 0x7fd0099a3000 [6]
> (69.184184) 	p 0x7fd0099e4000 [6]
> (69.184249) 	p 0x7fd009a25000 [6]
> (69.184309) 	p 0x7fd009a66000 [6]
> (69.184368) 	p 0x7fd009aa7000 [6]
> (69.184428) 	p 0x7fd009ae8000 [6]
> (69.184486) 	p 0x7fd009b29000 [6]
> (69.184550) 	p 0x7fd009b6a000 [6]
> (69.184612) 	p 0x7fd009bab000 [6]
> (69.184674) 	p 0x7fd009bec000 [6]
> (69.184733) 	p 0x7fd009c2d000 [6]
> (69.184791) 	p 0x7fd009c6e000 [6]
> (69.184853) 	p 0x7fd009caf000 [6]
> (69.184911) 	p 0x7fd009cf0000 [6]
> (69.184969) 	p 0x7fd009d31000 [6]
> (69.185032) 	p 0x7fd009d72000 [6]
> (69.185090) 	p 0x7fd009db3000 [6]
> (69.185150) 	p 0x7fd009df4000 [6]
> (69.185212) 	p 0x7fd009e35000 [6]
> (69.185272) 	p 0x7fd009e76000 [6]
> (69.185338) 	p 0x7fd009eb7000 [6]
> (69.185400) 	p 0x7fd009ef8000 [6]
> (69.185465) 	p 0x7fd009f39000 [6]
> (69.185526) 	p 0x7fd009f7a000 [6]
> (69.185599) 	p 0x7fd009fbb000 [6]
> (69.185658) 	p 0x7fd009ffc000 [6]
> (69.185717) 	p 0x7fd00a03d000 [6]
> (69.185774) 	p 0x7fd00a07e000 [6]
> (69.185840) 	p 0x7fd00a0bf000 [6]
> (69.185899) 	p 0x7fd00a100000 [6]
> (69.185958) 	p 0x7fd00a141000 [6]
> (69.186018) 	p 0x7fd00a182000 [6]
> (69.186076) 	p 0x7fd00a1c3000 [6]
> (69.186140) 	p 0x7fd00a204000 [6]
> (69.186199) 	p 0x7fd00a245000 [6]
> (69.186262) 	p 0x7fd00a286000 [6]
> (69.186320) 	p 0x7fd00a2c7000 [6]
> (69.186379) 	p 0x7fd00a308000 [6]
> (69.186442) 	p 0x7fd00a349000 [6]
> (69.186500) 	p 0x7fd00a38a000 [6]
> (69.186561) 	p 0x7fd00a3cb000 [6]
> (69.186623) 	p 0x7fd00a40c000 [6]
> (69.186683) 	p 0x7fd00a44d000 [6]
> (69.186744) 	p 0x7fd00a48e000 [6]
> (69.186803) 	p 0x7fd00a4cf000 [6]
> (69.186863) 	p 0x7fd00a510000 [6]
> (69.186921) 	p 0x7fd00a551000 [6]
> (69.186981) 	p 0x7fd00a592000 [6]
> (69.187045) 	p 0x7fd00a5d3000 [6]
> (69.187105) 	p 0x7fd00a614000 [6]
> (69.187163) 	p 0x7fd00a655000 [6]
> (69.187224) 	p 0x7fd00a696000 [6]
> (69.187284) 	p 0x7fd00a6d7000 [6]
> (69.187342) 	p 0x7fd00a718000 [6]
> (69.187408) 	p 0x7fd00a759000 [6]
> (69.187466) 	p 0x7fd00a79a000 [6]
> (69.187526) 	p 0x7fd00a7db000 [6]
> (69.187585) 	p 0x7fd00a80a000 [24]
> (69.187811) 	p 0x7fd00a85e000 [6]
> (69.187874) 	p 0x7fd00a89f000 [6]
> (69.187935) 	p 0x7fd00a8e0000 [6]
> (69.187996) 	p 0x7fd00a921000 [6]
> (69.188055) 	p 0x7fd00a962000 [6]
> (69.188115) 	p 0x7fd00a9a3000 [6]
> (69.188177) 	p 0x7fd00a9e4000 [6]
> (69.188238) 	p 0x7fd00aa25000 [6]
> (69.188299) 	p 0x7fd00aa66000 [6]
> (69.188359) 	p 0x7fd00aaa7000 [35]
> (69.188686) 	buf 512/4
> (69.188700) 	p 0x7fd00aaca000 [483]
> (69.193089) 	p 0x7fd00acd7000 [23]
> (69.193338) 	p 0x7fd00ad17000 [1]
> (69.193355) 	p 0x7fd00ad19000 [5]
> (69.193407) 	buf 512/2
> (69.193410) 	p 0x7fd00ad1e000 [17]
> (69.193593) 	p 0x7fd00cd5e000 [495]
> (69.198055) 	buf 512/8
> (69.198067) 	p 0x7fd00cf4d000 [39]
> (69.198445) 	p 0x7fd00cf99000 [28]
> (69.198703) 	p 0x7fd00cfdb000 [27]
> (69.198952) 	p 0x7fd00d031000 [6]
> (69.199012) 	p 0x7fd00d05f000 [25]
> (69.199240) 	p 0x7fd00d0a0000 [25]
> (69.199473) 	p 0x7fd00d2bf000 [2]
> (69.199496) 	p 0x7fd00d4d6000 [360]
> (69.202737) 	buf 512/7
> (69.202745) 	p 0x7fd00d63e000 [154]
> (69.204141) 	p 0x7fd00d8e0000 [1]
> (69.204156) 	p 0x7fd00d8e4000 [62]
> (69.204716) 	p 0x7fd00d925000 [62]
> (69.205276) 	p 0x7fd00d966000 [62]
> (69.205860) 	p 0x7fd00d9a7000 [62]
> (69.206429) 	p 0x7fd00d9e8000 [109]
> (69.207417) page-pipe: Clean up page pipe
> (69.207432) page-pipe: Will grow page pipe (iov off is 2209)
> (69.207437) page-pipe: Add iov to page pipe (0 iovs, 2209/1475266 total)
> (69.207449) Pagemap generated: 465 pages 0 holes
> (69.207454) pagemap-cache: filling VMA 7fd00dc26000-7fd00de26000 (2048K) [l:7fd00dc00000 h:7fd00de00000]
> (69.207601) page-pipe: Will grow page pipe (iov off is 2210)
> (69.207605) page-pipe: Add iov to page pipe (0 iovs, 2210/1475266 total)
> (69.207614) Pagemap generated: 512 pages 0 holes
> (69.207617) pagemap-cache: filling VMA 7fd00de26000-7fd00de29000 (12K) [l:7fd00de00000 h:7fd00e000000]
> (69.207620) pagemap-cache: 	    7fd00de26000-7fd00de29000     nr:1     cov:12288
> (69.207625) pagemap-cache: 	    7fd00de29000-7fd00de67000     nr:2     cov:266240
> (69.207629) pagemap-cache: 	    7fd00de67000-7fd00de83000     nr:3     cov:380928
> (69.207632) pagemap-cache: 	    7fd00de83000-7fd00de8e000     nr:4     cov:425984
> (69.207636) pagemap-cache: 	    7fd00de8e000-7fd00de8f000     nr:5     cov:430080
> (69.207639) pagemap-cache: 	    7fd00de8f000-7fd00df8f000     nr:6     cov:1478656
> (69.207642) pagemap-cache: 	    7fd00df8f000-7fd00df92000     nr:7     cov:1490944
> (69.207646) pagemap-cache: 	    7fd00df92000-7fd00dfd0000     nr:8     cov:1744896
> (69.207649) pagemap-cache: 	    7fd00dfd0000-7fd00dfd3000     nr:9     cov:1757184
> (69.207652) pagemap-cache: 	cache  mode [l:7fd00de26000 h:7fd00e000000]
> (69.207665) Pagemap generated: 0 pages 0 holes
> (69.207669) page-pipe: Add iov to page pipe (1 iovs, 2211/1475266 total)
> (69.207673) page-pipe: Will grow page pipe (iov off is 2212)
> (69.207675) page-pipe: Add iov to page pipe (0 iovs, 2212/1475266 total)
> (69.207679) Pagemap generated: 62 pages 0 holes
> (69.207682) Pagemap generated: 0 pages 0 holes
> (69.207699) page-pipe: Add iov to page pipe (1 iovs, 2213/1475266 total)
> (69.207708) Pagemap generated: 256 pages 0 holes
> (69.207711) Pagemap generated: 0 pages 0 holes
> (69.207714) page-pipe: Add iov to page pipe (2 iovs, 2214/1475266 total)
> (69.207718) Pagemap generated: 62 pages 0 holes
> (69.207721) Pagemap generated: 0 pages 0 holes
> (69.207724) pagemap-cache: filling VMA 7fd00dfd3000-7fd00e011000 (248K) [l:7fd00de00000 h:7fd00e000000]
> (69.207745) page-pipe: Add iov to page pipe (3 iovs, 2215/1475266 total)
> (69.207749) Pagemap generated: 62 pages 0 holes
> (69.207754) pagemap-cache: filling VMA 7fd00e0a5000-7fd00e0b6000 (68K) [l:7fd00e000000 h:7fd00e200000]
> (69.207761) Pagemap generated: 0 pages 0 holes
> (69.207764) pagemap-cache: filling VMA 7fd00e0b6000-7fd00e2b5000 (2044K) [l:7fd00e000000 h:7fd00e200000]
> (69.207818) Pagemap generated: 0 pages 0 holes
> (69.207821) pagemap-cache: filling VMA 7fd00e2b5000-7fd00e2b6000 (4K) [l:7fd00e200000 h:7fd00e400000]
> (69.207830) page-pipe: Add iov to page pipe (4 iovs, 2216/1475266 total)
> (69.207834) Pagemap generated: 1 pages 0 holes
> (69.207837) pagemap-cache: filling VMA 7fd00e2b6000-7fd00e74a000 (4688K) [l:7fd00e200000 h:7fd00e400000]
> (69.207898) page-pipe: Will grow page pipe (iov off is 2217)
> (69.207901) page-pipe: Add iov to page pipe (0 iovs, 2217/1475266 total)
> (69.207914) page-pipe: Will grow page pipe (iov off is 2218)
> (69.207917) page-pipe: Add iov to page pipe (0 iovs, 2218/1475266 total)
> (69.207926) page-pipe: Will grow page pipe (iov off is 2219)
> (69.207929) page-pipe: Add iov to page pipe (0 iovs, 2219/1475266 total)
> (69.207932) Pagemap generated: 1172 pages 0 holes
> (69.207935) pagemap-cache: filling VMA 7fd00e74a000-7fd00e760000 (88K) [l:7fd00e600000 h:7fd00e800000]
> (69.207940) Pagemap generated: 0 pages 0 holes
> (69.207944) pagemap-cache: filling VMA 7fd00e760000-7fd00e960000 (2048K) [l:7fd00e600000 h:7fd00e800000]
> (69.207956) Pagemap generated: 0 pages 0 holes
> (69.207959) pagemap-cache: filling VMA 7fd00e960000-7fd00e961000 (4K) [l:7fd00e800000 h:7fd00ea00000]
> (69.207964) page-pipe: Add iov to page pipe (1 iovs, 2220/1475266 total)
> (69.207968) Pagemap generated: 1 pages 0 holes
> (69.207971) pagemap-cache: filling VMA 7fd00e961000-7fd00e969000 (32K) [l:7fd00e800000 h:7fd00ea00000]
> (69.207976) Pagemap generated: 0 pages 0 holes
> (69.207979) pagemap-cache: filling VMA 7fd00e969000-7fd00eb69000 (2048K) [l:7fd00e800000 h:7fd00ea00000]
> (69.208008) Pagemap generated: 0 pages 0 holes
> (69.208012) pagemap-cache: filling VMA 7fd00eb69000-7fd00eb6a000 (4K) [l:7fd00ea00000 h:7fd00ec00000]
> (69.208018) page-pipe: Add iov to page pipe (2 iovs, 2221/1475266 total)
> (69.208022) Pagemap generated: 1 pages 0 holes
> (69.208025) pagemap-cache: filling VMA 7fd00eb6a000-7fd00eb6d000 (12K) [l:7fd00ea00000 h:7fd00ec00000]
> (69.208031) Pagemap generated: 0 pages 0 holes
> (69.208035) pagemap-cache: filling VMA 7fd00eb6d000-7fd00ebab000 (248K) [l:7fd00ea00000 h:7fd00ec00000]
> (69.208041) page-pipe: Add iov to page pipe (3 iovs, 2222/1475266 total)
> (69.208045) Pagemap generated: 62 pages 0 holes
> (69.208048) pagemap-cache: filling VMA 7fd00ebab000-7fd00ebae000 (12K) [l:7fd00ea00000 h:7fd00ec00000]
> (69.208054) Pagemap generated: 0 pages 0 holes
> (69.208057) pagemap-cache: filling VMA 7fd00ebae000-7fd00ecac000 (1016K) [l:7fd00ea00000 h:7fd00ec00000]
> (69.208131) page-pipe: Add iov to page pipe (4 iovs, 2223/1475266 total)
> (69.208138) Pagemap generated: 254 pages 0 holes
> (69.208141) pagemap-cache: filling VMA 7fd00ecac000-7fd00ecaf000 (12K) [l:7fd00ec00000 h:7fd00ee00000]
> (69.208150) Pagemap generated: 0 pages 0 holes
> (69.208153) pagemap-cache: filling VMA 7fd00ecaf000-7fd00edad000 (1016K) [l:7fd00ec00000 h:7fd00ee00000]
> (69.208163) page-pipe: Add iov to page pipe (5 iovs, 2224/1475266 total)
> (69.208169) page-pipe: Will grow page pipe (iov off is 2225)
> (69.208171) page-pipe: Add iov to page pipe (0 iovs, 2225/1475266 total)
> (69.208176) Pagemap generated: 254 pages 0 holes
> (69.208179) pagemap-cache: filling VMA 7fd00edad000-7fd00edb0000 (12K) [l:7fd00ec00000 h:7fd00ee00000]
> (69.208184) Pagemap generated: 0 pages 0 holes
> (69.208196) pagemap-cache: filling VMA 7fd00edb0000-7fd00eeae000 (1016K) [l:7fd00ec00000 h:7fd00ee00000]
> (69.208268) page-pipe: Add iov to page pipe (1 iovs, 2226/1475266 total)
> (69.208275) Pagemap generated: 254 pages 0 holes
> (69.208278) pagemap-cache: filling VMA 7fd00eeae000-7fd00eeb1000 (12K) [l:7fd00ee00000 h:7fd00f000000]
> (69.208287) Pagemap generated: 0 pages 0 holes
> (69.208291) pagemap-cache: filling VMA 7fd00eeb1000-7fd00efaf000 (1016K) [l:7fd00ee00000 h:7fd00f000000]
> (69.208301) page-pipe: Add iov to page pipe (2 iovs, 2227/1475266 total)
> (69.208306) page-pipe: Will grow page pipe (iov off is 2228)
> (69.208309) page-pipe: Add iov to page pipe (0 iovs, 2228/1475266 total)
> (69.208313) Pagemap generated: 254 pages 0 holes
> (69.208316) pagemap-cache: filling VMA 7fd00efbd000-7fd00efc0000 (12K) [l:7fd00ee00000 h:7fd00f000000]
> (69.208322) Pagemap generated: 0 pages 0 holes
> (69.208325) pagemap-cache: filling VMA 7fd00efc0000-7fd00effe000 (248K) [l:7fd00ee00000 h:7fd00f000000]
> (69.208330) page-pipe: Add iov to page pipe (1 iovs, 2229/1475266 total)
> (69.208334) Pagemap generated: 62 pages 0 holes
> (69.208337) pagemap-cache: filling VMA 7fd00effe000-7fd00f001000 (12K) [l:7fd00ee00000 h:7fd00f000000]
> (69.208403) Pagemap generated: 0 pages 0 holes
> (69.208407) pagemap-cache: filling VMA 7fd00f001000-7fd00f03f000 (248K) [l:7fd00f000000 h:7fd00f200000]
> (69.208410) pagemap-cache: 	    7fd00f001000-7fd00f03f000     nr:1     cov:253952
> (69.208413) pagemap-cache: 	    7fd00f03f000-7fd00f042000     nr:2     cov:266240
> (69.208417) pagemap-cache: 	    7fd00f042000-7fd00f080000     nr:3     cov:520192
> (69.208420) pagemap-cache: 	    7fd00f080000-7fd00f083000     nr:4     cov:532480
> (69.208423) pagemap-cache: 	    7fd00f083000-7fd00f0c1000     nr:5     cov:786432
> (69.208426) pagemap-cache: 	    7fd00f0c1000-7fd00f0c2000     nr:6     cov:790528
> (69.208429) pagemap-cache: 	    7fd00f0c2000-7fd00f1c2000     nr:7     cov:1839104
> (69.208433) pagemap-cache: 	cache  mode [l:7fd00f001000 h:7fd00f200000]
> (69.208446) page-pipe: Add iov to page pipe (2 iovs, 2230/1475266 total)
> (69.208450) Pagemap generated: 62 pages 0 holes
> (69.208453) Pagemap generated: 0 pages 0 holes
> (69.208456) page-pipe: Add iov to page pipe (3 iovs, 2231/1475266 total)
> (69.208459) Pagemap generated: 62 pages 0 holes
> (69.208462) Pagemap generated: 0 pages 0 holes
> (69.208465) page-pipe: Add iov to page pipe (4 iovs, 2232/1475266 total)
> (69.208468) Pagemap generated: 62 pages 0 holes
> (69.208471) Pagemap generated: 0 pages 0 holes
> (69.208474) page-pipe: Add iov to page pipe (5 iovs, 2233/1475266 total)
> (69.208480) page-pipe: Will grow page pipe (iov off is 2234)
> (69.208484) page-pipe: Page pipe:
> (69.208486) page-pipe: * 8 pipes 2234/1475266 iovs:
> (69.208489) page-pipe: 	buf 512 pages, 1 iovs:
> (69.208492) page-pipe: 		0x7fd00da55000 512
> (69.208495) page-pipe: 	buf 512 pages, 2 iovs:
> (69.208498) page-pipe: 		0x7fd00dc55000 465
> (69.208500) page-pipe: 		0x7fd00de29000 47
> (69.208503) page-pipe: 	buf 512 pages, 5 iovs:
> (69.208506) page-pipe: 		0x7fd00de58000 15
> (69.208509) page-pipe: 		0x7fd00de8f000 256
> (69.208511) page-pipe: 		0x7fd00df92000 62
> (69.208514) page-pipe: 		0x7fd00dfd3000 62
> (69.208516) page-pipe: 		0x7fd00e2b5000 117
> (69.208519) page-pipe: 	buf 512 pages, 1 iovs:
> (69.208522) page-pipe: 		0x7fd00e32a000 512
> (69.208524) page-pipe: 	buf 512 pages, 1 iovs:
> (69.208527) page-pipe: 		0x7fd00e52a000 512
> (69.208530) page-pipe: 	buf 512 pages, 6 iovs:
> (69.208532) page-pipe: 		0x7fd00e72a000 32
> (69.208535) page-pipe: 		0x7fd00e960000 1
> (69.208538) page-pipe: 		0x7fd00eb69000 1
> (69.208540) page-pipe: 		0x7fd00eb6d000 62
> (69.208543) page-pipe: 		0x7fd00ebae000 254
> (69.208546) page-pipe: 		0x7fd00ecaf000 162
> (69.208548) page-pipe: 	buf 512 pages, 3 iovs:
> (69.208551) page-pipe: 		0x7fd00ed51000 92
> (69.208554) page-pipe: 		0x7fd00edb0000 254
> (69.208556) page-pipe: 		0x7fd00eeb1000 166
> (69.208559) page-pipe: 	buf 512 pages, 6 iovs:
> (69.208562) page-pipe: 		0x7fd00ef57000 88
> (69.208564) page-pipe: 		0x7fd00efc0000 62
> (69.208567) page-pipe: 		0x7fd00f001000 62
> (69.208578) page-pipe: 		0x7fd00f042000 62
> (69.208581) page-pipe: 		0x7fd00f083000 62
> (69.208584) page-pipe: 		0x7fd00f0c2000 176
> (69.208587) page-pipe: * 0 holes:
> (69.208589) PPB: 512 pages 1 segs 512 pipe 2209 off
> (69.208610) Sent msg to daemon 8 0 0
> (69.208622) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.208740) Fetched ack: 8 8 0
> (69.208746) PPB: 512 pages 2 segs 512 pipe 2210 off
> (69.208754) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.208760) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.208799) Fetched ack: 8 8 0
> (69.208805) PPB: 512 pages 5 segs 512 pipe 2212 off
> (69.208812) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.208818) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.208858) Fetched ack: 8 8 0
> (69.208864) PPB: 512 pages 1 segs 512 pipe 2217 off
> (69.208871) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.208877) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.208916) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.208921) PPB: 512 pages 1 segs 512 pipe 2218 off
> (69.208929) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.208935) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.208975) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.208980) PPB: 512 pages 6 segs 512 pipe 2219 off
> (69.208988) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.208994) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.209034) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.209038) PPB: 512 pages 3 segs 512 pipe 2225 off
> (69.209047) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.209053) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.209092) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.209097) PPB: 512 pages 6 segs 512 pipe 2228 off
> (69.209105) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.209111) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.209150) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.209155) Transfering pages:
> (69.209159) 	buf 512/1
> (69.209162) 	p 0x7fd00da55000 [512]
> (69.213787) 	buf 512/2
> (69.213799) 	p 0x7fd00dc55000 [465]
> (69.218028) 	p 0x7fd00de29000 [47]
> (69.218461) 	buf 512/5
> (69.218465) 	p 0x7fd00de58000 [15]
> (69.218626) 	p 0x7fd00de8f000 [256]
> (69.220924) 	p 0x7fd00df92000 [62]
> (69.221495) 	p 0x7fd00dfd3000 [62]
> (69.222159) 	p 0x7fd00e2b5000 [117]
> (69.223277) 	buf 512/1
> (69.223281) 	p 0x7fd00e32a000 [512]
> (69.228031) 	buf 512/1
> (69.228044) 	p 0x7fd00e52a000 [512]
> (69.232730) 	buf 512/6
> (69.232741) 	p 0x7fd00e72a000 [32]
> (69.233041) 	p 0x7fd00e960000 [1]
> (69.233056) 	p 0x7fd00eb69000 [1]
> (69.233070) 	p 0x7fd00eb6d000 [62]
> (69.233648) 	p 0x7fd00ebae000 [254]
> (69.235934) 	p 0x7fd00ecaf000 [162]
> (69.237402) 	buf 512/3
> (69.237407) 	p 0x7fd00ed51000 [92]
> (69.238254) 	p 0x7fd00edb0000 [254]
> (69.240539) 	p 0x7fd00eeb1000 [166]
> (69.242054) 	buf 512/6
> (69.242059) 	p 0x7fd00ef57000 [88]
> (69.242862) 	p 0x7fd00efc0000 [62]
> (69.243424) 	p 0x7fd00f001000 [62]
> (69.243985) 	p 0x7fd00f042000 [62]
> (69.244544) 	p 0x7fd00f083000 [62]
> (69.245104) 	p 0x7fd00f0c2000 [176]
> (69.246696) page-pipe: Clean up page pipe
> (69.246714) page-pipe: Will grow page pipe (iov off is 2234)
> (69.246719) page-pipe: Add iov to page pipe (0 iovs, 2234/1475266 total)
> (69.246724) Pagemap generated: 80 pages 0 holes
> (69.246728) pagemap-cache: filling VMA 7fd00f39a000-7fd010397000 (16372K) [l:7fd00f200000 h:7fd00f400000]
> (69.247046) page-pipe: Add iov to page pipe (1 iovs, 2235/1475266 total)
> (69.247056) page-pipe: Will grow page pipe (iov off is 2236)
> (69.247059) page-pipe: Add iov to page pipe (0 iovs, 2236/1475266 total)
> (69.247068) page-pipe: Will grow page pipe (iov off is 2237)
> (69.247070) page-pipe: Add iov to page pipe (0 iovs, 2237/1475266 total)
> (69.247083) page-pipe: Will grow page pipe (iov off is 2238)
> (69.247086) page-pipe: Add iov to page pipe (0 iovs, 2238/1475266 total)
> (69.247095) page-pipe: Will grow page pipe (iov off is 2239)
> (69.247113) page-pipe: Add iov to page pipe (0 iovs, 2239/1475266 total)
> (69.247123) page-pipe: Will grow page pipe (iov off is 2240)
> (69.247126) page-pipe: Add iov to page pipe (0 iovs, 2240/1475266 total)
> (69.247135) page-pipe: Will grow page pipe (iov off is 2241)
> (69.247138) page-pipe: Add iov to page pipe (0 iovs, 2241/1475266 total)
> (69.247151) page-pipe: Will grow page pipe (iov off is 2242)
> (69.247154) page-pipe: Add iov to page pipe (0 iovs, 2242/1475266 total)
> (69.247163) page-pipe: Will grow page pipe (iov off is 2243)
> (69.247166) page-pipe: Page pipe:
> (69.247169) page-pipe: * 8 pipes 2243/1475266 iovs:
> (69.247172) page-pipe: 	buf 512 pages, 2 iovs:
> (69.247175) page-pipe: 		0x7fd00f172000 80
> (69.247178) page-pipe: 		0x7fd00f39a000 432
> (69.247181) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247184) page-pipe: 		0x7fd00f54a000 512
> (69.247186) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247189) page-pipe: 		0x7fd00f74a000 512
> (69.247192) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247195) page-pipe: 		0x7fd00f94a000 512
> (69.247197) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247200) page-pipe: 		0x7fd00fb4a000 512
> (69.247203) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247206) page-pipe: 		0x7fd00fd4a000 512
> (69.247208) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247211) page-pipe: 		0x7fd00ff4a000 512
> (69.247214) page-pipe: 	buf 512 pages, 1 iovs:
> (69.247217) page-pipe: 		0x7fd01014a000 512
> (69.247219) page-pipe: * 0 holes:
> (69.247222) PPB: 512 pages 2 segs 512 pipe 2234 off
> (69.247242) Sent msg to daemon 8 0 0
> (69.247255) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.247337) Fetched ack: 8 8 0
> (69.247342) PPB: 512 pages 1 segs 512 pipe 2236 off
> (69.247351) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247357) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.247397) Fetched ack: 8 8 0
> (69.247403) PPB: 512 pages 1 segs 512 pipe 2237 off
> (69.247410) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247416) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.247457) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.247462) PPB: 512 pages 1 segs 512 pipe 2238 off
> (69.247471) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247477) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.247516) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.247521) PPB: 512 pages 1 segs 512 pipe 2239 off
> (69.247529) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247535) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.247575) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.247579) PPB: 512 pages 1 segs 512 pipe 2240 off
> (69.247588) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247594) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.247633) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.247638) PPB: 512 pages 1 segs 512 pipe 2241 off
> (69.247646) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247652) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.247691) Fetched ack: 8 8 0
> (69.247698) PPB: 512 pages 1 segs 512 pipe 2242 off
> (69.247704) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.247710) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.247749) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.247754) Transfering pages:
> (69.247759) 	buf 512/2
> (69.247761) 	p 0x7fd00f172000 [80]
> (69.248493) 	p 0x7fd00f39a000 [432]
> (69.252378) 	buf 512/1
> (69.252386) 	p 0x7fd00f54a000 [512]
> (69.257056) 	buf 512/1
> (69.257067) 	p 0x7fd00f74a000 [512]
> (69.261729) 	buf 512/1
> (69.261742) 	p 0x7fd00f94a000 [512]
> (69.266565) 	buf 512/1
> (69.266580) 	p 0x7fd00fb4a000 [512]
> (69.271276) 	buf 512/1
> (69.271291) 	p 0x7fd00fd4a000 [512]
> (69.275924) 	buf 512/1
> (69.275936) 	p 0x7fd00ff4a000 [512]
> (69.280570) 	buf 512/1
> (69.280582) 	p 0x7fd01014a000 [512]
> (69.285228) page-pipe: Clean up page pipe
> (69.285241) page-pipe: Will grow page pipe (iov off is 2243)
> (69.285246) page-pipe: Add iov to page pipe (0 iovs, 2243/1475266 total)
> (69.285266) Pagemap generated: 77 pages 0 holes
> (69.285271) pagemap-cache: filling VMA 7fd010397000-7fd0105c7000 (2240K) [l:7fd010200000 h:7fd010400000]
> (69.285397) page-pipe: Will grow page pipe (iov off is 2244)
> (69.285403) page-pipe: Add iov to page pipe (0 iovs, 2244/1475266 total)
> (69.285407) Pagemap generated: 560 pages 0 holes
> (69.285410) pagemap-cache: filling VMA 7fd0105c7000-7fd0105c8000 (4K) [l:7fd010400000 h:7fd010600000]
> (69.285416) Pagemap generated: 0 pages 0 holes
> (69.285419) pagemap-cache: filling VMA 7fd0105c8000-7fd014000000 (59616K) [l:7fd010400000 h:7fd010600000]
> (69.285785) page-pipe: Add iov to page pipe (1 iovs, 2245/1475266 total)
> (69.285796) page-pipe: Will grow page pipe (iov off is 2246)
> (69.285799) page-pipe: Add iov to page pipe (0 iovs, 2246/1475266 total)
> (69.285808) page-pipe: Will grow page pipe (iov off is 2247)
> (69.285811) page-pipe: Add iov to page pipe (0 iovs, 2247/1475266 total)
> (69.285820) page-pipe: Will grow page pipe (iov off is 2248)
> (69.285823) page-pipe: Add iov to page pipe (0 iovs, 2248/1475266 total)
> (69.285832) page-pipe: Will grow page pipe (iov off is 2249)
> (69.285834) page-pipe: Add iov to page pipe (0 iovs, 2249/1475266 total)
> (69.285847) page-pipe: Will grow page pipe (iov off is 2250)
> (69.285850) page-pipe: Add iov to page pipe (0 iovs, 2250/1475266 total)
> (69.285859) page-pipe: Will grow page pipe (iov off is 2251)
> (69.285862) page-pipe: Add iov to page pipe (0 iovs, 2251/1475266 total)
> (69.285871) page-pipe: Will grow page pipe (iov off is 2252)
> (69.285874) page-pipe: Page pipe:
> (69.285877) page-pipe: * 8 pipes 2252/1475266 iovs:
> (69.285880) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285882) page-pipe: 		0x7fd01034a000 512
> (69.285885) page-pipe: 	buf 512 pages, 2 iovs:
> (69.285888) page-pipe: 		0x7fd01054a000 125
> (69.285891) page-pipe: 		0x7fd0105c8000 387
> (69.285894) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285896) page-pipe: 		0x7fd01074b000 512
> (69.285899) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285902) page-pipe: 		0x7fd01094b000 512
> (69.285904) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285907) page-pipe: 		0x7fd010b4b000 512
> (69.285910) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285912) page-pipe: 		0x7fd010d4b000 512
> (69.285915) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285918) page-pipe: 		0x7fd010f4b000 512
> (69.285921) page-pipe: 	buf 512 pages, 1 iovs:
> (69.285923) page-pipe: 		0x7fd01114b000 512
> (69.285926) page-pipe: * 0 holes:
> (69.285929) PPB: 512 pages 1 segs 512 pipe 2243 off
> (69.285948) Sent msg to daemon 8 0 0
> (69.285960) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.286033) Fetched ack: 8 8 0
> (69.286039) PPB: 512 pages 2 segs 512 pipe 2244 off
> (69.286046) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286052) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.286093) Fetched ack: 8 8 0
> (69.286099) PPB: 512 pages 1 segs 512 pipe 2246 off
> (69.286106) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286112) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.286151) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.286156) PPB: 512 pages 1 segs 512 pipe 2247 off
> (69.286165) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286170) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.286209) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.286214) PPB: 512 pages 1 segs 512 pipe 2248 off
> (69.286223) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286228) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.286267) Fetched ack: 8 8 0
> (69.286273) PPB: 512 pages 1 segs 512 pipe 2249 off
> (69.286280) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286286) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.286326) Fetched ack: 8 8 0
> (69.286332) PPB: 512 pages 1 segs 512 pipe 2250 off
> (69.286339) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286345) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.286385) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.286403) PPB: 512 pages 1 segs 512 pipe 2251 off
> (69.286412) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.286418) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.286456) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.286461) Transfering pages:
> (69.286465) 	buf 512/1
> (69.286468) 	p 0x7fd01034a000 [512]
> (69.297300) 	buf 512/2
> (69.297314) 	p 0x7fd01054a000 [125]
> (69.298458) 	p 0x7fd0105c8000 [387]
> (69.313304) 	buf 512/1
> (69.313319) 	p 0x7fd01074b000 [512]
> (69.329303) 	buf 512/1
> (69.329320) 	p 0x7fd01094b000 [512]
> (69.345296) 	buf 512/1
> (69.345310) 	p 0x7fd010b4b000 [512]
> (69.361304) 	buf 512/1
> (69.361323) 	p 0x7fd010d4b000 [512]
> (69.377301) 	buf 512/1
> (69.377323) 	p 0x7fd010f4b000 [512]
> (69.393303) 	buf 512/1
> (69.393320) 	p 0x7fd01114b000 [512]
> (69.409301) page-pipe: Clean up page pipe
> (69.409316) page-pipe: Will grow page pipe (iov off is 2252)
> (69.409322) page-pipe: Add iov to page pipe (0 iovs, 2252/1475266 total)
> (69.409334) page-pipe: Will grow page pipe (iov off is 2253)
> (69.409338) page-pipe: Add iov to page pipe (0 iovs, 2253/1475266 total)
> (69.409358) page-pipe: Will grow page pipe (iov off is 2254)
> (69.409361) page-pipe: Add iov to page pipe (0 iovs, 2254/1475266 total)
> (69.409371) page-pipe: Will grow page pipe (iov off is 2255)
> (69.409373) page-pipe: Add iov to page pipe (0 iovs, 2255/1475266 total)
> (69.409383) page-pipe: Will grow page pipe (iov off is 2256)
> (69.409385) page-pipe: Add iov to page pipe (0 iovs, 2256/1475266 total)
> (69.409395) page-pipe: Will grow page pipe (iov off is 2257)
> (69.409397) page-pipe: Add iov to page pipe (0 iovs, 2257/1475266 total)
> (69.409410) page-pipe: Will grow page pipe (iov off is 2258)
> (69.409413) page-pipe: Add iov to page pipe (0 iovs, 2258/1475266 total)
> (69.409422) page-pipe: Will grow page pipe (iov off is 2259)
> (69.409425) page-pipe: Add iov to page pipe (0 iovs, 2259/1475266 total)
> (69.409434) page-pipe: Will grow page pipe (iov off is 2260)
> (69.409438) page-pipe: Page pipe:
> (69.409440) page-pipe: * 8 pipes 2260/1475266 iovs:
> (69.409444) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409446) page-pipe: 		0x7fd01134b000 512
> (69.409450) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409453) page-pipe: 		0x7fd01154b000 512
> (69.409456) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409458) page-pipe: 		0x7fd01174b000 512
> (69.409461) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409464) page-pipe: 		0x7fd01194b000 512
> (69.409467) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409470) page-pipe: 		0x7fd011b4b000 512
> (69.409472) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409475) page-pipe: 		0x7fd011d4b000 512
> (69.409478) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409480) page-pipe: 		0x7fd011f4b000 512
> (69.409483) page-pipe: 	buf 512 pages, 1 iovs:
> (69.409486) page-pipe: 		0x7fd01214b000 512
> (69.409489) page-pipe: * 0 holes:
> (69.409492) PPB: 512 pages 1 segs 512 pipe 2252 off
> (69.409511) Sent msg to daemon 8 0 0
> (69.409524) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409586) Fetched ack: 8 8 0
> (69.409591) PPB: 512 pages 1 segs 512 pipe 2253 off
> (69.409598) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409604) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409643) Fetched ack: 8 8 0
> (69.409649) PPB: 512 pages 1 segs 512 pipe 2254 off
> (69.409656) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409662) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409701) Fetched ack: 8 8 0
> (69.409707) PPB: 512 pages 1 segs 512 pipe 2255 off
> (69.409713) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409719) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409758) Fetched ack: 8 8 0
> (69.409765) PPB: 512 pages 1 segs 512 pipe 2256 off
> (69.409771) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409777) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409817) Fetched ack: 8 8 0
> (69.409839) PPB: 512 pages 1 segs 512 pipe 2257 off
> (69.409847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409853) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409892) Fetched ack: 8 8 0
> (69.409897) PPB: 512 pages 1 segs 512 pipe 2258 off
> (69.409904) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409909) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.409948) Fetched ack: 8 8 0
> (69.409954) PPB: 512 pages 1 segs 512 pipe 2259 off
> (69.409960) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.409966) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.410004) Fetched ack: 8 8 0
> (69.410011) Transfering pages:
> (69.410013) 	buf 512/1
> (69.410016) 	p 0x7fd01134b000 [512]
> (69.425303) 	buf 512/1
> (69.425320) 	p 0x7fd01154b000 [512]
> (69.441303) 	buf 512/1
> (69.441317) 	p 0x7fd01174b000 [512]
> (69.461302) 	buf 512/1
> (69.461321) 	p 0x7fd01194b000 [512]
> (69.481302) 	buf 512/1
> (69.481320) 	p 0x7fd011b4b000 [512]
> (69.501302) 	buf 512/1
> (69.501319) 	p 0x7fd011d4b000 [512]
> (69.521303) 	buf 512/1
> (69.521317) 	p 0x7fd011f4b000 [512]
> (69.541307) 	buf 512/1
> (69.541323) 	p 0x7fd01214b000 [512]
> (69.565301) page-pipe: Clean up page pipe
> (69.565317) page-pipe: Will grow page pipe (iov off is 2260)
> (69.565322) page-pipe: Add iov to page pipe (0 iovs, 2260/1475266 total)
> (69.565334) page-pipe: Will grow page pipe (iov off is 2261)
> (69.565338) page-pipe: Add iov to page pipe (0 iovs, 2261/1475266 total)
> (69.565445) page-pipe: Will grow page pipe (iov off is 2262)
> (69.565448) page-pipe: Add iov to page pipe (0 iovs, 2262/1475266 total)
> (69.565458) page-pipe: Will grow page pipe (iov off is 2263)
> (69.565461) page-pipe: Add iov to page pipe (0 iovs, 2263/1475266 total)
> (69.565470) page-pipe: Will grow page pipe (iov off is 2264)
> (69.565473) page-pipe: Add iov to page pipe (0 iovs, 2264/1475266 total)
> (69.565482) page-pipe: Will grow page pipe (iov off is 2265)
> (69.565485) page-pipe: Add iov to page pipe (0 iovs, 2265/1475266 total)
> (69.565498) page-pipe: Will grow page pipe (iov off is 2266)
> (69.565500) page-pipe: Add iov to page pipe (0 iovs, 2266/1475266 total)
> (69.565510) page-pipe: Will grow page pipe (iov off is 2267)
> (69.565512) page-pipe: Add iov to page pipe (0 iovs, 2267/1475266 total)
> (69.565522) page-pipe: Will grow page pipe (iov off is 2268)
> (69.565525) page-pipe: Page pipe:
> (69.565528) page-pipe: * 8 pipes 2268/1475266 iovs:
> (69.565531) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565534) page-pipe: 		0x7fd01234b000 512
> (69.565537) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565540) page-pipe: 		0x7fd01254b000 512
> (69.565543) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565545) page-pipe: 		0x7fd01274b000 512
> (69.565548) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565551) page-pipe: 		0x7fd01294b000 512
> (69.565553) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565556) page-pipe: 		0x7fd012b4b000 512
> (69.565559) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565562) page-pipe: 		0x7fd012d4b000 512
> (69.565564) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565567) page-pipe: 		0x7fd012f4b000 512
> (69.565570) page-pipe: 	buf 512 pages, 1 iovs:
> (69.565572) page-pipe: 		0x7fd01314b000 512
> (69.565575) page-pipe: * 0 holes:
> (69.565578) PPB: 512 pages 1 segs 512 pipe 2260 off
> (69.565597) Sent msg to daemon 8 0 0
> (69.565611) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.565669) Fetched ack: 8 8 0
> (69.565674) PPB: 512 pages 1 segs 512 pipe 2261 off
> (69.565681) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.565688) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.565731) Fetched ack: 8 8 0
> (69.565737) PPB: 512 pages 1 segs 512 pipe 2262 off
> (69.565744) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.565750) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.565788) Fetched ack: 8 8 0
> (69.565794) PPB: 512 pages 1 segs 512 pipe 2263 off
> (69.565800) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.565823) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.565861) Fetched ack: 8 8 0
> (69.565867) PPB: 512 pages 1 segs 512 pipe 2264 off
> (69.565874) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.565880) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.565921) Fetched ack: 8 8 0
> (69.565927) PPB: 512 pages 1 segs 512 pipe 2265 off
> (69.565933) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.565939) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.565979) Fetched ack: 8 8 0
> (69.565985) PPB: 512 pages 1 segs 512 pipe 2266 off
> (69.565992) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.565998) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.566036) Fetched ack: 8 8 0
> (69.566042) PPB: 512 pages 1 segs 512 pipe 2267 off
> (69.566049) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.566055) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.566092) Fetched ack: 8 8 0
> (69.566098) Transfering pages:
> (69.566101) 	buf 512/1
> (69.566104) 	p 0x7fd01234b000 [512]
> (69.589308) 	buf 512/1
> (69.589323) 	p 0x7fd01254b000 [512]
> (69.613305) 	buf 512/1
> (69.613319) 	p 0x7fd01274b000 [512]
> (69.637303) 	buf 512/1
> (69.637322) 	p 0x7fd01294b000 [512]
> (69.661301) 	buf 512/1
> (69.661316) 	p 0x7fd012b4b000 [512]
> (69.685302) 	buf 512/1
> (69.685322) 	p 0x7fd012d4b000 [512]
> (69.709304) 	buf 512/1
> (69.709326) 	p 0x7fd012f4b000 [512]
> (69.733303) 	buf 512/1
> (69.733320) 	p 0x7fd01314b000 [512]
> (69.757301) page-pipe: Clean up page pipe
> (69.757318) page-pipe: Will grow page pipe (iov off is 2268)
> (69.757323) page-pipe: Add iov to page pipe (0 iovs, 2268/1475266 total)
> (69.757335) page-pipe: Will grow page pipe (iov off is 2269)
> (69.757339) page-pipe: Add iov to page pipe (0 iovs, 2269/1475266 total)
> (69.757360) page-pipe: Will grow page pipe (iov off is 2270)
> (69.757362) page-pipe: Add iov to page pipe (0 iovs, 2270/1475266 total)
> (69.757372) page-pipe: Will grow page pipe (iov off is 2271)
> (69.757375) page-pipe: Add iov to page pipe (0 iovs, 2271/1475266 total)
> (69.757384) page-pipe: Will grow page pipe (iov off is 2272)
> (69.757387) page-pipe: Add iov to page pipe (0 iovs, 2272/1475266 total)
> (69.757396) page-pipe: Will grow page pipe (iov off is 2273)
> (69.757399) page-pipe: Add iov to page pipe (0 iovs, 2273/1475266 total)
> (69.757412) page-pipe: Will grow page pipe (iov off is 2274)
> (69.757415) page-pipe: Add iov to page pipe (0 iovs, 2274/1475266 total)
> (69.757421) Pagemap generated: 3253 pages 0 holes
> (69.757425) pagemap-cache: filling VMA 7fd014000000-7fd014cfc000 (13296K) [l:7fd014000000 h:7fd014200000]
> (69.757879) page-pipe: Will grow page pipe (iov off is 2275)
> (69.757882) page-pipe: Add iov to page pipe (0 iovs, 2275/1475266 total)
> (69.757892) page-pipe: Will grow page pipe (iov off is 2276)
> (69.757895) page-pipe: Page pipe:
> (69.757898) page-pipe: * 8 pipes 2276/1475266 iovs:
> (69.757901) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757904) page-pipe: 		0x7fd01334b000 512
> (69.757907) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757910) page-pipe: 		0x7fd01354b000 512
> (69.757912) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757915) page-pipe: 		0x7fd01374b000 512
> (69.757918) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757921) page-pipe: 		0x7fd01394b000 512
> (69.757923) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757926) page-pipe: 		0x7fd013b4b000 512
> (69.757929) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757932) page-pipe: 		0x7fd013d4b000 512
> (69.757934) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757937) page-pipe: 		0x7fd013f4b000 512
> (69.757940) page-pipe: 	buf 512 pages, 1 iovs:
> (69.757943) page-pipe: 		0x7fd01414b000 512
> (69.757945) page-pipe: * 0 holes:
> (69.757948) PPB: 512 pages 1 segs 512 pipe 2268 off
> (69.757967) Sent msg to daemon 8 0 0
> (69.757981) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758043) Fetched ack: 8 8 0
> (69.758049) PPB: 512 pages 1 segs 512 pipe 2269 off
> (69.758075) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758082) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758120) Fetched ack: 8 8 0
> (69.758126) PPB: 512 pages 1 segs 512 pipe 2270 off
> (69.758133) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758139) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758177) Fetched ack: 8 8 0
> (69.758183) PPB: 512 pages 1 segs 512 pipe 2271 off
> (69.758190) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758196) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758234) Fetched ack: 8 8 0
> (69.758240) PPB: 512 pages 1 segs 512 pipe 2272 off
> (69.758247) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758253) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758292) Fetched ack: 8 8 0
> (69.758298) PPB: 512 pages 1 segs 512 pipe 2273 off
> (69.758305) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758311) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758350) Fetched ack: 8 8 0
> (69.758356) PPB: 512 pages 1 segs 512 pipe 2274 off
> (69.758362) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758368) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758409) Fetched ack: 8 8 0
> (69.758415) PPB: 512 pages 1 segs 512 pipe 2275 off
> (69.758421) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.758427) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.758466) Fetched ack: 8 8 0
> (69.758472) Transfering pages:
> (69.758475) 	buf 512/1
> (69.758477) 	p 0x7fd01334b000 [512]
> (69.781304) 	buf 512/1
> (69.781322) 	p 0x7fd01354b000 [512]
> (69.805301) 	buf 512/1
> (69.805317) 	p 0x7fd01374b000 [512]
> (69.829302) 	buf 512/1
> (69.829320) 	p 0x7fd01394b000 [512]
> (69.853303) 	buf 512/1
> (69.853321) 	p 0x7fd013b4b000 [512]
> (69.877301) 	buf 512/1
> (69.877317) 	p 0x7fd013d4b000 [512]
> (69.901300) 	buf 512/1
> (69.901317) 	p 0x7fd013f4b000 [512]
> (69.925297) 	buf 512/1
> (69.925314) 	p 0x7fd01414b000 [512]
> (69.949303) page-pipe: Clean up page pipe
> (69.949320) page-pipe: Will grow page pipe (iov off is 2276)
> (69.949326) page-pipe: Add iov to page pipe (0 iovs, 2276/1475266 total)
> (69.949338) page-pipe: Will grow page pipe (iov off is 2277)
> (69.949342) page-pipe: Add iov to page pipe (0 iovs, 2277/1475266 total)
> (69.949361) page-pipe: Will grow page pipe (iov off is 2278)
> (69.949364) page-pipe: Add iov to page pipe (0 iovs, 2278/1475266 total)
> (69.949373) page-pipe: Will grow page pipe (iov off is 2279)
> (69.949376) page-pipe: Add iov to page pipe (0 iovs, 2279/1475266 total)
> (69.949385) page-pipe: Will grow page pipe (iov off is 2280)
> (69.949388) page-pipe: Add iov to page pipe (0 iovs, 2280/1475266 total)
> (69.949394) page-pipe: Add iov to page pipe (1 iovs, 2281/1475266 total)
> (69.949397) page-pipe: Add iov to page pipe (2 iovs, 2282/1475266 total)
> (69.949402) Pagemap generated: 2437 pages 0 holes
> (69.949406) pagemap-cache: filling VMA 7fd014cfc000-7fd018000000 (52240K) [l:7fd014c00000 h:7fd014e00000]
> (69.949522) Pagemap generated: 0 pages 0 holes
> (69.949526) pagemap-cache: filling VMA 7fd018000000-7fd018001000 (4K) [l:7fd018000000 h:7fd018200000]
> (69.949529) pagemap-cache: 	    7fd018000000-7fd018001000     nr:1     cov:4096
> (69.949535) pagemap-cache: 	    7fd018001000-7fd018003000     nr:2     cov:12288
> (69.949538) pagemap-cache: 	    7fd018003000-7fd018006000     nr:3     cov:24576
> (69.949542) pagemap-cache: 	    7fd018006000-7fd018008000     nr:4     cov:32768
> (69.949545) pagemap-cache: 	    7fd018008000-7fd018032000     nr:5     cov:204800
> (69.949549) pagemap-cache: 	    7fd018032000-7fd0181d2000     nr:6     cov:1908736
> (69.949552) pagemap-cache: 	    7fd0181d2000-7fd0181d3000     nr:7     cov:1912832
> (69.949555) pagemap-cache: 	cache  mode [l:7fd018000000 h:7fd018200000]
> (69.949627) page-pipe: Add iov to page pipe (3 iovs, 2283/1475266 total)
> (69.949631) Pagemap generated: 1 pages 0 holes
> (69.949649) page-pipe: Add iov to page pipe (4 iovs, 2284/1475266 total)
> (69.949655) page-pipe: Will grow page pipe (iov off is 2285)
> (69.949657) page-pipe: Add iov to page pipe (0 iovs, 2285/1475266 total)
> (69.949666) Pagemap generated: 416 pages 0 holes
> (69.949669) Pagemap generated: 0 pages 0 holes
> (69.949672) pagemap-cache: filling VMA 7fd0181d3000-7fd0182d3000 (1024K) [l:7fd018000000 h:7fd018200000]
> (69.949741) page-pipe: Add iov to page pipe (1 iovs, 2286/1475266 total)
> (69.949747) page-pipe: Will grow page pipe (iov off is 2287)
> (69.949750) page-pipe: Add iov to page pipe (0 iovs, 2287/1475266 total)
> (69.949754) Pagemap generated: 256 pages 0 holes
> (69.949756) pagemap-cache: filling VMA 7fd0182d3000-7fd0182d4000 (4K) [l:7fd018200000 h:7fd018400000]
> (69.949765) Pagemap generated: 0 pages 0 holes
> (69.949769) pagemap-cache: filling VMA 7fd0182d4000-7fd01b9f9000 (56468K) [l:7fd018200000 h:7fd018400000]
> (69.950302) page-pipe: Add iov to page pipe (1 iovs, 2288/1475266 total)
> (69.950311) page-pipe: Will grow page pipe (iov off is 2289)
> (69.950314) page-pipe: Add iov to page pipe (0 iovs, 2289/1475266 total)
> (69.950327) page-pipe: Will grow page pipe (iov off is 2290)
> (69.950330) page-pipe: Page pipe:
> (69.950333) page-pipe: * 8 pipes 2290/1475266 iovs:
> (69.950336) page-pipe: 	buf 512 pages, 1 iovs:
> (69.950339) page-pipe: 		0x7fd01434b000 512
> (69.950342) page-pipe: 	buf 512 pages, 1 iovs:
> (69.950345) page-pipe: 		0x7fd01454b000 512
> (69.950348) page-pipe: 	buf 512 pages, 1 iovs:
> (69.950350) page-pipe: 		0x7fd01474b000 512
> (69.950353) page-pipe: 	buf 512 pages, 1 iovs:
> (69.950356) page-pipe: 		0x7fd01494b000 512
> (69.950358) page-pipe: 	buf 512 pages, 5 iovs:
> (69.950361) page-pipe: 		0x7fd014b4b000 275
> (69.950364) page-pipe: 		0x7fd014c71000 1
> (69.950366) page-pipe: 		0x7fd014c8b000 113
> (69.950369) page-pipe: 		0x7fd018000000 1
> (69.950372) page-pipe: 		0x7fd018032000 122
> (69.950375) page-pipe: 	buf 512 pages, 2 iovs:
> (69.950377) page-pipe: 		0x7fd0180ac000 294
> (69.950380) page-pipe: 		0x7fd0181d3000 218
> (69.950383) page-pipe: 	buf 512 pages, 2 iovs:
> (69.950385) page-pipe: 		0x7fd0182ad000 38
> (69.950388) page-pipe: 		0x7fd0182d4000 474
> (69.950391) page-pipe: 	buf 512 pages, 1 iovs:
> (69.950393) page-pipe: 		0x7fd0184ae000 512
> (69.950396) page-pipe: * 0 holes:
> (69.950399) PPB: 512 pages 1 segs 512 pipe 2276 off
> (69.950420) Sent msg to daemon 8 0 0
> (69.950433) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.950553) Fetched ack: 8 8 0
> (69.950559) PPB: 512 pages 1 segs 512 pipe 2277 off
> (69.950566) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.950572) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.950670) Fetched ack: 8 8 0
> (69.950676) PPB: 512 pages 1 segs 512 pipe 2278 off
> (69.950683) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.950689) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.950788) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.950793) PPB: 512 pages 1 segs 512 pipe 2279 off
> (69.950801) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.950807) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.950904) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.950909) PPB: 512 pages 5 segs 512 pipe 2280 off
> (69.950917) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.950923) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.951008) Fetched ack: 8 8 0
> (69.951014) PPB: 512 pages 2 segs 512 pipe 2285 off
> (69.951021) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.951026) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.951067) Fetched ack: 8 8 0
> (69.951073) PPB: 512 pages 2 segs 512 pipe 2287 off
> (69.951079) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.951085) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (69.951124) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (69.951129) PPB: 512 pages 1 segs 512 pipe 2289 off
> (69.951148) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (69.951154) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (69.951193) Fetched ack: 8 8 0
> (69.951200) Transfering pages:
> (69.951202) 	buf 512/1
> (69.951205) 	p 0x7fd01434b000 [512]
> (69.973305) 	buf 512/1
> (69.973337) 	p 0x7fd01454b000 [512]
> (70.001306) 	buf 512/1
> (70.001325) 	p 0x7fd01474b000 [512]
> (70.029302) 	buf 512/1
> (70.029318) 	p 0x7fd01494b000 [512]
> (70.057301) 	buf 512/5
> (70.057318) 	p 0x7fd014b4b000 [275]
> (70.073302) 	p 0x7fd014c71000 [1]
> (70.073330) 	p 0x7fd014c8b000 [113]
> (70.074376) 	p 0x7fd018000000 [1]
> (70.074392) 	p 0x7fd018032000 [122]
> (70.081302) 	buf 512/2
> (70.081310) 	p 0x7fd0180ac000 [294]
> (70.097303) 	p 0x7fd0181d3000 [218]
> (70.109303) 	buf 512/2
> (70.109311) 	p 0x7fd0182ad000 [38]
> (70.109703) 	p 0x7fd0182d4000 [474]
> (70.141303) 	buf 512/1
> (70.141322) 	p 0x7fd0184ae000 [512]
> (70.173305) page-pipe: Clean up page pipe
> (70.173323) page-pipe: Will grow page pipe (iov off is 2290)
> (70.173329) page-pipe: Add iov to page pipe (0 iovs, 2290/1475266 total)
> (70.173345) page-pipe: Will grow page pipe (iov off is 2291)
> (70.173349) page-pipe: Add iov to page pipe (0 iovs, 2291/1475266 total)
> (70.173358) page-pipe: Will grow page pipe (iov off is 2292)
> (70.173361) page-pipe: Add iov to page pipe (0 iovs, 2292/1475266 total)
> (70.173370) page-pipe: Will grow page pipe (iov off is 2293)
> (70.173373) page-pipe: Add iov to page pipe (0 iovs, 2293/1475266 total)
> (70.173385) page-pipe: Will grow page pipe (iov off is 2294)
> (70.173388) page-pipe: Add iov to page pipe (0 iovs, 2294/1475266 total)
> (70.173398) page-pipe: Will grow page pipe (iov off is 2295)
> (70.173400) page-pipe: Add iov to page pipe (0 iovs, 2295/1475266 total)
> (70.173410) page-pipe: Will grow page pipe (iov off is 2296)
> (70.173413) page-pipe: Add iov to page pipe (0 iovs, 2296/1475266 total)
> (70.173422) page-pipe: Will grow page pipe (iov off is 2297)
> (70.173424) page-pipe: Add iov to page pipe (0 iovs, 2297/1475266 total)
> (70.173437) page-pipe: Will grow page pipe (iov off is 2298)
> (70.173441) page-pipe: Page pipe:
> (70.173443) page-pipe: * 8 pipes 2298/1475266 iovs:
> (70.173446) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173449) page-pipe: 		0x7fd0186ae000 512
> (70.173453) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173455) page-pipe: 		0x7fd0188ae000 512
> (70.173458) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173461) page-pipe: 		0x7fd018aae000 512
> (70.173463) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173466) page-pipe: 		0x7fd018cae000 512
> (70.173469) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173472) page-pipe: 		0x7fd018eae000 512
> (70.173474) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173477) page-pipe: 		0x7fd0190ae000 512
> (70.173480) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173482) page-pipe: 		0x7fd0192ae000 512
> (70.173485) page-pipe: 	buf 512 pages, 1 iovs:
> (70.173488) page-pipe: 		0x7fd0194ae000 512
> (70.173490) page-pipe: * 0 holes:
> (70.173493) PPB: 512 pages 1 segs 512 pipe 2290 off
> (70.173513) Sent msg to daemon 8 0 0
> (70.173527) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.173588) Fetched ack: 8 8 0
> (70.173594) PPB: 512 pages 1 segs 512 pipe 2291 off
> (70.173601) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173607) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.173647) Fetched ack: 8 8 0
> (70.173653) PPB: 512 pages 1 segs 512 pipe 2292 off
> (70.173660) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173667) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.173705) Fetched ack: 8 8 0
> (70.173711) PPB: 512 pages 1 segs 512 pipe 2293 off
> (70.173718) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173724) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.173766) Fetched ack: 8 8 0
> (70.173772) PPB: 512 pages 1 segs 512 pipe 2294 off
> (70.173779) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173784) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (70.173826) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (70.173847) PPB: 512 pages 1 segs 512 pipe 2295 off
> (70.173856) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173862) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.173901) Fetched ack: 8 8 0
> (70.173907) PPB: 512 pages 1 segs 512 pipe 2296 off
> (70.173913) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173919) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.173959) Fetched ack: 8 8 0
> (70.173965) PPB: 512 pages 1 segs 512 pipe 2297 off
> (70.173972) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.173978) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.174016) Fetched ack: 8 8 0
> (70.174022) Transfering pages:
> (70.174025) 	buf 512/1
> (70.174028) 	p 0x7fd0186ae000 [512]
> (70.201306) 	buf 512/1
> (70.201319) 	p 0x7fd0188ae000 [512]
> (70.229370) 	buf 512/1
> (70.229384) 	p 0x7fd018aae000 [512]
> (70.257301) 	buf 512/1
> (70.257318) 	p 0x7fd018cae000 [512]
> (70.289301) 	buf 512/1
> (70.289318) 	p 0x7fd018eae000 [512]
> (70.321301) 	buf 512/1
> (70.321317) 	p 0x7fd0190ae000 [512]
> (70.353306) 	buf 512/1
> (70.353327) 	p 0x7fd0192ae000 [512]
> (70.381302) 	buf 512/1
> (70.381318) 	p 0x7fd0194ae000 [512]
> (70.413301) page-pipe: Clean up page pipe
> (70.413319) page-pipe: Will grow page pipe (iov off is 2298)
> (70.413330) page-pipe: Add iov to page pipe (0 iovs, 2298/1475266 total)
> (70.413340) page-pipe: Will grow page pipe (iov off is 2299)
> (70.413343) page-pipe: Add iov to page pipe (0 iovs, 2299/1475266 total)
> (70.413353) page-pipe: Will grow page pipe (iov off is 2300)
> (70.413355) page-pipe: Add iov to page pipe (0 iovs, 2300/1475266 total)
> (70.413365) page-pipe: Will grow page pipe (iov off is 2301)
> (70.413367) page-pipe: Add iov to page pipe (0 iovs, 2301/1475266 total)
> (70.413380) page-pipe: Will grow page pipe (iov off is 2302)
> (70.413383) page-pipe: Add iov to page pipe (0 iovs, 2302/1475266 total)
> (70.413392) page-pipe: Will grow page pipe (iov off is 2303)
> (70.413395) page-pipe: Add iov to page pipe (0 iovs, 2303/1475266 total)
> (70.413404) page-pipe: Will grow page pipe (iov off is 2304)
> (70.413407) page-pipe: Add iov to page pipe (0 iovs, 2304/1475266 total)
> (70.413416) page-pipe: Will grow page pipe (iov off is 2305)
> (70.413419) page-pipe: Add iov to page pipe (0 iovs, 2305/1475266 total)
> (70.413432) page-pipe: Will grow page pipe (iov off is 2306)
> (70.413436) page-pipe: Page pipe:
> (70.413438) page-pipe: * 8 pipes 2306/1475266 iovs:
> (70.413441) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413444) page-pipe: 		0x7fd0196ae000 512
> (70.413447) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413450) page-pipe: 		0x7fd0198ae000 512
> (70.413453) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413456) page-pipe: 		0x7fd019aae000 512
> (70.413458) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413461) page-pipe: 		0x7fd019cae000 512
> (70.413464) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413467) page-pipe: 		0x7fd019eae000 512
> (70.413469) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413472) page-pipe: 		0x7fd01a0ae000 512
> (70.413475) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413477) page-pipe: 		0x7fd01a2ae000 512
> (70.413480) page-pipe: 	buf 512 pages, 1 iovs:
> (70.413483) page-pipe: 		0x7fd01a4ae000 512
> (70.413485) page-pipe: * 0 holes:
> (70.413488) PPB: 512 pages 1 segs 512 pipe 2298 off
> (70.413508) Sent msg to daemon 8 0 0
> (70.413521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.413581) Fetched ack: 8 8 0
> (70.413586) PPB: 512 pages 1 segs 512 pipe 2299 off
> (70.413593) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.413600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.413640) Fetched ack: 8 8 0
> (70.413646) PPB: 512 pages 1 segs 512 pipe 2300 off
> (70.413653) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.413659) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.413699) Fetched ack: 8 8 0
> (70.413705) PPB: 512 pages 1 segs 512 pipe 2301 off
> (70.413730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.413736) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.413777) Fetched ack: 8 8 0
> (70.413783) PPB: 512 pages 1 segs 512 pipe 2302 off
> (70.413790) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.413796) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.413834) Fetched ack: 8 8 0
> (70.413840) PPB: 512 pages 1 segs 512 pipe 2303 off
> (70.413847) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.413852) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.413913) Fetched ack: 8 8 0
> (70.413919) PPB: 512 pages 1 segs 512 pipe 2304 off
> (70.413926) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.413932) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.414013) Fetched ack: 8 8 0
> (70.414019) PPB: 512 pages 1 segs 512 pipe 2305 off
> (70.414026) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.414031) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.414073) Fetched ack: 8 8 0
> (70.414079) Transfering pages:
> (70.414082) 	buf 512/1
> (70.414084) 	p 0x7fd0196ae000 [512]
> (70.441305) 	buf 512/1
> (70.441320) 	p 0x7fd0198ae000 [512]
> (70.469302) 	buf 512/1
> (70.469319) 	p 0x7fd019aae000 [512]
> (70.497303) 	buf 512/1
> (70.497319) 	p 0x7fd019cae000 [512]
> (70.525302) 	buf 512/1
> (70.525317) 	p 0x7fd019eae000 [512]
> (70.553302) 	buf 512/1
> (70.553322) 	p 0x7fd01a0ae000 [512]
> (70.581303) 	buf 512/1
> (70.581321) 	p 0x7fd01a2ae000 [512]
> (70.609303) 	buf 512/1
> (70.609319) 	p 0x7fd01a4ae000 [512]
> (70.637303) page-pipe: Clean up page pipe
> (70.637326) page-pipe: Will grow page pipe (iov off is 2306)
> (70.637331) page-pipe: Add iov to page pipe (0 iovs, 2306/1475266 total)
> (70.637341) page-pipe: Will grow page pipe (iov off is 2307)
> (70.637343) page-pipe: Add iov to page pipe (0 iovs, 2307/1475266 total)
> (70.637353) page-pipe: Will grow page pipe (iov off is 2308)
> (70.637356) page-pipe: Add iov to page pipe (0 iovs, 2308/1475266 total)
> (70.637365) page-pipe: Will grow page pipe (iov off is 2309)
> (70.637367) page-pipe: Add iov to page pipe (0 iovs, 2309/1475266 total)
> (70.637380) page-pipe: Will grow page pipe (iov off is 2310)
> (70.637383) page-pipe: Add iov to page pipe (0 iovs, 2310/1475266 total)
> (70.637392) page-pipe: Will grow page pipe (iov off is 2311)
> (70.637395) page-pipe: Add iov to page pipe (0 iovs, 2311/1475266 total)
> (70.637404) page-pipe: Will grow page pipe (iov off is 2312)
> (70.637407) page-pipe: Add iov to page pipe (0 iovs, 2312/1475266 total)
> (70.637416) page-pipe: Will grow page pipe (iov off is 2313)
> (70.637419) page-pipe: Add iov to page pipe (0 iovs, 2313/1475266 total)
> (70.637432) page-pipe: Will grow page pipe (iov off is 2314)
> (70.637435) page-pipe: Page pipe:
> (70.637438) page-pipe: * 8 pipes 2314/1475266 iovs:
> (70.637441) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637444) page-pipe: 		0x7fd01a6ae000 512
> (70.637447) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637450) page-pipe: 		0x7fd01a8ae000 512
> (70.637453) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637456) page-pipe: 		0x7fd01aaae000 512
> (70.637458) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637461) page-pipe: 		0x7fd01acae000 512
> (70.637464) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637466) page-pipe: 		0x7fd01aeae000 512
> (70.637469) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637472) page-pipe: 		0x7fd01b0ae000 512
> (70.637474) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637477) page-pipe: 		0x7fd01b2ae000 512
> (70.637480) page-pipe: 	buf 512 pages, 1 iovs:
> (70.637482) page-pipe: 		0x7fd01b4ae000 512
> (70.637485) page-pipe: * 0 holes:
> (70.637488) PPB: 512 pages 1 segs 512 pipe 2306 off
> (70.637508) Sent msg to daemon 8 0 0
> (70.637521) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.637582) Fetched ack: 8 8 0
> (70.637587) PPB: 512 pages 1 segs 512 pipe 2307 off
> (70.637594) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.637600) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.637663) Fetched ack: 8 8 0
> (70.637670) PPB: 512 pages 1 segs 512 pipe 2308 off
> (70.637677) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.637683) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.637784) Fetched ack: 8 8 0
> (70.637790) PPB: 512 pages 1 segs 512 pipe 2309 off
> (70.637797) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.637802) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.637903) Fetched ack: 8 8 0
> (70.637910) PPB: 512 pages 1 segs 512 pipe 2310 off
> (70.637916) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.637922) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.638024) Fetched ack: 8 8 0
> (70.638030) PPB: 512 pages 1 segs 512 pipe 2311 off
> (70.638037) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.638043) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.638143) Fetched ack: 8 8 0
> (70.638149) PPB: 512 pages 1 segs 512 pipe 2312 off
> (70.638155) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.638161) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.638241) Fetched ack: 8 8 0
> (70.638247) PPB: 512 pages 1 segs 512 pipe 2313 off
> (70.638254) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.638259) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.638298) Fetched ack: 8 8 0
> (70.638304) Transfering pages:
> (70.638306) 	buf 512/1
> (70.638309) 	p 0x7fd01a6ae000 [512]
> (70.665302) 	buf 512/1
> (70.665318) 	p 0x7fd01a8ae000 [512]
> (70.693302) 	buf 512/1
> (70.693324) 	p 0x7fd01aaae000 [512]
> (70.725300) 	buf 512/1
> (70.725314) 	p 0x7fd01acae000 [512]
> (70.757301) 	buf 512/1
> (70.757318) 	p 0x7fd01aeae000 [512]
> (70.785298) 	buf 512/1
> (70.785320) 	p 0x7fd01b0ae000 [512]
> (70.817302) 	buf 512/1
> (70.817319) 	p 0x7fd01b2ae000 [512]
> (70.845302) 	buf 512/1
> (70.845318) 	p 0x7fd01b4ae000 [512]
> (70.873307) page-pipe: Clean up page pipe
> (70.873327) page-pipe: Will grow page pipe (iov off is 2314)
> (70.873332) page-pipe: Add iov to page pipe (0 iovs, 2314/1475266 total)
> (70.873350) page-pipe: Will grow page pipe (iov off is 2315)
> (70.873353) page-pipe: Add iov to page pipe (0 iovs, 2315/1475266 total)
> (70.873360) Pagemap generated: 843 pages 0 holes
> (70.873364) pagemap-cache: filling VMA 7fd01b9f9000-7fd01b9fa000 (4K) [l:7fd01b800000 h:7fd01ba00000]
> (70.873384) Pagemap generated: 1 pages 0 holes
> (70.873387) pagemap-cache: filling VMA 7fd01b9fa000-7fd01b9fb000 (4K) [l:7fd01b800000 h:7fd01ba00000]
> (70.873392) Pagemap generated: 0 pages 0 holes
> (70.873395) pagemap-cache: filling VMA 7fd01b9fb000-7fd01bafb000 (1024K) [l:7fd01b800000 h:7fd01ba00000]
> (70.873467) page-pipe: Add iov to page pipe (1 iovs, 2316/1475266 total)
> (70.873472) page-pipe: Will grow page pipe (iov off is 2317)
> (70.873475) page-pipe: Add iov to page pipe (0 iovs, 2317/1475266 total)
> (70.873480) Pagemap generated: 256 pages 0 holes
> (70.873482) pagemap-cache: filling VMA 7fd01bafb000-7fd01bafc000 (4K) [l:7fd01ba00000 h:7fd01bc00000]
> (70.873491) Pagemap generated: 0 pages 0 holes
> (70.873494) pagemap-cache: filling VMA 7fd01bafc000-7fd01bbfc000 (1024K) [l:7fd01ba00000 h:7fd01bc00000]
> (70.873503) page-pipe: Add iov to page pipe (1 iovs, 2318/1475266 total)
> (70.873510) Pagemap generated: 256 pages 0 holes
> (70.873513) pagemap-cache: filling VMA 7fd01bbfc000-7fd01bbfd000 (4K) [l:7fd01ba00000 h:7fd01bc00000]
> (70.873517) Pagemap generated: 0 pages 0 holes
> (70.873521) pagemap-cache: filling VMA 7fd01bbfd000-7fd01bcfd000 (1024K) [l:7fd01ba00000 h:7fd01bc00000]
> (70.873587) page-pipe: Add iov to page pipe (2 iovs, 2319/1475266 total)
> (70.873593) page-pipe: Will grow page pipe (iov off is 2320)
> (70.873596) page-pipe: Add iov to page pipe (0 iovs, 2320/1475266 total)
> (70.873600) Pagemap generated: 256 pages 0 holes
> (70.873602) pagemap-cache: filling VMA 7fd01bcfd000-7fd01bcfe000 (4K) [l:7fd01bc00000 h:7fd01be00000]
> (70.873627) Pagemap generated: 0 pages 0 holes
> (70.873631) pagemap-cache: filling VMA 7fd01bcfe000-7fd01bdfe000 (1024K) [l:7fd01bc00000 h:7fd01be00000]
> (70.873640) page-pipe: Add iov to page pipe (1 iovs, 2321/1475266 total)
> (70.873648) Pagemap generated: 256 pages 0 holes
> (70.873651) pagemap-cache: filling VMA 7fd01bdfe000-7fd01bdff000 (4K) [l:7fd01bc00000 h:7fd01be00000]
> (70.873655) Pagemap generated: 0 pages 0 holes
> (70.873659) pagemap-cache: filling VMA 7fd01bdff000-7fd01beff000 (1024K) [l:7fd01bc00000 h:7fd01be00000]
> (70.873727) page-pipe: Add iov to page pipe (2 iovs, 2322/1475266 total)
> (70.873733) page-pipe: Will grow page pipe (iov off is 2323)
> (70.873736) page-pipe: Add iov to page pipe (0 iovs, 2323/1475266 total)
> (70.873740) Pagemap generated: 256 pages 0 holes
> (70.873743) pagemap-cache: filling VMA 7fd01beff000-7fd01bf00000 (4K) [l:7fd01be00000 h:7fd01c000000]
> (70.873751) Pagemap generated: 0 pages 0 holes
> (70.873754) pagemap-cache: filling VMA 7fd01bf00000-7fd01c000000 (1024K) [l:7fd01be00000 h:7fd01c000000]
> (70.873763) page-pipe: Add iov to page pipe (1 iovs, 2324/1475266 total)
> (70.873769) Pagemap generated: 256 pages 0 holes
> (70.873772) pagemap-cache: filling VMA 7fd01c000000-7fd01d277000 (18908K) [l:7fd01c000000 h:7fd01c200000]
> (70.874354) page-pipe: Will grow page pipe (iov off is 2325)
> (70.874357) page-pipe: Add iov to page pipe (0 iovs, 2325/1475266 total)
> (70.874370) page-pipe: Will grow page pipe (iov off is 2326)
> (70.874373) page-pipe: Add iov to page pipe (0 iovs, 2326/1475266 total)
> (70.874382) page-pipe: Will grow page pipe (iov off is 2327)
> (70.874385) page-pipe: Add iov to page pipe (0 iovs, 2327/1475266 total)
> (70.874393) page-pipe: Add iov to page pipe (1 iovs, 2328/1475266 total)
> (70.874397) page-pipe: Will grow page pipe (iov off is 2329)
> (70.874401) page-pipe: Page pipe:
> (70.874404) page-pipe: * 8 pipes 2329/1475266 iovs:
> (70.874407) page-pipe: 	buf 512 pages, 1 iovs:
> (70.874409) page-pipe: 		0x7fd01b6ae000 512
> (70.874412) page-pipe: 	buf 512 pages, 2 iovs:
> (70.874415) page-pipe: 		0x7fd01b8ae000 332
> (70.874418) page-pipe: 		0x7fd01b9fb000 180
> (70.874420) page-pipe: 	buf 512 pages, 3 iovs:
> (70.874423) page-pipe: 		0x7fd01baaf000 76
> (70.874426) page-pipe: 		0x7fd01bafc000 256
> (70.874429) page-pipe: 		0x7fd01bbfd000 180
> (70.874431) page-pipe: 	buf 512 pages, 3 iovs:
> (70.874434) page-pipe: 		0x7fd01bcb1000 76
> (70.874437) page-pipe: 		0x7fd01bcfe000 256
> (70.874440) page-pipe: 		0x7fd01bdff000 180
> (70.874442) page-pipe: 	buf 512 pages, 2 iovs:
> (70.874445) page-pipe: 		0x7fd01beb3000 76
> (70.874448) page-pipe: 		0x7fd01bf00000 436
> (70.874450) page-pipe: 	buf 512 pages, 1 iovs:
> (70.874453) page-pipe: 		0x7fd01c0b4000 512
> (70.874456) page-pipe: 	buf 512 pages, 1 iovs:
> (70.874459) page-pipe: 		0x7fd01c2b4000 512
> (70.874461) page-pipe: 	buf 512 pages, 2 iovs:
> (70.874464) page-pipe: 		0x7fd01c4b4000 395
> (70.874467) page-pipe: 		0x7fd01c644000 117
> (70.874469) page-pipe: * 0 holes:
> (70.874472) PPB: 512 pages 1 segs 512 pipe 2314 off
> (70.874491) Sent msg to daemon 8 0 0
> (70.874505) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874588) Fetched ack: 8 8 0
> (70.874593) PPB: 512 pages 2 segs 512 pipe 2315 off
> (70.874601) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.874607) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874688) Fetched ack: 8 8 0
> (70.874694) PPB: 512 pages 3 segs 512 pipe 2317 off
> (70.874701) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.874707) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874748) Fetched ack: 8 8 0
> (70.874754) PPB: 512 pages 3 segs 512 pipe 2320 off
> (70.874760) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.874766) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874806) Fetched ack: 8 8 0
> (70.874812) PPB: 512 pages 2 segs 512 pipe 2323 off
> (70.874819) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.874825) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874865) Fetched ack: 8 8 0
> (70.874871) PPB: 512 pages 1 segs 512 pipe 2325 off
> (70.874878) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.874884) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874924) Fetched ack: 8 8 0
> (70.874930) PPB: 512 pages 1 segs 512 pipe 2326 off
> (70.874937) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.874943) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.874982) Fetched ack: 8 8 0
> (70.874988) PPB: 512 pages 2 segs 512 pipe 2327 off
> (70.874995) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (70.875001) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (70.875040) Fetched ack: 8 8 0
> (70.875046) Transfering pages:
> (70.875049) 	buf 512/1
> (70.875051) 	p 0x7fd01b6ae000 [512]
> (70.901313) 	buf 512/2
> (70.901328) 	p 0x7fd01b8ae000 [332]
> (70.921302) 	p 0x7fd01b9fb000 [180]
> (70.929300) 	buf 512/3
> (70.929310) 	p 0x7fd01baaf000 [76]
> (70.930040) 	p 0x7fd01bafc000 [256]
> (70.949306) 	p 0x7fd01bbfd000 [180]
> (70.957301) 	buf 512/3
> (70.957311) 	p 0x7fd01bcb1000 [76]
> (70.958028) 	p 0x7fd01bcfe000 [256]
> (70.977296) 	p 0x7fd01bdff000 [180]
> (70.985295) 	buf 512/2
> (70.985303) 	p 0x7fd01beb3000 [76]
> (70.986029) 	p 0x7fd01bf00000 [436]
> (71.017306) 	buf 512/1
> (71.017324) 	p 0x7fd01c0b4000 [512]
> (71.049303) 	buf 512/1
> (71.049320) 	p 0x7fd01c2b4000 [512]
> (71.081301) 	buf 512/2
> (71.081324) 	p 0x7fd01c4b4000 [395]
> (71.105304) 	p 0x7fd01c644000 [117]
> (71.106402) page-pipe: Clean up page pipe
> (71.106408) page-pipe: Will grow page pipe (iov off is 2329)
> (71.106412) page-pipe: Add iov to page pipe (0 iovs, 2329/1475266 total)
> (71.106425) page-pipe: Will grow page pipe (iov off is 2330)
> (71.106428) page-pipe: Add iov to page pipe (0 iovs, 2330/1475266 total)
> (71.106438) page-pipe: Will grow page pipe (iov off is 2331)
> (71.106440) page-pipe: Add iov to page pipe (0 iovs, 2331/1475266 total)
> (71.106450) page-pipe: Will grow page pipe (iov off is 2332)
> (71.106452) page-pipe: Add iov to page pipe (0 iovs, 2332/1475266 total)
> (71.106457) page-pipe: Add iov to page pipe (1 iovs, 2333/1475266 total)
> (71.106461) page-pipe: Add iov to page pipe (2 iovs, 2334/1475266 total)
> (71.106469) page-pipe: Will grow page pipe (iov off is 2335)
> (71.106472) page-pipe: Add iov to page pipe (0 iovs, 2335/1475266 total)
> (71.106481) page-pipe: Will grow page pipe (iov off is 2336)
> (71.106484) page-pipe: Add iov to page pipe (0 iovs, 2336/1475266 total)
> (71.106488) Pagemap generated: 2636 pages 0 holes
> (71.106492) pagemap-cache: filling VMA 7fd01d277000-7fd020000000 (46628K) [l:7fd01d200000 h:7fd01d400000]
> (71.106596) Pagemap generated: 0 pages 0 holes
> (71.106601) pagemap-cache: filling VMA 7fd02001f000-7fd0200e8000 (804K) [l:7fd020000000 h:7fd020200000]
> (71.106605) pagemap-cache: 	    7fd02001f000-7fd0200e8000     nr:1     cov:823296
> (71.106610) pagemap-cache: 	    7fd0200e8000-7fd0200e9000     nr:2     cov:827392
> (71.106613) pagemap-cache: 	    7fd0200e9000-7fd0201f7000     nr:3     cov:1933312
> (71.106616) pagemap-cache: 	cache  mode [l:7fd02001f000 h:7fd020200000]
> (71.106688) page-pipe: Add iov to page pipe (1 iovs, 2337/1475266 total)
> (71.106696) Pagemap generated: 201 pages 0 holes
> (71.106699) Pagemap generated: 0 pages 0 holes
> (71.106702) page-pipe: Add iov to page pipe (2 iovs, 2338/1475266 total)
> (71.106708) page-pipe: Will grow page pipe (iov off is 2339)
> (71.106711) page-pipe: Add iov to page pipe (0 iovs, 2339/1475266 total)
> (71.106714) Pagemap generated: 270 pages 0 holes
> (71.106717) pagemap-cache: filling VMA 7fd0201f7000-7fd02020b000 (80K) [l:7fd020000000 h:7fd020200000]
> (71.106727) Pagemap generated: 20 pages 0 holes
> (71.106731) pagemap-cache: filling VMA 7fd02020b000-7fd0205a9000 (3704K) [l:7fd020200000 h:7fd020400000]
> (71.106756) Pagemap generated: 0 pages 0 holes
> (71.106760) pagemap-cache: filling VMA 7fd0205a9000-7fd0208f9000 (3392K) [l:7fd020400000 h:7fd020600000]
> (71.106837) page-pipe: Add iov to page pipe (1 iovs, 2340/1475266 total)
> (71.106860) page-pipe: Will grow page pipe (iov off is 2341)
> (71.106864) page-pipe: Add iov to page pipe (0 iovs, 2341/1475266 total)
> (71.106875) Pagemap generated: 848 pages 0 holes
> (71.106877) pagemap-cache: filling VMA 7fd0208f9000-7fd020e29000 (5312K) [l:7fd020800000 h:7fd020a00000]
> (71.107029) page-pipe: Will grow page pipe (iov off is 2342)
> (71.107033) page-pipe: Page pipe:
> (71.107036) page-pipe: * 8 pipes 2342/1475266 iovs:
> (71.107039) page-pipe: 	buf 512 pages, 1 iovs:
> (71.107042) page-pipe: 		0x7fd01c6b9000 512
> (71.107045) page-pipe: 	buf 512 pages, 1 iovs:
> (71.107048) page-pipe: 		0x7fd01c8b9000 512
> (71.107051) page-pipe: 	buf 512 pages, 1 iovs:
> (71.107054) page-pipe: 		0x7fd01cab9000 512
> (71.107056) page-pipe: 	buf 512 pages, 3 iovs:
> (71.107059) page-pipe: 		0x7fd01ccb9000 88
> (71.107062) page-pipe: 		0x7fd01cd33000 1
> (71.107064) page-pipe: 		0x7fd01ce84000 423
> (71.107067) page-pipe: 	buf 512 pages, 1 iovs:
> (71.107070) page-pipe: 		0x7fd01d02b000 512
> (71.107073) page-pipe: 	buf 512 pages, 3 iovs:
> (71.107075) page-pipe: 		0x7fd01d22b000 76
> (71.107078) page-pipe: 		0x7fd02001f000 201
> (71.107081) page-pipe: 		0x7fd0200e9000 235
> (71.107083) page-pipe: 	buf 512 pages, 2 iovs:
> (71.107086) page-pipe: 		0x7fd0201d4000 55
> (71.107089) page-pipe: 		0x7fd0205a9000 457
> (71.107092) page-pipe: 	buf 512 pages, 1 iovs:
> (71.107094) page-pipe: 		0x7fd020772000 512
> (71.107097) page-pipe: * 0 holes:
> (71.107100) PPB: 512 pages 1 segs 512 pipe 2329 off
> (71.107119) Sent msg to daemon 8 0 0
> (71.107132) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.107251) Fetched ack: 8 8 0
> (71.107257) PPB: 512 pages 1 segs 512 pipe 2330 off
> (71.107264) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107271) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.107368) Fetched ack: 8 8 0
> (71.107375) PPB: 512 pages 1 segs 512 pipe 2331 off
> (71.107382) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107387) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.107485) Fetched ack: 8 8 0
> (71.107491) PPB: 512 pages 3 segs 512 pipe 2332 off
> (71.107498) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107504) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.107601) Fetched ack: 8 8 0
> (71.107607) PPB: 512 pages 1 segs 512 pipe 2335 off
> (71.107614) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107620) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.107717) Fetched ack: 8 8 0
> (71.107723) PPB: 512 pages 3 segs 512 pipe 2336 off
> (71.107730) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107735) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (71.107784) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (71.107788) PPB: 512 pages 2 segs 512 pipe 2339 off
> (71.107797) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107803) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (71.107842) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (71.107847) PPB: 512 pages 1 segs 512 pipe 2341 off
> (71.107855) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.107861) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> (71.107901) Fetched ack: 8 8 0
> pie: Daemon wais for command
> (71.107905) Transfering pages:
> (71.107910) 	buf 512/1
> (71.107913) 	p 0x7fd01c6b9000 [512]
> (71.141305) 	buf 512/1
> (71.141321) 	p 0x7fd01c8b9000 [512]
> (71.173304) 	buf 512/1
> (71.173325) 	p 0x7fd01cab9000 [512]
> (71.205302) 	buf 512/3
> (71.205320) 	p 0x7fd01ccb9000 [88]
> (71.206143) 	p 0x7fd01cd33000 [1]
> (71.206158) 	p 0x7fd01ce84000 [423]
> (71.237300) 	buf 512/1
> (71.237314) 	p 0x7fd01d02b000 [512]
> (71.269309) 	buf 512/3
> (71.269329) 	p 0x7fd01d22b000 [76]
> (71.270036) 	p 0x7fd02001f000 [201]
> (71.285301) 	p 0x7fd0200e9000 [235]
> (71.297302) 	buf 512/2
> (71.297311) 	p 0x7fd0201d4000 [55]
> (71.297863) 	p 0x7fd0205a9000 [457]
> (71.329302) 	buf 512/1
> (71.329316) 	p 0x7fd020772000 [512]
> (71.361302) page-pipe: Clean up page pipe
> (71.361346) page-pipe: Will grow page pipe (iov off is 2342)
> (71.361352) page-pipe: Add iov to page pipe (0 iovs, 2342/1475266 total)
> (71.361362) page-pipe: Will grow page pipe (iov off is 2343)
> (71.361365) page-pipe: Add iov to page pipe (0 iovs, 2343/1475266 total)
> (71.361375) page-pipe: Will grow page pipe (iov off is 2344)
> (71.361378) page-pipe: Add iov to page pipe (0 iovs, 2344/1475266 total)
> (71.361383) Pagemap generated: 1194 pages 0 holes
> (71.361387) pagemap-cache: filling VMA 7fd020e29000-7fd02f5a9000 (237056K) [l:7fd020e00000 h:7fd021000000]
> (71.361881) Pagemap generated: 0 pages 0 holes
> (71.361886) pagemap-cache: filling VMA 7fd02f5a9000-7fd02f5c3000 (104K) [l:7fd02f400000 h:7fd02f600000]
> (71.361891) Pagemap generated: 0 pages 0 holes
> (71.361894) pagemap-cache: filling VMA 7fd02f5c3000-7fd02f7c3000 (2048K) [l:7fd02f400000 h:7fd02f600000]
> (71.361906) Pagemap generated: 0 pages 0 holes
> (71.361909) pagemap-cache: filling VMA 7fd02f7c3000-7fd02f7c4000 (4K) [l:7fd02f600000 h:7fd02f800000]
> (71.361914) page-pipe: Add iov to page pipe (1 iovs, 2345/1475266 total)
> (71.361917) Pagemap generated: 1 pages 0 holes
> (71.361920) pagemap-cache: filling VMA 7fd02f7c4000-7fd02f7cf000 (44K) [l:7fd02f600000 h:7fd02f800000]
> (71.361925) Pagemap generated: 0 pages 0 holes
> (71.361929) pagemap-cache: filling VMA 7fd02f7cf000-7fd02f9ce000 (2044K) [l:7fd02f600000 h:7fd02f800000]
> (71.361940) Pagemap generated: 0 pages 0 holes
> (71.361943) pagemap-cache: filling VMA 7fd02f9ce000-7fd02f9cf000 (4K) [l:7fd02f800000 h:7fd02fa00000]
> (71.361948) page-pipe: Add iov to page pipe (2 iovs, 2346/1475266 total)
> (71.361951) Pagemap generated: 1 pages 0 holes
> (71.361954) pagemap-cache: filling VMA 7fd02f9cf000-7fd02f9d0000 (4K) [l:7fd02f800000 h:7fd02fa00000]
> (71.361959) Pagemap generated: 1 pages 0 holes
> (71.361962) pagemap-cache: filling VMA 7fd02f9d0000-7fd02f9db000 (44K) [l:7fd02f800000 h:7fd02fa00000]
> (71.361967) Pagemap generated: 0 pages 0 holes
> (71.361970) pagemap-cache: filling VMA 7fd02f9db000-7fd02fbda000 (2044K) [l:7fd02f800000 h:7fd02fa00000]
> (71.361982) Pagemap generated: 0 pages 0 holes
> (71.361986) pagemap-cache: filling VMA 7fd02fbda000-7fd02fbdb000 (4K) [l:7fd02fa00000 h:7fd02fc00000]
> (71.361991) page-pipe: Add iov to page pipe (3 iovs, 2347/1475266 total)
> (71.361994) Pagemap generated: 1 pages 0 holes
> (71.361997) pagemap-cache: filling VMA 7fd02fbdb000-7fd02fbdc000 (4K) [l:7fd02fa00000 h:7fd02fc00000]
> (71.362002) Pagemap generated: 1 pages 0 holes
> (71.362005) pagemap-cache: filling VMA 7fd02fbdc000-7fd02fbf3000 (92K) [l:7fd02fa00000 h:7fd02fc00000]
> (71.362010) Pagemap generated: 0 pages 0 holes
> (71.362013) pagemap-cache: filling VMA 7fd02fbf3000-7fd02fdf2000 (2044K) [l:7fd02fa00000 h:7fd02fc00000]
> (71.362025) Pagemap generated: 0 pages 0 holes
> (71.362028) pagemap-cache: filling VMA 7fd02fdf2000-7fd02fdf3000 (4K) [l:7fd02fc00000 h:7fd02fe00000]
> (71.362033) page-pipe: Add iov to page pipe (4 iovs, 2348/1475266 total)
> (71.362036) Pagemap generated: 1 pages 0 holes
> (71.362039) pagemap-cache: filling VMA 7fd02fdf3000-7fd02fdf4000 (4K) [l:7fd02fc00000 h:7fd02fe00000]
> (71.362044) Pagemap generated: 1 pages 0 holes
> (71.362047) pagemap-cache: filling VMA 7fd02fdf4000-7fd02fdf6000 (8K) [l:7fd02fc00000 h:7fd02fe00000]
> (71.362051) Pagemap generated: 2 pages 0 holes
> (71.362055) pagemap-cache: filling VMA 7fd02fdf6000-7fd02fdff000 (36K) [l:7fd02fc00000 h:7fd02fe00000]
> (71.362059) Pagemap generated: 0 pages 0 holes
> (71.362062) pagemap-cache: filling VMA 7fd02fdff000-7fd02fffe000 (2044K) [l:7fd02fc00000 h:7fd02fe00000]
> (71.362073) Pagemap generated: 0 pages 0 holes
> (71.362076) pagemap-cache: filling VMA 7fd02fffe000-7fd02ffff000 (4K) [l:7fd02fe00000 h:7fd030000000]
> (71.362080) page-pipe: Add iov to page pipe (5 iovs, 2349/1475266 total)
> (71.362084) Pagemap generated: 1 pages 0 holes
> (71.362087) pagemap-cache: filling VMA 7fd02ffff000-7fd030000000 (4K) [l:7fd02fe00000 h:7fd030000000]
> (71.362091) Pagemap generated: 1 pages 0 holes
> (71.362094) pagemap-cache: filling VMA 7fd030000000-7fd0318d6000 (25432K) [l:7fd030000000 h:7fd030200000]
> (71.362903) page-pipe: Will grow page pipe (iov off is 2350)
> (71.362907) page-pipe: Add iov to page pipe (0 iovs, 2350/1475266 total)
> (71.362916) page-pipe: Will grow page pipe (iov off is 2351)
> (71.362919) page-pipe: Add iov to page pipe (0 iovs, 2351/1475266 total)
> (71.362928) page-pipe: Will grow page pipe (iov off is 2352)
> (71.362930) page-pipe: Add iov to page pipe (0 iovs, 2352/1475266 total)
> (71.362940) page-pipe: Will grow page pipe (iov off is 2353)
> (71.362942) page-pipe: Add iov to page pipe (0 iovs, 2353/1475266 total)
> (71.362955) page-pipe: Will grow page pipe (iov off is 2354)
> (71.362958) page-pipe: Add iov to page pipe (0 iovs, 2354/1475266 total)
> (71.362967) page-pipe: Will grow page pipe (iov off is 2355)
> (71.362970) page-pipe: Page pipe:
> (71.362973) page-pipe: * 8 pipes 2355/1475266 iovs:
> (71.362976) page-pipe: 	buf 512 pages, 1 iovs:
> (71.362979) page-pipe: 		0x7fd020972000 512
> (71.362982) page-pipe: 	buf 512 pages, 1 iovs:
> (71.362984) page-pipe: 		0x7fd020b72000 512
> (71.362987) page-pipe: 	buf 512 pages, 6 iovs:
> (71.362990) page-pipe: 		0x7fd020d72000 170
> (71.362993) page-pipe: 		0x7fd02f7c3000 1
> (71.362995) page-pipe: 		0x7fd02f9ce000 2
> (71.362998) page-pipe: 		0x7fd02fbda000 2
> (71.363001) page-pipe: 		0x7fd02fdf2000 4
> (71.363003) page-pipe: 		0x7fd02fffe000 333
> (71.363006) page-pipe: 	buf 512 pages, 1 iovs:
> (71.363009) page-pipe: 		0x7fd03014b000 512
> (71.363011) page-pipe: 	buf 512 pages, 1 iovs:
> (71.363014) page-pipe: 		0x7fd03034b000 512
> (71.363017) page-pipe: 	buf 512 pages, 1 iovs:
> (71.363019) page-pipe: 		0x7fd03054b000 512
> (71.363022) page-pipe: 	buf 512 pages, 1 iovs:
> (71.363025) page-pipe: 		0x7fd03074b000 512
> (71.363027) page-pipe: 	buf 512 pages, 1 iovs:
> (71.363030) page-pipe: 		0x7fd03094b000 512
> (71.363033) page-pipe: * 0 holes:
> (71.363035) PPB: 512 pages 1 segs 512 pipe 2342 off
> (71.363055) Sent msg to daemon 8 0 0
> (71.363068) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518124) Fetched ack: 8 8 0
> (71.518132) PPB: 512 pages 1 segs 512 pipe 2343 off
> (71.518140) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518147) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518258) Fetched ack: 8 8 0
> (71.518265) PPB: 512 pages 6 segs 512 pipe 2344 off
> (71.518271) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518277) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518339) Fetched ack: 8 8 0
> (71.518345) PPB: 512 pages 1 segs 512 pipe 2350 off
> (71.518352) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518358) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518408) Fetched ack: 8 8 0
> (71.518414) PPB: 512 pages 1 segs 512 pipe 2351 off
> (71.518421) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518427) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518468) Fetched ack: 8 8 0
> (71.518474) PPB: 512 pages 1 segs 512 pipe 2352 off
> (71.518480) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518486) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518528) Fetched ack: 8 8 0
> (71.518534) PPB: 512 pages 1 segs 512 pipe 2353 off
> (71.518541) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518547) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518587) Fetched ack: 8 8 0
> (71.518593) PPB: 512 pages 1 segs 512 pipe 2354 off
> (71.518600) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.518605) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.518646) Fetched ack: 8 8 0
> (71.518653) Transfering pages:
> (71.518655) 	buf 512/1
> (71.518658) 	p 0x7fd020972000 [512]
> (71.523396) 	buf 512/1
> (71.523407) 	p 0x7fd020b72000 [512]
> (71.528070) 	buf 512/6
> (71.528083) 	p 0x7fd020d72000 [170]
> (71.529656) 	p 0x7fd02f7c3000 [1]
> (71.529674) 	p 0x7fd02f9ce000 [2]
> (71.529698) 	p 0x7fd02fbda000 [2]
> (71.529722) 	p 0x7fd02fdf2000 [4]
> (71.529778) 	p 0x7fd02fffe000 [333]
> (71.532807) 	buf 512/1
> (71.532813) 	p 0x7fd03014b000 [512]
> (71.537531) 	buf 512/1
> (71.537545) 	p 0x7fd03034b000 [512]
> (71.542257) 	buf 512/1
> (71.542268) 	p 0x7fd03054b000 [512]
> (71.546962) 	buf 512/1
> (71.546972) 	p 0x7fd03074b000 [512]
> (71.581309) 	buf 512/1
> (71.581327) 	p 0x7fd03094b000 [512]
> (71.613303) page-pipe: Clean up page pipe
> (71.613321) page-pipe: Will grow page pipe (iov off is 2355)
> (71.613326) page-pipe: Add iov to page pipe (0 iovs, 2355/1475266 total)
> (71.613339) page-pipe: Will grow page pipe (iov off is 2356)
> (71.613342) page-pipe: Add iov to page pipe (0 iovs, 2356/1475266 total)
> (71.613357) page-pipe: Will grow page pipe (iov off is 2357)
> (71.613360) page-pipe: Add iov to page pipe (0 iovs, 2357/1475266 total)
> (71.613372) page-pipe: Add iov to page pipe (1 iovs, 2358/1475266 total)
> (71.613376) page-pipe: Will grow page pipe (iov off is 2359)
> (71.613379) page-pipe: Add iov to page pipe (0 iovs, 2359/1475266 total)
> (71.613388) page-pipe: Will grow page pipe (iov off is 2360)
> (71.613391) page-pipe: Add iov to page pipe (0 iovs, 2360/1475266 total)
> (71.613400) page-pipe: Will grow page pipe (iov off is 2361)
> (71.613403) page-pipe: Add iov to page pipe (0 iovs, 2361/1475266 total)
> (71.613407) page-pipe: Add iov to page pipe (1 iovs, 2362/1475266 total)
> (71.613410) page-pipe: Add iov to page pipe (2 iovs, 2363/1475266 total)
> (71.613414) page-pipe: Add iov to page pipe (3 iovs, 2364/1475266 total)
> (71.613417) page-pipe: Add iov to page pipe (4 iovs, 2365/1475266 total)
> (71.613421) page-pipe: Add iov to page pipe (5 iovs, 2366/1475266 total)
> (71.613424) page-pipe: Add iov to page pipe (6 iovs, 2367/1475266 total)
> (71.613427) page-pipe: Add iov to page pipe (7 iovs, 2368/1475266 total)
> (71.613431) page-pipe: Add iov to page pipe (8 iovs, 2369/1475266 total)
> (71.613434) page-pipe: Add iov to page pipe (9 iovs, 2370/1475266 total)
> (71.613437) page-pipe: Add iov to page pipe (10 iovs, 2371/1475266 total)
> (71.613441) page-pipe: Add iov to page pipe (11 iovs, 2372/1475266 total)
> (71.613444) page-pipe: Add iov to page pipe (12 iovs, 2373/1475266 total)
> (71.613447) page-pipe: Add iov to page pipe (13 iovs, 2374/1475266 total)
> (71.613450) page-pipe: Add iov to page pipe (14 iovs, 2375/1475266 total)
> (71.613454) page-pipe: Add iov to page pipe (15 iovs, 2376/1475266 total)
> (71.613457) page-pipe: Add iov to page pipe (16 iovs, 2377/1475266 total)
> (71.613461) page-pipe: Add iov to page pipe (17 iovs, 2378/1475266 total)
> (71.613465) Pagemap generated: 3055 pages 0 holes
> (71.613469) pagemap-cache: filling VMA 7fd0318d6000-7fd034000000 (40104K) [l:7fd031800000 h:7fd031a00000]
> (71.613562) Pagemap generated: 0 pages 0 holes
> (71.613566) pagemap-cache: filling VMA 7fd034015000-7fd034065000 (320K) [l:7fd034000000 h:7fd034200000]
> (71.613569) pagemap-cache: 	    7fd034015000-7fd034065000     nr:1     cov:327680
> (71.613574) pagemap-cache: 	    7fd034065000-7fd03406f000     nr:2     cov:368640
> (71.613578) pagemap-cache: 	cache  mode [l:7fd034015000 h:7fd034200000]
> (71.613597) page-pipe: Add iov to page pipe (18 iovs, 2379/1475266 total)
> (71.613601) page-pipe: Will grow page pipe (iov off is 2380)
> (71.613604) page-pipe: Add iov to page pipe (0 iovs, 2380/1475266 total)
> (71.613608) Pagemap generated: 80 pages 0 holes
> (71.613611) Pagemap generated: 0 pages 0 holes
> (71.613614) pagemap-cache: filling VMA 7fd03406f000-7fd03426e000 (2044K) [l:7fd034000000 h:7fd034200000]
> (71.613617) pagemap-cache: 	    7fd03406f000-7fd03426e000     nr:1     cov:2093056
> (71.613620) pagemap-cache: 	simple mode [l:7fd03406f000 h:7fd03426e000]
> (71.613635) Pagemap generated: 0 pages 0 holes
> (71.613639) pagemap-cache: filling VMA 7fd03426e000-7fd03426f000 (4K) [l:7fd034200000 h:7fd034400000]
> (71.613642) pagemap-cache: 	    7fd03426e000-7fd03426f000     nr:1     cov:4096
> (71.613645) pagemap-cache: 	    7fd03426f000-7fd034299000     nr:2     cov:176128
> (71.613649) pagemap-cache: 	cache  mode [l:7fd03426e000 h:7fd034400000]
> (71.613657) page-pipe: Add iov to page pipe (1 iovs, 2381/1475266 total)
> (71.613660) Pagemap generated: 1 pages 0 holes
> (71.613680) Pagemap generated: 0 pages 0 holes
> (71.613683) pagemap-cache: filling VMA 7fd034299000-7fd034499000 (2048K) [l:7fd034200000 h:7fd034400000]
> (71.613698) Pagemap generated: 0 pages 0 holes
> (71.613702) pagemap-cache: filling VMA 7fd034499000-7fd03449b000 (8K) [l:7fd034400000 h:7fd034600000]
> (71.613709) page-pipe: Add iov to page pipe (2 iovs, 2382/1475266 total)
> (71.613713) Pagemap generated: 2 pages 0 holes
> (71.613716) pagemap-cache: filling VMA 7fd03449b000-7fd0344a8000 (52K) [l:7fd034400000 h:7fd034600000]
> (71.613722) Pagemap generated: 0 pages 0 holes
> (71.613726) pagemap-cache: filling VMA 7fd0344a8000-7fd0346a8000 (2048K) [l:7fd034400000 h:7fd034600000]
> (71.613739) Pagemap generated: 0 pages 0 holes
> (71.613743) pagemap-cache: filling VMA 7fd0346a8000-7fd0346aa000 (8K) [l:7fd034600000 h:7fd034800000]
> (71.613749) page-pipe: Add iov to page pipe (3 iovs, 2383/1475266 total)
> (71.613753) Pagemap generated: 2 pages 0 holes
> (71.613756) pagemap-cache: filling VMA 7fd0346aa000-7fd0346b1000 (28K) [l:7fd034600000 h:7fd034800000]
> (71.613762) Pagemap generated: 0 pages 0 holes
> (71.613766) pagemap-cache: filling VMA 7fd0346b1000-7fd0348b0000 (2044K) [l:7fd034600000 h:7fd034800000]
> (71.613795) Pagemap generated: 0 pages 0 holes
> (71.613798) pagemap-cache: filling VMA 7fd0348b0000-7fd0348b1000 (4K) [l:7fd034800000 h:7fd034a00000]
> (71.613807) page-pipe: Add iov to page pipe (4 iovs, 2384/1475266 total)
> (71.613811) Pagemap generated: 1 pages 0 holes
> (71.613813) pagemap-cache: filling VMA 7fd0348b1000-7fd0348b2000 (4K) [l:7fd034800000 h:7fd034a00000]
> (71.613822) Pagemap generated: 1 pages 0 holes
> (71.613826) pagemap-cache: filling VMA 7fd0348b2000-7fd0349b7000 (1044K) [l:7fd034800000 h:7fd034a00000]
> (71.613835) Pagemap generated: 0 pages 0 holes
> (71.613839) pagemap-cache: filling VMA 7fd0349b7000-7fd034bb6000 (2044K) [l:7fd034800000 h:7fd034a00000]
> (71.613852) Pagemap generated: 0 pages 0 holes
> (71.613855) pagemap-cache: filling VMA 7fd034bb6000-7fd034bb7000 (4K) [l:7fd034a00000 h:7fd034c00000]
> (71.613861) page-pipe: Add iov to page pipe (5 iovs, 2385/1475266 total)
> (71.613864) Pagemap generated: 1 pages 0 holes
> (71.613867) pagemap-cache: filling VMA 7fd034bb7000-7fd034bb8000 (4K) [l:7fd034a00000 h:7fd034c00000]
> (71.613873) Pagemap generated: 1 pages 0 holes
> (71.613876) pagemap-cache: filling VMA 7fd034bb8000-7fd035866000 (12984K) [l:7fd034a00000 h:7fd034c00000]
> (71.614005) Pagemap generated: 0 pages 0 holes
> (71.614009) pagemap-cache: filling VMA 7fd035866000-7fd035a65000 (2044K) [l:7fd035800000 h:7fd035a00000]
> (71.614012) pagemap-cache: 	    7fd035866000-7fd035a65000     nr:1     cov:2093056
> (71.614015) pagemap-cache: 	simple mode [l:7fd035866000 h:7fd035a65000]
> (71.614067) Pagemap generated: 0 pages 0 holes
> (71.614071) pagemap-cache: filling VMA 7fd035a65000-7fd035b3c000 (860K) [l:7fd035a00000 h:7fd035c00000]
> (71.614074) pagemap-cache: 	    7fd035a65000-7fd035b3c000     nr:1     cov:880640
> (71.614077) pagemap-cache: 	    7fd035b3c000-7fd035b80000     nr:2     cov:1159168
> (71.614081) pagemap-cache: 	cache  mode [l:7fd035a65000 h:7fd035c00000]
> (71.614092) page-pipe: Add iov to page pipe (6 iovs, 2386/1475266 total)
> (71.614098) Pagemap generated: 215 pages 0 holes
> (71.614102) Pagemap generated: 68 pages 0 holes
> (71.614105) pagemap-cache: filling VMA 7fd035b80000-7fd035d3b000 (1772K) [l:7fd035a00000 h:7fd035c00000]
> (71.614124) Pagemap generated: 0 pages 0 holes
> (71.614128) pagemap-cache: filling VMA 7fd035d3b000-7fd035f3a000 (2044K) [l:7fd035c00000 h:7fd035e00000]
> (71.614141) Pagemap generated: 0 pages 0 holes
> (71.614145) pagemap-cache: filling VMA 7fd035f3a000-7fd035f3e000 (16K) [l:7fd035e00000 h:7fd036000000]
> (71.614151) page-pipe: Add iov to page pipe (7 iovs, 2387/1475266 total)
> (71.614154) Pagemap generated: 4 pages 0 holes
> (71.614157) pagemap-cache: filling VMA 7fd035f3e000-7fd035f40000 (8K) [l:7fd035e00000 h:7fd036000000]
> (71.614163) Pagemap generated: 2 pages 0 holes
> (71.614166) pagemap-cache: filling VMA 7fd035f40000-7fd035f45000 (20K) [l:7fd035e00000 h:7fd036000000]
> (71.614172) Pagemap generated: 5 pages 0 holes
> (71.614184) pagemap-cache: filling VMA 7fd035f45000-7fd035f48000 (12K) [l:7fd035e00000 h:7fd036000000]
> (71.614190) Pagemap generated: 0 pages 0 holes
> (71.614194) pagemap-cache: filling VMA 7fd035f48000-7fd036147000 (2044K) [l:7fd035e00000 h:7fd036000000]
> (71.614206) Pagemap generated: 0 pages 0 holes
> (71.614210) pagemap-cache: filling VMA 7fd036147000-7fd036148000 (4K) [l:7fd036000000 h:7fd036200000]
> (71.614216) page-pipe: Add iov to page pipe (8 iovs, 2388/1475266 total)
> (71.614219) Pagemap generated: 1 pages 0 holes
> (71.614222) pagemap-cache: filling VMA 7fd036148000-7fd036149000 (4K) [l:7fd036000000 h:7fd036200000]
> (71.614228) Pagemap generated: 1 pages 0 holes
> (71.614231) pagemap-cache: filling VMA 7fd036149000-7fd03615e000 (84K) [l:7fd036000000 h:7fd036200000]
> (71.614237) Pagemap generated: 0 pages 0 holes
> (71.614240) pagemap-cache: filling VMA 7fd03615e000-7fd03635e000 (2048K) [l:7fd036000000 h:7fd036200000]
> (71.614252) Pagemap generated: 0 pages 0 holes
> (71.614256) pagemap-cache: filling VMA 7fd03635e000-7fd03635f000 (4K) [l:7fd036200000 h:7fd036400000]
> (71.614261) page-pipe: Add iov to page pipe (9 iovs, 2389/1475266 total)
> (71.614265) Pagemap generated: 1 pages 0 holes
> (71.614267) pagemap-cache: filling VMA 7fd03635f000-7fd036378000 (100K) [l:7fd036200000 h:7fd036400000]
> (71.614273) Pagemap generated: 0 pages 0 holes
> (71.614276) pagemap-cache: filling VMA 7fd036378000-7fd036577000 (2044K) [l:7fd036200000 h:7fd036400000]
> (71.614303) Pagemap generated: 0 pages 0 holes
> (71.614306) pagemap-cache: filling VMA 7fd036577000-7fd036578000 (4K) [l:7fd036400000 h:7fd036600000]
> (71.614313) page-pipe: Add iov to page pipe (10 iovs, 2390/1475266 total)
> (71.614316) Pagemap generated: 1 pages 0 holes
> (71.614319) pagemap-cache: filling VMA 7fd036578000-7fd036579000 (4K) [l:7fd036400000 h:7fd036600000]
> (71.614325) Pagemap generated: 1 pages 0 holes
> (71.614329) pagemap-cache: filling VMA 7fd036579000-7fd03657d000 (16K) [l:7fd036400000 h:7fd036600000]
> (71.614335) Pagemap generated: 4 pages 0 holes
> (71.614339) pagemap-cache: filling VMA 7fd03657d000-7fd0365a0000 (140K) [l:7fd036400000 h:7fd036600000]
> (71.614345) Pagemap generated: 0 pages 0 holes
> (71.614349) pagemap-cache: filling VMA 7fd0365a0000-7fd03664a000 (680K) [l:7fd036400000 h:7fd036600000]
> (71.614413) page-pipe: Add iov to page pipe (11 iovs, 2391/1475266 total)
> (71.614418) page-pipe: Will grow page pipe (iov off is 2392)
> (71.614421) page-pipe: Add iov to page pipe (0 iovs, 2392/1475266 total)
> (71.614424) Pagemap generated: 170 pages 0 holes
> (71.614427) pagemap-cache: filling VMA 7fd03664a000-7fd03664b000 (4K) [l:7fd036600000 h:7fd036800000]
> (71.614430) pagemap-cache: 	    7fd03664a000-7fd03664b000     nr:1     cov:4096
> (71.614434) pagemap-cache: 	    7fd03664b000-7fd03674b000     nr:2     cov:1052672
> (71.614437) pagemap-cache: 	    7fd03674b000-7fd036753000     nr:3     cov:1085440
> (71.614441) pagemap-cache: 	    7fd036753000-7fd036756000     nr:4     cov:1097728
> (71.614444) pagemap-cache: 	    7fd036756000-7fd036798000     nr:5     cov:1368064
> (71.614447) pagemap-cache: 	    7fd036798000-7fd03679a000     nr:6     cov:1376256
> (71.614450) pagemap-cache: 	    7fd03679a000-7fd03679b000     nr:7     cov:1380352
> (71.614454) pagemap-cache: 	    7fd03679b000-7fd03679c000     nr:8     cov:1384448
> (71.614457) pagemap-cache: 	    7fd03679c000-7fd03679d000     nr:9     cov:1388544
> (71.614460) pagemap-cache: 	    7fd03679d000-7fd03679f000     nr:10    cov:1396736
> (71.614463) pagemap-cache: 	    7fd03679f000-7fd0367a0000     nr:11    cov:1400832
> (71.614467) pagemap-cache: 	    7fd0367a0000-7fd0367a1000     nr:12    cov:1404928
> (71.614470) pagemap-cache: 	    7fd0367a1000-7fd0367a2000     nr:13    cov:1409024
> (71.614473) pagemap-cache: 	cache  mode [l:7fd03664a000 h:7fd036800000]
> (71.614484) Pagemap generated: 0 pages 0 holes
> (71.614488) page-pipe: Add iov to page pipe (1 iovs, 2393/1475266 total)
> (71.614496) Pagemap generated: 256 pages 0 holes
> (71.614498) Pagemap generated: 0 pages 0 holes
> (71.614501) page-pipe: Add iov to page pipe (2 iovs, 2394/1475266 total)
> (71.614505) Pagemap generated: 66 pages 0 holes
> (71.614517) page-pipe: Add iov to page pipe (3 iovs, 2395/1475266 total)
> (71.614520) Pagemap generated: 1 pages 0 holes
> (71.614523) Pagemap generated: 0 pages 0 holes
> (71.614526) page-pipe: Add iov to page pipe (4 iovs, 2396/1475266 total)
> (71.614529) Pagemap generated: 2 pages 0 holes
> (71.614532) Pagemap generated: 1 pages 0 holes
> (71.614535) Pagemap generated: 1 pages 0 holes
> (71.614537) Pagemap generated: 1 pages 0 holes
> (71.614540) pagemap-cache: filling VMA 7fff3fced000-7fff3fd10000 (140K) [l:7fff3fc00000 h:7fff3fe00000]
> (71.614551) page-pipe: Add iov to page pipe (5 iovs, 2397/1475266 total)
> (71.614555) Pagemap generated: 34 pages 0 holes
> (71.614558) pagemap-cache: filling VMA 7fff3fd2a000-7fff3fd2c000 (8K) [l:7fff3fc00000 h:7fff3fe00000]
> (71.614563) page-pipe: Add iov to page pipe (6 iovs, 2398/1475266 total)
> (71.614566) Pagemap generated: 2 pages 0 holes
> (71.614569) page-pipe: Page pipe:
> (71.614572) page-pipe: * 8 pipes 2399/1475266 iovs:
> (71.614575) page-pipe: 	buf 512 pages, 1 iovs:
> (71.614578) page-pipe: 		0x7fd030b4b000 512
> (71.614581) page-pipe: 	buf 512 pages, 1 iovs:
> (71.614584) page-pipe: 		0x7fd030d4b000 512
> (71.614586) page-pipe: 	buf 512 pages, 2 iovs:
> (71.614589) page-pipe: 		0x7fd030f4b000 454
> (71.614592) page-pipe: 		0x7fd031118000 58
> (71.614595) page-pipe: 	buf 512 pages, 1 iovs:
> (71.614597) page-pipe: 		0x7fd031152000 512
> (71.614600) page-pipe: 	buf 512 pages, 1 iovs:
> (71.614603) page-pipe: 		0x7fd031352000 512
> (71.614605) page-pipe: 	buf 512 pages, 19 iovs:
> (71.614608) page-pipe: 		0x7fd031552000 57
> (71.614611) page-pipe: 		0x7fd0315a1000 37
> (71.614613) page-pipe: 		0x7fd0315de000 17
> (71.614616) page-pipe: 		0x7fd031607000 17
> (71.614619) page-pipe: 		0x7fd031630000 17
> (71.614621) page-pipe: 		0x7fd031659000 17
> (71.614624) page-pipe: 		0x7fd031682000 18
> (71.614627) page-pipe: 		0x7fd0316ac000 19
> (71.614629) page-pipe: 		0x7fd0316d7000 19
> (71.614632) page-pipe: 		0x7fd031702000 19
> (71.614635) page-pipe: 		0x7fd03172d000 19
> (71.614637) page-pipe: 		0x7fd031758000 19
> (71.614640) page-pipe: 		0x7fd031783000 19
> (71.614642) page-pipe: 		0x7fd0317ae000 19
> (71.614645) page-pipe: 		0x7fd0317d9000 19
> (71.614648) page-pipe: 		0x7fd031804000 20
> (71.614650) page-pipe: 		0x7fd031830000 28
> (71.614653) page-pipe: 		0x7fd031863000 115
> (71.614656) page-pipe: 		0x7fd034015000 17
> (71.614658) page-pipe: 	buf 512 pages, 12 iovs:
> (71.614661) page-pipe: 		0x7fd034026000 63
> (71.614664) page-pipe: 		0x7fd03426e000 1
> (71.614667) page-pipe: 		0x7fd034499000 2
> (71.614669) page-pipe: 		0x7fd0346a8000 2
> (71.614672) page-pipe: 		0x7fd0348b0000 2
> (71.614675) page-pipe: 		0x7fd034bb6000 2
> (71.614677) page-pipe: 		0x7fd035a65000 283
> (71.614680) page-pipe: 		0x7fd035f3a000 11
> (71.614683) page-pipe: 		0x7fd036147000 2
> (71.614685) page-pipe: 		0x7fd03635e000 1
> (71.614688) page-pipe: 		0x7fd036577000 6
> (71.614691) page-pipe: 		0x7fd0365a0000 137
> (71.614693) page-pipe: 	buf 397 pages, 7 iovs:
> (71.614696) page-pipe: 		0x7fd036629000 33
> (71.614699) page-pipe: 		0x7fd03664b000 256
> (71.614701) page-pipe: 		0x7fd036756000 66
> (71.614704) page-pipe: 		0x7fd03679b000 1
> (71.614707) page-pipe: 		0x7fd03679d000 5
> (71.614709) page-pipe: 		0x7fff3fcee000 34
> (71.614712) page-pipe: 		0x7fff3fd2a000 2
> (71.614715) page-pipe: * 0 holes:
> (71.614718) PPB: 512 pages 1 segs 512 pipe 2355 off
> (71.614737) Sent msg to daemon 8 0 0
> (71.614750) Wait for ack 8 on daemon socket
> pie: __fetched msg: 8 0 0
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.614869) Fetched ack: 8 8 0
> (71.614874) PPB: 512 pages 1 segs 512 pipe 2356 off
> (71.614881) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.614887) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.614987) Fetched ack: 8 8 0
> (71.614993) PPB: 512 pages 2 segs 512 pipe 2357 off
> (71.615000) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.615006) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.615105) Fetched ack: 8 8 0
> (71.615110) PPB: 512 pages 1 segs 512 pipe 2359 off
> (71.615127) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.615133) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.615231) Fetched ack: 8 8 0
> (71.615237) PPB: 512 pages 1 segs 512 pipe 2360 off
> (71.615244) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.615250) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.615348) Fetched ack: 8 8 0
> (71.615354) PPB: 512 pages 19 segs 512 pipe 2361 off
> (71.615361) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.615367) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.615466) Fetched ack: 8 8 0
> (71.615472) PPB: 512 pages 12 segs 512 pipe 2380 off
> (71.615478) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.615484) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.615524) Fetched ack: 8 8 0
> (71.615530) PPB: 397 pages 7 segs 512 pipe 2392 off
> (71.615537) Sent msg to daemon 8 0 0
> pie: __fetched msg: 8 0 0
> (71.615543) Wait for ack 8 on daemon socket
> pie: __sent ack msg: 8 8 0
> pie: Daemon wais for command
> (71.615577) Fetched ack: 8 8 0
> (71.615583) Transfering pages:
> (71.615586) 	buf 512/1
> (71.615588) 	p 0x7fd030b4b000 [512]
> (71.645305) 	buf 512/1
> (71.645320) 	p 0x7fd030d4b000 [512]
> (71.677304) 	buf 512/2
> (71.677324) 	p 0x7fd030f4b000 [454]
> (71.705304) 	p 0x7fd031118000 [58]
> (71.705868) 	buf 512/1
> (71.705872) 	p 0x7fd031152000 [512]
> (71.741301) 	buf 512/1
> (71.741321) 	p 0x7fd031352000 [512]
> (71.773304) 	buf 512/19
> (71.773320) 	p 0x7fd031552000 [57]
> (71.773872) 	p 0x7fd0315a1000 [37]
> (71.774216) 	p 0x7fd0315de000 [17]
> (71.774380) 	p 0x7fd031607000 [17]
> (71.774540) 	p 0x7fd031630000 [17]
> (71.774707) 	p 0x7fd031659000 [17]
> (71.774865) 	p 0x7fd031682000 [18]
> (71.775037) 	p 0x7fd0316ac000 [19]
> (71.775217) 	p 0x7fd0316d7000 [19]
> (71.781304) 	p 0x7fd031702000 [19]
> (71.781504) 	p 0x7fd03172d000 [19]
> (71.781692) 	p 0x7fd031758000 [19]
> (71.781873) 	p 0x7fd031783000 [19]
> (71.782053) 	p 0x7fd0317ae000 [19]
> (71.782230) 	p 0x7fd0317d9000 [19]
> (71.789300) 	p 0x7fd031804000 [20]
> (71.789509) 	p 0x7fd031830000 [28]
> (71.789769) 	p 0x7fd031863000 [115]
> (71.797300) 	p 0x7fd034015000 [17]
> (71.797479) 	buf 512/12
> (71.797483) 	p 0x7fd034026000 [63]
> (71.798085) 	p 0x7fd03426e000 [1]
> (71.798101) 	p 0x7fd034499000 [2]
> (71.798125) 	p 0x7fd0346a8000 [2]
> (71.798149) 	p 0x7fd0348b0000 [2]
> (71.798174) 	p 0x7fd034bb6000 [2]
> (71.798198) 	p 0x7fd035a65000 [283]
> (71.821301) 	p 0x7fd035f3a000 [11]
> (71.821433) 	p 0x7fd036147000 [2]
> (71.821457) 	p 0x7fd03635e000 [1]
> (71.821528) 	p 0x7fd036577000 [6]
> (71.821588) 	p 0x7fd0365a0000 [137]
> (71.829298) 	buf 397/7
> (71.829306) 	p 0x7fd036629000 [33]
> (71.829627) 	p 0x7fd03664b000 [256]
> (71.849306) 	p 0x7fd036756000 [66]
> (71.849939) 	p 0x7fd03679b000 [1]
> (71.849954) 	p 0x7fd03679d000 [5]
> (71.850007) 	p 0x7fff3fcee000 [34]
> (71.850320) 	p 0x7fff3fd2a000 [2]
> (71.850401) bfd: BUF 0x7f20686b2000 >
> (71.850408) page-pipe: Killing page pipe
> (71.850825) ----------------------------------------
> (71.850848) Sent msg to daemon 7 0 0
> (71.850853) Wait for ack 7 on daemon socket
> pie: __fetched msg: 7 0 0
> pie: __sent ack msg: 7 7 0
> pie: Daemon wais for command
> (71.851251) Fetched ack: 7 7 0
> pie: __fetched msg: 9 0 0
> pie: __sent ack msg: 9 9 0
> pie: Daemon wais for command
> (71.851297) Sent msg to daemon 9 0 0
> (71.851301) Wait for ack 9 on daemon socket
> (71.851306) Fetched ack: 9 9 0
> (71.851325) Sent msg to daemon 10 0 0
> (71.851329) Wait for ack 10 on daemon socket
> pie: __fetched msg: 10 0 0
> pie: __sent ack msg: 10 10 0
> pie: Daemon wais for command
> (71.851347) Fetched ack: 10 10 0
> (71.851359) Sent msg to daemon 11 0 0
> pie: __fetched msg: 11 0 0
> (71.851363) Wait for ack 11 on daemon socket
> pie: __sent ack msg: 11 11 0
> (71.851371) Fetched ack: 11 11 0
> pie: Daemon wais for command
> (71.851376) 
> (71.851380) Dumping core (pid: 10764)
> (71.851383) ----------------------------------------
> (71.851386) Obtaining personality ... (71.851432) 10764 has 0 sched policy
> (71.851438) 	dumping 0 nice for 10764
> (71.851447) cg: Dumping cgroups for 10764
> (71.851543) cg:  `- Existing css 2 found
> (71.851570) ----------------------------------------
> (71.851573) 
> (71.851576) Dumping creds for 10764)
> (71.851579) ----------------------------------------
> (71.851586) Sent msg to daemon 13 0 0
> pie: __fetched msg: 13 0 0
> (71.851590) Wait for ack 13 on daemon socket
> pie: __sent ack msg: 13 13 0
> pie: Daemon wais for command
> (71.851641) Fetched ack: 13 13 0
> (71.851656) Waiting for 10764 to trap
> (71.851677) Daemon 10764 exited trapping
> (71.851686) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 662: new_sp=0x7fd001ca8008 ip 0x7fd036368669
> (71.851752) 10764 was trapped
> (71.851757) `- Expecting exit
> (71.851767) 10764 was trapped
> (71.851772) 10764 is going to execute the syscall f
> (71.851790) 10764 was stopped
> (71.851796) 
> (71.851799) Dumping core for thread (pid: 10765)
> (71.851802) ----------------------------------------
> (71.851841) Dumping GP/FPU registers for 10765
> (71.851850) 10765 has 0 sched policy
> (71.851854) 	dumping 0 nice for 10765
> (71.851900) bfd: BUF 0x7f20686b2000 <
> (71.851927) bfd: BUF 0x7f20686b2000 >
> (71.851933) ----------------------------------------
> (71.851936) 
> (71.851939) Dumping core for thread (pid: 10766)
> (71.851942) ----------------------------------------
> (71.851969) Dumping GP/FPU registers for 10766
> (71.851976) 10766 has 0 sched policy
> (71.851979) 	dumping 0 nice for 10766
> (71.852000) bfd: BUF 0x7f20686b2000 <
> (71.852022) bfd: BUF 0x7f20686b2000 >
> (71.852027) ----------------------------------------
> (71.852030) 
> (71.852032) Dumping core for thread (pid: 10767)
> (71.852035) ----------------------------------------
> (71.852062) Dumping GP/FPU registers for 10767
> (71.852068) 10767 has 0 sched policy
> (71.852072) 	dumping 0 nice for 10767
> (71.852088) bfd: BUF 0x7f20686b2000 <
> (71.852109) bfd: BUF 0x7f20686b2000 >
> (71.852114) ----------------------------------------
> (71.852117) 
> (71.852119) Dumping core for thread (pid: 10768)
> (71.852122) ----------------------------------------
> (71.852149) Dumping GP/FPU registers for 10768
> (71.852155) 10768 has 0 sched policy
> (71.852158) 	dumping 0 nice for 10768
> (71.852176) bfd: BUF 0x7f20686b2000 <
> (71.852197) bfd: BUF 0x7f20686b2000 >
> (71.852202) ----------------------------------------
> (71.852205) 
> (71.852208) Dumping core for thread (pid: 10769)
> (71.852211) ----------------------------------------
> (71.852295) Dumping GP/FPU registers for 10769
> (71.852336) 10769 has 0 sched policy
> (71.852342) 	dumping 0 nice for 10769
> (71.852397) bfd: BUF 0x7f20686b2000 <
> (71.852461) bfd: BUF 0x7f20686b2000 >
> (71.852475) ----------------------------------------
> (71.852480) 
> (71.852484) Dumping core for thread (pid: 10770)
> (71.852488) ----------------------------------------
> (71.852523) Dumping GP/FPU registers for 10770
> (71.852531) 10770 has 0 sched policy
> (71.852535) 	dumping 0 nice for 10770
> (71.852558) bfd: BUF 0x7f20686b2000 <
> (71.852586) bfd: BUF 0x7f20686b2000 >
> (71.852592) ----------------------------------------
> (71.852596) 
> (71.852599) Dumping core for thread (pid: 10771)
> (71.852603) ----------------------------------------
> (71.852635) Dumping GP/FPU registers for 10771
> (71.852643) 10771 has 0 sched policy
> (71.852648) 	dumping 0 nice for 10771
> (71.852670) bfd: BUF 0x7f20686b2000 <
> (71.852696) bfd: BUF 0x7f20686b2000 >
> (71.852703) ----------------------------------------
> (71.852707) 
> (71.852710) Dumping core for thread (pid: 10772)
> (71.852713) ----------------------------------------
> (71.852746) Dumping GP/FPU registers for 10772
> (71.852754) 10772 has 0 sched policy
> (71.852759) 	dumping 0 nice for 10772
> (71.852779) bfd: BUF 0x7f20686b2000 <
> (71.852806) bfd: BUF 0x7f20686b2000 >
> (71.852812) ----------------------------------------
> (71.852816) 
> (71.852820) Dumping core for thread (pid: 10773)
> (71.852823) ----------------------------------------
> (71.852857) Dumping GP/FPU registers for 10773
> (71.852865) 10773 has 0 sched policy
> (71.852869) 	dumping 0 nice for 10773
> (71.852892) bfd: BUF 0x7f20686b2000 <
> (71.852919) bfd: BUF 0x7f20686b2000 >
> (71.852925) ----------------------------------------
> (71.852929) 
> (71.852932) Dumping core for thread (pid: 10774)
> (71.852953) ----------------------------------------
> (71.852986) Dumping GP/FPU registers for 10774
> (71.852994) 10774 has 0 sched policy
> (71.852999) 	dumping 0 nice for 10774
> (71.853020) bfd: BUF 0x7f20686b2000 <
> (71.853046) bfd: BUF 0x7f20686b2000 >
> (71.853052) ----------------------------------------
> (71.853056) 
> (71.853059) Dumping core for thread (pid: 10775)
> (71.853063) ----------------------------------------
> (71.853095) Dumping GP/FPU registers for 10775
> (71.853103) 10775 has 0 sched policy
> (71.853107) 	dumping 0 nice for 10775
> (71.853128) bfd: BUF 0x7f20686b2000 <
> (71.853154) bfd: BUF 0x7f20686b2000 >
> (71.853160) ----------------------------------------
> (71.853164) 
> (71.853167) Dumping core for thread (pid: 10776)
> (71.853170) ----------------------------------------
> (71.853202) Dumping GP/FPU registers for 10776
> (71.853209) 10776 has 0 sched policy
> (71.853214) 	dumping 0 nice for 10776
> (71.853234) bfd: BUF 0x7f20686b2000 <
> (71.853260) bfd: BUF 0x7f20686b2000 >
> (71.853266) ----------------------------------------
> (71.853270) 
> (71.853274) Dumping core for thread (pid: 10777)
> (71.853277) ----------------------------------------
> (71.853307) Dumping GP/FPU registers for 10777
> (71.853317) 10777 has 0 sched policy
> (71.853321) 	dumping 0 nice for 10777
> (71.853341) bfd: BUF 0x7f20686b2000 <
> (71.853374) bfd: BUF 0x7f20686b2000 >
> (71.853380) ----------------------------------------
> (71.853384) 
> (71.853387) Dumping core for thread (pid: 10778)
> (71.853391) ----------------------------------------
> (71.853478) Dumping GP/FPU registers for 10778
> (71.853526) 10778 has 0 sched policy
> (71.853533) 	dumping 0 nice for 10778
> (71.853589) bfd: BUF 0x7f20686b2000 <
> (71.853658) bfd: BUF 0x7f20686b2000 >
> (71.853672) ----------------------------------------
> (71.853677) 
> (71.853680) Dumping core for thread (pid: 10779)
> (71.853684) ----------------------------------------
> (71.853719) Dumping GP/FPU registers for 10779
> (71.853727) 10779 has 0 sched policy
> (71.853732) 	dumping 0 nice for 10779
> (71.853753) bfd: BUF 0x7f20686b2000 <
> (71.853781) bfd: BUF 0x7f20686b2000 >
> (71.853788) ----------------------------------------
> (71.853792) 
> (71.853795) Dumping core for thread (pid: 10780)
> (71.853798) ----------------------------------------
> (71.853831) Dumping GP/FPU registers for 10780
> (71.853839) 10780 has 0 sched policy
> (71.853843) 	dumping 0 nice for 10780
> (71.853864) bfd: BUF 0x7f20686b2000 <
> (71.853892) bfd: BUF 0x7f20686b2000 >
> (71.853898) ----------------------------------------
> (71.853902) 
> (71.853905) Dumping core for thread (pid: 10781)
> (71.853909) ----------------------------------------
> (71.853941) Dumping GP/FPU registers for 10781
> (71.853949) 10781 has 0 sched policy
> (71.853954) 	dumping 0 nice for 10781
> (71.853976) bfd: BUF 0x7f20686b2000 <
> (71.854003) bfd: BUF 0x7f20686b2000 >
> (71.854009) ----------------------------------------
> (71.854013) 
> (71.854016) Dumping core for thread (pid: 10782)
> (71.854020) ----------------------------------------
> (71.854051) Dumping GP/FPU registers for 10782
> (71.854059) 10782 has 0 sched policy
> (71.854063) 	dumping 0 nice for 10782
> (71.854084) bfd: BUF 0x7f20686b2000 <
> (71.854110) bfd: BUF 0x7f20686b2000 >
> (71.854116) ----------------------------------------
> (71.854120) 
> (71.854123) Dumping core for thread (pid: 10783)
> (71.854127) ----------------------------------------
> (71.854158) Dumping GP/FPU registers for 10783
> (71.854165) 10783 has 0 sched policy
> (71.854170) 	dumping 0 nice for 10783
> (71.854190) bfd: BUF 0x7f20686b2000 <
> (71.854216) bfd: BUF 0x7f20686b2000 >
> (71.854222) ----------------------------------------
> (71.854226) 
> (71.854229) Dumping core for thread (pid: 10784)
> (71.854232) ----------------------------------------
> (71.854264) Dumping GP/FPU registers for 10784
> (71.854272) 10784 has 0 sched policy
> (71.854276) 	dumping 0 nice for 10784
> (71.854297) bfd: BUF 0x7f20686b2000 <
> (71.854322) bfd: BUF 0x7f20686b2000 >
> (71.854329) ----------------------------------------
> (71.854332) 
> (71.854336) Dumping core for thread (pid: 10785)
> (71.854339) ----------------------------------------
> (71.854394) Dumping GP/FPU registers for 10785
> (71.854402) 10785 has 0 sched policy
> (71.854407) 	dumping 0 nice for 10785
> (71.854426) bfd: BUF 0x7f20686b2000 <
> (71.854452) bfd: BUF 0x7f20686b2000 >
> (71.854458) ----------------------------------------
> (71.854462) 
> (71.854466) Dumping core for thread (pid: 10786)
> (71.854469) ----------------------------------------
> (71.854500) Dumping GP/FPU registers for 10786
> (71.854508) 10786 has 0 sched policy
> (71.854513) 	dumping 0 nice for 10786
> (71.854533) bfd: BUF 0x7f20686b2000 <
> (71.854559) bfd: BUF 0x7f20686b2000 >
> (71.854565) ----------------------------------------
> (71.854569) 
> (71.854572) Dumping core for thread (pid: 10787)
> (71.854576) ----------------------------------------
> (71.854607) Dumping GP/FPU registers for 10787
> (71.854614) 10787 has 0 sched policy
> (71.854619) 	dumping 0 nice for 10787
> (71.854639) bfd: BUF 0x7f20686b2000 <
> (71.854665) bfd: BUF 0x7f20686b2000 >
> (71.854671) ----------------------------------------
> (71.854675) 
> (71.854678) Dumping core for thread (pid: 10788)
> (71.854682) ----------------------------------------
> (71.854713) Dumping GP/FPU registers for 10788
> (71.854721) 10788 has 0 sched policy
> (71.854725) 	dumping 0 nice for 10788
> (71.854744) bfd: BUF 0x7f20686b2000 <
> (71.854770) bfd: BUF 0x7f20686b2000 >
> (71.854776) ----------------------------------------
> (71.854780) 
> (71.854783) Dumping core for thread (pid: 10789)
> (71.854787) ----------------------------------------
> (71.854818) Dumping GP/FPU registers for 10789
> (71.854826) 10789 has 0 sched policy
> (71.854830) 	dumping 0 nice for 10789
> (71.854853) bfd: BUF 0x7f20686b2000 <
> (71.854880) bfd: BUF 0x7f20686b2000 >
> (71.854886) ----------------------------------------
> (71.854890) 
> (71.854893) Dumping core for thread (pid: 10790)
> (71.854897) ----------------------------------------
> (71.854927) Dumping GP/FPU registers for 10790
> (71.854935) 10790 has 0 sched policy
> (71.854939) 	dumping 0 nice for 10790
> (71.854960) bfd: BUF 0x7f20686b2000 <
> (71.854986) bfd: BUF 0x7f20686b2000 >
> (71.854992) ----------------------------------------
> (71.854996) 
> (71.854999) Dumping core for thread (pid: 10791)
> (71.855003) ----------------------------------------
> (71.855034) Dumping GP/FPU registers for 10791
> (71.855042) 10791 has 0 sched policy
> (71.855046) 	dumping 0 nice for 10791
> (71.855066) bfd: BUF 0x7f20686b2000 <
> (71.855092) bfd: BUF 0x7f20686b2000 >
> (71.855099) ----------------------------------------
> (71.855103) 
> (71.855106) Dumping core for thread (pid: 10792)
> (71.855109) ----------------------------------------
> (71.855139) Dumping GP/FPU registers for 10792
> (71.855147) 10792 has 0 sched policy
> (71.855152) 	dumping 0 nice for 10792
> (71.855172) bfd: BUF 0x7f20686b2000 <
> (71.855198) bfd: BUF 0x7f20686b2000 >
> (71.855204) ----------------------------------------
> (71.855208) 
> (71.855211) Dumping core for thread (pid: 10793)
> (71.855214) ----------------------------------------
> (71.855258) Dumping GP/FPU registers for 10793
> (71.855273) 10793 has 0 sched policy
> (71.855278) 	dumping 0 nice for 10793
> (71.855307) bfd: BUF 0x7f20686b2000 <
> (71.855337) bfd: BUF 0x7f20686b2000 >
> (71.855344) ----------------------------------------
> (71.855348) 
> (71.855351) Dumping core for thread (pid: 10794)
> (71.855354) ----------------------------------------
> (71.855403) Dumping GP/FPU registers for 10794
> (71.855421) 10794 has 0 sched policy
> (71.855426) 	dumping 0 nice for 10794
> (71.855459) bfd: BUF 0x7f20686b2000 <
> (71.855499) bfd: BUF 0x7f20686b2000 >
> (71.855507) ----------------------------------------
> (71.855511) 
> (71.855514) Dumping core for thread (pid: 10795)
> (71.855518) ----------------------------------------
> (71.855550) Dumping GP/FPU registers for 10795
> (71.855558) 10795 has 0 sched policy
> (71.855563) 	dumping 0 nice for 10795
> (71.855584) bfd: BUF 0x7f20686b2000 <
> (71.855611) bfd: BUF 0x7f20686b2000 >
> (71.855618) ----------------------------------------
> (71.855622) 
> (71.855625) Dumping core for thread (pid: 10796)
> (71.855628) ----------------------------------------
> (71.855661) Dumping GP/FPU registers for 10796
> (71.855681) 10796 has 0 sched policy
> (71.855686) 	dumping 0 nice for 10796
> (71.855706) bfd: BUF 0x7f20686b2000 <
> (71.855733) bfd: BUF 0x7f20686b2000 >
> (71.855739) ----------------------------------------
> (71.855743) 
> (71.855746) Dumping core for thread (pid: 10797)
> (71.855750) ----------------------------------------
> (71.855780) Dumping GP/FPU registers for 10797
> (71.855788) 10797 has 0 sched policy
> (71.855792) 	dumping 0 nice for 10797
> (71.855813) bfd: BUF 0x7f20686b2000 <
> (71.855839) bfd: BUF 0x7f20686b2000 >
> (71.855845) ----------------------------------------
> (71.855849) 
> (71.855853) Dumping core for thread (pid: 10799)
> (71.855856) ----------------------------------------
> (71.855888) Dumping GP/FPU registers for 10799
> (71.855896) 10799 has 0 sched policy
> (71.855901) 	dumping 0 nice for 10799
> (71.855922) bfd: BUF 0x7f20686b2000 <
> (71.855948) bfd: BUF 0x7f20686b2000 >
> (71.855954) ----------------------------------------
> (71.855958) 
> (71.855961) Dumping core for thread (pid: 10808)
> (71.855965) ----------------------------------------
> (71.855997) Dumping GP/FPU registers for 10808
> (71.856004) 10808 has 0 sched policy
> (71.856009) 	dumping 0 nice for 10808
> (71.856029) bfd: BUF 0x7f20686b2000 <
> (71.856055) bfd: BUF 0x7f20686b2000 >
> (71.856061) ----------------------------------------
> (71.856065) 
> (71.856068) Dumping core for thread (pid: 10809)
> (71.856072) ----------------------------------------
> (71.856114) Dumping GP/FPU registers for 10809
> (71.856129) 10809 has 0 sched policy
> (71.856134) 	dumping 0 nice for 10809
> (71.856166) bfd: BUF 0x7f20686b2000 <
> (71.856196) bfd: BUF 0x7f20686b2000 >
> (71.856202) ----------------------------------------
> (71.856205) 
> (71.856207) Dumping core for thread (pid: 10810)
> (71.856210) ----------------------------------------
> (71.856258) Dumping GP/FPU registers for 10810
> (71.856273) 10810 has 0 sched policy
> (71.856278) 	dumping 0 nice for 10810
> (71.856305) bfd: BUF 0x7f20686b2000 <
> (71.856335) bfd: BUF 0x7f20686b2000 >
> (71.856341) ----------------------------------------
> (71.856345) 
> (71.856348) Dumping core for thread (pid: 10811)
> (71.856352) ----------------------------------------
> (71.856384) Dumping GP/FPU registers for 10811
> (71.856392) 10811 has 0 sched policy
> (71.856396) 	dumping 0 nice for 10811
> (71.856417) bfd: BUF 0x7f20686b2000 <
> (71.856443) bfd: BUF 0x7f20686b2000 >
> (71.856449) ----------------------------------------
> (71.856453) 
> (71.856456) Dumping core for thread (pid: 10822)
> (71.856460) ----------------------------------------
> (71.856491) Dumping GP/FPU registers for 10822
> (71.856499) 10822 has 0 sched policy
> (71.856503) 	dumping 0 nice for 10822
> (71.856523) bfd: BUF 0x7f20686b2000 <
> (71.856549) bfd: BUF 0x7f20686b2000 >
> (71.856555) ----------------------------------------
> (71.856559) 
> (71.856562) Dumping core for thread (pid: 10935)
> (71.856566) ----------------------------------------
> (71.856606) Dumping GP/FPU registers for 10935
> (71.856621) 10935 has 0 sched policy
> (71.856626) 	dumping 0 nice for 10935
> (71.856658) bfd: BUF 0x7f20686b2000 <
> (71.856683) bfd: BUF 0x7f20686b2000 >
> (71.856688) ----------------------------------------
> (71.856691) 
> (71.856694) Dumping core for thread (pid: 10936)
> (71.856697) ----------------------------------------
> (71.856723) Dumping GP/FPU registers for 10936
> (71.856729) 10936 has 0 sched policy
> (71.856733) 	dumping 0 nice for 10936
> (71.856753) bfd: BUF 0x7f20686b2000 <
> (71.856775) bfd: BUF 0x7f20686b2000 >
> (71.856780) ----------------------------------------
> (71.856783) 
> (71.856786) Dumping core for thread (pid: 10937)
> (71.856788) ----------------------------------------
> (71.856816) Dumping GP/FPU registers for 10937
> (71.856822) 10937 has 0 sched policy
> (71.856826) 	dumping 0 nice for 10937
> (71.856842) bfd: BUF 0x7f20686b2000 <
> (71.856864) bfd: BUF 0x7f20686b2000 >
> (71.856869) ----------------------------------------
> (71.856872) 
> (71.856874) Dumping core for thread (pid: 10938)
> (71.856877) ----------------------------------------
> (71.856903) Dumping GP/FPU registers for 10938
> (71.856909) 10938 has 0 sched policy
> (71.856913) 	dumping 0 nice for 10938
> (71.856944) bfd: BUF 0x7f20686b2000 <
> (71.856965) bfd: BUF 0x7f20686b2000 >
> (71.856970) ----------------------------------------
> (71.856974) 
> (71.856976) Dumping core for thread (pid: 10979)
> (71.856979) ----------------------------------------
> (71.857005) Dumping GP/FPU registers for 10979
> (71.857012) 10979 has 0 sched policy
> (71.857015) 	dumping 0 nice for 10979
> (71.857032) bfd: BUF 0x7f20686b2000 <
> (71.857054) bfd: BUF 0x7f20686b2000 >
> (71.857059) ----------------------------------------
> (71.857062) 
> (71.857064) Dumping core for thread (pid: 10980)
> (71.857067) ----------------------------------------
> (71.857092) Dumping GP/FPU registers for 10980
> (71.857099) 10980 has 0 sched policy
> (71.857102) 	dumping 0 nice for 10980
> (71.857119) bfd: BUF 0x7f20686b2000 <
> (71.857141) bfd: BUF 0x7f20686b2000 >
> (71.857146) ----------------------------------------
> (71.857149) 
> (71.857152) Dumping core for thread (pid: 10981)
> (71.857155) ----------------------------------------
> (71.857181) Dumping GP/FPU registers for 10981
> (71.857188) 10981 has 0 sched policy
> (71.857191) 	dumping 4 nice for 10981
> (71.857208) bfd: BUF 0x7f20686b2000 <
> (71.857234) bfd: BUF 0x7f20686b2000 >
> (71.857240) ----------------------------------------
> (71.857243) 
> (71.857245) Dumping core for thread (pid: 10982)
> (71.857248) ----------------------------------------
> (71.857299) Dumping GP/FPU registers for 10982
> (71.857313) 10982 has 0 sched policy
> (71.857318) 	dumping 0 nice for 10982
> (71.857346) bfd: BUF 0x7f20686b2000 <
> (71.857374) bfd: BUF 0x7f20686b2000 >
> (71.857381) ----------------------------------------
> (71.857385) 
> (71.857388) Dumping core for thread (pid: 10983)
> (71.857392) ----------------------------------------
> (71.857424) Dumping GP/FPU registers for 10983
> (71.857433) 10983 has 0 sched policy
> (71.857437) 	dumping 4 nice for 10983
> (71.857458) bfd: BUF 0x7f20686b2000 <
> (71.857486) bfd: BUF 0x7f20686b2000 >
> (71.857492) ----------------------------------------
> (71.857496) 
> (71.857500) Dumping core for thread (pid: 10985)
> (71.857503) ----------------------------------------
> (71.857543) Dumping GP/FPU registers for 10985
> (71.857555) 10985 has 0 sched policy
> (71.857560) 	dumping 0 nice for 10985
> (71.857591) bfd: BUF 0x7f20686b2000 <
> (71.857616) bfd: BUF 0x7f20686b2000 >
> (71.857621) ----------------------------------------
> (71.857624) 
> (71.857626) Dumping core for thread (pid: 10993)
> (71.857629) ----------------------------------------
> (71.857655) Dumping GP/FPU registers for 10993
> (71.857661) 10993 has 0 sched policy
> (71.857665) 	dumping 0 nice for 10993
> (71.857682) bfd: BUF 0x7f20686b2000 <
> (71.857705) bfd: BUF 0x7f20686b2000 >
> (71.857710) ----------------------------------------
> (71.857713) 
> (71.857716) Dumping core for thread (pid: 10994)
> (71.857718) ----------------------------------------
> (71.857764) Dumping GP/FPU registers for 10994
> (71.857778) 10994 has 0 sched policy
> (71.857783) 	dumping 0 nice for 10994
> (71.857811) bfd: BUF 0x7f20686b2000 <
> (71.857840) bfd: BUF 0x7f20686b2000 >
> (71.857846) ----------------------------------------
> (71.857850) 
> (71.857854) Dumping core for thread (pid: 10995)
> (71.857857) ----------------------------------------
> (71.857888) Dumping GP/FPU registers for 10995
> (71.857896) 10995 has 0 sched policy
> (71.857901) 	dumping 0 nice for 10995
> (71.857923) bfd: BUF 0x7f20686b2000 <
> (71.857950) bfd: BUF 0x7f20686b2000 >
> (71.857956) ----------------------------------------
> (71.857960) 
> (71.857963) Dumping core for thread (pid: 10996)
> (71.857966) ----------------------------------------
> (71.858009) Dumping GP/FPU registers for 10996
> (71.858023) 10996 has 0 sched policy
> (71.858028) 	dumping 0 nice for 10996
> (71.858060) bfd: BUF 0x7f20686b2000 <
> (71.858084) bfd: BUF 0x7f20686b2000 >
> (71.858089) ----------------------------------------
> (71.858092) 
> (71.858095) Dumping core for thread (pid: 10997)
> (71.858098) ----------------------------------------
> (71.858140) Dumping GP/FPU registers for 10997
> (71.858152) 10997 has 0 sched policy
> (71.858157) 	dumping 0 nice for 10997
> (71.858184) bfd: BUF 0x7f20686b2000 <
> (71.858214) bfd: BUF 0x7f20686b2000 >
> (71.858237) ----------------------------------------
> (71.858242) 
> (71.858245) Dumping core for thread (pid: 10998)
> (71.858249) ----------------------------------------
> (71.858288) Dumping GP/FPU registers for 10998
> (71.858300) 10998 has 0 sched policy
> (71.858305) 	dumping 0 nice for 10998
> (71.858334) bfd: BUF 0x7f20686b2000 <
> (71.858358) bfd: BUF 0x7f20686b2000 >
> (71.858363) ----------------------------------------
> (71.858366) 
> (71.858369) Dumping core for thread (pid: 10999)
> (71.858371) ----------------------------------------
> (71.858397) Dumping GP/FPU registers for 10999
> (71.858404) 10999 has 0 sched policy
> (71.858407) 	dumping 0 nice for 10999
> (71.858425) bfd: BUF 0x7f20686b2000 <
> (71.858446) bfd: BUF 0x7f20686b2000 >
> (71.858451) ----------------------------------------
> (71.858454) 
> (71.858457) Dumping core for thread (pid: 11000)
> (71.858460) ----------------------------------------
> (71.858484) Dumping GP/FPU registers for 11000
> (71.858490) 11000 has 0 sched policy
> (71.858494) 	dumping 0 nice for 11000
> (71.858513) bfd: BUF 0x7f20686b2000 <
> (71.858534) bfd: BUF 0x7f20686b2000 >
> (71.858539) ----------------------------------------
> (71.858542) 
> (71.858545) Dumping core for thread (pid: 11001)
> (71.858548) ----------------------------------------
> (71.858573) Dumping GP/FPU registers for 11001
> (71.858579) 11001 has 0 sched policy
> (71.858583) 	dumping 0 nice for 11001
> (71.858600) bfd: BUF 0x7f20686b2000 <
> (71.858621) bfd: BUF 0x7f20686b2000 >
> (71.858626) ----------------------------------------
> (71.858629) 
> (71.858631) Dumping core for thread (pid: 11002)
> (71.858634) ----------------------------------------
> (71.858659) Dumping GP/FPU registers for 11002
> (71.858665) 11002 has 0 sched policy
> (71.858669) 	dumping 0 nice for 11002
> (71.858685) bfd: BUF 0x7f20686b2000 <
> (71.858706) bfd: BUF 0x7f20686b2000 >
> (71.858711) ----------------------------------------
> (71.858714) 
> (71.858716) Dumping core for thread (pid: 11003)
> (71.858719) ----------------------------------------
> (71.858746) Dumping GP/FPU registers for 11003
> (71.858752) 11003 has 0 sched policy
> (71.858755) 	dumping 0 nice for 11003
> (71.858772) bfd: BUF 0x7f20686b2000 <
> (71.858795) bfd: BUF 0x7f20686b2000 >
> (71.858800) ----------------------------------------
> (71.858803) 
> (71.858806) Dumping core for thread (pid: 11004)
> (71.858809) ----------------------------------------
> (71.858834) Dumping GP/FPU registers for 11004
> (71.858841) 11004 has 0 sched policy
> (71.858844) 	dumping 0 nice for 11004
> (71.858916) bfd: BUF 0x7f20686b2000 <
> (71.858938) bfd: BUF 0x7f20686b2000 >
> (71.858943) ----------------------------------------
> (71.858946) 
> (71.858948) Dumping core for thread (pid: 11005)
> (71.858951) ----------------------------------------
> (71.858977) Dumping GP/FPU registers for 11005
> (71.858984) 11005 has 0 sched policy
> (71.858987) 	dumping 0 nice for 11005
> (71.859004) bfd: BUF 0x7f20686b2000 <
> (71.859026) bfd: BUF 0x7f20686b2000 >
> (71.859031) ----------------------------------------
> (71.859034) 
> (71.859036) Dumping core for thread (pid: 11006)
> (71.859039) ----------------------------------------
> (71.859064) Dumping GP/FPU registers for 11006
> (71.859070) 11006 has 0 sched policy
> (71.859074) 	dumping 0 nice for 11006
> (71.859090) bfd: BUF 0x7f20686b2000 <
> (71.859111) bfd: BUF 0x7f20686b2000 >
> (71.859116) ----------------------------------------
> (71.859119) 
> (71.859121) Dumping core for thread (pid: 11007)
> (71.859124) ----------------------------------------
> (71.859151) Dumping GP/FPU registers for 11007
> (71.859157) 11007 has 0 sched policy
> (71.859161) 	dumping 0 nice for 11007
> (71.859177) bfd: BUF 0x7f20686b2000 <
> (71.859198) bfd: BUF 0x7f20686b2000 >
> (71.859203) ----------------------------------------
> (71.859206) 
> (71.859209) Dumping core for thread (pid: 11009)
> (71.859211) ----------------------------------------
> (71.859237) Dumping GP/FPU registers for 11009
> (71.859244) 11009 has 0 sched policy
> (71.859247) 	dumping 0 nice for 11009
> (71.859263) bfd: BUF 0x7f20686b2000 <
> (71.859284) bfd: BUF 0x7f20686b2000 >
> (71.859289) ----------------------------------------
> (71.859292) 
> (71.859305) Dumping core for thread (pid: 11010)
> (71.859309) ----------------------------------------
> (71.859335) Dumping GP/FPU registers for 11010
> (71.859341) 11010 has 0 sched policy
> (71.859345) 	dumping 0 nice for 11010
> (71.859361) bfd: BUF 0x7f20686b2000 <
> (71.859384) bfd: BUF 0x7f20686b2000 >
> (71.859389) ----------------------------------------
> (71.859392) 
> (71.859395) Dumping core for thread (pid: 11015)
> (71.859398) ----------------------------------------
> (71.859424) Dumping GP/FPU registers for 11015
> (71.859431) 11015 has 0 sched policy
> (71.859435) 	dumping 0 nice for 11015
> (71.859450) bfd: BUF 0x7f20686b2000 <
> (71.859472) bfd: BUF 0x7f20686b2000 >
> (71.859477) ----------------------------------------
> (71.859493) 10764 was trapped
> (71.859498) 10764 is going to execute the syscall 1
> (71.859508) 10764 was trapped
> (71.859512) `- Expecting exit
> (71.859521) 10764 was trapped
> (71.859526) 10764 is going to execute the syscall b
> (71.859559) 10764 was stopped
> (71.859608) 
> (71.859612) Dumping mm (pid: 10764)
> (71.859615) ----------------------------------------
> (71.859625) 0x400000-0x401000 (4K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.859652) Dumping path for -3 fd via self 31 [/usr/lib/jvm/jdk/bin/java]
> (71.859666) 0x600000-0x601000 (4K) prot 0x3 flags 0x2002 off 0 reg fp  shmid: 0
> (71.859671) 0xd89000-0xec5000 (1264K) prot 0x3 flags 0x2022 off 0 reg heap ap  shmid: 0
> (71.859675) 0xec5000-0x1fe9000 (17552K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (71.859679) 0x6c5400000-0x7c01c0000 (4110080K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.859683) 0x7c01c0000-0x7c029f000 (892K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859686) 0x7c029f000-0x800000000 (1045892K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (71.859691) 0x7fd001cb1000-0x7fd001cb4000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859694) 0x7fd001cb4000-0x7fd001cf2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859698) 0x7fd001cf2000-0x7fd001cf5000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859702) 0x7fd001cf5000-0x7fd001d33000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859706) 0x7fd001d33000-0x7fd001d36000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859710) 0x7fd001d36000-0x7fd001d74000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859714) 0x7fd0020c7000-0x7fd0020ca000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859718) 0x7fd0020ca000-0x7fd002108000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859721) 0x7fd002108000-0x7fd00210b000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859725) 0x7fd00210b000-0x7fd002149000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859729) 0x7fd002149000-0x7fd00214c000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859733) 0x7fd00214c000-0x7fd00218a000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859736) 0x7fd00218a000-0x7fd00218d000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859740) 0x7fd00218d000-0x7fd0021cb000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859744) 0x7fd00220b000-0x7fd00220e000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859748) 0x7fd00220e000-0x7fd00224c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859752) 0x7fd00224c000-0x7fd00224f000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859755) 0x7fd00224f000-0x7fd00228d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859759) 0x7fd00228d000-0x7fd002290000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859763) 0x7fd002290000-0x7fd0022ce000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859767) 0x7fd0022ce000-0x7fd0022d1000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859770) 0x7fd0022d1000-0x7fd00230f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859774) 0x7fd00230f000-0x7fd002312000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859778) 0x7fd002312000-0x7fd002350000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859782) 0x7fd002350000-0x7fd002353000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859786) 0x7fd002353000-0x7fd002391000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859799) 0x7fd002391000-0x7fd002394000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859803) 0x7fd002394000-0x7fd0023d2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859807) 0x7fd0023d2000-0x7fd0023d5000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859811) 0x7fd0023d5000-0x7fd002413000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859815) 0x7fd002413000-0x7fd002416000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859819) 0x7fd002416000-0x7fd002454000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859822) 0x7fd002454000-0x7fd002457000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859826) 0x7fd002457000-0x7fd002495000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859830) 0x7fd002495000-0x7fd002498000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859834) 0x7fd002498000-0x7fd0024d6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859837) 0x7fd0024d6000-0x7fd0024d9000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859841) 0x7fd0024d9000-0x7fd002517000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859845) 0x7fd002517000-0x7fd00251a000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859848) 0x7fd00251a000-0x7fd002558000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859852) 0x7fd002558000-0x7fd002559000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.859864) Dumping path for -3 fd via self 33 [/var/lib/cassandra/data/system/local/system-local-jb-13-Index.db]
> (71.859875) 0x7fd002559000-0x7fd00255a000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.859886) Dumping path for -3 fd via self 34 [/var/lib/cassandra/data/system/local/system-local-jb-14-Index.db]
> (71.859893) 0x7fd00255a000-0x7fd00255d000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859897) 0x7fd00255d000-0x7fd002701000 (1680K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859901) 0x7fd002701000-0x7fd00279b000 (616K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.859905) 0x7fd00279b000-0x7fd00279e000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859909) 0x7fd00279e000-0x7fd0027dc000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859912) 0x7fd0027dc000-0x7fd0027df000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859916) 0x7fd0027df000-0x7fd00281d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859920) 0x7fd00281d000-0x7fd002820000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.859924) 0x7fd002820000-0x7fd00285e000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.859927) 0x7fd00285f000-0x7fd00485f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (71.859932) 0x7fd00485f000-0x7fd00685f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (71.859936) 0x7fd00685f000-0x7fd00885f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (71.859940) 0x7fd00885f000-0x7fd008860000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.859951) Dumping path for -3 fd via self 38 [/var/lib/cassandra/data/system/schema_columns/system-schema_columns-jb-2-Index.db]
> (71.859959) 0x7fd008860000-0x7fd008861000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.859969) Dumping path for -3 fd via self 39 [/var/lib/cassandra/data/system/schema_keyspaces/system-schema_keyspaces-jb-2-Index.db]
> (71.859977) 0x7fd008861000-0x7fd008862000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.859987) Dumping path for -3 fd via self 40 [/var/lib/cassandra/data/system/peers/system-peers-jb-2-Index.db]
> (71.859995) 0x7fd008862000-0x7fd008863000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.860005) Dumping path for -3 fd via self 41 [/var/lib/cassandra/data/system/schema_triggers/system-schema_triggers-jb-2-Index.db]
> (71.860012) 0x7fd008863000-0x7fd008864000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.860022) Dumping path for -3 fd via self 42 [/var/lib/cassandra/data/system/schema_columnfamilies/system-schema_columnfamilies-jb-2-Index.db]
> (71.860030) 0x7fd008864000-0x7fd008865000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.860040) Dumping path for -3 fd via self 43 [/var/lib/cassandra/data/system/compaction_history/system-compaction_history-jb-2-Index.db]
> (71.860056) 0x7fd008865000-0x7fd008868000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860062) 0x7fd008868000-0x7fd0088a6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860065) 0x7fd0088a6000-0x7fd0088a9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860069) 0x7fd0088a9000-0x7fd0088e7000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860073) 0x7fd0088e7000-0x7fd0088ea000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860077) 0x7fd0088ea000-0x7fd008928000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860081) 0x7fd008928000-0x7fd00892b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860084) 0x7fd00892b000-0x7fd008969000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860088) 0x7fd008969000-0x7fd00896c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860092) 0x7fd00896c000-0x7fd0089aa000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860095) 0x7fd0089aa000-0x7fd0089ad000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860099) 0x7fd0089ad000-0x7fd0089eb000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860103) 0x7fd0089eb000-0x7fd0089ee000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860106) 0x7fd0089ee000-0x7fd008a2c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860110) 0x7fd008a2c000-0x7fd008a2f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860114) 0x7fd008a2f000-0x7fd008a6d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860118) 0x7fd008a6d000-0x7fd008a70000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.860122) 0x7fd008a70000-0x7fd008aae000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860126) 0x7fd008aae000-0x7fd008ab1000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.860129) 0x7fd008ab1000-0x7fd008aef000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860133) 0x7fd008aef000-0x7fd008af2000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.860137) 0x7fd008af2000-0x7fd008b30000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860140) 0x7fd008b30000-0x7fd008b33000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.860144) 0x7fd008b33000-0x7fd008b71000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860148) 0x7fd008b71000-0x7fd008b74000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860151) 0x7fd008b74000-0x7fd008bb2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860155) 0x7fd008bb2000-0x7fd008bb5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860159) 0x7fd008bb5000-0x7fd008bf3000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860162) 0x7fd008bf3000-0x7fd008bf6000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860166) 0x7fd008bf6000-0x7fd008c34000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860170) 0x7fd008c34000-0x7fd008c37000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860174) 0x7fd008c37000-0x7fd008c75000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860177) 0x7fd008c75000-0x7fd008c78000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860181) 0x7fd008c78000-0x7fd008cb6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860185) 0x7fd008cb6000-0x7fd008cb9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860188) 0x7fd008cb9000-0x7fd008cf7000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860192) 0x7fd008cf7000-0x7fd008cfa000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860196) 0x7fd008cfa000-0x7fd008d38000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860200) 0x7fd008d38000-0x7fd008d3b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860204) 0x7fd008d3b000-0x7fd008d79000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860207) 0x7fd008d79000-0x7fd008d7c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860211) 0x7fd008d7c000-0x7fd008dba000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860215) 0x7fd008dba000-0x7fd008dbd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860218) 0x7fd008dbd000-0x7fd008dfb000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860222) 0x7fd008dfb000-0x7fd008dfe000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860234) 0x7fd008dfe000-0x7fd008e3c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860238) 0x7fd008e3c000-0x7fd008e3f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860242) 0x7fd008e3f000-0x7fd008e7d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860246) 0x7fd008e7d000-0x7fd008e80000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860250) 0x7fd008e80000-0x7fd008ebe000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860253) 0x7fd008ebe000-0x7fd008ec1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860257) 0x7fd008ec1000-0x7fd008eff000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860261) 0x7fd008eff000-0x7fd008f02000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860264) 0x7fd008f02000-0x7fd008f40000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860268) 0x7fd008f40000-0x7fd008f43000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860272) 0x7fd008f43000-0x7fd008f81000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860275) 0x7fd008f81000-0x7fd008f84000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860279) 0x7fd008f84000-0x7fd008fc2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860283) 0x7fd008fc2000-0x7fd008fc5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860287) 0x7fd008fc5000-0x7fd009003000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860290) 0x7fd009003000-0x7fd009006000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860294) 0x7fd009006000-0x7fd009044000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860298) 0x7fd009044000-0x7fd009047000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860301) 0x7fd009047000-0x7fd009085000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860305) 0x7fd009085000-0x7fd009088000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860309) 0x7fd009088000-0x7fd0090c6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860312) 0x7fd0090c6000-0x7fd0090c9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860316) 0x7fd0090c9000-0x7fd009107000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860320) 0x7fd009107000-0x7fd00910a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860323) 0x7fd00910a000-0x7fd009148000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860327) 0x7fd009148000-0x7fd00914b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860331) 0x7fd00914b000-0x7fd009189000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860334) 0x7fd009189000-0x7fd00918c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860338) 0x7fd00918c000-0x7fd0091ca000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860342) 0x7fd0091ca000-0x7fd0091cd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860345) 0x7fd0091cd000-0x7fd00920b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860349) 0x7fd00920b000-0x7fd00920e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860353) 0x7fd00920e000-0x7fd00924c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860356) 0x7fd00924c000-0x7fd00924f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860360) 0x7fd00924f000-0x7fd00928d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860364) 0x7fd00928d000-0x7fd009290000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860368) 0x7fd009290000-0x7fd0092ce000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860372) 0x7fd0092ce000-0x7fd0092d1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860375) 0x7fd0092d1000-0x7fd00930f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860379) 0x7fd00930f000-0x7fd009312000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860383) 0x7fd009312000-0x7fd009350000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860386) 0x7fd009350000-0x7fd009353000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860390) 0x7fd009353000-0x7fd009391000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860394) 0x7fd009391000-0x7fd009394000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860397) 0x7fd009394000-0x7fd0093d2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860409) 0x7fd0093d2000-0x7fd0093d5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860413) 0x7fd0093d5000-0x7fd009413000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860417) 0x7fd009413000-0x7fd009416000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860420) 0x7fd009416000-0x7fd009454000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860424) 0x7fd009454000-0x7fd009457000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860428) 0x7fd009457000-0x7fd009495000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860431) 0x7fd009495000-0x7fd009498000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860435) 0x7fd009498000-0x7fd0094d6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860439) 0x7fd0094d6000-0x7fd0094d9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860442) 0x7fd0094d9000-0x7fd009517000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860446) 0x7fd009517000-0x7fd00951a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860450) 0x7fd00951a000-0x7fd009558000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860454) 0x7fd009558000-0x7fd00955b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860457) 0x7fd00955b000-0x7fd009599000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860461) 0x7fd009599000-0x7fd00959c000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860465) 0x7fd00959c000-0x7fd0095da000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860468) 0x7fd0095da000-0x7fd0095dd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860472) 0x7fd0095dd000-0x7fd00961b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860475) 0x7fd00961b000-0x7fd00961e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860479) 0x7fd00961e000-0x7fd00965c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860483) 0x7fd00965c000-0x7fd00965f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860486) 0x7fd00965f000-0x7fd00969d000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860490) 0x7fd00969d000-0x7fd0096a0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860494) 0x7fd0096a0000-0x7fd0096de000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860497) 0x7fd0096de000-0x7fd0096e1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860501) 0x7fd0096e1000-0x7fd00971f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860504) 0x7fd00971f000-0x7fd009722000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860508) 0x7fd009722000-0x7fd009760000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860511) 0x7fd009760000-0x7fd009763000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860515) 0x7fd009763000-0x7fd0097a1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860519) 0x7fd0097a1000-0x7fd0097a4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860522) 0x7fd0097a4000-0x7fd0097e2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860526) 0x7fd0097e2000-0x7fd0097e5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860530) 0x7fd0097e5000-0x7fd009823000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860533) 0x7fd009823000-0x7fd009826000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860537) 0x7fd009826000-0x7fd009864000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860541) 0x7fd009864000-0x7fd009867000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860544) 0x7fd009867000-0x7fd0098a5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860548) 0x7fd0098a5000-0x7fd0098a8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860552) 0x7fd0098a8000-0x7fd0098e6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860555) 0x7fd0098e6000-0x7fd0098e9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860559) 0x7fd0098e9000-0x7fd009927000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860562) 0x7fd009927000-0x7fd00992a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860566) 0x7fd00992a000-0x7fd009968000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860570) 0x7fd009968000-0x7fd00996b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860581) 0x7fd00996b000-0x7fd0099a9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860585) 0x7fd0099a9000-0x7fd0099ac000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860589) 0x7fd0099ac000-0x7fd0099ea000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860592) 0x7fd0099ea000-0x7fd0099ed000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860596) 0x7fd0099ed000-0x7fd009a2b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860599) 0x7fd009a2b000-0x7fd009a2e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860603) 0x7fd009a2e000-0x7fd009a6c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860607) 0x7fd009a6c000-0x7fd009a6f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860610) 0x7fd009a6f000-0x7fd009aad000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860614) 0x7fd009aad000-0x7fd009ab0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860618) 0x7fd009ab0000-0x7fd009aee000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860621) 0x7fd009aee000-0x7fd009af1000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860625) 0x7fd009af1000-0x7fd009b2f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860629) 0x7fd009b2f000-0x7fd009b32000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860632) 0x7fd009b32000-0x7fd009b70000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860636) 0x7fd009b70000-0x7fd009b73000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860640) 0x7fd009b73000-0x7fd009bb1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860643) 0x7fd009bb1000-0x7fd009bb4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860647) 0x7fd009bb4000-0x7fd009bf2000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860650) 0x7fd009bf2000-0x7fd009bf5000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860654) 0x7fd009bf5000-0x7fd009c33000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860658) 0x7fd009c33000-0x7fd009c36000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860661) 0x7fd009c36000-0x7fd009c74000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860665) 0x7fd009c74000-0x7fd009c77000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860669) 0x7fd009c77000-0x7fd009cb5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860672) 0x7fd009cb5000-0x7fd009cb8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860676) 0x7fd009cb8000-0x7fd009cf6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860679) 0x7fd009cf6000-0x7fd009cf9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860683) 0x7fd009cf9000-0x7fd009d37000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860687) 0x7fd009d37000-0x7fd009d3a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860690) 0x7fd009d3a000-0x7fd009d78000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860694) 0x7fd009d78000-0x7fd009d7b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860698) 0x7fd009d7b000-0x7fd009db9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860701) 0x7fd009db9000-0x7fd009dbc000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860705) 0x7fd009dbc000-0x7fd009dfa000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860709) 0x7fd009dfa000-0x7fd009dfd000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860712) 0x7fd009dfd000-0x7fd009e3b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860716) 0x7fd009e3b000-0x7fd009e3e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860719) 0x7fd009e3e000-0x7fd009e7c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860723) 0x7fd009e7c000-0x7fd009e7f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860727) 0x7fd009e7f000-0x7fd009ebd000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860730) 0x7fd009ebd000-0x7fd009ec0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860734) 0x7fd009ec0000-0x7fd009efe000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860737) 0x7fd009efe000-0x7fd009f01000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860750) 0x7fd009f01000-0x7fd009f3f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860754) 0x7fd009f3f000-0x7fd009f42000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860758) 0x7fd009f42000-0x7fd009f80000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860761) 0x7fd009f80000-0x7fd009f83000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860765) 0x7fd009f83000-0x7fd009fc1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860769) 0x7fd009fc1000-0x7fd009fc4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860772) 0x7fd009fc4000-0x7fd00a002000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860776) 0x7fd00a002000-0x7fd00a005000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860780) 0x7fd00a005000-0x7fd00a043000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860784) 0x7fd00a043000-0x7fd00a046000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860787) 0x7fd00a046000-0x7fd00a084000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860791) 0x7fd00a084000-0x7fd00a087000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860795) 0x7fd00a087000-0x7fd00a0c5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860798) 0x7fd00a0c5000-0x7fd00a0c8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860802) 0x7fd00a0c8000-0x7fd00a106000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860806) 0x7fd00a106000-0x7fd00a109000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860809) 0x7fd00a109000-0x7fd00a147000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860813) 0x7fd00a147000-0x7fd00a14a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860817) 0x7fd00a14a000-0x7fd00a188000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860821) 0x7fd00a188000-0x7fd00a18b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860824) 0x7fd00a18b000-0x7fd00a1c9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860828) 0x7fd00a1c9000-0x7fd00a1cc000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860831) 0x7fd00a1cc000-0x7fd00a20a000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860835) 0x7fd00a20a000-0x7fd00a20d000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860839) 0x7fd00a20d000-0x7fd00a24b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860842) 0x7fd00a24b000-0x7fd00a24e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860846) 0x7fd00a24e000-0x7fd00a28c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860850) 0x7fd00a28c000-0x7fd00a28f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860854) 0x7fd00a28f000-0x7fd00a2cd000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860857) 0x7fd00a2cd000-0x7fd00a2d0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860861) 0x7fd00a2d0000-0x7fd00a30e000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860865) 0x7fd00a30e000-0x7fd00a311000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860868) 0x7fd00a311000-0x7fd00a34f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860872) 0x7fd00a34f000-0x7fd00a352000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860876) 0x7fd00a352000-0x7fd00a390000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860879) 0x7fd00a390000-0x7fd00a393000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860883) 0x7fd00a393000-0x7fd00a3d1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860887) 0x7fd00a3d1000-0x7fd00a3d4000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860890) 0x7fd00a3d4000-0x7fd00a412000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860894) 0x7fd00a412000-0x7fd00a415000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860897) 0x7fd00a415000-0x7fd00a453000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860901) 0x7fd00a453000-0x7fd00a456000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860905) 0x7fd00a456000-0x7fd00a494000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860908) 0x7fd00a494000-0x7fd00a497000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860912) 0x7fd00a497000-0x7fd00a4d5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860924) 0x7fd00a4d5000-0x7fd00a4d8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860929) 0x7fd00a4d8000-0x7fd00a516000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860932) 0x7fd00a516000-0x7fd00a519000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860936) 0x7fd00a519000-0x7fd00a557000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860940) 0x7fd00a557000-0x7fd00a55a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860943) 0x7fd00a55a000-0x7fd00a598000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860947) 0x7fd00a598000-0x7fd00a59b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860951) 0x7fd00a59b000-0x7fd00a5d9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860954) 0x7fd00a5d9000-0x7fd00a5dc000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860958) 0x7fd00a5dc000-0x7fd00a61a000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860962) 0x7fd00a61a000-0x7fd00a61d000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860965) 0x7fd00a61d000-0x7fd00a65b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860969) 0x7fd00a65b000-0x7fd00a65e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860972) 0x7fd00a65e000-0x7fd00a69c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860976) 0x7fd00a69c000-0x7fd00a69f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860980) 0x7fd00a69f000-0x7fd00a6dd000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860983) 0x7fd00a6dd000-0x7fd00a6e0000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860987) 0x7fd00a6e0000-0x7fd00a71e000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860991) 0x7fd00a71e000-0x7fd00a721000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.860994) 0x7fd00a721000-0x7fd00a75f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.860998) 0x7fd00a75f000-0x7fd00a762000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861002) 0x7fd00a762000-0x7fd00a7a0000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861005) 0x7fd00a7a0000-0x7fd00a7a3000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861009) 0x7fd00a7a3000-0x7fd00a7e1000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861012) 0x7fd00a7e1000-0x7fd00a7e4000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861016) 0x7fd00a7e4000-0x7fd00a822000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861020) 0x7fd00a823000-0x7fd00a826000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861024) 0x7fd00a826000-0x7fd00a864000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861027) 0x7fd00a864000-0x7fd00a867000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861031) 0x7fd00a867000-0x7fd00a8a5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861035) 0x7fd00a8a5000-0x7fd00a8a8000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861038) 0x7fd00a8a8000-0x7fd00a8e6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861042) 0x7fd00a8e6000-0x7fd00a8e9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861046) 0x7fd00a8e9000-0x7fd00a927000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861049) 0x7fd00a927000-0x7fd00a92a000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861053) 0x7fd00a92a000-0x7fd00a968000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861057) 0x7fd00a968000-0x7fd00a96b000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861060) 0x7fd00a96b000-0x7fd00a9a9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861064) 0x7fd00a9a9000-0x7fd00a9ac000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861067) 0x7fd00a9ac000-0x7fd00a9ea000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861071) 0x7fd00a9ea000-0x7fd00a9ed000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861075) 0x7fd00a9ed000-0x7fd00aa2b000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861079) 0x7fd00aa2b000-0x7fd00aa2e000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861082) 0x7fd00aa2e000-0x7fd00aa6c000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861086) 0x7fd00aa6c000-0x7fd00aa6f000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861098) 0x7fd00aa6f000-0x7fd00acad000 (2296K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861102) 0x7fd00acad000-0x7fd00acb0000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861106) 0x7fd00acb0000-0x7fd00acee000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861110) 0x7fd00acee000-0x7fd00acf1000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861114) 0x7fd00acf1000-0x7fd00ad2f000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861117) 0x7fd00ad2f000-0x7fd00cd2f000 (32768K) prot 0x3 flags 0x1 off 0 reg fs  shmid: 0
> (71.861121) 0x7fd00cd2f000-0x7fd00cd30000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861131) Dumping path for -3 fd via self 45 [/var/lib/cassandra/data/system/schema_keyspaces/system-schema_keyspaces-jb-1-Index.db]
> (71.861138) 0x7fd00cd30000-0x7fd00cd31000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861148) Dumping path for -3 fd via self 46 [/var/lib/cassandra/data/system/schema_columns/system-schema_columns-jb-1-Index.db]
> (71.861155) 0x7fd00cd31000-0x7fd00cd32000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861165) Dumping path for -3 fd via self 47 [/var/lib/cassandra/data/system/schema_triggers/system-schema_triggers-jb-1-Index.db]
> (71.861172) 0x7fd00cd33000-0x7fd00cd36000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861177) 0x7fd00cd36000-0x7fd00cf74000 (2296K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861181) 0x7fd00cf74000-0x7fd00cf77000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861184) 0x7fd00cf77000-0x7fd00cfb5000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861188) 0x7fd00cfb5000-0x7fd00cfb8000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861192) 0x7fd00cfb8000-0x7fd00cff6000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861195) 0x7fd00cff6000-0x7fd00cff9000 (12K) prot 0 flags 0x4022 off 0 reg ap  shmid: 0
> (71.861199) 0x7fd00cff9000-0x7fd00d037000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861203) 0x7fd00d037000-0x7fd00d03a000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861206) 0x7fd00d03a000-0x7fd00d078000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861210) 0x7fd00d078000-0x7fd00d07b000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.861214) 0x7fd00d07b000-0x7fd00d0b9000 (248K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861217) 0x7fd00d0b9000-0x7fd00d0c0000 (28K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861227) Dumping path for -3 fd via self 48 [/usr/lib/x86_64-linux-gnu/libffi.so.6.0.1]
> (71.861234) 0x7fd00d0c0000-0x7fd00d2bf000 (2044K) prot 0 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (71.861238) 0x7fd00d2bf000-0x7fd00d2c0000 (4K) prot 0x1 flags 0x2002 off 0x6000 reg fp  shmid: 0
> (71.861242) 0x7fd00d2c0000-0x7fd00d2c1000 (4K) prot 0x3 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (71.861246) 0x7fd00d2c1000-0x7fd00d2c2000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861258) Dumping path for -3 fd via self 49 [/var/lib/cassandra/data/system/local/system-local-jb-15-Index.db]
> (71.861265) 0x7fd00d2c2000-0x7fd00d2c3000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861275) Dumping path for -3 fd via self 50 [/var/lib/cassandra/data/system/schema_columnfamilies/system-schema_columnfamilies-jb-1-Index.db]
> (71.861281) 0x7fd00d2c3000-0x7fd00d2c4000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861307) Dumping path for -3 fd via self 51 [/var/lib/cassandra/data/system/peers/system-peers-jb-1-Index.db]
> (71.861316) 0x7fd00d2c4000-0x7fd00d2c5000 (4K) prot 0x1 flags 0x1 off 0 reg fs  shmid: 0
> (71.861327) Dumping path for -3 fd via self 52 [/var/lib/cassandra/data/system/compaction_history/system-compaction_history-jb-1-Index.db]
> (71.861334) 0x7fd00d2c5000-0x7fd00d2c6000 (4K) prot 0x1 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861339) 0x7fd00d2c6000-0x7fd00d2d7000 (68K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861348) Dumping path for -3 fd via self 53 [/usr/lib/jni/libjnidispatch.so]
> (71.861355) 0x7fd00d2d7000-0x7fd00d4d6000 (2044K) prot 0 flags 0x2002 off 0x11000 reg fp  shmid: 0
> (71.861359) 0x7fd00d4d6000-0x7fd00d4d7000 (4K) prot 0x1 flags 0x2002 off 0x10000 reg fp  shmid: 0
> (71.861372) 0x7fd00d4d7000-0x7fd00d4d8000 (4K) prot 0x3 flags 0x2002 off 0x11000 reg fp  shmid: 0
> (71.861377) 0x7fd00d4d8000-0x7fd00d598000 (768K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861381) 0x7fd00d598000-0x7fd00d6d8000 (1280K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861384) 0x7fd00d6d8000-0x7fd00d6e1000 (36K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861394) Dumping path for -3 fd via self 54 [/tmp/liblz4-java3219840802001424369.so]
> (71.861401) 0x7fd00d6e1000-0x7fd00d8e0000 (2044K) prot 0 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (71.861406) 0x7fd00d8e0000-0x7fd00d8e1000 (4K) prot 0x3 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (71.861410) 0x7fd00d8e1000-0x7fd00d8e4000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861413) 0x7fd00d8e4000-0x7fd00d922000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861417) 0x7fd00d922000-0x7fd00d925000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861421) 0x7fd00d925000-0x7fd00d963000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861425) 0x7fd00d963000-0x7fd00d966000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861428) 0x7fd00d966000-0x7fd00d9a4000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861432) 0x7fd00d9a4000-0x7fd00d9a7000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861436) 0x7fd00d9a7000-0x7fd00d9e5000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861439) 0x7fd00d9e5000-0x7fd00d9e8000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861443) 0x7fd00d9e8000-0x7fd00dc26000 (2296K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861447) 0x7fd00dc26000-0x7fd00de26000 (2048K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861451) 0x7fd00de26000-0x7fd00de29000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861454) 0x7fd00de29000-0x7fd00de67000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861458) 0x7fd00de67000-0x7fd00de83000 (112K) prot 0x1 flags 0x2001 off 0x393000 reg fs  shmid: 0
> (71.861462) 0x7fd00de83000-0x7fd00de8e000 (44K) prot 0x1 flags 0x2001 off 0x116000 reg fs  shmid: 0
> (71.861466) 0x7fd00de8e000-0x7fd00de8f000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861470) 0x7fd00de8f000-0x7fd00df8f000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861474) 0x7fd00df8f000-0x7fd00df92000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861478) 0x7fd00df92000-0x7fd00dfd0000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861481) 0x7fd00dfd0000-0x7fd00dfd3000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861485) 0x7fd00dfd3000-0x7fd00e011000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861489) 0x7fd00e011000-0x7fd00e016000 (20K) prot 0x1 flags 0x2001 off 0x94000 reg fs  shmid: 0
> (71.861493) 0x7fd00e016000-0x7fd00e019000 (12K) prot 0x1 flags 0x2001 off 0x1e000 reg fs  shmid: 0
> (71.861497) 0x7fd00e019000-0x7fd00e01b000 (8K) prot 0x1 flags 0x2001 off 0x12000 reg fs  shmid: 0
> (71.861500) 0x7fd00e01b000-0x7fd00e03b000 (128K) prot 0x1 flags 0x2001 off 0x1a6000 reg fs  shmid: 0
> (71.861504) 0x7fd00e03b000-0x7fd00e06e000 (204K) prot 0x1 flags 0x2001 off 0x340000 reg fs  shmid: 0
> (71.861508) 0x7fd00e06e000-0x7fd00e070000 (8K) prot 0x1 flags 0x2001 off 0x8000 reg fs  shmid: 0
> (71.861512) 0x7fd00e070000-0x7fd00e073000 (12K) prot 0x1 flags 0x2001 off 0x14000 reg fs  shmid: 0
> (71.861517) 0x7fd00e073000-0x7fd00e075000 (8K) prot 0x1 flags 0x2001 off 0xc000 reg fs  shmid: 0
> (71.861520) 0x7fd00e075000-0x7fd00e077000 (8K) prot 0x1 flags 0x2001 off 0x130000 reg fs  shmid: 0
> (71.861524) 0x7fd00e077000-0x7fd00e07e000 (28K) prot 0x1 flags 0x2001 off 0x3c000 reg fs  shmid: 0
> (71.861528) 0x7fd00e07e000-0x7fd00e080000 (8K) prot 0x1 flags 0x2001 off 0x1000 reg fs  shmid: 0
> (71.861533) 0x7fd00e080000-0x7fd00e082000 (8K) prot 0x1 flags 0x2001 off 0x5000 reg fs  shmid: 0
> (71.861536) 0x7fd00e082000-0x7fd00e084000 (8K) prot 0x1 flags 0x2001 off 0x1f000 reg fs  shmid: 0
> (71.861540) 0x7fd00e084000-0x7fd00e09c000 (96K) prot 0x1 flags 0x2001 off 0x10f000 reg fs  shmid: 0
> (71.861544) 0x7fd00e09c000-0x7fd00e0a5000 (36K) prot 0x1 flags 0x2001 off 0x6d000 reg fs  shmid: 0
> (71.861555) 0x7fd00e0a5000-0x7fd00e0b6000 (68K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861566) Dumping path for -3 fd via self 72 [/usr/lib/jvm/jdk/jre/lib/amd64/libnio.so]
> (71.861574) 0x7fd00e0b6000-0x7fd00e2b5000 (2044K) prot 0 flags 0x2002 off 0x11000 reg fp  shmid: 0
> (71.861579) 0x7fd00e2b5000-0x7fd00e2b6000 (4K) prot 0x3 flags 0x2002 off 0x10000 reg fp  shmid: 0
> (71.861583) 0x7fd00e2b6000-0x7fd00e74a000 (4688K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861587) 0x7fd00e74a000-0x7fd00e760000 (88K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861596) Dumping path for -3 fd via self 73 [/usr/lib/jvm/jdk/jre/lib/amd64/libnet.so]
> (71.861603) 0x7fd00e760000-0x7fd00e960000 (2048K) prot 0 flags 0x2002 off 0x16000 reg fp  shmid: 0
> (71.861607) 0x7fd00e960000-0x7fd00e961000 (4K) prot 0x3 flags 0x2002 off 0x16000 reg fp  shmid: 0
> (71.861611) 0x7fd00e961000-0x7fd00e969000 (32K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861624) Dumping path for -3 fd via self 74 [/usr/lib/jvm/jdk/jre/lib/amd64/libmanagement.so]
> (71.861631) 0x7fd00e969000-0x7fd00eb69000 (2048K) prot 0 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (71.861636) 0x7fd00eb69000-0x7fd00eb6a000 (4K) prot 0x3 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (71.861640) 0x7fd00eb6a000-0x7fd00eb6d000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861643) 0x7fd00eb6d000-0x7fd00ebab000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861647) 0x7fd00ebab000-0x7fd00ebae000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861651) 0x7fd00ebae000-0x7fd00ecac000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861655) 0x7fd00ecac000-0x7fd00ecaf000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861658) 0x7fd00ecaf000-0x7fd00edad000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861662) 0x7fd00edad000-0x7fd00edb0000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861666) 0x7fd00edb0000-0x7fd00eeae000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861670) 0x7fd00eeae000-0x7fd00eeb1000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861673) 0x7fd00eeb1000-0x7fd00efaf000 (1016K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861677) 0x7fd00efaf000-0x7fd00efbd000 (56K) prot 0x1 flags 0x2001 off 0xad000 reg fs  shmid: 0
> (71.861681) 0x7fd00efbd000-0x7fd00efc0000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861685) 0x7fd00efc0000-0x7fd00effe000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861688) 0x7fd00effe000-0x7fd00f001000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861692) 0x7fd00f001000-0x7fd00f03f000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861696) 0x7fd00f03f000-0x7fd00f042000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861699) 0x7fd00f042000-0x7fd00f080000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861703) 0x7fd00f080000-0x7fd00f083000 (12K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861707) 0x7fd00f083000-0x7fd00f0c1000 (248K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861710) 0x7fd00f0c1000-0x7fd00f0c2000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861714) 0x7fd00f0c2000-0x7fd00f1c2000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861718) 0x7fd00f1c2000-0x7fd00f39a000 (1888K) prot 0x1 flags 0x2001 off 0x3d09000 reg fs  shmid: 0
> (71.861722) 0x7fd00f39a000-0x7fd010397000 (16372K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861726) 0x7fd010397000-0x7fd0105c7000 (2240K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861729) 0x7fd0105c7000-0x7fd0105c8000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861733) 0x7fd0105c8000-0x7fd014000000 (59616K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861736) 0x7fd014000000-0x7fd014cfc000 (13296K) prot 0x3 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861740) 0x7fd014cfc000-0x7fd018000000 (52240K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861744) 0x7fd018000000-0x7fd018001000 (4K) prot 0x7 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861748) 0x7fd018001000-0x7fd018003000 (8K) prot 0x1 flags 0x2001 off 0x4000 reg fs  shmid: 0
> (71.861760) 0x7fd018003000-0x7fd018006000 (12K) prot 0x1 flags 0x2001 off 0x12000 reg fs  shmid: 0
> (71.861764) 0x7fd018006000-0x7fd018008000 (8K) prot 0x1 flags 0x2001 off 0x27000 reg fs  shmid: 0
> (71.861768) 0x7fd018008000-0x7fd018032000 (168K) prot 0x1 flags 0x2001 off 0x1e9000 reg fs  shmid: 0
> (71.861772) 0x7fd018032000-0x7fd0181d2000 (1664K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861776) 0x7fd0181d2000-0x7fd0181d3000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861780) 0x7fd0181d3000-0x7fd0182d3000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861783) 0x7fd0182d3000-0x7fd0182d4000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861787) 0x7fd0182d4000-0x7fd01b9f9000 (56468K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861791) 0x7fd01b9f9000-0x7fd01b9fa000 (4K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861795) 0x7fd01b9fa000-0x7fd01b9fb000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861799) 0x7fd01b9fb000-0x7fd01bafb000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861803) 0x7fd01bafb000-0x7fd01bafc000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861807) 0x7fd01bafc000-0x7fd01bbfc000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861810) 0x7fd01bbfc000-0x7fd01bbfd000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861814) 0x7fd01bbfd000-0x7fd01bcfd000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861818) 0x7fd01bcfd000-0x7fd01bcfe000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861821) 0x7fd01bcfe000-0x7fd01bdfe000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861825) 0x7fd01bdfe000-0x7fd01bdff000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861829) 0x7fd01bdff000-0x7fd01beff000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861832) 0x7fd01beff000-0x7fd01bf00000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861836) 0x7fd01bf00000-0x7fd01c000000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861840) 0x7fd01c000000-0x7fd01d277000 (18908K) prot 0x3 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861844) 0x7fd01d277000-0x7fd020000000 (46628K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861847) 0x7fd020000000-0x7fd020005000 (20K) prot 0x1 flags 0x2001 off 0x30000 reg fs  shmid: 0
> (71.861851) 0x7fd020005000-0x7fd020006000 (4K) prot 0x1 flags 0x2001 off 0x3000 reg fs  shmid: 0
> (71.861855) 0x7fd020006000-0x7fd020008000 (8K) prot 0x1 flags 0x2001 off 0x15000 reg fs  shmid: 0
> (71.861859) 0x7fd020008000-0x7fd020009000 (4K) prot 0x1 flags 0x2001 off 0x4000 reg fs  shmid: 0
> (71.861863) 0x7fd020009000-0x7fd02000a000 (4K) prot 0x1 flags 0x2001 off 0x1000 reg fs  shmid: 0
> (71.861867) 0x7fd02000a000-0x7fd02000e000 (16K) prot 0x1 flags 0x2001 off 0x34000 reg fs  shmid: 0
> (71.861871) 0x7fd02000e000-0x7fd020011000 (12K) prot 0x1 flags 0x2001 off 0x15000 reg fs  shmid: 0
> (71.861875) 0x7fd020011000-0x7fd020014000 (12K) prot 0x1 flags 0x2001 off 0xe000 reg fs  shmid: 0
> (71.861879) 0x7fd020014000-0x7fd020017000 (12K) prot 0x1 flags 0x2001 off 0xb000 reg fs  shmid: 0
> (71.861883) 0x7fd020017000-0x7fd020019000 (8K) prot 0x1 flags 0x2001 off 0x5000 reg fs  shmid: 0
> (71.861887) 0x7fd020019000-0x7fd02001f000 (24K) prot 0x1 flags 0x2001 off 0x48000 reg fs  shmid: 0
> (71.861891) 0x7fd02001f000-0x7fd0200e8000 (804K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861894) 0x7fd0200e8000-0x7fd0200e9000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861898) 0x7fd0200e9000-0x7fd0201f7000 (1080K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861902) 0x7fd0201f7000-0x7fd02020b000 (80K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.861906) 0x7fd02020b000-0x7fd0205a9000 (3704K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861910) 0x7fd0205a9000-0x7fd0208f9000 (3392K) prot 0x7 flags 0x2022 off 0 reg ap  shmid: 0
> (71.861913) 0x7fd0208f9000-0x7fd020e29000 (5312K) prot 0x7 flags 0x22 off 0 reg ap  shmid: 0
> (71.861917) 0x7fd020e29000-0x7fd02f5a9000 (237056K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (71.861921) 0x7fd02f5a9000-0x7fd02f5c3000 (104K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861941) Dumping path for -3 fd via self 92 [/usr/lib/jvm/jdk/jre/lib/amd64/libzip.so]
> (71.861948) 0x7fd02f5c3000-0x7fd02f7c3000 (2048K) prot 0 flags 0x2002 off 0x1a000 reg fp  shmid: 0
> (71.861953) 0x7fd02f7c3000-0x7fd02f7c4000 (4K) prot 0x3 flags 0x2002 off 0x1a000 reg fp  shmid: 0
> (71.861957) 0x7fd02f7c4000-0x7fd02f7cf000 (44K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861961) 0x7fd02f7cf000-0x7fd02f9ce000 (2044K) prot 0 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (71.861965) 0x7fd02f9ce000-0x7fd02f9cf000 (4K) prot 0x1 flags 0x2002 off 0xa000 reg fp  shmid: 0
> (71.861969) 0x7fd02f9cf000-0x7fd02f9d0000 (4K) prot 0x3 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (71.861973) 0x7fd02f9d0000-0x7fd02f9db000 (44K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861977) 0x7fd02f9db000-0x7fd02fbda000 (2044K) prot 0 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (71.861981) 0x7fd02fbda000-0x7fd02fbdb000 (4K) prot 0x1 flags 0x2002 off 0xa000 reg fp  shmid: 0
> (71.861985) 0x7fd02fbdb000-0x7fd02fbdc000 (4K) prot 0x3 flags 0x2002 off 0xb000 reg fp  shmid: 0
> (71.861989) 0x7fd02fbdc000-0x7fd02fbf3000 (92K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.861993) 0x7fd02fbf3000-0x7fd02fdf2000 (2044K) prot 0 flags 0x2002 off 0x17000 reg fp  shmid: 0
> (71.861997) 0x7fd02fdf2000-0x7fd02fdf3000 (4K) prot 0x1 flags 0x2002 off 0x16000 reg fp  shmid: 0
> (71.862000) 0x7fd02fdf3000-0x7fd02fdf4000 (4K) prot 0x3 flags 0x2002 off 0x17000 reg fp  shmid: 0
> (71.862004) 0x7fd02fdf4000-0x7fd02fdf6000 (8K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862008) 0x7fd02fdf6000-0x7fd02fdff000 (36K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862012) 0x7fd02fdff000-0x7fd02fffe000 (2044K) prot 0 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (71.862016) 0x7fd02fffe000-0x7fd02ffff000 (4K) prot 0x1 flags 0x2002 off 0x8000 reg fp  shmid: 0
> (71.862020) 0x7fd02ffff000-0x7fd030000000 (4K) prot 0x3 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (71.862023) 0x7fd030000000-0x7fd0318d6000 (25432K) prot 0x3 flags 0x6022 off 0 reg ap  shmid: 0
> (71.862027) 0x7fd0318d6000-0x7fd034000000 (40104K) prot 0 flags 0x6022 off 0 reg ap  shmid: 0
> (71.862031) 0x7fd034000000-0x7fd034015000 (84K) prot 0x1 flags 0x2001 off 0x1c2000 reg fs  shmid: 0
> (71.862035) 0x7fd034015000-0x7fd034065000 (320K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862038) 0x7fd034065000-0x7fd03406f000 (40K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862049) Dumping path for -3 fd via self 98 [/usr/lib/jvm/jdk/jre/lib/amd64/libinstrument.so]
> (71.862056) 0x7fd03406f000-0x7fd03426e000 (2044K) prot 0 flags 0x2002 off 0xa000 reg fp  shmid: 0
> (71.862061) 0x7fd03426e000-0x7fd03426f000 (4K) prot 0x3 flags 0x2002 off 0x9000 reg fp  shmid: 0
> (71.862064) 0x7fd03426f000-0x7fd034299000 (168K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862075) Dumping path for -3 fd via self 99 [/usr/lib/jvm/jdk/jre/lib/amd64/libjava.so]
> (71.862082) 0x7fd034299000-0x7fd034499000 (2048K) prot 0 flags 0x2002 off 0x2a000 reg fp  shmid: 0
> (71.862086) 0x7fd034499000-0x7fd03449b000 (8K) prot 0x3 flags 0x2002 off 0x2a000 reg fp  shmid: 0
> (71.862090) 0x7fd03449b000-0x7fd0344a8000 (52K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862101) Dumping path for -3 fd via self 100 [/usr/lib/jvm/jdk/jre/lib/amd64/libverify.so]
> (71.862108) 0x7fd0344a8000-0x7fd0346a8000 (2048K) prot 0 flags 0x2002 off 0xd000 reg fp  shmid: 0
> (71.862112) 0x7fd0346a8000-0x7fd0346aa000 (8K) prot 0x3 flags 0x2002 off 0xd000 reg fp  shmid: 0
> (71.862116) 0x7fd0346aa000-0x7fd0346b1000 (28K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862120) 0x7fd0346b1000-0x7fd0348b0000 (2044K) prot 0 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (71.862124) 0x7fd0348b0000-0x7fd0348b1000 (4K) prot 0x1 flags 0x2002 off 0x6000 reg fp  shmid: 0
> (71.862128) 0x7fd0348b1000-0x7fd0348b2000 (4K) prot 0x3 flags 0x2002 off 0x7000 reg fp  shmid: 0
> (71.862132) 0x7fd0348b2000-0x7fd0349b7000 (1044K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862143) Dumping path for -3 fd via self 102 [/lib/x86_64-linux-gnu/libm-2.19.so]
> (71.862150) 0x7fd0349b7000-0x7fd034bb6000 (2044K) prot 0 flags 0x2002 off 0x105000 reg fp  shmid: 0
> (71.862163) 0x7fd034bb6000-0x7fd034bb7000 (4K) prot 0x1 flags 0x2002 off 0x104000 reg fp  shmid: 0
> (71.862168) 0x7fd034bb7000-0x7fd034bb8000 (4K) prot 0x3 flags 0x2002 off 0x105000 reg fp  shmid: 0
> (71.862172) 0x7fd034bb8000-0x7fd035866000 (12984K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862182) Dumping path for -3 fd via self 103 [/usr/lib/jvm/jdk/jre/lib/amd64/server/libjvm.so]
> (71.862190) 0x7fd035866000-0x7fd035a65000 (2044K) prot 0 flags 0x2002 off 0xcae000 reg fp  shmid: 0
> (71.862195) 0x7fd035a65000-0x7fd035b3c000 (860K) prot 0x3 flags 0x2002 off 0xcad000 reg fp  shmid: 0
> (71.862199) 0x7fd035b3c000-0x7fd035b80000 (272K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862202) 0x7fd035b80000-0x7fd035d3b000 (1772K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862207) 0x7fd035d3b000-0x7fd035f3a000 (2044K) prot 0 flags 0x2002 off 0x1bb000 reg fp  shmid: 0
> (71.862211) 0x7fd035f3a000-0x7fd035f3e000 (16K) prot 0x1 flags 0x2002 off 0x1ba000 reg fp  shmid: 0
> (71.862214) 0x7fd035f3e000-0x7fd035f40000 (8K) prot 0x3 flags 0x2002 off 0x1be000 reg fp  shmid: 0
> (71.862218) 0x7fd035f40000-0x7fd035f45000 (20K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862222) 0x7fd035f45000-0x7fd035f48000 (12K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862226) 0x7fd035f48000-0x7fd036147000 (2044K) prot 0 flags 0x2002 off 0x3000 reg fp  shmid: 0
> (71.862230) 0x7fd036147000-0x7fd036148000 (4K) prot 0x1 flags 0x2002 off 0x2000 reg fp  shmid: 0
> (71.862234) 0x7fd036148000-0x7fd036149000 (4K) prot 0x3 flags 0x2002 off 0x3000 reg fp  shmid: 0
> (71.862238) 0x7fd036149000-0x7fd03615e000 (84K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862250) Dumping path for -3 fd via self 106 [/usr/lib/jvm/jdk/lib/amd64/jli/libjli.so]
> (71.862258) 0x7fd03615e000-0x7fd03635e000 (2048K) prot 0 flags 0x2002 off 0x15000 reg fp  shmid: 0
> (71.862262) 0x7fd03635e000-0x7fd03635f000 (4K) prot 0x3 flags 0x2002 off 0x15000 reg fp  shmid: 0
> (71.862266) 0x7fd03635f000-0x7fd036378000 (100K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862270) 0x7fd036378000-0x7fd036577000 (2044K) prot 0 flags 0x2002 off 0x19000 reg fp  shmid: 0
> (71.862274) 0x7fd036577000-0x7fd036578000 (4K) prot 0x1 flags 0x2002 off 0x18000 reg fp  shmid: 0
> (71.862278) 0x7fd036578000-0x7fd036579000 (4K) prot 0x3 flags 0x2002 off 0x19000 reg fp  shmid: 0
> (71.862282) 0x7fd036579000-0x7fd03657d000 (16K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862285) 0x7fd03657d000-0x7fd0365a0000 (140K) prot 0x5 flags 0x2002 off 0 reg fp  shmid: 0
> (71.862289) 0x7fd0365a0000-0x7fd03664a000 (680K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862293) 0x7fd03664a000-0x7fd03664b000 (4K) prot 0 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862296) 0x7fd03664b000-0x7fd03674b000 (1024K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862300) 0x7fd03674b000-0x7fd036753000 (32K) prot 0x3 flags 0x2001 off 0 reg fs  shmid: 0
> (71.862311) Dumping path for -3 fd via self 109 [/tmp/hsperfdata_cassandra/662]
> (71.862319) 0x7fd036753000-0x7fd036756000 (12K) prot 0 flags 0x22 off 0 reg ap  shmid: 0
> (71.862323) 0x7fd036756000-0x7fd036798000 (264K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862327) 0x7fd036798000-0x7fd03679a000 (8K) prot 0x1 flags 0x2001 off 0x6000 reg fs  shmid: 0
> (71.862331) 0x7fd03679a000-0x7fd03679b000 (4K) prot 0x1 flags 0x2001 off 0x8000 reg fs  shmid: 0
> (71.862335) 0x7fd03679b000-0x7fd03679c000 (4K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862339) 0x7fd03679c000-0x7fd03679d000 (4K) prot 0x1 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862342) 0x7fd03679d000-0x7fd03679f000 (8K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862346) 0x7fd03679f000-0x7fd0367a0000 (4K) prot 0x1 flags 0x2002 off 0x22000 reg fp  shmid: 0
> (71.862350) 0x7fd0367a0000-0x7fd0367a1000 (4K) prot 0x3 flags 0x2002 off 0x23000 reg fp  shmid: 0
> (71.862354) 0x7fd0367a1000-0x7fd0367a2000 (4K) prot 0x3 flags 0x2022 off 0 reg ap  shmid: 0
> (71.862358) 0x7fff3fced000-0x7fff3fd10000 (140K) prot 0x3 flags 0x2122 off 0 reg ap  shmid: 0
> (71.862361) 0x7fff3fd2a000-0x7fff3fd2c000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (71.862375) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (71.862380) Obtaining task auvx ...
> (71.862402) bfd: BUF 0x7f20686b2000 <
> (71.862418) bfd: BUF 0x7f20686b2000 >
> (71.862688) bfd: BUF 0x7f20686b2000 <
> (71.862696) bfd: BUF 0x7f20686b2000 >
> (71.862708) bfd: BUF 0x7f20686b2000 <
> (71.862715) bfd: BUF 0x7f20686b2000 >
> (71.862720) Dumping task cwd id 0x1f root id 0x1f
> (71.862741) bfd: BUF 0x7f20686b1000 >
> (71.862760) bfd: BUF 0x7f20686b0000 >
> (71.862765) bfd: BUF 0x7f20686af000 >
> (71.862781) bfd: BUF 0x7f20686ae000 >
> (71.862800) bfd: BUF 0x7f20686ad000 >
> (71.862817) bfd: BUF 0x7f20686ac000 >
> (71.862943) ========================================
> (71.862947) Dumping task (pid: 11327)
> (71.862950) ========================================
> (71.862953) Obtaining task stat ... (71.862989) 
> (71.862993) Collecting mappings (pid: 11327)
> (71.862996) ----------------------------------------
> (71.863002) bfd: BUF 0x7f20686ac000 <
> (71.863094) bfd: BUF 0x7f20686ad000 <
> (71.863102) bfd: BUF 0x7f20686ad000 >
> (71.863112) vma 7f03fba12000 borrows vfi from previous 7f03fb9fb000
> (71.863120) vma 7f03fbc12000 borrows vfi from previous 7f03fba12000
> (71.863127) vma 7f03fbc13000 borrows vfi from previous 7f03fbc12000
> (71.863155) bfd: BUF 0x7f20686ad000 <
> (71.863162) bfd: BUF 0x7f20686ad000 >
> (71.863171) vma 7f03fbc1b000 borrows vfi from previous 7f03fbc16000
> (71.863224) vma 7f03fbe1a000 borrows vfi from previous 7f03fbc1b000
> (71.863232) vma 7f03fbe1b000 borrows vfi from previous 7f03fbe1a000
> (71.863250) bfd: BUF 0x7f20686ad000 <
> (71.863257) bfd: BUF 0x7f20686ad000 >
> (71.863266) vma 7f03fbe27000 borrows vfi from previous 7f03fbe1c000
> (71.863274) vma 7f03fc026000 borrows vfi from previous 7f03fbe27000
> (71.863281) vma 7f03fc027000 borrows vfi from previous 7f03fc026000
> (71.863299) bfd: BUF 0x7f20686ad000 <
> (71.863305) bfd: BUF 0x7f20686ad000 >
> (71.863374) vma 7f03fc02b000 borrows vfi from previous 7f03fc028000
> (71.863382) vma 7f03fc22a000 borrows vfi from previous 7f03fc02b000
> (71.863389) vma 7f03fc22b000 borrows vfi from previous 7f03fc22a000
> (71.863407) bfd: BUF 0x7f20686ad000 <
> (71.863414) bfd: BUF 0x7f20686ad000 >
> (71.863422) vma 7f03fc3e7000 borrows vfi from previous 7f03fc22c000
> (71.863430) vma 7f03fc5e6000 borrows vfi from previous 7f03fc3e7000
> (71.863438) vma 7f03fc5ea000 borrows vfi from previous 7f03fc5e6000
> (71.863521) bfd: BUF 0x7f20686ad000 <
> (71.863528) bfd: BUF 0x7f20686ad000 >
> (71.863537) vma 7f03fc5f5000 borrows vfi from previous 7f03fc5f1000
> (71.863545) vma 7f03fc7f4000 borrows vfi from previous 7f03fc5f5000
> (71.863552) vma 7f03fc7f5000 borrows vfi from previous 7f03fc7f4000
> (71.863570) bfd: BUF 0x7f20686ad000 <
> (71.863577) bfd: BUF 0x7f20686ad000 >
> (71.863585) vma 7f03fc9a8000 borrows vfi from previous 7f03fc7f6000
> (71.863637) vma 7f03fcba7000 borrows vfi from previous 7f03fc9a8000
> (71.863645) vma 7f03fcbc2000 borrows vfi from previous 7f03fcba7000
> (71.863670) bfd: BUF 0x7f20686ad000 <
> (71.863677) bfd: BUF 0x7f20686ad000 >
> (71.863686) vma 7f03fccd6000 borrows vfi from previous 7f03fcbd1000
> (71.863693) vma 7f03fced5000 borrows vfi from previous 7f03fccd6000
> (71.863701) vma 7f03fced6000 borrows vfi from previous 7f03fced5000
> (71.863761) bfd: BUF 0x7f20686ad000 <
> (71.863768) bfd: BUF 0x7f20686ad000 >
> (71.863777) vma 7f03fcef5000 borrows vfi from previous 7f03fced7000
> (71.863785) vma 7f03fd0f4000 borrows vfi from previous 7f03fcef5000
> (71.863792) vma 7f03fd0f5000 borrows vfi from previous 7f03fd0f4000
> (71.863809) bfd: BUF 0x7f20686ad000 <
> (71.863816) bfd: BUF 0x7f20686ad000 >
> (71.863898) bfd: BUF 0x7f20686ad000 <
> (71.863905) bfd: BUF 0x7f20686ad000 >
> (71.863914) vma 7f03fd31a000 borrows vfi from previous 7f03fd319000
> (71.863940) bfd: BUF 0x7f20686ad000 <
> (71.863947) bfd: BUF 0x7f20686ad000 >
> (71.863956) vma 7f03fd5b3000 borrows vfi from previous 7f03fd31c000
> (71.863964) vma 7f03fd5b5000 borrows vfi from previous 7f03fd5b3000
> (71.864016) bfd: BUF 0x7f20686ac000 >
> (71.864023) Collected, longest area occupies 512 pages
> (71.864026) 0x7f03fb9fb000-0x7f03fba12000 (92K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864040) 0x7f03fba12000-0x7f03fbc12000 (2048K) prot 0 flags 0x2 off 0x17000 reg fp  shmid: 0
> (71.864045) 0x7f03fbc12000-0x7f03fbc13000 (4K) prot 0x1 flags 0x2 off 0x17000 reg fp  shmid: 0
> (71.864048) 0x7f03fbc13000-0x7f03fbc14000 (4K) prot 0x3 flags 0x2 off 0x18000 reg fp  shmid: 0
> (71.864052) 0x7f03fbc14000-0x7f03fbc16000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864056) 0x7f03fbc16000-0x7f03fbc1b000 (20K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864059) 0x7f03fbc1b000-0x7f03fbe1a000 (2044K) prot 0 flags 0x2 off 0x5000 reg fp  shmid: 0
> (71.864063) 0x7f03fbe1a000-0x7f03fbe1b000 (4K) prot 0x1 flags 0x2 off 0x4000 reg fp  shmid: 0
> (71.864067) 0x7f03fbe1b000-0x7f03fbe1c000 (4K) prot 0x3 flags 0x2 off 0x5000 reg fp  shmid: 0
> (71.864071) 0x7f03fbe1c000-0x7f03fbe27000 (44K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864074) 0x7f03fbe27000-0x7f03fc026000 (2044K) prot 0 flags 0x2 off 0xb000 reg fp  shmid: 0
> (71.864078) 0x7f03fc026000-0x7f03fc027000 (4K) prot 0x1 flags 0x2 off 0xa000 reg fp  shmid: 0
> (71.864081) 0x7f03fc027000-0x7f03fc028000 (4K) prot 0x3 flags 0x2 off 0xb000 reg fp  shmid: 0
> (71.864085) 0x7f03fc028000-0x7f03fc02b000 (12K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864089) 0x7f03fc02b000-0x7f03fc22a000 (2044K) prot 0 flags 0x2 off 0x3000 reg fp  shmid: 0
> (71.864092) 0x7f03fc22a000-0x7f03fc22b000 (4K) prot 0x1 flags 0x2 off 0x2000 reg fp  shmid: 0
> (71.864096) 0x7f03fc22b000-0x7f03fc22c000 (4K) prot 0x3 flags 0x2 off 0x3000 reg fp  shmid: 0
> (71.864099) 0x7f03fc22c000-0x7f03fc3e7000 (1772K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864103) 0x7f03fc3e7000-0x7f03fc5e6000 (2044K) prot 0 flags 0x2 off 0x1bb000 reg fp  shmid: 0
> (71.864106) 0x7f03fc5e6000-0x7f03fc5ea000 (16K) prot 0x1 flags 0x2 off 0x1ba000 reg fp  shmid: 0
> (71.864110) 0x7f03fc5ea000-0x7f03fc5ec000 (8K) prot 0x3 flags 0x2 off 0x1be000 reg fp  shmid: 0
> (71.864114) 0x7f03fc5ec000-0x7f03fc5f1000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864117) 0x7f03fc5f1000-0x7f03fc5f5000 (16K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864121) 0x7f03fc5f5000-0x7f03fc7f4000 (2044K) prot 0 flags 0x2 off 0x4000 reg fp  shmid: 0
> (71.864124) 0x7f03fc7f4000-0x7f03fc7f5000 (4K) prot 0x1 flags 0x2 off 0x3000 reg fp  shmid: 0
> (71.864128) 0x7f03fc7f5000-0x7f03fc7f6000 (4K) prot 0x3 flags 0x2 off 0x4000 reg fp  shmid: 0
> (71.864131) 0x7f03fc7f6000-0x7f03fc9a8000 (1736K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864135) 0x7f03fc9a8000-0x7f03fcba7000 (2044K) prot 0 flags 0x2 off 0x1b2000 reg fp  shmid: 0
> (71.864139) 0x7f03fcba7000-0x7f03fcbc2000 (108K) prot 0x1 flags 0x2 off 0x1b1000 reg fp  shmid: 0
> (71.864142) 0x7f03fcbc2000-0x7f03fcbcd000 (44K) prot 0x3 flags 0x2 off 0x1cc000 reg fp  shmid: 0
> (71.864146) 0x7f03fcbcd000-0x7f03fcbd1000 (16K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864149) 0x7f03fcbd1000-0x7f03fccd6000 (1044K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864153) 0x7f03fccd6000-0x7f03fced5000 (2044K) prot 0 flags 0x2 off 0x105000 reg fp  shmid: 0
> (71.864157) 0x7f03fced5000-0x7f03fced6000 (4K) prot 0x1 flags 0x2 off 0x104000 reg fp  shmid: 0
> (71.864160) 0x7f03fced6000-0x7f03fced7000 (4K) prot 0x3 flags 0x2 off 0x105000 reg fp  shmid: 0
> (71.864164) 0x7f03fced7000-0x7f03fcef5000 (120K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864167) 0x7f03fcef5000-0x7f03fd0f4000 (2044K) prot 0 flags 0x2 off 0x1e000 reg fp  shmid: 0
> (71.864171) 0x7f03fd0f4000-0x7f03fd0f5000 (4K) prot 0x1 flags 0x2 off 0x1d000 reg fp  shmid: 0
> (71.864174) 0x7f03fd0f5000-0x7f03fd0f7000 (8K) prot 0x3 flags 0x2 off 0x1e000 reg fp  shmid: 0
> (71.864178) 0x7f03fd0f7000-0x7f03fd11a000 (140K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864181) 0x7f03fd30d000-0x7f03fd312000 (20K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864185) 0x7f03fd317000-0x7f03fd319000 (8K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864189) 0x7f03fd319000-0x7f03fd31a000 (4K) prot 0x1 flags 0x2 off 0x22000 reg fp  shmid: 0
> (71.864192) 0x7f03fd31a000-0x7f03fd31b000 (4K) prot 0x3 flags 0x2 off 0x23000 reg fp  shmid: 0
> (71.864196) 0x7f03fd31b000-0x7f03fd31c000 (4K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864208) 0x7f03fd31c000-0x7f03fd3b3000 (604K) prot 0x5 flags 0x2 off 0 reg fp  shmid: 0
> (71.864212) 0x7f03fd5b3000-0x7f03fd5b5000 (8K) prot 0x1 flags 0x2 off 0x97000 reg fp  shmid: 0
> (71.864216) 0x7f03fd5b5000-0x7f03fd5bf000 (40K) prot 0x3 flags 0x2 off 0x99000 reg fp  shmid: 0
> (71.864219) 0x7f03fd5bf000-0x7f03fd614000 (340K) prot 0x3 flags 0x22 off 0 reg ap  shmid: 0
> (71.864223) 0x7f03ff473000-0x7f03ff494000 (132K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (71.864226) 0x7f03ff494000-0x7f03ff4b3000 (124K) prot 0x3 flags 0x22 off 0 reg heap ap  shmid: 0
> (71.864230) 0x7fff566e6000-0x7fff56708000 (136K) prot 0x3 flags 0x122 off 0 reg ap  shmid: 0
> (71.864234) 0x7fff567fe000-0x7fff56800000 (8K) prot 0x5 flags 0x22 off 0 reg vdso ap  shmid: 0
> (71.864237) 0xffffffffff600000-0xffffffffff601000 (4K) prot 0x5 flags 0x22 off 0 vsys ap  shmid: 0
> (71.864241) ----------------------------------------
> (71.864244) 
> (71.864247) Collecting fds (pid: 11327)
> (71.864250) ----------------------------------------
> (71.864269) Found 11 file descriptors
> (71.864273) ----------------------------------------
> (71.864281) bfd: BUF 0x7f20686ac000 <
> (71.864287) bfd: BUF 0x7f20686ac000 >
> (71.864291) Dump private signals of 11327
> (71.864297) Dump shared signals of 11327
> (71.864305) Parasite syscall_ip at 0x7f03fb9fb000
> (71.864395) Putting parasite blob into 0x7f2068685000->0x7f03fd2eb000
> (71.864427) Dumping GP/FPU registers for 11327
> (71.864440) xsave runtime structure
> (71.864444) -----------------------
> (71.864448) cwd:37f swd:0 twd:0 fop:0 mxcsr:1fa0 mxcsr_mask:ffff
> (71.864452) magic1:46505853 extended_size:344 xstate_bv:7 xstate_size:340
> (71.864456) xstate_bv: 7
> (71.864460) -----------------------
> (71.864464) Putting tsock into pid 11327
> (71.864532) Wait for parasite being daemonized...
> (71.864537) Wait for ack 2 on daemon socket
> pie: Running daemon thread leader
> pie: __sent ack msg: 2 2 0
> pie: Daemon wais for command
> (71.864559) Fetched ack: 2 2 0
> (71.864566) Parasite 11327 has been switched to daemon mode
> (71.864587) Sent msg to daemon 17 0 0
> pie: __fetched msg: 17 0 0
> (71.864592) Wait for ack 17 on daemon socket
> pie: __sent ack msg: 17 17 0
> (71.864601) Fetched ack: 17 17 0
> pie: Daemon wais for command
> (71.864618) Sent msg to daemon 12 0 0
> pie: __fetched msg: 12 0 0
> (71.864624) Wait for ack 12 on daemon socket
> pie: __sent ack msg: 12 12 0
> pie: Daemon wais for command
> (71.864645) Fetched ack: 12 12 0
> (71.864653) sid=942 pgid=942 pid=942
> (71.864683) bfd: BUF 0x7f20686ac000 <
> (71.864705) bfd: BUF 0x7f20686ad000 <
> (71.864725) bfd: BUF 0x7f20686ae000 <
> (71.864745) bfd: BUF 0x7f20686af000 <
> (71.864763) bfd: BUF 0x7f20686b0000 <
> (71.864785) bfd: BUF 0x7f20686b1000 <
> (71.864793) 
> (71.864796) Dumping opened files (pid: 11327)
> (71.864800) ----------------------------------------
> (71.864809) Sent msg to daemon 14 0 0
> pie: __fetched msg: 14 0 0
> pie: __sent ack msg: 14 14 0
> pie: Daemon wais for command
> (71.864854) Wait for ack 14 on daemon socket
> (71.864861) Fetched ack: 14 14 0
> (71.864882) bfd: BUF 0x7f20686b2000 <
> (71.864901) bfd: BUF 0x7f20686b3000 <
> (71.864922) bfd: BUF 0x7f20686b3000 >
> (71.864929) 11327 fdinfo 0: pos: 0x               0 flags:           100002/0
> (71.864969) Dumping path for 0 fd via self 49 [/dev/null]
> (71.864983) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 0
> (71.864996) bfd: BUF 0x7f20686b3000 <
> (71.865005) bfd: BUF 0x7f20686b3000 >
> (71.865010) 11327 fdinfo 1: pos: 0x               0 flags:           100002/0
> (71.865020) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 1
> (71.865032) bfd: BUF 0x7f20686b3000 <
> (71.865040) bfd: BUF 0x7f20686b3000 >
> (71.865046) 11327 fdinfo 2: pos: 0x               0 flags:           100002/0
> (71.865055) fdinfo: type: 0x 1 flags: 0100002/0 pos: 0x       0 fd: 2
> (71.865066) bfd: BUF 0x7f20686b3000 <
> (71.865074) bfd: BUF 0x7f20686b3000 >
> (71.865080) 11327 fdinfo 3: pos: 0x               0 flags:                2/0x1
> (71.865091) 	Searching for socket a235 (family 1)
> (71.865096) 	Searching for socket 9cf7 (family 1)
> (71.865107) No filter for socket
> (71.865126) Dumping unix socket at 3
> (71.865131) 	Dumping: ino 0xa235 peer_ino 0x9cf7 family    1 type    2 state  7 name (null)
> (71.865141) 	Dumped: id 0x106 ino 0xa235 peer 0x9cf7 type 2 state 7 name 0 bytes
> (71.865147) fdinfo: type: 0x 5 flags: 02/01 pos: 0x       0 fd: 3
> (71.865158) bfd: BUF 0x7f20686b3000 <
> (71.865167) bfd: BUF 0x7f20686b3000 >
> (71.865172) 11327 fdinfo 16: pos: 0x               0 flags:             4002/0
> (71.865181) 	Searching for socket 9dc8 (family 2)
> (71.865190) No filter for socket
> (71.865197) Dumping inet socket at 16
> (71.865204) 	Dumping: ino 0x    9dc8 family    2 type    2 port      123 state  7 src_addr 0.0.0.0
> (71.865209) 	Dumped: family 2 type 2 proto 17 port 123 state 7 src_addr 0.0.0.0
> (71.865213) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 16
> (71.865224) bfd: BUF 0x7f20686b3000 <
> (71.865233) bfd: BUF 0x7f20686b3000 >
> (71.865238) 11327 fdinfo 17: pos: 0x               0 flags:             4002/0
> (71.865245) 	Searching for socket 9dc9 (family 10)
> (71.865256) No filter for socket
> (71.865263) Dumping inet socket at 17
> (71.865268) 	Dumping: ino 0x    9dc9 family   10 type    2 port      123 state  7 src_addr ::
> (71.865273) 	Dumped: family 10 type 2 proto 17 port 123 state 7 src_addr ::
> (71.865278) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 17
> (71.865297) bfd: BUF 0x7f20686b3000 <
> (71.865308) bfd: BUF 0x7f20686b3000 >
> (71.865314) 11327 fdinfo 18: pos: 0x               0 flags:             4002/0
> (71.865321) 	Searching for socket 9dcf (family 2)
> (71.865330) No filter for socket
> (71.865336) Dumping inet socket at 18
> (71.865340) 	Dumping: ino 0x    9dcf family    2 type    2 port      123 state  7 src_addr 127.0.0.1
> (71.865346) 	Dumped: family 2 type 2 proto 17 port 123 state 7 src_addr 127.0.0.1
> (71.865350) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 18
> (71.865367) bfd: BUF 0x7f20686b3000 <
> (71.865375) bfd: BUF 0x7f20686b3000 >
> (71.865380) 11327 fdinfo 19: pos: 0x               0 flags:             4002/0
> (71.865387) 	Searching for socket 9dd0 (family 2)
> (71.865396) No filter for socket
> (71.865402) Dumping inet socket at 19
> (71.865406) 	Dumping: ino 0x    9dd0 family    2 type    2 port      123 state  7 src_addr 10.147.244.93
> (71.865412) 	Dumped: family 2 type 2 proto 17 port 123 state 7 src_addr 10.147.244.93
> (71.865416) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 19
> (71.865427) bfd: BUF 0x7f20686b3000 <
> (71.865436) bfd: BUF 0x7f20686b3000 >
> (71.865441) 11327 fdinfo 20: pos: 0x               0 flags:             4002/0
> (71.865448) 	Searching for socket 9dd1 (family 10)
> (71.865457) 	Dumping eth0 bound dev for sk
> (71.865463) No filter for socket
> (71.865469) Dumping inet socket at 20
> (71.865475) 	Dumping: ino 0x    9dd1 family   10 type    2 port      123 state  7 src_addr fe80::216:3eff:fe0d:b580
> (71.865481) 	Dumped: family 10 type 2 proto 17 port 123 state 7 src_addr fe80::216:3eff:fe0d:b580
> (71.865485) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 20
> (71.865496) bfd: BUF 0x7f20686b3000 <
> (71.865505) bfd: BUF 0x7f20686b3000 >
> (71.865510) 11327 fdinfo 21: pos: 0x               0 flags:             4002/0
> (71.865517) 	Searching for socket 9dd2 (family 10)
> (71.865526) No filter for socket
> (71.865533) Dumping inet socket at 21
> (71.865537) 	Dumping: ino 0x    9dd2 family   10 type    2 port      123 state  7 src_addr ::1
> (71.865542) 	Dumped: family 10 type 2 proto 17 port 123 state 7 src_addr ::1
> (71.865547) fdinfo: type: 0x 4 flags: 04002/0 pos: 0x       0 fd: 21
> (71.865557) bfd: BUF 0x7f20686b3000 <
> (71.865566) bfd: BUF 0x7f20686b3000 >
> (71.865571) 11327 fdinfo 22: pos: 0x               0 flags:             4002/0
> (71.865577) 	Searching for socket 9dd3 (family 16)
> (71.865584) Error (sk-netlink.c:73): The socket has data to read
> (71.865604) bfd: BUF 0x7f20686b2000 >
> (71.865610) ----------------------------------------
> (71.865614) Error (cr-dump.c:1601): Dump files (pid: 11327) failed with -1
> (71.865632) bfd: BUF 0x7f20686ac000 >
> (71.865650) bfd: BUF 0x7f20686ad000 >
> (71.865672) bfd: BUF 0x7f20686ae000 >
> (71.865691) bfd: BUF 0x7f20686af000 >
> (71.865720) bfd: BUF 0x7f20686b0000 >
> (71.865741) bfd: BUF 0x7f20686b1000 >
> (71.865753) Waiting for 11327 to trap
> (71.865759) Daemon 11327 exited trapping
> (71.865767) Sent msg to daemon 6 0 0
> pie: __fetched msg: 6 0 0
> pie: 942: new_sp=0x7f03fd308008 ip 0x7f03fc31dd81
> (71.865820) 11327 was trapped
> (71.865826) `- Expecting exit
> (71.865841) 11327 was trapped
> (71.865846) 11327 is going to execute the syscall f
> (71.865870) 11327 was stopped
> (71.865892) 11327 was trapped
> (71.865898) 11327 is going to execute the syscall 1
> (71.865911) 11327 was trapped
> (71.865916) `- Expecting exit
> (71.865929) 11327 was trapped
> (71.865935) 11327 is going to execute the syscall b
> (71.865966) 11327 was stopped
> (72.081044) bfd: BUF 0x7f20686b7000 >
> (72.081074) bfd: BUF 0x7f20686b8000 >
> (72.081094) bfd: BUF 0x7f20686b9000 >
> (72.081114) bfd: BUF 0x7f20686ba000 >
> (72.081138) bfd: BUF 0x7f20686bb000 >
> (72.081160) bfd: BUF 0x7f20686bc000 >
> (72.081181) bfd: BUF 0x7f20686bd000 >
> (72.081203) bfd: BUF 0x7f20686be000 >
> (72.081227) bfd: BUF 0x7f20686bf000 >
> (72.081255) bfd: BUF 0x7f20686c0000 >
> (72.081276) bfd: BUF 0x7f20686c1000 >
> (72.081324) bfd: BUF 0x7f20686c2000 >
> (72.081345) bfd: BUF 0x7f20686c3000 >
> (72.081366) bfd: BUF 0x7f20686c4000 >
> (72.081385) bfd: BUF 0x7f20686c5000 >
> (72.081404) bfd: BUF 0x7f20686c6000 >
> (72.081425) bfd: BUF 0x7f20686a7000 >
> (72.081442) bfd: BUF 0x7f20686a8000 >
> (72.081459) bfd: BUF 0x7f20686a9000 >
> (72.081476) bfd: BUF 0x7f20686aa000 >
> (72.081493) bfd: BUF 0x7f20686ab000 >
> (72.081499) Unlock network
> (72.081503) Running network-unlock scripts
> (72.081516) 	[/usr/share/lxc/lxc-restore-net]
> (76.380128) Unfreezing tasks into 1
> (76.380186) 	Unseizing 10053 into 1
> (76.380204) 	Unseizing 10294 into 1
> (76.380214) 	Unseizing 10313 into 1
> (76.380222) 	Unseizing 10353 into 1
> (76.380239) 	Unseizing 10359 into 1
> (76.380246) 	Unseizing 10362 into 1
> (76.380255) 	Unseizing 10437 into 1
> (76.380263) 	Unseizing 10547 into 1
> (76.380273) 	Unseizing 10552 into 1
> (76.380281) 	Unseizing 10642 into 1
> (76.380288) 	Unseizing 10649 into 1
> (76.380299) 	Unseizing 10764 into 1
> (76.380518) 	Unseizing 11327 into 1
> (76.380527) 	Unseizing 11690 into 1
> (76.380534) 	Unseizing 11692 into 1
> (76.380542) 	Unseizing 11694 into 1
> (76.380549) 	Unseizing 11696 into 1
> (76.380557) 	Unseizing 11697 into 1
> (76.380807) Error (cr-dump.c:1964): Dumping FAILED.



More information about the CRIU mailing list