Project

General

Profile

Actions

Bug #9663

closed

panic on boot when IPv6 option "Do not wait for a RA" is enabled

Added by Michael Geiger almost 5 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Interfaces
Target version:
-
Start date:
08/03/2019
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4-p3
Affected Architecture:

Description

When pfsense reboots, it hangs in a boot loop because of a kernel panic.
It is reproducable that it occurs when the option "Do not wait for a RA" in DHCPv6 WAN configuration is enabled. It does not occur, when this option is disabled.

Can be avoided when WAN port is plugged off and plugged in after boot.

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address    = 0x2b
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80f09e5b
stack pointer            = 0x28:0xfffffe011ffd45c0
frame pointer            = 0x28:0xfffffe011ffd4600
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 29986 (ifconfig)
[ thread pid 29986 tid 100443 ]
Stopped at      mld_change_state+0x1b:  movq    0x20(%rax),%rbx
db:0:kdb.enter.default> textdump set
textdump set
db:0:kdb.enter.default>  capture on
db:0:kdb.enter.default>  run lockinfo
db:1:lockinfo> show locks
No such command; use "help" to list available commands
db:1:lockinfo>  show alllocks
No such command; use "help" to list available commands
db:1:lockinfo>  show lockedvnods
Locked vnodes
db:0:kdb.enter.default>  show pcpu
cpuid        = 0
dynamic pcpu = 0xc26380
curthread    = 0xfffff80008f5a00Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address    = 0x2b
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80f09e5b
stack pointer            = 0x28:0xfffffe011ffd45c0
frame pointer            = 0x28:0xfffffe011ffd4600
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 29986 (ifconfig)
[ thread pid 29986 tid 100443 ]
Stopped at      mld_change_state+0x1b:  movq    0x20(%rax),%rbx
db:0:kdb.enter.default> textdump set
textdump set
db:0:kdb.enter.default>  capture on
db:0:kdb.enter.default>  run lockinfo
db:1:lockinfo> show locks
No such command; use "help" to list available commands
db:1:lockinfo>  show alllocks
No such command; use "help" to list available commands
db:1:lockinfo>  show lockedvnods
Locked vnodes
db:0:kdb.enter.default>  show pcpu
cpuid        = 0
dynamic pcpu = 0xc26380
curthread    = 0xfffff80008f5a000: pid 29986 "ifconfig" 
curpcb       = 0xfffffe011ffd4b80
fpcurthread  = 0xfffff80008f5a000: pid 29986 "ifconfig" 
idlethread   = 0xfffff80004970000: tid 100003 "idle: cpu0" 
curpmap      = 0xfffff800677b7138
tssp         = 0xffffffff82bb6810
commontssp   = 0xffffffff82bb6810
rsp0         = 0xfffffe011ffd4b80
gs32p        = 0xffffffff82bbd068
ldt          = 0xffffffff82bbd0a8
tss          = 0xffffffff82bbd098
db:0:kdb.enter.default>  bt
Tracing pid 29986 tid 100443 td 0xfffff80008f5a000
mld_change_state() at mld_change_state+0x1b/frame 0xfffffe011ffd4600
in6_mc_leave() at in6_mc_leave+0x7a/frame 0xfffffe011ffd4640
in6_leavegroup() at in6_leavegroup+0x18/frame 0xfffffe011ffd4660
in6_purgeaddr() at in6_purgeaddr+0x5b/frame 0xfffffe011ffd4680
in6_control() at in6_control+0x5f2/frame 0xfffffe011ffd4770
ifioctl() at ifioctl+0x8ce/frame 0xfffffe011ffd4840
kern_ioctl() at kern_ioctl+0x26d/frame 0xfffffe011ffd48b0
sys_ioctl() at sys_ioctl+0x16c/frame 0xfffffe011ffd4980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffd4ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffd4ab0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x800dc7dca, rsp = 0x7fffffffe438, rbp = 0x7fffffffe480 ---
db:0:kdb.enter.default>  ps0: pid 29986 "ifconfig" 
curpcb       = 0xfffffe011ffd4b8Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address    = 0x2b
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80f09e5b
stack pointer            = 0x28:0xfffffe011ffd45c0
frame pointer            = 0x28:0xfffffe011ffd4600
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 29986 (ifconfig)
[ thread pid 29986 tid 100443 ]
Stopped at      mld_change_state+0x1b:  movq    0x20(%rax),%rbx
db:0:kdb.enter.default> textdump set
textdump set
db:0:kdb.enter.default>  capture on
db:0:kdb.enter.default>  run lockinfo
db:1:lockinfo> show locks
No such command; use "help" to list available commands
db:1:lockinfo>  show alllocks
No such command; use "help" to list available commands
db:1:lockinfo>  show lockedvnods
Locked vnodes
db:0:kdb.enter.default>  show pcpu
cpuid        = 0
dynamic pcpu = 0xc26380
curthread    = 0xfffff80008f5a000: pid 29986 "ifconfig" 
curpcb       = 0xfffffe011ffd4b80
fpcurthread  = 0xfffff80008f5a000: pid 29986 "ifconfig" 
idlethread   = 0xfffff80004970000: tid 100003 "idle: cpu0" 
curpmap      = 0xfffff800677b7138
tssp         = 0xffffffff82bb6810
commontssp   = 0xffffffff82bb6810
rsp0         = 0xfffffe011ffd4b80
gs32p        = 0xffffffff82bbd068
ldt          = 0xffffffff82bbd0a8
tss          = 0xffffffff82bbd098
db:0:kdb.enter.default>  bt
Tracing pid 29986 tid 100443 td 0xfffff80008f5a000
mld_change_state() at mld_change_state+0x1b/frame 0xfffffe011ffd4600
in6_mc_leave() at in6_mc_leave+0x7a/frame 0xfffffe011ffd4640
in6_leavegroup() at in6_leavegroup+0x18/frame 0xfffffe011ffd4660
in6_purgeaddr() at in6_purgeaddr+0x5b/frame 0xfffffe011ffd4680
in6_control() at in6_control+0x5f2/frame 0xfffffe011ffd4770
ifioctl() at ifioctl+0x8ce/frame 0xfffffe011ffd4840
kern_ioctl() at kern_ioctl+0x26d/frame 0xfffffe011ffd48b0
sys_ioctl() at sys_ioctl+0x16c/frame 0xfffffe011ffd4980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffd4ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffd4ab0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x800dc7dca, rsp = 0x7fffffffe438, rbp = 0x7fffffffe480 ---
db:0:kdb.enter.default>  ps0
fpcurthread  = 0xfffff80008f5a00Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address    = 0x2b
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80f09e5b
stack pointer            = 0x28:0xfffffe011ffd45c0
frame pointer            = 0x28:0xfffffe011ffd4600
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 29986 (ifconfig)
[ thread pid 29986 tid 100443 ]
Stopped at      mld_change_state+0x1b:  movq    0x20(%rax),%rbx
db:0:kdb.enter.default> textdump set
textdump set
db:0:kdb.enter.default>  capture on
db:0:kdb.enter.default>  run lockinfo
db:1:lockinfo> show locks
No such command; use "help" to list available commands
db:1:lockinfo>  show alllocks
No such command; use "help" to list available commands
db:1:lockinfo>  show lockedvnods
Locked vnodes
db:0:kdb.enter.default>  show pcpu
cpuid        = 0
dynamic pcpu = 0xc26380
curthread    = 0xfffff80008f5a000: pid 29986 "ifconfig" 
curpcb       = 0xfffffe011ffd4b80
fpcurthread  = 0xfffff80008f5a000: pid 29986 "ifconfig" 
idlethread   = 0xfffff80004970000: tid 100003 "idle: cpu0" 
curpmap      = 0xfffff800677b7138
tssp         = 0xffffffff82bb6810
commontssp   = 0xffffffff82bb6810
rsp0         = 0xfffffe011ffd4b80
gs32p        = 0xffffffff82bbd068
ldt          = 0xffffffff82bbd0a8
tss          = 0xffffffff82bbd098
db:0:kdb.enter.default>  bt
Tracing pid 29986 tid 100443 td 0xfffff80008f5a000
mld_change_state() at mld_change_state+0x1b/frame 0xfffffe011ffd4600
in6_mc_leave() at in6_mc_leave+0x7a/frame 0xfffffe011ffd4640
in6_leavegroup() at in6_leavegroup+0x18/frame 0xfffffe011ffd4660
in6_purgeaddr() at in6_purgeaddr+0x5b/frame 0xfffffe011ffd4680
in6_control() at in6_control+0x5f2/frame 0xfffffe011ffd4770
ifioctl() at ifioctl+0x8ce/frame 0xfffffe011ffd4840
kern_ioctl() at kern_ioctl+0x26d/frame 0xfffffe011ffd48b0
sys_ioctl() at sys_ioctl+0x16c/frame 0xfffffe011ffd4980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffd4ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffd4ab0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x800dc7dca, rsp = 0x7fffffffe438, rbp = 0x7fffffffe480 ---
db:0:kdb.enter.default>  ps0: pid 29986 "ifconfig" 
idlethread   = 0xfffff8000497000Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address    = 0x2b
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80f09e5b
stack pointer            = 0x28:0xfffffe011ffd45c0
frame pointer            = 0x28:0xfffffe011ffd4600
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 29986 (ifconfig)
[ thread pid 29986 tid 100443 ]
Stopped at      mld_change_state+0x1b:  movq    0x20(%rax),%rbx
db:0:kdb.enter.default> textdump set
textdump set
db:0:kdb.enter.default>  capture on
db:0:kdb.enter.default>  run lockinfo
db:1:lockinfo> show locks
No such command; use "help" to list available commands
db:1:lockinfo>  show alllocks
No such command; use "help" to list available commands
db:1:lockinfo>  show lockedvnods
Locked vnodes
db:0:kdb.enter.default>  show pcpu
cpuid        = 0
dynamic pcpu = 0xc26380
curthread    = 0xfffff80008f5a000: pid 29986 "ifconfig" 
curpcb       = 0xfffffe011ffd4b80
fpcurthread  = 0xfffff80008f5a000: pid 29986 "ifconfig" 
idlethread   = 0xfffff80004970000: tid 100003 "idle: cpu0" 
curpmap      = 0xfffff800677b7138
tssp         = 0xffffffff82bb6810
commontssp   = 0xffffffff82bb6810
rsp0         = 0xfffffe011ffd4b80
gs32p        = 0xffffffff82bbd068
ldt          = 0xffffffff82bbd0a8
tss          = 0xffffffff82bbd098
db:0:kdb.enter.default>  bt
Tracing pid 29986 tid 100443 td 0xfffff80008f5a000
mld_change_state() at mld_change_state+0x1b/frame 0xfffffe011ffd4600
in6_mc_leave() at in6_mc_leave+0x7a/frame 0xfffffe011ffd4640
in6_leavegroup() at in6_leavegroup+0x18/frame 0xfffffe011ffd4660
in6_purgeaddr() at in6_purgeaddr+0x5b/frame 0xfffffe011ffd4680
in6_control() at in6_control+0x5f2/frame 0xfffffe011ffd4770
ifioctl() at ifioctl+0x8ce/frame 0xfffffe011ffd4840
kern_ioctl() at kern_ioctl+0x26d/frame 0xfffffe011ffd48b0
sys_ioctl() at sys_ioctl+0x16c/frame 0xfffffe011ffd4980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffd4ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffd4ab0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x800dc7dca, rsp = 0x7fffffffe438, rbp = 0x7fffffffe480 ---
db:0:kdb.enter.default>  ps0: tid 100003 "idle: cpu0" 
curpmap      = 0xfffff800677b7138
tssp         = 0xffffffff82bb6810
commontssp   = 0xffffffff82bb6810
rsp0         = 0xfffffe011ffd4b80
gs32p        = 0xffffffff82bbd068
ldt          = 0xffffffff82bbd0a8
tss          = 0xffffffff82bbd098
db:0:kdb.enter.default>  bt
Tracing pid 29986 tid 100443 td 0xfffff80008f5a000
mld_change_state() at mld_change_state+0x1b/frame 0xfffffe011ffd4600
in6_mc_leave() at in6_mc_leave+0x7a/frame 0xfffffe011ffd4640
in6_leavegroup() at in6_leavegroup+0x18/frame 0xfffffe011ffd4660
in6_purgeaddr() at in6_purgeaddr+0x5b/frame 0xfffffe011ffd4680
in6_control() at in6_control+0x5f2/frame 0xfffffe011ffd4770
ifioctl() at ifioctl+0x8ce/frame 0xfffffe011ffd4840
kern_ioctl() at kern_ioctl+0x26d/frame 0xfffffe011ffd48b0
sys_ioctl() at sys_ioctl+0x16c/frame 0xfffffe011ffd4980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffd4ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffd4ab0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x800dc7dca, rsp = 0x7fffffffe438, rbp = 0x7fffffffe480 ---
db:0:kdb.enter.default>  ps
  pid  ppid  pgrp   uid   state   wmesg         wchan        cmd
30222   417    30     0  R+      CPU 3                       sh
29986 22280   380     0  R       CPU 0                       ifconfig
29162 29134 33246     0  S       nanslp   0xffffffff829d1701 sleep
29134 33246 33246     0  S       wait     0xfffff80067bdd000 sh
28799 27950 26547     0  S       nanslp   0xffffffff829d1700 sleep
28714 27839 22887     0  S       nanslp   0xffffffff829d1702 sleep
27950 27451 26547     0  S       wait     0xfffff80026b80590 sh
27839 27160 22887     0  S       wait     0xfffff8005193c590 sh
27451 26547 26547     0  S       wait     0xfffff80008cf2000 sh
27160 22887 22887     0  S       wait     0xfffff8006765c590 sh
26547     1 26547     0  Ss      wait     0xfffff80067622590 rtsold
23287 21835 12473     0  S       sbwait   0xfffff80067ae64a4 fcgicli
22887     1 22887     0  Ss      wait     0xfffff80008688590 rtsold
21835 21348 12473     0  S       wait     0xfffff800a331b590 sh
21348 12473 12473     0  S       wait     0xfffff800a302c590 sh
12473     1 12473     0  Ss      wait     0xfffff8006765b000 rtsold
 3279     1  3279     0  Ss      (threaded)                  dpinger
100457                   S       uwait    0xfffff80026cef800 dpinger
100564                   S       sbwait   0xfffff8005bf2e144 dpinger
100565                   S       nanslp   0xffffffff829d1701 dpinger
100566                   S       nanslp   0xffffffff829d1702 dpinger
100567                   S       accept   0xfffff8002624106c dpinger
 2700     1  2700     0  Ss      (threaded)                  dpinger
100466                   S       uwait    0xfffff8000e0bfb80 dpinger
100560                   S       sbwait   0xfffff800a33084a4 dpinger
100561                   S       nanslp   0xffffffff829d1702 dpinger
100562                   S       nanslp   0xffffffff829d1701 dpinger
100563                   S       accept   0xfffff800261c272c dpinger
95898     1 95898     0  Ss      kqread   0xfffff800a1dea000 dhcpleases
94829     1 94829    59  Ss      (threaded)                  unbound
100467                   S       kqread   0xfffff800677fd000 unbound
100568                   S       kqread   0xfffff8005b41c800 unbound
100569                   S       kqread   0xfffff8005b41c600 unbound
100570                   S       kqread   0xfffff800a1d49100 unbound
88318     1 88318     0  Ss      bpf      0xfffff8005191de00 filterlog
60467     1 60467     0  Ss      select   0xfffff80026cef2c0 openvpn
54126   380   380     0  S       accept   0xfffff800264a43cc php-fpm
33246     1 33246     0  Ss      wait     0xfffff80026b80000 dhcp6c
25828     1 25828    65  Ss      select   0xfffff8005b428440 dhclient
22280   380   380     0  S       piperd   0xfffff80008edd5f0 php-fpm
22196     1 22196     0  Ss      select   0xfffff8005b428940 dhclient
19810     1 19810     0  Ss      select   0xfffff8000866acc0 sshd
  444     1   444     0  Ss      select   0xfffff8000877c1c0 devd
  417    30    30     0  S+      piperd   0xfffff8000e1288e8 php-cgi
  397   395   395     0  S       kqread   0xfffff80021c48800 check_reload_status
  395     1   395     0  Ss      kqread   0xfffff800218aee00 check_reload_status
  382   380   380     0  S       accept   0xfffff800264a43cc php-fpm
  381   380   380     0  S       accept   0xfffff800264a43cc php-fpm
  380     1   380     0  Ss      kqread   0xfffff800218b0200 php-fpm
   75     0     0     0  DL      mdwait   0xfffff80008707800 [md1]
   70     0     0     0  DL      mdwait   0xfffff80004c18000 [md0]
   30     1    30     0  Ss+     pause    0xfffff80008cf3638 sh
   29     0     0     0  DL      vlruwt   0xfffff8000878d590 [vnlru]
   28     0     0     0  DL      syncer   0xffffffff82aca580 [syncer]
   27     0     0     0  DL      -        0xffffffff82ac99fc [bufspacedaemon]
   26     0     0     0  DL      psleep   0xffffffff82ac9828 [bufdaemon]
   25     0     0     0  DL      pgzero   0xffffffff82b0b568 [pagezero]
   24     0     0     0  DL      psleep   0xffffffff82b0b558 [vmdaemon]
   23     0     0     0  DL      (threaded)                  [pagedaemon]
