Hello:
Here are my hardware specs:
OpenSuse Leap 42.3 64 bit KDE on a HP Pavilion i7 OctoCore notebook with 12g RAM for business/personal use (Not a server).
I installed the OS yesterday on a fresh system as a single boot OpenSuse.
First thing was to add the Pacman and Main repositories and completely update the system.
Right away I noticed it was very sluggish for the first few minutes after boot and I put the CPU load monitor, Memory Status and HD I/O monitor widgets on the desktop.
I’ve noticed the Memory and HD status seem to be reasonable at that time, but all 8 cores (One or two may drop off to ~80% at times) of my CPU load. Then, after 2-4 minutes they would settle back down to normal levels.
I do a lot of 3D graphical work so I installed quite a few programs from the official repositories. Blender, KdenLive, AudioJack, Gprename, Wine with a few necessary .exe programs installed.
I am sitting down to begin some work in Blender and noticed my system periodically slowing down to ridiculous levels. For example I open Kate to type a note and Kate takes a few minutes to open.
I noticed all 8 CPU cores are slammed at 100% on the widget, cooling fan on high blowing hot air, Memory usage is a cool 400-800mb and the HDD is at reasonable levels. They typically stay at 100% for a few minutes then slowly make their way back down to normal levels the go back to 100% after a few minutes as this slow-down cycle continues.
I looked around the web and discovered a command to monitor processes and this was recorded when 8 cores were 100%:
me@linux-x79b:~> top -n 1
Tasks: 257 total, 5 running, 251 sleeping, 0 stopped, 1 zombie
%Cpu(s): 36.6 us, 2.0 sy, 0.7 ni, 35.1 id, 25.5 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 12189600 total, 4382684 used, 7806916 free, 2868 buffers
KiB Swap: 2106364 total, 0 used, 2106364 free. 3310232 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
** 6283 root 20 0 119116 97368 2072 R 93.75 0.799 0:06.11 systemd-coredum
6302 root 20 0 118984 97560 2080 R 93.75 0.800 0:03.11 systemd-coredum
6303 root 20 0 118984 97304 2020 R 93.75 0.798 0:02.17 systemd-coredum
6322 root 20 0 118984 21928 2020 R 56.25 0.180 0:00.22 systemd-coredum **
6305 me 39 19 646264 26484 16672 D 12.50 0.217 0:00.20 tracker-extract
6324 root 20 0 23736 2128 1900 D 12.50 0.017 0:00.02 systemd-coredum
6321 me 39 19 0 0 0 Z 6.250 0.000 0:00.13 single
1 root 20 0 185020 5684 3996 S 0.000 0.047 0:03.67 systemd
2 root 20 0 0 0 0 S 0.000 0.000 0:00.00 kthreadd
3 root 20 0 0 0 0 S 0.000 0.000 0:00.02 ksoftirqd/0
5 root 0 -20 0 0 0 S 0.000 0.000 0:00.00 kworker/0:0H
6 root 20 0 0 0 0 S 0.000 0.000 0:00.62 kworker/u16:0
7 root 20 0 0 0 0 S 0.000 0.000 0:00.58 rcu_sched
8 root 20 0 0 0 0 S 0.000 0.000 0:00.00 rcu_bh
9 root rt 0 0 0 0 S 0.000 0.000 0:01.13 migration/0
10 root rt 0 0 0 0 S 0.000 0.000 0:00.00 watchdog/0
11 root rt 0 0 0 0 S 0.000 0.000 0:00.00 watchdog/1
12 root rt 0 0 0 0 S 0.000 0.000 0:01.13 migration/1
13 root 20 0 0 0 0 S 0.000 0.000 0:00.02 ksoftirqd/1
14 root 20 0 0 0 0 S 0.000 0.000 0:00.08 kworker/1:0
15 root 0 -20 0 0 0 S 0.000 0.000 0:00.00 kworker/1:0H
16 root rt 0 0 0 0 S 0.000 0.000 0:00.00 watchdog/2
17 root rt 0 0 0 0 S 0.000 0.000 0:01.13 migration/2
me@linux-x79b:~>
The 100% usage seems to be associated with the core dumps listed above…
I am hoping someone can point me in the right direction to resolve this.
Thanks in advance,
-Steve