Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 07:33:33 GMT
From:      "Yuri Zolot'ko" <yurii.zolotko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/178854: FreeBSD kernel crash in UFS
Message-ID:  <201305230733.r4N7XX9V095837@oldred.FreeBSD.org>
Resent-Message-ID: <201305230740.r4N7e0tN032064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178854
>Category:       misc
>Synopsis:       FreeBSD kernel crash in UFS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 23 07:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Zolot'ko
>Release:        
>Organization:
>Environment:
FreeBSD yz.mine.nu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
yz.mine.nu dumped core - see /var/crash/vmcore.7

Thu May 23 10:57:22 VOLT 2013

FreeBSD yz.mine.nu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

panic: ffs_valloc: dup alloc

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...

Unread portion of the kernel message buffer:
mode = 0100755, inum = 5551412, fs = /
panic: ffs_valloc: dup alloc
cpuid = 4
KDB: stack backtrace:
#0 0xffffffff809208a6 at kdb_backtrace+0x66
#1 0xffffffff808ea8be at panic+0x1ce
#2 0xffffffff80af804c at ffs_valloc+0x70c
#3 0xffffffff80b2f3f6 at ufs_makeinode+0x86
#4 0xffffffff80c687f1 at VOP_CREATE_APV+0x31
#5 0xffffffff8098f848 at vn_open_cred+0x4c8
#6 0xffffffff8098e7c9 at kern_openat+0x1f9
#7 0xffffffff80bd7ae6 at amd64_syscall+0x546
#8 0xffffffff80bc3447 at Xfast_syscall+0xf7
Uptime: 56m20s
Dumping 1379 out of 8150 MB:..2%..11%..21%..31%..41%..52%..61%..71%..81%..91% (CTRL-C to abort)  (CTRL-C to abort) 

Reading symbols from /boot/modules/nvidia.ko...done.
Loaded symbols for /boot/modules/nvidia.ko
Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/linux.ko
Reading symbols from /boot/kernel/zfs.ko...Reading symbols from /boot/kernel/zfs.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/zfs.ko
Reading symbols from /boot/kernel/opensolaris.ko...Reading symbols from /boot/kernel/opensolaris.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/opensolaris.ko
Reading symbols from /boot/kernel/ntfs.ko...Reading symbols from /boot/kernel/ntfs.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ntfs.ko
Reading symbols from /boot/kernel/ext2fs.ko...Reading symbols from /boot/kernel/ext2fs.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ext2fs.ko
Reading symbols from /boot/kernel/ng_ubt.ko...Reading symbols from /boot/kernel/ng_ubt.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_ubt.ko
Reading symbols from /boot/kernel/ng_hci.ko...Reading symbols from /boot/kernel/ng_hci.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_hci.ko
Reading symbols from /boot/kernel/ng_bluetooth.ko...Reading symbols from /boot/kernel/ng_bluetooth.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_bluetooth.ko
Reading symbols from /boot/kernel/netgraph.ko...Reading symbols from /boot/kernel/netgraph.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/netgraph.ko
Reading symbols from /boot/kernel/ng_l2cap.ko...Reading symbols from /boot/kernel/ng_l2cap.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_l2cap.ko
Reading symbols from /boot/kernel/ng_btsocket.ko...Reading symbols from /boot/kernel/ng_btsocket.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_btsocket.ko
Reading symbols from /boot/kernel/ng_socket.ko...Reading symbols from /boot/kernel/ng_socket.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_socket.ko
#0  doadump (textdump=Variable "textdump" is not available.
) at pcpu.h:224
224	pcpu.h: No such file or directory.
	in pcpu.h
(kgdb) #0  doadump (textdump=Variable "textdump" is not available.
) at pcpu.h:224
#1  0xffffffff808ea3a1 in kern_reboot (howto=260)
    at /usr/src/sys/kern/kern_shutdown.c:448
#2  0xffffffff808ea897 in panic (fmt=0x1 <Address 0x1 out of bounds>)
    at /usr/src/sys/kern/kern_shutdown.c:636
#3  0xffffffff80af804c in ffs_valloc (pvp=0xfffffe01c2bfd3c0, mode=33188, 
    cred=0xfffffe01cab32400, vpp=0xffffff82342ab6b8)
    at /usr/src/sys/ufs/ffs/ffs_alloc.c:995
#4  0xffffffff80b2f3f6 in ufs_makeinode (mode=33188, dvp=0xfffffe01c2bfd3c0, 
    vpp=0xffffff82342aba10, cnp=0xffffff82342aba38)
    at /usr/src/sys/ufs/ufs/ufs_vnops.c:2614
#5  0xffffffff80c687f1 in VOP_CREATE_APV (vop=Variable "vop" is not available.
) at vnode_if.c:250
#6  0xffffffff8098f848 in vn_open_cred (ndp=0xffffff82342ab9d0, 
    flagp=0xffffff82342ab9cc, cmode=Variable "cmode" is not available.
) at vnode_if.h:109
#7  0xffffffff8098e7c9 in kern_openat (td=0xfffffe000c9c9000, fd=-100, 
    path=0x801c18180 <Address 0x801c18180 out of bounds>, 
    pathseg=UIO_USERSPACE, flags=2562, mode=Variable "mode" is not available.
)
    at /usr/src/sys/kern/vfs_syscalls.c:1132
#8  0xffffffff80bd7ae6 in amd64_syscall (td=0xfffffe000c9c9000, traced=0)
    at subr_syscall.c:135
#9  0xffffffff80bc3447 in Xfast_syscall ()
    at /usr/src/sys/amd64/amd64/exception.S:387
#10 0x000000080176d2cc in ?? ()
Previous frame inner to this frame (corrupt stack?)
(kgdb) 