100136                   D       psleep   0xffffffff82bb5d25 [dom0]
100138                   D       launds   0xffffffff82b079c4 [laundry: dom0]
100140                   D       umarcl   0xffffffff82b07338 [uma]
   22     0     0     0  DL      mmcreq   0xfffffe011f9ab8a8 [mmcsd0: mmc/sd card]
   21     0     0     0  DL      -        0xffffffff828a42d8 [rand_harvestq]
   20     0     0     0  DL      pftm     0xffffffff80f40140 [pf purge]
   19     0     0     0  DL      waiting_ 0xffffffff82bacbe0 [sctp_iterator]
   18     0     0     0  DL      -        0xffffffff82ac928c [soaiod4]
   17     0     0     0  DL      -        0xffffffff82ac928c [soaiod3]
   16     0     0     0  DL      -        0xffffffff82ac928c [soaiod2]
    9     0     0     0  DL      -        0xffffffff82ac928c [soaiod1]
    8     0     0     0  DL      (threaded)                  [zfskern]
100099                   D       arc_recl 0xffffffff831829f0 [arc_reclaim_thread]
100100                   D       arc_dnlc 0xffffffff83182990 [arc_dnlc_evicts_thr]
100102                   D       dbuf_evi 0xffffffff83185530 [dbuf_evict_thread]
100119                   D       l2arc_fe 0xffffffff83182aa0 [l2arc_feed_thread]
100375                   D       spa->spa 0xfffffe000290ad38 [trim zroot]
100400                   D       tx->tx_q 0xfffff80008710aa0 [txg_thread_enter]
100401                   D       zio->io_ 0xfffff800088f7bb8 [txg_thread_enter]
100402                   D       t->zthr_ 0xfffff8000877e628 [solthread 0xfffffff]
100403                   D       t->zthr_ 0xfffff8000885f7a8 [solthread 0xfffffff]
   15     0     0     0  DL      (threaded)                  [usb]
100077                   D       -        0xfffffe0001256460 [usbus0]
100078                   D       -        0xfffffe00012564b8 [usbus0]
100079                   D       -        0xfffffe0001256510 [usbus0]
100080                   D       -        0xfffffe0001256568 [usbus0]
100081                   D       -        0xfffffe00012565c0 [usbus0]
100087                   D       -        0xfffffe0000fb6d10 [usbus1]
100088                   D       -        0xfffffe0000fb6d68 [usbus1]
100089                   D       -        0xfffffe0000fb6dc0 [usbus1]
100090                   D       -        0xfffffe0000fb6e18 [usbus1]
100091                   D       -        0xfffffe0000fb6e70 [usbus1]
    7     0     0     0  DL      (threaded)                  [cam]
100048                   D       -        0xffffffff82757000 [doneq0]
100133                   D       -        0xffffffff82756e48 [scanner]
    6     0     0     0  DL      crypto_r 0xfffff80004a62350 [crypto returns 3]
    5     0     0     0  DL      crypto_r 0xfffff80004a622f0 [crypto returns 2]
    4     0     0     0  DL      crypto_r 0xfffff80004a62290 [crypto returns 1]
    3     0     0     0  DL      crypto_r 0xfffff80004a62230 [crypto returns 0]
    2     0     0     0  DL      crypto_w 0xffffffff82b05e60 [crypto]
   14     0     0     0  DL      (threaded)                  [geom]
100035                   D       -        0xffffffff82b84c40 [g_event]
100036                   D       -        0xffffffff82b84c48 [g_up]
100037                   D       -        0xffffffff82b84c50 [g_down]
   13     0     0     0  DL      (threaded)                  [ng_queue]
100031                   D       sleep    0xffffffff8270f580 [ng_queue0]
100032                   D       sleep    0xffffffff8270f580 [ng_queue1]
100033                   D       sleep    0xffffffff8270f580 [ng_queue2]
100034                   D       sleep    0xffffffff8270f580 [ng_queue3]
   12     0     0     0  WL      (threaded)                  [intr]
100008                   I                                   [swi5: fast taskq]
100010                   I                                   [swi6: task queue]
100011                   I                                   [swi6: Giant taskq]
100022                   I                                   [swi1: netisr 0]
100023                   I                                   [swi1: netisr 1]
100024                   I                                   [swi1: netisr 2]
100025                   I                                   [swi1: netisr 3]
100026                   I                                   [swi4: clock (0)]
100027                   I                                   [swi4: clock (1)]
100028                   I                                   [swi4: clock (2)]
100029                   I                                   [swi4: clock (3)]
100030                   I                                   [swi3: vm]
100049                   I                                   [irq256: igb0:que 0]
100051                   I                                   [irq257: igb0:que 1]
100053                   I                                   [irq258: igb0:que 2]
100055                   I                                   [irq259: igb0:que 3]
100057                   I                                   [irq260: igb0:link]
100058                   I                                   [irq261: igb1:que 0]
100060                   I                                   [irq262: igb1:que 1]
100062                   I                                   [irq263: igb1:que 2]
100064                   I                                   [irq264: igb1:que 3]
100066                   I                                   [irq265: igb1:link]
100067                   I                                   [irq266: igb2:que 0]
100069                   I                                   [irq267: igb2:que 1]
100071                   I                                   [irq268: igb2:que 2]
100073                   I                                   [irq269: igb2:que 3]
100075                   I                                   [irq270: igb2:link]
100076                   I                                   [irq271: xhci0]
100082                   I                                   [irq272: ahci0:ch0]
100083                   I                                   [irq273: ahci0:ch1]
100084                   I                                   [irq274: ahci0:2]
100085                   I                                   [irq275: ahci0:3]
100086                   I                                   [irq18: ehci0]
100092                   I                                   [irq16: sdhci_pci0]
100093                   I                                   [swi0: uart uart]
100126                   I                                   [swi1: pf send]
100127                   I                                   [swi1: pfsync]
   11     0     0     0  RL      (threaded)                  [idle]
100003                   CanRun                              [idle: cpu0]
100004                   Run     CPU 1                       [idle: cpu1]
100005                   Run     CPU 2                       [idle: cpu2]
100006                   CanRun                              [idle: cpu3]
    1     0     1     0  SLs     wait     0xfffff8000496d590 [init]
   10     0     0     0  DL      audit_wo 0xffffffff82bb3dc0 [audit]
    0     0     0     0  DLs     (threaded)                  [kernel]
