Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2011 12:16:49 -0400 (EDT)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        John <jwd@slowblink.com>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: New NFS server stress test hang
Message-ID:  <1069270455.338453.1307636209760.JavaMail.root@erie.cs.uoguelph.ca>
In-Reply-To: <20110609133805.GA78874@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_338452_1908611442.1307636209756
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

John De wrote:
> ----- Rick Macklem's Original Message -----
> > John De wrote:
> > > Hi,
> > >
> > > We've been running some stress tests of the new nfs server.
> > > The system is at r222531 (head), 9 clients, two mounts each
> > > to the server:
> > >
> > > mount_nfs -o
> > > udp,nfsv3,rsize=32768,wsize=32768,noatime,nolockd,acregmin=1,acregmax=2,acdirmin=1,acdirmax=2,negnametimeo=2
> > > ${servera}:/vol/datsrc /c/$servera/vol/datsrc
> > > mount_nfs -o
> > > udp,nfsv3,rsize=32768,wsize=32768,noatime,nolockd,acregmin=1,acregmax=2,acdirmin=1,acdirmax=2,negnametimeo=0
> > > ${servera}:/vol/datgen /c/$servera/vol/datgen
> > >
> > >
> > > The system is still up & responsive, simply no nfs services
> > > are working. All (200) threads appear to be active, but not
> > > doing anything. The debugger is not compiled into this kernel.
> > > We can run any other tracing commands desired. We can also
> > > rebuild the kernel with the debugger enabled for any kernel
> > > debugging needed.
> > >
> > > --- long logs deleted ---
> >
> > How about a:
> >  ps axHlww <-- With the "H" we'll see what the nfsd server threads
> >  are up to
> >  procstat -kka
> >
> > Oh, and a couple of nfsstats a few seconds apart. It's what the
> > counts
> > are changing by that might tell us what is going on. (You can use
> > "-z"
> > to zero them out, if you have an nfsstat built from recent sources.)
> >
> > Also, does a new NFS mount attempt against the server do anything?
> >
> > Thanks in advance for help with this, rick
> 
> Hi Rick,
> 
> Here's the output. In general, the nfsd processes appear to be in
> either nfsrvd_getcache(35 instances) or nfsrvd_updatecache(164)
> sleeping on
> "nfssrc". The server numbers don't appear to be moving. A showmount
> from a
> client system works, but a mount does not (see below).
> 
Please try the attached patch and let me know if it helps. When I looked
I found several places where the rc_flag variable was being fiddled without the
mutex held. I suspect one of these resulted in the RC_LOCKED flag not
getting cleared, so all the threads got stuck waiting on it.

The patch is at:
  http://people.freebsd.org/~rmacklem/cache.patch
in case it gets eaten by the list handler.
Thanks for digging into this, rick

