Phase 0: A1 Wayland baseline + state snapshot — major reframing

3 in-session reps of chromium-fourier 149 / brave_drops_test.html /
Plasma Wayland 6.6.4 (kwin-fourier 6.6.4-3 + qt6-base-fourier
6.11.0-3 carry-overs intact). Tight cluster IQR=0:
drops_total=0, drops_post_warmup=0, frames_total=1685, kwin %CPU
median=0.00, mean=0.04. Perf samples on kwin (~30 over 70s) show
zero composite/dmabuf/GL symbols — only event-loop bookkeeping.

Most likely mechanism: KWin direct-scanout fast-path engaged for
the single-visible-client video case. The campaign's load-bearing
hypothesis ("X11 + non-compositing WM avoids per-frame GL composite
of NV12") is structurally weakened — KWin already avoids that work
under Wayland for this workload. Phase 1 needs to add a
multi-window A1' variant and drm_info-during-playback to confirm
direct-scanout, then revisit matrix cell design.

revert.log entry 6: SDDM autologin + state.conf swap that landed
the Plasma Wayland session for the A1 reps. Backup of original
state.conf preserved at /var/lib/sddm/state.conf.x11-research-bak;
single-command revert documented.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-03 13:11:15 +00:00
parent d2e11be430
commit 9a023e9264
45 changed files with 3199 additions and 17 deletions
@@ -0,0 +1,110 @@
=== uname -a ===
Linux ohm 6.19.10-danctnix1-1-pinetab2 #1 SMP PREEMPT_DYNAMIC Sat, 28 Mar 2026 02:45:08 +0000 aarch64 GNU/Linux
=== date / uptime ===
2026-05-03T14:18:19+02:00
14:18:19 up 22:44, 3 users, load average: 0.03, 0.05, 0.02
=== loginctl list-sessions ===
SESSION UID USER SEAT LEADER CLASS TTY IDLE SINCE
345 1001 mfritsche seat0 24148 user tty2 yes 5h 20min ago
346 1001 mfritsche - 24321 manager - no -
433 1001 mfritsche seat0 35596 user tty1 no -
439 1001 mfritsche - 36915 user - no -
4 sessions listed.
=== loginctl show-session 433 (full) ===
Id=433
User=1001
Name=mfritsche
Timestamp=Sun 2026-05-03 13:26:15 CEST
TimestampMonotonic=78716378382
VTNr=1
Seat=seat0
TTY=tty1
Remote=no
Service=sddm-autologin
Desktop=KDE
Scope=session-433.scope
Leader=35596
LeaderPIDFDId=35597
Audit=433
Type=wayland
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
CanIdle=yes
CanLock=yes
LockedHint=yes
=== kwin_wayland_wrapper cmdline ===
pgrep: pattern that searches for process name longer than 15 characters will result in zero matches
Try `pgrep -f' option to match against the complete command line.
loglevel=4 root=/dev/mmcblk0p2 rw rootwait coherent_pool=2M
=== kwin_wayland cmdline ===
/usr/bin/kwin_wayland --wayland-fd 7 --socket wayland-0 --xwayland-fd 8 --xwayland-fd 9 --xwayland-display :0 --xwayland-xauthority /run/user/1001/xauth_mSWMnX --xwayland
=== plasmashell version ===
35808 /usr/bin/plasmashell --no-respawn
36919 bash -c export WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/1001; \ echo "=== uname -a ==="; uname -a; \ echo; echo "=== date / uptime ==="; date -Iseconds; uptime; \ echo; echo "=== loginctl list-sessions ==="; loginctl list-sessions; \ echo; echo "=== loginctl show-session 433 (full) ==="; loginctl show-session 433; \ echo; echo "=== kwin_wayland_wrapper cmdline ==="; cat /proc/$(pgrep -x kwin_wayland_wrapper)/cmdline | tr "\0" " "; echo; \ echo; echo "=== kwin_wayland cmdline ==="; cat /proc/$(pgrep -x kwin_wayland)/cmdline | tr "\0" " "; echo; \ echo; echo "=== plasmashell version ==="; pgrep -af plasmashell; plasmashell --version 2>&1 | head -3; \ echo; echo "=== kwin_wayland --version ==="; kwin_wayland --version 2>&1 | head -3; \ echo; echo "=== Xwayland (if running) ==="; pgrep -af Xwayland | head -5; \ echo; echo "=== full process tree filter ==="; ps -o pid,ppid,user,cmd -e | grep -E "(kwin|plasma|sddm|kded|kwallet|xdg-desktop|kglobalaccel|Xwayland|baloo)" | grep -v grep; \ echo; echo "=== /run/user/1001 wayland sockets ==="; ls /run/user/1001/ | grep -E "wayland|xauth"; \ echo; echo "=== thermal ==="; for z in /sys/class/thermal/thermal_zone*; do echo "$z: $(cat $z/type) = $(cat $z/temp)"; done; \ echo; echo "=== cpu governor ==="; cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | sort -u; \ echo; echo "=== /dev/dri + /dev/video* ==="; ls -la /dev/dri/ /dev/video* 2>/dev/null; \ echo; echo "=== rockchip-drm bind ==="; cat /sys/class/drm/card0/device/uevent 2>/dev/null
plasmashell 6.6.4
=== kwin_wayland --version ===
kwin 6.6.4
=== Xwayland (if running) ===
35705 /usr/bin/Xwayland :0 -auth /run/user/1001/xauth_mSWMnX -listenfd 8 -listenfd 9 -displayfd 62 -wm 67 -rootless -enable-ei-portal
36919 bash -c export WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/1001; \ echo "=== uname -a ==="; uname -a; \ echo; echo "=== date / uptime ==="; date -Iseconds; uptime; \ echo; echo "=== loginctl list-sessions ==="; loginctl list-sessions; \ echo; echo "=== loginctl show-session 433 (full) ==="; loginctl show-session 433; \ echo; echo "=== kwin_wayland_wrapper cmdline ==="; cat /proc/$(pgrep -x kwin_wayland_wrapper)/cmdline | tr "\0" " "; echo; \ echo; echo "=== kwin_wayland cmdline ==="; cat /proc/$(pgrep -x kwin_wayland)/cmdline | tr "\0" " "; echo; \ echo; echo "=== plasmashell version ==="; pgrep -af plasmashell; plasmashell --version 2>&1 | head -3; \ echo; echo "=== kwin_wayland --version ==="; kwin_wayland --version 2>&1 | head -3; \ echo; echo "=== Xwayland (if running) ==="; pgrep -af Xwayland | head -5; \ echo; echo "=== full process tree filter ==="; ps -o pid,ppid,user,cmd -e | grep -E "(kwin|plasma|sddm|kded|kwallet|xdg-desktop|kglobalaccel|Xwayland|baloo)" | grep -v grep; \ echo; echo "=== /run/user/1001 wayland sockets ==="; ls /run/user/1001/ | grep -E "wayland|xauth"; \ echo; echo "=== thermal ==="; for z in /sys/class/thermal/thermal_zone*; do echo "$z: $(cat $z/type) = $(cat $z/temp)"; done; \ echo; echo "=== cpu governor ==="; cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | sort -u; \ echo; echo "=== /dev/dri + /dev/video* ==="; ls -la /dev/dri/ /dev/video* 2>/dev/null; \ echo; echo "=== rockchip-drm bind ==="; cat /sys/class/drm/card0/device/uevent 2>/dev/null
=== full process tree filter ===
32323 24321 mfritsc+ /usr/lib/xdg-desktop-portal
35593 1 root /usr/bin/sddm
35596 35593 root /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-4b4ea02e-2743-406a-b7b4-cb9c61966af4 --id 1 --start /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland --user mfritsche --autologin
35599 35596 mfritsc+ /usr/bin/startplasma-wayland
35676 24321 mfritsc+ /usr/bin/kwin_wayland_wrapper --xwayland
35679 35676 mfritsc+ /usr/bin/kwin_wayland --wayland-fd 7 --socket wayland-0 --xwayland-fd 8 --xwayland-fd 9 --xwayland-display :0 --xwayland-xauthority /run/user/1001/xauth_mSWMnX --xwayland
35705 35679 mfritsc+ /usr/bin/Xwayland :0 -auth /run/user/1001/xauth_mSWMnX -listenfd 8 -listenfd 9 -displayfd 62 -wm 67 -rootless -enable-ei-portal
35733 24321 mfritsc+ /usr/bin/kded6
35808 24321 mfritsc+ /usr/bin/plasmashell --no-respawn
35950 24321 mfritsc+ /usr/lib/xdg-desktop-portal-gtk
=== /run/user/1001 wayland sockets ===
wayland-0
wayland-0.lock
xauth_QctOSR
xauth_mSWMnX
=== thermal ===
/sys/class/thermal/thermal_zone0: cpu-thermal = 36111
/sys/class/thermal/thermal_zone1: gpu-thermal = 32500
=== cpu governor ===
performance
=== /dev/dri + /dev/video* ===
crw-rw----+ 1 root video 81, 0 May 3 13:26 /dev/video0
crw-rw----+ 1 root video 81, 1 May 3 13:26 /dev/video1
crw-rw----+ 1 root video 81, 2 May 3 13:26 /dev/video2
/dev/dri/:
total 0
drwxr-xr-x 3 root root 120 May 2 15:34 .
drwxr-xr-x 19 root root 4080 May 3 13:26 ..
drwxr-xr-x 2 root root 100 May 2 15:34 by-path
crw-rw----+ 1 root video 226, 0 May 3 13:26 card0
crw-rw----+ 1 root video 226, 1 May 3 13:26 card1
crw-rw-rw- 1 root render 226, 128 May 2 15:34 renderD128
=== rockchip-drm bind ===
DRIVER=rockchip-drm
OF_NAME=display-subsystem
OF_FULLNAME=/display-subsystem
OF_COMPATIBLE_0=rockchip,display-subsystem
OF_COMPATIBLE_N=1
MODALIAS=of:Ndisplay-subsystemT(null)Crockchip,display-subsystem
@@ -0,0 +1,56 @@
=== predecessor carry-over packages (cross-check vs README list) ===
qt6-base-fourier 1:6.11.0-3
kwin-fourier 1:6.6.4-3
mesa 1:26.0.5-1
libdrm 2.4.131-1
drm-info 2.9.0-1
brave-bin 1:1.89.145-1
=== chromium-fourier binary path probe ===
total 589456
drwxr-xr-x 5 mfritsche mfritsche 360 May 2 15:53 .
drwxrwxrwt 49 root root 2340 May 3 13:51 ..
-rwxr-xr-x 1 mfritsche mfritsche 524192400 May 2 11:49 chrome
-rw-r--r-- 1 mfritsche mfritsche 727059 Apr 28 08:42 chrome_100_percent.pak
-rw-r--r-- 1 mfritsche mfritsche 1228723 Apr 28 08:42 chrome_200_percent.pak
-rwxr-xr-x 1 mfritsche mfritsche 3279256 Apr 28 06:55 chrome_crashpad_handler
drwx------ 2 mfritsche mfritsche 40 May 2 15:53 extensions
drwxr-xr-x 2 mfritsche mfritsche 40 May 2 15:49 frames
-rw-r--r-- 1 mfritsche mfritsche 3033 Apr 28 07:54 headless_command_resources.pak
total 589456
drwxr-xr-x 5 mfritsche mfritsche 360 May 2 15:53 .
drwxrwxrwt 49 root root 2340 May 3 13:51 ..
-rwxr-xr-x 1 mfritsche mfritsche 524192400 May 2 11:49 chrome
-rw-r--r-- 1 mfritsche mfritsche 727059 Apr 28 08:42 chrome_100_percent.pak
=== test assets — predecessor used brave_drops_test.html ===
/home/mfritsche/fourier-test/brave_drops_test.html
=== predecessor scripts on ohm ===
_session_pre_2026-05-02
_smoke
brave_timing_rep1
brave_timing_rep1.log
cage_timing_nodebug_rep1
cage_timing_nodebug_rep1.log
cage_timing_nodebug_rep2
cage_timing_nodebug_rep2.log
cage_timing_nodebug_rep3
cage_timing_nodebug_rep3.log
cage_timing_rep1
cage_timing_rep1.log
extract_drops.py
kwin_timing_nodebug_rep1
kwin_timing_nodebug_rep1.log
kwin_timing_nodebug_rep2
kwin_timing_nodebug_rep2.log
kwin_timing_nodebug_rep3
kwin_timing_nodebug_rep3.log
kwin_timing_rep1
/home/mfritsche/phase3_prime_runs/run_browser.sh
/home/mfritsche/phase3_prime_runs/wayland_debug_to_csv.py
=== firefox + brave + chromium-fourier versions live ===
Mozilla Firefox 150.0.1
Brave Browser 147.1.89.145
Chromium 149.0.7812.0
@@ -0,0 +1,147 @@
# A1 baseline protocol — in-session Plasma Wayland anchor
**Goal:** acquire 3 in-session reps of a chromium-fourier
under-Plasma-Wayland-with-KWin video playback measurement, so
the X11 cells of the matrix have a same-session Wayland
reference to compare against. Per the campaign-contained-data
discipline, **this is the only Wayland baseline this campaign
uses**; predecessor numbers are reference history only.
## Cell
- **Browser:** `/tmp/chromium-ohm-gl-fix-step2/chrome`
(chromium-fourier 149.0.7812.0, the existing predecessor
build).
- **Page:** `file:///home/mfritsche/fourier-test/brave_drops_test.html`
(a 30 fps H.264 / video element with autoplay + drops trajectory
emitted to console at 1 Hz; used by the predecessor for all
Phase 3 reps).
- **Session:** Plasma Wayland tty1 / session 433
(the live one, autologin'd via revert.log entry 6).
- **Window:** windowed (default chromium behavior, no fullscreen).
- **Decode:** chromium-fourier's default decode path. With the
Step 1 + Step 2 patches present, this is libva via
`libva-v4l2-request-fourier` driver (V4L2 stateless on hantro).
- **Capture window:** 70 s starting at autoplay-detected.
- **Instrumentation:** `top -p kwin_wayland` (1 Hz),
`top` (system, 1 Hz), `sudo perf record -F 99 -g
--call-graph dwarf -p kwin_wayland`, browser stderr (catches
the page's `DROPS_TRAJECTORY: t=Xs tot=Y drop=Z` 1 Hz log).
**No `WAYLAND_DEBUG=1`** — this is the `nodebug` variant so
the kwin %CPU and drop measurements aren't perturbed by
WAYLAND_DEBUG's per-message overhead.
## Bound metrics per rep
Each rep's evidence dir contains:
- `start.txt` / `end.txt` / `capture_start.txt` — wall-clock
timestamps of phases.
- `temp_pre.txt` / `temp_post.txt` — thermal_zone0 (cpu) at
phase boundaries.
- `top_kwin.txt``kwin_wayland` %CPU samples (70 × 1 Hz).
- `top_full.txt` — system-wide top (70 × 1 Hz).
- `perf.data` — perf record at 99 Hz on kwin_wayland.
- `perf_report_self.txt` — perf report (sorted by overhead).
- `perf_report_top50.txt` — first 50 lines of perf report.
- `stderr.log` — full chromium stderr.
- `drops_trajectory.txt` — extracted DROPS_TRAJECTORY lines.
- `kwin_cpu_summary.txt` — kwin %CPU samples / median / mean /
min / max.
- `drops_summary.txt``frames_total`, `drops_total`,
`drops_post_warmup` (drops accumulated after t=10 s).
## Protocol
Three reps **back-to-back** with ≥ 30 s idle between to let
thermals settle. The whole campaign sequence takes ~5 minutes
of wall time:
```
T+0:00 rep 1: launch + 70s capture + cleanup (~95s)
T+1:35 30s idle (thermal settle)
T+2:05 rep 2: same (~95s)
T+3:40 30s idle
T+4:10 rep 3: same (~95s)
T+5:45 done — pull evidence
```
**SSH-driven:** the orchestrator
`/home/mfritsche/phase3_prime_runs/run_browser_nodebug.sh
$RUN_ID chromium-fourier-kwin` runs end-to-end from a single
SSH command. Operator-side, **a chrome window will appear on
the screen for ~80 s per rep**; the only operator action is
**not interacting with that window** (no clicks, no typing in
the chrome window, no pulling focus). The orchestrator kills
the chrome process cleanly at end of capture.
After the 3 reps complete, this campaign's evidence
sub-directory `phase0_evidence/wayland_baseline_2026-05-03/`
will contain:
```
a1_rep1/ (moved from /home/mfritsche/phase3_prime_runs/x11research_a1_rep1/)
a1_rep2/
a1_rep3/
a1_summary.md (this campaign's interpretation of the 3 reps)
```
The original predecessor evidence at
`/home/mfritsche/phase3_prime_runs/kwin_timing_nodebug_rep[1-3]`
is **untouched**.
## Exit conditions
- Per-rep success = `drops_summary.txt` exists with non-`n/a`
values, `kwin_cpu_summary.txt` exists with samples > 0, perf
report has > 1000 samples.
- Per-rep failure causes:
- autoplay not detected within 30 s → script aborts, evidence
dir is partial; rep marked failed.
- workload exits before autoplay → script aborts.
- perf record fails (e.g. paranoid > 1) → script continues
but perf.data is empty; we'd see this in
`perf_record_stderr.txt`.
If a rep fails, surface the cause and re-run that rep before
moving on.
## Decision after 3 reps
Compute median + IQR of `drops_post_warmup`, `frames_total`,
`drops_total`, and kwin %CPU across the three reps. Two
possible verdict shapes:
- **Tight cluster (IQR / median ≤ 0.3):** baseline is stable;
Phase 1 binding cells can use the median as the anchor with
the IQR as the tolerance band.
- **High variance (IQR / median > 0.3):** baseline is noisy;
Phase 1 needs ≥ 5 reps per cell, not 3, and binding-cell
thresholds need IQR-based formulation rather than fixed
numbers. This is the predecessor lesson built into the
worklist's "3 reps minimum (variance is a real concern)".
## Operator green-light request
Before I fire the 3 reps:
1. Confirm you're OK with **a chrome window popping up on the
screen for ~80 s per rep × 3 reps**, and during that time
**not interacting with it** (mouse stays still, no key
presses).
2. Confirm the current Plasma Wayland session is in a "clean
measurement state" — i.e. nothing else is doing significant
CPU work (ideally close any active terminals/browsers/IDE
windows you don't need; the predecessor's 36-37 % kwin %CPU
baseline assumes a quiescent desktop with just the test
chrome window plus normal Plasma services running).
3. (Optional) Decide whether to also include other variants in
this turn's measurements — e.g. add a rep of `Brave 147` or
`Firefox 150` under Plasma Wayland to start populating the
full matrix. Default scope: just the 3 chromium-fourier
reps; matrix-fill cells go into Phase 1 proper.
When green-lit, I fire `run_browser_nodebug.sh
x11research_a1_rep1 chromium-fourier-kwin` first as a smoke
test, surface its drops_summary.txt + kwin_cpu_summary.txt
output, then on confirmation fire reps 2 and 3 back-to-back.
@@ -0,0 +1 @@
2026-05-03T12:23:11Z
@@ -0,0 +1,4 @@
total_rows=0
with_present_ts=0
discarded_count=0
(no Δ_present data)
@@ -0,0 +1,6 @@
samples=71
drops_total=0
frames_total=1685
drops_post_warmup=0
warmup_first_t=10.01
end_line=[37085:37085:0503/142421.906090:INFO:CONSOLE:44] "DROPS_TRAJECTORY: ===END=== total=1685 dropped=0 elapsed=70.09", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (44)
@@ -0,0 +1,73 @@
[37085:37085:0503/142311.807973:INFO:CONSOLE:51] "DROPS_TRAJECTORY: playing event fired", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (51)
[37085:37085:0503/142311.814848:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=0.00s tot=4 drop=0 dtot=4 ddrop=0 ct=0.019", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142312.814595:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=1.00s tot=27 drop=0 dtot=23 ddrop=0 ct=1.012", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142313.815746:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=2.00s tot=51 drop=0 dtot=24 ddrop=0 ct=2.013", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142314.816929:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=3.01s tot=75 drop=0 dtot=24 ddrop=0 ct=3.014", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142315.818183:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=4.01s tot=99 drop=0 dtot=24 ddrop=0 ct=4.015", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142316.819090:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=5.01s tot=123 drop=0 dtot=24 ddrop=0 ct=5.017", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142317.820383:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=6.01s tot=147 drop=0 dtot=24 ddrop=0 ct=6.018", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142318.821698:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=7.01s tot=171 drop=0 dtot=24 ddrop=0 ct=7.019", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142319.822844:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=8.01s tot=195 drop=0 dtot=24 ddrop=0 ct=8.020", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142320.824135:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=9.01s tot=219 drop=0 dtot=24 ddrop=0 ct=9.022", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142321.825089:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=10.01s tot=243 drop=0 dtot=24 ddrop=0 ct=10.023", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142322.826088:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=11.01s tot=267 drop=0 dtot=24 ddrop=0 ct=11.024", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142323.827059:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=12.02s tot=291 drop=0 dtot=24 ddrop=0 ct=12.025", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142324.828053:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=13.02s tot=315 drop=0 dtot=24 ddrop=0 ct=13.026", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142325.828967:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=14.02s tot=339 drop=0 dtot=24 ddrop=0 ct=14.026", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142326.829852:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=15.02s tot=363 drop=0 dtot=24 ddrop=0 ct=15.027", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142327.830836:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=16.02s tot=387 drop=0 dtot=24 ddrop=0 ct=16.028", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142328.831775:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=17.02s tot=411 drop=0 dtot=24 ddrop=0 ct=17.029", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142329.832742:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=18.02s tot=435 drop=0 dtot=24 ddrop=0 ct=18.030", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142330.833617:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=19.02s tot=459 drop=0 dtot=24 ddrop=0 ct=19.031", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142331.834551:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=20.02s tot=483 drop=0 dtot=24 ddrop=0 ct=20.032", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142332.835578:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=21.02s tot=507 drop=0 dtot=24 ddrop=0 ct=21.033", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142333.836696:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=22.03s tot=531 drop=0 dtot=24 ddrop=0 ct=22.034", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142334.837565:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=23.03s tot=555 drop=0 dtot=24 ddrop=0 ct=23.035", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142335.838561:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=24.03s tot=579 drop=0 dtot=24 ddrop=0 ct=24.036", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142336.839724:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=25.03s tot=603 drop=0 dtot=24 ddrop=0 ct=25.037", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142337.840674:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=26.03s tot=627 drop=0 dtot=24 ddrop=0 ct=26.038", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142338.848251:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=27.03s tot=651 drop=0 dtot=24 ddrop=0 ct=27.040", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142339.848367:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=28.04s tot=675 drop=0 dtot=24 ddrop=0 ct=28.045", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142340.848995:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=29.04s tot=699 drop=0 dtot=24 ddrop=0 ct=29.046", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142341.849905:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=30.04s tot=723 drop=0 dtot=24 ddrop=0 ct=30.047", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142342.851331:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=31.04s tot=748 drop=0 dtot=25 ddrop=0 ct=31.049", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142343.852915:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=32.04s tot=772 drop=0 dtot=24 ddrop=0 ct=32.050", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142344.854118:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=33.04s tot=796 drop=0 dtot=24 ddrop=0 ct=33.051", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142345.854967:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=34.04s tot=820 drop=0 dtot=24 ddrop=0 ct=34.052", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142346.856037:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=35.04s tot=844 drop=0 dtot=24 ddrop=0 ct=35.053", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142347.857128:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=36.05s tot=868 drop=0 dtot=24 ddrop=0 ct=36.054", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142348.858211:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=37.05s tot=892 drop=0 dtot=24 ddrop=0 ct=37.056", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142349.859465:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=38.05s tot=916 drop=0 dtot=24 ddrop=0 ct=38.057", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142350.860723:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=39.05s tot=940 drop=0 dtot=24 ddrop=0 ct=39.058", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142351.861996:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=40.05s tot=964 drop=0 dtot=24 ddrop=0 ct=40.059", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142352.863211:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=41.05s tot=988 drop=0 dtot=24 ddrop=0 ct=41.061", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142353.866050:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=42.05s tot=1012 drop=0 dtot=24 ddrop=0 ct=42.063", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142354.867302:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=43.06s tot=1036 drop=0 dtot=24 ddrop=0 ct=43.064", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142355.868202:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=44.06s tot=1060 drop=0 dtot=24 ddrop=0 ct=44.066", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142356.869388:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=45.06s tot=1084 drop=0 dtot=24 ddrop=0 ct=45.067", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142357.870845:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=46.06s tot=1108 drop=0 dtot=24 ddrop=0 ct=46.068", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142358.871712:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=47.06s tot=1132 drop=0 dtot=24 ddrop=0 ct=47.069", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142359.873007:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=48.06s tot=1156 drop=0 dtot=24 ddrop=0 ct=48.070", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142400.874127:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=49.06s tot=1180 drop=0 dtot=24 ddrop=0 ct=49.072", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142401.875317:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=50.06s tot=1204 drop=0 dtot=24 ddrop=0 ct=50.073", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142402.876588:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=51.07s tot=1228 drop=0 dtot=24 ddrop=0 ct=51.074", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142403.877955:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=52.07s tot=1252 drop=0 dtot=24 ddrop=0 ct=52.075", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142404.879168:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=53.07s tot=1276 drop=0 dtot=24 ddrop=0 ct=53.077", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142405.880242:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=54.07s tot=1300 drop=0 dtot=24 ddrop=0 ct=54.078", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142406.881447:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=55.07s tot=1324 drop=0 dtot=24 ddrop=0 ct=55.079", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142407.882943:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=56.07s tot=1348 drop=0 dtot=24 ddrop=0 ct=56.080", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142408.884182:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=57.07s tot=1372 drop=0 dtot=24 ddrop=0 ct=57.082", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142409.886140:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=58.07s tot=1396 drop=0 dtot=24 ddrop=0 ct=58.084", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142410.887916:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=59.08s tot=1420 drop=0 dtot=24 ddrop=0 ct=59.085", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142411.888821:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=60.08s tot=1444 drop=0 dtot=24 ddrop=0 ct=60.086", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142412.889982:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=61.08s tot=1468 drop=0 dtot=24 ddrop=0 ct=61.087", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142413.891190:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=62.08s tot=1493 drop=0 dtot=25 ddrop=0 ct=62.087", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142414.895763:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=63.08s tot=1517 drop=0 dtot=24 ddrop=0 ct=63.093", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142415.896975:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=64.09s tot=1541 drop=0 dtot=24 ddrop=0 ct=64.095", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142416.899758:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=65.09s tot=1565 drop=0 dtot=24 ddrop=0 ct=65.097", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142417.900615:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=66.09s tot=1589 drop=0 dtot=24 ddrop=0 ct=66.098", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142418.901806:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=67.09s tot=1613 drop=0 dtot=24 ddrop=0 ct=67.099", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142419.903103:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=68.09s tot=1637 drop=0 dtot=24 ddrop=0 ct=68.101", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142420.904403:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=69.09s tot=1661 drop=0 dtot=24 ddrop=0 ct=69.102", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142421.905841:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=70.09s tot=1685 drop=0 dtot=24 ddrop=0 ct=70.103", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37085:37085:0503/142421.906090:INFO:CONSOLE:44] "DROPS_TRAJECTORY: ===END=== total=1685 dropped=0 elapsed=70.09", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (44)
@@ -0,0 +1 @@
2026-05-03T12:24:23Z
@@ -0,0 +1 @@
samples=70 median=0.00 mean=0.07 min=0.00 max=4.00
@@ -0,0 +1,2 @@
[ perf record: Woken up 3636533 times to write data ]
[ perf record: Captured and wrote 0.441 MB /home/mfritsche/phase3_prime_runs/x11research_a1_rep1/perf.data (39 samples) ]
@@ -0,0 +1,85 @@
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 39 of event 'armv8_cortex_a55/cycles/P'
# Event count (approx.): 54817697
#
# Overhead Symbol Shared Object IPC [IPC Coverage]
# ........ ............................. ........................... ....................
#
97.18% [k] __pi_memcpy_generic [kernel.kallsyms] - -
|
---__pi_memcpy_generic
do_faccessat
__arm64_sys_faccessat
invoke_syscall.constprop.0
el0_svc_common.constprop.0
do_el0_svc
el0_svc
el0t_64_sync_handler
el0t_64_sync
access
0xffff871b08f7
0xffff86f794d3
0xffff86f79c1b
QDirListing::next(QDirListing::DirEntry)
QDir::entryInfoList(QList<QString> const&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
QDir::entryInfoList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
0xffff8a2709ff
0xffff8a2739eb
0xffff8a01ed07
0xffff8704e7b7
KWin::Workspace::updateOutputs()
KWin::Workspace::applyOutputConfiguration(KWin::OutputConfiguration&)
0xffff8a2e1123
0xffff83a36bb3
0xffff83a36223
0xffff8658f303
0xffff86588cf7
wl_event_loop_dispatch
KWin::Display::dispatchEvents()
0xffff8704e7b7
QSocketNotifier::activated(QSocketDescriptor, QSocketNotifier::Type, QSocketNotifier::QPrivateSignal)
QSocketNotifier::event(QEvent*)
QApplicationPrivate::notify_helper(QObject*, QEvent*)
QCoreApplication::notifyInternal2(QObject*, QEvent*)
QEventDispatcherUNIXPrivate::activateSocketNotifiers()
QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)
QCoreApplication::exec()
0xaaaad827d2e7
1.17% [.] 0x000000000000ff40 libwayland-server.so.0.25.0 - -
|
---0xffff8658ff40
wl_client_create
0xffff8658a6a3
wl_event_loop_dispatch
KWin::Display::dispatchEvents()
0xffff8704e7b7
QSocketNotifier::activated(QSocketDescriptor, QSocketNotifier::Type, QSocketNotifier::QPrivateSignal)
QSocketNotifier::event(QEvent*)
QApplicationPrivate::notify_helper(QObject*, QEvent*)
QCoreApplication::notifyInternal2(QObject*, QEvent*)
QEventDispatcherUNIXPrivate::activateSocketNotifiers()
QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)
QCoreApplication::exec()
0xaaaad827d2e7
0xffff86932dd3
__libc_start_main
0xaaaad827f26f
0.98% [.] pthread_mutex_lock libc.so.6 - -
0.63% [.] 0x000000000002aa0c libpng16.so.16.58.0 - -
0.04% [k] finish_task_switch.isra.0 [kernel.kallsyms] - -
0.00% [k] futex_unqueue [kernel.kallsyms] - -
#
# (Tip: To not record events from perf itself add --exclude-perf)
#
@@ -0,0 +1,50 @@
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 39 of event 'armv8_cortex_a55/cycles/P'
# Event count (approx.): 54817697
#
# Overhead Symbol Shared Object IPC [IPC Coverage]
# ........ ............................. ........................... ....................
#
97.18% [k] __pi_memcpy_generic [kernel.kallsyms] - -
|
---__pi_memcpy_generic
do_faccessat
__arm64_sys_faccessat
invoke_syscall.constprop.0
el0_svc_common.constprop.0
do_el0_svc
el0_svc
el0t_64_sync_handler
el0t_64_sync
access
0xffff871b08f7
0xffff86f794d3
0xffff86f79c1b
QDirListing::next(QDirListing::DirEntry)
QDir::entryInfoList(QList<QString> const&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
QDir::entryInfoList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
0xffff8a2709ff
0xffff8a2739eb
0xffff8a01ed07
0xffff8704e7b7
KWin::Workspace::updateOutputs()
KWin::Workspace::applyOutputConfiguration(KWin::OutputConfiguration&)
0xffff8a2e1123
0xffff83a36bb3
0xffff83a36223
0xffff8658f303
0xffff86588cf7
wl_event_loop_dispatch
KWin::Display::dispatchEvents()
0xffff8704e7b7
QSocketNotifier::activated(QSocketDescriptor, QSocketNotifier::Type, QSocketNotifier::QPrivateSignal)
QSocketNotifier::event(QEvent*)
QApplicationPrivate::notify_helper(QObject*, QEvent*)
QCoreApplication::notifyInternal2(QObject*, QEvent*)
QEventDispatcherUNIXPrivate::activateSocketNotifiers()
QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
@@ -0,0 +1,6 @@
2026-05-03T12:23:06Z
RUN_ID=x11research_a1_rep1 KIND=chromium-fourier-kwin (NO WAYLAND_DEBUG)
BROWSER_BIN=/tmp/chromium-ohm-gl-fix-step2/chrome
Chromium 149.0.7812.0
workload pgid: 37069
kwin_wayland PID: 35679
@@ -0,0 +1 @@
44375
@@ -0,0 +1 @@
36111
@@ -0,0 +1,630 @@
top - 14:23:12 up 22:48, 3 users, load average: 0.96, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 19.3 us, 32.5 sy, 0.0 ni, 44.6 id, 0.0 wa, 2.4 hi, 1.2 si, 0.0 st
MiB Mem : 7684.3 total, 253.3 free, 3645.1 used, 5398.4 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 4039.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.19 kwin_wa+
top - 14:23:13 up 22:48, 3 users, load average: 0.96, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 12.2 us, 13.5 sy, 0.0 ni, 73.0 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 253.3 free, 3645.1 used, 5398.4 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 4039.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.19 kwin_wa+
top - 14:23:14 up 22:48, 3 users, load average: 0.96, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 11.6 us, 6.0 sy, 0.0 ni, 80.9 id, 0.0 wa, 1.3 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 253.3 free, 3645.1 used, 5398.4 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 4039.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.19 kwin_wa+
top - 14:23:15 up 22:48, 3 users, load average: 0.96, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 31.0 us, 17.6 sy, 0.0 ni, 46.8 id, 0.3 wa, 3.3 hi, 1.0 si, 0.0 st
MiB Mem : 7684.3 total, 176.2 free, 3721.4 used, 5399.2 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.19 kwin_wa+
top - 14:23:16 up 22:48, 3 users, load average: 0.96, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 26.8 us, 6.5 sy, 0.0 ni, 64.5 id, 0.2 wa, 1.5 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 176.2 free, 3721.4 used, 5399.2 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 4.0 3.1 0:07.23 kwin_wa+
top - 14:23:17 up 22:48, 3 users, load average: 0.96, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.6 us, 1.8 sy, 0.0 ni, 86.6 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 176.2 free, 3721.4 used, 5399.2 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:18 up 22:48, 3 users, load average: 0.96, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.2 us, 1.8 sy, 0.0 ni, 93.2 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 177.8 free, 3719.3 used, 5382.7 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3965.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:19 up 22:49, 3 users, load average: 0.96, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.8 sy, 0.0 ni, 93.7 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 177.8 free, 3719.3 used, 5382.7 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3965.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:20 up 22:49, 3 users, load average: 0.96, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.2 us, 1.7 sy, 0.0 ni, 93.3 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 177.8 free, 3719.3 used, 5382.7 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3965.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:21 up 22:49, 3 users, load average: 0.89, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 1.7 sy, 0.0 ni, 93.0 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 172.9 free, 3724.2 used, 5382.8 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3960.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:22 up 22:49, 3 users, load average: 0.89, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.8 us, 1.5 sy, 0.0 ni, 94.0 id, 0.3 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 172.9 free, 3724.2 used, 5382.8 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3960.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:23 up 22:49, 3 users, load average: 0.89, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.2 us, 1.2 sy, 0.0 ni, 93.8 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 172.9 free, 3724.2 used, 5382.8 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3960.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:24 up 22:49, 3 users, load average: 0.89, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.3 sy, 0.0 ni, 93.7 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 174.9 free, 3722.2 used, 5382.9 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:25 up 22:49, 3 users, load average: 0.89, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.7 us, 1.7 sy, 0.0 ni, 93.8 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 174.9 free, 3722.2 used, 5382.9 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:26 up 22:49, 3 users, load average: 0.82, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.8 us, 1.3 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 174.9 free, 3722.2 used, 5382.9 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:27 up 22:49, 3 users, load average: 0.82, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.2 sy, 0.0 ni, 94.2 id, 0.5 wa, 0.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 174.5 free, 3722.5 used, 5382.9 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3961.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:28 up 22:49, 3 users, load average: 0.82, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.5 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 174.5 free, 3722.5 used, 5382.9 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3961.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:29 up 22:49, 3 users, load average: 0.82, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.7 us, 1.0 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 174.5 free, 3722.5 used, 5382.9 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3961.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:30 up 22:49, 3 users, load average: 0.82, 0.27, 0.09
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.2 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 176.4 free, 3720.6 used, 5383.0 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3963.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:31 up 22:49, 3 users, load average: 0.83, 0.29, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.0 us, 1.3 sy, 0.0 ni, 95.5 id, 0.0 wa, 0.3 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 176.4 free, 3720.6 used, 5383.0 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3963.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:32 up 22:49, 3 users, load average: 0.83, 0.29, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.2 us, 1.5 sy, 0.0 ni, 93.8 id, 0.8 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 176.4 free, 3720.6 used, 5383.0 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3963.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:33 up 22:49, 3 users, load average: 0.83, 0.29, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.8 us, 1.5 sy, 0.0 ni, 94.0 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 175.2 free, 3721.7 used, 5383.0 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:34 up 22:49, 3 users, load average: 0.83, 0.29, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.8 sy, 0.0 ni, 94.2 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 175.2 free, 3721.7 used, 5383.0 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:35 up 22:49, 3 users, load average: 0.83, 0.29, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.5 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 175.2 free, 3721.7 used, 5383.0 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3962.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:36 up 22:49, 3 users, load average: 0.76, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.2 us, 2.0 sy, 0.0 ni, 93.0 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 186.2 free, 3710.7 used, 5383.1 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3973.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:37 up 22:49, 3 users, load average: 0.76, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 2.2 sy, 0.0 ni, 91.1 id, 1.2 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 186.2 free, 3710.7 used, 5383.1 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3973.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.23 kwin_wa+
top - 14:23:38 up 22:49, 3 users, load average: 0.76, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 12.6 us, 4.8 sy, 0.0 ni, 81.4 id, 0.0 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 186.2 free, 3710.7 used, 5383.1 buff/cache
MiB Swap: 3073.7 total, 2841.8 free, 232.0 used. 3973.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 1.0 3.1 0:07.24 kwin_wa+
top - 14:23:39 up 22:49, 3 users, load average: 0.76, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 16.8 us, 15.8 sy, 0.0 ni, 65.2 id, 0.2 wa, 1.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 204.0 free, 3710.2 used, 5356.1 buff/cache
MiB Swap: 3073.7 total, 2832.0 free, 241.7 used. 3974.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:40 up 22:49, 3 users, load average: 0.76, 0.28, 0.10
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 67.7 sy, 0.0 ni, 22.6 id, 0.0 wa, 1.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 204.0 free, 3710.2 used, 5356.1 buff/cache
MiB Swap: 3073.7 total, 2832.0 free, 241.7 used. 3974.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:41 up 22:49, 3 users, load average: 0.86, 0.31, 0.11
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.2 us, 49.6 sy, 0.0 ni, 39.7 id, 0.0 wa, 1.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 204.0 free, 3710.2 used, 5356.1 buff/cache
MiB Swap: 3073.7 total, 2832.0 free, 241.7 used. 3974.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:42 up 22:49, 3 users, load average: 0.86, 0.31, 0.11
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.3 us, 46.9 sy, 0.0 ni, 43.6 id, 0.0 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 321.6 free, 3532.8 used, 5225.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4151.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:43 up 22:49, 3 users, load average: 0.86, 0.31, 0.11
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.3 us, 47.1 sy, 0.0 ni, 43.4 id, 0.0 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 321.6 free, 3532.8 used, 5225.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4151.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:44 up 22:49, 3 users, load average: 0.86, 0.31, 0.11
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.6 sy, 0.0 ni, 43.9 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 321.6 free, 3532.8 used, 5225.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4151.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:45 up 22:49, 3 users, load average: 0.86, 0.31, 0.11
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.6 sy, 0.0 ni, 43.6 id, 0.5 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3534.0 used, 5225.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:46 up 22:49, 3 users, load average: 0.95, 0.34, 0.12
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 47.1 sy, 0.0 ni, 44.4 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3534.0 used, 5225.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:47 up 22:49, 3 users, load average: 0.95, 0.34, 0.12
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 47.0 sy, 0.0 ni, 45.0 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3534.0 used, 5225.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:48 up 22:49, 3 users, load average: 0.95, 0.34, 0.12
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.4 sy, 0.0 ni, 44.4 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3533.9 used, 5225.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:49 up 22:49, 3 users, load average: 0.95, 0.34, 0.12
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.6 sy, 0.0 ni, 43.9 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3533.9 used, 5225.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:50 up 22:49, 3 users, load average: 0.95, 0.34, 0.12
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.0 sy, 0.0 ni, 44.8 id, 0.5 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3533.9 used, 5225.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:51 up 22:49, 3 users, load average: 1.04, 0.37, 0.13
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 45.9 sy, 0.0 ni, 45.4 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3533.8 used, 5225.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:52 up 22:49, 3 users, load average: 1.04, 0.37, 0.13
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 45.9 sy, 0.0 ni, 45.4 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3533.8 used, 5225.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:53 up 22:49, 3 users, load average: 1.04, 0.37, 0.13
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.0 us, 45.1 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.7 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 320.4 free, 3533.8 used, 5225.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4150.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:54 up 22:49, 3 users, load average: 1.04, 0.37, 0.13
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.7 sy, 0.0 ni, 44.4 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 326.8 free, 3527.3 used, 5225.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4157.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:55 up 22:49, 3 users, load average: 1.04, 0.37, 0.13
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 46.2 sy, 0.0 ni, 45.0 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 326.8 free, 3527.3 used, 5225.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4157.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:56 up 22:49, 3 users, load average: 1.20, 0.41, 0.14
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.1 sy, 0.0 ni, 44.9 id, 0.3 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 326.8 free, 3527.3 used, 5225.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4157.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:57 up 22:49, 3 users, load average: 1.20, 0.41, 0.14
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.1 sy, 0.0 ni, 45.1 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 326.8 free, 3527.3 used, 5225.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4157.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:58 up 22:49, 3 users, load average: 1.20, 0.41, 0.14
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.4 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 326.8 free, 3527.3 used, 5225.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4157.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:23:59 up 22:49, 3 users, load average: 1.20, 0.41, 0.14
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 47.2 sy, 0.0 ni, 44.5 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 326.8 free, 3527.3 used, 5225.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4157.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:00 up 22:49, 3 users, load average: 1.20, 0.41, 0.14
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.3 sy, 0.0 ni, 44.5 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 323.9 free, 3530.2 used, 5225.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4154.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:01 up 22:49, 3 users, load average: 1.26, 0.44, 0.16
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 46.8 sy, 0.0 ni, 44.2 id, 0.8 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 323.9 free, 3530.2 used, 5225.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4154.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:02 up 22:49, 3 users, load average: 1.26, 0.44, 0.16
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 45.8 sy, 0.0 ni, 44.5 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 323.9 free, 3530.2 used, 5225.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4154.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:03 up 22:49, 3 users, load average: 1.26, 0.44, 0.16
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.5 sy, 0.0 ni, 45.2 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 323.2 free, 3530.9 used, 5225.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4153.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:04 up 22:49, 3 users, load average: 1.26, 0.44, 0.16
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.6 sy, 0.0 ni, 44.1 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 323.2 free, 3530.9 used, 5225.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4153.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:05 up 22:49, 3 users, load average: 1.32, 0.46, 0.17
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.4 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.7 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 323.2 free, 3530.9 used, 5225.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4153.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:06 up 22:49, 3 users, load average: 1.32, 0.46, 0.17
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 45.9 sy, 0.0 ni, 45.4 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 321.7 free, 3532.2 used, 5225.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4152.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:07 up 22:49, 3 users, load average: 1.32, 0.46, 0.17
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 46.9 sy, 0.0 ni, 44.6 id, 0.2 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 321.7 free, 3532.2 used, 5225.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4152.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:08 up 22:49, 3 users, load average: 1.32, 0.46, 0.17
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.3 us, 47.1 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 321.7 free, 3532.2 used, 5225.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4152.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:09 up 22:49, 3 users, load average: 1.32, 0.46, 0.17
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 13.8 us, 52.0 sy, 0.0 ni, 30.7 id, 0.3 wa, 2.0 hi, 1.3 si, 0.0 st
MiB Mem : 7684.3 total, 326.0 free, 3527.9 used, 5228.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4156.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:10 up 22:49, 3 users, load average: 1.61, 0.54, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 17.8 us, 60.7 sy, 0.0 ni, 12.0 id, 0.0 wa, 4.3 hi, 5.3 si, 0.0 st
MiB Mem : 7684.3 total, 326.0 free, 3527.9 used, 5228.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4156.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:11 up 22:49, 3 users, load average: 1.61, 0.54, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 24.8 us, 50.0 sy, 0.0 ni, 23.0 id, 0.2 wa, 1.5 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 326.0 free, 3527.9 used, 5228.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4156.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:12 up 22:49, 3 users, load average: 1.61, 0.54, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.0 sy, 0.0 ni, 44.8 id, 0.2 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 298.2 free, 3555.6 used, 5241.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4128.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:13 up 22:49, 3 users, load average: 1.61, 0.54, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 45.9 sy, 0.0 ni, 44.6 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 298.2 free, 3555.6 used, 5241.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4128.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:14 up 22:49, 3 users, load average: 1.61, 0.54, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.8 us, 50.0 sy, 0.0 ni, 37.2 id, 0.0 wa, 1.3 hi, 0.8 si, 0.0 st
MiB Mem : 7684.3 total, 298.2 free, 3555.6 used, 5241.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4128.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:15 up 22:49, 3 users, load average: 1.65, 0.56, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.4 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 298.4 free, 3555.3 used, 5242.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4129.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:16 up 22:49, 3 users, load average: 1.65, 0.56, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 48.6 sy, 0.0 ni, 41.6 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 298.4 free, 3555.3 used, 5242.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4129.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:17 up 22:49, 3 users, load average: 1.65, 0.56, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.1 sy, 0.0 ni, 44.6 id, 0.5 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 298.4 free, 3555.3 used, 5242.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4129.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:18 up 22:49, 3 users, load average: 1.65, 0.56, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.4 us, 46.4 sy, 0.0 ni, 45.2 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 299.9 free, 3553.7 used, 5242.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4130.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:19 up 22:50, 3 users, load average: 1.65, 0.56, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.7 us, 47.8 sy, 0.0 ni, 41.3 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 299.9 free, 3553.7 used, 5242.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4130.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:20 up 22:50, 3 users, load average: 1.67, 0.59, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 46.5 sy, 0.0 ni, 45.5 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 299.9 free, 3553.7 used, 5242.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4130.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
top - 14:24:21 up 22:50, 3 users, load average: 1.67, 0.59, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 48.6 sy, 0.0 ni, 41.6 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 299.4 free, 3554.2 used, 5242.9 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4130.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133464 244840 189120 S 0.0 3.1 0:07.24 kwin_wa+
@@ -0,0 +1 @@
2026-05-03T12:28:10Z
@@ -0,0 +1,4 @@
total_rows=0
with_present_ts=0
discarded_count=0
(no Δ_present data)
@@ -0,0 +1,6 @@
samples=71
drops_total=0
frames_total=1685
drops_post_warmup=0
warmup_first_t=10.02
end_line=[37600:37600:0503/142920.267821:INFO:CONSOLE:44] "DROPS_TRAJECTORY: ===END=== total=1685 dropped=0 elapsed=70.08", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (44)
@@ -0,0 +1,73 @@
[37600:37600:0503/142810.185118:INFO:CONSOLE:51] "DROPS_TRAJECTORY: playing event fired", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (51)
[37600:37600:0503/142810.188525:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=0.00s tot=4 drop=0 dtot=4 ddrop=0 ct=0.067", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142811.196787:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=1.01s tot=27 drop=0 dtot=23 ddrop=0 ct=1.074", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142812.201485:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=2.01s tot=51 drop=0 dtot=24 ddrop=0 ct=2.082", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142813.202548:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=3.02s tot=75 drop=0 dtot=24 ddrop=0 ct=3.083", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142814.203462:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=4.02s tot=99 drop=0 dtot=24 ddrop=0 ct=4.084", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142815.204389:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=5.02s tot=123 drop=0 dtot=24 ddrop=0 ct=5.085", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142816.205379:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=6.02s tot=147 drop=0 dtot=24 ddrop=0 ct=6.086", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142817.206446:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=7.02s tot=171 drop=0 dtot=24 ddrop=0 ct=7.087", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142818.207420:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=8.02s tot=195 drop=0 dtot=24 ddrop=0 ct=8.088", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142819.208569:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=9.02s tot=219 drop=0 dtot=24 ddrop=0 ct=9.089", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142820.209387:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=10.02s tot=243 drop=0 dtot=24 ddrop=0 ct=10.090", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142821.210359:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=11.02s tot=267 drop=0 dtot=24 ddrop=0 ct=11.091", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142822.211193:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=12.02s tot=291 drop=0 dtot=24 ddrop=0 ct=12.092", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142823.211933:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=13.02s tot=315 drop=0 dtot=24 ddrop=0 ct=13.092", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142824.212834:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=14.03s tot=339 drop=0 dtot=24 ddrop=0 ct=14.093", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142825.213541:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=15.03s tot=363 drop=0 dtot=24 ddrop=0 ct=15.094", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142826.214319:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=16.03s tot=387 drop=0 dtot=24 ddrop=0 ct=16.095", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142827.215205:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=17.03s tot=411 drop=0 dtot=24 ddrop=0 ct=17.096", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142828.216137:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=18.03s tot=435 drop=0 dtot=24 ddrop=0 ct=18.097", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142829.217059:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=19.03s tot=459 drop=0 dtot=24 ddrop=0 ct=19.097", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142830.217848:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=20.03s tot=483 drop=0 dtot=24 ddrop=0 ct=20.098", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142831.218745:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=21.03s tot=507 drop=0 dtot=24 ddrop=0 ct=21.099", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142832.219809:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=22.03s tot=531 drop=0 dtot=24 ddrop=0 ct=22.100", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142833.220689:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=23.03s tot=555 drop=0 dtot=24 ddrop=0 ct=23.101", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142834.221571:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=24.03s tot=579 drop=0 dtot=24 ddrop=0 ct=24.102", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142835.222437:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=25.04s tot=603 drop=0 dtot=24 ddrop=0 ct=25.103", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142836.223347:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=26.04s tot=627 drop=0 dtot=24 ddrop=0 ct=26.104", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142837.224176:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=27.04s tot=651 drop=0 dtot=24 ddrop=0 ct=27.105", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142838.224956:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=28.04s tot=675 drop=0 dtot=24 ddrop=0 ct=28.105", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142839.225829:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=29.04s tot=699 drop=0 dtot=24 ddrop=0 ct=29.106", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142840.226775:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=30.04s tot=723 drop=0 dtot=24 ddrop=0 ct=30.107", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142841.227594:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=31.04s tot=747 drop=0 dtot=24 ddrop=0 ct=31.108", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142842.228389:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=32.04s tot=771 drop=0 dtot=24 ddrop=0 ct=32.109", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142843.229289:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=33.04s tot=795 drop=0 dtot=24 ddrop=0 ct=33.110", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142844.230113:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=34.04s tot=820 drop=0 dtot=25 ddrop=0 ct=34.111", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142845.230988:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=35.04s tot=844 drop=0 dtot=24 ddrop=0 ct=35.111", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142846.232175:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=36.04s tot=868 drop=0 dtot=24 ddrop=0 ct=36.112", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142847.232936:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=37.05s tot=892 drop=0 dtot=24 ddrop=0 ct=37.113", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142848.233823:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=38.05s tot=916 drop=0 dtot=24 ddrop=0 ct=38.114", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142849.234612:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=39.05s tot=940 drop=0 dtot=24 ddrop=0 ct=39.115", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142850.235521:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=40.05s tot=964 drop=0 dtot=24 ddrop=0 ct=40.116", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142851.236332:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=41.05s tot=988 drop=0 dtot=24 ddrop=0 ct=41.117", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142852.237295:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=42.05s tot=1012 drop=0 dtot=24 ddrop=0 ct=42.118", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142853.238009:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=43.05s tot=1036 drop=0 dtot=24 ddrop=0 ct=43.118", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142854.238850:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=44.05s tot=1060 drop=0 dtot=24 ddrop=0 ct=44.119", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142855.240182:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=45.05s tot=1084 drop=0 dtot=24 ddrop=0 ct=45.120", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142856.240818:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=46.05s tot=1108 drop=0 dtot=24 ddrop=0 ct=46.121", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142857.241702:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=47.05s tot=1132 drop=0 dtot=24 ddrop=0 ct=47.122", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142858.242603:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=48.06s tot=1156 drop=0 dtot=24 ddrop=0 ct=48.123", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142859.243471:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=49.06s tot=1180 drop=0 dtot=24 ddrop=0 ct=49.124", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142900.244310:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=50.06s tot=1204 drop=0 dtot=24 ddrop=0 ct=50.125", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142901.245390:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=51.06s tot=1228 drop=0 dtot=24 ddrop=0 ct=51.126", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142902.246424:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=52.06s tot=1252 drop=0 dtot=24 ddrop=0 ct=52.127", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142903.247443:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=53.06s tot=1276 drop=0 dtot=24 ddrop=0 ct=53.128", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142904.248512:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=54.06s tot=1300 drop=0 dtot=24 ddrop=0 ct=54.129", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142905.249964:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=55.06s tot=1324 drop=0 dtot=24 ddrop=0 ct=55.130", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142906.252007:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=56.06s tot=1348 drop=0 dtot=24 ddrop=0 ct=56.132", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142907.253248:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=57.07s tot=1372 drop=0 dtot=24 ddrop=0 ct=57.133", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142908.254222:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=58.07s tot=1396 drop=0 dtot=24 ddrop=0 ct=58.134", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142909.255784:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=59.07s tot=1420 drop=0 dtot=24 ddrop=0 ct=59.133", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142910.256544:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=60.07s tot=1445 drop=0 dtot=25 ddrop=0 ct=60.137", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142911.257586:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=61.07s tot=1468 drop=0 dtot=23 ddrop=0 ct=61.138", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142912.258747:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=62.07s tot=1493 drop=0 dtot=25 ddrop=0 ct=62.139", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142913.260146:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=63.07s tot=1517 drop=0 dtot=24 ddrop=0 ct=63.140", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142914.261042:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=64.07s tot=1541 drop=0 dtot=24 ddrop=0 ct=64.141", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142915.262135:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=65.07s tot=1565 drop=0 dtot=24 ddrop=0 ct=65.143", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142916.263194:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=66.08s tot=1589 drop=0 dtot=24 ddrop=0 ct=66.144", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142917.264235:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=67.08s tot=1613 drop=0 dtot=24 ddrop=0 ct=67.145", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142918.265347:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=68.08s tot=1637 drop=0 dtot=24 ddrop=0 ct=68.146", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142919.266523:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=69.08s tot=1661 drop=0 dtot=24 ddrop=0 ct=69.147", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142920.267532:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=70.08s tot=1685 drop=0 dtot=24 ddrop=0 ct=70.148", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[37600:37600:0503/142920.267821:INFO:CONSOLE:44] "DROPS_TRAJECTORY: ===END=== total=1685 dropped=0 elapsed=70.08", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (44)
@@ -0,0 +1 @@
2026-05-03T12:29:21Z
@@ -0,0 +1 @@
samples=70 median=0.00 mean=0.04 min=0.00 max=1.00
@@ -0,0 +1,2 @@
[ perf record: Woken up 3574533 times to write data ]
[ perf record: Captured and wrote 0.350 MB /home/mfritsche/phase3_prime_runs/x11research_a1_rep2/perf.data (28 samples) ]
@@ -0,0 +1,71 @@
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 28 of event 'armv8_cortex_a55/cycles/P'
# Event count (approx.): 2182944
#
# Overhead Symbol Shared Object IPC [IPC Coverage]
# ........ ............................. ................... ....................
#
37.57% [.] 0x0000000000003a54 libz.so.1.3.2 - -
31.91% [k] call_filldir [kernel.kallsyms] - -
|
---call_filldir
ext4_readdir
iterate_dir
__arm64_sys_getdents64
invoke_syscall.constprop.0
el0_svc_common.constprop.0
do_el0_svc
el0_svc
el0t_64_sync_handler
el0t_64_sync
getdents64
readdir64
0xffff871b6b7f
0xffff86f79bff
QDirListing::next(QDirListing::DirEntry)
QDirListing::begin() const
QDir::entryInfoList(QList<QString> const&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
QDir::entryInfoList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
0xffff85b93e9b
KSycocaPrivate::needsRebuild()
KSycocaPrivate::checkDirectories()
KSycoca::ensureCacheValid()
KApplicationTrader::query(std::function<bool (QExplicitlySharedDataPointer<KService> const&)>)
0xffff8a121c0b
0xffff8a2b5183
0xffff8658a37b
0xffff83a36bb3
0xffff83a36223
0xffff8658f303
0xffff86588cf7
wl_event_loop_dispatch
KWin::Display::dispatchEvents()
0xffff8704e7b7
QSocketNotifier::activated(QSocketDescriptor, QSocketNotifier::Type, QSocketNotifier::QPrivateSignal)
QSocketNotifier::event(QEvent*)
QApplicationPrivate::notify_helper(QObject*, QEvent*)
QCoreApplication::notifyInternal2(QObject*, QEvent*)
QEventDispatcherUNIXPrivate::activateSocketNotifiers()
QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)
QCoreApplication::exec()
0xaaaad827d2e7
0xffff86932dd3
__libc_start_main
0xaaaad827f26f
29.57% [.] _dbus_mem_pool_alloc libdbus-1.so.3.38.3 - -
0.40% [k] finish_task_switch.isra.0 [kernel.kallsyms] - -
0.23% [k] exit_to_user_mode_loop [kernel.kallsyms] - -
0.16% [k] hrtimer_active [kernel.kallsyms] - -
0.15% [k] _raw_spin_lock [kernel.kallsyms] - -
#
# (Tip: To show IPC for sampling periods use perf record -e '{cycles,instructions}:S' and then browse context)
#
@@ -0,0 +1,50 @@
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 28 of event 'armv8_cortex_a55/cycles/P'
# Event count (approx.): 2182944
#
# Overhead Symbol Shared Object IPC [IPC Coverage]
# ........ ............................. ................... ....................
#
37.57% [.] 0x0000000000003a54 libz.so.1.3.2 - -
31.91% [k] call_filldir [kernel.kallsyms] - -
|
---call_filldir
ext4_readdir
iterate_dir
__arm64_sys_getdents64
invoke_syscall.constprop.0
el0_svc_common.constprop.0
do_el0_svc
el0_svc
el0t_64_sync_handler
el0t_64_sync
getdents64
readdir64
0xffff871b6b7f
0xffff86f79bff
QDirListing::next(QDirListing::DirEntry)
QDirListing::begin() const
QDir::entryInfoList(QList<QString> const&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
QDir::entryInfoList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
0xffff85b93e9b
KSycocaPrivate::needsRebuild()
KSycocaPrivate::checkDirectories()
KSycoca::ensureCacheValid()
KApplicationTrader::query(std::function<bool (QExplicitlySharedDataPointer<KService> const&)>)
0xffff8a121c0b
0xffff8a2b5183
0xffff8658a37b
0xffff83a36bb3
0xffff83a36223
0xffff8658f303
0xffff86588cf7
wl_event_loop_dispatch
KWin::Display::dispatchEvents()
0xffff8704e7b7
QSocketNotifier::activated(QSocketDescriptor, QSocketNotifier::Type, QSocketNotifier::QPrivateSignal)
QSocketNotifier::event(QEvent*)
QApplicationPrivate::notify_helper(QObject*, QEvent*)
@@ -0,0 +1,6 @@
2026-05-03T12:28:05Z
RUN_ID=x11research_a1_rep2 KIND=chromium-fourier-kwin (NO WAYLAND_DEBUG)
BROWSER_BIN=/tmp/chromium-ohm-gl-fix-step2/chrome
Chromium 149.0.7812.0
workload pgid: 37581
kwin_wayland PID: 35679
@@ -0,0 +1 @@
46666
@@ -0,0 +1 @@
36666
@@ -0,0 +1,630 @@
top - 14:28:10 up 22:53, 3 users, load average: 0.21, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 18.3 us, 17.1 sy, 0.0 ni, 62.2 id, 0.0 wa, 2.4 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 297.0 free, 3547.1 used, 5285.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4137.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.33 kwin_wa+
top - 14:28:11 up 22:53, 3 users, load average: 0.21, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 31.0 us, 23.6 sy, 0.0 ni, 41.6 id, 0.0 wa, 2.8 hi, 1.0 si, 0.0 st
MiB Mem : 7684.3 total, 297.0 free, 3547.1 used, 5285.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4137.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.33 kwin_wa+
top - 14:28:12 up 22:53, 3 users, load average: 0.21, 0.34, 0.18
Tasks: 1 total, 1 running, 0 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 30.1 us, 12.0 sy, 0.0 ni, 54.9 id, 0.0 wa, 2.5 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 297.0 free, 3547.1 used, 5285.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4137.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 R 1.0 3.1 0:07.34 kwin_wa+
top - 14:28:13 up 22:53, 3 users, load average: 0.21, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 18.0 us, 3.3 sy, 0.0 ni, 77.2 id, 0.0 wa, 1.0 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 236.3 free, 3607.1 used, 5285.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 1.0 3.1 0:07.35 kwin_wa+
top - 14:28:14 up 22:53, 3 users, load average: 0.21, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.5 sy, 0.0 ni, 94.0 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 236.3 free, 3607.1 used, 5285.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.35 kwin_wa+
top - 14:28:15 up 22:53, 3 users, load average: 0.27, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.8 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 236.3 free, 3607.1 used, 5285.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 1.0 3.1 0:07.36 kwin_wa+
top - 14:28:16 up 22:53, 3 users, load average: 0.27, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 1.2 sy, 0.0 ni, 93.2 id, 0.2 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 231.9 free, 3611.5 used, 5284.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4072.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:17 up 22:53, 3 users, load average: 0.27, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.8 sy, 0.0 ni, 93.8 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 231.9 free, 3611.5 used, 5284.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4072.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:18 up 22:53, 3 users, load average: 0.27, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.8 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 231.9 free, 3611.5 used, 5284.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4072.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:19 up 22:54, 3 users, load average: 0.27, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.7 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 227.7 free, 3615.6 used, 5284.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4068.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:20 up 22:54, 3 users, load average: 0.25, 0.34, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.2 us, 1.5 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.7 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 227.7 free, 3615.6 used, 5284.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4068.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:21 up 22:54, 3 users, load average: 0.25, 0.34, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.5 sy, 0.0 ni, 93.3 id, 0.5 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 227.7 free, 3615.6 used, 5284.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4068.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:22 up 22:54, 3 users, load average: 0.25, 0.34, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.5 sy, 0.0 ni, 93.8 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 230.2 free, 3613.1 used, 5284.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:23 up 22:54, 3 users, load average: 0.25, 0.34, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.5 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 230.2 free, 3613.1 used, 5284.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:24 up 22:54, 3 users, load average: 0.25, 0.34, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.5 sy, 0.0 ni, 94.2 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 230.2 free, 3613.1 used, 5284.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:25 up 22:54, 3 users, load average: 0.23, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.0 sy, 0.0 ni, 95.0 id, 0.0 wa, 0.3 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 234.2 free, 3609.0 used, 5284.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:26 up 22:54, 3 users, load average: 0.23, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.7 us, 1.5 sy, 0.0 ni, 93.8 id, 0.5 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 234.2 free, 3609.0 used, 5284.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:27 up 22:54, 3 users, load average: 0.23, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.5 sy, 0.0 ni, 94.3 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 234.2 free, 3609.0 used, 5284.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:28 up 22:54, 3 users, load average: 0.23, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.2 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 237.8 free, 3605.3 used, 5284.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4079.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:29 up 22:54, 3 users, load average: 0.23, 0.34, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.7 sy, 0.0 ni, 94.3 id, 0.0 wa, 0.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 237.8 free, 3605.3 used, 5284.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4079.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:30 up 22:54, 3 users, load average: 0.21, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.7 us, 1.2 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 237.8 free, 3605.3 used, 5284.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4079.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:31 up 22:54, 3 users, load average: 0.21, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.7 us, 1.7 sy, 0.0 ni, 93.0 id, 0.7 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 237.8 free, 3605.2 used, 5284.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4079.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:32 up 22:54, 3 users, load average: 0.21, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.7 us, 2.0 sy, 0.0 ni, 93.3 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 237.8 free, 3605.2 used, 5284.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4079.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:33 up 22:54, 3 users, load average: 0.21, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.3 us, 1.8 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 237.8 free, 3605.2 used, 5284.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4079.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:34 up 22:54, 3 users, load average: 0.21, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 1.8 sy, 0.0 ni, 93.0 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 234.4 free, 3608.6 used, 5284.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:35 up 22:54, 3 users, load average: 0.20, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 1.7 sy, 0.0 ni, 92.8 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 234.4 free, 3608.6 used, 5284.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:36 up 22:54, 3 users, load average: 0.20, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 2.2 sy, 0.0 ni, 91.5 id, 1.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 234.4 free, 3608.6 used, 5284.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:37 up 22:54, 3 users, load average: 0.20, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.7 us, 1.5 sy, 0.0 ni, 92.8 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.7 free, 3610.3 used, 5284.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:38 up 22:54, 3 users, load average: 0.20, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.0 us, 22.2 sy, 0.0 ni, 67.0 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.7 free, 3610.3 used, 5284.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:39 up 22:54, 3 users, load average: 0.20, 0.33, 0.18
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 47.4 sy, 0.0 ni, 42.9 id, 0.0 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 232.7 free, 3610.3 used, 5284.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:40 up 22:54, 3 users, load average: 0.34, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 47.1 sy, 0.0 ni, 43.9 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 248.4 free, 3594.3 used, 5268.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4090.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:41 up 22:54, 3 users, load average: 0.34, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.9 sy, 0.0 ni, 43.9 id, 0.2 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 248.4 free, 3594.3 used, 5268.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4090.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:42 up 22:54, 3 users, load average: 0.34, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.2 sy, 0.0 ni, 44.8 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 248.4 free, 3594.3 used, 5268.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4090.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:43 up 22:54, 3 users, load average: 0.34, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.4 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 253.5 free, 3589.2 used, 5268.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:44 up 22:54, 3 users, load average: 0.34, 0.35, 0.19
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.3 sy, 0.0 ni, 44.8 id, 0.0 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 253.5 free, 3589.2 used, 5268.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:45 up 22:54, 3 users, load average: 0.47, 0.38, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.4 us, 45.7 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 253.5 free, 3589.2 used, 5268.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:46 up 22:54, 3 users, load average: 0.47, 0.38, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.8 sy, 0.0 ni, 44.3 id, 0.2 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 254.0 free, 3588.6 used, 5268.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:47 up 22:54, 3 users, load average: 0.47, 0.38, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.6 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 254.0 free, 3588.6 used, 5268.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:48 up 22:54, 3 users, load average: 0.47, 0.38, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 46.4 sy, 0.0 ni, 45.4 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 254.0 free, 3588.6 used, 5268.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:49 up 22:54, 3 users, load average: 0.47, 0.38, 0.20
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.9 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.7 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 253.8 free, 3588.7 used, 5268.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:50 up 22:54, 3 users, load average: 0.60, 0.41, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 46.5 sy, 0.0 ni, 45.5 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 253.8 free, 3588.7 used, 5268.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:51 up 22:54, 3 users, load average: 0.60, 0.41, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 46.0 sy, 0.0 ni, 45.8 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 253.8 free, 3588.7 used, 5268.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4095.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:52 up 22:54, 3 users, load average: 0.60, 0.41, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.4 sy, 0.0 ni, 44.9 id, 0.2 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 254.2 free, 3588.3 used, 5268.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4096.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:53 up 22:54, 3 users, load average: 0.60, 0.41, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.9 us, 46.0 sy, 0.0 ni, 45.0 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 254.2 free, 3588.3 used, 5268.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4096.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:54 up 22:54, 3 users, load average: 0.60, 0.41, 0.21
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.6 sy, 0.0 ni, 44.6 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 254.2 free, 3588.3 used, 5268.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4096.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:55 up 22:54, 3 users, load average: 0.71, 0.44, 0.22
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 46.8 sy, 0.0 ni, 45.3 id, 0.0 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 254.2 free, 3588.2 used, 5268.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4096.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:56 up 22:54, 3 users, load average: 0.71, 0.44, 0.22
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 45.5 sy, 0.0 ni, 45.0 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 254.2 free, 3588.2 used, 5268.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4096.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:57 up 22:54, 3 users, load average: 0.71, 0.44, 0.22
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.2 sy, 0.0 ni, 44.2 id, 0.5 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 254.2 free, 3588.2 used, 5268.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4096.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:58 up 22:54, 3 users, load average: 0.71, 0.44, 0.22
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.1 sy, 0.0 ni, 44.6 id, 0.0 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 251.2 free, 3591.1 used, 5268.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:28:59 up 22:54, 3 users, load average: 0.71, 0.44, 0.22
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.6 sy, 0.0 ni, 44.6 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.2 free, 3591.1 used, 5268.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:00 up 22:54, 3 users, load average: 0.81, 0.46, 0.23
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.2 sy, 0.0 ni, 44.8 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 251.2 free, 3591.1 used, 5268.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:01 up 22:54, 3 users, load average: 0.81, 0.46, 0.23
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.9 us, 46.4 sy, 0.0 ni, 44.2 id, 0.2 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.0 free, 3591.3 used, 5268.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:02 up 22:54, 3 users, load average: 0.81, 0.46, 0.23
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.9 sy, 0.0 ni, 44.4 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.0 free, 3591.3 used, 5268.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:03 up 22:54, 3 users, load average: 0.81, 0.46, 0.23
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.8 sy, 0.0 ni, 44.8 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.0 free, 3591.3 used, 5268.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:04 up 22:54, 3 users, load average: 0.81, 0.46, 0.23
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 46.1 sy, 0.0 ni, 44.9 id, 0.0 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 251.2 free, 3591.0 used, 5268.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:05 up 22:54, 3 users, load average: 0.91, 0.49, 0.24
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 46.8 sy, 0.0 ni, 45.0 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.2 free, 3591.0 used, 5268.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:06 up 22:54, 3 users, load average: 0.91, 0.49, 0.24
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.3 us, 46.6 sy, 0.0 ni, 44.6 id, 0.5 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 251.2 free, 3591.0 used, 5268.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.3 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:07 up 22:54, 3 users, load average: 0.91, 0.49, 0.24
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.2 us, 47.6 sy, 0.0 ni, 41.9 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 262.5 free, 3579.8 used, 5270.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4104.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:08 up 22:54, 3 users, load average: 0.91, 0.49, 0.24
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 16.1 us, 57.9 sy, 0.0 ni, 20.2 id, 0.3 wa, 3.0 hi, 2.5 si, 0.0 st
MiB Mem : 7684.3 total, 262.5 free, 3579.8 used, 5270.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4104.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:09 up 22:54, 3 users, load average: 0.91, 0.49, 0.24
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 15.9 us, 61.2 sy, 0.0 ni, 14.4 id, 0.0 wa, 4.0 hi, 4.5 si, 0.0 st
MiB Mem : 7684.3 total, 262.5 free, 3579.8 used, 5270.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4104.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:10 up 22:54, 3 users, load average: 1.08, 0.53, 0.26
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 25.2 us, 49.0 sy, 0.0 ni, 24.0 id, 0.0 wa, 1.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 244.8 free, 3597.3 used, 5284.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4087.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:11 up 22:54, 3 users, load average: 1.08, 0.53, 0.26
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.9 sy, 0.0 ni, 44.1 id, 0.0 wa, 0.7 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 244.8 free, 3597.3 used, 5284.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4087.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:12 up 22:54, 3 users, load average: 1.08, 0.53, 0.26
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.7 us, 46.4 sy, 0.0 ni, 44.6 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 244.8 free, 3597.3 used, 5284.7 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4087.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:13 up 22:54, 3 users, load average: 1.08, 0.53, 0.26
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.5 us, 49.1 sy, 0.0 ni, 37.7 id, 0.5 wa, 1.5 hi, 0.7 si, 0.0 st
MiB Mem : 7684.3 total, 240.5 free, 3601.4 used, 5285.9 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4082.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:14 up 22:54, 3 users, load average: 1.08, 0.53, 0.26
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 47.1 sy, 0.0 ni, 43.4 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 240.5 free, 3601.4 used, 5285.9 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4082.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:15 up 22:54, 3 users, load average: 1.15, 0.55, 0.27
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 46.9 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.7 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 240.5 free, 3601.4 used, 5285.9 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4082.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:16 up 22:54, 3 users, load average: 1.15, 0.55, 0.27
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.5 us, 47.5 sy, 0.0 ni, 41.5 id, 0.0 wa, 1.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.3 free, 3590.6 used, 5285.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:17 up 22:54, 3 users, load average: 1.15, 0.55, 0.27
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 46.5 sy, 0.0 ni, 44.3 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 251.3 free, 3590.6 used, 5285.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:18 up 22:55, 3 users, load average: 1.15, 0.55, 0.27
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.5 sy, 0.0 ni, 45.2 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 251.3 free, 3590.6 used, 5285.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4093.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
top - 14:29:19 up 22:55, 3 users, load average: 1.15, 0.55, 0.27
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.2 us, 47.6 sy, 0.0 ni, 40.2 id, 0.5 wa, 1.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 246.9 free, 3594.9 used, 5285.9 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4089.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 244988 189248 S 0.0 3.1 0:07.36 kwin_wa+
@@ -0,0 +1 @@
2026-05-03T12:30:16Z
@@ -0,0 +1,4 @@
total_rows=0
with_present_ts=0
discarded_count=0
(no Δ_present data)
@@ -0,0 +1,6 @@
samples=71
drops_total=0
frames_total=1686
drops_post_warmup=0
warmup_first_t=10.01
end_line=[38005:38005:0503/143126.725506:INFO:CONSOLE:44] "DROPS_TRAJECTORY: ===END=== total=1686 dropped=0 elapsed=70.10", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (44)
@@ -0,0 +1,73 @@
[38005:38005:0503/143016.622219:INFO:CONSOLE:51] "DROPS_TRAJECTORY: playing event fired", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (51)
[38005:38005:0503/143016.626189:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=0.00s tot=4 drop=0 dtot=4 ddrop=0 ct=0.016", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143017.632511:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=1.00s tot=27 drop=0 dtot=23 ddrop=0 ct=1.019", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143018.629845:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=2.00s tot=51 drop=0 dtot=24 ddrop=0 ct=2.020", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143019.631613:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=3.01s tot=75 drop=0 dtot=24 ddrop=0 ct=3.022", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143020.632469:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=4.01s tot=99 drop=0 dtot=24 ddrop=0 ct=4.023", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143021.633575:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=5.01s tot=123 drop=0 dtot=24 ddrop=0 ct=5.024", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143022.635040:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=6.01s tot=147 drop=0 dtot=24 ddrop=0 ct=6.025", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143023.636140:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=7.01s tot=171 drop=0 dtot=24 ddrop=0 ct=7.027", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143024.637159:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=8.01s tot=196 drop=0 dtot=25 ddrop=0 ct=8.028", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143025.638374:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=9.01s tot=220 drop=0 dtot=24 ddrop=0 ct=9.029", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143026.639374:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=10.01s tot=244 drop=0 dtot=24 ddrop=0 ct=10.030", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143027.640326:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=11.02s tot=268 drop=0 dtot=24 ddrop=0 ct=11.031", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143028.641318:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=12.02s tot=292 drop=0 dtot=24 ddrop=0 ct=12.032", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143029.642324:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=13.02s tot=316 drop=0 dtot=24 ddrop=0 ct=13.033", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143030.643311:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=14.02s tot=340 drop=0 dtot=24 ddrop=0 ct=14.034", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143031.644253:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=15.02s tot=364 drop=0 dtot=24 ddrop=0 ct=15.035", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143032.645134:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=16.02s tot=388 drop=0 dtot=24 ddrop=0 ct=16.036", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143033.646095:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=17.02s tot=412 drop=0 dtot=24 ddrop=0 ct=17.036", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143034.647478:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=18.02s tot=436 drop=0 dtot=24 ddrop=0 ct=18.038", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143035.648374:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=19.02s tot=460 drop=0 dtot=24 ddrop=0 ct=19.039", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143036.649386:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=20.02s tot=484 drop=0 dtot=24 ddrop=0 ct=20.040", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143037.650422:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=21.03s tot=508 drop=0 dtot=24 ddrop=0 ct=21.041", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143038.651406:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=22.03s tot=532 drop=0 dtot=24 ddrop=0 ct=22.042", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143039.652270:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=23.03s tot=556 drop=0 dtot=24 ddrop=0 ct=23.043", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143040.653480:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=24.03s tot=580 drop=0 dtot=24 ddrop=0 ct=24.044", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143041.654450:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=25.03s tot=604 drop=0 dtot=24 ddrop=0 ct=25.045", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143042.655532:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=26.03s tot=628 drop=0 dtot=24 ddrop=0 ct=26.046", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143043.656485:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=27.03s tot=652 drop=0 dtot=24 ddrop=0 ct=27.047", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143044.657427:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=28.03s tot=676 drop=0 dtot=24 ddrop=0 ct=28.048", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143045.658502:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=29.03s tot=700 drop=0 dtot=24 ddrop=0 ct=29.049", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143046.665262:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=30.04s tot=724 drop=0 dtot=24 ddrop=0 ct=30.056", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143047.666182:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=31.04s tot=748 drop=0 dtot=24 ddrop=0 ct=31.057", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143048.667663:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=32.04s tot=772 drop=0 dtot=24 ddrop=0 ct=32.058", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143049.668674:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=33.04s tot=796 drop=0 dtot=24 ddrop=0 ct=33.059", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143050.670396:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=34.05s tot=820 drop=0 dtot=24 ddrop=0 ct=34.061", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143051.671472:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=35.05s tot=844 drop=0 dtot=24 ddrop=0 ct=35.062", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143052.672593:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=36.05s tot=868 drop=0 dtot=24 ddrop=0 ct=36.063", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143053.673744:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=37.05s tot=892 drop=0 dtot=24 ddrop=0 ct=37.064", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143054.674829:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=38.05s tot=916 drop=0 dtot=24 ddrop=0 ct=38.065", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143055.675811:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=39.05s tot=940 drop=0 dtot=24 ddrop=0 ct=39.067", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143056.676872:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=40.05s tot=964 drop=0 dtot=24 ddrop=0 ct=40.068", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143057.677892:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=41.05s tot=988 drop=0 dtot=24 ddrop=0 ct=41.069", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143058.678897:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=42.05s tot=1012 drop=0 dtot=24 ddrop=0 ct=42.070", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143059.679957:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=43.05s tot=1036 drop=0 dtot=24 ddrop=0 ct=43.071", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143100.681185:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=44.06s tot=1061 drop=0 dtot=25 ddrop=0 ct=44.072", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143101.682309:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=45.06s tot=1085 drop=0 dtot=24 ddrop=0 ct=45.073", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143102.684898:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=46.06s tot=1109 drop=0 dtot=24 ddrop=0 ct=46.074", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143103.684842:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=47.06s tot=1133 drop=0 dtot=24 ddrop=0 ct=47.076", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143104.687514:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=48.06s tot=1157 drop=0 dtot=24 ddrop=0 ct=48.078", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143105.688447:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=49.06s tot=1181 drop=0 dtot=24 ddrop=0 ct=49.079", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143106.690518:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=50.06s tot=1205 drop=0 dtot=24 ddrop=0 ct=50.080", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143107.693339:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=51.07s tot=1229 drop=0 dtot=24 ddrop=0 ct=51.084", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143108.694626:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=52.07s tot=1253 drop=0 dtot=24 ddrop=0 ct=52.085", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143109.695528:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=53.07s tot=1277 drop=0 dtot=24 ddrop=0 ct=53.086", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143110.697844:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=54.07s tot=1301 drop=0 dtot=24 ddrop=0 ct=54.087", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143111.698502:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=55.07s tot=1325 drop=0 dtot=24 ddrop=0 ct=55.089", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143112.700347:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=56.08s tot=1349 drop=0 dtot=24 ddrop=0 ct=56.091", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143113.702204:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=57.08s tot=1373 drop=0 dtot=24 ddrop=0 ct=57.092", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143114.703276:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=58.08s tot=1397 drop=0 dtot=24 ddrop=0 ct=58.094", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143115.704860:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=59.08s tot=1421 drop=0 dtot=24 ddrop=0 ct=59.095", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143116.706141:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=60.08s tot=1445 drop=0 dtot=24 ddrop=0 ct=60.097", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143117.709056:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=61.08s tot=1469 drop=0 dtot=24 ddrop=0 ct=61.098", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143118.710696:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=62.09s tot=1493 drop=0 dtot=24 ddrop=0 ct=62.099", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143119.715876:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=63.09s tot=1517 drop=0 dtot=24 ddrop=0 ct=63.106", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143120.717078:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=64.09s tot=1541 drop=0 dtot=24 ddrop=0 ct=64.108", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143121.718373:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=65.09s tot=1565 drop=0 dtot=24 ddrop=0 ct=65.109", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143122.719600:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=66.09s tot=1589 drop=0 dtot=24 ddrop=0 ct=66.110", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143123.722020:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=67.10s tot=1613 drop=0 dtot=24 ddrop=0 ct=67.112", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143124.722367:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=68.10s tot=1637 drop=0 dtot=24 ddrop=0 ct=68.113", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143125.723513:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=69.10s tot=1661 drop=0 dtot=24 ddrop=0 ct=69.114", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143126.724827:INFO:CONSOLE:38] "DROPS_TRAJECTORY: t=70.10s tot=1686 drop=0 dtot=25 ddrop=0 ct=70.116", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (38)
[38005:38005:0503/143126.725506:INFO:CONSOLE:44] "DROPS_TRAJECTORY: ===END=== total=1686 dropped=0 elapsed=70.10", source: file:///home/mfritsche/fourier-test/brave_drops_test.html (44)
@@ -0,0 +1 @@
2026-05-03T12:31:28Z
@@ -0,0 +1 @@
samples=70 median=0.00 mean=0.04 min=0.00 max=3.00
@@ -0,0 +1,2 @@
[ perf record: Woken up 3535452 times to write data ]
[ perf record: Captured and wrote 0.350 MB /home/mfritsche/phase3_prime_runs/x11research_a1_rep3/perf.data (28 samples) ]
@@ -0,0 +1,36 @@
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 28 of event 'armv8_cortex_a55/cycles/P'
# Event count (approx.): 1795132
#
# Overhead Symbol Shared Object IPC [IPC Coverage]
# ........ ................................................................................. ................... ....................
#
38.80% [.] dbus_message_unref libdbus-1.so.3.38.3 - -
36.72% [.] QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) libQt6Gui.so.6.11.0 - -
|
---QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)
QCoreApplication::exec()
0xaaaad827d2e7
0xffff86932dd3
__libc_start_main
0xaaaad827f26f
23.30% [.] 0x0000000000003d10 libz.so.1.3.2 - -
0.69% [k] finish_task_switch.isra.0 [kernel.kallsyms] - -
|
---finish_task_switch.isra.0
__schedule
schedule
0.30% [k] __schedule [kernel.kallsyms] - -
0.19% [k] __futex_wait [kernel.kallsyms] - -
#
# (Tip: To see callchains in a more compact form: perf report -g folded)
#
@@ -0,0 +1,36 @@
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 28 of event 'armv8_cortex_a55/cycles/P'
# Event count (approx.): 1795132
#
# Overhead Symbol Shared Object IPC [IPC Coverage]
# ........ ................................................................................. ................... ....................
#
38.80% [.] dbus_message_unref libdbus-1.so.3.38.3 - -
36.72% [.] QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) libQt6Gui.so.6.11.0 - -
|
---QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)
QCoreApplication::exec()
0xaaaad827d2e7
0xffff86932dd3
__libc_start_main
0xaaaad827f26f
23.30% [.] 0x0000000000003d10 libz.so.1.3.2 - -
0.69% [k] finish_task_switch.isra.0 [kernel.kallsyms] - -
|
---finish_task_switch.isra.0
__schedule
schedule
0.30% [k] __schedule [kernel.kallsyms] - -
0.19% [k] __futex_wait [kernel.kallsyms] - -
#
# (Tip: To see callchains in a more compact form: perf report -g folded)
#
@@ -0,0 +1,6 @@
2026-05-03T12:30:11Z
RUN_ID=x11research_a1_rep3 KIND=chromium-fourier-kwin (NO WAYLAND_DEBUG)
BROWSER_BIN=/tmp/chromium-ohm-gl-fix-step2/chrome
Chromium 149.0.7812.0
workload pgid: 37986
kwin_wayland PID: 35679
@@ -0,0 +1 @@
46666
@@ -0,0 +1 @@
35555
@@ -0,0 +1,630 @@
top - 14:30:17 up 22:55, 3 users, load average: 0.89, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 18.5 us, 17.3 sy, 0.0 ni, 61.7 id, 0.0 wa, 1.2 hi, 1.2 si, 0.0 st
MiB Mem : 7684.3 total, 274.3 free, 3567.7 used, 5311.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4116.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.44 kwin_wa+
top - 14:30:18 up 22:55, 3 users, load average: 0.89, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 27.9 us, 21.3 sy, 0.0 ni, 47.2 id, 0.0 wa, 2.8 hi, 0.8 si, 0.0 st
MiB Mem : 7684.3 total, 274.3 free, 3567.7 used, 5311.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4116.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.44 kwin_wa+
top - 14:30:19 up 22:56, 3 users, load average: 0.89, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 30.2 us, 11.2 sy, 0.0 ni, 55.8 id, 0.0 wa, 2.3 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 274.3 free, 3567.7 used, 5311.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4116.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.44 kwin_wa+
top - 14:30:20 up 22:56, 3 users, load average: 0.89, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 18.2 us, 4.5 sy, 0.0 ni, 75.8 id, 0.0 wa, 1.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 197.1 free, 3644.2 used, 5312.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4040.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 3.0 3.1 0:07.47 kwin_wa+
top - 14:30:21 up 22:56, 3 users, load average: 0.97, 0.59, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.3 us, 1.5 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 197.1 free, 3644.2 used, 5312.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4040.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:22 up 22:56, 3 users, load average: 0.97, 0.59, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.8 sy, 0.0 ni, 93.5 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 197.1 free, 3644.2 used, 5312.5 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4040.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:23 up 22:56, 3 users, load average: 0.97, 0.59, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.8 us, 1.5 sy, 0.0 ni, 93.7 id, 0.3 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 221.1 free, 3620.2 used, 5289.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4064.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:24 up 22:56, 3 users, load average: 0.97, 0.59, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.8 sy, 0.0 ni, 94.2 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 221.1 free, 3620.2 used, 5289.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4064.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:25 up 22:56, 3 users, load average: 0.97, 0.59, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.5 us, 2.0 sy, 0.0 ni, 92.5 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 221.1 free, 3620.2 used, 5289.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4064.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:26 up 22:56, 3 users, load average: 0.90, 0.58, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.3 us, 1.8 sy, 0.0 ni, 94.2 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 222.6 free, 3618.6 used, 5290.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4065.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:27 up 22:56, 3 users, load average: 0.90, 0.58, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.5 us, 1.8 sy, 0.0 ni, 94.0 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 222.6 free, 3618.6 used, 5290.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4065.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:28 up 22:56, 3 users, load average: 0.90, 0.58, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.0 us, 1.8 sy, 0.0 ni, 94.0 id, 0.8 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 222.6 free, 3618.6 used, 5290.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4065.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:29 up 22:56, 3 users, load average: 0.90, 0.58, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.0 us, 1.5 sy, 0.0 ni, 94.7 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 228.3 free, 3612.9 used, 5290.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:30 up 22:56, 3 users, load average: 0.90, 0.58, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.0 us, 1.5 sy, 0.0 ni, 95.0 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 228.3 free, 3612.9 used, 5290.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:31 up 22:56, 3 users, load average: 0.82, 0.57, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 2.8 us, 1.3 sy, 0.0 ni, 95.2 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 228.3 free, 3612.9 used, 5290.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.4 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:32 up 22:56, 3 users, load average: 0.82, 0.57, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 2.5 us, 1.5 sy, 0.0 ni, 95.5 id, 0.0 wa, 0.3 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 228.0 free, 3613.1 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:33 up 22:56, 3 users, load average: 0.82, 0.57, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.2 us, 1.5 sy, 0.0 ni, 94.5 id, 0.2 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 228.0 free, 3613.1 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:34 up 22:56, 3 users, load average: 0.82, 0.57, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 2.5 us, 1.5 sy, 0.0 ni, 95.2 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 228.0 free, 3613.1 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:35 up 22:56, 3 users, load average: 0.82, 0.57, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 2.8 us, 1.5 sy, 0.0 ni, 95.2 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 228.9 free, 3612.2 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4072.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:36 up 22:56, 3 users, load average: 0.76, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 2.5 us, 1.3 sy, 0.0 ni, 95.7 id, 0.0 wa, 0.3 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 228.9 free, 3612.2 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4072.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:37 up 22:56, 3 users, load average: 0.76, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.2 us, 1.5 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 228.9 free, 3612.2 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4072.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:38 up 22:56, 3 users, load average: 0.76, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 2.8 us, 1.8 sy, 0.0 ni, 94.5 id, 0.5 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.9 free, 3608.1 used, 5290.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:39 up 22:56, 3 users, load average: 0.76, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.3 us, 1.5 sy, 0.0 ni, 94.5 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 232.9 free, 3608.1 used, 5290.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:40 up 22:56, 3 users, load average: 0.76, 0.56, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.8 us, 1.8 sy, 0.0 ni, 93.7 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 232.9 free, 3608.1 used, 5290.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.2 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:41 up 22:56, 3 users, load average: 0.70, 0.55, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.2 us, 2.0 sy, 0.0 ni, 92.8 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 226.1 free, 3614.8 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4069.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:42 up 22:56, 3 users, load average: 0.70, 0.55, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.0 us, 1.5 sy, 0.0 ni, 94.0 id, 0.0 wa, 0.5 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 226.1 free, 3614.8 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4069.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:43 up 22:56, 3 users, load average: 0.70, 0.55, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 3.8 us, 1.8 sy, 0.0 ni, 93.2 id, 0.3 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 226.1 free, 3614.8 used, 5290.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4069.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:44 up 22:56, 3 users, load average: 0.70, 0.55, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 4.3 us, 2.0 sy, 0.0 ni, 93.0 id, 0.0 wa, 0.5 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 231.2 free, 3609.7 used, 5290.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:45 up 22:56, 3 users, load average: 0.70, 0.55, 0.29
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.6 us, 22.7 sy, 0.0 ni, 67.5 id, 0.0 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 231.2 free, 3609.7 used, 5290.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:46 up 22:56, 3 users, load average: 0.88, 0.59, 0.30
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.0 us, 46.5 sy, 0.0 ni, 43.7 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 231.2 free, 3609.7 used, 5290.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:47 up 22:56, 3 users, load average: 0.88, 0.59, 0.30
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 47.0 sy, 0.0 ni, 44.0 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 229.5 free, 3611.2 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4073.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:48 up 22:56, 3 users, load average: 0.88, 0.59, 0.30
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 46.9 sy, 0.0 ni, 43.6 id, 0.5 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 229.5 free, 3611.2 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4073.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:49 up 22:56, 3 users, load average: 0.88, 0.59, 0.30
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.7 sy, 0.0 ni, 44.7 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 229.5 free, 3611.2 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4073.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:50 up 22:56, 3 users, load average: 0.88, 0.59, 0.30
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.9 us, 46.9 sy, 0.0 ni, 43.9 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.5 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:51 up 22:56, 3 users, load average: 0.97, 0.61, 0.31
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 46.9 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.5 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:52 up 22:56, 3 users, load average: 0.97, 0.61, 0.31
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.4 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.5 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:53 up 22:56, 3 users, load average: 0.97, 0.61, 0.31
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 47.0 sy, 0.0 ni, 44.2 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.5 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:54 up 22:56, 3 users, load average: 0.97, 0.61, 0.31
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.5 sy, 0.0 ni, 44.8 id, 0.0 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.5 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:55 up 22:56, 3 users, load average: 0.97, 0.61, 0.31
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 46.8 sy, 0.0 ni, 44.5 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.5 used, 5291.1 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:56 up 22:56, 3 users, load average: 1.05, 0.64, 0.32
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 47.0 sy, 0.0 ni, 45.0 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.6 used, 5291.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:57 up 22:56, 3 users, load average: 1.05, 0.64, 0.32
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.4 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.6 used, 5291.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:58 up 22:56, 3 users, load average: 1.05, 0.64, 0.32
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.7 us, 46.7 sy, 0.0 ni, 45.4 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.6 used, 5291.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:30:59 up 22:56, 3 users, load average: 1.05, 0.64, 0.32
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.8 us, 46.6 sy, 0.0 ni, 44.6 id, 0.3 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.5 used, 5291.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:00 up 22:56, 3 users, load average: 1.05, 0.64, 0.32
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.7 us, 47.6 sy, 0.0 ni, 44.6 id, 0.0 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.5 used, 5291.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:01 up 22:56, 3 users, load average: 1.13, 0.66, 0.33
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.4 sy, 0.0 ni, 44.6 id, 0.3 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.5 used, 5291.2 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:02 up 22:56, 3 users, load average: 1.13, 0.66, 0.33
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 46.9 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.5 used, 5291.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:03 up 22:56, 3 users, load average: 1.13, 0.66, 0.33
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.5 sy, 0.0 ni, 44.8 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.5 used, 5291.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:04 up 22:56, 3 users, load average: 1.13, 0.66, 0.33
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 47.1 sy, 0.0 ni, 44.6 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 233.9 free, 3606.5 used, 5291.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4077.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:05 up 22:56, 3 users, load average: 1.13, 0.66, 0.33
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.3 us, 47.6 sy, 0.0 ni, 44.4 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.2 free, 3608.2 used, 5291.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:06 up 22:56, 3 users, load average: 1.20, 0.68, 0.34
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 47.0 sy, 0.0 ni, 44.8 id, 0.0 wa, 0.8 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.2 free, 3608.2 used, 5291.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:07 up 22:56, 3 users, load average: 1.20, 0.68, 0.34
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.7 us, 47.0 sy, 0.0 ni, 42.8 id, 0.2 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.2 free, 3608.2 used, 5291.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:08 up 22:56, 3 users, load average: 1.20, 0.68, 0.34
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.2 us, 47.3 sy, 0.0 ni, 43.3 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 232.0 free, 3608.4 used, 5291.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:09 up 22:56, 3 users, load average: 1.20, 0.68, 0.34
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.3 us, 47.1 sy, 0.0 ni, 44.9 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.0 free, 3608.4 used, 5291.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:10 up 22:56, 3 users, load average: 1.20, 0.68, 0.34
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.6 sy, 0.0 ni, 44.6 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 232.0 free, 3608.4 used, 5291.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:11 up 22:56, 3 users, load average: 1.26, 0.70, 0.35
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.3 us, 46.6 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.2 used, 5291.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:12 up 22:56, 3 users, load average: 1.26, 0.70, 0.35
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.2 us, 46.6 sy, 0.0 ni, 44.9 id, 0.2 wa, 1.0 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.2 used, 5291.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:13 up 22:56, 3 users, load average: 1.26, 0.70, 0.35
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 46.9 sy, 0.0 ni, 45.1 id, 0.0 wa, 0.8 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 232.1 free, 3608.2 used, 5291.4 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4076.1 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:14 up 22:56, 3 users, load average: 1.26, 0.70, 0.35
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.5 us, 50.1 sy, 0.0 ni, 37.6 id, 0.0 wa, 1.3 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 238.6 free, 3601.6 used, 5291.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4082.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:15 up 22:56, 3 users, load average: 1.26, 0.70, 0.35
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 11.8 us, 53.0 sy, 0.0 ni, 32.2 id, 0.3 wa, 1.8 hi, 1.0 si, 0.0 st
MiB Mem : 7684.3 total, 238.6 free, 3601.6 used, 5291.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4082.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:16 up 22:56, 3 users, load average: 1.32, 0.72, 0.36
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.7 us, 48.9 sy, 0.0 ni, 39.9 id, 0.0 wa, 1.2 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 238.6 free, 3601.6 used, 5291.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4082.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:17 up 22:56, 3 users, load average: 1.32, 0.72, 0.36
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 11.0 us, 50.5 sy, 0.0 ni, 35.0 id, 0.8 wa, 1.5 hi, 1.2 si, 0.0 st
MiB Mem : 7684.3 total, 231.4 free, 3608.7 used, 5295.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:18 up 22:56, 3 users, load average: 1.32, 0.72, 0.36
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 10.5 us, 50.8 sy, 0.0 ni, 36.8 id, 0.0 wa, 1.5 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 231.4 free, 3608.7 used, 5295.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:19 up 22:57, 3 users, load average: 1.32, 0.72, 0.36
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 12.0 us, 49.6 sy, 0.0 ni, 36.3 id, 0.0 wa, 1.5 hi, 0.5 si, 0.0 st
MiB Mem : 7684.3 total, 231.4 free, 3608.7 used, 5295.6 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4075.6 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:20 up 22:57, 3 users, load average: 1.32, 0.72, 0.36
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 9.0 us, 48.1 sy, 0.0 ni, 41.6 id, 0.0 wa, 1.0 hi, 0.3 si, 0.0 st
MiB Mem : 7684.3 total, 226.2 free, 3613.8 used, 5295.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4070.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:21 up 22:57, 3 users, load average: 1.38, 0.75, 0.37
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 6.8 us, 47.0 sy, 0.0 ni, 45.5 id, 0.0 wa, 0.8 hi, 0.0 si, 0.0 st
MiB Mem : 7684.3 total, 226.2 free, 3613.8 used, 5295.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4070.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:22 up 22:57, 3 users, load average: 1.38, 0.75, 0.37
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.5 us, 48.5 sy, 0.0 ni, 41.5 id, 0.2 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 226.2 free, 3613.8 used, 5295.8 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4070.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:23 up 22:57, 3 users, load average: 1.38, 0.75, 0.37
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 8.0 us, 47.2 sy, 0.0 ni, 43.0 id, 0.0 wa, 1.0 hi, 0.8 si, 0.0 st
MiB Mem : 7684.3 total, 230.4 free, 3609.5 used, 5298.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:24 up 22:57, 3 users, load average: 1.38, 0.75, 0.37
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 14.2 us, 51.5 sy, 0.0 ni, 30.8 id, 0.0 wa, 2.0 hi, 1.5 si, 0.0 st
MiB Mem : 7684.3 total, 230.4 free, 3609.5 used, 5298.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:25 up 22:57, 3 users, load average: 1.38, 0.75, 0.37
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 7.0 us, 47.1 sy, 0.0 ni, 44.6 id, 0.0 wa, 1.0 hi, 0.2 si, 0.0 st
MiB Mem : 7684.3 total, 230.4 free, 3609.5 used, 5298.0 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4074.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
top - 14:31:26 up 22:57, 3 users, load average: 1.43, 0.77, 0.37
Tasks: 1 total, 0 running, 1 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 11.3 us, 53.8 sy, 0.0 ni, 31.4 id, 0.0 wa, 1.8 hi, 1.8 si, 0.0 st
MiB Mem : 7684.3 total, 226.6 free, 3613.3 used, 5301.3 buff/cache
MiB Swap: 3073.7 total, 2817.3 free, 256.5 used. 4071.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
35679 mfritsc+ -2 0 1133472 245000 189248 S 0.0 3.1 0:07.47 kwin_wa+
@@ -0,0 +1,248 @@
# A1 baseline — verdict
**Three in-session reps of chromium-fourier 149 / brave_drops_test.html
/ Plasma Wayland 6.6.4 + kwin-fourier 6.6.4-3 + qt6-base-fourier
6.11.0-3 acquired 2026-05-03 14:2314:31 CEST.**
Per the campaign-contained-data discipline, this is the only
Wayland baseline this campaign uses. Predecessor numbers are
referenced below as instrument-sanity context, not as comparison
targets.
## Results
| Metric | Rep 1 | Rep 2 | Rep 3 | Median (cluster) |
|---|---|---|---|---|
| frames_total (over 70 s) | 1685 | 1685 | 1686 | **1685** |
| effective fps | 24.04 | 24.04 | 24.05 | **24.04** |
| drops_total | 0 | 0 | 0 | **0** |
| drops_post_warmup (after t=10s) | 0 | 0 | 0 | **0** |
| kwin_wayland %CPU median (1 Hz × 70 samples) | 0.00 | 0.00 | 0.00 | **0.00** |
| kwin_wayland %CPU mean | 0.07 | 0.04 | 0.04 | **0.04** |
| kwin_wayland %CPU max | 4.00 | 1.00 | 3.00 | **3.00** |
| perf samples on kwin_wayland (99 Hz × 70 s) | 39 | 28 | (similar) | tens, not thousands |
**IQR / median for the spread metrics is 0 (cluster is degenerate
at the lower bound).** Per the protocol's exit-condition tree,
this is the "tight cluster" branch: Phase 1 binding cells can
use these as the anchor with a sub-1% tolerance band on kwin
%CPU and a ≤ 1-frame tolerance on drops_post_warmup.
Source video plays at 24 fps for 70.09 s ≈ 1682 frames; observed
1685 frames matches within rounding (chromium counts the
DROPS_TRAJECTORY playing-event frame separately).
## What the perf reports say kwin was actually doing
For all three reps, the perf samples on kwin_wayland during
playback are dominated by event-loop bookkeeping, **not** by
any GL-composite or dmabuf-import path:
| Rep | Top symbol(s) at non-trivial % |
|---|---|
| 1 | `__pi_memcpy_generic` (97.18 %) — single memcpy event in a 39-sample run |
| 2 | `libz.so` (37.57 %), `call_filldir` (31.91 %) — readdir + zlib |
| 3 | `dbus_message_unref` (38.80 %), `QUnixEventDispatcherQPA::processEvents` (36.72 %), `libz.so` (23.30 %) — DBus + Qt event loop |
**Zero samples anywhere in:**
- `glEGLImageTargetTexture2DOES` (the GL EGL image bind path
the predecessor's `kwin_overlay_subsurface` campaign Phase 2
hypothesised would dominate per-frame KWin cost on this
hardware)
- `panfrost_*` (Mesa Panfrost driver routines)
- `wp_subsurface_*` / `WaylandSurface_*` (overlay/subsurface
protocol handling)
- any `Compositor::*` / `OpenGLBackend::*` / `OutputLayer::*`
KWin internal symbols
The total cycle count across all three reps is in the millions,
not billions — kwin_wayland was scheduled out for >99 % of the
70 s capture window in every rep.
## What this means
**The "KWin is the bottleneck" framing the campaign was built
around is structurally weakened by these data.**
The campaign's load-bearing hypothesis (`README.md` § 1) was
that "the campaign's load-bearing hypothesis is that this
plane-allocation freedom translates into measurable browser-video
speedup." That hypothesis was built on top of the predecessor's
observation that `kwin_wayland` consumed ~36 % CPU during
similar playback, attributable per the predecessor's Phase 2
source-read to per-frame GL composite of NV12 → RGB. **Today's
A1 reps show kwin_wayland at 0 % median, with no GL-composite
work in the perf samples.** There is no Wayland-side
KWin-induced overhead for the X11 cells to *be faster than*.
### The most likely mechanism (hypothesis, not yet verified)
KWin 6.6.4 (with kwin-fourier 6.6.4-3 patches applied) appears
to have engaged its **direct-scanout** code path for the
chrome-window-displaying-video workload. KWin's direct-scanout
support has been there for years on the Wayland backend and
has been progressively widened: when there's a single visible
"top" surface (the chrome window) whose buffer matches a
hardware plane's format/modifier capabilities, KWin can hand
that buffer to DRM directly without first GL-compositing it
into KWin's own framebuffer. The browser's RGB or NV12 dmabuf
goes onto Plane 39 (the Primary plane on rockchip-drm RK3568)
without any per-frame KWin GPU work.
This is **not** the wp_subsurface route the predecessor was
investigating — it's a different, simpler scanout path that
doesn't require the client to opt into overlay protocol. It
just requires the client's surface to be the only visible
non-trivial top-level plus a buffer format/modifier that DRM
can scan out.
If this hypothesis is correct, two things follow:
1. **The campaign's X11-vs-Wayland delta is much smaller than
originally expected.** Both sessions can avoid per-frame
compositor work for the single-window video case. The X11
cells will not be measurably faster than Wayland for this
workload.
2. **The campaign's mechanism is realised under Wayland too,
when conditions are right.** "Plane-allocation freedom" is
not X11-exclusive — it's just easier to engage on X11
because there's no compositor in the path at all. On
Wayland, KWin engages an equivalent fast-path when its
heuristics allow.
### What the data does NOT establish
- That direct-scanout is the cause. The data is consistent
with direct-scanout but a perf-only diagnosis can't pin it
down. Phase 1 should add `drm_info` snapshots during
playback (which plane is programmed with the chrome
window's buffer FOURCC + modifier?) and KWin debug
logging (`KWIN_DRM=1` dumps direct-scanout decisions) to
confirm.
- That this behavior holds for multi-window scenarios. A
single visible non-trivial top-level window is the simplest
case for direct-scanout. If the operator works
multi-windowed (panel + chrome + terminal + Konsole), the
fast-path may decline and kwin %CPU may rebound. The
matrix's relevance to daily-driver scenarios depends on
this.
- That this behavior holds across browsers. chromium-fourier
149 specifically has the patches that enable smooth NV12
dmabuf production. Brave 147 stock and Firefox 150 may
produce buffers in different shapes (RGB-pre-composited,
different modifier) that don't satisfy the direct-scanout
predicate. Phase 1 reps for those browsers will tell.
## Cross-check: predecessor's same-condition reps
For instrument sanity (NOT as comparison target — these are
the predecessor's `kwin_timing_nodebug_rep[1-3]` numbers from
2026-05-02/03):
| | Predecessor median | This campaign median |
|---|---|---|
| frames_total | 1688 | **1685** |
| drops_total | 44 | **0** |
| drops_post_warmup | 28 | **0** |
| kwin %CPU median | 35.9 | **0.00** |
The frames_total match indicates the test page + chromium-fourier
emit at the same rate in both campaigns. The drops + kwin %CPU
divergence is too large to be measurement noise — something
about the runtime conditions changed between 2026-05-02
(predecessor's reps) and 2026-05-03 14:23 (today's reps), even
though the package versions are identical and the test page is
the same file.
Possible non-package causes worth listing here so a follow-up
can investigate (out of A1 scope):
- **Boot generation:** predecessor's reps were on a session
that had been running ~9 hours; today's reps were on a
session that had been running ~50 minutes after autologin
(revert.log entry 6).
- **Cumulative session state:** predecessor's session likely
had multiple browser instances and other windows open
during the campaign's preceding work; today's session was
freshly autologin'd from greeter, only the test chrome
window visible.
- **Thermal:** predecessor's `temp_pre.txt` for rep 1 isn't
in our scope to check (would be predecessor data import);
but today's reps had cpu-thermal at 36 °C pre-rep, well
below thermal-throttle thresholds.
- **kwin / qt patches state:** packages identical per
`pacman -Q`, but the runtime state of KWin's heuristics
(window-rule cache, scanout-decision history) might differ
between sessions. This is a normal property of compositors
and explains some run-to-run variance even on the same
binary.
The discipline rule already required the in-session re-measurement
this campaign just did. The predecessor's number is no longer
the reference; **this campaign's measured median (0 drops, 0 %
kwin) is the reference for any X11 cells the campaign will
later compare against**.
## Phase 1 implications
The matrix design needs revisiting before Phase 1 cells lock:
1. **The mpv `--vo=xv` cell remains the most informative
single point** for the campaign's original mechanism (does
the X server route NV12 to Plane 39 directly?), per the
browser overlay inventory's verdict.
2. **The browser X11 cells become a measurement of "do
browsers under X11 get the equivalent direct-scanout
benefit they get under Wayland?"** rather than the original
"does X11 win over Wayland?" framing. Three plausible
outcomes:
- X11 cells match Wayland baseline (both engage direct
scanout) → "compositor-or-not is irrelevant for the
single-window case on this hardware"
- X11 cells slightly faster than Wayland (X11 path has
less per-frame X protocol overhead) → small but real
win for X11 daily-driver
- X11 cells slower than Wayland (X11 path has issues
KWin's direct-scanout doesn't) → unexpected; would need
re-investigation
3. **A multi-window variant** of the with-KWin baseline
should be added before Phase 1 binding-cell lock —
otherwise the matrix only measures the easiest scenario.
Suggested add: A1' rep with chrome + Konsole + Plasma
panel all visible, see if kwin %CPU rebounds. If it does,
the matrix's daily-driver-relevance picture is more
nuanced.
The campaign continues with the matrix as defined, but with
the understanding that the original framing is partially
invalidated. Phase 1 will lock around the reframed sub-questions
in `phase0_evidence/browser_overlay_inventory_2026-05-03.md` §
"Implications for the matrix" + the multi-window add above.
## Files in this evidence dir
```
a1_rep1/ a1_rep2/ a1_rep3/ — three rep evidence dirs
01_live_session.txt — Wayland session state at A1 capture time
02_predecessor_assets.txt — verification that predecessor scripts/assets reusable
a1_protocol.md — protocol spec, run beforehand
a1_summary.md — this file
```
Each rep directory contains:
- `start.txt` / `end.txt` / `capture_start.txt` — wall-clock
- `temp_pre.txt` / `temp_post.txt` — cpu-thermal temp
- `top_kwin.txt` — kwin_wayland top samples (70 × 1 Hz)
- `top_full.txt` — system top samples (70 × 1 Hz)
- `stderr.log` — chromium stderr (full)
- `drops_trajectory.txt` — DROPS_TRAJECTORY lines (73 each)
- `drops_summary.txt` — frames_total / drops_total / drops_post_warmup
- `kwin_cpu_summary.txt` — kwin %CPU stats
- `perf_record_stderr.txt` — perf recorder's own stderr
- `perf_report_self.txt` / `perf_report_top50.txt` — perf
flamegraph (text)
`perf.data` files (~400 KB each) are root-owned on ohm
(created by `sudo perf record`) and were not synced to noether.
They remain at `/home/mfritsche/phase3_prime_runs/x11research_a1_rep[1-3]/perf.data`
on ohm if re-analysis is needed.
@@ -382,14 +382,117 @@ regular user.
---
## Entry 6 — 2026-05-03 ~13:25 CEST
**Trigger:** Operator instructed "okay, 2" — the option-2 path
from the conversation: SSH-driven session switch from XFCE
(entry 4 / 5 substrate) to Plasma Wayland for the remaining
Phase 0 deliverables (state snapshot of Plasma Wayland + A1
baseline reps), without operator at the SDDM greeter.
**Driven from:** `mfritsche@noether` over SSH to `ohm.fritz.box`,
passwordless `sudo`.
### What was changed
1. **`/etc/sddm.conf.d/x11-research-autologin.conf` written**
then **removed same session**:
```
[Autologin]
User=mfritsche
Session=plasma.desktop
Relogin=false
```
Removed via `sudo rm` after the autologin succeeded so the
campaign doesn't leave a one-shot config behind.
2. **`/var/lib/sddm/state.conf` modified** (still in place at
end of this entry — see "Lingering state" below):
- Pre-state: `Session=/usr/share/xsessions/xfce.desktop`
(cached from the entry-2 XFCE session being the most
recently used).
- Post-state:
`Session=/usr/share/wayland-sessions/plasma.desktop`.
- Why: SDDM's autologin section was being **overruled** by
the cached last-session in `state.conf` — autologin tried
to start `startxfce4` instead of `startplasma-wayland`
and crashed in a tight retry loop (visible in
`journalctl -u sddm`: `--start startxfce4 ... crashed
(exit code 1)` with new transient sessions appearing every
~3 s). Stopping `sddm`, rewriting the state.conf Session
line, and restarting `sddm` resolved the loop on the
first try — kwin_wayland came up cleanly within ~10 s.
- Backup: `/var/lib/sddm/state.conf.x11-research-bak`
preserves the original line for revert.
3. **The XFCE session (entry 2/4/5 substrate) was terminated**
via `loginctl terminate-session 395`. No cleanup of the
user-side `~/.config/autostart/99-rotate-*.desktop` files
needed — those scope to `OnlyShowIn=XFCE;` and silently
no-op under Plasma Wayland.
### Lingering state
- `/var/lib/sddm/state.conf` continues to point at
`Session=/usr/share/wayland-sessions/plasma.desktop`. **This
is correct for the current session** (Plasma Wayland is now
the most-recently-used). On the next operator-driven session
switch, SDDM will rewrite this file naturally to whatever
the user picks at the greeter; no campaign-side action
needed.
- The pre-campaign content is preserved at
`/var/lib/sddm/state.conf.x11-research-bak` for
audit/revert.
### Verification
After SDDM restart:
- `loginctl show-session 433` → `Type=wayland`, `TTY=tty1`,
`Service=sddm-autologin`, `Desktop=KDE`, `Active=yes`.
- `pgrep -af kwin_wayland` shows
`/usr/bin/kwin_wayland_wrapper --xwayland` (PID 35676) and
`kwin_wayland --wayland-fd 7 --socket wayland-0 --xwayland-fd
...` (PID 35679).
- `/run/user/1001/wayland-0` socket present and lockfile.
### Revert procedure
If campaign needs to fully revert:
```sh
ssh ohm.fritz.box '
sudo systemctl stop sddm
sudo cp /var/lib/sddm/state.conf.x11-research-bak /var/lib/sddm/state.conf
sudo rm -f /var/lib/sddm/state.conf.x11-research-bak
sudo systemctl start sddm
'
```
(The autologin .conf was already removed in-session, so no
extra delete needed there.)
Note: this revert ONLY restores the state.conf to its
pre-campaign contents. It doesn't kill the current session;
the operator can choose whether to log out and back in via
greeter to fully exit Plasma Wayland.
---
## How to revert this campaign's installs
Entries reverted in **reverse order** (entry 5 → 4 → 3 → 2 → 1):
Entries reverted in **reverse order** (entry 6 → 5 → 4 → 3 → 2 → 1):
```sh
ssh ohm.fritz.box '
set -e
# ----- Entry 6 revert: SDDM state.conf restoration -----
if [ -f /var/lib/sddm/state.conf.x11-research-bak ]; then
sudo systemctl stop sddm
sudo cp /var/lib/sddm/state.conf.x11-research-bak /var/lib/sddm/state.conf
sudo rm -f /var/lib/sddm/state.conf.x11-research-bak
sudo systemctl start sddm
fi
# The autologin .conf was already removed in-session.
# ----- Entry 5 revert: touchscreen mapping -----
rm -f ~/.config/autostart/99-rotate-touchscreen.desktop
# Live revert: reset Coordinate Transformation Matrix to identity.