You are not logged in.

#101 2023-11-07 22:26:23

seth
Member
Registered: 2012-09-03
Posts: 51,319

Re: [SOLVED] A large volume of RAM is getting consumed by OS itself

I'm regularly checking the values in the KDE system monitor

You can also look at the clock at your wall - tells you as much.

will probably add up to like 7 GB there

"probaly"
FF ist at 2.96GB RSS
chromium at 7.81GB
electron at 1.54GB
The RSS in your post adds up to 19.1GB - that's rather consistent  w/ the free output.
But oc. that ignores shared pages - your ps command, probably your KDE tool, is hardly usable for this.

However, chromium makes up 54.6%, electron 10.6% and firefox 19.8% of 128% RAM usage.

ps -eo pss,cmd --sort=pss

https://man.archlinux.org/man/core/proc … SPECIFIERS
pss & rss are in kB

awk  '{sum+=$1;}END{print sum/(1024*1024);}'

will print the sum of the first col in GB and you can oc. put random filters inbetween

ps --no-headers -eo pss,cmd --sort=pss | grep -i chromium | awk  '{sum+=$1;}END{print sum/(1024*1024);}'

Offline

#102 2023-11-08 18:13:22

LaserMoai
Member
Registered: 2023-02-26
Posts: 64

Re: [SOLVED] A large volume of RAM is getting consumed by OS itself

EDIT: Never mind, I think I got you now. You can ignore the rest of the message if you want.

Everything still seems off. I never use the majority of the tabs, so Chromium itself usually unloads these. I haven't even had real success with Chromium solutions on the wiki so far.

Emptyish KDE session weighing 2.6 GB on boot isn't normal, right?

> ps aux --sort -rss
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
daniil      1032 10.3  2.2 2920452 320352 ?      Ssl  21:34   0:03 /usr/bin/plasmashell --no-respawn
daniil      1782 14.3  1.5 2363984 222392 ?      Rl   21:34   0:04 /usr/bin/plasma-systemmonitor -session 1098b26d65000169930047500000088420018_1699464807_724178
daniil      1226  6.1  1.4 21812404 210936 ?     Sl   21:34   0:01 /home/daniil/Postman/app/postman-agent --no-sandbox --enable-crashpad
daniil       965  5.3  1.2 1734732 183448 ?      Ssl  21:34   0:01 /usr/bin/kwin_x11 --replace
daniil      1237  2.3  1.1 1312152 162900 ?      SLsl 21:34   0:00 /usr/bin/keepassxc
root         828  6.0  1.1 1301604 159452 tty2   Ssl+ 21:34   0:02 /usr/lib/Xorg -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_ImjwnQ -noreset -displayfd 16
daniil      1740  1.6  1.0 1465464 152776 ?      Sl   21:34   0:00 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
daniil      1666  1.5  1.0 1465196 152180 ?      Sl   21:34   0:00 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
daniil      2113  1.9  1.0 2466868 151248 ?      Sl   21:34   0:00 /usr/bin/dolphin -session 1098b26d65000169930158800000088420021_1699464807_724268
daniil      1763  1.5  1.0 1391520 151176 ?      Sl   21:34   0:00 /usr/bin/akonadi_unifiedmailbox_agent --identifier akonadi_unifiedmailbox_agent
daniil      1613  2.4  1.0 1508936 150216 ?      Rl   21:34   0:00 /usr/bin/konsole -session 1098b26d65000169930015600000088420017_1699464807_724234
daniil      1760  1.5  1.0 1460340 149524 ?      Sl   21:34   0:00 /usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
daniil      1255  1.4  1.0 1458284 148284 ?      Ssl  21:34   0:00 /usr/bin/kalendarac
daniil      1575  1.2  1.0 1434036 147896 ?      Sl   21:34   0:00 /usr/bin/konsole -session 1098b26d65000169930012600000088420016_1699464807_724130
daniil      1510  1.1  1.0 1428432 142404 ?      Sl   21:34   0:00 /usr/bin/konsole -session 1098b26d65000169930011200000088420015_1699464807_724113
daniil      1463  0.9  0.9 1131260 141512 ?      Sl   21:34   0:00 /usr/bin/kwrite -session 1098b26d65000169929837500000088420012_1699464807_724104
daniil      2461  1.0  0.9 1133088 141392 ?      Sl   21:34   0:00 /usr/bin/kwrite -session 1098b26d65000169933991300000011560017_1699464807_729732
daniil      2378  1.2  0.9 1427408 140756 ?      Sl   21:34   0:00 /usr/bin/konsole -session 1098b26d65000169930159400000088420022_1699464807_724223
daniil       964  1.4  0.9 2328372 139336 ?      Ssl  21:34   0:00 /usr/bin/kded5
daniil      1252  0.9  0.9 1481120 127864 ?      Ssl  21:34   0:00 /usr/lib/DiscoverNotifier
daniil      2711  0.7  0.8 1113124 120108 ?      Sl   21:34   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/thumbnail.so thumbnail  local:/run/user/1000/plasmashellMqJIOW.7.kiowo
daniil      2670  4.8  0.8 1406476 118952 ?      Sl   21:34   0:01 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/thumbnail.so thumbnail  local:/run/user/1000/dolphinPsOdlN.6.kioworker
daniil      1679  1.1  0.8 1072096 115140 ?      Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_3
daniil      1708  1.1  0.8 1072100 115004 ?      Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_6
daniil      1677  1.1  0.8 1072096 114720 ?      Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_2
daniil      1695  1.1  0.8 1072096 114580 ?      Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_4
daniil      1676  1.1  0.8 1072096 114300 ?      Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_1
daniil      1699  1.1  0.7 923792 111080 ?       Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_5
daniil      1718  1.1  0.7 923796 110976 ?       Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_8
daniil      1711  1.0  0.7 923792 110880 ?       Sl   21:34   0:00 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_7
daniil      1756  1.0  0.7 925668 110260 ?       Sl   21:34   0:00 /usr/bin/akonadi_newmailnotifier_agent --identifier akonadi_newmailnotifier_agent
daniil      1747  1.0  0.7 924176 110144 ?       Sl   21:34   0:00 /usr/bin/akonadi_mailmerge_agent --identifier akonadi_mailmerge_agent
daniil      1727  0.9  0.7 924548 109396 ?       SNl  21:34   0:00 /usr/bin/akonadi_indexing_agent --identifier akonadi_indexing_agent
daniil      1675  0.9  0.7 920236 107912 ?       Sl   21:34   0:00 /usr/bin/akonadi_ical_resource --identifier akonadi_ical_resource_0
daniil      1595  0.4  0.7 17454828 107876 ?     Sl   21:34   0:00 /home/daniil/Postman/app/postman-agent --type=gpu-process --no-sandbox --enable-crashpad --enable-crash-reporter=5df54721
daniil      1674  1.0  0.7 920272 107764 ?       Sl   21:34   0:00 /usr/bin/akonadi_followupreminder_agent --identifier akonadi_followupreminder_agent
daniil      1667  0.9  0.7 920784 107184 ?       Sl   21:34   0:00 /usr/bin/akonadi_birthdays_resource --identifier akonadi_birthdays_resource
daniil      1731  0.9  0.7 918488 107112 ?       Sl   21:34   0:00 /usr/bin/akonadi_maildir_resource --identifier akonadi_maildir_resource_0
daniil      1736  1.0  0.7 919224 106908 ?       Sl   21:34   0:00 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
daniil      1668  0.9  0.7 919284 106608 ?       Sl   21:34   0:00 /usr/bin/akonadi_contacts_resource --identifier akonadi_contacts_resource_0
daniil      1663  0.9  0.7 918484 106560 ?       Sl   21:34   0:00 /usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_0
daniil      1752  0.9  0.7 919480 106492 ?       Sl   21:34   0:00 /usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
daniil       962  0.7  0.7 913784 105084 ?       Ssl  21:34   0:00 /usr/bin/ksmserver
daniil      1424  2.8  0.7 986768 104680 ?       Sl   21:34   0:00 /usr/bin/akonadi_control
daniil      1231  0.4  0.7 916016 103812 ?       Ssl  21:34   0:00 /usr/bin/kclockd
daniil       889  0.4  0.7 913864 103496 ?       Sl   21:34   0:00 /usr/bin/kwalletd5 --pam-login 12 14
daniil      1250  0.4  0.7 915580 103332 ?       Ssl  21:34   0:00 /usr/bin/kaccess
daniil      1078  0.4  0.7 985312 103164 ?       Ssl  21:34   0:00 /usr/lib/polkit-kde-authentication-agent-1
daniil      1080  0.4  0.7 912840 102260 ?       Ssl  21:34   0:00 /usr/lib/xdg-desktop-portal-kde
daniil      1505  1.0  0.7 5226556 101784 ?      Sl   21:34   0:00 /usr/bin/mysqld --defaults-file=/home/daniil/.local/share/akonadi/mysql.conf --datadir=/home/daniil/.local/share/akonadi/
daniil      1393  1.3  0.6 2020652 89688 ?       Sl   21:34   0:00 easyeffects --gapplication-service
daniil      2507  0.1  0.4 17092116 60504 ?      Sl   21:34   0:00 /home/daniil/Postman/app/postman-agent --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --serv
daniil      1284  0.0  0.3 17034632 50816 ?      S    21:34   0:00 /home/daniil/Postman/app/postman-agent --type=zygote --no-zygote-sandbox --no-sandbox --enable-crashpad --enable-crashpad
daniil      1285  0.0  0.3 17034620 50536 ?      S    21:34   0:00 /home/daniil/Postman/app/postman-agent --type=zygote --no-sandbox --enable-crashpad --enable-crashpad
daniil      1079  0.4  0.3 568696 47136 ?        Ssl  21:34   0:00 /usr/lib/org_kde_powerdevil
daniil      1468  0.4  0.3 3063192 43992 ?       Sl   21:34   0:00 /usr/bin/akonadiserver
daniil      1037  0.3  0.2 555676 40668 ?        Ssl  21:34   0:00 /usr/lib/kactivitymanagerd
daniil       890  0.2  0.2 199912 40576 ?        Sl   21:34   0:00 /usr/bin/startplasma-x11
daniil      2451  1.0  0.2 464696 30696 ?        Ssl  21:34   0:00 /usr/bin/ksystemstats
daniil      2577  0.1  0.1 240392 27204 ?        Sl   21:34   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/kio_trash.so trash  local:/run/user/1000/dolphinFUhMTR.2.kioworker.soc
daniil      1003  0.4  0.1 233004 27036 ?        Ssl  21:34   0:00 /usr/bin/kglobalaccel5
daniil      1163  0.0  0.1 239400 27032 ?        Sl   21:34   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/desktop.so desktop  local:/run/user/1000/plasmashelllOvFmO.1.kioworker
daniil      1134  0.4  0.1 208396 27028 ?        S<sl 21:34   0:00 /usr/bin/pipewire
daniil      2701  0.1  0.1 239128 26564 ?        Sl   21:34   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/desktop.so desktop  local:/run/user/1000/plasmashellZHeqfo.3.kioworker
daniil      2566  0.0  0.1  92324 25284 ?        S    21:34   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/tags.so tags  local:/run/user/1000/dolphinfQBZRd.1.kioworker.socket
daniil      1076  0.1  0.1 231076 25180 ?        Ssl  21:34   0:00 /usr/bin/gmenudbusmenuproxy
daniil      1135  0.8  0.1 493100 24876 ?        S<sl 21:34   0:00 /usr/bin/wireplumber
daniil      1640  0.0  0.1  92324 24832 ?        S    21:34   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/tags.so tags  local:/run/user/1000/plasmashellhukVmf.2.kioworker.socke
root         556  0.6  0.1 415372 23716 ?        Ssl  21:33   0:00 /usr/bin/NetworkManager --no-daemon
daniil      1081  0.1  0.1 229680 23432 ?        Ssl  21:34   0:00 /usr/bin/xembedsniproxy
daniil      1178  0.1  0.1 222772 22684 ?        Ssl  21:34   0:00 /usr/lib/kf5/kscreen_backend_launcher
root         872  0.0  0.1  76372 21348 ?        S    21:34   0:00 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-92d42364-6550-4c4e-a4f2-c73580db1bd6 --id 3 --start /usr/bin/startplasm
root         626  0.0  0.1 152880 20728 ?        Ssl  21:33   0:00 /usr/bin/sddm
root        1266  0.7  0.1 323748 20264 ?        Ssl  21:34   0:00 /usr/lib/accounts-daemon
root        1091  0.9  0.1 470116 17188 ?        Ssl  21:34   0:00 /usr/lib/udisks2/udisksd
root         292  0.6  0.1  50280 16976 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-journald
daniil       933  0.2  0.1 556504 15672 ?        Ssl  21:34   0:00 /usr/lib/xdg-desktop-portal
daniil       875  1.2  0.0  22092 13540 ?        Ss   21:34   0:00 /usr/lib/systemd/systemd --user
root           1  2.4  0.0  22148 12656 ?        Ss   21:33   0:01 /sbin/init
root         711  0.0  0.0  18192 11112 ?        Ss   21:33   0:00 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
root         342  0.2  0.0  35128 10184 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-udevd
polkitd     1036  0.8  0.0 384304  9960 ?        Ssl  21:34   0:00 /usr/lib/polkit-1/polkitd --no-debug
root        1113  0.2  0.0 314968  9920 ?        Ssl  21:34   0:00 /usr/lib/upowerd
daniil      1325  0.0  0.0 100964  9252 ?        S<sl 21:34   0:00 /usr/bin/pipewire-pulse
daniil      1364  0.0  0.0 316564  8704 ?        Ssl  21:34   0:00 /usr/lib/gvfsd
root         533  0.1  0.0  17692  8652 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-logind
daniil      1665  0.0  0.0  50280  8520 ?        Ss   21:34   0:00 /usr/lib/bluetooth/obexd
daniil      2795  0.0  0.0  14656  8192 ?        S    21:34   0:00 /usr/bin/ssh -NL 22:localhost:22 -o TCPKeepAlive=yes -TND 4711 root@23.94.217.171
daniil      1610  0.1  0.0 160932  8064 pts/1    Ss+  21:34   0:00 fish
daniil      2498  0.0  0.0 160944  8040 pts/4    Ss+  21:34   0:00 fish
daniil      1700  0.1  0.0 160928  8028 pts/2    Ss+  21:34   0:00 fish
daniil      1992  0.1  0.0 161136  7792 pts/3    Ssl  21:34   0:00 fish
systemd+     499  0.1  0.0  17044  7552 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-oomd
root         561  0.0  0.0  16768  7552 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-hostnamed
daniil      1219  0.0  0.0   8488  7552 ?        Ss   21:34   0:00 /home/daniil/real_home_int/Desktop/Postman Agent
daniil      1350  0.0  0.0 381972  7296 ?        Ssl  21:34   0:00 /usr/lib/at-spi-bus-launcher
daniil      2672  1.1  0.0 233892  7004 ?        Sl   21:34   0:00 /usr/lib/ksysguard/ksgrd_network_helper
daniil       938  0.0  0.0 533052  6784 ?        Ssl  21:34   0:00 /usr/lib/xdg-document-portal
ntp          613  0.0  0.0  77192  6512 ?        Ssl  21:33   0:00 /usr/bin/ntpd -g -u ntp:ntp
dbus         532  0.8  0.0  11616  6336 ?        Ss   21:33   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
daniil      1248  0.0  0.0 309432  6204 ?        Ssl  21:34   0:00 /usr/lib/geoclue-2.0/demos/agent
daniil      1375  0.0  0.0 455980  6060 ?        Sl   21:34   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
daniil      1338  0.0  0.0 306152  6016 ?        Ssl  21:34   0:00 /usr/lib/flatpak-session-helper
daniil       876  0.0  0.0  25472  5612 ?        S    21:34   0:00 (sd-pam)
daniil       900  2.1  0.0  10092  5492 ?        Ss   21:34   0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
daniil       942  0.0  0.0 305588  5376 ?        Ssl  21:34   0:00 /usr/lib/xdg-permission-store
daniil      1047  0.0  0.0 229112  5376 ?        Ssl  21:34   0:00 /usr/lib/dconf-service
daniil      1366  0.0  0.0 231956  5176 ?        Sl   21:34   0:00 xdg-dbus-proxy --args=46
daniil      2816  0.0  0.0  11260  4680 pts/3    R+   21:34   0:00 ps aux --sort -rss
daniil      1358  0.0  0.0   8768  4468 ?        S    21:34   0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=u
rtkit        954  0.0  0.0  23060  3248 ?        SNsl 21:34   0:00 /usr/lib/rtkit-daemon
root         415  0.0  0.0   6608  1984 ?        Ss   21:33   0:00 /usr/bin/mount.ntfs /dev/nvme0n1p4 /mnt/windows -o rw,errors=remount-ro
daniil      1221  0.0  0.0   2720  1848 ?        Ss   21:34   0:00 bwrap --args 43 easyeffects --gapplication-service
root         949  0.0  0.0   2488  1664 ?        Ss   21:34   0:00 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal -- /run/user/1000/doc
daniil      1365  0.0  0.0   2720  1596 ?        S    21:34   0:00 bwrap --args 43 xdg-dbus-proxy --args=46
daniil       603  0.0  0.0   2484  1500 ?        Ss   21:33   0:00 /usr/bin/autossh -M 0 -NL 22:localhost:22 -o TCPKeepAlive=yes -TND 4711 root@23.94.217.171
daniil      1371  0.0  0.0   2720  1280 ?        S    21:34   0:00 bwrap --args 43 easyeffects --gapplication-service
daniil      1346  0.0  0.0   7984  1036 ?        Ss   21:34   0:00 server --sh -n /run/user/1000/.flatpak-helper/pkcs11-flatpak-1338 --provider p11-kit-trust.so pkcs11:model=p11-kit-trust?
root           2  0.0  0.0      0     0 ?        S    21:33   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   21:33   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   21:33   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   21:33   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   21:33   0:00 [netns]
root           7  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/0:0-events]
root           8  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/0:0H-events_highpri]
root           9  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/0:1-cgroup_destroy]
root          10  0.1  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:0-kcryptd/254:2]
root          11  0.0  0.0      0     0 ?        I<   21:33   0:00 [mm_percpu_wq]
root          12  0.3  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:1-writeback]
root          13  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_tasks_kthread]
root          14  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_tasks_rude_kthread]
root          15  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_tasks_trace_kthread]
root          16  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/0]
root          17  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_preempt]
root          18  0.0  0.0      0     0 ?        S    21:33   0:00 [rcub/0]
root          19  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/0]
root          20  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/2]
root          23  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/2]
root          24  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/2]
root          25  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/2]
root          26  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/2:0-rcu_gp]
root          27  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/2:0H-events_highpri]
root          28  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/4]
root          29  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/4]
root          30  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/4]
root          31  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/4]
root          32  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/4:0-cgroup_destroy]
root          33  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/4:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/6]
root          35  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/6]
root          36  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/6]
root          37  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/6]
root          38  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/6:0-events]
root          39  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/6:0H-kblockd]
root          40  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/8]
root          41  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/8]
root          42  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/8]
root          43  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/8]
root          44  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/8:0-cgroup_destroy]
root          45  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/8:0H-events_highpri]
root          46  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/10]
root          47  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/10]
root          48  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/10]
root          49  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/10]
root          50  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/10:0-events]
root          51  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/10:0H-events_highpri]
root          52  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/12]
root          53  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/12]
root          54  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/12]
root          55  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/12]
root          56  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/12:0-events]
root          57  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/12:0H-events_highpri]
root          58  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/14]
root          59  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/14]
root          60  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/14]
root          61  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/14]
root          62  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/14:0-events]
root          63  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/14:0H-events_highpri]
root          64  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/1]
root          65  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/1]
root          66  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/1]
root          67  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/1]
root          68  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/1:0-events]
root          69  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/1:0H-events_highpri]
root          70  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/3]
root          71  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/3]
root          72  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/3]
root          73  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/3]
root          74  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/3:0-events]
root          75  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/3:0H-events_highpri]
root          76  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/5]
root          77  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/5]
root          78  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/5]
root          79  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/5]
root          80  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/5:0-events]
root          81  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/5:0H-events_highpri]
root          82  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/7]
root          83  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/7]
root          84  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/7]
root          85  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/7]
root          86  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/7:0-events]
root          87  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/7:0H-events_highpri]
root          88  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/9]
root          89  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/9]
root          90  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/9]
root          91  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/9]
root          92  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/9:0-cgroup_destroy]
root          93  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/9:0H-events_highpri]
root          94  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/11]
root          95  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/11]
root          96  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/11]
root          97  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/11]
root          98  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/11:0-events]
root          99  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/11:0H-ttm]
root         100  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/13]
root         101  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/13]
root         102  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/13]
root         103  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/13]
root         104  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/13:0-events]
root         105  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/13:0H-events_highpri]
root         106  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/15]
root         107  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/15]
root         108  0.4  0.0      0     0 ?        S    21:33   0:00 [migration/15]
root         109  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/15]
root         110  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/15:0-events]
root         111  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/15:0H-events_highpri]
root         112  0.0  0.0      0     0 ?        S    21:33   0:00 [kdevtmpfs]
root         113  0.0  0.0      0     0 ?        I<   21:33   0:00 [inet_frag_wq]
root         114  0.0  0.0      0     0 ?        S    21:33   0:00 [kauditd]
root         115  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/9:1-events]
root         116  0.0  0.0      0     0 ?        S    21:33   0:00 [khungtaskd]
root         117  0.1  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:2-flush-254:0]
root         118  0.0  0.0      0     0 ?        S    21:33   0:00 [oom_reaper]
root         119  0.0  0.0      0     0 ?        I<   21:33   0:00 [writeback]
root         120  0.0  0.0      0     0 ?        S    21:33   0:00 [kcompactd0]
root         121  0.0  0.0      0     0 ?        SN   21:33   0:00 [ksmd]
root         122  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/1:1-cgroup_destroy]
root         123  0.0  0.0      0     0 ?        I<   21:33   0:00 [kintegrityd]
root         124  0.0  0.0      0     0 ?        I<   21:33   0:00 [kblockd]
root         125  0.0  0.0      0     0 ?        I<   21:33   0:00 [blkcg_punt_bio]
root         126  0.0  0.0      0     0 ?        I<   21:33   0:00 [tpm_dev_wq]
root         127  0.0  0.0      0     0 ?        I<   21:33   0:00 [ata_sff]
root         128  0.0  0.0      0     0 ?        I<   21:33   0:00 [edac-poller]
root         129  0.0  0.0      0     0 ?        I<   21:33   0:00 [devfreq_wq]
root         130  0.0  0.0      0     0 ?        S    21:33   0:00 [watchdogd]
root         131  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/7:1-mm_percpu_wq]
root         132  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/9:1H-ttm]
root         133  0.0  0.0      0     0 ?        S    21:33   0:00 [irq/25-AMD-Vi]
root         134  0.0  0.0      0     0 ?        S    21:33   0:00 [kswapd0]
root         135  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/2:1-cgroup_destroy]
root         136  0.0  0.0      0     0 ?        I<   21:33   0:00 [kthrotld]
root         137  0.0  0.0      0     0 ?        S    21:33   0:00 [irq/26-pciehp]
root         138  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/3:1-mm_percpu_wq]
root         139  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/4:1-events]
root         140  0.1  0.0      0     0 ?        I    21:33   0:00 [kworker/5:1-events]
root         141  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/6:1-mm_percpu_wq]
root         142  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/8:1-cgroup_destroy]
root         143  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/10:1-mm_percpu_wq]
root         144  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/11:1-mm_percpu_wq]
root         145  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/12:1-cgroup_destroy]
root         146  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/13:1-events]
root         147  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/14:1-cgroup_destroy]
root         148  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/15:1-mm_percpu_wq]
root         149  0.0  0.0      0     0 ?        I<   21:33   0:00 [acpi_thermal_pm]
root         150  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:3-kcryptd/254:2]
root         151  0.0  0.0      0     0 ?        I<   21:33   0:00 [amd_iommu_v2]
root         152  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_0]
root         153  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_0]
root         154  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_1]
root         155  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_1]
root         156  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:4-kcryptd/254:2]
root         157  0.0  0.0      0     0 ?        I<   21:33   0:00 [mld]
root         158  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/0:1H-kblockd]
root         159  0.0  0.0      0     0 ?        I<   21:33   0:00 [ipv6_addrconf]
root         166  0.0  0.0      0     0 ?        I<   21:33   0:00 [kstrp]
root         167  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/12:2-cgroup_destroy]
root         168  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/u33:0-hci0]
root         170  0.0  0.0      0     0 ?        I<   21:33   0:00 [charger_manager]
root         186  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/11:1H-ttm]
root         200  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/8:1H-kblockd]
root         212  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/14:1H-kblockd]
root         213  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/13:1H-kblockd]
root         214  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/6:1H-ttm]
root         215  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/15:1H-kblockd]
root         216  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/1:1H-kblockd]
root         217  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/7:1H-kblockd]
root         218  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/5:1H-kblockd]
root         219  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/12:1H-kblockd]
root         220  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/2:1H-kblockd]
root         221  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/3:1H-kblockd]
root         222  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/7:2-events]
root         227  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-wq]
root         228  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-reset-wq]
root         229  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-delete-wq]
root         230  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-auth-wq]
root         231  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/10:1H-kblockd]
root         232  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/4:1H-kblockd]
root         235  0.0  0.0      0     0 ?        I<   21:33   0:00 [kdmflush/254:0]
root         236  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/2:2-events]
root         240  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/9:2-events]
root         241  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/9:3-events]
root         242  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/9:4-events]
root         252  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/0:2-events]
root         253  0.0  0.0      0     0 ?        S    21:33   0:00 [jbd2/dm-0-8]
root         254  0.0  0.0      0     0 ?        I<   21:33   0:00 [ext4-rsv-conver]
root         279  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/3:2-events]
root         297  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/4:2-events]
root         298  0.0  0.0      0     0 ?        I<   21:33   0:00 [kmpathd]
root         299  0.0  0.0      0     0 ?        I<   21:33   0:00 [kmpath_handlerd]
root         300  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/1:2-events]
root         316  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/0:3-events]
root         317  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/10:2-cgroup_destroy]
root         339  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/2:3-mm_percpu_wq]
root         343  0.0  0.0      0     0 ?        S    21:33   0:00 [psimon]
root         387  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/11:2]
root         388  0.0  0.0      0     0 ?        I<   21:33   0:00 [uas]
root         389  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_2]
root         390  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_2]
root         391  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_3]
root         392  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_3]
root         409  0.2  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:5-events_unbound]
root         410  0.0  0.0      0     0 ?        S    21:33   0:00 [irq/93-ELAN06FA:00]
root         411  0.2  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:6-events_unbound]
root         424  0.0  0.0      0     0 ?        I<   21:33   0:00 [cryptd]
root         433  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/5:2-events]
root         443  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/6:2-cgroup_destroy]
root         460  0.0  0.0      0     0 ?        I<   21:33   0:00 [cfg80211]
root         462  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/4:3]
root         472  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/14:2-cgroup_destroy]
root         473  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/u33:1-hci0]
root         474  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/u33:2-hci0]
root         477  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/13:2-events]
root         500  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu-reset-de]
root         502  0.0  0.0      0     0 ?        I<   21:33   0:00 [ttm]
root         509  0.0  0.0      0     0 ?        S    21:33   0:00 [napi/phy0-322]
root         510  0.0  0.0      0     0 ?        S    21:33   0:00 [napi/phy0-323]
root         511  0.0  0.0      0     0 ?        S    21:33   0:00 [napi/phy0-324]
root         521  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/14:3-mm_percpu_wq]
root         524  0.0  0.0      0     0 ?        I<   21:33   0:00 [kdmflush/254:1]
root         633  0.0  0.0      0     0 ?        S    21:33   0:00 [mt76-tx phy0]
root         692  0.0  0.0      0     0 ?        I<   21:33   0:00 [kdmflush/254:2]
root         697  0.0  0.0      0     0 ?        I<   21:33   0:00 [kcryptd_io/254:]
root         698  0.0  0.0      0     0 ?        I<   21:33   0:00 [kcryptd/254:2]
root         699  0.0  0.0      0     0 ?        S    21:33   0:00 [dmcrypt_write/254:2]
root         708  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/6:3-events]
root         709  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:7-kcryptd/254:2]
root         710  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:8-kcryptd/254:2]
root         712  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/u32:9-kcryptd/254:2]
root         713  0.0  0.0      0     0 ?        S    21:33   0:00 [jbd2/dm-2-8]
root         714  0.0  0.0      0     0 ?        I<   21:33   0:00 [ext4-rsv-conver]
root         722  0.0  0.0      0     0 ?        S    21:33   0:00 [psimon]
root         778  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         779  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         780  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         781  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         782  0.0  0.0      0     0 ?        I<   21:33   0:00 [dm_vblank_contr]
root         783  0.0  0.0      0     0 ?        S    21:33   0:00 [card1-crtc0]
root         784  0.0  0.0      0     0 ?        S    21:33   0:00 [card1-crtc1]
root         785  0.0  0.0      0     0 ?        S    21:33   0:00 [card1-crtc2]
root         786  0.0  0.0      0     0 ?        S    21:33   0:00 [card1-crtc3]
root         787  0.0  0.0      0     0 ?        S    21:33   0:00 [card1-crtc4]
root         788  0.0  0.0      0     0 ?        S    21:33   0:00 [gfx_0.0.0]
root         789  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.0.0]
root         790  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.1.0]
root         791  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.2.0]
root         792  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.3.0]
root         793  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.0.1]
root         794  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.1.1]
root         795  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.2.1]
root         796  0.0  0.0      0     0 ?        S    21:33   0:00 [comp_1.3.1]
root         797  0.0  0.0      0     0 ?        S    21:33   0:00 [sdma0]
root         798  0.0  0.0      0     0 ?        S    21:33   0:00 [sdma1]
root         799  0.0  0.0      0     0 ?        S    21:33   0:00 [vcn_dec_0]
root         800  0.0  0.0      0     0 ?        S    21:33   0:00 [vcn_enc_0.0]
root         801  0.0  0.0      0     0 ?        S    21:33   0:00 [vcn_enc_0.1]
root         802  0.0  0.0      0     0 ?        S    21:33   0:00 [jpeg_dec]
root         803  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu-reset-de]
root         804  0.0  0.0      0     0 ?        I<   21:33   0:00 [ttm]
root         807  0.0  0.0      0     0 ?        I<   21:34   0:00 [amdgpu_dm_hpd_r]
root         808  0.0  0.0      0     0 ?        I<   21:34   0:00 [dm_vblank_contr]
root         809  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc0]
root         810  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc1]
root         811  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc2]
root         812  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc3]
root         813  0.2  0.0      0     0 ?        S    21:34   0:00 [gfx_low]
root         814  0.0  0.0      0     0 ?        S    21:34   0:00 [gfx_high]
root         815  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.0.0]
root         816  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.1.0]
root         817  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.2.0]
root         818  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.3.0]
root         819  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.0.1]
root         820  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.1.1]
root         821  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.2.1]
root         822  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.3.1]
root         823  0.0  0.0      0     0 ?        S    21:34   0:00 [sdma0]
root         824  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_dec]
root         825  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_enc0]
root         826  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_enc1]
root         827  0.0  0.0      0     0 ?        S    21:34   0:00 [jpeg_dec]
root         844  0.0  0.0      0     0 ?        I    21:34   0:00 [kworker/8:2-mm_percpu_wq]
root        1387  0.0  0.0      0     0 ?        I<   21:34   0:00 [kworker/11:2H-ttm]
root        1388  0.0  0.0      0     0 ?        I<   21:34   0:00 [kworker/11:3H-kblockd]
root        1404  0.0  0.0      0     0 ?        I<   21:34   0:00 [kworker/6:2H-ttm]
> free -h
               total        used        free      shared  buff/cache   available