100000                   D       swapin   0xffffffff82b84c88 [swapper]
100007                   D       -        0xfffff80004984a00 [aiod_kick taskq]
100009                   D       -        0xfffff80004984500 [kqueue_ctx taskq]
100012                   D       -        0xfffff80004983c00 [thread taskq]
100013                   D       -        0xfffff80004983a00 [if_io_tqg_0]
100014                   D       -        0xfffff80004983800 [if_io_tqg_1]
100015                   D       -        0xfffff80004983600 [if_io_tqg_2]
100016                   D       -        0xfffff80004983400 [if_io_tqg_3]
100017                   D       -        0xfffff80004983200 [softirq_0]
100018                   D       -        0xfffff80004983000 [softirq_1]
100019                   D       -        0xfffff80004982d00 [softirq_2]
100020                   D       -        0xfffff80004982b00 [softirq_3]
100021                   D       -        0xfffff80004982900 [if_config_tqg_0]
100038                   D       -        0xfffff800049ba600 [firmware taskq]
100039                   D       -        0xfffff800049b9800 [crypto_0]
100040                   D       -        0xfffff800049b9800 [crypto_1]
100041                   D       -        0xfffff800049b9800 [crypto_2]
100042                   D       -        0xfffff800049b9800 [crypto_3]
100050                   D       -        0xfffff80004c41500 [igb0 que (qid 0)]
100052                   D       -        0xfffff80004be8000 [igb0 que (qid 1)]
100054                   D       -        0xfffff80004c0f300 [igb0 que (qid 2)]
100056                   D       -        0xfffff80004c67600 [igb0 que (qid 3)]
100059                   D       -        0xfffff80004c65400 [igb1 que (qid 0)]
100061                   D       -        0xfffff80004c65100 [igb1 que (qid 1)]
100063                   D       -        0xfffff80004c64d00 [igb1 que (qid 2)]
100065                   D       -        0xfffff80004c64a00 [igb1 que (qid 3)]
100068                   D       -        0xfffff80004c0f000 [igb2 que (qid 0)]
100070                   D       -        0xfffff80004cbaa00 [igb2 que (qid 1)]
100072                   D       -        0xfffff80004c41200 [igb2 que (qid 2)]
100074                   D       -        0xfffff80004be7c00 [igb2 que (qid 3)]
100094                   D       -        0xfffff80004cdeb00 [system_taskq_0]
100095                   D       -        0xfffff80004cdeb00 [system_taskq_1]
100096                   D       -        0xfffff80004cdeb00 [system_taskq_2]
100097                   D       -        0xfffff80004cdeb00 [system_taskq_3]
100098                   D       -        0xfffff80004cde600 [mca taskq]
100101                   D       -        0xfffff80008621500 [dbu_evict]
100103                   D       -        0xfffff80008621200 [z_vdev_file_0]
100104                   D       -        0xfffff80008621200 [z_vdev_file_1]
100105                   D       -        0xfffff80008621200 [z_vdev_file_2]
100106                   D       -        0xfffff80008621200 [z_vdev_file_3]
100107                   D       -        0xfffff80008621200 [z_vdev_file_4]
100108                   D       -        0xfffff80008621200 [z_vdev_file_5]
100109                   D       -        0xfffff80008621200 [z_vdev_file_6]
100110                   D       -        0xfffff80008621200 [z_vdev_file_7]
100111                   D       -        0xfffff80008621200 [z_vdev_file_8]
100112                   D       -        0xfffff80008621200 [z_vdev_file_9]
100113                   D       -        0xfffff80008621200 [z_vdev_file_10]
100114                   D       -        0xfffff80008621200 [z_vdev_file_11]
100115                   D       -        0xfffff80008621200 [z_vdev_file_12]
100116                   D       -        0xfffff80008621200 [z_vdev_file_13]
100117                   D       -        0xfffff80008621200 [z_vdev_file_14]
100118                   D       -        0xfffff80008621200 [z_vdev_file_15]
100129                   D       -        0xfffff8000870a800 [acpi_task_0]
100130                   D       -        0xfffff8000870a800 [acpi_task_1]
100131                   D       -        0xfffff8000870a800 [acpi_task_2]
100132                   D       -        0xfffff800049b8600 [CAM taskq]
100135                   D       -        0xfffff8000874d400 [run0 net80211 taskq]
100147                   D       -        0xfffff800087b0100 [zio_null_issue]
100148                   D       -        0xfffff800087b0000 [zio_null_intr]
100149                   D       -        0xfffff800087afc00 [zio_read_issue_0]
100150                   D       -        0xfffff800087afc00 [zio_read_issue_1]
100151                   D       -        0xfffff800087afc00 [zio_read_issue_2]
100152                   D       -        0xfffff800087afc00 [zio_read_issue_3]
100153                   D       -        0xfffff800087afc00 [zio_read_issue_4]
100154                   D       -        0xfffff800087afc00 [zio_read_issue_5]
100155                   D       -        0xfffff800087afc00 [zio_read_issue_6]
100156                   D       -        0xfffff800087afc00 [zio_read_issue_7]
100157                   D       -        0xfffff800087af300 [zio_read_intr_0_0]
100158                   D       -        0xfffff800087af300 [zio_read_intr_0_1]
100159                   D       -        0xfffff800087af300 [zio_read_intr_0_2]
100160                   D       -        0xfffff800087af300 [zio_read_intr_0_3]
100161                   D       -        0xfffff800087af300 [zio_read_intr_0_4]
100162                   D       -        0xfffff800087af300 [zio_read_intr_0_5]
100163                   D       -        0xfffff800087af300 [zio_read_intr_0_6]
100164                   D       -        0xfffff800087af300 [zio_read_intr_0_7]
100165                   D       -        0xfffff800087af300 [zio_read_intr_0_8]
100166                   D       -        0xfffff800087af300 [zio_read_intr_0_9]
100167                   D       -        0xfffff800087af300 [zio_read_intr_0_10]
100168                   D       -        0xfffff800087af300 [zio_read_intr_0_11]
100169                   D       -        0xfffff800087ae500 [zio_read_intr_1_0]
100170                   D       -        0xfffff800087ae500 [zio_read_intr_1_1]
100171                   D       -        0xfffff800087ae500 [zio_read_intr_1_2]
100172                   D       -        0xfffff800087ae500 [zio_read_intr_1_3]
100173                   D       -        0xfffff800087ae500 [zio_read_intr_1_4]
100174                   D       -        0xfffff800087ae500 [zio_read_intr_1_5]
100175                   D       -        0xfffff800087ae500 [zio_read_intr_1_6]
100176                   D       -        0xfffff800087ae500 [zio_read_intr_1_7]
100177                   D       -        0xfffff800087ae500 [zio_read_intr_1_8]
100178                   D       -        0xfffff800087ae500 [zio_read_intr_1_9]
100179                   D       -        0xfffff800087ae500 [zio_read_intr_1_10]
100180                   D       -        0xfffff800087ae500 [zio_read_intr_1_11]
100181                   D       -        0xfffff800087cd900 [zio_read_intr_2_0]
100182                   D       -        0xfffff800087cd900 [zio_read_intr_2_1]
100183                   D       -        0xfffff800087cd900 [zio_read_intr_2_2]
100184                   D       -        0xfffff800087cd900 [zio_read_intr_2_3]
100185                   D       -        0xfffff800087cd900 [zio_read_intr_2_4]
100186                   D       -        0xfffff800087cd900 [zio_read_intr_2_5]
100187                   D       -        0xfffff800087cd900 [zio_read_intr_2_6]
100188                   D       -        0xfffff800087cd900 [zio_read_intr_2_7]
100189                   D       -        0xfffff800087cd900 [zio_read_intr_2_8]
100190                   D       -        0xfffff800087cd900 [zio_read_intr_2_9]
100191                   D       -        0xfffff800087cd900 [zio_read_intr_2_10]
100192                   D       -        0xfffff800087cd900 [zio_read_intr_2_11]
100193                   D       -        0xfffff800087ccb00 [zio_read_intr_3_0]
100194                   D       -        0xfffff800087ccb00 [zio_read_intr_3_1]
100195                   D       -        0xfffff800087ccb00 [zio_read_intr_3_2]
100196                   D       -        0xfffff800087ccb00 [zio_read_intr_3_3]
100197                   D       -        0xfffff800087ccb00 [zio_read_intr_3_4]
100198                   D       -        0xfffff800087ccb00 [zio_read_intr_3_5]
100199                   D       -        0xfffff800087ccb00 [zio_read_intr_3_6]
100200                   D       -        0xfffff800087ccb00 [zio_read_intr_3_7]
100201                   D       -        0xfffff800087ccb00 [zio_read_intr_3_8]
100202                   D       -        0xfffff800087ccb00 [zio_read_intr_3_9]
100203                   D       -        0xfffff800087ccb00 [zio_read_intr_3_10]
100204                   D       -        0xfffff800087ccb00 [zio_read_intr_3_11]
100205                   D       -        0xfffff800087cbd00 [zio_read_intr_4_0]
100206                   D       -        0xfffff800087cbd00 [zio_read_intr_4_1]
100207                   D       -        0xfffff800087cbd00 [zio_read_intr_4_2]
100208                   D       -        0xfffff800087cbd00 [zio_read_intr_4_3]
100209                   D       -        0xfffff800087cbd00 [zio_read_intr_4_4]
100210                   D       -        0xfffff800087cbd00 [zio_read_intr_4_5]
100211                   D       -        0xfffff800087cbd00 [zio_read_intr_4_6]
100212                   D       -        0xfffff800087cbd00 [zio_read_intr_4_7]
100213                   D       -        0xfffff800087cbd00 [zio_read_intr_4_8]
100214                   D       -        0xfffff800087cbd00 [zio_read_intr_4_9]
100215                   D       -        0xfffff800087cbd00 [zio_read_intr_4_10]
100216                   D       -        0xfffff800087cbd00 [zio_read_intr_4_11]
100217                   D       -        0xfffff800087cb000 [zio_read_intr_5_0]
100218                   D       -        0xfffff800087cb000 [zio_read_intr_5_1]
100219                   D       -        0xfffff800087cb000 [zio_read_intr_5_2]
100220                   D       -        0xfffff800087cb000 [zio_read_intr_5_3]
100221                   D       -        0xfffff800087cb000 [zio_read_intr_5_4]
100222                   D       -        0xfffff800087cb000 [zio_read_intr_5_5]
100223                   D       -        0xfffff800087cb000 [zio_read_intr_5_6]
100224                   D       -        0xfffff800087cb000 [zio_read_intr_5_7]
100225                   D       -        0xfffff800087cb000 [zio_read_intr_5_8]
100226                   D       -        0xfffff800087cb000 [zio_read_intr_5_9]
100227                   D       -        0xfffff800087cb000 [zio_read_intr_5_10]
100228                   D       -        0xfffff800087cb000 [zio_read_intr_5_11]
100229                   D       -        0xfffff800087ca200 [zio_read_intr_6_0]
100230                   D       -        0xfffff800087ca200 [zio_read_intr_6_1]
100231                   D       -        0xfffff800087ca200 [zio_read_intr_6_2]
100232                   D       -        0xfffff800087ca200 [zio_read_intr_6_3]
100233                   D       -        0xfffff800087ca200 [zio_read_intr_6_4]
100234                   D       -        0xfffff800087ca200 [zio_read_intr_6_5]
100235                   D       -        0xfffff800087ca200 [zio_read_intr_6_6]
100236                   D       -        0xfffff800087ca200 [zio_read_intr_6_7]
100237                   D       -        0xfffff800087ca200 [zio_read_intr_6_8]
100238                   D       -        0xfffff800087ca200 [zio_read_intr_6_9]
100239                   D       -        0xfffff800087ca200 [zio_read_intr_6_10]
100240                   D       -        0xfffff800087ca200 [zio_read_intr_6_11]
100241                   D       -        0xfffff800087f7600 [zio_read_intr_7_0]
100242                   D       -        0xfffff800087f7600 [zio_read_intr_7_1]
100243                   D       -        0xfffff800087f7600 [zio_read_intr_7_2]
100244                   D       -        0xfffff800087f7600 [zio_read_intr_7_3]
100245                   D       -        0xfffff800087f7600 [zio_read_intr_7_4]
100246                   D       -        0xfffff800087f7600 [zio_read_intr_7_5]
100247                   D       -        0xfffff800087f7600 [zio_read_intr_7_6]
100248                   D       -        0xfffff800087f7600 [zio_read_intr_7_7]
100249                   D       -        0xfffff800087f7600 [zio_read_intr_7_8]
100250                   D       -        0xfffff800087f7600 [zio_read_intr_7_9]
100251                   D       -        0xfffff800087f7600 [zio_read_intr_7_10]
100252                   D       -        0xfffff800087f7600 [zio_read_intr_7_11]
100253                   D       -        0xfffff800087f6800 [zio_write_issue_0]
100254                   D       -        0xfffff800087f6800 [zio_write_issue_1]
100255                   D       -        0xfffff800087f6800 [zio_write_issue_2]
100256                   D       -        0xfffff800087f6400 [zio_write_issue_hig]
100257                   D       -        0xfffff800087f6400 [zio_write_issue_hig]
100258                   D       -        0xfffff800087f6400 [zio_write_issue_hig]
100259                   D       -        0xfffff800087f6400 [zio_write_issue_hig]
100260                   D       -        0xfffff800087f6400 [zio_write_issue_hig]
100261                   D       -        0xfffff800087f5d00 [zio_write_intr_0]
100262                   D       -        0xfffff800087f5d00 [zio_write_intr_1]
100263                   D       -        0xfffff800087f5d00 [zio_write_intr_2]
100264                   D       -        0xfffff800087f5d00 [zio_write_intr_3]
100265                   D       -        0xfffff800087f5d00 [zio_write_intr_4]
100266                   D       -        0xfffff800087f5d00 [zio_write_intr_5]
100267                   D       -        0xfffff800087f5d00 [zio_write_intr_6]
100268                   D       -        0xfffff800087f5d00 [zio_write_intr_7]
100269                   D       -        0xfffff800087f5400 [zio_write_intr_high]
100270                   D       -        0xfffff800087f5400 [zio_write_intr_high]
100271                   D       -        0xfffff800087f5400 [zio_write_intr_high]
100272                   D       -        0xfffff800087f5400 [zio_write_intr_high]
100273                   D       -        0xfffff800087f5400 [zio_write_intr_high]
100274                   D       -        0xfffff800087ced00 [zio_free_issue_0_0]
100275                   D       -        0xfffff800087ced00 [zio_free_issue_0_1]
100276                   D       -        0xfffff800087ced00 [zio_free_issue_0_2]
100277                   D       -        0xfffff800087ced00 [zio_free_issue_0_3]
100278                   D       -        0xfffff800087ced00 [zio_free_issue_0_4]
100279                   D       -        0xfffff800087ced00 [zio_free_issue_0_5]
100280                   D       -        0xfffff800087ced00 [zio_free_issue_0_6]
100281                   D       -        0xfffff800087ced00 [zio_free_issue_0_7]
100282                   D       -        0xfffff800087ced00 [zio_free_issue_0_8]
100283                   D       -        0xfffff800087ced00 [zio_free_issue_0_9]
100284                   D       -        0xfffff800087ced00 [zio_free_issue_0_10]
100285                   D       -        0xfffff800087ced00 [zio_free_issue_0_11]
100286                   D       -        0xfffff80008827200 [zio_free_issue_1_0]
100287                   D       -        0xfffff80008827200 [zio_free_issue_1_1]
100288                   D       -        0xfffff80008827200 [zio_free_issue_1_2]
100289                   D       -        0xfffff80008827200 [zio_free_issue_1_3]
100290                   D       -        0xfffff80008827200 [zio_free_issue_1_4]
100291                   D       -        0xfffff80008827200 [zio_free_issue_1_5]
100292                   D       -        0xfffff80008827200 [zio_free_issue_1_6]
100293                   D       -        0xfffff80008827200 [zio_free_issue_1_7]
100294                   D       -        0xfffff80008827200 [zio_free_issue_1_8]
100295                   D       -        0xfffff80008827200 [zio_free_issue_1_9]
100296                   D       -        0xfffff80008827200 [zio_free_issue_1_10]
100297                   D       -        0xfffff80008827200 [zio_free_issue_1_11]
100298                   D       -        0xfffff80008826400 [zio_free_issue_2_0]
100299                   D       -        0xfffff80008826400 [zio_free_issue_2_1]
100300                   D       -        0xfffff80008826400 [zio_free_issue_2_2]
100301                   D       -        0xfffff80008826400 [zio_free_issue_2_3]
100302                   D       -        0xfffff80008826400 [zio_free_issue_2_4]
100303                   D       -        0xfffff80008826400 [zio_free_issue_2_5]
100304                   D       -        0xfffff80008826400 [zio_free_issue_2_6]
100305                   D       -        0xfffff80008826400 [zio_free_issue_2_7]
100306                   D       -        0xfffff80008826400 [zio_free_issue_2_8]
100307                   D       -        0xfffff80008826400 [zio_free_issue_2_9]
100308                   D       -        0xfffff80008826400 [zio_free_issue_2_10]
100309                   D       -        0xfffff80008826400 [zio_free_issue_2_11]
100310                   D       -        0xfffff80008825600 [zio_free_issue_3_0]
100311                   D       -        0xfffff80008825600 [zio_free_issue_3_1]
100312                   D       -        0xfffff80008825600 [zio_free_issue_3_2]
100313                   D       -        0xfffff80008825600 [zio_free_issue_3_3]
100314                   D       -        0xfffff80008825600 [zio_free_issue_3_4]
100315                   D       -        0xfffff80008825600 [zio_free_issue_3_5]
100316                   D       -        0xfffff80008825600 [zio_free_issue_3_6]
100317                   D       -        0xfffff80008825600 [zio_free_issue_3_7]
100318                   D       -        0xfffff80008825600 [zio_free_issue_3_8]
100319                   D       -        0xfffff80008825600 [zio_free_issue_3_9]
100320                   D       -        0xfffff80008825600 [zio_free_issue_3_10]
100321                   D       -        0xfffff80008825600 [zio_free_issue_3_11]
100322                   D       -        0xfffff80008824800 [zio_free_issue_4_0]
100323                   D       -        0xfffff80008824800 [zio_free_issue_4_1]
100324                   D       -        0xfffff80008824800 [zio_free_issue_4_2]
100325                   D       -        0xfffff80008824800 [zio_free_issue_4_3]
100326                   D       -        0xfffff80008824800 [zio_free_issue_4_4]
100327                   D       -        0xfffff80008824800 [zio_free_issue_4_5]
100328                   D       -        0xfffff80008824800 [zio_free_issue_4_6]
100329                   D       -        0xfffff80008824800 [zio_free_issue_4_7]
100330                   D       -        0xfffff80008824800 [zio_free_issue_4_8]
100331                   D       -        0xfffff80008824800 [zio_free_issue_4_9]
100332                   D       -        0xfffff80008824800 [zio_free_issue_4_10]
100333                   D       -        0xfffff80008824800 [zio_free_issue_4_11]
100334                   D       -        0xfffff800087f8a00 [zio_free_issue_5_0]
100335                   D       -        0xfffff800087f8a00 [zio_free_issue_5_1]
100336                   D       -        0xfffff800087f8a00 [zio_free_issue_5_2]
100337                   D       -        0xfffff800087f8a00 [zio_free_issue_5_3]
100338                   D       -        0xfffff800087f8a00 [zio_free_issue_5_4]
100339                   D       -        0xfffff800087f8a00 [zio_free_issue_5_5]
100340                   D       -        0xfffff800087f8a00 [zio_free_issue_5_6]
100341                   D       -        0xfffff800087f8a00 [zio_free_issue_5_7]
100342                   D       -        0xfffff800087f8a00 [zio_free_issue_5_8]
100343                   D       -        0xfffff800087f8a00 [zio_free_issue_5_9]
100344                   D       -        0xfffff800087f8a00 [zio_free_issue_5_10]
100345                   D       -        0xfffff800087f8a00 [zio_free_issue_5_11]
100346                   D       -        0xfffff80008854e00 [zio_free_issue_6_0]
100347                   D       -        0xfffff80008854e00 [zio_free_issue_6_1]
100348                   D       -        0xfffff80008854e00 [zio_free_issue_6_2]
100349                   D       -        0xfffff80008854e00 [zio_free_issue_6_3]
100350                   D       -        0xfffff80008854e00 [zio_free_issue_6_4]
100351                   D       -        0xfffff80008854e00 [zio_free_issue_6_5]
100352                   D       -        0xfffff80008854e00 [zio_free_issue_6_6]
100353                   D       -        0xfffff80008854e00 [zio_free_issue_6_7]
100354                   D       -        0xfffff80008854e00 [zio_free_issue_6_8]
100355                   D       -        0xfffff80008854e00 [zio_free_issue_6_9]
100356                   D       -        0xfffff80008854e00 [zio_free_issue_6_10]
100357                   D       -        0xfffff80008854e00 [zio_free_issue_6_11]
100358                   D       -        0xfffff80008854100 [zio_free_issue_7_0]
100359                   D       -        0xfffff80008854100 [zio_free_issue_7_1]
100360                   D       -        0xfffff80008854100 [zio_free_issue_7_2]
100361                   D       -        0xfffff80008854100 [zio_free_issue_7_3]
100362                   D       -        0xfffff80008854100 [zio_free_issue_7_4]
100363                   D       -        0xfffff80008854100 [zio_free_issue_7_5]
100364                   D       -        0xfffff80008854100 [zio_free_issue_7_6]
100365                   D       -        0xfffff80008854100 [zio_free_issue_7_7]
100366                   D       -        0xfffff80008854100 [zio_free_issue_7_8]
100367                   D       -        0xfffff80008854100 [zio_free_issue_7_9]
100368                   D       -        0xfffff80008854100 [zio_free_issue_7_10]
100369                   D       -        0xfffff80008854100 [zio_free_issue_7_11]
100370                   D       -        0xfffff80008853300 [zio_free_intr]
100371                   D       -        0xfffff80008853100 [zio_claim_issue]
100372                   D       -        0xfffff80008852e00 [zio_claim_intr]
100373                   D       -        0xfffff80008852c00 [zio_ioctl_issue]
100374                   D       -        0xfffff80008852a00 [zio_ioctl_intr]
100378                   D       -        0xfffff80008827d00 [dp_sync_taskq_0]
100379                   D       -        0xfffff80008827d00 [dp_sync_taskq_1]
100380                   D       -        0xfffff80008827d00 [dp_sync_taskq_2]
100381                   D       -        0xfffff80008827900 [dp_zil_clean_taskq_]
100382                   D       -        0xfffff80008827900 [dp_zil_clean_taskq_]
100383                   D       -        0xfffff80008827900 [dp_zil_clean_taskq_]
100384                   D       -        0xfffff80008827900 [dp_zil_clean_taskq_]
100385                   D       -        0xfffff80008827400 [zfs_vn_rele_taskq]
100386                   D       -        0xfffff8000894cd00 [metaslab_group_task]
100387                   D       -        0xfffff8000894cd00 [metaslab_group_task]
db:0:kdb.enter.default>  alltrace

Tracing command sh pid 30222 tid 100527 td 0xfffff800675d8620
cpustop_handler() at cpustop_handler+0x28/frame 0xfffffe0119152df0
ipi_nmi_handler() at ipi_nmi_handler+0x44/frame 0xfffffe0119152e10
trap() at trap+0x3a/frame 0xfffffe0119152f20
nmi_calltrap() at nmi_calltrap+0x8/frame 0xfffffe0119152f20
--- trap 0x13, rip = 0x800638ee4, rsp = 0x7fffffffe078, rbp = 0x7fffffffe130 ---

Tracing command ifconfig pid 29986 tid 100443 td 0xfffff80008f5a000
mld_change_state() at mld_change_state+0x1b/frame 0xfffffe011ffd4600
in6_mc_leave() at in6_mc_leave+0x7a/frame 0xfffffe011ffd4640
in6_leavegroup() at in6_leavegroup+0x18/frame 0xfffffe011ffd4660
in6_purgeaddr() at in6_purgeaddr+0x5b/frame 0xfffffe011ffd4680
in6_control() at in6_control+0x5f2/frame 0xfffffe011ffd4770
ifioctl() at ifioctl+0x8ce/frame 0xfffffe011ffd4840
kern_ioctl() at kern_ioctl+0x26d/frame 0xfffffe011ffd48b0
sys_ioctl() at sys_ioctl+0x16c/frame 0xfffffe011ffd4980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffd4ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffd4ab0
--- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x800dc7dca, rsp = 0x7fffffffe438, rbp = 0x7fffffffe480 ---

