GENERIC 7.0-CURRENT from Aug 30 08:25 UTC, vmcore.15

This problem has been seen twice before:
-rw-r--r--  1 pho  pho  17520 Jan 30  2005 cons112.html
-rw-r--r--  1 pho  pho   7116 Mar 24 18:24 cons124.html

KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 7.0-CURRENT #6: Tue Aug 30 10:34:59 CEST 2005
    pho@crashbox.osted.lan:/usr/src/sys/i386/compile/PHO
WARNING: WITNESS option enabled, expect reduced performance.
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.81-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf24  Stepping = 4
  Features=0x3febfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM>
  Hyperthreading: 2 logical CPUs
real memory  = 1073676288 (1023 MB)
avail memory = 1041051648 (992 MB)
:
Trying to mount root from ufs:/dev/ad0s1a
fxp0: link state changed to UP
Memory modified after free 0xc35f9300(124) val=c38ff300 @ 0xc35f9364
panic: Most recently used by inodedep

cpuid = 1
KDB: enter: panic
[thread pid 74624 tid 101031 ]
Stopped at      kdb_enter+0x2b: nop
db> where
Tracing pid 74624 tid 101031 td 0xc31c1180
kdb_enter(c0860247) at kdb_enter+0x2b
panic(c087b71b,c0879781,c087b6ec,c35f9300,7c) at panic+0x14b
mtrash_ctor(c35f9300,80,0,402) at mtrash_ctor+0x4d
uma_zalloc_arg(c104a1e0,0,402) at uma_zalloc_arg+0x10f
malloc(68,c08ff6e0,402,c09bada0,0) at malloc+0xae
inodedep_lookup(c2642800,5c64,3,e83257ac,c09bada0,0,c087886a,56a) at inodedep_lookup+0xa7
softdep_setup_inomapdep(d63983d8,c2be4108,5c64) at softdep_setup_inomapdep+0x34
ffs_nodealloccg(c2be4108,1,5d59,0,81b0,c26432a4,1,c0877b9b,4c1) at ffs_nodealloccg+0x637
ffs_hashalloc(c2be4108,1,5d59,0,81b0) at ffs_hashalloc+0x45
ffs_valloc(c2d04414,81b0,c29ba280,e83258d4,12c) at ffs_valloc+0xdf
ufs_makeinode(81b0,c2d04414,e8325be0,e8325bf4) at ufs_makeinode+0x53
ufs_create(e8325a64,e8325d04,e8325bcc,e8325b20,c06939c8) at ufs_create+0x25
VOP_CREATE_APV(c0900800,e8325a64) at VOP_CREATE_APV+0x9b
vn_open_cred(e8325bcc,e8325ccc,1b0,c29ba280,4) at vn_open_cred+0x1a8
vn_open(e8325bcc,e8325ccc,1b0,4,c09a8748) at vn_open+0x1e
kern_open(c31c1180,bfbfd8d0,0,602,1b0) at kern_open+0xb6
open(c31c1180,e8325d04,3,56,216) at open+0x1a
syscall(2805003b,bfbf003b,bfbf003b,28050288,bfbfea98) at syscall+0x22f
Xint0x80_syscall() at Xint0x80_syscall+0x1f
--- syscall (5, FreeBSD ELF32, open), eip = 0x2811bed3, esp = 0xbfbfd89c, ebp = 0xbfbfd8b8 ---
db> show pcpu 0
cpuid        = 0
curthread    = 0xc22d7c00: pid 14 "idle: cpu0"
curpcb       = 0xe3682d90
fpcurthread  = none
idlethread   = 0xc22d7c00: pid 14 "idle: cpu0"
APIC ID      = 0
currentldt   = 0x50
spin locks held:
db> show pcpu 1
cpuid        = 1
curthread    = 0xc31c1180: pid 74624 "rw"
curpcb       = 0xe8325d90
fpcurthread  = none
idlethread   = 0xc22d7a80: pid 13 "idle: cpu1"
APIC ID      = 1
currentldt   = 0x50
spin locks held:
db> show pcpu 2
cpuid        = 2
curthread    = 0xc22d7900: pid 12 "idle: cpu2"
curpcb       = 0xe367cd90
fpcurthread  = none
idlethread   = 0xc22d7900: pid 12 "idle: cpu2"
APIC ID      = 6
currentldt   = 0x50
spin locks held:
db> show pcpu 3
cpuid        = 3
curthread    = 0xc22d7780: pid 11 "idle: cpu3"
curpcb       = 0xe3679d90
fpcurthread  = none
idlethread   = 0xc22d7780: pid 11 "idle: cpu3"
APIC ID      = 7
currentldt   = 0x50
spin locks held:
db> show alllocks
db> show lockedvnods
Locked vnodes