Mem:            13Gi       2.6Gi       9.8Gi        53Mi       1.3Gi        10Gi
Swap:           15Gi          0B        15Gi

Here's my normal session after I close everything:

> ps aux --sort -rss
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
daniil      1030  0.7  1.5 4463128 213084 ?      Ssl  ноя07  10:34 /usr/bin/plasmashell --no-respawn
daniil      2926  8.1  1.1 2646024 161964 ?      Sl   ноя07 110:52 /usr/bin/plasma-systemmonitor -session 1098b26d65000169930047500000088420018_1699346252_323709
daniil    106485  2.6  0.7 1908988 106052 ?      Sl   19:56   0:20 C:\Program Files\foobar2000\foobar2000.exe
daniil       962  3.0  0.5 3044252 74336 ?       Ssl  ноя07  41:32 /usr/bin/kwin_x11 --replace
daniil     87061  0.2  0.4 2592204 63996 ?       Sl   17:30   0:23 /usr/bin/gwenview /home/daniil/real_home_int/Pictures/Screenshots/Screenshot_20231108_173049.png
root         824  6.6  0.4 1436664 61288 tty2    Ssl+ ноя07  91:12 /usr/lib/Xorg -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_llYKjf -noreset -displayfd 16
daniil      2713  0.0  0.3 1420944 50936 ?       Rl   ноя07   0:17 /usr/bin/konsole -session 1098b26d65000169930011200000088420015_1699346252_323490
daniil     85935  0.2  0.2 2502328 40152 ?       Sl   17:23   0:28 /usr/bin/gwenview /home/daniil/real_home_int/Pictures/Screenshots/Screenshot_20231108_172335.png
daniil      1404  0.4  0.2 181412 40056 ?        SLsl ноя07   6:00 /usr/bin/pipewire-pulse
daniil      3280  0.0  0.2 1415736 39856 ?       Sl   ноя07   0:12 /usr/bin/konsole -session 1098b26d65000169930159400000088420022_1699346252_335880
daniil    106459  0.0  0.2 2686780 39252 ?       Sl   19:56   0:00 C:\windows\system32\explorer.exe /desktop
daniil      2689  0.0  0.2 1131452 36252 ?       Sl   ноя07   0:06 /usr/bin/kwrite -session 1098b26d65000169929837500000088420012_1699346252_336873
daniil      2788  0.1  0.2 1417404 35392 ?       Sl   ноя07   2:01 /usr/bin/konsole -session 1098b26d65000169930015600000088420017_1699346252_336012
daniil       961  0.0  0.2 2334828 34576 ?       Ssl  ноя07   1:01 /usr/bin/kded5
daniil      1949  0.0  0.2 2474688 30480 ?       Sl   ноя07   0:29 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_2
daniil    107058  0.0  0.2 314280 30180 ?        Sl   20:04   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/kio_http.so https  local:/run/user/1000/plasmashellqxVCgk.389.kioworke
daniil      1948  0.0  0.2 2401772 30168 ?       Sl   ноя07   0:30 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_1
daniil     63850  0.0  0.2 1410596 30164 ?       Sl   14:25   0:03 /usr/bin/konsole
daniil    107056  0.0  0.2 314308 30052 ?        Sl   20:04   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/kio_http.so https  local:/run/user/1000/plasmashellTUlhzA.388.kioworke
daniil    107061  0.0  0.2 314264 30020 ?        Sl   20:04   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/kio_http.so https  local:/run/user/1000/plasmashellzFDcRh.390.kioworke
daniil    107133  0.0  0.2 314316 29880 ?        Sl   20:06   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/kio_http.so https  local:/run/user/1000/plasmashellaBhgfI.392.kioworke
daniil      1238  0.0  0.2 1316160 29632 ?       SLsl ноя07   0:08 /usr/bin/keepassxc
daniil    107130  0.0  0.2 314276 29432 ?        Sl   20:06   0:00 /usr/lib/kf5/kioslave5 /usr/lib/qt/plugins/kf5/kio/kio_http.so https  local:/run/user/1000/plasmashellpfuXxn.391.kioworke
daniil     25457  0.0  0.1 1131708 28240 ?       Sl   00:36   0:05 /usr/bin/kwrite /home/daniil/real_home_int/Desktop/Text File (2).txt
daniil      3118  0.0  0.1 2425920 28064 ?       Sl   ноя07   0:09 /usr/bin/dolphin -session 1098b26d65000169930158800000088420021_1699346252_324255
daniil    106448  1.6  0.1 2677072 27964 ?       Ssl  19:56   0:13 C:\windows\system32\winedevice.exe
daniil    106439  0.1  0.1 2672992 27420 ?       Ssl  19:56   0:00 C:\windows\system32\winedevice.exe
daniil      1984  0.0  0.1 1147308 26772 ?       Sl   ноя07   0:21 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_6
daniil      1950  0.0  0.1 1220388 26064 ?       Sl   ноя07   0:27 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_3
daniil      1978  0.0  0.1 1145828 25560 ?       Sl   ноя07   0:26 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_4
daniil      2731  0.0  0.1 1412240 25296 ?       Sl   ноя07   0:07 /usr/bin/konsole -session 1098b26d65000169930012600000088420016_1699346252_335458
daniil      2037  0.0  0.1 1460480 24820 ?       Sl   ноя07   0:19 /usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
daniil      1929  0.0  0.1 1465768 24768 ?       Sl   ноя07   0:09 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
daniil      2043  0.0  0.1 1391644 24512 ?       Sl   ноя07   0:09 /usr/bin/akonadi_unifiedmailbox_agent --identifier akonadi_unifiedmailbox_agent
daniil      1995  0.0  0.1 1465876 24476 ?       Sl   ноя07   0:09 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
daniil      1261  0.0  0.1 1458440 23896 ?       Ssl  ноя07   0:09 /usr/bin/kalendarac
daniil      3319  0.0  0.1 1133092 23724 ?       Sl   ноя07   0:06 /usr/bin/kwrite -session 1098b26d65000169933991300000011560017_1699346252_323786
root         293  0.0  0.1 120868 23404 ?        Ss   ноя07   0:05 /usr/lib/systemd/systemd-journald
daniil      1559  0.0  0.1 3393288 23384 ?       Sl   ноя07   0:15 /usr/bin/akonadiserver
daniil      1295  0.0  0.1 1481120 23084 ?       Sl   ноя07   0:13 /usr/lib/DiscoverNotifier -session 1098b26d65000169931008300000011560004_1699346252_322840
daniil       885  0.0  0.1 932272 22988 ?        SLl  ноя07   0:05 /usr/bin/kwalletd5 --pam-login 12 14
daniil      1608  0.0  0.1 5186692 22132 ?       Sl   ноя07   0:24 /usr/bin/mysqld --defaults-file=/home/daniil/.local/share/akonadi/mysql.conf --datadir=/home/daniil/.local/share/akona
daniil       959  0.0  0.1 919076 21504 ?        Ssl  ноя07   0:12 /usr/bin/ksmserver
daniil    106456  0.0  0.1 2666388 21408 ?       Ssl  19:56   0:00 C:\windows\system32\plugplay.exe
daniil      1980  0.0  0.1 923788 21180 ?        Sl   ноя07   0:19 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_5
daniil      1497  0.0  0.1 986768 20996 ?        Sl   ноя07   0:12 /usr/bin/akonadi_control
daniil      1945  0.0  0.1 920272 20996 ?        Sl   ноя07   0:18 /usr/bin/akonadi_followupreminder_agent --identifier akonadi_followupreminder_agent
daniil      1994  0.0  0.1 919216 20928 ?        Sl   ноя07   0:19 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
daniil      2003  0.0  0.1 924176 20864 ?        Sl   ноя07   0:19 /usr/bin/akonadi_mailmerge_agent --identifier akonadi_mailmerge_agent
daniil      1986  0.0  0.1 923792 20860 ?        Sl   ноя07   0:19 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_8
daniil      2032  0.0  0.1 925904 20752 ?        Sl   ноя07   0:09 /usr/bin/akonadi_newmailnotifier_agent --identifier akonadi_newmailnotifier_agent
daniil      1985  0.0  0.1 923796 20548 ?        Sl   ноя07   0:19 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_7
daniil      1040  0.0  0.1 559424 20500 ?        Ssl  ноя07   0:39 /usr/lib/kactivitymanagerd
daniil      1932  0.0  0.1 919280 20448 ?        Sl   ноя07   0:08 /usr/bin/akonadi_contacts_resource --identifier akonadi_contacts_resource_0
daniil      1946  0.0  0.1 920236 20360 ?        Sl   ноя07   0:08 /usr/bin/akonadi_ical_resource --identifier akonadi_ical_resource_0
daniil      1930  0.0  0.1 920776 20224 ?        Sl   ноя07   0:08 /usr/bin/akonadi_birthdays_resource --identifier akonadi_birthdays_resource
daniil      2020  0.0  0.1 919476 20216 ?        Sl   ноя07   0:08 /usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
daniil      1988  0.0  0.1 928500 20152 ?        SNl  ноя07   0:09 /usr/bin/akonadi_indexing_agent --identifier akonadi_indexing_agent
daniil      1989  0.0  0.1 918492 19772 ?        Sl   ноя07   0:08 /usr/bin/akonadi_maildir_resource --identifier akonadi_maildir_resource_0
daniil      1231  0.0  0.1 916016 19736 ?        Ssl  ноя07   0:05 /usr/bin/kclockd
daniil      1924  0.0  0.1 918484 19716 ?        Sl   ноя07   0:08 /usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_0
daniil      1083  0.0  0.1 912840 19624 ?        Ssl  ноя07   0:05 /usr/lib/xdg-desktop-portal-kde
daniil      1252  0.0  0.1 915580 19600 ?        Ssl  ноя07   0:06 /usr/bin/kaccess
daniil      1080  0.0  0.1 985304 19360 ?        Ssl  ноя07   0:05 /usr/lib/polkit-kde-authentication-agent-1
daniil      1225  0.0  0.1 21592532 18996 ?      Sl   ноя07   0:07 /home/daniil/Postman/app/postman-agent --no-sandbox --enable-crashpad
daniil      1081  0.0  0.1 568692 18128 ?        Ssl  ноя07   0:09 /usr/lib/org_kde_powerdevil
daniil      1134  0.1  0.1 298792 17760 ?        Ssl  ноя07   2:41 /usr/bin/pipewire
daniil    106436  0.0  0.1 2658216 17600 ?       Ssl  19:56   0:00 C:\windows\system32\services.exe
daniil    106475  0.0  0.1 2655456 16696 ?       Ssl  19:56   0:00 C:\windows\system32\rpcss.exe
daniil      3300  0.3  0.1 465752 15628 ?        Ssl  ноя07   5:05 /usr/bin/ksystemstats
daniil      1478  0.2  0.1 2021408 15348 ?       SLl  ноя07   3:36 easyeffects --gapplication-service
daniil       886  0.0  0.1 199908 14704 ?        Sl   ноя07   0:00 /usr/bin/startplasma-x11
root         554  0.0  0.1 694084 14292 ?        Ssl  ноя07   1:19 /usr/bin/NetworkManager --no-daemon
daniil      2543  0.0  0.0 17100312 14028 ?      Sl   ноя07   0:01 /home/daniil/Postman/app/postman-agent --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --s
daniil      1135  0.0  0.0 494920 13512 ?        Ssl  ноя07   0:03 /usr/bin/wireplumber
daniil      4528  0.0  0.0 164580 13348 ?        Sl   ноя07   0:49 /usr/lib/kf5/kio_http_cache_cleaner
daniil      1001  0.0  0.0 233004 13336 ?        Ssl  ноя07   0:05 /usr/bin/kglobalaccel5
daniil      1845  0.0  0.0 17463024 12556 ?      Sl   ноя07   0:02 /home/daniil/Postman/app/postman-agent --type=gpu-process --no-sandbox --enable-crashpad --enable-crash-reporter=5df54
daniil      1320  0.0  0.0 17034632 12416 ?      S    ноя07   0:00 /home/daniil/Postman/app/postman-agent --type=zygote --no-zygote-sandbox --no-sandbox --enable-crashpad --enable-crash
daniil      1077  0.0  0.0 231076 12400 ?        Ssl  ноя07   0:05 /usr/bin/gmenudbusmenuproxy
daniil      1084  0.0  0.0 229680 12320 ?        Ssl  ноя07   0:05 /usr/bin/xembedsniproxy
daniil    106430  1.4  0.0  13520 12288 ?        Ss   19:56   0:11 /usr/bin/wineserver
daniil      1322  0.0  0.0 17034620 11980 ?      S    ноя07   0:00 /home/daniil/Postman/app/postman-agent --type=zygote --no-sandbox --enable-crashpad --enable-crashpad
daniil      1178  0.0  0.0 222772 11780 ?        Ssl  ноя07   0:05 /usr/lib/kf5/kscreen_backend_launcher
root         667  0.0  0.0 152880 11140 ?        Ssl  ноя07   0:00 /usr/bin/sddm
daniil    106465  0.0  0.0 2650412 10724 ?       Ssl  19:56   0:00 C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted
root         868  0.0  0.0  76372 10644 ?        S    ноя07   0:00 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-8b2bd352-c1e1-4565-a4d3-2ebb45a53c5e --id 3 --start /usr/bin/startpl
root        1079  0.0  0.0 470788  9768 ?        Ssl  ноя07   0:07 /usr/lib/udisks2/udisksd
root           1  0.0  0.0  22152  8532 ?        Ss   ноя07   0:01 /sbin/init
daniil       930  0.0  0.0 1097312 8288 ?        Ssl  ноя07   0:00 /usr/lib/xdg-desktop-portal
root       48894  0.0  0.0 1205840 7992 ?        Ssl  12:25   0:02 /usr/lib/strongswan/charon --use-syslog
daniil    104038  0.0  0.0  14656  7936 ?        S    19:36   0:00 /usr/bin/ssh -NL 22:localhost:22 -o TCPKeepAlive=yes -TND 4711 root@23.94.217.171
polkitd     1039  0.0  0.0 384464  7808 ?        Ssl  ноя07   0:01 /usr/lib/polkit-1/polkitd --no-debug
daniil      2785  0.0  0.0 234880  7656 pts/1    Ssl  ноя07   0:00 fish
daniil       871  0.0  0.0  22408  7492 ?        Ss   ноя07   0:00 /usr/lib/systemd/systemd --user
root       48978  0.0  0.0 240840  7456 ?        Sl   12:25   0:00 /usr/sbin/pppd plugin pppol2tp.so pppol2tp 7 passive nodetach : file /var/run/nm-l2tp-3e3cc50b-68c4-46fb-9f05-1c495a6bd27
root        1113  0.0  0.0 315620  7024 ?        Ssl  ноя07   0:04 /usr/lib/upowerd
dbus         531  0.0  0.0  12208  6828 ?        Ss   ноя07   0:37 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
daniil      3520  1.2  0.0 233892  6816 ?        Sl   ноя07  16:36 /usr/lib/ksysguard/ksgrd_network_helper
root        1283  0.0  0.0 323716  6724 ?        Ssl  ноя07   0:00 /usr/lib/accounts-daemon
root       48869  0.0  0.0 240820  6456 ?        Sl   12:25   0:00 /usr/lib/NetworkManager/nm-l2tp-service
daniil      1622  0.0  0.0 235088  6436 ?        Sl   ноя07   0:05 /usr/lib/at-spi2-registryd --use-gnome-session
daniil       896  0.0  0.0  11372  6364 ?        Ss   ноя07   0:21 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
daniil      1414  0.0  0.0 381972  6360 ?        Ssl  ноя07   0:00 /usr/lib/at-spi-bus-launcher
daniil      1438  0.0  0.0 316564  6232 ?        Ssl  ноя07   0:00 /usr/lib/gvfsd
daniil       935  0.0  0.0 885320  6008 ?        Ssl  ноя07   0:00 /usr/lib/xdg-document-portal
daniil      1251  0.0  0.0 309432  5996 ?        Ssl  ноя07   0:00 /usr/lib/geoclue-2.0/demos/agent
root         341  0.0  0.0  35120  5952 ?        Ss   ноя07   0:00 /usr/lib/systemd/systemd-udevd
daniil      1885  0.0  0.0  50280  5772 ?        Ss   ноя07   0:00 /usr/lib/bluetooth/obexd
root         648  0.0  0.0  18192  5640 ?        Ss   ноя07   0:00 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
daniil     63866  0.0  0.0 161128  5476 pts/5    Ss+  14:25   0:00 fish
daniil      1403  0.0  0.0 306152  5208 ?        Ssl  ноя07   0:00 /usr/lib/flatpak-session-helper
daniil      1451  0.0  0.0 530744  5204 ?        Sl   ноя07   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
daniil       939  0.0  0.0 305588  5044 ?        Ssl  ноя07   0:00 /usr/lib/xdg-permission-store
root         532  0.0  0.0  17688  4964 ?        Ss   ноя07   0:00 /usr/lib/systemd/systemd-logind
daniil      1433  0.0  0.0 231956  4920 ?        Sl   ноя07   0:00 xdg-dbus-proxy --args=47
daniil      2821  0.0  0.0 161016  4916 pts/2    Ss+  ноя07   0:00 fish
daniil    107356  0.0  0.0  11260  4736 pts/1    R+   20:09   0:00 ps aux --sort -rss
daniil      3070  0.0  0.0 243608  4628 pts/3    Ss   ноя07   0:00 fish
daniil      1044  0.0  0.0 229112  4488 ?        Ssl  ноя07   0:00 /usr/lib/dconf-service
systemd+     499  0.0  0.0  17044  4400 ?        Ss   ноя07   0:28 /usr/lib/systemd/systemd-oomd
daniil      3336  0.0  0.0 161060  4300 pts/4    Ss+  ноя07   0:00 fish
daniil      1424  0.0  0.0   8900  4232 ?        S    ноя07   0:01 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --addres
daniil     12092  0.0  0.0 154828  3220 ?        SLs  ноя07   0:00 /usr/bin/gpg-agent --supervised
ntp          655  0.0  0.0  77192  3152 ?        Ssl  ноя07   0:02 /usr/bin/ntpd -g -u ntp:ntp
rtkit        951  0.0  0.0  88596  3148 ?        SNsl ноя07   0:00 /usr/lib/rtkit-daemon
daniil     62325  0.0  0.0   7912  2688 pts/3    S+   14:07   0:00 bash --norc
daniil       872  0.0  0.0  25448  2056 ?        S    ноя07   0:00 (sd-pam)
root       48947  0.0  0.0   2564  1756 ?        Ss   12:25   0:00 /usr/bin/xl2tpd -D -c /var/run/nm-l2tp-3e3cc50b-68c4-46fb-9f05-1c495a6bd271/xl2tpd.conf -C /var/run/nm-l2tp-3e3cc50b-68c4
daniil       649  0.0  0.0   2484  1720 ?        Ss   ноя07   0:00 /usr/bin/autossh -M 0 -NL 22:localhost:22 -o TCPKeepAlive=yes -TND 4711 root@23.94.217.171
daniil      1220  0.0  0.0   2720  1676 ?        Ss   ноя07   0:00 bwrap --args 43 easyeffects --gapplication-service
daniil      1430  0.0  0.0   2720  1660 ?        S    ноя07   0:00 bwrap --args 45 xdg-dbus-proxy --args=47
root         946  0.0  0.0   2488  1568 ?        Ss   ноя07   0:00 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal -- /run/user/1000/doc
daniil      1218  0.0  0.0   8488  1520 ?        Ss   ноя07   0:00 /home/daniil/real_home_int/Desktop/Postman Agent
root         407  0.0  0.0   6608  1480 ?        Ss   ноя07   0:03 /usr/bin/mount.ntfs /dev/nvme0n1p4 /mnt/windows -o rw,errors=remount-ro
root       48892  0.0  0.0   6952  1448 ?        Ss   12:25   0:00 /usr/lib/strongswan/starter --daemon charon --conf /var/run/nm-l2tp-3e3cc50b-68c4-46fb-9f05-1c495a6bd271/ipsec.conf --deb
daniil      1444  0.0  0.0   2720  1204 ?        S    ноя07   0:00 bwrap --args 43 easyeffects --gapplication-service
daniil      1409  0.0  0.0   7984   664 ?        Ss   ноя07   0:00 server --sh -n /run/user/1000/.flatpak-helper/pkcs11-flatpak-1403 --provider p11-kit-trust.so pkcs11:model=p11-kit-tru
root           2  0.0  0.0      0     0 ?        S    ноя07   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   ноя07   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   ноя07   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   ноя07   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   ноя07   0:00 [netns]
root          11  0.0  0.0      0     0 ?        I<   ноя07   0:00 [mm_percpu_wq]
root          13  0.0  0.0      0     0 ?        I    ноя07   0:00 [rcu_tasks_kthread]
root          14  0.0  0.0      0     0 ?        I    ноя07   0:00 [rcu_tasks_rude_kthread]
root          15  0.0  0.0      0     0 ?        I    ноя07   0:00 [rcu_tasks_trace_kthread]
root          16  0.0  0.0      0     0 ?        S    ноя07   0:05 [ksoftirqd/0]
root          17  0.0  0.0      0     0 ?        I    ноя07   0:39 [rcu_preempt]
root          18  0.0  0.0      0     0 ?        S    ноя07   0:00 [rcub/0]
root          19  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/0]
root          20  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/2]
root          23  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/2]
root          24  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/2]
root          25  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/2]
root          28  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/4]
root          29  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/4]
root          30  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/4]
root          31  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/4]
root          34  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/6]
root          35  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/6]
root          36  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/6]
root          37  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/6]
root          40  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/8]
root          41  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/8]
root          42  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/8]
root          43  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/8]
root          46  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/10]
root          47  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/10]
root          48  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/10]
root          49  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/10]
root          52  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/12]
root          53  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/12]
root          54  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/12]
root          55  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/12]
root          58  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/14]
root          59  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/14]
root          60  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/14]
root          61  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/14]
root          64  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/1]
root          65  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/1]
root          66  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/1]
root          67  0.0  0.0      0     0 ?        S    ноя07   0:02 [ksoftirqd/1]
root          70  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/3]
root          71  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/3]
root          72  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/3]
root          73  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/3]
root          76  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/5]
root          77  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/5]
root          78  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/5]
root          79  0.0  0.0      0     0 ?        S    ноя07   0:00 [ksoftirqd/5]
root          82  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/7]
root          83  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/7]
root          84  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/7]
root          85  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/7]
root          88  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/9]
root          89  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/9]
root          90  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/9]
root          91  0.0  0.0      0     0 ?        S    ноя07   0:00 [ksoftirqd/9]
root          94  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/11]
root          95  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/11]
root          96  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/11]
root          97  0.0  0.0      0     0 ?        S    ноя07   0:01 [ksoftirqd/11]
root         100  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/13]
root         101  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/13]
root         102  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/13]
root         103  0.0  0.0      0     0 ?        S    ноя07   0:00 [ksoftirqd/13]
root         106  0.0  0.0      0     0 ?        S    ноя07   0:00 [cpuhp/15]
root         107  0.0  0.0      0     0 ?        S    ноя07   0:00 [idle_inject/15]
root         108  0.0  0.0      0     0 ?        S    ноя07   0:00 [migration/15]
root         109  0.0  0.0      0     0 ?        S    ноя07   0:00 [ksoftirqd/15]
root         112  0.0  0.0      0     0 ?        S    ноя07   0:00 [kdevtmpfs]
root         113  0.0  0.0      0     0 ?        I<   ноя07   0:00 [inet_frag_wq]
root         114  0.0  0.0      0     0 ?        S    ноя07   0:00 [kauditd]
root         115  0.0  0.0      0     0 ?        S    ноя07   0:00 [khungtaskd]
root         117  0.0  0.0      0     0 ?        S    ноя07   0:00 [oom_reaper]
root         118  0.0  0.0      0     0 ?        I<   ноя07   0:00 [writeback]
root         119  0.2  0.0      0     0 ?        S    ноя07   3:06 [kcompactd0]
root         120  0.0  0.0      0     0 ?        SN   ноя07   0:00 [ksmd]
root         122  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kintegrityd]
root         123  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kblockd]
root         124  0.0  0.0      0     0 ?        I<   ноя07   0:00 [blkcg_punt_bio]
root         126  0.0  0.0      0     0 ?        I<   ноя07   0:00 [tpm_dev_wq]
root         127  0.0  0.0      0     0 ?        I<   ноя07   0:00 [ata_sff]
root         128  0.0  0.0      0     0 ?        I<   ноя07   0:00 [edac-poller]
root         129  0.0  0.0      0     0 ?        I<   ноя07   0:00 [devfreq_wq]
root         130  0.0  0.0      0     0 ?        S    ноя07   0:00 [watchdogd]
root         133  0.0  0.0      0     0 ?        S    ноя07   0:00 [irq/25-AMD-Vi]
root         134  0.2  0.0      0     0 ?        S    ноя07   2:52 [kswapd0]
root         135  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kthrotld]
root         136  0.0  0.0      0     0 ?        S    ноя07   0:00 [irq/26-pciehp]
root         149  0.0  0.0      0     0 ?        I<   ноя07   0:00 [acpi_thermal_pm]
root         151  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amd_iommu_v2]
root         152  0.0  0.0      0     0 ?        S    ноя07   0:00 [scsi_eh_0]
root         153  0.0  0.0      0     0 ?        I<   ноя07   0:00 [scsi_tmf_0]
root         154  0.0  0.0      0     0 ?        S    ноя07   0:00 [scsi_eh_1]
root         155  0.0  0.0      0     0 ?        I<   ноя07   0:00 [scsi_tmf_1]
root         157  0.0  0.0      0     0 ?        I<   ноя07   0:00 [mld]
root         160  0.0  0.0      0     0 ?        I<   ноя07   0:00 [ipv6_addrconf]
root         167  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kstrp]
root         169  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kworker/u33:0-uvcvideo]
root         171  0.0  0.0      0     0 ?        I<   ноя07   0:00 [charger_manager]
root         230  0.0  0.0      0     0 ?        I<   ноя07   0:00 [nvme-wq]
root         231  0.0  0.0      0     0 ?        I<   ноя07   0:00 [nvme-reset-wq]
root         232  0.0  0.0      0     0 ?        I<   ноя07   0:00 [nvme-delete-wq]
root         233  0.0  0.0      0     0 ?        I<   ноя07   0:00 [nvme-auth-wq]
root         236  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kdmflush/254:0]
root         254  0.0  0.0      0     0 ?        S    ноя07   0:12 [jbd2/dm-0-8]
root         255  0.0  0.0      0     0 ?        I<   ноя07   0:00 [ext4-rsv-conver]
root         299  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kmpathd]
root         300  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kmpath_handlerd]
root         342  0.0  0.0      0     0 ?        S    ноя07   0:00 [psimon]
root         396  0.0  0.0      0     0 ?        S    ноя07   0:08 [irq/93-ELAN06FA:00]
root         401  0.0  0.0      0     0 ?        I<   ноя07   0:00 [cryptd]
root         413  0.0  0.0      0     0 ?        I<   ноя07   0:00 [uas]
root         415  0.0  0.0      0     0 ?        S    ноя07   0:00 [scsi_eh_2]
root         416  0.0  0.0      0     0 ?        I<   ноя07   0:00 [scsi_tmf_2]
root         418  0.0  0.0      0     0 ?        S    ноя07   0:00 [scsi_eh_3]
root         419  0.0  0.0      0     0 ?        I<   ноя07   0:00 [scsi_tmf_3]
root         431  0.0  0.0      0     0 ?        I<   ноя07   0:00 [cfg80211]
root         469  0.0  0.0      0     0 ?        S    ноя07   1:07 [napi/phy0-322]
root         470  0.0  0.0      0     0 ?        S    ноя07   0:01 [napi/phy0-323]
root         471  0.0  0.0      0     0 ?        S    ноя07   0:35 [napi/phy0-324]
root         486  0.0  0.0      0     0 ?        S    ноя07   0:24 [mt76-tx phy0]
root         500  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu-reset-de]
root         506  0.0  0.0      0     0 ?        I<   ноя07   0:00 [ttm]
root         521  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kdmflush/254:1]
root         634  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kdmflush/254:2]
root         639  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kcryptd_io/254:]
root         640  0.0  0.0      0     0 ?        I<   ноя07   0:00 [kcryptd/254:2]
root         641  0.0  0.0      0     0 ?        S    ноя07   0:00 [dmcrypt_write/254:2]
root         672  0.0  0.0      0     0 ?        S    ноя07   0:00 [jbd2/dm-2-8]
root         673  0.0  0.0      0     0 ?        I<   ноя07   0:00 [ext4-rsv-conver]
root         717  0.0  0.0      0     0 ?        S    ноя07   0:00 [psimon]
root         772  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu_dm_hpd_r]
root         773  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu_dm_hpd_r]
root         774  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu_dm_hpd_r]
root         775  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu_dm_hpd_r]
root         776  0.0  0.0      0     0 ?        I<   ноя07   0:00 [dm_vblank_contr]
root         778  0.0  0.0      0     0 ?        S    ноя07   0:00 [card1-crtc0]
root         779  0.0  0.0      0     0 ?        S    ноя07   0:00 [card1-crtc1]
root         780  0.0  0.0      0     0 ?        S    ноя07   0:00 [card1-crtc2]
root         781  0.0  0.0      0     0 ?        S    ноя07   0:00 [card1-crtc3]
root         782  0.0  0.0      0     0 ?        S    ноя07   0:00 [card1-crtc4]
root         783  0.0  0.0      0     0 ?        S    ноя07   0:00 [gfx_0.0.0]
root         784  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.0.0]
root         785  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.1.0]
root         786  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.2.0]
root         787  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.3.0]
root         788  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.0.1]
root         789  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.1.1]
root         790  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.2.1]
root         791  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.3.1]
root         792  0.0  0.0      0     0 ?        S    ноя07   0:00 [sdma0]
root         793  0.0  0.0      0     0 ?        S    ноя07   0:00 [sdma1]
root         794  0.0  0.0      0     0 ?        S    ноя07   0:00 [vcn_dec_0]
root         795  0.0  0.0      0     0 ?        S    ноя07   0:00 [vcn_enc_0.0]
root         796  0.0  0.0      0     0 ?        S    ноя07   0:00 [vcn_enc_0.1]
root         797  0.0  0.0      0     0 ?        S    ноя07   0:00 [jpeg_dec]
root         798  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu-reset-de]
root         800  0.0  0.0      0     0 ?        I<   ноя07   0:00 [ttm]
root         802  0.0  0.0      0     0 ?        I<   ноя07   0:00 [amdgpu_dm_hpd_r]
root         803  0.0  0.0      0     0 ?        I<   ноя07   0:00 [dm_vblank_contr]
root         804  0.0  0.0      0     0 ?        S    ноя07   0:00 [card2-crtc0]
root         805  0.0  0.0      0     0 ?        S    ноя07   0:00 [card2-crtc1]
root         806  0.0  0.0      0     0 ?        S    ноя07   0:00 [card2-crtc2]
root         807  0.0  0.0      0     0 ?        S    ноя07   0:00 [card2-crtc3]
root         808  1.7  0.0      0     0 ?        S    ноя07  24:27 [gfx_low]
root         809  0.0  0.0      0     0 ?        S    ноя07   0:00 [gfx_high]
root         810  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.0.0]
root         811  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.1.0]
root         812  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.2.0]
root         813  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.3.0]
root         814  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.0.1]
root         815  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.1.1]
root         816  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.2.1]
root         817  0.0  0.0      0     0 ?        S    ноя07   0:00 [comp_1.3.1]
root         818  0.0  0.0      0     0 ?        S    ноя07   0:05 [sdma0]
root         819  0.0  0.0      0     0 ?        S    ноя07   0:01 [vcn_dec]
root         820  0.0  0.0      0     0 ?        S    ноя07   0:00 [vcn_enc0]
root         821  0.0  0.0      0     0 ?        S    ноя07   0:00 [vcn_enc1]
root         822  0.0  0.0      0     0 ?        S    ноя07   0:00 [jpeg_dec]
root       37659  0.0  0.0      0     0 ?        I<   10:50   0:00 [kworker/u33:1-hci0]
root       64249  0.0  0.0      0     0 ?        I<   14:27   0:00 [kworker/1:1H-ttm]
root       68471  0.0  0.0      0     0 ?        I<   14:56   0:00 [kworker/2:1H-ttm]
root       73759  0.0  0.0      0     0 ?        I<   15:28   0:00 [kworker/5:1H-ttm]
root       74218  0.0  0.0      0     0 ?        I<   15:32   0:00 [kworker/3:1H-kblockd]
root       76070  0.0  0.0      0     0 ?        I<   15:50   0:00 [kworker/0:0H-ttm]
root       83943  0.0  0.0      0     0 ?        I<   17:06   0:00 [kworker/1:0H-ttm]
root       88001  0.0  0.0      0     0 ?        I<   17:37   0:00 [kworker/12:1H-ttm]
root       92227  0.0  0.0      0     0 ?        I<   18:14   0:00 [kworker/6:1H-ttm]
root       92284  0.0  0.0      0     0 ?        I<   18:15   0:00 [kworker/5:0H-ttm]
root       92548  0.0  0.0      0     0 ?        I    18:15   0:00 [kworker/5:1-mm_percpu_wq]
root       93760  0.0  0.0      0     0 ?        I    18:18   0:00 [kworker/9:2-events]
root       94001  0.0  0.0      0     0 ?        I    18:19   0:00 [kworker/11:2-events]
root       94096  0.0  0.0      0     0 ?        I<   18:20   0:00 [kworker/4:0H-ttm]
root       94412  0.0  0.0      0     0 ?        I<   18:23   0:00 [kworker/10:0H-ttm]
root       95850  0.0  0.0      0     0 ?        I<   18:39   0:00 [kworker/3:2H-ttm]
root       95965  0.0  0.0      0     0 ?        I<   18:39   0:00 [kworker/11:2H-ttm]
root       97928  0.0  0.0      0     0 ?        I<   18:52   0:00 [kworker/14:0H-ttm]
root       99043  0.0  0.0      0     0 ?        I    18:53   0:00 [kworker/8:2-events]
root       99651  0.0  0.0      0     0 ?        I<   18:54   0:00 [kworker/4:1H-ttm]
root      100008  0.0  0.0      0     0 ?        I<   18:54   0:00 [kworker/11:1H-kblockd]
root      100219  0.0  0.0      0     0 ?        I<   18:55   0:00 [kworker/10:2H-ttm]
root      100497  0.0  0.0      0     0 ?        I<   18:56   0:00 [kworker/15:2H]
root      100498  0.0  0.0      0     0 ?        I<   18:56   0:00 [kworker/15:3H-ttm]
root      101578  0.0  0.0      0     0 ?        I<   19:06   0:00 [kworker/13:3H-ttm]
root      101609  0.0  0.0      0     0 ?        I    19:06   0:00 [kworker/3:2-events]
root      101807  0.0  0.0      0     0 ?        I    19:07   0:00 [kworker/13:1-events]
root      102062  0.2  0.0      0     0 ?        I    19:12   0:07 [kworker/u32:1-events_unbound]
root      102100  0.2  0.0      0     0 ?        I    19:13   0:08 [kworker/u32:4-flush-254:0]
root      102816  0.0  0.0      0     0 ?        I    19:26   0:00 [kworker/15:2-events]
root      103249  0.0  0.0      0     0 ?        I    19:32   0:00 [kworker/2:0-mm_percpu_wq]
root      104040  0.0  0.0      0     0 ?        I<   19:36   0:00 [kworker/8:2H-ttm]
root      104041  0.0  0.0      0     0 ?        I<   19:36   0:00 [kworker/8:3H-ttm]
root      104057  0.0  0.0      0     0 ?        I<   19:36   0:00 [kworker/14:1H-kblockd]
root      104059  0.0  0.0      0     0 ?        I<   19:36   0:00 [kworker/0:1H-ttm]
root      104061  0.0  0.0      0     0 ?        I<   19:36   0:00 [kworker/6:3H-ttm]
root      104062  0.0  0.0      0     0 ?        I<   19:36   0:00 [kworker/7:2H-ttm]
root      104087  0.0  0.0      0     0 ?        I<   19:37   0:00 [kworker/7:5H-kblockd]
root      104092  0.0  0.0      0     0 ?        I<   19:37   0:00 [kworker/12:0H-ttm]
root      104104  0.0  0.0      0     0 ?        I<   19:37   0:00 [kworker/2:0H-kblockd]
root      104617  0.0  0.0      0     0 ?        I    19:41   0:00 [kworker/1:0-events_freezable]
root      104730  0.0  0.0      0     0 ?        I    19:44   0:00 [kworker/14:0-events]
root      104855  0.0  0.0      0     0 ?        I<   19:46   0:00 [kworker/9:2H-ttm]
root      104856  0.0  0.0      0     0 ?        I<   19:46   0:00 [kworker/9:3H-ttm]
root      105091  0.0  0.0      0     0 ?        I    19:47   0:00 [kworker/10:2-events]
root      105158  0.0  0.0      0     0 ?        I    19:48   0:00 [kworker/12:2-events]
root      105212  0.0  0.0      0     0 ?        I    19:49   0:00 [kworker/4:0-events]
root      105259  0.0  0.0      0     0 ?        I    19:49   0:00 [kworker/3:1-events]
root      105274  0.0  0.0      0     0 ?        I    19:50   0:00 [kworker/8:0-cgroup_destroy]
root      105374  0.0  0.0      0     0 ?        I    19:50   0:00 [kworker/6:0-events]
root      105377  0.0  0.0      0     0 ?        I    19:50   0:00 [kworker/7:2-events]
root      105471  0.0  0.0      0     0 ?        I    19:50   0:00 [kworker/0:1-events]
root      105472  0.0  0.0      0     0 ?        I    19:50   0:00 [kworker/13:2-events]
root      105642  0.1  0.0      0     0 ?        I    19:51   0:01 [kworker/u32:2-events_power_efficient]
root      106085  0.0  0.0      0     0 ?        I    19:54   0:00 [kworker/5:0-events]
root      106086  0.0  0.0      0     0 ?        I    19:54   0:00 [kworker/14:1-events]
root      106096  0.0  0.0      0     0 ?        I    19:54   0:00 [kworker/10:1-events]
root      106145  0.0  0.0      0     0 ?        I    19:55   0:00 [kworker/6:2-events]
root      106146  0.0  0.0      0     0 ?        I    19:55   0:00 [kworker/2:1-events]
root      106305  0.0  0.0      0     0 ?        I    19:56   0:00 [kworker/0:2]
root      106306  0.0  0.0      0     0 ?        I    19:56   0:00 [kworker/12:1-events]
root      106365  0.0  0.0      0     0 ?        I    19:56   0:00 [kworker/9:1-events]
root      106366  0.0  0.0      0     0 ?        I    19:56   0:00 [kworker/1:2-mm_percpu_wq]
root      106499  0.0  0.0      0     0 ?        I    19:56   0:00 [kworker/u32:5-events_unbound]
root      106502  0.0  0.0      0     0 ?        I<   19:56   0:00 [kworker/13:0H-ttm]
root      106541  0.0  0.0      0     0 ?        I    19:57   0:00 [kworker/15:0-kdmflush/254:0]
root      106763  0.0  0.0      0     0 ?        I    19:58   0:00 [kworker/7:0-events]
root      106834  0.0  0.0      0     0 ?        I    20:00   0:00 [kworker/11:0]
root      107006  0.0  0.0      0     0 ?        I    20:04   0:00 [kworker/4:1-events]
root      107047  0.0  0.0      0     0 ?        I<   20:04   0:00 [kworker/10:1H]
root      107075  0.0  0.0      0     0 ?        I    20:04   0:00 [kworker/3:0-events]
root      107078  0.0  0.0      0     0 ?        I    20:05   0:00 [kworker/15:1-events]
root      107114  0.0  0.0      0     0 ?        I    20:06   0:00 [kworker/u32:0-kcryptd/254:2]
root      107115  0.3  0.0      0     0 ?        I    20:06   0:00 [kworker/u32:3-events_unbound]
root      107120  0.0  0.0      0     0 ?        I<   20:06   0:00 [kworker/0:2H]
root      107127  0.0  0.0      0     0 ?        I    20:06   0:00 [kworker/5:2-events]
root      107128  0.0  0.0      0     0 ?        I    20:06   0:00 [kworker/5:3-mm_percpu_wq]
root      107131  0.0  0.0      0     0 ?        I    20:06   0:00 [kworker/5:4]
root      107145  0.0  0.0      0     0 ?        I<   20:06   0:00 [kworker/1:2H-ttm]
root      107146  0.0  0.0      0     0 ?        I<   20:06   0:00 [kworker/1:3H-ttm]
root      107147  0.0  0.0      0     0 ?        I<   20:06   0:00 [kworker/1:4H-ttm]
root      107148  0.0  0.0      0     0 ?        I    20:06   0:00 [kworker/1:1-events]
root      107159  0.0  0.0      0     0 ?        I    20:06   0:00 [kworker/8:1-inet_frag_wq]
root      107216  0.0  0.0      0     0 ?        I    20:07   0:00 [kworker/14:2-events]
root      107228  0.0  0.0      0     0 ?        I    20:07   0:00 [kworker/9:0-mm_percpu_wq]
root      107237  0.0  0.0      0     0 ?        I    20:07   0:00 [kworker/12:0-pm]
root      107239  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/12:2H-ttm]
root      107240  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/12:3H-ttm]
root      107241  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/12:4H-ttm]
root      107250  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/6:0H]
root      107274  0.0  0.0      0     0 ?        I    20:07   0:00 [kworker/12:3]
root      107275  0.0  0.0      0     0 ?        I    20:07   0:00 [kworker/12:4-mm_percpu_wq]
root      107277  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/8:0H-kblockd]
root      107278  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/9:0H-kblockd]
root      107280  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/4:2H]
root      107281  0.0  0.0      0     0 ?        I<   20:07   0:00 [kworker/4:3H-ttm]
root      107333  0.0  0.0      0     0 ?        I<   20:09   0:00 [kworker/14:2H]
root      107349  0.0  0.0      0     0 ?        I<   20:09   0:00 [kworker/5:2H]
> free
               total        used        free      shared  buff/cache   available