Tracing command sleep pid 29162 tid 100449 td 0xfffff800677bd620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fff2760
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fff2790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011fff27f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011fff2830
_sleep() at _sleep+0x20c/frame 0xfffffe011fff28b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe011fff2940
sys_nanosleep() at sys_nanosleep+0x5f/frame 0xfffffe011fff2980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011fff2ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011fff2ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x8009055da, rsp = 0x7fffffffec98, rbp = 0x7fffffffece0 ---

Tracing command sh pid 29134 tid 100498 td 0xfffff80067a11000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200865c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200865f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe0120086650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe0120086680
_sleep() at _sleep+0x231/frame 0xfffffe0120086700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe0120086790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe0120086980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120086ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120086ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe898, rbp = 0x7fffffffe950 ---

Tracing command sleep pid 28799 tid 100539 td 0xfffff800a31ed000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200b3760
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200b3790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200b37f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe01200b3830
_sleep() at _sleep+0x20c/frame 0xfffffe01200b38b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe01200b3940
sys_nanosleep() at sys_nanosleep+0x5f/frame 0xfffffe01200b3980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe01200b3ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe01200b3ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x8009055da, rsp = 0x7fffffffec98, rbp = 0x7fffffffece0 ---

Tracing command sleep pid 28714 tid 100422 td 0xfffff80013f30000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff6b760
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff6b790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff6b7f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ff6b830
_sleep() at _sleep+0x20c/frame 0xfffffe011ff6b8b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe011ff6b940
sys_nanosleep() at sys_nanosleep+0x5f/frame 0xfffffe011ff6b980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff6bab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff6bab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x8009055da, rsp = 0x7fffffffec98, rbp = 0x7fffffffece0 ---

Tracing command sh pid 27950 tid 100426 td 0xfffff80008f5e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff7f5c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff7f5f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff7f650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff7f680
_sleep() at _sleep+0x231/frame 0xfffffe011ff7f700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011ff7f790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011ff7f980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff7fab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff7fab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe928, rbp = 0x7fffffffe9e0 ---

Tracing command sh pid 27839 tid 100463 td 0xfffff800674d3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200275c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200275f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe0120027650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe0120027680
_sleep() at _sleep+0x231/frame 0xfffffe0120027700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe0120027790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe0120027980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120027ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120027ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe928, rbp = 0x7fffffffe9e0 ---

Tracing command sh pid 27451 tid 100417 td 0xfffff80008f6f620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff525c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff525f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff52650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff52680
_sleep() at _sleep+0x231/frame 0xfffffe011ff52700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011ff52790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011ff52980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff52ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff52ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe8f8, rbp = 0x7fffffffe9b0 ---

Tracing command sh pid 27160 tid 100448 td 0xfffff800677be000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffed5c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffed5f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffed650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffed680
_sleep() at _sleep+0x231/frame 0xfffffe011ffed700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011ffed790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011ffed980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffedab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffedab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe8f8, rbp = 0x7fffffffe9b0 ---

Tracing command rtsold pid 26547 tid 100446 td 0xfffff80013f3e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffe35c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffe35f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffe3650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffe3680
_sleep() at _sleep+0x231/frame 0xfffffe011ffe3700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011ffe3790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011ffe3980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffe3ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffe3ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x80090b43a, rsp = 0x7fffffffe5f8, rbp = 0x7fffffffe6b0 ---

Tracing command fcgicli pid 23287 tid 100465 td 0xfffff800675a5620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0120031630
mi_switch() at mi_switch+0xe6/frame 0xfffffe0120031660
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200316c0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200316f0
_sleep() at _sleep+0x231/frame 0xfffffe0120031770
sbwait() at sbwait+0x54/frame 0xfffffe0120031790
soreceive_generic() at soreceive_generic+0x268/frame 0xfffffe0120031850
kern_recvit() at kern_recvit+0x1c8/frame 0xfffffe0120031910
sys_recvfrom() at sys_recvfrom+0x86/frame 0xfffffe0120031980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120031ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120031ab0
--- syscall (29, FreeBSD ELF64, sys_recvfrom), rip = 0x800b1b19a, rsp = 0x7fffffffe518, rbp = 0x7fffffffe560 ---

Tracing command rtsold pid 22887 tid 100427 td 0xfffff80008f64000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff845c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff845f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff84650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff84680
_sleep() at _sleep+0x231/frame 0xfffffe011ff84700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011ff84790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011ff84980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff84ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff84ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x80090b43a, rsp = 0x7fffffffe5f8, rbp = 0x7fffffffe6b0 ---

Tracing command sh pid 21835 tid 100540 td 0xfffff800a31ec620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200b85c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200b85f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200b8650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200b8680
_sleep() at _sleep+0x231/frame 0xfffffe01200b8700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe01200b8790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe01200b8980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe01200b8ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe01200b8ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe928, rbp = 0x7fffffffe9e0 ---

Tracing command sh pid 21348 tid 100538 td 0xfffff800a31ed620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200ae5c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200ae5f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200ae650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200ae680
_sleep() at _sleep+0x231/frame 0xfffffe01200ae700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe01200ae790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe01200ae980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe01200aeab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe01200aeab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x800b6343a, rsp = 0x7fffffffe8f8, rbp = 0x7fffffffe9b0 ---

Tracing command rtsold pid 12473 tid 100451 td 0xfffff800675ee620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fffc5c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fffc5f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011fffc650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011fffc680
_sleep() at _sleep+0x231/frame 0xfffffe011fffc700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011fffc790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011fffc980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011fffcab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011fffcab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x80090b43a, rsp = 0x7fffffffe5f8, rbp = 0x7fffffffe6b0 ---

Tracing command dpinger pid 3279 tid 100457 td 0xfffff800679e7620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0120009720
mi_switch() at mi_switch+0xe6/frame 0xfffffe0120009750
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200097b0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200097e0
_sleep() at _sleep+0x231/frame 0xfffffe0120009860
umtxq_sleep() at umtxq_sleep+0x143/frame 0xfffffe01200098c0
do_wait() at do_wait+0x427/frame 0xfffffe0120009940
__umtx_op_wait() at __umtx_op_wait+0x4d/frame 0xfffffe0120009980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120009ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120009ab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 0x80083db2c, rsp = 0x7fffffffe8d8, rbp = 0x7fffffffe960 ---

Tracing command dpinger pid 3279 tid 100564 td 0xfffff800a34c4000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffbb630
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffbb660
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffbb6c0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffbb6f0
_sleep() at _sleep+0x231/frame 0xfffffe011ffbb770
sbwait() at sbwait+0x54/frame 0xfffffe011ffbb790
soreceive_generic() at soreceive_generic+0x268/frame 0xfffffe011ffbb850
kern_recvit() at kern_recvit+0x1c8/frame 0xfffffe011ffbb910
sys_recvfrom() at sys_recvfrom+0x86/frame 0xfffffe011ffbb980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffbbab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffbbab0
--- syscall (29, FreeBSD ELF64, sys_recvfrom), rip = 0x800b4319a, rsp = 0x7fffdfffde98, rbp = 0x7fffdfffdee0 ---

Tracing command dpinger pid 3279 tid 100565 td 0xfffff800a34c3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffc0760
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffc0790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffc07f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ffc0830
_sleep() at _sleep+0x20c/frame 0xfffffe011ffc08b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe011ffc0940
sys_nanosleep() at sys_nanosleep+0x97/frame 0xfffffe011ffc0980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffc0ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffc0ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x800b315da, rsp = 0x7fffdfdfcf58, rbp = 0x7fffdfdfcf80 ---

Tracing command dpinger pid 3279 tid 100566 td 0xfffff800a34c3000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffc5760
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffc5790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffc57f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ffc5830
_sleep() at _sleep+0x20c/frame 0xfffffe011ffc58b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe011ffc5940
sys_nanosleep() at sys_nanosleep+0x97/frame 0xfffffe011ffc5980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffc5ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffc5ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x800b315da, rsp = 0x7fffdfbfbf18, rbp = 0x7fffdfbfbf40 ---

Tracing command dpinger pid 3279 tid 100567 td 0xfffff800a32ad620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffca710
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffca740
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffca7a0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffca7d0
_sleep() at _sleep+0x231/frame 0xfffffe011ffca850
kern_accept4() at kern_accept4+0x190/frame 0xfffffe011ffca920
accept1() at accept1+0xed/frame 0xfffffe011ffca980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffcaab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffcaab0
--- syscall (541, FreeBSD ELF64, sys_accept4), rip = 0x800b316ba, rsp = 0x7fffdf9fae68, rbp = 0x7fffdf9faea0 ---

Tracing command dpinger pid 2700 tid 100466 td 0xfffff800675a5000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0120036720
mi_switch() at mi_switch+0xe6/frame 0xfffffe0120036750
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200367b0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200367e0
_sleep() at _sleep+0x231/frame 0xfffffe0120036860
umtxq_sleep() at umtxq_sleep+0x143/frame 0xfffffe01200368c0
do_wait() at do_wait+0x427/frame 0xfffffe0120036940
__umtx_op_wait() at __umtx_op_wait+0x4d/frame 0xfffffe0120036980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120036ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120036ab0
--- syscall (454, FreeBSD ELF64, sys__umtx_op), rip = 0x80083db2c, rsp = 0x7fffffffe8f8, rbp = 0x7fffffffe980 ---

Tracing command dpinger pid 2700 tid 100560 td 0xfffff800679e7000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffa7630
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffa7660
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffa76c0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffa76f0
_sleep() at _sleep+0x231/frame 0xfffffe011ffa7770
sbwait() at sbwait+0x54/frame 0xfffffe011ffa7790
soreceive_generic() at soreceive_generic+0x268/frame 0xfffffe011ffa7850
kern_recvit() at kern_recvit+0x1c8/frame 0xfffffe011ffa7910
sys_recvfrom() at sys_recvfrom+0x86/frame 0xfffffe011ffa7980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffa7ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffa7ab0
--- syscall (29, FreeBSD ELF64, sys_recvfrom), rip = 0x800b4319a, rsp = 0x7fffdfffde98, rbp = 0x7fffdfffdee0 ---

Tracing command dpinger pid 2700 tid 100561 td 0xfffff800679f8620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0120013760
mi_switch() at mi_switch+0xe6/frame 0xfffffe0120013790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200137f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe0120013830
_sleep() at _sleep+0x20c/frame 0xfffffe01200138b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe0120013940
sys_nanosleep() at sys_nanosleep+0x97/frame 0xfffffe0120013980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120013ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120013ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x800b315da, rsp = 0x7fffdfdfcf58, rbp = 0x7fffdfdfcf80 ---

Tracing command dpinger pid 2700 tid 100562 td 0xfffff800675fc620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0120018760
mi_switch() at mi_switch+0xe6/frame 0xfffffe0120018790
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200187f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe0120018830
_sleep() at _sleep+0x20c/frame 0xfffffe01200188b0
kern_clock_nanosleep() at kern_clock_nanosleep+0x1a7/frame 0xfffffe0120018940
sys_nanosleep() at sys_nanosleep+0x97/frame 0xfffffe0120018980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120018ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120018ab0
--- syscall (240, FreeBSD ELF64, sys_nanosleep), rip = 0x800b315da, rsp = 0x7fffdfbfbf18, rbp = 0x7fffdfbfbf40 ---

Tracing command dpinger pid 2700 tid 100563 td 0xfffff800679b0000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe012001d710
mi_switch() at mi_switch+0xe6/frame 0xfffffe012001d740
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe012001d7a0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe012001d7d0
_sleep() at _sleep+0x231/frame 0xfffffe012001d850
kern_accept4() at kern_accept4+0x190/frame 0xfffffe012001d920
accept1() at accept1+0xed/frame 0xfffffe012001d980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe012001dab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe012001dab0
--- syscall (541, FreeBSD ELF64, sys_accept4), rip = 0x800b316ba, rsp = 0x7fffdf9fae68, rbp = 0x7fffdf9faea0 ---

Tracing command dhcpleases pid 95898 tid 100423 td 0xfffff80013f45620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff70590
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff705c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff70620
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff70650
_sleep() at _sleep+0x231/frame 0xfffffe011ff706d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe011ff708b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe011ff70920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe011ff70980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff70ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff70ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x80090761a, rsp = 0x7fffffffeab8, rbp = 0x7fffffffebc0 ---

Tracing command unbound pid 94829 tid 100467 td 0xfffff800675a4620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe012003b580
mi_switch() at mi_switch+0xe6/frame 0xfffffe012003b5b0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe012003b610
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe012003b650
_sleep() at _sleep+0x20c/frame 0xfffffe012003b6d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe012003b8b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe012003b920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe012003b980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe012003bab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe012003bab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x801d7c61a, rsp = 0x7fffffffe9d8, rbp = 0x7fffffffea20 ---

Tracing command unbound pid 94829 tid 100568 td 0xfffff800679fe000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200bd590
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200bd5c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200bd620
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200bd650
_sleep() at _sleep+0x231/frame 0xfffffe01200bd6d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe01200bd8b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe01200bd920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe01200bd980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe01200bdab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe01200bdab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x801d7c61a, rsp = 0x7fffdf9fae18, rbp = 0x7fffdf9fae60 ---

Tracing command unbound pid 94829 tid 100569 td 0xfffff800679e6000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200c2590
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200c25c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200c2620
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200c2650
_sleep() at _sleep+0x231/frame 0xfffffe01200c26d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe01200c28b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe01200c2920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe01200c2980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe01200c2ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe01200c2ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x801d7c61a, rsp = 0x7fffdf7f9e18, rbp = 0x7fffdf7f9e60 ---

Tracing command unbound pid 94829 tid 100570 td 0xfffff80067c18000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200c7590
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200c75c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe01200c7620
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe01200c7650
_sleep() at _sleep+0x231/frame 0xfffffe01200c76d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe01200c78b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe01200c7920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe01200c7980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe01200c7ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe01200c7ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x801d7c61a, rsp = 0x7fffdf5f8e18, rbp = 0x7fffdf5f8e60 ---

Tracing command filterlog pid 88318 tid 100462 td 0xfffff8005193f000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01200226a0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01200226d0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe0120022730
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe0120022770
_sleep() at _sleep+0x20c/frame 0xfffffe01200227f0
bpfread() at bpfread+0x318/frame 0xfffffe0120022840
devfs_read_f() at devfs_read_f+0xdc/frame 0xfffffe01200228a0
dofileread() at dofileread+0xba/frame 0xfffffe01200228e0
kern_readv() at kern_readv+0x68/frame 0xfffffe0120022930
sys_read() at sys_read+0x86/frame 0xfffffe0120022980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0120022ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0120022ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 0x800dd2d4a, rsp = 0x7fffffffeaa8, rbp = 0x7fffffffebd0 ---

Tracing command openvpn pid 60467 tid 100420 td 0xfffff80013f46620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff61660
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff61690
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff616f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ff61730
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x18c/frame 0xfffffe011ff61790
seltdwait() at seltdwait+0x7b/frame 0xfffffe011ff617d0
kern_poll() at kern_poll+0x3fd/frame 0xfffffe011ff61960
sys_poll() at sys_poll+0x50/frame 0xfffffe011ff61980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff61ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff61ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 0x8017671ba, rsp = 0x7fffffffce28, rbp = 0x7fffffffce70 ---

Tracing command php-fpm pid 54126 tid 100436 td 0xfffff800673d4620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffb1710
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffb1740
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffb17a0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffb17d0
_sleep() at _sleep+0x231/frame 0xfffffe011ffb1850
kern_accept4() at kern_accept4+0x190/frame 0xfffffe011ffb1920
accept1() at accept1+0x60/frame 0xfffffe011ffb1980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffb1ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffb1ab0
--- syscall (30, FreeBSD ELF64, sys_accept), rip = 0x8021bf6da, rsp = 0x7ffffffee908, rbp = 0x7ffffffee940 ---