0xc36c32b8: tag ufs, type VDIR
    usecount 3, writecount 0, refcount 4 mountedhere 0
    flags ()
    v_object 0xc3928108 ref 0 pages 0
     lock type ufs: EXCL (count 1) by thread 0xc31d3300 (pid 74456)#0 0xc0629ed1 at lockmgr+0x4ed
#1 0xc0681271 at vop_stdlock+0x21
#2 0xc08076f3 at VOP_LOCK_APV+0x87
#3 0xc07775e0 at ffs_lock+0x10
#4 0xc08076f3 at VOP_LOCK_APV+0x87
#5 0xc06949f8 at vn_lock+0xac
#6 0xc0682cea at lookup+0xce
#7 0xc06829ba at namei+0x35a
#8 0xc068ea32 at kern_unlink+0x3a
#9 0xc068e9f6 at unlink+0x12
#10 0xc07f6c2b at syscall+0x22f
#11 0xc07e3f5f at Xint0x80_syscall+0x1f

        ino 23581, on dev ad0s1e
:
: 568 locked vnodes in all
:

0xc2ff6ae0: tag ufs, type VREG
    usecount 0, writecount 0, refcount 1 mountedhere 0
    flags ()
    v_object 0xc3c47318 ref 0 pages 0
     lock type ufs: EXCL (count 1) by thread 0xc34c3c00 (pid 74474)#0 0xc0629ed1 at lockmgr+0x4ed
#1 0xc0681271 at vop_stdlock+0x21
#2 0xc08076f3 at VOP_LOCK_APV+0x87
#3 0xc07775e0 at ffs_lock+0x10
#4 0xc08076f3 at VOP_LOCK_APV+0x87
#5 0xc06949f8 at vn_lock+0xac
#6 0xc068924e at vget+0x8e
#7 0xc0681f7d at vfs_hash_get+0x8d
#8 0xc077646f at ffs_vget+0x27
#9 0xc077ccad at ufs_lookup+0x881
#10 0xc0805887 at VOP_CACHEDLOOKUP_APV+0x9b
#11 0xc067f0a1 at vfs_cache_lookup+0xb5
#12 0xc08057b3 at VOP_LOOKUP_APV+0x87
#13 0xc0682ffe at lookup+0x3e2
#14 0xc06829ba at namei+0x35a
#15 0xc068ea32 at kern_unlink+0x3a
#16 0xc068e9f6 at unlink+0x12
#17 0xc07f6c2b at syscall+0x22f

        ino 24361, on dev ad0s1e

0xc3598570: tag ufs, type VREG
    usecount 0, writecount 0, refcount 1 mountedhere 0
    flags ()
    v_object 0xc3312000 ref 0 pages 0
     lock type ufs: EXCL (count 1) by thread 0xc2d53600 (pid 74505)#0 0xc0629ed1 at lockmgr+0x4ed
#1 0xc0681271 at vop_stdlock+0x21
#2 0xc08076f3 at VOP_LOCK_APV+0x87
#3 0xc07775e0 at ffs_lock+0x10
#4 0xc08076f3 at VOP_LOCK_APV+0x87
#5 0xc06949f8 at vn_lock+0xac
#6 0xc068924e at vget+0x8e
#7 0xc0681f7d at vfs_hash_get+0x8d
#8 0xc077646f at ffs_vget+0x27
#9 0xc077ccad at ufs_lookup+0x881
#10 0xc0805887 at VOP_CACHEDLOOKUP_APV+0x9b
#11 0xc067f0a1 at vfs_cache_lookup+0xb5
#12 0xc08057b3 at VOP_LOOKUP_APV+0x87
#13 0xc0682ffe at lookup+0x3e2
#14 0xc06829ba at namei+0x35a
#15 0xc068ea32 at kern_unlink+0x3a
#16 0xc068e9f6 at unlink+0x12
#17 0xc07f6c2b at syscall+0x22f

        ino 24366, on dev ad0s1e