Mem:        14162900     3868796     7903244       30252     2580756    10294104
Swap:       16777212     2027716    14749496

And after dropping cache:

> free
               total        used        free      shared  buff/cache   available
Mem:        14162900     1999352    11953084       29812      400404    12163548
Swap:       16777212     2019268    14757944

Last edited by LaserMoai (2023-11-08 19:20:38)

Offline

#103 2023-11-08 19:20:13

LaserMoai
Member
Registered: 2023-02-26
Posts: 64

Re: [SOLVED] A large volume of RAM is getting consumed by OS itself

It looks like the KDE system monitor does use PSS.

> ps --no-headers -eo pss,cmd --sort=pss | grep -i chromium | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
2.25862
> ps --no-headers -eo pss,cmd --sort=pss | grep -i firefox | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
2.25884
> ps --no-headers -eo pss,cmd --sort=pss | grep -i electron | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
1.49974
> ps --no-headers -eo pss,cmd --sort=pss | grep -i code-oss | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
0.0559683
> free -h
               total        used        free      shared  buff/cache   available
Mem:            13Gi        11Gi       207Mi       280Mi       2.4Gi       2.2Gi
Swap:           15Gi       8.1Gi       7.9Gi
> ps aux --sort -rss
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
daniil     13711  5.6 11.6 1177592772 1650272 ?  Rl   22:43   1:38 /usr/lib/electron25/electron --max-old-space-size=3072 /usr/lib/code/extensions/node_modules/typescript/lib/tsserver.js -
daniil      3047 26.5  4.5 13614780 648000 ?     Sl   21:35  25:41 /usr/lib/firefox/firefox
daniil      8332  1.7  4.1 1219332732 588080 ?   Sl   21:56   1:18 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8287  2.2  3.3 1194012592 472736 ?   Sl   21:56   1:43 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8167  3.0  2.5 34858960 362380 ?     Sl   21:56   2:18 /usr/lib/chromium/chromium --user-data-dir=/home/daniil/.config/chromium-work --process-per-site
daniil      1032  1.1  1.9 7080076 277872 ?      Ssl  21:34   1:08 /usr/bin/plasmashell --no-respawn
daniil     14948  1.1  1.9 36265380 277340 ?     Sl   22:43   0:19 /opt/postman/app/postman --type=renderer --enable-crashpad --crashpad-handler-pid=14835 --enable-crash-reporter=e7a6873b-
daniil     13592  2.1  1.9 1190363816 273360 ?   Sl   22:43   0:38 /usr/lib/electron25/electron --type=renderer --crashpad-handler-pid=13541 --enable-crash-reporter=4053da79-3bf0-452a-ba6f
daniil      2944  4.2  1.7 52963900 247532 ?     Sl   21:35   4:06 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify --type=renderer --log-severity=disable --use
daniil      4197  3.7  1.7 2826160 246220 ?      Sl   21:35   3:36 /usr/lib/firefox/firefox -contentproc -childID 24 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     13086  0.8  1.7 34794492 240932 ?     Sl   22:42   0:15 /usr/lib/chromium/chromium --user-data-dir=/home/daniil/.config/chromium-clean --process-per-site
daniil      3289  1.8  1.6 3101076 235164 ?      Sl   21:35   1:47 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 27239 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      8938  0.1  1.6 1187569992 227404 ?   Sl   21:58   0:07 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8491  0.1  1.4 1187566248 211460 ?   Sl   21:57   0:08 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      1782  6.0  1.4 2926740 206596 ?      Sl   21:34   5:56 /usr/bin/plasma-systemmonitor -session 1098b26d65000169930047500000088420018_1699464807_724178
daniil      2852  2.7  1.4 3979480 203532 ?      Sl   21:35   2:37 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify
daniil      3550  1.1  1.3 2843088 196936 ?      Sl   21:35   1:04 /usr/lib/firefox/firefox -contentproc -childID 8 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      8296  0.2  1.3 1187572220 194836 ?   Sl   21:56   0:12 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      3378  1.6  1.3 3044820 193960 ?      Sl   21:35   1:34 /usr/lib/firefox/firefox -contentproc -childID 6 -isForBrowser -prefsLen 27239 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      6319  0.2  1.3 1186953096 189644 ?   Sl   21:42   0:14 /usr/lib/slack/slack --type=renderer --crashpad-handler-pid=6248 --enable-crash-reporter=feac4bbc-b0ab-490c-a5d8-ff60979e
daniil     14819  0.5  1.3 21622076 189352 ?     Sl   22:43   0:09 /opt/postman/app/postman --no-sandbox --enable-crashpad
daniil      3744  0.0  1.2 2652836 182092 ?      Sl   21:35   0:05 /usr/lib/firefox/firefox -contentproc -childID 13 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      3469  1.5  1.2 19911892 175516 ?     Sl   21:35   1:32 /usr/lib/firefox/firefox -contentproc -childID 7 -isForBrowser -prefsLen 42448 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      3838  0.2  1.2 2682716 174320 ?      Sl   21:35   0:15 /usr/lib/firefox/firefox -contentproc -childID 14 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     13382  0.2  1.1 1208711144 165396 ?   Sl   22:43   0:03 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
root         828  6.3  1.1 1387228 160992 tty2   Ssl+ 21:34   6:16 /usr/lib/Xorg -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_ImjwnQ -noreset -displayfd 16
daniil      8305  0.2  1.1 1189692132 158452 ?   Sl   21:56   0:10 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     19544  1.8  1.1 1187567780 156812 ?   Sl   23:11   0:01 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13521  0.4  1.0 1177812720 151328 ?   Ssl  22:43   0:08 /usr/lib/electron25/electron --unity-launch /usr/lib/code/code.js
daniil      8219  1.3  1.0 34987540 149676 ?     Sl   21:56   1:00 /usr/lib/chromium/chromium --type=gpu-process --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data
daniil     13710  0.3  1.0 1177559988 149356 ?   Sl   22:43   0:06 /usr/lib/electron25/electron --max-old-space-size=3072 /usr/lib/code/extensions/node_modules/typescript/lib/tsserver.js -
daniil     14857  0.2  1.0 17462240 148044 ?     Sl   22:43   0:03 /opt/postman/app/postman --type=gpu-process --no-sandbox --enable-crashpad --crashpad-handler-pid=14835 --enable-crash-re
daniil       965  4.8  1.0 3196648 148036 ?      Ssl  21:34   4:48 /usr/bin/kwin_x11 --replace
daniil      5761  0.1  1.0 2662456 147716 ?      Sl   21:39   0:10 /usr/lib/firefox/firefox -contentproc -childID 41 -isForBrowser -prefsLen 31941 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      4517  1.3  1.0 2920680 147576 ?      Sl   21:36   1:15 /usr/lib/firefox/firefox -contentproc -childID 32 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      8323  0.2  1.0 1187574156 146972 ?   Sl   21:56   0:11 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     17902  0.2  1.0 1416388 145464 ?      Sl   22:56   0:02 /usr/bin/konsole
daniil     18211  0.0  1.0 2535152 145160 ?      Sl   22:58   0:00 /usr/lib/firefox/firefox -contentproc -childID 115 -isForBrowser -prefsLen 32045 -prefMapSize 239198 -jsInitLen 235336 -p
daniil     13657  0.4  1.0 1179728256 143648 ?   Sl   22:43   0:08 /usr/lib/electron25/electron --type=utility --utility-sub-type=node.mojom.NodeService --lang=en-US --service-sandbox-type
daniil      3144  0.1  1.0 2623624 143252 ?      Sl   21:35   0:10 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 37025 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      4512  0.0  1.0 2634376 142792 ?      Sl   21:36   0:05 /usr/lib/firefox/firefox -contentproc -childID 31 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      3257  0.1  1.0 3117608 142052 ?      Sl   21:35   0:10 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 27239 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      3322  0.1  0.9 3221004 141408 ?      Sl   21:35   0:10 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 27239 -prefMapSize 239198 -jsInitLen 235336 -par
daniil     19524  1.3  0.9 1187566580 141080 ?   Sl   23:11   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     17040  0.0  0.9 1412268 140740 ?      Sl   22:53   0:01 /usr/bin/konsole
daniil      8886  0.0  0.9 1189753744 133808 ?   Sl   21:58   0:03 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      5877  0.0  0.9 4632656 132740 ?      Sl   21:40   0:05 /usr/bin/kmail -qwindowtitle KMail
daniil     13349  0.1  0.9 1187596636 130516 ?   Sl   22:43   0:02 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      8954  0.6  0.9 1187571456 129156 ?   Sl   21:58   0:26 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8314  0.0  0.9 1187580952 128804 ?   Sl   21:56   0:03 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13129  0.2  0.8 34929616 125020 ?     Sl   22:42   0:03 /usr/lib/chromium/chromium --type=gpu-process --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-dat
daniil      3294  0.1  0.8 2863568 122540 ?      Sl   21:35   0:06 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 27239 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      4369  0.0  0.8 2456880 122420 ?      Sl   21:35   0:04 /usr/bin/systemsettings kcm_autostart
daniil     13180  0.2  0.8 1187554096 121504 ?   Sl   22:42   0:05 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil     13443  0.0  0.8 1187569720 120776 ?   Sl   22:43   0:01 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil     13782  0.5  0.8 1177559988 120188 ?   Sl   22:43   0:09 /usr/lib/electron25/electron /home/daniil/.vscode-oss/extensions/dbaeumer.vscode-eslint-2.4.2-universal/server/out/eslint
daniil      7839  0.5  0.8 2604092 118244 ?      Sl   21:54   0:23 /usr/lib/firefox/firefox -contentproc -childID 62 -isForBrowser -prefsLen 32045 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     13554  0.5  0.8 34498972 117452 ?     Sl   22:43   0:10 /usr/lib/electron25/electron --type=gpu-process --crashpad-handler-pid=13541 --enable-crash-reporter=4053da79-3bf0-452a-b
daniil      1613  0.3  0.8 1486872 116808 ?      Rl   21:34   0:18 /usr/bin/konsole -session 1098b26d65000169930015600000088420017_1699464807_724234
daniil      8653  0.0  0.8 1187563980 116556 ?   Sl   21:57   0:03 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     19505  0.2  0.8 1187527020 115484 ?   Sl   23:11   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8984  0.1  0.8 1187563216 113956 ?   Sl   21:58   0:04 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8354  0.1  0.8 1187550920 113568 ?   Sl   21:57   0:06 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      9597  0.0  0.7 1134240 111712 ?      Sl   22:04   0:03 /usr/bin/kwrite /home/daniil/real_home_int/Desktop/New Folder (1)/1.txt
daniil      6414  0.7  0.7 2328444 109936 ?      Sl   21:42   0:40 telegram-desktop --
daniil     19535  0.3  0.7 1187563592 109900 ?   Sl   23:11   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      9567  0.0  0.7 1900568 109420 ?      Sl   22:04   0:01 /usr/bin/dolphin /home/daniil/real_home_int/Desktop/New Folder (1)
daniil      1575  0.0  0.7 1417644 107940 ?      Sl   21:34   0:04 /usr/bin/konsole -session 1098b26d65000169930012600000088420016_1699464807_724130
daniil      9607  0.0  0.7 1130748 107936 ?      Sl   22:04   0:01 /usr/bin/kwrite /home/daniil/real_home_int/Desktop/New Folder (1)/2.txt
daniil      4311  0.0  0.7 2545172 107824 ?      Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 26 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     13229  0.0  0.7 1189646024 106352 ?   Sl   22:42   0:01 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      2378  0.0  0.7 1412764 105924 ?      Sl   21:34   0:03 /usr/bin/konsole -session 1098b26d65000169930159400000088420022_1699464807_724223
daniil     13326  0.0  0.7 1187530436 103224 ?   Sl   22:42   0:01 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      2461  0.0  0.7 1133088 102480 ?      Sl   21:34   0:01 /usr/bin/kwrite -session 1098b26d65000169933991300000011560017_1699464807_729732
daniil      2894  0.8  0.7 2745176 101552 ?      Sl   21:35   0:49 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify --type=gpu-process --no-sandbox --log-severi
daniil      3842  0.1  0.7 2897112 100972 ?      Sl   21:35   0:06 /usr/lib/firefox/firefox -contentproc -childID 15 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil       964  0.1  0.7 2331752 99924 ?       Ssl  21:34   0:06 /usr/bin/kded5
daniil      8401  0.0  0.7 1187564740 99776 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      2113  0.0  0.7 2362680 99616 ?       Sl   21:34   0:02 /usr/bin/dolphin -session 1098b26d65000169930158800000088420021_1699464807_724268
daniil      3902  0.0  0.7 2611180 99396 ?       Sl   21:35   0:03 /usr/lib/firefox/firefox -contentproc -childID 17 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      8268  0.0  0.7 1187557728 99316 ?    Sl   21:56   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8390  0.0  0.6 1187556536 98964 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8378  0.0  0.6 1187531948 98636 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      4032  0.0  0.6 2606336 97740 ?       Sl   21:35   0:04 /usr/lib/firefox/firefox -contentproc -childID 20 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      8432  0.0  0.6 1187565904 97212 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8464  0.0  0.6 1187515896 97132 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      1463  0.0  0.6 1131260 96840 ?       Sl   21:34   0:01 /usr/bin/kwrite -session 1098b26d65000169929837500000088420012_1699464807_724104
daniil      1510  0.0  0.6 1428592 96068 ?       Sl   21:34   0:01 /usr/bin/konsole -session 1098b26d65000169930011200000088420015_1699464807_724113
daniil      3552  0.0  0.6 2518400 95336 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 9 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -par
daniil      3663  0.0  0.6 2830732 95092 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 10 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      1237  0.0  0.6 1312152 94932 ?       SLsl 21:34   0:01 /usr/bin/keepassxc
daniil      6262  0.0  0.6 34289424 94520 ?      Sl   21:42   0:02 /usr/lib/slack/slack --type=gpu-process --enable-logging --crashpad-handler-pid=6248 --enable-crash-reporter=feac4bbc-b0a
daniil      4108  0.0  0.6 2551540 94092 ?       Sl   21:35   0:02 /usr/lib/firefox/firefox -contentproc -childID 22 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      6225  0.2  0.6 1178725472 92908 ?    Sl   21:42   0:12 /usr/lib/slack/slack -s
daniil      3868  0.0  0.6 2542804 92876 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 16 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     13161  0.0  0.6 1187541648 92708 ?    Sl   22:42   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil     13344  0.0  0.6 1187547672 92684 ?    Sl   22:43   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      8411  0.0  0.6 1187564724 92336 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      8422  0.0  0.6 1187540136 92308 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13371  0.0  0.6 1187524728 92280 ?    Sl   22:43   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      8371  0.0  0.6 1187556528 91936 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13202  0.0  0.6 1187466492 90380 ?    Sl   22:42   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      3931  0.0  0.6 2569052 89792 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 18 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      4375  3.0  0.6 2615664 89624 ?       Sl   21:36   2:58 /usr/lib/firefox/firefox -contentproc -childID 27 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     13675  0.1  0.6 1177643368 89616 ?    Sl   22:43   0:02 /usr/lib/electron25/electron --type=utility --utility-sub-type=node.mojom.NodeService --lang=en-US --service-sandbox-type
daniil      4122  0.0  0.6 2635884 89588 ?       Sl   21:35   0:02 /usr/lib/firefox/firefox -contentproc -childID 23 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      3739  0.0  0.6 2529968 89276 ?       Sl   21:35   0:02 /usr/lib/firefox/firefox -contentproc -childID 12 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      3960  0.0  0.6 2568824 89124 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 19 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      3674  0.0  0.6 2540176 87792 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 11 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      9229  0.0  0.6 2535596 87392 ?       Sl   22:02   0:01 /usr/lib/firefox/firefox -contentproc -childID 69 -isForBrowser -prefsLen 32045 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     20234  2.0  0.6 1189588452 87380 ?    Sl   23:12   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13453  0.0  0.6 1187458396 87072 ?    Sl   22:43   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      1676  0.0  0.6 1515608 86592 ?       Sl   21:34   0:03 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_1
daniil      1677  0.0  0.6 1515616 86296 ?       Sl   21:34   0:03 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_2
daniil     20024  0.4  0.6 1177559988 85604 ?    Sl   23:11   0:00 /usr/lib/electron25/electron /usr/lib/code/extensions/json-language-features/server/dist/node/jsonServerMain --node-ipc -
daniil      1666  0.0  0.6 1465696 85236 ?       Sl   21:34   0:01 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
daniil     13674  0.1  0.6 1177626644 85208 ?    Sl   22:43   0:02 /usr/lib/electron25/electron --type=utility --utility-sub-type=node.mojom.NodeService --lang=en-US --service-sandbox-type
daniil      1740  0.0  0.5 1465884 84680 ?       Sl   21:34   0:01 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
daniil      4200  0.0  0.5 2606184 84276 ?       Sl   21:35   0:01 /usr/lib/firefox/firefox -contentproc -childID 25 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      1760  0.0  0.5 1460340 83988 ?       Sl   21:34   0:02 /usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
daniil      1763  0.0  0.5 1391520 83720 ?       Sl   21:34   0:01 /usr/bin/akonadi_unifiedmailbox_agent --identifier akonadi_unifiedmailbox_agent
daniil     13164  0.0  0.5 1187514356 83344 ?    Sl   22:42   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      1708  0.0  0.5 1146652 83172 ?       Sl   21:34   0:02 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_6
daniil      1252  0.0  0.5 1481120 82936 ?       Ssl  21:34   0:01 /usr/lib/DiscoverNotifier
daniil      4625  0.0  0.5 2549080 82636 ?       Sl   21:36   0:00 /usr/lib/firefox/firefox -contentproc -childID 33 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      1679  0.0  0.5 1145828 82592 ?       Sl   21:34   0:03 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_3
daniil      1695  0.0  0.5 1145828 82324 ?       Sl   21:34   0:03 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_4
daniil      8474  0.0  0.5 1187456980 81912 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil      1080  0.0  0.5 912840 81908 ?        Ssl  21:34   0:00 /usr/lib/xdg-desktop-portal-kde
daniil      4509  0.0  0.5 2534464 81852 ?       Sl   21:36   0:01 /usr/lib/firefox/firefox -contentproc -childID 30 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil     20214  0.5  0.5 1189588324 81536 ?    Sl   23:12   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      4383  0.0  0.5 2520636 81476 ?       Sl   21:36   0:01 /usr/lib/firefox/firefox -contentproc -childID 29 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      1255  0.0  0.5 1458444 81340 ?       Ssl  21:34   0:01 /usr/bin/kalendarac
daniil     13257  0.0  0.5 1187456916 80924 ?    Sl   22:42   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil     19342  0.0  0.5 2451132 79688 ?       Sl   23:10   0:00 /usr/lib/firefox/firefox -contentproc -childID 119 -isForBrowser -prefsLen 32045 -prefMapSize 239198 -jsInitLen 235336 -p
daniil     18604  0.0  0.5 2449804 79676 ?       Sl   23:02   0:00 /usr/lib/firefox/firefox -contentproc -childID 117 -isForBrowser -prefsLen 32045 -prefMapSize 239198 -jsInitLen 235336 -p
daniil     18715  0.0  0.5 2451116 79288 ?       Sl   23:03   0:00 /usr/lib/firefox/firefox -contentproc -childID 118 -isForBrowser -prefsLen 32045 -prefMapSize 239198 -jsInitLen 235336 -p
daniil      8446  0.0  0.5 1187457044 78552 ?    Sl   21:57   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13244  0.0  0.5 1187456852 78316 ?    Sl   22:42   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      1699  0.0  0.5 923792 78012 ?        Sl   21:34   0:02 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_5
daniil      3626  0.0  0.5 1917476 77712 ?       Sl   21:35   0:02 /usr/bin/plasma-browser-integration-host /usr/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json 
daniil      1250  0.0  0.5 915580 77604 ?        Ssl  21:34   0:01 /usr/bin/kaccess
daniil      1226  0.0  0.5 21804208 77560 ?      Sl   21:34   0:02 /home/daniil/Postman/app/postman-agent --no-sandbox --enable-crashpad
daniil      1718  0.0  0.5 923796 77448 ?        Sl   21:34   0:02 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_8
daniil      1756  0.0  0.5 925668 77416 ?        Sl   21:34   0:01 /usr/bin/akonadi_newmailnotifier_agent --identifier akonadi_newmailnotifier_agent
daniil      1711  0.0  0.5 923792 77412 ?        Sl   21:34   0:02 /usr/bin/akonadi_imap_resource --identifier akonadi_imap_resource_7
daniil      1747  0.0  0.5 924176 77396 ?        Sl   21:34   0:02 /usr/bin/akonadi_mailmerge_agent --identifier akonadi_mailmerge_agent
daniil      1727  0.0  0.5 926464 77260 ?        SNl  21:34   0:01 /usr/bin/akonadi_indexing_agent --identifier akonadi_indexing_agent
daniil      1231  0.0  0.5 916016 77188 ?        Ssl  21:34   0:00 /usr/bin/kclockd
daniil     13726  0.0  0.5 1177559964 77172 ?    Sl   22:43   0:00 /usr/lib/electron25/electron /usr/lib/code/extensions/node_modules/typescript/lib/typingsInstaller.js --globalTypingsCach
daniil      1674  0.0  0.5 920272 76704 ?        Sl   21:34   0:02 /usr/bin/akonadi_followupreminder_agent --identifier akonadi_followupreminder_agent
daniil      4749  0.0  0.5 2512968 76492 ?       Sl   21:36   0:00 /usr/lib/firefox/firefox -contentproc -childID 35 -isForBrowser -prefsLen 31829 -prefMapSize 239198 -jsInitLen 235336 -pa
daniil      1731  0.0  0.5 918488 76316 ?        Sl   21:34   0:01 /usr/bin/akonadi_maildir_resource --identifier akonadi_maildir_resource_0
daniil      1736  0.0  0.5 919224 76064 ?        Sl   21:34   0:02 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
daniil       962  0.0  0.5 913784 76028 ?        Ssl  21:34   0:01 /usr/bin/ksmserver
daniil      1663  0.0  0.5 918484 75912 ?        Sl   21:34   0:01 /usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_0
daniil      1424  0.0  0.5 986768 75880 ?        Sl   21:34   0:02 /usr/bin/akonadi_control
daniil      1668  0.0  0.5 919284 75792 ?        Sl   21:34   0:01 /usr/bin/akonadi_contacts_resource --identifier akonadi_contacts_resource_0
daniil      1752  0.0  0.5 919480 75756 ?        Sl   21:34   0:01 /usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
daniil      1675  0.0  0.5 920236 75744 ?        Sl   21:34   0:01 /usr/bin/akonadi_ical_resource --identifier akonadi_ical_resource_0
daniil      1667  0.0  0.5 920784 75736 ?        Sl   21:34   0:01 /usr/bin/akonadi_birthdays_resource --identifier akonadi_birthdays_resource
daniil      1078  0.0  0.5 985312 75516 ?        Ssl  21:34   0:00 /usr/lib/polkit-kde-authentication-agent-1
daniil       889  0.0  0.5 913864 75208 ?        Sl   21:34   0:00 /usr/bin/kwalletd5 --pam-login 12 14
daniil     13268  0.0  0.5 913900 74584 ?        Sl   22:42   0:00 /usr/bin/plasma-browser-integration-host chrome-extension://cimiefiiaegbelhefglklhhakcgmhkai/
daniil      8487  0.0  0.5 913896 74572 ?        Sl   21:57   0:01 /usr/bin/plasma-browser-integration-host chrome-extension://cimiefiiaegbelhefglklhhakcgmhkai/
daniil     14924  0.1  0.5 17103360 71772 ?      Sl   22:43   0:02 /opt/postman/app/postman --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-ty
daniil      8223  0.5  0.4 34255404 68872 ?      Sl   21:56   0:22 /usr/lib/chromium/chromium --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-
daniil     13561  0.0  0.4 34106020 66808 ?      Sl   22:43   0:00 /usr/lib/electron25/electron --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbo
daniil      1595  0.0  0.4 17454828 62820 ?      Sl   21:34   0:00 /home/daniil/Postman/app/postman-agent --type=gpu-process --no-sandbox --enable-crashpad --enable-crash-reporter=5df54721
daniil     13130  0.0  0.4 34222544 59876 ?      Sl   22:42   0:01 /usr/lib/chromium/chromium --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-
daniil     13478  0.0  0.3 1187456848 53420 ?    Sl   22:43   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-d
daniil      8975  0.0  0.3 1187456976 53044 ?    Sl   21:58   0:00 /usr/lib/chromium/chromium --type=renderer --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-di
daniil     13525  0.0  0.3 34047400 49504 ?      S    22:43   0:00 /usr/lib/electron25/electron --type=zygote
daniil     13524  0.0  0.3 34047412 46512 ?      S    22:43   0:00 /usr/lib/electron25/electron --type=zygote --no-zygote-sandbox
daniil      2917  0.2  0.3 1533768 45960 ?       Sl   21:35   0:13 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify --type=utility --utility-sub-type=network.mo
daniil     14821  0.0  0.3 17034640 44544 ?      S    22:43   0:00 /opt/postman/app/postman --type=zygote --no-zygote-sandbox --no-sandbox --enable-crashpad --enable-crashpad
daniil     14822  0.0  0.3 17034632 42980 ?      S    22:43   0:00 /opt/postman/app/postman --type=zygote --no-sandbox --enable-crashpad --enable-crashpad
daniil      8947  0.0  0.2 34253784 41552 ?      Sl   21:58   0:00 /usr/lib/chromium/chromium --type=utility --utility-sub-type=audio.mojom.AudioService --lang=en-US --service-sandbox-type
daniil     13135  0.0  0.2 34520972 37628 ?      Sl   22:42   0:00 /usr/lib/chromium/chromium --type=utility --utility-sub-type=storage.mojom.StorageService --lang=en-US --service-sandbox-
daniil      8240  0.0  0.2 34521992 37536 ?      Sl   21:56   0:01 /usr/lib/chromium/chromium --type=utility --utility-sub-type=storage.mojom.StorageService --lang=en-US --service-sandbox-
daniil      6265  0.0  0.2 33899064 36972 ?      Sl   21:42   0:03 /usr/lib/slack/slack --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=n
daniil      8177  0.0  0.2 34462012 36776 ?      S    21:56   0:00 /usr/lib/chromium/chromium --type=zygote --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-dir=
daniil     13096  0.0  0.2 34462012 35156 ?      S    22:42   0:00 /usr/lib/chromium/chromium --type=zygote --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-dir
daniil      1037  0.2  0.2 558488 34844 ?        Ssl  21:34   0:14 /usr/lib/kactivitymanagerd
daniil      3826  0.0  0.2 515440 34356 ?        Sl   21:35   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20231023160744 -prefsLen 42435 -prefMapSize 239198 -appDir /usr/lib/
daniil      3657  0.0  0.2 468352 33900 ?        Sl   21:35   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20231023160744 -sandboxingKind 0 -prefsLen 42435 -prefMapSize 239198
daniil      8176  0.0  0.2 34462020 33536 ?      S    21:56   0:00 /usr/lib/chromium/chromium --type=zygote --no-zygote-sandbox --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Li
daniil     13095  0.0  0.2 34462028 32412 ?      S    22:42   0:00 /usr/lib/chromium/chromium --type=zygote --no-zygote-sandbox --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch L
daniil      3126  0.0  0.2 241260 31760 ?        Sl   21:35   0:00 /usr/lib/firefox/firefox -contentproc -parentBuildID 20231023160744 -prefsLen 36960 -prefMapSize 239198 -appDir /usr/lib/
daniil      1468  0.0  0.2 3352340 30172 ?       Sl   21:34   0:01 /usr/bin/akonadiserver
daniil      1079  0.0  0.2 568696 30112 ?        Ssl  21:34   0:01 /usr/lib/org_kde_powerdevil
daniil      1505  0.0  0.1 4993768 25868 ?       Sl   21:34   0:02 /usr/bin/mysqld --defaults-file=/home/daniil/.local/share/akonadi/mysql.conf --datadir=/home/daniil/.local/share/akonadi/
daniil      2874  0.0  0.1 495812 24320 ?        S    21:35   0:00 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify --type=zygote --no-sandbox --log-severity=di
daniil       890  0.0  0.1 199912 23936 ?        Sl   21:34   0:00 /usr/bin/startplasma-x11
daniil      5912  0.0  0.1 470524 23764 ?        S    21:40   0:00 /usr/lib/qt/libexec/QtWebEngineProcess --type=zygote --disable-in-process-stack-traces --application-name=kmail2 --webeng
daniil      5911  0.0  0.1 470524 23636 ?        S    21:40   0:00 /usr/lib/qt/libexec/QtWebEngineProcess --type=zygote --no-zygote-sandbox --disable-in-process-stack-traces --application-
daniil      2873  0.0  0.1 495812 23296 ?        S    21:35   0:00 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify --type=zygote --no-zygote-sandbox --no-sandb
root         292  0.0  0.1  83452 22992 ?        Ss   21:33   0:01 /usr/lib/systemd/systemd-journald
daniil      2451  0.5  0.1 464964 22376 ?        Ssl  21:34   0:32 /usr/bin/ksystemstats
daniil      6229  0.0  0.1 33832648 21864 ?      S    21:42   0:00 /usr/lib/slack/slack --type=zygote
daniil      6228  0.0  0.1 33832656 21376 ?      S    21:42   0:00 /usr/lib/slack/slack --type=zygote --no-zygote-sandbox
root        1266  0.0  0.1 323748 20776 ?        Ssl  21:34   0:00 /usr/lib/accounts-daemon
daniil      1135  0.0  0.1 493100 19244 ?        S<sl 21:34   0:00 /usr/bin/wireplumber
daniil      2507  0.0  0.1 17100312 19160 ?      Sl   21:34   0:00 /home/daniil/Postman/app/postman-agent --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --serv
daniil      1325  0.5  0.1 122144 18968 ?        S<Lsl 21:34   0:31 /usr/bin/pipewire-pulse
daniil      1134  0.1  0.1 212892 18392 ?        S<sl 21:34   0:10 /usr/bin/pipewire
daniil      1003  0.0  0.1 233004 17820 ?        Ssl  21:34   0:00 /usr/bin/kglobalaccel5
daniil      5936  0.0  0.1 6064564 17476 ?       Sl   21:40   0:00 /usr/lib/qt/libexec/QtWebEngineProcess --type=renderer --disable-in-process-stack-traces --disable-speech-api --enable-th
root         556  0.1  0.1 415496 17444 ?        Ssl  21:33   0:09 /usr/bin/NetworkManager --no-daemon
daniil      1284  0.0  0.1 17034632 17280 ?      S    21:34   0:00 /home/daniil/Postman/app/postman-agent --type=zygote --no-zygote-sandbox --no-sandbox --enable-crashpad --enable-crashpad
daniil      1285  0.0  0.1 17034620 17256 ?      S    21:34   0:00 /home/daniil/Postman/app/postman-agent --type=zygote --no-sandbox --enable-crashpad --enable-crashpad
daniil      1076  0.0  0.1 231076 16860 ?        Ssl  21:34   0:00 /usr/bin/gmenudbusmenuproxy
daniil      4879  0.0  0.1 164504 16848 ?        Sl   21:36   0:05 /usr/lib/kf5/kio_http_cache_cleaner
daniil      1178  0.0  0.1 222772 16156 ?        Ssl  21:34   0:00 /usr/lib/kf5/kscreen_backend_launcher
daniil      1081  0.0  0.1 229680 15624 ?        Ssl  21:34   0:00 /usr/bin/xembedsniproxy
root         872  0.0  0.1  76372 14308 ?        S    21:34   0:00 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-92d42364-6550-4c4e-a4f2-c73580db1bd6 --id 3 --start /usr/bin/startplasm
root         626  0.0  0.0 152880 14072 ?        Ssl  21:33   0:00 /usr/bin/sddm
daniil      3645  0.0  0.0 155588 12800 ?        SLl  21:35   0:00 /usr/bin/keepassxc-proxy /home/daniil/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json keepassxc-brow
daniil      1393  0.3  0.0 2020880 12280 ?       SLl  21:34   0:17 easyeffects --gapplication-service
daniil       933  0.0  0.0 556504 12088 ?        Ssl  21:34   0:00 /usr/lib/xdg-desktop-portal
daniil      2912  0.0  0.0 792380 11732 ?        Sl   21:35   0:00 /home/daniil/.local/share/spotify-launcher/install/usr/share/spotify/spotify --type=utility --utility-sub-type=storage.mo
root        1091  0.0  0.0 470116 11684 ?        Ssl  21:34   0:01 /usr/lib/udisks2/udisksd
root       12983  0.0  0.0 1205840 9484 ?        Ssl  22:42   0:00 /usr/lib/strongswan/charon --use-syslog
daniil      8179  0.0  0.0 34462036 8408 ?       S    21:56   0:00 /usr/lib/chromium/chromium --type=zygote --crashpad-handler-pid=8170 --enable-crash-reporter=,Arch Linux --user-data-dir=
polkitd     1036  0.0  0.0 384304  8296 ?        Ssl  21:34   0:00 /usr/lib/polkit-1/polkitd --no-debug
daniil     13098  0.0  0.0 34462040 8172 ?       S    22:42   0:00 /usr/lib/chromium/chromium --type=zygote --crashpad-handler-pid=13089 --enable-crash-reporter=,Arch Linux --user-data-dir
daniil       875  0.0  0.0  22228  8164 ?        Ss   21:34   0:00 /usr/lib/systemd/systemd --user
daniil     17918  0.0  0.0 161136  8160 pts/6    Ss+  22:56   0:00 fish
daniil     17056  0.0  0.0 161044  8156 pts/5    Ss+  22:53   0:00 fish
root        1113  0.0  0.0 314968  8128 ?        Ssl  21:34   0:00 /usr/lib/upowerd
root       13050  0.0  0.0 240840  7856 ?        Sl   22:42   0:00 /usr/sbin/pppd plugin pppol2tp.so pppol2tp 7 passive nodetach : file /var/run/nm-l2tp-3e3cc50b-68c4-46fb-9f05-1c495a6bd27
root           1  0.0  0.0  22148  7664 ?        Ss   21:33   0:01 /sbin/init
daniil      1992  0.0  0.0 243196  7508 pts/3    Ssl  21:34   0:00 fish
daniil     14817  0.0  0.0   8492  7424 ?        S    22:43   0:00 /opt/postman/Postman
daniil      1700  0.0  0.0 234864  7388 pts/2    Ss+  21:34   0:00 fish
root         342  0.0  0.0  35128  7368 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-udevd
daniil      2498  0.0  0.0 161144  7272 pts/4    Ss+  21:34   0:00 fish
daniil      1364  0.0  0.0 316564  7168 ?        Ssl  21:34   0:00 /usr/lib/gvfsd
daniil      6424  0.0  0.0 235088  7120 ?        Sl   21:42   0:00 /usr/lib/at-spi2-registryd --use-gnome-session
daniil      1350  0.0  0.0 381972  7040 ?        Ssl  21:34   0:00 /usr/lib/at-spi-bus-launcher
daniil     13527  0.0  0.0 34047428 6916 ?       S    22:43   0:00 /usr/lib/electron25/electron --type=zygote
root         711  0.0  0.0  18192  6888 ?        Ss   21:33   0:00 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
root       12958  0.0  0.0 240820  6780 ?        Sl   22:42   0:00 /usr/lib/NetworkManager/nm-l2tp-service
daniil      2672  1.7  0.0 233892  6620 ?        Sl   21:34   1:42 /usr/lib/ksysguard/ksgrd_network_helper
daniil       938  0.0  0.0 606784  6400 ?        Ssl  21:34   0:00 /usr/lib/xdg-document-portal
daniil      1665  0.0  0.0  50280  6344 ?        Ss   21:34   0:00 /usr/lib/bluetooth/obexd
daniil       900  0.0  0.0  12344  6336 ?        Ss   21:34   0:02 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
daniil      1610  0.0  0.0 160932  6272 pts/1    Ss+  21:34   0:00 fish
dbus         532  0.0  0.0  12032  6080 ?        Ss   21:33   0:04 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
daniil      1338  0.0  0.0 306152  5888 ?        Ssl  21:34   0:00 /usr/lib/flatpak-session-helper
daniil      1248  0.0  0.0 309432  5820 ?        Ssl  21:34   0:00 /usr/lib/geoclue-2.0/demos/agent
daniil      1375  0.0  0.0 455980  5676 ?        Sl   21:34   0:00 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
daniil      6410  0.0  0.0 232080  5492 ?        Sl   21:42   0:00 xdg-dbus-proxy --args=44
root         533  0.0  0.0  17692  5452 ?        Ss   21:33   0:00 /usr/lib/systemd/systemd-logind
systemd+     499  0.0  0.0  17044  5248 ?        Ss   21:33   0:03 /usr/lib/systemd/systemd-oomd
daniil      2795  0.0  0.0  14656  5248 ?        S    21:34   0:00 /usr/bin/ssh -NL 22:localhost:22 -o TCPKeepAlive=yes -TND 4711 root@23.94.217.171
daniil       942  0.0  0.0 305588  5120 ?        Ssl  21:34   0:00 /usr/lib/xdg-permission-store
daniil      1366  0.0  0.0 231956  4920 ?        Sl   21:34   0:00 xdg-dbus-proxy --args=46
daniil      1047  0.0  0.0 229112  4864 ?        Ssl  21:34   0:00 /usr/lib/dconf-service
daniil     20255  0.0  0.0  11528  4864 pts/3    R+   23:12   0:00 ps aux --sort -rss
ntp          613  0.0  0.0  77192  4848 ?        Ssl  21:33   0:00 /usr/bin/ntpd -g -u ntp:ntp
daniil      1358  0.0  0.0   8900  4340 ?        S    21:34   0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=u
daniil     13541  0.0  0.0 33569732 3912 ?       Sl   22:43   0:00 /usr/lib/electron25/chrome_crashpad_handler --monitor-self-annotation=ptype=crashpad-handler --no-rate-limit --database=/
daniil     13089  0.0  0.0 33569724 3840 ?       Sl   22:42   0:00 /usr/lib/chromium/chrome_crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-handler --database=/hom
daniil      8170  0.0  0.0 33569724 3776 ?       Sl   21:56   0:00 /usr/lib/chromium/chrome_crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-handler --database=/hom
daniil      8172  0.0  0.0 33561504 3396 ?       S    21:56   0:00 /usr/lib/chromium/chrome_crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler --database
daniil     13091  0.0  0.0 33561504 3392 ?       S    22:42   0:00 /usr/lib/chromium/chrome_crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler --database
daniil      6231  0.0  0.0 33832680 3168 ?       S    21:42   0:00 /usr/lib/slack/slack --type=zygote
daniil      6248  0.0  0.0 33575628 3164 ?       Sl   21:42   0:00 /usr/lib/slack/chrome_crashpad_handler --monitor-self-annotation=ptype=crashpad-handler --no-upload-gzip --database=/home
rtkit        954  0.0  0.0  23060  3120 ?        SNsl 21:34   0:00 /usr/lib/rtkit-daemon
daniil      5914  0.0  0.0 470524  3100 ?        S    21:40   0:00 /usr/lib/qt/libexec/QtWebEngineProcess --type=zygote --disable-in-process-stack-traces --application-name=kmail2 --webeng
daniil       876  0.0  0.0  25472  2924 ?        S    21:34   0:00 (sd-pam)
daniil     12796  0.0  0.0 154828  2912 ?        SLs  22:40   0:00 /usr/bin/gpg-agent --supervised
daniil     14835  0.0  0.0 16798200 1920 ?       Sl   22:43   0:00 /opt/postman/app/chrome_crashpad_handler --monitor-self-annotation=ptype=crashpad-handler --database=/home/daniil/.config
daniil      1221  0.0  0.0   2720  1848 ?        Ss   21:34   0:00 bwrap --args 43 easyeffects --gapplication-service
root       13046  0.0  0.0   2564  1792 ?        Ss   22:42   0:00 /usr/bin/xl2tpd -D -c /var/run/nm-l2tp-3e3cc50b-68c4-46fb-9f05-1c495a6bd271/xl2tpd.conf -C /var/run/nm-l2tp-3e3cc50b-68c4
root         949  0.0  0.0   2488  1664 ?        Ss   21:34   0:00 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal -- /run/user/1000/doc
daniil      1219  0.0  0.0   8488  1664 ?        Ss   21:34   0:00 /home/daniil/real_home_int/Desktop/Postman Agent
daniil      6403  0.0  0.0   2720  1656 ?        S    21:42   0:00 bwrap --args 42 telegram-desktop --
daniil      6409  0.0  0.0   2720  1656 ?        S    21:42   0:00 bwrap --args 42 xdg-dbus-proxy --args=44
root       12981  0.0  0.0   6952  1572 ?        Ss   22:42   0:00 /usr/lib/strongswan/starter --daemon charon --conf /var/run/nm-l2tp-3e3cc50b-68c4-46fb-9f05-1c495a6bd271/ipsec.conf --deb
daniil       603  0.0  0.0   2484  1500 ?        Ss   21:33   0:00 /usr/bin/autossh -M 0 -NL 22:localhost:22 -o TCPKeepAlive=yes -TND 4711 root@23.94.217.171
root         415  0.0  0.0   6608  1472 ?        Ss   21:33   0:00 /usr/bin/mount.ntfs /dev/nvme0n1p4 /mnt/windows -o rw,errors=remount-ro
daniil      1365  0.0  0.0   2720  1468 ?        S    21:34   0:00 bwrap --args 43 xdg-dbus-proxy --args=46
daniil      1371  0.0  0.0   2720  1152 ?        S    21:34   0:00 bwrap --args 43 easyeffects --gapplication-service
daniil      6413  0.0  0.0   2720  1024 ?        S    21:42   0:00 bwrap --args 42 telegram-desktop --
daniil      1346  0.0  0.0   7984   908 ?        Ss   21:34   0:00 server --sh -n /run/user/1000/.flatpak-helper/pkcs11-flatpak-1338 --provider p11-kit-trust.so pkcs11:model=p11-kit-trust?
root           2  0.0  0.0      0     0 ?        S    21:33   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   21:33   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   21:33   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   21:33   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   21:33   0:00 [netns]
root           8  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/0:0H-events_highpri]
root          11  0.0  0.0      0     0 ?        I<   21:33   0:00 [mm_percpu_wq]
root          13  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_tasks_kthread]
root          14  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_tasks_rude_kthread]
root          15  0.0  0.0      0     0 ?        I    21:33   0:00 [rcu_tasks_trace_kthread]
root          16  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/0]
root          17  0.0  0.0      0     0 ?        I    21:33   0:05 [rcu_preempt]
root          18  0.0  0.0      0     0 ?        S    21:33   0:00 [rcub/0]
root          19  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/0]
root          20  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/0]
root          21  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/0]
root          22  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/2]
root          23  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/2]
root          24  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/2]
root          25  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/2]
root          28  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/4]
root          29  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/4]
root          30  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/4]
root          31  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/4]
root          33  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/4:0H-ttm]
root          34  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/6]
root          35  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/6]
root          36  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/6]
root          37  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/6]
root          40  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/8]
root          41  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/8]
root          42  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/8]
root          43  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/8]
root          46  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/10]
root          47  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/10]
root          48  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/10]
root          49  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/10]
root          52  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/12]
root          53  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/12]
root          54  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/12]
root          55  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/12]
root          57  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/12:0H-ttm]
root          58  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/14]
root          59  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/14]
root          60  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/14]
root          61  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/14]
root          63  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/14:0H-ttm]
root          64  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/1]
root          65  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/1]
root          66  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/1]
root          67  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/1]
root          69  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/1:0H-ttm]
root          70  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/3]
root          71  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/3]
root          72  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/3]
root          73  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/3]
root          76  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/5]
root          77  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/5]
root          78  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/5]
root          79  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/5]
root          81  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/5:0H-ttm]
root          82  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/7]
root          83  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/7]
root          84  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/7]
root          85  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/7]
root          87  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/7:0H-ttm]
root          88  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/9]
root          89  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/9]
root          90  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/9]
root          91  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/9]
root          94  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/11]
root          95  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/11]
root          96  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/11]
root          97  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/11]
root          99  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/11:0H-ttm]
root         100  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/13]
root         101  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/13]
root         102  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/13]
root         103  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/13]
root         106  0.0  0.0      0     0 ?        S    21:33   0:00 [cpuhp/15]
root         107  0.0  0.0      0     0 ?        S    21:33   0:00 [idle_inject/15]
root         108  0.0  0.0      0     0 ?        S    21:33   0:00 [migration/15]
root         109  0.0  0.0      0     0 ?        S    21:33   0:00 [ksoftirqd/15]
root         111  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/15:0H-ttm]
root         112  0.0  0.0      0     0 ?        S    21:33   0:00 [kdevtmpfs]
root         113  0.0  0.0      0     0 ?        I<   21:33   0:00 [inet_frag_wq]
root         114  0.0  0.0      0     0 ?        S    21:33   0:00 [kauditd]
root         116  0.0  0.0      0     0 ?        S    21:33   0:00 [khungtaskd]
root         118  0.0  0.0      0     0 ?        S    21:33   0:00 [oom_reaper]
root         119  0.0  0.0      0     0 ?        I<   21:33   0:00 [writeback]
root         120  0.0  0.0      0     0 ?        S    21:33   0:04 [kcompactd0]
root         121  0.0  0.0      0     0 ?        SN   21:33   0:00 [ksmd]
root         123  0.0  0.0      0     0 ?        I<   21:33   0:00 [kintegrityd]
root         124  0.0  0.0      0     0 ?        I<   21:33   0:00 [kblockd]
root         125  0.0  0.0      0     0 ?        I<   21:33   0:00 [blkcg_punt_bio]
root         126  0.0  0.0      0     0 ?        I<   21:33   0:00 [tpm_dev_wq]
root         127  0.0  0.0      0     0 ?        I<   21:33   0:00 [ata_sff]
root         128  0.0  0.0      0     0 ?        I<   21:33   0:00 [edac-poller]
root         129  0.0  0.0      0     0 ?        I<   21:33   0:00 [devfreq_wq]
root         130  0.0  0.0      0     0 ?        S    21:33   0:00 [watchdogd]
root         133  0.0  0.0      0     0 ?        S    21:33   0:00 [irq/25-AMD-Vi]
root         134  0.3  0.0      0     0 ?        S    21:33   0:23 [kswapd0]
root         136  0.0  0.0      0     0 ?        I<   21:33   0:00 [kthrotld]
root         137  0.0  0.0      0     0 ?        S    21:33   0:00 [irq/26-pciehp]
root         144  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/11:1-events]
root         149  0.0  0.0      0     0 ?        I<   21:33   0:00 [acpi_thermal_pm]
root         151  0.0  0.0      0     0 ?        I<   21:33   0:00 [amd_iommu_v2]
root         152  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_0]
root         153  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_0]
root         154  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_1]
root         155  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_1]
root         157  0.0  0.0      0     0 ?        I<   21:33   0:00 [mld]
root         159  0.0  0.0      0     0 ?        I<   21:33   0:00 [ipv6_addrconf]
root         166  0.0  0.0      0     0 ?        I<   21:33   0:00 [kstrp]
root         168  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/u33:0-hci0]
root         170  0.0  0.0      0     0 ?        I<   21:33   0:00 [charger_manager]
root         217  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/7:1H-kblockd]
root         218  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/5:1H-kblockd]
root         219  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/12:1H-ttm]
root         227  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-wq]
root         228  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-reset-wq]
root         229  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-delete-wq]
root         230  0.0  0.0      0     0 ?        I<   21:33   0:00 [nvme-auth-wq]
root         232  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/4:1H-kblockd]
root         235  0.0  0.0      0     0 ?        I<   21:33   0:00 [kdmflush/254:0]
root         253  0.0  0.0      0     0 ?        S    21:33   0:01 [jbd2/dm-0-8]
root         254  0.0  0.0      0     0 ?        I<   21:33   0:00 [ext4-rsv-conver]
root         298  0.0  0.0      0     0 ?        I<   21:33   0:00 [kmpathd]
root         299  0.0  0.0      0     0 ?        I<   21:33   0:00 [kmpath_handlerd]
root         343  0.0  0.0      0     0 ?        S    21:33   0:00 [psimon]
root         388  0.0  0.0      0     0 ?        I<   21:33   0:00 [uas]
root         389  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_2]
root         390  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_2]
root         391  0.0  0.0      0     0 ?        S    21:33   0:00 [scsi_eh_3]
root         392  0.0  0.0      0     0 ?        I<   21:33   0:00 [scsi_tmf_3]
root         410  0.0  0.0      0     0 ?        S    21:33   0:00 [irq/93-ELAN06FA:00]
root         424  0.0  0.0      0     0 ?        I<   21:33   0:00 [cryptd]
root         460  0.0  0.0      0     0 ?        I<   21:33   0:00 [cfg80211]
root         474  0.0  0.0      0     0 ?        I<   21:33   0:00 [kworker/u33:2-hci0]
root         500  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu-reset-de]
root         502  0.0  0.0      0     0 ?        I<   21:33   0:00 [ttm]
root         509  0.0  0.0      0     0 ?        S    21:33   0:05 [napi/phy0-322]
root         510  0.0  0.0      0     0 ?        S    21:33   0:00 [napi/phy0-323]
root         511  0.0  0.0      0     0 ?        S    21:33   0:03 [napi/phy0-324]
root         524  0.0  0.0      0     0 ?        I<   21:33   0:00 [kdmflush/254:1]
root         633  0.0  0.0      0     0 ?        S    21:33   0:02 [mt76-tx phy0]
root         692  0.0  0.0      0     0 ?        I<   21:33   0:00 [kdmflush/254:2]
root         697  0.0  0.0      0     0 ?        I<   21:33   0:00 [kcryptd_io/254:]
root         698  0.0  0.0      0     0 ?        I<   21:33   0:00 [kcryptd/254:2]
root         699  0.0  0.0      0     0 ?        S    21:33   0:00 [dmcrypt_write/254:2]
root         708  0.0  0.0      0     0 ?        I    21:33   0:00 [kworker/6:3-mm_percpu_wq]
root         709  0.2  0.0      0     0 ?        I    21:33   0:14 [kworker/u32:7-flush-254:0]
root         713  0.0  0.0      0     0 ?        S    21:33   0:00 [jbd2/dm-2-8]
root         714  0.0  0.0      0     0 ?        I<   21:33   0:00 [ext4-rsv-conver]
root         722  0.0  0.0      0     0 ?        S    21:33   0:00 [psimon]
root         778  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         779  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         780  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         781  0.0  0.0      0     0 ?        I<   21:33   0:00 [amdgpu_dm_hpd_r]
root         782  0.0  0.0      0     0 ?        I<   21:33   0:00 [dm_vblank_contr]
root         783  0.0  0.0      0     0 ?        S    21:34   0:00 [card1-crtc0]
root         784  0.0  0.0      0     0 ?        S    21:34   0:00 [card1-crtc1]
root         785  0.0  0.0      0     0 ?        S    21:34   0:00 [card1-crtc2]
root         786  0.0  0.0      0     0 ?        S    21:34   0:00 [card1-crtc3]
root         787  0.0  0.0      0     0 ?        S    21:34   0:00 [card1-crtc4]
root         788  0.0  0.0      0     0 ?        S    21:34   0:00 [gfx_0.0.0]
root         789  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.0.0]
root         790  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.1.0]
root         791  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.2.0]
root         792  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.3.0]
root         793  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.0.1]
root         794  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.1.1]
root         795  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.2.1]
root         796  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.3.1]
root         797  0.0  0.0      0     0 ?        S    21:34   0:00 [sdma0]
root         798  0.0  0.0      0     0 ?        S    21:34   0:00 [sdma1]
root         799  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_dec_0]
root         800  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_enc_0.0]
root         801  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_enc_0.1]
root         802  0.0  0.0      0     0 ?        S    21:34   0:00 [jpeg_dec]
root         803  0.0  0.0      0     0 ?        I<   21:34   0:00 [amdgpu-reset-de]
root         804  0.0  0.0      0     0 ?        I<   21:34   0:00 [ttm]
root         807  0.0  0.0      0     0 ?        I<   21:34   0:00 [amdgpu_dm_hpd_r]
root         808  0.0  0.0      0     0 ?        I<   21:34   0:00 [dm_vblank_contr]
root         809  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc0]
root         810  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc1]
root         811  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc2]
root         812  0.0  0.0      0     0 ?        S    21:34   0:00 [card2-crtc3]
root         813  0.7  0.0      0     0 ?        S    21:34   0:42 [gfx_low]
root         814  0.0  0.0      0     0 ?        S    21:34   0:00 [gfx_high]
root         815  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.0.0]
root         816  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.1.0]
root         817  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.2.0]
root         818  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.3.0]
root         819  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.0.1]
root         820  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.1.1]
root         821  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.2.1]
root         822  0.0  0.0      0     0 ?        S    21:34   0:00 [comp_1.3.1]
root         823  0.0  0.0      0     0 ?        S    21:34   0:00 [sdma0]
root         824  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_dec]
root         825  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_enc0]
root         826  0.0  0.0      0     0 ?        S    21:34   0:00 [vcn_enc1]
root         827  0.0  0.0      0     0 ?        S    21:34   0:00 [jpeg_dec]
root         844  0.0  0.0      0     0 ?        I    21:34   0:00 [kworker/8:2-events]
root        1388  0.0  0.0      0     0 ?        I<   21:34   0:00 [kworker/11:3H-kblockd]
root        1404  0.0  0.0      0     0 ?        I<   21:34   0:00 [kworker/6:2H-ttm]
root        3071  0.0  0.0      0     0 ?        I<   21:35   0:00 [kworker/15:2H-kblockd]
root        4890  0.0  0.0      0     0 ?        I<   21:36   0:00 [kworker/14:2H-kblockd]
root        4936  0.0  0.0      0     0 ?        I<   21:36   0:00 [kworker/9:2H-kblockd]
root        4937  0.0  0.0      0     0 ?        I<   21:36   0:00 [kworker/8:2H-ttm]
root        5424  0.0  0.0      0     0 ?        I<   21:37   0:00 [kworker/2:2H-ttm]
root        5624  0.0  0.0      0     0 ?        I<   21:38   0:00 [kworker/0:2H-kblockd]
root        6186  0.0  0.0      0     0 ?        I<   21:42   0:00 [kworker/8:1H-ttm]
root        7009  0.0  0.0      0     0 ?        I<   21:45   0:00 [kworker/3:2H-ttm]
root        7172  0.0  0.0      0     0 ?        I<   21:46   0:00 [kworker/10:1H-ttm]
root        7280  0.0  0.0      0     0 ?        I    21:47   0:00 [kworker/3:0-mm_percpu_wq]
root        8885  0.0  0.0      0     0 ?        I<   21:58   0:00 [kworker/13:2H-ttm]
root        9001  0.0  0.0      0     0 ?        I    21:59   0:00 [kworker/3:2-events]
root        9357  0.0  0.0      0     0 ?        I    22:02   0:00 [kworker/2:2-mm_percpu_wq]
root        9452  0.0  0.0      0     0 ?        I<   22:03   0:00 [kworker/2:1H-kblockd]
root       10002  0.0  0.0      0     0 ?        I    22:09   0:00 [kworker/14:0-mm_percpu_wq]
root       10092  0.0  0.0      0     0 ?        I    22:10   0:00 [kworker/5:2-events]
root       10517  0.0  0.0      0     0 ?        I<   22:15   0:00 [kworker/9:1H-ttm]
root       11027  0.0  0.0      0     0 ?        I    22:22   0:00 [kworker/7:1-mm_percpu_wq]
root       11267  0.0  0.0      0     0 ?        I    22:25   0:00 [kworker/5:1]
root       11383  0.0  0.0      0     0 ?        I    22:26   0:00 [kworker/13:2-mm_percpu_wq]
root       11888  0.0  0.0      0     0 ?        I    22:32   0:00 [kworker/0:1-kdmflush/254:0]
root       12053  0.0  0.0      0     0 ?        I    22:34   0:00 [kworker/9:2-mm_percpu_wq]
root       12356  0.0  0.0      0     0 ?        I    22:39   0:00 [kworker/10:0-mm_percpu_wq]
root       12428  0.0  0.0      0     0 ?        I<   22:39   0:00 [kworker/10:0H-kblockd]
root       12474  0.0  0.0      0     0 ?        I<   22:39   0:00 [kworker/1:1H-ttm]
root       12548  0.3  0.0      0     0 ?        D    22:39   0:06 [kworker/u32:2+events_unbound]
root       12563  0.0  0.0      0     0 ?        I    22:39   0:00 [kworker/4:2-events]
root       12732  0.0  0.0      0     0 ?        I<   22:40   0:00 [kworker/13:1H-kblockd]
root       12814  0.0  0.0      0     0 ?        I    22:41   0:00 [kworker/8:0-events]
root       12946  0.0  0.0      0     0 ?        I    22:42   0:00 [kworker/7:2-events]
root       13030  0.0  0.0      0     0 ?        I    22:42   0:00 [kworker/0:2-events]
root       13281  0.0  0.0      0     0 ?        I    22:42   0:00 [kworker/2:0-inet_frag_wq]
root       13452  0.0  0.0      0     0 ?        I    22:43   0:00 [kworker/13:0]
root       13602  0.0  0.0      0     0 ?        I    22:43   0:00 [kworker/12:0-events]
root       14887  0.0  0.0      0     0 ?        I    22:43   0:00 [kworker/9:4-kdmflush/254:0]
root       14977  0.0  0.0      0     0 ?        I<   22:43   0:00 [kworker/6:1H-kblockd]
root       15417  0.0  0.0      0     0 ?        I    22:45   0:00 [kworker/6:0-events]
root       16220  0.0  0.0      0     0 ?        I    22:46   0:00 [kworker/1:0-events]
root       16783  0.1  0.0      0     0 ?        I    22:50   0:01 [kworker/u32:0-events_unbound]
root       16894  0.0  0.0      0     0 ?        I    22:51   0:00 [kworker/15:2-mm_percpu_wq]
root       16895  0.0  0.0      0     0 ?        I    22:51   0:00 [kworker/12:2-mm_percpu_wq]
root       17191  0.0  0.0      0     0 ?        I    22:53   0:00 [kworker/11:2-events]
root       17755  0.0  0.0      0     0 ?        I    22:55   0:00 [kworker/1:2-events]
root       17761  0.0  0.0      0     0 ?        I    22:55   0:00 [kworker/10:2-events]
root       17821  0.0  0.0      0     0 ?        I    22:55   0:00 [kworker/14:2-kdmflush/254:0]
root       18287  0.1  0.0      0     0 ?        I    22:58   0:01 [kworker/u32:1-events_unbound]
root       18290  0.0  0.0      0     0 ?        I    22:58   0:00 [kworker/4:1-mm_percpu_wq]
root       18291  0.0  0.0      0     0 ?        I    22:58   0:00 [kworker/15:0-events]
root       19040  0.0  0.0      0     0 ?        I<   23:07   0:00 [kworker/3:1H-ttm]
root       19311  0.0  0.0      0     0 ?        I    23:09   0:00 [kworker/u32:3-mt76]
root       19394  0.0  0.0      0     0 ?        I<   23:10   0:00 [kworker/8:0H-kblockd]
root       19440  0.0  0.0      0     0 ?        I    23:10   0:00 [kworker/11:0]
root       19441  0.0  0.0      0     0 ?        I    23:10   0:00 [kworker/2:1-events]
root       20129  0.0  0.0      0     0 ?        I<   23:11   0:00 [kworker/9:0H]
root       20197  0.0  0.0      0     0 ?        I<   23:12   0:00 [kworker/13:0H]

Last edited by LaserMoai (2023-11-08 20:48:04)

Offline

#104 2023-11-08 21:22:41

seth
Member
Registered: 2012-09-03
Posts: 51,319

Re: [SOLVED] A large volume of RAM is getting consumed by OS itself

What does PSS total to?
You're at 2.5GB for plasma, +6GB for chromium, FF & electron - so 8.5GB …and 2.4GB in cache.
PSS doesn't cover swap, so there's your RAM gone already
Swap utilization is a bit more complicated because pages are not voluntarily removed from there, but you're certainly going through a lot of RAM on that system, forcing quite some swap usage.

But all RAM looks very much accounted for.

Offline

#105 2023-11-08 21:56:37

LaserMoai
Member
Registered: 2023-02-26
Posts: 64

Re: [SOLVED] A large volume of RAM is getting consumed by OS itself

Yeah, just about. Thanks a lot for the help, I guess I'll take it from here.

Man, the RAM technicalities are nuts.

daniil@HomePC ~> ps --no-headers -eo pss,cmd --sort=pss | grep -i chromium | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
1.95062
daniil@HomePC ~> ps --no-headers -eo pss,cmd --sort=pss | grep -i firefox | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
2.26241
daniil@HomePC ~> ps --no-headers -eo pss,cmd --sort=pss | grep -i electron | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
1.55525
daniil@HomePC ~> ps --no-headers -eo pss,cmd --sort=pss | awk  '{sum+=$1;}END{print sum/(1024*1024);}'
8.0684

Offline

Board footer

Powered by FluxBB