Tracing command dhcp6c pid 33246 tid 100428 td 0xfffff800372b9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff895c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff895f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff89650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff89680
_sleep() at _sleep+0x231/frame 0xfffffe011ff89700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe011ff89790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe011ff89980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff89ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff89ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x80092743a, rsp = 0x7fffffffdf18, rbp = 0x7fffffffe070 ---

Tracing command dhclient pid 25828 tid 100437 td 0xfffff800673d4000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffb6660
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffb6690
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffb66f0
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ffb6730
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x18c/frame 0xfffffe011ffb6790
seltdwait() at seltdwait+0x7b/frame 0xfffffe011ffb67d0
kern_poll() at kern_poll+0x3fd/frame 0xfffffe011ffb6960
sys_poll() at sys_poll+0x50/frame 0xfffffe011ffb6980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffb6ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffb6ab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 0x800b3f1ba, rsp = 0x7fffffffebd8, rbp = 0x7fffffffec10 ---

Tracing command php-fpm pid 22280 tid 100418 td 0xfffff80008f6f000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff57700
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff57730
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff57790
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff577c0
_sleep() at _sleep+0x231/frame 0xfffffe011ff57840
pipe_read() at pipe_read+0x436/frame 0xfffffe011ff578a0
dofileread() at dofileread+0xba/frame 0xfffffe011ff578e0
kern_readv() at kern_readv+0x68/frame 0xfffffe011ff57930
sys_read() at sys_read+0x86/frame 0xfffffe011ff57980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff57ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff57ab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 0x802229d4a, rsp = 0x7fffffffd028, rbp = 0x7fffffffd060 ---

Tracing command dhclient pid 22196 tid 100435 td 0xfffff80013f30620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ffac680
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ffac6b0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ffac710
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ffac740
_cv_wait_sig() at _cv_wait_sig+0x167/frame 0xfffffe011ffac790
seltdwait() at seltdwait+0xc3/frame 0xfffffe011ffac7d0
kern_poll() at kern_poll+0x3fd/frame 0xfffffe011ffac960
sys_poll() at sys_poll+0x50/frame 0xfffffe011ffac980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ffacab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ffacab0
--- syscall (209, FreeBSD ELF64, sys_poll), rip = 0x800b3f1ba, rsp = 0x7fffffffebe8, rbp = 0x7fffffffec10 ---

Tracing command sshd pid 19810 tid 100429 td 0xfffff800372b9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff8e600
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff8e630
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff8e690
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff8e6c0
_cv_wait_sig() at _cv_wait_sig+0x167/frame 0xfffffe011ff8e710
seltdwait() at seltdwait+0xc3/frame 0xfffffe011ff8e750
kern_select() at kern_select+0x850/frame 0xfffffe011ff8e940
sys_select() at sys_select+0x56/frame 0xfffffe011ff8e980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff8eab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff8eab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 0x801dbed2a, rsp = 0x7fffffffe658, rbp = 0x7fffffffe690 ---

Tracing command devd pid 444 tid 100411 td 0xfffff80008f80000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff345e0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff34610
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff34670
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ff346b0
_cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x18c/frame 0xfffffe011ff34710
seltdwait() at seltdwait+0x7b/frame 0xfffffe011ff34750
kern_select() at kern_select+0x850/frame 0xfffffe011ff34940
sys_select() at sys_select+0x56/frame 0xfffffe011ff34980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff34ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff34ab0
--- syscall (93, FreeBSD ELF64, sys_select), rip = 0x46a6fa, rsp = 0x7fffffffcad8, rbp = 0x7fffffffec80 ---

Tracing command php-cgi pid 417 tid 100419 td 0xfffff80008f5c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff5c700
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff5c730
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff5c790
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff5c7c0
_sleep() at _sleep+0x231/frame 0xfffffe011ff5c840
pipe_read() at pipe_read+0x436/frame 0xfffffe011ff5c8a0
dofileread() at dofileread+0xba/frame 0xfffffe011ff5c8e0
kern_readv() at kern_readv+0x68/frame 0xfffffe011ff5c930
sys_read() at sys_read+0x86/frame 0xfffffe011ff5c980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff5cab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff5cab0
--- syscall (3, FreeBSD ELF64, sys_read), rip = 0x802215d4a, rsp = 0x7fffffffcff8, rbp = 0x7fffffffd030 ---

Tracing command check_reload_status pid 397 tid 100424 td 0xfffff80013f45000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff75590
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff755c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff75620
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff75650
_sleep() at _sleep+0x231/frame 0xfffffe011ff756d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe011ff758b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe011ff75920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe011ff75980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff75ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff75ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x800d5b61a, rsp = 0x7fffffffe9c8, rbp = 0x7fffffffea10 ---

Tracing command check_reload_status pid 395 tid 100412 td 0xfffff80008f65620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff39590
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff395c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff39620
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff39650
_sleep() at _sleep+0x231/frame 0xfffffe011ff396d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe011ff398b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe011ff39920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe011ff39980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff39ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff39ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x800d5b61a, rsp = 0x7fffffffe8b8, rbp = 0x7fffffffe900 ---

Tracing command php-fpm pid 382 tid 100421 td 0xfffff80013f46000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff66710
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff66740
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff667a0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff667d0
_sleep() at _sleep+0x231/frame 0xfffffe011ff66850
kern_accept4() at kern_accept4+0x190/frame 0xfffffe011ff66920
accept1() at accept1+0x60/frame 0xfffffe011ff66980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff66ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff66ab0
--- syscall (30, FreeBSD ELF64, sys_accept), rip = 0x8021bf6da, rsp = 0x7ffffffee908, rbp = 0x7ffffffee940 ---

Tracing command php-fpm pid 381 tid 100408 td 0xfffff80008f80620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff2a710
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff2a740
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff2a7a0
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff2a7d0
_sleep() at _sleep+0x231/frame 0xfffffe011ff2a850
kern_accept4() at kern_accept4+0x190/frame 0xfffffe011ff2a920
accept1() at accept1+0x60/frame 0xfffffe011ff2a980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff2aab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff2aab0
--- syscall (30, FreeBSD ELF64, sys_accept), rip = 0x8021bf6da, rsp = 0x7ffffffee908, rbp = 0x7ffffffee940 ---

Tracing command php-fpm pid 380 tid 100414 td 0xfffff80008f5b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff43580
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff435b0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff43610
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x14/frame 0xfffffe011ff43650
_sleep() at _sleep+0x20c/frame 0xfffffe011ff436d0
kqueue_kevent() at kqueue_kevent+0x290/frame 0xfffffe011ff438b0
kern_kevent() at kern_kevent+0xb5/frame 0xfffffe011ff43920
sys_kevent() at sys_kevent+0xa4/frame 0xfffffe011ff43980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff43ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff43ab0
--- syscall (363, FreeBSD ELF64, sys_kevent), rip = 0x8021bf61a, rsp = 0x7fffffffe8b8, rbp = 0x7fffffffe900 ---

Tracing command md1 pid 75 tid 100406 td 0xfffff800086fd620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff20940
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff20970
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011ff209a0
_sleep() at _sleep+0x23e/frame 0xfffffe011ff20a20
md_kthread() at md_kthread+0xb5/frame 0xfffffe011ff20a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011ff20ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011ff20ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command md0 pid 70 tid 100409 td 0xfffff80008f5e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff2f940
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff2f970
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011ff2f9a0
_sleep() at _sleep+0x23e/frame 0xfffffe011ff2fa20
md_kthread() at md_kthread+0xb5/frame 0xfffffe011ff2fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011ff2fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011ff2fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command sh pid 30 tid 100404 td 0xfffff80008782000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff16790
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff167c0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe011ff16820
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe011ff16850
_sleep() at _sleep+0x231/frame 0xfffffe011ff168d0
kern_sigsuspend() at kern_sigsuspend+0x174/frame 0xfffffe011ff16950
sys_sigsuspend() at sys_sigsuspend+0x31/frame 0xfffffe011ff16980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe011ff16ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe011ff16ab0
--- syscall (4, FreeBSD ELF64, sys_write), rip = 0x800b634ba, rsp = 0x7fffffffe5f8, rbp = 0x7fffffffe6b0 ---

