canonical / lxd

Powerful system container and virtual machine manager
https://canonical.com/lxd
GNU Affero General Public License v3.0
4.36k stars 932 forks source link

lxc list hanging after reboot #1707

Closed dhenrich closed 8 years ago

dhenrich commented 8 years ago

I've noticed that when you restart a host computer, the containers that are running when it is rebooted are not started automatically. In the past I've seen it where they're started after running lxc list for the first time after the host is rebooted. Lately though, I haven't seen them being started at all, even after running lxc list.

I rebooted a host with a running container (xenial) for a new kernel (4.4.0-10-generic) and after reboot, I ran lxc list to see if it had auto-started. lxc list is hanging indefinitely and not returning. Below is the output of ps auxf | grep lxc and this is lxd 2.0.0~rc1-0ubuntu3 and lxc 2.0.0~rc5-0ubuntu1 backed on ZFS.

root      2126  0.0  0.0 383928  5500 ?        Ssl  02:51   0:00 /usr/bin/lxcfs /var/lib/lxcfs/
root      2451  0.0  0.0  66160 12396 ?        Sl   02:51   0:00 /usr/bin/lxd forkstart maasx /var/lib/lxd/containers /tmp/lxd_lxc_startconfig_021143033
root      2457  0.0  0.0  24408  2568 ?        Ss   02:51   0:00 /usr/lib/x86_64-linux-gnu/lxc/lxc-monitord /var/lib/lxd/containers 6
root      2462  0.0  0.0  66164  3464 ?        Ss   02:51   0:00 [lxc monitor] /var/lib/lxd/containers maasx
root      2465  0.0  0.0   4504   868 ?        S    02:51   0:00  \_ sh -c /usr/bin/lxd callhook /var/lib/lxd 14 start maasx lxc pre-start
root      2466  0.0  0.0 149400 11912 ?        Sl   02:51   0:00      \_ /usr/bin/lxd callhook /var/lib/lxd 14 start maasx lxc pre-start
dean      3504  0.0  0.0 193224  8540 pts/8    Sl+  02:53   0:00  |           \_ lxc list
dean      4515  0.0  0.0  21112  2372 pts/9    S+   03:06   0:00              \_ grep --color=auto lxc
lxc-dns+  2975  0.0  0.0  59744  2836 ?        S    02:51   0:00 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --listen-address 10.0.3.1 --dhcp-range 10.0.3.2,10.0.3.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases --dhcp-authoritative

I don't really see anything troubling in the LXC/LXD logs but attached is the log of the container that appears to be related to the hang.

maasx.log.gz

tych0 commented 8 years ago

Can you post the full output of ps auxf? Sounds like LXD didn't get started properly.

