You are not logged in.
For about 2-3 weeks, I've been noticing some serious bog on my system, and can't seem to figure out the cause. Here's some possibly relevant details:
- Uname:
Linux bigBang 3.11.5-1-ARCH #1 SMP PREEMPT Mon Oct 14 08:31:43 CEST 2013 x86_64 GNU/Linux
- Running standard Arch kernel.
- Nvidia Quadro FX 1800M with the nvidia driver from extra.
- Openbox, feh for background creation, three instances of conky, tint2 as my panel/tray/bar, and wicd for internet
- Disk utilization:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/root 30104556 14245392 14306884 50% /
dev 4049952 0 4049952 0% /dev
run 4053452 740 4052712 1% /run
tmpfs 4053452 332644 3720808 9% /dev/shm
tmpfs 4053452 0 4053452 0% /sys/fs/cgroup
tmpfs 4053452 832 4052620 1% /tmp
/dev/sda2 126931 26213 91544 23% /boot
dev 4049952 0 4049952 0% /opt/arch32/dev
tmpfs 4053452 332644 3720808 9% /opt/arch32/dev/shm
tmpfs 4053452 332644 3720808 9% /dev/shm
tmpfs 4053452 832 4052620 1% /opt/arch32/tmp
/dev/mapper/truecrypt1 80789244 28304364 52484880 36% /media/vault
/ is a dm-crypt/LUKS partition, using ext4; /dev/sda4 is mapped to /dev/mapper/truecrypt1 and is an NTFS formatted partition shared with Windows 7.
Please let me know if there are any other details that would help. I'll leave it at that for now and move onto the observations. It doesn't seem to matter which application I have open when this happens. Typically, I'll notice it when chromium is open, and then pop open top to verify... but then top is shown as eating ~50-100% CPU. Then I'll close Chromium and it'll die down a bit, but top will stay high. I thought I'd try switching to jumanji in the event that it was a chromium issue I was experiencing. Then jumanji bogged (with chromium now closed). I cycled through with emacs and pcmanfm to show that it really doesn't seem to matter -- something is bottle necking and any application (including just X) that's open starts registering as 100% of CPU. Then magically, it will just stop doing that and I can open whatever I want with no issues.
This is on an HP 8540w Elitebook with an i7 and 8GB of RAM. I really wouldn't expect a single application to be doing this. I would have posted screenshots but completeyl borked an imagemagick command and resized the originals; I'll have to wait until it happens again to post the shots of top that I intended. Nothing appeared out of the ordinary to me; just whatever application I opened zoomed to 50-100+% of CPU.
Suggestions to debug or the best log to check? Any ideas on what kind of application or activity or setting would cause something like this (intermittent bogging)? I have a couple of cronjob scripts that run, but they're extremely simple like running an emacs shell command and cat-ing out a file to put on my background with conky. I'm going to see if this bogging happens at any particular time to see if it corresponds at all with cron or some other service that runs or does something.
Thanks for any help!
Offline
You can write top output to a file, instead of taking a screenshot, using this command:
top -b -n 1 > filename
Offline
@Bandit: thanks for that -- I'll wait until it happens again and then do that a few times to capture.
Still open to whether or not top is the best way to debug this issue. Like I said, it's application agnostic -- whatever I open eats 100% of the CPU whether one would intuitively think it's a resource hungry app or not -- chromium, jumanji, top itself, X, emacs, pcmanfm. They all do it when opened. I believe the problem is elsewhere and the CPU is simply having a tough time keeping up with anything. It's the kind of behavior I'd expect if something was writing to disk constantly or swapping or something (though I have no swap partition/file).
So... I'll definitely take the suggestion, but if passer-bys can provide other places to check, I'd love to do so as top only seems to tell me that my CPU is churning, not why...
Offline
Okay, grabbed some top output, which I'll post. At first I was limiting it to 20 lines as I thought that should be sufficient, but then stopped adding that option in case there would be something of interest further down.
Chromium starts bogging
$ cat top-01.txt
top - 09:56:39 up 22:51, 1 user, load average: 1.88, 1.09, 0.62
Tasks: 209 total, 2 running, 207 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.2 ni, 74.7 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 2834072 used, 5272832 free, 231800 buffers
KiB Swap: 0 total, 0 used, 0 free, 954444 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
947 jwhendy 25 5 1663932 176320 27140 R 93.6 2.2 4:09.35 chromium
586 jwhendy 20 0 236040 4092 2688 S 42.9 0.1 2:25.37 conky
24741 jwhendy 20 0 15444 1340 968 R 35.1 0.0 0:00.20 top
515 root 19 -1 213088 90696 33172 S 19.5 1.1 28:22.36 X
585 jwhendy 20 0 301836 4116 2684 S 15.6 0.1 0:49.44 conky
611 jwhendy 20 0 80360 3816 2552 S 11.7 0.0 0:54.42 conky
8 root 20 0 0 0 0 S 3.9 0.0 2:10.53 rcu_preem+
34 root 20 0 0 0 0 S 3.9 0.0 0:01.05 ksoftirqd+
23866 root 20 0 0 0 0 S 3.9 0.0 0:00.79 kworker/u+
24007 jwhendy 20 0 604720 71940 28120 S 3.9 0.9 0:08.41 emacs
24573 root 20 0 0 0 0 S 3.9 0.0 0:00.46 kworker/1+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.85 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
Chromium settled down; top is now high
$ cat top-02.txt
top - 09:56:46 up 22:51, 1 user, load average: 1.97, 1.12, 0.63
Tasks: 209 total, 1 running, 208 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.2 ni, 74.7 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 2812552 used, 5294352 free, 231800 buffers
KiB Swap: 0 total, 0 used, 0 free, 954480 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24750 jwhendy 20 0 15444 1340 968 R 36.2 0.0 0:00.20 top
8 root 20 0 0 0 0 S 4.0 0.0 2:10.60 rcu_preem+
291 root -51 0 0 0 0 S 4.0 0.0 0:37.75 irq/62-iw+
515 root 19 -1 213184 90792 33268 S 4.0 1.1 28:23.49 X
861 jwhendy 20 0 3519352 221204 62252 S 4.0 2.7 34:12.46 chromium
947 jwhendy 25 5 1663932 176320 27140 S 4.0 2.2 4:10.63 chromium
1535 jwhendy 20 0 125024 3504 2748 S 4.0 0.0 0:02.00 at-spi2-r+
10808 jwhendy 25 5 1394952 196612 29276 S 4.0 2.4 2:28.44 chromium
14011 root 20 0 0 0 0 S 4.0 0.0 0:04.49 kworker/6+
24007 jwhendy 20 0 604720 71940 28120 S 4.0 0.9 0:08.52 emacs
24589 root 20 0 0 0 0 S 4.0 0.0 0:00.51 kworker/2+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.85 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
Quit out of chromium; top still high
$ cat top-05.txt
top - 09:57:08 up 22:51, 1 user, load average: 1.47, 1.08, 0.63
Tasks: 191 total, 1 running, 190 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.2 ni, 74.7 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1794448 used, 6312456 free, 231904 buffers
KiB Swap: 0 total, 0 used, 0 free, 938404 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24791 jwhendy 20 0 15444 1324 968 R 33.5 0.0 0:00.17 top
291 root -51 0 0 0 0 S 4.2 0.0 0:38.13 irq/62-iw+
23218 root 20 0 0 0 0 S 4.2 0.0 0:00.49 kworker/1+
23760 root 20 0 0 0 0 S 4.2 0.0 0:00.94 kworker/2+
24007 jwhendy 20 0 604720 71940 28120 S 4.2 0.9 0:08.83 emacs
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.85 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:07.98 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migration+
8 root 20 0 0 0 0 S 0.0 0.0 2:10.93 rcu_preem+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
udisksd kicks in (top also high)
$ cat top-06.txt
top - 09:57:12 up 22:51, 1 user, load average: 1.36, 1.06, 0.63
Tasks: 191 total, 1 running, 190 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.2 ni, 74.7 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1795200 used, 6311704 free, 231904 buffers
KiB Swap: 0 total, 0 used, 0 free, 938408 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2704 root 20 0 353816 4716 3284 S 91.3 0.1 0:06.77 udisksd
24797 jwhendy 20 0 15444 1324 968 R 33.2 0.0 0:00.17 top
515 root 19 -1 211040 88752 31228 S 8.3 1.1 28:26.93 X
563 jwhendy 20 0 54640 2980 2156 S 8.3 0.0 0:07.07 xscreensa+
291 root -51 0 0 0 0 S 4.2 0.0 0:38.18 irq/62-iw+
23218 root 20 0 0 0 0 S 4.2 0.0 0:00.51 kworker/1+
23721 root 20 0 0 0 0 S 4.2 0.0 0:00.82 kworker/4+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.85 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:07.98 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migration+
8 root 20 0 0 0 0 S 0.0 0.0 2:10.96 rcu_preem+
udiskdsd gone; top high again
$ cat top-07.txt
top - 09:57:18 up 22:52, 1 user, load average: 1.25, 1.04, 0.63
Tasks: 191 total, 2 running, 189 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.2 ni, 74.8 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1795260 used, 6311644 free, 231920 buffers
KiB Swap: 0 total, 0 used, 0 free, 938460 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24802 jwhendy 20 0 15444 1328 968 R 45.0 0.0 0:00.10 top
24776 root 20 0 0 0 0 S 11.3 0.0 0:00.17 kworker/0+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.85 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:07.99 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migration+
8 root 20 0 0 0 0 S 0.0 0.0 2:11.01 rcu_preem+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.23 watchdog/0
12 root rt 0 0 0 0 S 0.0 0.0 0:00.26 watchdog/1
13 root rt 0 0 0 0 S 0.0 0.0 0:00.12 migration+
Start pacman upgrade; nothing else going
$ cat top-08.txt
top - 09:57:54 up 22:52, 1 user, load average: 1.12, 1.04, 0.64
Tasks: 184 total, 2 running, 182 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.4 us, 5.2 sy, 4.2 ni, 74.9 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1717020 used, 6389884 free, 231972 buffers
KiB Swap: 0 total, 0 used, 0 free, 929412 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24828 root 20 0 56484 10748 1916 R 92.6 0.1 0:10.79 pacman
24836 jwhendy 20 0 15444 1324 968 R 29.5 0.0 0:00.17 top
23721 root 20 0 0 0 0 S 4.2 0.0 0:00.98 kworker/4+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.86 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.01 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.17 migration+
8 root 20 0 0 0 0 S 0.0 0.0 2:11.21 rcu_preem+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.23 watchdog/0
12 root rt 0 0 0 0 S 0.0 0.0 0:00.26 watchdog/1
Cancelled pacman upgrade after it synced repos
$ cat top-09.txt
top - 09:58:48 up 22:53, 1 user, load average: 1.21, 1.05, 0.67
Tasks: 184 total, 1 running, 183 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.4 us, 5.2 sy, 4.1 ni, 74.9 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1655456 used, 6451448 free, 232120 buffers
KiB Swap: 0 total, 0 used, 0 free, 855880 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24920 jwhendy 20 0 15444 1328 968 R 33.6 0.0 0:00.17 top
515 root 19 -1 172128 79936 22412 S 8.4 1.0 28:35.64 X
8 root 20 0 0 0 0 S 4.2 0.0 2:11.70 rcu_preem+
24 root 20 0 0 0 0 S 4.2 0.0 0:01.49 ksoftirqd+
23721 root 20 0 0 0 0 S 4.2 0.0 0:02.24 kworker/4+
24623 root 20 0 0 0 0 S 4.2 0.0 0:01.60 kworker/6+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.86 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.03 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.17 migration+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
More of the same, but with kworker high now
$ cat top-10.txt
top - 09:58:52 up 22:53, 1 user, load average: 1.19, 1.05, 0.67
Tasks: 184 total, 2 running, 182 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.4 us, 5.2 sy, 4.1 ni, 74.9 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1657596 used, 6449308 free, 232128 buffers
KiB Swap: 0 total, 0 used, 0 free, 857396 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
23218 root 20 0 0 0 0 R 94.4 0.0 0:03.42 kworker/1+
24931 jwhendy 20 0 15444 1328 968 R 30.0 0.0 0:00.16 top
8 root 20 0 0 0 0 S 4.3 0.0 2:11.73 rcu_preem+
34 root 20 0 0 0 0 S 4.3 0.0 0:01.08 ksoftirqd+
515 root 19 -1 172640 79936 22412 S 4.3 1.0 28:35.97 X
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.86 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.04 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.17 migration+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.24 watchdog/0
Tried jumanji instead of chromium
$ cat top-12.txt
top - 09:59:46 up 22:54, 1 user, load average: 0.84, 0.97, 0.66
Tasks: 182 total, 2 running, 180 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.3 us, 5.2 sy, 4.1 ni, 75.1 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1692012 used, 6414892 free, 232228 buffers
KiB Swap: 0 total, 0 used, 0 free, 873648 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24901 jwhendy 20 0 2246008 119132 42796 R 81.1 1.5 0:16.30 jumanji
25085 jwhendy 20 0 15444 1328 968 R 34.1 0.0 0:00.17 top
23191 root 20 0 0 0 0 S 17.1 0.0 0:07.71 kworker/0+
8 root 20 0 0 0 0 S 4.3 0.0 2:12.07 rcu_preem+
23760 root 20 0 0 0 0 S 4.3 0.0 0:02.51 kworker/2+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.86 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.06 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.18 migration+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.24 watchdog/0
jumanji still going, an cronjob calls an emacs batch command, and started upgrading evince-gtk via yaourt
$ cat top-13.txt
top - 10:00:26 up 22:55, 1 user, load average: 1.61, 1.13, 0.73
Tasks: 186 total, 4 running, 182 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.4 us, 5.2 sy, 4.1 ni, 75.0 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1842428 used, 6264476 free, 232296 buffers
KiB Swap: 0 total, 0 used, 0 free, 900768 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24901 jwhendy 20 0 2773952 210188 43908 R 94.4 2.6 0:58.02 jumanji
25253 jwhendy 20 0 38496 10032 1296 R 94.4 0.1 0:08.83 bsdtar
25207 jwhendy 20 0 294604 45884 19132 R 90.3 0.6 0:23.94 emacs
23191 root 20 0 0 0 0 S 45.1 0.0 0:08.27 kworker/0+
25261 jwhendy 20 0 15444 1320 968 R 32.8 0.0 0:00.18 top
24615 root 20 0 0 0 0 S 20.5 0.0 0:01.42 kworker/3+
291 root -51 0 0 0 0 S 8.2 0.0 0:43.57 irq/62-iw+
23866 root 20 0 0 0 0 S 8.2 0.0 0:01.22 kworker/u+
25263 root 20 0 0 0 0 S 8.2 0.0 0:00.02 kworker/6+
233 root 0 -20 0 0 0 S 4.1 0.0 0:02.09 kworker/0+
25115 root 20 0 0 0 0 S 4.1 0.0 0:00.01 kworker/2+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
emacs job gone, jumanji high, and evince-gtk starts to make
$ cat top-14.txt
top - 10:00:47 up 22:55, 1 user, load average: 2.49, 1.39, 0.83
Tasks: 187 total, 3 running, 184 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.0 ni, 74.9 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1842408 used, 6264496 free, 232360 buffers
KiB Swap: 0 total, 0 used, 0 free, 919072 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24901 jwhendy 20 0 2968056 235544 45784 R 95.9 2.9 1:21.05 jumanji
25606 jwhendy 20 0 41108 11856 8068 R 95.9 0.1 0:00.65 cc1
25608 jwhendy 20 0 15444 1328 968 R 33.3 0.0 0:00.18 top
291 root -51 0 0 0 0 S 4.2 0.0 0:44.41 irq/62-iw+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.16 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migration+
8 root 20 0 0 0 0 S 0.0 0.0 2:13.11 rcu_preem+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.24 watchdog/0
Killed jumanji, let yaourt continue building, started geeqie from command line just to see
$ cat top-16.txt
top - 10:01:34 up 22:56, 1 user, load average: 2.24, 1.49, 0.89
Tasks: 184 total, 5 running, 179 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.0 ni, 74.9 id, 2.3 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1685612 used, 6421292 free, 232464 buffers
KiB Swap: 0 total, 0 used, 0 free, 941712 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24776 root 20 0 0 0 0 R 62.1 0.0 0:03.62 kworker/0+
26100 jwhendy 20 0 504424 42088 23116 R 46.6 0.5 0:03.14 geeqie
26202 jwhendy 20 0 15444 1324 968 R 27.2 0.0 0:00.18 top
25295 jwhendy 20 0 16876 2936 1468 S 11.6 0.0 0:03.82 configure
8 root 20 0 0 0 0 S 3.9 0.0 2:14.00 rcu_preem+
34 root 20 0 0 0 0 R 3.9 0.0 0:01.17 ksoftirqd+
24639 root 20 0 0 0 0 S 3.9 0.0 0:01.19 kworker/4+
24647 root 20 0 0 0 0 R 3.9 0.0 0:10.26 kworker/0+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.21 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migration+
yaourt still building, geeqie closed now
$ cat top-17.txt
top - 10:01:43 up 22:56, 1 user, load average: 2.35, 1.54, 0.91
Tasks: 188 total, 2 running, 186 sleeping, 0 stopped, 0 zombie
%Cpu(s): 13.5 us, 5.2 sy, 4.0 ni, 74.9 id, 2.3 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1696200 used, 6410704 free, 232476 buffers
KiB Swap: 0 total, 0 used, 0 free, 944500 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
26338 jwhendy 20 0 41656 5820 3844 R 58.3 0.1 0:00.14 cc1plus
26326 jwhendy 20 0 15444 1328 968 R 33.3 0.0 0:00.18 top
26339 jwhendy 20 0 18876 5876 1132 S 20.8 0.1 0:00.05 as
515 root 19 -1 171616 79580 22056 S 16.7 1.0 28:55.60 X
585 jwhendy 20 0 301836 4116 2684 S 12.5 0.1 0:52.88 conky
611 jwhendy 20 0 80360 3816 2552 S 12.5 0.0 0:59.01 conky
8 root 20 0 0 0 0 S 4.2 0.0 2:14.13 rcu_preem+
14011 root 20 0 0 0 0 S 4.2 0.0 0:05.84 kworker/6+
15731 root 20 0 0 0 0 S 4.2 0.0 0:04.64 kworker/5+
25295 jwhendy 20 0 16876 2952 1468 S 4.2 0.0 0:04.50 configure
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.21 ksoftirqd+
yaourt getting its build on
$ cat top-18.txt
top - 10:12:29 up 23:07, 1 user, load average: 2.65, 2.13, 1.55
Tasks: 211 total, 5 running, 206 sleeping, 0 stopped, 0 zombie
%Cpu(s): 14.6 us, 5.1 sy, 3.6 ni, 74.3 id, 2.2 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1865896 used, 6241008 free, 232900 buffers
KiB Swap: 0 total, 0 used, 0 free, 968200 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
675 jwhendy 20 0 71980 42624 8344 R 97.8 0.5 0:17.60 cc1
697 jwhendy 20 0 69444 39464 8504 R 97.8 0.5 0:14.31 cc1
726 jwhendy 20 0 69064 36184 5784 R 97.8 0.4 0:12.46 cc1
767 jwhendy 20 0 53644 20288 4684 R 92.9 0.3 0:02.14 cc1
773 jwhendy 20 0 15444 1352 968 R 24.4 0.0 0:00.08 top
34 root 20 0 0 0 0 S 4.9 0.0 0:01.70 ksoftirqd+
340 root 20 0 193224 16244 4224 S 4.9 0.2 1:45.69 wicd
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:08.95 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migration+
8 root 20 0 0 0 0 S 0.0 0.0 2:26.16 rcu_preem+
Here's an example of all cores while evince-gtk was building:
Full output while building package; no other apps running
$ cat top-19.txt
top - 10:13:31 up 23:08, 1 user, load average: 3.10, 2.35, 1.66
Tasks: 209 total, 4 running, 205 sleeping, 0 stopped, 0 zombie
%Cpu(s): 15.0 us, 5.1 sy, 3.6 ni, 74.0 id, 2.1 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1834724 used, 6272180 free, 232968 buffers
KiB Swap: 0 total, 0 used, 0 free, 968740 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
941 jwhendy 20 0 103196 72728 9212 R 94.9 0.9 0:48.14 cc1
1104 jwhendy 20 0 71900 41728 8528 R 91.0 0.5 0:09.87 cc1
1115 jwhendy 20 0 55724 22576 4684 R 91.0 0.3 0:03.60 cc1
1117 jwhendy 20 0 15444 1344 968 R 39.6 0.0 0:00.20 top
8 root 20 0 0 0 0 S 4.0 0.0 2:27.34 rcu_preem+
34 root 20 0 0 0 0 S 4.0 0.0 0:01.75 ksoftirqd+
30606 root 20 0 0 0 0 S 4.0 0.0 0:03.49 kworker/1+
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.89 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:09.06 ksoftirqd+
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
7 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migration+
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.29 watchdog/0
12 root rt 0 0 0 0 S 0.0 0.0 0:00.31 watchdog/1
13 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migration+
14 root 20 0 0 0 0 S 0.0 0.0 0:02.62 ksoftirqd+
16 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1+
17 root rt 0 0 0 0 S 0.0 0.0 0:00.27 watchdog/2
18 root rt 0 0 0 0 S 0.0 0.0 0:00.11 migration+
19 root 20 0 0 0 0 S 0.0 0.0 0:06.59 ksoftirqd+
21 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2+
22 root rt 0 0 0 0 S 0.0 0.0 0:00.27 watchdog/3
23 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migration+
24 root 20 0 0 0 0 S 0.0 0.0 0:02.40 ksoftirqd+
26 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3+
27 root rt 0 0 0 0 S 0.0 0.0 0:00.27 watchdog/4
28 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migration+
29 root 20 0 0 0 0 S 0.0 0.0 0:06.40 ksoftirqd+
31 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/4+
32 root rt 0 0 0 0 S 0.0 0.0 0:00.16 watchdog/5
33 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migration+
36 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/5+
37 root rt 0 0 0 0 S 0.0 0.0 0:00.20 watchdog/6
38 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migration+
39 root 20 0 0 0 0 S 0.0 0.0 0:07.88 ksoftirqd+
41 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/6+
42 root rt 0 0 0 0 S 0.0 0.0 0:00.17 watchdog/7
43 root rt 0 0 0 0 S 0.0 0.0 0:00.31 migration+
44 root 20 0 0 0 0 S 0.0 0.0 0:01.48 ksoftirqd+
46 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/7+
47 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper
48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs
49 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns
50 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback
51 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
52 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd
61 root 20 0 0 0 0 S 0.0 0.0 0:00.02 khungtaskd
62 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
63 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
64 root 39 19 0 0 0 S 0.0 0.0 0:01.91 khugepaged
65 root 20 0 0 0 0 S 0.0 0.0 0:00.01 fsnotify_+
66 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto
70 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kthrotld
72 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 deferwq
99 root 20 0 0 0 0 S 0.0 0.0 0:00.05 khubd
100 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 firewire
101 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ata_sff
103 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
104 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
106 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_3
107 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_4
108 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_5
131 root 0 -20 0 0 0 S 0.0 0.0 0:00.05 kworker/5+
161 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kdmflush
162 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
163 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd_io
164 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd
165 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
176 root 20 0 0 0 0 D 0.0 0.0 0:01.56 jbd2/dm-0+
177 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-rsv-+
178 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-unrs+
190 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1+
191 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/6+
194 root 20 0 267016 18680 18364 S 0.0 0.2 0:04.41 systemd-j+
204 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2+
217 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3+
226 root 20 0 32096 2304 1100 S 0.0 0.0 0:01.77 systemd-u+
233 root 0 -20 0 0 0 S 0.0 0.0 0:02.48 kworker/0+
262 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kmemstick
263 root 20 0 0 0 0 S 0.0 0.0 0:00.00 r592_io
269 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/7+
270 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kpsmoused
271 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pccardd
275 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 edac-poll+
279 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hd-audio0
287 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hd-audio1
288 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 cfg80211
291 root -51 0 0 0 0 S 0.0 0.0 0:53.21 irq/62-iw+
297 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_6
304 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 iwlwifi
313 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u+
314 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hci0
315 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hci0
317 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u+
328 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-rsv-+
329 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-unrs+
340 root 20 0 193224 16244 4224 S 0.0 0.2 1:46.90 wicd
341 root 20 0 13228 1352 784 S 0.0 0.0 0:00.20 crond
344 root 20 0 25756 1632 1348 S 0.0 0.0 0:00.07 systemd-l+
346 root 20 0 83168 10228 2936 S 0.0 0.1 0:00.35 cupsd
347 dbus 20 0 17576 1728 1228 S 0.0 0.0 0:40.30 dbus-daem+
348 root 20 0 57644 4080 2656 S 0.0 0.1 0:01.69 syslog-ng
351 root 20 0 60956 1900 1456 S 0.0 0.0 0:00.04 login
366 root 20 0 309856 15372 4420 S 0.0 0.2 0:00.51 colord
374 root 20 0 112476 11140 4256 S 0.0 0.1 0:34.32 wicd-moni+
385 jwhendy 20 0 28856 1996 1600 S 0.0 0.0 0:00.01 systemd
387 jwhendy 20 0 50732 1160 68 S 0.0 0.0 0:00.00 (sd-pam)
389 jwhendy 20 0 16072 2360 1732 S 0.0 0.0 0:00.03 bash
394 root 20 0 0 0 0 S 0.0 0.0 0:00.65 kworker/4+
402 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/4+
456 root 20 0 221100 13484 560 S 0.0 0.2 0:00.00 truecrypt
462 root 20 0 958500 16012 960 S 0.0 0.2 0:00.02 truecrypt
477 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kdmflush
478 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
479 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd_io
480 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd
481 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
492 root 20 0 16236 1788 788 S 0.0 0.0 0:18.41 mount.ntf+
494 jwhendy 20 0 16072 1408 748 S 0.0 0.0 0:00.00 bash
506 jwhendy 20 0 13724 876 432 S 0.0 0.0 0:00.00 sh
507 jwhendy 20 0 32124 2172 1452 S 0.0 0.0 0:00.13 make
514 jwhendy 20 0 15896 876 728 S 0.0 0.0 0:00.00 xinit
515 root 19 -1 170848 79128 21604 S 0.0 1.0 29:28.76 X
530 jwhendy 20 0 32124 2244 1452 S 0.0 0.0 0:00.28 make
532 jwhendy 20 0 203196 32868 16968 S 0.0 0.4 0:18.93 openbox
537 jwhendy 20 0 18004 572 348 S 0.0 0.0 0:00.00 dbus-laun+
538 jwhendy 20 0 17320 392 208 S 0.0 0.0 0:00.00 dbus-daem+
542 jwhendy 20 0 17808 1304 796 S 0.0 0.0 0:00.40 dbus-daem+
561 jwhendy 20 0 298596 48148 21776 S 0.0 0.6 0:18.43 wicd-clie+
563 jwhendy 20 0 54640 2984 2160 S 0.0 0.0 0:09.29 xscreensa+
569 jwhendy 20 0 13720 580 172 S 0.0 0.0 0:00.00 sh
573 jwhendy 20 0 211128 28588 17132 S 0.0 0.4 0:09.18 tint2
585 jwhendy 20 0 301836 4116 2684 S 0.0 0.1 1:01.65 conky
586 jwhendy 20 0 236040 4092 2688 S 0.0 0.1 3:06.78 conky
611 jwhendy 20 0 80360 3816 2552 S 0.0 0.0 1:09.40 conky
729 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kworker/6+
731 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/2+
732 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/2+
733 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/2+
762 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/0+
769 root 20 0 0 0 0 S 0.0 0.0 0:00.71 kworker/5+
854 root 20 0 0 0 0 S 0.0 0.0 0:00.54 kworker/7+
883 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/1+
904 jwhendy 20 0 13724 1632 1216 S 0.0 0.0 0:00.10 sh
911 jwhendy 20 0 14244 2212 1344 S 0.0 0.0 0:00.75 sh
927 jwhendy 20 0 193112 3100 2564 S 0.0 0.0 0:00.07 gvfsd
931 jwhendy 20 0 347712 3420 2684 S 0.0 0.0 0:00.02 gvfsd-fuse
940 jwhendy 20 0 8100 968 832 S 0.0 0.0 0:00.02 gcc
942 jwhendy 20 0 20196 7372 1348 S 0.0 0.1 0:00.84 as
943 jwhendy 20 0 15960 2300 1676 S 0.0 0.0 0:00.16 bash
949 jwhendy 20 0 15580 1580 1104 S 0.0 0.0 0:02.22 top
965 root 20 0 8608 392 204 S 0.0 0.0 0:00.00 dhcpcd
995 jwhendy 20 0 16076 2356 1720 S 0.0 0.0 0:00.25 bash
1017 jwhendy 20 0 13724 1632 1216 S 0.0 0.0 0:00.13 sh
1026 jwhendy 20 0 14244 2224 1344 S 0.0 0.0 0:00.74 sh
1077 jwhendy 20 0 13724 1632 1216 S 0.0 0.0 0:00.08 sh
1079 jwhendy 20 0 14244 2224 1344 S 0.0 0.0 0:00.77 sh
1103 jwhendy 20 0 8100 968 828 S 0.0 0.0 0:00.02 gcc
1105 jwhendy 20 0 18876 5792 1136 S 0.0 0.1 0:00.06 as
1114 jwhendy 20 0 8100 968 828 S 0.0 0.0 0:00.02 gcc
1116 jwhendy 20 0 18876 5792 1136 S 0.0 0.1 0:00.05 as
1191 jwhendy 20 0 77868 10288 4780 S 0.0 0.1 0:03.09 urxvt
1192 jwhendy 20 0 15960 2312 1680 S 0.0 0.0 0:00.01 bash
1518 jwhendy 20 0 337288 5208 2468 S 0.0 0.1 0:00.01 at-spi-bu+
1524 jwhendy 20 0 17320 1404 1180 S 0.0 0.0 0:00.13 dbus-daem+
1535 jwhendy 20 0 125024 3504 2748 S 0.0 0.0 0:02.42 at-spi2-r+
1595 jwhendy 20 0 45604 2620 1956 S 0.0 0.0 0:00.12 gconfd-2
2276 jwhendy 20 0 14604 3048 1740 S 0.0 0.0 0:00.47 yaourt
2698 jwhendy 20 0 37036 2256 1884 S 0.0 0.0 0:00.14 xfconfd
2702 jwhendy 20 0 436792 7108 3820 S 0.0 0.1 0:00.57 gvfs-udis+
2704 root 20 0 353816 4704 3284 S 0.0 0.1 0:09.28 udisksd
2708 polkitd 20 0 505180 13628 4160 S 0.0 0.2 0:00.04 polkitd
2722 jwhendy 20 0 347312 4020 3024 S 0.0 0.0 0:14.42 gvfsd-tra+
2764 jwhendy 20 0 110508 4652 2152 S 0.0 0.1 0:00.14 gvfsd-met+
2785 jwhendy 20 0 175912 2508 2068 S 0.0 0.0 0:00.02 dconf-ser+
15731 root 20 0 0 0 0 S 0.0 0.0 0:07.05 kworker/5+
23191 root 20 0 0 0 0 S 0.0 0.0 0:10.08 kworker/0+
23778 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/50-me+
23866 root 20 0 0 0 0 S 0.0 0.0 0:02.58 kworker/u+
24420 root 20 0 0 0 0 S 0.0 0.0 0:03.35 kworker/u+
24615 root 20 0 0 0 0 S 0.0 0.0 0:01.60 kworker/3+
24721 jwhendy 20 0 79464 10184 4832 S 0.0 0.1 0:06.20 urxvt
24725 jwhendy 20 0 16076 2360 1724 S 0.0 0.0 0:00.81 bash
24776 root 20 0 0 0 0 S 0.0 0.0 0:10.87 kworker/0+
24906 root 20 0 0 0 0 S 0.0 0.0 0:01.30 kworker/5+
24907 root 20 0 0 0 0 S 0.0 0.0 0:01.07 kworker/7+
24930 root 20 0 0 0 0 S 0.0 0.0 0:01.07 kworker/1+
25115 root 20 0 0 0 0 S 0.0 0.0 0:02.33 kworker/2+
25116 root 20 0 0 0 0 S 0.0 0.0 0:03.56 kworker/3+
25117 jwhendy 20 0 14512 2616 1460 S 0.0 0.0 0:01.11 makepkg
25263 root 20 0 0 0 0 S 0.0 0.0 0:03.40 kworker/6+
25787 root 20 0 0 0 0 S 0.0 0.0 0:03.65 kworker/4+
26606 root 20 0 0 0 0 S 0.0 0.0 0:09.38 kworker/0+
30256 jwhendy 20 0 31992 2036 1400 S 0.0 0.0 0:00.05 make
30259 jwhendy 20 0 31992 2084 1440 S 0.0 0.0 0:00.05 make
30260 jwhendy 20 0 13724 1740 1304 S 0.0 0.0 0:00.09 sh
30580 root 20 0 0 0 0 S 0.0 0.0 0:04.23 kworker/2+
30618 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/6+
30916 root 20 0 0 0 0 S 0.0 0.0 0:01.73 kworker/7+
30951 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/4+
32154 root 20 0 0 0 0 S 0.0 0.0 0:00.30 kworker/0+
32471 root 20 0 0 0 0 S 0.0 0.0 0:00.19 kworker/u+
32577 root 20 0 0 0 0 S 0.0 0.0 0:00.29 kworker/3+
32729 root 20 0 0 0 0 S 0.0 0.0 0:01.18 kworker/6+
32730 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/2+
32733 root 20 0 0 0 0 S 0.0 0.0 0:00.09 kworker/u+
Starting thunar; no other apps running
$ cat ./thunar.txt
top - 10:21:57 up 23:16, 1 user, load average: 0.88, 2.24, 1.99
Tasks: 169 total, 2 running, 167 sleeping, 0 stopped, 0 zombie
%Cpu(s): 16.2 us, 4.9 sy, 3.3 ni, 73.3 id, 2.0 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 1695348 used, 6411556 free, 233380 buffers
KiB Swap: 0 total, 0 used, 0 free, 980692 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2950 jwhendy 20 0 227420 27368 15132 R 83.4 0.3 0:00.84 thunar
2951 jwhendy 20 0 15444 1328 968 R 30.7 0.0 0:00.15 top
515 root 19 -1 167964 76244 21604 S 21.9 0.9 30:01.22 X
8 root 20 0 0 0 0 S 4.4 0.0 2:34.42 rcu_preempt
340 root 20 0 193224 16244 4224 S 4.4 0.2 1:52.36 wicd
347 dbus 20 0 17576 1728 1228 S 4.4 0.0 0:42.02 dbus-daemon
2644 root 20 0 0 0 0 S 4.4 0.0 0:00.66 kworker/0:0
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.91 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:09.52 ksoftirqd/0
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H
7 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migration/0
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.31 watchdog/0
12 root rt 0 0 0 0 S 0.0 0.0 0:00.33 watchdog/1
13 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migration/1
14 root 20 0 0 0 0 S 0.0 0.0 0:03.04 ksoftirqd/1
16 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1:0H
17 root rt 0 0 0 0 S 0.0 0.0 0:00.29 watchdog/2
18 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migration/2
19 root 20 0 0 0 0 S 0.0 0.0 0:06.85 ksoftirqd/2
21 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2:0H
22 root rt 0 0 0 0 S 0.0 0.0 0:00.29 watchdog/3
23 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migration/3
24 root 20 0 0 0 0 S 0.0 0.0 0:02.72 ksoftirqd/3
26 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3:0H
27 root rt 0 0 0 0 S 0.0 0.0 0:00.30 watchdog/4
28 root rt 0 0 0 0 S 0.0 0.0 0:00.15 migration/4
29 root 20 0 0 0 0 S 0.0 0.0 0:06.60 ksoftirqd/4
31 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/4:0H
32 root rt 0 0 0 0 S 0.0 0.0 0:00.17 watchdog/5
33 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migration/5
34 root 20 0 0 0 0 S 0.0 0.0 0:01.97 ksoftirqd/5
36 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/5:0H
37 root rt 0 0 0 0 S 0.0 0.0 0:00.22 watchdog/6
38 root rt 0 0 0 0 S 0.0 0.0 0:00.39 migration/6
39 root 20 0 0 0 0 S 0.0 0.0 0:08.28 ksoftirqd/6
41 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/6:0H
42 root rt 0 0 0 0 S 0.0 0.0 0:00.18 watchdog/7
43 root rt 0 0 0 0 S 0.0 0.0 0:00.34 migration/7
44 root 20 0 0 0 0 S 0.0 0.0 0:01.68 ksoftirqd/7
46 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/7:0H
47 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper
48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs
49 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns
50 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback
51 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
52 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd
61 root 20 0 0 0 0 S 0.0 0.0 0:00.02 khungtaskd
62 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
63 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
64 root 39 19 0 0 0 S 0.0 0.0 0:02.06 khugepaged
65 root 20 0 0 0 0 S 0.0 0.0 0:00.01 fsnotify_mark
66 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto
70 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kthrotld
72 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 deferwq
99 root 20 0 0 0 0 S 0.0 0.0 0:00.05 khubd
100 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 firewire
101 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ata_sff
103 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
104 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
106 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_3
107 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_4
108 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_5
131 root 0 -20 0 0 0 S 0.0 0.0 0:00.05 kworker/5:1H
161 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kdmflush
162 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
163 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd_io
164 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd
165 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
176 root 20 0 0 0 0 S 0.0 0.0 0:01.62 jbd2/dm-0-8
177 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-rsv-conver
178 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-unrsv-conv
190 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1:1H
191 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/6:1H
194 root 20 0 264252 19064 18748 S 0.0 0.2 0:05.10 systemd-journal
204 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2:1H
217 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3:1H
226 root 20 0 32096 2304 1100 S 0.0 0.0 0:01.98 systemd-udevd
233 root 0 -20 0 0 0 S 0.0 0.0 0:02.61 kworker/0:1H
262 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kmemstick
263 root 20 0 0 0 0 S 0.0 0.0 0:00.00 r592_io
269 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/7:1H
270 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kpsmoused
271 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pccardd
275 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 edac-poller
279 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hd-audio0
287 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hd-audio1
288 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 cfg80211
291 root -51 0 0 0 0 S 0.0 0.0 0:53.21 irq/62-iwlwifi
297 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_6
304 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 iwlwifi
313 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u17:0
314 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hci0
315 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hci0
317 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u17:2
328 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-rsv-conver
329 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-unrsv-conv
341 root 20 0 13228 1352 784 S 0.0 0.0 0:00.22 crond
344 root 20 0 25756 1632 1348 S 0.0 0.0 0:00.07 systemd-logind
346 root 20 0 83168 10228 2936 S 0.0 0.1 0:00.35 cupsd
348 root 20 0 57644 4080 2656 S 0.0 0.1 0:01.93 syslog-ng
351 root 20 0 60956 1900 1456 S 0.0 0.0 0:00.04 login
366 root 20 0 309856 15372 4420 S 0.0 0.2 0:00.51 colord
374 root 20 0 112476 11140 4256 S 0.0 0.1 0:36.35 wicd-monitor
385 jwhendy 20 0 28856 1996 1600 S 0.0 0.0 0:00.01 systemd
387 jwhendy 20 0 50732 1160 68 S 0.0 0.0 0:00.00 (sd-pam)
389 jwhendy 20 0 16072 2360 1732 S 0.0 0.0 0:00.03 bash
394 root 20 0 0 0 0 S 0.0 0.0 0:01.97 kworker/4:1
402 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/4:1H
456 root 20 0 221100 13484 560 S 0.0 0.2 0:00.00 truecrypt
462 root 20 0 958500 16012 960 S 0.0 0.2 0:00.02 truecrypt
477 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kdmflush
478 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
479 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd_io
480 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd
481 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
492 root 20 0 16236 1788 788 S 0.0 0.0 0:18.87 mount.ntfs-3g
494 jwhendy 20 0 16072 1408 748 S 0.0 0.0 0:00.00 bash
514 jwhendy 20 0 15896 876 728 S 0.0 0.0 0:00.00 xinit
532 jwhendy 20 0 203196 32868 16968 S 0.0 0.4 0:20.74 openbox
537 jwhendy 20 0 18004 572 348 S 0.0 0.0 0:00.00 dbus-launch
538 jwhendy 20 0 17320 392 208 S 0.0 0.0 0:00.00 dbus-daemon
542 jwhendy 20 0 17808 1304 796 S 0.0 0.0 0:00.50 dbus-daemon
561 jwhendy 20 0 298596 48148 21776 S 0.0 0.6 0:18.45 wicd-client
563 jwhendy 20 0 54640 2984 2160 S 0.0 0.0 0:10.72 xscreensaver
729 root 20 0 0 0 0 S 0.0 0.0 0:01.24 kworker/6:3
731 root 20 0 0 0 0 S 0.0 0.0 0:00.19 kworker/2:3
769 root 20 0 0 0 0 S 0.0 0.0 0:03.88 kworker/5:2
854 root 20 0 0 0 0 S 0.0 0.0 0:02.94 kworker/7:0
883 root 20 0 0 0 0 S 0.0 0.0 0:00.15 kworker/1:0
927 jwhendy 20 0 193112 3100 2564 S 0.0 0.0 0:00.08 gvfsd
931 jwhendy 20 0 347712 3420 2684 S 0.0 0.0 0:00.02 gvfsd-fuse
965 root 20 0 8608 392 204 S 0.0 0.0 0:00.00 dhcpcd
995 jwhendy 20 0 16076 2376 1736 S 0.0 0.0 0:00.49 bash
1271 jwhendy 20 0 15960 2324 1688 S 0.0 0.0 0:00.35 bash
1504 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/3:0
1518 jwhendy 20 0 337288 5208 2468 S 0.0 0.1 0:00.01 at-spi-bus-laun
1524 jwhendy 20 0 17320 1404 1180 S 0.0 0.0 0:00.14 dbus-daemon
1535 jwhendy 20 0 125024 3504 2748 S 0.0 0.0 0:02.86 at-spi2-registr
1595 jwhendy 20 0 45604 2620 1956 S 0.0 0.0 0:00.13 gconfd-2
1693 root 20 0 0 0 0 S 0.0 0.0 0:01.73 kworker/4:0
2681 root 20 0 0 0 0 S 0.0 0.0 0:00.79 kworker/2:0
2698 jwhendy 20 0 37036 2260 1884 S 0.0 0.0 0:00.18 xfconfd
2702 jwhendy 20 0 436792 7108 3820 S 0.0 0.1 0:00.67 gvfs-udisks2-vo
2704 root 20 0 353816 4704 3284 S 0.0 0.1 0:11.33 udisksd
2708 polkitd 20 0 505180 13628 4160 S 0.0 0.2 0:00.04 polkitd
2722 jwhendy 20 0 347312 4020 3024 S 0.0 0.0 0:15.63 gvfsd-trash
2734 root 20 0 0 0 0 S 0.0 0.0 0:01.21 kworker/6:0
2764 jwhendy 20 0 110508 4652 2152 S 0.0 0.1 0:00.14 gvfsd-metadata
2785 jwhendy 20 0 175912 2508 2068 S 0.0 0.0 0:00.02 dconf-service
2789 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/5:0
2790 root 20 0 0 0 0 S 0.0 0.0 0:00.13 kworker/1:1
2946 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/4:2
15731 root 20 0 0 0 0 S 0.0 0.0 0:07.05 kworker/5:1
23778 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/50-mei_me
23866 root 20 0 0 0 0 S 0.0 0.0 0:02.68 kworker/u16:106
24420 root 20 0 0 0 0 S 0.0 0.0 0:03.35 kworker/u16:0
24721 jwhendy 20 0 83508 15120 4832 S 0.0 0.2 0:22.13 urxvt
24725 jwhendy 20 0 16076 2372 1732 S 0.0 0.0 0:01.56 bash
24776 root 20 0 0 0 0 S 0.0 0.0 0:14.24 kworker/0:3
25116 root 20 0 0 0 0 S 0.0 0.0 0:06.56 kworker/3:2
30580 root 20 0 0 0 0 S 0.0 0.0 0:06.30 kworker/2:2
30606 root 20 0 0 0 0 S 0.0 0.0 0:06.42 kworker/1:2
30916 root 20 0 0 0 0 S 0.0 0.0 0:01.91 kworker/7:2
32154 root 20 0 0 0 0 S 0.0 0.0 0:02.00 kworker/0:2
32729 root 20 0 0 0 0 S 0.0 0.0 0:02.61 kworker/6:2
So, there's some examples. Whatever was happening is done now, and watching top and starting thunar, jumanji, geeqie, or whatever else at most ramps the CPU to ~10% for a split second and then it's beck down to 1% or less. I even just started gimp and the CPU only went up to ~30% for a couple of seconds. Here's my system now that the CPU vampire is gone, running 10 Chromium tabs, jumanji, thunar, geeqie, jumanji, and gimp open:
$ cat normal.txt
top - 11:01:39 up 23:56, 1 user, load average: 0.33, 0.17, 0.30
Tasks: 197 total, 1 running, 196 sleeping, 0 stopped, 0 zombie
%Cpu(s): 12.2 us, 3.7 sy, 2.5 ni, 79.7 id, 1.7 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem: 8106904 total, 2654888 used, 5452016 free, 236564 buffers
KiB Swap: 0 total, 0 used, 0 free, 1038248 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4404 jwhendy 20 0 15444 1316 964 R 6.2 0.0 0:00.01 top
1 root 20 0 31632 3072 1996 S 0.0 0.0 0:00.91 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:09.64 ksoftirqd/0
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H
7 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migration/0
8 root 20 0 0 0 0 S 0.0 0.0 2:37.24 rcu_preempt
9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_sched
11 root rt 0 0 0 0 S 0.0 0.0 0:00.33 watchdog/0
12 root rt 0 0 0 0 S 0.0 0.0 0:00.35 watchdog/1
13 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migration/1
14 root 20 0 0 0 0 S 0.0 0.0 0:03.14 ksoftirqd/1
16 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1:0H
17 root rt 0 0 0 0 S 0.0 0.0 0:00.31 watchdog/2
18 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migration/2
19 root 20 0 0 0 0 S 0.0 0.0 0:06.92 ksoftirqd/2
21 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2:0H
22 root rt 0 0 0 0 S 0.0 0.0 0:00.31 watchdog/3
23 root rt 0 0 0 0 S 0.0 0.0 0:00.31 migration/3
24 root 20 0 0 0 0 S 0.0 0.0 0:02.78 ksoftirqd/3
26 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3:0H
27 root rt 0 0 0 0 S 0.0 0.0 0:00.33 watchdog/4
28 root rt 0 0 0 0 S 0.0 0.0 0:00.15 migration/4
29 root 20 0 0 0 0 S 0.0 0.0 0:06.69 ksoftirqd/4
31 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/4:0H
32 root rt 0 0 0 0 S 0.0 0.0 0:00.18 watchdog/5
33 root rt 0 0 0 0 S 0.0 0.0 0:00.33 migration/5
34 root 20 0 0 0 0 S 0.0 0.0 0:02.06 ksoftirqd/5
36 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/5:0H
37 root rt 0 0 0 0 S 0.0 0.0 0:00.25 watchdog/6
38 root rt 0 0 0 0 S 0.0 0.0 0:00.39 migration/6
39 root 20 0 0 0 0 S 0.0 0.0 0:08.43 ksoftirqd/6
41 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/6:0H
42 root rt 0 0 0 0 S 0.0 0.0 0:00.19 watchdog/7
43 root rt 0 0 0 0 S 0.0 0.0 0:00.35 migration/7
44 root 20 0 0 0 0 S 0.0 0.0 0:01.74 ksoftirqd/7
46 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/7:0H
47 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper
48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs
49 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns
50 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback
51 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
52 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd
61 root 20 0 0 0 0 S 0.0 0.0 0:00.03 khungtaskd
62 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
63 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
64 root 39 19 0 0 0 S 0.0 0.0 0:02.22 khugepaged
65 root 20 0 0 0 0 S 0.0 0.0 0:00.01 fsnotify_mark
66 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto
70 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kthrotld
72 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 deferwq
99 root 20 0 0 0 0 S 0.0 0.0 0:00.05 khubd
100 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 firewire
101 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ata_sff
103 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
104 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2
106 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_3
107 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_4
108 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_5
131 root 0 -20 0 0 0 S 0.0 0.0 0:00.05 kworker/5:1H
161 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kdmflush
162 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
163 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd_io
164 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd
165 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
176 root 20 0 0 0 0 S 0.0 0.0 0:01.73 jbd2/dm-0-8
177 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-rsv-conver
178 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-unrsv-conv
190 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1:1H
191 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/6:1H
194 root 20 0 283160 19740 19424 S 0.0 0.2 0:05.31 systemd-journal
204 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2:1H
217 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3:1H
226 root 20 0 32096 2304 1100 S 0.0 0.0 0:02.02 systemd-udevd
233 root 0 -20 0 0 0 S 0.0 0.0 0:02.75 kworker/0:1H
262 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kmemstick
263 root 20 0 0 0 0 S 0.0 0.0 0:00.00 r592_io
269 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/7:1H
270 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kpsmoused
271 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pccardd
275 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 edac-poller
279 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hd-audio0
287 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hd-audio1
288 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 cfg80211
291 root -51 0 0 0 0 S 0.0 0.0 0:53.21 irq/62-iwlwifi
297 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_6
304 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 iwlwifi
313 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u17:0
314 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hci0
315 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 hci0
317 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u17:2
328 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-rsv-conver
329 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-unrsv-conv
340 root 20 0 193224 16244 4224 S 0.0 0.2 1:55.58 wicd
341 root 20 0 13228 1352 784 S 0.0 0.0 0:00.24 crond
344 root 20 0 25756 1632 1348 S 0.0 0.0 0:00.07 systemd-logind
346 root 20 0 83168 10228 2936 S 0.0 0.1 0:00.35 cupsd
347 dbus 20 0 17576 1728 1228 S 0.0 0.0 0:43.21 dbus-daemon
348 root 20 0 57644 4080 2656 S 0.0 0.1 0:02.00 syslog-ng
351 root 20 0 60956 1900 1456 S 0.0 0.0 0:00.04 login
366 root 20 0 309856 15372 4420 S 0.0 0.2 0:00.51 colord
374 root 20 0 112476 11140 4256 S 0.0 0.1 0:37.60 wicd-monitor
385 jwhendy 20 0 28856 1996 1600 S 0.0 0.0 0:00.01 systemd
387 jwhendy 20 0 50732 1160 68 S 0.0 0.0 0:00.00 (sd-pam)
389 jwhendy 20 0 16072 2360 1732 S 0.0 0.0 0:00.03 bash
402 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/4:1H
456 root 20 0 221100 13484 560 S 0.0 0.2 0:00.00 truecrypt
462 root 20 0 958500 16012 960 S 0.0 0.2 0:00.02 truecrypt
477 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kdmflush
478 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
479 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd_io
480 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kcryptd
481 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
492 root 20 0 16236 1788 788 S 0.0 0.0 0:19.04 mount.ntfs-3g
494 jwhendy 20 0 16072 1408 748 S 0.0 0.0 0:00.00 bash
514 jwhendy 20 0 15896 876 728 S 0.0 0.0 0:00.00 xinit
515 root 19 -1 174108 79492 24852 S 0.0 1.0 30:57.66 X
532 jwhendy 20 0 203196 32872 16972 S 0.0 0.4 0:23.67 openbox
537 jwhendy 20 0 18004 572 348 S 0.0 0.0 0:00.00 dbus-launch
538 jwhendy 20 0 17320 392 208 S 0.0 0.0 0:00.00 dbus-daemon
542 jwhendy 20 0 17808 1320 796 S 0.0 0.0 0:00.69 dbus-daemon
561 jwhendy 20 0 298596 48148 21776 S 0.0 0.6 0:18.45 wicd-client
563 jwhendy 20 0 54640 2984 2160 S 0.0 0.0 0:12.27 xscreensaver
769 root 20 0 0 0 0 S 0.0 0.0 0:04.26 kworker/5:2
854 root 20 0 0 0 0 S 0.0 0.0 0:03.08 kworker/7:0
927 jwhendy 20 0 193112 3100 2564 S 0.0 0.0 0:00.14 gvfsd
931 jwhendy 20 0 347712 3420 2684 S 0.0 0.0 0:00.02 gvfsd-fuse
965 root 20 0 8608 392 204 S 0.0 0.0 0:00.00 dhcpcd
995 jwhendy 20 0 16076 2392 1748 S 0.0 0.0 0:00.49 bash
1518 jwhendy 20 0 337288 5208 2468 S 0.0 0.1 0:00.01 at-spi-bus-laun
1524 jwhendy 20 0 17320 1404 1180 S 0.0 0.0 0:00.16 dbus-daemon
1535 jwhendy 20 0 125024 3504 2748 S 0.0 0.0 0:03.26 at-spi2-registr
1595 jwhendy 20 0 45604 2620 1956 S 0.0 0.0 0:00.14 gconfd-2
2698 jwhendy 20 0 37036 2268 1884 S 0.0 0.0 0:00.22 xfconfd
2702 jwhendy 20 0 436792 7120 3820 S 0.0 0.1 0:00.76 gvfs-udisks2-vo
2704 root 20 0 353816 4712 3284 S 0.0 0.1 0:11.80 udisksd
2708 polkitd 20 0 505180 13628 4160 S 0.0 0.2 0:00.04 polkitd
2722 jwhendy 20 0 347312 4024 3024 S 0.0 0.0 0:15.95 gvfsd-trash
2734 root 20 0 0 0 0 S 0.0 0.0 0:01.98 kworker/6:0
2764 jwhendy 20 0 110508 4652 2152 S 0.0 0.1 0:00.14 gvfsd-metadata
2785 jwhendy 20 0 175912 2508 2068 S 0.0 0.0 0:00.02 dconf-service
2789 root 20 0 0 0 0 S 0.0 0.0 0:00.12 kworker/5:0
2977 jwhendy 20 0 15596 1612 1108 S 0.0 0.0 0:08.35 top
3029 root 20 0 0 0 0 S 0.0 0.0 0:00.29 kworker/6:1
3248 root 20 0 0 0 0 S 0.0 0.0 0:00.18 kworker/1:0
3333 jwhendy 20 0 236040 4056 2684 S 0.0 0.1 0:07.00 conky
3344 jwhendy 20 0 301832 4096 2676 S 0.0 0.1 0:02.87 conky
3361 jwhendy 20 0 80360 3820 2552 S 0.0 0.0 0:03.22 conky
3365 jwhendy 20 0 202452 27356 15960 S 0.0 0.3 0:00.56 tint2
3380 jwhendy 20 0 15960 2300 1676 S 0.0 0.0 0:00.00 bash
3383 jwhendy 20 0 17808 2368 1016 S 0.0 0.0 0:00.01 man
3394 jwhendy 20 0 13244 1052 856 S 0.0 0.0 0:00.00 less
3402 jwhendy 20 0 16076 2412 1752 S 0.0 0.0 0:00.01 bash
3614 jwhendy 20 0 2935500 175376 57408 S 0.0 2.2 0:29.31 chromium
3616 jwhendy 20 0 413604 20256 3456 S 0.0 0.2 0:00.69 chromium
3617 jwhendy 20 0 6376 392 312 S 0.0 0.0 0:00.00 chrome-sandbox
3618 jwhendy 20 0 463768 47444 29396 S 0.0 0.6 0:00.04 chromium
3624 jwhendy 20 0 207264 26056 14248 S 0.0 0.3 0:00.01 nacl_helper
3625 jwhendy 20 0 537500 19396 1324 S 0.0 0.2 0:00.03 chromium
3648 jwhendy 20 0 1330744 129032 19024 S 0.0 1.6 0:10.58 chromium
3695 jwhendy 25 5 1284392 80024 24968 S 0.0 1.0 0:07.56 chromium
3714 jwhendy 25 5 1347744 144316 25956 S 0.0 1.8 0:11.43 chromium
3720 jwhendy 25 5 1189696 52240 19904 S 0.0 0.6 0:00.34 chromium
3729 jwhendy 25 5 1187212 50704 19968 S 0.0 0.6 0:00.31 chromium
3738 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kworker/7:1
3739 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kworker/1:1
3740 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kworker/3:1
3757 jwhendy 25 5 1260788 50516 19440 S 0.0 0.6 0:00.92 chromium
3765 jwhendy 25 5 1280296 57548 21412 S 0.0 0.7 0:00.58 chromium
3771 jwhendy 25 5 1261184 50548 19980 S 0.0 0.6 0:00.34 chromium
3781 jwhendy 25 5 1291644 88196 21764 S 0.0 1.1 0:02.48 chromium
3796 jwhendy 20 0 767684 102928 51260 S 0.0 1.3 0:02.26 chromium
3800 jwhendy 20 0 497912 19816 1076 S 0.0 0.2 0:00.00 chromium
3820 jwhendy 20 0 1265936 58332 23116 S 0.0 0.7 0:17.76 chromium
3844 root 20 0 0 0 0 S 0.0 0.0 0:00.25 kworker/4:2
3900 jwhendy 25 5 1569664 148792 24748 S 0.0 1.8 0:09.06 chromium
3928 root 20 0 0 0 0 S 0.0 0.0 0:00.30 kworker/2:2
3990 root 20 0 0 0 0 S 0.0 0.0 0:00.17 kworker/0:2
4098 root 20 0 0 0 0 S 0.0 0.0 0:00.49 kworker/0:1
4115 root 20 0 0 0 0 S 0.0 0.0 0:00.19 kworker/2:0
4186 root 20 0 0 0 0 S 0.0 0.0 0:00.07 kworker/4:1
4267 root 20 0 0 0 0 S 0.0 0.0 0:00.82 kworker/0:0
4315 jwhendy 20 0 2084532 55740 34224 S 0.0 0.7 0:00.32 jumanji
4361 jwhendy 20 0 675436 41504 23520 S 0.0 0.5 0:00.31 thunar
4377 root 20 0 4224 624 488 S 0.0 0.0 0:00.00 anacron
4380 jwhendy 20 0 515700 48964 25104 S 0.0 0.6 0:00.40 geeqie
4384 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/4:0
4386 jwhendy 20 0 1181888 85284 29244 S 0.0 1.1 0:02.96 gimp
4400 jwhendy 20 0 199092 26892 14312 S 0.0 0.3 0:00.69 script-fu
23778 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/50-mei_me
23866 root 20 0 0 0 0 S 0.0 0.0 0:02.75 kworker/u16:106
24420 root 20 0 0 0 0 S 0.0 0.0 0:03.35 kworker/u16:0
24721 jwhendy 20 0 93148 16520 5444 S 0.0 0.2 0:29.56 urxvt
24725 jwhendy 20 0 16076 2416 1764 S 0.0 0.0 0:01.95 bash
25116 root 20 0 0 0 0 S 0.0 0.0 0:06.83 kworker/3:2
Any further ideas or places I can check?
Offline
I think the problem may be in nvidia driver or rather combination kernel 3.11.x and nvidia 325.15 (which doesn't support 3.11 officially).
You can try installing nvidia beta, Nouveau, lts kernel (3.10) or even better see if without starting xorg the problem is still there.
Offline
@einhard: Ah, fantastic to know. Thanks so much for chiming in. I'll probably try Nouveau as I think I need X, but I might be able to rock some non-X work. The problem is that it is so unpredictable. I seem to notice it the most in Chromium, but then after I quit out of it, it persists for a really long time and I can't figure out what the issue is. Nvidia makes more sense to me because it's just this sort of "background thing" that's always going on and would explain a potential bottleneck affecting all applications vs. something in particular.
Thanks!
John
Offline
Hmmm. Not thinking that's it, at least if installing linux-lts and nvidia-lts is supposed to work?
$ uname -a
Linux bigBang 3.10.17-1-lts #1 SMP Sat Oct 19 08:41:40 CEST 2013 x86_64 GNU/Linux
$ pacman -Q |grep nvidia
nvidia 325.15-10
nvidia-libgl 325.15-1
nvidia-lts 325.15-7
nvidia-utils 325.15-1
$ ls /usr/lib/modules/extramodules-3.10-lts/kernel/drivers/video/
nvidia.ko.gz
Unless I didn't use nvidia correctly for the linux-lts kernel? In any case, if it's a conflict between nvidia and kernels >= 3.11... that doesn't seem to be my issue as the CPU is crazy high right now with similar output to the top results posted above. Whichever application I start, the CPU load soars to anywhere between 30-200% (chromium, evince, jumanji, thunar, top, and even conky pops up at 30-50% sometimes).
Still working on nouveau, but having issues as posted about here
Offline