System freeze when putting to sleep
Brief summary of the problem:
When putting my system to sleep with systemctl suspend
, it will occasionally become frozen instead. When this happens, the screens are black and the system is unresponsive. I know it hasn't entered sleep because the GPU fans start making more noise than usual. I'd say this happens once out of every 8-12 times I try to put the system to sleep.
This behavior has happened to me both on the latest kernel and on the LTS kernel (6.6.x).
I use ZFS for my main filesystem, and seeing the logs about a page allocation failure make me wonder if ZFS is involved. My system isn't usually memory constrained, but ZFS does use most of the free RAM as cache space. My first guess here would be that perhaps some of the "free" memory used as cache is not being relinquished when the system is attempting to sleep. This is just a guess though, which is why I filed a bug here first.
Hardware description:
- CPU: AMD Ryzen 9 3950X
- GPU: Radeon RX 7900 XTX
- System Memory: 32GB
- Display(s): 2560x1440 and 2160x3840
- Type of Display Connection: HDMI
System information:
- Distro name and Version: Arch Linux
- Kernel version: Linux titan 6.9.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 04:32:50 +0000 x86_64 GNU/Linux
- Custom kernel: N/A
- AMD official driver version: N/A
How to reproduce the issue:
Run systemctl suspend
.
Attached files:
Log files (for system lockups / game freezes / crashes)
dmesg output
Jul 07 00:03:11 titan kernel: PM: suspend entry (deep)
Jul 07 00:03:11 titan kernel: Filesystems sync: 0.007 seconds
Jul 07 00:03:13 titan kernel: Freezing user space processes
Jul 07 00:03:13 titan kernel: Freezing user space processes completed (elapsed 0.042 seconds)
Jul 07 00:03:13 titan kernel: OOM killer disabled.
Jul 07 00:03:13 titan kernel: Freezing remaining freezable tasks
Jul 07 00:03:13 titan kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jul 07 00:03:13 titan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jul 07 00:03:13 titan kernel: systemd-sleep: page allocation failure: order:0, mode:0x100c02(GFP_NOIO|__GFP_HIGHMEM|__GFP_HARDWALL), nodemask=(null),cpuset=/,mems_allowed=0
Jul 07 00:03:13 titan kernel: CPU: 31 PID: 523265 Comm: systemd-sleep Tainted: P OE 6.9.7-arch1-1 #1 44783200744f92500e6484c6d93590bc19db4a83
Jul 07 00:03:13 titan kernel: Hardware name: Micro-Star International Co., Ltd. MS-7C35/MEG X570 UNIFY (MS-7C35), BIOS A.H0 06/28/2023
Jul 07 00:03:13 titan kernel: Call Trace:
Jul 07 00:03:13 titan kernel:
Jul 07 00:03:13 titan kernel: dump_stack_lvl+0x5d/0x80
Jul 07 00:03:13 titan kernel: warn_alloc+0x164/0x190
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? unreserve_highatomic_pageblock+0x1d0/0x230
Jul 07 00:03:13 titan kernel: __alloc_pages_slowpath.constprop.0+0xc75/0xd70
Jul 07 00:03:13 titan kernel: __alloc_pages+0x31f/0x350
Jul 07 00:03:13 titan kernel: ttm_pool_alloc+0x27f/0x710 [ttm ad255b95e90c9251b62ff63c44a9f2481869f993]
Jul 07 00:03:13 titan kernel: amdgpu_ttm_tt_populate+0x7c/0xb0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:03:13 titan kernel: ttm_tt_populate+0xa1/0x130 [ttm ad255b95e90c9251b62ff63c44a9f2481869f993]
Jul 07 00:03:13 titan kernel: ttm_bo_handle_move_mem+0x162/0x170 [ttm ad255b95e90c9251b62ff63c44a9f2481869f993]
Jul 07 00:03:13 titan kernel: ttm_mem_evict_first+0x3ca/0x590 [ttm ad255b95e90c9251b62ff63c44a9f2481869f993]
Jul 07 00:03:13 titan kernel: ttm_resource_manager_evict_all+0xae/0x1e0 [ttm ad255b95e90c9251b62ff63c44a9f2481869f993]
Jul 07 00:03:13 titan kernel: ? __pfx_pci_pm_prepare+0x10/0x10
Jul 07 00:03:13 titan kernel: amdgpu_device_prepare+0x56/0xf0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:03:13 titan kernel: pci_pm_prepare+0x34/0x70
Jul 07 00:03:13 titan kernel: dpm_prepare+0x14b/0x3d0
Jul 07 00:03:13 titan kernel: dpm_suspend_start+0x1e/0x60
Jul 07 00:03:13 titan kernel: suspend_devices_and_enter+0x16a/0x8a0
Jul 07 00:03:13 titan kernel: pm_suspend.cold+0x29a/0x2f8
Jul 07 00:03:13 titan kernel: state_store+0x6c/0xd0
Jul 07 00:03:13 titan kernel: kernfs_fop_write_iter+0x141/0x1f0
Jul 07 00:03:13 titan kernel: vfs_write+0x296/0x460
Jul 07 00:03:13 titan kernel: ksys_write+0x6d/0xf0
Jul 07 00:03:13 titan kernel: do_syscall_64+0x83/0x190
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? __alloc_pages+0x182/0x350
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? alloc_pages_mpol+0xd7/0x1c0
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? __pte_offset_map+0x1b/0x180
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? __mod_memcg_lruvec_state+0x94/0x110
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? set_ptes.isra.0+0x28/0x90
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? do_anonymous_page+0x3d2/0x710
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? __handle_mm_fault+0xc5d/0xe00
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? __count_memcg_events+0x4d/0xb0
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? handle_mm_fault+0x1f0/0x300
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? do_user_addr_fault+0x34e/0x620
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:03:13 titan kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jul 07 00:03:13 titan kernel: RIP: 0033:0x7cb391c65504
Jul 07 00:03:13 titan kernel: Code: c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 80 3d 45 0b 0e 00 00 74 13 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 55 48 89 e5 48 83 ec 20 48 89
Jul 07 00:03:13 titan kernel: RSP: 002b:00007ffeb4af3058 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
Jul 07 00:03:13 titan kernel: RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 00007cb391c65504
Jul 07 00:03:13 titan kernel: RDX: 0000000000000004 RSI: 0000589ecc8962f0 RDI: 0000000000000007
Jul 07 00:03:13 titan kernel: RBP: 00007ffeb4af3080 R08: 0000000000000000 R09: 0000000000000001
Jul 07 00:03:13 titan kernel: R10: 0000000000000004 R11: 0000000000000202 R12: 0000000000000004
Jul 07 00:03:13 titan kernel: R13: 0000589ecc8962f0 R14: 0000589ecc8912a0 R15: 00007cb391d3cf00
Jul 07 00:03:13 titan kernel:
Jul 07 00:03:13 titan kernel: Mem-Info:
Jul 07 00:03:13 titan kernel: active_anon:1907329 inactive_anon:343435 isolated_anon:0
active_file:62690 inactive_file:2986 isolated_file:0
unevictable:340 dirty:49 writeback:0
slab_reclaimable:17535 slab_unreclaimable:296902
mapped:89381 shmem:51818 pagetables:39080
sec_pagetables:0 bounce:0
kernel_misc_reclaimable:0
free:84154 free_pcp:474 free_cma:0
Jul 07 00:03:13 titan kernel: Node 0 active_anon:7629316kB inactive_anon:1373740kB active_file:250760kB inactive_file:11944kB unevictable:1360kB isolated(anon):0kB isolated(file):0kB mapped:357524kB dirty:196kB writeback:0kB shmem:207272kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:555008kB writeback_tmp:0kB kernel_stack:61488kB pagetables:156320kB sec_pagetables:0kB all_unreclaimable? no
Jul 07 00:03:13 titan kernel: Node 0 DMA free:11264kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15996kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
Jul 07 00:03:13 titan kernel: lowmem_reserve[]: 0 3353 31951 31951 31951
Jul 07 00:03:13 titan kernel: Node 0 DMA32 free:142124kB boost:20928kB min:28016kB low:31448kB high:34880kB reserved_highatomic:0KB active_anon:1324252kB inactive_anon:205092kB active_file:37260kB inactive_file:344kB unevictable:136kB writepending:56kB present:3586060kB managed:3479368kB mlocked:136kB bounce:0kB free_pcp:752kB local_pcp:752kB free_cma:0kB
Jul 07 00:03:13 titan kernel: lowmem_reserve[]: 0 0 28598 28598 28598
Jul 07 00:03:13 titan kernel: Node 0 Normal free:183228kB boost:122880kB min:183340kB low:212624kB high:241908kB reserved_highatomic:0KB active_anon:6305064kB inactive_anon:1168648kB active_file:213500kB inactive_file:11600kB unevictable:1224kB writepending:140kB present:29871104kB managed:29284596kB mlocked:1224kB bounce:0kB free_pcp:1144kB local_pcp:724kB free_cma:0kB
Jul 07 00:03:13 titan kernel: lowmem_reserve[]: 0 0 0 0 0
Jul 07 00:03:13 titan kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (M) 2*4096kB (M) = 11264kB
Jul 07 00:03:13 titan kernel: Node 0 DMA32: 3895*4kB (UME) 1358*8kB (UME) 1044*16kB (UME) 907*32kB (UME) 615*64kB (UME) 223*128kB (UME) 0*256kB 0*512kB 0*1024kB 1*2048kB (U) 0*4096kB = 142124kB
Jul 07 00:03:13 titan kernel: Node 0 Normal: 36519*4kB (UME) 4608*8kB (UME) 6*16kB (U) 6*32kB (U) 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 183228kB
Jul 07 00:03:13 titan kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
Jul 07 00:03:13 titan kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
Jul 07 00:03:13 titan kernel: 334236 total pagecache pages
Jul 07 00:03:13 titan kernel: 216739 pages in swap cache
Jul 07 00:03:13 titan kernel: Free swap = 8405284kB
Jul 07 00:03:13 titan kernel: Total swap = 16777212kB
Jul 07 00:03:13 titan kernel: 8368290 pages RAM
Jul 07 00:03:13 titan kernel: 0 pages HighMem/MovableOnly
Jul 07 00:03:13 titan kernel: 173459 pages reserved
Jul 07 00:03:13 titan kernel: 0 pages cma reserved
Jul 07 00:03:13 titan kernel: 0 pages hwpoisoned
Jul 07 00:03:13 titan kernel: [TTM] Buffer eviction failed
Jul 07 00:03:13 titan kernel: [drm] evicting device resources failed
Jul 07 00:03:13 titan kernel: amdgpu 0000:2f:00.0: PM: device_prepare(): pci_pm_prepare+0x0/0x70 returns -12
Jul 07 00:03:13 titan kernel: amdgpu 0000:2f:00.0: PM: not prepared for power transition: code -12
Jul 07 00:03:13 titan kernel: PM: Some devices failed to suspend, or early wake event detected
Jul 07 00:03:13 titan kernel: OOM killer enabled.
Jul 07 00:03:13 titan kernel: Restarting tasks ... done.
Jul 07 00:03:13 titan kernel: random: crng reseeded on system resumption
Jul 07 00:03:13 titan kernel: PM: suspend exit
Jul 07 00:03:13 titan kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Jul 07 00:03:13 titan kernel: PM: suspend entry (s2idle)
Jul 07 00:04:17 titan kernel: Filesystems sync: 2.641 seconds
Jul 07 00:04:17 titan kernel: Freezing user space processes
Jul 07 00:04:17 titan kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Jul 07 00:04:17 titan kernel: OOM killer disabled.
Jul 07 00:04:17 titan kernel: Freezing remaining freezable tasks
Jul 07 00:04:17 titan kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jul 07 00:04:17 titan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jul 07 00:04:17 titan kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000F00000).
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: PSP is resuming...
Jul 07 00:04:17 titan kernel: nvme nvme1: D3 entry latency set to 10 seconds
Jul 07 00:04:17 titan kernel: nvme nvme0: D3 entry latency set to 10 seconds
Jul 07 00:04:17 titan kernel: nvme nvme1: 8/0/0 default/read/poll queues
Jul 07 00:04:17 titan kernel: nvme nvme0: 8/0/0 default/read/poll queues
Jul 07 00:04:17 titan kernel: nvme nvme1: Ignoring bogus Namespace Identifiers
Jul 07 00:04:17 titan kernel: nvme nvme0: Ignoring bogus Namespace Identifiers
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: reserve 0x1300000 from 0x85fc000000 for PSP TMR
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: SMU is resuming...
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x004e7e00 (78.126.0)
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: SMU driver if version not matched
Jul 07 00:04:17 titan kernel: ata1: SATA link down (SStatus 0 SControl 300)
Jul 07 00:04:17 titan kernel: ata2: SATA link down (SStatus 0 SControl 300)
Jul 07 00:04:17 titan kernel: usb 1-1.3.1: reset full-speed USB device number 10 using xhci_hcd
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000006 SMN_C2PMSG_82:0x00000000
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: Failed to enable requested dpm features!
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: Failed to setup smc hw!
Jul 07 00:04:17 titan kernel: [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block failed -62
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: amdgpu: amdgpu_device_ip_resume failed (-62).
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0xf0 returns -62
Jul 07 00:04:17 titan kernel: amdgpu 0000:2f:00.0: PM: failed to resume async: error -62
Jul 07 00:04:17 titan kernel: OOM killer enabled.
Jul 07 00:04:17 titan kernel: Restarting tasks ...
Jul 07 00:04:17 titan kernel: input: Microsoft X-Box One Elite 2 pad as /devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/input/input55
Jul 07 00:04:17 titan kernel: done.
Jul 07 00:04:17 titan kernel: random: crng reseeded on system resumption
Jul 07 00:04:17 titan kernel: PM: suspend exit
Jul 07 00:04:17 titan kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Jul 07 00:04:17 titan kernel: RTL8226 2.5Gbps PHY r8169-0-2700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2700:00, irq=MAC)
Jul 07 00:04:17 titan kernel: r8169 0000:27:00.0 enp39s0: Link is Down
Jul 07 00:04:18 titan kernel: input: Microsoft X-Box 360 pad 0 as /devices/virtual/input/input56
Jul 07 00:04:19 titan kernel: r8169 0000:27:00.0 enp39s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 15990 21106598.254698 E 21106601.243048 3.000000 126.975652 577 120 0.000000 126.975652 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 16028 21106613.049239 E 21106616.004309 3.000000 2358.266447 73528 120 0.000000 2358.266447 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 16043 21106598.289648 E 21106601.270838 3.000000 19.509431 604 120 0.000000 19.509431 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 16062 21106598.305628 E 21106601.289648 3.000000 689.144569 3700 120 0.000000 689.144569 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 16130 21106764.829257 E 21106767.813587 3.000000 4490.604415 31096 120 0.000000 4490.604415 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MediaTimer #1 27071 21106799.733276 E 21106802.725546 3.000000 118796.409131 9338032 120 0.000000 118796.409131 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 30028 21106798.971308 E 21106800.438209 3.000000 763901.558508 1203574 120 0.000000 763901.558508 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 39965 21106797.069999 E 21106800.041559 3.000000 2709.207101 81075 120 0.000000 2709.207101 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Sgnome-keyring-d 104162 255.367477 E 258.354957 3.000000 59.503547 530 120 0.000000 59.503547 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/app.slice
Jul 07 00:04:26 titan kernel: SStreamT~s #1958 523525 21106783.259806 E 21106785.291087 3.000000 12.749292 5 120 0.000000 12.749292 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 205564 21106792.942191 E 21106795.872371 3.000000 19760.337287 43630 120 0.000000 19760.337287 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S grep 216905 21106598.686558 E 21106601.670498 3.000000 77.103431 3845 120 0.000000 77.103431 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWaylandEventThr 218749 21106598.708878 E 21106601.686558 3.000000 11551.178561 1127944 120 0.000000 11551.178561 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThread (pooled) 494820 21106607.488107 E 21106610.475217 3.000000 1086.305543 53661 120 0.000000 1086.305543 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 227126 21106797.183989 E 21106800.154959 3.000000 1433.053404 44048 120 0.000000 1433.053404 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 227991 21106598.816118 E 21106601.802988 3.000000 54.374463 416 120 0.000000 54.374463 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 227993 21106598.827558 E 21106601.816118 3.000000 41.105768 362 120 0.000000 41.105768 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S CNet Encrypt:0 235515 21106799.629896 E 21106802.619136 3.000000 5507.416485 375278 120 0.000000 5507.416485 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SCHTTPClientThre 235798 21106799.568356 E 21106802.556036 3.000000 5248.897253 374223 120 0.000000 5248.897253 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steam 238765 21106799.669946 E 21106802.658016 3.000000 6764.528293 466686 120 0.000000 6764.528293 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gdbus 235507 21106600.705870 E 21106603.685970 3.000000 87.381845 443 120 0.000000 87.381845 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MemoryInfra 235652 21106600.734210 E 21106603.719890 3.000000 6.066723 128 120 0.000000 6.066723 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh3 235795 21106600.803760 E 21106603.761330 3.000000 6.508496 93 120 0.000000 6.508496 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 419881 21106607.847122 E 21106811.811538 3.000000 0.175080 9 139 0.000000 0.175080 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 453474 21106612.371498 E 21106816.518868 3.000000 0.147690 9 139 0.000000 0.147690 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 473467 21106612.648866 E 21106816.575736 3.000000 0.153820 8 139 0.000000 0.153820 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRealtime AudioW 291940 21106606.302945 E 21106609.285695 3.000000 83.694547 2065 120 0.000000 83.694547 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 522985 21106609.521670 E 21106612.505211 3.000000 0.088709 3 120 0.000000 0.088709 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 262339 21106604.342357 E 21106607.328367 3.000000 7.665988 278 120 0.000000 7.665988 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 262727 21106606.292665 E 21106609.278745 3.000000 6.863577 242 120 0.000000 6.863577 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 266060 21106606.299547 E 21106609.281587 3.000000 19.117163 269 120 0.000000 19.117163 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 266082 21106606.351883 E 21106609.335993 3.000000 12.740561 100 120 0.000000 12.740561 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 291934 21106606.338134 E 21106609.307064 3.000000 171.211699 2532 120 0.000000 171.211699 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 330125 21106606.318549 E 21106609.305769 3.000000 40.662047 253 120 0.000000 40.662047 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 330130 21106606.328165 E 21106609.316275 3.000000 26.120955 222 120 0.000000 26.120955 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 374788 21106606.345602 E 21106609.336762 3.000000 113.983938 564 120 0.000000 113.983938 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 374791 21106606.404152 E 21106609.336762 3.000000 105.525595 529 120 0.000000 105.525595 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 374792 21106606.431622 E 21106609.336762 3.000000 130.368366 555 120 0.000000 130.368366 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 375457 21106606.379272 E 21106609.336762 3.000000 168.321398 383 120 0.000000 168.321398 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 382842 21106606.359907 E 21106609.346687 3.000000 6.211356 201 120 0.000000 6.211356 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 383091 21106606.362099 E 21106609.347149 3.000000 190.130078 1250 120 0.000000 190.130078 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_fr_iss_2 436283 92260933.427424 E 92260933.461574 3.000000 33.310425 1548 100 0.000000 33.310425 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 446159 21106606.362649 E 21106609.347999 3.000000 105.735008 829 120 0.000000 105.735008 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 447139 21106769.412585 E 21106772.373135 3.000000 6377.327607 42624 120 0.000000 6377.327607 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 447255 21106796.830929 E 21106799.474129 3.000000 29967.794534 111628 120 0.000000 29967.794534 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 457899 21106609.912676 E 21106612.897586 3.000000 8.499974 383 120 0.000000 8.499974 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 457900 21106607.439051 E 21106610.429361 3.000000 6.677248 28 120 0.000000 6.677248 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 457903 21106609.972203 E 21106612.961293 3.000000 22.817192 82 120 0.000000 22.817192 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 457904 21106610.022331 E 21106613.010571 3.000000 9.403695 52 120 0.000000 9.403695 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 457905 21106610.032704 E 21106613.021714 3.000000 8.239365 44 120 0.000000 8.239365 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 457911 21106610.022752 E 21106613.011002 3.000000 0.315660 12 120 0.000000 0.315660 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 459468 21106610.412460 E 21106613.296930 3.000000 0.449979 6 120 0.000000 0.449979 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 459475 21106610.269093 E 21106613.256983 3.000000 55.795201 425 120 0.000000 55.795201 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 459476 21106610.298195 E 21106613.289695 3.000000 77.040989 424 120 0.000000 77.040989 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Sdp_zil_clean_ta 472839 92376264.956655 E 92376465.180057 3.000000 2.568519 97 139 0.000000 2.568519 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S dp_sync_taskq 472881 92377721.533844 E 92377925.941310 3.000000 533.611870 21888 139 0.000000 533.611870 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u132:86 472972 92376788.822605 E 92376791.811735 3.000000 140.956034 9036 120 0.000000 140.956034 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: SIsolated Web Co 475817 21106797.327459 E 21106800.238379 3.000000 4670.300991 36000 120 0.000000 4670.300991 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 475824 21106613.884095 E 21106616.874945 3.000000 3.673197 19 120 0.000000 3.673197 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 475837 21106607.427359 E 21106610.388669 3.000000 0.821880 33 120 0.000000 0.821880 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 476468 21106613.790815 E 21106616.779415 3.000000 0.211370 4 120 0.000000 0.211370 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 476480 21106607.404363 E 21106610.394723 3.000000 45.708109 99 120 0.000000 45.708109 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 476507 21106797.438209 E 21106800.327459 3.000000 3409.962040 27866 120 0.000000 3409.962040 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 476744 21106613.907026 E 21106616.896426 3.000000 0.199730 4 120 0.000000 0.199730 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 476751 21106607.418879 E 21106610.407589 3.000000 10.533858 122 120 0.000000 10.533858 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 476799 21106607.424777 E 21106610.414977 3.000000 0.821170 44 120 0.000000 0.821170 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 477105 21106613.927182 E 21106616.916212 3.000000 81.139919 251 120 0.000000 81.139919 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 477948 21106613.802772 E 21106616.790932 3.000000 55.042346 204 120 0.000000 55.042346 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 477949 21106613.995503 E 21106616.991523 3.000000 113.090627 182 120 0.000000 113.090627 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 477952 21106614.127980 E 21106617.120260 3.000000 116.926590 515 120 0.000000 116.926590 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 477953 21106614.172003 E 21106617.161373 3.000000 41.667184 265 120 0.000000 41.667184 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 478084 21106608.821464 E 21106611.815264 3.000000 2.277139 16 120 0.000000 2.277139 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 479454 21106614.293094 E 21106617.282494 3.000000 0.464460 5 120 0.000000 0.464460 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 478343 21106614.230548 E 21106617.220358 3.000000 2956.535169 94739 120 0.000000 2956.535169 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 479538 21106614.319784 E 21106617.310144 3.000000 0.448200 4 120 0.000000 0.448200 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 512855 21106607.502578 E 21106610.491008 3.000000 2.440337 20 120 0.000000 2.440337 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/25:1 514757 92351107.147519 E 92351110.068959 3.000000 369.645421 73125 120 0.000000 369.645421 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#5 518455 21106607.767821 E 21106610.755791 3.000000 0.546050 4 120 0.000000 0.546050 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 518464 21106607.826451 E 21106610.813741 3.000000 0.137150 4 120 0.000000 0.137150 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/25:2 519263 92377722.035066 E 92377725.029686 3.000000 305.496173 54340 120 0.000000 305.496173 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#4 522500 21106609.306251 E 21106612.296851 3.000000 0.383090 8 120 0.000000 0.383090 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_metaslab 522987 92377721.534010 E 92377721.568453 3.000000 0.075550 9 100 0.000000 0.075550 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_iss 523199 92377720.750826 E 92377720.792961 3.000000 5.953737 48 101 0.000000 5.953737 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Spool-nm-dispatc 523513 6736.516011 E 6739.504621 3.000000 0.514500 8 120 0.000000 0.514500 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cpu#26, 3499.826 MHz
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .nr_switches : 307029473
Jul 07 00:04:26 titan kernel: .nr_uninterruptible : -14207
Jul 07 00:04:26 titan kernel: .next_balance : 4337.442508
Jul 07 00:04:26 titan kernel: .curr->pid : 0
Jul 07 00:04:26 titan kernel: .clock : 141940273.264679
Jul 07 00:04:26 titan kernel: .clock_task : 141562672.712859
Jul 07 00:04:26 titan kernel: .avg_idle : 1000000
Jul 07 00:04:26 titan kernel: .max_idle_balance_cost : 500000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[26]:/user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 21212652.697475
Jul 07 00:04:26 titan kernel: .avg_vruntime : 21212652.697475
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 11
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141562672.712859
Jul 07 00:04:26 titan kernel: .se->vruntime : 145419572.828556
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11762273.640888
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[26]:/user.slice/user-1000.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 145419572.828556
Jul 07 00:04:26 titan kernel: .avg_vruntime : 145419572.828556
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141562672.712859
Jul 07 00:04:26 titan kernel: .se->vruntime : 105532113.374339
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11777018.755245
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[26]:/user.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 105532113.374339
Jul 07 00:04:26 titan kernel: .avg_vruntime : 105532113.374339
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 5
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141562672.712859
Jul 07 00:04:26 titan kernel: .se->vruntime : 93072781.978991
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11777211.260551
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[26]:/
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 93072781.978991
Jul 07 00:04:26 titan kernel: .avg_vruntime : 93072781.978991
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: rt_rq[26]:
Jul 07 00:04:26 titan kernel: .rt_nr_running : 0
Jul 07 00:04:26 titan kernel: .rt_throttled : 0
Jul 07 00:04:26 titan kernel: .rt_time : 0.000000
Jul 07 00:04:26 titan kernel: .rt_runtime : 950.000000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: dl_rq[26]:
Jul 07 00:04:26 titan kernel: .dl_nr_running : 0
Jul 07 00:04:26 titan kernel: .dl_bw->bw : 996147
Jul 07 00:04:26 titan kernel: .dl_bw->total_bw : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: runnable tasks:
Jul 07 00:04:26 titan kernel: S task PID tree-key switches prio wait-time sum-exec sum-sleep
Jul 07 00:04:26 titan kernel: -------------------------------------------------------------------------------------------------------------
Jul 07 00:04:26 titan kernel: S cpuhp/26 176 91741941.972819 E 91741944.169230 3.000000 6.856753 187 120 0.000000 6.856753 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S idle_inject/26 177 -2.223626 E 0.776204 3.000000 0.024110 9 49 0.000000 0.024110 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S migration/26 178 107.685157 E 110.684037 3.000000 600.250515 37411 0 0.000000 600.250515 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ksoftirqd/26 179 93072733.887909 E 93072736.883889 3.000000 807.920332 40793 120 0.000000 807.920332 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/26:0H 181 61.623397 E 61.657937 3.000000 0.009380 4 100 0.000000 0.009380 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/26:1H 381 93070176.053161 E 93070176.087649 3.000000 75.818829 6179 100 0.000000 75.818829 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_iss_h 890 93072756.516155 E 93072756.550469 3.000000 18796.886862 59913 100 0.000000 18796.886862 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S psimon 1253 187.938328 E 190.936598 3.000000 4.134119 332 98 0.000000 4.134119 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S sd-resolve 1629 4773.944222 E 4776.806092 3.000000 8.398415 44 120 0.000000 8.398415 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S zrepl 1590 4766.299876 E 4768.803936 3.000000 301.367191 4712 120 0.000000 301.367191 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S FSBroker13886 13915 21212642.376666 E 21212645.343346 3.000000 33.058403 576 120 0.000000 33.058403 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker473262 473265 21212648.085457 E 21212651.056227 3.000000 27.715710 696 120 0.000000 27.715710 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 13375 21212641.777791 E 21212644.754011 3.000000 1135.047237 8510 120 0.000000 1135.047237 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 13446 21212641.905181 E 21212644.890311 3.000000 49.821070 188 120 0.000000 49.821070 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 13522 21212641.862451 E 21212644.840491 3.000000 0.277960 13 120 0.000000 0.277960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 13546 21212641.897651 E 21212644.879571 3.000000 8.495026 151 120 0.000000 8.495026 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 13578 21212651.670546 E 21212654.656876 3.000000 1674.770465 136652 120 0.000000 1674.770465 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 13590 21212651.665286 E 21212654.645016 3.000000 1711.050671 136647 120 0.000000 1711.050671 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 13602 21212641.986781 E 21212644.974321 3.000000 0.314380 15 120 0.000000 0.314380 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 13615 21212642.287491 E 21212645.271431 3.000000 0.303280 16 120 0.000000 0.303280 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 13621 21212641.927381 E 21212644.913031 3.000000 1914150.909062 60460689 120 0.000000 1914150.909062 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 13631 21212641.950031 E 21212644.942371 3.000000 161879.471967 4825658 120 0.000000 161879.471967 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 13847 21212642.306816 E 21212645.298466 3.000000 12361.407824 61212 120 0.000000 12361.407824 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 13903 21212642.343346 E 21212645.306816 3.000000 866.674468 2429 120 0.000000 866.674468 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 16786 21212649.491827 E 21212652.174327 3.000000 28393.602663 87414 120 0.000000 28393.602663 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 30043 21212652.057036 E 21212655.021936 3.000000 14573.819065 644123 120 0.000000 14573.819065 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Scorectrl_helper 218793 4776.624669 E 4779.616209 3.000000 2301.018460 151142 120 0.000000 2301.018460 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: SIsolated Web Co 227118 21212651.993926 E 21212654.880876 3.000000 25172.822403 188181 120 0.000000 25172.822403 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 266093 21212643.250401 E 21212646.225991 3.000000 2.032029 85 120 0.000000 2.032029 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 382834 21212643.406961 E 21212646.359011 3.000000 0.594350 15 120 0.000000 0.594350 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S dp_sync_taskq 472815 93072781.833908 E 93072986.250932 3.000000 513.462298 21872 139 0.000000 513.462298 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S dp_sync_taskq 472869 93072781.450933 E 93072985.456991 3.000000 505.868239 21953 139 0.000000 505.868239 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Sdp_zil_clean_ta 472885 93069060.809133 E 93069264.724397 3.000000 3.448287 96 139 0.000000 3.448287 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 476479 21212643.466721 E 21212646.454321 3.000000 64.789392 97 120 0.000000 64.789392 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 479542 21212652.405895 E 21212655.231395 3.000000 919.645370 2822 120 0.000000 919.645370 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SAudioIP~allback 479694 20657852.358005 E 20657855.292765 3.000000 1709.836650 40921 89 0.000000 1709.836650 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S waybar 479064 21212643.627300 E 21212646.604850 3.000000 0.959909 28 120 0.000000 0.959909 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 514517 21212643.467881 E 21212646.454321 3.000000 46.653781 48 120 0.000000 46.653781 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/26:2 514654 93064009.139882 E 93064012.131032 3.000000 555.456149 107660 120 0.000000 555.456149 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S JS Watchdog 518456 21212643.468701 E 21212646.454321 3.000000 3.749566 266 120 0.000000 3.749566 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/26:1 521359 93072781.961121 E 93072784.958201 3.000000 114.855858 19820 120 0.000000 114.855858 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#2 522193 21212643.468031 E 21212646.454321 3.000000 0.394940 6 120 0.000000 0.394940 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_iss 522757 93072780.656992 E 93072780.699455 3.000000 21.284950 151 101 0.000000 21.284950 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S nm-dispatcher 523510 4774.500081 E 4777.214271 3.000000 13.775192 6 120 0.000000 13.775192 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cpu#27, 3499.826 MHz
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .nr_switches : 306524819
Jul 07 00:04:26 titan kernel: .nr_uninterruptible : -7331
Jul 07 00:04:26 titan kernel: .next_balance : 4337.442620
Jul 07 00:04:26 titan kernel: .curr->pid : 0
Jul 07 00:04:26 titan kernel: .clock : 141940272.163220
Jul 07 00:04:26 titan kernel: .clock_task : 141563115.252323
Jul 07 00:04:26 titan kernel: .avg_idle : 1000000
Jul 07 00:04:26 titan kernel: .max_idle_balance_cost : 500000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[27]:/user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 21227378.965113
Jul 07 00:04:26 titan kernel: .avg_vruntime : 21227378.965113
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 11
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141562943.131731
Jul 07 00:04:26 titan kernel: .se->vruntime : 145184756.208289
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11690273.928815
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[27]:/user.slice/user-1000.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 145184756.208289
Jul 07 00:04:26 titan kernel: .avg_vruntime : 145184756.208289
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141562943.131731
Jul 07 00:04:26 titan kernel: .se->vruntime : 105367868.029512
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11705198.274632
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[27]:/user.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 105367868.029512
Jul 07 00:04:26 titan kernel: .avg_vruntime : 105367868.029512
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 5
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141562943.131731
Jul 07 00:04:26 titan kernel: .se->vruntime : 92948407.885576
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11705397.230060
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[27]:/
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 92948407.885576
Jul 07 00:04:26 titan kernel: .avg_vruntime : 92948407.885576
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: rt_rq[27]:
Jul 07 00:04:26 titan kernel: .rt_nr_running : 0
Jul 07 00:04:26 titan kernel: .rt_throttled : 0
Jul 07 00:04:26 titan kernel: .rt_time : 0.000000
Jul 07 00:04:26 titan kernel: .rt_runtime : 950.000000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: dl_rq[27]:
Jul 07 00:04:26 titan kernel: .dl_nr_running : 0
Jul 07 00:04:26 titan kernel: .dl_bw->bw : 996147
Jul 07 00:04:26 titan kernel: .dl_bw->total_bw : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: runnable tasks:
Jul 07 00:04:26 titan kernel: S task PID tree-key switches prio wait-time sum-exec sum-sleep
Jul 07 00:04:26 titan kernel: -------------------------------------------------------------------------------------------------------------
Jul 07 00:04:26 titan kernel: S cpuhp/27 182 91639665.195765 E 91639667.340546 3.000000 7.053882 189 120 0.000000 7.053882 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S idle_inject/27 183 -2.201772 E 0.798228 3.000000 0.024860 9 49 0.000000 0.024860 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S migration/27 184 107.787615 E 110.786504 3.000000 602.928322 37269 0 0.000000 602.928322 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ksoftirqd/27 185 92948396.809319 E 92948399.809319 3.000000 823.217175 40496 120 0.000000 823.217175 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/27:0H 187 7.422710 E 7.457245 3.000000 0.010201 4 100 0.000000 0.010201 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/R-kstrp 291 2.611241 E 2.645837 3.000000 0.007300 2 100 0.000000 0.007300 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/R-zswap 292 2.675233 E 2.709832 3.000000 0.006600 2 100 0.000000 0.006600 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/27:1H 368 92946651.755880 E 92946651.790433 3.000000 78.651894 6397 100 0.000000 78.651894 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S zvol_tq-0 416 275.281030 E 275.315580 3.000000 0.010930 2 100 0.000000 0.010930 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S zvol_tq-1 417 275.285815 E 275.320389 3.000000 0.007840 2 100 0.000000 0.007840 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S zvol_tq-2 418 275.289906 E 275.324464 3.000000 0.008500 2 100 0.000000 0.008500 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S zvol_tq-3 419 275.293666 E 275.328245 3.000000 0.006350 2 100 0.000000 0.006350 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S arc_prune 421 275.300766 E 278.298156 3.000000 0.007100 2 120 0.000000 0.007100 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_fr_iss_0 897 92831397.026092 E 92831397.060669 3.000000 379.741036 19682 100 0.000000 379.741036 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Sz_livelist_cond 1075 409.856927 E 614.545652 3.000000 0.008040 2 139 0.000000 0.008040 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ssystemd-timesyn 1508 4732.138008 E 4735.104878 3.000000 458.542835 2318 120 0.000000 458.542835 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S kwalletd6 1690 21227273.052249 E 21227276.024759 3.000000 37.988107 85 120 0.000000 37.988107 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S sway:sh0 1997 21227273.112949 E 21227276.104439 3.000000 2.010000 36 120 0.000000 2.010000 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S pool-spawner 2032 21227273.247569 E 21227276.215739 3.000000 0.761080 18 120 0.000000 0.761080 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S module-rt 2155 7550.173049 E 7552.962709 3.000000 0.971089 18 120 0.000000 0.971089 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S data-loop.0 2158 7552.276697 E 7555.256017 3.000000 690630.981920 32725608 120 0.000000 690630.981920 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S pool-spawner 479087 21227312.194948 E 21227315.179448 3.000000 0.295460 7 120 0.000000 0.295460 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S WRWorkerLP#6 13208 21227273.106159 E 21227276.088709 3.000000 5498.025466 159553 120 0.000000 5498.025466 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRScene~ilder#4 13341 21227273.278224 E 21227276.261904 3.000000 17115.853080 155621 120 0.000000 17115.853080 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker13635 13648 21227273.442852 E 21227276.430712 3.000000 259.092393 6884 120 0.000000 259.092393 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S firefox:disk$0 14040 21227278.603801 E 21227481.884868 3.000000 0.360310 16 139 0.000000 0.360310 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRScene~erLP#14 14265 21227277.008265 E 21227279.993665 3.000000 1.839908 63 120 0.000000 1.839908 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Ssqldb:p~lite #8 19511 21227278.974568 E 21227281.942958 3.000000 57443.103287 245311 120 0.000000 57443.103287 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker19826 19827 21227279.038673 E 21227282.010763 3.000000 250.415219 6827 120 0.000000 250.415219 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRScene~erLP#63 30270 21227279.630969 E 21227282.604209 3.000000 0.499989 22 120 0.000000 0.499989 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker156846 156847 21227293.549029 E 21227296.514989 3.000000 222.440775 5974 120 0.000000 222.440775 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker158152 158153 21227279.341938 E 21227282.325658 3.000000 226.456585 5952 120 0.000000 226.456585 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker516514 516515 21227312.612962 E 21227315.588102 3.000000 4.799388 115 120 0.000000 4.799388 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker518443 518444 21227313.840052 E 21227316.816452 3.000000 3.583738 82 120 0.000000 3.583738 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIndexed~O #5046 523195 21227315.897048 E 21227318.885758 3.000000 0.549489 13 120 0.000000 0.549489 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 13247 21227273.233719 E 21227276.203629 3.000000 0.392050 13 120 0.000000 0.392050 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 13264 21227273.261904 E 21227276.242494 3.000000 0.739979 23 120 0.000000 0.739979 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 13285 21227273.406817 E 21227276.365487 3.000000 0.282250 14 120 0.000000 0.282250 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 13288 21227273.212209 E 21227276.197439 3.000000 19.929525 483 120 0.000000 19.929525 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 13289 21227273.212459 E 21227276.197439 3.000000 274.717270 408 120 0.000000 274.717270 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 13536 21227273.419397 E 21227276.410467 3.000000 88.406367 552 120 0.000000 88.406367 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 13603 21227353.946190 E 21227356.933160 3.000000 4708.773846 32386 120 0.000000 4708.773846 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 13572 21227273.444367 E 21227276.428187 3.000000 2.892359 16 120 0.000000 2.892359 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 13574 21227273.538084 E 21227276.520224 3.000000 1.687438 26 120 0.000000 1.687438 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 13592 21227378.939173 E 21227381.921163 3.000000 6053.179134 403349 120 0.000000 6053.179134 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 13878 21227273.620073 E 21227276.608803 3.000000 15.105340 502 120 0.000000 15.105340 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 13625 21227273.436317 E 21227276.416337 3.000000 8187.740007 28977 120 0.000000 8187.740007 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 13663 21227273.609273 E 21227276.578603 3.000000 0.310950 14 120 0.000000 0.310950 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 13678 21227273.741203 E 21227276.725173 3.000000 0.257370 13 120 0.000000 0.257370 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 13694 21227273.652982 E 21227276.498022 3.000000 159.460354 744 120 0.000000 159.460354 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 358730 21227282.930120 E 21227285.923230 3.000000 52.256919 391 120 0.000000 52.256919 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 358735 21227282.949711 E 21227285.936121 3.000000 51.840147 453 120 0.000000 51.840147 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 13760 21227378.722883 E 21227381.638314 3.000000 424180.030042 1124415 120 0.000000 424180.030042 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 13845 21227273.608803 E 21227276.594603 3.000000 12412.924106 57656 120 0.000000 12412.924106 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 13823 21227277.019585 E 21227280.004685 3.000000 5.026678 17 120 0.000000 5.026678 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 13905 21227273.722513 E 21227276.623183 3.000000 1062.731420 3614 120 0.000000 1062.731420 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 13910 21227276.906203 E 21227279.888773 3.000000 0.268290 13 120 0.000000 0.268290 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 14051 21227276.993161 E 21227279.980301 3.000000 0.291019 13 120 0.000000 0.291019 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 14056 21227276.905165 E 21227279.899035 3.000000 1.514118 45 120 0.000000 1.514118 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 14066 21227276.922335 E 21227279.905285 3.000000 0.265790 14 120 0.000000 0.265790 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 14069 21227276.879408 E 21227279.857648 3.000000 0.296790 14 120 0.000000 0.296790 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 14142 21227276.903048 E 21227279.885348 3.000000 8.585684 157 120 0.000000 8.585684 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 14150 21227378.090955 E 21227381.061645 3.000000 5866.738452 310564 120 0.000000 5866.738452 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 15029 21227276.946855 E 21227279.919495 3.000000 242.437371 792 120 0.000000 242.437371 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 15050 21227342.151307 E 21227345.049147 3.000000 19657.959741 92093 120 0.000000 19657.959741 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 15055 21227354.057900 E 21227357.019800 3.000000 18741.155423 80079 120 0.000000 18741.155423 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 461250 21227298.496790 E 21227301.485690 3.000000 342.059164 562 120 0.000000 342.059164 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 15171 21227277.980824 E 21227280.966334 3.000000 4.098747 82 120 0.000000 4.098747 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 15216 21227278.161538 E 21227281.148778 3.000000 0.495389 18 120 0.000000 0.495389 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 15234 21227278.073618 E 21227281.048478 3.000000 105.538610 921 120 0.000000 105.538610 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 15556 21227278.086578 E 21227281.073758 3.000000 807.579618 23013 120 0.000000 807.579618 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 15558 21227278.147758 E 21227281.073758 3.000000 707.961699 815 120 0.000000 707.961699 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 16041 21227278.316308 E 21227281.298448 3.000000 0.292870 13 120 0.000000 0.292870 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 16059 21227278.339558 E 21227281.243768 3.000000 577.104635 3455 120 0.000000 577.104635 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 16110 21227378.105135 E 21227381.090955 3.000000 1616.117394 136541 120 0.000000 1616.117394 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 16117 21227278.334738 E 21227281.316308 3.000000 13.976224 486 120 0.000000 13.976224 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 16124 21227343.758435 E 21227346.727915 3.000000 4310.220513 30960 120 0.000000 4310.220513 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 16131 21227278.364648 E 21227281.351938 3.000000 4341.626454 30766 120 0.000000 4341.626454 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 16428 21227343.727915 E 21227346.706805 3.000000 1875.850000 64452 120 0.000000 1875.850000 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 17228 21227279.008518 E 21227281.995468 3.000000 0.299450 15 120 0.000000 0.299450 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 17249 21227279.024268 E 21227282.007378 3.000000 197.820515 2157 120 0.000000 197.820515 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 19547 21227279.017308 E 21227281.995468 3.000000 14.054101 466 120 0.000000 14.054101 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 19554 21227279.041673 E 21227282.027413 3.000000 196.830316 998 120 0.000000 196.830316 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 19859 21227279.158518 E 21227282.141468 3.000000 350.809453 919 120 0.000000 350.809453 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 26978 21227279.146533 E 21227282.126643 3.000000 220.696492 1015 120 0.000000 220.696492 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 30320 21227354.452269 E 21227357.056140 3.000000 39778.849140 143798 120 0.000000 39778.849140 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 39976 21227279.405672 E 21227282.376432 3.000000 0.311400 17 120 0.000000 0.311400 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 155354 21227279.770459 E 21227282.750269 3.000000 2.389489 78 120 0.000000 2.389489 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 156865 21227279.487387 E 21227282.468737 3.000000 0.276150 13 120 0.000000 0.276150 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 156873 21227279.421172 E 21227282.405822 3.000000 131.424996 698 120 0.000000 131.424996 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 158157 21227279.604169 E 21227282.575459 3.000000 0.325650 14 120 0.000000 0.325650 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 158159 21227279.732269 E 21227282.707199 3.000000 28.171603 1396 120 0.000000 28.171603 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 158160 21227279.445472 E 21227282.433412 3.000000 8.510625 34 120 0.000000 8.510625 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SStreamT~s #1982 522983 21227314.956650 E 21227317.938800 3.000000 13.737512 7 120 0.000000 13.737512 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 161685 21227279.709889 E 21227282.692719 3.000000 1.425558 18 120 0.000000 1.425558 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 161686 21227279.683669 E 21227282.655329 3.000000 22.879835 43 120 0.000000 22.879835 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 161690 21227279.798489 E 21227282.790509 3.000000 1.767369 41 120 0.000000 1.767369 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 161696 21227279.551157 E 21227282.550387 3.000000 0.282520 13 120 0.000000 0.282520 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 161713 21227377.419316 E 21227380.388696 3.000000 3065.657385 24965 120 0.000000 3065.657385 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 168048 21227279.641909 E 21227282.624569 3.000000 0.443320 22 120 0.000000 0.443320 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 203831 21227279.837469 E 21227282.820639 3.000000 11.365292 90 120 0.000000 11.365292 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 205563 21227377.563306 E 21227380.546466 3.000000 20574.262728 44570 120 0.000000 20574.262728 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThread (pooled) 494829 21227312.096091 E 21227315.083461 3.000000 1084.433754 53418 120 0.000000 1084.433754 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThread (pooled) 494838 21227312.101001 E 21227315.089681 3.000000 1080.949598 53424 120 0.000000 1080.949598 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steam 235768 21227378.965113 E 21227381.954033 3.000000 6458.282198 471074 120 0.000000 6458.282198 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 319079 21227281.882250 E 21227284.873320 3.000000 0.198930 11 120 0.000000 0.198930 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 333650 21227285.176752 E 21227288.152032 3.000000 0.506780 12 120 0.000000 0.506780 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 333651 21227285.753618 E 21227288.741568 3.000000 0.448400 14 120 0.000000 0.448400 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 344978 21227285.216320 E 21227288.210520 3.000000 0.454980 14 120 0.000000 0.454980 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 344984 21227288.452650 E 21227492.857386 3.000000 0.229750 13 139 0.000000 0.229750 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 346390 21227285.907462 E 21227489.401521 3.000000 0.240890 15 139 0.000000 0.240890 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 346400 21227285.144226 E 21227288.136256 3.000000 0.280709 11 120 0.000000 0.280709 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 371312 21227285.741568 E 21227490.045269 3.000000 0.169440 11 139 0.000000 0.169440 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 371318 21227289.170792 E 21227493.557096 3.000000 0.203420 13 139 0.000000 0.203420 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 374208 21227285.605834 E 21227288.596804 3.000000 0.233709 11 120 0.000000 0.233709 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 411352 21227289.339141 E 21227493.077594 3.000000 0.188270 7 139 0.000000 0.188270 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 419878 21227298.696059 E 21227502.626341 3.000000 0.177370 7 139 0.000000 0.177370 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 419879 21227285.817028 E 21227288.805418 3.000000 0.209270 8 120 0.000000 0.209270 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 432599 21227285.822818 E 21227288.805418 3.000000 0.149390 8 120 0.000000 0.149390 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 432647 21227319.511121 E 21227523.244795 3.000000 0.127010 8 139 0.000000 0.127010 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 447102 21227291.566113 E 21227294.555863 3.000000 0.139130 7 120 0.000000 0.139130 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 449298 21227298.913363 E 21227502.236757 3.000000 0.142000 9 139 0.000000 0.142000 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 449302 21227288.172735 E 21227492.277098 3.000000 0.169170 8 139 0.000000 0.169170 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 449671 21227318.444796 E 21227522.521169 3.000000 0.120260 8 139 0.000000 0.120260 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 453477 21227288.504882 E 21227493.142407 3.000000 0.147360 7 139 0.000000 0.147360 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 453622 21227306.903281 E 21227309.893541 3.000000 0.102810 8 120 0.000000 0.102810 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 453624 21227320.592464 E 21227524.311120 3.000000 0.142140 9 139 0.000000 0.142140 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 453790 21227292.111841 E 21227496.380726 3.000000 0.203480 9 139 0.000000 0.203480 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 453800 21227323.534343 E 21227528.334342 3.000000 0.152420 8 139 0.000000 0.152420 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 453804 21227298.302801 E 21227502.632443 3.000000 0.145109 8 139 0.000000 0.145109 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 454885 21227323.534343 E 21227525.395463 3.000000 0.137580 9 139 0.000000 0.137580 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 454896 21227297.859868 E 21227501.964231 3.000000 0.120459 8 139 0.000000 0.120459 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 458162 21227298.108688 E 21227502.114747 3.000000 0.172120 8 139 0.000000 0.172120 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 458165 21227298.022509 E 21227501.971906 3.000000 0.229710 12 139 0.000000 0.229710 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 458324 21227298.789693 E 21227301.780953 3.000000 0.123130 7 120 0.000000 0.123130 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 458326 21227298.899642 E 21227502.834703 3.000000 0.138940 7 139 0.000000 0.138940 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 458327 21227304.681799 E 21227509.042161 3.000000 0.130600 9 139 0.000000 0.130600 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 465435 21227316.285117 E 21227520.497342 3.000000 0.224289 11 139 0.000000 0.224289 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 473468 21227304.448752 E 21227307.441482 3.000000 0.126890 6 120 0.000000 0.126890 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 473471 21227305.868106 E 21227510.371829 3.000000 0.148600 8 139 0.000000 0.148600 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 473484 21227302.373583 E 21227505.883343 3.000000 0.102880 5 139 0.000000 0.102880 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 481654 21227310.795067 E 21227515.213456 3.000000 0.201090 7 139 0.000000 0.201090 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 481656 21227320.595464 E 21227323.592464 3.000000 0.165729 9 120 0.000000 0.165729 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 507812 21227313.413065 E 21227516.900979 3.000000 0.068520 4 139 0.000000 0.068520 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhelper 235729 21227312.200430 E 21227315.068880 3.000000 123.644228 1599 120 0.000000 123.644228 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 235731 21227311.690248 E 21227314.655008 3.000000 185.771268 3327 120 0.000000 185.771268 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 523453 21227315.900398 E 21227318.897048 3.000000 0.206090 2 120 0.000000 0.206090 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Media 358437 21227281.868771 E 21227284.854451 3.000000 94.209143 1234 120 0.000000 94.209143 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 345694 21227282.616081 E 21227486.626235 3.000000 10.616764 82 139 0.000000 10.616764 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 371260 21227283.056254 E 21227285.952254 3.000000 55.687285 109 120 0.000000 55.687285 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 371261 21227378.736223 E 21227381.722883 3.000000 588.244108 46305 120 0.000000 588.244108 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 371265 21227283.130658 E 21227286.123168 3.000000 3.104938 102 120 0.000000 3.104938 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 375114 21227282.928810 E 21227285.916120 3.000000 22.103041 988 120 0.000000 22.103041 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 375116 21227282.928407 E 21227285.918427 3.000000 22.862948 21 120 0.000000 22.862948 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 375129 21227282.688131 E 21227285.668231 3.000000 0.216270 8 120 0.000000 0.216270 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 375455 21227282.950003 E 21227285.950003 3.000000 0.239320 7 120 0.000000 0.239320 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 382520 21227285.801148 E 21227288.789768 3.000000 0.961690 20 120 0.000000 0.961690 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 382783 21227283.047066 E 21227286.035826 3.000000 0.202090 7 120 0.000000 0.202090 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 382760 21227283.119228 E 21227286.109068 3.000000 0.950949 11 120 0.000000 0.950949 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 382771 21227282.902440 E 21227285.894910 3.000000 0.162220 7 120 0.000000 0.162220 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 382830 21227285.229980 E 21227288.216320 3.000000 1.083850 11 120 0.000000 1.083850 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 382840 21227285.764348 E 21227288.748368 3.000000 0.582460 11 120 0.000000 0.582460 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 382841 21227283.719508 E 21227286.714198 3.000000 0.161600 7 120 0.000000 0.161600 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 446820 21227283.310489 E 21227286.298289 3.000000 0.130890 6 120 0.000000 0.130890 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 446823 21227285.250150 E 21227288.229980 3.000000 29.518471 210 120 0.000000 29.518471 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 447140 21227351.079540 E 21227354.070260 3.000000 6508.385689 41784 120 0.000000 6508.385689 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 446844 21227285.159972 E 21227288.136732 3.000000 186.641594 6318 120 0.000000 186.641594 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 446850 21227285.838808 E 21227288.826488 3.000000 0.838250 13 120 0.000000 0.838250 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 446857 21227325.996770 E 21227328.973910 3.000000 0.279779 7 120 0.000000 0.279779 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 446859 21227283.763954 E 21227286.752314 3.000000 0.215300 7 120 0.000000 0.215300 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 447229 21227285.896668 E 21227288.887578 3.000000 0.253529 6 120 0.000000 0.253529 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 447231 21227312.579862 E 21227315.564192 3.000000 50.572724 306 120 0.000000 50.572724 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 447232 21227285.826938 E 21227288.816158 3.000000 59.303849 328 120 0.000000 59.303849 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SStreamT~ns #351 523456 21227339.367098 E 21227341.372319 3.000000 13.522802 10 120 0.000000 13.522802 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 447262 21227287.216990 E 21227290.205910 3.000000 0.138190 6 120 0.000000 0.138190 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 447266 21227348.287182 E 21227351.253452 3.000000 188.613767 5718 120 0.000000 188.613767 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 447269 21227291.123320 E 21227294.123320 3.000000 19.760238 66 120 0.000000 19.760238 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 447271 21227290.214623 E 21227293.214623 3.000000 11.622393 54 120 0.000000 11.622393 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 447272 21227291.571071 E 21227294.569661 3.000000 9.237185 48 120 0.000000 9.237185 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 447286 21227287.536565 E 21227290.529095 3.000000 0.240459 9 120 0.000000 0.240459 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 447818 21227347.539153 E 21227350.096763 3.000000 2321.987573 12042 120 0.000000 2321.987573 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 447819 21227348.332742 E 21227351.317122 3.000000 2298.033305 4250 120 0.000000 2298.033305 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 447821 21227312.653981 E 21227315.638781 3.000000 2052.280053 3578 120 0.000000 2052.280053 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 447824 21227349.048052 E 21227352.027752 3.000000 2277.162758 4753 120 0.000000 2277.162758 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 459480 21227324.732020 E 21227327.717480 3.000000 133.491830 467 120 0.000000 133.491830 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 459481 21227324.761410 E 21227327.751380 3.000000 71.199760 428 120 0.000000 71.199760 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Sdp_zil_clean_ta 472825 92946561.612971 E 92946765.864789 3.000000 4.821806 97 139 0.000000 4.821806 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u132:15 472901 92777861.442823 E 92777864.428653 3.000000 567.625617 11421 120 0.000000 567.625617 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: SStreamT~ns #236 523527 21227367.851521 E 21227370.184752 3.000000 12.645712 5 120 0.000000 12.645712 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 475833 21227302.407244 E 21227305.395914 3.000000 0.177200 5 120 0.000000 0.177200 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 476478 21227304.385688 E 21227307.371288 3.000000 14.309178 125 120 0.000000 14.309178 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 476523 21227311.674148 E 21227314.658928 3.000000 0.171520 5 120 0.000000 0.171520 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 477106 21227305.718721 E 21227308.689931 3.000000 106.144741 371 120 0.000000 106.144741 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 477787 21227311.673559 E 21227314.658279 3.000000 29.840427 552 120 0.000000 29.840427 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 477799 21227311.637019 E 21227314.627959 3.000000 0.136990 4 120 0.000000 0.136990 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 477946 21227311.983993 E 21227314.972813 3.000000 0.186709 4 120 0.000000 0.186709 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 477950 21227311.134547 E 21227314.112997 3.000000 67.737961 298 120 0.000000 67.737961 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 478089 21227311.969853 E 21227314.953943 3.000000 0.175210 5 120 0.000000 0.175210 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 478331 21227378.921163 E 21227381.891463 3.000000 2050.814883 90174 120 0.000000 2050.814883 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 478349 21227311.864803 E 21227314.856003 3.000000 5.238757 93 120 0.000000 5.238757 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 479544 21227378.891463 E 21227381.885783 3.000000 993.054475 5729 120 0.000000 993.054475 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S waybar 479057 21227312.065764 E 21227315.047664 3.000000 0.090480 4 120 0.000000 0.090480 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S waybar 479063 21227333.068396 E 21227336.045966 3.000000 76.437878 1254 120 0.000000 76.437878 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S waybar 479071 21227312.106238 E 21227315.058538 3.000000 0.097510 6 120 0.000000 0.097510 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_fr_iss_1 512200 92831396.912138 E 92831396.946479 3.000000 1.037189 56 100 0.000000 1.037189 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/27:1 512333 92948407.879795 E 92948410.874475 3.000000 838.432177 163167 120 0.000000 838.432177 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 513790 21227312.158620 E 21227315.145390 3.000000 32.442184 109 120 0.000000 32.442184 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 515636 21227339.828208 E 21227342.454348 3.000000 396.959430 1174 120 0.000000 396.959430 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 518721 21227313.884822 E 21227316.863862 3.000000 2.239500 54 120 0.000000 2.239500 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 518451 21227313.856022 E 21227316.831942 3.000000 0.449460 8 120 0.000000 0.449460 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/27:2 522112 92942017.974935 E 92942020.972985 3.000000 0.017600 6 120 0.000000 0.017600 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#5 522196 21227314.138525 E 21227317.124825 3.000000 0.345700 4 120 0.000000 0.345700 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_metaslab 523312 92948407.858885 E 92948407.893375 3.000000 0.064080 5 100 0.000000 0.064080 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_iss 523501 92948407.829066 E 92948407.871312 3.000000 1.376049 20 101 0.000000 1.376049 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_int_3 523505 92948407.815634 E 92948407.850224 3.000000 1.268648 26 100 0.000000 1.268648 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cpu#28, 3499.826 MHz
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .nr_switches : 338649954
Jul 07 00:04:26 titan kernel: .nr_uninterruptible : -78676
Jul 07 00:04:26 titan kernel: .next_balance : 4337.442508
Jul 07 00:04:26 titan kernel: .curr->pid : 0
Jul 07 00:04:26 titan kernel: .clock : 141940296.997365
Jul 07 00:04:26 titan kernel: .clock_task : 141373929.544649
Jul 07 00:04:26 titan kernel: .avg_idle : 1000000
Jul 07 00:04:26 titan kernel: .max_idle_balance_cost : 500000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[28]:/user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 22788854.178499
Jul 07 00:04:26 titan kernel: .avg_vruntime : 22788854.178499
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 2
Jul 07 00:04:26 titan kernel: .runnable_avg : 2
Jul 07 00:04:26 titan kernel: .util_avg : 2
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 2
Jul 07 00:04:26 titan kernel: .tg_load_avg : 8
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141373929.544649
Jul 07 00:04:26 titan kernel: .se->vruntime : 154070993.969025
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 10756125.756154
Jul 07 00:04:26 titan kernel: .se->load.weight : 262144
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 2
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 2
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[28]:/user.slice/user-1000.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 154070993.969025
Jul 07 00:04:26 titan kernel: .avg_vruntime : 154070993.969025
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 2
Jul 07 00:04:26 titan kernel: .util_avg : 2
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141373929.544649
Jul 07 00:04:26 titan kernel: .se->vruntime : 110045787.987848
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 10776212.378315
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 2
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 2
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[28]:/user.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 110045787.987848
Jul 07 00:04:26 titan kernel: .avg_vruntime : 110045787.987848
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 2
Jul 07 00:04:26 titan kernel: .util_avg : 2
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 2
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141373929.544649
Jul 07 00:04:26 titan kernel: .se->vruntime : 96232543.442425
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 10776407.412890
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 2
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 2
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[28]:/system.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 3234.867109
Jul 07 00:04:26 titan kernel: .avg_vruntime : 3234.867109
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141373631.689600
Jul 07 00:04:26 titan kernel: .se->vruntime : 96232537.790502
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 2859.796297
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[28]:/
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 96232543.442425
Jul 07 00:04:26 titan kernel: .avg_vruntime : 96232543.442425
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 1
Jul 07 00:04:26 titan kernel: .runnable_avg : 3
Jul 07 00:04:26 titan kernel: .util_avg : 2
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: rt_rq[28]:
Jul 07 00:04:26 titan kernel: .rt_nr_running : 0
Jul 07 00:04:26 titan kernel: .rt_throttled : 0
Jul 07 00:04:26 titan kernel: .rt_time : 0.000000
Jul 07 00:04:26 titan kernel: .rt_runtime : 950.000000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: dl_rq[28]:
Jul 07 00:04:26 titan kernel: .dl_nr_running : 0
Jul 07 00:04:26 titan kernel: .dl_bw->bw : 996147
Jul 07 00:04:26 titan kernel: .dl_bw->total_bw : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: runnable tasks:
Jul 07 00:04:26 titan kernel: S task PID tree-key switches prio wait-time sum-exec sum-sleep
Jul 07 00:04:26 titan kernel: -------------------------------------------------------------------------------------------------------------
Jul 07 00:04:26 titan kernel: S cpuhp/28 188 95044318.967009 E 95044321.104119 3.000000 6.827283 296 120 0.000000 6.827283 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S idle_inject/28 189 -2.166091 E 0.828788 3.000000 0.033491 9 49 0.000000 0.033491 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S migration/28 190 107.887223 E 110.886103 3.000000 1253.622577 90192 0 0.000000 1253.622577 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ksoftirqd/28 191 96231219.708906 E 96231222.702266 3.000000 584.128493 51120 120 0.000000 584.128493 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/28:0H 193 245.498697 E 245.533216 3.000000 0.011801 4 100 0.000000 0.011801 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S kdevtmpfs 216 96232428.912579 E 96232431.900289 3.000000 12.012545 813 120 0.000000 12.012545 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S scsi_eh_1 279 96231220.030486 E 96231222.982236 3.000000 0.918994 121 120 0.000000 0.918994 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/28:1H 387 96227945.147181 E 96227945.181711 3.000000 56.766539 5048 100 0.000000 56.766539 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_ioctl_int 906 96232537.018787 E 96232537.053295 3.000000 1085.905697 214226 100 0.000000 1085.905697 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S dhcpcd 1524 3234.578669 E 3237.541189 3.000000 147.211867 3212 120 0.000000 147.211867 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S login 1614 22788727.970002 E 22788730.887392 3.000000 50.465842 107 120 0.000000 50.465842 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S sway:gl0 1993 22788728.010762 E 22788730.970462 3.000000 0.304860 10 120 0.000000 0.304860 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S sway:sh_opt1 264923 0.000000 E 177.791356 3.000000 36.401428 362 98 0.000000 36.401428 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S pool-spawner 1973 2.189853 E 5.145393 3.000000 0.116810 2 120 0.000000 0.116810 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S gvfsd-fuse 2095 8299.157631 E 8302.092701 3.000000 3.208759 14 120 0.000000 3.208759 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S gdbus 2702 3234.867109 E 3237.833829 3.000000 20683.005974 299602 120 0.000000 20683.005974 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S FSBroker13760 13785 22788729.381001 E 22788732.366641 3.000000 305.830798 7923 120 0.000000 305.830798 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRRende~kend#14 14266 22788731.757029 E 22788734.732929 3.000000 352.302094 12651 120 0.000000 352.302094 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 13672 22788729.346541 E 22788732.321941 3.000000 132.341568 524 120 0.000000 132.341568 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 13686 22788845.098092 E 22788847.916302 3.000000 30395.048279 73180 120 0.000000 30395.048279 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 13620 22788836.126719 E 22788839.095049 3.000000 1013230.633302 62955884 120 0.000000 1013230.633302 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Cameras IPC 14103 22788731.493849 E 22788734.468799 3.000000 443280.618736 585531 120 0.000000 443280.618736 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 13657 22788729.376911 E 22788732.346541 3.000000 2.997568 36 120 0.000000 2.997568 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 13880 22788729.439421 E 22788732.418951 3.000000 15.526855 500 120 0.000000 15.526855 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 13743 22788829.429132 E 22788832.404892 3.000000 62107.000502 357921 120 0.000000 62107.000502 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 296481 22788740.421332 E 22788743.408702 3.000000 4661.617242 9420 120 0.000000 4661.617242 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 13799 22788729.397841 E 22788732.381001 3.000000 51.873644 1693 120 0.000000 51.873644 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 13844 22788729.418951 E 22788732.397841 3.000000 11619.005135 61111 120 0.000000 11619.005135 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 13904 22788729.448461 E 22788732.429381 3.000000 721.305343 1925 120 0.000000 721.305343 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 14074 22788731.416149 E 22788734.378359 3.000000 396.602340 2867 120 0.000000 396.602340 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 14148 22788849.978151 E 22788852.964781 3.000000 1721.564967 136637 120 0.000000 1721.564967 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 14214 22788731.592919 E 22788734.577169 3.000000 58.473817 1748 120 0.000000 58.473817 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 14232 22788731.579609 E 22788734.545379 3.000000 758.731640 7584 120 0.000000 758.731640 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 14236 22788731.659209 E 22788734.631559 3.000000 956.504591 7547 120 0.000000 956.504591 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 14237 22788731.577169 E 22788734.566369 3.000000 682.327945 5334 120 0.000000 682.327945 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 15034 22788731.607239 E 22788734.592919 3.000000 203.543757 4133 120 0.000000 203.543757 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 15179 22788731.785819 E 22788734.760979 3.000000 78.052278 608 120 0.000000 78.052278 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 15180 22788731.779759 E 22788734.744879 3.000000 71.628761 631 120 0.000000 71.628761 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 15221 22788731.962709 E 22788734.948569 3.000000 0.260840 13 120 0.000000 0.260840 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 15550 22788854.178499 E 22788857.121099 3.000000 710213.959720 7293931 120 0.000000 710213.959720 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 15583 22788731.948569 E 22788734.913499 3.000000 3347.058189 10693 120 0.000000 3347.058189 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 16063 22788732.072449 E 22788735.041639 3.000000 729.639986 3613 120 0.000000 729.639986 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 16433 22788732.182668 E 22788735.158218 3.000000 18.720934 87 120 0.000000 18.720934 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 16777 22788732.250908 E 22788735.231208 3.000000 7.059006 218 120 0.000000 7.059006 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 17171 22788732.269928 E 22788735.250908 3.000000 0.257240 13 120 0.000000 0.257240 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 17251 22788732.280368 E 22788735.269928 3.000000 141.901704 1663 120 0.000000 141.901704 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 19539 22788732.407298 E 22788735.390268 3.000000 0.871060 22 120 0.000000 0.871060 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 26872 22788732.294758 E 22788735.280368 3.000000 61.271423 792 120 0.000000 61.271423 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 26884 22788732.326998 E 22788735.294758 3.000000 2.247449 105 120 0.000000 2.247449 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 30033 22788791.844793 E 22788794.795803 3.000000 10302.090648 435199 120 0.000000 10302.090648 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S pool-spawner 104167 5084.287047 E 5087.204237 3.000000 0.777920 10 120 0.000000 0.777920 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/app.slice
Jul 07 00:04:26 titan kernel: S ProcessHangMon 169982 22788732.442348 E 22788735.428638 3.000000 2.142359 97 120 0.000000 2.142359 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SQSGRenderThread 218819 22788769.130841 E 22788772.088951 3.000000 336055.397401 2797822 120 0.000000 336055.397401 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steam:traceq0 235463 22788736.559077 E 22788940.600634 3.000000 0.324829 15 139 0.000000 0.324829 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IOCP Thread 0 235483 22788794.346232 E 22788797.334902 3.000000 1388.893160 78586 120 0.000000 1388.893160 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gdbus 235494 22788843.220322 E 22788845.949842 3.000000 269.625556 1912 120 0.000000 269.625556 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIPC:CSteamEngin 235504 22788853.924419 E 22788856.914169 3.000000 6449.060465 475840 120 0.000000 6449.060465 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SCFileWriterThre 235506 22788824.962506 E 22788827.833636 3.000000 3204.846890 27349 120 0.000000 3204.846890 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Xwayland:gl0 235330 22788733.079511 E 22788736.066171 3.000000 0.224600 10 120 0.000000 0.224600 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Ssteam-runtime-s 235422 22788733.064291 E 22788736.043211 3.000000 14.340823 27 120 0.000000 14.340823 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gmain 235505 22788733.102061 E 22788736.079511 3.000000 0.234260 10 120 0.000000 0.234260 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:cs0 235658 22788733.117851 E 22788736.092871 3.000000 4389.744354 76013 120 0.000000 4389.744354 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 235659 22788736.006063 E 22788939.693317 3.000000 0.265350 12 139 0.000000 0.265350 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SVideoCaptureThr 235718 22788736.590397 E 22788739.578037 3.000000 0.353010 14 120 0.000000 0.353010 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhelper 235719 22788843.318412 E 22788846.310502 3.000000 931.288008 49072 120 0.000000 931.288008 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 235816 22788733.432221 E 22788736.411471 3.000000 0.917519 14 120 0.000000 0.917519 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 235817 22788733.446741 E 22788736.427351 3.000000 0.545569 11 120 0.000000 0.545569 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 235819 22788738.335230 E 22788941.693439 3.000000 0.228250 11 139 0.000000 0.228250 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 235891 22788740.380132 E 22788743.365402 3.000000 1.466978 23 120 0.000000 1.466978 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 235899 22788735.787675 E 22788738.762575 3.000000 0.280180 13 120 0.000000 0.280180 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 235900 22788736.597067 E 22788739.590197 3.000000 1.272390 21 120 0.000000 1.272390 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 235908 22788735.783285 E 22788738.775855 3.000000 1.210968 23 120 0.000000 1.210968 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 332311 22788758.762259 E 22788962.247443 3.000000 0.257900 13 139 0.000000 0.257900 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 340049 22788774.894674 E 22788978.112253 3.000000 0.327180 16 139 0.000000 0.327180 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 412669 22788782.177136 E 22788985.376283 3.000000 0.166999 9 139 0.000000 0.166999 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 415594 22788780.906694 E 22788984.125638 3.000000 0.145310 8 139 0.000000 0.145310 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 419668 22788785.288046 E 22788989.453849 3.000000 0.280060 9 139 0.000000 0.280060 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 449305 22788777.413714 E 22788980.500903 3.000000 0.158049 8 139 0.000000 0.158049 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 449306 22788791.381943 E 22788994.994103 3.000000 0.257930 12 139 0.000000 0.257930 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 449672 22788779.717489 E 22788982.722759 3.000000 0.185619 9 139 0.000000 0.185619 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 453995 22788784.950127 E 22788988.565018 3.000000 0.142410 7 139 0.000000 0.142410 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 473479 22788773.304604 E 22788776.279834 3.000000 0.275820 7 120 0.000000 0.275820 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 481651 22788787.329217 E 22788990.469655 3.000000 0.202860 7 139 0.000000 0.202860 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 497600 22788785.669656 E 22788989.847064 3.000000 0.123530 6 139 0.000000 0.123530 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwe:disk$0 502390 22788778.489294 E 22788980.692430 3.000000 0.206810 6 139 0.000000 0.206810 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 262333 22788850.146441 E 22788853.132901 3.000000 1046.097007 84153 120 0.000000 1046.097007 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 266034 22788753.677667 E 22788756.655407 3.000000 619.495327 2105 120 0.000000 619.495327 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 266059 22788735.777355 E 22788738.724965 3.000000 20.799720 254 120 0.000000 20.799720 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 266590 22788755.391458 E 22788758.366658 3.000000 805.434871 2404 120 0.000000 805.434871 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S threaded-ml 291937 22788736.578037 E 22788739.559077 3.000000 4.254139 81 120 0.000000 4.254139 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 330116 22788753.003040 E 22788755.976130 3.000000 0.300760 12 120 0.000000 0.300760 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 330122 22788755.305668 E 22788758.283358 3.000000 0.323649 11 120 0.000000 0.323649 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhelper 345686 22788789.340224 E 22788792.340224 3.000000 78223.051919 781617 120 0.000000 78223.051919 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 371268 22788755.297618 E 22788758.273388 3.000000 1.151240 56 120 0.000000 1.151240 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 382835 22788758.349045 E 22788761.297415 3.000000 0.479600 12 120 0.000000 0.479600 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 409029 22788854.048829 E 22788857.015189 3.000000 91519.038532 1209858 120 0.000000 91519.038532 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 409045 22788854.121099 E 22788857.107089 3.000000 23459.102237 2060901 120 0.000000 23459.102237 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Sdp_zil_clean_ta 472836 96228928.485606 E 96229132.641851 3.000000 1.729750 97 139 0.000000 1.729750 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Sdp_zil_clean_ta 472860 96231220.408253 E 96231424.850535 3.000000 2.391168 97 139 0.000000 2.391168 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#3 473300 22788765.945770 E 22788768.915260 3.000000 0.675239 9 120 0.000000 0.675239 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 473310 22788765.963550 E 22788768.938780 3.000000 0.154540 5 120 0.000000 0.154540 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 479543 22788832.008371 E 22788834.937491 3.000000 1005.930148 3121 120 0.000000 1005.930148 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S waybar 479078 22788825.432716 E 22788828.408556 3.000000 1.942208 24 120 0.000000 1.942208 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/u136:2 479252 96231216.453810 E 96231219.350380 3.000000 130717.199939 1241521 120 0.000000 130717.199939 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/u137:4 484965 96231079.490326 E 96231079.524600 3.000000 5.464044 136 100 0.000000 5.464044 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/28:1 506841 96231220.531101 E 96231223.516471 3.000000 1469.236970 270295 120 0.000000 1469.236970 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#1 512852 22788766.181650 E 22788769.011740 3.000000 35.562639 41 120 0.000000 35.562639 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 516863 22788850.898720 E 22788853.775830 3.000000 1901.338601 6227 120 0.000000 1901.338601 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 518448 22788766.207600 E 22788769.174130 3.000000 38.382366 1555 120 0.000000 38.382366 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 519015 22788766.243890 E 22788769.210650 3.000000 39.847772 1557 120 0.000000 39.847772 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/28:2 518578 96231220.516471 E 96231223.505681 3.000000 459.238381 79860 120 0.000000 459.238381 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S JS Watchdog 522502 22788766.241960 E 22788769.222600 3.000000 0.151980 6 120 0.000000 0.151980 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_iss 522954 96232537.018576 E 96232537.060216 3.000000 8.316285 67 101 0.000000 8.316285 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_int_4 523309 96232529.968792 E 96232530.003342 3.000000 1.644780 44 100 0.000000 1.644780 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:15 523319 96231219.870076 E 96231222.855036 3.000000 3.064949 30 120 0.000000 3.064949 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:19 523323 96231219.529346 E 96231222.527526 3.000000 0.325230 20 120 0.000000 0.325230 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:20 523324 96231216.509780 E 96231219.458980 3.000000 0.466660 9 120 0.000000 0.466660 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:21 523325 96231219.508856 E 96231222.501396 3.000000 185.486682 746 120 0.000000 185.486682 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:32 523336 96232188.796324 E 96232191.782424 3.000000 4921.705864 1292 120 0.000000 4921.705864 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:34 523338 96231217.652659 E 96231219.531660 3.000000 1.978748 11 120 0.000000 1.978748 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:36 523340 96231220.050536 E 96231223.038166 3.000000 0.057089 9 120 0.000000 0.057089 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:47 523351 96231219.691476 E 96231222.684446 3.000000 0.050360 6 120 0.000000 0.050360 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:59 523363 96231219.720456 E 96231222.708906 3.000000 0.044850 6 120 0.000000 0.044850 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:78 523382 96231219.657756 E 96231222.649916 3.000000 0.032060 6 120 0.000000 0.032060 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:80 523384 96231219.954696 E 96231222.943596 3.000000 0.042730 6 120 0.000000 0.042730 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:89 523393 96231219.873046 E 96231222.870076 3.000000 0.027490 6 120 0.000000 0.027490 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:95 523399 96231216.514710 E 96231219.509780 3.000000 0.024750 4 120 0.000000 0.024750 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:11 523415 96231219.684446 E 96231222.673556 3.000000 0.067710 9 120 0.000000 0.067710 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523425 96231219.649916 E 96231222.639176 3.000000 0.047070 6 120 0.000000 0.047070 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523432 96231219.479056 E 96231222.475706 3.000000 0.367690 11 120 0.000000 0.367690 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523433 96231219.639176 E 96231222.627186 3.000000 0.727910 16 120 0.000000 0.727910 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:13 523437 96231216.350380 E 96231219.338080 3.000000 0.022710 3 120 0.000000 0.022710 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/28:0 523443 96232543.390263 E 96232546.384913 3.000000 2.771526 483 120 0.000000 2.771526 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cpu#29, 3499.826 MHz
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .nr_switches : 337694621
Jul 07 00:04:26 titan kernel: .nr_uninterruptible : 163926
Jul 07 00:04:26 titan kernel: .next_balance : 4337.442560
Jul 07 00:04:26 titan kernel: .curr->pid : 0
Jul 07 00:04:26 titan kernel: .clock : 141940272.167560
Jul 07 00:04:26 titan kernel: .clock_task : 141499519.903633
Jul 07 00:04:26 titan kernel: .avg_idle : 1000000
Jul 07 00:04:26 titan kernel: .max_idle_balance_cost : 500000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[29]:/user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 24746631.726565
Jul 07 00:04:26 titan kernel: .avg_vruntime : 24746631.726565
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 8
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141499477.878637
Jul 07 00:04:26 titan kernel: .se->vruntime : 165362928.736143
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 12143327.913426
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[29]:/user.slice/user-1000.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 165362928.736143
Jul 07 00:04:26 titan kernel: .avg_vruntime : 165362928.736143
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141499477.878637
Jul 07 00:04:26 titan kernel: .se->vruntime : 117295776.595148
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 12170736.125093
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[29]:/user.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 117295776.595148
Jul 07 00:04:26 titan kernel: .avg_vruntime : 117295776.595148
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141499477.878637
Jul 07 00:04:26 titan kernel: .se->vruntime : 103026617.743303
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 12170984.372988
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[29]:/system.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 5286.303797
Jul 07 00:04:26 titan kernel: .avg_vruntime : 5286.303797
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141499422.149668
Jul 07 00:04:26 titan kernel: .se->vruntime : 103026617.721147
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 2802.162049
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[29]:/
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 103026617.743303
Jul 07 00:04:26 titan kernel: .avg_vruntime : 103026617.743303
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 3
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: rt_rq[29]:
Jul 07 00:04:26 titan kernel: .rt_nr_running : 0
Jul 07 00:04:26 titan kernel: .rt_throttled : 0
Jul 07 00:04:26 titan kernel: .rt_time : 0.000000
Jul 07 00:04:26 titan kernel: .rt_runtime : 950.000000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: dl_rq[29]:
Jul 07 00:04:26 titan kernel: .dl_nr_running : 0
Jul 07 00:04:26 titan kernel: .dl_bw->bw : 996147
Jul 07 00:04:26 titan kernel: .dl_bw->total_bw : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: runnable tasks:
Jul 07 00:04:26 titan kernel: S task PID tree-key switches prio wait-time sum-exec sum-sleep
Jul 07 00:04:26 titan kernel: -------------------------------------------------------------------------------------------------------------
Jul 07 00:04:26 titan kernel: S cpuhp/29 194 101672299.928848 E 101672302.011449 3.000000 6.617483 185 120 0.000000 6.617483 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S idle_inject/29 195 -2.150404 E 0.849596 3.000000 0.022680 9 49 0.000000 0.022680 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S migration/29 196 107.990369 E 110.989249 3.000000 727.173337 37674 0 0.000000 727.173337 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ksoftirqd/29 197 103026596.130981 E 103026599.130981 3.000000 525.203347 38299 120 0.000000 525.203347 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/29:0H 199 100.839123 E 100.873651 3.000000 0.011551 4 100 0.000000 0.011551 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/29:1H 380 103016507.998981 E 103016508.033484 3.000000 60.417598 5306 100 0.000000 60.417598 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S spl_kmem_cache 403 102943486.579036 E 102943486.613020 3.000000 2261.953426 10177 100 0.000000 2261.953426 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_int_0 891 103026550.201350 E 103026550.234242 3.000000 16127.546092 544531 100 0.000000 16127.546092 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_fr_iss_4 901 102889843.556220 E 102889843.590562 3.000000 388.153988 20981 100 0.000000 388.153988 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S systemd-logind 1525 5285.115067 E 5288.085297 3.000000 323.271023 2755 120 0.000000 323.271023 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S dhcpcd 1529 5286.066247 E 5289.032367 3.000000 16.733490 503 120 0.000000 16.733490 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S systemd 1663 18.429212 E 20.171313 3.000000 250.334568 349 120 0.000000 250.334568 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/init.scope
Jul 07 00:04:26 titan kernel: S sway:gdrv0 1992 24746537.894898 E 24746540.880938 3.000000 529.595347 45650 120 0.000000 529.595347 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gdbus 1974 5284.990017 E 5287.903787 3.000000 335.010055 3413 120 0.000000 335.010055 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S gmain 2033 24746537.958898 E 24746540.947828 3.000000 0.628440 17 120 0.000000 0.628440 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gdbus 2081 9105.427813 E 9108.403373 3.000000 16.226371 128 120 0.000000 16.226371 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: Sdbus-broker-lau 2082 9105.773103 E 9108.758743 3.000000 6.944905 50 120 0.000000 6.944905 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S dbus-broker 2083 9105.429633 E 9108.414493 3.000000 35.840050 1175 120 0.000000 35.840050 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S gammastep 2085 24746606.185837 E 24746609.162137 3.000000 28057.754093 30164 120 0.000000 28057.754093 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gmain 2100 9105.638963 E 9108.620553 3.000000 0.663740 12 120 0.000000 0.663740 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: Sat-spi2-registr 2103 11288.628875 E 11291.616575 3.000000 34.757171 253 120 0.000000 34.757171 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/app.slice
Jul 07 00:04:26 titan kernel: Sxdg-desktop-por 2104 9106.453343 E 9109.257043 3.000000 154.342915 2805 120 0.000000 154.342915 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S gdbus 2115 9106.482203 E 9109.437513 3.000000 114.491777 1237 120 0.000000 114.491777 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S blueman-tray 2195 24746631.726565 E 24746634.704495 3.000000 53562.417881 1423043 120 0.000000 53562.417881 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Parent 13146 24746631.498065 E 24746634.478615 3.000000 829937.371377 34485575 120 0.000000 829937.371377 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Cookie 13172 24746538.015527 E 24746540.992048 3.000000 7.541395 68 120 0.000000 7.541395 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRScene~lder#10 13359 24746538.284218 E 24746541.261778 3.000000 966.091262 16728 120 0.000000 966.091262 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S URL Classifier 13383 24746538.222878 E 24746541.211638 3.000000 100931.461441 2575987 120 0.000000 100931.461441 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S speechd init 16248 24746539.946467 E 24746542.925157 3.000000 25.932526 16 120 0.000000 25.932526 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker16423 16424 24746539.853077 E 24746542.835037 3.000000 252.128865 6880 120 0.000000 252.128865 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRRende~kend#63 30271 24746540.873302 E 24746543.846512 3.000000 317.905818 13719 120 0.000000 317.905818 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker446838 446839 24746547.937009 E 24746550.880589 3.000000 40.325931 1044 120 0.000000 40.325931 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S firefox:gdrv0 477322 24746544.985417 E 24746547.966717 3.000000 51.704536 849 120 0.000000 51.704536 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker522807 522808 24746545.067150 E 24746548.035460 3.000000 0.414479 7 120 0.000000 0.414479 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 13260 24746538.202318 E 24746541.101598 3.000000 106.884293 256 120 0.000000 106.884293 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 13262 24746538.197818 E 24746541.180378 3.000000 8.600493 109 120 0.000000 8.600493 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 13373 24746538.214308 E 24746541.197818 3.000000 993.740279 7901 120 0.000000 993.740279 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 13455 24746631.536795 E 24746634.522945 3.000000 6075.211617 404825 120 0.000000 6075.211617 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 13652 24746630.843776 E 24746633.810916 3.000000 3002.495126 90482 120 0.000000 3002.495126 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 14147 24746539.398107 E 24746542.384127 3.000000 0.653098 15 120 0.000000 0.653098 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 14215 24746539.382527 E 24746542.350997 3.000000 10.500493 183 120 0.000000 10.500493 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 15021 24746539.439967 E 24746542.404997 3.000000 0.316110 14 120 0.000000 0.316110 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 15024 24746539.350997 E 24746542.327387 3.000000 211.314718 1243 120 0.000000 211.314718 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 15035 24746539.404997 E 24746542.398107 3.000000 0.314700 13 120 0.000000 0.314700 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 15049 24746603.740867 E 24746606.567707 3.000000 18471.149484 84228 120 0.000000 18471.149484 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 477339 24746545.039107 E 24746547.979977 3.000000 874.417036 1569 120 0.000000 874.417036 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 15160 24746539.675827 E 24746542.656707 3.000000 9.771685 460 120 0.000000 9.771685 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 15214 24746539.644207 E 24746542.624237 3.000000 0.887879 27 120 0.000000 0.887879 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 15215 24746539.624237 E 24746542.618427 3.000000 0.656980 19 120 0.000000 0.656980 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 15567 24746539.668437 E 24746542.644207 3.000000 1.545500 53 120 0.000000 1.545500 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 15979 24746539.758657 E 24746542.745797 3.000000 0.282960 13 120 0.000000 0.282960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 15992 24746539.745797 E 24746542.731877 3.000000 145.789779 589 120 0.000000 145.789779 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 16036 24746630.685366 E 24746633.672216 3.000000 1639.313843 136560 120 0.000000 1639.313843 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 16104 24746539.865937 E 24746542.821147 3.000000 1.894149 19 120 0.000000 1.894149 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 16113 24746539.871557 E 24746542.853077 3.000000 0.334800 15 120 0.000000 0.334800 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 16441 24746539.893907 E 24746542.884957 3.000000 0.305339 13 120 0.000000 0.305339 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 16461 24746539.884957 E 24746542.871557 3.000000 252.102208 1755 120 0.000000 252.102208 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 16776 24746539.959397 E 24746542.946467 3.000000 767.919256 28900 120 0.000000 767.919256 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 17177 24746540.090777 E 24746543.068447 3.000000 9.703832 44 120 0.000000 9.703832 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 19544 24746540.720407 E 24746543.690477 3.000000 7.811973 222 120 0.000000 7.811973 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 26869 24746618.002375 E 24746620.972385 3.000000 1704.916536 56172 120 0.000000 1704.916536 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 26974 24746540.809877 E 24746543.793387 3.000000 0.343069 13 120 0.000000 0.343069 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 39971 24746540.712337 E 24746543.690477 3.000000 12.803663 70 120 0.000000 12.803663 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 152656 24746540.801317 E 24746543.783927 3.000000 3.657358 28 120 0.000000 3.657358 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 155342 24746540.710447 E 24746543.690477 3.000000 769.887253 21454 120 0.000000 769.887253 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 155353 24746541.051784 E 24746544.038204 3.000000 0.360149 14 120 0.000000 0.360149 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 156854 24746541.007478 E 24746543.997158 3.000000 123.929881 60 120 0.000000 123.929881 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 156857 24746541.041334 E 24746544.023604 3.000000 55.973728 50 120 0.000000 55.973728 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 156858 24746541.013697 E 24746543.999527 3.000000 55.161348 57 120 0.000000 55.161348 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 156859 24746630.744536 E 24746633.728126 3.000000 1471.308405 118561 120 0.000000 1471.308405 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 158163 24746540.981880 E 24746543.956770 3.000000 22.522114 150 120 0.000000 22.522114 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 161700 24746541.087351 E 24746544.072531 3.000000 0.302870 14 120 0.000000 0.302870 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 168036 24746541.196666 E 24746544.164156 3.000000 6.249265 32 120 0.000000 6.249265 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 168060 24746540.943422 E 24746543.928062 3.000000 81.905884 530 120 0.000000 81.905884 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 168076 24746541.206116 E 24746544.198896 3.000000 1.785919 26 120 0.000000 1.785919 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 168089 24746541.714596 E 24746544.695956 3.000000 0.310499 14 120 0.000000 0.310499 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 168095 24746541.021383 E 24746544.006763 3.000000 23.418101 259 120 0.000000 23.418101 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 172089 24746541.135624 E 24746544.106424 3.000000 410.485916 745 120 0.000000 410.485916 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 203832 24746541.144924 E 24746544.122924 3.000000 356.312635 486 120 0.000000 356.312635 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 203834 24746541.198896 E 24746544.184196 3.000000 332.831480 350 120 0.000000 332.831480 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 203836 24746541.144624 E 24746544.132044 3.000000 322.962326 347 120 0.000000 322.962326 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: D corectrl:cs0 218803 24746545.617475 E 24746548.300375 3.000000 36729.427292 472515 120 0.000000 36729.427292 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S corectrl:gdrv0 218814 24746545.485209 E 24746547.746840 3.000000 39613.332245 355808 120 0.000000 39613.332245 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThread (pooled) 494811 24746545.011025 E 24746547.998255 3.000000 1082.946633 53413 120 0.000000 1082.946633 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SQDBusConnection 218752 5286.303797 E 5289.268597 3.000000 721.935137 13313 120 0.000000 721.935137 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S steam:sh_opt0 235462 24746541.936023 E 24746544.914763 3.000000 0.282990 13 120 0.000000 0.282990 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steam:gl0 235468 24746542.093235 E 24746545.081525 3.000000 0.335779 16 120 0.000000 0.335779 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S threaded-ml 235510 24746541.766186 E 24746544.746296 3.000000 162.707231 2535 120 0.000000 162.707231 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolServi 235647 24746604.533007 E 24746607.507857 3.000000 28.168734 768 120 0.000000 28.168734 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 311482 24746542.901823 E 24746545.894583 3.000000 0.434119 15 120 0.000000 0.434119 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 337272 24746543.045373 E 24746546.022863 3.000000 0.417089 12 120 0.000000 0.417089 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 340042 24746544.869064 E 24746547.861524 3.000000 0.576149 14 120 0.000000 0.576149 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 432602 24746548.824734 E 24746752.729758 3.000000 0.244950 13 139 0.000000 0.244950 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 432646 24746544.928322 E 24746547.919192 3.000000 0.406710 9 120 0.000000 0.406710 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 453791 24746545.037610 E 24746548.024700 3.000000 0.643668 12 120 0.000000 0.643668 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 454614 24746545.023752 E 24746548.009432 3.000000 1.849227 79 120 0.000000 1.849227 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 458158 24746544.936935 E 24746547.925985 3.000000 0.658250 16 120 0.000000 0.658250 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 458318 24746545.044597 E 24746548.031397 3.000000 0.832170 10 120 0.000000 0.832170 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 465432 24746546.196358 E 24746549.159028 3.000000 0.167640 8 120 0.000000 0.167640 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 473478 24746545.044737 E 24746548.029377 3.000000 0.652960 8 120 0.000000 0.652960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 330108 24746542.766001 E 24746545.760191 3.000000 2.619988 19 120 0.000000 2.619988 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 375125 24746543.890124 E 24746546.882404 3.000000 0.807889 17 120 0.000000 0.807889 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 409041 24746543.894854 E 24746546.882404 3.000000 24.230368 82 120 0.000000 24.230368 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SMediaSu~or #480 522551 24746629.110088 E 24746632.092258 3.000000 95.747015 4936 120 0.000000 95.747015 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 446827 24746544.820599 E 24746547.803289 3.000000 246.755526 468 120 0.000000 246.755526 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 457901 24746544.971209 E 24746547.958589 3.000000 38.573526 67 120 0.000000 38.573526 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S dp_sync_taskq 472864 103026617.476256 E 103026821.804533 3.000000 508.468994 21915 139 0.000000 508.468994 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_fr_iss_0 473197 102889843.551290 E 102889843.585879 3.000000 1.747958 128 100 0.000000 1.747958 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#1 473298 24746545.002322 E 24746547.981522 3.000000 1.707100 8 120 0.000000 1.707100 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 473303 24746630.810916 E 24746633.796266 3.000000 171.830748 13738 120 0.000000 171.830748 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 473306 24746544.988691 E 24746547.975541 3.000000 0.183520 6 120 0.000000 0.183520 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 473309 24746545.760199 E 24746548.747149 3.000000 2.501939 74 120 0.000000 2.501939 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 473650 24746545.821469 E 24746548.778619 3.000000 5.615688 67 120 0.000000 5.615688 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 475823 24746545.132733 E 24746548.061723 3.000000 14.812139 482 120 0.000000 14.812139 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 476481 24746544.999649 E 24746547.981889 3.000000 17.566929 99 120 0.000000 17.566929 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 476516 24746545.053990 E 24746548.036390 3.000000 11.985884 30 120 0.000000 11.985884 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 476522 24746631.550625 E 24746634.536795 3.000000 549.656279 35172 120 0.000000 549.656279 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 476528 24746545.073792 E 24746548.062732 3.000000 0.212740 6 120 0.000000 0.212740 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 476786 24746545.660515 E 24746548.649385 3.000000 16.469642 34 120 0.000000 16.469642 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 476788 24746545.066959 E 24746548.054749 3.000000 6.487177 15 120 0.000000 6.487177 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 476800 24746545.674339 E 24746548.661999 3.000000 0.200759 5 120 0.000000 0.200759 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 477785 24746545.265436 E 24746548.246536 3.000000 0.098430 4 120 0.000000 0.098430 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 477793 24746545.080265 E 24746548.060955 3.000000 32.109681 49 120 0.000000 32.109681 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 477796 24746630.956126 E 24746633.950186 3.000000 484.047207 36113 120 0.000000 484.047207 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 477954 24746544.992059 E 24746547.979579 3.000000 111.565852 2026 120 0.000000 111.565852 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 479465 24746545.005705 E 24746547.994725 3.000000 151.548345 528 120 0.000000 151.548345 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 478330 24746545.056177 E 24746548.034727 3.000000 0.110910 5 120 0.000000 0.110910 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 478350 24746545.682840 E 24746548.671060 3.000000 0.436540 12 120 0.000000 0.436540 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S waybar 479075 24746545.007129 E 24746547.987709 3.000000 1297.209153 1474 120 0.000000 1297.209153 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/u137:3 484462 103019722.518220 E 103019722.552808 3.000000 0.223640 18 100 0.000000 0.223640 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/29:1 509996 103026617.726397 E 103026620.721147 3.000000 1395.692243 270754 120 0.000000 1395.692243 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S MainThread 514513 24746545.022853 E 24746548.008153 3.000000 0.049579 3 120 0.000000 0.049579 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 514832 24746545.023818 E 24746548.011578 3.000000 183.442117 6673 120 0.000000 183.442117 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/29:0 515152 102935996.954183 E 102935999.954183 3.000000 0.020219 6 120 0.000000 0.020219 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S Timer 516529 24746630.918936 E 24746633.912356 3.000000 102.305381 6724 120 0.000000 102.305381 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 518453 24746545.031427 E 24746548.018387 3.000000 0.546710 22 120 0.000000 0.546710 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 519014 24746545.035713 E 24746548.022363 3.000000 44.938099 1574 120 0.000000 44.938099 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_int_2 523311 103026615.756327 E 103026615.789352 3.000000 2.539098 74 100 0.000000 2.539098 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:11 523315 103021075.420219 E 103021077.109210 3.000000 2.976059 18 120 0.000000 2.976059 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:29 523333 103021074.084565 E 103021076.608995 3.000000 0.909770 10 120 0.000000 0.909770 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:31 523335 103021102.282272 E 103021105.279722 3.000000 0.912890 9 120 0.000000 0.912890 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:51 523355 103021102.527572 E 103021105.524912 3.000000 0.022420 6 120 0.000000 0.022420 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:66 523370 103021074.094160 E 103021077.089630 3.000000 0.022850 4 120 0.000000 0.022850 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:71 523375 103021074.097420 E 103021077.086380 3.000000 0.029220 4 120 0.000000 0.029220 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:91 523395 103021074.088735 E 103021077.084565 3.000000 0.025130 4 120 0.000000 0.025130 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:92 523396 103021074.091865 E 103021077.084565 3.000000 0.024060 4 120 0.000000 0.024060 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_wr_int_1 523550 103026617.004534 E 103026617.038439 3.000000 0.281230 13 100 0.000000 0.281230 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_metaslab 523551 103026617.484323 E 103026617.518875 3.000000 0.012970 2 100 0.000000 0.012970 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cpu#30, 3499.826 MHz
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .nr_switches : 337357626
Jul 07 00:04:26 titan kernel: .nr_uninterruptible : 142160
Jul 07 00:04:26 titan kernel: .next_balance : 4337.442623
Jul 07 00:04:26 titan kernel: .curr->pid : 0
Jul 07 00:04:26 titan kernel: .clock : 141940277.948046
Jul 07 00:04:26 titan kernel: .clock_task : 141503266.243597
Jul 07 00:04:26 titan kernel: .avg_idle : 595129
Jul 07 00:04:26 titan kernel: .max_idle_balance_cost : 500000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[30]:/user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 24627609.124467
Jul 07 00:04:26 titan kernel: .avg_vruntime : 24627609.124467
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 1
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 1
Jul 07 00:04:26 titan kernel: .tg_load_avg : 8
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141503266.243597
Jul 07 00:04:26 titan kernel: .se->vruntime : 164824198.952788
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 12151002.253151
Jul 07 00:04:26 titan kernel: .se->load.weight : 87381
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 1
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 1
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[30]:/user.slice/user-1000.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 164824198.952788
Jul 07 00:04:26 titan kernel: .avg_vruntime : 164824198.952788
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141503266.243597
Jul 07 00:04:26 titan kernel: .se->vruntime : 117156421.718993
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 12176620.621407
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 1
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 1
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[30]:/user.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 117156421.718993
Jul 07 00:04:26 titan kernel: .avg_vruntime : 117156421.718993
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141503266.243597
Jul 07 00:04:26 titan kernel: .se->vruntime : 103075627.144535
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 12176877.880839
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 1
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 1
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[30]:/
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 103075627.144535
Jul 07 00:04:26 titan kernel: .avg_vruntime : 103075627.144535
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: rt_rq[30]:
Jul 07 00:04:26 titan kernel: .rt_nr_running : 0
Jul 07 00:04:26 titan kernel: .rt_throttled : 0
Jul 07 00:04:26 titan kernel: .rt_time : 0.000000
Jul 07 00:04:26 titan kernel: .rt_runtime : 950.000000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: dl_rq[30]:
Jul 07 00:04:26 titan kernel: .dl_nr_running : 0
Jul 07 00:04:26 titan kernel: .dl_bw->bw : 996147
Jul 07 00:04:26 titan kernel: .dl_bw->total_bw : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: runnable tasks:
Jul 07 00:04:26 titan kernel: S task PID tree-key switches prio wait-time sum-exec sum-sleep
Jul 07 00:04:26 titan kernel: -------------------------------------------------------------------------------------------------------------
Jul 07 00:04:26 titan kernel: Srcu_exp_gp_kthr 20 103075403.518850 E 103075406.516640 3.000000 66.830172 11293 120 0.000000 66.830172 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S cpuhp/30 200 101732347.066148 E 101732349.130758 3.000000 6.555306 284 120 0.000000 6.555306 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S idle_inject/30 201 -2.140330 E 0.859670 3.000000 0.019300 9 49 0.000000 0.019300 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S migration/30 202 109.160565 E 112.160565 3.000000 756.376728 37654 0 0.000000 756.376728 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ksoftirqd/30 203 103075614.334406 E 103075617.334406 3.000000 529.663762 37585 120 0.000000 529.663762 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/30:0H 205 38.280657 E 38.315169 3.000000 0.012240 4 100 0.000000 0.012240 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_rd_iss 883 103019732.176355 E 103019732.210500 3.000000 567.808206 28541 100 0.000000 567.808206 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/30:1H 1148 103071389.653389 E 103071389.687888 3.000000 73.447724 6191 100 0.000000 73.447724 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S NetworkManager 1521 14203.553216 E 14206.514896 3.000000 1875.543233 25595 120 0.000000 1875.543233 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S dhcpcd 1530 14203.120956 E 14206.103786 3.000000 8.707924 437 120 0.000000 8.707924 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S dconf worker 2070 24627497.175174 E 24627500.164814 3.000000 1.192686 43 120 0.000000 1.192686 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S pool-spawner 2077 8953.433653 E 8956.418093 3.000000 0.751978 12 120 0.000000 0.751978 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S FSBroker13582 13617 24627497.190794 E 24627500.175174 3.000000 288.523831 7741 120 0.000000 288.523831 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S firefox:gl0 477323 24627515.706490 E 24627518.660070 3.000000 76.979856 1863 120 0.000000 76.979856 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 13425 24627605.990099 E 24627608.830370 3.000000 30717.583365 220539 120 0.000000 30717.583365 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 13879 24627497.484244 E 24627500.463434 3.000000 16.394013 500 120 0.000000 16.394013 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 13582 24627608.842617 E 24627611.778567 3.000000 4375941.281444 50933591 120 0.000000 4375941.281444 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 13633 24627497.512684 E 24627500.476054 3.000000 0.309170 13 120 0.000000 0.309170 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 13712 24627524.915906 E 24627527.903706 3.000000 94392.130655 561978 120 0.000000 94392.130655 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 13717 24627582.431705 E 24627585.419915 3.000000 92947.637524 559850 120 0.000000 92947.637524 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 13635 24627606.155049 E 24627609.041369 3.000000 42740.298226 297322 120 0.000000 42740.298226 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 13656 24627497.370364 E 24627500.356004 3.000000 2.643907 40 120 0.000000 2.643907 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 13658 24627497.369194 E 24627500.362904 3.000000 1.221430 23 120 0.000000 1.221430 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 13673 24627497.552654 E 24627500.510864 3.000000 0.768899 37 120 0.000000 0.768899 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 13677 24627497.554664 E 24627500.530004 3.000000 0.379799 14 120 0.000000 0.379799 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 13744 24627607.584218 E 24627609.789078 3.000000 64378.519293 360167 120 0.000000 64378.519293 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 13804 24627497.480304 E 24627500.446454 3.000000 0.343710 14 120 0.000000 0.343710 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MediaCache 138168 24627499.193453 E 24627502.172223 3.000000 6.446126 319 120 0.000000 6.446126 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 13835 24627497.562214 E 24627500.546304 3.000000 0.290150 13 120 0.000000 0.290150 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 13913 24627497.527004 E 24627500.491914 3.000000 3756.846723 185381 120 0.000000 3756.846723 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 15166 24627498.245204 E 24627501.214814 3.000000 0.399470 17 120 0.000000 0.399470 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 15185 24627498.117684 E 24627501.104734 3.000000 583.613882 933 120 0.000000 583.613882 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 15233 24627498.241884 E 24627501.227394 3.000000 95.153498 847 120 0.000000 95.153498 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 15568 24627498.284534 E 24627501.266184 3.000000 0.292200 14 120 0.000000 0.292200 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 15581 24627498.285034 E 24627501.241884 3.000000 3816.601433 10242 120 0.000000 3816.601433 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 15960 24627606.309419 E 24627609.217789 3.000000 32123.917198 215473 120 0.000000 32123.917198 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 16022 24627605.331000 E 24627608.207070 3.000000 43043.715887 270564 120 0.000000 43043.715887 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Sgvfs-udisks2-vo 16273 8954.438743 E 8956.556713 3.000000 259.266782 765 120 0.000000 259.266782 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 16455 24627498.841103 E 24627501.777233 3.000000 277.677514 1954 120 0.000000 277.677514 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 17184 24627498.896053 E 24627501.880673 3.000000 1.915149 55 120 0.000000 1.915149 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 17247 24627498.959603 E 24627501.927703 3.000000 155.060839 1508 120 0.000000 155.060839 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 19557 24627498.957463 E 24627501.945043 3.000000 125.804412 1039 120 0.000000 125.804412 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 19843 24627499.172223 E 24627502.154703 3.000000 0.388470 18 120 0.000000 0.388470 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 19844 24627499.138363 E 24627502.123053 3.000000 0.366710 13 120 0.000000 0.366710 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 26882 24627499.068783 E 24627502.021553 3.000000 362.210233 11936 120 0.000000 362.210233 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 26976 24627499.065143 E 24627502.047303 3.000000 184.842409 878 120 0.000000 184.842409 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 30040 24627499.089293 E 24627502.065143 3.000000 322.110341 1263 120 0.000000 322.110341 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 30046 24627499.260353 E 24627502.240913 3.000000 10.739397 360 120 0.000000 10.739397 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 155371 24627499.282522 E 24627502.260353 3.000000 314.923960 5535 120 0.000000 314.923960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 155372 24627499.313472 E 24627502.274602 3.000000 143.588067 775 120 0.000000 143.588067 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 158179 24627499.464612 E 24627502.427142 3.000000 147.471899 744 120 0.000000 147.471899 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 161693 24627605.830370 E 24627608.805750 3.000000 6897.280562 471299 120 0.000000 6897.280562 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Xwayland:cs0 235322 24627500.264464 E 24627503.243604 3.000000 5372.973035 93471 120 0.000000 5372.973035 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 412676 24627508.910399 E 24627511.882449 3.000000 0.271049 9 120 0.000000 0.271049 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 419874 24627504.401294 E 24627507.370584 3.000000 0.477390 8 120 0.000000 0.477390 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 507802 24627516.452971 E 24627519.391771 3.000000 0.350440 6 120 0.000000 0.350440 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 523225 24627595.961705 E 24627598.888675 3.000000 0.338019 9 120 0.000000 0.338019 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 262713 24627606.625408 E 24627609.603848 3.000000 1623.508051 51856 120 0.000000 1623.508051 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 375108 24627606.768648 E 24627609.674808 3.000000 13854.226613 103215 120 0.000000 13854.226613 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SMediaDe~hine #1 410934 24627609.124467 E 24627612.113187 3.000000 78563.900324 2893789 120 0.000000 78563.900324 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SMediaPD~er #111 522230 24627609.113187 E 24627612.103907 3.000000 181.411018 13964 120 0.000000 181.411018 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 445284 24627504.350044 E 24627507.322774 3.000000 6.378506 218 120 0.000000 6.378506 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 446161 24627504.366944 E 24627507.339734 3.000000 132.354626 1430 120 0.000000 132.354626 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 446821 24627592.135529 E 24627595.103959 3.000000 4795.483072 228835 120 0.000000 4795.483072 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S dp_sync_taskq 472806 103075626.142358 E 103075830.816064 3.000000 511.724700 21902 139 0.000000 511.724700 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S z_fr_iss_4 473198 102943133.628375 E 102943133.662936 3.000000 1.146140 90 100 0.000000 1.146140 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S HTML5 Parser 473297 24627516.609681 E 24627519.472001 3.000000 0.463020 8 120 0.000000 0.463020 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 476525 24627516.426096 E 24627519.384556 3.000000 0.334960 4 120 0.000000 0.334960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 476794 24627516.472001 E 24627519.452971 3.000000 0.205580 6 120 0.000000 0.205580 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 476796 24627516.631531 E 24627519.609681 3.000000 7.458237 121 120 0.000000 7.458237 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SIsolated Web Co 477781 24627606.519939 E 24627609.403319 3.000000 5161.195308 24418 120 0.000000 5161.195308 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S swaybg 479037 24627516.657371 E 24627519.641951 3.000000 11.348404 12 120 0.000000 11.348404 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 512856 24627515.994850 E 24627518.936440 3.000000 2.569298 11 120 0.000000 2.569298 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 512859 24627608.216247 E 24627611.207677 3.000000 110.495798 7223 120 0.000000 110.495798 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 512862 24627516.148434 E 24627518.937155 3.000000 0.301539 3 120 0.000000 0.301539 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 514516 24627515.982897 E 24627518.952987 3.000000 10.346334 29 120 0.000000 10.346334 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 514834 24627516.032556 E 24627518.980146 3.000000 202.166946 243 120 0.000000 202.166946 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 514842 24627515.902799 E 24627518.902799 3.000000 26.953697 939 120 0.000000 26.953697 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/30:1 516306 103075172.575711 E 103075175.561401 3.000000 580.911775 104344 120 0.000000 580.911775 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: SIsolated Web Co 516514 24627606.403319 E 24627609.309419 3.000000 7184.994755 15759 120 0.000000 7184.994755 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 516523 24627515.922052 E 24627518.922052 3.000000 34.337070 35 120 0.000000 34.337070 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 516535 24627515.945529 E 24627518.945529 3.000000 0.118310 4 120 0.000000 0.118310 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 516875 24627515.981680 E 24627518.978980 3.000000 5.380388 33 120 0.000000 5.380388 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 517629 24627516.041553 E 24627519.032923 3.000000 5.971207 85 120 0.000000 5.971207 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 517630 24627516.065466 E 24627519.025036 3.000000 28.439643 85 120 0.000000 28.439643 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Compositor 518260 24627516.143888 E 24627519.132769 3.000000 0.588479 10 120 0.000000 0.588479 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 519017 24627516.641951 E 24627519.631531 3.000000 36.890151 1592 120 0.000000 36.890151 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 522944 24627516.216591 E 24627519.159851 3.000000 17.983280 56 120 0.000000 17.983280 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/30:2 521957 103075627.106813 E 103075630.102683 3.000000 82.694219 14081 120 0.000000 82.694219 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S Socket Thread 522190 24627516.094726 E 24627519.056736 3.000000 0.178569 6 120 0.000000 0.178569 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 522200 24627516.111226 E 24627519.071926 3.000000 0.146360 5 120 0.000000 0.146360 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 522493 24627516.136116 E 24627519.092036 3.000000 0.097940 3 120 0.000000 0.097940 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_iss 522678 103075625.704004 E 103075625.746801 3.000000 23.286153 183 101 0.000000 23.286153 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#1 522815 24627516.159851 E 24627519.121081 3.000000 0.517780 11 120 0.000000 0.517780 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_iss 522939 103075625.704087 E 103075625.746816 3.000000 9.482394 76 101 0.000000 9.482394 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:17 523321 103074204.637213 E 103074206.576853 3.000000 2.158550 11 120 0.000000 2.158550 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:23 523327 103074203.563213 E 103074206.500473 3.000000 0.679079 141 120 0.000000 0.679079 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:27 523331 103074205.506982 E 103074207.628803 3.000000 1.487669 11 120 0.000000 1.487669 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:30 523334 103074203.494413 E 103074206.423083 3.000000 1.495379 30 120 0.000000 1.495379 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:40 523344 103074207.318331 E 103074210.317311 3.000000 1.012329 34 120 0.000000 1.012329 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:52 523356 103074207.400908 E 103074210.392758 3.000000 0.030770 6 120 0.000000 0.030770 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:57 523361 103074207.354031 E 103074210.347621 3.000000 0.032820 6 120 0.000000 0.032820 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:65 523369 103074203.569953 E 103074206.567093 3.000000 0.016330 4 120 0.000000 0.016330 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:77 523381 103074207.392758 E 103074210.388438 3.000000 0.029320 6 120 0.000000 0.029320 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:79 523383 103074207.344131 E 103074210.340731 3.000000 0.035880 6 120 0.000000 0.035880 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:85 523389 103074207.474348 E 103074210.463008 3.000000 0.094420 14 120 0.000000 0.094420 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:93 523397 103074203.571253 E 103074206.563213 3.000000 0.023670 4 120 0.000000 0.023670 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:96 523400 103074207.347621 E 103074210.344131 3.000000 0.031020 6 120 0.000000 0.031020 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523404 103074207.404948 E 103074210.400908 3.000000 0.032560 6 120 0.000000 0.032560 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523405 103074207.476678 E 103074210.474348 3.000000 0.040240 6 120 0.000000 0.040240 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523407 103074207.321021 E 103074210.318331 3.000000 0.030430 6 120 0.000000 0.030430 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:11 523422 103074207.323921 E 103074210.321021 3.000000 0.031780 6 120 0.000000 0.031780 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523424 103074207.340731 E 103074210.334451 3.000000 0.038880 6 120 0.000000 0.038880 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523426 103074207.409758 E 103074210.404948 3.000000 0.037080 6 120 0.000000 0.037080 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523429 103074207.421518 E 103074210.418758 3.000000 0.032640 6 120 0.000000 0.032640 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/30:0 523444 103075346.912911 E 103075349.911351 3.000000 0.138130 26 120 0.000000 0.138130 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/30:3 523445 103074911.114008 E 103074914.109808 3.000000 0.385989 22 120 0.000000 0.385989 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/30:4 523446 103074208.968047 E 103074211.956607 3.000000 0.032810 5 120 0.000000 0.032810 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/30:5 523447 103074209.188864 E 103074212.184934 3.000000 0.029780 3 120 0.000000 0.029780 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cpu#31, 3499.826 MHz
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .nr_switches : 358869979
Jul 07 00:04:26 titan kernel: .nr_uninterruptible : 140027
Jul 07 00:04:26 titan kernel: .next_balance : 4337.442659
Jul 07 00:04:26 titan kernel: .curr->pid : 0
Jul 07 00:04:26 titan kernel: .clock : 141940304.731891
Jul 07 00:04:26 titan kernel: .clock_task : 141498892.781245
Jul 07 00:04:26 titan kernel: .avg_idle : 876814
Jul 07 00:04:26 titan kernel: .max_idle_balance_cost : 500000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[31]:/user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 24757745.704328
Jul 07 00:04:26 titan kernel: .avg_vruntime : 24757745.704328
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 1
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 1
Jul 07 00:04:26 titan kernel: .tg_load_avg : 7
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141498892.781245
Jul 07 00:04:26 titan kernel: .se->vruntime : 166721168.458340
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11552259.246530
Jul 07 00:04:26 titan kernel: .se->load.weight : 149796
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 1
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 1
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[31]:/user.slice/user-1000.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 166721168.458340
Jul 07 00:04:26 titan kernel: .avg_vruntime : 166721168.458340
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141498892.781245
Jul 07 00:04:26 titan kernel: .se->vruntime : 118285986.898286
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11577363.905543
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 1
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 1
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[31]:/user.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 118285986.898286
Jul 07 00:04:26 titan kernel: .avg_vruntime : 118285986.898286
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 1
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141498892.781245
Jul 07 00:04:26 titan kernel: .se->vruntime : 104137184.696313
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 11577644.340069
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 1
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 1
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[31]:/system.slice
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 39180.183378
Jul 07 00:04:26 titan kernel: .avg_vruntime : 39180.183378
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 0
Jul 07 00:04:26 titan kernel: .util_avg : 0
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 1
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel: .se->exec_start : 141498762.778729
Jul 07 00:04:26 titan kernel: .se->vruntime : 104137184.263015
Jul 07 00:04:26 titan kernel: .se->sum_exec_runtime : 5480.166425
Jul 07 00:04:26 titan kernel: .se->load.weight : 2
Jul 07 00:04:26 titan kernel: .se->avg.load_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.util_avg : 0
Jul 07 00:04:26 titan kernel: .se->avg.runnable_avg : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: cfs_rq[31]:/
Jul 07 00:04:26 titan kernel: .exec_clock : 0.000000
Jul 07 00:04:26 titan kernel: .left_deadline : 0.000001
Jul 07 00:04:26 titan kernel: .left_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .min_vruntime : 104137184.696313
Jul 07 00:04:26 titan kernel: .avg_vruntime : 104137184.696313
Jul 07 00:04:26 titan kernel: .right_vruntime : 0.000001
Jul 07 00:04:26 titan kernel: .spread : 0.000000
Jul 07 00:04:26 titan kernel: .nr_spread_over : 0
Jul 07 00:04:26 titan kernel: .nr_running : 0
Jul 07 00:04:26 titan kernel: .h_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_nr_running : 0
Jul 07 00:04:26 titan kernel: .idle_h_nr_running : 0
Jul 07 00:04:26 titan kernel: .load : 0
Jul 07 00:04:26 titan kernel: .load_avg : 0
Jul 07 00:04:26 titan kernel: .runnable_avg : 2
Jul 07 00:04:26 titan kernel: .util_avg : 1
Jul 07 00:04:26 titan kernel: .util_est : 0
Jul 07 00:04:26 titan kernel: .removed.load_avg : 0
Jul 07 00:04:26 titan kernel: .removed.util_avg : 0
Jul 07 00:04:26 titan kernel: .removed.runnable_avg : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg_contrib : 0
Jul 07 00:04:26 titan kernel: .tg_load_avg : 0
Jul 07 00:04:26 titan kernel: .throttled : 0
Jul 07 00:04:26 titan kernel: .throttle_count : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: rt_rq[31]:
Jul 07 00:04:26 titan kernel: .rt_nr_running : 0
Jul 07 00:04:26 titan kernel: .rt_throttled : 0
Jul 07 00:04:26 titan kernel: .rt_time : 0.000000
Jul 07 00:04:26 titan kernel: .rt_runtime : 950.000000
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: dl_rq[31]:
Jul 07 00:04:26 titan kernel: .dl_nr_running : 0
Jul 07 00:04:26 titan kernel: .dl_bw->bw : 996147
Jul 07 00:04:26 titan kernel: .dl_bw->total_bw : 0
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: runnable tasks:
Jul 07 00:04:26 titan kernel: S task PID tree-key switches prio wait-time sum-exec sum-sleep
Jul 07 00:04:26 titan kernel: -------------------------------------------------------------------------------------------------------------
Jul 07 00:04:26 titan kernel: S cpuhp/31 206 102813370.537651 E 102813372.532181 3.000000 6.952358 82 120 0.000000 6.952358 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S idle_inject/31 207 -2.137731 E 0.861690 3.000000 0.023869 9 49 0.000000 0.023869 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S migration/31 208 109.160565 E 112.160565 3.000000 762.372607 37878 0 0.000000 762.372607 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ksoftirqd/31 209 104137124.618340 E 104137127.618340 3.000000 552.800084 35597 120 0.000000 552.800084 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/31:0H 211 42.022130 E 42.056654 3.000000 0.008871 4 100 0.000000 0.008871 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/R-inet_ 217 0.996093 E 0.961484 3.000000 0.000240 2 100 0.000000 0.000240 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/R-ipv6_ 283 0.808074 E 0.773480 3.000000 0.007531 2 100 0.000000 0.007531 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Sirq/27-ACPI:Eve 298 0.736261 E 2.261609 3.000000 0.010892 2 49 0.000000 0.010892 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/31:1H 370 104131784.139517 E 104131784.174054 3.000000 73.498329 6146 100 0.000000 73.498329 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S dbus-broker 1520 39180.183378 E 39183.180578 3.000000 13100.057799 657236 120 0.000000 13100.057799 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: Spool-NetworkMan 522960 39179.902588 E 39182.892888 3.000000 1.611770 17 120 0.000000 1.611770 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S gmain 2045 24757618.768986 E 24757621.756996 3.000000 0.440300 12 120 0.000000 0.440300 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gmain 2087 24757618.731296 E 24757621.713366 3.000000 0.477540 17 120 0.000000 0.477540 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gmain 2744 39179.282318 E 39182.266088 3.000000 1021.942589 35734 120 0.000000 1021.942589 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel: S gdbus 13143 24757640.057679 E 24757642.969729 3.000000 111.379997 2369 120 0.000000 111.379997 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SNetlink Monitor 13148 24757732.756872 E 24757735.730382 3.000000 27.390007 681 120 0.000000 27.390007 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S JS Watchdog 13160 24757618.713366 E 24757621.697716 3.000000 1467.186826 136957 120 0.000000 1467.186826 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Ssqldb:c~lite #1 13318 24757618.860286 E 24757621.851466 3.000000 40098.740078 114068 120 0.000000 40098.740078 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: Ssqldb:c~lite #6 13544 24757618.969166 E 24757621.932706 3.000000 895.479310 27189 120 0.000000 895.479310 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWRScene~lder#62 30193 24757620.173563 E 24757623.155853 3.000000 0.594110 26 120 0.000000 0.594110 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S FSBroker382821 382822 24757624.354381 E 24757627.334431 3.000000 86.010593 2270 120 0.000000 86.010593 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S firefo:traceq0 410986 24757627.724885 E 24757832.102314 3.000000 0.204290 9 139 0.000000 0.204290 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S firefox:sh6 410992 24757623.751960 E 24757626.747850 3.000000 30.033670 300 120 0.000000 30.033670 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 13376 24757618.869496 E 24757621.860286 3.000000 1053.214563 7958 120 0.000000 1053.214563 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 13541 24757745.443198 E 24757748.438968 3.000000 31351.436673 2457944 120 0.000000 31351.436673 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 13630 24757745.175158 E 24757748.166818 3.000000 108047.081008 8279462 120 0.000000 108047.081008 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 13714 24757639.111410 E 24757641.795221 3.000000 94173.426488 563892 120 0.000000 94173.426488 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S GraphRunner 474856 24757740.271870 E 24757743.227450 3.000000 803013.967462 3365460 120 0.000000 803013.967462 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 296480 24757622.461713 E 24757625.455073 3.000000 871.496377 10611 120 0.000000 871.496377 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S DOM Worker 358732 24757623.639848 E 24757626.621528 3.000000 57.689805 463 120 0.000000 57.689805 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SBackgro~ol #151 522414 24757628.488100 E 24757631.476270 3.000000 0.958870 6 120 0.000000 0.958870 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 13811 24757669.597537 E 24757672.573987 3.000000 2228.958535 91504 120 0.000000 2228.958535 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 13824 24757619.406286 E 24757622.400786 3.000000 134.843262 152 120 0.000000 134.843262 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 13834 24757619.308806 E 24757622.298256 3.000000 3.325688 113 120 0.000000 3.325688 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MediaCache 14249 24757619.445866 E 24757622.420826 3.000000 2.083508 85 120 0.000000 2.083508 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 14152 24757619.422726 E 24757622.406286 3.000000 0.314749 13 120 0.000000 0.314749 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 14224 24757619.383296 E 24757622.371266 3.000000 0.293590 16 120 0.000000 0.293590 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 14233 24757619.371266 E 24757622.360956 3.000000 733.565794 7875 120 0.000000 733.565794 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #3 14234 24757619.432526 E 24757622.412036 3.000000 853.707934 5130 120 0.000000 853.707934 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 15026 24757619.393706 E 24757622.378716 3.000000 317.419501 1117 120 0.000000 317.419501 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 15037 24757619.454246 E 24757622.431266 3.000000 89.181902 3247 120 0.000000 89.181902 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 15170 24757619.503476 E 24757622.503476 3.000000 0.308880 16 120 0.000000 0.308880 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 15210 24757619.503476 E 24757622.503476 3.000000 10.967074 469 120 0.000000 10.967074 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 16044 24757619.553476 E 24757622.545226 3.000000 0.375570 18 120 0.000000 0.375570 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 16115 24757619.581636 E 24757622.574996 3.000000 0.300999 13 120 0.000000 0.300999 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S gdbus 16276 8977.930251 E 8980.858681 3.000000 65.909355 515 120 0.000000 65.909355 0.000000 0.000000 0 0 /user.slice/user-1000.slice/user@1000.service/session.slice
Jul 07 00:04:26 titan kernel: S StyleThread#1 16431 24757619.610666 E 24757622.581636 3.000000 64.680900 73 120 0.000000 64.680900 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 16766 24757731.259602 E 24757734.201982 3.000000 1481.282412 41585 120 0.000000 1481.282412 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 16784 24757733.979882 E 24757736.929152 3.000000 26815.037538 86892 120 0.000000 26815.037538 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 17175 24757619.821486 E 24757622.803336 3.000000 18.458519 45 120 0.000000 18.458519 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 17185 24757619.712346 E 24757622.700586 3.000000 0.377719 13 120 0.000000 0.377719 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 17187 24757619.673426 E 24757622.639826 3.000000 15.997350 554 120 0.000000 15.997350 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 17218 24757619.750246 E 24757622.734456 3.000000 8.231285 366 120 0.000000 8.231285 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SImageBridgeChld 17231 24757619.877116 E 24757622.852646 3.000000 0.486620 19 120 0.000000 0.486620 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SRemoteLzyStream 17232 24757619.734456 E 24757622.723206 3.000000 16.178290 559 120 0.000000 16.178290 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 19535 24757620.012359 E 24757622.996859 3.000000 20.412097 41 120 0.000000 20.412097 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 19550 24757619.852646 E 24757622.809956 3.000000 120.331119 952 120 0.000000 120.331119 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 19833 24757619.965651 E 24757622.954481 3.000000 2.966049 21 120 0.000000 2.966049 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 19836 24757620.115338 E 24757623.100668 3.000000 8.451757 97 120 0.000000 8.451757 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#4 19837 24757619.972291 E 24757622.965651 3.000000 8.987835 88 120 0.000000 8.987835 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 26868 24757619.969856 E 24757622.953336 3.000000 0.281420 13 120 0.000000 0.281420 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 26880 24757619.953336 E 24757622.938016 3.000000 314.422150 12125 120 0.000000 314.422150 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 26885 24757620.121088 E 24757623.110098 3.000000 0.342839 14 120 0.000000 0.342839 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 30036 24757619.995049 E 24757622.972549 3.000000 489.298870 1484 120 0.000000 489.298870 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #4 41273 24757620.011819 E 24757622.982589 3.000000 65.363249 632 120 0.000000 65.363249 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 152671 24757620.135473 E 24757623.112263 3.000000 0.353350 14 120 0.000000 0.353350 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #0 152681 24757620.045559 E 24757623.012359 3.000000 290.756453 4265 120 0.000000 290.756453 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 155355 24757620.159993 E 24757623.147553 3.000000 0.277299 13 120 0.000000 0.277299 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #1 156871 24757620.147553 E 24757623.135633 3.000000 110.379744 728 120 0.000000 110.379744 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 161683 24757734.242162 E 24757737.213902 3.000000 3999.155629 128837 120 0.000000 3999.155629 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 161717 24757726.510314 E 24757729.484664 3.000000 2984.146571 23213 120 0.000000 2984.146571 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S corectrl 218695 24757655.516751 E 24757658.485751 3.000000 814594.399741 994390 120 0.000000 814594.399741 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steam:cs0 235459 24757623.221351 E 24757626.217361 3.000000 0.973960 22 120 0.000000 0.973960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhelper 235631 24757745.687888 E 24757748.656948 3.000000 449915.146695 6138261 120 0.000000 449915.146695 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 311481 24757622.984952 E 24757625.979192 3.000000 0.738030 13 120 0.000000 0.738030 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 313844 24757623.073928 E 24757626.067778 3.000000 0.661600 15 120 0.000000 0.661600 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 313845 24757623.702413 E 24757626.693263 3.000000 0.349260 13 120 0.000000 0.349260 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 332305 24757623.282980 E 24757626.280780 3.000000 1.182190 21 120 0.000000 1.182190 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 332306 24757623.369970 E 24757626.364230 3.000000 0.621270 14 120 0.000000 0.621270 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 337222 24757628.119557 E 24757832.409605 3.000000 0.241820 13 139 0.000000 0.241820 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 337271 24757623.416585 E 24757626.403285 3.000000 0.392800 14 120 0.000000 0.392800 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 340041 24757623.394072 E 24757626.387882 3.000000 0.424120 14 120 0.000000 0.424120 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 344983 24757627.622606 E 24757630.609606 3.000000 0.279770 12 120 0.000000 0.279770 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 371313 24757627.805390 E 24757630.805170 3.000000 1.464150 16 120 0.000000 1.464150 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 371314 24757623.489955 E 24757626.486955 3.000000 0.945260 27 120 0.000000 0.945260 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 419658 24757634.713343 E 24757836.758783 3.000000 0.205559 9 139 0.000000 0.205559 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 419875 24757628.363342 E 24757631.345092 3.000000 0.503790 8 120 0.000000 0.503790 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 432645 24757628.040621 E 24757631.026721 3.000000 0.410350 9 120 0.000000 0.410350 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 449303 24757628.018365 E 24757631.001705 3.000000 0.157750 7 120 0.000000 0.157750 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:sh_opt0 449304 24757627.990539 E 24757630.979849 3.000000 0.117110 7 120 0.000000 0.117110 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:sh0 449669 24757628.044892 E 24757631.021642 3.000000 0.155580 7 120 0.000000 0.155580 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 453614 24757635.347995 E 24757837.093744 3.000000 0.189290 8 139 0.000000 0.189290 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 453792 24757628.110382 E 24757631.100992 3.000000 0.318429 9 120 0.000000 0.318429 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamweb:gdrv0 454886 24757628.031590 E 24757631.020010 3.000000 0.851430 9 120 0.000000 0.851430 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 458159 24757628.058122 E 24757631.045852 3.000000 0.440840 10 120 0.000000 0.440840 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 458319 24757634.080200 E 24757637.043470 3.000000 0.443700 9 120 0.000000 0.443700 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamw:traceq0 502394 24757644.998580 E 24757837.480542 3.000000 0.244699 5 139 0.000000 0.244699 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolServi 235721 24757726.638164 E 24757729.604734 3.000000 7.182874 173 120 0.000000 7.182874 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SThreadPoolForeg 523042 24757628.502175 E 24757631.489305 3.000000 0.081690 3 120 0.000000 0.081690 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_fr_iss_0 326889 104008039.614366 E 104008039.648947 3.000000 228.331781 10916 100 0.000000 228.331781 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: SImageBridgeChld 330119 24757622.768609 E 24757625.757349 3.000000 0.231750 10 120 0.000000 0.231750 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SChrome_ChildIOT 345732 24757727.863094 E 24757730.824864 3.000000 64071.413215 1920494 120 0.000000 64071.413215 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S steamwebhe:gl0 348784 24757623.823842 E 24757626.791612 3.000000 0.221750 11 120 0.000000 0.221750 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 371254 24757624.906155 E 24757627.889015 3.000000 35.239025 1069 120 0.000000 35.239025 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 382516 24757627.538785 E 24757630.436145 3.000000 27.164465 84 120 0.000000 27.164465 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 382525 24757627.297178 E 24757630.286858 3.000000 1.675990 34 120 0.000000 1.675990 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 382529 24757625.228008 E 24757628.210438 3.000000 0.240060 8 120 0.000000 0.240060 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #2 382810 24757625.246178 E 24757628.235118 3.000000 42.522765 166 120 0.000000 42.522765 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 382762 24757623.161080 E 24757626.158230 3.000000 0.655269 11 120 0.000000 0.655269 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 382765 24757627.348259 E 24757630.339889 3.000000 0.329700 7 120 0.000000 0.329700 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #6 382860 24757625.276348 E 24757628.258988 3.000000 9.078115 119 120 0.000000 9.078115 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 382827 24757623.716686 E 24757626.701136 3.000000 0.145030 8 120 0.000000 0.145030 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 383092 24757627.387395 E 24757630.362855 3.000000 314.128895 1363 120 0.000000 314.128895 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 409034 24757623.637852 E 24757626.623362 3.000000 0.161770 7 120 0.000000 0.161770 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Socket Thread 409036 24757623.808348 E 24757626.792958 3.000000 39.807582 1998 120 0.000000 39.807582 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: SWorker Launcher 410906 24757625.251708 E 24757628.246178 3.000000 0.328560 6 120 0.000000 0.328560 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MediaTimer #1 410945 24757745.704328 E 24757748.698548 3.000000 40503.976995 3688679 120 0.000000 40503.976995 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_fr_iss_4 444942 104008039.617374 E 104008039.651812 3.000000 27.739164 1368 100 0.000000 27.739164 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ProcessHangMon 445287 24757625.258578 E 24757628.223088 3.000000 1.486890 49 120 0.000000 1.486890 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S MainThread 446843 24757627.310207 E 24757630.297817 3.000000 0.171020 7 120 0.000000 0.171020 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 447267 24757627.995004 E 24757630.977624 3.000000 13.576598 74 120 0.000000 13.576598 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S Timer 457908 24757741.747390 E 24757744.742140 3.000000 664.832311 38175 120 0.000000 664.832311 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S dp_sync_taskq 472849 104137173.255705 E 104137377.579203 3.000000 524.206021 21882 139 0.000000 524.206021 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S MainThread 473294 24757628.209194 E 24757631.198114 3.000000 0.083350 4 120 0.000000 0.083350 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 473299 24757628.363120 E 24757631.345760 3.000000 0.685910 7 120 0.000000 0.685910 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ImageIO 473307 24757628.372664 E 24757631.358154 3.000000 0.182420 4 120 0.000000 0.182420 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 475827 24757628.448918 E 24757631.438398 3.000000 1.380460 29 120 0.000000 1.380460 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#5 475829 24757628.428764 E 24757631.417844 3.000000 0.458770 6 120 0.000000 0.458770 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 476514 24757628.559237 E 24757631.548487 3.000000 3.115649 9 120 0.000000 3.115649 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProcessHangMon 476527 24757628.426610 E 24757631.345760 3.000000 0.529890 22 120 0.000000 0.529890 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 476784 24757628.533413 E 24757631.522633 3.000000 5.040157 20 120 0.000000 5.040157 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 476785 24757628.672366 E 24757631.661526 3.000000 20.916709 36 120 0.000000 20.916709 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#3 476787 24757628.456569 E 24757631.447289 3.000000 7.398476 35 120 0.000000 7.398476 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 477788 24757628.457139 E 24757631.448799 3.000000 1.272629 7 120 0.000000 1.272629 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S RemVidChild 477797 24757628.475094 E 24757631.465644 3.000000 0.211960 6 120 0.000000 0.211960 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 477802 24757628.483882 E 24757631.468612 3.000000 0.222630 5 120 0.000000 0.222630 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 478094 24757628.460459 E 24757631.448589 3.000000 0.382500 6 120 0.000000 0.382500 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 479546 24757743.232518 E 24757746.224868 3.000000 735.448291 2781 120 0.000000 735.448291 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#2 512853 24757628.600664 E 24757631.444315 3.000000 13.673311 25 120 0.000000 13.673311 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S ProfilerChild 512865 24757628.457313 E 24757631.445683 3.000000 0.127040 4 120 0.000000 0.127040 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/31:1 513142 104118399.366012 E 104118402.357482 3.000000 304.989587 58030 120 0.000000 304.989587 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S ImageIO 514526 24757628.461956 E 24757631.450266 3.000000 7.351107 188 120 0.000000 7.351107 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S IPC I/O Child 514831 24757731.654472 E 24757734.628702 3.000000 405.905450 19097 120 0.000000 405.905450 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S StyleThread#1 516522 24757628.469328 E 24757631.458578 3.000000 42.499957 49 120 0.000000 42.499957 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #7 517487 24757628.473713 E 24757631.464683 3.000000 11.907516 89 120 0.000000 11.907516 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S HTML5 Parser 516871 24757628.470019 E 24757631.461809 3.000000 2.287209 8 120 0.000000 2.287209 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: STaskCon~ller #5 519019 24757628.481716 E 24757631.471736 3.000000 43.226974 1581 120 0.000000 43.226974 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: I kworker/31:2 518560 104131873.974614 E 104131876.895414 3.000000 412.798980 72430 120 0.000000 412.798980 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: I kworker/31:0 521360 104137184.679873 E 104137187.678053 3.000000 45.540362 18732 120 0.000000 45.540362 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S StyleThread#1 522192 24757628.486185 E 24757631.473855 3.000000 0.507230 6 120 0.000000 0.507230 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_iss 522677 104137172.779204 E 104137172.821895 3.000000 24.603778 182 101 0.000000 24.603778 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S MainThread 522811 24757628.492023 E 24757631.479043 3.000000 0.065470 3 120 0.000000 0.065470 0.000000 0.000000 0 0 /user.slice/user-1000.slice/session-1.scope
Jul 07 00:04:26 titan kernel: S z_wr_int_3 522956 104137160.828751 E 104137160.862886 3.000000 3.754709 80 100 0.000000 3.754709 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523314 104136157.692381 E 104136160.446141 3.000000 1.186899 16 120 0.000000 1.186899 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:37 523341 104136159.960141 E 104136162.955491 3.000000 0.024300 6 120 0.000000 0.024300 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:46 523350 104136159.943751 E 104136162.938731 3.000000 0.032200 6 120 0.000000 0.032200 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:82 523386 104136159.955491 E 104136162.951841 3.000000 0.030530 6 120 0.000000 0.030530 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:87 523391 104136159.947451 E 104136162.943751 3.000000 0.033290 6 120 0.000000 0.033290 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:88 523392 104136159.951841 E 104136162.947451 3.000000 0.030520 6 120 0.000000 0.030520 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523408 104136159.938451 E 104136162.936441 3.000000 0.044010 8 120 0.000000 0.044010 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523410 104136159.938731 E 104136162.938451 3.000000 0.537060 15 120 0.000000 0.537060 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:10 523411 104136159.936441 E 104136162.934941 3.000000 0.210180 13 120 0.000000 0.210180 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:11 523423 104136159.969001 E 104136162.963701 3.000000 0.041000 6 120 0.000000 0.041000 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: Ikworker/u136:12 523427 104136159.963701 E 104136162.960141 3.000000 0.036500 6 120 0.000000 0.036500 0.000000 0.000000 0 0 /
Jul 07 00:04:26 titan kernel: S gdbus 523514 39177.352258 E 39180.309508 3.000000 0.574429 5 120 0.000000 0.574429 0.000000 0.000000 0 0 /system.slice
Jul 07 00:04:26 titan kernel:
Jul 07 00:04:26 titan kernel: Showing busy workqueues and worker pools:
Jul 07 00:04:26 titan kernel: workqueue events_unbound: flags=0x2
Jul 07 00:04:26 titan kernel: pwq 129: cpus=0-31 node=0 flags=0x4 nice=0 active=1 refcnt=2
Jul 07 00:04:26 titan kernel: pending: toggle_allocation_gate
Jul 07 00:04:26 titan kernel: workqueue events_bh_highpri: flags=0x11
Jul 07 00:04:26 titan kernel: pwq 1: cpus=0 node=0 flags=0x5 bh-hi active=1 refcnt=2
Jul 07 00:04:26 titan kernel: in-flight: bh-hi:usb_giveback_urb_bh
Jul 07 00:04:26 titan kernel: pool 1: cpus=0 node=0 flags=0x5 bh-hi hung=0s workers=1
Jul 07 00:04:26 titan systemd-journald[1195]: /dev/kmsg buffer overrun, some messages lost.
Jul 07 00:04:27 titan kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=1185045, emitted seq=1185048
Jul 07 00:04:27 titan kernel: amdgpu 0000:2f:00.0: amdgpu: GPU reset begin!
Jul 07 00:04:27 titan kernel: amdgpu 0000:2f:00.0: amdgpu: Failed to disallow df cstate
Jul 07 00:04:27 titan kernel: ------------[ cut here ]------------
Jul 07 00:04:27 titan kernel: WARNING: CPU: 13 PID: 519137 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:622 amdgpu_irq_put+0x46/0x70 [amdgpu]
Jul 07 00:04:27 titan kernel: Modules linked in: xpad(OE) ff_memless snd_seq_dummy snd_hrtimer snd_seq bnep 8021q garp mrp stp llc nls_iso8859_1 vfat fat amd_atl intel_rapl_msr intel_rapl_common kvm_amd iwlmvm ccp snd_hda_codec_realtek snd_hda_codec_generic kvm snd_hda_scodec_component mac80211 snd_hda_codec_hdmi crct10dif_pclmul crc32_pclmul snd_hda_intel crc32c_intel snd_usb_audio polyval_clmulni snd_intel_dspcfg libarc4 polyval_generic snd_intel_sdw_acpi gf128mul ptp snd_usbmidi_lib ghash_clmulni_intel btusb snd_hda_codec pps_core snd_ump sha512_ssse3 sha256_ssse3 snd_rawmidi btrtl sha1_ssse3 snd_seq_device snd_hda_core btintel iwlwifi aesni_intel btbcm mc snd_hwdep r8169 crypto_simd btmtk cryptd snd_pcm realtek sp5100_tco bluetooth rapl mxm_wmi wmi_bmof snd_timer mdio_devres cfg80211 pcspkr acpi_cpufreq k10temp snd i2c_piix4 cdc_acm ecdh_generic libphy crc16 soundcore mousedev joydev rfkill mac_hid uinput pkcs8_key_parser i2c_dev crypto_user dm_mod loop nfnetlink ip_tables x_tables ses enclosure scsi_transport_sas
Jul 07 00:04:27 titan kernel: hid_logitech_hidpp hid_logitech_dj uas usb_storage hid_generic usbhid amdgpu zfs(POE) video amdxcp i2c_algo_bit drm_ttm_helper ttm spl(OE) drm_exec gpu_sched drm_suballoc_helper drm_buddy nvme drm_display_helper nvme_core cec xhci_pci xhci_pci_renesas nvme_auth wmi
Jul 07 00:04:27 titan kernel: CPU: 13 PID: 519137 Comm: kworker/u128:0 Tainted: P OE 6.9.7-arch1-1 #1 44783200744f92500e6484c6d93590bc19db4a83
Jul 07 00:04:27 titan kernel: Hardware name: Micro-Star International Co., Ltd. MS-7C35/MEG X570 UNIFY (MS-7C35), BIOS A.H0 06/28/2023
Jul 07 00:04:27 titan kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Jul 07 00:04:27 titan kernel: RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
Jul 07 00:04:27 titan kernel: Code: c0 74 33 48 8b 4e 10 48 83 39 00 74 29 89 d1 48 8d 04 88 8b 08 85 c9 74 11 f0 ff 08 74 07 31 c0 e9 2f 78 64 e9 e9 5a fd ff ff <0f> 0b b8 ea ff ff ff e9 1e 78 64 e9 b8 ea ff ff ff e9 14 78 64 e9
Jul 07 00:04:27 titan kernel: RSP: 0018:ffffad2ce0383ca8 EFLAGS: 00010246
Jul 07 00:04:27 titan kernel: RAX: ffff9d1118d20f20 RBX: ffff9d1118900000 RCX: 0000000000000000
Jul 07 00:04:27 titan kernel: RDX: 0000000000000000 RSI: ffff9d11189254b8 RDI: ffff9d1118900000
Jul 07 00:04:27 titan kernel: RBP: ffff9d1118900000 R08: 000000000003c600 R09: 0000000000000006
Jul 07 00:04:27 titan kernel: R10: ffffad2ce0383c60 R11: 0000000000000100 R12: 0000000000001050
Jul 07 00:04:27 titan kernel: R13: ffff9d11189448c0 R14: ffff9d11a339c400 R15: ffff9d11189105c0
Jul 07 00:04:27 titan kernel: FS: 0000000000000000(0000) GS:ffff9d17fe680000(0000) knlGS:0000000000000000
Jul 07 00:04:27 titan kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 07 00:04:27 titan kernel: CR2: 000074ac7a2d2000 CR3: 00000001a5064000 CR4: 0000000000350ef0
Jul 07 00:04:27 titan kernel: Call Trace:
Jul 07 00:04:27 titan kernel:
Jul 07 00:04:27 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? __warn.cold+0x8e/0xe8
Jul 07 00:04:27 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? report_bug+0xff/0x140
Jul 07 00:04:27 titan kernel: ? handle_bug+0x3c/0x80
Jul 07 00:04:27 titan kernel: ? exc_invalid_op+0x17/0x70
Jul 07 00:04:27 titan kernel: ? asm_exc_invalid_op+0x1a/0x20
Jul 07 00:04:27 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: gfx_v11_0_hw_fini+0x1b/0xf0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: gfx_v11_0_suspend+0xe/0x20 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_ip_suspend_phase2+0x10b/0x1a0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? amdgpu_device_ip_suspend_phase1+0x75/0xe0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_ip_suspend+0x40/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_pre_asic_reset+0xd0/0x290 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_gpu_recover.cold+0x3fc/0xaa5 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_job_timedout+0x18e/0x1d0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: drm_sched_job_timedout+0x81/0x110 [gpu_sched 9e3f30dfb5dc2e0c8b565af986954809ee9dd940]
Jul 07 00:04:27 titan kernel: process_one_work+0x18e/0x350
Jul 07 00:04:27 titan kernel: worker_thread+0x2eb/0x410
Jul 07 00:04:27 titan kernel: ? __pfx_worker_thread+0x10/0x10
Jul 07 00:04:27 titan kernel: kthread+0xd2/0x100
Jul 07 00:04:27 titan kernel: ? __pfx_kthread+0x10/0x10
Jul 07 00:04:27 titan kernel: ret_from_fork+0x34/0x50
Jul 07 00:04:27 titan kernel: ? __pfx_kthread+0x10/0x10
Jul 07 00:04:27 titan kernel: ret_from_fork_asm+0x1a/0x30
Jul 07 00:04:27 titan kernel:
Jul 07 00:04:27 titan kernel: ---[ end trace 0000000000000000 ]---
Jul 07 00:04:27 titan kernel: ------------[ cut here ]------------
Jul 07 00:04:27 titan kernel: WARNING: CPU: 13 PID: 519137 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:622 amdgpu_irq_put+0x46/0x70 [amdgpu]
Jul 07 00:04:27 titan kernel: Modules linked in: xpad(OE) ff_memless snd_seq_dummy snd_hrtimer snd_seq bnep 8021q garp mrp stp llc nls_iso8859_1 vfat fat amd_atl intel_rapl_msr intel_rapl_common kvm_amd iwlmvm ccp snd_hda_codec_realtek snd_hda_codec_generic kvm snd_hda_scodec_component mac80211 snd_hda_codec_hdmi crct10dif_pclmul crc32_pclmul snd_hda_intel crc32c_intel snd_usb_audio polyval_clmulni snd_intel_dspcfg libarc4 polyval_generic snd_intel_sdw_acpi gf128mul ptp snd_usbmidi_lib ghash_clmulni_intel btusb snd_hda_codec pps_core snd_ump sha512_ssse3 sha256_ssse3 snd_rawmidi btrtl sha1_ssse3 snd_seq_device snd_hda_core btintel iwlwifi aesni_intel btbcm mc snd_hwdep r8169 crypto_simd btmtk cryptd snd_pcm realtek sp5100_tco bluetooth rapl mxm_wmi wmi_bmof snd_timer mdio_devres cfg80211 pcspkr acpi_cpufreq k10temp snd i2c_piix4 cdc_acm ecdh_generic libphy crc16 soundcore mousedev joydev rfkill mac_hid uinput pkcs8_key_parser i2c_dev crypto_user dm_mod loop nfnetlink ip_tables x_tables ses enclosure scsi_transport_sas
Jul 07 00:04:27 titan kernel: hid_logitech_hidpp hid_logitech_dj uas usb_storage hid_generic usbhid amdgpu zfs(POE) video amdxcp i2c_algo_bit drm_ttm_helper ttm spl(OE) drm_exec gpu_sched drm_suballoc_helper drm_buddy nvme drm_display_helper nvme_core cec xhci_pci xhci_pci_renesas nvme_auth wmi
Jul 07 00:04:27 titan kernel: CPU: 13 PID: 519137 Comm: kworker/u128:0 Tainted: P W OE 6.9.7-arch1-1 #1 44783200744f92500e6484c6d93590bc19db4a83
Jul 07 00:04:27 titan kernel: Hardware name: Micro-Star International Co., Ltd. MS-7C35/MEG X570 UNIFY (MS-7C35), BIOS A.H0 06/28/2023
Jul 07 00:04:27 titan kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Jul 07 00:04:27 titan kernel: RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
Jul 07 00:04:27 titan kernel: Code: c0 74 33 48 8b 4e 10 48 83 39 00 74 29 89 d1 48 8d 04 88 8b 08 85 c9 74 11 f0 ff 08 74 07 31 c0 e9 2f 78 64 e9 e9 5a fd ff ff <0f> 0b b8 ea ff ff ff e9 1e 78 64 e9 b8 ea ff ff ff e9 14 78 64 e9
Jul 07 00:04:27 titan kernel: RSP: 0018:ffffad2ce0383ca8 EFLAGS: 00010246
Jul 07 00:04:27 titan kernel: RAX: ffff9d1118d20e68 RBX: ffff9d1118900000 RCX: 0000000000000000
Jul 07 00:04:27 titan kernel: RDX: 0000000000000000 RSI: ffff9d11189254d0 RDI: ffff9d1118900000
Jul 07 00:04:27 titan kernel: RBP: ffff9d1118900000 R08: 000000000003c600 R09: 0000000000000006
Jul 07 00:04:27 titan kernel: R10: ffffad2ce0383c60 R11: 0000000000000100 R12: 0000000000001050
Jul 07 00:04:27 titan kernel: R13: ffff9d11189448c0 R14: ffff9d11a339c400 R15: ffff9d11189105c0
Jul 07 00:04:27 titan kernel: FS: 0000000000000000(0000) GS:ffff9d17fe680000(0000) knlGS:0000000000000000
Jul 07 00:04:27 titan kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 07 00:04:27 titan kernel: CR2: 000074ac7a2d2000 CR3: 00000001a5064000 CR4: 0000000000350ef0
Jul 07 00:04:27 titan kernel: Call Trace:
Jul 07 00:04:27 titan kernel:
Jul 07 00:04:27 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? __warn.cold+0x8e/0xe8
Jul 07 00:04:27 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? report_bug+0xff/0x140
Jul 07 00:04:27 titan kernel: ? handle_bug+0x3c/0x80
Jul 07 00:04:27 titan kernel: ? exc_invalid_op+0x17/0x70
Jul 07 00:04:27 titan kernel: ? asm_exc_invalid_op+0x1a/0x20
Jul 07 00:04:27 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? srso_return_thunk+0x5/0x5f
Jul 07 00:04:27 titan kernel: gfx_v11_0_hw_fini+0x2c/0xf0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: gfx_v11_0_suspend+0xe/0x20 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_ip_suspend_phase2+0x10b/0x1a0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: ? amdgpu_device_ip_suspend_phase1+0x75/0xe0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_ip_suspend+0x40/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_pre_asic_reset+0xd0/0x290 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_device_gpu_recover.cold+0x3fc/0xaa5 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: amdgpu_job_timedout+0x18e/0x1d0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:27 titan kernel: drm_sched_job_timedout+0x81/0x110 [gpu_sched 9e3f30dfb5dc2e0c8b565af986954809ee9dd940]
Jul 07 00:04:27 titan kernel: process_one_work+0x18e/0x350
Jul 07 00:04:27 titan kernel: worker_thread+0x2eb/0x410
Jul 07 00:04:27 titan kernel: ? __pfx_worker_thread+0x10/0x10
Jul 07 00:04:27 titan kernel: kthread+0xd2/0x100
Jul 07 00:04:27 titan kernel: ? __pfx_kthread+0x10/0x10
Jul 07 00:04:27 titan kernel: ret_from_fork+0x34/0x50
Jul 07 00:04:27 titan kernel: ? __pfx_kthread+0x10/0x10
Jul 07 00:04:27 titan kernel: ret_from_fork_asm+0x1a/0x30
Jul 07 00:04:27 titan kernel:
Jul 07 00:04:27 titan kernel: ---[ end trace 0000000000000000 ]---
Jul 07 00:04:27 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:27 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:27 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:27 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:27 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:27 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:27 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:27 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:27 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:27 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:27 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:27 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:28 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:28 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:28 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:28 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:28 titan kernel: [drm:mes_v11_0_submit_pkt_and_poll_completion.constprop.0 [amdgpu]] *ERROR* MES failed to response msg=3
Jul 07 00:04:28 titan kernel: [drm:amdgpu_mes_unmap_legacy_queue [amdgpu]] *ERROR* failed to unmap legacy queue
Jul 07 00:04:28 titan kernel: ------------[ cut here ]------------
Jul 07 00:04:28 titan kernel: WARNING: CPU: 12 PID: 519137 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:622 amdgpu_irq_put+0x46/0x70 [amdgpu]
Jul 07 00:04:28 titan kernel: Modules linked in: xpad(OE) ff_memless snd_seq_dummy snd_hrtimer snd_seq bnep 8021q garp mrp stp llc nls_iso8859_1 vfat fat amd_atl intel_rapl_msr intel_rapl_common kvm_amd iwlmvm ccp snd_hda_codec_realtek snd_hda_codec_generic kvm snd_hda_scodec_component mac80211 snd_hda_codec_hdmi crct10dif_pclmul crc32_pclmul snd_hda_intel crc32c_intel snd_usb_audio polyval_clmulni snd_intel_dspcfg libarc4 polyval_generic snd_intel_sdw_acpi gf128mul ptp snd_usbmidi_lib ghash_clmulni_intel btusb snd_hda_codec pps_core snd_ump sha512_ssse3 sha256_ssse3 snd_rawmidi btrtl sha1_ssse3 snd_seq_device snd_hda_core btintel iwlwifi aesni_intel btbcm mc snd_hwdep r8169 crypto_simd btmtk cryptd snd_pcm realtek sp5100_tco bluetooth rapl mxm_wmi wmi_bmof snd_timer mdio_devres cfg80211 pcspkr acpi_cpufreq k10temp snd i2c_piix4 cdc_acm ecdh_generic libphy crc16 soundcore mousedev joydev rfkill mac_hid uinput pkcs8_key_parser i2c_dev crypto_user dm_mod loop nfnetlink ip_tables x_tables ses enclosure scsi_transport_sas
Jul 07 00:04:28 titan kernel: hid_logitech_hidpp hid_logitech_dj uas usb_storage hid_generic usbhid amdgpu zfs(POE) video amdxcp i2c_algo_bit drm_ttm_helper ttm spl(OE) drm_exec gpu_sched drm_suballoc_helper drm_buddy nvme drm_display_helper nvme_core cec xhci_pci xhci_pci_renesas nvme_auth wmi
Jul 07 00:04:28 titan kernel: CPU: 12 PID: 519137 Comm: kworker/u128:0 Tainted: P W OE 6.9.7-arch1-1 #1 44783200744f92500e6484c6d93590bc19db4a83
Jul 07 00:04:28 titan kernel: Hardware name: Micro-Star International Co., Ltd. MS-7C35/MEG X570 UNIFY (MS-7C35), BIOS A.H0 06/28/2023
Jul 07 00:04:28 titan kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Jul 07 00:04:28 titan kernel: RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
Jul 07 00:04:28 titan kernel: Code: c0 74 33 48 8b 4e 10 48 83 39 00 74 29 89 d1 48 8d 04 88 8b 08 85 c9 74 11 f0 ff 08 74 07 31 c0 e9 2f 78 64 e9 e9 5a fd ff ff <0f> 0b b8 ea ff ff ff e9 1e 78 64 e9 b8 ea ff ff ff e9 14 78 64 e9
Jul 07 00:04:28 titan kernel: RSP: 0018:ffffad2ce0383c68 EFLAGS: 00010246
Jul 07 00:04:28 titan kernel: RAX: ffff9d1118d20e18 RBX: ffff9d1114b36000 RCX: 0000000000000000
Jul 07 00:04:28 titan kernel: RDX: 0000000000000000 RSI: ffff9d1114b36008 RDI: ffff9d1118900000
Jul 07 00:04:28 titan kernel: RBP: ffff9d1114b36000 R08: 0000000000000000 R09: ffffad2ce0383a48
Jul 07 00:04:28 titan kernel: R10: ffff9d181f1f5020 R11: 0000000000000003 R12: ffff9d1118900000
Jul 07 00:04:28 titan kernel: R13: ffff9d11189448c0 R14: ffff9d11a339c400 R15: ffff9d11189105c0
Jul 07 00:04:28 titan kernel: FS: 0000000000000000(0000) GS:ffff9d17fe600000(0000) knlGS:0000000000000000
Jul 07 00:04:28 titan kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 07 00:04:28 titan kernel: CR2: 000076fa68bc1000 CR3: 00000001ee002000 CR4: 0000000000350ef0
Jul 07 00:04:28 titan kernel: Call Trace:
Jul 07 00:04:28 titan kernel:
Jul 07 00:04:28 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: ? __warn.cold+0x8e/0xe8
Jul 07 00:04:28 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: ? report_bug+0xff/0x140
Jul 07 00:04:28 titan kernel: ? handle_bug+0x3c/0x80
Jul 07 00:04:28 titan kernel: ? exc_invalid_op+0x17/0x70
Jul 07 00:04:28 titan kernel: ? asm_exc_invalid_op+0x1a/0x20
Jul 07 00:04:28 titan kernel: ? amdgpu_irq_put+0x46/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: ? __pfx_smu_v13_0_disable_thermal_alert+0x10/0x10 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: smu_smc_hw_cleanup+0x6f/0x370 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: smu_suspend+0x76/0xe0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: amdgpu_device_ip_suspend_phase2+0x10b/0x1a0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: ? amdgpu_device_ip_suspend_phase1+0x75/0xe0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: amdgpu_device_ip_suspend+0x40/0x70 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: amdgpu_device_pre_asic_reset+0xd0/0x290 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: amdgpu_device_gpu_recover.cold+0x3fc/0xaa5 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: amdgpu_job_timedout+0x18e/0x1d0 [amdgpu 3982655e356a9c72906b47a8ffcfe087fca64bfd]
Jul 07 00:04:28 titan kernel: drm_sched_job_timedout+0x81/0x110 [gpu_sched 9e3f30dfb5dc2e0c8b565af986954809ee9dd940]
Jul 07 00:04:28 titan kernel: process_one_work+0x18e/0x350
Jul 07 00:04:28 titan kernel: worker_thread+0x2eb/0x410
Jul 07 00:04:28 titan kernel: ? __pfx_worker_thread+0x10/0x10
Jul 07 00:04:28 titan kernel: kthread+0xd2/0x100
Jul 07 00:04:28 titan kernel: ? __pfx_kthread+0x10/0x10
Jul 07 00:04:28 titan kernel: ret_from_fork+0x34/0x50
Jul 07 00:04:28 titan kernel: ? __pfx_kthread+0x10/0x10
Jul 07 00:04:28 titan kernel: ret_from_fork_asm+0x1a/0x30
Jul 07 00:04:28 titan kernel:
Jul 07 00:04:28 titan kernel: ---[ end trace 0000000000000000 ]---
Jul 07 00:04:28 titan kernel: amdgpu 0000:2f:00.0: amdgpu: Fail to disable thermal alert!
Jul 07 00:04:28 titan kernel: [drm:amdgpu_device_ip_suspend_phase2 [amdgpu]] *ERROR* suspend of IP block failed -22