Tracing command vnlru pid 29 tid 100144 td 0xfffff80008784620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa488e0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa48910
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fa48950
_sleep() at _sleep+0x21e/frame 0xfffffe011fa489d0
vnlru_proc() at vnlru_proc+0x95/frame 0xfffffe011fa48a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa48ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa48ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command syncer pid 28 tid 100143 td 0xfffff80008785000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa43910
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa43940
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fa43980
_cv_timedwait_sbt() at _cv_timedwait_sbt+0x18c/frame 0xfffffe011fa439e0
sched_sync() at sched_sync+0xc4/frame 0xfffffe011fa43a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa43ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa43ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command bufspacedaemon pid 27 tid 100142 td 0xfffff80008785620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa3e950
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa3e980
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fa3e9c0
_sleep() at _sleep+0x21e/frame 0xfffffe011fa3ea40
bufspace_daemon() at bufspace_daemon+0x65/frame 0xfffffe011fa3ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa3eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa3eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command bufdaemon pid 26 tid 100141 td 0xfffff80008786000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa39940
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa39970
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fa399b0
_sleep() at _sleep+0x21e/frame 0xfffffe011fa39a30
buf_daemon() at buf_daemon+0x88/frame 0xfffffe011fa39a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa39ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa39ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command pagezero pid 25 tid 100139 td 0xfffff80008786620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa2f950
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa2f980
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fa2f9c0
_sleep() at _sleep+0x21e/frame 0xfffffe011fa2fa40
vm_pagezero() at vm_pagezero+0xa5/frame 0xfffffe011fa2fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa2fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa2fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command vmdaemon pid 24 tid 100137 td 0xfffff8000867e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa25900
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa25930
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa25960
_sleep() at _sleep+0x23e/frame 0xfffffe011fa259e0
vm_daemon() at vm_daemon+0x94/frame 0xfffffe011fa25a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa25ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa25ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command pagedaemon pid 23 tid 100136 td 0xfffff8000867e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa208e0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa20910
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fa20950
_sleep() at _sleep+0x21e/frame 0xfffffe011fa209d0
vm_pageout_worker() at vm_pageout_worker+0x2ca/frame 0xfffffe011fa20a50
vm_pageout() at vm_pageout+0x87/frame 0xfffffe011fa20a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa20ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa20ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command pagedaemon pid 23 tid 100138 td 0xfffff80008784000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa2a8a0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa2a8d0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa2a900
_sleep() at _sleep+0x23e/frame 0xfffffe011fa2a980
vm_pageout_laundry_worker() at vm_pageout_laundry_worker+0xc0c/frame 0xfffffe011fa2aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa2aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa2aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command pagedaemon pid 23 tid 100140 td 0xfffff80008783620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa34950
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa34980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa349b0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa34a30
uma_reclaim_worker() at uma_reclaim_worker+0x86/frame 0xfffffe011fa34a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa34ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa34ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command mmcsd0: mmc/sd card pid 22 tid 100134 td 0xfffff8000867f620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f9ab6e0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9ab710
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9ab740
_sleep() at _sleep+0x23e/frame 0xfffffe011f9ab7c0
mmc_wait_for_request() at mmc_wait_for_request+0x171/frame 0xfffffe011f9ab820
mmcsd_rw() at mmcsd_rw+0x1fc/frame 0xfffffe011f9ab950
mmcsd_task() at mmcsd_task+0x274/frame 0xfffffe011f9aba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f9abab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f9abab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command rand_harvestq pid 21 tid 100128 td 0xfffff800086fb620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f98d920
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f98d950
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f98d990
_sleep() at _sleep+0x21e/frame 0xfffffe011f98da10
random_kthread() at random_kthread+0x278/frame 0xfffffe011f98da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f98dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f98dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command pf purge pid 20 tid 100125 td 0xfffff800086fd000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f97e950
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f97e980
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f97e9c0
_sleep() at _sleep+0x21e/frame 0xfffffe011f97ea40
pf_purge_thread() at pf_purge_thread+0xde/frame 0xfffffe011f97ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f97eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f97eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command sctp_iterator pid 19 tid 100124 td 0xfffff80004c34620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f979970
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9799a0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9799d0
_sleep() at _sleep+0x23e/frame 0xfffffe011f979a50
sctp_iterator_thread() at sctp_iterator_thread+0x59/frame 0xfffffe011f979a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f979ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f979ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command soaiod4 pid 18 tid 100123 td 0xfffff8000868c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f973930
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f973960
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f9739a0
_sleep() at _sleep+0x21e/frame 0xfffffe011f973a20
soaio_kproc_loop() at soaio_kproc_loop+0x1bf/frame 0xfffffe011f973a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f973ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f973ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command soaiod3 pid 17 tid 100122 td 0xfffff8000868d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f96e930
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f96e960
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f96e9a0
_sleep() at _sleep+0x21e/frame 0xfffffe011f96ea20
soaio_kproc_loop() at soaio_kproc_loop+0x1bf/frame 0xfffffe011f96ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f96eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f96eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command soaiod2 pid 16 tid 100121 td 0xfffff8000868d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f969930
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f969960
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f9699a0
_sleep() at _sleep+0x21e/frame 0xfffffe011f969a20
soaio_kproc_loop() at soaio_kproc_loop+0x1bf/frame 0xfffffe011f969a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f969ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f969ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command soaiod1 pid 9 tid 100120 td 0xfffff80004ca7000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f964930
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f964960
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f9649a0
_sleep() at _sleep+0x21e/frame 0xfffffe011f964a20
soaio_kproc_loop() at soaio_kproc_loop+0x1bf/frame 0xfffffe011f964a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f964ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f964ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100099 td 0xfffff8000866e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8fb920
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8fb950
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f8fb990
_cv_timedwait_sbt() at _cv_timedwait_sbt+0x18c/frame 0xfffffe011f8fb9f0
arc_reclaim_thread() at arc_reclaim_thread+0x286/frame 0xfffffe011f8fba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8fbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8fbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100100 td 0xfffff8000866d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f900960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f900990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9009c0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011f900a10
arc_dnlc_evicts_thread() at arc_dnlc_evicts_thread+0xff/frame 0xfffffe011f900a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f900ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f900ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100102 td 0xfffff8000866c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f90a940
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f90a970
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f90a9b0
_cv_timedwait_sbt() at _cv_timedwait_sbt+0x18c/frame 0xfffffe011f90aa10
dbuf_evict_thread() at dbuf_evict_thread+0x127/frame 0xfffffe011f90aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f90aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f90aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100119 td 0xfffff80008680000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f95f880
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f95f8b0
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011f95f8f0
_cv_timedwait_sbt() at _cv_timedwait_sbt+0x18c/frame 0xfffffe011f95f950
l2arc_feed_thread() at l2arc_feed_thread+0x2e9/frame 0xfffffe011f95fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f95fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f95fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100375 td 0xfffff80008876000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fec7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fec7990
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe011fec79d0
_cv_timedwait_sbt() at _cv_timedwait_sbt+0x18c/frame 0xfffffe011fec7a30
trim_thread() at trim_thread+0xab/frame 0xfffffe011fec7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fec7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fec7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100400 td 0xfffff80008875620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fecc930
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fecc960
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fecc990
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011fecc9e0
txg_quiesce_thread() at txg_quiesce_thread+0x12b/frame 0xfffffe011fecca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011feccab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011feccab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100401 td 0xfffff80008875000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff0c5d0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff0c600
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011ff0c630
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011ff0c680
zio_wait() at zio_wait+0x8b/frame 0xfffffe011ff0c6c0
dsl_pool_sync() at dsl_pool_sync+0xdd/frame 0xfffffe011ff0c740
spa_sync() at spa_sync+0x9c5/frame 0xfffffe011ff0c990
txg_sync_thread() at txg_sync_thread+0x280/frame 0xfffffe011ff0ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011ff0cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011ff0cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100402 td 0xfffff80008782620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fed1990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fed19c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fed19f0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011fed1a40
zthr_procedure() at zthr_procedure+0x9b/frame 0xfffffe011fed1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fed1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fed1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command zfskern pid 8 tid 100403 td 0xfffff80008783000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff11990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff119c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011ff119f0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011ff11a40
zthr_procedure() at zthr_procedure+0x9b/frame 0xfffffe011ff11a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011ff11ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011ff11ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100077 td 0xfffff80004cc3000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52d1980
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52d19b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52d19e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe00f52d1a30
usb_process() at usb_process+0x117/frame 0xfffffe00f52d1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52d1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52d1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100078 td 0xfffff80004ca9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52d6980
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52d69b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52d69e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe00f52d6a30
usb_process() at usb_process+0x117/frame 0xfffffe00f52d6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52d6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52d6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100079 td 0xfffff80004cca000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52db980
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52db9b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52db9e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe00f52dba30
usb_process() at usb_process+0x117/frame 0xfffffe00f52dba70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52dbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52dbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100080 td 0xfffff80004cc9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52e0980
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52e09b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52e09e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe00f52e0a30
usb_process() at usb_process+0x117/frame 0xfffffe00f52e0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52e0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52e0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100081 td 0xfffff80004cc9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52e5980
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52e59b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52e59e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe00f52e5a30
usb_process() at usb_process+0x117/frame 0xfffffe00f52e5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52e5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52e5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100087 td 0xfffff80004cd5000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8bd980
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8bd9b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8bd9e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011f8bda30
usb_process() at usb_process+0x117/frame 0xfffffe011f8bda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8bdab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8bdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100088 td 0xfffff80004cca620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8c2980
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8c29b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8c29e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011f8c2a30
usb_process() at usb_process+0x117/frame 0xfffffe011f8c2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8c2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8c2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100089 td 0xfffff80008019000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8c7980
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8c79b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8c79e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011f8c7a30
usb_process() at usb_process+0x117/frame 0xfffffe011f8c7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8c7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8c7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100090 td 0xfffff80008018620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8cc980
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8cc9b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8cc9e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011f8cca30
usb_process() at usb_process+0x117/frame 0xfffffe011f8cca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8ccab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8ccab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command usb pid 15 tid 100091 td 0xfffff80008018000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8d1980
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8d19b0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8d19e0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011f8d1a30
usb_process() at usb_process+0x117/frame 0xfffffe011f8d1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8d1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8d1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command cam pid 7 tid 100048 td 0xfffff80004aa9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f439c940
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f439c970
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f439c9a0
_sleep() at _sleep+0x23e/frame 0xfffffe00f439ca20
xpt_done_td() at xpt_done_td+0x9e/frame 0xfffffe00f439ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f439cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f439cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command cam pid 7 tid 100133 td 0xfffff8000870d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f9a6930
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9a6960
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9a6990
_sleep() at _sleep+0x23e/frame 0xfffffe011f9a6a10
xpt_scanner_thread() at xpt_scanner_thread+0x99/frame 0xfffffe011f9a6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f9a6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f9a6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command crypto returns 3 pid 6 tid 100047 td 0xfffff80004aaa000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4397910
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4397940
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f4397970
_sleep() at _sleep+0x23e/frame 0xfffffe00f43979f0
crypto_ret_proc() at crypto_ret_proc+0x1cd/frame 0xfffffe00f4397a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4397ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4397ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command crypto returns 2 pid 5 tid 100046 td 0xfffff80004aaa620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4392910
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4392940
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f4392970
_sleep() at _sleep+0x23e/frame 0xfffffe00f43929f0
crypto_ret_proc() at crypto_ret_proc+0x1cd/frame 0xfffffe00f4392a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4392ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4392ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command crypto returns 1 pid 4 tid 100045 td 0xfffff80004a9c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f438d910
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f438d940
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f438d970
_sleep() at _sleep+0x23e/frame 0xfffffe00f438d9f0
crypto_ret_proc() at crypto_ret_proc+0x1cd/frame 0xfffffe00f438da70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f438dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f438dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command crypto returns 0 pid 3 tid 100044 td 0xfffff80004a9c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4388910
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4388940
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f4388970
_sleep() at _sleep+0x23e/frame 0xfffffe00f43889f0
crypto_ret_proc() at crypto_ret_proc+0x1cd/frame 0xfffffe00f4388a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4388ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4388ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command crypto pid 2 tid 100043 td 0xfffff80004a9d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4383940
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4383970
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43839a0
_sleep() at _sleep+0x23e/frame 0xfffffe00f4383a20
crypto_proc() at crypto_proc+0x2ca/frame 0xfffffe00f4383a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4383ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4383ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command geom pid 14 tid 100035 td 0xfffff800049b3000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f435b940
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f435b970
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f435b9a0
_sleep() at _sleep+0x23e/frame 0xfffffe00f435ba20
g_run_events() at g_run_events+0x4f/frame 0xfffffe00f435ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f435bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f435bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command geom pid 14 tid 100036 td 0xfffff800049be620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4360950
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4360980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43609b0
_sleep() at _sleep+0x23e/frame 0xfffffe00f4360a30
g_io_schedule_up() at g_io_schedule_up+0x17c/frame 0xfffffe00f4360a60
g_up_procbody() at g_up_procbody+0x6d/frame 0xfffffe00f4360a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4360ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4360ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command geom pid 14 tid 100037 td 0xfffff800049be000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4365940
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4365970
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43659a0
_sleep() at _sleep+0x23e/frame 0xfffffe00f4365a20
g_io_schedule_down() at g_io_schedule_down+0xcc/frame 0xfffffe00f4365a60
g_down_procbody() at g_down_procbody+0x6d/frame 0xfffffe00f4365a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4365ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4365ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command ng_queue pid 13 tid 100031 td 0xfffff800049b5000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191f1950
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191f1980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191f19b0
_sleep() at _sleep+0x23e/frame 0xfffffe01191f1a30
ngthread() at ngthread+0x8c/frame 0xfffffe01191f1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191f1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191f1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command ng_queue pid 13 tid 100032 td 0xfffff800049b4620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191f6950
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191f6980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191f69b0
_sleep() at _sleep+0x23e/frame 0xfffffe01191f6a30
ngthread() at ngthread+0x8c/frame 0xfffffe01191f6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191f6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191f6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command ng_queue pid 13 tid 100033 td 0xfffff800049b4000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191fb950
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191fb980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191fb9b0
_sleep() at _sleep+0x23e/frame 0xfffffe01191fba30
ngthread() at ngthread+0x8c/frame 0xfffffe01191fba70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191fbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191fbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command ng_queue pid 13 tid 100034 td 0xfffff800049b3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4356950
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4356980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43569b0
_sleep() at _sleep+0x23e/frame 0xfffffe00f4356a30
ngthread() at ngthread+0x8c/frame 0xfffffe00f4356a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4356ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4356ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100008 td 0xfffff8000497d620
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100010 td 0xfffff80004971620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191889f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe0119188a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe0119188a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119188ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119188ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100011 td 0xfffff80004988000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011918d9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011918da20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe011918da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011918dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011918dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100022 td 0xfffff800049ad620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191c49f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191c4a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe01191c4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191c4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191c4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100023 td 0xfffff800049ad000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191c99f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191c9a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe01191c9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191c9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191c9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100024 td 0xfffff800049ac620
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100025 td 0xfffff800049ac000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100026 td 0xfffff800049b2620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191d89f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191d8a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe01191d8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191d8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191d8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100027 td 0xfffff800049b2000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100028 td 0xfffff800049b1620
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100029 td 0xfffff800049b1000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100030 td 0xfffff800049ae620
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100049 td 0xfffff80004c34000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43c19f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43c1a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f43c1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43c1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43c1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100051 td 0xfffff80004c53000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43cb9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43cba20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f43cba70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43cbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43cbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100053 td 0xfffff80004a9e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43d59f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43d5a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f43d5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43d5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43d5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100055 td 0xfffff80004c33000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43df9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43dfa20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f43dfa70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43dfab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43dfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100057 td 0xfffff80004c7a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43e99f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43e9a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f43e9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43e9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43e9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100058 td 0xfffff80004c7a000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100060 td 0xfffff80004c6d000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100062 td 0xfffff80004ca6000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100064 td 0xfffff80004ca5000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100066 td 0xfffff80004ca9000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100067 td 0xfffff80004ca8620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f529f9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f529fa20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f529fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f529fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f529fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100069 td 0xfffff80004c2b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52a99f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52a9a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f52a9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52a9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52a9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100071 td 0xfffff80004ca7620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52b39f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52b3a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f52b3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52b3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52b3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100073 td 0xfffff80004c47000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52bd9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52bda20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f52bda70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52bdab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52bdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100075 td 0xfffff80004cc4000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52c79f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52c7a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f52c7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52c7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52c7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100076 td 0xfffff80004cc3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52cc9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52cca20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe00f52cca70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52ccab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52ccab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100082 td 0xfffff80004cc8620
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100083 td 0xfffff80004cc8000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100084 td 0xfffff80004cd9620
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100085 td 0xfffff80004cd9000
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100086 td 0xfffff80004cd5620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8b89f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8b8a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe011f8b8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8b8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8b8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100092 td 0xfffff80008017620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8d89f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8d8a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe011f8d8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8d8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8d8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100093 td 0xfffff80008017000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8dd9f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8dda20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe011f8dda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8ddab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8ddab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100126 td 0xfffff800086fc620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f9839f0
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f983a20
ithread_loop() at ithread_loop+0x1e4/frame 0xfffffe011f983a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f983ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f983ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command intr pid 12 tid 100127 td 0xfffff800086fc000
fork_trampoline() at fork_trampoline

Tracing command idle pid 11 tid 100003 td 0xfffff80004970000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0119165980
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191659b0
sched_idletd() at sched_idletd+0x89/frame 0xfffffe0119165a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119165ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119165ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command idle pid 11 tid 100004 td 0xfffff8000496f620
cpustop_handler() at cpustop_handler+0x28/frame 0xfffffe011913edf0
ipi_nmi_handler() at ipi_nmi_handler+0x44/frame 0xfffffe011913ee10
trap() at trap+0x3a/frame 0xfffffe011913ef20
nmi_calltrap() at nmi_calltrap+0x8/frame 0xfffffe011913ef20
--- trap 0x13, rip = 0xffffffff812fa6c6, rsp = 0xfffffe011916a920, rbp = 0xfffffe011916a920 ---
acpi_cpu_c1() at acpi_cpu_c1+0x6/frame 0xfffffe011916a920
acpi_cpu_idle() at acpi_cpu_idle+0x2e7/frame 0xfffffe011916a970
cpu_idle_acpi() at cpu_idle_acpi+0x3f/frame 0xfffffe011916a990
cpu_idle() at cpu_idle+0x95/frame 0xfffffe011916a9b0
sched_idletd() at sched_idletd+0x544/frame 0xfffffe011916aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011916aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011916aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command idle pid 11 tid 100005 td 0xfffff8000496f000
cpustop_handler() at cpustop_handler+0x28/frame 0xfffffe0119148df0
ipi_nmi_handler() at ipi_nmi_handler+0x44/frame 0xfffffe0119148e10
trap() at trap+0x3a/frame 0xfffffe0119148f20
nmi_calltrap() at nmi_calltrap+0x8/frame 0xfffffe0119148f20
--- trap 0x13, rip = 0xffffffff812fa6c6, rsp = 0xfffffe011916f920, rbp = 0xfffffe011916f920 ---
acpi_cpu_c1() at acpi_cpu_c1+0x6/frame 0xfffffe011916f920
acpi_cpu_idle() at acpi_cpu_idle+0x2e7/frame 0xfffffe011916f970
cpu_idle_acpi() at cpu_idle_acpi+0x3f/frame 0xfffffe011916f990
cpu_idle() at cpu_idle+0x95/frame 0xfffffe011916f9b0
sched_idletd() at sched_idletd+0x544/frame 0xfffffe011916fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011916fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011916fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command idle pid 11 tid 100006 td 0xfffff8000497e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0119174960
mi_switch() at mi_switch+0xe6/frame 0xfffffe0119174990
critical_exit() at critical_exit+0x6d/frame 0xfffffe01191749b0
sched_idletd() at sched_idletd+0x544/frame 0xfffffe0119174a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119174ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119174ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command init pid 1 tid 100002 td 0xfffff80004970620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191605c0
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191605f0
sleepq_catch_signals() at sleepq_catch_signals+0x40c/frame 0xfffffe0119160650
sleepq_wait_sig() at sleepq_wait_sig+0xf/frame 0xfffffe0119160680
_sleep() at _sleep+0x231/frame 0xfffffe0119160700
kern_wait6() at kern_wait6+0x4cd/frame 0xfffffe0119160790
sys_wait4() at sys_wait4+0x78/frame 0xfffffe0119160980
amd64_syscall() at amd64_syscall+0xa38/frame 0xfffffe0119160ab0
fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0119160ab0
--- syscall (7, FreeBSD ELF64, sys_wait4), rip = 0x42252a, rsp = 0x7fffffffe7b8, rbp = 0x7fffffffe850 ---

Tracing command audit pid 10 tid 100001 td 0xfffff80004971000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011915b950
mi_switch() at mi_switch+0xe6/frame 0xfffffe011915b980
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011915b9b0
_cv_wait() at _cv_wait+0x16e/frame 0xfffffe011915ba00
audit_worker() at audit_worker+0x73/frame 0xfffffe011915ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011915bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011915bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100000 td 0xffffffff82b85220
sched_switch() at sched_switch+0x8ad/frame 0xffffffff8337aa30
mi_switch() at mi_switch+0xe6/frame 0xffffffff8337aa60
sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xffffffff8337aaa0
_sleep() at _sleep+0x21e/frame 0xffffffff8337ab20
swapper() at swapper+0x2da/frame 0xffffffff8337ab70
btext() at btext+0x2c