------------------------------------------------------------------------
ps -axl

 UID   PID  PPID CPU PRI NI     VSZ RSS MWCHAN   STAT TT      TIME COMMAND
   0     0     0   0  -8  0       0   0 -        DLs  ??   0:00.45 [kernel]
   0     1     0   0  23  0    6276   0 wait     DLs  ??   0:00.01 [init]
   0     2     0   0 -16  0       0   0 ctl_work DL   ??   0:00.00 [ctl_thrd]
   0     3     0   0 -16  0       0   0 -        DL   ??   0:00.00 [fw0_probe]
   0     4     0   0 -16  0       0   0 waiting_ DL   ??   0:00.00 [sctp_iterat
   0     5     0   0 -16  0       0   0 ccb_scan DL   ??   0:00.00 [xpt_thrd]
   0     6     0   0 -16  0       0   0 psleep   DL   ??   0:00.00 [pagedaemon]
   0     7     0   0 -16  0       0   0 psleep   DL   ??   0:00.00 [vmdaemon]
   0     8     0   0 155  0       0   0 pgzero   DL   ??   0:00.00 [pagezero]
   0     9     0   0 -16  0       0   0 psleep   DL   ??   0:00.00 [bufdaemon]
   0    10     0   0 -16  0       0   0 audit_wo DL   ??   0:00.00 [audit]
   0    11     0   0 155  0       0   0 -        RL   ??  44:31.84 [idle]
   0    12     0   0 -84  0       0   0 -        WL   ??   0:01.46 [intr]
   0    13     0   0  -8  0       0   0 -        DL   ??   0:00.96 [geom]
   0    14     0   0 -16  0       0   0 -        DL   ??   0:00.10 [yarrow]
   0    15     0   0 -68  0       0   0 -        DL   ??   0:00.42 [usb]
   0    16     0   0 -16  0       0   0 vlruwt   DL   ??   0:00.00 [vnlru]
   0    17     0   0  16  0       0   0 syncer   DL   ??   0:00.03 [syncer]
   0    18     0   0 -16  0       0   0 sdflush  DL   ??   0:00.02 [softdepflus
   0    36     0   0  -8  0       0   0 tx->tx_s DL   ??   0:00.04 [zfskern]
   0   115     1   0  52  0    9920   0 pause    Ds   ??   0:00.00 [adjkerntz]
   0   436     1   0  20  0   18300   0 select   Ds   ??   0:00.00 [wpa_supplic
   0  1676     0   0 -16  0       0   0 sleep    DL   ??   0:00.00 [ng_queue]
   0  1718     1   0  20  0   10376   0 select   Ds   ??   0:00.00 [devd]
   0  1846     1   0  52  0   12052   0 select   Ds   ??   0:00.00 [dhclient]
  65  1884     1   0  20  0   12052   0 select   Ds   ??   0:00.00 [dhclient]
   0  1925     1   0  20  0   12056   0 select   Ds   ??   0:00.01 [syslogd]
   0  2062     1   0  20  0   22200   0 select   Ds   ??   0:00.01 [ntpd]
   0  2065     1   0  20  0   12056   0 select   Ds   ??   0:00.34 [powerd]
 556  2083     1   0  20  0   14304   0 select   Ds   ??   0:00.01 [dbus-daemon
   0  2125     1   0  20  0   46748   0 select   Ds   ??   0:00.00 [sshd]
   0  2162     1   0  20  0   20252   0 select   Ds   ??   0:00.00 [sendmail]
  25  2170     1   0  20  0   20252   0 pause    Ds   ??   0:00.00 [sendmail]
   0  2174     1   0  20  0   14132   0 nanslp   Ds   ??   0:00.00 [cron]
   0  2188  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2189  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2190  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2191  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2192  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2193  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2194  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
   0  2195  2174   0  20  0   14132   0 piperd   D    ??   0:00.01 [cron]
1000  2223  2189   0  20  0   84788   0 piperd   Ds   ??   0:02.17 [python2.7]
1000  2224  2192   0  39 19  105268   0 piperd   DNs  ??   0:03.62 [python2.7]
1000  2225  2193   0  52 19   97076   0 piperd   DNs  ??   0:02.42 [python2.7]
1000  2226  2188   0  20  0   14508   0 wait     Ds   ??   0:00.01 [sh]
1000  2227  2190   0  39 19   92980   0 piperd   DNs  ??   0:02.75 [python2.7]
1000  2228  2191   0  52 19  105268   0 piperd   DNs  ??   0:03.50 [python2.7]
1000  2229  2195   0  39 19  105268   0 piperd   DNs  ??   0:03.61 [python2.7]
1000  2230  2194   0  39 19  105268   0 piperd   DNs  ??   0:02.78 [python2.7]
   0  2241     1   0  20  0   41168   0 wait     Ds   ??   0:00.01 [login]
   0  2242     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
   0  2243     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
   0  2244     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
   0  2245     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
   0  2246     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
   0  2247     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
   0  2248     1   0  52  0   12056   0 ttyin    Ds+  ??   0:00.00 [getty]
 560  2253     1   0  29  0   59576   0 select   Ds   ??   0:00.23 [hald]
   0  2255     1   0  20  0  108312   0 n        D    ??   0:00.02 [console-kit
   0  2257     1   0  20  0   55872   0 select   D    ??   0:00.02 [polkitd]
   0  2259     1   0  21  0   22720   0 select   D    ??   0:00.00 [gam_server]
   0  2260  2253   0  52  0   41464   0 select   D    ??   0:00.02 [hald-runner
1000  2266  2188   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
   0  2271  2260   0  20  0   29356   0 s        D    ??   0:00.15 [hald-addon-
   0  2301  2260   0  20  0   20872   0 e        D    ??   0:00.05 [hald-addon-
1000  2342  2189   0  20  0   20380   0 piperd   Ds   ??   0:00.00 [sendmail]
1000  2364  2190   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
1000  2428  2194   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
1000  2441  2192   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
1000  2450  2191   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
1000  2461  2195   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
1000  2470  2193   0  20  0   20380   0 piperd   Ds   ??   0:00.01 [sendmail]
1000  2783  2241   0  52  0   17536   0 pause    D    ??   0:00.02 [tcsh]
1000  2798  2783   0  52  0   14508   0 wait     D+   ??   0:00.00 [sh]
1000  2816  2798   0  25  0   23668   0 wait     D+   ??   0:00.00 [xinit]
   0  2817  2816   0  20  0  955876   0 select   D    ??   0:01.74 [Xorg]
1000  2825  2816   0  20  0  111584   0 select   D    ??   0:00.00 [openbox]
1000  2828     1   0  20  0   23668   0 select   D    ??   0:00.00 [xbindkeys]
1000  2831     1   0  20  0   39224   0 select   D    ??   0:00.00 [autocutsel]
1000  2833     1   0  20  0   39224   0 select   D    ??   0:00.00 [autocutsel]
1000  2837  2825   0  20  0  232304   0 select   D    ??   0:00.00 [psi]
1000  2838  2825   0  20  0   40836   0 select   D    ??   0:00.00 [xxkb]
1000  2839  2825   0  20  0   62392   0 select   D    ??   0:00.00 [conky]
1000  2840  2825   0  21  0    2788   0 wait     D    ??   0:00.00 [bash]
1000  2842  2825   0  20  0   71712   0 select   D    ??   0:00.00 [xclock]
1000  2843  2825   0  20  0  126368   0 select   D    ??   0:00.00 [stjerm]
1000  2846  2825   0  20  0  123664   0 select   D    ??   0:00.00 [trayer]
1000  2848  2825   0  52  0    9916   0 wait     D    ??   0:00.00 [xargs]
1000  2849  2825   0  20  0  752356   0 uwait    D    ??   3:03.50 [firefox]
1000  2850  2848   0  32  0 1181828   0 piperd   D    ??   0:00.87 [wine]
1000  2853  2848   0  29  0 1184964   0 piperd   D    ??   0:00.71 [wine]
1000  2871     1   0  22  0   14800   0 kqread   Ds   ??   0:00.00 [wineserver]
   0  2876  2843   0  22  0   12060   0 sbwait   D    ??   0:00.00 [gnome-pty-h
1000  2878  2843   0  52  0   17536   0 ttyin    Ds+  ??   0:00.00 [tcsh]
1000  2886     1   0  24  0  576704   0 piperd   Ds   ??   0:00.00 [wine]
1000  2888     1   0  20  0  576940   0 piperd   D    ??   0:00.00 [wine]
1000  2890     1   0  21  0  572444   0 piperd   D    ??   0:00.00 [wine]
1000  2891  2840   0  20  0  183156   0 select   D    ??   0:07.33 [skype]
1000  2898     1   0  20  0  587184   0 piperd   Ds   ??   0:00.00 [wine]
1000  2902     1   0  20  0   27920   0 select   D    ??   0:00.00 [dbus-launch
1000  2903     1   0  20  0   14304   0 select   Ds   ??   0:00.00 [dbus-daemon
1000  2906     1   0  20  0   52400   0 select   D    ??   0:00.00 [gconfd-2]
1000  2930     1   0  20  0   22844   0 select   D    ??   0:00.00 [gam_server]
1000  2933  2840   0  20  0  183156   0 futex    D    ??   0:00.01 [skype]
1000  2934  2840   0  20  0  183156   0 futex    D    ??   0:02.68 [skype]
1000  2935  2840   0  25  0  183156   0 futex    D    ??   0:00.00 [skype]
1000  2936  2840   0  20  0  183156   0 select   D    ??   0:00.11 [skype]
1000  2940  2840   0  25  0  183156   0 futex    D    ??   0:00.00 [skype]
1000  2942  2840   0  35  0  183156   0 futex    D    ??   0:00.00 [skype]
1000  2944  2840   0  23  0  183156   0 futex    D    ??   0:00.00 [skype]
1000  2964  2840   0  27  0  183156   0 futex    D    ??   0:00.00 [skype]
1000  4696     1   0  20  0   72956   0 select   D    ??   0:00.00 [xterm]
1000  4701  4696   0  52  0   17536   0 pause    Ds   ??   0:00.00 [tcsh]
   0  4707  4701   0  52  0   44456   0 select   D+   ??   0:00.00 [sudo]
   0  4708  4707   0  52 19   80388   0 wait     DN+  ??   0:00.00 [ruby18]
1000 14225     1   0  20  0   72956   0 select   D    ??   0:00.00 [xterm]
1000 14230 14225   0  25  0   17536   0 pause    Ds   ??   0:00.00 [tcsh]
1000 14267 14230   0  20  0   68208   0 select   D+   ??   0:00.00 [python2.7]
1000 14495  2226   0  21  0    3784   0 wait     D    ??   0:00.00 [time]
1000 14496 14495   0  20  0  285932   0 uwait    D    ??   0:00.85 [vlc]
   0 20426  4708   0  39 19   12056   0 select   DN+  ??   0:00.00 [script]
   0 20427 20426   0  39 19    6276   0 wait     DNs+ ??   0:00.00 [make]
1000 20516  2224   0 122 19   31436   0 -        RN   ??   0:00.00 [tmpeJssL022
1000 20536  2229   0 121 19   31432   0 -        RN   ??   0:00.00 [tmpVv5HNV22
1000 20544  2227   0 121 19   31432   0 -        RN   ??   0:00.00 [tmpZexPPU22
1000 20552  2230   0 120 19   31436   0 -        RN   ??   0:00.00 [tmpWBDgq822
1000 20556  2223   0  98  0   31436   0 -        R    ??   0:00.00 [tmp9mx8ht22
1000 20564  2228   0 103 19   31432   0 -        RN   ??   0:00.00 [tmpXvBblI22
   0 20569 20427   0  52 19    6276   0 wait     DN+  ??   0:00.00 [make]
   0 20602 20569   0  52 19   14508   0 wait     DN+  ??   0:00.00 [sh]
   0 20603 20602   0  96 19   28668   0 -        RN+  ??   0:00.00 [bsdtar]
1000 20611  2225   0  93 19   31436   0 -        RN   ??   0:00.00 [tmpTCjtPq22

------------------------------------------------------------------------
vmstat -s

 95807513 cpu context switches
 13009480 device interrupts
  1323437 software interrupts
 61858911 traps
307947109 system calls
       20 kernel threads created
    13842  fork() calls
     6708 vfork() calls
       41 rfork() calls
        0 swap pager pageins
        0 swap pager pages paged in
        0 swap pager pageouts
        0 swap pager pages paged out
     7744 vnode pager pageins
    70469 vnode pager pages paged in
        0 vnode pager pageouts
        0 vnode pager pages paged out
        1 page daemon wakeups
   116933 pages examined by the page daemon
     3094 pages reactivated
   804961 copy-on-write faults
      334 copy-on-write optimized faults
 17554862 zero fill pages zeroed
     4243 zero fill pages prezeroed
      868 intransit blocking page faults
 20247757 total VM faults taken
        0 pages affected by kernel thread creation
  7104776 pages affected by  fork()
  3386264 pages affected by vfork()
    98894 pages affected by rfork()
        0 pages cached
 20511400 pages freed
        0 pages freed by daemon
        0 pages freed by exiting processes
   191793 pages active
   511402 pages inactive
     2541 pages in VM cache
  1198403 pages wired down
   112905 pages free
     4096 bytes per page
  3608458 total name lookups
          cache hits (89% pos + 6% neg) system 0% per-directory
          deletions 0%, falsehits 0%, toolong 0%

------------------------------------------------------------------------
vmstat -m

         Type InUse MemUse HighUse Requests  Size(s)
CAM dev queue    11     2K       -       11  128
  md_sii_data     0     0K       -       14  512
      CAM XPT   127   135K       -     5083  16,32,64,128,1024,2048
       isadev     8     1K       -        8  128
     acpiintr     1     1K       -        1  64
         cdev     8     2K       -        8  256
       acpica  6438   697K       -    69609  16,32,64,128,256,512,1024,2048,4096
        sigio     2     1K       -        2  64
filedesc_to_leader     9     1K       -       41  64
     filedesc   168   388K       -    20687  16,32,64,128,256,512,1024,2048,4096
         kenv    78    11K       -       92  16,32,64,128
       kqueue    18    23K       -      686  256,512,2048,4096
    proc-args   105     7K       -    20783  16,32,64,128,256
        hhook     2     1K       -        2  128
     acpitask     1     2K       -        1  2048
      ithread   127    22K       -      127  32,128,256
    CAM queue    39     2K       -      237  16,32,256
      fw_xfer     0     0K       -        1  256
       KTRACE   100    13K       -      100  128
     firewire    11    35K       -       14  64,128,512,1024,2048,4096
       linker   357  1239K       -      469  16,32,64,128,256,512,1024,2048,4096
        lockf    94    12K       -    16583  64,128
   loginclass     1     1K       -       36  64
       ip6ndp    15     1K       -       15  64,128
         temp    75    19K       -    77154  16,32,64,128,256,512,1024,2048,4096
       devbuf 23617 74156K       -    30001  16,32,64,128,256,512,1024,2048,4096
       module   493    62K       -      494  128
     mtx_pool     2    16K       -        2  
       USBdev    91    28K       -      427  64,128,512
          osd    10     1K       -       29  16,64,128
          USB    84   201K       -       89  16,32,128,256,512,2048,4096
     pmchooks     1     1K       -        1  128
      subproc   403   639K       -    20850  512,4096
         proc     2    16K       -        2  
      session    52     7K       -       89  128
         pgrp    60     8K       -      146  128
         cred   144    23K       -   183054  64,256
      uidinfo     7     3K       -       33  128,2048
       plimit    38    10K       -      945  256
      scsi_cd     0     0K       -       10  16
    sysctltmp     0     0K       -     3467  16,32,64,128,256,4096
    sysctloid  6686   330K       -     6861  16,32,64,128
       sysctl     0     0K       -     2609  16,32,64
      tidhash     1    16K       -        1  
      callout     7  3584K       -        7  
         umtx  1770   222K       -     1770  128
     p1003.1b     1     1K       -        1  16
         SWAP     2   481K       -        2  64
       bus-sc   154   503K       -     6798  16,32,64,128,256,512,1024,2048,4096
          bus  1454   130K       -    10520  16,32,64,128,256,1024,2048
      devstat     8    17K       -        8  32,4096
 eventhandler    80     7K       -       80  64,128
      acpisem    22     3K       -       22  128
         kobj   343  1372K       -      542  4096
      CAM SIM    11     3K       -       11  256
      Per-cpu     1     1K       -        1  32
   CAM periph     8     2K       -       38  16,32,64,128,256
         rman   278    32K       -      716  16,32,128
         sbuf     1     4K       -     4481  16,32,64,128,256,512,1024,2048,4096
       sglist    16     4K       -       33  32,128,256,512,1024,2048
      entropy  1024    64K       -     1024  64
       ctlmem  5062 10113K       -     5062  128,2048
        stack     0     0K       -        2  256
    taskqueue    57     6K       -       87  16,32,64,128,1024
       Unitno    14     1K       -    18282  32,64
          iov     0     0K       -  8966555  16,32,64,128,256,512,1024,2048,4096
       select   163    21K       -      163  128
     ioctlops     0     0K       -   235201  16,32,64,128,256,512,1024,2048
          msg     4    30K       -        4  2048,4096
          sem     4   106K       -        4  2048,4096
          shm     6    30K       -       10  2048
          tty    23    23K       -       36  1024,2048
          pts     4     1K       -       15  256
     mbuf_tag     0     0K       -       38  32,64,128
        shmfd     1     8K       -        1  
          pcb    41   158K       -     3657  16,32,64,128,1024,2048,4096
       soname    61     7K       -  1251999  16,32,64,128
          acl     0     0K       -     4321  4096
     vfscache     1  2048K       -        1  
   cl_savebuf     0     0K       -     3585  64
     vfs_hash     1  1024K       -        1  
       DEVFS1   155    78K       -      174  512
       vnodes     2     1K       -        2  256
       DEVFS3   175    44K       -      204  256
        mount   114     5K       -      265  16,32,64,128,256,512,2048
  vnodemarker     0     0K       -     1077  512
      fadvise     1     1K       -       23  32
          BPF    23  1036K       -       24  16,128,512,4096
  ether_multi    17     1K       -       54  16,32,64
       ifaddr   357    35K       -      358  32,64,128,256,512,4096
        ifnet    15    29K       -       15  128,2048
        clone     6    24K       -        6  4096
       arpcom     3     1K       -        3  16
       fw_com     1     1K       -        1  64
      lltable    33    16K       -       36  256,512
        DEVFS    31     1K       -       33  16,128
       DEVFSP    16     1K       -      358  64
 msdosfs_node    10     3K       -       15  256
  msdosfs_fat     1   236K       -        1  
     routetbl    31     5K       -     5291  32,64,128,256,512
     80211vap     1     4K       -        1  4096
  80211crypto     3     1K       -        3  128,512
     80211com     1     8K       -        1  
  80211nodeie     3     2K       -        3  32,512
    80211node     1    12K       -        2  
 80211ratectl     2     1K       -        3  16,64
    80211scan     3     7K       -        3  512,2048,4096
         igmp    14     4K       -       14  256
msdosfs_mount     1     1K       -        1  512
  ip_moptions     0     0K       -       12  64,256
     in_multi     2     1K       -        5  256
   in_mfilter     0     0K       -        6  1024
    sctp_iter     0     0K       -        3  256
     sctp_ifn     2     1K       -        2  128
     sctp_ifa     4     1K       -        4  128
     sctp_vrf     1     1K       -        1  64
    sctp_a_it     0     0K       -        3  16
    hostcache     1    28K       -        1  
     syncache     1    96K       -        1  
    in6_multi    12     2K       -       12  32,256
          mld    14     2K       -       14  128
          rpc     2     1K       -        2  256
audit_evclass   179     6K       -      218  32
      jblocks     2     1K       -        2  128,256
     savedino     0     0K       -     5885  256
        sbdep     0     0K       -      185  64
      jsegdep  4872   305K       -   145141  64
         jseg    84    11K       -     2008  128
    jfreefrag     0     0K       -    10261  128
      jnewblk   785    99K       -   112836  128
      jremref     1     1K       -     8227  128
      jaddref   655    82K       -    13817  128
      freedep     1     1K       -      704  64
     freework    38     5K       -    29004  16,128
    newdirblk    42     3K       -      294  64
       dirrem     1     1K       -     7997  128
        mkdir    84    11K       -      508  128
       diradd  2333   292K       -    13308  128
     freefile     1     1K       -     2894  64
     freeblks     8     1K       -     2712  128
     freefrag    56     7K       -    10261  128
     indirdep    10     2K       -     1030  128
       newblk  2366   848K       -   112837  256
    bmsafemap     4     9K       -     8326  256
     inodedep  2373  2210K       -    10133  512
      pagedep    61   271K       -      388  256
  ufs_dirhash   226    89K       -      716  16,32,64,128,256,512,1024
    ufs_mount     3    13K       -        4  512,4096
    vm_pgdata     2   129K       -        2  128
      UMAHash     4    20K       -       12  512,1024,2048,4096
      memdesc     1     4K       -        2  4096
     atkbddev     2     1K       -        2  64
    pfs_nodes    21     6K       -       21  256
       ctlblk   200  1600K       -      200  
         GEOM    82    24K       -      722  16,32,64,128,256,512,1024,2048
      ramdisk     1  4096K       -        1  
      acpidev    49     4K       -       49  64
         hdaa     5    44K       -        5  2048,4096
         hdac     1     1K       -        1  1024
        hdacc     1     1K       -        1  32
      ctlpool   532   142K       -      532  32,512
       kbdmux     6    18K       -        6  16,512,1024,2048
          LED    24     2K       -       24  16,128
       apmdev     1     1K       -        1  128
   madt_table     0     0K       -        1  4096
       feeder    72     9K       -     5381  32,128
     pci_link    16     2K       -       16  16,64,128
    acpi_perf     8     4K       -        8  512
       qpidrv     1     1K       -        1  16
    raid_data     0     0K       -       90  32,128,256
      io_apic     2     4K       -        2  2048
          MCA    18     3K       -       18  64,128
          msi     3     1K       -        3  128
     nexusdev     4     1K       -        4  16
        mixer     5    20K       -        5  4096
md_nvidia_data     0     0K       -       14  512
     futex wp     7     1K       -     7436  32
        futex     7     1K       -     9218  128
        linux    28     2K       -       60  32,64
       nvidia  1333  2369K       -    16725  16,32,64,128,256,512,1024,2048,4096
      solaris 55420 3738516K       -  2258308  16,32,64,128,256,512,1024,2048,4096
   kstat_data     4     1K       -        4  64
   ntfs_fnode     5     2K       -        5  256
  ntfs_ntnode     5     2K       -        5  256
   ntfs_mount     2     3K       -        2  512,2048
    ntfs_vrun    12     1K       -       12  16,32,128
ntfsd_resdata    16   130K       -       16  16,32,64,128,256
   ntfs_vattr    21    11K       -       21  512
  ntfs_nthash     1  1024K       -        1  
   ext2_mount   473   146K       -      473  128,256,512,1024,2048
    ext2_node     1     1K       -        1  256
 netgraph_msg     0     0K       -       40  64,128,256,1024
netgraph_node     9     3K       -       19  128,256
netgraph_hook    10     2K       -       10  128
 netgraph_hci     1     1K       -        1  256
netgraph_l2cap     1     1K       -        1  128
netgraph_btsocks_hci_raw     1     8K       -       23  128
netgraph_btsocks_l2cap_raw     1     1K       -        1  32
netgraph_btsocks_l2cap     1     1K       -        1  32
netgraph_sock     0     0K       -       18  128
netgraph_path     0     0K       -       11  16

------------------------------------------------------------------------
vmstat -z

ITEM                   SIZE  LIMIT     USED     FREE      REQ FAIL SLEEP

UMA Kegs:               208,      0,     187,       0,     187,   0,   0
UMA Zones:             1408,      0,     187,       1,     187,   0,   0
UMA Slabs:              568,      0,   39782,      20,  103093,   0,   0
UMA RCntSlabs:          568,      0,    1444,       5,    1556,   0,   0
UMA Hash:               256,      0,      78,      12,      82,   0,   0
16 Bucket:              152,      0,     142,      83,     218,   0,   0
32 Bucket:              280,      0,     194,      72,     263,   1,   0
64 Bucket:              536,      0,     306,      79,     428, 639,   0
128 Bucket:            1048,      0,     657,       0,    1777,1214,   0
VM OBJECT:              232,      0,   19326,     370,  427462,   0,   0
MAP:                    232,      0,       7,      25,       7,   0,   0
KMAP ENTRY:             120, 276830,     267,    1128,  201393,   0,   0
MAP ENTRY:              120,      0,    7623,    1212, 1076716,   0,   0
fakepg:                 120,      0,      89,     686,     650,   0,   0
mt_zone:               4112,      0,     359,     179,     359,   0,   0
16:                      16,      0,    6110,    1450, 5425063,   0,   0
32:                      32,      0,    5359,    1509,  284450,   0,   0
64:                      64,      0,   29128,    5704, 1845196,   0,   0
128:                    128,      0,   17970,    4157, 5266932,   0,   0
256:                    256,      0,    5563,    4697,  556591,   0,   0
512:                    512,      0,    8775,     983,  165558,   0,   0
1024:                  1024,      0,     202,     534,   40431,   0,   0
2048:                  2048,      0,    5462,     912,   38831,   0,   0
4096:                  4096,      0,    1201,     427,   52186,   0,   0
Files:                   80,      0,    1194,   10866,  351792,   0,   0
TURNSTILE:              136,      0,     886,     154,     886,   0,   0
umtx pi:                 96,      0,       0,       0,       0,   0,   0
MAC labels:              40,      0,       0,       0,       0,   0,   0
PROC:                  1184,      0,     132,     144,   20611,   0,   0
THREAD:                1128,      0,     649,     236,    7538,   0,   0
SLEEPQUEUE:              80,      0,     886,     245,     886,   0,   0
VMSPACE:                392,      0,     105,     205,   20556,   0,   0
cpuset:                  72,      0,     268,     132,     418,   0,   0
audit_record:           960,      0,       0,       0,       0,   0,   0
mbuf_packet:            256,      0,     128,    2162, 2617472,   0,   0
mbuf:                   256,      0,       3,    1903, 6745052,   0,   0
mbuf_cluster:          2048,  25600,    1664,     536,    2825,   0,   0
mbuf_jumbo_page:       4096,  12800,       0,     344,  740125,   0,   0
mbuf_jumbo_9k:         9216,  19200,       0,       0,       0,   0,   0
mbuf_jumbo_16k:       16384,  12800,       0,       0,       0,   0,   0
mbuf_ext_refcnt:          4,      0,       0,       0,       0,   0,   0
g_bio:                  232,      0,       0,    4080,  806616,   0,   0
ttyinq:                 160,      0,     375,     369,    1230,   0,   0
ttyoutq:                256,      0,     196,     194,     641,   0,   0
ata_request:            328,      0,       0,     204,    3191,   0,   0
ata_composite:          336,      0,       0,       0,       0,   0,   0
nv_stack_t:           12288,      0,       7,      83,    5538,   0,   0
VNODE:                  480,      0,   40376,     496,   46901,   0,   0
VNODEPOLL:              112,      0,     501,     291,     508,   0,   0
S VFS Cache:            108,      0,   38318,    2701,  118634,   0,   0
STS VFS Cache:          148,      0,       0,       0,       0,   0,   0
L VFS Cache:            328,      0,    3125,     487,    4842,   0,   0
LTS VFS Cache:          368,      0,       0,       0,       0,   0,   0
NAMEI:                 1024,      0,       1,     159,  984775,   0,   0
NCLNODE:                568,      0,       0,       0,       0,   0,   0
DIRHASH:               1024,      0,     139,     225,    1156,   0,   0
pipe:                   728,      0,     314,     421,   28488,   0,   0
Mountpoints:            792,      0,       7,      33,       7,   0,   0
ksiginfo:               112,      0,     265,     890,   63873,   0,   0
itimer:                 344,      0,       1,      21,       1,   0,   0
KNOTE:                  128,      0,     300,     918,22857805,   0,   0
socket:                 680,  25602,     179,   10675,   23088,   0,   0
unpcb:                  240,  25600,     138,     134,     434,   0,   0
ipq:                     56,    819,       0,     567,     137,   0,   0
udp_inpcb:              392,  25600,      13,     127,    6409,   0,   0
udpcb:                   16,  25704,      13,    1163,    6409,   0,   0
tcp_inpcb:              392,  25600,      24,   10686,   16191,   0,   0
tcpcb:                  976,  25600,      24,   10664,   16191,   0,   0
tcptw:                   72,   5150,       0,     500,     733,   0,   0
syncache:               152,  15375,       0,     250,    2729,   0,   0
hostcache:              136,  15372,     292,     100,     292,   0,   0
tcpreass:                40,   1680,       0,    1260,   69763,   0,   0
sackhole:                32,      0,       0,    1111,    6884,   0,   0
sctp_ep:               1376,  25600,       0,       0,       0,   0,   0
sctp_asoc:             2288,  40000,       0,       0,       0,   0,   0
sctp_laddr:              48,  80064,       0,     288,       3,   0,   0
sctp_raddr:             704,  80000,       0,       0,       0,   0,   0
sctp_chunk:             136, 400008,       0,       0,       0,   0,   0
sctp_readq:             104, 400032,       0,       0,       0,   0,   0
sctp_stream_msg_out:    112, 400026,       0,       0,       0,   0,   0
sctp_asconf:             40, 400008,       0,       0,       0,   0,   0
sctp_asconf_ack:         48, 400032,       0,       0,       0,   0,   0
ripcb:                  392,  25600,       1,      19,       1,   0,   0
rtentry:                200,      0,      13,      82,      14,   0,   0
selfd:                   56,      0,     366,    1398,70451998,   0,   0
SWAPMETA:               288, 116519,       0,       0,       0,   0,   0
FFS inode:              168,      0,   35938,     340,   38845,   0,   0
FFS1 dinode:            128,      0,       0,       0,       0,   0,   0
FFS2 dinode:            256,      0,   35938,     242,   38832,   0,   0
taskq_zone:              48,      0,       0,     648,     661,   0,   0
zio_cache:              880,      0,       1,     911,  638667,   0,   0
zio_link_cache:          48,      0,       0,    1944,  328523,   0,   0
zio_buf_512:            512,      0,       0,       0,       0,   0,   0
zio_data_buf_512:       512,      0,       0,       0,       0,   0,   0
zio_buf_1024:          1024,      0,       0,       0,       0,   0,   0
zio_data_buf_1024:     1024,      0,       0,       0,       0,   0,   0
zio_buf_1536:          1536,      0,       0,       0,       0,   0,   0
zio_data_buf_1536:     1536,      0,       0,       0,       0,   0,   0
zio_buf_2048:          2048,      0,       0,       0,       0,   0,   0
zio_data_buf_2048:     2048,      0,       0,       0,       0,   0,   0
zio_buf_2560:          2560,      0,       0,       0,       0,   0,   0
zio_data_buf_2560:     2560,      0,       0,       0,       0,   0,   0
zio_buf_3072:          3072,      0,       0,       0,       0,   0,   0
zio_data_buf_3072:     3072,      0,       0,       0,       0,   0,   0
zio_buf_3584:          3584,      0,       0,       0,       0,   0,   0
zio_data_buf_3584:     3584,      0,       0,       0,       0,   0,   0
zio_buf_4096:          4096,      0,       0,       0,       0,   0,   0
zio_data_buf_4096:     4096,      0,       0,       0,       0,   0,   0
zio_buf_5120:          5120,      0,       0,       0,       0,   0,   0
zio_data_buf_5120:     5120,      0,       0,       0,       0,   0,   0
zio_buf_6144:          6144,      0,       0,       0,       0,   0,   0
zio_data_buf_6144:     6144,      0,       0,       0,       0,   0,   0
zio_buf_7168:          7168,      0,       0,       0,       0,   0,   0
zio_data_buf_7168:     7168,      0,       0,       0,       0,   0,   0
zio_buf_8192:          8192,      0,       0,       0,       0,   0,   0
zio_data_buf_8192:     8192,      0,       0,       0,       0,   0,   0
zio_buf_10240:        10240,      0,       0,       0,       0,   0,   0
zio_data_buf_10240:   10240,      0,       0,       0,       0,   0,   0
zio_buf_12288:        12288,      0,       0,       0,       0,   0,   0
zio_data_buf_12288:   12288,      0,       0,       0,       0,   0,   0
zio_buf_14336:        14336,      0,       0,       0,       0,   0,   0
zio_data_buf_14336:   14336,      0,       0,       0,       0,   0,   0
zio_buf_16384:        16384,      0,       0,       0,       0,   0,   0
zio_data_buf_16384:   16384,      0,       0,       0,       0,   0,   0
zio_buf_20480:        20480,      0,       0,       0,       0,   0,   0
zio_data_buf_20480:   20480,      0,       0,       0,       0,   0,   0
zio_buf_24576:        24576,      0,       0,       0,       0,   0,   0
zio_data_buf_24576:   24576,      0,       0,       0,       0,   0,   0
zio_buf_28672:        28672,      0,       0,       0,       0,   0,   0
zio_data_buf_28672:   28672,      0,       0,       0,       0,   0,   0
zio_buf_32768:        32768,      0,       0,       0,       0,   0,   0
zio_data_buf_32768:   32768,      0,       0,       0,       0,   0,   0
zio_buf_36864:        36864,      0,       0,       0,       0,   0,   0
zio_data_buf_36864:   36864,      0,       0,       0,       0,   0,   0
zio_buf_40960:        40960,      0,       0,       0,       0,   0,   0
zio_data_buf_40960:   40960,      0,       0,       0,       0,   0,   0
zio_buf_45056:        45056,      0,       0,       0,       0,   0,   0
zio_data_buf_45056:   45056,      0,       0,       0,       0,   0,   0
zio_buf_49152:        49152,      0,       0,       0,       0,   0,   0
zio_data_buf_49152:   49152,      0,       0,       0,       0,   0,   0
zio_buf_53248:        53248,      0,       0,       0,       0,   0,   0
zio_data_buf_53248:   53248,      0,       0,       0,       0,   0,   0
zio_buf_57344:        57344,      0,       0,       0,       0,   0,   0
zio_data_buf_57344:   57344,      0,       0,       0,       0,   0,   0
zio_buf_61440:        61440,      0,       0,       0,       0,   0,   0
zio_data_buf_61440:   61440,      0,       0,       0,       0,   0,   0
zio_buf_65536:        65536,      0,       0,       0,       0,   0,   0
zio_data_buf_65536:   65536,      0,       0,       0,       0,   0,   0
zio_buf_69632:        69632,      0,       0,       0,       0,   0,   0
zio_data_buf_69632:   69632,      0,       0,       0,       0,   0,   0
zio_buf_73728:        73728,      0,       0,       0,       0,   0,   0
zio_data_buf_73728:   73728,      0,       0,       0,       0,   0,   0
zio_buf_77824:        77824,      0,       0,       0,       0,   0,   0
zio_data_buf_77824:   77824,      0,       0,       0,       0,   0,   0
zio_buf_81920:        81920,      0,       0,       0,       0,   0,   0
zio_data_buf_81920:   81920,      0,       0,       0,       0,   0,   0
zio_buf_86016:        86016,      0,       0,       0,       0,   0,   0
zio_data_buf_86016:   86016,      0,       0,       0,       0,   0,   0
zio_buf_90112:        90112,      0,       0,       0,       0,   0,   0
zio_data_buf_90112:   90112,      0,       0,       0,       0,   0,   0
zio_buf_94208:        94208,      0,       0,       0,       0,   0,   0
zio_data_buf_94208:   94208,      0,       0,       0,       0,   0,   0
zio_buf_98304:        98304,      0,       0,       0,       0,   0,   0
zio_data_buf_98304:   98304,      0,       0,       0,       0,   0,   0
zio_buf_102400:      102400,      0,       0,       0,       0,   0,   0
zio_data_buf_102400: 102400,      0,       0,       0,       0,   0,   0
zio_buf_106496:      106496,      0,       0,       0,       0,   0,   0
zio_data_buf_106496: 106496,      0,       0,       0,       0,   0,   0
zio_buf_110592:      110592,      0,       0,       0,       0,   0,   0
zio_data_buf_110592: 110592,      0,       0,       0,       0,   0,   0
zio_buf_114688:      114688,      0,       0,       0,       0,   0,   0
zio_data_buf_114688: 114688,      0,       0,       0,       0,   0,   0
zio_buf_118784:      118784,      0,       0,       0,       0,   0,   0
zio_data_buf_118784: 118784,      0,       0,       0,       0,   0,   0
zio_buf_122880:      122880,      0,       0,       0,       0,   0,   0
zio_data_buf_122880: 122880,      0,       0,       0,       0,   0,   0
zio_buf_126976:      126976,      0,       0,       0,       0,   0,   0
zio_data_buf_126976: 126976,      0,       0,       0,       0,   0,   0
zio_buf_131072:      131072,      0,       0,       0,       0,   0,   0
zio_data_buf_131072: 131072,      0,       0,       0,       0,   0,   0
sa_cache:                80,      0,    4309,     506,    7904,   0,   0
dnode_t:                856,      0,    5966,     626,    7974,   0,   0
dmu_buf_impl_t:         224,      0,   22004,     606,   61061,   0,   0
arc_buf_hdr_t:          216,      0,   33377,     319,   57121,   0,   0
arc_buf_t:              104,      0,   32582,     466,   57225,   0,   0
zil_lwb_cache:          192,      0,       1,     459,    1250,   0,   0
zfs_znode_cache:        400,      0,    4309,     317,    7904,   0,   0
NetGraph items:          72,   4118,       0,     232,      60,   0,   0
NetGraph data items:     72,    522,       0,     290,      54,   0,   0


------------------------------------------------------------------------
vmstat -i

interrupt                          total       rate
irq1: atkbd0                         601          3
irq12: psm0                        64526        325
irq16: uhci0 ahci0               4417234      22309
irq17: atapci0                      4792         24
irq19: fwohci0++                       2          0
irq20: hpet0                     3792794      19155
irq23: uhci3 ehci1                109650        553
irq24: vgapci0                      2798         14
irq28: ral0                      4388689      22165
irq256: hdac0                        516          2
irq258: ahci1                     227878       1150
Total                           13009480      65704

------------------------------------------------------------------------
pstat -T

1194/12328 files
0M/3298M swap space

------------------------------------------------------------------------
pstat -s

Device          512-blocks     Used    Avail Capacity
/dev/ada1s4b       6755800        0  6755800     0%

------------------------------------------------------------------------
iostat

iostat: kvm_read(_tk_nin): invalid address (0x0)
iostat: disabling TTY statistics
            ada0             ada1              cd0             cpu
  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
 59.94 422 24.68  43.18 800 33.73   0.00   0  0.00  13 67  1  0 18

------------------------------------------------------------------------
ipcs -a

Message Queues:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP                 CBYTES                 QNUM               QBYTES        LSPID        LRPID STIME    RTIME    CTIME   

Shared Memory:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP         NATTCH        SEGSZ         CPID         LPID ATIME    DTIME    CTIME   
m       131072            0 --rwarwarwa u        wheel    u        wheel               2       241200         2837         2817 10:06:52 no-entry 10:06:52
m        65537            0 --rw------- u        wheel    u        wheel               2       393216         2849         2817 10:06:53 10:06:59 10:06:53
m        65538            0 --rwa------ u        wheel    u        wheel               2      1900544         2853         2817 10:06:57 no-entry 10:06:57
m        65539            0 --rwa------ u        wheel    u        wheel               2      1900544         2850         2817 10:06:58 10:06:58 10:06:58
m       131078            0 --rw------- u        wheel    u        wheel               2       393216         2849         2817 10:31:43 no-entry 10:31:43

Semaphores:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP          NSEMS OTIME    CTIME   


------------------------------------------------------------------------
ipcs -T

msginfo:
	msgmax:        16384	(max characters in a message)
	msgmni:           40	(# of message queues)
	msgmnb:         2048	(max characters in a message queue)
	msgtql:           40	(max # of messages in system)
	msgssz:            8	(size of a message segment)
	msgseg:         2048	(# of message segments in system)

shminfo:
	shmmax:    536870912	(max shared memory segment size)
	shmmin:            1	(min shared memory segment size)
	shmmni:          192	(max number of shared memory identifiers)
	shmseg:          128	(max shared memory segments per process)
	shmall:       131072	(max amount of shared memory in pages)

seminfo:
	semmni:           50	(# of semaphore identifiers)
	semmns:          340	(# of semaphores in system)
	semmnu:          150	(# of undo structures in system)
	semmsl:          340	(max # of semaphores per id)
	semopm:          100	(max # of operations per semop call)
	semume:           50	(max # of undo entries per process)
	semusz:          632	(size in bytes of undo structure)
	semvmx:        32767	(semaphore maximum value)
	semaem:        16384	(adjust on exit max value)


------------------------------------------------------------------------
nfsstat

Client Info:
Rpc Counts:
  Getattr   Setattr    Lookup  Readlink      Read     Write    Create    Remove
        0         0         0         0         0         0         0         0
   Rename      Link   Symlink     Mkdir     Rmdir   Readdir  RdirPlus    Access
        0         0         0         0         0         0         0         0
    Mknod    Fsstat    Fsinfo  PathConf    Commit
        0         0         0         0         0
Rpc Info:
 TimedOut   Invalid X Replies   Retries  Requests
        0         0         0         0         0
Cache Info:
Attr Hits    Misses Lkup Hits    Misses BioR Hits    Misses BioW Hits    Misses
        0         0         0         0         0         0         0         0
BioRLHits    Misses BioD Hits    Misses DirE Hits    Misses Accs Hits    Misses
        0         0         0         0         0         0         0         0

Server Info:
  Getattr   Setattr    Lookup  Readlink      Read     Write    Create    Remove
        0         0         0         0         0         0         0         0
   Rename      Link   Symlink     Mkdir     Rmdir   Readdir  RdirPlus    Access
        0         0         0         0         0         0         0         0
    Mknod    Fsstat    Fsinfo  PathConf    Commit
        0         0         0         0         0
Server Ret-Failed
                0
Server Faults
            0
Server Cache Stats:
   Inprog      Idem  Non-idem    Misses
        0         0         0         0
Server Write Gathering:
 WriteOps  WriteRPC   Opsaved
        0         0         0

------------------------------------------------------------------------
netstat -s

tcp:
	961435 packets sent
		441556 data packets (569432932 bytes)
		19453 data packets (5857451 bytes) retransmitted
		520 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		405383 ack-only packets (50481 delayed)
		0 URG only packets
		0 window probe packets
		89269 window update packets
		5774 control packets
	1034482 packets received
		235533 acks (for 569559111 bytes)
		38390 duplicate acks
		0 acks for unsent data
		705599 packets (685015840 bytes) received in-sequence
		9718 completely duplicate packets (8474661 bytes)
		0 old duplicate packets
		2339 packets with some dup. data (278494 bytes duped)
		69704 out-of-order packets (71419138 bytes)
		1 packet (1 byte) of data after window
		1 window probe
		192 window update packets
		516 packets received after close
		0 discarded for bad checksums
		0 discarded for bad header offset fields
		0 discarded because packet too short
		0 discarded due to memory problems
	2352 connection requests
	2708 connection accepts
	0 bad connection attempts
	0 listen queue overflows
	56 ignored RSTs in the windows
	3726 connections established (including accepts)
	16167 connections closed (including 333 drops)
		948 connections updated cached RTT on close
		989 connections updated cached RTT variance on close
		863 connections updated cached ssthresh on close
	265 embryonic connections dropped
	42231 segments updated rtt (of 57175 attempts)
	22440 retransmit timeouts
		43 connections dropped by rexmit timeout
	17 persist timeouts
		0 connections dropped by persist timeout
	0 Connections (fin_wait_2) dropped because of timeout
	0 keepalive timeouts
		0 keepalive probes sent
		0 connections dropped by keepalive
	183103 correct ACK header predictions
	677316 correct data packet header predictions
	2729 syncache entries added
		543 retransmitted
		701 dupsyn
		0 dropped
		2708 completed
		0 bucket overflow
		0 cache overflow
		17 reset
		8 stale
		0 aborted
		0 badack
		0 unreach
		0 zone failures
	2729 cookies sent
	7 cookies received
	292 hostcache entries added
		0 bucket overflow
	1443 SACK recovery episodes
	2150 segment rexmits in SACK recovery episodes
	1383230 byte rexmits in SACK recovery episodes
	37074 SACK options (SACK blocks) received
	62764 SACK options (SACK blocks) sent
	0 SACK scoreboard overflow
	0 packets with ECN CE bit set
	0 packets with ECN ECT(0) bit set
	0 packets with ECN ECT(1) bit set
	0 successful ECN handshakes
	0 times ECN reduced the congestion window
udp:
	613750 datagrams received
	0 with incomplete header
	0 with bad data length field
	0 with bad checksum
	55587 with no checksum
	4973 dropped due to no socket
	2798 broadcast/multicast datagrams undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	605979 delivered
	613069 datagrams output
	0 times multicast source filter matched
ip:
	1649170 total packets received
	0 bad header checksums
	0 with size smaller than minimum
	0 with data size < data length
	0 with ip length > max ip packet size
	0 with header length < data size
	0 with data length < header length
	0 with bad options
	0 with incorrect version number
	137 fragments received
	0 fragments dropped (dup or out of space)
	137 fragments dropped after timeout
	0 packets reassembled ok
	1648230 packets for this host
	798 packets for unknown/unsupported protocol
	0 packets forwarded (0 packets fast forwarded)
	1 packet not forwardable
	0 packets received for unknown multicast group
	0 redirects sent
	1586457 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	0 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 tunneling packets that can't find gif
	9 datagrams with bad address in header
icmp:
	4973 calls to icmp_error
	0 errors not generated in response to an icmp message
	Output histogram:
		destination unreachable: 4973
	0 messages with bad code fields
	0 messages less than the minimum length
	0 messages with bad checksum
	0 messages with bad length
	0 multicast echo requests ignored
	0 multicast timestamp requests ignored
	Input histogram:
		destination unreachable: 544
	0 message responses generated
	0 invalid return addresses
	0 no return routes
igmp:
	254 messages received
	0 messages received with too few bytes
	0 messages received with wrong TTL
	0 messages received with bad checksum
	127 V1/V2 membership queries received
	0 V3 membership queries received
	0 membership queries received with invalid field(s)
	119 general queries received
	8 group queries received
	0 group-source queries received
	0 group-source queries dropped
	95 membership reports received
	0 membership reports received with invalid field(s)
	10 membership reports received for groups to which we belong
	22 V3 reports received without Router Alert
	43 membership reports sent
arp:
	8 ARP requests sent
	8 ARP replies sent
	25 ARP requests received
	1 ARP reply received
	26 ARP packets received
	6 total packets dropped due to no ARP entry
	3 ARP entrys timed out
	0 Duplicate IPs seen
ip6:
	2 total packets received
	0 with size smaller than minimum
	0 with data size < data length
	0 with bad options
	0 with incorrect version number
	0 fragments received
	0 fragments dropped (dup or out of space)
	0 fragments dropped after timeout
	0 fragments that exceeded limit
	0 packets reassembled ok
	2 packets for this host
	0 packets forwarded
	0 packets not forwardable
	0 redirects sent
	2 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	538 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 packets that violated scope rules
	0 multicast packets which we don't join
	Input histogram:
		TCP: 2
	Mbuf statistics:
		2 one mbuf
		254 one ext mbuf
		0 two or more ext mbuf
	0 packets whose headers are not contiguous
	0 tunneling packets that can't find gif
	0 packets discarded because of too many headers
	0 failures of source address selection
	Source addresses selection rule applied:
		1 same address
icmp6:
	0 calls to icmp6_error
	0 errors not generated in response to an icmp6 message
	0 errors not generated because of rate limitation
	0 messages with bad code fields
	0 messages < minimum length
	0 bad checksums
	0 messages with bad length
	Histogram of error messages to be generated:
		0 no route
		0 administratively prohibited
		0 beyond scope
		0 address unreachable
		0 port unreachable
		0 packet too big
		0 time exceed transit
		0 time exceed reassembly
		0 erroneous header field
		0 unrecognized next header
		0 unrecognized option
		0 redirect
		0 unknown
	0 message responses generated
	0 messages with too many ND options
	0 messages with bad ND options
	0 bad neighbor solicitation messages
	0 bad neighbor advertisement messages
	0 bad router solicitation messages
	0 bad router advertisement messages
	0 bad redirect messages
	0 path MTU changes
rip6:
	0 messages received
	0 checksum calculations on inbound
	0 messages with bad checksum
	0 messages dropped due to no socket
	0 multicast messages dropped due to no socket
	0 messages dropped due to full socket buffers
	0 delivered
	0 datagrams output

------------------------------------------------------------------------
netstat -m

131/4065/4196 mbufs in use (current/cache/total)
18446744073709551118/2698/2200/25600 mbuf clusters in use (current/cache/total/max)
128/2162 mbuf+clusters out of packet secondary zone in use (current/cache)
0/344/344/12800 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/19200 9k jumbo clusters in use (current/cache/total/max)
0/0/0/12800 16k jumbo clusters in use (current/cache/total/max)
18014398509481020K/7788K/6825K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
0 calls to protocol drain routines

------------------------------------------------------------------------
netstat -id

Name    Mtu Network       Address              Ipkts Ierrs Idrop    Opkts Oerrs  Coll Drop
ral0   2290 <Link#1>      e0:69:95:4a:84:0a        0     0     0  1435389 150427     0    0 
usbus     0 <Link#2>                               0     0     0        0     0     0    0 
usbus     0 <Link#3>                               0     0     0        0     0     0    0 
usbus     0 <Link#4>                               0     0     0        0     0     0    0 
usbus     0 <Link#5>                               0     0     0        0     0     0    0 
re0*   1500 <Link#6>      20:cf:30:3c:84:f4        0     0     0        0     0     0    0 
fwe0*  1500 <Link#7>      02:1e:8c:dd:91:33        0     0     0        0     0     0    0 
fwip0  1500 <Link#8>      00:1e:8c:00:00:dd:       0     0     0        0     0     0    0 
usbus     0 <Link#9>                               0     0     0        0     0     0    0 
usbus     0 <Link#10>                              0     0     0        0     0     0    0 
usbus     0 <Link#11>                              0     0     0        0     0     0    0 
usbus     0 <Link#12>                              0     0     0        0     0     0    0 
lo0   16384 <Link#13>                            678     0     0      678     0     0    0 
lo0   16384 localhost     ::1                      2     -     -        2     -     -    - 
lo0   16384 fe80::1%lo0   fe80::1                  0     -     -        0     -     -    - 
lo0   16384 your-net      localhost              676     -     -      676     -     -    - 
wlan0  1500 <Link#14>     e0:69:95:4a:84:0a  1648777     0     0  1585791     0     0    0 
wlan0  1500 192.168.1.0   192.168.1.9        1643485     -     -  1585775     -     -    - 

------------------------------------------------------------------------
netstat -anr

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.1.1        UGS         0  1203837  wlan0
127.0.0.1          link#13            UH          0      676    lo0
192.168.1.0/24     link#14            U           0   381902  wlan0
192.168.1.9        link#14            UHS         0        0    lo0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::/96                             ::1                           UGRS        lo0
::1                               link#13                       UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%lo0/64                     link#13                       U           lo0
fe80::1%lo0                       link#13                       UHS         lo0
ff01::%lo0/32                     ::1                           U           lo0
ff02::/16                         ::1                           UGRS        lo0
ff02::%lo0/32                     ::1                           U           lo0

------------------------------------------------------------------------
netstat -anA

Active Internet connections (including servers)
Tcpcb            Proto Recv-Q Send-Q Local Address      Foreign Address    (state)
fffffe007fd5f000 tcp4       0      0 192.168.1.9.49892  178.35.137.84.443  ESTABLISHED
fffffe007fccab70 tcp4       0      0 *.6212             *.*                LISTEN
fffffe007fccb000 tcp6       0      0 *.6212             *.*                LISTEN
fffffe007fdbbb70 tcp4       0      0 *.8000             *.*                LISTEN
fffffe007fe2f7a0 tcp4       0      0 192.168.1.9.17704  74.125.143.189.443 ESTABLISHED
fffffe01cae657a0 tcp4       0      0 192.168.1.9.48775  109.169.47.64.443  ESTABLISHED
fffffe01cae513d0 tcp4       0      0 192.168.1.9.25290  74.125.143.18.443  ESTABLISHED
fffffe007fa143d0 tcp4       0      0 192.168.1.9.60022  69.64.167.221.443  ESTABLISHED
fffffe00416aeb70 tcp4       0      0 192.168.1.9.62343  109.169.47.64.443  ESTABLISHED
fffffe002e074000 tcp4       0      0 192.168.1.9.20608  213.199.179.156.40 ESTABLISHED
fffffe01cada17a0 tcp4       0      0 *.32924            *.*                LISTEN
fffffe007fa627a0 tcp4       0      0 127.0.0.1.58947    127.0.0.1.34190    ESTABLISHED
fffffe007fa62b70 tcp4       0      0 127.0.0.1.37006    127.0.0.1.19872    ESTABLISHED
fffffe007fa147a0 tcp4       0      0 127.0.0.1.34190    127.0.0.1.58947    ESTABLISHED
fffffe007fa14b70 tcp4       0      0 127.0.0.1.19872    127.0.0.1.37006    ESTABLISHED
fffffe01cada13d0 tcp4       0      0 192.168.1.9.36366  77.88.57.178.5222  ESTABLISHED
fffffe01cae7bb70 tcp4       0      0 *.8010             *.*                LISTEN
fffffe01cada07a0 tcp4       0      0 *.6000             *.*                LISTEN
fffffe01cada0000 tcp6       0      0 *.6000             *.*                LISTEN
fffffe01cae51b70 tcp4       0      0 *.587              *.*                LISTEN
fffffe01cae52000 tcp6       0      0 *.25               *.*                LISTEN
fffffe01cae523d0 tcp4       0      0 *.25               *.*                LISTEN
fffffe01cae7b3d0 tcp4       0      0 *.22               *.*                LISTEN
fffffe01cae7b7a0 tcp6       0      0 *.22               *.*                LISTEN
fffffe000caa9310 udp4       0      0 *.32924            *.*                
fffffe000ca90188 udp4       0      0 127.0.0.1.41386    *.*                
fffffe000ca907a8 udp6       0      0 *.50387            *.*                
fffffe000ca90620 udp4       0      0 *.55613            *.*                
fffffe000ca8f620 udp4       0      0 192.168.1.9.123    *.*                
fffffe000ca8f498 udp4       0      0 127.0.0.1.123      *.*                
fffffe000ca8f7a8 udp6       0      0 fe80:d::1.123      *.*                
fffffe000ca8fc40 udp6       0      0 ::1.123            *.*                
fffffe000ca90000 udp6       0      0 *.123              *.*                
fffffe000ca98c40 udp4       0      0 *.123              *.*                
fffffe000ca4b620 udp4       0      0 *.514              *.*                
fffffe000ca4b498 udp6       0      0 *.514              *.*                
fffffe000ca8f930 udp4       0      0 *.*                *.*                
Active UNIX domain sockets
Address  Type   Recv-Q Send-Q    Inode     Conn     Refs  Nextref Addr
fffffe007f346870 stream      0      0        0 fffffe007f346960        0        0 /tmp/.X11-unix/X0
fffffe007f346960 stream      0      0        0 fffffe007f346870        0        0
fffffe00416fe000 stream      0      0        0 fffffe00416fe0f0        0        0 /tmp/fam-u/fam-
fffffe00416fe0f0 stream      0      0        0 fffffe00416fe000        0        0
fffffe00416fe1e0 stream      0      0        0 fffffe00416fe2d0        0        0 /tmp/.X11-unix/X0
fffffe00416fe2d0 stream      0      0        0 fffffe00416fe1e0        0        0
fffffe000cc36e10 stream      0      0        0 fffffe000ccc72d0        0        0 /tmp/dbus-0OERr4D3jX
fffffe000ccc72d0 stream      0      0        0 fffffe000cc36e10        0        0
fffffe000ca71690 stream      0      0        0 fffffe000ca715a0        0        0 /tmp/.X11-unix/X0
fffffe000ca715a0 stream      0      0        0 fffffe000ca71690        0        0
fffffe000cc40870 stream      0      0        0 fffffe000cc350f0        0        0 /tmp/.X11-unix/X0
fffffe000cc350f0 stream      0      0        0 fffffe000cc40870        0        0
fffffe000cc361e0 stream      0      0        0 fffffe000cafcb40        0        0 /var/run/dbus/system_bus_socket
fffffe000cafcb40 stream      0      0        0 fffffe000cc361e0        0        0
fffffe000caedd20 stream      0      0 fffffe007f569d20        0        0        0 /tmp/fam-u/fam-
fffffe000caec000 stream      0      0        0 fffffe000cc40b40        0        0 /tmp/.X11-unix/X0
fffffe000cc40b40 stream      0      0        0 fffffe000caec000        0        0
fffffe007f3470f0 stream      0      0        0 fffffe000caed000        0        0 /tmp/.X11-unix/X0
fffffe000caed000 stream      0      0        0 fffffe007f3470f0        0        0
fffffe000cb303c0 stream      0      0        0 fffffe000caec2d0        0        0 /tmp/orbit-u/linc-b21-0-cc32c86b805e
fffffe000caec2d0 stream      0      0        0 fffffe000cb303c0        0        0
fffffe000cc36960 stream      0      0 fffffe007f31f5a0        0        0        0 /tmp/orbit-u/linc-b21-0-cc32c86b805e
fffffe000cc40c30 stream      0      0        0 fffffe000cc36b40        0        0 /tmp/orbit-u/linc-b5a-0-55fd0cd45e2e4
fffffe000cc36b40 stream      0      0        0 fffffe000cc40c30        0        0
fffffe000cac1d20 stream      0      0        0 fffffe000cc35780        0        0 /var/run/dbus/system_bus_socket
fffffe000cc35780 stream      0      0        0 fffffe000cac1d20        0        0
fffffe000cc40780 stream      0      0        0 fffffe000cc40690        0        0 /tmp/dbus-0OERr4D3jX
fffffe000cc40690 stream      0      0        0 fffffe000cc40780        0        0
fffffe000cc405a0 stream      0      0 fffffe007f17d000        0        0        0 /tmp/orbit-u/linc-b5a-0-55fd0cd45e2e4
fffffe000cc36000 stream      0      0        0 fffffe000cc35e10        0        0 /tmp/.X11-unix/X0
fffffe000cc35e10 stream      0      0        0 fffffe000cc36000        0        0
fffffe000caece10 stream      0      0        0 fffffe000caecd20        0        0 /tmp/.X11-unix/X0
fffffe000caecd20 stream      0      0        0 fffffe000caece10        0        0
fffffe000cc404b0 stream      0      0        0 fffffe000caecb40        0        0 /tmp/dbus-0OERr4D3jX
fffffe000caecb40 stream      0      0        0 fffffe000cc404b0        0        0
fffffe000cc35d20 stream      0      0        0 fffffe000cc35c30        0        0 /tmp/.X11-unix/X0
fffffe000cc35c30 stream      0      0        0 fffffe000cc35d20        0        0
fffffe000caecc30 stream      0      0        0 fffffe000caec870        0        0
fffffe000caec870 stream      0      0        0 fffffe000caecc30        0        0
fffffe000cc403c0 stream      0      0 fffffe007f1833c0        0        0        0 /tmp/dbus-0OERr4D3jX
fffffe000caec5a0 stream      0      0        0 fffffe000ccc7c30        0        0 /tmp/.X11-unix/X0
fffffe000ccc7c30 stream     64      0        0 fffffe000caec5a0        0        0
fffffe000caec690 stream      0      0        0 fffffe000cac1a50        0        0 /tmp/.X11-unix/X0
fffffe000cac1a50 stream      0      0        0 fffffe000caec690        0        0
fffffe000cac12d0 stream      0      0        0 fffffe000cc401e0        0        0 /tmp/.X11-unix/X0
fffffe000cc401e0 stream     32      0        0 fffffe000cac12d0        0        0
fffffe000cafc960 stream      0      0        0 fffffe000cafc780        0        0
fffffe000cafc780 stream      0      0        0 fffffe000cafc960        0        0
fffffe0041aec0f0 stream      0      0        0 fffffe0041aec1e0        0        0 /tmp/.X11-unix/X0
fffffe0041aec1e0 stream      0      0        0 fffffe0041aec0f0        0        0
fffffe000cc40000 stream      0      0        0 fffffe000cc36d20        0        0 /tmp/.X11-unix/X0
fffffe000cc36d20 stream      0      0        0 fffffe000cc40000        0        0
fffffe0041aec2d0 stream      0      0        0 fffffe0041aec3c0        0        0
fffffe0041aec3c0 stream      0      0        0 fffffe0041aec2d0        0        0
fffffe000caec0f0 stream      0      0        0 fffffe000cafc5a0        0        0
fffffe000cafc5a0 stream      0      0        0 fffffe000caec0f0        0        0
fffffe000cc364b0 stream      0      0        0 fffffe000cc365a0        0        0
fffffe000cc365a0 stream      0      0        0 fffffe000cc364b0        0        0
fffffe00416fe5a0 stream      0      0        0 fffffe00416fe690        0        0
fffffe00416fe690 stream      0      0        0 fffffe00416fe5a0        0        0
fffffe000caed0f0 stream      0      0        0 fffffe000caed3c0        0        0
fffffe000caed3c0 stream      0      0        0 fffffe000caed0f0        0        0
fffffe000cb30a50 stream      0      0        0 fffffe000ccc71e0        0        0
fffffe000ccc71e0 stream      0      0        0 fffffe000cb30a50        0        0
fffffe000cafc870 stream      0      0        0 fffffe000caec1e0        0        0
fffffe000caec1e0 stream      0      0        0 fffffe000cafc870        0        0
fffffe000cc35870 stream      0      0        0 fffffe000cac1b40        0        0 /tmp/.X11-unix/X0
fffffe000cac1b40 stream      0      0        0 fffffe000cc35870        0        0
fffffe000cac14b0 stream      0      0        0 fffffe000ca71e10        0        0
fffffe000ca71e10 stream      0      0        0 fffffe000cac14b0        0        0
fffffe000cafce10 stream      0      0        0 fffffe000cc355a0        0        0 socket
fffffe000cc355a0 stream      0      0        0 fffffe000cafce10        0        0
fffffe0041aec4b0 stream      0      0        0 fffffe0041aec5a0        0        0 socket
fffffe0041aec5a0 stream      0      0        0 fffffe0041aec4b0        0        0
fffffe000cc40d20 stream      0      0 fffffe0041b001e0        0        0        0 socket
fffffe000cc400f0 stream      0      0        0 fffffe000cc353c0        0        0 /tmp/.X11-unix/X0
fffffe000cac15a0 stream      0      0        0 fffffe000cac13c0        0        0 /tmp/.X11-unix/X0
fffffe000cc353c0 stream      0      0        0 fffffe000cc400f0        0        0
fffffe000cac13c0 stream      0      0        0 fffffe000cac15a0        0        0
fffffe000cc36690 stream      0      0        0 fffffe000cc36780        0        0 /tmp/.X11-unix/X0
fffffe000cc36780 stream      0      0        0 fffffe000cc36690        0        0
fffffe000caed1e0 stream      0      0        0 fffffe000cc351e0        0        0 /tmp/.X11-unix/X0
fffffe000cc351e0 stream      0      0        0 fffffe000caed1e0        0        0
fffffe000cb30e10 stream      0      0        0 fffffe000caed5a0        0        0 /tmp/.X11-unix/X0
fffffe000caed5a0 stream      0      0        0 fffffe000cb30e10        0        0
fffffe00416fe780 stream      0      0        0 fffffe00416fe870        0        0 /tmp/.X11-unix/X0
fffffe00416fe870 stream      0      0        0 fffffe00416fe780        0        0
fffffe000cb30870 stream      0      0        0 fffffe000ccc7000        0        0 /tmp/.X11-unix/X0
fffffe000ccc7000 stream      0      0        0 fffffe000cb30870        0        0
fffffe000caedc30 stream      0      0        0 fffffe000caede10        0        0 /tmp/.X11-unix/X0
fffffe000caede10 stream      0      0        0 fffffe000caedc30        0        0
fffffe000cafca50 stream      0      0        0 fffffe000cc352d0        0        0 /tmp/.X11-unix/X0
fffffe000cc352d0 stream      0      0        0 fffffe000cafca50        0        0
fffffe000ccc73c0 stream      0      0        0 fffffe000ca71a50        0        0 /var/run/dbus/system_bus_socket
fffffe000ccc75a0 stream      0      0        0 fffffe000ca71960        0        0 /tmp/.X11-unix/X0
fffffe000ca71960 stream      0      0        0 fffffe000ccc75a0        0        0
fffffe000ca71a50 stream      0      0        0 fffffe000ccc73c0        0        0
fffffe000cc354b0 stream      0      0        0 fffffe000cb30780        0        0 /var/run/devd.pipe
fffffe000cb30780 stream      0      0        0 fffffe000cc354b0        0        0
fffffe000cac1000 stream      0      0 fffffe00415223c0        0        0        0 /tmp/.X11-unix/X0
fffffe000cafc690 stream      0      0        0 fffffe000cb30d20        0        0 /var/run/dbus/system_bus_socket
fffffe000cb30d20 stream      0      0        0 fffffe000cafc690        0        0
fffffe000cb30c30 stream      0      0        0 fffffe000cb30b40        0        0 /var/run/hald/dbus-h2XDa1t01L
fffffe000cb30b40 stream      0      0        0 fffffe000cb30c30        0        0
fffffe000cac1690 stream      0      0        0 fffffe000cac1780        0        0 /var/run/hald/dbus-h2XDa1t01L
fffffe000cac1780 stream      0      0        0 fffffe000cac1690        0        0
fffffe000cac1870 stream      0      0        0 fffffe000cac1960        0        0 /var/run/devd.pipe
fffffe000cac1960 stream      0      0        0 fffffe000cac1870        0        0
fffffe000ca710f0 stream      0      0        0 fffffe000ca711e0        0        0 /var/run/hald/dbus-OdA4EChmrV
fffffe000ca711e0 stream      0      0        0 fffffe000ca710f0        0        0
fffffe000cc402d0 stream      0      0 fffffe01cae35b40        0        0        0 /var/run/hald/dbus-OdA4EChmrV
fffffe000ca71b40 stream      0      0        0 fffffe000ca71c30        0        0 /tmp/fam-root/fam-
fffffe000ca71c30 stream      0      0        0 fffffe000ca71b40        0        0
fffffe000cb30000 stream      0      0 fffffe002e7d51e0        0        0        0 /tmp/fam-root/fam-
fffffe000ccc7d20 stream      0      0        0 fffffe000ccc7e10        0        0 /var/run/dbus/system_bus_socket
fffffe000ccc7e10 stream      0      0        0 fffffe000ccc7d20        0        0
fffffe000cb301e0 stream      0      0        0 fffffe000cb302d0        0        0 /var/run/dbus/system_bus_socket
fffffe000cb302d0 stream      0      0        0 fffffe000cb301e0        0        0
fffffe000caed690 stream      0      0        0 fffffe000caed780        0        0 /var/run/dbus/system_bus_socket
fffffe000caed780 stream      0      0        0 fffffe000caed690        0        0
fffffe000caed870 stream      0      0        0 fffffe000caed960        0        0 /var/run/dbus/system_bus_socket
fffffe000caed960 stream      0      0        0 fffffe000caed870        0        0
fffffe000caeda50 stream      0      0 fffffe002e54b3c0        0        0        0 /var/run/hald/dbus-h2XDa1t01L
fffffe000cac1e10 stream      0      0        0 fffffe000cafc000        0        0
fffffe000cafc000 stream      0      0        0 fffffe000cac1e10        0        0
fffffe000caec960 stream      0      0 fffffe01cae24b40        0        0        0 /var/run/dbus/system_bus_socket
fffffe000cc363c0 stream      0      0 fffffe000cc323c0        0        0        0 /var/run/devd.pipe
fffffe01b6d2d5a0 dgram       0      0        0 fffffe000cb305a0        0 fffffe000ca713c0
fffffe0041b01690 dgram       0      0        0        0        0        0
fffffe000ca713c0 dgram       0      0        0 fffffe000cb305a0        0 fffffe000cac11e0
fffffe000cac11e0 dgram       0      0        0 fffffe000cb305a0        0 fffffe000cb304b0
fffffe000cac1c30 dgram       0      0        0 fffffe000cb30690        0 fffffe000cc35960
fffffe000cc35960 dgram       0      0        0 fffffe000cb30690        0        0
fffffe000cb304b0 dgram       0      0        0 fffffe000cb305a0        0 fffffe000caeca50
fffffe000caeca50 dgram       0      0        0 fffffe000cb305a0        0        0
fffffe000cb305a0 dgram       0      0 fffffe000cd1d3c0        0 fffffe01b6d2d5a0        0 /var/run/logpriv
fffffe000cb30690 dgram       0      0 fffffe000cd1d5a0        0 fffffe000cac1c30        0 /var/run/log
fffffe000cac10f0 dgram       0      0 fffffe000caee960        0        0        0 /var/run/wpa_supplicant/wlan0

------------------------------------------------------------------------
netstat -aL

Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen         Local Address         
tcp4  0/0/128        *.6212                 
tcp6  0/0/128        *.6212                 
tcp4  0/0/5          *.8000                 
tcp4  0/0/100        *.32924                
tcp4  0/0/50         *.8010                 
tcp4  0/0/128        *.x11                  
tcp6  0/0/128        *.x11                  
tcp4  0/0/10         *.submission           
tcp6  0/0/10         *.smtp                 
tcp4  0/0/10         *.smtp                 
tcp4  0/0/128        *.ssh                  
tcp6  0/0/128        *.ssh                  
unix  0/0/30         /tmp/fam-u/fam-
unix  0/0/10         /tmp/orbit-u/linc-b21-0-cc32c86b805e
unix  0/0/10         /tmp/orbit-u/linc-b5a-0-55fd0cd45e2e4
unix  0/0/30         /tmp/dbus-0OERr4D3jX
unix  0/0/5          socket
unix  0/0/128        /tmp/.X11-unix/X0
unix  0/0/30         /var/run/hald/dbus-OdA4EChmrV
unix  0/0/30         /tmp/fam-root/fam-
unix  0/0/30         /var/run/hald/dbus-h2XDa1t01L
unix  0/0/30         /var/run/dbus/system_bus_socket
unix  0/0/4          /var/run/devd.pipe

------------------------------------------------------------------------
fstat

USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
u        tmpTCjtPq2225 20611 root /             2 drwxr-xr-x    1024  r
u        tmpTCjtPq2225 20611   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmpTCjtPq2225 20611 text /        5304295 -rwxr-xr-x  623664  r
u        tmpTCjtPq2225 20611    0* pipe fffffe000c9db5b0 <-> fffffe000c9db708      0 rw
u        tmpTCjtPq2225 20611    1* pipe fffffe00417b7708 <-> fffffe00417b75b0      0 rw
u        tmpTCjtPq2225 20611    2* pipe fffffe000c324430 <-> fffffe000c3242d8      0 rw
u        tmpTCjtPq2225 20611    3 /        5299396 -rw-r--r--  3024520  r
u        tmpTCjtPq2225 20611    4 /        5299396 -rw-r--r--  3024520  r
u        tmpTCjtPq2225 20611    5 /        5299496 -rw-r--r--  3024560  r
u        tmpTCjtPq2225 20611    6 /        5299496 -rw-r--r--  3024560  r
u        tmpTCjtPq2225 20611    7 /        5299504 -rw-r--r--  3024720  r
u        tmpTCjtPq2225 20611    8 /        5299504 -rw-r--r--  3024720  r
u        tmpTCjtPq2225 20611    9 /        5299511 -rw-r--r--  3024600  r
u        tmpTCjtPq2225 20611   10 /        5299511 -rw-r--r--  3024600  r
root     bsdtar     20603 root /             2 drwxr-xr-x    1024  r
root     bsdtar     20603   wd /        5299637 drwxr-xr-x     512  r
root     bsdtar     20603 text /        4100747 -r-xr-xr-x   68520  r
root     bsdtar     20603 ctty /dev        164 crw--w----   pts/2 rw
root     bsdtar     20603    0 /dev        164 crw--w----   pts/2 rw
root     bsdtar     20603    1 /dev        164 crw--w----   pts/2 rw
root     bsdtar     20603    2 /dev        164 crw--w----   pts/2 rw
root     bsdtar     20603    3 /        4597062 -rw-r--r--  29324878  r
root     sh         20602 root /             2 drwxr-xr-x    1024  r
root     sh         20602   wd /        4756850 drwxr-xr-x     512  r
root     sh         20602 text /        2247201 -r-xr-xr-x  142952  r
root     sh         20602 ctty /dev        164 crw--w----   pts/2 rw
root     sh         20602    0 /dev        164 crw--w----   pts/2 rw
root     sh         20602    1 /dev        164 crw--w----   pts/2 rw
root     sh         20602    2 /dev        164 crw--w----   pts/2 rw
root     make       20569 root /             2 drwxr-xr-x    1024  r
root     make       20569   wd /        4756850 drwxr-xr-x     512  r
root     make       20569 text /        4100677 -r-xr-xr-x  447456  r
root     make       20569 ctty /dev        164 crw--w----   pts/2 rw
root     make       20569    0 /dev        164 crw--w----   pts/2 rw
root     make       20569    1 /dev        164 crw--w----   pts/2 rw
root     make       20569    2 /dev        164 crw--w----   pts/2 rw
u        tmpXvBblI2228 20564 root /             2 drwxr-xr-x    1024  r
u        tmpXvBblI2228 20564   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmpXvBblI2228 20564 text /        5299699 -rwxr-xr-x  1196008  r
u        tmpXvBblI2228 20564    0* pipe fffffe01cae3d2d8 <-> fffffe01cae3d430      0 rw
u        tmpXvBblI2228 20564    1* pipe fffffe01256e5158 <-> fffffe01256e5000      0 rw
u        tmpXvBblI2228 20564    2* pipe fffffe01cae3d158 <-> fffffe01cae3d000      0 rw
u        tmpXvBblI2228 20564    3 /        5299396 -rw-r--r--  3024520  r
u        tmpXvBblI2228 20564    4 /        5299396 -rw-r--r--  3024520  r
u        tmpXvBblI2228 20564    5 /        5299496 -rw-r--r--  3024560  r
u        tmpXvBblI2228 20564    6 /        5299496 -rw-r--r--  3024560  r
u        tmpXvBblI2228 20564    7 /        5299504 -rw-r--r--  3024720  r
u        tmpXvBblI2228 20564    8 /        5299504 -rw-r--r--  3024720  r
u        tmpXvBblI2228 20564    9 /        5299511 -rw-r--r--  3024600  r
u        tmpXvBblI2228 20564   10 /        5299511 -rw-r--r--  3024600  r
u        tmp9mx8ht2223 20556 root /             2 drwxr-xr-x    1024  r
u        tmp9mx8ht2223 20556   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmp9mx8ht2223 20556 text /        5299662 -rwxr-xr-x  610352  r
u        tmp9mx8ht2223 20556    0* pipe fffffe01cad865b0 <-> fffffe01cad86708      0 rw
u        tmp9mx8ht2223 20556    1* pipe fffffe019da42430 <-> fffffe019da422d8      0 rw
u        tmp9mx8ht2223 20556    2* pipe fffffe000c3df9e0 <-> fffffe000c3df888      0 rw
u        tmp9mx8ht2223 20556    3 /        5299396 -rw-r--r--  3024520  r
u        tmp9mx8ht2223 20556    4 /        5299396 -rw-r--r--  3024520  r
u        tmp9mx8ht2223 20556    5 /        5299496 -rw-r--r--  3024560  r
u        tmp9mx8ht2223 20556    6 /        5299496 -rw-r--r--  3024560  r
u        tmp9mx8ht2223 20556    7 /        5299504 -rw-r--r--  3024720  r
u        tmp9mx8ht2223 20556    8 /        5299504 -rw-r--r--  3024720  r
u        tmp9mx8ht2223 20556    9 /        5299511 -rw-r--r--  3024600  r
u        tmp9mx8ht2223 20556   10 /        5299511 -rw-r--r--  3024600  r
u        tmpWBDgq82230 20552 root /             2 drwxr-xr-x    1024  r
u        tmpWBDgq82230 20552   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmpWBDgq82230 20552 text /        5299694 -rwxr-xr-x  1181360  r
u        tmpWBDgq82230 20552    0* pipe fffffe000cabe000 <-> fffffe000cabe158      0 rw
u        tmpWBDgq82230 20552    1* pipe fffffe01503019e0 <-> fffffe0150301888      0 rw
u        tmpWBDgq82230 20552    2* pipe fffffe000c323158 <-> fffffe000c323000      0 rw
u        tmpWBDgq82230 20552    3 /        5299396 -rw-r--r--  3024520  r
u        tmpWBDgq82230 20552    4 /        5299396 -rw-r--r--  3024520  r
u        tmpWBDgq82230 20552    5 /        5299496 -rw-r--r--  3024560  r
u        tmpWBDgq82230 20552    6 /        5299496 -rw-r--r--  3024560  r
u        tmpWBDgq82230 20552    7 /        5299504 -rw-r--r--  3024720  r
u        tmpWBDgq82230 20552    8 /        5299504 -rw-r--r--  3024720  r
u        tmpWBDgq82230 20552    9 /        5299511 -rw-r--r--  3024600  r
u        tmpWBDgq82230 20552   10 /        5299511 -rw-r--r--  3024600  r
u        tmpZexPPU2227 20544 root /             2 drwxr-xr-x    1024  r
u        tmpZexPPU2227 20544   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmpZexPPU2227 20544 text /        5299667 -rwxr-xr-x  618472  r
u        tmpZexPPU2227 20544    0* pipe fffffe000cabd000 <-> fffffe000cabd158      0 rw
u        tmpZexPPU2227 20544    1* pipe fffffe019d179430 <-> fffffe019d1792d8      0 rw
u        tmpZexPPU2227 20544    2* pipe fffffe000c350cb8 <-> fffffe000c350b60      0 rw
u        tmpZexPPU2227 20544    3 /        5299396 -rw-r--r--  3024520  r
u        tmpZexPPU2227 20544    4 /        5299396 -rw-r--r--  3024520  r
u        tmpZexPPU2227 20544    5 /        5299496 -rw-r--r--  3024560  r
u        tmpZexPPU2227 20544    6 /        5299496 -rw-r--r--  3024560  r
u        tmpZexPPU2227 20544    7 /        5299504 -rw-r--r--  3024720  r
u        tmpZexPPU2227 20544    8 /        5299504 -rw-r--r--  3024720  r
u        tmpZexPPU2227 20544    9 /        5299511 -rw-r--r--  3024600  r
u        tmpZexPPU2227 20544   10 /        5299511 -rw-r--r--  3024600  r
u        tmpVv5HNV2229 20536 root /             2 drwxr-xr-x    1024  r
u        tmpVv5HNV2229 20536   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmpVv5HNV2229 20536 text /        5299733 -rwxr-xr-x  1187816  r
u        tmpVv5HNV2229 20536    0* pipe fffffe000c339b60 <-> fffffe000c339cb8      0 rw
u        tmpVv5HNV2229 20536    1* pipe fffffe0041eec158 <-> fffffe0041eec000      0 rw
u        tmpVv5HNV2229 20536    2* pipe fffffe000c51d430 <-> fffffe000c51d2d8      0 rw
u        tmpVv5HNV2229 20536    3 /        5299396 -rw-r--r--  3024520  r
u        tmpVv5HNV2229 20536    4 /        5299396 -rw-r--r--  3024520  r
u        tmpVv5HNV2229 20536    5 /        5299496 -rw-r--r--  3024560  r
u        tmpVv5HNV2229 20536    6 /        5299496 -rw-r--r--  3024560  r
u        tmpVv5HNV2229 20536    7 /        5299504 -rw-r--r--  3024720  r
u        tmpVv5HNV2229 20536    8 /        5299504 -rw-r--r--  3024720  r
u        tmpVv5HNV2229 20536    9 /        5299511 -rw-r--r--  3024600  r
u        tmpVv5HNV2229 20536   10 /        5299511 -rw-r--r--  3024600  r
u        tmpeJssL02224 20516 root /             2 drwxr-xr-x    1024  r
u        tmpeJssL02224 20516   wd /usr/home  20086 ?---------  18446744071601014594  r
u        tmpeJssL02224 20516 text /        5299732 -rwxr-xr-x  1185088  r
u        tmpeJssL02224 20516    0* pipe fffffe000cabfb60 <-> fffffe000cabfcb8      0 rw
u        tmpeJssL02224 20516    1* pipe fffffe0139900cb8 <-> fffffe0139900b60      0 rw
u        tmpeJssL02224 20516    2* pipe fffffe000cabf9e0 <-> fffffe000cabf888      0 rw
u        tmpeJssL02224 20516    3 /        5299396 -rw-r--r--  3024520  r
u        tmpeJssL02224 20516    4 /        5299396 -rw-r--r--  3024520  r
u        tmpeJssL02224 20516    5 /        5299496 -rw-r--r--  3024560  r
u        tmpeJssL02224 20516    6 /        5299496 -rw-r--r--  3024560  r
u        tmpeJssL02224 20516    7 /        5299504 -rw-r--r--  3024720  r
u        tmpeJssL02224 20516    8 /        5299504 -rw-r--r--  3024720  r
u        tmpeJssL02224 20516    9 /        5299511 -rw-r--r--  3024600  r
u        tmpeJssL02224 20516   10 /        5299511 -rw-r--r--  3024600  r
root     make       20427 root /             2 drwxr-xr-x    1024  r
root     make       20427   wd /        4756850 drwxr-xr-x     512  r
root     make       20427 text /        4100677 -r-xr-xr-x  447456  r
root     make       20427 ctty /dev        164 crw--w----   pts/2 rw
root     make       20427    0 /dev        164 crw--w----   pts/2 rw
root     make       20427    1 /dev        164 crw--w----   pts/2 rw
root     make       20427    2 /dev        164 crw--w----   pts/2 rw
root     script     20426 root /             2 drwxr-xr-x    1024  r
root     script     20426   wd /        4756850 drwxr-xr-x     512  r
root     script     20426 text /        4100732 -r-xr-xr-x   10104  r
root     script     20426 ctty /dev        153 crw--w----   pts/1 rw
root     script     20426    0 /dev        153 crw--w----   pts/1 rw
root     script     20426    1 /dev        153 crw--w----   pts/1 rw
root     script     20426    2 /dev        153 crw--w----   pts/1 rw
root     script     20426    3 /        5303688 -rw-------    5436  w
root     script     20426    4* pseudo-terminal master      pts/2 rw
u        vlc        14496 root /             2 drwxr-xr-x    1024  r
u        vlc        14496   wd /        5296896 drwxrwxrwt    1024  r
u        vlc        14496 text /        4274405 -r-xr-xr-x   11664  r
u        vlc        14496    0* pipe fffffe01cad862d8 <-> fffffe01cad86430      0 rw
u        vlc        14496    1* pipe fffffe000c323430 <-> fffffe000c3232d8      0 rw
u        vlc        14496    2* pipe fffffe000c323430 <-> fffffe000c3232d8      0 rw
u        vlc        14496    3* internet stream tcp fffffe007fccab70
u        vlc        14496    4* internet6 stream tcp fffffe007fccb000
u        vlc        14496    5* pipe fffffe002ec48888 <-> fffffe002ec489e0      0 rw
u        vlc        14496    6* pipe fffffe002ec489e0 <-> fffffe002ec48888      0 rw
u        vlc        14496    7 /        2167280 -rw-r--r--     214  r
u        vlc        14496    8* pipe fffffe019d8c9000 <-> fffffe019d8c9158      0 rw
u        vlc        14496    9* pipe fffffe019d8c9158 <-> fffffe019d8c9000      0 rw
u        vlc        14496   10 /usr/home  11203 ?---------  18446744071601014594  r
u        time       14495 root /             2 drwxr-xr-x    1024  r
u        time       14495   wd /        5296896 drwxrwxrwt    1024  r
u        time       14495 text /        4100753 -r-xr-xr-x   10000  r
u        time       14495    0* pipe fffffe01cad862d8 <-> fffffe01cad86430      0 rw
u        time       14495    1* pipe fffffe000c323430 <-> fffffe000c3232d8      0 rw
u        time       14495    2* pipe fffffe000c323430 <-> fffffe000c3232d8      0 rw
u        python2.7  14267 root /             2 drwxr-xr-x    1024  r
u        python2.7  14267   wd /media/d 477376 drwxr-xr-x   32768  r
u        python2.7  14267 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7  14267 ctty /dev        165 crw--w----   pts/3 rw
u        python2.7  14267    0 /dev        165 crw--w----   pts/3 rw
u        python2.7  14267    1 /dev        165 crw--w----   pts/3 rw
u        python2.7  14267    2 /dev        165 crw--w----   pts/3 rw
u        python2.7  14267    3* internet stream tcp fffffe007fdbbb70
u        tcsh       14230 root /             2 drwxr-xr-x    1024  r
u        tcsh       14230   wd /media/d 477376 drwxr-xr-x   32768  r
u        tcsh       14230 text /        2247174 -r-xr-xr-x  382248  r
u        tcsh       14230 ctty /dev        165 crw--w----   pts/3 rw
u        tcsh       14230   15 /dev        165 crw--w----   pts/3 rw
u        tcsh       14230   16 /dev        165 crw--w----   pts/3 rw
u        tcsh       14230   17 /dev        165 crw--w----   pts/3 rw
u        tcsh       14230   18 /dev        165 crw--w----   pts/3 rw
u        tcsh       14230   19 /dev        165 crw--w----   pts/3 rw
u        xterm      14225 root /             2 drwxr-xr-x    1024  r
u        xterm      14225   wd /usr/home      8 ?---------  18446744071601014594  r
u        xterm      14225 text /        4271145 -r-xr-xr-x  484696  r
u        xterm      14225    0 /dev         22 crw-rw-rw-    null rw
u        xterm      14225    1 /dev         22 crw-rw-rw-    null rw
u        xterm      14225    2 /dev         22 crw-rw-rw-    null rw
u        xterm      14225    3* local stream fffffe007f346960 <-> fffffe007f346870
u        xterm      14225    4* pseudo-terminal master      pts/3 rw
u        xterm      14225    5 -         -         bad    -
root     ruby18      4708 root /             2 drwxr-xr-x    1024  r
root     ruby18      4708   wd /        4756850 drwxr-xr-x     512  r
root     ruby18      4708 text /        4268194 -rwxr-xr-x    7240  r
root     ruby18      4708 ctty /dev        153 crw--w----   pts/1 rw
root     ruby18      4708    0 /dev        153 crw--w----   pts/1 rw
root     ruby18      4708    1 /dev        153 crw--w----   pts/1 rw
root     ruby18      4708    2 /dev        153 crw--w----   pts/1 rw
root     ruby18      4708    3 /        4516448 -rw-r--r--  46744576  r
root     sudo        4707 root /             2 drwxr-xr-x    1024  r
root     sudo        4707   wd /usr/home      8 ?---------  18446744071601014594  r
root     sudo        4707 text /        4271741 -rwsr-xr-x  112736  r
root     sudo        4707 ctty /dev        153 crw--w----   pts/1 rw
root     sudo        4707    0 /dev        153 crw--w----   pts/1 rw
root     sudo        4707    1 /dev        153 crw--w----   pts/1 rw
root     sudo        4707    2 /dev        153 crw--w----   pts/1 rw
root     sudo        4707    3* local dgram fffffe0041b01690
root     sudo        4707    5* pipe fffffe019d5c6000 <-> fffffe019d5c6158      0 rw
root     sudo        4707    6* pipe fffffe019d5c6158 <-> fffffe019d5c6000      0 rw
u        tcsh        4701 root /             2 drwxr-xr-x    1024  r
u        tcsh        4701   wd /usr/home      8 ?---------  18446744071601014594  r
u        tcsh        4701 text /        2247174 -r-xr-xr-x  382248  r
u        tcsh        4701 ctty /dev        153 crw--w----   pts/1 rw
u        tcsh        4701   15 /dev        153 crw--w----   pts/1 rw
u        tcsh        4701   16 /dev        153 crw--w----   pts/1 rw
u        tcsh        4701   17 /dev        153 crw--w----   pts/1 rw
u        tcsh        4701   18 /dev        153 crw--w----   pts/1 rw
u        tcsh        4701   19 /dev        153 crw--w----   pts/1 rw
u        xterm       4696 root /             2 drwxr-xr-x    1024  r
u        xterm       4696   wd /usr/home      8 ?---------  18446744071601014594  r
u        xterm       4696 text /        4271145 -r-xr-xr-x  484696  r
u        xterm       4696    0 /dev         22 crw-rw-rw-    null rw
u        xterm       4696    1 /dev         22 crw-rw-rw-    null rw
u        xterm       4696    2 /dev         22 crw-rw-rw-    null rw
u        xterm       4696    3* local stream fffffe00416fe2d0 <-> fffffe00416fe1e0
u        xterm       4696    4* pseudo-terminal master      pts/1 rw
u        xterm       4696    5 -         -         bad    -
u        skype       2964 root /             2 drwxr-xr-x    1024  r
u        skype       2964   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2964 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2964 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2964    0 /dev         22 crw-rw-rw-    null  r
u        skype       2964    1 /dev         59 crw-------   ttyv0 rw
u        skype       2964    2 /dev         59 crw-------   ttyv0 rw
u        skype       2964    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2964    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2964    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2964    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2964    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2964    8* internet dgram udp fffffe000ca90188
u        skype       2964    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2964   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2964   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2964   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2964   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2964   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2964   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2964   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2964   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2964   18 /usr/home  78210 ?---------       0 rw
u        skype       2964   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2964   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2964   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2964   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2964   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2964   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2964   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2964   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2964   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2964   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2964   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2964   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2964   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2964   32* internet stream tcp fffffe01cada17a0
u        skype       2964   33* internet dgram udp fffffe000caa9310
u        skype       2964   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2964   39* internet stream tcp fffffe002e074000
u        skype       2964   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2944 root /             2 drwxr-xr-x    1024  r
u        skype       2944   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2944 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2944 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2944    0 /dev         22 crw-rw-rw-    null  r
u        skype       2944    1 /dev         59 crw-------   ttyv0 rw
u        skype       2944    2 /dev         59 crw-------   ttyv0 rw
u        skype       2944    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2944    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2944    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2944    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2944    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2944    8* internet dgram udp fffffe000ca90188
u        skype       2944    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2944   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2944   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2944   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2944   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2944   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2944   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2944   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2944   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2944   18 /usr/home  78210 ?---------       0 rw
u        skype       2944   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2944   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2944   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2944   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2944   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2944   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2944   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2944   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2944   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2944   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2944   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2944   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2944   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2944   32* internet stream tcp fffffe01cada17a0
u        skype       2944   33* internet dgram udp fffffe000caa9310
u        skype       2944   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2944   39* internet stream tcp fffffe002e074000
u        skype       2944   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2942 root /             2 drwxr-xr-x    1024  r
u        skype       2942   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2942 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2942 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2942    0 /dev         22 crw-rw-rw-    null  r
u        skype       2942    1 /dev         59 crw-------   ttyv0 rw
u        skype       2942    2 /dev         59 crw-------   ttyv0 rw
u        skype       2942    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2942    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2942    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2942    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2942    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2942    8* internet dgram udp fffffe000ca90188
u        skype       2942    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2942   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2942   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2942   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2942   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2942   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2942   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2942   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2942   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2942   18 /usr/home  78210 ?---------       0 rw
u        skype       2942   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2942   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2942   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2942   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2942   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2942   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2942   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2942   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2942   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2942   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2942   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2942   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2942   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2942   32* internet stream tcp fffffe01cada17a0
u        skype       2942   33* internet dgram udp fffffe000caa9310
u        skype       2942   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2942   39* internet stream tcp fffffe002e074000
u        skype       2942   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2940 root /             2 drwxr-xr-x    1024  r
u        skype       2940   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2940 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2940 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2940    0 /dev         22 crw-rw-rw-    null  r
u        skype       2940    1 /dev         59 crw-------   ttyv0 rw
u        skype       2940    2 /dev         59 crw-------   ttyv0 rw
u        skype       2940    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2940    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2940    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2940    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2940    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2940    8* internet dgram udp fffffe000ca90188
u        skype       2940    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2940   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2940   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2940   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2940   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2940   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2940   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2940   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2940   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2940   18 /usr/home  78210 ?---------       0 rw
u        skype       2940   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2940   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2940   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2940   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2940   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2940   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2940   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2940   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2940   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2940   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2940   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2940   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2940   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2940   32* internet stream tcp fffffe01cada17a0
u        skype       2940   33* internet dgram udp fffffe000caa9310
u        skype       2940   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2940   39* internet stream tcp fffffe002e074000
u        skype       2940   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2936 root /             2 drwxr-xr-x    1024  r
u        skype       2936   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2936 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2936 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2936    0 /dev         22 crw-rw-rw-    null  r
u        skype       2936    1 /dev         59 crw-------   ttyv0 rw
u        skype       2936    2 /dev         59 crw-------   ttyv0 rw
u        skype       2936    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2936    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2936    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2936    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2936    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2936    8* internet dgram udp fffffe000ca90188
u        skype       2936    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2936   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2936   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2936   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2936   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2936   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2936   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2936   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2936   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2936   18 /usr/home  78210 ?---------       0 rw
u        skype       2936   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2936   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2936   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2936   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2936   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2936   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2936   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2936   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2936   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2936   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2936   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2936   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2936   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2936   32* internet stream tcp fffffe01cada17a0
u        skype       2936   33* internet dgram udp fffffe000caa9310
u        skype       2936   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2936   39* internet stream tcp fffffe002e074000
u        skype       2936   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2935 root /             2 drwxr-xr-x    1024  r
u        skype       2935   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2935 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2935 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2935    0 /dev         22 crw-rw-rw-    null  r
u        skype       2935    1 /dev         59 crw-------   ttyv0 rw
u        skype       2935    2 /dev         59 crw-------   ttyv0 rw
u        skype       2935    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2935    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2935    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2935    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2935    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2935    8* internet dgram udp fffffe000ca90188
u        skype       2935    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2935   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2935   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2935   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2935   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2935   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2935   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2935   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2935   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2935   18 /usr/home  78210 ?---------       0 rw
u        skype       2935   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2935   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2935   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2935   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2935   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2935   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2935   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2935   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2935   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2935   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2935   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2935   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2935   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2935   32* internet stream tcp fffffe01cada17a0
u        skype       2935   33* internet dgram udp fffffe000caa9310
u        skype       2935   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2935   39* internet stream tcp fffffe002e074000
u        skype       2935   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2934 root /             2 drwxr-xr-x    1024  r
u        skype       2934   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2934 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2934 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2934    0 /dev         22 crw-rw-rw-    null  r
u        skype       2934    1 /dev         59 crw-------   ttyv0 rw
u        skype       2934    2 /dev         59 crw-------   ttyv0 rw
u        skype       2934    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2934    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2934    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2934    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2934    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2934    8* internet dgram udp fffffe000ca90188
u        skype       2934    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2934   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2934   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2934   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2934   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2934   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2934   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2934   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2934   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2934   18 /usr/home  78210 ?---------       0 rw
u        skype       2934   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2934   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2934   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2934   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2934   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2934   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2934   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2934   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2934   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2934   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2934   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2934   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2934   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2934   32* internet stream tcp fffffe01cada17a0
u        skype       2934   33* internet dgram udp fffffe000caa9310
u        skype       2934   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2934   39* internet stream tcp fffffe002e074000
u        skype       2934   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        skype       2933 root /             2 drwxr-xr-x    1024  r
u        skype       2933   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2933 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2933 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2933    0 /dev         22 crw-rw-rw-    null  r
u        skype       2933    1 /dev         59 crw-------   ttyv0 rw
u        skype       2933    2 /dev         59 crw-------   ttyv0 rw
u        skype       2933    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2933    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2933    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2933    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2933    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2933    8* internet dgram udp fffffe000ca90188
u        skype       2933    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2933   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2933   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2933   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2933   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2933   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2933   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2933   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2933   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2933   18 /usr/home  78210 ?---------       0 rw
u        skype       2933   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2933   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2933   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2933   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2933   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2933   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2933   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2933   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2933   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2933   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2933   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2933   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2933   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2933   32* internet stream tcp fffffe01cada17a0
u        skype       2933   33* internet dgram udp fffffe000caa9310
u        skype       2933   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2933   39* internet stream tcp fffffe002e074000
u        skype       2933   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        gam_server  2930 root /             2 drwxr-xr-x    1024  r
u        gam_server  2930   wd /usr/home      8 ?---------  18446744071601014594  r
u        gam_server  2930 text /        4271187 -r-xr-xr-x   74600  r
u        gam_server  2930    0 /dev         22 crw-rw-rw-    null  r
u        gam_server  2930    1 /dev         22 crw-rw-rw-    null  w
u        gam_server  2930    2 /dev         22 crw-rw-rw-    null  w
u        gam_server  2930    4* pipe fffffe000c50b000 <-> fffffe000c50b158      0 rw
u        gam_server  2930    5* pipe fffffe000c50b158 <-> fffffe000c50b000      0 rw
u        gam_server  2930    6* local stream fffffe000caedd20
u        gam_server  2930    7* pipe fffffe0041ccd888 <-> fffffe0041ccd9e0      0 rw
u        gam_server  2930    8* pipe fffffe0041ccd9e0 <-> fffffe0041ccd888      0 rw
u        gam_server  2930    9* local stream fffffe00416fe000 <-> fffffe00416fe0f0
u        gam_server  2930   10 /usr/home  87469 ?---------  18446744071601014594  r
u        gconfd-2    2906 root /             2 drwxr-xr-x    1024  r
u        gconfd-2    2906   wd /             2 drwxr-xr-x    1024  r
u        gconfd-2    2906 text /        4272904 -r-xr-xr-x   66536  r
u        gconfd-2    2906    0 /dev         22 crw-rw-rw-    null rw
u        gconfd-2    2906    1 /dev         22 crw-rw-rw-    null rw
u        gconfd-2    2906    2 /dev         22 crw-rw-rw-    null rw
u        gconfd-2    2906    3 /dev         22 crw-rw-rw-    null rw
u        gconfd-2    2906    4 /dev         22 crw-rw-rw-    null rw
u        gconfd-2    2906    5* pipe fffffe0041cd05b0 <-> fffffe0041cd0708      8 rw
u        gconfd-2    2906    6 /        5070864 drwxr-xr-x     512  r
u        gconfd-2    2906    7 /        5070866 drwxr-xr-x    3072  r
u        gconfd-2    2906    8* pipe fffffe0041cd0708 <-> fffffe0041cd05b0      0 rw
u        gconfd-2    2906    9* pipe fffffe000c9db888 <-> fffffe000c9db9e0      0 rw
u        gconfd-2    2906   10* pipe fffffe000c9db9e0 <-> fffffe000c9db888      0 rw
u        gconfd-2    2906   11* pipe fffffe0041eecb60 <-> fffffe0041eeccb8      0 rw
u        gconfd-2    2906   12* pipe fffffe0041eeccb8 <-> fffffe0041eecb60      0 rw
u        gconfd-2    2906   13* local stream fffffe000cc405a0
u        gconfd-2    2906   14* local stream fffffe000cc40690 <-> fffffe000cc40780
u        gconfd-2    2906   15* local stream fffffe000cc35780 <-> fffffe000cac1d20
u        gconfd-2    2906   17* local stream fffffe000cc40c30 <-> fffffe000cc36b40
u        gconfd-2    2906   18* local stream fffffe000caec2d0 <-> fffffe000cb303c0
u        dbus-daemon  2903 root /             2 drwxr-xr-x    1024  r
u        dbus-daemon  2903   wd /             2 drwxr-xr-x    1024  r
u        dbus-daemon  2903 text /        4271195 -r-xr-xr-x  382056  r
u        dbus-daemon  2903    0 /dev         22 crw-rw-rw-    null rw
u        dbus-daemon  2903    1 /dev         22 crw-rw-rw-    null rw
u        dbus-daemon  2903    2 /dev         22 crw-rw-rw-    null rw
u        dbus-daemon  2903    3* local stream fffffe000cc403c0
u        dbus-daemon  2903    4 /dev         22 crw-rw-rw-    null rw
u        dbus-daemon  2903    6 /        5070864 drwxr-xr-x     512  r
u        dbus-daemon  2903    7 /        5070866 drwxr-xr-x    3072  r
u        dbus-daemon  2903    8* local stream fffffe000caec870 <-> fffffe000caecc30
u        dbus-daemon  2903    9* local stream fffffe000caecc30 <-> fffffe000caec870
u        dbus-daemon  2903   10* local stream fffffe000cc404b0 <-> fffffe000caecb40
u        dbus-daemon  2903   11* local stream fffffe000cc36e10 <-> fffffe000ccc72d0
u        dbus-daemon  2903   13* local stream fffffe000cc40780 <-> fffffe000cc40690
u        dbus-launch  2902 root /             2 drwxr-xr-x    1024  r
u        dbus-launch  2902   wd /             2 drwxr-xr-x    1024  r
u        dbus-launch  2902 text /        4271199 -r-xr-xr-x   25544  r
u        dbus-launch  2902 ctty /dev         59 crw-------   ttyv0 rw
u        dbus-launch  2902    0 /dev         22 crw-rw-rw-    null rw
u        dbus-launch  2902    1 /dev         22 crw-rw-rw-    null rw
u        dbus-launch  2902    2 /dev         22 crw-rw-rw-    null rw
u        dbus-launch  2902    3* local stream fffffe000ccc7c30 <-> fffffe000caec5a0
u        dbus-launch  2902    4 /dev         22 crw-rw-rw-    null rw
u        dbus-launch  2902    5* local stream fffffe000cc35c30 <-> fffffe000cc35d20
u        dbus-launch  2902    8* pipe fffffe0041ccd2d8 <-> fffffe0041ccd430      0 rw
u        wine        2898 root /             2 drwxr-xr-x    1024  r
u        wine        2898   wd /usr/home  17357 ?---------  18446744071601014594  r
u        wine        2898 text /        5458270 -r-xr-xr-x    6344  r
u        wine        2898    0 /dev         22 crw-rw-rw-    null rw
u        wine        2898    1 /dev         22 crw-rw-rw-    null rw
u        wine        2898    2 /dev         59 crw-------   ttyv0 rw
u        wine        2898    3* pipe fffffe0041ccdcb8 <-> fffffe0041ccdb60      0 rw
u        wine        2898    4* pipe fffffe0041ccfb60 <-> fffffe0041ccfcb8      0 rw
u        wine        2898    5 /usr/home  17357 ?---------  18446744071601014594  r
u        wine        2898    6* pipe fffffe0041ccf888 <-> fffffe0041ccf9e0      0 rw
u        wine        2898    7* pipe fffffe0041ccf9e0 <-> fffffe0041ccf888      0 rw
u        wine        2898    8* local stream fffffe000cc401e0 <-> fffffe000cac12d0
u        wine        2898    9* local stream fffffe000cac1a50 <-> fffffe000caec690
u        wine        2898   11* local stream fffffe000cafc780 <-> fffffe000cafc960
u        skype       2891 root /             2 drwxr-xr-x    1024  r
u        skype       2891   wd /usr/home      8 ?---------  18446744071601014594  r
u        skype       2891 text /        5940716 -r-xr-xr-x  26404436  r
u        skype       2891 ctty /dev         59 crw-------   ttyv0 rw
u        skype       2891    0 /dev         22 crw-rw-rw-    null  r
u        skype       2891    1 /dev         59 crw-------   ttyv0 rw
u        skype       2891    2 /dev         59 crw-------   ttyv0 rw
u        skype       2891    3* pipe fffffe004102d000 <-> fffffe004102d158      0 rw
u        skype       2891    4* pipe fffffe004102d158 <-> fffffe004102d000      0 rw
u        skype       2891    5* pipe fffffe01cae3c000 <-> fffffe01cae3c158      0 rw
u        skype       2891    6* pipe fffffe01cae3c158 <-> fffffe01cae3c000      0 rw
u        skype       2891    7* local stream fffffe000cc350f0 <-> fffffe000cc40870
u        skype       2891    8* internet dgram udp fffffe000ca90188
u        skype       2891    9 /usr/home  78171 ?---------  18446744071601014594  r
u        skype       2891   10 /usr/home  78175 ?---------  18446744071601014594 rw
u        skype       2891   11 /usr/home  78193 ?---------  18446744071601014594 rw
u        skype       2891   12 /usr/home  78230 ?---------  18446744071601014594 rw
u        skype       2891   13 /usr/home  78232 ?---------  18446744071601014594 rw
u        skype       2891   14 /usr/home  78233 ?---------  18446744071601014594 rw
u        skype       2891   15 /usr/home  78173 ?---------  18446744071601014594 rw
u        skype       2891   16 /usr/home  78200 ?---------  18446744071601014594 rw
u        skype       2891   17 /usr/home  82449 ?---------  18446744071601014594 rw
u        skype       2891   18 /usr/home  78210 ?---------       0 rw
u        skype       2891   19 /usr/home  78218 ?---------  18446744071601014594 rw
u        skype       2891   20 /usr/home  78208 ?---------  18446744071601014594 rw
u        skype       2891   21 /usr/home  78202 ?---------  18446744071601014594 rw
u        skype       2891   22 /usr/home  78209 ?---------  18446744071601014594 rw
u        skype       2891   23 /usr/home  98633 ?---------  18446744071601014594 rw
u        skype       2891   24 /usr/home  78184 ?---------  18446744071601014594 rw
u        skype       2891   25 /usr/home  78199 ?---------  18446744071601014594 rw
u        skype       2891   26 /usr/home  78172 ?---------  18446744071601014594 rw
u        skype       2891   27* pipe fffffe007fabab60 <-> fffffe007fabacb8      0 rw
u        skype       2891   28 /usr/home  78216 ?---------  18446744071601014594 rw
u        skype       2891   29 /usr/home  78214 ?---------  18446744071601014594 rw
u        skype       2891   30 /usr/home  78197 ?---------  18446744071601014594 rw
u        skype       2891   31* local stream fffffe000ca715a0 <-> fffffe000ca71690
u        skype       2891   32* internet stream tcp fffffe01cada17a0
u        skype       2891   33* internet dgram udp fffffe000caa9310
u        skype       2891   34* pipe fffffe007fabacb8 <-> fffffe007fabab60      0 rw
u        skype       2891   39* internet stream tcp fffffe002e074000
u        skype       2891   41 /usr/home  81084 ?---------  18446744071601014594 rw
u        wine        2890 root /             2 drwxr-xr-x    1024  r
u        wine        2890   wd /usr/home  17356 ?---------  18446744071601014594  r
u        wine        2890 text /        5458270 -r-xr-xr-x    6344  r
u        wine        2890    0 /dev         22 crw-rw-rw-    null rw
u        wine        2890    1 /dev         22 crw-rw-rw-    null rw
u        wine        2890    2 /dev         59 crw-------   ttyv0 rw
u        wine        2890    3* pipe fffffe0041cd2708 <-> fffffe0041cd25b0      0 rw
u        wine        2890    4* pipe fffffe0041cd22d8 <-> fffffe0041cd2430      0 rw
u        wine        2890    5 /usr/home  17356 ?---------  18446744071601014594  r
u        wine        2890    6* pipe fffffe0041cd2000 <-> fffffe0041cd2158      0 rw
u        wine        2890    7* pipe fffffe0041cd2158 <-> fffffe0041cd2000      0 rw
u        wine        2890    8* pipe fffffe0041ccf2d8 <-> fffffe0041ccf430      0 rw
u        wine        2890    9* pipe fffffe0041cd1cb8 <-> fffffe0041cd1b60      0 rw
u        wine        2890   10* local stream fffffe000caec0f0 <-> fffffe000cafc5a0
u        wine        2890   11* pipe fffffe0041ccf000 <-> fffffe0041ccf158      0 rw
u        wine        2890   12* pipe fffffe0041ccf158 <-> fffffe0041ccf000      0 rw
u        wine        2890   13* local stream fffffe0041aec2d0 <-> fffffe0041aec3c0
u        wine        2890   14* pipe fffffe0041cce5b0 <-> fffffe0041cce708      0 rw
u        wine        2890   15* pipe fffffe0041cd1430 <-> fffffe0041cd12d8      0 rw
u        wine        2890   17* pipe fffffe0041cce2d8 <-> fffffe0041cce430      0 rw
u        wine        2890   18* pipe fffffe0041cce430 <-> fffffe0041cce2d8      0 rw
u        wine        2890   36* local stream fffffe000cc365a0 <-> fffffe000cc364b0
u        wine        2888 root /             2 drwxr-xr-x    1024  r
u        wine        2888   wd /usr/home  17356 ?---------  18446744071601014594  r
u        wine        2888 text /        5458270 -r-xr-xr-x    6344  r
u        wine        2888    0 /dev         22 crw-rw-rw-    null rw
u        wine        2888    1 /dev         22 crw-rw-rw-    null rw
u        wine        2888    2 /dev         59 crw-------   ttyv0 rw
u        wine        2888    3* pipe fffffe0041205430 <-> fffffe00412052d8      0 rw
u        wine        2888    4* pipe fffffe0041344b60 <-> fffffe0041344cb8      0 rw
u        wine        2888    5 /usr/home  17356 ?---------  18446744071601014594  r
u        wine        2888    6* pipe fffffe000ca742d8 <-> fffffe000ca74430      0 rw
u        wine        2888    7* pipe fffffe000ca74430 <-> fffffe000ca742d8      0 rw
u        wine        2888    8* pipe fffffe000c3235b0 <-> fffffe000c323708      0 rw
u        wine        2888    9* pipe fffffe00412f9430 <-> fffffe00412f92d8      0 rw
u        wine        2888   10* local stream fffffe000caed0f0 <-> fffffe000caed3c0
u        wine        2888   11* pipe fffffe002ec9a000 <-> fffffe002ec9a158      0 rw
u        wine        2888   12* pipe fffffe002ec9a158 <-> fffffe002ec9a000      0 rw
u        wine        2888   13* local stream fffffe00416fe5a0 <-> fffffe00416fe690
u        wine        2888   14* pipe fffffe004107f000 <-> fffffe004107f158      0 rw
u        wine        2888   15* pipe fffffe0041ccf708 <-> fffffe0041ccf5b0      0 rw
u        wine        2888   17* pipe fffffe0041cd2888 <-> fffffe0041cd29e0      0 rw
u        wine        2888   18* local stream fffffe000ccc71e0 <-> fffffe000cb30a50
u        wine        2888   19* pipe fffffe0041cd29e0 <-> fffffe0041cd2888      0 rw
u        wine        2886 root /             2 drwxr-xr-x    1024  r
u        wine        2886   wd /usr/home  17356 ?---------  18446744071601014594  r
u        wine        2886 text /        5458270 -r-xr-xr-x    6344  r
u        wine        2886    0 /dev         22 crw-rw-rw-    null rw
u        wine        2886    1 /dev         22 crw-rw-rw-    null rw
u        wine        2886    2 /dev         59 crw-------   ttyv0 rw
u        wine        2886    3* pipe fffffe00411a4158 <-> fffffe00411a4000      0 rw
u        wine        2886    4* pipe fffffe004107f2d8 <-> fffffe004107f430      0 rw
u        wine        2886    5 /usr/home  17356 ?---------  18446744071601014594  r
u        wine        2886    6* pipe fffffe0041204000 <-> fffffe0041204158      0 rw
u        wine        2886    7* pipe fffffe0041204158 <-> fffffe0041204000      0 rw
u        wine        2886    8* pipe fffffe000c9db2d8 <-> fffffe000c9db430      0 rw
u        wine        2886    9* local stream fffffe000caec1e0 <-> fffffe000cafc870
u        wine        2886   10* pipe fffffe0041ae9cb8 <-> fffffe0041ae9b60      0 rw
u        wine        2886   11* pipe fffffe0041ae9888 <-> fffffe0041ae99e0      0 rw
u        wine        2886   12* pipe fffffe002ec88b60 <-> fffffe002ec88cb8      0 rw
u        wine        2886   13* pipe fffffe002ec88cb8 <-> fffffe002ec88b60      0 rw
u        wine        2886   14* pipe fffffe00410d3708 <-> fffffe00410d35b0      0 rw
u        wine        2886   15* pipe fffffe0041cceb60 <-> fffffe0041ccecb8      0 rw
u        wine        2886   16* pipe fffffe0041ae95b0 <-> fffffe0041ae9708      0 rw
u        wine        2886   17* pipe fffffe0041ae9708 <-> fffffe0041ae95b0      0 rw
u        wine        2886   18* pipe fffffe0041cd19e0 <-> fffffe0041cd1888      0 rw
u        wine        2886   19* local stream fffffe000caed3c0 <-> fffffe000caed0f0
u        wine        2886   21* pipe fffffe002ed3c000 <-> fffffe002ed3c158      0 rw
u        wine        2886   22* pipe fffffe0041cce888 <-> fffffe0041cce9e0      0 rw
u        wine        2886   24* local stream fffffe00416fe690 <-> fffffe00416fe5a0
u        wine        2886   33* pipe fffffe0041cce9e0 <-> fffffe0041cce888      0 rw
u        wine        2886   36* pipe fffffe0041cd1708 <-> fffffe0041cd15b0      0 rw
u        wine        2886   37* local stream fffffe000cafc5a0 <-> fffffe000caec0f0
u        wine        2886   38* local stream fffffe0041aec3c0 <-> fffffe0041aec2d0
u        wine        2886   39* pipe fffffe000c49e2d8 <-> fffffe000c49e430      0 rw
u        wine        2886   40* pipe fffffe000c49e430 <-> fffffe000c49e2d8      0 rw
u        tcsh        2878 root /             2 drwxr-xr-x    1024  r
u        tcsh        2878   wd /usr/home      8 ?---------  18446744071601014594  r
u        tcsh        2878 text /        2247174 -r-xr-xr-x  382248  r
u        tcsh        2878 ctty /dev        152 crw--w----   pts/0 rw
u        tcsh        2878   15 /dev        152 crw--w----   pts/0 rw
u        tcsh        2878   16 /dev        152 crw--w----   pts/0 rw
u        tcsh        2878   17 /dev        152 crw--w----   pts/0 rw
u        tcsh        2878   18 /dev        152 crw--w----   pts/0 rw
u        tcsh        2878   19 /dev        152 crw--w----   pts/0 rw
root     gnome-pty-helper  2876 root /             2 drwxr-xr-x    1024  r
root     gnome-pty-helper  2876   wd /             2 drwxr-xr-x    1024  r
root     gnome-pty-helper  2876 text /        4281693 -r-sr-xr-x   13864  r
root     gnome-pty-helper  2876 ctty /dev         59 crw-------   ttyv0 rw
root     gnome-pty-helper  2876    0* local stream fffffe000cac14b0 <-> fffffe000ca71e10
root     gnome-pty-helper  2876    1* local stream fffffe000cac14b0 <-> fffffe000ca71e10
root     gnome-pty-helper  2876    2 /dev         22 crw-rw-rw-    null rw
u        wineserver  2871 root /             2 drwxr-xr-x    1024  r
u        wineserver  2871   wd /        5299658 drwx------     512  r
u        wineserver  2871 text /        5458284 -r-xr-xr-x  332548  r
u        wineserver  2871    0 /dev         22 crw-rw-rw-    null rw
u        wineserver  2871    1 /dev         22 crw-rw-rw-    null rw
u        wineserver  2871    2 /dev         59 crw-------   ttyv0 rw
u        wineserver  2871    3* pipe fffffe000ca74000 <-> fffffe000ca74158      0 rw
u        wineserver  2871    4 /usr/home  17351 ?---------  18446744071601014594  r
u        wineserver  2871    5 /        5299658 drwx------     512  r
u        wineserver  2871    6 /        5299660 -rw-------       0  w
u        wineserver  2871    7* pipe fffffe000ca74158 <-> fffffe000ca74000      0 rw
u        wineserver  2871    8* local stream fffffe000cc40d20
u        wineserver  2871   10* pipe fffffe000c324888 <-> fffffe000c3249e0      0 rw
u        wineserver  2871   11* pipe fffffe000c3249e0 <-> fffffe000c324888      0 rw
u        wineserver  2871   12* pipe fffffe00412f9b60 <-> fffffe00412f9cb8      0 rw
u        wineserver  2871   13* pipe fffffe00412f9cb8 <-> fffffe00412f9b60      0 rw
u        wineserver  2871   14* pipe fffffe0041ae72d8 <-> fffffe0041ae7430      0 rw
u        wineserver  2871   15* pipe fffffe0041ae7430 <-> fffffe0041ae72d8      0 rw
u        wineserver  2871   16* pipe fffffe0041ae7000 <-> fffffe0041ae7158      0 rw
u        wineserver  2871   17* pipe fffffe0041ae7158 <-> fffffe0041ae7000      0 rw
u        wineserver  2871   18* local stream fffffe0041aec4b0 <-> fffffe0041aec5a0
u        wineserver  2871   19* pipe fffffe004107fb60 <-> fffffe004107fcb8      0 rw
u        wineserver  2871   20* local stream fffffe000cafce10 <-> fffffe000cc355a0
u        wineserver  2871   21* pipe fffffe00413442d8 <-> fffffe0041344430      0 rw
u        wineserver  2871   22* pipe fffffe0041af9cb8 <-> fffffe0041af9b60      0 rw
u        wineserver  2871   23* pipe fffffe0041205708 <-> fffffe00412055b0      0 rw
u        wineserver  2871   24* pipe fffffe000c46b708 <-> fffffe000c46b5b0      0 rw
u        wineserver  2871   25* pipe fffffe0041af99e0 <-> fffffe0041af9888      0 rw
u        wineserver  2871   26 /dev         22 crw-rw-rw-    null  r
u        wineserver  2871   27 /dev         22 crw-rw-rw-    null  r
u        wineserver  2871   28 /usr/home      8 ?---------  18446744071601014594  r
u        wineserver  2871   29 /usr/home      8 ?---------  18446744071601014594  r
u        wineserver  2871   30 /usr/home  19056 ?---------  18446744071601014594  r
u        wineserver  2871   31 /dev         22 crw-rw-rw-    null  r
u        wineserver  2871   32* local stream fffffe000cac1a50 <-> fffffe000caec690
u        wineserver  2871   33 /dev         59 crw-------   ttyv0 rw
u        wineserver  2871   34* local stream fffffe000cafc960 <-> fffffe000cafc780
u        wineserver  2871   35* pipe fffffe0041ae9b60 <-> fffffe0041ae9cb8      0 rw
u        wineserver  2871   36 /dev         59 crw-------   ttyv0 rw
u        wineserver  2871   37 /dev         22 crw-rw-rw-    null  r
u        wineserver  2871   38 /dev         59 crw-------   ttyv0 rw
u        wineserver  2871   39 /dev         59 crw-------   ttyv0 rw
u        wineserver  2871   40* pipe fffffe0041205000 <-> fffffe0041205158      0 rw
u        wineserver  2871   41* pipe fffffe000c9db430 <-> fffffe000c9db2d8      0 rw
u        wineserver  2871   42* local stream fffffe000cafc870 <-> fffffe000caec1e0
u        wineserver  2871   43* pipe fffffe00411a4000 <-> fffffe00411a4158      0 rw
u        wineserver  2871   44* pipe fffffe004107f430 <-> fffffe004107f2d8      0 rw
u        wineserver  2871   45* pipe fffffe0041204158 <-> fffffe0041204000      0 rw
u        wineserver  2871   46 /usr/home  17356 ?---------  18446744071601014594  r
u        wineserver  2871   47* pipe fffffe002ec88cb8 <-> fffffe002ec88b60      0 rw
u        wineserver  2871   48* pipe fffffe00410d35b0 <-> fffffe00410d3708      0 rw
u        wineserver  2871   49* pipe fffffe0041ae99e0 <-> fffffe0041ae9888      0 rw
u        wineserver  2871   50* pipe fffffe0041ae9708 <-> fffffe0041ae95b0      0 rw
u        wineserver  2871   51* pipe fffffe00412f92d8 <-> fffffe00412f9430      0 rw
u        wineserver  2871   52* local stream fffffe000cb30a50 <-> fffffe000ccc71e0
u        wineserver  2871   53* pipe fffffe00412052d8 <-> fffffe0041205430      0 rw
u        wineserver  2871   54* pipe fffffe0041344cb8 <-> fffffe0041344b60      0 rw
u        wineserver  2871   55* pipe fffffe000ca74430 <-> fffffe000ca742d8      0 rw
u        wineserver  2871   56 /usr/home  17356 ?---------  18446744071601014594  r
u        wineserver  2871   57* pipe fffffe000c323708 <-> fffffe000c3235b0      0 rw
u        wineserver  2871   58* pipe fffffe002ec9a158 <-> fffffe002ec9a000      0 rw
u        wineserver  2871   59* local stream fffffe000caed3c0 <-> fffffe000caed0f0
u        wineserver  2871   60* local stream fffffe000caed0f0 <-> fffffe000caed3c0
u        wineserver  2871   61* pipe fffffe0041cd1888 <-> fffffe0041cd19e0      0 rw
u        wineserver  2871   62* pipe fffffe0041ccecb8 <-> fffffe0041cceb60      0 rw
u        wineserver  2871   63* pipe fffffe0041cce9e0 <-> fffffe0041cce888      0 rw
u        wineserver  2871   65* pipe fffffe007faba888 <-> fffffe007faba9e0      0 rw
u        wineserver  2871   66* pipe fffffe007fa81cb8 <-> fffffe007fa81b60      0 rw
u        wineserver  2871   67* local stream fffffe00416fe690 <-> fffffe00416fe5a0
u        wineserver  2871   68* local stream fffffe00416fe5a0 <-> fffffe00416fe690
u        wineserver  2871   69* pipe fffffe007fa45708 <-> fffffe007fa455b0      0 rw
u        wineserver  2871   70 /usr/home  82097 ?---------  18446744071601014594  w
u        wineserver  2871   71* internet stream tcp fffffe01cae657a0
u        wineserver  2871   73* pipe fffffe00412045b0 <-> fffffe0041204708      0 rw
u        wineserver  2871   74* pipe fffffe0041ccf5b0 <-> fffffe0041ccf708      0 rw
u        wineserver  2871   75* pipe fffffe000ca74708 <-> fffffe000ca745b0      0 rw
u        wineserver  2871   76* pipe fffffe004107f158 <-> fffffe004107f000      0 rw
u        wineserver  2871   77* pipe fffffe0041cd29e0 <-> fffffe0041cd2888      0 rw
u        wineserver  2871   78* pipe fffffe0041cd1b60 <-> fffffe0041cd1cb8      0 rw
u        wineserver  2871   79* local stream fffffe000cc364b0 <-> fffffe000cc365a0
u        wineserver  2871   80* pipe fffffe0041cd25b0 <-> fffffe0041cd2708      0 rw
u        wineserver  2871   81* pipe fffffe0041cd2430 <-> fffffe0041cd22d8      0 rw
u        wineserver  2871   82* pipe fffffe0041cd2158 <-> fffffe0041cd2000      0 rw
u        wineserver  2871   83 /usr/home  17356 ?---------  18446744071601014594  r
u        wineserver  2871   84* pipe fffffe0041ccf430 <-> fffffe0041ccf2d8      0 rw
u        wineserver  2871   85* pipe fffffe0041ccf158 <-> fffffe0041ccf000      0 rw
u        wineserver  2871   86* local stream fffffe000cafc5a0 <-> fffffe000caec0f0
u        wineserver  2871   87* local stream fffffe000caec0f0 <-> fffffe000cafc5a0
u        wineserver  2871   88* pipe fffffe0041cd15b0 <-> fffffe0041cd1708      0 rw
u        wineserver  2871   89* pipe fffffe002ed3c158 <-> fffffe002ed3c000      0 rw
u        wineserver  2871   90* pipe fffffe000c49e430 <-> fffffe000c49e2d8      0 rw
u        wineserver  2871   91* local stream fffffe0041aec3c0 <-> fffffe0041aec2d0
u        wineserver  2871   92* local stream fffffe0041aec2d0 <-> fffffe0041aec3c0
u        wineserver  2871   93* pipe fffffe0041cd12d8 <-> fffffe0041cd1430      0 rw
u        wineserver  2871   94* pipe fffffe0041cce708 <-> fffffe0041cce5b0      0 rw
u        wineserver  2871   95* pipe fffffe0041cce430 <-> fffffe0041cce2d8      0 rw
u        wineserver  2871   96* pipe fffffe000c51d9e0 <-> fffffe000c51d888      0 rw
u        wineserver  2871   97* pipe fffffe0041ccdb60 <-> fffffe0041ccdcb8      0 rw
u        wineserver  2871   98 /usr/home  19725 ?---------  18446744071601014594  r
u        wineserver  2871   99* pipe fffffe0041ccfcb8 <-> fffffe0041ccfb60      0 rw
u        wineserver  2871  100* pipe fffffe0041ccf9e0 <-> fffffe0041ccf888      0 rw
u        wineserver  2871  101 /usr/home  17357 ?---------  18446744071601014594  r
u        wineserver  2871  102* local stream fffffe000cc40b40 <-> fffffe000caec000
u        wineserver  2871  103* local stream fffffe000caed000 <-> fffffe007f3470f0
u        wineserver  2871  104* pipe fffffe002ed03430 <-> fffffe002ed032d8      0 rw
u        wineserver  2871  105* pipe fffffe000c46bb60 <-> fffffe000c46bcb8      0 rw
u        wineserver  2871  106* pipe fffffe002ec289e0 <-> fffffe002ec28888      0 rw
u        wineserver  2871  107* pipe fffffe002ecfa9e0 <-> fffffe002ecfa888      0 rw
u        wineserver  2871  108 /        5299669 -rw-------      64 rw
u        wineserver  2871  109* pipe fffffe00411a4888 <-> fffffe00411a49e0      0 rw
u        wineserver  2871  110* pipe fffffe00412f9888 <-> fffffe00412f99e0      0 rw
u        wineserver  2871  111* pipe fffffe000c49eb60 <-> fffffe000c49ecb8      0 rw
u        wineserver  2871  112* pipe fffffe00412069e0 <-> fffffe0041206888      0 rw
u        wineserver  2871  113* pipe fffffe0041cd1158 <-> fffffe0041cd1000      0 rw
u        wineserver  2871  114* pipe fffffe000c9db000 <-> fffffe000c9db158      0 rw
u        wineserver  2871  115* pipe fffffe004107f9e0 <-> fffffe004107f888      0 rw
u        wineserver  2871  116* pipe fffffe002ec48cb8 <-> fffffe002ec48b60      0 rw
u        wineserver  2871  117 /        5299642 -rw-------      64 rw
u        wineserver  2871  118 /usr/home  21591 ?---------  18446744071601014594  r
u        wineserver  2871  119* pipe fffffe004102d708 <-> fffffe004102d5b0      0 rw
u        wineserver  2871  120* pipe fffffe002ecfa430 <-> fffffe002ecfa2d8      0 rw
u        wineserver  2871  121 /usr/home  21597 ?---------  18446744071601014594  r
u        wineserver  2871  122 /usr/home  21617 ?---------  18446744071601014594  r
u        wineserver  2871  123 /usr/home  21579 ?---------  18446744071601014594  r
u        wineserver  2871  124 /usr/home  21620 ?---------  18446744071601014594  r
u        wineserver  2871  125 /usr/home  21586 ?---------  18446744071601014594  r
u        wineserver  2871  126 /usr/home  21614 ?---------  18446744071601014594  r
u        wineserver  2871  127 /usr/home  21615 ?---------  18446744071601014594  r
u        wineserver  2871  128 /usr/home  21587 ?---------  18446744071601014594  r
u        wineserver  2871  129 /usr/home  21611 ?---------  18446744071601014594  r
u        wineserver  2871  130 /usr/home  21577 ?---------  18446744071601014594  r
u        wineserver  2871  131 /usr/home  21599 ?---------  18446744071601014594  r
u        wineserver  2871  132 /usr/home  21618 ?---------  18446744071601014594  r
u        wineserver  2871  133* pipe fffffe000c49e9e0 <-> fffffe000c49e888      0 rw
u        wineserver  2871  134* pipe fffffe00410d39e0 <-> fffffe00410d3888      0 rw
u        wineserver  2871  135* pipe fffffe007fa6b000 <-> fffffe007fa6b158      0 rw
u        wineserver  2871  136* pipe fffffe007fa6ab60 <-> fffffe007fa6acb8      0 rw
u        wineserver  2871  137 /usr/home  21609 ?---------  18446744071601014594  r
u        wineserver  2871  138* pipe fffffe002ec22cb8 <-> fffffe002ec22b60      0 rw
u        wineserver  2871  139* pipe fffffe0041204cb8 <-> fffffe0041204b60      0 rw
u        wineserver  2871  140* pipe fffffe01cad85708 <-> fffffe01cad855b0      0 rw
u        wineserver  2871  141* pipe fffffe00412f9708 <-> fffffe00412f95b0      0 rw
u        wineserver  2871  142* pipe fffffe007fa6a888 <-> fffffe007fa6a9e0      0 rw
u        wineserver  2871  143* pipe fffffe007fa6a5b0 <-> fffffe007fa6a708      0 rw
u        wineserver  2871  144* pipe fffffe0041204430 <-> fffffe00412042d8      0 rw
u        wineserver  2871  145* pipe fffffe00413449e0 <-> fffffe0041344888      0 rw
u        wineserver  2871  146* pipe fffffe0041344708 <-> fffffe00413445b0      0 rw
u        wineserver  2871  147* pipe fffffe002ec8dcb8 <-> fffffe002ec8db60      0 rw
u        wineserver  2871  148* pipe fffffe007fa6a2d8 <-> fffffe007fa6a430      0 rw
u        wineserver  2871  149* pipe fffffe000c3505b0 <-> fffffe000c350708      0 rw
u        wineserver  2871  150* internet stream tcp fffffe007fa14b70
u        wineserver  2871  151* internet stream tcp fffffe007fa147a0
u        wineserver  2871  152* internet stream tcp fffffe007fa627a0
u        wineserver  2871  153* internet stream tcp fffffe007fa62b70
u        wineserver  2871  154* pipe fffffe000cabf158 <-> fffffe000cabf000      0 rw
u        wineserver  2871  155* pipe fffffe0041ae9430 <-> fffffe0041ae92d8      0 rw
u        wineserver  2871  156* pipe fffffe0041af9430 <-> fffffe0041af92d8      0 rw
u        wineserver  2871  157* pipe fffffe000c50b9e0 <-> fffffe000c50b888      0 rw
u        wineserver  2871  158* pipe fffffe0041af95b0 <-> fffffe0041af9708      0 rw
u        wineserver  2871  159* pipe fffffe002ed3c5b0 <-> fffffe002ed3c708      0 rw
u        wineserver  2871  160* pipe fffffe00410d3158 <-> fffffe00410d3000      0 rw
u        wineserver  2871  161* pipe fffffe000c49e708 <-> fffffe000c49e5b0      0 rw
u        wineserver  2871  162* pipe fffffe000cabd9e0 <-> fffffe000cabd888      0 rw
u        wineserver  2871  163* pipe fffffe002ec28430 <-> fffffe002ec282d8      0 rw
u        wineserver  2871  164* pipe fffffe00411a42d8 <-> fffffe00411a4430      0 rw
u        wineserver  2871  165* pipe fffffe002ec882d8 <-> fffffe002ec88430      0 rw
u        wineserver  2871  166* pipe fffffe000c3509e0 <-> fffffe000c350888      0 rw
u        wineserver  2871  167* pipe fffffe002ec8d708 <-> fffffe002ec8d5b0      0 rw
u        wineserver  2871  168* pipe fffffe00412049e0 <-> fffffe0041204888      0 rw
u        wineserver  2871  169* pipe fffffe0041206708 <-> fffffe00412065b0      0 rw
u        wineserver  2871  170* pipe fffffe007fa6a000 <-> fffffe007fa6a158      0 rw
u        wineserver  2871  171* pipe fffffe0041eec2d8 <-> fffffe0041eec430      0 rw
u        wineserver  2871  172* pipe fffffe0041eec9e0 <-> fffffe0041eec888      0 rw
u        wineserver  2871  173* pipe fffffe007faba430 <-> fffffe007faba2d8      0 rw
u        wineserver  2871  174* pipe fffffe000c3399e0 <-> fffffe000c339888      0 rw
u        wineserver  2871  175* pipe fffffe000ca7f158 <-> fffffe000ca7f000      0 rw
u        wineserver  2871  176* pipe fffffe007faba000 <-> fffffe007faba158      0 rw
u        wineserver  2871  177* pipe fffffe007fab9b60 <-> fffffe007fab9cb8      0 rw
u        wineserver  2871  178* pipe fffffe000c9dbcb8 <-> fffffe000c9dbb60      0 rw
u        wineserver  2871  179* pipe fffffe000c339430 <-> fffffe000c3392d8      0 rw
u        wineserver  2871  180* pipe fffffe007fab9888 <-> fffffe007fab99e0      0 rw
u        wineserver  2871  181* pipe fffffe0041ccd158 <-> fffffe0041ccd000      0 rw
u        wineserver  2871  182* pipe fffffe007fa69b60 <-> fffffe007fa69cb8      0 rw
u        wineserver  2871  183* pipe fffffe007fa83708 <-> fffffe007fa835b0      0 rw
u        wineserver  2871  184* pipe fffffe007fa699e0 <-> fffffe007fa69888      0 rw
u        wineserver  2871  185* pipe fffffe007fa69708 <-> fffffe007fa695b0      0 rw
u        wineserver  2871  186* pipe fffffe000c3239e0 <-> fffffe000c323888      0 rw
u        wineserver  2871  187* pipe fffffe007fa692d8 <-> fffffe007fa69430      0 rw
u        wineserver  2871  188* pipe fffffe002ec8d158 <-> fffffe002ec8d000      0 rw
u        wineserver  2871  189* pipe fffffe007fa69000 <-> fffffe007fa69158      0 rw
u        wineserver  2871  190* pipe fffffe0041eebcb8 <-> fffffe0041eebb60      0 rw
u        wineserver  2871  191* pipe fffffe007fa68b60 <-> fffffe007fa68cb8      0 rw
u        wineserver  2871  192* pipe fffffe0041eeb9e0 <-> fffffe0041eeb888      0 rw
u        wineserver  2871  193* pipe fffffe000c50b708 <-> fffffe000c50b5b0      0 rw
u        wineserver  2871  194* pipe fffffe002ec2e708 <-> fffffe002ec2e5b0      0 rw
u        wineserver  2871  195* pipe fffffe002ec885b0 <-> fffffe002ec88708      0 rw
u        wineserver  2871  196* pipe fffffe0041eeb708 <-> fffffe0041eeb5b0      0 rw
u        wineserver  2871  197* pipe fffffe007fa68888 <-> fffffe007fa689e0      0 rw
u        wineserver  2871  198* pipe fffffe0041eeb430 <-> fffffe0041eeb2d8      0 rw
u        wineserver  2871  199* pipe fffffe007fa83430 <-> fffffe007fa832d8      0 rw
u        wineserver  2871  200* pipe fffffe007fa83158 <-> fffffe007fa83000      0 rw
u        wineserver  2871  201* pipe fffffe004107f5b0 <-> fffffe004107f708      0 rw
u        wineserver  2871  202* pipe fffffe002ed3ccb8 <-> fffffe002ed3cb60      0 rw
u        wineserver  2871  203* pipe fffffe00410d3cb8 <-> fffffe00410d3b60      0 rw
u        wineserver  2871  204* pipe fffffe007fab95b0 <-> fffffe007fab9708      0 rw
u        wineserver  2871  205* pipe fffffe007fa68708 <-> fffffe007fa685b0      0 rw
u        wineserver  2871  206* pipe fffffe007fa68430 <-> fffffe007fa682d8      0 rw
u        wineserver  2871  207* pipe fffffe0041eeb000 <-> fffffe0041eeb158      0 rw
u        wineserver  2871  208* pipe fffffe007fa82cb8 <-> fffffe007fa82b60      0 rw
u        wineserver  2871  209* pipe fffffe007fa829e0 <-> fffffe007fa82888      0 rw
u        wineserver  2871  210* pipe fffffe007fa68000 <-> fffffe007fa68158      0 rw
u        wineserver  2871  211* pipe fffffe002ec9a708 <-> fffffe002ec9a5b0      0 rw
u        wineserver  2871  212* pipe fffffe00411a4cb8 <-> fffffe00411a4b60      0 rw
u        wineserver  2871  213* pipe fffffe0041eeab60 <-> fffffe0041eeacb8      0 rw
u        wineserver  2871  214* pipe fffffe000c350158 <-> fffffe000c350000      0 rw
u        wineserver  2871  215* pipe fffffe007fab92d8 <-> fffffe007fab9430      0 rw
u        wineserver  2871  216* pipe fffffe007fab9158 <-> fffffe007fab9000      0 rw
u        wineserver  2871  217* pipe fffffe007fab8cb8 <-> fffffe007fab8b60      0 rw
u        wineserver  2871  218* pipe fffffe004102d2d8 <-> fffffe004102d430      0 rw
u        wineserver  2871  219* pipe fffffe002ecfacb8 <-> fffffe002ecfab60      0 rw
u        wineserver  2871  220* pipe fffffe002ec22708 <-> fffffe002ec225b0      0 rw
u        wineserver  2871  221* pipe fffffe00411a4708 <-> fffffe00411a45b0      0 rw
u        wineserver  2871  222* pipe fffffe0041eea9e0 <-> fffffe0041eea888      0 rw
u        wineserver  2871  223* pipe fffffe0041eea708 <-> fffffe0041eea5b0      0 rw
u        wineserver  2871  224* pipe fffffe007fa43888 <-> fffffe007fa439e0      0 rw
u        wineserver  2871  225* pipe fffffe007fa825b0 <-> fffffe007fa82708      0 rw
u        wineserver  2871  226* pipe fffffe007fa46cb8 <-> fffffe007fa46b60      0 rw
u        wineserver  2871  227* pipe fffffe007fa469e0 <-> fffffe007fa46888      0 rw
u        wineserver  2871  228* pipe fffffe007fa4a158 <-> fffffe007fa4a000      0 rw
u        wineserver  2871  229* pipe fffffe007fa49cb8 <-> fffffe007fa49b60      0 rw
u        wineserver  2871  230 /        5299672 -rw-------      64 rw
u        wineserver  2871  231* pipe fffffe007fab82d8 <-> fffffe007fab8430      0 rw
u        wineserver  2871  232 /usr/home  21641 ?---------  18446744071601014594 rw
u        wineserver  2871  233 /usr/home  21641 ?---------  18446744071601014594 rw
u        wineserver  2871  234* pipe fffffe007fab8888 <-> fffffe007fab89e0      0 rw
u        wineserver  2871  235* pipe fffffe007fa82430 <-> fffffe007fa822d8      0 rw
u        wineserver  2871  236* pipe fffffe007fa82158 <-> fffffe007fa82000      0 rw
u        wineserver  2871  237 /usr/home  21642 ?---------       0 rw
u        wineserver  2871  238* pipe fffffe007fab85b0 <-> fffffe007fab8708      0 rw
u        wineserver  2871  239* pipe fffffe007fa43708 <-> fffffe007fa435b0      0 rw
u        wineserver  2871  240* pipe fffffe007fa43430 <-> fffffe007fa432d8      0 rw
u        wineserver  2871  241 /usr/home  21642 ?---------       0 rw
u        wineserver  2871  242 /usr/home  21646 ?---------  18446744071601014594 rw
u        wineserver  2871  243 /        5299674 -rw-------      64 rw
u        wineserver  2871  244 /usr/home  21647 ?---------  18446744071601014594 rw
u        wineserver  2871  245 /usr/home  21647 ?---------  18446744071601014594 rw
u        wineserver  2871  246 /usr/home  21647 ?---------  18446744071601014594 rw
u        wineserver  2871  247* pipe fffffe007fa43158 <-> fffffe007fa43000      0 rw
u        wineserver  2871  248* pipe fffffe007fa42cb8 <-> fffffe007fa42b60      0 rw
u        wineserver  2871  249 /        5299676 -rw-------      64 rw
u        wineserver  2871  250 /        5299677 -rw-------      64 rw
u        wineserver  2871  251 /        5299673 -rw-------      64 rw
u        wineserver  2871  252 /        5299678 -rw-------      64 rw
u        wineserver  2871  253 /        5299679 -rw-------      64 rw
u        wineserver  2871  254 /        5299680 -rw-------      64 rw
u        wineserver  2871  255 /        5299663 -rw-------      64 rw
u        wineserver  2871  256 /        5299681 -rw-------      64 rw
u        wineserver  2871  257 /        5299683 -rw-------      64 rw
u        wineserver  2871  258 /        5299684 -rw-------      64 rw
u        wineserver  2871  259 /        5299685 -rw-------      64 rw
u        wineserver  2871  260 /        5299686 -rw-------      64 rw
u        wineserver  2871  261 /        5299692 -rw-------      64 rw
u        wineserver  2871  262 /        5299687 -rw-------      64 rw
u        wineserver  2871  263 /        5299682 -rw-------      64 rw
u        wineserver  2871  264 /        5299688 -rw-------      64 rw
u        wineserver  2871  265 /        5299689 -rw-------      64 rw
u        wineserver  2871  266 /        5299690 -rw-------      64 rw
u        wineserver  2871  267 /        5299646 -rw-------      64 rw
u        wineserver  2871  268 /        5299695 -rw-------      64 rw
u        wineserver  2871  269* pipe fffffe007fa6b888 <-> fffffe007fa6b9e0      0 rw
u        wineserver  2871  275* pipe fffffe007fa41cb8 <-> fffffe007fa41b60      0 rw
u        wineserver  2871  276* pipe fffffe007fa419e0 <-> fffffe007fa41888      0 rw
u        wineserver  2871  277* internet stream tcp fffffe00416aeb70
u        wineserver  2871  278* pipe fffffe007fa415b0 <-> fffffe007fa41708      0 rw
u        wineserver  2871  279* pipe fffffe007fa6b708 <-> fffffe007fa6b5b0      0 rw
u        wineserver  2871  280* pipe fffffe007fa6b430 <-> fffffe007fa6b2d8      0 rw
u        wineserver  2871  281* internet stream tcp fffffe007fa143d0
u        wineserver  2871  288 /usr/home  21642 ?---------       0 rw
u        wineserver  2871  289 /usr/home  21646 ?---------  18446744071601014594 rw
u        wineserver  2871  290 /usr/home  21647 ?---------  18446744071601014594 rw
u        wineserver  2871  291* pipe fffffe007fa83b60 <-> fffffe007fa83cb8      0 rw
u        wineserver  2871  292* pipe fffffe00412f9158 <-> fffffe00412f9000      0 rw
u        wineserver  2871  293* pipe fffffe0041eec708 <-> fffffe0041eec5b0      0 rw
u        wineserver  2871  294* pipe fffffe002ec22000 <-> fffffe002ec22158      0 rw
u        wineserver  2871  295* pipe fffffe007fa489e0 <-> fffffe007fa48888      0 rw
u        wineserver  2871  296 /usr/home  82097 ?---------  18446744071601014594  w
u        wineserver  2871  297* pipe fffffe007fa48cb8 <-> fffffe007fa48b60      0 rw
u        wineserver  2871  298* pipe fffffe007fa49000 <-> fffffe007fa49158      0 rw
u        wineserver  2871  299* pipe fffffe007fa48708 <-> fffffe007fa485b0      0 rw
u        wineserver  2871  300* pipe fffffe007fa465b0 <-> fffffe007fa46708      0 rw
u        wineserver  2871  301* pipe fffffe002ec9a430 <-> fffffe002ec9a2d8      0 rw
u        wineserver  2871  302* pipe fffffe00410e8158 <-> fffffe00410e8000      0 rw
u        wineserver  2871  303* pipe fffffe000c3395b0 <-> fffffe000c339708      0 rw
u        wineserver  2871  304* pipe fffffe007fa81430 <-> fffffe007fa812d8      0 rw
u        wineserver  2871  305* pipe fffffe007fa81708 <-> fffffe007fa815b0      0 rw
u        wineserver  2871  306* pipe fffffe0125646cb8 <-> fffffe0125646b60      0 rw
u        wineserver  2871  307* pipe fffffe01256469e0 <-> fffffe0125646888      0 rw
u        wineserver  2871  308* pipe fffffe00414e4888 <-> fffffe00414e49e0      0 rw
u        wineserver  2871  309* pipe fffffe0125646708 <-> fffffe01256465b0      0 rw
u        wineserver  2871  310* pipe fffffe0125646430 <-> fffffe01256462d8      0 rw
u        wine        2853 root /             2 drwxr-xr-x    1024  r
u        wine        2853   wd /usr/home      8 ?---------  18446744071601014594  r
u        wine        2853 text /        5458270 -r-xr-xr-x    6344  r
u        wine        2853 ctty /dev         59 crw-------   ttyv0 rw
u        wine        2853    0 /dev         22 crw-rw-rw-    null  r
u        wine        2853    1 /dev         59 crw-------   ttyv0 rw
u        wine        2853    2 /dev         59 crw-------   ttyv0 rw
u        wine        2853    3* pipe fffffe0041344430 <-> fffffe00413442d8      0 rw
u        wine        2853    4* local stream fffffe000cc355a0 <-> fffffe000cafce10
u        wine        2853    5* pipe fffffe00412055b0 <-> fffffe0041205708      0 rw
u        wine        2853    6 /usr/home      8 ?---------  18446744071601014594  r
u        wine        2853    7* pipe fffffe000c46b5b0 <-> fffffe000c46b708      0 rw
u        wine        2853    8* pipe fffffe000c46b708 <-> fffffe000c46b5b0      0 rw
u        wine        2853    9* local stream fffffe000caecd20 <-> fffffe000caece10
u        wine        2853   10 /dev         22 crw-rw-rw-    null  r
u        wine        2853   11* local stream fffffe000caed000 <-> fffffe007f3470f0
u        wine        2853   12* pipe fffffe000c51d888 <-> fffffe000c51d9e0      0 rw
u        wine        2853   13 /        2167280 -rw-r--r--     214  r
u        wine        2853   14* pipe fffffe0041205158 <-> fffffe0041205000      0 rw
u        wine        2853   15* pipe fffffe002ec28888 <-> fffffe002ec289e0      0 rw
u        wine        2853   16* pipe fffffe002ed032d8 <-> fffffe002ed03430      0 rw
u        wine        2853   17* pipe fffffe002ed03430 <-> fffffe002ed032d8      0 rw
u        wine        2853   18* pipe fffffe000c46bcb8 <-> fffffe000c46bb60      0 rw
u        wine        2853   19 /        5299669 -rw-------      64 rw
u        wine        2853   20* pipe fffffe002ecfa888 <-> fffffe002ecfa9e0      0 rw
u        wine        2853   21* pipe fffffe002ecfa9e0 <-> fffffe002ecfa888      0 rw
u        wine        2853   22* pipe fffffe000c49e888 <-> fffffe000c49e9e0      0 rw
u        wine        2853   23* pipe fffffe00412f99e0 <-> fffffe00412f9888      0 rw
u        wine        2853   24* pipe fffffe002ec22b60 <-> fffffe002ec22cb8      0 rw
u        wine        2853   25* pipe fffffe00410d3888 <-> fffffe00410d39e0      0 rw
u        wine        2853   26* pipe fffffe00410d39e0 <-> fffffe00410d3888      0 rw
u        wine        2853   27 /usr/home  21609 ?---------  18446744071601014594  r
u        wine        2853   28* pipe fffffe007fa6b158 <-> fffffe007fa6b000      0 rw
u        wine        2853   29* pipe fffffe00412042d8 <-> fffffe0041204430      0 rw
u        wine        2853   30* pipe fffffe0041204b60 <-> fffffe0041204cb8      0 rw
u        wine        2853   31* pipe fffffe0041204cb8 <-> fffffe0041204b60      0 rw
u        wine        2853   32* pipe fffffe007fa6a9e0 <-> fffffe007fa6a888      0 rw
u        wine        2853   33* internet stream tcp fffffe007fa147a0
u        wine        2853   34* pipe fffffe0041344888 <-> fffffe00413449e0      0 rw
u        wine        2853   35* pipe fffffe00413449e0 <-> fffffe0041344888      0 rw
u        wine        2853   36* internet stream tcp fffffe007fa627a0
u        wine        2853   37* pipe fffffe0041ae92d8 <-> fffffe0041ae9430      0 rw
u        wine        2853   38* pipe fffffe007fa6a430 <-> fffffe007fa6a2d8      0 rw
u        wine        2853   39* internet stream tcp fffffe007fa147a0
u        wine        2853   40* pipe fffffe0041af92d8 <-> fffffe0041af9430      0 rw
u        wine        2853   41* pipe fffffe0041af9430 <-> fffffe0041af92d8      0 rw
u        wine        2853   42* pipe fffffe000cabd888 <-> fffffe000cabd9e0      0 rw
u        wine        2853   43* pipe fffffe002ed3c708 <-> fffffe002ed3c5b0      0 rw
u        wine        2853   44* pipe fffffe0041204888 <-> fffffe00412049e0      0 rw
u        wine        2853   45* pipe fffffe002ec282d8 <-> fffffe002ec28430      0 rw
u        wine        2853   46* pipe fffffe002ec28430 <-> fffffe002ec282d8      0 rw
u        wine        2853   47* pipe fffffe002ec88430 <-> fffffe002ec882d8      0 rw
u        wine        2853   48* pipe fffffe000c339888 <-> fffffe000c3399e0      0 rw
u        wine        2853   49* pipe fffffe00412065b0 <-> fffffe0041206708      0 rw
u        wine        2853   50* pipe fffffe0041206708 <-> fffffe00412065b0      0 rw
u        wine        2853   51* pipe fffffe0041eec430 <-> fffffe0041eec2d8      0 rw
u        wine        2853   52* pipe fffffe000c9dbb60 <-> fffffe000c9dbcb8      0 rw
u        wine        2853   53* pipe fffffe000ca7f000 <-> fffffe000ca7f158      0 rw
u        wine        2853   54* pipe fffffe000ca7f158 <-> fffffe000ca7f000      0 rw
u        wine        2853   55* pipe fffffe007faba158 <-> fffffe007faba000      0 rw
u        wine        2853   56* pipe fffffe000c323888 <-> fffffe000c3239e0      0 rw
u        wine        2853   57* pipe fffffe000c3392d8 <-> fffffe000c339430      0 rw
u        wine        2853   58* pipe fffffe000c339430 <-> fffffe000c3392d8      0 rw
u        wine        2853   59* pipe fffffe007fab99e0 <-> fffffe007fab9888      0 rw
u        wine        2853   60* pipe fffffe000c50b5b0 <-> fffffe000c50b708      0 rw
u        wine        2853   61* pipe fffffe002ec8d000 <-> fffffe002ec8d158      0 rw
u        wine        2853   62* pipe fffffe002ec8d158 <-> fffffe002ec8d000      0 rw
u        wine        2853   63* pipe fffffe007fa69158 <-> fffffe007fa69000      0 rw
u        wine        2853   64* pipe fffffe007fa832d8 <-> fffffe007fa83430      0 rw
u        wine        2853   65* pipe fffffe002ec2e5b0 <-> fffffe002ec2e708      0 rw
u        wine        2853   66* pipe fffffe002ec2e708 <-> fffffe002ec2e5b0      0 rw
u        wine        2853   67* pipe fffffe002ed3cb60 <-> fffffe002ed3ccb8      0 rw
u        wine        2853   68* pipe fffffe002ec88708 <-> fffffe002ec885b0      0 rw
u        wine        2853   69* pipe fffffe007fa83000 <-> fffffe007fa83158      0 rw
u        wine        2853   70* pipe fffffe007fa83158 <-> fffffe007fa83000      0 rw
u        wine        2853   71* pipe fffffe004107f708 <-> fffffe004107f5b0      0 rw
u        wine        2853   72* pipe fffffe007fa82b60 <-> fffffe007fa82cb8      0 rw
u        wine        2853   73* pipe fffffe00410d3b60 <-> fffffe00410d3cb8      0 rw
u        wine        2853   74* pipe fffffe00410d3cb8 <-> fffffe00410d3b60      0 rw
u        wine        2853   75* pipe fffffe007fab9708 <-> fffffe007fab95b0      0 rw
u        wine        2853   76* pipe fffffe000c350000 <-> fffffe000c350158      0 rw
u        wine        2853   77* pipe fffffe007fa82888 <-> fffffe007fa829e0      0 rw
u        wine        2853   78* pipe fffffe007fa829e0 <-> fffffe007fa82888      0 rw
u        wine        2853   79* pipe fffffe007fa46b60 <-> fffffe007fa46cb8      0 rw
u        wine        2853   80* pipe fffffe007fa68158 <-> fffffe007fa68000      0 rw
u        wine        2853   81* pipe fffffe00411a45b0 <-> fffffe00411a4708      0 rw
u        wine        2853   82* pipe fffffe00411a4708 <-> fffffe00411a45b0      0 rw
u        wine        2853   83* pipe fffffe002ecfab60 <-> fffffe002ecfacb8      0 rw
u        wine        2853   84* pipe fffffe007fab9430 <-> fffffe007fab92d8      0 rw
u        wine        2853   85* pipe fffffe007fa439e0 <-> fffffe007fa43888      0 rw
u        wine        2853   86* pipe fffffe002ec225b0 <-> fffffe002ec22708      0 rw
u        wine        2853   87* pipe fffffe002ec22708 <-> fffffe002ec225b0      0 rw
u        wine        2853   88 /        5299672 -rw-------      64 rw
u        wine        2853   89* pipe fffffe007fa46888 <-> fffffe007fa469e0      0 rw
u        wine        2853   90* pipe fffffe007fa469e0 <-> fffffe007fa46888      0 rw
u        wine        2853   91 /usr/home  21641 ?---------  18446744071601014594 rw
u        wine        2853   92* pipe fffffe007fa822d8 <-> fffffe007fa82430      0 rw
u        wine        2853   93* pipe fffffe007fab89e0 <-> fffffe007fab8888      0 rw
u        wine        2853   94 /        5299674 -rw-------      64 rw
u        wine        2853   95* pipe fffffe007fa82000 <-> fffffe007fa82158      0 rw
u        wine        2853   96* pipe fffffe007fa82158 <-> fffffe007fa82000      0 rw
u        wine        2853   97 /        5299678 -rw-------      64 rw
u        wine        2853   98 /        5299680 -rw-------      64 rw
u        wine        2853   99 /        5299681 -rw-------      64 rw
u        wine        2853  100 /        5299685 -rw-------      64 rw
u        wine        2853  101 /        5299686 -rw-------      64 rw
u        wine        2853  102 /        5299692 -rw-------      64 rw
u        wine        2853  103 /        5299688 -rw-------      64 rw
u        wine        2853  104 /        5299690 -rw-------      64 rw
u        wine        2853  105 /        5299695 -rw-------      64 rw
u        wine        2853  106* pipe fffffe007fa41b60 <-> fffffe007fa41cb8      0 rw
u        wine        2853  107* pipe fffffe007fa6b9e0 <-> fffffe007fa6b888      0 rw
u        wine        2853  108* internet stream tcp fffffe00416aeb70
u        wine        2853  109* pipe fffffe007fa41888 <-> fffffe007fa419e0      0 rw
u        wine        2853  110* pipe fffffe007fa419e0 <-> fffffe007fa41888      0 rw
u        wine        2853  111 /usr/home  21646 ?---------  18446744071601014594 rw
u        wine        2853  113 /usr/home  21642 ?---------       0 rw
u        wine        2853  116 /usr/home  21647 ?---------  18446744071601014594 rw
u        wine        2853  117 /usr/home  21647 ?---------  18446744071601014594 rw
u        wine        2853  118* pipe fffffe00412f9000 <-> fffffe00412f9158      0 rw
u        wine        2853  119* pipe fffffe007fa83cb8 <-> fffffe007fa83b60      0 rw
u        wine        2853  120* pipe fffffe007fa81b60 <-> fffffe007fa81cb8      0 rw
u        wine        2853  121* pipe fffffe0041eec5b0 <-> fffffe0041eec708      0 rw
u        wine        2853  122* pipe fffffe0041eec708 <-> fffffe0041eec5b0      0 rw
u        wine        2853  123* pipe fffffe007faba9e0 <-> fffffe007faba888      0 rw
u        wine        2853  124* internet stream tcp fffffe01cae657a0
u        wine        2853  125* pipe fffffe007fa455b0 <-> fffffe007fa45708      0 rw
u        wine        2853  126* pipe fffffe007fa45708 <-> fffffe007fa455b0      0 rw
u        wine        2853  129 /usr/home  82097 ?---------  18446744071601014594  w
u        wine        2853  130* pipe fffffe000ca745b0 <-> fffffe000ca74708      0 rw
u        wine        2853  131* pipe fffffe0041204708 <-> fffffe00412045b0      0 rw
u        wine        2853  133* pipe fffffe0125646b60 <-> fffffe0125646cb8      0 rw
u        wine        2853  136* pipe fffffe007fa48b60 <-> fffffe007fa48cb8      0 rw
u        wine        2853  137* pipe fffffe007fa48cb8 <-> fffffe007fa48b60      0 rw
u        wine        2853  138* pipe fffffe007fa49158 <-> fffffe007fa49000      0 rw
u        wine        2853  139* pipe fffffe01256465b0 <-> fffffe0125646708      0 rw
u        wine        2853  140* pipe fffffe0125646888 <-> fffffe01256469e0      0 rw
u        wine        2853  141* pipe fffffe01256469e0 <-> fffffe0125646888      0 rw
u        wine        2853  142* pipe fffffe00414e49e0 <-> fffffe00414e4888      0 rw
u        wine        2853  144* pipe fffffe01256462d8 <-> fffffe0125646430      0 rw
u        wine        2853  145* pipe fffffe0125646430 <-> fffffe01256462d8      0 rw
u        wine        2850 root /             2 drwxr-xr-x    1024  r
u        wine        2850   wd /usr/home      8 ?---------  18446744071601014594  r
u        wine        2850 text /        5458270 -r-xr-xr-x    6344  r
u        wine        2850 ctty /dev         59 crw-------   ttyv0 rw
u        wine        2850    0 /dev         22 crw-rw-rw-    null  r
u        wine        2850    1 /dev         59 crw-------   ttyv0 rw
u        wine        2850    2 /dev         59 crw-------   ttyv0 rw
u        wine        2850    3* pipe fffffe004107fcb8 <-> fffffe004107fb60      0 rw
u        wine        2850    4* local stream fffffe0041aec5a0 <-> fffffe0041aec4b0
u        wine        2850    5* pipe fffffe0041af9b60 <-> fffffe0041af9cb8      0 rw
u        wine        2850    6 /usr/home      8 ?---------  18446744071601014594  r
u        wine        2850    7* pipe fffffe0041af9888 <-> fffffe0041af99e0      0 rw
u        wine        2850    8* pipe fffffe0041af99e0 <-> fffffe0041af9888      0 rw
u        wine        2850    9* local stream fffffe000cc35e10 <-> fffffe000cc36000
u        wine        2850   10 /dev         22 crw-rw-rw-    null  r
u        wine        2850   11* local stream fffffe000cc40b40 <-> fffffe000caec000
u        wine        2850   12* pipe fffffe0041206888 <-> fffffe00412069e0      0 rw
u        wine        2850   13 /        2167280 -rw-r--r--     214  r
u        wine        2850   14* pipe fffffe000c49ecb8 <-> fffffe000c49eb60      0 rw
u        wine        2850   15* pipe fffffe004107f888 <-> fffffe004107f9e0      0 rw
u        wine        2850   16* pipe fffffe0041cd1000 <-> fffffe0041cd1158      0 rw
u        wine        2850   17* pipe fffffe0041cd1158 <-> fffffe0041cd1000      0 rw
u        wine        2850   18* pipe fffffe000c9db158 <-> fffffe000c9db000      0 rw
u        wine        2850   19 /        5299642 -rw-------      64 rw
u        wine        2850   20* pipe fffffe002ec48b60 <-> fffffe002ec48cb8      0 rw
u        wine        2850   21* pipe fffffe002ec48cb8 <-> fffffe002ec48b60      0 rw
u        wine        2850   22* pipe fffffe004102d5b0 <-> fffffe004102d708      0 rw
u        wine        2850   23* pipe fffffe00411a49e0 <-> fffffe00411a4888      0 rw
u        wine        2850   24* pipe fffffe01cad855b0 <-> fffffe01cad85708      0 rw
u        wine        2850   25* pipe fffffe002ecfa2d8 <-> fffffe002ecfa430      0 rw
u        wine        2850   26* pipe fffffe002ecfa430 <-> fffffe002ecfa2d8      0 rw
u        wine        2850   27 /usr/home  21609 ?---------  18446744071601014594  r
u        wine        2850   28* pipe fffffe007fa6acb8 <-> fffffe007fa6ab60      0 rw
u        wine        2850   29* pipe fffffe00413445b0 <-> fffffe0041344708      0 rw
u        wine        2850   30* pipe fffffe00412f95b0 <-> fffffe00412f9708      0 rw
u        wine        2850   31* pipe fffffe00412f9708 <-> fffffe00412f95b0      0 rw
u        wine        2850   32* pipe fffffe007fa6a708 <-> fffffe007fa6a5b0      0 rw
u        wine        2850   33* internet stream tcp fffffe007fa14b70
u        wine        2850   34* pipe fffffe002ec8db60 <-> fffffe002ec8dcb8      0 rw
u        wine        2850   35* pipe fffffe002ec8dcb8 <-> fffffe002ec8db60      0 rw
u        wine        2850   36* internet stream tcp fffffe007fa62b70
u        wine        2850   37* pipe fffffe000cabf000 <-> fffffe000cabf158      0 rw
u        wine        2850   38* pipe fffffe000c350708 <-> fffffe000c3505b0      0 rw
u        wine        2850   39* internet stream tcp fffffe007fa14b70
u        wine        2850   40* pipe fffffe000c50b888 <-> fffffe000c50b9e0      0 rw
u        wine        2850   41* pipe fffffe000c50b9e0 <-> fffffe000c50b888      0 rw
u        wine        2850   42* pipe fffffe00410d3000 <-> fffffe00410d3158      0 rw
u        wine        2850   43* pipe fffffe0041af9708 <-> fffffe0041af95b0      0 rw
u        wine        2850   44* pipe fffffe000c350888 <-> fffffe000c3509e0      0 rw
u        wine        2850   45* pipe fffffe000c49e5b0 <-> fffffe000c49e708      0 rw
u        wine        2850   46* pipe fffffe000c49e708 <-> fffffe000c49e5b0      0 rw
u        wine        2850   47* pipe fffffe00411a4430 <-> fffffe00411a42d8      0 rw
u        wine        2850   48* pipe fffffe0041eec888 <-> fffffe0041eec9e0      0 rw
u        wine        2850   49* pipe fffffe002ec8d5b0 <-> fffffe002ec8d708      0 rw
u        wine        2850   50* pipe fffffe002ec8d708 <-> fffffe002ec8d5b0      0 rw
u        wine        2850   51* pipe fffffe007fa6a158 <-> fffffe007fa6a000      0 rw
u        wine        2850   52* pipe fffffe0041ccd000 <-> fffffe0041ccd158      0 rw
u        wine        2850   53* pipe fffffe007faba2d8 <-> fffffe007faba430      0 rw
u        wine        2850   54* pipe fffffe007faba430 <-> fffffe007faba2d8      0 rw
u        wine        2850   55* pipe fffffe007fab9cb8 <-> fffffe007fab9b60      0 rw
u        wine        2850   56* pipe fffffe007fa69888 <-> fffffe007fa699e0      0 rw
u        wine        2850   57* pipe fffffe007fa835b0 <-> fffffe007fa83708      0 rw
u        wine        2850   58* pipe fffffe007fa83708 <-> fffffe007fa835b0      0 rw
u        wine        2850   59* pipe fffffe0041eebb60 <-> fffffe0041eebcb8      0 rw
u        wine        2850   60* pipe fffffe007fa69cb8 <-> fffffe007fa69b60      0 rw
u        wine        2850   61* pipe fffffe007fa695b0 <-> fffffe007fa69708      0 rw
u        wine        2850   62* pipe fffffe007fa69708 <-> fffffe007fa695b0      0 rw
u        wine        2850   63* pipe fffffe007fa69430 <-> fffffe007fa692d8      0 rw
u        wine        2850   64* pipe fffffe0041eeb5b0 <-> fffffe0041eeb708      0 rw
u        wine        2850   65* pipe fffffe0041eeb888 <-> fffffe0041eeb9e0      0 rw
u        wine        2850   66* pipe fffffe0041eeb9e0 <-> fffffe0041eeb888      0 rw
u        wine        2850   67* pipe fffffe007fa685b0 <-> fffffe007fa68708      0 rw
u        wine        2850   68* pipe fffffe007fa68cb8 <-> fffffe007fa68b60      0 rw
u        wine        2850   69* pipe fffffe0041eeb2d8 <-> fffffe0041eeb430      0 rw
u        wine        2850   70* pipe fffffe0041eeb430 <-> fffffe0041eeb2d8      0 rw
u        wine        2850   71* pipe fffffe002ec9a5b0 <-> fffffe002ec9a708      0 rw
u        wine        2850   72* pipe fffffe007fa689e0 <-> fffffe007fa68888      0 rw
u        wine        2850   73* pipe fffffe007fa682d8 <-> fffffe007fa68430      0 rw
u        wine        2850   74* pipe fffffe007fa68430 <-> fffffe007fa682d8      0 rw
u        wine        2850   75* pipe fffffe007fab9000 <-> fffffe007fab9158      0 rw
u        wine        2850   76* pipe fffffe0041eeb158 <-> fffffe0041eeb000      0 rw
u        wine        2850   77* pipe fffffe00411a4b60 <-> fffffe00411a4cb8      0 rw
u        wine        2850   78* pipe fffffe00411a4cb8 <-> fffffe00411a4b60      0 rw
u        wine        2850   79* pipe fffffe0041eea888 <-> fffffe0041eea9e0      0 rw
u        wine        2850   80* pipe fffffe0041eeacb8 <-> fffffe0041eeab60      0 rw
u        wine        2850   81* pipe fffffe007fab8b60 <-> fffffe007fab8cb8      0 rw
u        wine        2850   82* pipe fffffe007fab8cb8 <-> fffffe007fab8b60      0 rw
u        wine        2850   83* pipe fffffe004102d430 <-> fffffe004102d2d8      0 rw
u        wine        2850   84* pipe fffffe007fa4a000 <-> fffffe007fa4a158      0 rw
u        wine        2850   85* pipe fffffe0041eea5b0 <-> fffffe0041eea708      0 rw
u        wine        2850   86* pipe fffffe0041eea708 <-> fffffe0041eea5b0      0 rw
u        wine        2850   87* pipe fffffe007fa82708 <-> fffffe007fa825b0      0 rw
u        wine        2850   88 /        5299677 -rw-------      64 rw
u        wine        2850   89* pipe fffffe007fa49b60 <-> fffffe007fa49cb8      0 rw
u        wine        2850   90* pipe fffffe007fa49cb8 <-> fffffe007fa49b60      0 rw
u        wine        2850   91 /usr/home  21641 ?---------  18446744071601014594 rw
u        wine        2850   92* pipe fffffe007fa435b0 <-> fffffe007fa43708      0 rw
u        wine        2850   93* pipe fffffe007fab8708 <-> fffffe007fab85b0      0 rw
u        wine        2850   94 /usr/home  21642 ?---------       0 rw
u        wine        2850   95* pipe fffffe007fa432d8 <-> fffffe007fa43430      0 rw
u        wine        2850   96* pipe fffffe007fa43430 <-> fffffe007fa432d8      0 rw
u        wine        2850   97 /usr/home  21647 ?---------  18446744071601014594 rw
u        wine        2850   98 /usr/home  21647 ?---------  18446744071601014594 rw
u        wine        2850   99 /usr/home  21646 ?---------  18446744071601014594 rw
u        wine        2850  100* pipe fffffe007fa43000 <-> fffffe007fa43158      0 rw
u        wine        2850  101* pipe fffffe007fab8430 <-> fffffe007fab82d8      0 rw
u        wine        2850  102 /        5299676 -rw-------      64 rw
u        wine        2850  103* pipe fffffe007fa42b60 <-> fffffe007fa42cb8      0 rw
u        wine        2850  104* pipe fffffe007fa42cb8 <-> fffffe007fa42b60      0 rw
u        wine        2850  105 /        5299673 -rw-------      64 rw
u        wine        2850  106 /        5299679 -rw-------      64 rw
u        wine        2850  107 /        5299663 -rw-------      64 rw
u        wine        2850  108 /        5299683 -rw-------      64 rw
u        wine        2850  109 /        5299684 -rw-------      64 rw
u        wine        2850  110 /        5299682 -rw-------      64 rw
u        wine        2850  111 /        5299687 -rw-------      64 rw
u        wine        2850  112 /        5299689 -rw-------      64 rw
u        wine        2850  113 /        5299646 -rw-------      64 rw
u        wine        2850  114* pipe fffffe007fa6b5b0 <-> fffffe007fa6b708      0 rw
u        wine        2850  115* pipe fffffe007fa41708 <-> fffffe007fa415b0      0 rw
u        wine        2850  116* internet stream tcp fffffe007fa143d0
u        wine        2850  117* pipe fffffe007fa6b2d8 <-> fffffe007fa6b430      0 rw
u        wine        2850  118* pipe fffffe007fa6b430 <-> fffffe007fa6b2d8      0 rw
u        wine        2850  130* pipe fffffe007fa48888 <-> fffffe007fa489e0      0 rw
u        wine        2850  132* pipe fffffe002ec22158 <-> fffffe002ec22000      0 rw
u        wine        2850  135* pipe fffffe002ec9a2d8 <-> fffffe002ec9a430      0 rw
u        wine        2850  138* pipe fffffe007fa485b0 <-> fffffe007fa48708      0 rw
u        wine        2850  139* pipe fffffe007fa48708 <-> fffffe007fa485b0      0 rw
u        wine        2850  140* pipe fffffe007fa46708 <-> fffffe007fa465b0      0 rw
u        wine        2850  141* pipe fffffe007fa812d8 <-> fffffe007fa81430      0 rw
u        wine        2850  142* pipe fffffe00410e8000 <-> fffffe00410e8158      0 rw
u        wine        2850  143* pipe fffffe00410e8158 <-> fffffe00410e8000      0 rw
u        wine        2850  144* pipe fffffe000c339708 <-> fffffe000c3395b0      0 rw
u        wine        2850  146* pipe fffffe007fa815b0 <-> fffffe007fa81708      0 rw
u        wine        2850  147* pipe fffffe007fa81708 <-> fffffe007fa815b0      0 rw
u        wine        2850  149 /usr/home  82097 ?---------  18446744071601014594  w
u        firefox     2849 root /             2 drwxr-xr-x    1024  r
u        firefox     2849   wd /usr/home      8 ?---------  18446744071601014594  r
u        firefox     2849 text /        4344791 -rwxr-xr-x  199969  r
u        firefox     2849 ctty /dev         59 crw-------   ttyv0 rw
u        firefox     2849    0 /dev         22 crw-rw-rw-    null  r
u        firefox     2849    1 /dev         59 crw-------   ttyv0 rw
u        firefox     2849    2 /dev         59 crw-------   ttyv0 rw
u        firefox     2849    3 /usr/home  16512 ?---------  18446744071601014594 rw
u        firefox     2849    4* local stream fffffe000cc36d20 <-> fffffe000cc40000
u        firefox     2849    5* pipe fffffe0041cd02d8 <-> fffffe0041cd0430      0 rw
u        firefox     2849    6* pipe fffffe0041cd0430 <-> fffffe0041cd02d8      0 rw
u        firefox     2849    7* pipe fffffe0041cd0b60 <-> fffffe0041cd0cb8      0 rw
u        firefox     2849    8* pipe fffffe0041cd0cb8 <-> fffffe0041cd0b60      0 rw
u        firefox     2849    9* pipe fffffe00410e82d8 <-> fffffe00410e8430      0 rw
u        firefox     2849   10* pipe fffffe00410e8430 <-> fffffe00410e82d8      0 rw
u        firefox     2849   11* local stream fffffe000cc36b40 <-> fffffe000cc40c30
u        firefox     2849   12* pipe fffffe004102d888 <-> fffffe004102d9e0      0 rw
u        firefox     2849   13* pipe fffffe004102d9e0 <-> fffffe004102d888      0 rw
u        firefox     2849   14* local stream fffffe000cc36960
u        firefox     2849   15* local stream fffffe000cb303c0 <-> fffffe000caec2d0
u        firefox     2849   16 /usr/home  16500 ?---------  18446744071601014594  w
u        firefox     2849   18* pipe fffffe000cabeb60 <-> fffffe000cabecb8      0 rw
u        firefox     2849   19* pipe fffffe000cabecb8 <-> fffffe000cabeb60      0 rw
u        firefox     2849   20* pipe fffffe01cad85b60 <-> fffffe01cad85cb8      0 rw
u        firefox     2849   21* pipe fffffe01cad85cb8 <-> fffffe01cad85b60      0 rw
u        firefox     2849   22* pipe fffffe0041ccd5b0 <-> fffffe0041ccd708      0 rw
u        firefox     2849   23* pipe fffffe0041ccd708 <-> fffffe0041ccd5b0      0 rw
u        firefox     2849   24 /dev         26 crw-rw-rw-  random  r
u        firefox     2849   25* local stream fffffe000cafcb40 <-> fffffe000cc361e0
u        firefox     2849   26 /usr/home  16506 ?---------       0 rw
u        firefox     2849   27 /usr/home  16526 ?---------  18446744071601014594 rw
u        firefox     2849   28 /usr/home  86332 ?---------  18446744071601014594 rw
u        firefox     2849   29 /usr/home  86333 ?---------  18446744071601014594 rw
u        firefox     2849   30 /usr/home  16782 ?---------  18446744071601014594 rw
u        firefox     2849   31* internet stream tcp fffffe007fd5f000
u        firefox     2849   32 /usr/home  16541 ?---------  18446744071601014594 rw
u        firefox     2849   33 /usr/home  86380 ?---------  18446744071601014594 rw
u        firefox     2849   34 /usr/home  86382 ?---------  18446744071601014594 rw
u        firefox     2849   35 /usr/home  16541 ?---------  18446744071601014594 rw
u        firefox     2849   37* pipe fffffe007fa492d8 <-> fffffe007fa49430      0 rw
u        firefox     2849   38* pipe fffffe007fa49430 <-> fffffe007fa492d8      0 rw
u        firefox     2849   39* local stream fffffe000ccc72d0 <-> fffffe000cc36e10
u        firefox     2849   40* pipe fffffe007fa495b0 <-> fffffe007fa49708      0 rw
u        firefox     2849   41* pipe fffffe007fa49708 <-> fffffe007fa495b0      0 rw
u        firefox     2849   42 /usr/home  16546 ?---------  18446744071601014594 rw
u        firefox     2849   43* internet stream tcp fffffe007fe2f7a0
u        firefox     2849   44 /usr/home  16582 ?---------  18446744071601014594 rw
u        firefox     2849   45 /usr/home  16522 ?---------  18446744071601014594 rw
u        firefox     2849   46 /usr/home  16523 ?---------       0 rw
u        firefox     2849   47* local stream fffffe00416fe0f0 <-> fffffe00416fe000
u        firefox     2849   48 /usr/home  86252 ?---------  18446744071601014594 rw
u        firefox     2849   49 /usr/home  16558 ?---------  18446744071601014594 rw
u        firefox     2849   50 /usr/home  16526 ?---------  18446744071601014594  r
u        firefox     2849   51 /usr/home  86332 ?---------  18446744071601014594 rw
u        firefox     2849   53 /usr/home  86271 ?---------  18446744071601014594 rw
u        firefox     2849   54 /usr/home  86272 ?---------  18446744071601014594 rw
u        firefox     2849   55 /usr/home  86273 ?---------  18446744071601014594 rw
u        firefox     2849   56* internet stream tcp fffffe01cae513d0
u        firefox     2849   57 /usr/home  16526 ?---------  18446744071601014594  r
u        firefox     2849   58 /usr/home  16526 ?---------  18446744071601014594  r
u        firefox     2849   59 /usr/home  86332 ?---------  18446744071601014594 rw
u        firefox     2849   60 /usr/home  16711 ?---------  18446744071601014594 rw
u        firefox     2849   61 /usr/home  86332 ?---------  18446744071601014594 rw
u        firefox     2849   64 /usr/home  16705 ?---------  18446744071601014594 rw
u        firefox     2849   68 /usr/home  16723 ?---------  18446744071601014594 rw
u        firefox     2849   69 /usr/home  86450 ?---------  18446744071601014594 rw
u        firefox     2849   70 /usr/home  86451 ?---------  18446744071601014594 rw
u        xargs       2848 root /             2 drwxr-xr-x    1024  r
u        xargs       2848   wd /usr/home      8 ?---------  18446744071601014594  r
u        xargs       2848 text /        4100795 -r-xr-xr-x   15768  r
u        xargs       2848 ctty /dev         59 crw-------   ttyv0 rw
u        xargs       2848    0* pipe fffffe004102db60 <-> fffffe004102dcb8      0 rw
u        xargs       2848    1 /dev         59 crw-------   ttyv0 rw
u        xargs       2848    2 /dev         59 crw-------   ttyv0 rw
u        trayer      2846 root /             2 drwxr-xr-x    1024  r
u        trayer      2846   wd /usr/home      8 ?---------  18446744071601014594  r
u        trayer      2846 text /        4272752 -rwxr-xr-x   50776  r
u        trayer      2846 ctty /dev         59 crw-------   ttyv0 rw
u        trayer      2846    0 /dev         22 crw-rw-rw-    null  r
u        trayer      2846    1 /dev         59 crw-------   ttyv0 rw
u        trayer      2846    2 /dev         59 crw-------   ttyv0 rw
u        trayer      2846    3* local stream fffffe000cc353c0 <-> fffffe000cc400f0
u        trayer      2846    4* pipe fffffe01cae39b60 <-> fffffe01cae39cb8      0 rw
u        trayer      2846    5* pipe fffffe01cae39cb8 <-> fffffe01cae39b60      0 rw
u        stjerm      2843 root /             2 drwxr-xr-x    1024  r
u        stjerm      2843   wd /usr/home      8 ?---------  18446744071601014594  r
u        stjerm      2843 text /        4283905 -r-xr-xr-x   56016  r
u        stjerm      2843 ctty /dev         59 crw-------   ttyv0 rw
u        stjerm      2843    0 /dev         22 crw-rw-rw-    null  r
u        stjerm      2843    1 /dev         59 crw-------   ttyv0 rw
u        stjerm      2843    2 /dev         59 crw-------   ttyv0 rw
u        stjerm      2843    3* local stream fffffe000cac13c0 <-> fffffe000cac15a0
u        stjerm      2843    4* pipe fffffe0041344000 <-> fffffe0041344158      0 rw
u        stjerm      2843    5* pipe fffffe0041344158 <-> fffffe0041344000      0 rw
u        stjerm      2843    6* pseudo-terminal master      pts/0 rw
u        stjerm      2843    7 /dev        152 crw--w----   pts/0 rw
u        stjerm      2843    8* local stream fffffe000ca71e10 <-> fffffe000cac14b0
u        stjerm      2843    9* pipe fffffe0041af9000 <-> fffffe0041af9158      0 rw
u        stjerm      2843   10* pipe fffffe0041af9158 <-> fffffe0041af9000      0 rw
u        stjerm      2843   11* local stream fffffe000cac1b40 <-> fffffe000cc35870
u        xclock      2842 root /             2 drwxr-xr-x    1024  r
u        xclock      2842   wd /usr/home      8 ?---------  18446744071601014594  r
u        xclock      2842 text /        4271171 -r-xr-xr-x   38840  r
u        xclock      2842 ctty /dev         59 crw-------   ttyv0 rw
u        xclock      2842    0 /dev         22 crw-rw-rw-    null  r
u        xclock      2842    1 /dev         59 crw-------   ttyv0 rw
u        xclock      2842    2 /dev         59 crw-------   ttyv0 rw
u        xclock      2842    3* local stream fffffe000caed5a0 <-> fffffe000cb30e10
u        bash        2840 root /             2 drwxr-xr-x    1024  r
u        bash        2840   wd /usr/home      8 ?---------  18446744071601014594  r
u        bash        2840 text /        722559 -rwxr-xr-x  750568  r
u        bash        2840 ctty /dev         59 crw-------   ttyv0 rw
u        bash        2840    0 /dev         22 crw-rw-rw-    null  r
u        bash        2840    1 /dev         59 crw-------   ttyv0 rw
u        bash        2840    2 /dev         59 crw-------   ttyv0 rw
u        bash        2840  255 /        4283903 -r-xr-xr-x     133  r
u        conky       2839 root /             2 drwxr-xr-x    1024  r
u        conky       2839   wd /usr/home      8 ?---------  18446744071601014594  r
u        conky       2839 text /        4272756 -r-xr-xr-x  232256  r
u        conky       2839 ctty /dev         59 crw-------   ttyv0 rw
u        conky       2839    0 /dev         22 crw-rw-rw-    null  r
u        conky       2839    1 /dev         59 crw-------   ttyv0 rw
u        conky       2839    2 /dev         59 crw-------   ttyv0 rw
u        conky       2839    3 /dev         22 crw-rw-rw-    null  r
u        conky       2839    4* local stream fffffe000cc351e0 <-> fffffe000caed1e0
u        conky       2839    5 /dev         22 crw-rw-rw-    null  r
u        xxkb        2838 root /             2 drwxr-xr-x    1024  r
u        xxkb        2838   wd /usr/home      8 ?---------  18446744071601014594  r
u        xxkb        2838 text /        4271632 -rwxr-xr-x   34272  r
u        xxkb        2838 ctty /dev         59 crw-------   ttyv0 rw
u        xxkb        2838    0 /dev         22 crw-rw-rw-    null  r
u        xxkb        2838    1 /dev         59 crw-------   ttyv0 rw
u        xxkb        2838    2 /dev         59 crw-------   ttyv0 rw
u        xxkb        2838    3* local stream fffffe00416fe870 <-> fffffe00416fe780
u        psi         2837 root /             2 drwxr-xr-x    1024  r
u        psi         2837   wd /usr/home      8 ?---------  18446744071601014594  r
u        psi         2837 text /        4273593 -rwxr-xr-x  7796056  r
u        psi         2837 ctty /dev         59 crw-------   ttyv0 rw
u        psi         2837    0 /dev         22 crw-rw-rw-    null  r
u        psi         2837    1 /dev         59 crw-------   ttyv0 rw
u        psi         2837    2 /dev         59 crw-------   ttyv0 rw
u        psi         2837    3* pipe fffffe0041cce000 <-> fffffe0041cce158      0 rw
u        psi         2837    4* pipe fffffe0041cce158 <-> fffffe0041cce000      0 rw
u        psi         2837    5* pipe fffffe002ec2e2d8 <-> fffffe002ec2e430      0 rw
u        psi         2837    6* pipe fffffe002ec2e430 <-> fffffe002ec2e2d8      0 rw
u        psi         2837    7* local stream fffffe0041aec1e0 <-> fffffe0041aec0f0
u        psi         2837    8* local stream fffffe000caecb40 <-> fffffe000cc404b0
u        psi         2837    9* pipe fffffe0041ae9000 <-> fffffe0041ae9158      0 rw
u        psi         2837   10* pipe fffffe0041ae9158 <-> fffffe0041ae9000      0 rw
u        psi         2837   11* internet stream tcp fffffe01cae7bb70
u        psi         2837   12 /dev         26 crw-rw-rw-  random  r
u        psi         2837   13* pipe fffffe002ec2e000 <-> fffffe002ec2e158      0 rw
u        psi         2837   14* pipe fffffe002ec2e158 <-> fffffe002ec2e000      0 rw
u        psi         2837   15* internet dgram udp fffffe000ca90620
u        psi         2837   16* internet6 dgram udp fffffe000ca907a8
u        psi         2837   17* internet stream tcp fffffe01cada13d0
u        psi         2837   21* pipe fffffe0041ae75b0 <-> fffffe0041ae7708      1 rw
u        psi         2837   22* pipe fffffe0041ae7708 <-> fffffe0041ae75b0      0 rw
u        autocutsel  2833 root /             2 drwxr-xr-x    1024  r
u        autocutsel  2833   wd /             2 drwxr-xr-x    1024  r
u        autocutsel  2833 text /        4285659 -r-xr-xr-x   16664  r
u        autocutsel  2833 ctty /dev         59 crw-------   ttyv0 rw
u        autocutsel  2833    3* local stream fffffe000ccc7000 <-> fffffe000cb30870
u        autocutsel  2831 root /             2 drwxr-xr-x    1024  r
u        autocutsel  2831   wd /             2 drwxr-xr-x    1024  r
u        autocutsel  2831 text /        4285659 -r-xr-xr-x   16664  r
u        autocutsel  2831 ctty /dev         59 crw-------   ttyv0 rw
u        autocutsel  2831    3* local stream fffffe000caede10 <-> fffffe000caedc30
u        xbindkeys   2828 root /             2 drwxr-xr-x    1024  r
u        xbindkeys   2828   wd /usr/home      8 ?---------  18446744071601014594  r
u        xbindkeys   2828 text /        4271626 -r-xr-xr-x   29760  r
u        xbindkeys   2828    0 /dev         22 crw-rw-rw-    null rw
u        xbindkeys   2828    1 /dev         22 crw-rw-rw-    null rw
u        xbindkeys   2828    2 /dev         22 crw-rw-rw-    null rw
u        xbindkeys   2828    3* local stream fffffe000cc352d0 <-> fffffe000cafca50
u        openbox     2825 root /             2 drwxr-xr-x    1024  r
u        openbox     2825   wd /usr/home      8 ?---------  18446744071601014594  r
u        openbox     2825 text /        4272381 -r-xr-xr-x  333160  r
u        openbox     2825 ctty /dev         59 crw-------   ttyv0 rw
u        openbox     2825    0 /dev         59 crw-------   ttyv0 rw
u        openbox     2825    1 /dev         59 crw-------   ttyv0 rw
u        openbox     2825    2 /dev         59 crw-------   ttyv0 rw
u        openbox     2825    3* pipe fffffe000cabdb60 <-> fffffe000cabdcb8      0 rw
u        openbox     2825    4* pipe fffffe000cabdcb8 <-> fffffe000cabdb60      0 rw
u        openbox     2825    5 /usr/home  86149 ?---------  18446744071601014594  w
u        openbox     2825    6* local stream fffffe000cc36780 <-> fffffe000cc36690
root     Xorg        2817 root /             2 drwxr-xr-x    1024  r
root     Xorg        2817   wd /usr/home      8 ?---------  18446744071601014594  r
root     Xorg        2817 text /        4271487 -r-sr-xr-x  1853888  r
root     Xorg        2817 ctty /dev         59 crw-------   ttyv0 rw
root     Xorg        2817    0 /        5642705 -rw-r--r--   10179  w
root     Xorg        2817    1* internet6 stream tcp fffffe01cada0000
root     Xorg        2817    2 /dev         59 crw-------   ttyv0 rw
root     Xorg        2817    3* internet stream tcp fffffe01cada07a0
root     Xorg        2817    4* local stream fffffe000cac1000
root     Xorg        2817    5 /        4998600 -r--r--r--   31246  r
root     Xorg        2817    6 /dev         67 crw-------   ttyv8 rw
root     Xorg        2817    7 /dev         24 crw-r--r--     pci rw
root     Xorg        2817    8 /dev         16 crw-r-----     mem rw
root     Xorg        2817    9 /dev         28 crw-------      io rw
root     Xorg        2817   10 /dev         38 crw-rw-rw-  nvidiactl rw
root     Xorg        2817   11 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   12 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   13 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   14 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   15 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   16 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   17 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   18* local stream fffffe000cb30780 <-> fffffe000cc354b0
root     Xorg        2817   19 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   20 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   21 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   22 /dev         38 crw-rw-rw-  nvidiactl rw
root     Xorg        2817   23 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   24 /dev         37 crw-rw-rw-  nvidia0 rw
root     Xorg        2817   25* local stream fffffe000ca71a50 <-> fffffe000ccc73c0
root     Xorg        2817   26 /dev         57 crw-rw-rw-    psm0 rw
root     Xorg        2817   27* local stream fffffe000ccc75a0 <-> fffffe000ca71960
root     Xorg        2817   28* local stream fffffe000cafca50 <-> fffffe000cc352d0
root     Xorg        2817   29* local stream fffffe000caedc30 <-> fffffe000caede10
root     Xorg        2817   30* local stream fffffe000cb30870 <-> fffffe000ccc7000
root     Xorg        2817   31* local stream fffffe00416fe780 <-> fffffe00416fe870
root     Xorg        2817   32* local stream fffffe000cb30e10 <-> fffffe000caed5a0
root     Xorg        2817   33* local stream fffffe000caed1e0 <-> fffffe000cc351e0
root     Xorg        2817   34* local stream fffffe000cc36690 <-> fffffe000cc36780
root     Xorg        2817   35* local stream fffffe000cac15a0 <-> fffffe000cac13c0
root     Xorg        2817   36* local stream fffffe000cc400f0 <-> fffffe000cc353c0
root     Xorg        2817   37* local stream fffffe000cc35870 <-> fffffe000cac1b40
root     Xorg        2817   38* local stream fffffe007f346870 <-> fffffe007f346960
root     Xorg        2817   39* local stream fffffe000cc35d20 <-> fffffe000cc35c30
root     Xorg        2817   40* local stream fffffe000cc40000 <-> fffffe000cc36d20
root     Xorg        2817   41* local stream fffffe000caec690 <-> fffffe000cac1a50
root     Xorg        2817   42* local stream fffffe0041aec0f0 <-> fffffe0041aec1e0
root     Xorg        2817   43* local stream fffffe000cac12d0 <-> fffffe000cc401e0
root     Xorg        2817   44* local stream fffffe000caec5a0 <-> fffffe000ccc7c30
root     Xorg        2817   45* local stream fffffe000caece10 <-> fffffe000caecd20
root     Xorg        2817   46* local stream fffffe000cc36000 <-> fffffe000cc35e10
root     Xorg        2817   47* local stream fffffe007f3470f0 <-> fffffe000caed000
root     Xorg        2817   48* local stream fffffe000caec000 <-> fffffe000cc40b40
root     Xorg        2817   49* local stream fffffe000cc40870 <-> fffffe000cc350f0
root     Xorg        2817   50* local stream fffffe000ca71690 <-> fffffe000ca715a0
root     Xorg        2817   51* local stream fffffe00416fe1e0 <-> fffffe00416fe2d0
u        xinit       2816 root /             2 drwxr-xr-x    1024  r
u        xinit       2816   wd /usr/home      8 ?---------  18446744071601014594  r
u        xinit       2816 text /        4271078 -r-xr-xr-x   15616  r
u        xinit       2816 ctty /dev         59 crw-------   ttyv0 rw
u        xinit       2816    0 /dev         59 crw-------   ttyv0 rw
u        xinit       2816    1 /dev         59 crw-------   ttyv0 rw
u        xinit       2816    2 /dev         59 crw-------   ttyv0 rw
u        xinit       2816    3* local stream fffffe000ca71960 <-> fffffe000ccc75a0
u        sh          2798 root /             2 drwxr-xr-x    1024  r
u        sh          2798   wd /usr/home      8 ?---------  18446744071601014594  r
u        sh          2798 text /        2247201 -r-xr-xr-x  142952  r
u        sh          2798 ctty /dev         59 crw-------   ttyv0 rw
u        sh          2798    0 /dev         59 crw-------   ttyv0 rw
u        sh          2798    1 /dev         59 crw-------   ttyv0 rw
u        sh          2798    2 /dev         59 crw-------   ttyv0 rw
u        sh          2798   10 /        4271079 -r-xr-xr-x    5026  r
u        tcsh        2783 root /             2 drwxr-xr-x    1024  r
u        tcsh        2783   wd /usr/home      8 ?---------  18446744071601014594  r
u        tcsh        2783 text /        2247174 -r-xr-xr-x  382248  r
u        tcsh        2783 ctty /dev         59 crw-------   ttyv0 rw
u        tcsh        2783   15 /dev         59 crw-------   ttyv0 rw
u        tcsh        2783   16 /dev         59 crw-------   ttyv0 rw
u        tcsh        2783   17 /dev         59 crw-------   ttyv0 rw
u        tcsh        2783   18 /dev         59 crw-------   ttyv0 rw
u        tcsh        2783   19 /dev         59 crw-------   ttyv0 rw
u        sendmail    2470 root /             2 drwxr-xr-x    1024  r
u        sendmail    2470   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2470 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2470    0* pipe fffffe0041205888 <-> fffffe00412059e0      0 rw
u        sendmail    2470    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2470    2 /dev         22 crw-rw-rw-    null rw
u        sendmail    2461 root /             2 drwxr-xr-x    1024  r
u        sendmail    2461   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2461 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2461    0* pipe fffffe0041205b60 <-> fffffe0041205cb8      0 rw
u        sendmail    2461    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2461    2 /dev         22 crw-rw-rw-    null rw
u        sendmail    2450 root /             2 drwxr-xr-x    1024  r
u        sendmail    2450   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2450 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2450    0* pipe fffffe002ec9a888 <-> fffffe002ec9a9e0      0 rw
u        sendmail    2450    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2450    2 /dev         22 crw-rw-rw-    null rw
u        sendmail    2441 root /             2 drwxr-xr-x    1024  r
u        sendmail    2441   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2441 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2441    0* pipe fffffe000ca7fb60 <-> fffffe000ca7fcb8      0 rw
u        sendmail    2441    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2441    2 /dev         22 crw-rw-rw-    null rw
u        sendmail    2428 root /             2 drwxr-xr-x    1024  r
u        sendmail    2428   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2428 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2428    0* pipe fffffe002ec482d8 <-> fffffe002ec48430      0 rw
u        sendmail    2428    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2428    2 /dev         22 crw-rw-rw-    null rw
u        sendmail    2364 root /             2 drwxr-xr-x    1024  r
u        sendmail    2364   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2364 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2364    0* pipe fffffe000c50b2d8 <-> fffffe000c50b430      0 rw
u        sendmail    2364    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2364    2 /dev         22 crw-rw-rw-    null rw
u        sendmail    2342 root /             2 drwxr-xr-x    1024  r
u        sendmail    2342   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2342 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2342    0* pipe fffffe000cabf2d8 <-> fffffe000cabf430      0 rw
u        sendmail    2342    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2342    2 /dev         22 crw-rw-rw-    null rw
root     hald-addon-storage  2301 root /             2 drwxr-xr-x    1024  r
root     hald-addon-storage  2301   wd /        4267536 drwxr-xr-x    4608  r
root     hald-addon-storage  2301 text /        4271482 -r-xr-xr-x   20904  r
root     hald-addon-storage  2301    0 /dev         22 crw-rw-rw-    null  r
root     hald-addon-storage  2301    1 /dev         22 crw-rw-rw-    null rw
root     hald-addon-storage  2301    2 /dev         22 crw-rw-rw-    null rw
root     hald-addon-storage  2301    3* local stream fffffe000cb30b40 <-> fffffe000cb30c30
root     hald-addon-storage  2301    4* local stream fffffe000cb30d20 <-> fffffe000cafc690
root     hald-addon-mouse-s  2271 root /             2 drwxr-xr-x    1024  r
root     hald-addon-mouse-s  2271   wd /        4267536 drwxr-xr-x    4608  r
root     hald-addon-mouse-s  2271 text /        4271484 -r-xr-xr-x   14008  r
root     hald-addon-mouse-s  2271    0 /dev         22 crw-rw-rw-    null  r
root     hald-addon-mouse-s  2271    1 /dev         22 crw-rw-rw-    null rw
root     hald-addon-mouse-s  2271    2 /dev         22 crw-rw-rw-    null rw
root     hald-addon-mouse-s  2271    3* local stream fffffe000cac1780 <-> fffffe000cac1690
u        sendmail    2266 root /             2 drwxr-xr-x    1024  r
u        sendmail    2266   wd /        5617950 drwxrwx---    1024  r
u        sendmail    2266 text /        4098580 -r-xr-sr-x  719256  r
u        sendmail    2266    0* pipe fffffe000c324000 <-> fffffe000c324158      0 rw
u        sendmail    2266    1 /dev         22 crw-rw-rw-    null rw
u        sendmail    2266    2 /dev         22 crw-rw-rw-    null rw
root     hald-runner  2260 root /             2 drwxr-xr-x    1024  r
root     hald-runner  2260   wd /             2 drwxr-xr-x    1024  r
root     hald-runner  2260 text /        4271490 -r-xr-xr-x   17472  r
root     hald-runner  2260    0 /dev         22 crw-rw-rw-    null  r
root     hald-runner  2260    1 /dev         22 crw-rw-rw-    null rw
root     hald-runner  2260    2 /dev         22 crw-rw-rw-    null rw
root     hald-runner  2260    3* local stream fffffe000ca711e0 <-> fffffe000ca710f0
root     hald-runner  2260    4* pipe fffffe000ca74888 <-> fffffe000ca749e0      0 rw
root     hald-runner  2260    5* pipe fffffe000ca749e0 <-> fffffe000ca74888      0 rw
root     hald-runner  2260    6* pipe fffffe000c3502d8 <-> fffffe000c350430      0 rw
root     hald-runner  2260    7* pipe fffffe000c350430 <-> fffffe000c3502d8      0 rw
root     hald-runner  2260    9* pipe fffffe000c51d708 <-> fffffe000c51d5b0      0 rw
root     hald-runner  2260   12* pipe fffffe000ca7f430 <-> fffffe000ca7f2d8      0 rw
root     hald-runner  2260   13* pipe fffffe000c51d158 <-> fffffe000c51d000      0 rw
root     hald-runner  2260   14* pipe fffffe000cabe430 <-> fffffe000cabe2d8      0 rw
root     hald-runner  2260   15* pipe fffffe01cae39708 <-> fffffe01cae395b0      0 rw
root     hald-runner  2260   16* pipe fffffe01cae39158 <-> fffffe01cae39000      0 rw
root     hald-runner  2260   17* pipe fffffe01cae399e0 <-> fffffe01cae39888      0 rw
root     hald-runner  2260   18* pipe fffffe01cae3c430 <-> fffffe01cae3c2d8      0 rw
root     hald-runner  2260   19* pipe fffffe01cae3c9e0 <-> fffffe01cae3c888      0 rw
root     hald-runner  2260   20* pipe fffffe01cae3d708 <-> fffffe01cae3d5b0      0 rw
root     hald-runner  2260   21* pipe fffffe000c324cb8 <-> fffffe000c324b60      0 rw
root     hald-runner  2260   22* pipe fffffe01cae3d9e0 <-> fffffe01cae3d888      0 rw
root     hald-runner  2260   23* pipe fffffe01cae3c708 <-> fffffe01cae3c5b0      0 rw
root     hald-runner  2260   24* pipe fffffe01cae39430 <-> fffffe01cae392d8      0 rw
root     hald-runner  2260   25* pipe fffffe000c9d8708 <-> fffffe000c9d85b0      0 rw
root     hald-runner  2260   26* pipe fffffe002ec48158 <-> fffffe002ec48000      0 rw
root     hald-runner  2260   27* pipe fffffe002ec229e0 <-> fffffe002ec22888      0 rw
root     hald-runner  2260   28* pipe fffffe002ec22430 <-> fffffe002ec222d8      0 rw
root     hald-runner  2260   29* pipe fffffe002ec28cb8 <-> fffffe002ec28b60      0 rw
root     hald-runner  2260   30* pipe fffffe002ec28708 <-> fffffe002ec285b0      0 rw
root     hald-runner  2260   31* pipe fffffe002ec28158 <-> fffffe002ec28000      0 rw
root     hald-runner  2260   32* pipe fffffe002ec2e9e0 <-> fffffe002ec2e888      0 rw
root     hald-runner  2260   33* pipe fffffe000c3dfcb8 <-> fffffe000c3dfb60      0 rw
root     hald-runner  2260   34* pipe fffffe000c339158 <-> fffffe000c339000      0 rw
root     hald-runner  2260   35* pipe fffffe000cabd430 <-> fffffe000cabd2d8      0 rw
root     hald-runner  2260   36* pipe fffffe002ec8d430 <-> fffffe002ec8d2d8      0 rw
root     hald-runner  2260   37* pipe fffffe002ec9acb8 <-> fffffe002ec9ab60      0 rw
root     hald-runner  2260   38* pipe fffffe01cad85158 <-> fffffe01cad85000      0 rw
root     hald-runner  2260   39* pipe fffffe01cad85430 <-> fffffe01cad852d8      0 rw
root     hald-runner  2260   40* pipe fffffe01cad859e0 <-> fffffe01cad85888      0 rw
root     hald-runner  2260   41* pipe fffffe000ca74cb8 <-> fffffe000ca74b60      0 rw
root     hald-runner  2260   42* pipe fffffe000cabd708 <-> fffffe000cabd5b0      0 rw
root     hald-runner  2260   43* pipe fffffe01cad86158 <-> fffffe01cad86000      0 rw
root     hald-runner  2260   44* pipe fffffe000c3df430 <-> fffffe000c3df2d8      0 rw
root     hald-runner  2260   45* pipe fffffe01cad86cb8 <-> fffffe01cad86b60      0 rw
root     hald-runner  2260   46* pipe fffffe002ecfa708 <-> fffffe002ecfa5b0      0 rw
root     hald-runner  2260   47* pipe fffffe002ecfa158 <-> fffffe002ecfa000      0 rw
root     hald-runner  2260   48* pipe fffffe002ed3c9e0 <-> fffffe002ed3c888      0 rw
root     hald-runner  2260   49* pipe fffffe002ed3c430 <-> fffffe002ed3c2d8      0 rw
root     hald-runner  2260   50* pipe fffffe002ed03cb8 <-> fffffe002ed03b60      0 rw
root     hald-runner  2260   51* pipe fffffe002ed03708 <-> fffffe002ed035b0      0 rw
root     hald-runner  2260   52* pipe fffffe002ed03158 <-> fffffe002ed03000      0 rw
root     hald-runner  2260   53* pipe fffffe002ec8d9e0 <-> fffffe002ec8d888      0 rw
root     gam_server  2259 root /             2 drwxr-xr-x    1024  r
root     gam_server  2259   wd /             2 drwxr-xr-x    1024  r
root     gam_server  2259 text /        4271187 -r-xr-xr-x   74600  r
root     gam_server  2259    0 /dev         22 crw-rw-rw-    null  r
root     gam_server  2259    1 /dev         22 crw-rw-rw-    null  w
root     gam_server  2259    2 /dev         22 crw-rw-rw-    null  w
root     gam_server  2259    4* pipe fffffe000c9d82d8 <-> fffffe000c9d8430      0 rw
root     gam_server  2259    5* pipe fffffe000c9d8430 <-> fffffe000c9d82d8      0 rw
root     gam_server  2259    6* local stream fffffe000cb30000
root     gam_server  2259    7* pipe fffffe000c9d8000 <-> fffffe000c9d8158      0 rw
root     gam_server  2259    8* pipe fffffe000c9d8158 <-> fffffe000c9d8000      0 rw
root     gam_server  2259    9* local stream fffffe000ca71b40 <-> fffffe000ca71c30
root     gam_server  2259   10 /        5069420 drwxr-xr-x    1024  r
root     gam_server  2259   11 /        5069421 -r--r--r--    1524  r
root     gam_server  2259   12 /        5067081 -r--r--r--    1240  r
root     gam_server  2259   13 /        5069371 -r--r--r--    1652  r
root     gam_server  2259   14 /        5069191 -r--r--r--   26899  r
root     gam_server  2259   15 /        5071019 -r--r--r--    2290  r
root     gam_server  2259   16 /        5071023 -r--r--r--    5133  r
root     gam_server  2259   17 /        5071253 -r--r--r--   39790  r
root     gam_server  2259   18 /        5071084 -r--r--r--   10538  r
root     gam_server  2259   19 /        5062076 -r--r--r--  117470  r
root     gam_server  2259   20 /        5062257 -r--r--r--     854  r
root     gam_server  2259   21 /        5062772 -r--r--r--   16177  r
root     gam_server  2259   22 /        5062279 -r--r--r--   21536  r
root     gam_server  2259   23 /        5062446 -r--r--r--   10368  r
root     gam_server  2259   24 /        5701704 -rw-r--r--      67  r
root     gam_server  2259   25 /        5069469 drwxr-xr-x     512  r
root     gam_server  2259   26 /        5069470 -r--r--r--     272  r
root     gam_server  2259   27 /        5699431 drwxr-xr-x     512  r
root     gam_server  2259   28 /        5069455 drwxr-xr-x     512  r
root     gam_server  2259   29 /        5699432 drwxr-xr-x     512  r
root     gam_server  2259   30 /        5069456 drwxr-xr-x     512  r
root     gam_server  2259   31 /        5699433 drwxr-xr-x     512  r
root     gam_server  2259   32 /        5069457 drwxr-xr-x     512  r
root     gam_server  2259   33 /        5699434 drwxr-xr-x     512  r
root     gam_server  2259   34 /        5069458 drwxr-xr-x     512  r
root     gam_server  2259   35 /        5699435 drwxr-xr-x     512  r
root     gam_server  2259   36 /        5069459 drwxr-xr-x     512  r
root     gam_server  2259   37 /        5699430 drwxr-xr-x     512  r
root     gam_server  2259   38 /        5699431 drwxr-xr-x     512  r
root     gam_server  2259   39 /        5699432 drwxr-xr-x     512  r
root     gam_server  2259   40 /        5699433 drwxr-xr-x     512  r
root     gam_server  2259   41 /        5699434 drwxr-xr-x     512  r
root     gam_server  2259   42 /        5699435 drwxr-xr-x     512  r
root     gam_server  2259   43 /        5069454 drwx------     512  r
root     gam_server  2259   44 /        5069455 drwxr-xr-x     512  r
root     gam_server  2259   45 /        5069456 drwxr-xr-x     512  r
root     gam_server  2259   46 /        5069457 drwxr-xr-x     512  r
root     gam_server  2259   47 /        5069458 drwxr-xr-x     512  r
root     gam_server  2259   48 /        5069459 drwxr-xr-x     512  r
root     polkitd     2257 root /             2 drwxr-xr-x    1024  r
root     polkitd     2257   wd /             2 drwxr-xr-x    1024  r
root     polkitd     2257 text /        4271268 -r-xr-xr-x    9088  r
root     polkitd     2257    0 /dev         22 crw-rw-rw-    null rw
root     polkitd     2257    1 /dev         22 crw-rw-rw-    null rw
root     polkitd     2257    2 /dev         22 crw-rw-rw-    null rw
root     polkitd     2257    3* pipe fffffe01cae3cb60 <-> fffffe01cae3ccb8      0 rw
root     polkitd     2257    4 /dev         22 crw-rw-rw-    null rw
root     polkitd     2257    5* pipe fffffe01cae3ccb8 <-> fffffe01cae3cb60      0 rw
root     polkitd     2257    6 /        5070863 drwxr-xr-x    1024  r
root     polkitd     2257    7 /        5070867 drwxr-xr-x    1536  r
root     polkitd     2257    8* local stream fffffe000ccc7e10 <-> fffffe000ccc7d20
root     polkitd     2257    9* pipe fffffe000cabf5b0 <-> fffffe000cabf708      0 rw
root     polkitd     2257   10* pipe fffffe000cabf708 <-> fffffe000cabf5b0      0 rw
root     polkitd     2257   11* pipe fffffe00412062d8 <-> fffffe0041206430      0 rw
root     polkitd     2257   12* pipe fffffe0041206430 <-> fffffe00412062d8      0 rw
root     polkitd     2257   13* local stream fffffe000ca71c30 <-> fffffe000ca71b40
root     console-kit-daemon  2255 root /             2 drwxr-xr-x    1024  r
root     console-kit-daemon  2255   wd /             2 drwxr-xr-x    1024  r
root     console-kit-daemon  2255 text /        4271357 -r-xr-xr-x  133272  r
root     console-kit-daemon  2255    0 /dev         22 crw-rw-rw-    null rw
root     console-kit-daemon  2255    1 /dev         22 crw-rw-rw-    null rw
root     console-kit-daemon  2255    2 /dev         22 crw-rw-rw-    null rw
root     console-kit-daemon  2255    3* pipe fffffe000c3df5b0 <-> fffffe000c3df708      0 rw
root     console-kit-daemon  2255    4 /dev         22 crw-rw-rw-    null rw
root     console-kit-daemon  2255    5* pipe fffffe000c3df708 <-> fffffe000c3df5b0      0 rw
root     console-kit-daemon  2255    6 /        5070863 drwxr-xr-x    1024  r
root     console-kit-daemon  2255    7 /        5070867 drwxr-xr-x    1536  r
root     console-kit-daemon  2255    8* pipe fffffe000c51db60 <-> fffffe000c51dcb8      0 rw
root     console-kit-daemon  2255    9* pipe fffffe000c51dcb8 <-> fffffe000c51db60      0 rw
root     console-kit-daemon  2255   10* local stream fffffe000caed780 <-> fffffe000caed690
root     console-kit-daemon  2255   11 /        5699559 -rw-r--r--    2684  w
root     console-kit-daemon  2255   12* local stream fffffe000cb302d0 <-> fffffe000cb301e0
root     console-kit-daemon  2255   13 /dev          5 crw-------  console  r
root     console-kit-daemon  2255   14* pipe fffffe000ca7f5b0 <-> fffffe000ca7f708      0 rw
root     console-kit-daemon  2255   15* pipe fffffe000ca7f708 <-> fffffe000ca7f5b0      0 rw
root     console-kit-daemon  2255   16* pipe fffffe000c3245b0 <-> fffffe000c324708      0 rw
root     console-kit-daemon  2255   17* pipe fffffe000c324708 <-> fffffe000c3245b0      0 rw
haldaemo hald        2253 root /             2 drwxr-xr-x    1024  r
haldaemo hald        2253   wd /             2 drwxr-xr-x    1024  r
haldaemo hald        2253 text /        4271488 -r-xr-xr-x  290360  r
haldaemo hald        2253    0 /dev         22 crw-rw-rw-    null rw
haldaemo hald        2253    1 /dev         22 crw-rw-rw-    null rw
haldaemo hald        2253    2 /dev         22 crw-rw-rw-    null rw
haldaemo hald        2253    3* pipe fffffe01cad86888 <-> fffffe01cad869e0      0 rw
haldaemo hald        2253    4* pipe fffffe01cad869e0 <-> fffffe01cad86888      0 rw
haldaemo hald        2253    7* pipe fffffe000c50bb60 <-> fffffe000c50bcb8      0 rw
haldaemo hald        2253    8* pipe fffffe000c50bcb8 <-> fffffe000c50bb60      0 rw
haldaemo hald        2253    9* local stream fffffe000caeda50
haldaemo hald        2253   10* local stream fffffe000caed960 <-> fffffe000caed870
haldaemo hald        2253   11* local stream fffffe000cc402d0
haldaemo hald        2253   12* pipe fffffe01cae3db60 <-> fffffe01cae3dcb8      0 rw
haldaemo hald        2253   13* pipe fffffe01cae3dcb8 <-> fffffe01cae3db60      0 rw
haldaemo hald        2253   14* local stream fffffe000ca710f0 <-> fffffe000ca711e0
haldaemo hald        2253   16 /dev         24 crw-r--r--     pci rw
haldaemo hald        2253   17 /dev         78 crw-------    xpt0 rw
haldaemo hald        2253   19 /        5069580 -r--r--r--     403  r
haldaemo hald        2253   20 /        5069577 drwxr-xr-x     512  r
haldaemo hald        2253   21 /        5699582 -rw-rw-r--       0  r
haldaemo hald        2253   22 /        5068154 drwxr-xr-x     512  r
haldaemo hald        2253   23 /        5068156 drwxr-xr-x     512  r
haldaemo hald        2253   24 /        5068155 drwxr-xr-x     512  r
haldaemo hald        2253   25 /        5071039 -r--r--r--    2472  r
haldaemo hald        2253   26 /        5071038 -r--r--r--    4392  r
haldaemo hald        2253   27 /        5068162 drwxr-xr-x     512  r
haldaemo hald        2253   28 /        5068092 drwxr-xr-x     512  r
haldaemo hald        2253   29 /        5068095 drwxr-xr-x     512  r
haldaemo hald        2253   30 /        5068093 drwxr-xr-x    2048  r
haldaemo hald        2253   31 /        5071021 -r--r--r--    2306  r
haldaemo hald        2253   32 /        5071025 -r--r--r--    4078  r
haldaemo hald        2253   33 /        5071022 -r--r--r--    1984  r
haldaemo hald        2253   34 /        5071028 -r--r--r--   16028  r
haldaemo hald        2253   35 /        5071033 -r--r--r--    3275  r
haldaemo hald        2253   36 /        5071031 -r--r--r--    4955  r
haldaemo hald        2253   37 /        5071034 -r--r--r--    4275  r
haldaemo hald        2253   38 /        5071032 -r--r--r--    1004  r
haldaemo hald        2253   39 /        5071037 -r--r--r--    5080  r
haldaemo hald        2253   40 /        5071018 -r--r--r--    1436  r
haldaemo hald        2253   41 /        5071015 -r--r--r--    7207  r
haldaemo hald        2253   42 /        5070878 -r--r--r--    3632  r
haldaemo hald        2253   43 /        5070876 -r--r--r--    1622  r
haldaemo hald        2253   44 /        5070875 -r--r--r--   20811  r
haldaemo hald        2253   45 /        5070874 -r--r--r--    5793  r
haldaemo hald        2253   46 /        5070873 -r--r--r--    6370  r
haldaemo hald        2253   47 /        5070871 -r--r--r--   17640  r
haldaemo hald        2253   48 /        5069822 -r--r--r--    6566  r
haldaemo hald        2253   49 /        5069816 -r--r--r--    9888  r
haldaemo hald        2253   50 /        5069815 -r--r--r--    6797  r
haldaemo hald        2253   51 /        5069813 -r--r--r--    1415  r
haldaemo hald        2253   52 /        5069811 -r--r--r--    9410  r
haldaemo hald        2253   53 /        5069777 -r--r--r--    5594  r
haldaemo hald        2253   54 /        5069772 -r--r--r--     535  r
haldaemo hald        2253   55 /        5069776 -r--r--r--    7714  r
haldaemo hald        2253   56 /        5069787 -r--r--r--    1086  r
haldaemo hald        2253   57 /        5069771 -r--r--r--   79459  r
haldaemo hald        2253   58 /        5069770 -r--r--r--    6695  r
haldaemo hald        2253   59 /        5069793 -r--r--r--     964  r
haldaemo hald        2253   60 /        5069792 -r--r--r--    1286  r
haldaemo hald        2253   61 /        5069786 -r--r--r--     422  r
haldaemo hald        2253   62 /        5069810 -r--r--r--     833  r
haldaemo hald        2253   63 /        5069804 -r--r--r--     810  r
haldaemo hald        2253   64 /        5069801 -r--r--r--     979  r
haldaemo hald        2253   65 /        5069806 -r--r--r--     836  r
haldaemo hald        2253   66 /        5069805 -r--r--r--     876  r
haldaemo hald        2253   67 /        5069799 -r--r--r--    1109  r
haldaemo hald        2253   68 /        5069782 -r--r--r--   25816  r
haldaemo hald        2253   69 /        5069779 -r--r--r--    2514  r
haldaemo hald        2253   70 /        5069797 -r--r--r--    1011  r
haldaemo hald        2253   71 /        5069796 -r--r--r--    1019  r
haldaemo hald        2253   72 /        5069791 -r--r--r--    1112  r
haldaemo hald        2253   73 /        5069789 -r--r--r--    1112  r
haldaemo hald        2253   74 /        5069790 -r--r--r--    1139  r
haldaemo hald        2253   75 /        5069780 -r--r--r--    1249  r
haldaemo hald        2253   76 /        5069775 -r--r--r--     587  r
haldaemo hald        2253   77 /        5069781 -r--r--r--     419  r
haldaemo hald        2253   78 /        5068094 -r--r--r--    1648  r
haldaemo hald        2253   79 /        5068098 drwxr-xr-x     512  r
haldaemo hald        2253   80 /        5068099 drwxr-xr-x     512  r
haldaemo hald        2253   81 /        5068152 drwxr-xr-x     512  r
haldaemo hald        2253   82 /        5068140 drwxr-xr-x     512  r
haldaemo hald        2253   83 /        5068151 -r--r--r--    1603  r
haldaemo hald        2253   84 /        5068150 -r--r--r--   20371  r
haldaemo hald        2253   85 /        5068149 -r--r--r--    1214  r
haldaemo hald        2253   86 /        5068148 -r--r--r--    1028  r
haldaemo hald        2253   87 /        5068147 -r--r--r--    1236  r
haldaemo hald        2253   88 /        5068146 -r--r--r--    1767  r
haldaemo hald        2253   89 /        5068145 -r--r--r--    4032  r
haldaemo hald        2253   90 /        5068173 -r--r--r--     257  r
haldaemo hald        2253   91 /        5068144 -r--r--r--     390  r
haldaemo hald        2253   92 /        5068143 -r--r--r--    1661  r
haldaemo hald        2253   93 /        5068141 -r--r--r--     795  r
haldaemo hald        2253   94 /        5068142 -r--r--r--     720  r
haldaemo hald        2253   95 /        5068153 drwxr-xr-x     512  r
haldaemo hald        2253   96* local stream fffffe000cac1960 <-> fffffe000cac1870
haldaemo hald        2253   97* local stream fffffe000cac1690 <-> fffffe000cac1780
haldaemo hald        2253   98* local stream fffffe000cb30c30 <-> fffffe000cb30b40
root     getty       2248 root /             2 drwxr-xr-x    1024  r
root     getty       2248   wd /             2 drwxr-xr-x    1024  r
root     getty       2248 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2248 ctty /dev         66 crw-------   ttyv7 rw
root     getty       2248    0 /dev         66 crw-------   ttyv7 rw
root     getty       2248    1 /dev         66 crw-------   ttyv7 rw
root     getty       2248    2 /dev         66 crw-------   ttyv7 rw
root     getty       2247 root /             2 drwxr-xr-x    1024  r
root     getty       2247   wd /             2 drwxr-xr-x    1024  r
root     getty       2247 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2247 ctty /dev         65 crw-------   ttyv6 rw
root     getty       2247    0 /dev         65 crw-------   ttyv6 rw
root     getty       2247    1 /dev         65 crw-------   ttyv6 rw
root     getty       2247    2 /dev         65 crw-------   ttyv6 rw
root     getty       2246 root /             2 drwxr-xr-x    1024  r
root     getty       2246   wd /             2 drwxr-xr-x    1024  r
root     getty       2246 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2246 ctty /dev         64 crw-------   ttyv5 rw
root     getty       2246    0 /dev         64 crw-------   ttyv5 rw
root     getty       2246    1 /dev         64 crw-------   ttyv5 rw
root     getty       2246    2 /dev         64 crw-------   ttyv5 rw
root     getty       2245 root /             2 drwxr-xr-x    1024  r
root     getty       2245   wd /             2 drwxr-xr-x    1024  r
root     getty       2245 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2245 ctty /dev         63 crw-------   ttyv4 rw
root     getty       2245    0 /dev         63 crw-------   ttyv4 rw
root     getty       2245    1 /dev         63 crw-------   ttyv4 rw
root     getty       2245    2 /dev         63 crw-------   ttyv4 rw
root     getty       2244 root /             2 drwxr-xr-x    1024  r
root     getty       2244   wd /             2 drwxr-xr-x    1024  r
root     getty       2244 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2244 ctty /dev         62 crw-------   ttyv3 rw
root     getty       2244    0 /dev         62 crw-------   ttyv3 rw
root     getty       2244    1 /dev         62 crw-------   ttyv3 rw
root     getty       2244    2 /dev         62 crw-------   ttyv3 rw
root     getty       2243 root /             2 drwxr-xr-x    1024  r
root     getty       2243   wd /             2 drwxr-xr-x    1024  r
root     getty       2243 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2243 ctty /dev         61 crw-------   ttyv2 rw
root     getty       2243    0 /dev         61 crw-------   ttyv2 rw
root     getty       2243    1 /dev         61 crw-------   ttyv2 rw
root     getty       2243    2 /dev         61 crw-------   ttyv2 rw
root     getty       2242 root /             2 drwxr-xr-x    1024  r
root     getty       2242   wd /             2 drwxr-xr-x    1024  r
root     getty       2242 text /        4098532 -r-xr-xr-x   28024  r
root     getty       2242 ctty /dev         60 crw-------   ttyv1 rw
root     getty       2242    0 /dev         60 crw-------   ttyv1 rw
root     getty       2242    1 /dev         60 crw-------   ttyv1 rw
root     getty       2242    2 /dev         60 crw-------   ttyv1 rw
root     login       2241 root /             2 drwxr-xr-x    1024  r
root     login       2241   wd /usr/home      8 ?---------  18446744071601014594  r
root     login       2241 text /        4100669 -r-sr-xr-x   25096  r
root     login       2241 ctty /dev         59 crw-------   ttyv0 rw
root     login       2241    0 /dev         59 crw-------   ttyv0 rw
root     login       2241    1 /dev         59 crw-------   ttyv0 rw
root     login       2241    2 /dev         59 crw-------   ttyv0 rw
root     login       2241    3* local dgram fffffe000cac11e0 <-> fffffe000cb305a0
u        python2.7   2230 root /             2 drwxr-xr-x    1024  r
u        python2.7   2230   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2230 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2230    0* pipe fffffe000cabe000 <-> fffffe000cabe158      0 rw
u        python2.7   2230    1* pipe fffffe000c323158 <-> fffffe000c323000      0 rw
u        python2.7   2230    2* pipe fffffe000c323158 <-> fffffe000c323000      0 rw
u        python2.7   2230    3* pipe fffffe0150301888 <-> fffffe01503019e0      0 rw
u        python2.7   2229 root /             2 drwxr-xr-x    1024  r
u        python2.7   2229   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2229 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2229    0* pipe fffffe000c339b60 <-> fffffe000c339cb8      0 rw
u        python2.7   2229    1* pipe fffffe000c51d430 <-> fffffe000c51d2d8      0 rw
u        python2.7   2229    2* pipe fffffe000c51d430 <-> fffffe000c51d2d8      0 rw
u        python2.7   2229    3* pipe fffffe0041eec000 <-> fffffe0041eec158      0 rw
u        python2.7   2228 root /             2 drwxr-xr-x    1024  r
u        python2.7   2228   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2228 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2228    0* pipe fffffe01cae3d2d8 <-> fffffe01cae3d430      0 rw
u        python2.7   2228    1* pipe fffffe01cae3d158 <-> fffffe01cae3d000      0 rw
u        python2.7   2228    2* pipe fffffe01cae3d158 <-> fffffe01cae3d000      0 rw
u        python2.7   2228    3* pipe fffffe01256e5000 <-> fffffe01256e5158      0 rw
u        python2.7   2227 root /             2 drwxr-xr-x    1024  r
u        python2.7   2227   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2227 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2227    0* pipe fffffe000cabd000 <-> fffffe000cabd158      0 rw
u        python2.7   2227    1* pipe fffffe000c350cb8 <-> fffffe000c350b60      0 rw
u        python2.7   2227    2* pipe fffffe000c350cb8 <-> fffffe000c350b60      0 rw
u        python2.7   2227    3* pipe fffffe019d1792d8 <-> fffffe019d179430      0 rw
u        sh          2226 root /             2 drwxr-xr-x    1024  r
u        sh          2226   wd /        5296896 drwxrwxrwt    1024  r
u        sh          2226 text /        2247201 -r-xr-xr-x  142952  r
u        sh          2226    0* pipe fffffe01cad862d8 <-> fffffe01cad86430      0 rw
u        sh          2226    1* pipe fffffe000c323430 <-> fffffe000c3232d8      0 rw
u        sh          2226    2* pipe fffffe000c323430 <-> fffffe000c3232d8      0 rw
u        sh          2226   10 /usr/home 101794 ?---------  18446744071601014594  r
u        python2.7   2225 root /             2 drwxr-xr-x    1024  r
u        python2.7   2225   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2225 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2225    0* pipe fffffe000c9db5b0 <-> fffffe000c9db708      0 rw
u        python2.7   2225    1* pipe fffffe000c324430 <-> fffffe000c3242d8      0 rw
u        python2.7   2225    2* pipe fffffe000c324430 <-> fffffe000c3242d8      0 rw
u        python2.7   2225    3* pipe fffffe00417b75b0 <-> fffffe00417b7708      0 rw
u        python2.7   2224 root /             2 drwxr-xr-x    1024  r
u        python2.7   2224   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2224 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2224    0* pipe fffffe000cabfb60 <-> fffffe000cabfcb8      0 rw
u        python2.7   2224    1* pipe fffffe000cabf9e0 <-> fffffe000cabf888      0 rw
u        python2.7   2224    2* pipe fffffe000cabf9e0 <-> fffffe000cabf888      0 rw
u        python2.7   2224    3* pipe fffffe0139900b60 <-> fffffe0139900cb8      0 rw
u        python2.7   2223 root /             2 drwxr-xr-x    1024  r
u        python2.7   2223   wd /usr/home  20086 ?---------  18446744071601014594  r
u        python2.7   2223 text /        4268654 -r-xr-xr-x  1507256  r
u        python2.7   2223    0* pipe fffffe01cad865b0 <-> fffffe01cad86708      0 rw
u        python2.7   2223    1* pipe fffffe000c3df9e0 <-> fffffe000c3df888      0 rw
u        python2.7   2223    2* pipe fffffe000c3df9e0 <-> fffffe000c3df888      0 rw
u        python2.7   2223    3* pipe fffffe019da422d8 <-> fffffe019da42430      0 rw
root     cron        2195 root /             2 drwxr-xr-x    1024  r
root     cron        2195   wd /        5617927 drwxr-x---     512  r
root     cron        2195 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2195    0 /dev         22 crw-rw-rw-    null rw
root     cron        2195    1 /dev         22 crw-rw-rw-    null rw
root     cron        2195    2 /dev         22 crw-rw-rw-    null rw
root     cron        2195    4* pipe fffffe0041205cb8 <-> fffffe0041205b60      0 rw
root     cron        2195    5* pipe fffffe000c51d2d8 <-> fffffe000c51d430      0 rw
root     cron        2194 root /             2 drwxr-xr-x    1024  r
root     cron        2194   wd /        5617927 drwxr-x---     512  r
root     cron        2194 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2194    0 /dev         22 crw-rw-rw-    null rw
root     cron        2194    1 /dev         22 crw-rw-rw-    null rw
root     cron        2194    2 /dev         22 crw-rw-rw-    null rw
root     cron        2194    4* pipe fffffe002ec48430 <-> fffffe002ec482d8      0 rw
root     cron        2194    5* pipe fffffe000c323000 <-> fffffe000c323158      0 rw
root     cron        2193 root /             2 drwxr-xr-x    1024  r
root     cron        2193   wd /        5617927 drwxr-x---     512  r
root     cron        2193 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2193    0 /dev         22 crw-rw-rw-    null rw
root     cron        2193    1 /dev         22 crw-rw-rw-    null rw
root     cron        2193    2 /dev         22 crw-rw-rw-    null rw
root     cron        2193    4* pipe fffffe00412059e0 <-> fffffe0041205888      0 rw
root     cron        2193    5* pipe fffffe000c3242d8 <-> fffffe000c324430      0 rw
root     cron        2192 root /             2 drwxr-xr-x    1024  r
root     cron        2192   wd /        5617927 drwxr-x---     512  r
root     cron        2192 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2192    0 /dev         22 crw-rw-rw-    null rw
root     cron        2192    1 /dev         22 crw-rw-rw-    null rw
root     cron        2192    2 /dev         22 crw-rw-rw-    null rw
root     cron        2192    4* pipe fffffe000ca7fcb8 <-> fffffe000ca7fb60      0 rw
root     cron        2192    5* pipe fffffe000cabf888 <-> fffffe000cabf9e0      0 rw
root     cron        2191 root /             2 drwxr-xr-x    1024  r
root     cron        2191   wd /        5617927 drwxr-x---     512  r
root     cron        2191 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2191    0 /dev         22 crw-rw-rw-    null rw
root     cron        2191    1 /dev         22 crw-rw-rw-    null rw
root     cron        2191    2 /dev         22 crw-rw-rw-    null rw
root     cron        2191    4* pipe fffffe002ec9a9e0 <-> fffffe002ec9a888      0 rw
root     cron        2191    5* pipe fffffe01cae3d000 <-> fffffe01cae3d158      0 rw
root     cron        2190 root /             2 drwxr-xr-x    1024  r
root     cron        2190   wd /        5617927 drwxr-x---     512  r
root     cron        2190 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2190    0 /dev         22 crw-rw-rw-    null rw
root     cron        2190    1 /dev         22 crw-rw-rw-    null rw
root     cron        2190    2 /dev         22 crw-rw-rw-    null rw
root     cron        2190    4* pipe fffffe000c50b430 <-> fffffe000c50b2d8      0 rw
root     cron        2190    5* pipe fffffe000c350b60 <-> fffffe000c350cb8      0 rw
root     cron        2189 root /             2 drwxr-xr-x    1024  r
root     cron        2189   wd /        5617927 drwxr-x---     512  r
root     cron        2189 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2189    0 /dev         22 crw-rw-rw-    null rw
root     cron        2189    1 /dev         22 crw-rw-rw-    null rw
root     cron        2189    2 /dev         22 crw-rw-rw-    null rw
root     cron        2189    4* pipe fffffe000cabf430 <-> fffffe000cabf2d8      0 rw
root     cron        2189    5* pipe fffffe000c3df888 <-> fffffe000c3df9e0      0 rw
root     cron        2188 root /             2 drwxr-xr-x    1024  r
root     cron        2188   wd /        5617927 drwxr-x---     512  r
root     cron        2188 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2188    0 /dev         22 crw-rw-rw-    null rw
root     cron        2188    1 /dev         22 crw-rw-rw-    null rw
root     cron        2188    2 /dev         22 crw-rw-rw-    null rw
root     cron        2188    4* pipe fffffe000c324158 <-> fffffe000c324000      0 rw
root     cron        2188    5* pipe fffffe000c3232d8 <-> fffffe000c323430      0 rw
root     cron        2174 root /             2 drwxr-xr-x    1024  r
root     cron        2174   wd /        5617927 drwxr-x---     512  r
root     cron        2174 text /        4098315 -r-xr-xr-x   41448  r
root     cron        2174    0 /dev         22 crw-rw-rw-    null rw
root     cron        2174    1 /dev         22 crw-rw-rw-    null rw
root     cron        2174    2 /dev         22 crw-rw-rw-    null rw
root     cron        2174    3 /        5642698 -rw-------       4  w
root     cron        2174    6* local dgram fffffe01b6d2d5a0 <-> fffffe000cb305a0
smmsp    sendmail    2170 root /             2 drwxr-xr-x    1024  r
smmsp    sendmail    2170   wd /        5617950 drwxrwx---    1024  r
smmsp    sendmail    2170 text /        4098580 -r-xr-sr-x  719256  r
smmsp    sendmail    2170    0 /dev         22 crw-rw-rw-    null  r
smmsp    sendmail    2170    1 /dev         22 crw-rw-rw-    null  w
smmsp    sendmail    2170    2 /dev         22 crw-rw-rw-    null  w
smmsp    sendmail    2170    3* local dgram fffffe000cc35960 <-> fffffe000cb30690
smmsp    sendmail    2170    4 /        5642743 -rw-------      50  w
root     sendmail    2162 root /             2 drwxr-xr-x    1024  r
root     sendmail    2162   wd /        5617947 drwxr-xr-x     512  r
root     sendmail    2162 text /        4098580 -r-xr-sr-x  719256  r
root     sendmail    2162    0 /dev         22 crw-rw-rw-    null  r
root     sendmail    2162    1 /dev         22 crw-rw-rw-    null  w
root     sendmail    2162    2 /dev         22 crw-rw-rw-    null  w
root     sendmail    2162    3* internet stream tcp fffffe01cae523d0
root     sendmail    2162    4* local dgram fffffe000cb304b0 <-> fffffe000cb305a0
root     sendmail    2162    5* internet6 stream tcp fffffe01cae52000
root     sendmail    2162    6* internet stream tcp fffffe01cae51b70
root     sendmail    2162    7 /        5642687 -rw-------      44  w
root     sshd        2125 root /             2 drwxr-xr-x    1024  r
root     sshd        2125   wd /             2 drwxr-xr-x    1024  r
root     sshd        2125 text /        4098257 -r-xr-xr-x  269544  r
root     sshd        2125    0 /dev         22 crw-rw-rw-    null rw
root     sshd        2125    1 /dev         22 crw-rw-rw-    null rw
root     sshd        2125    2 /dev         22 crw-rw-rw-    null rw
root     sshd        2125    3* internet6 stream tcp fffffe01cae7b7a0
root     sshd        2125    4* internet stream tcp fffffe01cae7b3d0
messageb dbus-daemon  2083 root /             2 drwxr-xr-x    1024  r
messageb dbus-daemon  2083   wd /             2 drwxr-xr-x    1024  r
messageb dbus-daemon  2083 text /        4271195 -r-xr-xr-x  382056  r
messageb dbus-daemon  2083    0 /dev         22 crw-rw-rw-    null rw
messageb dbus-daemon  2083    1 /dev         22 crw-rw-rw-    null rw
messageb dbus-daemon  2083    2 /dev         22 crw-rw-rw-    null rw
messageb dbus-daemon  2083    3* local stream fffffe000caec960
messageb dbus-daemon  2083    4 /dev         22 crw-rw-rw-    null rw
messageb dbus-daemon  2083    6 /        5070863 drwxr-xr-x    1024  r
messageb dbus-daemon  2083    7 /        5070867 drwxr-xr-x    1536  r
messageb dbus-daemon  2083    8* local stream fffffe000cafc000 <-> fffffe000cac1e10
messageb dbus-daemon  2083    9* local stream fffffe000cac1e10 <-> fffffe000cafc000
messageb dbus-daemon  2083   10* local stream fffffe000caed870 <-> fffffe000caed960
messageb dbus-daemon  2083   11* local dgram fffffe000cac1c30 <-> fffffe000cb30690
messageb dbus-daemon  2083   12* local stream fffffe000cafc690 <-> fffffe000cb30d20
messageb dbus-daemon  2083   13* local stream fffffe000caed690 <-> fffffe000caed780
messageb dbus-daemon  2083   14* local stream fffffe000ccc73c0 <-> fffffe000ca71a50
messageb dbus-daemon  2083   15* local stream fffffe000cb301e0 <-> fffffe000cb302d0
messageb dbus-daemon  2083   16* local stream fffffe000cac1d20 <-> fffffe000cc35780
messageb dbus-daemon  2083   17* local stream fffffe000ccc7d20 <-> fffffe000ccc7e10
messageb dbus-daemon  2083   18* local stream fffffe000cc361e0 <-> fffffe000cafcb40
root     powerd      2065 root /             2 drwxr-xr-x    1024  r
root     powerd      2065   wd /             2 drwxr-xr-x    1024  r
root     powerd      2065 text /        4098439 -r-xr-xr-x   15616  r
root     powerd      2065    0 /dev         22 crw-rw-rw-    null rw
root     powerd      2065    1 /dev         22 crw-rw-rw-    null rw
root     powerd      2065    2 /dev         22 crw-rw-rw-    null rw
root     powerd      2065    3 /        5642679 -rw-------       4  w
root     ntpd        2062 root /             2 drwxr-xr-x    1024  r
root     ntpd        2062   wd /             2 drwxr-xr-x    1024  r
root     ntpd        2062 text /        4098419 -r-xr-xr-x  392472  r
root     ntpd        2062    0 /dev         22 crw-rw-rw-    null rw
root     ntpd        2062    1 /dev         22 crw-rw-rw-    null rw
root     ntpd        2062    2 /dev         22 crw-rw-rw-    null rw
root     ntpd        2062    3* local dgram fffffe000caeca50 <-> fffffe000cb305a0
root     ntpd        2062   20* internet dgram udp fffffe000ca98c40
root     ntpd        2062   21* internet6 dgram udp fffffe000ca90000
root     ntpd        2062   22* internet6 dgram udp fffffe000ca8fc40
root     ntpd        2062   23* internet6 dgram udp fffffe000ca8f7a8
root     ntpd        2062   24* internet dgram udp fffffe000ca8f498
root     ntpd        2062   25* internet dgram udp fffffe000ca8f620
root     ntpd        2062   26* route raw 0 fffffe000cf51aa0
root     syslogd     1925 root /             2 drwxr-xr-x    1024  r
root     syslogd     1925   wd /             2 drwxr-xr-x    1024  r
root     syslogd     1925 text /        4098483 -r-xr-xr-x   40680  r
root     syslogd     1925    0 /dev         22 crw-rw-rw-    null rw
root     syslogd     1925    1 /dev         22 crw-rw-rw-    null rw
root     syslogd     1925    2 /dev         22 crw-rw-rw-    null rw
root     syslogd     1925    3 /        5642748 -rw-------       4  w
root     syslogd     1925    4* local dgram fffffe000cb30690
root     syslogd     1925    5* local dgram fffffe000cb305a0
root     syslogd     1925    6* internet6 dgram udp fffffe000ca4b498
root     syslogd     1925    7* internet dgram udp fffffe000ca4b620
root     syslogd     1925    8 /dev          9 crw-------    klog  r
root     syslogd     1925   10 -         -         bad    -
root     syslogd     1925   11 /        5642717 -rw-r--r--   54474  w
root     syslogd     1925   12 /        5618010 -rw-------      58  w
root     syslogd     1925   13 /        5642648 -rw-------   25129  w
root     syslogd     1925   14 /        5642686 -rw-r-----    5171  w
root     syslogd     1925   15 /        5618006 -rw-r--r--      58  w
root     syslogd     1925   16 /        5618011 -rw-------      58  w
root     syslogd     1925   17 /        5642731 -rw-------    8653  w
root     syslogd     1925   18 /        5618005 -rw-------      58  w
root     syslogd     1925   19 /        5618009 -rw-r-----      58  w
_dhcp    dhclient    1884 root /        5617929 dr-xr-xr-x     512  r
_dhcp    dhclient    1884   wd /        5617929 dr-xr-xr-x     512  r
_dhcp    dhclient    1884 jail /        5617929 dr-xr-xr-x     512  r
_dhcp    dhclient    1884 text /        802576 -r-xr-xr-x   93616  r
_dhcp    dhclient    1884    0 /dev         22 crw-rw-rw-    null rw
_dhcp    dhclient    1884    1 /dev         22 crw-rw-rw-    null rw
_dhcp    dhclient    1884    2 /dev         22 crw-rw-rw-    null rw
_dhcp    dhclient    1884    3 /        5642725 -rw-------       4  w
_dhcp    dhclient    1884    5* route raw 0 fffffe000ca8dd48
_dhcp    dhclient    1884    6* pipe fffffe000ca7f9e0 <-> fffffe000ca7f888      0 rw
_dhcp    dhclient    1884    7 /        5617997 ----------     736  w
_dhcp    dhclient    1884    8 /dev         11 crw-------     bpf rw
_dhcp    dhclient    1884    9* internet raw ip fffffe000cf07000
root     dhclient    1846 root /             2 drwxr-xr-x    1024  r
root     dhclient    1846   wd /             2 drwxr-xr-x    1024  r
root     dhclient    1846 text /        802576 -r-xr-xr-x   93616  r
root     dhclient    1846    0 /dev         22 crw-rw-rw-    null rw
root     dhclient    1846    1 /dev         22 crw-rw-rw-    null rw
root     dhclient    1846    2 /dev         22 crw-rw-rw-    null rw
root     dhclient    1846    3 /        5642725 -rw-------       4  w
root     dhclient    1846    5* pipe fffffe000ca7f888 <-> fffffe000ca7f9e0      0 rw
root     devd        1718 root /             2 drwxr-xr-x    1024  r
root     devd        1718   wd /             2 drwxr-xr-x    1024  r
root     devd        1718 text /        802574 -r-xr-xr-x  454184  r
root     devd        1718    0 /dev         22 crw-rw-rw-    null rw
root     devd        1718    1 /dev         22 crw-rw-rw-    null rw
root     devd        1718    2 /dev         22 crw-rw-rw-    null rw
root     devd        1718    3 /dev          4 crw-------  devctl  r
root     devd        1718    4* local stream fffffe000cc363c0
root     devd        1718    5 /        5642722 -rw-------       4  w
root     devd        1718    6* local stream fffffe000cac1870 <-> fffffe000cac1960
root     devd        1718    7* local stream fffffe000cc354b0 <-> fffffe000cb30780
root     ng_queue    1676 root /             2 drwxr-xr-x    1024  r
root     ng_queue    1676   wd /             2 drwxr-xr-x    1024  r
root     wpa_supplicant   436 root /             2 drwxr-xr-x    1024  r
root     wpa_supplicant   436   wd /             2 drwxr-xr-x    1024  r
root     wpa_supplicant   436 text /        4098507 -r-xr-xr-x  373728  r
root     wpa_supplicant   436    0 /dev         22 crw-rw-rw-    null rw
root     wpa_supplicant   436    1 /dev         22 crw-rw-rw-    null rw
root     wpa_supplicant   436    2 /dev         22 crw-rw-rw-    null rw
root     wpa_supplicant   436    3* internet dgram udp fffffe000ca8f930
root     wpa_supplicant   436    4* route raw 0 fffffe000ca8d000
root     wpa_supplicant   436    5 /dev         11 crw-------     bpf rw
root     wpa_supplicant   436    6* local dgram fffffe000cac10f0
root     wpa_supplicant   436    7* local dgram fffffe000ca713c0 <-> fffffe000cb305a0
root     adjkerntz    115 root /             2 drwxr-xr-x    1024  r
root     adjkerntz    115   wd /             2 drwxr-xr-x    1024  r
root     adjkerntz    115 text /        802563 -r-xr-xr-x    9248  r
root     adjkerntz    115    0 /dev         22 crw-rw-rw-    null rw
root     adjkerntz    115    1 /dev         22 crw-rw-rw-    null rw
root     adjkerntz    115    2 /dev         22 crw-rw-rw-    null rw
root     zfskern       36 root /             2 drwxr-xr-x    1024  r
root     zfskern       36   wd /             2 drwxr-xr-x    1024  r
root     init           1 root /             2 drwxr-xr-x    1024  r
root     init           1   wd /             2 drwxr-xr-x    1024  r
root     init           1 text /        802600 -r-xr-xr-x  791384  r
root     kernel         0 root /             2 drwxr-xr-x    1024  r
root     kernel         0   wd /             2 drwxr-xr-x    1024  r

------------------------------------------------------------------------
dmesg

Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012
    root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
CPU: Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz (3073.70-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x106a5  Family = 6  Model = 1a  Stepping = 5
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x98e3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT>
  AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant, performance statistics
real memory  = 8589934592 (8192 MB)
avail memory = 8207405056 (7827 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <030810 APIC1134>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
 cpu4 (AP): APIC ID:  4
 cpu5 (AP): APIC ID:  5
 cpu6 (AP): APIC ID:  6
 cpu7 (AP): APIC ID:  7
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
kbd1 at kbdmux0
ctl: CAM Target Layer loaded
acpi0: <030810 XSDT1134> on motherboard
acpi0: Power Button (fixed)
acpi0: reservation of fee00000, 1000 (3) failed
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, bff00000 (3) failed
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
cpu6: <ACPI CPU> on acpi0
cpu7: <ACPI CPU> on acpi0
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
Event timer "RTC" frequency 32768 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 450
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
Event timer "HPET3" frequency 14318180 Hz quality 440
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
ral0: <Ralink Technology RT2790> mem 0xf7ff0000-0xf7ffffff irq 28 at device 0.0 on pci1
pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0
pci2: <ACPI PCI bus> on pcib2
vgapci0: <VGA-compatible display> port 0xbc00-0xbc7f mem 0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 24 at device 0.0 on pci2
nvidia0: <GeForce 8600 GT> on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
pcib3: <ACPI PCI-PCI bridge> at device 7.0 on pci0
pci3: <ACPI PCI bus> on pcib3
pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.3 (no driver attached)
uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xa800-0xa81f irq 16 at device 26.0 on pci0
uhci0: LegSup = 0x2f00
usbus0 on uhci0
uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xa880-0xa89f irq 21 at device 26.1 on pci0
uhci1: LegSup = 0x2f00
usbus1 on uhci1
uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0xac00-0xac1f irq 19 at device 26.2 on pci0
uhci2: LegSup = 0x2f00
usbus2 on uhci2
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xf7eff000-0xf7eff3ff irq 18 at device 26.7 on pci0
usbus3: EHCI version 1.0
usbus3 on ehci0
hdac0: <Intel 82801JI HDA Controller> mem 0xf7ef8000-0xf7efbfff irq 22 at device 27.0 on pci0
pcib4: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
pci7: <ACPI PCI bus> on pcib4
pcib5: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
pci6: <ACPI PCI bus> on pcib5
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F PCIe Gigabit Ethernet> port 0xe800-0xe8ff mem 0xfbeff000-0xfbefffff,0xf6ef0000-0xf6efffff irq 18 at device 0.0 on pci6
re0: Using 1 MSI-X message
re0: Chip rev. 0x3c000000
re0: MAC rev. 0x00400000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Ethernet address: 20:cf:30:3c:84:f4
pcib6: <ACPI PCI-PCI bridge> irq 19 at device 28.3 on pci0
pci5: <ACPI PCI bus> on pcib6
fwohci0: <1394 Open Host Controller Interface> port 0xd800-0xd8ff mem 0xfbdff000-0xfbdff7ff irq 19 at device 0.0 on pci5
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:1e:8c:00:00:dd:91:33
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:1e:8c:dd:91:33
fwe0: Ethernet address: 02:1e:8c:dd:91:33
fwip0: <IP over FireWire> on firewire0
fwip0: Firewire address: 00:1e:8c:00:00:dd:91:33 @ 0xfffe00000000, S400, maxrec 2048
dcons_crom0: <dcons configuration ROM> on firewire0
dcons_crom0: bus_addr 0x62f4000
fwohci0: Initiate bus reset
fwohci0: fwohci_intr_core: BUS reset
fwohci0: fwohci_intr_core: node_id=0x00000000, SelfID Count=1, CYCLEMASTER mode
pcib7: <ACPI PCI-PCI bridge> irq 17 at device 28.4 on pci0
pci4: <ACPI PCI bus> on pcib7
ahci0: <JMicron JMB363 AHCI SATA controller> mem 0xfbcfe000-0xfbcfffff irq 16 at device 0.0 on pci4
ahci0: AHCI v1.00 with 2 3Gbps ports, Port Multiplier supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
atapci0: <JMicron JMB363 UDMA133 controller> port 0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc807,0xc480-0xc483,0xc400-0xc40f at device 0.1 on pci4
ata2: <ATA channel> at channel 0 on atapci0
uhci3: <Intel 82801JI (ICH10) USB controller USB-A> port 0xa080-0xa09f irq 23 at device 29.0 on pci0
uhci3: LegSup = 0x2f00
usbus4 on uhci3
uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0xa400-0xa41f irq 19 at device 29.1 on pci0
uhci4: LegSup = 0x2f00
usbus5 on uhci4
uhci5: <Intel 82801JI (ICH10) USB controller USB-C> port 0xa480-0xa49f irq 18 at device 29.2 on pci0
uhci5: LegSup = 0x2f00
usbus6 on uhci5
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xf7efe000-0xf7efe3ff irq 23 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib8: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci8: <ACPI PCI bus> on pcib8
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci1: <Intel ICH10 AHCI SATA controller> port 0x9c00-0x9c07,0x9880-0x9883,0x9800-0x9807,0x9480-0x9483,0x9400-0x941f mem 0xf7efc000-0xf7efc7ff irq 20 at device 31.2 on pci0
ahci1: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported
ahcich2: <AHCI channel> at channel 0 on ahci1
ahcich3: <AHCI channel> at channel 1 on ahci1
ahcich4: <AHCI channel> at channel 2 on ahci1
ahcich5: <AHCI channel> at channel 3 on ahci1
ahcich6: <AHCI channel> at channel 4 on ahci1
ahcich7: <AHCI channel> at channel 5 on ahci1
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_button0: <Power Button> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model MouseMan+, device ID 0
qpi0: <QPI system bus> on motherboard
pcib9: <QPI Host-PCI bridge> pcibus 255 on qpi0
pci255: <PCI bus> on pcib9
orm0: <ISA Option ROM> at iomem 0xcd000-0xcffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ppc0: cannot reserve I/O port range
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
est2: <Enhanced SpeedStep Frequency Control> on cpu2
p4tcc2: <CPU Frequency Thermal Control> on cpu2
est3: <Enhanced SpeedStep Frequency Control> on cpu3
p4tcc3: <CPU Frequency Thermal Control> on cpu3
est4: <Enhanced SpeedStep Frequency Control> on cpu4
p4tcc4: <CPU Frequency Thermal Control> on cpu4
est5: <Enhanced SpeedStep Frequency Control> on cpu5
p4tcc5: <CPU Frequency Thermal Control> on cpu5
est6: <Enhanced SpeedStep Frequency Control> on cpu6
p4tcc6: <CPU Frequency Thermal Control> on cpu6
est7: <Enhanced SpeedStep Frequency Control> on cpu7
p4tcc7: <CPU Frequency Thermal Control> on cpu7
Timecounters tick every 1.000 msec
firewire0: 1 nodes, maxhop <= 0 cable IRM irm(0)  (me) 
firewire0: bus manager 0 
hdacc0: <Realtek ALC1200 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC1200 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC1200 (Rear Analog 7.1/2.0)> at nid 20,22,21,23 and 24,26 on hdaa0
pcm1: <Realtek ALC1200 (Front Analog)> at nid 27 and 25 on hdaa0
pcm2: <Realtek ALC1200 (Rear Digital)> at nid 30 on hdaa0
pcm3: <Realtek ALC1200 (Onboard Digital)> at nid 17 on hdaa0
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
usbus6: 12Mbps Full Speed USB v1.0
usbus7: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
ugen6.1: <Intel> at usbus6
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
ugen7.1: <Intel> at usbus7
uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
uhub3: 6 ports with 6 removable, self powered
uhub7: 6 ports with 6 removable, self powered
ada0 at ahcich6 bus 0 scbus7 target 0 lun 0
ada0: <ST3500320NS SN04> ATA-6 SATA 2.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad18
ada1 at ahcich7 bus 0 scbus8 target 0 lun 0
ada1: <ST3250820AS 3.AAC> ATA-7 SATA 2.x device
ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C)
ada1: Previously was known as ad20
SMP: AP CPU #1 Launched!
cd0 at ata2 bus 0 scbus2 target 1 lun 0
cd0: <PIONEER DVD-RW  DVR-112D 1.15> Removable CD-ROM SCSI-0 device 
cd0: 66.700MB/s transfers (UDMA4, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
SMP: AP CPU #5 Launched!
SMP: AP CPU #7 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #4 Launched!
Timecounter "TSC-low" frequency 12006650 Hz quality 1000
GEOM: ada1s4: media size does not match label.
Root mount waiting for: usbus7
ugen7.2: <vendor 0x05e3> at usbus7
uhub8: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 2> on usbus7
ugen4.2: <ISSC> at usbus4
Root mount waiting for: usbus7
uhub8: 4 ports with 4 removable, self powered
Trying to mount root from ufs:/dev/ada1s4a [rw,async]...
WARNING: / was not properly dismounted
WARNING: /: mount pending error: blocks 1664 files 1
Setting hostuuid: 00ec001e-8c00-00dd-9133-20cf303c84f4.
Setting hostid: 0x889ac2ef.
ugen4.3: <C-Media INC.> at usbus4
uaudio0: <C-Media INC. USB Sound Device, class 0/0, rev 1.10/0.10, addr 3> on usbus4
uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format.
uaudio0: No recording.
uaudio0: No midi sequencer.
pcm4: <USB audio> on uaudio0
ZFS filesystem version 5
ZFS storage pool version 28
Entropy harvesting: interrupts ethernet point_to_point kickstart.
Starting file system checks:
** SU+J Recovering /dev/ada1s4a
** Reading 33554432 byte journal from inode 4.
** Building recovery table.
** Resolving unreferenced inode list.
** Processing journal entries.
** 1097 journal records in 52224 bytes for 67.22% utilization
** Freed 29 inodes (0 dirs) 350 blocks, and 24 frags.

***** FILE SYSTEM MARKED CLEAN *****
/dev/ada1s3 was not cleanly unmounted, check forced.
/dev/ada1s3: 168910/3817472 files (0.7% non-contiguous), 2055925/15262403 blocks
Mounting local file systems:.
Setting hostname: yz.mine.nu.
wlan0: Ethernet address: e0:69:95:4a:84:0a
Starting wpa_supplicant.
Starting Network: lo0 ral0 re0 fwe0 fwip0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0xd 
	inet 127.0.0.1 netmask 0xff000000 
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ral0: flags=8803<UP,BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
	ether e0:69:95:4a:84:0a
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
	status: associated
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
	ether 20:cf:30:3c:84:f4
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (10baseT/UTP <half-duplex>)
	status: no carrier
fwe0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 02:1e:8c:dd:91:33
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	ch 1 dma -1
fwip0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	lladdr 0.1e.8c.0.0.dd.91.33.a.2.ff.fe.0.0.0.0
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Starting devd.
Starting Network: usbus0.
Starting Network: usbus1.
Starting Network: usbus2.
Starting Network: usbus3.
Starting Network: re0.
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
	ether 20:cf:30:3c:84:f4
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (10baseT/UTP <half-duplex>)
	status: no carrier
Starting Network: fwe0.
fwe0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 02:1e:8c:dd:91:33
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	ch 1 dma -1
Starting Network: fwip0.
fwip0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	lladdr 0.1e.8c.0.0.dd.91.33.a.2.ff.fe.0.0.0.0
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Starting Network: usbus4.
Starting Network: usbus5.
Starting Network: usbus6.
Starting Network: usbus7.
ubt0: <ISSC ISSCEDRBTA, class 224/1, rev 2.00/3.73, addr 2> on usbus4
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
add net fe80::: gateway ::1
add net ff02::: gateway ::1
Waiting 30s for the default route interface: .
ral0: need multicast update callback
ral0: need multicast update callback
ral0: need multicast update callback
(wlan0)
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/alsa-lib /usr/local/lib/compat /usr/local/lib/compat/pkg /usr/local/lib/event2 /usr/local/lib/evolution/2.32 /usr/local/lib/ffmpeg1 /usr/local/lib/gcc46 /usr/local/lib/nss /usr/local/lib/pth /usr/local/lib/qt4
32-bit compatibility ldconfig path: /usr/lib32 /usr/local/lib32 /usr/local/lib32/compat /usr/local/lib32/wine
Creating and/or trimming log files.
Starting syslogd.
savecore: reboot after panic: page fault
May 23 09:57:39 yz savecore: reboot after panic: page fault
savecore: writing core to vmcore.6
Writing crash summary to /var/crash/core.txt.6.
Clearing /tmp.
Updating motd:.
Starting ntpd.
May 23 09:59:30 yz ntpd[2062]: Frequency format error in /var/db/ntpd.drift
Starting powerd.
Starting dbus.
Starting hald.
Configuring syscons: blanktime.
Starting sshd.
Starting sendmail.
Starting cron.
Starting background file system checks in 60 seconds.

Thu May 23 09:59:38 VOLT 2013
NVRM: GPU at 0000:02:00: GPU-f9f1d6cb-663a-c172-5d80-dfb82afab139
ral0: need multicast update callback
ral0: need multicast update callback
kern.maxfiles limit exceeded by uid 1000, please see tuning(7).
ral0: need multicast update callback
ral0: need multicast update callback
mode = 0100755, inum = 5551412, fs = /
panic: ffs_valloc: dup alloc
cpuid = 4
KDB: stack backtrace:
#0 0xffffffff809208a6 at kdb_backtrace+0x66
#1 0xffffffff808ea8be at panic+0x1ce
#2 0xffffffff80af804c at ffs_valloc+0x70c
#3 0xffffffff80b2f3f6 at ufs_makeinode+0x86
#4 0xffffffff80c687f1 at VOP_CREATE_APV+0x31
#5 0xffffffff8098f848 at vn_open_cred+0x4c8
#6 0xffffffff8098e7c9 at kern_openat+0x1f9
#7 0xffffffff80bd7ae6 at amd64_syscall+0x546
#8 0xffffffff80bc3447 at Xfast_syscall+0xf7
Uptime: 56m20s
Dumping 1379 out of 8150 MB:..2%..11%..21%..31%..41%..52%..61%..71%..81%..91% (CTRL-C to abort)  (CTRL-C to abort) 

------------------------------------------------------------------------
kernel config

options	CONFIG_AUTOGENERATED
ident	GENERIC
machine	amd64
cpu	HAMMER
makeoptions	DEBUG=-g
options	USB_DEBUG
options	AH_SUPPORT_AR5416
options	IEEE80211_SUPPORT_MESH
options	IEEE80211_AMPDU_AGE
options	IEEE80211_DEBUG
options	SC_PIXEL_MODE
options	VESA
options	AHD_REG_PRETTY_PRINT
options	AHC_REG_PRETTY_PRINT
options	ATA_STATIC_ID
options	ATA_CAM
options	SMP
options	KDB_TRACE
options	KDB
options	INCLUDE_CONFIG_FILE
options	MAC
options	AUDIT
options	HWPMC_HOOKS
options	KBD_INSTALL_CDEV
options	PRINTF_BUFR_SIZE=128
options	_KPOSIX_PRIORITY_SCHEDULING
options	SYSVSEM
options	SYSVMSG
options	SYSVSHM
options	STACK
options	KTRACE
options	SCSI_DELAY=5000
options	COMPAT_FREEBSD7
options	COMPAT_FREEBSD6
options	COMPAT_FREEBSD5
options	COMPAT_FREEBSD4
options	COMPAT_FREEBSD32
options	GEOM_LABEL
options	GEOM_RAID
options	GEOM_PART_GPT
options	PSEUDOFS
options	PROCFS
options	CD9660
options	MSDOSFS
options	NFS_ROOT
options	NFSLOCKD
options	NFSD
options	NFSCL
options	MD_ROOT
options	UFS_GJOURNAL
options	UFS_DIRHASH
options	UFS_ACL
options	SOFTUPDATES
options	FFS
options	SCTP
options	INET6
options	INET
options	PREEMPTION
options	SCHED_ULE
options	NEW_PCIB
options	GEOM_PART_MBR
options	GEOM_PART_EBR_COMPAT
options	GEOM_PART_EBR
options	GEOM_PART_BSD
device	isa
device	mem
device	io
device	uart_ns8250
device	cpufreq
device	acpi
device	pci
device	fdc
device	ahci
device	ata
device	mvs
device	siis
device	ahc
device	ahd
device	esp
device	hptiop
device	isp
device	mpt
device	mps
device	sym
device	trm
device	adv
device	adw
device	aic
device	bt
device	isci
device	scbus
device	ch
device	da
device	sa
device	cd
device	pass
device	ses
device	ctl
device	amr
device	arcmsr
device	ciss
device	dpt
device	hptmv
device	hptrr
device	iir
device	ips
device	mly
device	twa
device	tws
device	aac
device	aacp
device	ida
device	mfi
device	mlx
device	twe
device	atkbdc
device	atkbd
device	psm
device	kbdmux
device	vga
device	splash
device	sc
device	agp
device	cbb
device	pccard
device	cardbus
device	uart
device	ppc
device	ppbus
device	lpt
device	plip
device	ppi
device	puc
device	bxe
device	de
device	em
device	igb
device	ixgbe
device	le
device	ti
device	txp
device	vx
device	miibus
device	ae
device	age
device	alc
device	ale
device	bce
device	bfe
device	bge
device	cas
device	dc
device	et
device	fxp
device	gem
device	hme
device	jme
device	lge
device	msk
device	nfe
device	nge
device	pcn
device	re
device	rl
device	sf
device	sge
device	sis
device	sk
device	ste
device	stge
device	tl
device	tx
device	vge
device	vr
device	wb
device	xl
device	cs
device	ed
device	ex
device	ep
device	fe
device	sn
device	xe
device	wlan
device	wlan_wep
device	wlan_ccmp
device	wlan_tkip
device	wlan_amrr
device	an
device	ath
device	ath_pci
device	ath_hal
device	ath_rate_sample
device	ipw
device	iwi
device	iwn
device	malo
device	mwl
device	ral
device	wi
device	wpi
device	loop
device	random
device	ether
device	vlan
device	tun
device	pty
device	md
device	gif
device	faith
device	firmware
device	bpf
device	uhci
device	ohci
device	ehci
device	xhci
device	usb
device	uhid
device	ukbd
device	ulpt
device	umass
device	ums
device	urio
device	u3g
device	uark
device	ubsa
device	uftdi
device	uipaq
device	uplcom
device	uslcom
device	uvisor
device	uvscom
device	aue
device	axe
device	cdce
device	cue
device	kue
device	rue
device	udav
device	rum
device	run
device	uath
device	upgt
device	ural
device	urtw
device	zyd
device	firewire
device	fwe
device	fwip
device	dcons
device	dcons_crom
device	sound
device	snd_cmi
device	snd_csa
device	snd_emu10kx
device	snd_es137x
device	snd_hda
device	snd_ich
device	snd_uaudio
device	snd_via8233

------------------------------------------------------------------------
ddb capture buffer

ddb: ddb_capture: kvm_nlist

>How-To-Repeat:
No steps is required to repeat. It crashes spontaneously.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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