db> show lockedbufs
buf at 0xd63983d8
b_flags = 0xa00000a0<b31,vmio,delwri,cache>
b_error = 0, b_bufsize = 16384, b_bcount = 16384, b_resid = 0
b_bufobj = (0xc27163c4), b_data = 0xd72f2000, b_blkno = 376544
b_npages = 4, pages(OBJ, IDX, PA): (0xc2750d68, 0xb7dc, 0x2e5d0000),(0xc2750d68, 0xb7dd, 0x2e8f1000),(0xc2750d68, 0xb7de, 0x2e8b2000),(0xc2750d68, 0xb7df, 0x2e833000)
 lock type getblk: EXCL (count 1) by thread 0xc31c1180 (pid 74624) with 327 pending#0 0xc0629ed1 at lockmgr+0x4ed
#1 0xc067bf73 at getblk+0x15b
#2 0xc0678f07 at breadn+0x5b
#3 0xc0678ea8 at bread+0x20
#4 0xc075f721 at ffs_nodealloccg+0x12d
#5 0xc075e5b5 at ffs_hashalloc+0x45
#6 0xc075dccb at ffs_valloc+0xdf
#7 0xc0782763 at ufs_makeinode+0x53
#8 0xc077f8bd at ufs_create+0x25
#9 0xc080599b at VOP_CREATE_APV+0x9b
#10 0xc06939c8 at vn_open_cred+0x1a8
#11 0xc069381e at vn_open+0x1e
#12 0xc068d202 at kern_open+0xb6
#13 0xc068d116 at open+0x1a
#14 0xc07f6c2b at syscall+0x22f
#15 0xc07e3f5f at Xint0x80_syscall+0x1f

buf at 0xd63cc6ac
b_flags = 0xa00200a0<b31,vmio,clusterok,delwri,cache>
b_error = 0, b_bufsize = 4096, b_bcount = 4096, b_resid = 0
b_bufobj = (0xc2ab8934), b_data = 0xd7b36000, b_blkno = 455988
b_npages = 1, pages(OBJ, IDX, PA): (0xc344c210, 0x0, 0x22451000)
 lock type getblk: EXCL (count 1) by thread 0xc2d8cd80 (pid 74457)#0 0xc0629ed1 at lockmgr+0x4ed
#1 0xc067bf73 at getblk+0x15b
#2 0xc0678f07 at breadn+0x5b
#3 0xc0678ea8 at bread+0x20
#4 0xc075c6f5 at ffs_realloccg+0x18d
#5 0xc076301b at ffs_balloc_ufs2+0xd9f
#6 0xc0777ce4 at ffs_write+0x2ac
#7 0xc08063f6 at VOP_WRITE_APV+0x132
#8 0xc0694446 at vn_write+0x1ee
#9 0xc065848b at dofilewrite+0x77
#10 0xc065832f at kern_writev+0x3b
#11 0xc0658255 at write+0x45
#12 0xc07f6c2b at syscall+0x22f
#13 0xc07e3f5f at Xint0x80_syscall+0x1f

db> ps
  pid   proc     uid  ppid  pgrp  flag   stat  wmesg    wchan  cmd