Tracing command kernel pid 0 tid 100007 td 0xfffff8000497e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0119179960
mi_switch() at mi_switch+0xe6/frame 0xfffffe0119179990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191799c0
_sleep() at _sleep+0x23e/frame 0xfffffe0119179a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe0119179a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119179ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119179ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100009 td 0xfffff8000497d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0119183960
mi_switch() at mi_switch+0xe6/frame 0xfffffe0119183990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191839c0
_sleep() at _sleep+0x23e/frame 0xfffffe0119183a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe0119183a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119183ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119183ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100012 td 0xfffff80004987620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0119192960
mi_switch() at mi_switch+0xe6/frame 0xfffffe0119192990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191929c0
_sleep() at _sleep+0x23e/frame 0xfffffe0119192a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe0119192a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119192ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119192ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100013 td 0xfffff80004987000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe0119197990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191979c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191979f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe0119197a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe0119197a70
fork_exit() at fork_exit+0x83/frame 0xfffffe0119197ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0119197ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100014 td 0xfffff80004986620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011919c990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011919c9c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011919c9f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe011919ca40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe011919ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011919cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011919cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100015 td 0xfffff80004986000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191a1990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191a19c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191a19f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191a1a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191a1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191a1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191a1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100016 td 0xfffff8000498a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191a6990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191a69c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191a69f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191a6a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191a6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191a6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191a6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100017 td 0xfffff8000498a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191ab990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191ab9c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191ab9f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191aba40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191aba70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191abab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191abab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100018 td 0xfffff80004989620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191b0990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191b09c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191b09f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191b0a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191b0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191b0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191b0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100019 td 0xfffff80004989000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191b5990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191b59c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191b59f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191b5a40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191b5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191b5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191b5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100020 td 0xfffff80004988620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191ba990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191ba9c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191ba9f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191baa40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191baa70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191baab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191baab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100021 td 0xfffff800049ae000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe01191bf990
mi_switch() at mi_switch+0xe6/frame 0xfffffe01191bf9c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe01191bf9f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe01191bfa40
gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc3/frame 0xfffffe01191bfa70
fork_exit() at fork_exit+0x83/frame 0xfffffe01191bfab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe01191bfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100038 td 0xfffff800049bd620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f436a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f436a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f436a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f436aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f436aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f436aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f436aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100039 td 0xfffff800049bd000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f436f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f436f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f436f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f436fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f436fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f436fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f436fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100040 td 0xfffff800049b5620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4374960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4374990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43749c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f4374a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f4374a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4374ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4374ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100041 td 0xfffff80004a9e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f4379960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f4379990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43799c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f4379a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f4379a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f4379ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f4379ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100042 td 0xfffff80004a9d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f437e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f437e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f437e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f437ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f437ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f437eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f437eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100050 td 0xfffff80004c53620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43c6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43c6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43c69c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f43c6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f43c6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43c6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43c6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100052 td 0xfffff80004aa9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43d0960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43d0990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43d09c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f43d0a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f43d0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43d0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43d0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100054 td 0xfffff80004c33620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43da960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43da990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43da9c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f43daa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f43daa70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43daab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43daab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100056 td 0xfffff80004c7b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f43e4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f43e4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f43e49c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f43e4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f43e4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f43e4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f43e4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100059 td 0xfffff80004c6d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f5257960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f5257990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52579c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f5257a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f5257a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f5257ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f5257ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100061 td 0xfffff80004ca6620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f5261960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f5261990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52619c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f5261a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f5261a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f5261ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f5261ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100063 td 0xfffff80004ca5620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f526b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f526b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f526b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f526ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f526ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f526bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f526bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100065 td 0xfffff80004c7b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f5275960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f5275990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52759c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f5275a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f5275a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f5275ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f5275ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100068 td 0xfffff80004c2b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52a4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52a4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52a49c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f52a4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f52a4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52a4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52a4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100070 td 0xfffff80004ca8000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52ae960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52ae990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52ae9c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f52aea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f52aea70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52aeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52aeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100072 td 0xfffff80004c47620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52b8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52b8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52b89c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f52b8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f52b8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52b8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52b8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100074 td 0xfffff80004cc4620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe00f52c2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe00f52c2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe00f52c29c0
_sleep() at _sleep+0x23e/frame 0xfffffe00f52c2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00f52c2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe00f52c2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f52c2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100094 td 0xfffff80008040620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8e2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8e2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8e29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f8e2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f8e2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8e2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8e2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100095 td 0xfffff80008040000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8e7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8e7990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8e79c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f8e7a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f8e7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8e7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8e7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100096 td 0xfffff8000803f620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8ec960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8ec990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8ec9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f8eca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f8eca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8ecab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8ecab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100097 td 0xfffff8000803f000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8f1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8f1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8f19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f8f1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f8f1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8f1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8f1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100098 td 0xfffff80008019620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f8f6990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f8f69c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f8f69f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe011f8f6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xc3/frame 0xfffffe011f8f6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f8f6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f8f6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100101 td 0xfffff8000866d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f905960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f905990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9059c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f905a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f905a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f905ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f905ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100103 td 0xfffff8000866c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f90f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f90f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f90f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f90fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f90fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f90fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f90fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100104 td 0xfffff80008678620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f914960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f914990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9149c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f914a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f914a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f914ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f914ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100105 td 0xfffff80008678000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f919960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f919990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9199c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f919a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f919a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f919ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f919ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100106 td 0xfffff80008677620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f91e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f91e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f91e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f91ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f91ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f91eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f91eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100107 td 0xfffff80008677000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f923960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f923990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9239c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f923a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f923a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f923ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f923ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100108 td 0xfffff8000866e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f928960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f928990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9289c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f928a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f928a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f928ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f928ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100109 td 0xfffff8000867b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f92d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f92d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f92d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f92da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f92da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f92dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f92dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100110 td 0xfffff8000867a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f932960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f932990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9329c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f932a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f932a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f932ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f932ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100111 td 0xfffff8000867a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f937960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f937990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9379c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f937a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f937a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f937ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f937ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100112 td 0xfffff80008679620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f93c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f93c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f93c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f93ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f93ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f93cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f93cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100113 td 0xfffff80008679000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f941960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f941990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9419c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f941a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f941a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f941ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f941ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100114 td 0xfffff8000867d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f946960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f946990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9469c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f946a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f946a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f946ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f946ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100115 td 0xfffff8000867d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f94b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f94b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f94b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f94ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f94ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f94bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f94bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100116 td 0xfffff8000867c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f950960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f950990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9509c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f950a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f950a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f950ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f950ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100117 td 0xfffff8000867c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f955960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f955990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9559c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f955a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f955a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f955ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f955ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100118 td 0xfffff8000867b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f95a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f95a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f95a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f95aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f95aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f95aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f95aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100129 td 0xfffff800086fb000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f992990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9929c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9929f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe011f992a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xc3/frame 0xfffffe011f992a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f992ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f992ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100130 td 0xfffff8000870e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f997990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9979c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9979f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe011f997a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xc3/frame 0xfffffe011f997a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f997ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f997ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100131 td 0xfffff8000870e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f99c990
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f99c9c0
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f99c9f0
msleep_spin_sbt() at msleep_spin_sbt+0x173/frame 0xfffffe011f99ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xc3/frame 0xfffffe011f99ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f99cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f99cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100132 td 0xfffff8000870d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f9a1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9a1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9a19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f9a1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f9a1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f9a1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f9a1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100135 td 0xfffff8000867f000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011f9b2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011f9b2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011f9b29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011f9b2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011f9b2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011f9b2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011f9b2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100147 td 0xfffff80008680620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa4d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa4d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa4d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa4da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa4da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa4dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa4dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100148 td 0xfffff8000868c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa52960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa52990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa529c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa52a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa52a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa52ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa52ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100149 td 0xfffff800087b9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa57960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa57990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa579c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa57a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa57a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa57ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa57ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100150 td 0xfffff800087b8620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa5c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa5c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa5c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa5ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa5ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa5cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa5cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100151 td 0xfffff800087b8000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa61960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa61990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa619c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa61a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa61a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa61ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa61ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100152 td 0xfffff800087b7620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa66960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa66990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa669c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa66a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa66a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa66ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa66ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100153 td 0xfffff800087b7000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa6b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa6b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa6b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa6ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa6ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa6bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa6bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100154 td 0xfffff800087bb620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa70960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa70990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa709c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa70a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa70a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa70ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa70ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100155 td 0xfffff800087bb000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa75960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa75990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa759c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa75a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa75a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa75ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa75ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100156 td 0xfffff800087ba620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa7a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa7a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa7a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa7aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa7aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa7aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa7aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100157 td 0xfffff800087ba000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa7f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa7f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa7f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa7fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa7fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa7fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa7fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100158 td 0xfffff800087b9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa84960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa84990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa849c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa84a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa84a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa84ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa84ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100159 td 0xfffff800087be000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa89960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa89990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa899c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa89a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa89a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa89ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa89ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100160 td 0xfffff800087bd620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa8e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa8e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa8e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa8ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa8ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa8eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa8eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100161 td 0xfffff800087bd000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa93960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa93990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa939c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa93a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa93a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa93ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa93ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100162 td 0xfffff800087bc620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa98960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa98990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa989c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa98a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa98a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa98ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa98ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100163 td 0xfffff800087bc000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fa9d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fa9d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fa9d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fa9da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fa9da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fa9dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fa9dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100164 td 0xfffff800087c0620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faa2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faa2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faa29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011faa2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011faa2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011faa2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011faa2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100165 td 0xfffff800087c0000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faa7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faa7990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faa79c0
_sleep() at _sleep+0x23e/frame 0xfffffe011faa7a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011faa7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011faa7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011faa7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100166 td 0xfffff800087bf620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faac960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faac990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faac9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011faaca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011faaca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011faacab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011faacab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100167 td 0xfffff800087bf000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fab1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fab1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fab19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fab1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fab1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fab1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fab1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100168 td 0xfffff800087be620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fab6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fab6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fab69c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fab6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fab6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fab6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fab6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100169 td 0xfffff800087c3000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fabb960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fabb990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fabb9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fabba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fabba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fabbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fabbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100170 td 0xfffff800087c2620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fac0960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fac0990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fac09c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fac0a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fac0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fac0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fac0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100171 td 0xfffff800087c2000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fac5960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fac5990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fac59c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fac5a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fac5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fac5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fac5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100172 td 0xfffff800087c1620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faca960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faca990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faca9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011facaa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011facaa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011facaab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011facaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100173 td 0xfffff800087c1000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011facf960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011facf990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011facf9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011facfa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011facfa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011facfab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011facfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100174 td 0xfffff800087c9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fad4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fad4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fad49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fad4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fad4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fad4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fad4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100175 td 0xfffff800087c9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fad9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fad9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fad99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fad9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fad9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fad9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fad9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100176 td 0xfffff800087c8620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fade960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fade990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fade9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fadea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fadea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fadeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fadeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100177 td 0xfffff800087c8000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fae3960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fae3990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fae39c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fae3a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fae3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fae3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fae3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100178 td 0xfffff800087c3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fae8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fae8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fae89c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fae8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fae8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fae8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fae8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100179 td 0xfffff800087d1000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faed960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faed990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faed9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011faeda40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011faeda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011faedab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011faedab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100180 td 0xfffff800087d0620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faf2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faf2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faf29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011faf2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011faf2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011faf2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011faf2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100181 td 0xfffff800087d0000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011faf7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011faf7990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011faf79c0
_sleep() at _sleep+0x23e/frame 0xfffffe011faf7a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011faf7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011faf7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011faf7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100182 td 0xfffff800087cf620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fafc960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fafc990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fafc9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fafca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fafca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fafcab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fafcab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100183 td 0xfffff800087cf000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb01960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb01990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb019c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb01a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb01a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb01ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb01ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100184 td 0xfffff800087d3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb06960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb06990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb069c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb06a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb06a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb06ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb06ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100185 td 0xfffff800087d3000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb0b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb0b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb0b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb0ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb0ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb0bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb0bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100186 td 0xfffff800087d2620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb10960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb10990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb109c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb10a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb10a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb10ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb10ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100187 td 0xfffff800087d2000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb15960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb15990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb159c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb15a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb15a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb15ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb15ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100188 td 0xfffff800087d1620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb1a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb1a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb1a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb1aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb1aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb1aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb1aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100189 td 0xfffff800087d9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb1f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb1f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb1f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb1fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb1fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb1fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb1fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100190 td 0xfffff800087d8620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb24960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb24990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb249c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb24a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb24a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb24ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb24ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100191 td 0xfffff800087d8000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb29960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb29990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb299c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb29a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb29a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb29ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb29ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100192 td 0xfffff800087d4620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb2e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb2e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb2e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb2ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb2ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb2eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb2eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100193 td 0xfffff800087d4000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb33960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb33990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb339c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb33a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb33a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb33ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb33ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100194 td 0xfffff800087de620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb38960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb38990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb389c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb38a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb38a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb38ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb38ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100195 td 0xfffff800087de000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb3d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb3d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb3d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb3da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb3da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb3dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb3dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100196 td 0xfffff800087dd620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb42960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb42990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb429c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb42a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb42a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb42ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb42ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100197 td 0xfffff800087dd000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb47960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb47990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb479c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb47a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb47a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb47ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb47ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100198 td 0xfffff800087d9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb4c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb4c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb4c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb4ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb4ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb4cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb4cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100199 td 0xfffff800087e1000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb51960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb51990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb519c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb51a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb51a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb51ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb51ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100200 td 0xfffff800087e0620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb56960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb56990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb569c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb56a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb56a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb56ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb56ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100201 td 0xfffff800087e0000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb5b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb5b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb5b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb5ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb5ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb5bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb5bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100202 td 0xfffff800087df620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb60960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb60990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb609c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb60a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb60a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb60ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb60ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100203 td 0xfffff800087df000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb65960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb65990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb659c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb65a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb65a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb65ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb65ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100204 td 0xfffff800087e3620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb6a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb6a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb6a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb6aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb6aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb6aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb6aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100205 td 0xfffff800087e3000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb6f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb6f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb6f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb6fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb6fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb6fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb6fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100206 td 0xfffff800087e2620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb74960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb74990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb749c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb74a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb74a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb74ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb74ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100207 td 0xfffff800087e2000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb79960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb79990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb799c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb79a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb79a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb79ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb79ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100208 td 0xfffff800087e1620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb7e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb7e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb7e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb7ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb7ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb7eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb7eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100209 td 0xfffff800087e6000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb83960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb83990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb839c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb83a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb83a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb83ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb83ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100210 td 0xfffff800087e5620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb88960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb88990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb889c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb88a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb88a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb88ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb88ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100211 td 0xfffff800087e5000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb8d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb8d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb8d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb8da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb8da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb8dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb8dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100212 td 0xfffff800087e4620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb92960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb92990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb929c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb92a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb92a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb92ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb92ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100213 td 0xfffff800087e4000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb97960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb97990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb979c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb97a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb97a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb97ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb97ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100214 td 0xfffff800087e8620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fb9c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fb9c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fb9c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fb9ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fb9ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fb9cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fb9cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100215 td 0xfffff800087e8000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fba1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fba1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fba19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fba1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fba1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fba1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fba1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100216 td 0xfffff800087e7620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fba6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fba6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fba69c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fba6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fba6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fba6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fba6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100217 td 0xfffff800087e7000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbab960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbab990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbab9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbaba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbaba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbabab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbabab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100218 td 0xfffff800087e6620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbb0960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbb0990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbb09c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbb0a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbb0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbb0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbb0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100219 td 0xfffff800087eb000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbb5960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbb5990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbb59c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbb5a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbb5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbb5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbb5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100220 td 0xfffff800087ea620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbba960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbba990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbba9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbbaa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbbaa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbbaab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbbaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100221 td 0xfffff800087ea000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbbf960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbbf990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbbf9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbbfa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbbfa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbbfab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbbfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100222 td 0xfffff800087e9620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbc4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbc4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbc49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbc4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbc4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbc4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbc4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100223 td 0xfffff800087e9000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbc9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbc9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbc99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbc9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbc9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbc9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbc9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100224 td 0xfffff800087ed620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbce960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbce990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbce9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbcea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbcea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbceab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbceab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100225 td 0xfffff800087ed000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbd3960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbd3990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbd39c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbd3a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbd3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbd3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbd3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100226 td 0xfffff800087ec620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbd8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbd8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbd89c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbd8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbd8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbd8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbd8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100227 td 0xfffff800087ec000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbdd960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbdd990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbdd9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbdda40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbdda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbddab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbddab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100228 td 0xfffff800087eb620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbe2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbe2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbe29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbe2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbe2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbe2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbe2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100229 td 0xfffff800087f0000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbe7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbe7990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbe79c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbe7a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbe7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbe7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbe7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100230 td 0xfffff800087ef620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbec960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbec990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbec9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbeca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbeca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbecab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbecab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100231 td 0xfffff800087ef000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbf1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbf1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbf19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbf1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbf1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbf1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbf1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100232 td 0xfffff800087ee620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbf6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbf6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbf69c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbf6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbf6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbf6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbf6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100233 td 0xfffff800087ee000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fbfb960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fbfb990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fbfb9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fbfba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fbfba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fbfbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fbfbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100234 td 0xfffff800087fc620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc04960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc04990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc049c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc04a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc04a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc04ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc04ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100235 td 0xfffff800087fc000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc09960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc09990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc099c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc09a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc09a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc09ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc09ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100236 td 0xfffff800087fb620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc0e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc0e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc0e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc0ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc0ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc0eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc0eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100237 td 0xfffff800087fb000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc13960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc13990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc139c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc13a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc13a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc13ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc13ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100238 td 0xfffff800087f0620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc18960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc18990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc189c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc18a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc18a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc18ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc18ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100239 td 0xfffff80008800000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc1d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc1d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc1d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc1da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc1da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc1dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc1dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100240 td 0xfffff800087ff620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc22960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc22990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc229c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc22a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc22a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc22ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc22ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100241 td 0xfffff800087ff000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc27960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc27990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc279c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc27a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc27a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc27ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc27ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100242 td 0xfffff800087fe620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc2c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc2c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc2c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc2ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc2ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc2cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc2cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100243 td 0xfffff800087fe000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc31960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc31990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc319c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc31a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc31a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc31ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc31ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100244 td 0xfffff80008802620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc36960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc36990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc369c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc36a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc36a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc36ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc36ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100245 td 0xfffff80008802000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc3b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc3b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc3b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc3ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc3ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc3bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc3bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100246 td 0xfffff80008801620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc40960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc40990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc409c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc40a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc40a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc40ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc40ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100247 td 0xfffff80008801000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc45960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc45990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc459c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc45a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc45a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc45ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc45ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100248 td 0xfffff80008800620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc4a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc4a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc4a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc4aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc4aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc4aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc4aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100249 td 0xfffff8000880a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc4f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc4f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc4f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc4fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc4fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc4fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc4fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100250 td 0xfffff80008806620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc54960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc54990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc549c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc54a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc54a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc54ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc54ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100251 td 0xfffff80008806000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc59960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc59990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc599c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc59a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc59a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc59ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc59ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100252 td 0xfffff80008805620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc5e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc5e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc5e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc5ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc5ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc5eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc5eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100253 td 0xfffff80008805000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc63960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc63990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc639c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc63a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc63a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc63ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc63ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100254 td 0xfffff80008814620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc68960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc68990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc689c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc68a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc68a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc68ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc68ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100255 td 0xfffff80008814000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc6d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc6d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc6d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc6da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc6da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc6dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc6dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100256 td 0xfffff80008813620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc72960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc72990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc729c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc72a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc72a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc72ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc72ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100257 td 0xfffff80008813000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc77960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc77990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc779c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc77a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc77a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc77ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc77ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100258 td 0xfffff8000880a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc7c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc7c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc7c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc7ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc7ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc7cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc7cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100259 td 0xfffff80008817000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc81960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc81990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc819c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc81a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc81a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc81ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc81ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100260 td 0xfffff80008816620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc86960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc86990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc869c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc86a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc86a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc86ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc86ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100261 td 0xfffff80008816000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc8b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc8b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc8b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc8ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc8ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc8bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc8bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100262 td 0xfffff80008815620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc90960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc90990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc909c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc90a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc90a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc90ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc90ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100263 td 0xfffff80008815000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc95960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc95990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc959c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc95a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc95a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc95ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc95ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100264 td 0xfffff80008819620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc9a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc9a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc9a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc9aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc9aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc9aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc9aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100265 td 0xfffff80008819000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fc9f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fc9f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fc9f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fc9fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fc9fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fc9fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fc9fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100266 td 0xfffff80008818620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fca4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fca4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fca49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fca4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fca4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fca4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fca4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100267 td 0xfffff80008818000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fca9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fca9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fca99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fca9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fca9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fca9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fca9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100268 td 0xfffff80008817620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcae960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcae990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcae9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcaea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcaea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcaeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcaeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100269 td 0xfffff8000881c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcb3960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcb3990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcb39c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcb3a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcb3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcb3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcb3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100270 td 0xfffff8000881b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcb8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcb8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcb89c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcb8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcb8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcb8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcb8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100271 td 0xfffff8000881b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcbd960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcbd990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcbd9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcbda40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcbda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcbdab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcbdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100272 td 0xfffff8000881a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcc2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcc2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcc29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcc2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcc2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcc2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcc2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100273 td 0xfffff8000881a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcc7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcc7990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcc79c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcc7a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcc7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcc7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcc7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100274 td 0xfffff8000881e620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fccc960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fccc990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fccc9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fccca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fccca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcccab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcccab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100275 td 0xfffff8000881e000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcd1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcd1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcd19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcd1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcd1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcd1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcd1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100276 td 0xfffff8000881d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcd6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcd6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcd69c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcd6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcd6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcd6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcd6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100277 td 0xfffff8000881d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcdb960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcdb990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcdb9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcdba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcdba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcdbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcdbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100278 td 0xfffff8000881c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fce0960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fce0990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fce09c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fce0a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fce0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fce0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fce0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100279 td 0xfffff80008821000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fce5960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fce5990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fce59c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fce5a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fce5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fce5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fce5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100280 td 0xfffff80008820620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcea960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcea990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcea9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fceaa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fceaa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fceaab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fceaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100281 td 0xfffff80008820000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcef960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcef990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcef9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcefa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcefa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcefab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcefab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100282 td 0xfffff8000881f620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcf4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcf4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcf49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcf4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcf4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcf4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcf4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100283 td 0xfffff8000881f000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcf9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcf9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcf99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcf9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcf9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcf9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcf9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100284 td 0xfffff80008823620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fcfe960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fcfe990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fcfe9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fcfea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fcfea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fcfeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fcfeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100285 td 0xfffff80008823000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd03960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd03990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd039c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd03a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd03a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd03ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd03ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100286 td 0xfffff80008822620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd08960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd08990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd089c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd08a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd08a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd08ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd08ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100287 td 0xfffff80008822000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd0d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd0d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd0d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd0da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd0da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd0dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd0dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100288 td 0xfffff80008821620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd12960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd12990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd129c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd12a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd12a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd12ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd12ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100289 td 0xfffff8000882a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd17960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd17990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd179c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd17a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd17a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd17ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd17ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100290 td 0xfffff80008829620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd1c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd1c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd1c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd1ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd1ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd1cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd1cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100291 td 0xfffff80008829000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd21960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd21990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd219c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd21a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd21a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd21ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd21ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100292 td 0xfffff80008828620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd26960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd26990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd269c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd26a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd26a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd26ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd26ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100293 td 0xfffff80008828000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd2b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd2b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd2b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd2ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd2ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd2bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd2bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100294 td 0xfffff80008830620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd30960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd30990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd309c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd30a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd30a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd30ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd30ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100295 td 0xfffff80008830000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd35960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd35990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd359c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd35a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd35a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd35ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd35ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100296 td 0xfffff8000882b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd3a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd3a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd3a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd3aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd3aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd3aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd3aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100297 td 0xfffff8000882b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd3f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd3f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd3f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd3fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd3fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd3fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd3fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100298 td 0xfffff8000882a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd44960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd44990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd449c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd44a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd44a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd44ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd44ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100299 td 0xfffff80008835000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd49960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd49990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd499c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd49a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd49a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd49ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd49ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100300 td 0xfffff80008834620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd4e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd4e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd4e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd4ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd4ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd4eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd4eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100301 td 0xfffff80008834000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd53960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd53990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd539c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd53a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd53a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd53ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd53ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100302 td 0xfffff80008833620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd58960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd58990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd589c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd58a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd58a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd58ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd58ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100303 td 0xfffff80008833000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd5d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd5d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd5d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd5da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd5da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd5dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd5dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100304 td 0xfffff80008837620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd62960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd62990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd629c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd62a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd62a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd62ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd62ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100305 td 0xfffff80008837000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd67960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd67990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd679c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd67a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd67a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd67ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd67ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100306 td 0xfffff80008836620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd6c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd6c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd6c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd6ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd6ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd6cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd6cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100307 td 0xfffff80008836000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd71960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd71990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd719c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd71a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd71a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd71ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd71ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100308 td 0xfffff80008835620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd76960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd76990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd769c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd76a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd76a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd76ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd76ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100309 td 0xfffff8000883d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd7b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd7b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd7b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd7ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd7ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd7bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd7bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100310 td 0xfffff80008839620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd80960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd80990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd809c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd80a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd80a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd80ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd80ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100311 td 0xfffff80008839000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd85960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd85990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd859c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd85a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd85a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd85ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd85ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100312 td 0xfffff80008838620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd8a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd8a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd8a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd8aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd8aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd8aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd8aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100313 td 0xfffff80008838000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd8f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd8f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd8f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd8fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd8fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd8fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd8fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100314 td 0xfffff80008843620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd94960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd94990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd949c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd94a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd94a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd94ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd94ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100315 td 0xfffff80008843000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd99960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd99990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd999c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd99a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd99a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd99ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd99ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100316 td 0xfffff80008842620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fd9e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fd9e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fd9e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fd9ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fd9ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fd9eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fd9eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100317 td 0xfffff80008842000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fda3960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fda3990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fda39c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fda3a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fda3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fda3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fda3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100318 td 0xfffff8000883d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fda8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fda8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fda89c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fda8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fda8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fda8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fda8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100319 td 0xfffff80008846000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdad960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdad990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdad9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdada40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdada70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdadab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdadab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100320 td 0xfffff80008845620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdb2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdb2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdb29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdb2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdb2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdb2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdb2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100321 td 0xfffff80008845000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdb7960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdb7990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdb79c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdb7a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdb7a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdb7ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdb7ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100322 td 0xfffff80008844620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdbc960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdbc990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdbc9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdbca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdbca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdbcab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdbcab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100323 td 0xfffff80008844000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdc1960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdc1990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdc19c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdc1a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdc1a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdc1ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdc1ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100324 td 0xfffff80008848620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdc6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdc6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdc69c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdc6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdc6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdc6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdc6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100325 td 0xfffff80008848000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdcb960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdcb990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdcb9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdcba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdcba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdcbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdcbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100326 td 0xfffff80008847620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdd0960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdd0990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdd09c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdd0a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdd0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdd0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdd0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100327 td 0xfffff80008847000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdd5960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdd5990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdd59c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdd5a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdd5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdd5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdd5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100328 td 0xfffff80008846620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdda960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdda990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdda9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fddaa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fddaa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fddaab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fddaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100329 td 0xfffff8000884b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fddf960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fddf990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fddf9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fddfa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fddfa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fddfab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fddfab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100330 td 0xfffff8000884a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fde4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fde4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fde49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fde4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fde4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fde4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fde4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100331 td 0xfffff8000884a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fde9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fde9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fde99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fde9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fde9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fde9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fde9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100332 td 0xfffff80008849620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdee960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdee990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdee9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdeea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdeea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdeeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdeeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100333 td 0xfffff80008849000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdf3960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdf3990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdf39c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdf3a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdf3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdf3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdf3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100334 td 0xfffff8000884d620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdf8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdf8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdf89c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdf8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdf8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdf8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdf8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100335 td 0xfffff8000884d000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fdfd960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fdfd990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fdfd9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fdfda40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fdfda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fdfdab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fdfdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100336 td 0xfffff8000884c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe04960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe04990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe049c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe04a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe04a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe04ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe04ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100337 td 0xfffff8000884c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe09960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe09990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe099c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe09a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe09a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe09ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe09ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100338 td 0xfffff8000884b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe0e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe0e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe0e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe0ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe0ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe0eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe0eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100339 td 0xfffff80008851000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe13960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe13990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe139c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe13a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe13a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe13ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe13ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100340 td 0xfffff80008850620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe18960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe18990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe189c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe18a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe18a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe18ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe18ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100341 td 0xfffff80008850000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe1d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe1d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe1d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe1da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe1da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe1dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe1dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100342 td 0xfffff8000884f620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe22960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe22990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe229c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe22a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe22a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe22ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe22ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100343 td 0xfffff8000884f000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe27960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe27990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe279c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe27a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe27a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe27ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe27ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100344 td 0xfffff80008857620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe2c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe2c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe2c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe2ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe2ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe2cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe2cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100345 td 0xfffff80008857000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe31960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe31990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe319c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe31a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe31a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe31ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe31ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100346 td 0xfffff80008856620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe36960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe36990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe369c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe36a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe36a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe36ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe36ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100347 td 0xfffff80008856000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe3b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe3b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe3b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe3ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe3ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe3bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe3bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100348 td 0xfffff80008851620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe40960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe40990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe409c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe40a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe40a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe40ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe40ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100349 td 0xfffff8000885a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe45960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe45990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe459c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe45a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe45a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe45ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe45ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100350 td 0xfffff80008859620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe4a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe4a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe4a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe4aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe4aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe4aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe4aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100351 td 0xfffff80008859000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe4f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe4f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe4f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe4fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe4fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe4fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe4fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100352 td 0xfffff80008858620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe54960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe54990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe549c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe54a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe54a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe54ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe54ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100353 td 0xfffff80008858000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe59960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe59990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe599c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe59a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe59a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe59ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe59ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100354 td 0xfffff80008860620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe5e960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe5e990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe5e9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe5ea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe5ea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe5eab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe5eab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100355 td 0xfffff80008860000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe63960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe63990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe639c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe63a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe63a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe63ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe63ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100356 td 0xfffff8000885b620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe68960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe68990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe689c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe68a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe68a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe68ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe68ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100357 td 0xfffff8000885b000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe6d960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe6d990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe6d9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe6da40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe6da70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe6dab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe6dab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100358 td 0xfffff8000885a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe72960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe72990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe729c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe72a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe72a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe72ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe72ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100359 td 0xfffff80008865000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe77960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe77990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe779c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe77a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe77a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe77ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe77ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100360 td 0xfffff80008864620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe7c960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe7c990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe7c9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe7ca40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe7ca70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe7cab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe7cab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100361 td 0xfffff80008864000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe81960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe81990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe819c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe81a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe81a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe81ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe81ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100362 td 0xfffff80008863620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe86960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe86990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe869c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe86a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe86a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe86ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe86ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100363 td 0xfffff80008863000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe8b960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe8b990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe8b9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe8ba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe8ba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe8bab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe8bab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100364 td 0xfffff80008867620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe90960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe90990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe909c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe90a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe90a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe90ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe90ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100365 td 0xfffff80008867000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe95960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe95990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe959c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe95a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe95a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe95ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe95ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100366 td 0xfffff80008866620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe9a960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe9a990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe9a9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe9aa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe9aa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe9aab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe9aab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100367 td 0xfffff80008866000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fe9f960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fe9f990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fe9f9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fe9fa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fe9fa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fe9fab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fe9fab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100368 td 0xfffff80008865620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fea4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fea4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fea49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fea4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fea4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fea4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fea4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100369 td 0xfffff8000886a000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fea9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fea9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fea99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fea9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fea9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fea9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fea9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100370 td 0xfffff80008869620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011feae960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011feae990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011feae9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011feaea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011feaea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011feaeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011feaeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100371 td 0xfffff80008869000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011feb3960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011feb3990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011feb39c0
_sleep() at _sleep+0x23e/frame 0xfffffe011feb3a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011feb3a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011feb3ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011feb3ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100372 td 0xfffff80008868620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011feb8960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011feb8990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011feb89c0
_sleep() at _sleep+0x23e/frame 0xfffffe011feb8a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011feb8a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011feb8ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011feb8ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100373 td 0xfffff80008868000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011febd960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011febd990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011febd9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011febda40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011febda70
fork_exit() at fork_exit+0x83/frame 0xfffffe011febdab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011febdab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100374 td 0xfffff80008876620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fec2960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fec2990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fec29c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fec2a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fec2a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fec2ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fec2ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100378 td 0xfffff8000886a620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fed6960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fed6990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fed69c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fed6a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fed6a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fed6ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fed6ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100379 td 0xfffff80008942000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fedb960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fedb990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fedb9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fedba40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fedba70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fedbab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fedbab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100380 td 0xfffff80008941620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fee0960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fee0990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fee09c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fee0a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fee0a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fee0ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fee0ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100381 td 0xfffff80008941000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fee5960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fee5990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fee59c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fee5a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fee5a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fee5ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fee5ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100382 td 0xfffff8000893c620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011feea960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011feea990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011feea9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011feeaa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011feeaa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011feeaab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011feeaab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100383 td 0xfffff8000893c000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011feef960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011feef990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011feef9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011feefa40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011feefa70
fork_exit() at fork_exit+0x83/frame 0xfffffe011feefab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011feefab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100384 td 0xfffff80008944620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fef4960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fef4990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fef49c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fef4a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fef4a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fef4ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fef4ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100385 td 0xfffff80008944000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fef9960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fef9990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fef99c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fef9a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fef9a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fef9ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fef9ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100386 td 0xfffff80008943620
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011fefe960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011fefe990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011fefe9c0
_sleep() at _sleep+0x23e/frame 0xfffffe011fefea40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011fefea70
fork_exit() at fork_exit+0x83/frame 0xfffffe011fefeab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011fefeab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---