dhenrich commented 8 years ago
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         2  0.0  0.0      0     0 ?        S    02:50   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S    02:50   0:09  \_ [rcu_sched]
root         8  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [rcu_bh]
root         9  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/0]
root        10  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/0]
root        11  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/1]
root        12  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/1]
root        13  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/1]
root        15  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/1:0H]
root        16  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/2]
root        17  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/2]
root        18  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/2]
root        20  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/2:0H]
root        21  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/3]
root        22  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/3]
root        23  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/3]
root        25  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/3:0H]
root        26  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/4]
root        27  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/4]
root        28  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/4]
root        30  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/4:0H]
root        31  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/5]
root        32  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/5]
root        33  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/5]
root        35  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/5:0H]
root        36  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/6]
root        37  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/6]
root        38  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/6]
root        40  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/6:0H]
root        41  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [watchdog/7]
root        42  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [migration/7]
root        43  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ksoftirqd/7]
root        45  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/7:0H]
root        46  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [kdevtmpfs]
root        47  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [netns]
root        48  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [perf]
root        49  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [khungtaskd]
root        50  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [writeback]
root        51  0.0  0.0      0     0 ?        SN   02:50   0:00  \_ [ksmd]
root        52  0.0  0.0      0     0 ?        SN   02:50   0:00  \_ [khugepaged]
root        53  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [crypto]
root        54  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kintegrityd]
root        55  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        56  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kblockd]
root        57  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [ata_sff]
root        58  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [md]
root        59  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [devfreq_wq]
root        63  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [kswapd0]
root        64  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [vmstat]
root        65  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [fsnotify_mark]
root        66  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [ecryptfs-kthrea]
root        81  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kthrotld]
root        82  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [acpi_thermal_pm]
root        83  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        84  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        85  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        86  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        87  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        88  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        89  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        90  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        91  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        92  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        93  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        94  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        95  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        96  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        97  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        98  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root        99  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       100  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       101  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       102  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       103  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       105  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       106  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       107  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       112  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [ipv6_addrconf]
root       126  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [deferwq]
root       127  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [charger_manager]
root       164  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kpsmoused]
root       203  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kfd_process_wq]
root       205  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [ttm_swap]
root       207  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_0]
root       208  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_0]
root       209  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_1]
root       210  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_1]
root       211  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_2]
root       212  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_2]
root       213  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_3]
root       214  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_3]
root       215  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_4]
root       216  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_4]
root       217  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_5]
root       218  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_5]
root       228  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       230  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       231  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       237  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/0:1H]
root       240  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/1:1H]
root       242  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [radeon-crtc]
root       243  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [radeon-crtc]
root       244  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [radeon-crtc]
root       245  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [radeon-crtc]
root       246  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [radeon-crtc]
root       247  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [radeon-crtc]
root       270  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [jbd2/sda1-8]
root       271  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [ext4-rsv-conver]
root       310  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [kauditd]
root       425  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/4:1H]
root       435  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [irq/29-mei_me]
root       595  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kvm-irqfd-clean]
root       596  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [scsi_eh_6]
root       597  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [scsi_tmf_6]
root       598  0.0  0.0      0     0 ?        S    02:50   0:04  \_ [usb-storage]
root       618  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       619  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       620  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       621  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [bioset]
root       623  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/5:1H]
root       624  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/7:1H]
root       655  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/3:1H]
root       740  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_kmem_cache]
root       741  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_kmem_cache]
root       742  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_kmem_cache]
root       743  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_kmem_cache]
root       744  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       745  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       746  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       747  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       748  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       749  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       750  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       751  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       752  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       754  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       755  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       756  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       757  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       758  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       759  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       760  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       761  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       762  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       763  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       764  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       765  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       766  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       767  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       768  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       769  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       770  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       771  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       772  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       773  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       774  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       775  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       776  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       777  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       778  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       779  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       780  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       781  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       782  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       783  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       784  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       785  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       786  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       787  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       788  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       789  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       790  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       791  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       792  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       793  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       794  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       795  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       796  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       797  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       798  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       799  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       800  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       801  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       802  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       803  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       804  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       805  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       806  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       807  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       808  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_system_task]
root       809  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [spl_dynamic_tas]
root       819  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [dbu_evict]
root       821  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       822  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       823  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       824  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       825  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       826  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       827  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       828  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_prune]
root       829  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_reclaim]
root       830  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [arc_user_evicts]
root       831  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [l2arc_feed]
root       832  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_unmount]
root      1511  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_null_iss]
root      1512  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_null_int]
root      1513  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1514  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1515  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1516  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1517  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1518  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1519  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1520  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_iss]
root      1521  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1522  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1523  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1524  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1525  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1526  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1527  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1528  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1529  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1530  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1531  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1532  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_0]
root      1533  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1534  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1535  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1536  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1537  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1538  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1539  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1540  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1541  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1542  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1543  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1544  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_1]
root      1545  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1546  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1547  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1548  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1549  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1550  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1551  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1552  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1553  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1554  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1555  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1556  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_2]
root      1557  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1558  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1559  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1560  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1561  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1562  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1563  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1564  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1565  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1566  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1567  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1568  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_3]
root      1569  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1570  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1571  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1572  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1573  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1574  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1575  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1576  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1577  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1578  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1579  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1580  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_4]
root      1581  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1582  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1583  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1584  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1585  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1586  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1587  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1588  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1589  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1590  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1591  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1592  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_5]
root      1593  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1594  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1595  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1596  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1597  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1598  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1599  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1600  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1601  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1602  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1603  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1604  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_6]
root      1605  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1606  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1607  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1608  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1609  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1610  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1611  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1612  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1613  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1614  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1615  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1616  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_rd_int_7]
root      1617  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss]
root      1618  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss]
root      1619  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss]
root      1620  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss]
root      1621  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss]
root      1622  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss]
root      1623  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss_h]
root      1624  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss_h]
root      1625  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss_h]
root      1626  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss_h]
root      1627  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_iss_h]
root      1628  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1629  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1630  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1631  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1632  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1633  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1634  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1635  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1636  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1637  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1638  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1639  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_0]
root      1640  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1641  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1642  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1643  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1644  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1645  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1646  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1647  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1648  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1649  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1650  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1651  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_1]
root      1652  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1653  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1654  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1655  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1656  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1657  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1658  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1659  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1660  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1661  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1662  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1663  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_2]
root      1664  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1665  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1666  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1667  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1668  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1669  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1670  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1671  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1672  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1673  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1674  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1675  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_3]
root      1676  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1677  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1678  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1679  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1680  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1681  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1682  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1683  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1684  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1685  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1686  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1687  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_4]
root      1688  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1689  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1690  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1691  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1692  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1693  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1694  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1695  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1696  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1697  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1698  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1699  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_5]
root      1700  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1701  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1702  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1703  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1704  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1705  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1706  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1707  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1708  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1709  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1710  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1711  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_6]
root      1712  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1713  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1714  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1715  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1716  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1717  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1718  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1719  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1720  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1721  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1722  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1723  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_7]
root      1724  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_h]
root      1725  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_h]
root      1726  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_h]
root      1727  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_h]
root      1728  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_wr_int_h]
root      1729  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1730  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1731  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1732  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1733  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1734  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1735  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1736  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1737  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1738  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1739  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1740  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_0]
root      1741  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1742  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1743  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1744  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1745  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1746  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1747  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1748  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1749  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1750  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1751  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1752  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_1]
root      1753  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1754  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1755  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1756  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1757  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1758  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1759  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1760  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1761  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1762  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1763  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1764  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_2]
root      1765  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1766  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1767  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1768  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1769  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1770  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1771  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1772  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1773  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1774  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1775  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1776  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_3]
root      1777  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1778  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1779  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1780  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1781  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1782  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1783  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1784  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1785  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1786  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1787  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1788  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_4]
root      1789  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1790  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1791  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1792  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1793  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1794  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1795  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1796  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1797  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1798  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1799  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1800  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_5]
root      1801  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1802  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1803  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1804  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1805  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1806  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1807  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1808  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1809  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1810  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1811  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1812  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_6]
root      1813  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1814  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1815  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1816  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1817  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1818  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1819  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1820  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1821  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1822  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1823  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1824  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_iss_7]
root      1825  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_fr_int]
root      1826  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_cl_iss]
root      1827  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_cl_int]
root      1828  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_ioctl_iss]
root      1829  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [z_ioctl_int]
root      1830  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [metaslab_group_]
root      1831  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [metaslab_group_]
root      1832  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [metaslab_group_]
root      1833  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [metaslab_group_]
root      1835  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1836  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1837  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1838  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1839  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1840  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1841  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1842  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [z_iput]
root      1851  0.0  0.0      0     0 ?        S<   02:50   0:00  \_ [kworker/2:1H]
root      1856  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [txg_quiesce]
root      1857  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [txg_sync]
root      1865  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1869  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1873  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1877  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1881  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1885  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1889  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      1893  0.0  0.0      0     0 ?        S    02:50   0:00  \_ [zil_clean]
root      2174  0.0  0.0      0     0 ?        S<   02:51   0:00  \_ [kworker/6:1H]
root     19013  0.0  0.0      0     0 ?        S    05:38   0:06  \_ [kworker/u16:1]
root     24916  0.0  0.0      0     0 ?        S    07:57   0:00  \_ [kworker/6:2]
root     24943  0.0  0.0      0     0 ?        S    07:57   0:00  \_ [kworker/4:2]
root     29376  0.0  0.0      0     0 ?        S    08:03   0:00  \_ [kworker/6:1]
root      4239  0.0  0.0      0     0 ?        S    08:12   0:00  \_ [kworker/4:1]
root     10700  0.1  0.0      0     0 ?        S    08:21   0:01  \_ [kworker/u16:0]
root     14205  0.0  0.0      0     0 ?        S    08:25   0:00  \_ [kworker/3:0]
root     14232  0.0  0.0      0     0 ?        S    08:25   0:00  \_ [kworker/5:0]
root     15323  0.0  0.0      0     0 ?        S    08:27   0:00  \_ [kworker/0:1]
root     16431  0.0  0.0      0     0 ?        S    08:28   0:00  \_ [kworker/1:0]
root     17524  0.0  0.0      0     0 ?        S    08:30   0:00  \_ [kworker/2:1]
root     20790  0.0  0.0      0     0 ?        S    08:34   0:00  \_ [kworker/3:1]
root     20817  0.0  0.0      0     0 ?        S    08:34   0:00  \_ [kworker/0:2]
root     21886  0.0  0.0      0     0 ?        S    08:36   0:00  \_ [kworker/7:0]
root     21923  0.0  0.0      0     0 ?        S    08:36   0:00  \_ [kworker/2:0]
root     26249  0.0  0.0      0     0 ?        S    08:42   0:00  \_ [kworker/5:2]
root     26276  0.0  0.0      0     0 ?        S    08:42   0:00  \_ [kworker/1:2]
root     27363  0.0  0.0      0     0 ?        S    08:43   0:00  \_ [kworker/7:2]
root     29545  0.0  0.0      0     0 ?        S    08:46   0:00  \_ [kworker/3:2]
root     31703  0.0  0.0      0     0 ?        S    08:49   0:00  \_ [kworker/7:1]
root     31730  0.0  0.0      0     0 ?        S    08:49   0:00  \_ [kworker/0:0]
root     31782  0.0  0.0      0     0 ?        S    08:50   0:00  \_ [kworker/u16:2]
root         1  0.0  0.0  38476  6420 ?        Ss   02:50   0:06 /sbin/init splash
root       302  0.0  0.0  35400  9532 ?        Ss   02:50   0:02 /lib/systemd/systemd-journald
root       359  0.0  0.0  45140  4340 ?        Ss   02:50   0:00 /lib/systemd/systemd-udevd
systemd+  1917  0.0  0.0 102360  2648 ?        Ssl  02:50   0:00 /lib/systemd/systemd-timesyncd
mongodb   2056  0.3  0.2 388316 50672 ?        Ssl  02:51   1:06 /usr/bin/mongod --config /etc/mongodb.conf
root      2064  0.0  0.0  35892  2996 ?        Ss   02:51   0:00 /usr/sbin/cron -f
root      2070  0.0  0.0 173208  8692 ?        Ssl  02:51   0:00 /usr/sbin/thermald --no-daemon --dbus-enable
root      2072  0.0  0.0 282760  6256 ?        Ssl  02:51   0:00 /usr/lib/accountsservice/accounts-daemon
root      2073  0.0  0.0 460728 14804 ?        Ssl  02:51   0:00 /usr/sbin/NetworkManager --no-daemon
daemon    2079  0.0  0.0  26040  2188 ?        Ss   02:51   0:00 /usr/sbin/atd -f
root      2088  0.0  0.0  29344  2832 ?        Ss   02:51   0:00 /usr/sbin/zed -F
root      2093  0.0  0.0  28664  3240 ?        Ss   02:51   0:00 /lib/systemd/systemd-logind
message+  2100  0.0  0.0  43576  4504 ?        Ss   02:51   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root      2126  0.0  0.0 383928  5500 ?        Ssl  02:51   0:00 /usr/bin/lxcfs /var/lib/lxcfs/
root      2127  0.0  0.0 337448  8760 ?        Ssl  02:51   0:00 /usr/sbin/ModemManager
syslog    2130  0.0  0.0 256384  3576 ?        Ssl  02:51   0:00 /usr/sbin/rsyslogd -n
root      2131  0.0  0.0  29880  2876 ?        Ss   02:51   0:00 /sbin/cgmanager -m name=systemd
avahi     2136  0.0  0.0  44896  3644 ?        Ss   02:51   0:04 avahi-daemon: running [courage.local]
avahi     2156  0.0  0.0  44772   344 ?        S    02:51   0:00  \_ avahi-daemon: chroot helper
root      2196  0.0  0.0 278604  7804 ?        Ssl  02:51   0:00 /usr/lib/policykit-1/polkitd --no-debug
root      2216  0.0  0.0  19468  2236 ?        Ss   02:51   0:00 /usr/sbin/irqbalance --pid=/var/run/irqbalance.pid
root      2236  0.0  0.0 350360  8252 ?        Ssl  02:51   0:00 /usr/sbin/lightdm
root      2292  0.0  0.1 205916 34596 tty7     Ssl+ 02:51   0:00  \_ /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root      2491  0.0  0.0 228236  6348 ?        Sl   02:51   0:00  \_ lightdm --session-child 16 19
lightdm   2505  0.0  0.0   4504   776 ?        Ss   02:51   0:00  |   \_ /bin/sh /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter
lightdm   2511  0.0  0.2 987788 58128 ?        Sl   02:51   0:00  |       \_ /usr/sbin/unity-greeter
root      2554  0.0  0.0  84880  4920 ?        S    02:51   0:00  \_ lightdm --session-child 12 19
dean      2271  0.0  0.5 3998420 123004 ?      Ssl  02:51   0:14 /home/dean/.dropbox-dist/dropbox-lnx.x86_64-3.14.7/dropbox
root      2451  0.0  0.0  66160 12396 ?        Sl   02:51   0:00 /usr/bin/lxd forkstart maasx /var/lib/lxd/containers /tmp/lxd_lxc_startconfig_021143033
root      2457  0.0  0.0  24408  2568 ?        Ss   02:51   0:00 /usr/lib/x86_64-linux-gnu/lxc/lxc-monitord /var/lib/lxd/containers 6
root      2462  0.0  0.0  66164  3464 ?        Ss   02:51   0:00 [lxc monitor] /var/lib/lxd/containers maasx
root      2465  0.0  0.0   4504   868 ?        S    02:51   0:00  \_ sh -c /usr/bin/lxd callhook /var/lib/lxd 14 start maasx lxc pre-start
root      2466  0.0  0.0 149400 11912 ?        Sl   02:51   0:00      \_ /usr/bin/lxd callhook /var/lib/lxd 14 start maasx lxc pre-start
root      2483  0.0  0.0  43884  5064 ?        Ss   02:51   0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
lightdm   2494  0.0  0.0  45376  5264 ?        Ss   02:51   0:00 /lib/systemd/systemd --user
lightdm   2498  0.0  0.0  66068  2556 ?        S    02:51   0:00  \_ (sd-pam)
lightdm   2510  0.0  0.0  42968  3452 ?        Ss   02:51   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
lightdm   2513  0.0  0.0 337896  5700 ?        Sl   02:51   0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately
lightdm   2518  0.0  0.0  42752  3892 ?        S    02:51   0:00  \_ /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
lightdm   2521  0.0  0.0 206892  5304 ?        Sl   02:51   0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
lightdm   2527  0.0  0.0 281316  6080 ?        Sl   02:51   0:00 /usr/lib/gvfs/gvfsd
root      2529  0.1  0.9 264436 190156 ?       S    02:51   0:25 /usr/bin/python /usr/bin/landscape-client --daemon --pid-file /var/run/landscape/landscape-client.pid
landsca+  2533  0.0  0.3 442156 73024 ?        Sl   02:51   0:12  \_ /usr/bin/python /usr/bin/landscape-broker --ignore-sigint --quiet
landsca+  2534  0.0  0.3 310536 73192 ?        Sl   02:51   0:15  \_ /usr/bin/python /usr/bin/landscape-monitor --ignore-sigint --quiet
root      2535  0.0  0.3 165336 66848 ?        S    02:51   0:07  \_ /usr/bin/python /usr/bin/landscape-manager --ignore-sigint --quiet
lightdm   2540  0.0  0.0 178532  4736 ?        Sl   02:51   0:00 /usr/lib/dconf/dconf-service
lightdm   2557  0.0  0.0  52832  4116 ?        S    02:51   0:00 upstart --user --startup-event indicator-services-start
lightdm   2563  0.0  0.0 351316  6384 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-messages/indicator-messages-service
lightdm   2564  0.0  0.0 413920  6616 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service
lightdm   2565  0.0  0.0 509412  7792 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service
lightdm   2566  0.0  0.0 538376 13276 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service
lightdm   2567  0.0  0.1 564888 31816 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service --use-gtk
lightdm   2568  0.0  0.0 743776  9552 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
lightdm   2569  0.0  0.0 894000  8404 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
lightdm   2575  0.0  0.0 396072 14168 ?        Ssl  02:51   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
lightdm   2559  0.0  0.1 663144 35088 ?        Sl   02:51   0:00 nm-applet
lightdm   2561  0.0  0.1 619876 28040 ?        Sl   02:51   0:00 /usr/lib/unity-settings-daemon/unity-settings-daemon
lightdm   2624  0.0  0.0 488676 10720 ?        S<l  02:51   0:00 /usr/bin/pulseaudio --start --log-target=syslog
rtkit     2627  0.0  0.0 183528  3144 ?        SNsl 02:51   0:00 /usr/lib/rtkit/rtkit-daemon
uuidd     2659  0.0  0.0  35044  2056 ?        Ss   02:51   0:00 /usr/sbin/uuidd --socket-activation
root      2669  0.0  0.0 354160  9768 ?        Ssl  02:51   0:00 /usr/lib/upower/upowerd
colord    2705  0.0  0.0 308152 10908 ?        Ssl  02:51   0:00 /usr/lib/colord/colord
root      2850  0.0  0.0  65500  6272 ?        Ss   02:51   0:00 /usr/sbin/sshd -D
root      3406  0.0  0.0  99516  6880 ?        Ss   02:53   0:00  \_ sshd: dean [priv]
dean      3491  0.0  0.0  99516  3204 ?        S    02:53   0:00  |   \_ sshd: dean@pts/8
dean      3492  0.0  0.0  29880  5632 pts/8    Ss   02:53   0:00  |       \_ -bash
dean      3504  0.0  0.0 193224  8540 pts/8    Sl+  02:53   0:00  |           \_ lxc list
root      3771  0.0  0.0  99516  7024 ?        Ss   03:00   0:00  \_ sshd: dean [priv]
dean      3818  0.0  0.0  99784  4576 ?        S    03:00   0:03      \_ sshd: dean@pts/9
dean      3866  0.0  0.0  29952  5908 pts/9    Ss   03:00   0:00          \_ -bash
dean      4605  0.0  0.0  27724  2364 pts/9    S+   03:09   0:00              \_ tmux -u -2 -f /usr/share/byobu/profiles/tmuxrc new-session -n - /usr/bin/byobu-shell
root      2928  0.0  0.0  22804  2104 tty1     Ss+  02:51   0:00 /sbin/agetty --noclear tty1 linux
lxc-dns+  2975  0.0  0.0  59744  2836 ?        S    02:51   0:00 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --listen-address 10.0.3.1 --dhcp-range 10.0.3.2,10.0.3.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases --dhcp-authoritative
root      3015  0.0  0.0   8632   128 ?        Ss   02:51   0:00 unifi -home /usr/lib/jvm/java-6-openjdk-amd64 -cp /usr/share/java/commons-daemon.jar:/usr/lib/unifi/lib/ace.jar -pidfile /var/run/unifi/unifi.pid -procname unifi -outfile SYSLOG -errfile SYSLOG -Dunifi.datadir=/var/lib/unifi -Dunifi.logdir=/var/log/unifi -Dunifi.rundir=/var/run/unifi -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx1024M com.ubnt.ace.Launcher start
root      3016  0.0  0.0   8632   128 ?        S    02:51   0:00  \_ unifi -home /usr/lib/jvm/java-6-openjdk-amd64 -cp /usr/share/java/commons-daemon.jar:/usr/lib/unifi/lib/ace.jar -pidfile /var/run/unifi/unifi.pid -procname unifi -outfile SYSLOG -errfile SYSLOG -Dunifi.datadir=/var/lib/unifi -Dunifi.logdir=/var/log/unifi -Dunifi.rundir=/var/run/unifi -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx1024M com.ubnt.ace.Launcher start
root      3017  0.0  0.3 2685444 71560 ?       Sl   02:51   0:10  \_ unifi -home /usr/lib/jvm/java-6-openjdk-amd64 -cp /usr/share/java/commons-daemon.jar:/usr/lib/unifi/lib/ace.jar -pidfile /var/run/unifi/unifi.pid -procname unifi -outfile SYSLOG -errfile SYSLOG -Dunifi.datadir=/var/lib/unifi -Dunifi.logdir=/var/log/unifi -Dunifi.rundir=/var/run/unifi -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx1024M com.ubnt.ace.Launcher start
root      3210  1.4  0.9 5913752 195988 ?      Sl   02:51   5:11      \_ /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java -Xmx1024M -XX:ErrorFile=/usr/lib/unifi/data/logs/hs_err_pid<pid>.log -Dapple.awt.UIElement=true -jar /usr/lib/unifi/lib/ace.jar start
root      3274  0.3  0.2 724208 48216 ?        Sl   02:51   1:17          \_ bin/mongod --dbpath /usr/lib/unifi/data/db --port 27117 --logappend --logpath logs/mongod.log --nohttpinterface --bind_ip 127.0.0.1
root      3045  0.0  0.0  46424 10108 ?        S    02:51   0:00 ddclient - sleeping for 210 seconds
dean      3408  0.0  0.0  45376  5244 ?        Ss   02:53   0:00 /lib/systemd/systemd --user
dean      3411  0.0  0.0  66068  2560 ?        S    02:53   0:00  \_ (sd-pam)
dean      4639  1.6  0.1  70776 37760 ?        Ss   03:09   5:28 tmux -u -2 -f /usr/share/byobu/profiles/tmuxrc new-session -n - /usr/bin/byobu-shell
dean      4645  0.0  0.0  29848  5608 pts/11   Ss   03:09   0:00  \_ /bin/bash
dean     32054  0.0  0.0  45024  4264 pts/11   R+   08:50   0:00  |   \_ ps auxf
dean      4718  0.0  0.0  29848  5584 pts/10   Ss   03:09   0:00  \_ /bin/bash
root      4739  0.0  0.0  63928  4060 pts/10   S    03:09   0:00  |   \_ sudo su -
root      4762  0.0  0.0  63324  3796 pts/10   S    03:09   0:00  |       \_ su -
root      4763  0.0  0.0  29892  5844 pts/10   S+   03:09   0:00  |           \_ -su
dean      7253  0.0  0.0  29848  5608 pts/12   Ss   03:12   0:00  \_ /bin/bash
root      7286  0.0  0.0  63928  4028 pts/12   S    03:12   0:00      \_ sudo su -
root      7300  0.0  0.0  63324  3892 pts/12   S    03:12   0:00          \_ su -
root      7301  0.0  0.0  29896  5912 pts/12   S+   03:12   0:00              \_ -su
root     31713  0.0  0.0 305708 16096 ?        Ssl  08:49   0:00 /usr/bin/lxd --group lxd --logfile=/var/log/lxd/lxd.log
root     31714  0.1  0.0 216600 11516 ?        Ssl  08:49   0:00 /usr/bin/lxd waitready --timeout=600
tych0 commented 8 years ago

closed by https://github.com/lxc/lxd/commit/e709c4c8519cec840c1d8bb894ccd2863d9e0198