74782 c349320c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74781 c2fd220c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74780 c305ea3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74779 c2b21000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74778 c2d50418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74777 c2e9d624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74776 c34cf624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74775 c2df3830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74774 c31b9c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74773 c306d000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74772 c3a6ac48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74771 c314dc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74770 c38f4000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74769 c314020c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74768 c3ca7a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74767 c3a63a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74766 c31aac48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74765 c34d9a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74764 c2eb5624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74763 c2b21c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74762 c31cb830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74761 c34cda3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74760 c2d87a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74759 c30fa20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74758 c38f4a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74757 c3104c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74756 c2c2d20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74755 c38f420c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74754 c2d8a20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74753 c2d4ba3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74752 c2fd8624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74751 c38e8418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74750 c316f624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74749 c2d88418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74748 c3c96418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74747 c31aa418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74746 c3465000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74745 c3493418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74744 c3c7120c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74743 c2e73a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74742 c346c624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74741 c30e520c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74740 c3c6f20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74739 c30df20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74738 c3752c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74737 c3140000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74736 c2d3a830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74735 c3c96c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74734 c3493a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74733 c3c96830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74732 c31a6000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74731 c38cd624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74730 c2bebc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74729 c38dc000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74728 c2befa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74727 c38f4830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74726 c2e7420c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74725 c30e0000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74724 c2e74624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74723 c3a6a418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74722 c350c000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74721 c3116830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74720 c2e74830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74719 c2d59830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74718 c2df220c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74717 c30c1000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74716 c30fc624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74715 c38f1000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74714 c3464624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74713 c276f000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74712 c3752a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74711 c34de000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74710 c2eae830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74709 c2b1a000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74708 c30ef830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74707 c30c1624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74706 c2d8aa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74705 c26c6830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74704 c2aee20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74703 c2d50830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74702 c3ca6624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74701 c2b66830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74700 c34d8624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74699 c3c5c624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74698 c3097830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74697 c30eb20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74696 c38d1c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74695 c2eb6418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74694 c3112418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74693 c31bc624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74692 c2d8a830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74691 c2d8820c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74690 c3112a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74689 c30c7418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74688 c2c65830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74687 c30fa830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74686 c3c7e624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74685 c31b1c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74684 c2c2dc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74683 c3116c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74682 c3a4f624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74681 c38d7418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74680 c3140624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74679 c2e75c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74678 c3c99624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74677 c2b6e418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74676 c3a5e418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74675 c2b20418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74674 c3a6b000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74673 c3c66000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74672 c3a63624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74671 c3725c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74670 c38e6a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74669 c2911624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74668 c2d8ac48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74667 c2d39a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74666 c2e76624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74665 c3116000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74664 c38d1830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74663 c38ca20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74662 c3a55624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74661 c3736624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74660 c2bf3830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74659 c350e624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74658 c3ca6418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74657 c38cd20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74656 c2770000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74655 c3c95830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74654 c30c7624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74653 c30efa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74652 c3c7d624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74651 c2fd6418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74650 c2fd6830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74649 c346420c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74648 c2af5418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74647 c38cd830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74646 c30fa000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74645 c2c21830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74644 c276b000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74643 c2c91000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74642 c38c1000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74641 c3745830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74640 c2d87000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74639 c31a9624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74638 c34e6624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74637 c2aee418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74636 c2708830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74635 c38c120c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74634 c305e418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74633 c2c2920c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74632 c31ad000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74631 c2c6520c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74630 c2d5020c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74629 c2910830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74628 c3089830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74627 c3a6a624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74626 c2c90a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74625 c2e7320c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74624 c31c5418 1001 74455   580 0000002 [CPU 1] rw
74623 c3a55000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74622 c38e6830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74621 c2df3624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74620 c38d2000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74619 c3c73a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74618 c285cc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74617 c31c8418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74616 c3050a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74615 c2def624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74614 c2d51a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74613 c2fd820c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74612 c31b3000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74611 c3097624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74610 c3c7f830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74609 c31d0624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74608 c2d92830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74607 c2dee624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74606 c3736c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74605 c38cdc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74604 c2d9220c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74603 c308e830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74602 c2c2d000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74601 c2c2d418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74600 c30dfc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74599 c2c65c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74598 c3a4f418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74597 c2c21418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74596 c3731624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74595 c31a6a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74594 c3145a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74593 c2eae20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74592 c30e5c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74591 c38e520c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74590 c3118418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74589 c30ca000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74588 c38da000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74587 c3a63418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74586 c2d92418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74585 c3c95418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74584 c316920c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74583 c31c720c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74582 c3c7e20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74581 c3c5c000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74580 c31d120c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74579 c31ad418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74578 c2d52418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74577 c31aa20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74576 c38f1624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74575 c2d4b000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74574 c31c5c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74573 c2df9830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74572 c3a55a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74571 c3a5520c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74570 c3492a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74569 c31c7830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74568 c31d0830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74567 c2c29c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74566 c3c6f830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74565 c2d88624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74564 c2eae000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74563 c277020c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74562 c38d320c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74561 c38c2a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74560 c3c8ac48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74559 c350cc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74558 c34c1000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74557 c2770830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74556 c30ccc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74555 c3c9a830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74554 c3465c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74553 c38dc624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74552 c3ca7830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74551 c3c7fa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74550 c2eb020c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74549 c2c98c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74548 c2d87418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74547 c2b2120c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74546 c34c1624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74545 c38c3a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74544 c30cac48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74543 c2eb5000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74542 c3118624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74541 c3512830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74540 c2d8720c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74539 c2b6fa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74538 c3c72418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74537 c38f2624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74536 c2d88a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74535 c3099000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74534 c38d9000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74533 c31c7c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74532 c31d1624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74531 c350ca3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74530 c38e6418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74529 c34cf830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74528 c3c8f624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74527 c3c91624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74526 c34ce624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74525 c34cfa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74524 c30fe20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74523 c30c3c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74522 c31d1418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74521 c30c9a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74520 c30ff418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74519 c3c72830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74518 c306920c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74517 c2d3620c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74516 c285c418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74515 c30fd830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74514 c31a9830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74513 c2b66624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74512 c3c7ea3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74511 c30c3624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74510 c374b000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74509 c3a52c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74508 c3a64830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74507 c38e2000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74506 c3098830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74505 c2d88830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74504 c34f2a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74503 c3061830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74502 c2c9120c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74501 c2df2a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74500 c38ca830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74499 c30e2830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74498 c30cca3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74497 c2c21a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74496 c306dc48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74495 c30e0418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74494 c34f2830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74493 c3099418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74492 c30c1a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74491 c2e75a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74490 c3118000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74489 c3c9220c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74488 c38f1830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74487 c34d8000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74486 c3c6c830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74485 c30ef418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74484 c349220c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74483 c3050418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74482 c3a5020c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74481 c31cf20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74480 c3a56624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74479 c3089c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74478 c31a9a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74477 c2b1a624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74476 c34dd000 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74475 c31a7c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74474 c38d1624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74473 c31aa830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74472 c30cc20c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74471 c2e75418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74470 c34c1830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74469 c30c320c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74468 c372c830 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74467 c38f220c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74466 c3169418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74465 c2df320c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74464 c3a66c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74463 c2d36624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74462 c3065c48 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74461 c2c9820c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74460 c350c624 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74459 c2af420c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74458 c38daa3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74457 c2e73418 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74456 c34c1a3c 1001 74455   580 0000002 [SLPQ getblk 0xd6398438][SLP] rw
74455 c31aa000 1001 74454   580 0000002 [SLPQ wait 0xc31aa000][SLP] rw
74454 c3464c48 1001   588   580 0004002 [SLPQ nanslp 0xc095fd6c][SLP] rw
 1842 c30c3418 1001   979  1842 0004002 [SLPQ kqread 0xc31bd000][SLP] tail
  979 c2910c48 1001   978   979 0004002 [SLPQ wait 0xc2910c48][SLP] bash
  978 c2e75624 1001   976   976 0000100 [SLPQ select 0xc09ad084][SLP] sshd
  976 c291120c    0   443   976 0004100 [SLPQ sbwait 0xc2804900][SLP] sshd
  588 c26c4c48 1001   587   580 0000002 [SLPQ wait 0xc26c4c48][SLP] run
  587 c2918000 1001   586   580 0000002 [SLPQ wait 0xc2918000][SLP] run
  586 c2712624 1001   580   580 0004002 [SLPQ nanslp 0xc095fd6c][SLP] run
  580 c276fa3c 1001   563   580 0004002 [SLPQ wait 0xc276fa3c][SLP] sh
  563 c276fc48 1001   562   563 0004002 [SLPQ wait 0xc276fc48][SLP] bash
  562 c276b624 1001   560   560 0000100 [SLPQ select 0xc09ad084][SLP] sshd
  560 c276f418    0   443   560 0004100 [SLPQ sbwait 0xc27e2e90][SLP] sshd
  559 c26c420c 1001   552   559 0004002 [SLPQ select 0xc09ad084][SLP] top
  552 c2708a3c 1001   551   552 0004002 [SLPQ wait 0xc2708a3c][SLP] bash
  551 c2770624 1001   549   549 0000100 [SLPQ select 0xc09ad084][SLP] sshd
  549 c270c000    0   443   549 0004100 [SLPQ sbwait 0xc27e120c][SLP] sshd
  543 c2918830    0     1   543 0004002 [SLPQ ttyin 0xc24f6410][SLP] getty
  542 c2918a3c    0     1   542 0004002 [SLPQ ttyin 0xc24f6c10][SLP] getty
  541 c2918c48    0     1   541 0004002 [SLPQ ttyin 0xc2504c10][SLP] getty
  540 c276b418    0     1   540 0004002 [SLPQ ttyin 0xc2504810][SLP] getty
  539 c26c6c48    0     1   539 0004002 [SLPQ ttyin 0xc2503810][SLP] getty
  538 c2712000    0     1   538 0004002 [SLPQ ttyin 0xc2503410][SLP] getty
  537 c270c20c    0     1   537 0004002 [SLPQ ttyin 0xc2504410][SLP] getty
  536 c276b20c    0     1   536 0004002 [SLPQ ttyin 0xc2504010][SLP] getty
  465 c2707624    0     1   465 0000000 [SLPQ nanslp 0xc095fd6c][SLP] cron
  453 c2456a3c   25     1   453 0000100 [SLPQ pause 0xc2456a70][SLP] sendmail
  449 c2703418    0     1   449 0000100 [SLPQ select 0xc09ad084][SLP] sendmail
  443 c26c4830    0     1   443 0000100 [SLPQ select 0xc09ad084][SLP] sshd
  401 c2703000    0     1   401 0000000 [SLPQ select 0xc09ad084][SLP] usbd
  310 c26c4418    0     1   310 0000000 [SLPQ select 0xc09ad084][SLP] devd
  279 c270320c    0     1   279 0000000 [SLPQ select 0xc09ad084][SLP] syslogd
  108 c239520c    0     0     0 0000204 [SLPQ - 0xe518bd04][SLP] schedcpu
  107 c2395418    0     0     0 0000204 [SLPQ - 0xc09b574c][SLP] nfsiod 3
  106 c2395624    0     0     0 0000204 [SLPQ - 0xc09b5748][SLP] nfsiod 2
  105 c2395830    0     0     0 0000204 [SLPQ - 0xc09b5744][SLP] nfsiod 1
  104 c2395a3c    0     0     0 0000204 [SLPQ - 0xc09b5740][SLP] nfsiod 0
  103 c2395c48    0     0     0 0000204 [SLPQ vlruwt 0xc2395c48][SLP] vnlru
  102 c2455000    0     0     0 0000204 [SLPQ getblk 0xd6398438][SLP] syncer
  101 c245520c    0     0     0 0000204 [SLPQ psleep 0xc09ad5cc][SLP] bufdaemon
  100 c2455418    0     0     0 000020c [SLPQ pgzero 0xc09bbd04][SLP] pagezero
   99 c2455624    0     0     0 0000204 [SLPQ psleep 0xc09bb854][SLP] vmdaemon
   98 c2455830    0     0     0 0000204 [SLPQ psleep 0xc09bb810][SLP] pagedaemon
   97 c2455a3c    0     0     0 0000204 [SLPQ - 0xc2444e3c][SLP] fdc0
   96 c2455c48    0     0     0 0000204 [IWAIT] swi0: sio
   95 c2456000    0     0     0 0000204 [SLPQ usbtsk 0xc0926a04][SLP] usbtask
   94 c245620c    0     0     0 0000204 [SLPQ usbevt 0xc2446210][SLP] usb0
    9 c2456418    0     0     0 0000204 [SLPQ - 0xc236b980][SLP] kqueue taskq
    8 c238f000    0     0     0 0000204 [SLPQ - 0xc236ba00][SLP] acpi_task2
    7 c238f20c    0     0     0 0000204 [SLPQ - 0xc236ba00][SLP] acpi_task1
    6 c238f418    0     0     0 0000204 [SLPQ - 0xc236ba00][SLP] acpi_task0
   93 c238f624    0     0     0 0000204 [IWAIT] swi2: cambio
   92 c238f830    0     0     0 0000204 [IWAIT] swi5:+
    5 c238fa3c    0     0     0 0000204 [SLPQ - 0xc236bc80][SLP] thread taskq
   91 c238fc48    0     0     0 0000204 [IWAIT] swi6:+
   90 c2394000    0     0     0 0000204 [IWAIT] swi6: task queue
   89 c239420c    0     0     0 0000204 [SLPQ - 0xc0924720][SLP] yarrow
    4 c2394418    0     0     0 0000204 [SLPQ - 0xc0929228][SLP] g_down
    3 c2394624    0     0     0 0000204 [SLPQ - 0xc0929224][SLP] g_up
    2 c2394830    0     0     0 0000204 [SLPQ - 0xc092921c][SLP] g_event
   88 c2394a3c    0     0     0 0000204 [IWAIT] swi3: vm
   87 c2394c48    0     0     0 000020c [IWAIT] swi4: clock sio
   86 c2395000    0     0     0 0000204 [IWAIT] swi1: net
   85 c237a000    0     0     0 0000204 [IWAIT] irq71:
   84 c237a20c    0     0     0 0000204 [IWAIT] irq70:
   83 c237a418    0     0     0 0000204 [IWAIT] irq69:
   82 c237a624    0     0     0 0000204 [IWAIT] irq68:
   81 c237a830    0     0     0 0000204 [IWAIT] irq67:
   80 c237aa3c    0     0     0 0000204 [IWAIT] irq66:
   79 c237ac48    0     0     0 0000204 [IWAIT] irq65:
   78 c237f000    0     0     0 0000204 [IWAIT] irq64:
   77 c237f20c    0     0     0 0000204 [IWAIT] irq63:
   76 c237f418    0     0     0 0000204 [IWAIT] irq62:
   75 c237f624    0     0     0 0000204 [IWAIT] irq61:
   74 c237f830    0     0     0 0000204 [IWAIT] irq60:
   73 c237fa3c    0     0     0 0000204 [IWAIT] irq59:
   72 c237fc48    0     0     0 0000204 [IWAIT] irq58:
   71 c235a20c    0     0     0 0000204 [IWAIT] irq57:
   70 c235a418    0     0     0 0000204 [IWAIT] irq56:
   69 c235a624    0     0     0 0000204 [IWAIT] irq55:
   68 c235a830    0     0     0 0000204 [IWAIT] irq54:
   67 c235aa3c    0     0     0 0000204 [IWAIT] irq53:
   66 c235ac48    0     0     0 0000204 [IWAIT] irq52:
   65 c236c000    0     0     0 0000204 [IWAIT] irq51:
   64 c236c20c    0     0     0 0000204 [IWAIT] irq50:
   63 c236c418    0     0     0 0000204 [IWAIT] irq49:
   62 c236c624    0     0     0 0000204 [IWAIT] irq48: em0
   61 c236c830    0     0     0 0000204 [IWAIT] irq47:
   60 c236ca3c    0     0     0 0000204 [IWAIT] irq46:
   59 c236cc48    0     0     0 0000204 [IWAIT] irq45:
   58 c234b624    0     0     0 0000204 [IWAIT] irq44:
   57 c234b830    0     0     0 0000204 [IWAIT] irq43:
   56 c234ba3c    0     0     0 0000204 [IWAIT] irq42:
   55 c234bc48    0     0     0 0000204 [IWAIT] irq41:
   54 c2359000    0     0     0 0000204 [IWAIT] irq40:
   53 c235920c    0     0     0 0000204 [IWAIT] irq39:
   52 c2359418    0     0     0 0000204 [IWAIT] irq38:
   51 c2359624    0     0     0 0000204 [IWAIT] irq37:
   50 c2359830    0     0     0 0000204 [IWAIT] irq36:
   49 c2359a3c    0     0     0 0000204 [IWAIT] irq35:
   48 c2359c48    0     0     0 0000204 [IWAIT] irq34:
   47 c235a000    0     0     0 0000204 [IWAIT] irq33:
   46 c233bc48    0     0     0 0000204 [IWAIT] irq32:
   45 c234a000    0     0     0 0000204 [IWAIT] irq31:
   44 c234a20c    0     0     0 0000204 [IWAIT] irq30:
   43 c234a418    0     0     0 0000204 [IWAIT] irq29:
   42 c234a624    0     0     0 0000204 [IWAIT] irq28:
   41 c234a830    0     0     0 0000204 [IWAIT] irq27:
   40 c234aa3c    0     0     0 0000204 [IWAIT] irq26:
   39 c234ac48    0     0     0 0000204 [IWAIT] irq25:
   38 c234b000    0     0     0 0000204 [IWAIT] irq24:
   37 c234b20c    0     0     0 0000204 [IWAIT] irq23:
   36 c234b418    0     0     0 0000204 [IWAIT] irq22:
   35 c2329624    0     0     0 0000204 [IWAIT] irq21:
   34 c2329830    0     0     0 0000204 [IWAIT] irq20:
   33 c2329a3c    0     0     0 0000204 [IWAIT] irq19:
   32 c2329c48    0     0     0 0000204 [IWAIT] irq18:
   31 c233b000    0     0     0 0000204 [IWAIT] irq17: fxp0
   30 c233b20c    0     0     0 0000204 [IWAIT] irq16: uhci0
   29 c233b418    0     0     0 0000204 [IWAIT] irq15: ata1
   28 c233b624    0     0     0 0000204 [IWAIT] irq14: ata0
   27 c233b830    0     0     0 0000204 [IWAIT] irq13:
   26 c233ba3c    0     0     0 0000204 [IWAIT] irq12:
   25 c22db20c    0     0     0 0000204 [IWAIT] irq11:
   24 c22db418    0     0     0 0000204 [IWAIT] irq10:
   23 c22db624    0     0     0 0000204 [IWAIT] irq9: acpi0
   22 c22db830    0     0     0 0000204 [IWAIT] irq8:
   21 c22dba3c    0     0     0 0000204 [IWAIT] irq7: ppc0
   20 c22dbc48    0     0     0 0000204 [IWAIT] irq6: fdc0
   19 c2329000    0     0     0 0000204 [IWAIT] irq5:
   18 c232920c    0     0     0 0000204 [IWAIT] irq4: sio0
   17 c2329418    0     0     0 0000204 [IWAIT] irq3: sio1
   16 c22d6000    0     0     0 0000204 [IWAIT] irq0:
   15 c22d620c    0     0     0 0000204 [IWAIT] irq1: atkbd0
   14 c22d6418    0     0     0 000020c [CPU 0] idle: cpu0
   13 c22d6624    0     0     0 000020c [Can run] idle: cpu1
   12 c22d6830    0     0     0 000020c [CPU 2] idle: cpu2
   11 c22d6a3c    0     0     0 000020c [CPU 3] idle: cpu3
    1 c22d6c48    0     0     1 0004200 [SLPQ wait 0xc22d6c48][SLP] init
   10 c22db000    0     0     0 0000204 [SLPQ ktrace 0xc095dcb8][SLP] ktrace
    0 c0929320    0     0     0 0000200 [IWAIT] swapper