Tracing command kernel pid 0 tid 100387 td 0xfffff80008943000
sched_switch() at sched_switch+0x8ad/frame 0xfffffe011ff03960
mi_switch() at mi_switch+0xe6/frame 0xfffffe011ff03990
sleepq_wait() at sleepq_wait+0x2c/frame 0xfffffe011ff039c0
_sleep() at _sleep+0x23e/frame 0xfffffe011ff03a40
taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe011ff03a70
fork_exit() at fork_exit+0x83/frame 0xfffffe011ff03ab0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe011ff03ab0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
db:0:kdb.enter.default>  capture off
db:0:kdb.enter.default>  textdump dump
db:0:kdb.enter.default>  reset
PC Engines apu2
coreboot build 20190907
BIOS version v4.9.0.7
Actions #1

Updated by Jim Pingle over 4 years ago

  • Category set to Interfaces
  • Priority changed from Very High to High
Actions #2

Updated by Renato Botelho over 4 years ago

  • Assignee set to Luiz Souza
Actions #3

Updated by Viktor Gurov about 4 years ago

Need more information to reproduce

no such issue on VM (qemu) pfSense 2.5.0.a.20200207.2007
and SG-1100 pfSense 2.4.5.r.20200208.0040

Actions #4

Updated by Jim Pingle about 4 years ago

  • Status changed from New to Feedback
Actions #5

Updated by Michael Geiger almost 4 years ago

I can confirm that the issue is gone with 2.5
Can be closed.

Actions #6

Updated by Renato Botelho almost 4 years ago

  • Status changed from Feedback to Resolved
Actions #7

Updated by Jim Pingle over 3 years ago

  • Target version deleted (2.5.0)
Actions

Also available in: Atom PDF