> The underlying zfs filesystem seems to be working fine:
> 
> cd /vol/datsrc
> /usr/bin/time find . -type f | wc -l
> 1.82 real 0.29 user 1.52 sys
> 354429
> 
> cd /vol/datgen
> /usr/bin/time find . -type f | wc -l
> 1.73 real 0.09 user 1.64 sys
> 153050
> 
> 
> Is there a way to tell what cache block or file the servers are
> trying to process?
> 
> Thanks!
> John
> 
> 
> 
> 
> servera# nfsstat -s
> 
> Server Info:
> Getattr Setattr Lookup Readlink Read Write Create Remove
> 0 0 4859875 16546194 0 0 0 0
> Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access
> 0 -1523364522 0 990131252 0 0 0 0
> Mknod Fsstat Fsinfo PathConf Commit
> 0 0 0 0 0
> Server Ret-Failed
> 0
> Server Faults
> 0
> Server Cache Stats:
> Inprog Idem Non-idem Misses
> 189710 0 154619 -14704992
> Server Write Gathering:
> WriteOps WriteRPC Opsaved
> 0 0 0
> servera# ps axHlww
> UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
> 0 0 0 0 -16 0 0 5488 sched DLs ?? 3:14.67 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 8 0 0 5488 - DLs ?? 0:00.16 [kernel]
> 0 0 0 0 -92 0 0 5488 - DLs ?? 0:25.05 [kernel]
> 0 0 0 0 -52 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:01.54 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:06.03 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:02.17 [kernel]
> 0 0 0 0 -100 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:32.59 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.04 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.01 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.97 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.96 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.98 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.47 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.07 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.04 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.02 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.86 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.95 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.98 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.01 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.12 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.97 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.01 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.03 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:02.07 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.34 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.35 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.33 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.36 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.33 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.09 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.20 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.20 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.19 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.20 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.19 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:00.06 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:28.75 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.88 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.30 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:53.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.33 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:53.02 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:53.13 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.82 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.91 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.77 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.78 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.94 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 1:52.35 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:57.55 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:55.69 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:54.78 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:57.93 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:57.67 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:56.63 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:56.58 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 19:01.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:52.51 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:56.79 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:56.88 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 18:53.41 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 4:52.55 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 4:53.43 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 4:53.55 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 4:52.63 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 4:52.90 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:34.34 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:06.63 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:34.55 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:33.56 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:34.88 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:33.80 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:33.34 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:35.15 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 12:33.78 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 8:03.35 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 8:02.70 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 8:02.64 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 8:03.57 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 8:02.73 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.01 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.17 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.96 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.31 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.57 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.23 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.47 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.12 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.59 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.57 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.70 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.85 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.21 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.21 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.71 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.55 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.21 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.91 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.40 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.77 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:10.03 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.34 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.92 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.66 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.96 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.29 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.61 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:10.10 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:01.29 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.25 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.67 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.39 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.66 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.14 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.19 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.89 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.30 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.35 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.37 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.16 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.08 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.45 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.84 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.86 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.39 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.71 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.38 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.83 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.24 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.74 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.43 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.28 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.02 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.32 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.48 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:10.30 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.79 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.23 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.80 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.10 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.18 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.12 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.14 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.89 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.71 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.11 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.20 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:10.07 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.96 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.46 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.33 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:10.11 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.99 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.79 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.80 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.02 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.25 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.75 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.33 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.92 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.44 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.78 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.79 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.42 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.21 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.23 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.37 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.57 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.05 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.33 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.77 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.39 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.37 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.97 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.21 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.45 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.44 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:08.69 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.70 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.24 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:09.18 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 0 0 0 -16 0 0 5488 - DLs ?? 7:21.02 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:02.23 [kernel]
> 0 0 0 0 -8 0 0 5488 - DLs ?? 0:00.00 [kernel]
> 0 1 0 0 46 0 6276 136 wait ILs ?? 0:00.03 /sbin/init --
> 0 2 0 0 -16 0 0 16 idle DL ?? 0:00.00 [ciss_notify0]
> 0 3 0 0 -16 0 0 16 idle DL ?? 0:00.00 [ciss_notify1]
> 0 4 0 0 -16 0 0 16 idle DL ?? 0:00.00 [ciss_notify2]
> 0 5 0 0 -16 0 0 16 waitin DL ?? 0:00.00 [sctp_iterator]
> 0 6 0 0 -16 0 0 16 ccb_sc DL ?? 0:02.28 [xpt_thrd]
> 0 7 0 0 -16 0 0 16 gkt:wa DL ?? 0:13.28 [g_mp_kt]
> 0 8 0 0 -16 0 0 16 psleep DL ?? 0:23.19 [pagedaemon]
> 0 9 0 0 -16 0 0 16 psleep DL ?? 0:00.00 [vmdaemon]
> 0 10 0 0 -16 0 0 16 audit_ DL ?? 0:00.00 [audit]
> 0 11 0 0 155 0 0 192 - RL ?? 11904:17.58 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11896:58.10 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11940:00.33 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11976:07.78 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 12018:44.19 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 12058:52.25 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11736:53.91 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11826:27.92 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11896:29.94 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11944:07.66 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 11991:25.71 [idle]
> 0 11 0 0 155 0 0 192 - RL ?? 12012:04.00 [idle]
> 0 12 0 0 -60 0 0 656 - WL ?? 2:03.90 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:05.97 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:03.14 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:02.84 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:00.32 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:00.23 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:18.60 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:01.36 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:00.59 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:00.37 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:00.28 [intr]
> 0 12 0 0 -60 0 0 656 - WL ?? 0:00.21 [intr]
> 0 12 0 0 -72 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -64 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -56 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -52 0 0 656 - WL ?? 0:00.18 [intr]
> 0 12 0 0 -52 0 0 656 - WL ?? 0:00.03 [intr]
> 0 12 0 0 -68 0 0 656 - WL ?? 7:32.04 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 1:14.25 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 0:03.19 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 1:08.71 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 0:06.46 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 0:00.02 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 18:16.96 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 2:11.85 [intr]
> 0 12 0 0 -84 0 0 656 - WL ?? 0:00.15 [intr]
> 0 12 0 0 -76 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 1:36.16 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 82:56.38 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 82:38.72 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -92 0 0 656 - WL ?? 0:00.00 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 9:01.80 [intr]
> 0 12 0 0 -88 0 0 656 - WL ?? 0:36.09 [intr]
> 0 13 0 0 -8 0 0 48 - DL ?? 0:12.24 [geom]
> 0 13 0 0 -8 0 0 48 - DL ?? 15:41.87 [geom]
> 0 13 0 0 -8 0 0 48 - DL ?? 19:52.32 [geom]
> 0 14 0 0 -16 0 0 16 - DL ?? 2:38.12 [yarrow]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -72 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:01.98 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -72 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:01.81 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -72 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:02.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -72 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:01.84 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.10 [usb]
> 0 15 0 0 -72 0 0 384 - DL ?? 0:00.01 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:03.43 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.18 [usb]
> 0 15 0 0 -72 0 0 384 - DL ?? 0:00.00 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:02.10 [usb]
> 0 15 0 0 -68 0 0 384 - DL ?? 0:00.00 [usb]
> 0 16 0 0 -16 0 0 16 tzpoll DL ?? 0:02.64 [acpi_thermal]
> 0 17 0 0 -16 0 0 16 coolin DL ?? 0:00.27 [acpi_cooling0]
> 0 18 0 0 155 0 0 16 pgzero DL ?? 0:00.01 [pagezero]
> 0 19 0 0 -16 0 0 16 psleep DL ?? 0:01.61 [bufdaemon]
> 0 20 0 0 16 0 0 16 syncer DL ?? 56:18.96 [syncer]
> 0 21 0 0 -16 0 0 16 vlruwt DL ?? 0:02.32 [vnlru]
> 0 22 0 0 -16 0 0 16 sdflus DL ?? 0:35.36 [softdepflush]
> 0 1624 1 0 52 0 14364 296 select Is ?? 0:00.00 /usr/sbin/moused -p
> /dev/ums0 -t auto -I /var/run/moused.ums0.pid
> 0 1648 1 0 20 0 14364 468 select Is ?? 0:00.00 /usr/sbin/moused -p
> /dev/ums1 -t auto -I /var/run/moused.ums1.pid
> 0 1680 1 0 20 0 6276 504 select Is ?? 0:00.90 /sbin/devd
> 0 1919 1 0 20 0 12312 632 select Ss ?? 0:01.62 /usr/sbin/syslogd -s
> 0 1943 1 0 20 0 14392 776 select Ss ?? 0:00.35 /usr/sbin/rpcbind
> 0 2039 1 0 20 0 12308 756 select Is ?? 0:00.58 /usr/sbin/mountd
> /etc/exports /etc/zfs/exports
> 0 2048 1 0 20 0 10052 324 select Is ?? 0:00.02 nfsd: master (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 60:36.36 nfsd: server (nfsd)
> 0 2049 2048 0 32 0 10052 3444 nfsrc D ?? 0:02.53 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.14 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:24.71 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.52 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:13.25 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.50 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:09.54 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.16 nfsd: server (nfsd)
> 0 2049 2048 0 24 0 10052 3444 nfsrc D ?? 0:02.84 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.85 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.96 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.32 nfsd: server (nfsd)
> 0 2049 2048 0 27 0 10052 3444 nfsrc D ?? 0:05.27 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.06 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.68 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.71 nfsd: server (nfsd)
> 0 2049 2048 0 22 0 10052 3444 nfsrc D ?? 0:00.05 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.96 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.25 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:11.70 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:12.62 nfsd: server (nfsd)
> 0 2049 2048 0 25 0 10052 3444 nfsrc D ?? 0:00.31 nfsd: server (nfsd)
> 0 2049 2048 0 37 0 10052 3444 nfsrc D ?? 0:04.95 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.21 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.84 nfsd: server (nfsd)
> 0 2049 2048 0 43 0 10052 3444 nfsrc D ?? 0:01.07 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.18 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.11 nfsd: server (nfsd)
> 0 2049 2048 0 25 0 10052 3444 nfsrc D ?? 0:08.21 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:09.82 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:17.75 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.89 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.27 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.81 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:12.02 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.79 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:15.00 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.30 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.76 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.98 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.94 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.30 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.09 nfsd: server (nfsd)
> 0 2049 2048 0 34 0 10052 3444 nfsrc D ?? 0:01.30 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.04 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:32.48 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:14.68 nfsd: server (nfsd)
> 0 2049 2048 0 21 0 10052 3444 nfsrc D ?? 0:03.67 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:15.83 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:14.37 nfsd: server (nfsd)
> 0 2049 2048 0 23 0 10052 3444 nfsrc D ?? 0:01.34 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.78 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:09.91 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:10.81 nfsd: server (nfsd)
> 0 2049 2048 0 23 0 10052 3444 nfsrc D ?? 0:07.41 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.53 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.23 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.18 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.40 nfsd: server (nfsd)
> 0 2049 2048 0 24 0 10052 3444 nfsrc D ?? 0:02.07 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:14.55 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:10.93 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.55 nfsd: server (nfsd)
> 0 2049 2048 0 28 0 10052 3444 nfsrc D ?? 0:00.91 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.31 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:12.83 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.64 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.63 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:10.82 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:11.41 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.96 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.68 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.45 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:14.24 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.83 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.75 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.34 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.96 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.29 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:14.95 nfsd: server (nfsd)
> 0 2049 2048 0 39 0 10052 3444 nfsrc D ?? 0:01.65 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.21 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.60 nfsd: server (nfsd)
> 0 2049 2048 0 24 0 10052 3444 nfsrc D ?? 0:11.93 nfsd: server (nfsd)
> 0 2049 2048 0 38 0 10052 3444 nfsrc D ?? 0:06.72 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.49 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.97 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.31 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.49 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.53 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:23.72 nfsd: server (nfsd)
> 0 2049 2048 0 26 0 10052 3444 nfsrc D ?? 0:05.74 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.16 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.25 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.63 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.22 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.39 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.11 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.94 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.50 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.52 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:12.81 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.13 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.01 nfsd: server (nfsd)
> 0 2049 2048 0 21 0 10052 3444 nfsrc D ?? 0:05.37 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:21.37 nfsd: server (nfsd)
> 0 2049 2048 0 27 0 10052 3444 nfsrc D ?? 0:06.37 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:13.29 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:12.05 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:16.12 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.07 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.83 nfsd: server (nfsd)
> 0 2049 2048 0 41 0 10052 3444 nfsrc D ?? 0:09.78 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:08.89 nfsd: server (nfsd)
> 0 2049 2048 0 23 0 10052 3444 nfsrc D ?? 0:10.27 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:13.13 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:14.28 nfsd: server (nfsd)
> 0 2049 2048 0 30 0 10052 3444 nfsrc D ?? 0:03.11 nfsd: server (nfsd)
> 0 2049 2048 0 33 0 10052 3444 nfsrc D ?? 0:07.64 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.19 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:10.19 nfsd: server (nfsd)
> 0 2049 2048 0 27 0 10052 3444 nfsrc D ?? 0:08.04 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:20.18 nfsd: server (nfsd)
> 0 2049 2048 0 34 0 10052 3444 nfsrc D ?? 0:00.30 nfsd: server (nfsd)
> 0 2049 2048 0 27 0 10052 3444 nfsrc D ?? 0:08.12 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:08.35 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:10.24 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.10 nfsd: server (nfsd)
> 0 2049 2048 0 31 0 10052 3444 nfsrc D ?? 0:17.05 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.80 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.39 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.50 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.00 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:08.63 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.41 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:18.59 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.87 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.90 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.02 nfsd: server (nfsd)
> 0 2049 2048 0 37 0 10052 3444 nfsrc D ?? 0:02.09 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 0:50.41 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:03.14 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.73 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:11.60 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:09.67 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:08.99 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.03 nfsd: server (nfsd)
> 0 2049 2048 0 24 0 10052 3444 nfsrc D ?? 0:00.27 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:02.00 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.50 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.69 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.82 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.62 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:21.33 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.04 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.66 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.51 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:16.13 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.19 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.25 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 0:12.93 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:09.87 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.13 nfsd: server (nfsd)
> 0 2049 2048 0 30 0 10052 3444 nfsrc D ?? 0:00.48 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 0:48.30 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.78 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:13.43 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:01.11 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:00.37 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 0:47.87 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:09.39 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:10.61 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:08.99 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.18 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.11 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:25.19 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:39.78 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:49.23 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 1:33.16 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.82 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.22 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.40 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.15 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.71 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:05.75 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:04.92 nfsd: server (nfsd)
> 0 2049 2048 0 43 0 10052 3444 nfsrc D ?? 0:05.15 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:25.84 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:07.36 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.87 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.95 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:06.83 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:49.00 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 0:48.95 nfsd: server (nfsd)
> 0 2049 2048 0 20 0 10052 3444 nfsrc D ?? 0:48.48 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 3:26.79 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 3:26.99 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 3:19.83 nfsd: server (nfsd)
> 0 2049 2048 0 52 0 10052 3444 nfsrc D ?? 2:27.55 nfsd: server (nfsd)
> 0 2211 1 0 20 0 47000 1572 select Is ?? 0:00.00 /usr/sbin/sshd
> 0 2219 1 0 20 0 20508 1732 select Ss ?? 0:05.53 sendmail: accepting
> connections (sendmail)
> 25 2223 1 0 20 0 20508 1260 pause Is ?? 0:00.13 sendmail: Queue
> runner@00:30:00 for /var/spool/clientmqueue (sendmail)
> 0 2230 1 0 20 0 14260 640 nanslp Is ?? 0:02.51 /usr/sbin/cron -s
> 0 2283 1 0 20 0 16344 708 select Is ?? 0:00.03 /usr/sbin/inetd -wW -C
> 60
> 0 2371 2211 0 26 0 68140 1416 sbwait Is ?? 0:00.02 sshd: nihard [priv]
> (sshd)
> 20275 2373 2371 0 20 0 68140 3736 select I ?? 0:29.10 sshd:
> nihard@pts/0 (sshd)
> 0 2383 0 0 -8 0 0 128 arc_re DL ?? 0:21.04 [zfskern]
> 0 2383 0 0 -8 0 0 128 l2arc_ DL ?? 49:07.10 [zfskern]
> 0 2383 0 0 -8 0 0 128 tx->tx DL ?? 0:00.79 [zfskern]
> 0 2383 0 0 -8 0 0 128 tx->tx DL ?? 0:09.11 [zfskern]
> 0 2383 0 0 -8 0 0 128 tx->tx DL ?? 0:00.19 [zfskern]
> 0 2383 0 0 -8 0 0 128 tx->tx DL ?? 13:05.43 [zfskern]
> 0 2446 2211 0 22 0 68140 1432 sbwait Is ?? 0:00.01 sshd: nihard [priv]
> (sshd)
> 20275 2448 2446 0 20 0 68140 1976 select I ?? 0:00.25 sshd:
> nihard@pts/2 (sshd)
> 0 16213 2211 0 23 0 68140 2872 sbwait Is ?? 0:00.01 sshd: nihard
> [priv] (sshd)
> 20275 16215 16213 0 20 0 68140 3048 select I ?? 0:07.97 sshd:
> nihard@pts/1 (sshd)
> 0 22683 2283 0 20 0 12184 708 select Ss ?? 0:15.22 rlogind
> 0 33240 2211 0 23 0 68140 2712 sbwait Is ?? 0:00.01 sshd: nihard
> [priv] (sshd)
> 20275 33242 33240 0 20 0 68140 2752 select I ?? 0:00.00 sshd:
> nihard@pts/4 (sshd)
> 0 33279 0 0 -8 0 0 16 fio_wo DL ?? 43:49.52 [fct0-worker]
> 0 33281 0 0 -8 0 0 16 fio_wo DL ?? 3:19.89 [fct1-worker]
> 0 33283 0 0 -8 0 0 16 fio_gr DL ?? 2:22.46 [fioa-data-groom]
> 0 33284 0 0 -8 0 0 16 fio_su DL ?? 10:48.41 [fio0-bio-submit]
> 0 33285 0 0 -8 0 0 16 fio_gr DL ?? 0:41.60 [fiob-data-groom]
> 0 33286 0 0 -8 0 0 16 fio_su DL ?? 0:03.84 [fio1-bio-submit]
> 0 33689 0 0 -8 0 0 16 mdwait DL ?? 0:00.00 [md0]
> 0 33691 0 0 -8 0 0 16 mdwait DL ?? 0:00.00 [md1]
> 0 33693 0 0 -8 0 0 16 mdwait DL ?? 0:00.00 [md2]
> 0 33695 0 0 -8 0 0 16 mdwait DL ?? 0:00.00 [md3]
> 0 35749 2283 0 20 0 12184 544 select Is ?? 0:00.01 rlogind
> 0 52810 2283 0 20 0 12184 680 select Is ?? 0:00.00 rlogind
> 0 55688 2283 0 20 0 12184 1140 select Ss ?? 0:00.01 rlogind
> 0 2326 1 0 20 0 41300 956 wait Is v0 0:00.01 login [pam] (login)
> 0 34215 2326 0 20 0 17664 1868 ttyin I+ v0 0:00.01 -csh (csh)
> 0 2327 1 0 52 0 12184 272 ttyin Is+ v1 0:00.00 /usr/libexec/getty Pc
> ttyv1
> 0 2328 1 0 52 0 12184 272 ttyin Is+ v2 0:00.00 /usr/libexec/getty Pc
> ttyv2
> 0 2329 1 0 52 0 12184 272 ttyin Is+ v3 0:00.00 /usr/libexec/getty Pc
> ttyv3
> 0 2330 1 0 52 0 12184 272 ttyin Is+ v4 0:00.00 /usr/libexec/getty Pc
> ttyv4
> 0 2331 1 0 52 0 12184 272 ttyin Is+ v5 0:00.00 /usr/libexec/getty Pc
> ttyv5
> 0 2332 1 0 52 0 12184 272 ttyin Is+ v6 0:00.00 /usr/libexec/getty Pc
> ttyv6
> 0 2333 1 0 52 0 12184 272 ttyin Is+ v7 0:00.00 /usr/libexec/getty Pc
> ttyv7
> 20275 2374 2373 0 27 0 14636 356 wait Is 0 0:00.00 -sh (sh)
> 0 2377 2374 0 27 0 41428 540 wait I 0 0:00.00 su
> 0 2378 2377 0 20 0 17664 1320 ttyin I+ 0 0:00.04 _su (csh)
> 20275 16216 16215 0 23 0 14636 860 wait Is 1 0:00.00 -sh (sh)
> 0 16219 16216 0 27 0 41428 1148 wait I 1 0:00.04 su
> 0 16220 16219 0 25 0 17664 2524 ttyin I+ 1 0:00.09 _su (csh)
> 20275 2449 2448 0 20 0 14636 608 wait Is 2 0:00.01 -sh (sh)
> 0 17045 2449 0 20 0 41428 1144 wait I 2 0:00.00 su
> 0 17046 17045 0 20 0 17664 1420 ttyin I+ 2 0:00.02 _su (csh)
> 0 22684 22683 0 21 0 41428 1212 wait Is 3 0:00.00 login [pam] (login)
> 0 22685 22684 0 20 0 17664 1388 pause I 3 0:00.01 -csh (csh)
> 0 22696 22685 0 20 0 18660 1228 select S+ 3 2:39.20 bwm-ng
> 20275 33243 33242 0 24 0 14636 852 ttyin Is+ 4 0:00.00 -sh (sh)
> 0 35750 35749 0 21 0 41428 956 wait Is 5 0:00.00 login [pam] (login)
> 0 35751 35750 0 20 0 17664 1288 ttyin I+ 5 0:00.01 -csh (csh)
> 0 52811 52810 0 21 0 41428 1116 wait Is 6 0:00.00 login [pam] (login)
> 0 52812 52811 0 20 0 17664 1760 ttyin I+ 6 0:00.01 -csh (csh)
> 0 55689 55688 0 21 0 41428 1552 wait Is 7 0:00.00 login [pam] (login)
> 0 55690 55689 0 20 0 17664 2600 pause I 7 0:00.02 -csh (csh)
> 0 55711 55690 0 20 0 12312 1140 select S+ 7 0:00.00 script /tmp/tmplog
> 0 55712 55711 0 20 0 17664 2860 pause Ss 8 0:00.01 /bin/csh -i
> 0 55717 55712 0 20 0 14328 2040 - R+ 8 0:00.00 ps axHlww
> servera# procstat -kka
> PID TID COMM TDNAME KSTACK
> 0 100000 kernel swapper mi_switch+0x174 sleepq_timedwait+0x42
> _sleep+0x301 scheduler+0x34a mi_startup+0x77 btext+0x2c
> 0 100032 kernel firmware taskq mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100034 kernel kqueue taskq mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100035 kernel acpi_task_0 mi_switch+0x174 sleepq_wait+0x42
> msleep_spin+0x1a2 taskqueue_thread_loop+0x67 fork_exit+0x11f
> fork_trampoline+0xe
> 0 100036 kernel acpi_task_1 mi_switch+0x174 sleepq_wait+0x42
> msleep_spin+0x1a2 taskqueue_thread_loop+0x67 fork_exit+0x11f
> fork_trampoline+0xe
> 0 100037 kernel acpi_task_2 mi_switch+0x174 sleepq_wait+0x42
> msleep_spin+0x1a2 taskqueue_thread_loop+0x67 fork_exit+0x11f
> fork_trampoline+0xe
> 0 100039 kernel ffs_trim taskq mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100040 kernel thread taskq mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100046 kernel cxgbc0 taskq mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100096 kernel mca taskq mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100177 kernel system_taskq_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100178 kernel system_taskq_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100179 kernel system_taskq_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100180 kernel system_taskq_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100181 kernel system_taskq_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100182 kernel system_taskq_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100183 kernel system_taskq_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100184 kernel system_taskq_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100185 kernel system_taskq_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100186 kernel system_taskq_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100187 kernel system_taskq_10 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100188 kernel system_taskq_11 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100429 kernel zio_null_issue mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100506 kernel zio_null_issue mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100507 kernel zio_null_intr mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100508 kernel zio_read_issue_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100509 kernel zio_read_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100510 kernel zio_read_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100511 kernel zio_read_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100512 kernel zio_read_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100513 kernel zio_read_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100514 kernel zio_read_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100515 kernel zio_read_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100516 kernel zio_read_intr_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100517 kernel zio_read_intr_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100518 kernel zio_read_intr_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100519 kernel zio_read_intr_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100520 kernel zio_read_intr_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100521 kernel zio_read_intr_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100522 kernel zio_read_intr_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100523 kernel zio_read_intr_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100524 kernel zio_read_intr_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100525 kernel zio_read_intr_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100526 kernel zio_read_intr_10 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100527 kernel zio_read_intr_11 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100528 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100529 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100530 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100531 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100532 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100533 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100534 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100535 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100536 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100537 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100538 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100539 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100540 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100541 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100542 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100543 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100544 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100545 kernel zio_write_intr_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100546 kernel zio_write_intr_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100547 kernel zio_write_intr_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100548 kernel zio_write_intr_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100549 kernel zio_write_intr_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100550 kernel zio_write_intr_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100551 kernel zio_write_intr_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100552 kernel zio_write_intr_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100553 kernel zio_write_intr_h mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100554 kernel zio_write_intr_h mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100555 kernel zio_write_intr_h mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100556 kernel zio_write_intr_h mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100557 kernel zio_write_intr_h mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100558 kernel zio_free_issue_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100559 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100560 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100561 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100562 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100563 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100564 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100565 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100566 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100567 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100568 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100569 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100570 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100571 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100572 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100573 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100574 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100575 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100576 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100577 kernel zio_free_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100578 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100579 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100580 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100581 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100582 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100583 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100584 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100585 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100586 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100587 kernel zio_free_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100588 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100589 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100590 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100591 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100592 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100593 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100594 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100595 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100596 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100597 kernel zio_free_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100598 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100599 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100600 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100601 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100602 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100603 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100604 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100605 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100606 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100607 kernel zio_free_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100608 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100609 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100610 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100611 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100612 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100613 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100614 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100615 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100616 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100617 kernel zio_free_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100618 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100619 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100620 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100621 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100622 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100623 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100624 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100625 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100626 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100627 kernel zio_free_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100628 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100629 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100630 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100631 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100632 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100633 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100634 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100635 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100636 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100637 kernel zio_free_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100638 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100639 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100640 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100641 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100642 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100643 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100644 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100645 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100646 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100647 kernel zio_free_issue_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100648 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100649 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100650 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100651 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100652 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100653 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100654 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100655 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100656 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100657 kernel zio_free_issue_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100658 kernel zio_free_intr mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100659 kernel zio_claim_issue mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100660 kernel zio_claim_intr mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100661 kernel zio_ioctl_issue mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100662 kernel zio_ioctl_intr mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100663 kernel zfs_vn_rele_task mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100667 kernel zil_clean mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100668 kernel zil_clean mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100986 kernel zio_null_intr mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 100996 kernel zio_read_issue_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101144 kernel zio_read_issue_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101154 kernel zio_read_issue_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101179 kernel zio_read_issue_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101210 kernel zio_read_issue_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101520 kernel zio_read_issue_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101680 kernel zio_read_issue_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 101722 kernel zio_read_issue_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102295 kernel zio_read_intr_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102309 kernel zio_read_intr_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102311 kernel zio_read_intr_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102330 kernel zio_read_intr_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102351 kernel zio_read_intr_4 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102356 kernel zio_read_intr_5 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102722 kernel zio_read_intr_6 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102818 kernel zio_read_intr_7 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102821 kernel zio_read_intr_8 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102823 kernel zio_read_intr_9 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102827 kernel zio_read_intr_10 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102829 kernel zio_read_intr_11 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102832 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102833 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102834 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102836 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102838 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102846 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102847 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102849 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102857 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102859 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102864 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102869 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102874 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102875 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102881 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102885 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102902 kernel zio_write_issue_ mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102906 kernel zio_write_intr_0 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 102908 kernel zil_clean mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 103330 kernel zio_write_intr_1 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 103333 kernel zio_write_intr_2 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 103334 kernel zio_write_intr_3 mi_switch+0x174 sleepq_wait+0x42
> _sleep+0x317 taskqueue_thread_loop+0xbc fork_exit+0x11f
> fork_trampoline+0xe
> 0 103338 kernel
> 
> [Message truncated]

------=_Part_338452_1908611442.1307636209756
Content-Type: text/x-patch; name=cache.patch
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=cache.patch

LS0tIGZzL25mc3NlcnZlci9uZnNfbmZzZGNhY2hlLmMuc2F2CTIwMTEtMDYtMDkgMTE6Mzk6NTIu
MDAwMDAwMDAwIC0wNDAwCisrKyBmcy9uZnNzZXJ2ZXIvbmZzX25mc2RjYWNoZS5jCTIwMTEtMDYt
MDkgMTE6NDA6MDUuMDAwMDAwMDAwIC0wNDAwCkBAIC00NTcsOSArNDU3LDkgQEAgbmZzcnZkX3Vw
ZGF0ZWNhY2hlKHN0cnVjdCBuZnNydl9kZXNjcmlwdAogCQl9CiAJCWlmICgobmQtPm5kX2ZsYWcg
JiBORF9ORlNWMikgJiYKIAkJICAgIG5mc3YyX3JlcHN0YXRbbmV3bmZzdjJfcHJvY2lkW25kLT5u
ZF9wcm9jbnVtXV0pIHsKLQkJCU5GU1VOTE9DS0NBQ0hFKCk7CiAJCQlycC0+cmNfc3RhdHVzID0g
bmQtPm5kX3JlcHN0YXQ7CiAJCQlycC0+cmNfZmxhZyB8PSBSQ19SRVBTVEFUVVM7CisJCQlORlNV
TkxPQ0tDQUNIRSgpOwogCQl9IGVsc2UgewogCQkJaWYgKCEocnAtPnJjX2ZsYWcgJiBSQ19VRFAp
KSB7CiAJCQkgICAgbmZzcmNfdGNwc2F2ZWRyZXBsaWVzKys7CkBAIC00NzEsNyArNDcxLDkgQEAg
bmZzcnZkX3VwZGF0ZWNhY2hlKHN0cnVjdCBuZnNydl9kZXNjcmlwdAogCQkJTkZTVU5MT0NLQ0FD
SEUoKTsKIAkJCXJwLT5yY19yZXBseSA9IG1fY29weW0obmQtPm5kX21yZXEsIDAsIE1fQ09QWUFM
TCwKIAkJCSAgICBNX1dBSVQpOworCQkJTkZTTE9DS0NBQ0hFKCk7CiAJCQlycC0+cmNfZmxhZyB8
PSBSQ19SRVBNQlVGOworCQkJTkZTVU5MT0NLQ0FDSEUoKTsKIAkJfQogCQlpZiAocnAtPnJjX2Zs
YWcgJiBSQ19VRFApIHsKIAkJCXJwLT5yY190aW1lc3RhbXAgPSBORlNEX01PTk9TRUMgKwpAQCAt
NTI2LDggKzUyOCwxMSBAQCBuZnNydmRfc2VudGNhY2hlKHN0cnVjdCBuZnNydmNhY2hlICpycCwg
CiAJCSAgICAgc28tPnNvX3Byb3RvLT5wcl9kb21haW4tPmRvbV9mYW1pbHkgIT0gQUZfSU5FVDYp
IHx8CiAJCSAgICAgc28tPnNvX3Byb3RvLT5wcl9wcm90b2NvbCAhPSBJUFBST1RPX1RDUCkKIAkJ
CXBhbmljKCJuZnMgc2VudCBjYWNoZSIpOwotCQlpZiAobmZzcnZfZ2V0c29ja3NlcW51bShzbywg
JnJwLT5yY190Y3BzZXEpKQorCQlpZiAobmZzcnZfZ2V0c29ja3NlcW51bShzbywgJnJwLT5yY190
Y3BzZXEpKSB7CisJCQlORlNMT0NLQ0FDSEUoKTsKIAkJCXJwLT5yY19mbGFnIHw9IFJDX1RDUFNF
UTsKKwkJCU5GU1VOTE9DS0NBQ0hFKCk7CisJCX0KIAl9CiAJbmZzcmNfdW5sb2NrKHJwKTsKIH0K
QEAgLTY4Nyw4ICs2OTIsMTEgQEAgbmZzcmNfbG9jayhzdHJ1Y3QgbmZzcnZjYWNoZSAqcnApCiBz
dGF0aWMgdm9pZAogbmZzcmNfdW5sb2NrKHN0cnVjdCBuZnNydmNhY2hlICpycCkKIHsKKworCU5G
U0xPQ0tDQUNIRSgpOwogCXJwLT5yY19mbGFnICY9IH5SQ19MT0NLRUQ7CiAJbmZzcmNfd2FudGVk
KHJwKTsKKwlORlNVTkxPQ0tDQUNIRSgpOwogfQogCiAvKgo=
------=_Part_338452_1908611442.1307636209756--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1069270455.338453.1307636209760.JavaMail.root>