Skip to content

Instantly share code, notes, and snippets.

/ddb Secret

Created December 18, 2016 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/bae4d503e20c5ab00ff1e513c523c9f5 to your computer and use it in GitHub Desktop.
Save anonymous/bae4d503e20c5ab00ff1e513c523c9f5 to your computer and use it in GitHub Desktop.
panic: Bad link elm 0xfffff8003be59b00 next->prev != elm
cpuid = 0
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe004f15c7e0
vpanic() at vpanic+0x182/frame 0xfffffe004f15c860
panic() at panic+0x43/frame 0xfffffe004f15c8c0
knote_drop() at knote_drop+0x28a/frame 0xfffffe004f15c900
knote_fdclose() at knote_fdclose+0xd3/frame 0xfffffe004f15c950
closefp() at closefp+0x65/frame 0xfffffe004f15c9a0
amd64_syscall() at amd64_syscall+0x2f6/frame 0xfffffe004f15cab0
Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe004f15cab0
--- syscall (6, FreeBSD ELF64, sys_close), rip = 0x80104a7ca, rsp = 0x7fffdf9f9b58, rbp = 0x7fffdf9f9b70 ---
KDB: enter: panic
[ thread pid 733 tid 100609 ]
Stopped at kdb_enter+0x3b: movq $0,kdb_why
db> show pcpu
cpuid = 0
dynamic pcpu = 0xbefc00
curthread = 0xfffff80006b74a00: pid 733 "watchman"
curpcb = 0xfffffe004f15cb80
fpcurthread = 0xfffff80006b74a00: pid 733 "watchman"
idlethread = 0xfffff800035ea000: tid 100003 "idle: cpu0"
curpmap = 0xfffff80006a3f138
tssp = 0xffffffff81e1ce90
commontssp = 0xffffffff81e1ce90
rsp0 = 0xfffffe004f15cb80
gs32p = 0xffffffff81e236e8
ldt = 0xffffffff81e23728
tss = 0xffffffff81e23718
spin locks held:
db> show allpcpu
Current CPU: 0
cpuid = 0
dynamic pcpu = 0xbefc00
curthread = 0xfffff80006b74a00: pid 733 "watchman"
curpcb = 0xfffffe004f15cb80
fpcurthread = 0xfffff80006b74a00: pid 733 "watchman"
idlethread = 0xfffff800035ea000: tid 100003 "idle: cpu0"
curpmap = 0xfffff80006a3f138
tssp = 0xffffffff81e1ce90
commontssp = 0xffffffff81e1ce90
rsp0 = 0xfffffe004f15cb80
gs32p = 0xffffffff81e236e8
ldt = 0xffffffff81e23728
tss = 0xffffffff81e23718
spin locks held:
cpuid = 1
dynamic pcpu = 0xfffffe00bac33c00
curthread = 0xfffff80003b77500: pid 934 "cp"
curpcb = 0xfffffe004f1a2b80
fpcurthread = none
idlethread = 0xfffff800035e9a00: tid 100004 "idle: cpu1"
curpmap = 0xfffff80006a10138
tssp = 0xffffffff81e1cef8
commontssp = 0xffffffff81e1cef8
rsp0 = 0xfffffe004f1a2b80
gs32p = 0xffffffff81e23750
ldt = 0xffffffff81e23790
tss = 0xffffffff81e23780
spin locks held:
db> show locks
exclusive sleep mutex kqueue (kqueue) r = 0 (0xfffff800069cab00) locked @ /usr/src/sys/kern/kern_event.c:2418
exclusive sx filedesc structure (filedesc structure) r = 0 (0xfffff8000630f490) locked @ /usr/src/sys/kern/kern_descrip
.c:1229
db> show alllocks
Process 934 (cp) thread 0xfffff80003b77500 (100632)
shared rm osd_object (osd_object) r = 0 (0xffffffff81908ce0) locked @ /usr/src/sys/kern/kern_osd.c:225
shared lockmgr zfs (zfs) r = 0 (0xfffff8003bdb37b8) locked @ /usr/src/sys/kern/vfs_subr.c:2523
Process 733 (watchman) thread 0xfffff80006b74a00 (100609)
exclusive sleep mutex kqueue (kqueue) r = 0 (0xfffff800069cab00) locked @ /usr/src/sys/kern/kern_event.c:2418
exclusive sx filedesc structure (filedesc structure) r = 0 (0xfffff8000630f490) locked @ /usr/src/sys/kern/kern_descrip
.c:1229
Process 731 (watchman) thread 0xfffff80006012500 (100591)
exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffff80006375b10) locked @ /usr/src/sys/kern/uipc_sockbuf.c:283
db> show lockedvnods
Locked vnodes
0xfffff8003bdb3750: tag zfs, type VREG
usecount 4, writecount 0, refcount 5 mountedhere 0
flags (VI_ACTIVE)
v_object 0xfffff80034731420 ref 2 pages 1 cleanbuf 0 dirtybuf 0
lock type zfs: SHARED (count 1)
#0 0xffffffff80a25bbd at __lockmgr_args+0xc0d
#1 0xffffffff80afd96c at vop_stdlock+0x3c
#2 0xffffffff822bc294 at zfs_lock+0x24
#3 0xffffffff810258e8 at VOP_LOCK1_APV+0xe8
#4 0xffffffff80b1fde2 at _vn_lock+0xc2
#5 0xffffffff80b0f3c7 at vget+0x147
#6 0xffffffff80d31120 at vm_fault_hold+0x730
#7 0xffffffff80d32c19 at vm_fault_quick_hold_pages+0x149
#8 0xffffffff80b205c1 at vn_io_fault1+0x341
#9 0xffffffff80b1e727 at vn_io_fault+0x197
#10 0xffffffff80ab2a27 at dofilewrite+0x87
#11 0xffffffff80ab26e8 at kern_writev+0x68
#12 0xffffffff80ab2674 at sys_write+0x84
#13 0xffffffff80ec2b26 at amd64_syscall+0x2f6
#14 0xffffffff80ea22eb at Xfast_syscall+0xfb
db> traceall
Tracing command cp pid 934 tid 100632 td 0xfffff80003b77500
cpustop_handler() at cpustop_handler+40/frame 0xfffffe003c5a8cf0
ipi_nmi_handler() at ipi_nmi_handler+74/frame 0xfffffe003c5a8d10
trap() at trap+58/frame 0xfffffe003c5a8f20
nmi_calltrap() at nmi_calltrap+8/frame 0xfffffe003c5a8f20
--- trap 19, rip = 18446744071572846938, rsp = 18446741876013408880, rbp = 18446741876013408928 ---
_rm_assert() at _rm_assert+26/frame 0xfffffe004f1a22a0
_rm_runlock_debug() at _rm_runlock_debug+75/frame 0xfffffe004f1a22e0
osd_set_reserved() at osd_set_reserved+996/frame 0xfffffe004f1a2370
rrw_enter_read_impl() at rrw_enter_read_impl+371/frame 0xfffffe004f1a23b0
zfs_freebsd_getpages() at zfs_freebsd_getpages+137/frame 0xfffffe004f1a2460
VOP_GETPAGES_APV() at VOP_GETPAGES_APV+260/frame 0xfffffe004f1a2490
vnode_pager_getpages() at vnode_pager_getpages+109/frame 0xfffffe004f1a2500
vm_pager_get_pages() at vm_pager_get_pages+74/frame 0xfffffe004f1a2540
vm_fault_hold() at vm_fault_hold+2108/frame 0xfffffe004f1a2660
vm_fault_quick_hold_pages() at vm_fault_quick_hold_pages+329/frame 0xfffffe004f1a26d0
vn_io_fault1() at vn_io_fault1+833/frame 0xfffffe004f1a2830
vn_io_fault() at vn_io_fault+407/frame 0xfffffe004f1a28b0
dofilewrite() at dofilewrite+135/frame 0xfffffe004f1a2900
kern_writev() at kern_writev+104/frame 0xfffffe004f1a2950
sys_write() at sys_write+132/frame 0xfffffe004f1a29a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f1a2ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f1a2ab0
--- syscall (4, FreeBSD ELF64, sys_write), rip = 34369693546, rsp = 140737488349064, rbp = 140737488349152 ---
Tracing command mv pid 933 tid 100565 td 0xfffff800061b6a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f085560
mi_switch() at mi_switch+359/frame 0xfffffe004f085590
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0855d0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f085630
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f085660
_sleep() at _sleep+811/frame 0xfffffe004f085700
kern_wait6() at kern_wait6+1058/frame 0xfffffe004f0857b0
sys_wait4() at sys_wait4+115/frame 0xfffffe004f0859a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f085ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f085ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 34369217290, rsp = 140737488346472, rbp = 140737488346640 ---
Tracing command inet_gethost pid 932 tid 100569 td 0xfffff8000620e500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0996b0
mi_switch() at mi_switch+359/frame 0xfffffe004f0996e0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f099720
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f099780
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0997b0
_sleep() at _sleep+811/frame 0xfffffe004f099850
pipe_read() at pipe_read+646/frame 0xfffffe004f0998b0
dofileread() at dofileread+152/frame 0xfffffe004f099900
kern_readv() at kern_readv+104/frame 0xfffffe004f099950
sys_read() at sys_read+132/frame 0xfffffe004f0999a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f099ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f099ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34374166442, rsp = 140737488347448, rbp = 140737488347504 ---
Tracing command inet_gethost pid 931 tid 100629 td 0xfffff8003b6b3a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f1a75c0
mi_switch() at mi_switch+359/frame 0xfffffe004f1a75f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f1a7630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1a7690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f1a76c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f1a7730
seltdwait() at seltdwait+139/frame 0xfffffe004f1a7770
kern_select() at kern_select+2458/frame 0xfffffe004f1a7960
sys_select() at sys_select+84/frame 0xfffffe004f1a79a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f1a7ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f1a7ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34374166410, rsp = 140737488349080, rbp = 140737488349648 ---
Tracing command erl_child_setup pid 930 tid 100570 td 0xfffff8000620e000
sched_switch() at sched_switch+1162/frame 0xfffffe004f09e5c0
mi_switch() at mi_switch+359/frame 0xfffffe004f09e5f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f09e630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f09e690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f09e6c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f09e730
seltdwait() at seltdwait+139/frame 0xfffffe004f09e770
kern_select() at kern_select+2458/frame 0xfffffe004f09e960
sys_select() at sys_select+84/frame 0xfffffe004f09e9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f09eab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f09eab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34369689482, rsp = 140737488349240, rbp = 140737488349632 ---
Tracing command beam.smp pid 926 tid 100568 td 0xfffff8000620ea00
sched_switch() at sched_switch+1162/frame 0xfffffe004f0945c0
mi_switch() at mi_switch+359/frame 0xfffffe004f0945f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f094630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f094690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0946c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f094730
seltdwait() at seltdwait+139/frame 0xfffffe004f094770
kern_select() at kern_select+2458/frame 0xfffffe004f094960
sys_select() at sys_select+84/frame 0xfffffe004f0949a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f094ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f094ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34385753994, rsp = 140737488348072, rbp = 140737488348128 ---
Tracing command beam.smp pid 926 tid 100773 td 0xfffff8000ce00000
sched_switch() at sched_switch+1162/frame 0xfffffe004f0536b0
mi_switch() at mi_switch+359/frame 0xfffffe004f0536e0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f053720
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f053780
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0537b0
_sleep() at _sleep+811/frame 0xfffffe004f053850
pipe_read() at pipe_read+646/frame 0xfffffe004f0538b0
dofileread() at dofileread+152/frame 0xfffffe004f053900
kern_readv() at kern_readv+104/frame 0xfffffe004f053950
sys_read() at sys_read+132/frame 0xfffffe004f0539a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f053ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f053ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34385754026, rsp = 140736951475944, rbp = 140736951476000 ---
Tracing command beam.smp pid 926 tid 100774 td 0xfffff8002f900000
sched_switch() at sched_switch+1162/frame 0xfffffe004f1fc6f0
mi_switch() at mi_switch+359/frame 0xfffffe004f1fc720
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f1fc760
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1fc7c0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f1fc7f0
_sleep() at _sleep+811/frame 0xfffffe004f1fc890
umtxq_sleep() at umtxq_sleep+305/frame 0xfffffe004f1fc8f0
do_wait() at do_wait+512/frame 0xfffffe004f1fc960
__umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+125/frame 0xfffffe004f1fc9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f1fcab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f1fcab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 34380056188, rsp = 140736949374520, rbp = 140736949374560 ---
Tracing command beam.smp pid 926 tid 100775 td 0xfffff80010d21a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f17f5f0
mi_switch() at mi_switch+359/frame 0xfffffe004f17f620
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f17f660
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f17f6c0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f17f6f0
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f17f770
seltdwait() at seltdwait+113/frame 0xfffffe004f17f7b0
kern_poll() at kern_poll+1095/frame 0xfffffe004f17f950
sys_ppoll() at sys_ppoll+107/frame 0xfffffe004f17f9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f17fab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f17fab0
--- syscall (545, FreeBSD ELF64, sys_ppoll), rip = 34385286218, rsp = 140736947272488, rbp = 140736947272544 ---
Tracing command beam.smp pid 926 tid 100776 td 0xfffff8000ce00a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f1846f0
mi_switch() at mi_switch+359/frame 0xfffffe004f184720
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f184760
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1847c0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f1847f0
_sleep() at _sleep+774/frame 0xfffffe004f184890
umtxq_sleep() at umtxq_sleep+305/frame 0xfffffe004f1848f0
do_wait() at do_wait+512/frame 0xfffffe004f184960
__umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+125/frame 0xfffffe004f1849a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f184ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f184ab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 34380056188, rsp = 140736945171032, rbp = 140736945171072 ---
Tracing command beam.smp pid 926 tid 100777 td 0xfffff80003b77000
sched_switch() at sched_switch+1162/frame 0xfffffe004f1706f0
mi_switch() at mi_switch+359/frame 0xfffffe004f170720
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f170760
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1707c0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f1707f0
_sleep() at _sleep+811/frame 0xfffffe004f170890
umtxq_sleep() at umtxq_sleep+305/frame 0xfffffe004f1708f0
do_wait() at do_wait+512/frame 0xfffffe004f170960
__umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+125/frame 0xfffffe004f1709a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f170ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f170ab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 34380056188, rsp = 140736943070408, rbp = 140736943070448 ---
Tracing command csh pid 923 tid 100626 td 0xfffff80003b77a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f19d620
mi_switch() at mi_switch+359/frame 0xfffffe004f19d650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f19d690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f19d6f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f19d720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f19d790
tty_wait() at tty_wait+66/frame 0xfffffe004f19d7c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f19d820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f19d850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f19d8b0
dofileread() at dofileread+152/frame 0xfffffe004f19d900
kern_readv() at kern_readv+104/frame 0xfffffe004f19d950
sys_read() at sys_read+132/frame 0xfffffe004f19d9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f19dab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f19dab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34374752170, rsp = 140737488347928, rbp = 140737488347968 ---
Tracing command csh pid 734 tid 100551 td 0xfffff800061cf500
sched_switch() at sched_switch+1162/frame 0xfffffe004f044770
mi_switch() at mi_switch+359/frame 0xfffffe004f0447a0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0447e0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f044840
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f044870
_sleep() at _sleep+811/frame 0xfffffe004f044910
kern_sigsuspend() at kern_sigsuspend+180/frame 0xfffffe004f044970
sys_sigsuspend() at sys_sigsuspend+49/frame 0xfffffe004f0449a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f044ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f044ab0
--- syscall (4, FreeBSD ELF64, sys_write), rip = 34374284170, rsp = 140737488347320, rbp = 140737488347456 ---
Tracing command watchman pid 733 tid 100594 td 0xfffff80006a0e500
sched_switch() at sched_switch+1162/frame 0xfffffe004f111620
mi_switch() at mi_switch+359/frame 0xfffffe004f111650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f111690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1116f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f111720
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f1117a0
seltdwait() at seltdwait+113/frame 0xfffffe004f1117e0
kern_poll() at kern_poll+1095/frame 0xfffffe004f111980
sys_poll() at sys_poll+97/frame 0xfffffe004f1119a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f111ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f111ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 34376425770, rsp = 140737488348600, rbp = 140737488348656 ---
Tracing command watchman pid 733 tid 100606 td 0xfffff80006b75500
sched_switch() at sched_switch+1162/frame 0xfffffe004f14d770
mi_switch() at mi_switch+359/frame 0xfffffe004f14d7a0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f14d7e0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f14d840
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f14d870
_sleep() at _sleep+811/frame 0xfffffe004f14d910
kern_sigsuspend() at kern_sigsuspend+180/frame 0xfffffe004f14d970
sys_sigsuspend() at sys_sigsuspend+49/frame 0xfffffe004f14d9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f14dab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f14dab0
--- syscall (4, FreeBSD ELF64, sys_write), rip = 34376352650, rsp = 140736951476040, rbp = 140736951476096 ---
Tracing command watchman pid 733 tid 100607 td 0xfffff800061cfa00
sched_switch() at sched_switch+1162/frame 0xfffffe004f152620
mi_switch() at mi_switch+359/frame 0xfffffe004f152650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f152690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1526f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f152720
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f1527a0
seltdwait() at seltdwait+113/frame 0xfffffe004f1527e0
kern_poll() at kern_poll+1095/frame 0xfffffe004f152980
sys_poll() at sys_poll+97/frame 0xfffffe004f1529a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f152ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f152ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 34376425770, rsp = 140736949373928, rbp = 140736949373984 ---
Tracing command watchman pid 733 tid 100608 td 0xfffff80006b75000
sched_switch() at sched_switch+1162/frame 0xfffffe004f1573e0
mi_switch() at mi_switch+359/frame 0xfffffe004f157410
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f157450
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f157480
sleeplk() at sleeplk+337/frame 0xfffffe004f1574e0
__lockmgr_args() at __lockmgr_args+2495/frame 0xfffffe004f1575a0
vop_stdlock() at vop_stdlock+60/frame 0xfffffe004f1575c0
VOP_LOCK1_APV() at VOP_LOCK1_APV+232/frame 0xfffffe004f1575f0
_vn_lock() at _vn_lock+194/frame 0xfffffe004f157660
kqueue_kevent() at kqueue_kevent+1336/frame 0xfffffe004f157840
kern_kevent_fp() at kern_kevent_fp+153/frame 0xfffffe004f157890
kern_kevent() at kern_kevent+159/frame 0xfffffe004f1578f0
sys_kevent() at sys_kevent+284/frame 0xfffffe004f1579a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f157ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f157ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 34376722906, rsp = 140736947273128, rbp = 140736947273200 ---
Tracing command watchman pid 733 tid 100609 td 0xfffff80006b74a00
kdb_enter() at kdb_enter+59/frame 0xfffffe004f15c7e0
vpanic() at vpanic+415/frame 0xfffffe004f15c860
panic() at panic+67/frame 0xfffffe004f15c8c0
knote_drop() at knote_drop+650/frame 0xfffffe004f15c900
knote_fdclose() at knote_fdclose+211/frame 0xfffffe004f15c950
closefp() at closefp+101/frame 0xfffffe004f15c9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f15cab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f15cab0
--- syscall (6, FreeBSD ELF64, sys_close), rip = 34376820682, rsp = 140736945167192, rbp = 140736945167216 ---
Tracing command watchman pid 731 tid 100591 td 0xfffff80006012500
sched_switch() at sched_switch+1162/frame 0xfffffe004f102630
mi_switch() at mi_switch+359/frame 0xfffffe004f102660
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f1026a0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f102700
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f102730
_sleep() at _sleep+811/frame 0xfffffe004f1027d0
sbwait() at sbwait+103/frame 0xfffffe004f1027f0
soreceive_generic() at soreceive_generic+452/frame 0xfffffe004f1028b0
dofileread() at dofileread+152/frame 0xfffffe004f102900
kern_readv() at kern_readv+104/frame 0xfffffe004f102950
sys_read() at sys_read+132/frame 0xfffffe004f1029a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f102ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f102ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34376820650, rsp = 140737488348616, rbp = 140737488348672 ---
Tracing command erl_child_setup pid 730 tid 100599 td 0xfffff80006a0ca00
sched_switch() at sched_switch+1162/frame 0xfffffe004f12a5c0
mi_switch() at mi_switch+359/frame 0xfffffe004f12a5f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f12a630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f12a690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f12a6c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f12a730
seltdwait() at seltdwait+139/frame 0xfffffe004f12a770
kern_select() at kern_select+2458/frame 0xfffffe004f12a960
sys_select() at sys_select+84/frame 0xfffffe004f12a9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f12aab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f12aab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34369689482, rsp = 140737488349240, rbp = 140737488349632 ---
Tracing command beam.smp pid 726 tid 100598 td 0xfffff80006a0d000
sched_switch() at sched_switch+1162/frame 0xfffffe004f1255c0
mi_switch() at mi_switch+359/frame 0xfffffe004f1255f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f125630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f125690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f1256c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f125730
seltdwait() at seltdwait+139/frame 0xfffffe004f125770
kern_select() at kern_select+2458/frame 0xfffffe004f125960
sys_select() at sys_select+84/frame 0xfffffe004f1259a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f125ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f125ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34385753994, rsp = 140737488348088, rbp = 140737488348144 ---
Tracing command beam.smp pid 726 tid 100600 td 0xfffff80006a0c500
sched_switch() at sched_switch+1162/frame 0xfffffe004f12f6b0
mi_switch() at mi_switch+359/frame 0xfffffe004f12f6e0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f12f720
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f12f780
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f12f7b0
_sleep() at _sleep+811/frame 0xfffffe004f12f850
pipe_read() at pipe_read+646/frame 0xfffffe004f12f8b0
dofileread() at dofileread+152/frame 0xfffffe004f12f900
kern_readv() at kern_readv+104/frame 0xfffffe004f12f950
sys_read() at sys_read+132/frame 0xfffffe004f12f9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f12fab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f12fab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34385754026, rsp = 140736951475944, rbp = 140736951476000 ---
Tracing command beam.smp pid 726 tid 100601 td 0xfffff80006a0c000
sched_switch() at sched_switch+1162/frame 0xfffffe004f1346f0
mi_switch() at mi_switch+359/frame 0xfffffe004f134720
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f134760
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1347c0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f1347f0
_sleep() at _sleep+811/frame 0xfffffe004f134890
umtxq_sleep() at umtxq_sleep+305/frame 0xfffffe004f1348f0
do_wait() at do_wait+512/frame 0xfffffe004f134960
__umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+125/frame 0xfffffe004f1349a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f134ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f134ab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 34380056188, rsp = 140736949374520, rbp = 140736949374560 ---
Tracing command beam.smp pid 726 tid 100602 td 0xfffff80006b76a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f1395f0
mi_switch() at mi_switch+359/frame 0xfffffe004f139620
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f139660
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1396c0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f1396f0
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f139770
seltdwait() at seltdwait+113/frame 0xfffffe004f1397b0
kern_poll() at kern_poll+1095/frame 0xfffffe004f139950
sys_ppoll() at sys_ppoll+107/frame 0xfffffe004f1399a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f139ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f139ab0
--- syscall (545, FreeBSD ELF64, sys_ppoll), rip = 34385286218, rsp = 140736947272488, rbp = 140736947272544 ---
Tracing command beam.smp pid 726 tid 100603 td 0xfffff80006b76500
sched_switch() at sched_switch+1162/frame 0xfffffe004f13e6f0
mi_switch() at mi_switch+359/frame 0xfffffe004f13e720
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f13e760
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f13e7c0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f13e7f0
_sleep() at _sleep+774/frame 0xfffffe004f13e890
umtxq_sleep() at umtxq_sleep+305/frame 0xfffffe004f13e8f0
do_wait() at do_wait+512/frame 0xfffffe004f13e960
__umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+125/frame 0xfffffe004f13e9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f13eab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f13eab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 34380056188, rsp = 140736945171032, rbp = 140736945171072 ---
Tracing command beam.smp pid 726 tid 100604 td 0xfffff80006b76000
sched_switch() at sched_switch+1162/frame 0xfffffe004f1436f0
mi_switch() at mi_switch+359/frame 0xfffffe004f143720
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f143760
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f1437c0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f1437f0
_sleep() at _sleep+811/frame 0xfffffe004f143890
umtxq_sleep() at umtxq_sleep+305/frame 0xfffffe004f1438f0
do_wait() at do_wait+512/frame 0xfffffe004f143960
__umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+125/frame 0xfffffe004f1439a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f143ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f143ab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 34380056188, rsp = 140736943070408, rbp = 140736943070448 ---
Tracing command vim pid 723 tid 100596 td 0xfffff80006a0da00
sched_switch() at sched_switch+1162/frame 0xfffffe004f11b5c0
mi_switch() at mi_switch+359/frame 0xfffffe004f11b5f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f11b630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f11b690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f11b6c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f11b730
seltdwait() at seltdwait+139/frame 0xfffffe004f11b770
kern_select() at kern_select+2458/frame 0xfffffe004f11b960
sys_select() at sys_select+84/frame 0xfffffe004f11b9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f11bab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f11bab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34376693642, rsp = 140737488347992, rbp = 140737488348480 ---
Tracing command csh pid 718 tid 100593 td 0xfffff80006a0ea00
KDB: reentering
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+43/frame 0xfffffe004f15beb0
kdb_reenter() at kdb_reenter+142/frame 0xfffffe004f15bf60
trap() at trap+81/frame 0xfffffe004f15c170
calltrap() at calltrap+8/frame 0xfffffe004f15c170
--- trap 12, rip = 18446744071577408248, rsp = 18446741876013122112, rbp = 18446741876013122128 ---
db_trace_thread() at db_trace_thread+40/frame 0xfffffe004f15c250
db_stack_trace_all() at db_stack_trace_all+143/frame 0xfffffe004f15c2f0
db_command() at db_command+665/frame 0xfffffe004f15c3c0
db_command_loop() at db_command_loop+100/frame 0xfffffe004f15c3d0
db_trap() at db_trap+219/frame 0xfffffe004f15c460
kdb_trap() at kdb_trap+403/frame 0xfffffe004f15c4f0
trap() at trap+621/frame 0xfffffe004f15c700
calltrap() at calltrap+8/frame 0xfffffe004f15c700
--- trap 3, rip = 18446744071573138235, rsp = 18446741876013123536, rbp = 18446741876013123552 ---
kdb_enter() at kdb_enter+59/frame 0xfffffe004f15c7e0
vpanic() at vpanic+415/frame 0xfffffe004f15c860
panic() at panic+67/frame 0xfffffe004f15c8c0
knote_drop() at knote_drop+650/frame 0xfffffe004f15c900
knote_fdclose() at knote_fdclose+211/frame 0xfffffe004f15c950
closefp() at closefp+101/frame 0xfffffe004f15c9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f15cab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f15cab0
--- syscall (6, FreeBSD ELF64, sys_close), rip = 34376820682, rsp = 140736945167192, rbp = 140736945167216 ---
Tracing command csh pid 714 tid 100592 td 0xfffff80006012000
KDB: reentering
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+43/frame 0xfffffe004f15beb0
kdb_reenter() at kdb_reenter+142/frame 0xfffffe004f15bf60
trap() at trap+81/frame 0xfffffe004f15c170
calltrap() at calltrap+8/frame 0xfffffe004f15c170
--- trap 12, rip = 18446744071577408248, rsp = 18446741876013122112, rbp = 18446741876013122128 ---
db_trace_thread() at db_trace_thread+40/frame 0xfffffe004f15c250
db_stack_trace_all() at db_stack_trace_all+143/frame 0xfffffe004f15c2f0
db_command() at db_command+665/frame 0xfffffe004f15c3c0
db_command_loop() at db_command_loop+100/frame 0xfffffe004f15c3d0
db_trap() at db_trap+219/frame 0xfffffe004f15c460
kdb_trap() at kdb_trap+403/frame 0xfffffe004f15c4f0
trap() at trap+621/frame 0xfffffe004f15c700
calltrap() at calltrap+8/frame 0xfffffe004f15c700
--- trap 3, rip = 18446744071573138235, rsp = 18446741876013123536, rbp = 18446741876013123552 ---
kdb_enter() at kdb_enter+59/frame 0xfffffe004f15c7e0
vpanic() at vpanic+415/frame 0xfffffe004f15c860
panic() at panic+67/frame 0xfffffe004f15c8c0
knote_drop() at knote_drop+650/frame 0xfffffe004f15c900
knote_fdclose() at knote_fdclose+211/frame 0xfffffe004f15c950
closefp() at closefp+101/frame 0xfffffe004f15c9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f15cab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f15cab0
--- syscall (6, FreeBSD ELF64, sys_close), rip = 34376820682, rsp = 140736945167192, rbp = 140736945167216 ---
Tracing command tmux pid 713 tid 100548 td 0xfffff800061d0500
sched_switch() at sched_switch+1162/frame 0xfffffe004f035620
mi_switch() at mi_switch+359/frame 0xfffffe004f035650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f035690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0356f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f035720
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f0357a0
seltdwait() at seltdwait+113/frame 0xfffffe004f0357e0
kern_poll() at kern_poll+1095/frame 0xfffffe004f035980
sys_poll() at sys_poll+97/frame 0xfffffe004f0359a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f035ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f035ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 34371928362, rsp = 140737488345832, rbp = 140737488345888 ---
Tracing command tmux pid 711 tid 100577 td 0xfffff8000638da00
sched_switch() at sched_switch+1162/frame 0xfffffe004f0c1630
mi_switch() at mi_switch+359/frame 0xfffffe004f0c1660
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0c16a0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0c1700
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0c1730
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0c17a0
seltdwait() at seltdwait+139/frame 0xfffffe004f0c17e0
kern_poll() at kern_poll+1095/frame 0xfffffe004f0c1980
sys_poll() at sys_poll+97/frame 0xfffffe004f0c19a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0c1ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0c1ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 34371928362, rsp = 140737488346088, rbp = 140737488346144 ---
Tracing command csh pid 708 tid 100590 td 0xfffff80006012a00
KDB: reentering
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+43/frame 0xfffffe004f15beb0
kdb_reenter() at kdb_reenter+142/frame 0xfffffe004f15bf60
trap() at trap+81/frame 0xfffffe004f15c170
calltrap() at calltrap+8/frame 0xfffffe004f15c170
--- trap 12, rip = 18446744071577408248, rsp = 18446741876013122112, rbp = 18446741876013122128 ---
db_trace_thread() at db_trace_thread+40/frame 0xfffffe004f15c250
db_stack_trace_all() at db_stack_trace_all+143/frame 0xfffffe004f15c2f0
db_command() at db_command+665/frame 0xfffffe004f15c3c0
db_command_loop() at db_command_loop+100/frame 0xfffffe004f15c3d0
db_trap() at db_trap+219/frame 0xfffffe004f15c460
kdb_trap() at kdb_trap+403/frame 0xfffffe004f15c4f0
trap() at trap+621/frame 0xfffffe004f15c700
calltrap() at calltrap+8/frame 0xfffffe004f15c700
--- trap 3, rip = 18446744071573138235, rsp = 18446741876013123536, rbp = 18446741876013123552 ---
kdb_enter() at kdb_enter+59/frame 0xfffffe004f15c7e0
vpanic() at vpanic+415/frame 0xfffffe004f15c860
panic() at panic+67/frame 0xfffffe004f15c8c0
knote_drop() at knote_drop+650/frame 0xfffffe004f15c900
knote_fdclose() at knote_fdclose+211/frame 0xfffffe004f15c950
closefp() at closefp+101/frame 0xfffffe004f15c9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f15cab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f15cab0
--- syscall (6, FreeBSD ELF64, sys_close), rip = 34376820682, rsp = 140736945167192, rbp = 140736945167216 ---
Tracing command sshd pid 706 tid 100589 td 0xfffff80006013000
sched_switch() at sched_switch+1162/frame 0xfffffe004f0c65c0
mi_switch() at mi_switch+359/frame 0xfffffe004f0c65f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0c6630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0c6690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0c66c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0c6730
seltdwait() at seltdwait+139/frame 0xfffffe004f0c6770
kern_select() at kern_select+2458/frame 0xfffffe004f0c6960
sys_select() at sys_select+84/frame 0xfffffe004f0c69a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0c6ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0c6ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34393053066, rsp = 140737488348632, rbp = 140737488348688 ---
Tracing command login pid 705 tid 100588 td 0xfffff80006013500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0f8560
mi_switch() at mi_switch+359/frame 0xfffffe004f0f8590
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0f85d0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0f8630
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0f8660
_sleep() at _sleep+811/frame 0xfffffe004f0f8700
kern_wait6() at kern_wait6+1058/frame 0xfffffe004f0f87b0
sys_wait4() at sys_wait4+115/frame 0xfffffe004f0f89a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0f8ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0f8ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 34375762698, rsp = 140737488350184, rbp = 140737488350528 ---
Tracing command getty pid 704 tid 100587 td 0xfffff80006013a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f0f3620
mi_switch() at mi_switch+359/frame 0xfffffe004f0f3650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0f3690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0f36f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0f3720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0f3790
tty_wait() at tty_wait+66/frame 0xfffffe004f0f37c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f0f3820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f0f3850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f0f38b0
dofileread() at dofileread+152/frame 0xfffffe004f0f3900
kern_readv() at kern_readv+104/frame 0xfffffe004f0f3950
sys_read() at sys_read+132/frame 0xfffffe004f0f39a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0f3ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0f3ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 703 tid 100586 td 0xfffff8000684b000
sched_switch() at sched_switch+1162/frame 0xfffffe004f0ee620
mi_switch() at mi_switch+359/frame 0xfffffe004f0ee650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0ee690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0ee6f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0ee720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0ee790
tty_wait() at tty_wait+66/frame 0xfffffe004f0ee7c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f0ee820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f0ee850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f0ee8b0
dofileread() at dofileread+152/frame 0xfffffe004f0ee900
kern_readv() at kern_readv+104/frame 0xfffffe004f0ee950
sys_read() at sys_read+132/frame 0xfffffe004f0ee9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0eeab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0eeab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 702 tid 100567 td 0xfffff800061b6000
sched_switch() at sched_switch+1162/frame 0xfffffe004f08f620
mi_switch() at mi_switch+359/frame 0xfffffe004f08f650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f08f690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f08f6f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f08f720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f08f790
tty_wait() at tty_wait+66/frame 0xfffffe004f08f7c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f08f820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f08f850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f08f8b0
dofileread() at dofileread+152/frame 0xfffffe004f08f900
kern_readv() at kern_readv+104/frame 0xfffffe004f08f950
sys_read() at sys_read+132/frame 0xfffffe004f08f9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f08fab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f08fab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 701 tid 100585 td 0xfffff8000684b500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0e9620
mi_switch() at mi_switch+359/frame 0xfffffe004f0e9650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0e9690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0e96f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0e9720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0e9790
tty_wait() at tty_wait+66/frame 0xfffffe004f0e97c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f0e9820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f0e9850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f0e98b0
dofileread() at dofileread+152/frame 0xfffffe004f0e9900
kern_readv() at kern_readv+104/frame 0xfffffe004f0e9950
sys_read() at sys_read+132/frame 0xfffffe004f0e99a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0e9ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0e9ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 700 tid 100584 td 0xfffff8000684ba00
sched_switch() at sched_switch+1162/frame 0xfffffe004f0e4620
mi_switch() at mi_switch+359/frame 0xfffffe004f0e4650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0e4690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0e46f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0e4720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0e4790
tty_wait() at tty_wait+66/frame 0xfffffe004f0e47c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f0e4820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f0e4850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f0e48b0
dofileread() at dofileread+152/frame 0xfffffe004f0e4900
kern_readv() at kern_readv+104/frame 0xfffffe004f0e4950
sys_read() at sys_read+132/frame 0xfffffe004f0e49a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0e4ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0e4ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 699 tid 100580 td 0xfffff8000638d000
sched_switch() at sched_switch+1162/frame 0xfffffe004f0d0620
mi_switch() at mi_switch+359/frame 0xfffffe004f0d0650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0d0690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0d06f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0d0720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0d0790
tty_wait() at tty_wait+66/frame 0xfffffe004f0d07c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f0d0820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f0d0850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f0d08b0
dofileread() at dofileread+152/frame 0xfffffe004f0d0900
kern_readv() at kern_readv+104/frame 0xfffffe004f0d0950
sys_read() at sys_read+132/frame 0xfffffe004f0d09a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0d0ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0d0ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 698 tid 100547 td 0xfffff800061d0a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f030620
mi_switch() at mi_switch+359/frame 0xfffffe004f030650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f030690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0306f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f030720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f030790
tty_wait() at tty_wait+66/frame 0xfffffe004f0307c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f030820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f030850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f0308b0
dofileread() at dofileread+152/frame 0xfffffe004f030900
kern_readv() at kern_readv+104/frame 0xfffffe004f030950
sys_read() at sys_read+132/frame 0xfffffe004f0309a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f030ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f030ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command getty pid 697 tid 100543 td 0xfffff80003ed1000
sched_switch() at sched_switch+1162/frame 0xfffffe004f01c620
mi_switch() at mi_switch+359/frame 0xfffffe004f01c650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f01c690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f01c6f0
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f01c720
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f01c790
tty_wait() at tty_wait+66/frame 0xfffffe004f01c7c0
ttydisc_read() at ttydisc_read+942/frame 0xfffffe004f01c820
ttydev_read() at ttydev_read+75/frame 0xfffffe004f01c850
devfs_read_f() at devfs_read_f+231/frame 0xfffffe004f01c8b0
dofileread() at dofileread+152/frame 0xfffffe004f01c900
kern_readv() at kern_readv+104/frame 0xfffffe004f01c950
sys_read() at sys_read+132/frame 0xfffffe004f01c9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f01cab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f01cab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 34371876778, rsp = 140737488350328, rbp = 140737488350400 ---
Tracing command cron pid 650 tid 100571 td 0xfffff80006276a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f0a3760
mi_switch() at mi_switch+359/frame 0xfffffe004f0a3790
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0a37d0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0a3830
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f0a3860
_sleep() at _sleep+774/frame 0xfffffe004f0a3900
kern_nanosleep() at kern_nanosleep+270/frame 0xfffffe004f0a3960
sys_nanosleep() at sys_nanosleep+83/frame 0xfffffe004f0a39a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0a3ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0a3ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 34373571722, rsp = 140737488349912, rbp = 140737488350464 ---
Tracing command sendmail pid 646 tid 100583 td 0xfffff8000638c000
KDB: reentering
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+43/frame 0xfffffe004f15beb0
kdb_reenter() at kdb_reenter+142/frame 0xfffffe004f15bf60
trap() at trap+81/frame 0xfffffe004f15c170
calltrap() at calltrap+8/frame 0xfffffe004f15c170
--- trap 12, rip = 18446744071577408248, rsp = 18446741876013122112, rbp = 18446741876013122128 ---
db_trace_thread() at db_trace_thread+40/frame 0xfffffe004f15c250
db_stack_trace_all() at db_stack_trace_all+143/frame 0xfffffe004f15c2f0
db_command() at db_command+665/frame 0xfffffe004f15c3c0
db_command_loop() at db_command_loop+100/frame 0xfffffe004f15c3d0
db_trap() at db_trap+219/frame 0xfffffe004f15c460
kdb_trap() at kdb_trap+403/frame 0xfffffe004f15c4f0
trap() at trap+621/frame 0xfffffe004f15c700
calltrap() at calltrap+8/frame 0xfffffe004f15c700
--- trap 3, rip = 18446744071573138235, rsp = 18446741876013123536, rbp = 18446741876013123552 ---
kdb_enter() at kdb_enter+59/frame 0xfffffe004f15c7e0
vpanic() at vpanic+415/frame 0xfffffe004f15c860
panic() at panic+67/frame 0xfffffe004f15c8c0
knote_drop() at knote_drop+650/frame 0xfffffe004f15c900
knote_fdclose() at knote_fdclose+211/frame 0xfffffe004f15c950
closefp() at closefp+101/frame 0xfffffe004f15c9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f15cab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f15cab0
--- syscall (6, FreeBSD ELF64, sys_close), rip = 34376820682, rsp = 140736945167192, rbp = 140736945167216 ---
Tracing command sendmail pid 643 tid 100582 td 0xfffff8000638c500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0da5b0
mi_switch() at mi_switch+359/frame 0xfffffe004f0da5e0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0da620
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0da680
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f0da6b0
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f0da730
seltdwait() at seltdwait+113/frame 0xfffffe004f0da770
kern_select() at kern_select+2458/frame 0xfffffe004f0da960
sys_select() at sys_select+84/frame 0xfffffe004f0da9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0daab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0daab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34382567306, rsp = 140737488342552, rbp = 140737488345376 ---
Tracing command sshd pid 640 tid 100581 td 0xfffff8000638ca00
sched_switch() at sched_switch+1162/frame 0xfffffe004f0d55c0
mi_switch() at mi_switch+359/frame 0xfffffe004f0d55f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0d5630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0d5690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0d56c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0d5730
seltdwait() at seltdwait+139/frame 0xfffffe004f0d5770
kern_select() at kern_select+2458/frame 0xfffffe004f0d5960
sys_select() at sys_select+84/frame 0xfffffe004f0d59a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0d5ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0d5ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34393053066, rsp = 140737488348936, rbp = 140737488348992 ---
Tracing command syslogd pid 443 tid 100552 td 0xfffff800061cf000
sched_switch() at sched_switch+1162/frame 0xfffffe004f0495c0
mi_switch() at mi_switch+359/frame 0xfffffe004f0495f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f049630
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f049690
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0496c0
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f049730
seltdwait() at seltdwait+139/frame 0xfffffe004f049770
kern_select() at kern_select+2458/frame 0xfffffe004f049960
sys_select() at sys_select+84/frame 0xfffffe004f0499a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f049ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f049ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 34371893130, rsp = 140737488346712, rbp = 140737488350464 ---
Tracing command devd pid 370 tid 100575 td 0xfffff8000638e500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0b75b0
mi_switch() at mi_switch+359/frame 0xfffffe004f0b75e0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0b7620
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0b7680
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f0b76b0
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f0b7730
seltdwait() at seltdwait+113/frame 0xfffffe004f0b7770
kern_select() at kern_select+2458/frame 0xfffffe004f0b7960
sys_select() at sys_select+84/frame 0xfffffe004f0b79a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0b7ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0b7ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 4886186, rsp = 140737488341944, rbp = 140737488350496 ---
Tracing command dhclient pid 369 tid 100566 td 0xfffff800061b6500
sched_switch() at sched_switch+1162/frame 0xfffffe004f08a620
mi_switch() at mi_switch+359/frame 0xfffffe004f08a650
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f08a690
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f08a6f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+16/frame 0xfffffe004f08a720
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+543/frame 0xfffffe004f08a7a0
seltdwait() at seltdwait+113/frame 0xfffffe004f08a7e0
kern_poll() at kern_poll+1095/frame 0xfffffe004f08a980
sys_poll() at sys_poll+97/frame 0xfffffe004f08a9a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f08aab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f08aab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 34371539242, rsp = 140737488350312, rbp = 140737488350368 ---
Tracing command dhclient pid 322 tid 100572 td 0xfffff80006276500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0a8630
mi_switch() at mi_switch+359/frame 0xfffffe004f0a8660
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0a86a0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe004f0a8700
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe004f0a8730
_cv_wait_sig() at _cv_wait_sig+492/frame 0xfffffe004f0a87a0
seltdwait() at seltdwait+139/frame 0xfffffe004f0a87e0
kern_poll() at kern_poll+1095/frame 0xfffffe004f0a8980
sys_poll() at sys_poll+97/frame 0xfffffe004f0a89a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe004f0a8ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe004f0a8ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 34371539242, rsp = 140737488350328, rbp = 140737488350368 ---
Tracing command syncer pid 23 tid 100067 td 0xfffff80003a71a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb6a8c0
mi_switch() at mi_switch+359/frame 0xfffffe003cb6a8f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb6a930
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb6a960
_cv_timedwait_sbt() at _cv_timedwait_sbt+543/frame 0xfffffe003cb6a9e0
sched_sync() at sched_sync+1532/frame 0xfffffe003cb6aa70
fork_exit() at fork_exit+132/frame 0xfffffe003cb6aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb6aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command vnlru pid 22 tid 100066 td 0xfffff80003a72000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb658a0
mi_switch() at mi_switch+359/frame 0xfffffe003cb658d0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb65910
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb65940
_sleep() at _sleep+792/frame 0xfffffe003cb659e0
vnlru_proc() at vnlru_proc+164/frame 0xfffffe003cb65a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb65ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb65ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command bufdaemon pid 21 tid 100065 td 0xfffff80003a72500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb60900
mi_switch() at mi_switch+359/frame 0xfffffe003cb60930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb60970
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb609a0
_sleep() at _sleep+792/frame 0xfffffe003cb60a40
buf_daemon() at buf_daemon+104/frame 0xfffffe003cb60a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb60ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb60ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command bufspacedaemon pid 20 tid 100064 td 0xfffff80003a72a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb5b910
mi_switch() at mi_switch+359/frame 0xfffffe003cb5b940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb5b980
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb5b9b0
_sleep() at _sleep+792/frame 0xfffffe003cb5ba50
bufspace_daemon() at bufspace_daemon+439/frame 0xfffffe003cb5ba70
fork_exit() at fork_exit+132/frame 0xfffffe003cb5bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb5bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command pagezero pid 19 tid 100063 td 0xfffff80003a32000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb56900
mi_switch() at mi_switch+359/frame 0xfffffe003cb56930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb56970
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb569a0
_sleep() at _sleep+792/frame 0xfffffe003cb56a40
vm_pagezero() at vm_pagezero+133/frame 0xfffffe003cb56a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb56ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb56ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command vmdaemon pid 18 tid 100062 td 0xfffff80003a32500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb518c0
mi_switch() at mi_switch+359/frame 0xfffffe003cb518f0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb51930
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb51960
_sleep() at _sleep+824/frame 0xfffffe003cb51a00
vm_daemon() at vm_daemon+150/frame 0xfffffe003cb51a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb51ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb51ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command pagedaemon pid 17 tid 100061 td 0xfffff80003a32a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb4c820
mi_switch() at mi_switch+359/frame 0xfffffe003cb4c850
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb4c890
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb4c8c0
_sleep() at _sleep+792/frame 0xfffffe003cb4c960
vm_pageout() at vm_pageout+690/frame 0xfffffe003cb4ca70
fork_exit() at fork_exit+132/frame 0xfffffe003cb4cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb4cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command pagedaemon pid 17 tid 100071 td 0xfffff80003a70500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb7e910
mi_switch() at mi_switch+359/frame 0xfffffe003cb7e940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb7e980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb7e9b0
_sleep() at _sleep+824/frame 0xfffffe003cb7ea50
uma_reclaim_worker() at uma_reclaim_worker+113/frame 0xfffffe003cb7ea70
fork_exit() at fork_exit+132/frame 0xfffffe003cb7eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb7eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command soaiod4 pid 16 tid 100060 td 0xfffff80003a33000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb478f0
mi_switch() at mi_switch+359/frame 0xfffffe003cb47920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb47960
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb47990
_sleep() at _sleep+792/frame 0xfffffe003cb47a30
soaio_kproc_loop() at soaio_kproc_loop+318/frame 0xfffffe003cb47a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb47ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb47ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command soaiod3 pid 15 tid 100059 td 0xfffff80003a33500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb428f0
mi_switch() at mi_switch+359/frame 0xfffffe003cb42920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb42960
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb42990
_sleep() at _sleep+792/frame 0xfffffe003cb42a30
soaio_kproc_loop() at soaio_kproc_loop+318/frame 0xfffffe003cb42a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb42ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb42ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command soaiod2 pid 9 tid 100058 td 0xfffff80003a33a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb3d8f0
mi_switch() at mi_switch+359/frame 0xfffffe003cb3d920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb3d960
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb3d990
_sleep() at _sleep+792/frame 0xfffffe003cb3da30
soaio_kproc_loop() at soaio_kproc_loop+318/frame 0xfffffe003cb3da70
fork_exit() at fork_exit+132/frame 0xfffffe003cb3dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb3dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command soaiod1 pid 8 tid 100057 td 0xfffff80003a34000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb388f0
mi_switch() at mi_switch+359/frame 0xfffffe003cb38920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb38960
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb38990
_sleep() at _sleep+792/frame 0xfffffe003cb38a30
soaio_kproc_loop() at soaio_kproc_loop+318/frame 0xfffffe003cb38a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb38ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb38ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command rand_harvestq pid 7 tid 100054 td 0xfffff80003899000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb298d0
mi_switch() at mi_switch+359/frame 0xfffffe003cb29900
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb29940
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb29970
_sleep() at _sleep+792/frame 0xfffffe003cb29a10
random_kthread() at random_kthread+560/frame 0xfffffe003cb29a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb29ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb29ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command sctp_iterator pid 6 tid 100053 td 0xfffff80003899500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb24910
mi_switch() at mi_switch+359/frame 0xfffffe003cb24940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb24980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb249b0
_sleep() at _sleep+824/frame 0xfffffe003cb24a50
sctp_iterator_thread() at sctp_iterator_thread+89/frame 0xfffffe003cb24a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb24ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb24ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100049 td 0xfffff8000389aa00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb0f8d0
mi_switch() at mi_switch+359/frame 0xfffffe003cb0f900
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb0f940
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb0f970
_cv_timedwait_sbt() at _cv_timedwait_sbt+543/frame 0xfffffe003cb0f9f0
arc_reclaim_thread() at arc_reclaim_thread+616/frame 0xfffffe003cb0fa70
fork_exit() at fork_exit+132/frame 0xfffffe003cb0fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb0fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100050 td 0xfffff8000389a500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb148f0
mi_switch() at mi_switch+359/frame 0xfffffe003cb14920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb14960
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb14990
_cv_timedwait_sbt() at _cv_timedwait_sbt+543/frame 0xfffffe003cb14a10
arc_user_evicts_thread() at arc_user_evicts_thread+373/frame 0xfffffe003cb14a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb14ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb14ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100051 td 0xfffff8000389a000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb19900
mi_switch() at mi_switch+359/frame 0xfffffe003cb19930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb19970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb199a0
_cv_wait() at _cv_wait+484/frame 0xfffffe003cb19a00
arc_dnlc_evicts_thread() at arc_dnlc_evicts_thread+275/frame 0xfffffe003cb19a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb19ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb19ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100052 td 0xfffff80003899a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb1e810
mi_switch() at mi_switch+359/frame 0xfffffe003cb1e840
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb1e880
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe003cb1e8b0
_cv_timedwait_sbt() at _cv_timedwait_sbt+543/frame 0xfffffe003cb1e930
l2arc_feed_thread() at l2arc_feed_thread+3981/frame 0xfffffe003cb1ea70
fork_exit() at fork_exit+132/frame 0xfffffe003cb1eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb1eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100528 td 0xfffff80003b6e000
sched_switch() at sched_switch+1162/frame 0xfffffe004efe9910
mi_switch() at mi_switch+359/frame 0xfffffe004efe9940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efe9980
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe004efe99b0
_cv_timedwait_sbt() at _cv_timedwait_sbt+543/frame 0xfffffe004efe9a30
trim_thread() at trim_thread+155/frame 0xfffffe004efe9a70
fork_exit() at fork_exit+132/frame 0xfffffe004efe9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efe9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100540 td 0xfffff80003ed2500
sched_switch() at sched_switch+1162/frame 0xfffffe004f0098a0
mi_switch() at mi_switch+359/frame 0xfffffe004f0098d0
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f009910
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f009940
_cv_wait() at _cv_wait+484/frame 0xfffffe004f0099a0
txg_thread_wait() at txg_thread_wait+155/frame 0xfffffe004f0099e0
txg_quiesce_thread() at txg_quiesce_thread+286/frame 0xfffffe004f009a70
fork_exit() at fork_exit+132/frame 0xfffffe004f009ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f009ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command zfskern pid 5 tid 100541 td 0xfffff80003ed1a00
sched_switch() at sched_switch+1162/frame 0xfffffe004f012830
mi_switch() at mi_switch+359/frame 0xfffffe004f012860
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f0128a0
sleepq_timedwait() at sleepq_timedwait+67/frame 0xfffffe004f0128d0
_cv_timedwait_sbt() at _cv_timedwait_sbt+543/frame 0xfffffe004f012950
txg_thread_wait() at txg_thread_wait+142/frame 0xfffffe004f012990
txg_sync_thread() at txg_sync_thread+508/frame 0xfffffe004f012a70
fork_exit() at fork_exit+132/frame 0xfffffe004f012ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f012ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command usb pid 14 tid 100028 td 0xfffff80003802a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d9a7940
mi_switch() at mi_switch+359/frame 0xfffffe004d9a7970
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9a79b0
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9a79e0
_cv_wait() at _cv_wait+484/frame 0xfffffe004d9a7a40
usb_process() at usb_process+315/frame 0xfffffe004d9a7a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9a7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9a7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command usb pid 14 tid 100029 td 0xfffff80003802500
sched_switch() at sched_switch+1162/frame 0xfffffe004d9ac940
mi_switch() at mi_switch+359/frame 0xfffffe004d9ac970
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9ac9b0
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9ac9e0
_cv_wait() at _cv_wait+484/frame 0xfffffe004d9aca40
usb_process() at usb_process+315/frame 0xfffffe004d9aca70
fork_exit() at fork_exit+132/frame 0xfffffe004d9acab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9acab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command usb pid 14 tid 100030 td 0xfffff80003802000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9b1940
mi_switch() at mi_switch+359/frame 0xfffffe004d9b1970
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9b19b0
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9b19e0
_cv_wait() at _cv_wait+484/frame 0xfffffe004d9b1a40
usb_process() at usb_process+315/frame 0xfffffe004d9b1a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9b1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9b1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command usb pid 14 tid 100031 td 0xfffff80003801a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d9b6940
mi_switch() at mi_switch+359/frame 0xfffffe004d9b6970
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9b69b0
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9b69e0
_cv_wait() at _cv_wait+484/frame 0xfffffe004d9b6a40
usb_process() at usb_process+315/frame 0xfffffe004d9b6a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9b6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9b6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command usb pid 14 tid 100032 td 0xfffff80003801500
sched_switch() at sched_switch+1162/frame 0xfffffe004d9bb940
mi_switch() at mi_switch+359/frame 0xfffffe004d9bb970
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9bb9b0
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9bb9e0
_cv_wait() at _cv_wait+484/frame 0xfffffe004d9bba40
usb_process() at usb_process+315/frame 0xfffffe004d9bba70
fork_exit() at fork_exit+132/frame 0xfffffe004d9bbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9bbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command cam pid 4 tid 100024 td 0xfffff800036b1000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9538e0
mi_switch() at mi_switch+359/frame 0xfffffe004d953910
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d953950
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d953980
_sleep() at _sleep+824/frame 0xfffffe004d953a20
xpt_done_td() at xpt_done_td+319/frame 0xfffffe004d953a70
fork_exit() at fork_exit+132/frame 0xfffffe004d953ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d953ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command cam pid 4 tid 100056 td 0xfffff80003a34500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb338e0
mi_switch() at mi_switch+359/frame 0xfffffe003cb33910
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb33950
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb33980
_sleep() at _sleep+824/frame 0xfffffe003cb33a20
xpt_scanner_thread() at xpt_scanner_thread+164/frame 0xfffffe003cb33a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb33ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb33ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command crypto returns pid 3 tid 100020 td 0xfffff800036b2500
sched_switch() at sched_switch+1162/frame 0xfffffe004d93f8f0
mi_switch() at mi_switch+359/frame 0xfffffe004d93f920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d93f960
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d93f990
_sleep() at _sleep+824/frame 0xfffffe004d93fa30
crypto_ret_proc() at crypto_ret_proc+474/frame 0xfffffe004d93fa70
fork_exit() at fork_exit+132/frame 0xfffffe004d93fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d93fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command crypto pid 2 tid 100019 td 0xfffff800036b2a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d93a8f0
mi_switch() at mi_switch+359/frame 0xfffffe004d93a920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d93a960
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d93a990
_sleep() at _sleep+824/frame 0xfffffe004d93aa30
crypto_proc() at crypto_proc+916/frame 0xfffffe004d93aa70
fork_exit() at fork_exit+132/frame 0xfffffe004d93aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d93aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command geom pid 13 tid 100015 td 0xfffff80003613000
sched_switch() at sched_switch+1162/frame 0xfffffe003c5f68f0
mi_switch() at mi_switch+359/frame 0xfffffe003c5f6920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5f6960
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003c5f6990
_sleep() at _sleep+824/frame 0xfffffe003c5f6a30
g_run_events() at g_run_events+80/frame 0xfffffe003c5f6a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5f6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5f6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command geom pid 13 tid 100016 td 0xfffff80003612a00
sched_switch() at sched_switch+1162/frame 0xfffffe003c5fb8f0
mi_switch() at mi_switch+359/frame 0xfffffe003c5fb920
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5fb960
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003c5fb990
_sleep() at _sleep+824/frame 0xfffffe003c5fba30
g_io_schedule_up() at g_io_schedule_up+247/frame 0xfffffe003c5fba60
g_up_procbody() at g_up_procbody+109/frame 0xfffffe003c5fba70
fork_exit() at fork_exit+132/frame 0xfffffe003c5fbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5fbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command geom pid 13 tid 100017 td 0xfffff80003612500
sched_switch() at sched_switch+1162/frame 0xfffffe004d9308e0
mi_switch() at mi_switch+359/frame 0xfffffe004d930910
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d930950
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d930980
_sleep() at _sleep+824/frame 0xfffffe004d930a20
g_io_schedule_down() at g_io_schedule_down+300/frame 0xfffffe004d930a60
g_down_procbody() at g_down_procbody+109/frame 0xfffffe004d930a70
fork_exit() at fork_exit+132/frame 0xfffffe004d930ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d930ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100005 td 0xfffff800035e9500
sched_switch() at sched_switch+1162/frame 0xfffffe003c5c49f0
mi_switch() at mi_switch+359/frame 0xfffffe003c5c4a20
ithread_loop() at ithread_loop+481/frame 0xfffffe003c5c4a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5c4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5c4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100006 td 0xfffff800035e9000
sched_switch() at sched_switch+1162/frame 0xfffffe003c5c99f0
mi_switch() at mi_switch+359/frame 0xfffffe003c5c9a20
ithread_loop() at ithread_loop+481/frame 0xfffffe003c5c9a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5c9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5c9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100007 td 0xfffff800035e8a00
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100008 td 0xfffff800035e8500
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100010 td 0xfffff80003614a00
sched_switch() at sched_switch+1162/frame 0xfffffe003c5dd9f0
mi_switch() at mi_switch+359/frame 0xfffffe003c5dda20
ithread_loop() at ithread_loop+481/frame 0xfffffe003c5dda70
fork_exit() at fork_exit+132/frame 0xfffffe003c5ddab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5ddab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100011 td 0xfffff80003614500
sched_switch() at sched_switch+1162/frame 0xfffffe003c5e29f0
mi_switch() at mi_switch+359/frame 0xfffffe003c5e2a20
ithread_loop() at ithread_loop+481/frame 0xfffffe003c5e2a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5e2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5e2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100014 td 0xfffff80003613500
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100025 td 0xfffff800036b0a00
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100026 td 0xfffff800036b0500
sched_switch() at sched_switch+1162/frame 0xfffffe004d99d9f0
mi_switch() at mi_switch+359/frame 0xfffffe004d99da20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d99da70
fork_exit() at fork_exit+132/frame 0xfffffe004d99dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d99dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100027 td 0xfffff800036b0000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9a29f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9a2a20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9a2a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9a2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9a2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100033 td 0xfffff80003801000
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100034 td 0xfffff80003800a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d9cd9f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9cda20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9cda70
fork_exit() at fork_exit+132/frame 0xfffffe004d9cdab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9cdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100035 td 0xfffff80003800500
sched_switch() at sched_switch+1162/frame 0xfffffe004d9d29f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9d2a20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9d2a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9d2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9d2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100038 td 0xfffff80003856500
fork_trampoline() at fork_trampoline
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100026 td 0xfffff800036b0500
sched_switch() at sched_switch+1162/frame 0xfffffe004d99d9f0
mi_switch() at mi_switch+359/frame 0xfffffe004d99da20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d99da70
fork_exit() at fork_exit+132/frame 0xfffffe004d99dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d99dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100027 td 0xfffff800036b0000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9a29f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9a2a20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9a2a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9a2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9a2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100033 td 0xfffff80003801000
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100034 td 0xfffff80003800a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d9cd9f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9cda20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9cda70
fork_exit() at fork_exit+132/frame 0xfffffe004d9cdab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9cdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100035 td 0xfffff80003800500
sched_switch() at sched_switch+1162/frame 0xfffffe004d9d29f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9d2a20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9d2a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9d2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9d2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100038 td 0xfffff80003856500
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100039 td 0xfffff80003856000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9e89f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9e8a20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9e8a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9e8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9e8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100040 td 0xfffff80003855a00
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100042 td 0xfffff80003855000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9fb9f0
mi_switch() at mi_switch+359/frame 0xfffffe004d9fba20
ithread_loop() at ithread_loop+481/frame 0xfffffe004d9fba70
fork_exit() at fork_exit+132/frame 0xfffffe004d9fbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9fbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command intr pid 12 tid 100043 td 0xfffff80003854a00
fork_trampoline() at fork_trampoline
Tracing command intr pid 12 tid 100044 td 0xfffff80003854500
sched_switch() at sched_switch+1162/frame 0xfffffe003caf59f0
mi_switch() at mi_switch+359/frame 0xfffffe003caf5a20
ithread_loop() at ithread_loop+481/frame 0xfffffe003caf5a70
fork_exit() at fork_exit+132/frame 0xfffffe003caf5ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003caf5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command idle pid 11 tid 100003 td 0xfffff800035ea000
sched_switch() at sched_switch+1162/frame 0xfffffe003c5ba930
mi_switch() at mi_switch+359/frame 0xfffffe003c5ba960
critical_exit() at critical_exit+139/frame 0xfffffe003c5ba980
sched_idletd() at sched_idletd+1189/frame 0xfffffe003c5baa70
fork_exit() at fork_exit+132/frame 0xfffffe003c5baab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5baab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command idle pid 11 tid 100004 td 0xfffff800035e9a00
sched_switch() at sched_switch+1162/frame 0xfffffe003c5bf950
mi_switch() at mi_switch+359/frame 0xfffffe003c5bf980
sched_idletd() at sched_idletd+913/frame 0xfffffe003c5bfa70
fork_exit() at fork_exit+132/frame 0xfffffe003c5bfab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5bfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command init pid 1 tid 100002 td 0xfffff800035ea500
sched_switch() at sched_switch+1162/frame 0xfffffe003c5b5560
mi_switch() at mi_switch+359/frame 0xfffffe003c5b5590
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5b55d0
sleepq_catch_signals() at sleepq_catch_signals+812/frame 0xfffffe003c5b5630
sleepq_wait_sig() at sleepq_wait_sig+15/frame 0xfffffe003c5b5660
_sleep() at _sleep+811/frame 0xfffffe003c5b5700
kern_wait6() at kern_wait6+1058/frame 0xfffffe003c5b57b0
sys_wait4() at sys_wait4+115/frame 0xfffffe003c5b59a0
amd64_syscall() at amd64_syscall+758/frame 0xfffffe003c5b5ab0
Xfast_syscall() at Xfast_syscall+251/frame 0xfffffe003c5b5ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 4332506, rsp = 140737488349096, rbp = 140737488349200 ---
Tracing command audit pid 10 tid 100001 td 0xfffff800035eaa00
sched_switch() at sched_switch+1162/frame 0xfffffe003c5b0910
mi_switch() at mi_switch+359/frame 0xfffffe003c5b0940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5b0980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003c5b09b0
_cv_wait() at _cv_wait+484/frame 0xfffffe003c5b0a10
audit_worker() at audit_worker+163/frame 0xfffffe003c5b0a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5b0ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5b0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100000 td 0xffffffff81de5b40
sched_switch() at sched_switch+1162/frame 0xffffffff825649e0
mi_switch() at mi_switch+359/frame 0xffffffff82564a10
sleepq_switch() at sleepq_switch+231/frame 0xffffffff82564a50
sleepq_timedwait() at sleepq_timedwait+67/frame 0xffffffff82564a80
_sleep() at _sleep+792/frame 0xffffffff82564b20
swapper() at swapper+584/frame 0xffffffff82564b70
btext() at btext+44
Tracing command kernel pid 0 tid 100009 td 0xfffff800035e8000
sched_switch() at sched_switch+1162/frame 0xfffffe003c5d8900
mi_switch() at mi_switch+359/frame 0xfffffe003c5d8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5d8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003c5d89a0
_sleep() at _sleep+824/frame 0xfffffe003c5d8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003c5d8a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5d8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5d8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100012 td 0xfffff80003614000
sched_switch() at sched_switch+1162/frame 0xfffffe003c5e7900
mi_switch() at mi_switch+359/frame 0xfffffe003c5e7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5e7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003c5e79a0
_sleep() at _sleep+824/frame 0xfffffe003c5e7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003c5e7a70
fork_exit() at fork_exit+132/frame 0xfffffe003c5e7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5e7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100013 td 0xfffff80003613a00
sched_switch() at sched_switch+1162/frame 0xfffffe003c5ec900
mi_switch() at mi_switch+359/frame 0xfffffe003c5ec930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003c5ec970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003c5ec9a0
_sleep() at _sleep+824/frame 0xfffffe003c5eca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003c5eca70
fork_exit() at fork_exit+132/frame 0xfffffe003c5ecab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003c5ecab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100018 td 0xfffff80003612000
sched_switch() at sched_switch+1162/frame 0xfffffe004d935900
mi_switch() at mi_switch+359/frame 0xfffffe004d935930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d935970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9359a0
_sleep() at _sleep+824/frame 0xfffffe004d935a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004d935a70
fork_exit() at fork_exit+132/frame 0xfffffe004d935ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d935ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100021 td 0xfffff800036b2000
sched_switch() at sched_switch+1162/frame 0xfffffe004d944910
mi_switch() at mi_switch+359/frame 0xfffffe004d944940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d944980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9449b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe004d944a40
taskqueue_thread_loop() at taskqueue_thread_loop+177/frame 0xfffffe004d944a70
fork_exit() at fork_exit+132/frame 0xfffffe004d944ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d944ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100022 td 0xfffff800036b1a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d949910
mi_switch() at mi_switch+359/frame 0xfffffe004d949940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d949980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9499b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe004d949a40
taskqueue_thread_loop() at taskqueue_thread_loop+177/frame 0xfffffe004d949a70
fork_exit() at fork_exit+132/frame 0xfffffe004d949ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d949ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100023 td 0xfffff800036b1500
sched_switch() at sched_switch+1162/frame 0xfffffe004d94e910
mi_switch() at mi_switch+359/frame 0xfffffe004d94e940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d94e980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d94e9b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe004d94ea40
taskqueue_thread_loop() at taskqueue_thread_loop+177/frame 0xfffffe004d94ea70
fork_exit() at fork_exit+132/frame 0xfffffe004d94eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d94eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100036 td 0xfffff80003800000
sched_switch() at sched_switch+1162/frame 0xfffffe004d9d7900
mi_switch() at mi_switch+359/frame 0xfffffe004d9d7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9d7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9d79a0
_sleep() at _sleep+824/frame 0xfffffe004d9d7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004d9d7a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9d7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9d7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100037 td 0xfffff80003856a00
sched_switch() at sched_switch+1162/frame 0xfffffe004d9dc900
mi_switch() at mi_switch+359/frame 0xfffffe004d9dc930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9dc970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9dc9a0
_sleep() at _sleep+824/frame 0xfffffe004d9dca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004d9dca70
fork_exit() at fork_exit+132/frame 0xfffffe004d9dcab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9dcab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100041 td 0xfffff80003855500
sched_switch() at sched_switch+1162/frame 0xfffffe004d9f68d0
mi_switch() at mi_switch+359/frame 0xfffffe004d9f6900
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004d9f6940
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004d9f6970
_sleep() at _sleep+824/frame 0xfffffe004d9f6a10
vtballoon_thread() at vtballoon_thread+510/frame 0xfffffe004d9f6a70
fork_exit() at fork_exit+132/frame 0xfffffe004d9f6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004d9f6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100045 td 0xfffff80003854000
sched_switch() at sched_switch+1162/frame 0xfffffe003cafb900
mi_switch() at mi_switch+359/frame 0xfffffe003cafb930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cafb970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cafb9a0
_sleep() at _sleep+824/frame 0xfffffe003cafba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cafba70
fork_exit() at fork_exit+132/frame 0xfffffe003cafbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cafbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100046 td 0xfffff8000389ba00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb00900
mi_switch() at mi_switch+359/frame 0xfffffe003cb00930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb00970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb009a0
_sleep() at _sleep+824/frame 0xfffffe003cb00a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb00a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb00ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb00ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100047 td 0xfffff8000389b500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb05910
mi_switch() at mi_switch+359/frame 0xfffffe003cb05940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb05980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb059b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe003cb05a40
taskqueue_thread_loop() at taskqueue_thread_loop+177/frame 0xfffffe003cb05a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb05ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb05ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100048 td 0xfffff8000389b000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb0a900
mi_switch() at mi_switch+359/frame 0xfffffe003cb0a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb0a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb0a9a0
_sleep() at _sleep+824/frame 0xfffffe003cb0aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb0aa70
fork_exit() at fork_exit+132/frame 0xfffffe003cb0aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb0aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100055 td 0xfffff80003a34a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb2e900
mi_switch() at mi_switch+359/frame 0xfffffe003cb2e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb2e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb2e9a0
_sleep() at _sleep+824/frame 0xfffffe003cb2ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb2ea70
fork_exit() at fork_exit+132/frame 0xfffffe003cb2eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb2eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100068 td 0xfffff80003a71500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb6f910
mi_switch() at mi_switch+359/frame 0xfffffe003cb6f940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb6f980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb6f9b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe003cb6fa40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+177/frame 0xfffffe003cb6fa70
fork_exit() at fork_exit+132/frame 0xfffffe003cb6fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb6fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100069 td 0xfffff80003a71000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb74910
mi_switch() at mi_switch+359/frame 0xfffffe003cb74940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb74980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb749b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe003cb74a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+177/frame 0xfffffe003cb74a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb74ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb74ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100070 td 0xfffff80003a70a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb79910
mi_switch() at mi_switch+359/frame 0xfffffe003cb79940
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb79980
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb799b0
msleep_spin_sbt() at msleep_spin_sbt+492/frame 0xfffffe003cb79a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+177/frame 0xfffffe003cb79a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb79ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb79ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100302 td 0xfffff80003b6d500
sched_switch() at sched_switch+1162/frame 0xfffffe004eff8900
mi_switch() at mi_switch+359/frame 0xfffffe004eff8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eff8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eff89a0
_sleep() at _sleep+824/frame 0xfffffe004eff8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eff8a70
fork_exit() at fork_exit+132/frame 0xfffffe004eff8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eff8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100303 td 0xfffff80003b75500
sched_switch() at sched_switch+1162/frame 0xfffffe004effd900
mi_switch() at mi_switch+359/frame 0xfffffe004effd930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004effd970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004effd9a0
_sleep() at _sleep+824/frame 0xfffffe004effda40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004effda70
fork_exit() at fork_exit+132/frame 0xfffffe004effdab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004effdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100304 td 0xfffff80003b6c000
sched_switch() at sched_switch+1162/frame 0xfffffe004f004900
mi_switch() at mi_switch+359/frame 0xfffffe004f004930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f004970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0049a0
_sleep() at _sleep+824/frame 0xfffffe004f004a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f004a70
fork_exit() at fork_exit+132/frame 0xfffffe004f004ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f004ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100305 td 0xfffff80003b74a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb83900
mi_switch() at mi_switch+359/frame 0xfffffe003cb83930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb83970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb839a0
_sleep() at _sleep+824/frame 0xfffffe003cb83a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb83a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb83ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb83ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100306 td 0xfffff80003b74000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb88900
mi_switch() at mi_switch+359/frame 0xfffffe003cb88930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb88970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb889a0
_sleep() at _sleep+824/frame 0xfffffe003cb88a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb88a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb88ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb88ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100307 td 0xfffff80003b73a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cb8d900
mi_switch() at mi_switch+359/frame 0xfffffe003cb8d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb8d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb8d9a0
_sleep() at _sleep+824/frame 0xfffffe003cb8da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb8da70
fork_exit() at fork_exit+132/frame 0xfffffe003cb8dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb8dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100308 td 0xfffff80003b73500
sched_switch() at sched_switch+1162/frame 0xfffffe003cb92900
mi_switch() at mi_switch+359/frame 0xfffffe003cb92930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb92970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb929a0
_sleep() at _sleep+824/frame 0xfffffe003cb92a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb92a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb92ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb92ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100309 td 0xfffff80003b73000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb9c900
mi_switch() at mi_switch+359/frame 0xfffffe003cb9c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb9c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb9c9a0
_sleep() at _sleep+824/frame 0xfffffe003cb9ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb9ca70
fork_exit() at fork_exit+132/frame 0xfffffe003cb9cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb9cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100310 td 0xfffff80003b78a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cba6900
mi_switch() at mi_switch+359/frame 0xfffffe003cba6930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cba6970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cba69a0
_sleep() at _sleep+824/frame 0xfffffe003cba6a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cba6a70
fork_exit() at fork_exit+132/frame 0xfffffe003cba6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cba6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100311 td 0xfffff80003b78500
sched_switch() at sched_switch+1162/frame 0xfffffe003cbb0900
mi_switch() at mi_switch+359/frame 0xfffffe003cbb0930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbb0970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbb09a0
_sleep() at _sleep+824/frame 0xfffffe003cbb0a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbb0a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbb0ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbb0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100312 td 0xfffff80003b78000
sched_switch() at sched_switch+1162/frame 0xfffffe003cb97900
mi_switch() at mi_switch+359/frame 0xfffffe003cb97930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cb97970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cb979a0
_sleep() at _sleep+824/frame 0xfffffe003cb97a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cb97a70
fork_exit() at fork_exit+132/frame 0xfffffe003cb97ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cb97ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100313 td 0xfffff80003a70000
sched_switch() at sched_switch+1162/frame 0xfffffe003cba1900
mi_switch() at mi_switch+359/frame 0xfffffe003cba1930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cba1970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cba19a0
_sleep() at _sleep+824/frame 0xfffffe003cba1a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cba1a70
fork_exit() at fork_exit+132/frame 0xfffffe003cba1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cba1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100314 td 0xfffff80003ae1a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cbab900
mi_switch() at mi_switch+359/frame 0xfffffe003cbab930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbab970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbab9a0
_sleep() at _sleep+824/frame 0xfffffe003cbaba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbaba70
fork_exit() at fork_exit+132/frame 0xfffffe003cbabab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbabab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100315 td 0xfffff80003ae1500
sched_switch() at sched_switch+1162/frame 0xfffffe003cbba900
mi_switch() at mi_switch+359/frame 0xfffffe003cbba930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbba970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbba9a0
_sleep() at _sleep+824/frame 0xfffffe003cbbaa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbbaa70
fork_exit() at fork_exit+132/frame 0xfffffe003cbbaab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbbaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100316 td 0xfffff80003ae1000
sched_switch() at sched_switch+1162/frame 0xfffffe003cbc4900
mi_switch() at mi_switch+359/frame 0xfffffe003cbc4930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbc4970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbc49a0
_sleep() at _sleep+824/frame 0xfffffe003cbc4a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbc4a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbc4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbc4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100317 td 0xfffff80003ae0a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cbce900
mi_switch() at mi_switch+359/frame 0xfffffe003cbce930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbce970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbce9a0
_sleep() at _sleep+824/frame 0xfffffe003cbcea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbcea70
fork_exit() at fork_exit+132/frame 0xfffffe003cbceab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbceab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100318 td 0xfffff80003ae0000
sched_switch() at sched_switch+1162/frame 0xfffffe003cbd8900
mi_switch() at mi_switch+359/frame 0xfffffe003cbd8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbd8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbd89a0
_sleep() at _sleep+824/frame 0xfffffe003cbd8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbd8a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbd8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbd8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100319 td 0xfffff80003ad8500
sched_switch() at sched_switch+1162/frame 0xfffffe003cbe2900
mi_switch() at mi_switch+359/frame 0xfffffe003cbe2930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbe2970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbe29a0
_sleep() at _sleep+824/frame 0xfffffe003cbe2a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbe2a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbe2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbe2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100320 td 0xfffff80003ae6a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cbec900
mi_switch() at mi_switch+359/frame 0xfffffe003cbec930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbec970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbec9a0
_sleep() at _sleep+824/frame 0xfffffe003cbeca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbeca70
fork_exit() at fork_exit+132/frame 0xfffffe003cbecab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbecab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100321 td 0xfffff80003ae0500
sched_switch() at sched_switch+1162/frame 0xfffffe003cbbf900
mi_switch() at mi_switch+359/frame 0xfffffe003cbbf930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbbf970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbbf9a0
_sleep() at _sleep+824/frame 0xfffffe003cbbfa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbbfa70
fork_exit() at fork_exit+132/frame 0xfffffe003cbbfab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbbfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100322 td 0xfffff80003ad8a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cbc9900
mi_switch() at mi_switch+359/frame 0xfffffe003cbc9930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbc9970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbc99a0
_sleep() at _sleep+824/frame 0xfffffe003cbc9a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbc9a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbc9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbc9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100323 td 0xfffff80003ad8000
sched_switch() at sched_switch+1162/frame 0xfffffe003cbd3900
mi_switch() at mi_switch+359/frame 0xfffffe003cbd3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbd3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbd39a0
_sleep() at _sleep+824/frame 0xfffffe003cbd3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbd3a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbd3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbd3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100324 td 0xfffff80003ae6000
sched_switch() at sched_switch+1162/frame 0xfffffe003cbdd900
mi_switch() at mi_switch+359/frame 0xfffffe003cbdd930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbdd970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbdd9a0
_sleep() at _sleep+824/frame 0xfffffe003cbdda40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbdda70
fork_exit() at fork_exit+132/frame 0xfffffe003cbddab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbddab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100325 td 0xfffff80003ae5500
sched_switch() at sched_switch+1162/frame 0xfffffe003cbe7900
mi_switch() at mi_switch+359/frame 0xfffffe003cbe7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbe7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbe79a0
_sleep() at _sleep+824/frame 0xfffffe003cbe7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbe7a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbe7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbe7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100326 td 0xfffff80003ae4a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cbb5900
mi_switch() at mi_switch+359/frame 0xfffffe003cbb5930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbb5970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbb59a0
_sleep() at _sleep+824/frame 0xfffffe003cbb5a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbb5a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbb5ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbb5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100327 td 0xfffff80003ae4000
sched_switch() at sched_switch+1162/frame 0xfffffe0000212900
mi_switch() at mi_switch+359/frame 0xfffffe0000212930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000212970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002129a0
_sleep() at _sleep+824/frame 0xfffffe0000212a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000212a70
fork_exit() at fork_exit+132/frame 0xfffffe0000212ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000212ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100328 td 0xfffff80003ae9500
sched_switch() at sched_switch+1162/frame 0xfffffe000021c900
mi_switch() at mi_switch+359/frame 0xfffffe000021c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000021c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000021c9a0
_sleep() at _sleep+824/frame 0xfffffe000021ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000021ca70
fork_exit() at fork_exit+132/frame 0xfffffe000021cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000021cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100329 td 0xfffff80003ae8a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000226900
mi_switch() at mi_switch+359/frame 0xfffffe0000226930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000226970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002269a0
_sleep() at _sleep+824/frame 0xfffffe0000226a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000226a70
fork_exit() at fork_exit+132/frame 0xfffffe0000226ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000226ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100330 td 0xfffff80003ae5a00
sched_switch() at sched_switch+1162/frame 0xfffffe000022b900
mi_switch() at mi_switch+359/frame 0xfffffe000022b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000022b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000022b9a0
_sleep() at _sleep+824/frame 0xfffffe000022ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000022ba70
fork_exit() at fork_exit+132/frame 0xfffffe000022bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000022bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100331 td 0xfffff80003ae5000
sched_switch() at sched_switch+1162/frame 0xfffffe003cbfb900
mi_switch() at mi_switch+359/frame 0xfffffe003cbfb930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbfb970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbfb9a0
_sleep() at _sleep+824/frame 0xfffffe003cbfba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbfba70
fork_exit() at fork_exit+132/frame 0xfffffe003cbfbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbfbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100332 td 0xfffff80003ae4500
sched_switch() at sched_switch+1162/frame 0xfffffe000020d900
mi_switch() at mi_switch+359/frame 0xfffffe000020d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000020d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000020d9a0
_sleep() at _sleep+824/frame 0xfffffe000020da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000020da70
fork_exit() at fork_exit+132/frame 0xfffffe000020dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000020dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100333 td 0xfffff80003ae9a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000217900
mi_switch() at mi_switch+359/frame 0xfffffe0000217930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000217970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002179a0
_sleep() at _sleep+824/frame 0xfffffe0000217a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000217a70
fork_exit() at fork_exit+132/frame 0xfffffe0000217ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000217ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100334 td 0xfffff80003ae9000
sched_switch() at sched_switch+1162/frame 0xfffffe0000221900
mi_switch() at mi_switch+359/frame 0xfffffe0000221930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000221970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002219a0
_sleep() at _sleep+824/frame 0xfffffe0000221a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000221a70
fork_exit() at fork_exit+132/frame 0xfffffe0000221ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000221ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100335 td 0xfffff80003ae6500
sched_switch() at sched_switch+1162/frame 0xfffffe0000230900
mi_switch() at mi_switch+359/frame 0xfffffe0000230930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000230970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002309a0
_sleep() at _sleep+824/frame 0xfffffe0000230a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000230a70
fork_exit() at fork_exit+132/frame 0xfffffe0000230ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000230ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100336 td 0xfffff80003af0a00
sched_switch() at sched_switch+1162/frame 0xfffffe003cbf6900
mi_switch() at mi_switch+359/frame 0xfffffe003cbf6930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbf6970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbf69a0
_sleep() at _sleep+824/frame 0xfffffe003cbf6a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbf6a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbf6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbf6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100337 td 0xfffff80003af0000
sched_switch() at sched_switch+1162/frame 0xfffffe003cbf1900
mi_switch() at mi_switch+359/frame 0xfffffe003cbf1930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe003cbf1970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe003cbf19a0
_sleep() at _sleep+824/frame 0xfffffe003cbf1a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe003cbf1a70
fork_exit() at fork_exit+132/frame 0xfffffe003cbf1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe003cbf1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100338 td 0xfffff80003aef500
sched_switch() at sched_switch+1162/frame 0xfffffe0000208900
mi_switch() at mi_switch+359/frame 0xfffffe0000208930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000208970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002089a0
_sleep() at _sleep+824/frame 0xfffffe0000208a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000208a70
fork_exit() at fork_exit+132/frame 0xfffffe0000208ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000208ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100339 td 0xfffff80003aef000
sched_switch() at sched_switch+1162/frame 0xfffffe000023a900
mi_switch() at mi_switch+359/frame 0xfffffe000023a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000023a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000023a9a0
_sleep() at _sleep+824/frame 0xfffffe000023aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000023aa70
fork_exit() at fork_exit+132/frame 0xfffffe000023aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000023aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100340 td 0xfffff80003ae7a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000244900
mi_switch() at mi_switch+359/frame 0xfffffe0000244930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000244970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002449a0
_sleep() at _sleep+824/frame 0xfffffe0000244a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000244a70
fork_exit() at fork_exit+132/frame 0xfffffe0000244ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000244ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100341 td 0xfffff80003ae7000
sched_switch() at sched_switch+1162/frame 0xfffffe000024e900
mi_switch() at mi_switch+359/frame 0xfffffe000024e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000024e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000024e9a0
_sleep() at _sleep+824/frame 0xfffffe000024ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000024ea70
fork_exit() at fork_exit+132/frame 0xfffffe000024eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000024eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100342 td 0xfffff80003af0500
sched_switch() at sched_switch+1162/frame 0xfffffe0000258900
mi_switch() at mi_switch+359/frame 0xfffffe0000258930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000258970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002589a0
_sleep() at _sleep+824/frame 0xfffffe0000258a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000258a70
fork_exit() at fork_exit+132/frame 0xfffffe0000258ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000258ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100343 td 0xfffff80003aefa00
sched_switch() at sched_switch+1162/frame 0xfffffe0000262900
mi_switch() at mi_switch+359/frame 0xfffffe0000262930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000262970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002629a0
_sleep() at _sleep+824/frame 0xfffffe0000262a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000262a70
fork_exit() at fork_exit+132/frame 0xfffffe0000262ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000262ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100344 td 0xfffff80003aeea00
sched_switch() at sched_switch+1162/frame 0xfffffe0000267900
mi_switch() at mi_switch+359/frame 0xfffffe0000267930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000267970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002679a0
_sleep() at _sleep+824/frame 0xfffffe0000267a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000267a70
fork_exit() at fork_exit+132/frame 0xfffffe0000267ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000267ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100345 td 0xfffff80003ae8000
sched_switch() at sched_switch+1162/frame 0xfffffe000026c900
mi_switch() at mi_switch+359/frame 0xfffffe000026c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000026c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000026c9a0
_sleep() at _sleep+824/frame 0xfffffe000026ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000026ca70
fork_exit() at fork_exit+132/frame 0xfffffe000026cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000026cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100346 td 0xfffff80003ae8500
sched_switch() at sched_switch+1162/frame 0xfffffe000023f900
mi_switch() at mi_switch+359/frame 0xfffffe000023f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000023f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000023f9a0
_sleep() at _sleep+824/frame 0xfffffe000023fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000023fa70
fork_exit() at fork_exit+132/frame 0xfffffe000023fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000023fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100347 td 0xfffff80003ae7500
sched_switch() at sched_switch+1162/frame 0xfffffe0000249900
mi_switch() at mi_switch+359/frame 0xfffffe0000249930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000249970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002499a0
_sleep() at _sleep+824/frame 0xfffffe0000249a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000249a70
fork_exit() at fork_exit+132/frame 0xfffffe0000249ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000249ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100348 td 0xfffff80003aee000
sched_switch() at sched_switch+1162/frame 0xfffffe0000253900
mi_switch() at mi_switch+359/frame 0xfffffe0000253930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000253970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002539a0
_sleep() at _sleep+824/frame 0xfffffe0000253a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000253a70
fork_exit() at fork_exit+132/frame 0xfffffe0000253ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000253ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100349 td 0xfffff80003af5500
sched_switch() at sched_switch+1162/frame 0xfffffe000025d900
mi_switch() at mi_switch+359/frame 0xfffffe000025d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000025d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000025d9a0
_sleep() at _sleep+824/frame 0xfffffe000025da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000025da70
fork_exit() at fork_exit+132/frame 0xfffffe000025dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000025dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100350 td 0xfffff80003af4a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000235900
mi_switch() at mi_switch+359/frame 0xfffffe0000235930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000235970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002359a0
_sleep() at _sleep+824/frame 0xfffffe0000235a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000235a70
fork_exit() at fork_exit+132/frame 0xfffffe0000235ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000235ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100351 td 0xfffff80003af4000
sched_switch() at sched_switch+1162/frame 0xfffffe0000271900
mi_switch() at mi_switch+359/frame 0xfffffe0000271930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000271970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002719a0
_sleep() at _sleep+824/frame 0xfffffe0000271a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000271a70
fork_exit() at fork_exit+132/frame 0xfffffe0000271ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000271ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100352 td 0xfffff80003af3500
sched_switch() at sched_switch+1162/frame 0xfffffe0000276900
mi_switch() at mi_switch+359/frame 0xfffffe0000276930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000276970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002769a0
_sleep() at _sleep+824/frame 0xfffffe0000276a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000276a70
fork_exit() at fork_exit+132/frame 0xfffffe0000276ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000276ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100353 td 0xfffff80003af3000
sched_switch() at sched_switch+1162/frame 0xfffffe0000280900
mi_switch() at mi_switch+359/frame 0xfffffe0000280930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000280970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002809a0
_sleep() at _sleep+824/frame 0xfffffe0000280a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000280a70
fork_exit() at fork_exit+132/frame 0xfffffe0000280ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000280ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100354 td 0xfffff80003af8a00
sched_switch() at sched_switch+1162/frame 0xfffffe000028a900
mi_switch() at mi_switch+359/frame 0xfffffe000028a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000028a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000028a9a0
_sleep() at _sleep+824/frame 0xfffffe000028aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000028aa70
fork_exit() at fork_exit+132/frame 0xfffffe000028aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000028aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100355 td 0xfffff80003af5a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000294900
mi_switch() at mi_switch+359/frame 0xfffffe0000294930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000294970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002949a0
_sleep() at _sleep+824/frame 0xfffffe0000294a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000294a70
fork_exit() at fork_exit+132/frame 0xfffffe0000294ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000294ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100356 td 0xfffff80003af5000
sched_switch() at sched_switch+1162/frame 0xfffffe000029e900
mi_switch() at mi_switch+359/frame 0xfffffe000029e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000029e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000029e9a0
_sleep() at _sleep+824/frame 0xfffffe000029ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000029ea70
fork_exit() at fork_exit+132/frame 0xfffffe000029eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000029eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100357 td 0xfffff80003af4500
sched_switch() at sched_switch+1162/frame 0xfffffe00002a3900
mi_switch() at mi_switch+359/frame 0xfffffe00002a3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002a3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002a39a0
_sleep() at _sleep+824/frame 0xfffffe00002a3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002a3a70
fork_exit() at fork_exit+132/frame 0xfffffe00002a3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002a3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100358 td 0xfffff80003af3a00
sched_switch() at sched_switch+1162/frame 0xfffffe00002a8900
mi_switch() at mi_switch+359/frame 0xfffffe00002a8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002a8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002a89a0
_sleep() at _sleep+824/frame 0xfffffe00002a8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002a8a70
fork_exit() at fork_exit+132/frame 0xfffffe00002a8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002a8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100359 td 0xfffff80003aee500
sched_switch() at sched_switch+1162/frame 0xfffffe000027b900
mi_switch() at mi_switch+359/frame 0xfffffe000027b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000027b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000027b9a0
_sleep() at _sleep+824/frame 0xfffffe000027ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000027ba70
fork_exit() at fork_exit+132/frame 0xfffffe000027bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000027bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100360 td 0xfffff80003af8500
sched_switch() at sched_switch+1162/frame 0xfffffe0000285900
mi_switch() at mi_switch+359/frame 0xfffffe0000285930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000285970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002859a0
_sleep() at _sleep+824/frame 0xfffffe0000285a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000285a70
fork_exit() at fork_exit+132/frame 0xfffffe0000285ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000285ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100361 td 0xfffff80003af8000
sched_switch() at sched_switch+1162/frame 0xfffffe000028f900
mi_switch() at mi_switch+359/frame 0xfffffe000028f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000028f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000028f9a0
_sleep() at _sleep+824/frame 0xfffffe000028fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000028fa70
fork_exit() at fork_exit+132/frame 0xfffffe000028fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000028fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100362 td 0xfffff80003af7500
sched_switch() at sched_switch+1162/frame 0xfffffe0000299900
mi_switch() at mi_switch+359/frame 0xfffffe0000299930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000299970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002999a0
_sleep() at _sleep+824/frame 0xfffffe0000299a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000299a70
fork_exit() at fork_exit+132/frame 0xfffffe0000299ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000299ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100363 td 0xfffff80003af6a00
sched_switch() at sched_switch+1162/frame 0xfffffe00002ad900
mi_switch() at mi_switch+359/frame 0xfffffe00002ad930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002ad970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002ad9a0
_sleep() at _sleep+824/frame 0xfffffe00002ada40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002ada70
fork_exit() at fork_exit+132/frame 0xfffffe00002adab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002adab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100364 td 0xfffff80003af6000
sched_switch() at sched_switch+1162/frame 0xfffffe00002b2900
mi_switch() at mi_switch+359/frame 0xfffffe00002b2930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002b2970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002b29a0
_sleep() at _sleep+824/frame 0xfffffe00002b2a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002b2a70
fork_exit() at fork_exit+132/frame 0xfffffe00002b2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002b2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100365 td 0xfffff80003b03500
sched_switch() at sched_switch+1162/frame 0xfffffe00002b7900
mi_switch() at mi_switch+359/frame 0xfffffe00002b7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002b7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002b79a0
_sleep() at _sleep+824/frame 0xfffffe00002b7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002b7a70
fork_exit() at fork_exit+132/frame 0xfffffe00002b7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002b7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100366 td 0xfffff80003b03000
sched_switch() at sched_switch+1162/frame 0xfffffe00002bc900
mi_switch() at mi_switch+359/frame 0xfffffe00002bc930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002bc970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002bc9a0
_sleep() at _sleep+824/frame 0xfffffe00002bca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002bca70
fork_exit() at fork_exit+132/frame 0xfffffe00002bcab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002bcab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100367 td 0xfffff80003b02a00
sched_switch() at sched_switch+1162/frame 0xfffffe00002c1900
mi_switch() at mi_switch+359/frame 0xfffffe00002c1930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002c1970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002c19a0
_sleep() at _sleep+824/frame 0xfffffe00002c1a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002c1a70
fork_exit() at fork_exit+132/frame 0xfffffe00002c1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002c1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100368 td 0xfffff80003af7a00
sched_switch() at sched_switch+1162/frame 0xfffffe00002c6900
mi_switch() at mi_switch+359/frame 0xfffffe00002c6930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002c6970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002c69a0
_sleep() at _sleep+824/frame 0xfffffe00002c6a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002c6a70
fork_exit() at fork_exit+132/frame 0xfffffe00002c6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002c6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100369 td 0xfffff80003af7000
sched_switch() at sched_switch+1162/frame 0xfffffe00002cb900
mi_switch() at mi_switch+359/frame 0xfffffe00002cb930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002cb970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002cb9a0
_sleep() at _sleep+824/frame 0xfffffe00002cba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002cba70
fork_exit() at fork_exit+132/frame 0xfffffe00002cbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002cbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100370 td 0xfffff80003af6500
sched_switch() at sched_switch+1162/frame 0xfffffe00002d0900
mi_switch() at mi_switch+359/frame 0xfffffe00002d0930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002d0970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002d09a0
_sleep() at _sleep+824/frame 0xfffffe00002d0a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002d0a70
fork_exit() at fork_exit+132/frame 0xfffffe00002d0ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002d0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100371 td 0xfffff80003b03a00
sched_switch() at sched_switch+1162/frame 0xfffffe00002d5900
mi_switch() at mi_switch+359/frame 0xfffffe00002d5930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002d5970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002d59a0
_sleep() at _sleep+824/frame 0xfffffe00002d5a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002d5a70
fork_exit() at fork_exit+132/frame 0xfffffe00002d5ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002d5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100372 td 0xfffff80003afd500
sched_switch() at sched_switch+1162/frame 0xfffffe00002da900
mi_switch() at mi_switch+359/frame 0xfffffe00002da930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002da970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002da9a0
_sleep() at _sleep+824/frame 0xfffffe00002daa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002daa70
fork_exit() at fork_exit+132/frame 0xfffffe00002daab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002daab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100373 td 0xfffff80003b02000
sched_switch() at sched_switch+1162/frame 0xfffffe00002df900
mi_switch() at mi_switch+359/frame 0xfffffe00002df930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002df970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002df9a0
_sleep() at _sleep+824/frame 0xfffffe00002dfa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002dfa70
fork_exit() at fork_exit+132/frame 0xfffffe00002dfab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002dfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100374 td 0xfffff80003b0e500
sched_switch() at sched_switch+1162/frame 0xfffffe00002e4900
mi_switch() at mi_switch+359/frame 0xfffffe00002e4930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002e4970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002e49a0
_sleep() at _sleep+824/frame 0xfffffe00002e4a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002e4a70
fork_exit() at fork_exit+132/frame 0xfffffe00002e4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002e4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100375 td 0xfffff80003afd000
sched_switch() at sched_switch+1162/frame 0xfffffe00002e9900
mi_switch() at mi_switch+359/frame 0xfffffe00002e9930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002e9970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002e99a0
_sleep() at _sleep+824/frame 0xfffffe00002e9a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002e9a70
fork_exit() at fork_exit+132/frame 0xfffffe00002e9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002e9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100376 td 0xfffff80003b0da00
sched_switch() at sched_switch+1162/frame 0xfffffe00002ee900
mi_switch() at mi_switch+359/frame 0xfffffe00002ee930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002ee970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002ee9a0
_sleep() at _sleep+824/frame 0xfffffe00002eea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002eea70
fork_exit() at fork_exit+132/frame 0xfffffe00002eeab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002eeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100377 td 0xfffff80003b0e000
sched_switch() at sched_switch+1162/frame 0xfffffe00002f3900
mi_switch() at mi_switch+359/frame 0xfffffe00002f3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002f3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002f39a0
_sleep() at _sleep+824/frame 0xfffffe00002f3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002f3a70
fork_exit() at fork_exit+132/frame 0xfffffe00002f3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002f3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100378 td 0xfffff80003b0ca00
sched_switch() at sched_switch+1162/frame 0xfffffe00002f8900
mi_switch() at mi_switch+359/frame 0xfffffe00002f8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002f8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002f89a0
_sleep() at _sleep+824/frame 0xfffffe00002f8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002f8a70
fork_exit() at fork_exit+132/frame 0xfffffe00002f8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002f8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100379 td 0xfffff80003b0d000
sched_switch() at sched_switch+1162/frame 0xfffffe00002fd900
mi_switch() at mi_switch+359/frame 0xfffffe00002fd930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00002fd970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00002fd9a0
_sleep() at _sleep+824/frame 0xfffffe00002fda40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00002fda70
fork_exit() at fork_exit+132/frame 0xfffffe00002fdab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00002fdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100380 td 0xfffff80003b0ea00
sched_switch() at sched_switch+1162/frame 0xfffffe0000302900
mi_switch() at mi_switch+359/frame 0xfffffe0000302930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000302970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003029a0
_sleep() at _sleep+824/frame 0xfffffe0000302a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000302a70
fork_exit() at fork_exit+132/frame 0xfffffe0000302ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000302ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100381 td 0xfffff80003afda00
sched_switch() at sched_switch+1162/frame 0xfffffe0000307900
mi_switch() at mi_switch+359/frame 0xfffffe0000307930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000307970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003079a0
_sleep() at _sleep+824/frame 0xfffffe0000307a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000307a70
fork_exit() at fork_exit+132/frame 0xfffffe0000307ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000307ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100382 td 0xfffff80003b0d500
sched_switch() at sched_switch+1162/frame 0xfffffe000030c900
mi_switch() at mi_switch+359/frame 0xfffffe000030c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000030c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000030c9a0
_sleep() at _sleep+824/frame 0xfffffe000030ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000030ca70
fork_exit() at fork_exit+132/frame 0xfffffe000030cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000030cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100383 td 0xfffff80003b02500
sched_switch() at sched_switch+1162/frame 0xfffffe0000311900
mi_switch() at mi_switch+359/frame 0xfffffe0000311930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000311970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003119a0
_sleep() at _sleep+824/frame 0xfffffe0000311a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000311a70
fork_exit() at fork_exit+132/frame 0xfffffe0000311ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000311ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100384 td 0xfffff80003b10a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000316900
mi_switch() at mi_switch+359/frame 0xfffffe0000316930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000316970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003169a0
_sleep() at _sleep+824/frame 0xfffffe0000316a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000316a70
fork_exit() at fork_exit+132/frame 0xfffffe0000316ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000316ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100385 td 0xfffff80003b11000
sched_switch() at sched_switch+1162/frame 0xfffffe000031b900
mi_switch() at mi_switch+359/frame 0xfffffe000031b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000031b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000031b9a0
_sleep() at _sleep+824/frame 0xfffffe000031ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000031ba70
fork_exit() at fork_exit+132/frame 0xfffffe000031bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000031bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100386 td 0xfffff80003b0fa00
sched_switch() at sched_switch+1162/frame 0xfffffe0000320900
mi_switch() at mi_switch+359/frame 0xfffffe0000320930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000320970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003209a0
_sleep() at _sleep+824/frame 0xfffffe0000320a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000320a70
fork_exit() at fork_exit+132/frame 0xfffffe0000320ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000320ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100387 td 0xfffff80003b10500
sched_switch() at sched_switch+1162/frame 0xfffffe0000325900
mi_switch() at mi_switch+359/frame 0xfffffe0000325930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000325970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003259a0
_sleep() at _sleep+824/frame 0xfffffe0000325a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000325a70
fork_exit() at fork_exit+132/frame 0xfffffe0000325ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000325ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100388 td 0xfffff80003b11a00
sched_switch() at sched_switch+1162/frame 0xfffffe000032a900
mi_switch() at mi_switch+359/frame 0xfffffe000032a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000032a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000032a9a0
_sleep() at _sleep+824/frame 0xfffffe000032aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000032aa70
fork_exit() at fork_exit+132/frame 0xfffffe000032aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000032aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100389 td 0xfffff80003b0f000
sched_switch() at sched_switch+1162/frame 0xfffffe000032f900
mi_switch() at mi_switch+359/frame 0xfffffe000032f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000032f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000032f9a0
_sleep() at _sleep+824/frame 0xfffffe000032fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000032fa70
fork_exit() at fork_exit+132/frame 0xfffffe000032fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000032fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100390 td 0xfffff80003b0f500
sched_switch() at sched_switch+1162/frame 0xfffffe0000334900
mi_switch() at mi_switch+359/frame 0xfffffe0000334930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000334970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003349a0
_sleep() at _sleep+824/frame 0xfffffe0000334a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000334a70
fork_exit() at fork_exit+132/frame 0xfffffe0000334ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000334ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100391 td 0xfffff80003b10000
sched_switch() at sched_switch+1162/frame 0xfffffe0000339900
mi_switch() at mi_switch+359/frame 0xfffffe0000339930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000339970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003399a0
_sleep() at _sleep+824/frame 0xfffffe0000339a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000339a70
fork_exit() at fork_exit+132/frame 0xfffffe0000339ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000339ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100392 td 0xfffff80003b0c500
sched_switch() at sched_switch+1162/frame 0xfffffe000033e900
mi_switch() at mi_switch+359/frame 0xfffffe000033e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000033e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000033e9a0
_sleep() at _sleep+824/frame 0xfffffe000033ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000033ea70
fork_exit() at fork_exit+132/frame 0xfffffe000033eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000033eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100393 td 0xfffff80003b14a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000343900
mi_switch() at mi_switch+359/frame 0xfffffe0000343930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000343970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003439a0
_sleep() at _sleep+824/frame 0xfffffe0000343a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000343a70
fork_exit() at fork_exit+132/frame 0xfffffe0000343ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000343ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100394 td 0xfffff80003b0c000
sched_switch() at sched_switch+1162/frame 0xfffffe0000348900
mi_switch() at mi_switch+359/frame 0xfffffe0000348930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000348970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003489a0
_sleep() at _sleep+824/frame 0xfffffe0000348a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000348a70
fork_exit() at fork_exit+132/frame 0xfffffe0000348ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000348ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100395 td 0xfffff80003b11500
sched_switch() at sched_switch+1162/frame 0xfffffe000034d900
mi_switch() at mi_switch+359/frame 0xfffffe000034d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000034d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000034d9a0
_sleep() at _sleep+824/frame 0xfffffe000034da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000034da70
fork_exit() at fork_exit+132/frame 0xfffffe000034dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000034dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100396 td 0xfffff80003b13500
sched_switch() at sched_switch+1162/frame 0xfffffe0000352900
mi_switch() at mi_switch+359/frame 0xfffffe0000352930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000352970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003529a0
_sleep() at _sleep+824/frame 0xfffffe0000352a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000352a70
fork_exit() at fork_exit+132/frame 0xfffffe0000352ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000352ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100397 td 0xfffff80003b14000
sched_switch() at sched_switch+1162/frame 0xfffffe0000357900
mi_switch() at mi_switch+359/frame 0xfffffe0000357930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000357970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003579a0
_sleep() at _sleep+824/frame 0xfffffe0000357a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000357a70
fork_exit() at fork_exit+132/frame 0xfffffe0000357ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000357ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100398 td 0xfffff80003b12500
sched_switch() at sched_switch+1162/frame 0xfffffe000035c900
mi_switch() at mi_switch+359/frame 0xfffffe000035c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000035c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000035c9a0
_sleep() at _sleep+824/frame 0xfffffe000035ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000035ca70
fork_exit() at fork_exit+132/frame 0xfffffe000035cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000035cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100399 td 0xfffff80003b13000
sched_switch() at sched_switch+1162/frame 0xfffffe0000361900
mi_switch() at mi_switch+359/frame 0xfffffe0000361930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000361970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003619a0
_sleep() at _sleep+824/frame 0xfffffe0000361a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000361a70
fork_exit() at fork_exit+132/frame 0xfffffe0000361ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000361ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100400 td 0xfffff80003b19500
sched_switch() at sched_switch+1162/frame 0xfffffe0000366900
mi_switch() at mi_switch+359/frame 0xfffffe0000366930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000366970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003669a0
_sleep() at _sleep+824/frame 0xfffffe0000366a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000366a70
fork_exit() at fork_exit+132/frame 0xfffffe0000366ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000366ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100401 td 0xfffff80003b19a00
sched_switch() at sched_switch+1162/frame 0xfffffe000036b900
mi_switch() at mi_switch+359/frame 0xfffffe000036b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000036b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000036b9a0
_sleep() at _sleep+824/frame 0xfffffe000036ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000036ba70
fork_exit() at fork_exit+132/frame 0xfffffe000036bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000036bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100402 td 0xfffff80003b13a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000370900
mi_switch() at mi_switch+359/frame 0xfffffe0000370930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000370970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003709a0
_sleep() at _sleep+824/frame 0xfffffe0000370a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000370a70
fork_exit() at fork_exit+132/frame 0xfffffe0000370ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000370ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100403 td 0xfffff80003b18a00
sched_switch() at sched_switch+1162/frame 0xfffffe0000375900
mi_switch() at mi_switch+359/frame 0xfffffe0000375930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000375970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003759a0
_sleep() at _sleep+824/frame 0xfffffe0000375a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000375a70
fork_exit() at fork_exit+132/frame 0xfffffe0000375ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000375ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100404 td 0xfffff80003b12000
sched_switch() at sched_switch+1162/frame 0xfffffe000037a900
mi_switch() at mi_switch+359/frame 0xfffffe000037a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000037a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000037a9a0
_sleep() at _sleep+824/frame 0xfffffe000037aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000037aa70
fork_exit() at fork_exit+132/frame 0xfffffe000037aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000037aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100405 td 0xfffff80003b12a00
sched_switch() at sched_switch+1162/frame 0xfffffe000037f900
mi_switch() at mi_switch+359/frame 0xfffffe000037f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000037f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000037f9a0
_sleep() at _sleep+824/frame 0xfffffe000037fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000037fa70
fork_exit() at fork_exit+132/frame 0xfffffe000037fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000037fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100406 td 0xfffff80003b19000
sched_switch() at sched_switch+1162/frame 0xfffffe0000384900
mi_switch() at mi_switch+359/frame 0xfffffe0000384930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000384970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003849a0
_sleep() at _sleep+824/frame 0xfffffe0000384a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000384a70
fork_exit() at fork_exit+132/frame 0xfffffe0000384ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000384ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100407 td 0xfffff80003b14500
sched_switch() at sched_switch+1162/frame 0xfffffe0000389900
mi_switch() at mi_switch+359/frame 0xfffffe0000389930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000389970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003899a0
_sleep() at _sleep+824/frame 0xfffffe0000389a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000389a70
fork_exit() at fork_exit+132/frame 0xfffffe0000389ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000389ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100408 td 0xfffff80003b1ca00
sched_switch() at sched_switch+1162/frame 0xfffffe000038e900
mi_switch() at mi_switch+359/frame 0xfffffe000038e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000038e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000038e9a0
_sleep() at _sleep+824/frame 0xfffffe000038ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000038ea70
fork_exit() at fork_exit+132/frame 0xfffffe000038eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000038eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100409 td 0xfffff80003b17000
sched_switch() at sched_switch+1162/frame 0xfffffe0000393900
mi_switch() at mi_switch+359/frame 0xfffffe0000393930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000393970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003939a0
_sleep() at _sleep+824/frame 0xfffffe0000393a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000393a70
fork_exit() at fork_exit+132/frame 0xfffffe0000393ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000393ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100410 td 0xfffff80003b1ba00
sched_switch() at sched_switch+1162/frame 0xfffffe0000398900
mi_switch() at mi_switch+359/frame 0xfffffe0000398930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe0000398970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003989a0
_sleep() at _sleep+824/frame 0xfffffe0000398a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe0000398a70
fork_exit() at fork_exit+132/frame 0xfffffe0000398ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe0000398ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100411 td 0xfffff80003b1c000
sched_switch() at sched_switch+1162/frame 0xfffffe000039d900
mi_switch() at mi_switch+359/frame 0xfffffe000039d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe000039d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe000039d9a0
_sleep() at _sleep+824/frame 0xfffffe000039da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe000039da70
fork_exit() at fork_exit+132/frame 0xfffffe000039dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe000039dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100412 td 0xfffff80003b1aa00
sched_switch() at sched_switch+1162/frame 0xfffffe00003a2900
mi_switch() at mi_switch+359/frame 0xfffffe00003a2930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003a2970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003a29a0
_sleep() at _sleep+824/frame 0xfffffe00003a2a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003a2a70
fork_exit() at fork_exit+132/frame 0xfffffe00003a2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003a2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100413 td 0xfffff80003b1b500
sched_switch() at sched_switch+1162/frame 0xfffffe00003a7900
mi_switch() at mi_switch+359/frame 0xfffffe00003a7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003a7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003a79a0
_sleep() at _sleep+824/frame 0xfffffe00003a7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003a7a70
fork_exit() at fork_exit+132/frame 0xfffffe00003a7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003a7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100414 td 0xfffff80003b1c500
sched_switch() at sched_switch+1162/frame 0xfffffe00003ac900
mi_switch() at mi_switch+359/frame 0xfffffe00003ac930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003ac970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003ac9a0
_sleep() at _sleep+824/frame 0xfffffe00003aca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003aca70
fork_exit() at fork_exit+132/frame 0xfffffe00003acab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003acab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100415 td 0xfffff80003b17a00
sched_switch() at sched_switch+1162/frame 0xfffffe00003b1900
mi_switch() at mi_switch+359/frame 0xfffffe00003b1930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003b1970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003b19a0
_sleep() at _sleep+824/frame 0xfffffe00003b1a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003b1a70
fork_exit() at fork_exit+132/frame 0xfffffe00003b1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003b1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100416 td 0xfffff80003b18500
sched_switch() at sched_switch+1162/frame 0xfffffe00003b6900
mi_switch() at mi_switch+359/frame 0xfffffe00003b6930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003b6970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003b69a0
_sleep() at _sleep+824/frame 0xfffffe00003b6a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003b6a70
fork_exit() at fork_exit+132/frame 0xfffffe00003b6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003b6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100417 td 0xfffff80003b1b000
sched_switch() at sched_switch+1162/frame 0xfffffe00003bb900
mi_switch() at mi_switch+359/frame 0xfffffe00003bb930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003bb970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003bb9a0
_sleep() at _sleep+824/frame 0xfffffe00003bba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003bba70
fork_exit() at fork_exit+132/frame 0xfffffe00003bbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003bbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100418 td 0xfffff80003b18000
sched_switch() at sched_switch+1162/frame 0xfffffe00003c0900
mi_switch() at mi_switch+359/frame 0xfffffe00003c0930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003c0970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003c09a0
_sleep() at _sleep+824/frame 0xfffffe00003c0a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003c0a70
fork_exit() at fork_exit+132/frame 0xfffffe00003c0ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003c0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100419 td 0xfffff80003b17500
sched_switch() at sched_switch+1162/frame 0xfffffe00003c5900
mi_switch() at mi_switch+359/frame 0xfffffe00003c5930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003c5970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003c59a0
_sleep() at _sleep+824/frame 0xfffffe00003c5a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003c5a70
fork_exit() at fork_exit+132/frame 0xfffffe00003c5ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003c5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100420 td 0xfffff80003b1a500
sched_switch() at sched_switch+1162/frame 0xfffffe00003ca900
mi_switch() at mi_switch+359/frame 0xfffffe00003ca930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003ca970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003ca9a0
_sleep() at _sleep+824/frame 0xfffffe00003caa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003caa70
fork_exit() at fork_exit+132/frame 0xfffffe00003caab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003caab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100421 td 0xfffff80003b23a00
sched_switch() at sched_switch+1162/frame 0xfffffe00003cf900
mi_switch() at mi_switch+359/frame 0xfffffe00003cf930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003cf970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003cf9a0
_sleep() at _sleep+824/frame 0xfffffe00003cfa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003cfa70
fork_exit() at fork_exit+132/frame 0xfffffe00003cfab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003cfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100422 td 0xfffff80003b1a000
sched_switch() at sched_switch+1162/frame 0xfffffe00003d4900
mi_switch() at mi_switch+359/frame 0xfffffe00003d4930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003d4970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003d49a0
_sleep() at _sleep+824/frame 0xfffffe00003d4a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003d4a70
fork_exit() at fork_exit+132/frame 0xfffffe00003d4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003d4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100423 td 0xfffff80003b22a00
sched_switch() at sched_switch+1162/frame 0xfffffe00003d9900
mi_switch() at mi_switch+359/frame 0xfffffe00003d9930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003d9970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003d99a0
_sleep() at _sleep+824/frame 0xfffffe00003d9a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003d9a70
fork_exit() at fork_exit+132/frame 0xfffffe00003d9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003d9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100424 td 0xfffff80003b23000
sched_switch() at sched_switch+1162/frame 0xfffffe00003de900
mi_switch() at mi_switch+359/frame 0xfffffe00003de930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003de970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003de9a0
_sleep() at _sleep+824/frame 0xfffffe00003dea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003dea70
fork_exit() at fork_exit+132/frame 0xfffffe00003deab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003deab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100425 td 0xfffff80003b23500
sched_switch() at sched_switch+1162/frame 0xfffffe00003e3900
mi_switch() at mi_switch+359/frame 0xfffffe00003e3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003e3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003e39a0
_sleep() at _sleep+824/frame 0xfffffe00003e3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003e3a70
fork_exit() at fork_exit+132/frame 0xfffffe00003e3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003e3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100426 td 0xfffff80003b22500
sched_switch() at sched_switch+1162/frame 0xfffffe00003e8900
mi_switch() at mi_switch+359/frame 0xfffffe00003e8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003e8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003e89a0
_sleep() at _sleep+824/frame 0xfffffe00003e8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003e8a70
fork_exit() at fork_exit+132/frame 0xfffffe00003e8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003e8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100427 td 0xfffff80003b22000
sched_switch() at sched_switch+1162/frame 0xfffffe00003ed900
mi_switch() at mi_switch+359/frame 0xfffffe00003ed930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003ed970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003ed9a0
_sleep() at _sleep+824/frame 0xfffffe00003eda40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003eda70
fork_exit() at fork_exit+132/frame 0xfffffe00003edab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003edab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100428 td 0xfffff80003b21500
sched_switch() at sched_switch+1162/frame 0xfffffe00003f2900
mi_switch() at mi_switch+359/frame 0xfffffe00003f2930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003f2970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003f29a0
_sleep() at _sleep+824/frame 0xfffffe00003f2a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003f2a70
fork_exit() at fork_exit+132/frame 0xfffffe00003f2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003f2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100429 td 0xfffff80003b21000
sched_switch() at sched_switch+1162/frame 0xfffffe00003f7900
mi_switch() at mi_switch+359/frame 0xfffffe00003f7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003f7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003f79a0
_sleep() at _sleep+824/frame 0xfffffe00003f7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003f7a70
fork_exit() at fork_exit+132/frame 0xfffffe00003f7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003f7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100430 td 0xfffff80003b2fa00
sched_switch() at sched_switch+1162/frame 0xfffffe00003fc900
mi_switch() at mi_switch+359/frame 0xfffffe00003fc930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe00003fc970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe00003fc9a0
_sleep() at _sleep+824/frame 0xfffffe00003fca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe00003fca70
fork_exit() at fork_exit+132/frame 0xfffffe00003fcab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe00003fcab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100431 td 0xfffff80003b2f000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee04900
mi_switch() at mi_switch+359/frame 0xfffffe004ee04930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee04970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee049a0
_sleep() at _sleep+824/frame 0xfffffe004ee04a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee04a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee04ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee04ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100432 td 0xfffff80003b21a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee09900
mi_switch() at mi_switch+359/frame 0xfffffe004ee09930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee09970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee099a0
_sleep() at _sleep+824/frame 0xfffffe004ee09a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee09a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee09ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee09ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100433 td 0xfffff80003b2f500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee0e900
mi_switch() at mi_switch+359/frame 0xfffffe004ee0e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee0e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee0e9a0
_sleep() at _sleep+824/frame 0xfffffe004ee0ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee0ea70
fork_exit() at fork_exit+132/frame 0xfffffe004ee0eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee0eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100434 td 0xfffff80003b2b500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee13900
mi_switch() at mi_switch+359/frame 0xfffffe004ee13930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee13970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee139a0
_sleep() at _sleep+824/frame 0xfffffe004ee13a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee13a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee13ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee13ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100435 td 0xfffff80003b2ba00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee18900
mi_switch() at mi_switch+359/frame 0xfffffe004ee18930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee18970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee189a0
_sleep() at _sleep+824/frame 0xfffffe004ee18a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee18a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee18ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee18ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100436 td 0xfffff80003b2a500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee1d900
mi_switch() at mi_switch+359/frame 0xfffffe004ee1d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee1d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee1d9a0
_sleep() at _sleep+824/frame 0xfffffe004ee1da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee1da70
fork_exit() at fork_exit+132/frame 0xfffffe004ee1dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee1dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100437 td 0xfffff80003b2aa00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee22900
mi_switch() at mi_switch+359/frame 0xfffffe004ee22930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee22970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee229a0
_sleep() at _sleep+824/frame 0xfffffe004ee22a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee22a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee22ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee22ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100438 td 0xfffff80003b2b000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee27900
mi_switch() at mi_switch+359/frame 0xfffffe004ee27930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee27970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee279a0
_sleep() at _sleep+824/frame 0xfffffe004ee27a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee27a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee27ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee27ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100439 td 0xfffff80003b2a000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee2c900
mi_switch() at mi_switch+359/frame 0xfffffe004ee2c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee2c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee2c9a0
_sleep() at _sleep+824/frame 0xfffffe004ee2ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee2ca70
fork_exit() at fork_exit+132/frame 0xfffffe004ee2cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee2cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100440 td 0xfffff80003b3ba00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee31900
mi_switch() at mi_switch+359/frame 0xfffffe004ee31930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee31970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee319a0
_sleep() at _sleep+824/frame 0xfffffe004ee31a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee31a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee31ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee31ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100441 td 0xfffff80003b3b000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee36900
mi_switch() at mi_switch+359/frame 0xfffffe004ee36930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee36970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee369a0
_sleep() at _sleep+824/frame 0xfffffe004ee36a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee36a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee36ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee36ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100442 td 0xfffff80003b3aa00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee3b900
mi_switch() at mi_switch+359/frame 0xfffffe004ee3b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee3b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee3b9a0
_sleep() at _sleep+824/frame 0xfffffe004ee3ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee3ba70
fork_exit() at fork_exit+132/frame 0xfffffe004ee3bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee3bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100443 td 0xfffff80003b3a500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee40900
mi_switch() at mi_switch+359/frame 0xfffffe004ee40930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee40970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee409a0
_sleep() at _sleep+824/frame 0xfffffe004ee40a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee40a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee40ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee40ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100444 td 0xfffff80003b39a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee45900
mi_switch() at mi_switch+359/frame 0xfffffe004ee45930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee45970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee459a0
_sleep() at _sleep+824/frame 0xfffffe004ee45a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee45a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee45ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee45ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100445 td 0xfffff80003b39500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee4a900
mi_switch() at mi_switch+359/frame 0xfffffe004ee4a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee4a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee4a9a0
_sleep() at _sleep+824/frame 0xfffffe004ee4aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee4aa70
fork_exit() at fork_exit+132/frame 0xfffffe004ee4aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee4aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100446 td 0xfffff80003b39000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee4f900
mi_switch() at mi_switch+359/frame 0xfffffe004ee4f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee4f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee4f9a0
_sleep() at _sleep+824/frame 0xfffffe004ee4fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee4fa70
fork_exit() at fork_exit+132/frame 0xfffffe004ee4fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee4fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100447 td 0xfffff80003b43500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee54900
mi_switch() at mi_switch+359/frame 0xfffffe004ee54930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee54970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee549a0
_sleep() at _sleep+824/frame 0xfffffe004ee54a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee54a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee54ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee54ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100448 td 0xfffff80003b3b500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee59900
mi_switch() at mi_switch+359/frame 0xfffffe004ee59930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee59970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee599a0
_sleep() at _sleep+824/frame 0xfffffe004ee59a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee59a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee59ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee59ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100449 td 0xfffff80003b3a000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee5e900
mi_switch() at mi_switch+359/frame 0xfffffe004ee5e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee5e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee5e9a0
_sleep() at _sleep+824/frame 0xfffffe004ee5ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee5ea70
fork_exit() at fork_exit+132/frame 0xfffffe004ee5eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee5eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100450 td 0xfffff80003b43a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee63900
mi_switch() at mi_switch+359/frame 0xfffffe004ee63930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee63970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee639a0
_sleep() at _sleep+824/frame 0xfffffe004ee63a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee63a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee63ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee63ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100451 td 0xfffff80003b42a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee68900
mi_switch() at mi_switch+359/frame 0xfffffe004ee68930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee68970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee689a0
_sleep() at _sleep+824/frame 0xfffffe004ee68a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee68a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee68ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee68ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100452 td 0xfffff80003b43000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee6d900
mi_switch() at mi_switch+359/frame 0xfffffe004ee6d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee6d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee6d9a0
_sleep() at _sleep+824/frame 0xfffffe004ee6da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee6da70
fork_exit() at fork_exit+132/frame 0xfffffe004ee6dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee6dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100453 td 0xfffff80003b41a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee72900
mi_switch() at mi_switch+359/frame 0xfffffe004ee72930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee72970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee729a0
_sleep() at _sleep+824/frame 0xfffffe004ee72a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee72a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee72ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee72ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100454 td 0xfffff80003b42000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee77900
mi_switch() at mi_switch+359/frame 0xfffffe004ee77930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee77970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee779a0
_sleep() at _sleep+824/frame 0xfffffe004ee77a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee77a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee77ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee77ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100455 td 0xfffff80003b46a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee7c900
mi_switch() at mi_switch+359/frame 0xfffffe004ee7c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee7c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee7c9a0
_sleep() at _sleep+824/frame 0xfffffe004ee7ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee7ca70
fork_exit() at fork_exit+132/frame 0xfffffe004ee7cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee7cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100456 td 0xfffff80003b41500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee81900
mi_switch() at mi_switch+359/frame 0xfffffe004ee81930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee81970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee819a0
_sleep() at _sleep+824/frame 0xfffffe004ee81a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee81a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee81ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee81ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100457 td 0xfffff80003b46000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee86900
mi_switch() at mi_switch+359/frame 0xfffffe004ee86930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee86970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee869a0
_sleep() at _sleep+824/frame 0xfffffe004ee86a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee86a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee86ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee86ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100458 td 0xfffff80003b46500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee8b900
mi_switch() at mi_switch+359/frame 0xfffffe004ee8b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee8b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee8b9a0
_sleep() at _sleep+824/frame 0xfffffe004ee8ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee8ba70
fork_exit() at fork_exit+132/frame 0xfffffe004ee8bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee8bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100459 td 0xfffff80003b42500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee90900
mi_switch() at mi_switch+359/frame 0xfffffe004ee90930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee90970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee909a0
_sleep() at _sleep+824/frame 0xfffffe004ee90a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee90a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee90ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee90ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100460 td 0xfffff80003b45500
sched_switch() at sched_switch+1162/frame 0xfffffe004ee95900
mi_switch() at mi_switch+359/frame 0xfffffe004ee95930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee95970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee959a0
_sleep() at _sleep+824/frame 0xfffffe004ee95a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee95a70
fork_exit() at fork_exit+132/frame 0xfffffe004ee95ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee95ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100461 td 0xfffff80003b45a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ee9a900
mi_switch() at mi_switch+359/frame 0xfffffe004ee9a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee9a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee9a9a0
_sleep() at _sleep+824/frame 0xfffffe004ee9aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee9aa70
fork_exit() at fork_exit+132/frame 0xfffffe004ee9aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee9aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100462 td 0xfffff80003b41000
sched_switch() at sched_switch+1162/frame 0xfffffe004ee9f900
mi_switch() at mi_switch+359/frame 0xfffffe004ee9f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ee9f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ee9f9a0
_sleep() at _sleep+824/frame 0xfffffe004ee9fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ee9fa70
fork_exit() at fork_exit+132/frame 0xfffffe004ee9fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ee9fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100463 td 0xfffff80003b4b500
sched_switch() at sched_switch+1162/frame 0xfffffe004eea4900
mi_switch() at mi_switch+359/frame 0xfffffe004eea4930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eea4970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eea49a0
_sleep() at _sleep+824/frame 0xfffffe004eea4a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eea4a70
fork_exit() at fork_exit+132/frame 0xfffffe004eea4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eea4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100464 td 0xfffff80003b44a00
sched_switch() at sched_switch+1162/frame 0xfffffe004eea9900
mi_switch() at mi_switch+359/frame 0xfffffe004eea9930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eea9970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eea99a0
_sleep() at _sleep+824/frame 0xfffffe004eea9a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eea9a70
fork_exit() at fork_exit+132/frame 0xfffffe004eea9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eea9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100465 td 0xfffff80003b4a000
sched_switch() at sched_switch+1162/frame 0xfffffe004eeae900
mi_switch() at mi_switch+359/frame 0xfffffe004eeae930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eeae970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eeae9a0
_sleep() at _sleep+824/frame 0xfffffe004eeaea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eeaea70
fork_exit() at fork_exit+132/frame 0xfffffe004eeaeab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eeaeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100466 td 0xfffff80003b44000
sched_switch() at sched_switch+1162/frame 0xfffffe004eeb3900
mi_switch() at mi_switch+359/frame 0xfffffe004eeb3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eeb3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eeb39a0
_sleep() at _sleep+824/frame 0xfffffe004eeb3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eeb3a70
fork_exit() at fork_exit+132/frame 0xfffffe004eeb3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eeb3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100467 td 0xfffff80003b45000
sched_switch() at sched_switch+1162/frame 0xfffffe004eeb8900
mi_switch() at mi_switch+359/frame 0xfffffe004eeb8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eeb8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eeb89a0
_sleep() at _sleep+824/frame 0xfffffe004eeb8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eeb8a70
fork_exit() at fork_exit+132/frame 0xfffffe004eeb8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eeb8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100468 td 0xfffff80003b4aa00
sched_switch() at sched_switch+1162/frame 0xfffffe004eebd900
mi_switch() at mi_switch+359/frame 0xfffffe004eebd930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eebd970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eebd9a0
_sleep() at _sleep+824/frame 0xfffffe004eebda40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eebda70
fork_exit() at fork_exit+132/frame 0xfffffe004eebdab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eebdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100469 td 0xfffff80003b4ba00
sched_switch() at sched_switch+1162/frame 0xfffffe004eec2900
mi_switch() at mi_switch+359/frame 0xfffffe004eec2930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eec2970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eec29a0
_sleep() at _sleep+824/frame 0xfffffe004eec2a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eec2a70
fork_exit() at fork_exit+132/frame 0xfffffe004eec2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eec2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100470 td 0xfffff80003b49500
sched_switch() at sched_switch+1162/frame 0xfffffe004eec7900
mi_switch() at mi_switch+359/frame 0xfffffe004eec7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eec7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eec79a0
_sleep() at _sleep+824/frame 0xfffffe004eec7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eec7a70
fork_exit() at fork_exit+132/frame 0xfffffe004eec7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eec7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100471 td 0xfffff80003b4a500
sched_switch() at sched_switch+1162/frame 0xfffffe004eecc900
mi_switch() at mi_switch+359/frame 0xfffffe004eecc930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eecc970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eecc9a0
_sleep() at _sleep+824/frame 0xfffffe004eecca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eecca70
fork_exit() at fork_exit+132/frame 0xfffffe004eeccab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eeccab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100472 td 0xfffff80003b44500
sched_switch() at sched_switch+1162/frame 0xfffffe004eed1900
mi_switch() at mi_switch+359/frame 0xfffffe004eed1930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eed1970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eed19a0
_sleep() at _sleep+824/frame 0xfffffe004eed1a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eed1a70
fork_exit() at fork_exit+132/frame 0xfffffe004eed1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eed1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100473 td 0xfffff80003b4b000
sched_switch() at sched_switch+1162/frame 0xfffffe004eed6900
mi_switch() at mi_switch+359/frame 0xfffffe004eed6930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eed6970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eed69a0
_sleep() at _sleep+824/frame 0xfffffe004eed6a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eed6a70
fork_exit() at fork_exit+132/frame 0xfffffe004eed6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eed6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100474 td 0xfffff80003b49a00
sched_switch() at sched_switch+1162/frame 0xfffffe004eedb900
mi_switch() at mi_switch+359/frame 0xfffffe004eedb930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eedb970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eedb9a0
_sleep() at _sleep+824/frame 0xfffffe004eedba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eedba70
fork_exit() at fork_exit+132/frame 0xfffffe004eedbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eedbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100475 td 0xfffff80003b52a00
sched_switch() at sched_switch+1162/frame 0xfffffe004eee0900
mi_switch() at mi_switch+359/frame 0xfffffe004eee0930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eee0970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eee09a0
_sleep() at _sleep+824/frame 0xfffffe004eee0a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eee0a70
fork_exit() at fork_exit+132/frame 0xfffffe004eee0ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eee0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100476 td 0xfffff80003b51500
sched_switch() at sched_switch+1162/frame 0xfffffe004eee5900
mi_switch() at mi_switch+359/frame 0xfffffe004eee5930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eee5970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eee59a0
_sleep() at _sleep+824/frame 0xfffffe004eee5a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eee5a70
fork_exit() at fork_exit+132/frame 0xfffffe004eee5ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eee5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100477 td 0xfffff80003b52000
sched_switch() at sched_switch+1162/frame 0xfffffe004eeea900
mi_switch() at mi_switch+359/frame 0xfffffe004eeea930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eeea970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eeea9a0
_sleep() at _sleep+824/frame 0xfffffe004eeeaa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eeeaa70
fork_exit() at fork_exit+132/frame 0xfffffe004eeeaab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eeeaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100478 td 0xfffff80003b50000
sched_switch() at sched_switch+1162/frame 0xfffffe004eeef900
mi_switch() at mi_switch+359/frame 0xfffffe004eeef930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eeef970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eeef9a0
_sleep() at _sleep+824/frame 0xfffffe004eeefa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eeefa70
fork_exit() at fork_exit+132/frame 0xfffffe004eeefab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eeefab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100479 td 0xfffff80003b50a00
sched_switch() at sched_switch+1162/frame 0xfffffe004eef4900
mi_switch() at mi_switch+359/frame 0xfffffe004eef4930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eef4970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eef49a0
_sleep() at _sleep+824/frame 0xfffffe004eef4a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eef4a70
fork_exit() at fork_exit+132/frame 0xfffffe004eef4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eef4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100480 td 0xfffff80003b49000
sched_switch() at sched_switch+1162/frame 0xfffffe004eef9900
mi_switch() at mi_switch+359/frame 0xfffffe004eef9930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eef9970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eef99a0
_sleep() at _sleep+824/frame 0xfffffe004eef9a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eef9a70
fork_exit() at fork_exit+132/frame 0xfffffe004eef9ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eef9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100481 td 0xfffff80003b59500
sched_switch() at sched_switch+1162/frame 0xfffffe004eefe900
mi_switch() at mi_switch+359/frame 0xfffffe004eefe930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eefe970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eefe9a0
_sleep() at _sleep+824/frame 0xfffffe004eefea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eefea70
fork_exit() at fork_exit+132/frame 0xfffffe004eefeab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eefeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100482 td 0xfffff80003b51a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef03900
mi_switch() at mi_switch+359/frame 0xfffffe004ef03930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef03970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef039a0
_sleep() at _sleep+824/frame 0xfffffe004ef03a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef03a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef03ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef03ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100483 td 0xfffff80003b52500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef08900
mi_switch() at mi_switch+359/frame 0xfffffe004ef08930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef08970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef089a0
_sleep() at _sleep+824/frame 0xfffffe004ef08a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef08a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef08ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef08ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100484 td 0xfffff80003b50500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef0d900
mi_switch() at mi_switch+359/frame 0xfffffe004ef0d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef0d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef0d9a0
_sleep() at _sleep+824/frame 0xfffffe004ef0da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef0da70
fork_exit() at fork_exit+132/frame 0xfffffe004ef0dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef0dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100485 td 0xfffff80003b51000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef12900
mi_switch() at mi_switch+359/frame 0xfffffe004ef12930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef12970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef129a0
_sleep() at _sleep+824/frame 0xfffffe004ef12a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef12a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef12ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef12ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100486 td 0xfffff80003b59a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef17900
mi_switch() at mi_switch+359/frame 0xfffffe004ef17930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef17970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef179a0
_sleep() at _sleep+824/frame 0xfffffe004ef17a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef17a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef17ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef17ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100487 td 0xfffff80003b53500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef1c900
mi_switch() at mi_switch+359/frame 0xfffffe004ef1c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef1c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef1c9a0
_sleep() at _sleep+824/frame 0xfffffe004ef1ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef1ca70
fork_exit() at fork_exit+132/frame 0xfffffe004ef1cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef1cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100488 td 0xfffff80003b61000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef21900
mi_switch() at mi_switch+359/frame 0xfffffe004ef21930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef21970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef219a0
_sleep() at _sleep+824/frame 0xfffffe004ef21a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef21a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef21ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef21ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100489 td 0xfffff80003b54a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef26900
mi_switch() at mi_switch+359/frame 0xfffffe004ef26930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef26970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef269a0
_sleep() at _sleep+824/frame 0xfffffe004ef26a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef26a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef26ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef26ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100490 td 0xfffff80003b59000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef2b900
mi_switch() at mi_switch+359/frame 0xfffffe004ef2b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef2b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef2b9a0
_sleep() at _sleep+824/frame 0xfffffe004ef2ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef2ba70
fork_exit() at fork_exit+132/frame 0xfffffe004ef2bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef2bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100491 td 0xfffff80003b54000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef30900
mi_switch() at mi_switch+359/frame 0xfffffe004ef30930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef30970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef309a0
_sleep() at _sleep+824/frame 0xfffffe004ef30a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef30a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef30ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef30ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100492 td 0xfffff80003b53a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef35900
mi_switch() at mi_switch+359/frame 0xfffffe004ef35930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef35970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef359a0
_sleep() at _sleep+824/frame 0xfffffe004ef35a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef35a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef35ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef35ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100493 td 0xfffff80003b61a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef3a900
mi_switch() at mi_switch+359/frame 0xfffffe004ef3a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef3a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef3a9a0
_sleep() at _sleep+824/frame 0xfffffe004ef3aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef3aa70
fork_exit() at fork_exit+132/frame 0xfffffe004ef3aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef3aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100494 td 0xfffff80003b61500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef3f900
mi_switch() at mi_switch+359/frame 0xfffffe004ef3f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef3f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef3f9a0
_sleep() at _sleep+824/frame 0xfffffe004ef3fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef3fa70
fork_exit() at fork_exit+132/frame 0xfffffe004ef3fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef3fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100495 td 0xfffff80003b5d500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef44900
mi_switch() at mi_switch+359/frame 0xfffffe004ef44930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef44970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef449a0
_sleep() at _sleep+824/frame 0xfffffe004ef44a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef44a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef44ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef44ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100496 td 0xfffff80003b54500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef49900
mi_switch() at mi_switch+359/frame 0xfffffe004ef49930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef49970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef499a0
_sleep() at _sleep+824/frame 0xfffffe004ef49a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef49a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef49ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef49ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100497 td 0xfffff80003b53000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef4e900
mi_switch() at mi_switch+359/frame 0xfffffe004ef4e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef4e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef4e9a0
_sleep() at _sleep+824/frame 0xfffffe004ef4ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef4ea70
fork_exit() at fork_exit+132/frame 0xfffffe004ef4eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef4eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100498 td 0xfffff80003b5da00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef53900
mi_switch() at mi_switch+359/frame 0xfffffe004ef53930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef53970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef539a0
_sleep() at _sleep+824/frame 0xfffffe004ef53a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef53a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef53ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef53ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100499 td 0xfffff80003b5ca00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef58900
mi_switch() at mi_switch+359/frame 0xfffffe004ef58930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef58970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef589a0
_sleep() at _sleep+824/frame 0xfffffe004ef58a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef58a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef58ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef58ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100500 td 0xfffff80003b66500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef5d900
mi_switch() at mi_switch+359/frame 0xfffffe004ef5d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef5d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef5d9a0
_sleep() at _sleep+824/frame 0xfffffe004ef5da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef5da70
fork_exit() at fork_exit+132/frame 0xfffffe004ef5dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef5dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100501 td 0xfffff80003b5c000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef62900
mi_switch() at mi_switch+359/frame 0xfffffe004ef62930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef62970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef629a0
_sleep() at _sleep+824/frame 0xfffffe004ef62a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef62a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef62ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef62ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100502 td 0xfffff80003b65000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef67900
mi_switch() at mi_switch+359/frame 0xfffffe004ef67930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef67970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef679a0
_sleep() at _sleep+824/frame 0xfffffe004ef67a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef67a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef67ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef67ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100503 td 0xfffff80003b65a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef6c900
mi_switch() at mi_switch+359/frame 0xfffffe004ef6c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef6c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef6c9a0
_sleep() at _sleep+824/frame 0xfffffe004ef6ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef6ca70
fork_exit() at fork_exit+132/frame 0xfffffe004ef6cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef6cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100504 td 0xfffff80003b5d000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef71900
mi_switch() at mi_switch+359/frame 0xfffffe004ef71930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef71970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef719a0
_sleep() at _sleep+824/frame 0xfffffe004ef71a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef71a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef71ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef71ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100505 td 0xfffff80003b64500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef76900
mi_switch() at mi_switch+359/frame 0xfffffe004ef76930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef76970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef769a0
_sleep() at _sleep+824/frame 0xfffffe004ef76a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef76a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef76ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef76ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100506 td 0xfffff80003b66a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef7b900
mi_switch() at mi_switch+359/frame 0xfffffe004ef7b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef7b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef7b9a0
_sleep() at _sleep+824/frame 0xfffffe004ef7ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef7ba70
fork_exit() at fork_exit+132/frame 0xfffffe004ef7bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef7bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100507 td 0xfffff80003b5c500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef80900
mi_switch() at mi_switch+359/frame 0xfffffe004ef80930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef80970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef809a0
_sleep() at _sleep+824/frame 0xfffffe004ef80a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef80a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef80ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef80ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100508 td 0xfffff80003b65500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef85900
mi_switch() at mi_switch+359/frame 0xfffffe004ef85930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef85970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef859a0
_sleep() at _sleep+824/frame 0xfffffe004ef85a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef85a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef85ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef85ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100509 td 0xfffff80003b66000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef8a900
mi_switch() at mi_switch+359/frame 0xfffffe004ef8a930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef8a970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef8a9a0
_sleep() at _sleep+824/frame 0xfffffe004ef8aa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef8aa70
fork_exit() at fork_exit+132/frame 0xfffffe004ef8aab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef8aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100510 td 0xfffff80003b64a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef8f900
mi_switch() at mi_switch+359/frame 0xfffffe004ef8f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef8f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef8f9a0
_sleep() at _sleep+824/frame 0xfffffe004ef8fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef8fa70
fork_exit() at fork_exit+132/frame 0xfffffe004ef8fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef8fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100511 td 0xfffff80003b68500
sched_switch() at sched_switch+1162/frame 0xfffffe004ef94900
mi_switch() at mi_switch+359/frame 0xfffffe004ef94930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef94970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef949a0
_sleep() at _sleep+824/frame 0xfffffe004ef94a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef94a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef94ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef94ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100512 td 0xfffff80003b69a00
sched_switch() at sched_switch+1162/frame 0xfffffe004ef99900
mi_switch() at mi_switch+359/frame 0xfffffe004ef99930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef99970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef999a0
_sleep() at _sleep+824/frame 0xfffffe004ef99a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef99a70
fork_exit() at fork_exit+132/frame 0xfffffe004ef99ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef99ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100513 td 0xfffff80003b67000
sched_switch() at sched_switch+1162/frame 0xfffffe004ef9e900
mi_switch() at mi_switch+359/frame 0xfffffe004ef9e930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004ef9e970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004ef9e9a0
_sleep() at _sleep+824/frame 0xfffffe004ef9ea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004ef9ea70
fork_exit() at fork_exit+132/frame 0xfffffe004ef9eab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004ef9eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100514 td 0xfffff80003b69000
sched_switch() at sched_switch+1162/frame 0xfffffe004efa3900
mi_switch() at mi_switch+359/frame 0xfffffe004efa3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efa3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efa39a0
_sleep() at _sleep+824/frame 0xfffffe004efa3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efa3a70
fork_exit() at fork_exit+132/frame 0xfffffe004efa3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efa3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100515 td 0xfffff80003b64000
sched_switch() at sched_switch+1162/frame 0xfffffe004efa8900
mi_switch() at mi_switch+359/frame 0xfffffe004efa8930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efa8970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efa89a0
_sleep() at _sleep+824/frame 0xfffffe004efa8a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efa8a70
fork_exit() at fork_exit+132/frame 0xfffffe004efa8ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efa8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100516 td 0xfffff80003b67a00
sched_switch() at sched_switch+1162/frame 0xfffffe004efad900
mi_switch() at mi_switch+359/frame 0xfffffe004efad930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efad970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efad9a0
_sleep() at _sleep+824/frame 0xfffffe004efada40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efada70
fork_exit() at fork_exit+132/frame 0xfffffe004efadab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efadab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100517 td 0xfffff80003b68a00
sched_switch() at sched_switch+1162/frame 0xfffffe004efb2900
mi_switch() at mi_switch+359/frame 0xfffffe004efb2930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efb2970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efb29a0
_sleep() at _sleep+824/frame 0xfffffe004efb2a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efb2a70
fork_exit() at fork_exit+132/frame 0xfffffe004efb2ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efb2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100518 td 0xfffff80003b6e500
sched_switch() at sched_switch+1162/frame 0xfffffe004efb7900
mi_switch() at mi_switch+359/frame 0xfffffe004efb7930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efb7970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efb79a0
_sleep() at _sleep+824/frame 0xfffffe004efb7a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efb7a70
fork_exit() at fork_exit+132/frame 0xfffffe004efb7ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efb7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100519 td 0xfffff80003b67500
sched_switch() at sched_switch+1162/frame 0xfffffe004efbc900
mi_switch() at mi_switch+359/frame 0xfffffe004efbc930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efbc970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efbc9a0
_sleep() at _sleep+824/frame 0xfffffe004efbca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efbca70
fork_exit() at fork_exit+132/frame 0xfffffe004efbcab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efbcab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100520 td 0xfffff80003b69500
sched_switch() at sched_switch+1162/frame 0xfffffe004efc1900
mi_switch() at mi_switch+359/frame 0xfffffe004efc1930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efc1970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efc19a0
_sleep() at _sleep+824/frame 0xfffffe004efc1a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efc1a70
fork_exit() at fork_exit+132/frame 0xfffffe004efc1ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efc1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100521 td 0xfffff80003b68000
sched_switch() at sched_switch+1162/frame 0xfffffe004efc6900
mi_switch() at mi_switch+359/frame 0xfffffe004efc6930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efc6970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efc69a0
_sleep() at _sleep+824/frame 0xfffffe004efc6a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efc6a70
fork_exit() at fork_exit+132/frame 0xfffffe004efc6ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efc6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100522 td 0xfffff80003b6ea00
sched_switch() at sched_switch+1162/frame 0xfffffe004efcb900
mi_switch() at mi_switch+359/frame 0xfffffe004efcb930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efcb970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efcb9a0
_sleep() at _sleep+824/frame 0xfffffe004efcba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efcba70
fork_exit() at fork_exit+132/frame 0xfffffe004efcbab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efcbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100523 td 0xfffff80003b6da00
sched_switch() at sched_switch+1162/frame 0xfffffe004efd0900
mi_switch() at mi_switch+359/frame 0xfffffe004efd0930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efd0970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efd09a0
_sleep() at _sleep+824/frame 0xfffffe004efd0a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efd0a70
fork_exit() at fork_exit+132/frame 0xfffffe004efd0ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efd0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100524 td 0xfffff80003b6c500
sched_switch() at sched_switch+1162/frame 0xfffffe004efd5900
mi_switch() at mi_switch+359/frame 0xfffffe004efd5930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efd5970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efd59a0
_sleep() at _sleep+824/frame 0xfffffe004efd5a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efd5a70
fork_exit() at fork_exit+132/frame 0xfffffe004efd5ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efd5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100525 td 0xfffff80003b6d000
sched_switch() at sched_switch+1162/frame 0xfffffe004efda900
mi_switch() at mi_switch+359/frame 0xfffffe004efda930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efda970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efda9a0
_sleep() at _sleep+824/frame 0xfffffe004efdaa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efdaa70
fork_exit() at fork_exit+132/frame 0xfffffe004efdaab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efdaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100526 td 0xfffff80003b75000
sched_switch() at sched_switch+1162/frame 0xfffffe004efdf900
mi_switch() at mi_switch+359/frame 0xfffffe004efdf930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efdf970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efdf9a0
_sleep() at _sleep+824/frame 0xfffffe004efdfa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efdfa70
fork_exit() at fork_exit+132/frame 0xfffffe004efdfab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efdfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100527 td 0xfffff80003b75a00
sched_switch() at sched_switch+1162/frame 0xfffffe004efe4900
mi_switch() at mi_switch+359/frame 0xfffffe004efe4930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efe4970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efe49a0
_sleep() at _sleep+824/frame 0xfffffe004efe4a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efe4a70
fork_exit() at fork_exit+132/frame 0xfffffe004efe4ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efe4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100529 td 0xfffff80003b74500
sched_switch() at sched_switch+1162/frame 0xfffffe004efee900
mi_switch() at mi_switch+359/frame 0xfffffe004efee930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004efee970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004efee9a0
_sleep() at _sleep+824/frame 0xfffffe004efeea40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004efeea70
fork_exit() at fork_exit+132/frame 0xfffffe004efeeab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004efeeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100530 td 0xfffff80003b6ca00
sched_switch() at sched_switch+1162/frame 0xfffffe004eff3900
mi_switch() at mi_switch+359/frame 0xfffffe004eff3930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004eff3970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004eff39a0
_sleep() at _sleep+824/frame 0xfffffe004eff3a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004eff3a70
fork_exit() at fork_exit+132/frame 0xfffffe004eff3ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004eff3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100542 td 0xfffff80003ed1500
sched_switch() at sched_switch+1162/frame 0xfffffe004f017900
mi_switch() at mi_switch+359/frame 0xfffffe004f017930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f017970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0179a0
_sleep() at _sleep+824/frame 0xfffffe004f017a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f017a70
fork_exit() at fork_exit+132/frame 0xfffffe004f017ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f017ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100555 td 0xfffff800061ce000
sched_switch() at sched_switch+1162/frame 0xfffffe004f03f900
mi_switch() at mi_switch+359/frame 0xfffffe004f03f930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f03f970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f03f9a0
_sleep() at _sleep+824/frame 0xfffffe004f03fa40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f03fa70
fork_exit() at fork_exit+132/frame 0xfffffe004f03fab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f03fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100556 td 0xfffff800061eca00
sched_switch() at sched_switch+1162/frame 0xfffffe004f058900
mi_switch() at mi_switch+359/frame 0xfffffe004f058930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f058970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0589a0
_sleep() at _sleep+824/frame 0xfffffe004f058a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f058a70
fork_exit() at fork_exit+132/frame 0xfffffe004f058ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f058ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100557 td 0xfffff800061ec500
sched_switch() at sched_switch+1162/frame 0xfffffe004f05d900
mi_switch() at mi_switch+359/frame 0xfffffe004f05d930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f05d970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f05d9a0
_sleep() at _sleep+824/frame 0xfffffe004f05da40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f05da70
fork_exit() at fork_exit+132/frame 0xfffffe004f05dab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f05dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100558 td 0xfffff800061ec000
sched_switch() at sched_switch+1162/frame 0xfffffe004f062900
mi_switch() at mi_switch+359/frame 0xfffffe004f062930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f062970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0629a0
_sleep() at _sleep+824/frame 0xfffffe004f062a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f062a70
fork_exit() at fork_exit+132/frame 0xfffffe004f062ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f062ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100559 td 0xfffff800061eba00
sched_switch() at sched_switch+1162/frame 0xfffffe004f067900
mi_switch() at mi_switch+359/frame 0xfffffe004f067930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f067970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0679a0
_sleep() at _sleep+824/frame 0xfffffe004f067a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f067a70
fork_exit() at fork_exit+132/frame 0xfffffe004f067ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f067ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100560 td 0xfffff800061eb500
sched_switch() at sched_switch+1162/frame 0xfffffe004f06c900
mi_switch() at mi_switch+359/frame 0xfffffe004f06c930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f06c970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f06c9a0
_sleep() at _sleep+824/frame 0xfffffe004f06ca40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f06ca70
fork_exit() at fork_exit+132/frame 0xfffffe004f06cab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f06cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100561 td 0xfffff800061eb000
sched_switch() at sched_switch+1162/frame 0xfffffe004f071900
mi_switch() at mi_switch+359/frame 0xfffffe004f071930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f071970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0719a0
_sleep() at _sleep+824/frame 0xfffffe004f071a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f071a70
fork_exit() at fork_exit+132/frame 0xfffffe004f071ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f071ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100562 td 0xfffff800061eaa00
sched_switch() at sched_switch+1162/frame 0xfffffe004f076900
mi_switch() at mi_switch+359/frame 0xfffffe004f076930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f076970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0769a0
_sleep() at _sleep+824/frame 0xfffffe004f076a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f076a70
fork_exit() at fork_exit+132/frame 0xfffffe004f076ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f076ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100563 td 0xfffff800061ea500
sched_switch() at sched_switch+1162/frame 0xfffffe004f07b900
mi_switch() at mi_switch+359/frame 0xfffffe004f07b930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f07b970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f07b9a0
_sleep() at _sleep+824/frame 0xfffffe004f07ba40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f07ba70
fork_exit() at fork_exit+132/frame 0xfffffe004f07bab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f07bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
Tracing command kernel pid 0 tid 100564 td 0xfffff800061ea000
sched_switch() at sched_switch+1162/frame 0xfffffe004f080900
mi_switch() at mi_switch+359/frame 0xfffffe004f080930
sleepq_switch() at sleepq_switch+231/frame 0xfffffe004f080970
sleepq_wait() at sleepq_wait+67/frame 0xfffffe004f0809a0
_sleep() at _sleep+824/frame 0xfffffe004f080a40
taskqueue_thread_loop() at taskqueue_thread_loop+225/frame 0xfffffe004f080a70
fork_exit() at fork_exit+132/frame 0xfffffe004f080ab0
fork_trampoline() at fork_trampoline+14/frame 0xfffffe004f080ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
db>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment