Possible radeon-related kernel memory leak

Hubert Kario hubert at kario.pl
Mon Feb 18 13:07:06 PST 2013


On Thursday 14 of February 2013 14:55:40 Michel Dänzer wrote:
> On Don, 2013-02-14 at 12:03 +0100, Hubert Kario wrote:
> > On Wednesday 13 of February 2013 11:51:00 Michel Dänzer wrote:
> > > On Die, 2013-02-12 at 22:54 +0100, Hubert Kario wrote:
> > > > On Monday 11 of February 2013 13:00:41 Michel Dänzer wrote:
> > > > > On Son, 2013-02-10 at 15:01 +0100, Hubert Kario wrote:
> > > > > > > > Even if I turn off all applications and restart kwin, it's
> > > > > > > > still
> > > > > > > > at
> > > > > > > > 1G.
> > > > > > > 
> > > > > > > xlsclients only lists kwin at that point, no other clients?
> > > > > > 
> > > > > > no, there's still the plasma desktop, krunner, probably
> > > > > > something
> > > > > > else...
> > > > > 
> > > > > Have you tried killing those?
> > > > 
> > > > If I have the problem next time, I'll try restarting or killing
> > > > everything that shows up in xlsclients
> > > > 
> > > > Is there any specific data you want to see before and after killing
> > > > those
> > > > applications? And before and after killing X (without system
> > > > restart) if
> > > > restarting X clients doesn't resolve the issue?
> > > 
> > > Not sure offhand what to look at other than the numbers you've posted.
> > > 
> > > But really, if the memory is reclaimed when X dies, by definition it's
> > > not leaked in the kernel.
> > 
> > It depends on how you define leaked.
> > 
> > In this case I define "leak" as memory that can't be used actively by
> > kernel or userspace, not necessarily memory we don't have references
> > for.
> The point is that the kernel only keeps track of and recovers memory
> allocated on behalf of userspace in the first place.
> 
> > While it's not technically a leak, it has all the side effects of a real
> > leak.
> 
> You can only recover actually leaked kernel memory by rebooting.
> 
> > > > > > [drm:radeon_cs_ioctl] ERROR Failed to parse relocation -12
> > > > > > 
> > > > > > Can't this cause leaks of kernel memory that are freed only on
> > > > > > full
> > > > > > X
> > > > > > re-
> > > > > > initialisation?
> > > > > 
> > > > > These errors are symptoms of running out of kernel memory,
> > > > > probably
> > > > > not
> > > > > the cause of it.
> > > > 
> > > > Thing is, when I'm playing the game in question I turn off
> > > > everything
> > > > besides the KDE services and background daemons, so I have close to
> > > > 3.5GiB of free memory.
> > > 
> > > You could be running into
> > > https://bugzilla.kernel.org/show_bug.cgi?id=49981
> > 
> > This very much looks like it. Now, should I go and compile mesa from git
> 
> That would certainly be interesting.

I just compiled it, will be running it for next week together with
linux 3.8rc5

> > or still try to reach 1G of noncache kernel dynamic memory (I'm at 
> > 800M)...
> Does that make any difference? What matters is whether it decreases
> significantly when a certain process dies.

And I can't answer it well, I killed one process too much and it caused X
restart.

Anyway, when the system was unusable (it was swapping so hard I had a 20-30
second lag over ssh after simply pressing Enter) the userland (sum of 
RSS of all processes as reported by ps) took: 1567612 KiB (full ps aux list in
"During soft hangup" below), hardly an overbearing amount for a machine with 4GiB of
memory...

meminfo during heavy swapping:
MemTotal:        4051956 kB
MemFree:          823256 kB
Buffers:             116 kB
Cached:           515296 kB
SwapCached:        81676 kB
Active:           847280 kB
Inactive:        1182248 kB
Active(anon):     846064 kB
Inactive(anon):  1180932 kB
Active(file):       1216 kB
Inactive(file):     1316 kB
Unevictable:        8112 kB
Mlocked:            6068 kB
SwapTotal:        524284 kB
SwapFree:            616 kB
Dirty:                 4 kB
Writeback:             4 kB
AnonPages:       1441796 kB
Mapped:            20100 kB
Shmem:            509272 kB
Slab:             345596 kB
SReclaimable:      74436 kB
SUnreclaim:       271160 kB
KernelStack:        2672 kB
PageTables:        30512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     2550260 kB
Committed_AS:    3210996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      123344 kB
VmallocChunk:   34359600812 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:     3875520 kB
DirectMap2M:      317440 kB

According to "Committed_AS" I should still have nearly a GiB of memory free, but in reality I was out of swap (0.5GiB).

smem -wtk after killing the java process:
Area                           Used      Cache   Noncache 
firmware/hardware                 0          0          0 
kernel image                      0          0          0 
kernel dynamic memory          1.4G     717.1M     690.1M 
userspace memory             689.4M      46.9M     642.5M 
free memory                    1.8G       1.8G          0 
----------------------------------------------------------
                               3.9G       2.6G       1.3G

smem -wtk after restarting X (and forcing everything to memory from swap):

Area                           Used      Cache   Noncache 
firmware/hardware                 0          0          0 
kernel image                      0          0          0 
kernel dynamic memory        907.4M     746.4M     161.0M 
userspace memory             420.1M     120.9M     299.2M 
free memory                    2.6G       2.6G          0 
----------------------------------------------------------
                               3.9G       3.4G     460.2M

meminfo after restarting X (and forcing everything to memory from swap):
MemTotal:        4051956 kB
MemFree:         2696308 kB
Buffers:           76276 kB
Cached:           759504 kB
SwapCached:            0 kB
Active:           549276 kB
Inactive:         580732 kB
Active(anon):     264956 kB
Inactive(anon):    56860 kB
Active(file):     284320 kB
Inactive(file):   523872 kB
Unevictable:        8108 kB
Mlocked:            6064 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:               140 kB
Writeback:             0 kB
AnonPages:        302268 kB
Mapped:           123768 kB
Shmem:             24044 kB
Slab:              86456 kB
SReclaimable:      52360 kB
SUnreclaim:        34096 kB
KernelStack:        1840 kB
PageTables:        23556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     2025976 kB
Committed_AS:     848272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      122908 kB
VmallocChunk:   34359600812 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:     3875520 kB
DirectMap2M:      317440 kB

During soft hangup:
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  35284  2208 ?        Ss   Feb08   1:38 /usr/lib/systemd/systemd
root         2  0.0  0.0      0     0 ?        S    Feb08   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Feb08   5:20 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/u:0H]
root         8  0.0  0.0      0     0 ?        S    Feb08   0:00 [migration/0]
root         9  0.0  0.0      0     0 ?        S    Feb08   0:02 [watchdog/0]
root        10  0.0  0.0      0     0 ?        S    Feb08   0:00 [migration/1]
root        12  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/1:0H]
root        13  0.0  0.0      0     0 ?        S    Feb08   5:08 [ksoftirqd/1]
root        14  0.0  0.0      0     0 ?        S    Feb08   0:01 [watchdog/1]
root        15  0.0  0.0      0     0 ?        S<   Feb08   0:00 [cpuset]
root        16  0.0  0.0      0     0 ?        S<   Feb08   0:00 [khelper]
root        17  0.0  0.0      0     0 ?        S    Feb08   0:00 [kdevtmpfs]
root        18  0.0  0.0      0     0 ?        S<   Feb08   0:00 [netns]
root        19  0.0  0.0      0     0 ?        S    Feb08   0:00 [bdi-default]
root        20  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kblockd]
root        23  0.0  0.0      0     0 ?        S    Feb08   0:00 [khungtaskd]
root        24  1.3  0.0      0     0 ?        S    Feb08 171:04 [kswapd0]
root        25  0.0  0.0      0     0 ?        SN   Feb08   0:00 [ksmd]
root        26  0.0  0.0      0     0 ?        SN   Feb08   0:09 [khugepaged]
root        27  0.0  0.0      0     0 ?        S    Feb08   0:03 [fsnotify_mark]
root        28  0.0  0.0      0     0 ?        S<   Feb08   0:00 [crypto]
root        31  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kthrotld]
root        33  0.0  0.0      0     0 ?        S<   Feb08   0:00 [deferwq]
root        74  0.0  0.0      0     0 ?        S    Feb08   0:00 [khubd]
root        84  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ata_sff]
root        85  0.0  0.0      0     0 ?        S<   Feb08   0:00 [firewire]
root        86  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_0]
root        87  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_1]
root        88  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_2]
root        89  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_3]
root        90  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_4]
root        91  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_5]
root        98  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_6]
root        99  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_7]
root       101  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_8]
root       102  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_9]
root       103  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_10]
root       104  0.0  0.0      0     0 ?        S    Feb08   0:01 [kworker/u:9]
root       105  0.0  0.0      0     0 ?        S    Feb08   0:01 [kworker/u:10]
root       114  0.0  0.0      0     0 ?        S<   Feb08   1:01 [kworker/0:1H]
root       115  0.0  0.0      0     0 ?        S<   Feb08   1:02 [kworker/1:1H]
root       129  0.0  0.0      0     0 ?        S<   Feb08   0:00 [md]
root       133  0.0  0.0      0     0 ?        S    Feb08   0:00 [md0_raid10]
root       143  0.0  0.0      0     0 ?        S    Feb08   1:34 [md2_raid6]
root       151  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       153  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       156  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       159  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       160  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       162  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       165  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       170  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       177  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       198  0.0  0.0      0     0 ?        S    Feb08   0:06 [jbd2/sde2-8]
root       199  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       214  0.0  0.0  31840   892 ?        Ss   Feb08   0:00 /usr/lib/systemd/systemd-udevd
root       228  0.0  0.1 591780  5192 ?        Ds   Feb08   2:47 /usr/lib/systemd/systemd-journald
root       346  0.0  0.0      0     0 ?        S<   Feb08   0:00 [hd-audio0]
root       379  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ttm_swap]
root       407  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kvm-irqfd-clean]
root       492  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-worker-1]
root       494  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-genwork-1]
root       495  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-submit-1]
root       496  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delalloc-]
root       497  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-fixup-1]
root       498  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-1]
root       500  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-met]
root       501  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-wri]
root       502  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-freespace]
root       503  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delayed-m]
root       504  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cache-1]
root       505  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-readahead]
root       518  0.0  0.0      0     0 ?        S    Feb08   0:00 [jbd2/sde1-8]
root       519  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       528  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfsalloc]
root       529  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs_mru_cache]
root       530  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfslogd]
root       531  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-data/dm-0]
root       532  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-conv/dm-0]
root       533  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-cil/dm-0]
root       534  0.0  0.0      0     0 ?        S    Feb08   0:28 [xfsaild/dm-0]
root       549  0.0  0.0      0     0 ?        S<   Feb08   0:00 [hd-audio1]
root       564  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-worker-1]
root       565  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-genwork-1]
root       566  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-submit-1]
root       567  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delalloc-]
root       568  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-fixup-1]
root       569  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-1]
root       571  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-met]
root       572  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-wri]
root       573  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-freespace]
root       574  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delayed-m]
root       575  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cache-1]
root       582  0.0  0.0      0     0 ?        S    Feb08   0:24 [jbd2/dm-7-8]
root       583  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       590  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cleaner]
root       591  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-transacti]
root       593  0.0  0.0  24308  3328 ?        Ss   Feb08   0:47 /usr/bin/mount.ntfs-3g /dev/sda6 /mnt/win7 -o rw,noatime,user=tomato
root       597  0.0  0.0      0     0 ?        S    Feb08   0:06 [jbd2/dm-1-8]
root       598  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       600  0.0  0.0      0     0 ?        D    Feb08   0:34 [flush-8:64]
root       601  0.0  0.0      0     0 ?        S    Feb08   0:07 [flush-253:1]
root       602  0.0  0.0      0     0 ?        S    Feb08   0:08 [flush-253:7]
root       603  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cleaner]
root       604  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-transacti]
root       611  0.0  0.0  15200   740 ?        Ss   Feb08   0:02 /usr/sbin/crond -n
root       614  0.0  0.0  39692   816 ?        Ss   Feb08   0:00 /usr/sbin/sshd -D
root       617  0.0  0.0  64876  2544 ?        Ss   Feb08   1:03 /usr/sbin/syslog-ng -F
root       620  0.0  0.0  26084   860 ?        Ss   Feb08   0:01 /usr/lib/systemd/systemd-logind
dbus       621  0.0  0.0  18068  1456 ?        Ss   Feb08   0:17 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       623  0.0  0.0   8568   560 ?        Ss   Feb08   0:00 /sbin/dhcpcd -q -b
root       631  0.0  0.0  10116   648 tty1     Ss+  Feb08   0:00 /sbin/agetty --noclear tty1 38400 linux
root       634  0.0  0.0  22400   496 ?        Ss   Feb08   0:00 /usr/bin/kdm -nodaemon
root       656  1.8  5.9 387840 241440 tty7    Ds+  Feb08 232:51 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-Avlnwa
root       659  0.0  0.0  77092   760 ?        S    Feb08   0:00 -:0                   
tomato     661  0.0  0.0  18572  2048 pts/8    Ss   Feb13   0:00 /bin/bash
tomato     677  0.0  0.0  15688   820 ?        Ss   Feb08   0:00 /bin/sh /usr/bin/startkde
tomato     688  0.0  0.0  18004   332 ?        S    Feb08   0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
tomato     689  0.0  0.0  19536  1380 ?        Ss   Feb08   5:23 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
tomato     738  0.0  0.0  17768   676 ?        Ss   Feb08   0:10 /usr/bin/gpg-agent -s --daemon --pinentry-program /usr/bin/pinentry-qt4 --write-env-file
tomato     741  0.0  0.0  12672   300 ?        Ss   Feb08   0:00 /usr/bin/ssh-agent -s
root       758  0.0  0.0   4076    32 ?        S    Feb08   0:00 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
tomato     759  0.0  0.0 347180  1236 ?        Ss   Feb08   0:01 kdeinit4: kdeinit4 Running...                  
tomato     760  0.0  0.0 351232  1176 ?        S    Feb08   0:01 kdeinit4: klauncher [kdeinit] --fd=9           
tomato     762  0.0  0.1 849528  7896 ?        Sl   Feb08   1:11 kdeinit4: kded4 [kdeinit]                      
tomato     770  0.0  0.0 437828  3624 ?        S    Feb08   0:00 kdeinit4: kglobalaccel [kdeinit]               
tomato     774  0.0  0.0 386224  1396 ?        S    Feb08   0:01 /usr/bin/kactivitymanagerd
root       775  0.0  0.0 221132  1108 ?        Ssl  Feb08   0:00 /usr/lib/upower/upowerd
polkitd    778  0.0  0.1 367936  4604 ?        Ssl  Feb08   0:01 /usr/lib/polkit-1/polkitd --no-debug
tomato     780  0.0  0.0   4212   268 ?        S    Feb08   0:00 kwrapper4 ksmserver
tomato     781  0.0  0.0 519588  1948 ?        Sl   Feb08   0:01 kdeinit4: ksmserver [kdeinit]                  
tomato     810  0.2  0.3 2829956 13764 ?       Sl   Feb08  36:09 kwin -session 10c3a7a473000135364075600000325530061_1359498306_773347
root       817  0.0  0.0 196428  1988 ?        Ssl  Feb08   2:21 /usr/lib/udisks/udisks-daemon
root       825  0.0  0.0  47580   188 ?        S    Feb08   0:00 udisks-daemon: not polling any devices
tomato     873  0.2  1.6 3196264 66692 ?       Dl   Feb08  36:45 kdeinit4: plasma-desktop [kdeinit]             
tomato     879  0.1  0.0  10036  1120 ?        S    Feb08  16:58 ksysguardd
tomato     886  0.0  0.0 281520   988 ?        S    Feb08   0:00 /usr/bin/kuiserver
tomato     917  0.0  0.4 1152760 16268 ?       Sl   Feb08   0:52 kdeinit4: krunner [kdeinit]                    
tomato     924  0.0  0.0 611424  4020 ?        Sl   Feb08   0:03 kdeinit4: kmix [kdeinit] -session 10c3a7a473000131300457500000
tomato     976  0.0  0.0 375292  1368 ?        Sl   Feb08   0:00 /usr/bin/kgpg -session 10c3a7a473000131301989300000021640053_1359498306_718456
tomato     978  0.0  0.0 288600  1328 ?        S    Feb08   0:00 /usr/bin/nepomukcontroller -session 10c3a7a473000131515890100000138270021_1359498306_718558
tomato     989  0.0  0.0 371012  2992 ?        Sl   Feb08   0:24 akonaditray -session 10c3a7a473000131530545900000073440039_1359498306_718744
tomato     994  0.0  0.0 288072  1144 ?        S    Feb08   0:00 /usr/bin/krandrtray -session 10c3a7a473000131531324800000257910028_1359498306_718839
tomato     999  1.0  0.4 555776 17176 ?        Dl   Feb08 135:40 kdeinit4: konsole [kdeinit] -session 10c3a7a473000131861666400
tomato    1003  0.0  0.1 444236  4496 ?        S    Feb08   0:01 kdeinit4: kwalletd [kdeinit]                   
tomato    1004  0.0  0.2 534700 10604 ?        Sl   Feb08  12:22 kdeinit4: ksysguard [kdeinit] -session 10c3a7a4730001343556903
tomato    1019  0.0  0.0  18572  1028 pts/0    Ss   Feb08   0:00 /bin/bash
tomato    1024  0.0  0.0  18452  1124 pts/2    Ss   Feb08   0:00 /bin/bash
tomato    1033  0.0  0.0  10036  1108 ?        S    Feb08   5:09 ksysguardd
tomato    1042  0.0  0.0  18452  1300 pts/3    Ss   Feb08   0:00 /bin/bash
tomato    1050  0.0  0.0  18568  1740 pts/4    Ss   Feb08   0:00 /bin/bash
tomato    1062  0.0  0.0  18576  1212 pts/5    Ss   Feb08   0:00 /bin/bash
tomato    1073  0.0  0.0  18584  1172 pts/1    Ss   Feb08   0:00 /bin/bash
tomato    1080  0.0  0.0  18720  1804 pts/6    Ss   Feb08   0:00 /bin/bash
tomato    1117  0.0  0.2 454264 11608 ?        S    Feb08   0:01 python2 /usr/bin/printer-applet
tomato    1119  0.0  0.0 377796  1328 ?        Sl   Feb08   0:00 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
tomato    1122  0.0  0.1 450656  4572 ?        S    Feb08   0:03 kdeinit4: klipper [kdeinit]                    
tomato    1134  0.0  0.0 188372  1052 ?        Sl   Feb08   0:00 /usr/lib/gvfs/gvfsd
tomato    1138  0.0  0.0 338648   688 ?        Sl   Feb08   0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/500/gvfs
root      1183  0.0  0.0  19612   824 ?        Ss   Feb08   0:00 /usr/sbin/dovecot -F
ntp       1185  0.0  0.0  31328   916 ?        Ss   Feb08   0:26 /usr/bin/ntpd -g -u ntp:ntp
root      1186  0.0  0.0  19292  2308 ?        Ss   Feb08   1:16 /usr/sbin/openvpn --config /etc/openvpn/hitme.conf --daemon openvpn at hitme --cd /etc/openvpn
dovecot   1189  0.0  0.0  13192   700 ?        S    Feb08   0:00 dovecot/anvil
root      1190  0.0  0.0  13324   752 ?        S    Feb08   0:00 dovecot/log
tomato    1246  0.0  0.0 349836  1164 ?        S    Feb08   0:00 kdeinit4: kio_http_cache_cleaner [kdeinit]     
tomato    1279  0.0  0.0 286060  2396 ?        S    Feb08   0:01 /usr/bin/kwalletmanager --kwalletd
root      1529  0.0  0.0  31412   776 pts/0    S    Feb08   0:00 su -
root      1530  0.0  0.0  18716  1660 pts/0    S+   Feb08   0:00 -bash
tomato    2667  0.0  0.0  47504  1380 ?        S    Feb13   0:00 /usr/lib/GConf/gconfd-2
tomato    2683  0.0  0.0 265328   996 ?        Sl   Feb13   0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
root      6697  0.0  0.0      0     0 ?        S    18:05   0:00 [kworker/0:0]
tomato    8930 16.6  5.7 2314372 232192 pts/8  Sl+  19:38   8:55 java -jar FTB_Launcher.jar
tomato    8961 94.1 18.7 2627044 759312 pts/8  SLl+ 19:38  50:24 /opt/java/jre/bin/java -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -cp FTB_Launcher.jar:/home/tomato/.minecraft-ftb/Direwolf20/instMods/MinecraftForge.zip:/home/tomato/.minecraft-ftb/Direwolf20/minecraft/bin/minecraft.jar:/home/tomato/.minecraft-ftb/Direwolf20/minecraft/bin/lwjgl.jar:/home/tomato/.minecraft-ftb/Direwolf20/minecraft/bin/lwjgl_util.jar:/home/tomato/.minecraft-ftb/Direwolf20/minecraft/bin/jinput.jar net.ftb.mclauncher.MinecraftLauncher /home/tomato/.minecraft-ftb/Direwolf20/minecraft /home/tomato/.ftblauncher/ModPacks/Direwolf20/FTB_temp.gif MinecraftForge.zip Tomato86 b737657d702bc7f75cb5d24d20a7f82b9327a231 Direwolf20 Pack v5.0.1 /home/tomato/.ftblauncher/ModPacks/Direwolf20/logo_ftb.png
root      9357  0.0  0.0  38672   772 ?        S    20:01   0:00 /usr/sbin/CROND -n
root      9358  0.0  0.0      0     0 ?        Zs   20:01   0:00 [run-parts] <defunct>
root      9363  0.0  0.0   9636   804 ?        S    20:01   0:00 /usr/lib/sa/sadc -F -L 600 6 -
root      9546  0.0  0.0      0     0 ?        S    20:12   0:00 [kworker/0:2]
root      9570  0.0  0.0  38672  1160 ?        S    20:15   0:00 /usr/sbin/CROND -n
tomato    9571  0.2  0.2  85976  9988 ?        Ds   20:15   0:02 /usr/bin/python2 /usr/bin/getmail --rcfile getmailrc-wp --rcfile getmailrc-kario --rcfile getmailrc-wsisiz --rcfile getmailrc-qbs
root      9590  0.0  0.0      0     0 ?        S    20:18   0:00 [kworker/1:2]
root      9591  0.0  0.0  76028  1628 ?        Ss   20:19   0:00 sshd: tomato [priv] 
root      9593  0.0  0.0  38672  1132 ?        S    20:20   0:00 /usr/sbin/CROND -n
tomato    9594  0.2  0.2  85972 10024 ?        Ds   20:20   0:01 /usr/bin/python2 /usr/bin/getmail --rcfile getmailrc-wp --rcfile getmailrc-kario --rcfile getmailrc-wsisiz --rcfile getmailrc-qbs
tomato    9595  0.0  0.0  76028  1188 ?        S    20:20   0:00 sshd: tomato at pts/9  
tomato    9600  0.0  0.0  18452  2020 pts/9    Ss   20:21   0:00 -bash
root      9604  0.0  0.0      0     0 ?        S    20:23   0:00 [kworker/1:0]
root      9605  0.0  0.0  38672  1136 ?        S    20:25   0:00 /usr/sbin/CROND -n
root      9606  0.0  0.0  38668   632 ?        S    20:25   0:00 /usr/sbin/CROND -n
root      9622  0.0  0.0      0     0 ?        S    20:28   0:00 [kworker/1:1]
root      9623  0.0  0.0  38668  1064 ?        S    20:30   0:00 /usr/sbin/crond -n
tomato    9651  2.6  0.0  13040  1284 pts/9    R+   20:32   0:00 ps aux
tomato   10493  0.0  0.0  37760   684 pts/5    S+   Feb12   0:00 ssh root at hubert.kario.pl
tomato   11809  0.0  0.2 411252  8108 ?        S    Feb10   2:16 /usr/bin/korgac --icon korgac
tomato   12060  0.6  0.0  15732  1540 pts/1    S+   Feb10  69:20 top
tomato   16446  0.0  0.0  38792  1840 pts/3    S+   Feb09   1:52 ssh bursa
tomato   20707  0.0  0.2 971140 11608 ?        Sl   Feb14   0:01 /usr/bin/knotify4
tomato   23676  0.0  0.0  39404  2872 pts/4    S+   Feb14   0:52 ssh bursa
root     26794  0.0  0.2  20700  8112 ?        S<L  03:32   0:04 /usr/bin/atop -a -w /var/log/atop/atop_20130217 600
root     26831  0.0  0.0      0     0 ?        S    03:34   0:04 [btrfs-endio-met]
root     26989  0.0  0.0      0     0 ?        S    05:02   0:00 [btrfs-endio-met]
root     27003  0.0  0.0      0     0 ?        S    05:11   0:00 [btrfs-readahead]
tomato   28255  0.0  0.1 212688  5840 ?        Sl   Feb09   0:48 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
root     28257  0.1  0.1 349260  4912 ?        Ssl  Feb09  19:11 /usr/lib/udisks2/udisksd --no-debug
tomato   29044  0.0  0.0  15684   688 pts/6    S+   11:21   0:00 /bin/bash /usr/bin/teamspeak3
tomato   29045  0.0  0.0  15684   736 pts/6    S+   11:21   0:00 /bin/bash ./ts3client_runscript.sh
tomato   29048  5.4  0.3 1379448 13064 pts/6   DLl+ 11:21  29:50 ./ts3client_linux_amd64
tomato   31088  0.9  0.1  19524  4744 pts/2    S+   12:37   4:29 mtr hubert.kario.pl

Before X restart:

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  35284  3932 ?        Ss   Feb08   1:38 /usr/lib/systemd/systemd
root         2  0.0  0.0      0     0 ?        S    Feb08   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Feb08   5:21 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/u:0H]
root         8  0.0  0.0      0     0 ?        S    Feb08   0:00 [migration/0]
root         9  0.0  0.0      0     0 ?        S    Feb08   0:02 [watchdog/0]
root        10  0.0  0.0      0     0 ?        S    Feb08   0:00 [migration/1]
root        12  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/1:0H]
root        13  0.0  0.0      0     0 ?        S    Feb08   5:09 [ksoftirqd/1]
root        14  0.0  0.0      0     0 ?        S    Feb08   0:01 [watchdog/1]
root        15  0.0  0.0      0     0 ?        S<   Feb08   0:00 [cpuset]
root        16  0.0  0.0      0     0 ?        S<   Feb08   0:00 [khelper]
root        17  0.0  0.0      0     0 ?        S    Feb08   0:00 [kdevtmpfs]
root        18  0.0  0.0      0     0 ?        S<   Feb08   0:00 [netns]
root        19  0.0  0.0      0     0 ?        S    Feb08   0:00 [bdi-default]
root        20  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kblockd]
root        23  0.0  0.0      0     0 ?        S    Feb08   0:00 [khungtaskd]
root        24  1.3  0.0      0     0 ?        S    Feb08 171:05 [kswapd0]
root        25  0.0  0.0      0     0 ?        SN   Feb08   0:00 [ksmd]
root        26  0.0  0.0      0     0 ?        SN   Feb08   0:09 [khugepaged]
root        27  0.0  0.0      0     0 ?        S    Feb08   0:03 [fsnotify_mark]
root        28  0.0  0.0      0     0 ?        S<   Feb08   0:00 [crypto]
root        31  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kthrotld]
root        33  0.0  0.0      0     0 ?        S<   Feb08   0:00 [deferwq]
root        74  0.0  0.0      0     0 ?        S    Feb08   0:00 [khubd]
root        84  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ata_sff]
root        85  0.0  0.0      0     0 ?        S<   Feb08   0:00 [firewire]
root        86  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_0]
root        87  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_1]
root        88  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_2]
root        89  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_3]
root        90  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_4]
root        91  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_5]
root        98  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_6]
root        99  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_7]
root       101  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_8]
root       102  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_9]
root       103  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_10]
root       104  0.0  0.0      0     0 ?        S    Feb08   0:01 [kworker/u:9]
root       105  0.0  0.0      0     0 ?        S    Feb08   0:01 [kworker/u:10]
root       114  0.0  0.0      0     0 ?        S<   Feb08   1:03 [kworker/0:1H]
root       115  0.0  0.0      0     0 ?        S<   Feb08   1:03 [kworker/1:1H]
root       129  0.0  0.0      0     0 ?        S<   Feb08   0:00 [md]
root       133  0.0  0.0      0     0 ?        S    Feb08   0:00 [md0_raid10]
root       143  0.0  0.0      0     0 ?        S    Feb08   1:37 [md2_raid6]
root       151  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       153  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       156  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       159  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       160  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       162  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       165  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       170  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       177  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       198  0.0  0.0      0     0 ?        S    Feb08   0:06 [jbd2/sde2-8]
root       199  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       214  0.0  0.0  31840  2360 ?        Ss   Feb08   0:00 /usr/lib/systemd/systemd-udevd
root       228  0.0  0.2 591780  8716 ?        Ss   Feb08   2:48 /usr/lib/systemd/systemd-journald
root       346  0.0  0.0      0     0 ?        S<   Feb08   0:00 [hd-audio0]
root       379  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ttm_swap]
root       407  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kvm-irqfd-clean]
root       492  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-worker-1]
root       494  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-genwork-1]
root       495  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-submit-1]
root       496  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delalloc-]
root       497  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-fixup-1]
root       498  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-1]
root       500  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-met]
root       501  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-wri]
root       502  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-freespace]
root       503  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delayed-m]
root       504  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cache-1]
root       505  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-readahead]
root       518  0.0  0.0      0     0 ?        S    Feb08   0:00 [jbd2/sde1-8]
root       519  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       528  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfsalloc]
root       529  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs_mru_cache]
root       530  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfslogd]
root       531  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-data/dm-0]
root       532  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-conv/dm-0]
root       533  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-cil/dm-0]
root       534  0.0  0.0      0     0 ?        S    Feb08   0:28 [xfsaild/dm-0]
root       549  0.0  0.0      0     0 ?        S<   Feb08   0:00 [hd-audio1]
root       564  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-worker-1]
root       565  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-genwork-1]
root       566  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-submit-1]
root       567  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delalloc-]
root       568  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-fixup-1]
root       569  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-1]
root       571  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-met]
root       572  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-wri]
root       573  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-freespace]
root       574  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delayed-m]
root       575  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cache-1]
root       582  0.0  0.0      0     0 ?        S    Feb08   0:24 [jbd2/dm-7-8]
root       583  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       590  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cleaner]
root       591  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-transacti]
root       593  0.0  0.1  24308  5932 ?        Ss   Feb08   0:47 /usr/bin/mount.ntfs-3g /dev/sda6 /mnt/win7 -o rw,noatime,user=tomato
root       597  0.0  0.0      0     0 ?        S    Feb08   0:06 [jbd2/dm-1-8]
root       598  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       600  0.0  0.0      0     0 ?        S    Feb08   0:42 [flush-8:64]
root       601  0.0  0.0      0     0 ?        S    Feb08   0:08 [flush-253:1]
root       602  0.0  0.0      0     0 ?        S    Feb08   0:08 [flush-253:7]
root       603  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cleaner]
root       604  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-transacti]
root       611  0.0  0.0  15200  1268 ?        Ss   Feb08   0:02 /usr/sbin/crond -n
root       614  0.0  0.0  39692  1260 ?        Ss   Feb08   0:00 /usr/sbin/sshd -D
root       617  0.0  0.0  64876  3844 ?        Ss   Feb08   1:03 /usr/sbin/syslog-ng -F
root       620  0.0  0.0  26084  1064 ?        Ss   Feb08   0:01 /usr/lib/systemd/systemd-logind
dbus       621  0.0  0.0  18068  1940 ?        Ss   Feb08   0:17 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       623  0.0  0.0   8568   484 ?        Ss   Feb08   0:00 /sbin/dhcpcd -q -b
root       631  0.0  0.0  10116   760 tty1     Ss+  Feb08   0:00 /sbin/agetty --noclear tty1 38400 linux
root       634  0.0  0.0  22400   688 ?        Ss   Feb08   0:00 /usr/bin/kdm -nodaemon
root       656  1.8  7.1 384980 289656 tty7    Rs+  Feb08 233:51 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-Avlnwa
root       659  0.0  0.0  77092  1348 ?        S    Feb08   0:00 -:0                   
tomato     661  0.0  0.0  18572  2716 pts/8    Ss+  Feb13   0:00 /bin/bash
tomato     677  0.0  0.0  15688  1264 ?        Ss   Feb08   0:00 /bin/sh /usr/bin/startkde
tomato     688  0.0  0.0  18004   588 ?        S    Feb08   0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
tomato     689  0.0  0.0  19536  2536 ?        Ss   Feb08   5:23 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
tomato     738  0.0  0.0  17768   620 ?        Ss   Feb08   0:11 /usr/bin/gpg-agent -s --daemon --pinentry-program /usr/bin/pinentry-qt4 --write-env-file
tomato     741  0.0  0.0  12672   552 ?        Ss   Feb08   0:00 /usr/bin/ssh-agent -s
root       758  0.0  0.0   4076    64 ?        S    Feb08   0:00 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
tomato     759  0.0  0.1 347180  7096 ?        Ss   Feb08   0:01 kdeinit4: kdeinit4 Running...                  
tomato     760  0.0  0.1 351232  6756 ?        S    Feb08   0:01 kdeinit4: klauncher [kdeinit] --fd=9           
tomato     762  0.0  0.6 849528 25104 ?        Sl   Feb08   1:13 kdeinit4: kded4 [kdeinit]                      
tomato     770  0.0  0.2 437828 10736 ?        S    Feb08   0:00 kdeinit4: kglobalaccel [kdeinit]               
tomato     774  0.0  0.1 386224  6908 ?        S    Feb08   0:01 /usr/bin/kactivitymanagerd
root       775  0.0  0.0 221132  1560 ?        Ssl  Feb08   0:00 /usr/lib/upower/upowerd
polkitd    778  0.0  0.1 367936  5580 ?        Ssl  Feb08   0:01 /usr/lib/polkit-1/polkitd --no-debug
tomato     780  0.0  0.0   4212   340 ?        S    Feb08   0:00 kwrapper4 ksmserver
tomato     781  0.0  0.2 519588  9972 ?        Sl   Feb08   0:01 kdeinit4: ksmserver [kdeinit]                  
tomato     810  0.2  0.7 2829956 29608 ?       Rl   Feb08  36:18 kwin -session 10c3a7a473000135364075600000325530061_1359498306_773347
root       817  0.0  0.0 196448  3332 ?        Ssl  Feb08   2:24 /usr/lib/udisks/udisks-daemon
root       825  0.0  0.0  47580   536 ?        S    Feb08   0:00 udisks-daemon: not polling any devices
tomato     873  0.2  2.5 3196264 103632 ?      Sl   Feb08  36:55 kdeinit4: plasma-desktop [kdeinit]             
tomato     879  0.1  0.0  10036  1460 ?        S    Feb08  17:00 ksysguardd
tomato     886  0.0  0.1 281520  5728 ?        S    Feb08   0:00 /usr/bin/kuiserver
tomato     917  0.0  0.6 1152760 27948 ?       Sl   Feb08   0:53 kdeinit4: krunner [kdeinit]                    
tomato     924  0.0  0.3 611424 14652 ?        Sl   Feb08   0:03 kdeinit4: kmix [kdeinit] -session 10c3a7a473000131300457500000
tomato     976  0.0  0.2 375292  8116 ?        Sl   Feb08   0:00 /usr/bin/kgpg -session 10c3a7a473000131301989300000021640053_1359498306_718456
tomato     978  0.0  0.1 288600  5764 ?        S    Feb08   0:00 /usr/bin/nepomukcontroller -session 10c3a7a473000131515890100000138270021_1359498306_718558
tomato     989  0.0  0.1 371012  7508 ?        Sl   Feb08   0:24 akonaditray -session 10c3a7a473000131530545900000073440039_1359498306_718744
tomato     994  0.0  0.1 288072  5536 ?        S    Feb08   0:00 /usr/bin/krandrtray -session 10c3a7a473000131531324800000257910028_1359498306_718839
tomato     999  1.0  1.0 557920 41160 ?        Sl   Feb08 136:12 kdeinit4: konsole [kdeinit] -session 10c3a7a473000131861666400
tomato    1003  0.0  0.2 444236 11260 ?        S    Feb08   0:01 kdeinit4: kwalletd [kdeinit]                   
tomato    1004  0.0  0.5 534700 21240 ?        Sl   Feb08  12:30 kdeinit4: ksysguard [kdeinit] -session 10c3a7a4730001343556903
tomato    1019  0.0  0.0  18572  2216 pts/0    Ss   Feb08   0:00 /bin/bash
tomato    1024  0.0  0.0  18452  2096 pts/2    Ss   Feb08   0:00 /bin/bash
tomato    1033  0.0  0.0  10036  1468 ?        S    Feb08   5:10 ksysguardd
tomato    1042  0.0  0.0  18452  2088 pts/3    Ss   Feb08   0:00 /bin/bash
tomato    1050  0.0  0.0  18568  2224 pts/4    Ss   Feb08   0:00 /bin/bash
tomato    1062  0.0  0.0  18576  2248 pts/5    Ss   Feb08   0:00 /bin/bash
tomato    1073  0.0  0.0  18584  2272 pts/1    Ss   Feb08   0:00 /bin/bash
tomato    1080  0.0  0.0  18720  2424 pts/6    Ss   Feb08   0:00 /bin/bash
tomato    1117  0.0  0.6 454264 24808 ?        S    Feb08   0:01 python2 /usr/bin/printer-applet
tomato    1119  0.0  0.1 377796  6056 ?        Sl   Feb08   0:00 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
tomato    1122  0.0  0.3 450656 12520 ?        S    Feb08   0:03 kdeinit4: klipper [kdeinit]                    
tomato    1134  0.0  0.0 188372  1348 ?        Sl   Feb08   0:00 /usr/lib/gvfs/gvfsd
tomato    1138  0.0  0.0 338648  3484 ?        Sl   Feb08   0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/500/gvfs
root      1183  0.0  0.0  19612  1020 ?        Ss   Feb08   0:00 /usr/sbin/dovecot -F
ntp       1185  0.0  0.0  31328  1596 ?        Ss   Feb08   0:28 /usr/bin/ntpd -g -u ntp:ntp
root      1186  0.0  0.0  18624  2092 ?        Ss   Feb08   1:16 /usr/sbin/openvpn --config /etc/openvpn/hitme.conf --daemon openvpn at hitme --cd /etc/openvpn
dovecot   1189  0.0  0.0  13192   760 ?        S    Feb08   0:00 dovecot/anvil
root      1190  0.0  0.0  13324   892 ?        S    Feb08   0:00 dovecot/log
tomato    1246  0.0  0.1 349836  7116 ?        S    Feb08   0:00 kdeinit4: kio_http_cache_cleaner [kdeinit]     
tomato    1279  0.0  0.1 286060  6020 ?        S    Feb08   0:01 /usr/bin/kwalletmanager --kwalletd
root      1529  0.0  0.0  31412  1016 pts/0    S    Feb08   0:00 su -
root      1530  0.0  0.0  18800  3180 pts/0    S    Feb08   0:00 -bash
tomato    2667  0.0  0.0  47504  1648 ?        S    Feb13   0:00 /usr/lib/GConf/gconfd-2
tomato    2683  0.0  0.0 265328  1072 ?        Sl   Feb13   0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
root      6697  0.0  0.0      0     0 ?        S    18:05   0:00 [kworker/0:0]
root      9591  0.0  0.0  76028  1636 ?        Ss   20:19   0:00 sshd: tomato [priv] 
tomato    9595  0.0  0.0  76176  1488 ?        S    20:20   0:00 sshd: tomato at pts/9  
tomato    9600  0.0  0.0  18560  2100 pts/9    Ss   20:21   0:00 -bash
root      9710  0.0  0.0  38672  1576 ?        S    21:01   0:00 /usr/sbin/CROND -n
root      9716  0.0  0.0      0     0 ?        S    21:04   0:00 [kworker/1:0]
root      9760  0.0  0.0      0     0 ?        Zs   21:15   0:00 [run-parts] <defunct>
root      9775  0.0  0.0   9636  1152 ?        S    21:15   0:00 /usr/lib/sa/sadc -F -L 600 6 -
root      9817  0.0  0.0  76028  1720 ?        Ss   21:16   0:00 sshd: tomato [priv] 
tomato    9819  0.0  0.0  76028  1200 ?        S    21:16   0:00 sshd: tomato at pts/10 
tomato    9820  0.0  0.0  18452  2036 pts/10   Ss+  21:16   0:00 -bash
root     10119  0.1  0.0      0     0 ?        S    21:29   0:00 [kworker/0:2]
root     10135  0.1  0.0      0     0 ?        S    21:30   0:00 [kworker/1:1]
tomato   10156  0.5  0.0  15616  1640 pts/9    S+   21:31   0:01 top
root     10189  0.0  0.0      0     0 ?        S    21:35   0:00 [kworker/1:2]
root     10198  0.0  0.0  13040  1376 pts/0    R+   21:36   0:00 ps aux
tomato   10493  0.0  0.0  37760  1276 pts/5    S+   Feb12   0:00 ssh root at hubert.kario.pl
tomato   11809  0.0  0.2 411252  8856 ?        S    Feb10   2:16 /usr/bin/korgac --icon korgac
tomato   12060  0.6  0.0  15732  1840 pts/1    S+   Feb10  69:35 top
tomato   16446  0.0  0.0  38792  2528 pts/3    S+   Feb09   1:52 ssh bursa
tomato   20707  0.0  0.3 971140 15132 ?        Sl   Feb14   0:01 /usr/bin/knotify4
tomato   23676  0.0  0.0  39564  3420 pts/4    S+   Feb14   0:53 ssh bursa
root     26794  0.0  0.2  20700  8112 ?        S<L  03:32   0:04 /usr/bin/atop -a -w /var/log/atop/atop_20130217 600
root     26831  0.0  0.0      0     0 ?        S    03:34   0:04 [btrfs-endio-met]
root     26989  0.0  0.0      0     0 ?        S    05:02   0:00 [btrfs-endio-met]
root     27003  0.0  0.0      0     0 ?        S    05:11   0:00 [btrfs-readahead]
tomato   28255  0.0  0.2 212872  9408 ?        Sl   Feb09   0:52 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
root     28257  0.1  0.1 349260  5712 ?        Ssl  Feb09  19:18 /usr/lib/udisks2/udisksd --no-debug
tomato   29044  0.0  0.0  15684  1096 pts/6    S+   11:21   0:00 /bin/bash /usr/bin/teamspeak3
tomato   29045  0.0  0.0  15684  1144 pts/6    S+   11:21   0:00 /bin/bash ./ts3client_runscript.sh
tomato   29048  5.1  0.4 1379480 20056 pts/6   SLl+ 11:21  31:51 ./ts3client_linux_amd64
tomato   31088  0.9  0.1  20052  5252 pts/2    S+   12:37   4:54 mtr hubert.kario.pl


After X restart:
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1  35284  4412 ?        Ss   Feb08   1:39 /usr/lib/systemd/systemd
root         2  0.0  0.0      0     0 ?        S    Feb08   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Feb08   5:21 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/u:0H]
root         8  0.0  0.0      0     0 ?        S    Feb08   0:00 [migration/0]
root         9  0.0  0.0      0     0 ?        S    Feb08   0:02 [watchdog/0]
root        10  0.0  0.0      0     0 ?        S    Feb08   0:00 [migration/1]
root        12  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kworker/1:0H]
root        13  0.0  0.0      0     0 ?        S    Feb08   5:09 [ksoftirqd/1]
root        14  0.0  0.0      0     0 ?        S    Feb08   0:01 [watchdog/1]
root        15  0.0  0.0      0     0 ?        S<   Feb08   0:00 [cpuset]
root        16  0.0  0.0      0     0 ?        S<   Feb08   0:00 [khelper]
root        17  0.0  0.0      0     0 ?        S    Feb08   0:00 [kdevtmpfs]
root        18  0.0  0.0      0     0 ?        S<   Feb08   0:00 [netns]
root        19  0.0  0.0      0     0 ?        S    Feb08   0:00 [bdi-default]
root        20  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kblockd]
root        23  0.0  0.0      0     0 ?        S    Feb08   0:00 [khungtaskd]
root        24  1.3  0.0      0     0 ?        S    Feb08 171:05 [kswapd0]
root        25  0.0  0.0      0     0 ?        SN   Feb08   0:00 [ksmd]
root        26  0.0  0.0      0     0 ?        SN   Feb08   0:09 [khugepaged]
root        27  0.0  0.0      0     0 ?        S    Feb08   0:03 [fsnotify_mark]
root        28  0.0  0.0      0     0 ?        S<   Feb08   0:00 [crypto]
root        31  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kthrotld]
root        33  0.0  0.0      0     0 ?        S<   Feb08   0:00 [deferwq]
root        74  0.0  0.0      0     0 ?        S    Feb08   0:00 [khubd]
root        84  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ata_sff]
root        85  0.0  0.0      0     0 ?        S<   Feb08   0:00 [firewire]
root        86  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_0]
root        87  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_1]
root        88  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_2]
root        89  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_3]
root        90  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_4]
root        91  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_5]
root        98  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_6]
root        99  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_7]
root       101  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_8]
root       102  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_9]
root       103  0.0  0.0      0     0 ?        S    Feb08   0:00 [scsi_eh_10]
root       104  0.0  0.0      0     0 ?        S    Feb08   0:01 [kworker/u:9]
root       105  0.0  0.0      0     0 ?        S    Feb08   0:01 [kworker/u:10]
root       114  0.0  0.0      0     0 ?        S<   Feb08   1:03 [kworker/0:1H]
root       115  0.0  0.0      0     0 ?        S<   Feb08   1:04 [kworker/1:1H]
root       129  0.0  0.0      0     0 ?        S<   Feb08   0:00 [md]
root       133  0.0  0.0      0     0 ?        S    Feb08   0:00 [md0_raid10]
root       143  0.0  0.0      0     0 ?        S    Feb08   1:37 [md2_raid6]
root       151  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       153  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       156  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       159  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       160  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       162  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       165  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       170  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       177  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kdmflush]
root       198  0.0  0.0      0     0 ?        S    Feb08   0:06 [jbd2/sde2-8]
root       199  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       214  0.0  0.0  31840  2360 ?        Ss   Feb08   0:00 /usr/lib/systemd/systemd-udevd
root       228  0.0  0.3 609776 13276 ?        Ss   Feb08   2:52 /usr/lib/systemd/systemd-journald
root       346  0.0  0.0      0     0 ?        S<   Feb08   0:00 [hd-audio0]
root       379  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ttm_swap]
root       407  0.0  0.0      0     0 ?        S<   Feb08   0:00 [kvm-irqfd-clean]
root       492  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-worker-1]
root       494  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-genwork-1]
root       495  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-submit-1]
root       496  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delalloc-]
root       497  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-fixup-1]
root       498  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-1]
root       500  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-met]
root       501  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-wri]
root       502  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-freespace]
root       503  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delayed-m]
root       504  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cache-1]
root       505  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-readahead]
root       518  0.0  0.0      0     0 ?        S    Feb08   0:00 [jbd2/sde1-8]
root       519  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       528  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfsalloc]
root       529  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs_mru_cache]
root       530  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfslogd]
root       531  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-data/dm-0]
root       532  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-conv/dm-0]
root       533  0.0  0.0      0     0 ?        S<   Feb08   0:00 [xfs-cil/dm-0]
root       534  0.0  0.0      0     0 ?        S    Feb08   0:28 [xfsaild/dm-0]
root       549  0.0  0.0      0     0 ?        S<   Feb08   0:00 [hd-audio1]
root       564  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-worker-1]
root       565  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-genwork-1]
root       566  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-submit-1]
root       567  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delalloc-]
root       568  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-fixup-1]
root       569  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-1]
root       571  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-met]
root       572  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-endio-wri]
root       573  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-freespace]
root       574  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-delayed-m]
root       575  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cache-1]
root       582  0.0  0.0      0     0 ?        S    Feb08   0:24 [jbd2/dm-7-8]
root       583  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       590  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cleaner]
root       591  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-transacti]
root       593  0.0  0.1  24308  6084 ?        Ss   Feb08   0:47 /usr/bin/mount.ntfs-3g /dev/sda6 /mnt/win7 -o rw,noatime,user=tomato
root       597  0.0  0.0      0     0 ?        S    Feb08   0:06 [jbd2/dm-1-8]
root       598  0.0  0.0      0     0 ?        S<   Feb08   0:00 [ext4-dio-unwrit]
root       600  0.0  0.0      0     0 ?        S    Feb08   0:42 [flush-8:64]
root       601  0.0  0.0      0     0 ?        S    Feb08   0:08 [flush-253:1]
root       602  0.0  0.0      0     0 ?        S    Feb08   0:08 [flush-253:7]
root       603  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-cleaner]
root       604  0.0  0.0      0     0 ?        S    Feb08   0:00 [btrfs-transacti]
root       611  0.0  0.0  15200  1268 ?        Ss   Feb08   0:02 /usr/sbin/crond -n
root       614  0.0  0.0  39692  1260 ?        Ss   Feb08   0:00 /usr/sbin/sshd -D
root       617  0.0  0.0  64876  3844 ?        Ss   Feb08   1:03 /usr/sbin/syslog-ng -F
root       620  0.0  0.0  26180  1560 ?        Ss   Feb08   0:01 /usr/lib/systemd/systemd-logind
dbus       621  0.0  0.0  18068  2112 ?        Ss   Feb08   0:19 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       623  0.0  0.0   8568   728 ?        Ss   Feb08   0:00 /sbin/dhcpcd -q -b
root       631  0.0  0.0  10116   760 tty1     Ss+  Feb08   0:00 /sbin/agetty --noclear tty1 38400 linux
root       634  0.0  0.0  22400   956 ?        Ss   Feb08   0:00 /usr/bin/kdm -nodaemon
root       775  0.0  0.0 221132  2888 ?        Ssl  Feb08   0:00 /usr/lib/upower/upowerd
polkitd    778  0.0  0.1 367936  7132 ?        Ssl  Feb08   0:01 /usr/lib/polkit-1/polkitd --no-debug
root       817  0.0  0.0 196392  3752 ?        Ssl  Feb08   2:31 /usr/lib/udisks/udisks-daemon
root       825  0.0  0.0  47580   536 ?        S    Feb08   0:00 udisks-daemon: not polling any devices
root      1183  0.0  0.0  19612  1288 ?        Ss   Feb08   0:00 /usr/sbin/dovecot -F
ntp       1185  0.0  0.0  31328  1596 ?        Ss   Feb08   0:28 /usr/bin/ntpd -g -u ntp:ntp
root      1186  0.0  0.0  18624  2092 ?        Ss   Feb08   1:16 /usr/sbin/openvpn --config /etc/openvpn/hitme.conf --daemon openvpn at hitme --cd /etc/openvpn
dovecot   1189  0.0  0.0  13192   760 ?        S    Feb08   0:00 dovecot/anvil
root      1190  0.0  0.0  13324   892 ?        S    Feb08   0:00 dovecot/log
tomato    1246  0.0  0.1 349836  7892 ?        S    Feb08   0:00 kdeinit4: kio_http_cache_cleaner [kdeinit]     
root      9591  0.0  0.0  76028  1636 ?        Ss   20:19   0:00 sshd: tomato [priv] 
tomato    9595  0.0  0.0  76176  1488 ?        S    20:20   0:00 sshd: tomato at pts/9  
tomato    9600  0.0  0.0  18560  2860 pts/9    Ss+  20:21   0:00 -bash
root      9710  0.0  0.0  38672  1576 ?        S    21:01   0:00 /usr/sbin/CROND -n
root      9716  0.0  0.0      0     0 ?        S    21:04   0:00 [kworker/1:0]
root      9760  0.0  0.0      0     0 ?        Zs   21:15   0:00 [run-parts] <defunct>
root      9775  0.0  0.0   9636  1152 ?        S    21:15   0:00 /usr/lib/sa/sadc -F -L 600 6 -
root      9817  0.0  0.0  76028  1720 ?        Ss   21:16   0:00 sshd: tomato [priv] 
tomato    9819  0.0  0.0  76028  1368 ?        S    21:16   0:00 sshd: tomato at pts/10 
tomato    9820  0.0  0.0  18452  2708 pts/10   Ss+  21:16   0:00 -bash
root     10119  0.0  0.0      0     0 ?        S    21:29   0:01 [kworker/0:2]
root     10250  0.0  0.0      0     0 ?        S    21:40   0:00 [kworker/1:1]
root     10331  0.0  0.0      0     0 ?        S    21:41   0:00 [kworker/0:1]
root     10627  0.0  0.0      0     0 ?        S    21:45   0:00 [kworker/1:2]
root     10710  4.1  1.2 139696 50984 tty7     Ss+  21:46   0:03 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-Avlnwa
root     10718  0.0  0.0  77092  2364 ?        S    21:46   0:00 -:0                   
tomato   10738  0.0  0.0  15688  1900 ?        Ss   21:46   0:00 /bin/sh /usr/bin/startkde
tomato   10749  0.0  0.0  18004   824 ?        S    21:46   0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
tomato   10750  0.4  0.0  19212  2368 ?        Ss   21:46   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
tomato   10776  0.0  0.0  17156   412 ?        Ss   21:46   0:00 /usr/bin/gpg-agent -s --daemon --pinentry-program /usr/bin/pinentry-qt4 --write-env-file
tomato   10779  0.0  0.0  12672  1028 ?        Ss   21:46   0:00 /usr/bin/ssh-agent -s
root     10796  0.0  0.0   4076    80 ?        S    21:46   0:00 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
tomato   10797  0.1  0.6 347024 26544 ?        Ss   21:46   0:00 kdeinit4: kdeinit4 Running...                  
tomato   10798  0.0  0.2 351232 11960 ?        S    21:46   0:00 kdeinit4: klauncher [kdeinit] --fd=9           
tomato   10800  0.7  0.7 770776 31444 ?        Sl   21:46   0:00 kdeinit4: kded4 [kdeinit]                      
tomato   10809  0.2  0.5 437684 20528 ?        S    21:46   0:00 kdeinit4: kglobalaccel [kdeinit]               
tomato   10813  0.1  0.4 386152 18068 ?        S    21:46   0:00 /usr/bin/kactivitymanagerd
tomato   10818  0.0  0.0   4212   352 ?        S    21:46   0:00 kwrapper4 ksmserver
tomato   10819  0.1  0.5 519364 21436 ?        Sl   21:46   0:00 kdeinit4: ksmserver [kdeinit]                  
tomato   10821  1.3  1.2 2720440 48908 ?       Sl   21:46   0:01 kwin -session 10c3a7a473000135364075600000325530061_1359498306_773347
tomato   10830  0.7  0.7 975116 32344 ?        Sl   21:46   0:00 /usr/bin/knotify4
tomato   10833  4.7  2.4 3136580 98864 ?       Sl   21:46   0:03 kdeinit4: plasma-desktop [kdeinit]             
tomato   10837  0.1  0.0  10036  1564 ?        S    21:46   0:00 ksysguardd
tomato   10844  0.0  0.4 281520 18592 ?        S    21:46   0:00 /usr/bin/kuiserver
tomato   10847  0.0  0.2 425760 11464 ?        Sl   21:46   0:00 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-tomato/
tomato   10880  1.1  1.1 773200 45936 ?        Sl   21:46   0:00 kdeinit4: krunner [kdeinit]                    
tomato   10882  0.2  0.7 611352 28448 ?        Sl   21:46   0:00 kdeinit4: kmix [kdeinit] -session 10c3a7a473000131300457500000
tomato   10927  0.0  0.2 425760 11456 ?        Sl   21:47   0:00 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-tomato/
tomato   10941  0.2  0.5 443636 23664 ?        S    21:47   0:00 kdeinit4: kwalletd [kdeinit]                   
tomato   10950  0.1  0.5 375292 23536 ?        Sl   21:47   0:00 /usr/bin/kgpg -session 10c3a7a473000131301989300000021640053_1359498306_718456
tomato   10952  0.0  0.4 288628 18908 ?        S    21:47   0:00 /usr/bin/nepomukcontroller -session 10c3a7a473000131515890100000138270021_1359498306_718558
tomato   10964  0.6  0.5 296568 20756 ?        S    21:47   0:00 akonaditray -session 10c3a7a473000131530545900000073440039_1359498306_718744
tomato   10967  0.0  0.4 288012 18460 ?        S    21:47   0:00 /usr/bin/krandrtray -session 10c3a7a473000131531324800000257910028_1359498306_718839
tomato   10971  0.9  0.8 540124 33776 ?        Sl   21:47   0:00 kdeinit4: konsole [kdeinit] -session 10c3a7a473000131861666400
tomato   10972  0.3  0.7 533700 32060 ?        Sl   21:47   0:00 kdeinit4: ksysguard [kdeinit] -session 10c3a7a4730001343556903
tomato   10982  0.0  0.0  18572  3060 pts/0    Ss   21:47   0:00 /bin/bash
tomato   10985  0.0  0.0  18452  2728 pts/2    Ss+  21:47   0:00 /bin/bash
tomato   10990  0.0  0.0  18452  2724 pts/3    Ss+  21:47   0:00 /bin/bash
tomato   11003  0.0  0.0  18452  2728 pts/4    Ss+  21:47   0:00 /bin/bash
tomato   11012  0.0  0.0  10036  1564 ?        S    21:47   0:00 ksysguardd
tomato   11018  0.0  0.0  18452  2728 pts/5    Ss+  21:47   0:00 /bin/bash
tomato   11036  0.0  0.0  18452  2728 pts/1    Ss+  21:47   0:00 /bin/bash
tomato   11038  0.0  0.0  18452  2728 pts/6    Ss+  21:47   0:00 /bin/bash
tomato   11072  0.5  1.3 454264 55824 ?        S    21:47   0:00 python2 /usr/bin/printer-applet
tomato   11075  0.1  0.5 377800 20396 ?        Sl   21:47   0:00 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
tomato   11078  0.0  0.4 445304 20244 ?        S    21:47   0:00 kdeinit4: klipper [kdeinit]                    
tomato   11096  0.0  0.0 188372  3024 ?        Sl   21:47   0:00 /usr/lib/gvfs/gvfsd
tomato   11100  0.0  0.1 273112  5364 ?        Sl   21:47   0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/500/gvfs
root     11190  0.0  0.0  15760  1476 ?        S    21:47   0:00 dovecot/config
dovecot  11191  0.0  0.0  55504  3056 ?        S    21:47   0:00 dovecot/auth
tomato   11192  0.1  0.4 286176 18868 ?        S    21:47   0:00 /usr/bin/kwalletmanager --kwalletd
root     11193  0.0  0.0  57604  3224 ?        S    21:47   0:00 dovecot/auth -w
tomato   11219  0.0  0.0  13040  1380 pts/0    R+   21:48   0:00 ps aux
root     26794  0.0  0.2  20700  8112 ?        S<L  03:32   0:04 /usr/bin/atop -a -w /var/log/atop/atop_20130217 600
root     26831  0.0  0.0      0     0 ?        S    03:34   0:04 [btrfs-endio-met]
root     26989  0.0  0.0      0     0 ?        S    05:02   0:00 [btrfs-endio-met]
root     27003  0.0  0.0      0     0 ?        S    05:11   0:00 [btrfs-readahead]
root     28257  0.1  0.1 349260  5920 ?        Ssl  Feb09  19:18 /usr/lib/udisks2/udisksd --no-debug


I also have smem -tk, lsmod and lspci before and after X restart if you're interested.

Regards,
-- 
Hubert Kario



More information about the xorg-driver-ati mailing list