db> call doadump
Dumping 1023 MB (2 chunks)
  chunk 0: 1MB (159 pages) ... ok
  chunk 1: 1023MB (261872 pages) 1007 991 975 959 943 927 911 895 879 863 847 831 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 ... ok

Dump complete
= 0xf
db> reset

(kgdb) x/20x 0xc35f9300
0xc35f9300:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9310:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9320:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9330:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9340:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
(kgdb) x/40x 0xc35f9300
0xc35f9300:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9310:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9320:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9330:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9340:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9350:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9360:     0xdeadc0de      0xc38ff300      0xdeadc0de      0xdeadc0de
0xc35f9370:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xc08ff6e0
0xc35f9380:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc35f9390:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
(kgdb) x/20x 0xc38ff300
0xc38ff300:     0x000081b0      0x000003e9      0x00000000      0x00000000
0xc38ff310:     0x00000000      0x00000000      0x00000000      0x00000000
0xc38ff320:     0x4316bf0e      0x00000000      0x4316bf0e      0x00000000
0xc38ff330:     0x4316bf0e      0x00000000      0x4316bf0e      0x00000000
0xc38ff340:     0x00000000      0x00000000      0x00000000      0x00000000
(kgdb) x/20x 0xc08ff6e0
0xc08ff6e0 <M_INODEDEP>:        0xc08ff660      0x00000000      0x00000000      0x00000000
0xc08ff6f0 <M_INODEDEP+16>:     0x00000000      0x00000000      0x00000000      0x3454f8e9
0xc08ff700 <M_INODEDEP+32>:     0xc0879781      0xc2291000      0x00000000      0x00000000
0xc08ff710 <M_INODEDEP+48>:     0x00000000      0x00000000      0x00000000      0x00000000
0xc08ff720 <M_INODEDEP+64>:     0x00000000      0x00000001      0x00000001      0xc062b5dc