All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG 4.15-rc7] IRQ matrix management errors
       [not found] <20180115025759.GG13580@localhost.localdomain>
@ 2018-01-15  3:02 ` Keith Busch
  2018-01-15  9:13   ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-15  3:02 UTC (permalink / raw)
  To: LKML, Thomas Gleixner

I hoped to have a better report before the weekend, but I've run out of
time and without my machine till next week, so sending what I have and
praying someone more in the know will have a better clue.

I've a few NVMe drives and occasionally the IRQ teardown and bring-up
is failing. Resetting the controllers to re-run interrupt allocation
results in device interrupts from not occuring at all.

It appears I need at least 2 NVMe drives for the problem. The NVMe
driver initializes controllers in parallel, and multiple threads calling
pci_alloc_irq_vectors and/or pci_free_vectors at about the same time
seems required to trigger the issue.

Here are the relavent warnings. I also have trace events from irq_matrix
and irq_vectors, but from a different run that won't match up to the
timestamps below, but can send if that's helpful.

[  288.519216] WARNING: CPU: 28 PID: 1420 at kernel/irq/matrix.c:222 irq_matrix_remove_managed+0x10f/0x120
[  288.519218] Modules linked in: nvme ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_raw iptable_security ebtable_filter ebtables ip6table_filter ip6_tables sunrpc vfat fat intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_uncore intel_rapl_perf iTCO_wdt joydev iTCO_vendor_support ipmi_ssif ipmi_si mei_me mei shpchp i2c_i801 wmi lpc_ich ipmi_devintf ioatdma ipmi_msghandler dca acpi_pad acpi_power_meter xfs libcrc32c ast i2c_algo_bit drm_kms_helper ttm drm i40e crc32c_intel
[  288.519286]  ptp nvme_core pps_core [last unloaded: nvme]
[  288.519294] CPU: 28 PID: 1420 Comm: kworker/u674:2 Not tainted 4.15.0-rc7+ #4
[  288.519296] Hardware name: Intel Corporation S2600STB/S2600STB, BIOS SE5C620.86B.00.01.2001.062220170731 06/22/2017
[  288.519305] Workqueue: nvme-wq nvme_reset_work [nvme]
[  288.519310] RIP: 0010:irq_matrix_remove_managed+0x10f/0x120
[  288.519312] RSP: 0018:ffffb01f0aec7a88 EFLAGS: 00010046
[  288.519315] RAX: 00000000000000ee RBX: ffff9e387d824900 RCX: 0000000000000000
[  288.519317] RDX: 0000000000000100 RSI: 00000000000000ee RDI: ffff9e387d410c50
[  288.519319] RBP: 0000000000000000 R08: 0000000000000100 R09: 0000000000000000
[  288.519320] R10: 0000000000000018 R11: 0000000000000003 R12: ffff9e387d410c00
[  288.519322] R13: ffff9e387d410c30 R14: 00000000000000ee R15: 00000000000000ee
[  288.519324] FS:  0000000000000000(0000) GS:ffff9e487cc00000(0000) knlGS:0000000000000000
[  288.519326] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  288.519328] CR2: 00007fbc1c2321d4 CR3: 00000010f5209003 CR4: 00000000007606e0
[  288.519330] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  288.519332] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  288.519333] PKRU: 55555554
[  288.519334] Call Trace:
[  288.519345]  x86_vector_free_irqs+0xa1/0x180
[  288.519349]  x86_vector_alloc_irqs+0x1e4/0x3a0
[  288.519354]  msi_domain_alloc+0x62/0x130
[  288.519363]  ? kmem_cache_alloc_node_trace+0x1ac/0x1d0
[  288.519366]  __irq_domain_alloc_irqs+0x121/0x300
[  288.519370]  msi_domain_alloc_irqs+0x99/0x2e0
[  288.519376]  native_setup_msi_irqs+0x54/0x90
[  288.519383]  __pci_enable_msix+0xfb/0x4e0
[  288.519389]  pci_alloc_irq_vectors_affinity+0x8e/0x130
[  288.519394]  nvme_reset_work+0x919/0x153b [nvme]
[  288.519404]  ? sched_clock+0x5/0x10
[  288.519407]  ? sched_clock+0x5/0x10
[  288.519414]  ? sched_clock_cpu+0xc/0xb0
[  288.519420]  ? pick_next_task_fair+0x4d5/0x5f0
[  288.519427]  ? __switch_to+0xa2/0x430
[  288.519431]  ? put_prev_entity+0x1e/0xe0
[  288.519438]  process_one_work+0x182/0x370
[  288.519441]  worker_thread+0x2e/0x380
[  288.519444]  ? process_one_work+0x370/0x370
[  288.519449]  kthread+0x111/0x130
[  288.519453]  ? kthread_create_worker_on_cpu+0x70/0x70
[  288.519460]  ret_from_fork+0x1f/0x30
[  288.519464] Code: 89 ea 44 89 f6 41 ff d1 4d 8b 0f 4d 85 c9 75 e2 e9 2a ff ff ff 48 83 c4 08 5b 5d 41 5c 41 5d 41 5e 41 5f c3 0f ff e9 14 ff ff ff <0f> ff e9 0d ff ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 
[  288.519517] ---[ end trace 8fcc70570a780634 ]---
[  310.959112] nvme nvme0: pci function 0000:5e:00.0
[  310.959333] nvme nvme1: pci function 0000:60:00.0
[  310.959675] nvme nvme2: pci function 0000:86:00.0
[  311.167369] WARNING: CPU: 1 PID: 898 at kernel/irq/matrix.c:215 irq_matrix_remove_managed+0x108/0x120
[  311.167371] Modules linked in: nvme ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_raw iptable_security ebtable_filter ebtables ip6table_filter ip6_tables sunrpc vfat fat intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_uncore intel_rapl_perf iTCO_wdt joydev iTCO_vendor_support ipmi_ssif ipmi_si mei_me mei shpchp i2c_i801 wmi lpc_ich ipmi_devintf ioatdma ipmi_msghandler dca acpi_pad acpi_power_meter xfs libcrc32c ast i2c_algo_bit drm_kms_helper ttm drm i40e crc32c_intel
[  311.167440]  ptp nvme_core pps_core [last unloaded: nvme]
[  311.167448] CPU: 1 PID: 898 Comm: kworker/u673:9 Tainted: G        W        4.15.0-rc7+ #4
[  311.167450] Hardware name: Intel Corporation S2600STB/S2600STB, BIOS SE5C620.86B.00.01.2001.062220170731 06/22/2017
[  311.167459] Workqueue: nvme-wq nvme_reset_work [nvme]
[  311.167464] RIP: 0010:irq_matrix_remove_managed+0x108/0x120
[  311.167466] RSP: 0018:ffffb01f0f387a88 EFLAGS: 00010046
[  311.167469] RAX: 0000000000000000 RBX: ffff9e387df24900 RCX: 0000000000000038
[  311.167471] RDX: 0000000000000038 RSI: 0000000000000000 RDI: ffff9e3871bcd3c0
[  311.167472] RBP: 0000000000000038 R08: fffffffffffffffc R09: 0300000000000003
[  311.167474] R10: ffff9e387d402480 R11: ffff9e3838149d1c R12: ffff9e387d410c00
[  311.167476] R13: ffff9e387d410c30 R14: 0000000000000021 R15: 00000000000000ee
[  311.167478] FS:  0000000000000000(0000) GS:ffff9e387d840000(0000) knlGS:0000000000000000
[  311.167481] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  311.167483] CR2: 00007fbe60000b20 CR3: 00000010f5209001 CR4: 00000000007606e0
[  311.167486] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  311.167489] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  311.167490] PKRU: 55555554
[  311.167491] Call Trace:
[  311.167505]  x86_vector_free_irqs+0xa1/0x180
[  311.167515]  ? cpumask_next+0x17/0x20
[  311.167520]  x86_vector_alloc_irqs+0x1e4/0x3a0
[  311.167525]  msi_domain_alloc+0x62/0x130
[  311.167532]  ? kmem_cache_alloc_node_trace+0x1ac/0x1d0
[  311.167536]  __irq_domain_alloc_irqs+0x121/0x300
[  311.167540]  msi_domain_alloc_irqs+0x99/0x2e0
[  311.167547]  native_setup_msi_irqs+0x54/0x90
[  311.167556]  __pci_enable_msix+0xfb/0x4e0
[  311.167562]  pci_alloc_irq_vectors_affinity+0x8e/0x130
[  311.167568]  nvme_reset_work+0x919/0x153b [nvme]
[  311.167576]  ? update_curr+0xe4/0x1d0
[  311.167580]  ? account_entity_dequeue+0xa4/0xd0
[  311.167584]  ? dequeue_entity+0xd5/0x430
[  311.167589]  ? pick_next_task_fair+0x14f/0x5f0
[  311.167597]  ? __switch_to+0xa2/0x430
[  311.167603]  ? sched_clock+0x5/0x10
[  311.167607]  ? put_prev_entity+0x1e/0xe0
[  311.167612]  process_one_work+0x182/0x370
[  311.167616]  worker_thread+0x2e/0x380
[  311.167619]  ? process_one_work+0x370/0x370
[  311.167623]  kthread+0x111/0x130
[  311.167628]  ? kthread_create_worker_on_cpu+0x70/0x70
[  311.167633]  ret_from_fork+0x1f/0x30
[  311.167637] Code: 18 49 89 d8 4c 89 e1 89 ea 44 89 f6 41 ff d1 4d 8b 0f 4d 85 c9 75 e2 e9 2a ff ff ff 48 83 c4 08 5b 5d 41 5c 41 5d 41 5e 41 5f c3 <0f> ff e9 14 ff ff ff 0f ff e9 0d ff ff ff 66 2e 0f 1f 84 00 00 
[  311.167691] ---[ end trace 8fcc70570a780635 ]---
[  311.172737] WARNING: CPU: 0 PID: 894 at arch/x86/kernel/apic/vector.c:404 x86_vector_activate+0x160/0x280
[  311.172739] Modules linked in: nvme ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_raw iptable_security ebtable_filter ebtables ip6table_filter ip6_tables sunrpc vfat fat intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_uncore intel_rapl_perf iTCO_wdt joydev iTCO_vendor_support ipmi_ssif ipmi_si mei_me mei shpchp i2c_i801 wmi lpc_ich ipmi_devintf ioatdma ipmi_msghandler dca acpi_pad acpi_power_meter xfs libcrc32c ast i2c_algo_bit drm_kms_helper ttm drm i40e crc32c_intel
[  311.172801]  ptp nvme_core pps_core [last unloaded: nvme]
[  311.172808] CPU: 0 PID: 894 Comm: kworker/u673:5 Tainted: G        W        4.15.0-rc7+ #4
[  311.172809] Hardware name: Intel Corporation S2600STB/S2600STB, BIOS SE5C620.86B.00.01.2001.062220170731 06/22/2017
[  311.172817] Workqueue: nvme-wq nvme_reset_work [nvme]
[  311.172822] RIP: 0010:x86_vector_activate+0x160/0x280
[  311.172824] RSP: 0018:ffffb01f0f367b88 EFLAGS: 00010086
[  311.172827] RAX: 00000000ffffffe4 RBX: ffff9e386a90e380 RCX: 0000000000000000
[  311.172829] RDX: 0000000000000100 RSI: 00000000000000ee RDI: ffff9e387d410c50
[  311.172830] RBP: 0000000000000150 R08: 0000000000000100 R09: 0000000000000000
[  311.172832] R10: 0000000000000018 R11: 0000000000000003 R12: 00000000ffffffe4
[  311.172833] R13: 0000000000000000 R14: 0000000000000002 R15: ffff9e386a0b70a4
[  311.172835] FS:  0000000000000000(0000) GS:ffff9e387d800000(0000) knlGS:0000000000000000
[  311.172837] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  311.172839] CR2: 00007f268d3d5000 CR3: 00000010f5209001 CR4: 00000000007606f0
[  311.172841] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  311.172842] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  311.172843] PKRU: 55555554
[  311.172844] Call Trace:
[  311.172855]  ? kernfs_activate+0x63/0x80
[  311.172864]  __irq_domain_activate_irq+0x43/0x90
[  311.172869]  ? __kernfs_create_file+0x7d/0xb0
[  311.172874]  __irq_domain_activate_irq+0x7a/0x90
[  311.172877]  irq_domain_activate_irq+0x25/0x40
[  311.172882]  irq_startup+0xb2/0xe0
[  311.172887]  __setup_irq+0x66d/0x6e0
[  311.172891]  ? request_threaded_irq+0xad/0x160
[  311.172894]  request_threaded_irq+0xf5/0x160
[  311.172900]  ? nvme_del_cq_end+0x70/0x70 [nvme]
[  311.172906]  pci_request_irq+0x8f/0xd0
[  311.172912]  queue_request_irq+0x4d/0x70 [nvme]
[  311.172917]  nvme_reset_work+0x934/0x153b [nvme]
[  311.172924]  ? update_curr+0xe4/0x1d0
[  311.172928]  ? account_entity_dequeue+0xa4/0xd0
[  311.172932]  ? dequeue_entity+0xd5/0x430
[  311.172937]  ? pick_next_task_fair+0x14f/0x5f0
[  311.172943]  ? __switch_to+0xa2/0x430
[  311.172947]  ? sched_clock+0x5/0x10
[  311.172951]  ? put_prev_entity+0x1e/0xe0
[  311.172956]  process_one_work+0x182/0x370
[  311.172959]  worker_thread+0x2e/0x380
[  311.172962]  ? process_one_work+0x370/0x370
[  311.172966]  kthread+0x111/0x130
[  311.172971]  ? kthread_create_worker_on_cpu+0x70/0x70
[  311.172975]  ret_from_fork+0x1f/0x30
[  311.172978] Code: 4b c2 3d 01 48 8b 3d a0 8a 9c 01 48 89 ee e8 88 33 3d 00 48 39 c5 0f 84 05 01 00 00 48 89 df e8 07 fd ff ff 85 c0 41 89 c4 79 a1 <0f> ff 8b 73 04 48 c7 c7 38 27 08 92 e8 f9 15 0b 00 eb 8e 45 31 
[  311.173032] ---[ end trace 8fcc70570a780636 ]---
[  311.173034] Managed startup irq 41, no vector available
[  311.173090] WARNING: CPU: 0 PID: 894 at kernel/irq/chip.c:226 irq_startup+0xd6/0xe0
[  311.173090] Modules linked in: nvme ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_raw iptable_security ebtable_filter ebtables ip6table_filter ip6_tables sunrpc vfat fat intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_uncore intel_rapl_perf iTCO_wdt joydev iTCO_vendor_support ipmi_ssif ipmi_si mei_me mei shpchp i2c_i801 wmi lpc_ich ipmi_devintf ioatdma ipmi_msghandler dca acpi_pad acpi_power_meter xfs libcrc32c ast i2c_algo_bit drm_kms_helper ttm drm i40e crc32c_intel
[  311.173140]  ptp nvme_core pps_core [last unloaded: nvme]
[  311.173145] CPU: 0 PID: 894 Comm: kworker/u673:5 Tainted: G        W        4.15.0-rc7+ #4
[  311.173147] Hardware name: Intel Corporation S2600STB/S2600STB, BIOS SE5C620.86B.00.01.2001.062220170731 06/22/2017
[  311.173151] Workqueue: nvme-wq nvme_reset_work [nvme]
[  311.173156] RIP: 0010:irq_startup+0xd6/0xe0
[  311.173158] RSP: 0018:ffffb01f0f367c28 EFLAGS: 00010086
[  311.173160] RAX: 00000000ffffffe4 RBX: ffff9e386a0b7000 RCX: 0000000000000006
[  311.173162] RDX: 0000000000000000 RSI: 0000000000000002 RDI: 0000000000000000
[  311.173163] RBP: ffff9e386a90e580 R08: 0000000000000720 R09: 0000000000000000
[  311.173164] R10: 0000000000000018 R11: ffff9e386c83c790 R12: 0000000000000001
[  311.173166] R13: ffff9e386a0b7028 R14: ffff9e386a0b7160 R15: ffff9e386a0b70a4
[  311.173168] FS:  0000000000000000(0000) GS:ffff9e387d800000(0000) knlGS:0000000000000000
[  311.173169] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  311.173171] CR2: 00007f268d3d5000 CR3: 00000010f5209001 CR4: 00000000007606f0
[  311.173172] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  311.173174] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  311.173175] PKRU: 55555554
[  311.173176] Call Trace:
[  311.173180]  __setup_irq+0x66d/0x6e0
[  311.173183]  ? request_threaded_irq+0xad/0x160
[  311.173187]  request_threaded_irq+0xf5/0x160
[  311.173191]  ? nvme_del_cq_end+0x70/0x70 [nvme]
[  311.173194]  pci_request_irq+0x8f/0xd0
[  311.173199]  queue_request_irq+0x4d/0x70 [nvme]
[  311.173203]  nvme_reset_work+0x934/0x153b [nvme]
[  311.173207]  ? update_curr+0xe4/0x1d0
[  311.173211]  ? account_entity_dequeue+0xa4/0xd0
[  311.173215]  ? dequeue_entity+0xd5/0x430
[  311.173220]  ? pick_next_task_fair+0x14f/0x5f0
[  311.173223]  ? __switch_to+0xa2/0x430
[  311.173227]  ? sched_clock+0x5/0x10
[  311.173231]  ? put_prev_entity+0x1e/0xe0
[  311.173234]  process_one_work+0x182/0x370
[  311.173237]  worker_thread+0x2e/0x380
[  311.173240]  ? process_one_work+0x370/0x370
[  311.173243]  kthread+0x111/0x130
[  311.173248]  ? kthread_create_worker_on_cpu+0x70/0x70
[  311.173250]  ret_from_fork+0x1f/0x30
[  311.173253] Code: 89 ef e8 0e 2f 00 00 85 c0 75 20 48 89 ee 31 d2 4c 89 ef e8 ad da ff ff 48 89 df e8 d5 fe ff ff 89 c5 e9 65 ff ff ff 0f ff eb b9 <0f> ff eb b5 66 0f 1f 44 00 00 0f 1f 44 00 00 55 53 48 89 fd 48 
[  311.173306] ---[ end trace 8fcc70570a780637 ]---
[  371.677929] nvme nvme0: I/O 21 QID 0 timeout, completion polled
[  431.709906] nvme nvme0: I/O 21 QID 0 timeout, completion polled
[  491.997931] nvme nvme0: I/O 5 QID 0 timeout, completion polled
[  552.733905] nvme nvme0: I/O 25 QID 0 timeout, completion polled
[  552.733990] Managed startup irq 43, no vector available

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-15  3:02 ` [BUG 4.15-rc7] IRQ matrix management errors Keith Busch
@ 2018-01-15  9:13   ` Thomas Gleixner
  2018-01-16  6:16     ` Keith Busch
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-15  9:13 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Sun, 14 Jan 2018, Keith Busch wrote:

> I hoped to have a better report before the weekend, but I've run out of
> time and without my machine till next week, so sending what I have and
> praying someone more in the know will have a better clue.
> 
> I've a few NVMe drives and occasionally the IRQ teardown and bring-up
> is failing. Resetting the controllers to re-run interrupt allocation
> results in device interrupts from not occuring at all.
> 
> It appears I need at least 2 NVMe drives for the problem. The NVMe
> driver initializes controllers in parallel, and multiple threads calling
> pci_alloc_irq_vectors and/or pci_free_vectors at about the same time
> seems required to trigger the issue.
> 
> Here are the relavent warnings. I also have trace events from irq_matrix
> and irq_vectors, but from a different run that won't match up to the
> timestamps below, but can send if that's helpful.

The dmesg is not that interesting. The traces definitely are if you can
identify the point where it goes into lala land.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-15  9:13   ` Thomas Gleixner
@ 2018-01-16  6:16     ` Keith Busch
  2018-01-16  7:11       ` Keith Busch
  0 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-16  6:16 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 4229 bytes --]

On Mon, Jan 15, 2018 at 01:13:29AM -0800, Thomas Gleixner wrote:
> 
> The dmesg is not that interesting. The traces definitely are if you can
> identify the point where it goes into lala land.

The attached is with irq_matrix and irq_vector trace events enabled,
but I've stripped out irq_work_*, local_timer_*, rescheudle_*,
and call_function_* messages removed, as these appear to be traced
continuously unrelated to the allocations. I stopped at the first warning
rather than let it continue.

Here's the warning the trace events in the attachment were captured with:

[  334.567321] WARNING: CPU: 28 PID: 1421 at kernel/irq/matrix.c:222 irq_matrix_remove_managed+0x10f/0x120
[  334.567323] Modules linked in: nvme ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_raw iptable_security ebtable_filter ebtables ip6table_filter ip6_tables sunrpc vfat fat intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_uncore intel_rapl_perf iTCO_wdt joydev iTCO_vendor_support ipmi_ssif ipmi_si mei_me ipmi_devintf mei shpchp i2c_i801 ipmi_msghandler lpc_ich ioatdma wmi dca acpi_power_meter acpi_pad xfs libcrc32c ast i2c_algo_bit drm_kms_helper ttm drm i40e crc32c_intel
[  334.567391]  ptp nvme_core pps_core [last unloaded: nvme]
[  334.567398] CPU: 28 PID: 1421 Comm: kworker/u674:3 Not tainted 4.15.0-rc8+ #6
[  334.567401] Hardware name: Intel Corporation S2600STB/S2600STB, BIOS SE5C620.86B.00.01.2001.062220170731 06/22/2017
[  334.567407] Workqueue: nvme-wq nvme_reset_work [nvme]
[  334.567412] RIP: 0010:irq_matrix_remove_managed+0x10f/0x120
[  334.567414] RSP: 0018:ffffbada0af13a88 EFLAGS: 00010046
[  334.567417] RAX: 00000000000000ee RBX: ffff9c45bd824900 RCX: 0000000000000000
[  334.567419] RDX: 0000000000000100 RSI: 00000000000000ee RDI: ffff9c45bd410c50
[  334.567420] RBP: 0000000000000000 R08: 0000000000000100 R09: 0000000000000000
[  334.567422] R10: 0000000000000018 R11: 0000000000000003 R12: ffff9c45bd410c00
[  334.567423] R13: ffff9c45bd410c30 R14: 00000000000000ee R15: 00000000000000ee
[  334.567426] FS:  0000000000000000(0000) GS:ffff9c55bcc00000(0000) knlGS:0000000000000000
[  334.567427] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  334.567429] CR2: 0000557bd66ab730 CR3: 00000019f9209002 CR4: 00000000007606e0
[  334.567431] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  334.567432] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  334.567433] PKRU: 55555554
[  334.567434] Call Trace:
[  334.567445]  x86_vector_free_irqs+0xa1/0x180
[  334.567451]  x86_vector_alloc_irqs+0x1e4/0x3a0
[  334.567455]  msi_domain_alloc+0x62/0x130
[  334.567463]  ? kmem_cache_alloc_node_trace+0x1ac/0x1d0
[  334.567467]  __irq_domain_alloc_irqs+0x121/0x300
[  334.567471]  msi_domain_alloc_irqs+0x99/0x2e0
[  334.567477]  native_setup_msi_irqs+0x54/0x90
[  334.567484]  __pci_enable_msix+0xfb/0x4e0
[  334.567489]  pci_alloc_irq_vectors_affinity+0x8e/0x130
[  334.567495]  nvme_reset_work+0x919/0x153b [nvme]
[  334.567503]  ? update_curr+0xe4/0x1d0
[  334.567508]  ? account_entity_dequeue+0xa4/0xd0
[  334.567512]  ? dequeue_entity+0xd5/0x430
[  334.567515]  ? pick_next_task_fair+0x14f/0x5f0
[  334.567525]  ? __switch_to+0xa2/0x430
[  334.567532]  ? sched_clock+0x5/0x10
[  334.567536]  ? put_prev_entity+0x1e/0xe0
[  334.567542]  process_one_work+0x182/0x370
[  334.567546]  worker_thread+0x2e/0x380
[  334.567549]  ? process_one_work+0x370/0x370
[  334.567554]  kthread+0x111/0x130
[  334.567560]  ? kthread_create_worker_on_cpu+0x70/0x70
[  334.567566]  ? do_syscall_64+0x61/0x170
[  334.567573]  ? SyS_exit_group+0x10/0x10
[  334.567580]  ret_from_fork+0x1f/0x30
[  334.567584] Code: 89 ea 44 89 f6 41 ff d1 4d 8b 0f 4d 85 c9 75 e2 e9 2a ff ff ff 48 83 c4 08 5b 5d 41 5c 41 5d 41 5e 41 5f c3 0f ff e9 14 ff ff ff <0f> ff e9 0d ff ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00
[  334.567637] ---[ end trace b97ec0c6a11aa61f ]---


[-- Attachment #2: irq-trace-events --]
[-- Type: text/plain, Size: 201306 bytes --]

          <idle>-0     [020] d.h.   320.578762: irq_matrix_alloc: bit=33 cpu=73 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22307, global_rsvd=154, total_alloc=429
          <idle>-0     [020] d.h.   320.578764: vector_update: irq=106 vector=33 cpu=73 prev_vector=37 prev_cpu=20
          <idle>-0     [020] d.h.   320.578765: vector_alloc: irq=106 vector=33 reserved=1 ret=0
          <idle>-0     [020] d.h.   320.578765: vector_config: irq=106 vector=33 cpu=73 apicdest=0x00000027
          <idle>-0     [020] d.h.   323.506053: vector_free_moved: irq=106 cpu=20 vector=37 is_managed=0
          <idle>-0     [020] d.h.   323.506054: irq_matrix_free: bit=37 cpu=20 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22308, global_rsvd=154, total_alloc=428
          <idle>-0     [018] d.h.   323.879914: vector_free_moved: irq=67 cpu=18 vector=37 is_managed=0
          <idle>-0     [018] d.h.   323.879916: irq_matrix_free: bit=37 cpu=18 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22309, global_rsvd=154, total_alloc=427
          <idle>-0     [009] d.h.   327.972853: irq_matrix_alloc: bit=33 cpu=81 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22308, global_rsvd=154, total_alloc=428
          <idle>-0     [009] d.h.   327.972855: vector_update: irq=64 vector=33 cpu=81 prev_vector=37 prev_cpu=9
          <idle>-0     [009] d.h.   327.972856: vector_alloc: irq=64 vector=33 reserved=1 ret=0
          <idle>-0     [009] d.h.   327.972856: vector_config: irq=64 vector=33 cpu=81 apicdest=0x00000039
          <idle>-0     [000] d.h.   327.972899: vector_free_moved: irq=64 cpu=9 vector=37 is_managed=0
          <idle>-0     [000] d.h.   327.972901: irq_matrix_free: bit=37 cpu=9 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22309, global_rsvd=154, total_alloc=427
  kworker/u673:8-898   [078] d...   332.805743: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=155, total_alloc=427
  kworker/u673:8-898   [078] d...   332.805744: vector_reserve: irq=40 ret=0
  kworker/u673:8-898   [078] d...   332.805745: vector_config: irq=40 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [078] ....   332.805746: vector_setup: irq=40 is_legacy=0 ret=0
  kworker/u673:8-898   [078] d...   332.805860: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=156, total_alloc=427
  kworker/u673:8-898   [078] d...   332.805861: vector_reserve: irq=41 ret=0
  kworker/u673:8-898   [078] d...   332.805861: vector_config: irq=41 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [078] ....   332.805861: vector_setup: irq=41 is_legacy=0 ret=0
  kworker/u673:8-898   [078] ....   332.805865: vector_activate: irq=41 is_managed=0 can_reserve=1 reserve=1
  kworker/u673:8-898   [078] d...   332.805865: vector_config: irq=41 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [077] d...   332.805936: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=157, total_alloc=427
  kworker/u673:5-895   [077] d...   332.805937: vector_reserve: irq=42 ret=0
  kworker/u673:5-895   [077] d...   332.805938: vector_config: irq=42 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [077] ....   332.805939: vector_setup: irq=42 is_legacy=0 ret=0
  kworker/u673:5-895   [077] d...   332.806033: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [077] d...   332.806034: vector_reserve: irq=43 ret=0
  kworker/u673:5-895   [077] d...   332.806035: vector_config: irq=43 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [077] ....   332.806035: vector_setup: irq=43 is_legacy=0 ret=0
  kworker/u673:5-895   [077] ....   332.806039: vector_activate: irq=43 is_managed=0 can_reserve=1 reserve=1
  kworker/u673:5-895   [077] d...   332.806040: vector_config: irq=43 vector=239 cpu=0 apicdest=0x00000000
  kworker/u674:3-1421  [029] d...   332.806256: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=159, total_alloc=427
  kworker/u674:3-1421  [029] d...   332.806257: vector_reserve: irq=44 ret=0
  kworker/u674:3-1421  [029] d...   332.806258: vector_config: irq=44 vector=239 cpu=0 apicdest=0x00000000
  kworker/u674:3-1421  [029] ....   332.806259: vector_setup: irq=44 is_legacy=0 ret=0
  kworker/u674:3-1421  [029] d...   332.806351: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=160, total_alloc=427
  kworker/u674:3-1421  [029] d...   332.806351: vector_reserve: irq=45 ret=0
  kworker/u674:3-1421  [029] d...   332.806352: vector_config: irq=45 vector=239 cpu=0 apicdest=0x00000000
  kworker/u674:3-1421  [029] ....   332.806352: vector_setup: irq=45 is_legacy=0 ret=0
  kworker/u674:3-1421  [029] ....   332.806355: vector_activate: irq=45 is_managed=0 can_reserve=1 reserve=1
  kworker/u674:3-1421  [029] d...   332.806356: vector_config: irq=45 vector=239 cpu=0 apicdest=0x00000000
          <idle>-0     [059] d.h.   332.966211: irq_matrix_alloc: bit=33 cpu=74 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22308, global_rsvd=160, total_alloc=428
          <idle>-0     [059] d.h.   332.966214: vector_update: irq=51 vector=33 cpu=74 prev_vector=37 prev_cpu=59
          <idle>-0     [059] d.h.   332.966214: vector_alloc: irq=51 vector=33 reserved=1 ret=0
          <idle>-0     [059] d.h.   332.966215: vector_config: irq=51 vector=33 cpu=74 apicdest=0x00000029
          <idle>-0     [059] d.h.   332.966328: vector_free_moved: irq=51 cpu=59 vector=37 is_managed=0
          <idle>-0     [059] d.h.   332.966329: irq_matrix_free: bit=37 cpu=59 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22309, global_rsvd=160, total_alloc=427
  kworker/u673:5-895   [077] d...   333.017669: vector_activate: irq=43 is_managed=0 can_reserve=1 reserve=0
  kworker/u673:5-895   [077] d...   333.017671: irq_matrix_alloc: bit=42 cpu=0 online=1 avl=88 alloc=115 managed=0 online_maps=112 global_avl=22308, global_rsvd=159, total_alloc=428
  kworker/u673:5-895   [077] d...   333.017671: vector_update: irq=43 vector=42 cpu=0 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [077] d...   333.017672: vector_alloc: irq=43 vector=42 reserved=1 ret=0
  kworker/u673:5-895   [077] d...   333.017672: vector_config: irq=43 vector=42 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [079] d...   333.017673: vector_activate: irq=41 is_managed=0 can_reserve=1 reserve=0
  kworker/u673:8-898   [079] d...   333.017675: irq_matrix_alloc: bit=55 cpu=0 online=1 avl=87 alloc=116 managed=0 online_maps=112 global_avl=22307, global_rsvd=158, total_alloc=429
  kworker/u673:8-898   [079] d...   333.017675: vector_update: irq=41 vector=55 cpu=0 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [079] d...   333.017676: vector_alloc: irq=41 vector=55 reserved=1 ret=0
  kworker/u673:8-898   [079] d...   333.017676: vector_config: irq=41 vector=55 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [077] d...   333.017677: vector_config: irq=43 vector=42 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [079] d...   333.017680: vector_config: irq=41 vector=55 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] d...   333.018796: vector_deactivate: irq=41 is_managed=0 can_reserve=1 reserve=0
  kworker/u673:8-898   [002] d...   333.018799: vector_clear: irq=41 vector=55 cpu=0 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.018800: irq_matrix_free: bit=55 cpu=0 online=1 avl=88 alloc=115 managed=0 online_maps=112 global_avl=22308, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] d...   333.018801: irq_matrix_reserve: online_maps=112 global_avl=22308, global_rsvd=159, total_alloc=428
  kworker/u673:8-898   [002] d...   333.018801: vector_reserve: irq=41 ret=0
  kworker/u673:8-898   [002] d...   333.018802: vector_config: irq=41 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] d...   333.018824: vector_teardown: irq=41 is_managed=0 has_reserved=1
  kworker/u673:8-898   [002] d...   333.018825: irq_matrix_remove_reserved: online_maps=112 global_avl=22308, global_rsvd=158, total_alloc=428
  kworker/u673:5-895   [000] d...   333.018923: vector_deactivate: irq=43 is_managed=0 can_reserve=1 reserve=0
  kworker/u673:5-895   [000] d...   333.018924: vector_clear: irq=43 vector=42 cpu=0 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.018925: irq_matrix_free: bit=42 cpu=0 online=1 avl=89 alloc=114 managed=0 online_maps=112 global_avl=22309, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.018925: irq_matrix_reserve: online_maps=112 global_avl=22309, global_rsvd=159, total_alloc=427
  kworker/u673:5-895   [000] d...   333.018926: vector_reserve: irq=43 ret=0
  kworker/u673:5-895   [000] d...   333.018927: vector_config: irq=43 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] d...   333.018943: vector_teardown: irq=43 is_managed=0 has_reserved=1
  kworker/u673:5-895   [000] d...   333.018944: irq_matrix_remove_reserved: online_maps=112 global_avl=22309, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] d...   333.019098: irq_matrix_reserve_managed: bit=42 cpu=0 online=1 avl=88 alloc=114 managed=1 online_maps=112 global_avl=22308, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019100: vector_reserve_managed: irq=41 ret=0
  kworker/u673:8-898   [002] ....   333.019100: vector_setup: irq=41 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019144: irq_matrix_reserve_managed: bit=34 cpu=1 online=1 avl=1 alloc=201 managed=1 online_maps=112 global_avl=22307, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019145: vector_reserve_managed: irq=43 ret=0
  kworker/u673:8-898   [002] ....   333.019145: vector_setup: irq=43 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019207: irq_matrix_reserve_managed: bit=55 cpu=0 online=1 avl=87 alloc=114 managed=2 online_maps=112 global_avl=22306, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019208: irq_matrix_reserve_managed: bit=35 cpu=1 online=1 avl=0 alloc=201 managed=2 online_maps=112 global_avl=22305, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019208: irq_matrix_reserve_managed: bit=34 cpu=56 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22304, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019209: irq_matrix_reserve_managed: bit=33 cpu=57 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22303, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019210: vector_reserve_managed: irq=562 ret=0
  kworker/u673:5-895   [000] ....   333.019210: vector_setup: irq=562 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019252: irq_matrix_reserve_managed: bit=33 cpu=2 online=1 avl=193 alloc=9 managed=1 online_maps=112 global_avl=22302, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019252: vector_reserve_managed: irq=563 ret=0
  kworker/u673:8-898   [002] ....   333.019252: vector_setup: irq=563 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019295: irq_matrix_reserve_managed: bit=34 cpu=2 online=1 avl=192 alloc=9 managed=2 online_maps=112 global_avl=22301, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019296: irq_matrix_reserve_managed: bit=34 cpu=3 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22300, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019296: irq_matrix_reserve_managed: bit=34 cpu=58 online=1 avl=198 alloc=4 managed=1 online_maps=112 global_avl=22299, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019296: irq_matrix_reserve_managed: bit=33 cpu=59 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22298, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019297: vector_reserve_managed: irq=564 ret=0
  kworker/u673:5-895   [000] ....   333.019297: vector_setup: irq=564 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019338: irq_matrix_reserve_managed: bit=35 cpu=3 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22297, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019338: vector_reserve_managed: irq=565 ret=0
  kworker/u673:8-898   [002] ....   333.019339: vector_setup: irq=565 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019380: irq_matrix_reserve_managed: bit=34 cpu=4 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22296, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019380: irq_matrix_reserve_managed: bit=33 cpu=5 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22295, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019381: irq_matrix_reserve_managed: bit=33 cpu=60 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22294, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019382: irq_matrix_reserve_managed: bit=33 cpu=61 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22293, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019382: vector_reserve_managed: irq=566 ret=0
  kworker/u673:5-895   [000] ....   333.019382: vector_setup: irq=566 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019422: irq_matrix_reserve_managed: bit=35 cpu=4 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22292, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019423: vector_reserve_managed: irq=567 ret=0
  kworker/u673:8-898   [002] ....   333.019423: vector_setup: irq=567 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019464: irq_matrix_reserve_managed: bit=34 cpu=6 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22291, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019465: irq_matrix_reserve_managed: bit=33 cpu=7 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22290, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019465: irq_matrix_reserve_managed: bit=33 cpu=62 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22289, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019466: irq_matrix_reserve_managed: bit=34 cpu=63 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22288, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019466: vector_reserve_managed: irq=568 ret=0
  kworker/u673:5-895   [000] ....   333.019467: vector_setup: irq=568 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019508: irq_matrix_reserve_managed: bit=34 cpu=5 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22287, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019509: vector_reserve_managed: irq=569 ret=0
  kworker/u673:8-898   [002] ....   333.019509: vector_setup: irq=569 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019550: irq_matrix_reserve_managed: bit=33 cpu=8 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22286, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019550: irq_matrix_reserve_managed: bit=34 cpu=9 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22285, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019551: irq_matrix_reserve_managed: bit=33 cpu=64 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22284, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019552: irq_matrix_reserve_managed: bit=34 cpu=65 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22283, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019552: vector_reserve_managed: irq=570 ret=0
  kworker/u673:5-895   [000] ....   333.019552: vector_setup: irq=570 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019618: irq_matrix_reserve_managed: bit=35 cpu=6 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22282, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019618: vector_reserve_managed: irq=571 ret=0
  kworker/u673:8-898   [002] ....   333.019619: vector_setup: irq=571 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019660: irq_matrix_reserve_managed: bit=34 cpu=10 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22281, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019661: irq_matrix_reserve_managed: bit=33 cpu=11 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22280, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019661: irq_matrix_reserve_managed: bit=34 cpu=66 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22279, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019661: irq_matrix_reserve_managed: bit=34 cpu=67 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22278, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019662: vector_reserve_managed: irq=572 ret=0
  kworker/u673:5-895   [000] ....   333.019662: vector_setup: irq=572 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019702: irq_matrix_reserve_managed: bit=34 cpu=7 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22277, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019703: vector_reserve_managed: irq=573 ret=0
  kworker/u673:8-898   [002] ....   333.019703: vector_setup: irq=573 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019744: irq_matrix_reserve_managed: bit=34 cpu=12 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22276, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019744: irq_matrix_reserve_managed: bit=33 cpu=13 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22275, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019745: irq_matrix_reserve_managed: bit=34 cpu=68 online=1 avl=198 alloc=4 managed=1 online_maps=112 global_avl=22274, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019745: irq_matrix_reserve_managed: bit=34 cpu=69 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22273, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019745: vector_reserve_managed: irq=574 ret=0
  kworker/u673:5-895   [000] ....   333.019746: vector_setup: irq=574 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019785: irq_matrix_reserve_managed: bit=34 cpu=8 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22272, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019786: vector_reserve_managed: irq=575 ret=0
  kworker/u673:8-898   [002] ....   333.019786: vector_setup: irq=575 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019827: irq_matrix_reserve_managed: bit=34 cpu=14 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22271, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019827: irq_matrix_reserve_managed: bit=33 cpu=15 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22270, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019828: irq_matrix_reserve_managed: bit=33 cpu=70 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22269, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019828: irq_matrix_reserve_managed: bit=34 cpu=71 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22268, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019828: vector_reserve_managed: irq=576 ret=0
  kworker/u673:5-895   [000] ....   333.019829: vector_setup: irq=576 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019869: irq_matrix_reserve_managed: bit=36 cpu=9 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22267, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019869: vector_reserve_managed: irq=577 ret=0
  kworker/u673:8-898   [002] ....   333.019869: vector_setup: irq=577 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019914: irq_matrix_reserve_managed: bit=33 cpu=16 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22266, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019915: irq_matrix_reserve_managed: bit=35 cpu=17 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22265, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019915: irq_matrix_reserve_managed: bit=33 cpu=72 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22264, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019916: irq_matrix_reserve_managed: bit=34 cpu=73 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22263, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.019916: vector_reserve_managed: irq=578 ret=0
  kworker/u673:5-895   [000] ....   333.019916: vector_setup: irq=578 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.019957: irq_matrix_reserve_managed: bit=35 cpu=10 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22262, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.019957: vector_reserve_managed: irq=579 ret=0
  kworker/u673:8-898   [002] ....   333.019958: vector_setup: irq=579 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.019999: irq_matrix_reserve_managed: bit=34 cpu=18 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22261, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.019999: irq_matrix_reserve_managed: bit=34 cpu=19 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22260, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020000: irq_matrix_reserve_managed: bit=34 cpu=74 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22259, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020000: irq_matrix_reserve_managed: bit=33 cpu=75 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22258, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020000: vector_reserve_managed: irq=580 ret=0
  kworker/u673:5-895   [000] ....   333.020001: vector_setup: irq=580 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020042: irq_matrix_reserve_managed: bit=34 cpu=11 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22257, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020042: vector_reserve_managed: irq=581 ret=0
  kworker/u673:8-898   [002] ....   333.020043: vector_setup: irq=581 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020083: irq_matrix_reserve_managed: bit=34 cpu=20 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22256, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020084: irq_matrix_reserve_managed: bit=35 cpu=21 online=1 avl=198 alloc=4 managed=1 online_maps=112 global_avl=22255, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020084: irq_matrix_reserve_managed: bit=33 cpu=76 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22254, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020085: irq_matrix_reserve_managed: bit=33 cpu=77 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22253, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020085: vector_reserve_managed: irq=582 ret=0
  kworker/u673:5-895   [000] ....   333.020085: vector_setup: irq=582 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020127: irq_matrix_reserve_managed: bit=35 cpu=12 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22252, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020128: vector_reserve_managed: irq=583 ret=0
  kworker/u673:8-898   [002] ....   333.020128: vector_setup: irq=583 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020176: irq_matrix_reserve_managed: bit=33 cpu=22 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22251, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020177: irq_matrix_reserve_managed: bit=33 cpu=23 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22250, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020177: irq_matrix_reserve_managed: bit=33 cpu=78 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22249, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020178: vector_reserve_managed: irq=584 ret=0
  kworker/u673:5-895   [000] ....   333.020178: vector_setup: irq=584 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020220: irq_matrix_reserve_managed: bit=34 cpu=13 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22248, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020221: vector_reserve_managed: irq=585 ret=0
  kworker/u673:8-898   [002] ....   333.020221: vector_setup: irq=585 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020261: irq_matrix_reserve_managed: bit=33 cpu=24 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22247, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020262: irq_matrix_reserve_managed: bit=33 cpu=25 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22246, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020262: irq_matrix_reserve_managed: bit=33 cpu=80 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22245, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020262: vector_reserve_managed: irq=586 ret=0
  kworker/u673:5-895   [000] ....   333.020263: vector_setup: irq=586 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020302: irq_matrix_reserve_managed: bit=35 cpu=14 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22244, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020302: vector_reserve_managed: irq=587 ret=0
  kworker/u673:8-898   [002] ....   333.020303: vector_setup: irq=587 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020344: irq_matrix_reserve_managed: bit=33 cpu=26 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22243, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020344: irq_matrix_reserve_managed: bit=34 cpu=27 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22242, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020345: irq_matrix_reserve_managed: bit=33 cpu=82 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22241, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020345: vector_reserve_managed: irq=588 ret=0
  kworker/u673:5-895   [000] ....   333.020345: vector_setup: irq=588 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020387: irq_matrix_reserve_managed: bit=34 cpu=15 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22240, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020387: vector_reserve_managed: irq=589 ret=0
  kworker/u673:8-898   [002] ....   333.020387: vector_setup: irq=589 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020429: irq_matrix_reserve_managed: bit=33 cpu=79 online=1 avl=198 alloc=4 managed=1 online_maps=112 global_avl=22239, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020430: irq_matrix_reserve_managed: bit=35 cpu=81 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22238, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020431: irq_matrix_reserve_managed: bit=33 cpu=83 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22237, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020431: vector_reserve_managed: irq=590 ret=0
  kworker/u673:5-895   [000] ....   333.020431: vector_setup: irq=590 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020471: irq_matrix_reserve_managed: bit=34 cpu=16 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22236, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020471: vector_reserve_managed: irq=591 ret=0
  kworker/u673:8-898   [002] ....   333.020471: vector_setup: irq=591 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020530: irq_matrix_reserve_managed: bit=34 cpu=28 online=1 avl=192 alloc=10 managed=1 online_maps=112 global_avl=22235, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020531: irq_matrix_reserve_managed: bit=33 cpu=29 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22234, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020531: irq_matrix_reserve_managed: bit=33 cpu=84 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22233, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020532: irq_matrix_reserve_managed: bit=33 cpu=85 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22232, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020533: vector_reserve_managed: irq=592 ret=0
  kworker/u673:5-895   [000] ....   333.020533: vector_setup: irq=592 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020578: irq_matrix_reserve_managed: bit=36 cpu=17 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22231, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020579: vector_reserve_managed: irq=593 ret=0
  kworker/u673:8-898   [002] ....   333.020579: vector_setup: irq=593 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020635: irq_matrix_reserve_managed: bit=33 cpu=30 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22230, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020635: irq_matrix_reserve_managed: bit=33 cpu=31 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22229, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020636: irq_matrix_reserve_managed: bit=33 cpu=86 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22228, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020636: irq_matrix_reserve_managed: bit=33 cpu=87 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22227, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020637: vector_reserve_managed: irq=594 ret=0
  kworker/u673:5-895   [000] ....   333.020637: vector_setup: irq=594 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020677: irq_matrix_reserve_managed: bit=35 cpu=18 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22226, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020677: vector_reserve_managed: irq=595 ret=0
  kworker/u673:8-898   [002] ....   333.020678: vector_setup: irq=595 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020718: irq_matrix_reserve_managed: bit=33 cpu=32 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22225, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020719: irq_matrix_reserve_managed: bit=33 cpu=33 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22224, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020719: irq_matrix_reserve_managed: bit=33 cpu=88 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22223, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020720: irq_matrix_reserve_managed: bit=33 cpu=89 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22222, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020720: vector_reserve_managed: irq=596 ret=0
  kworker/u673:5-895   [000] ....   333.020721: vector_setup: irq=596 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020759: irq_matrix_reserve_managed: bit=35 cpu=19 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22221, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020760: vector_reserve_managed: irq=597 ret=0
  kworker/u673:8-898   [002] ....   333.020760: vector_setup: irq=597 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020801: irq_matrix_reserve_managed: bit=33 cpu=34 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22220, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020802: irq_matrix_reserve_managed: bit=33 cpu=35 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22219, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020803: irq_matrix_reserve_managed: bit=33 cpu=90 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22218, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020803: irq_matrix_reserve_managed: bit=33 cpu=91 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22217, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020804: vector_reserve_managed: irq=598 ret=0
  kworker/u673:5-895   [000] ....   333.020804: vector_setup: irq=598 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020843: irq_matrix_reserve_managed: bit=35 cpu=20 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22216, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020843: vector_reserve_managed: irq=599 ret=0
  kworker/u673:8-898   [002] ....   333.020844: vector_setup: irq=599 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020883: irq_matrix_reserve_managed: bit=33 cpu=36 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22215, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020884: irq_matrix_reserve_managed: bit=33 cpu=37 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22214, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020884: irq_matrix_reserve_managed: bit=33 cpu=92 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22213, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020885: irq_matrix_reserve_managed: bit=33 cpu=93 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22212, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020885: vector_reserve_managed: irq=600 ret=0
  kworker/u673:5-895   [000] ....   333.020885: vector_setup: irq=600 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.020923: irq_matrix_reserve_managed: bit=38 cpu=21 online=1 avl=197 alloc=4 managed=2 online_maps=112 global_avl=22211, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.020924: vector_reserve_managed: irq=601 ret=0
  kworker/u673:8-898   [002] ....   333.020924: vector_setup: irq=601 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.020964: irq_matrix_reserve_managed: bit=33 cpu=38 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22210, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020965: irq_matrix_reserve_managed: bit=33 cpu=39 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22209, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020965: irq_matrix_reserve_managed: bit=33 cpu=94 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22208, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.020966: irq_matrix_reserve_managed: bit=33 cpu=95 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22207, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.020966: vector_reserve_managed: irq=602 ret=0
  kworker/u673:5-895   [000] ....   333.020966: vector_setup: irq=602 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021006: irq_matrix_reserve_managed: bit=34 cpu=22 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22206, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021006: vector_reserve_managed: irq=603 ret=0
  kworker/u673:8-898   [002] ....   333.021007: vector_setup: irq=603 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021047: irq_matrix_reserve_managed: bit=33 cpu=40 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22205, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021048: irq_matrix_reserve_managed: bit=33 cpu=41 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22204, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021048: irq_matrix_reserve_managed: bit=33 cpu=96 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22203, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021049: irq_matrix_reserve_managed: bit=33 cpu=97 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22202, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021049: vector_reserve_managed: irq=604 ret=0
  kworker/u673:5-895   [000] ....   333.021049: vector_setup: irq=604 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021088: irq_matrix_reserve_managed: bit=34 cpu=23 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22201, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021089: vector_reserve_managed: irq=605 ret=0
  kworker/u673:8-898   [002] ....   333.021089: vector_setup: irq=605 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021131: irq_matrix_reserve_managed: bit=33 cpu=42 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22200, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021132: irq_matrix_reserve_managed: bit=33 cpu=43 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22199, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021132: irq_matrix_reserve_managed: bit=33 cpu=98 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22198, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021132: irq_matrix_reserve_managed: bit=33 cpu=99 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22197, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021133: vector_reserve_managed: irq=606 ret=0
  kworker/u673:5-895   [000] ....   333.021133: vector_setup: irq=606 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021174: irq_matrix_reserve_managed: bit=34 cpu=24 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22196, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021175: vector_reserve_managed: irq=607 ret=0
  kworker/u673:8-898   [002] ....   333.021175: vector_setup: irq=607 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021216: irq_matrix_reserve_managed: bit=33 cpu=44 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22195, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021217: irq_matrix_reserve_managed: bit=33 cpu=45 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22194, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021218: irq_matrix_reserve_managed: bit=33 cpu=100 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22193, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021218: vector_reserve_managed: irq=608 ret=0
  kworker/u673:5-895   [000] ....   333.021218: vector_setup: irq=608 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021260: irq_matrix_reserve_managed: bit=34 cpu=25 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22192, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021261: vector_reserve_managed: irq=609 ret=0
  kworker/u673:8-898   [002] ....   333.021261: vector_setup: irq=609 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021301: irq_matrix_reserve_managed: bit=33 cpu=46 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22191, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021302: irq_matrix_reserve_managed: bit=33 cpu=47 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22190, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021302: irq_matrix_reserve_managed: bit=33 cpu=102 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22189, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021303: vector_reserve_managed: irq=610 ret=0
  kworker/u673:5-895   [000] ....   333.021303: vector_setup: irq=610 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021346: irq_matrix_reserve_managed: bit=34 cpu=26 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22188, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021346: vector_reserve_managed: irq=611 ret=0
  kworker/u673:8-898   [002] ....   333.021346: vector_setup: irq=611 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021393: irq_matrix_reserve_managed: bit=33 cpu=48 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22187, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021393: irq_matrix_reserve_managed: bit=33 cpu=49 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22186, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021394: irq_matrix_reserve_managed: bit=33 cpu=104 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22185, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021394: vector_reserve_managed: irq=612 ret=0
  kworker/u673:5-895   [000] ....   333.021394: vector_setup: irq=612 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021441: irq_matrix_reserve_managed: bit=35 cpu=27 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22184, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021442: vector_reserve_managed: irq=613 ret=0
  kworker/u673:8-898   [002] ....   333.021442: vector_setup: irq=613 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021488: irq_matrix_reserve_managed: bit=33 cpu=50 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22183, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021489: irq_matrix_reserve_managed: bit=33 cpu=51 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22182, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021489: irq_matrix_reserve_managed: bit=33 cpu=106 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22181, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021489: vector_reserve_managed: irq=614 ret=0
  kworker/u673:5-895   [000] ....   333.021489: vector_setup: irq=614 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021530: irq_matrix_reserve_managed: bit=35 cpu=56 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22180, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021530: vector_reserve_managed: irq=615 ret=0
  kworker/u673:8-898   [002] ....   333.021531: vector_setup: irq=615 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021573: irq_matrix_reserve_managed: bit=33 cpu=52 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22179, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021573: irq_matrix_reserve_managed: bit=33 cpu=53 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22178, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021574: irq_matrix_reserve_managed: bit=33 cpu=108 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22177, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021574: vector_reserve_managed: irq=616 ret=0
  kworker/u673:5-895   [000] ....   333.021575: vector_setup: irq=616 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021620: irq_matrix_reserve_managed: bit=34 cpu=57 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22176, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021621: vector_reserve_managed: irq=617 ret=0
  kworker/u673:8-898   [002] ....   333.021621: vector_setup: irq=617 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021663: irq_matrix_reserve_managed: bit=33 cpu=54 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22175, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021664: irq_matrix_reserve_managed: bit=33 cpu=55 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22174, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021665: irq_matrix_reserve_managed: bit=33 cpu=110 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22173, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021665: vector_reserve_managed: irq=618 ret=0
  kworker/u673:5-895   [000] ....   333.021665: vector_setup: irq=618 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021705: irq_matrix_reserve_managed: bit=35 cpu=58 online=1 avl=197 alloc=4 managed=2 online_maps=112 global_avl=22172, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021705: vector_reserve_managed: irq=619 ret=0
  kworker/u673:8-898   [002] ....   333.021705: vector_setup: irq=619 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021745: irq_matrix_reserve_managed: bit=33 cpu=101 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22171, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021746: irq_matrix_reserve_managed: bit=33 cpu=103 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22170, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021746: irq_matrix_reserve_managed: bit=33 cpu=105 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22169, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021747: vector_reserve_managed: irq=620 ret=0
  kworker/u673:5-895   [000] ....   333.021747: vector_setup: irq=620 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021785: irq_matrix_reserve_managed: bit=34 cpu=59 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22168, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021786: vector_reserve_managed: irq=621 ret=0
  kworker/u673:8-898   [002] ....   333.021786: vector_setup: irq=621 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021828: irq_matrix_reserve_managed: bit=33 cpu=107 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22167, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021829: irq_matrix_reserve_managed: bit=33 cpu=109 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22166, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d...   333.021829: irq_matrix_reserve_managed: bit=33 cpu=111 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22165, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021829: vector_reserve_managed: irq=622 ret=0
  kworker/u673:5-895   [000] ....   333.021830: vector_setup: irq=622 is_legacy=0 ret=0
  kworker/u673:5-895   [000] ....   333.021832: vector_activate: irq=562 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021832: vector_config: irq=562 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021834: vector_activate: irq=564 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021835: vector_config: irq=564 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021837: vector_activate: irq=566 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021837: vector_config: irq=566 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021838: vector_activate: irq=568 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021838: vector_config: irq=568 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021839: vector_activate: irq=570 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021839: vector_config: irq=570 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021841: vector_activate: irq=572 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021841: vector_config: irq=572 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021842: vector_activate: irq=574 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021842: vector_config: irq=574 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021843: vector_activate: irq=576 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021844: vector_config: irq=576 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021845: vector_activate: irq=578 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021845: vector_config: irq=578 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021846: vector_activate: irq=580 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021846: vector_config: irq=580 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021847: vector_activate: irq=582 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021847: vector_config: irq=582 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021848: vector_activate: irq=584 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021848: vector_config: irq=584 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021849: vector_activate: irq=586 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021850: vector_config: irq=586 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021851: vector_activate: irq=588 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021851: vector_config: irq=588 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021852: vector_activate: irq=590 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021852: vector_config: irq=590 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021853: vector_activate: irq=592 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021853: vector_config: irq=592 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021854: vector_activate: irq=594 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021855: vector_config: irq=594 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021856: vector_activate: irq=596 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021856: vector_config: irq=596 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021857: vector_activate: irq=598 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021857: vector_config: irq=598 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021858: vector_activate: irq=600 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021859: vector_config: irq=600 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021860: vector_activate: irq=602 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021860: vector_config: irq=602 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021861: vector_activate: irq=604 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021861: vector_config: irq=604 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021862: vector_activate: irq=606 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021863: vector_config: irq=606 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021864: vector_activate: irq=608 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021864: vector_config: irq=608 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021865: vector_activate: irq=610 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021865: vector_config: irq=610 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021866: vector_activate: irq=612 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021866: vector_config: irq=612 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021867: vector_activate: irq=614 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021868: vector_config: irq=614 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021869: vector_activate: irq=616 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021869: vector_config: irq=616 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] d...   333.021869: irq_matrix_reserve_managed: bit=34 cpu=60 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22164, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] ....   333.021870: vector_activate: irq=618 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] ....   333.021870: vector_reserve_managed: irq=623 ret=0
  kworker/u673:8-898   [002] ....   333.021870: vector_setup: irq=623 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021870: vector_config: irq=618 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021871: vector_activate: irq=620 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021872: vector_config: irq=620 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] ....   333.021873: vector_activate: irq=622 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.021873: vector_config: irq=622 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] d...   333.021912: irq_matrix_reserve_managed: bit=34 cpu=61 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22163, global_rsvd=158, total_alloc=427
  kworker/u673:8-898   [002] ....   333.021912: vector_reserve_managed: irq=624 ret=0
  kworker/u673:8-898   [002] ....   333.021912: vector_setup: irq=624 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.021945: vector_activate: irq=562 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.021946: irq_matrix_alloc_managed: bit=42 cpu=0 online=1 avl=87 alloc=115 managed=2 online_maps=112 global_avl=22163, global_rsvd=158, total_alloc=428
  kworker/u673:5-895   [000] d...   333.021947: vector_alloc_managed: irq=562 vector=42 ret=0
  kworker/u673:5-895   [000] d...   333.021948: vector_update: irq=562 vector=42 cpu=0 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.021949: vector_config: irq=562 vector=42 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] d...   333.021952: irq_matrix_reserve_managed: bit=34 cpu=62 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22162, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.021953: vector_reserve_managed: irq=625 ret=0
  kworker/u673:8-898   [002] ....   333.021953: vector_setup: irq=625 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.021992: irq_matrix_reserve_managed: bit=35 cpu=63 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22161, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.021993: vector_reserve_managed: irq=626 ret=0
  kworker/u673:8-898   [002] ....   333.021993: vector_setup: irq=626 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022033: irq_matrix_reserve_managed: bit=34 cpu=64 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22160, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022034: vector_reserve_managed: irq=627 ret=0
  kworker/u673:8-898   [002] ....   333.022034: vector_setup: irq=627 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022073: irq_matrix_reserve_managed: bit=35 cpu=65 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22159, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022074: vector_reserve_managed: irq=628 ret=0
  kworker/u673:8-898   [002] ....   333.022074: vector_setup: irq=628 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022114: irq_matrix_reserve_managed: bit=35 cpu=66 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22158, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022114: vector_reserve_managed: irq=629 ret=0
  kworker/u673:8-898   [002] ....   333.022114: vector_setup: irq=629 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022153: irq_matrix_reserve_managed: bit=35 cpu=67 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22157, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022154: vector_reserve_managed: irq=630 ret=0
  kworker/u673:8-898   [002] ....   333.022154: vector_setup: irq=630 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022193: irq_matrix_reserve_managed: bit=35 cpu=68 online=1 avl=197 alloc=4 managed=2 online_maps=112 global_avl=22156, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022193: vector_reserve_managed: irq=631 ret=0
  kworker/u673:8-898   [002] ....   333.022194: vector_setup: irq=631 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022233: irq_matrix_reserve_managed: bit=35 cpu=69 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22155, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022233: vector_reserve_managed: irq=632 ret=0
  kworker/u673:8-898   [002] ....   333.022233: vector_setup: irq=632 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022272: irq_matrix_reserve_managed: bit=34 cpu=70 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22154, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022272: vector_reserve_managed: irq=633 ret=0
  kworker/u673:8-898   [002] ....   333.022272: vector_setup: irq=633 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022312: irq_matrix_reserve_managed: bit=35 cpu=71 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22153, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022313: vector_reserve_managed: irq=634 ret=0
  kworker/u673:8-898   [002] ....   333.022313: vector_setup: irq=634 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022355: irq_matrix_reserve_managed: bit=34 cpu=72 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22152, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022356: vector_reserve_managed: irq=635 ret=0
  kworker/u673:8-898   [002] ....   333.022356: vector_setup: irq=635 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022395: irq_matrix_reserve_managed: bit=35 cpu=73 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22151, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022396: vector_reserve_managed: irq=636 ret=0
  kworker/u673:8-898   [002] ....   333.022396: vector_setup: irq=636 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022434: irq_matrix_reserve_managed: bit=35 cpu=74 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22150, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022435: vector_reserve_managed: irq=637 ret=0
  kworker/u673:8-898   [002] ....   333.022435: vector_setup: irq=637 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022475: irq_matrix_reserve_managed: bit=34 cpu=75 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22149, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022475: vector_reserve_managed: irq=638 ret=0
  kworker/u673:8-898   [002] ....   333.022476: vector_setup: irq=638 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022515: irq_matrix_reserve_managed: bit=34 cpu=76 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22148, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022515: vector_reserve_managed: irq=639 ret=0
  kworker/u673:8-898   [002] ....   333.022515: vector_setup: irq=639 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022556: irq_matrix_reserve_managed: bit=34 cpu=77 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22147, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022556: vector_reserve_managed: irq=640 ret=0
  kworker/u673:8-898   [002] ....   333.022556: vector_setup: irq=640 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022600: irq_matrix_reserve_managed: bit=34 cpu=78 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22146, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022600: vector_reserve_managed: irq=641 ret=0
  kworker/u673:8-898   [002] ....   333.022600: vector_setup: irq=641 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022641: irq_matrix_reserve_managed: bit=34 cpu=79 online=1 avl=197 alloc=4 managed=2 online_maps=112 global_avl=22145, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022641: vector_reserve_managed: irq=642 ret=0
  kworker/u673:8-898   [002] ....   333.022641: vector_setup: irq=642 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022681: irq_matrix_reserve_managed: bit=34 cpu=80 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22144, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022681: vector_reserve_managed: irq=643 ret=0
  kworker/u673:8-898   [002] ....   333.022681: vector_setup: irq=643 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022721: irq_matrix_reserve_managed: bit=36 cpu=81 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22143, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022721: vector_reserve_managed: irq=644 ret=0
  kworker/u673:8-898   [002] ....   333.022722: vector_setup: irq=644 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022761: irq_matrix_reserve_managed: bit=34 cpu=82 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22142, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022761: vector_reserve_managed: irq=645 ret=0
  kworker/u673:8-898   [002] ....   333.022762: vector_setup: irq=645 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022802: irq_matrix_reserve_managed: bit=34 cpu=83 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22141, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022802: vector_reserve_managed: irq=646 ret=0
  kworker/u673:8-898   [002] ....   333.022803: vector_setup: irq=646 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022848: irq_matrix_reserve_managed: bit=35 cpu=28 online=1 avl=191 alloc=10 managed=2 online_maps=112 global_avl=22140, global_rsvd=158, total_alloc=428
  kworker/u673:8-898   [002] ....   333.022849: vector_reserve_managed: irq=647 ret=0
  kworker/u673:8-898   [002] ....   333.022849: vector_setup: irq=647 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.022878: vector_activate: irq=564 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.022879: irq_matrix_alloc_managed: bit=33 cpu=2 online=1 avl=192 alloc=10 managed=2 online_maps=112 global_avl=22140, global_rsvd=158, total_alloc=429
  kworker/u673:5-895   [000] d...   333.022879: vector_alloc_managed: irq=564 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.022879: vector_update: irq=564 vector=33 cpu=2 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.022880: vector_config: irq=564 vector=33 cpu=2 apicdest=0x00000004
  kworker/u673:8-898   [002] d...   333.022887: irq_matrix_reserve_managed: bit=34 cpu=29 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22139, global_rsvd=158, total_alloc=429
  kworker/u673:8-898   [002] ....   333.022888: vector_reserve_managed: irq=648 ret=0
  kworker/u673:8-898   [002] ....   333.022888: vector_setup: irq=648 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022929: irq_matrix_reserve_managed: bit=34 cpu=30 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22138, global_rsvd=158, total_alloc=429
  kworker/u673:8-898   [002] ....   333.022930: vector_reserve_managed: irq=649 ret=0
  kworker/u673:8-898   [002] ....   333.022930: vector_setup: irq=649 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.022970: irq_matrix_reserve_managed: bit=34 cpu=31 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22137, global_rsvd=158, total_alloc=429
  kworker/u673:8-898   [002] ....   333.022971: vector_reserve_managed: irq=650 ret=0
  kworker/u673:8-898   [002] ....   333.022971: vector_setup: irq=650 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.022979: vector_activate: irq=566 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.022980: irq_matrix_alloc_managed: bit=34 cpu=4 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22137, global_rsvd=158, total_alloc=430
  kworker/u673:5-895   [000] d...   333.022980: vector_alloc_managed: irq=566 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.022980: vector_update: irq=566 vector=34 cpu=4 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.022980: vector_config: irq=566 vector=34 cpu=4 apicdest=0x00000008
  kworker/u673:8-898   [002] d...   333.023017: irq_matrix_reserve_managed: bit=34 cpu=32 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22136, global_rsvd=158, total_alloc=430
  kworker/u673:8-898   [002] ....   333.023018: vector_reserve_managed: irq=651 ret=0
  kworker/u673:8-898   [002] ....   333.023018: vector_setup: irq=651 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023057: irq_matrix_reserve_managed: bit=34 cpu=33 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22135, global_rsvd=158, total_alloc=430
  kworker/u673:8-898   [002] ....   333.023058: vector_reserve_managed: irq=652 ret=0
  kworker/u673:8-898   [002] ....   333.023058: vector_setup: irq=652 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023079: vector_activate: irq=568 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023080: irq_matrix_alloc_managed: bit=34 cpu=6 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22135, global_rsvd=158, total_alloc=431
  kworker/u673:5-895   [000] d...   333.023081: vector_alloc_managed: irq=568 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.023081: vector_update: irq=568 vector=34 cpu=6 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023081: vector_config: irq=568 vector=34 cpu=6 apicdest=0x0000000c
  kworker/u673:8-898   [002] d...   333.023097: irq_matrix_reserve_managed: bit=34 cpu=34 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22134, global_rsvd=158, total_alloc=431
  kworker/u673:8-898   [002] ....   333.023098: vector_reserve_managed: irq=653 ret=0
  kworker/u673:8-898   [002] ....   333.023098: vector_setup: irq=653 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023139: irq_matrix_reserve_managed: bit=34 cpu=35 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22133, global_rsvd=158, total_alloc=431
  kworker/u673:8-898   [002] ....   333.023139: vector_reserve_managed: irq=654 ret=0
  kworker/u673:8-898   [002] ....   333.023139: vector_setup: irq=654 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023179: irq_matrix_reserve_managed: bit=34 cpu=36 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22132, global_rsvd=158, total_alloc=431
  kworker/u673:5-895   [000] d...   333.023179: vector_activate: irq=570 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] ....   333.023179: vector_reserve_managed: irq=655 ret=0
  kworker/u673:8-898   [002] ....   333.023180: vector_setup: irq=655 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023180: irq_matrix_alloc_managed: bit=33 cpu=8 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22132, global_rsvd=158, total_alloc=432
  kworker/u673:5-895   [000] d...   333.023180: vector_alloc_managed: irq=570 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.023181: vector_update: irq=570 vector=33 cpu=8 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023181: vector_config: irq=570 vector=33 cpu=8 apicdest=0x00000012
  kworker/u673:8-898   [002] d...   333.023219: irq_matrix_reserve_managed: bit=34 cpu=37 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22131, global_rsvd=158, total_alloc=432
  kworker/u673:8-898   [002] ....   333.023220: vector_reserve_managed: irq=656 ret=0
  kworker/u673:8-898   [002] ....   333.023220: vector_setup: irq=656 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023259: irq_matrix_reserve_managed: bit=34 cpu=38 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22130, global_rsvd=158, total_alloc=432
  kworker/u673:8-898   [002] ....   333.023260: vector_reserve_managed: irq=657 ret=0
  kworker/u673:8-898   [002] ....   333.023260: vector_setup: irq=657 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023288: vector_activate: irq=572 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023289: irq_matrix_alloc_managed: bit=34 cpu=10 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22130, global_rsvd=158, total_alloc=433
  kworker/u673:5-895   [000] d...   333.023289: vector_alloc_managed: irq=572 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.023290: vector_update: irq=572 vector=34 cpu=10 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023290: vector_config: irq=572 vector=34 cpu=10 apicdest=0x00000016
  kworker/u673:8-898   [002] d...   333.023301: irq_matrix_reserve_managed: bit=34 cpu=39 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22129, global_rsvd=158, total_alloc=433
  kworker/u673:8-898   [002] ....   333.023302: vector_reserve_managed: irq=658 ret=0
  kworker/u673:8-898   [002] ....   333.023302: vector_setup: irq=658 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023340: irq_matrix_reserve_managed: bit=34 cpu=40 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22128, global_rsvd=158, total_alloc=433
  kworker/u673:8-898   [002] ....   333.023341: vector_reserve_managed: irq=659 ret=0
  kworker/u673:8-898   [002] ....   333.023341: vector_setup: irq=659 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023379: irq_matrix_reserve_managed: bit=34 cpu=41 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22127, global_rsvd=158, total_alloc=433
  kworker/u673:8-898   [002] ....   333.023380: vector_reserve_managed: irq=660 ret=0
  kworker/u673:8-898   [002] ....   333.023380: vector_setup: irq=660 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023388: vector_activate: irq=574 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023389: irq_matrix_alloc_managed: bit=34 cpu=12 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22127, global_rsvd=158, total_alloc=434
  kworker/u673:5-895   [000] d...   333.023390: vector_alloc_managed: irq=574 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.023390: vector_update: irq=574 vector=34 cpu=12 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023390: vector_config: irq=574 vector=34 cpu=12 apicdest=0x0000001a
  kworker/u673:8-898   [002] d...   333.023419: irq_matrix_reserve_managed: bit=34 cpu=42 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22126, global_rsvd=158, total_alloc=434
  kworker/u673:8-898   [002] ....   333.023419: vector_reserve_managed: irq=661 ret=0
  kworker/u673:8-898   [002] ....   333.023420: vector_setup: irq=661 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023458: irq_matrix_reserve_managed: bit=34 cpu=43 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22125, global_rsvd=158, total_alloc=434
  kworker/u673:8-898   [002] ....   333.023458: vector_reserve_managed: irq=662 ret=0
  kworker/u673:8-898   [002] ....   333.023458: vector_setup: irq=662 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023489: vector_activate: irq=576 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023490: irq_matrix_alloc_managed: bit=34 cpu=14 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22125, global_rsvd=158, total_alloc=435
  kworker/u673:5-895   [000] d...   333.023490: vector_alloc_managed: irq=576 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.023490: vector_update: irq=576 vector=34 cpu=14 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023491: vector_config: irq=576 vector=34 cpu=14 apicdest=0x00000020
  kworker/u673:8-898   [002] d...   333.023500: irq_matrix_reserve_managed: bit=34 cpu=44 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22124, global_rsvd=158, total_alloc=435
  kworker/u673:8-898   [002] ....   333.023501: vector_reserve_managed: irq=663 ret=0
  kworker/u673:8-898   [002] ....   333.023501: vector_setup: irq=663 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023540: irq_matrix_reserve_managed: bit=34 cpu=45 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22123, global_rsvd=158, total_alloc=435
  kworker/u673:8-898   [002] ....   333.023541: vector_reserve_managed: irq=664 ret=0
  kworker/u673:8-898   [002] ....   333.023541: vector_setup: irq=664 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023595: irq_matrix_reserve_managed: bit=34 cpu=46 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22122, global_rsvd=158, total_alloc=435
  kworker/u673:8-898   [002] ....   333.023595: vector_reserve_managed: irq=665 ret=0
  kworker/u673:8-898   [002] ....   333.023595: vector_setup: irq=665 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023599: vector_activate: irq=578 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023599: irq_matrix_alloc_managed: bit=33 cpu=16 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22122, global_rsvd=158, total_alloc=436
  kworker/u673:5-895   [000] d...   333.023600: vector_alloc_managed: irq=578 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.023600: vector_update: irq=578 vector=33 cpu=16 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023600: vector_config: irq=578 vector=33 cpu=16 apicdest=0x00000024
  kworker/u673:8-898   [002] d...   333.023637: irq_matrix_reserve_managed: bit=34 cpu=47 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22121, global_rsvd=158, total_alloc=436
  kworker/u673:8-898   [002] ....   333.023638: vector_reserve_managed: irq=666 ret=0
  kworker/u673:8-898   [002] ....   333.023638: vector_setup: irq=666 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023679: irq_matrix_reserve_managed: bit=34 cpu=48 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22120, global_rsvd=158, total_alloc=436
  kworker/u673:8-898   [002] ....   333.023679: vector_reserve_managed: irq=667 ret=0
  kworker/u673:8-898   [002] ....   333.023680: vector_setup: irq=667 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023709: vector_activate: irq=580 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023710: irq_matrix_alloc_managed: bit=34 cpu=18 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22120, global_rsvd=158, total_alloc=437
  kworker/u673:5-895   [000] d...   333.023710: vector_alloc_managed: irq=580 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.023711: vector_update: irq=580 vector=34 cpu=18 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023711: vector_config: irq=580 vector=34 cpu=18 apicdest=0x00000028
  kworker/u673:8-898   [002] d...   333.023720: irq_matrix_reserve_managed: bit=34 cpu=49 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22119, global_rsvd=158, total_alloc=437
  kworker/u673:8-898   [002] ....   333.023720: vector_reserve_managed: irq=668 ret=0
  kworker/u673:8-898   [002] ....   333.023721: vector_setup: irq=668 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023762: irq_matrix_reserve_managed: bit=34 cpu=50 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22118, global_rsvd=158, total_alloc=437
  kworker/u673:8-898   [002] ....   333.023763: vector_reserve_managed: irq=669 ret=0
  kworker/u673:8-898   [002] ....   333.023763: vector_setup: irq=669 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023804: irq_matrix_reserve_managed: bit=34 cpu=51 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22117, global_rsvd=158, total_alloc=437
  kworker/u673:8-898   [002] ....   333.023805: vector_reserve_managed: irq=670 ret=0
  kworker/u673:8-898   [002] ....   333.023805: vector_setup: irq=670 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023811: vector_activate: irq=582 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023812: irq_matrix_alloc_managed: bit=34 cpu=20 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22117, global_rsvd=158, total_alloc=438
  kworker/u673:5-895   [000] d...   333.023812: vector_alloc_managed: irq=582 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.023812: vector_update: irq=582 vector=34 cpu=20 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023812: vector_config: irq=582 vector=34 cpu=20 apicdest=0x0000002c
  kworker/u673:8-898   [002] d...   333.023844: irq_matrix_reserve_managed: bit=34 cpu=52 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22116, global_rsvd=158, total_alloc=438
  kworker/u673:8-898   [002] ....   333.023845: vector_reserve_managed: irq=671 ret=0
  kworker/u673:8-898   [002] ....   333.023845: vector_setup: irq=671 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023885: irq_matrix_reserve_managed: bit=34 cpu=53 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22115, global_rsvd=158, total_alloc=438
  kworker/u673:8-898   [002] ....   333.023886: vector_reserve_managed: irq=672 ret=0
  kworker/u673:8-898   [002] ....   333.023886: vector_setup: irq=672 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.023911: vector_activate: irq=584 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.023912: irq_matrix_alloc_managed: bit=33 cpu=22 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22115, global_rsvd=158, total_alloc=439
  kworker/u673:5-895   [000] d...   333.023913: vector_alloc_managed: irq=584 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.023913: vector_update: irq=584 vector=33 cpu=22 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.023913: vector_config: irq=584 vector=33 cpu=22 apicdest=0x00000032
  kworker/u673:8-898   [002] d...   333.023926: irq_matrix_reserve_managed: bit=34 cpu=54 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22114, global_rsvd=158, total_alloc=439
  kworker/u673:8-898   [002] ....   333.023926: vector_reserve_managed: irq=673 ret=0
  kworker/u673:8-898   [002] ....   333.023927: vector_setup: irq=673 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.023971: irq_matrix_reserve_managed: bit=34 cpu=55 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22113, global_rsvd=158, total_alloc=439
  kworker/u673:8-898   [002] ....   333.023971: vector_reserve_managed: irq=674 ret=0
  kworker/u673:8-898   [002] ....   333.023971: vector_setup: irq=674 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024011: irq_matrix_reserve_managed: bit=34 cpu=84 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22112, global_rsvd=158, total_alloc=439
  kworker/u673:8-898   [002] ....   333.024011: vector_reserve_managed: irq=675 ret=0
  kworker/u673:8-898   [002] ....   333.024012: vector_setup: irq=675 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024013: vector_activate: irq=586 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024014: irq_matrix_alloc_managed: bit=33 cpu=24 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22112, global_rsvd=158, total_alloc=440
  kworker/u673:5-895   [000] d...   333.024014: vector_alloc_managed: irq=586 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024014: vector_update: irq=586 vector=33 cpu=24 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024015: vector_config: irq=586 vector=33 cpu=24 apicdest=0x00000036
  kworker/u673:8-898   [002] d...   333.024054: irq_matrix_reserve_managed: bit=34 cpu=85 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22111, global_rsvd=158, total_alloc=440
  kworker/u673:8-898   [002] ....   333.024055: vector_reserve_managed: irq=676 ret=0
  kworker/u673:8-898   [002] ....   333.024055: vector_setup: irq=676 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024096: irq_matrix_reserve_managed: bit=34 cpu=86 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22110, global_rsvd=158, total_alloc=440
  kworker/u673:8-898   [002] ....   333.024097: vector_reserve_managed: irq=677 ret=0
  kworker/u673:8-898   [002] ....   333.024097: vector_setup: irq=677 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024115: vector_activate: irq=588 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024116: irq_matrix_alloc_managed: bit=33 cpu=26 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22110, global_rsvd=158, total_alloc=441
  kworker/u673:5-895   [000] d...   333.024116: vector_alloc_managed: irq=588 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024117: vector_update: irq=588 vector=33 cpu=26 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024117: vector_config: irq=588 vector=33 cpu=26 apicdest=0x0000003a
  kworker/u673:8-898   [002] d...   333.024137: irq_matrix_reserve_managed: bit=34 cpu=87 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22109, global_rsvd=158, total_alloc=441
  kworker/u673:8-898   [002] ....   333.024138: vector_reserve_managed: irq=678 ret=0
  kworker/u673:8-898   [002] ....   333.024138: vector_setup: irq=678 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024178: irq_matrix_reserve_managed: bit=34 cpu=88 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22108, global_rsvd=158, total_alloc=441
  kworker/u673:8-898   [002] ....   333.024179: vector_reserve_managed: irq=679 ret=0
  kworker/u673:8-898   [002] ....   333.024179: vector_setup: irq=679 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024220: irq_matrix_reserve_managed: bit=34 cpu=89 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22107, global_rsvd=158, total_alloc=441
  kworker/u673:8-898   [002] ....   333.024221: vector_reserve_managed: irq=680 ret=0
  kworker/u673:8-898   [002] ....   333.024221: vector_setup: irq=680 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024258: irq_matrix_reserve_managed: bit=34 cpu=90 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22106, global_rsvd=158, total_alloc=441
  kworker/u673:8-898   [002] ....   333.024258: vector_reserve_managed: irq=681 ret=0
  kworker/u673:8-898   [002] ....   333.024259: vector_setup: irq=681 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024274: vector_activate: irq=590 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024275: irq_matrix_alloc_managed: bit=33 cpu=79 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22106, global_rsvd=158, total_alloc=442
  kworker/u673:5-895   [000] d...   333.024276: vector_alloc_managed: irq=590 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024276: vector_update: irq=590 vector=33 cpu=79 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024276: vector_config: irq=590 vector=33 cpu=79 apicdest=0x00000035
  kworker/u673:8-898   [002] d...   333.024301: irq_matrix_reserve_managed: bit=34 cpu=91 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22105, global_rsvd=158, total_alloc=442
  kworker/u673:8-898   [002] ....   333.024301: vector_reserve_managed: irq=682 ret=0
  kworker/u673:8-898   [002] ....   333.024302: vector_setup: irq=682 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024339: irq_matrix_reserve_managed: bit=34 cpu=92 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22104, global_rsvd=158, total_alloc=442
  kworker/u673:8-898   [002] ....   333.024340: vector_reserve_managed: irq=683 ret=0
  kworker/u673:8-898   [002] ....   333.024340: vector_setup: irq=683 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024378: irq_matrix_reserve_managed: bit=34 cpu=93 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22103, global_rsvd=158, total_alloc=442
  kworker/u673:5-895   [000] d...   333.024378: vector_activate: irq=592 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] ....   333.024378: vector_reserve_managed: irq=684 ret=0
  kworker/u673:8-898   [002] ....   333.024379: vector_setup: irq=684 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024379: irq_matrix_alloc_managed: bit=34 cpu=28 online=1 avl=191 alloc=11 managed=2 online_maps=112 global_avl=22103, global_rsvd=158, total_alloc=443
  kworker/u673:5-895   [000] d...   333.024379: vector_alloc_managed: irq=592 vector=34 ret=0
  kworker/u673:5-895   [000] d...   333.024380: vector_update: irq=592 vector=34 cpu=28 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024380: vector_config: irq=592 vector=34 cpu=28 apicdest=0x00000040
  kworker/u673:8-898   [002] d...   333.024417: irq_matrix_reserve_managed: bit=34 cpu=94 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22102, global_rsvd=158, total_alloc=443
  kworker/u673:8-898   [002] ....   333.024417: vector_reserve_managed: irq=685 ret=0
  kworker/u673:8-898   [002] ....   333.024418: vector_setup: irq=685 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024456: irq_matrix_reserve_managed: bit=34 cpu=95 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22101, global_rsvd=158, total_alloc=443
  kworker/u673:8-898   [002] ....   333.024456: vector_reserve_managed: irq=686 ret=0
  kworker/u673:8-898   [002] ....   333.024456: vector_setup: irq=686 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024482: vector_activate: irq=594 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024483: irq_matrix_alloc_managed: bit=33 cpu=30 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22101, global_rsvd=158, total_alloc=444
  kworker/u673:5-895   [000] d...   333.024483: vector_alloc_managed: irq=594 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024483: vector_update: irq=594 vector=33 cpu=30 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024484: vector_config: irq=594 vector=33 cpu=30 apicdest=0x00000044
  kworker/u673:8-898   [002] d...   333.024495: irq_matrix_reserve_managed: bit=34 cpu=96 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22100, global_rsvd=158, total_alloc=444
  kworker/u673:8-898   [002] ....   333.024495: vector_reserve_managed: irq=687 ret=0
  kworker/u673:8-898   [002] ....   333.024495: vector_setup: irq=687 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024533: irq_matrix_reserve_managed: bit=34 cpu=97 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22099, global_rsvd=158, total_alloc=444
  kworker/u673:8-898   [002] ....   333.024534: vector_reserve_managed: irq=688 ret=0
  kworker/u673:8-898   [002] ....   333.024534: vector_setup: irq=688 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024573: irq_matrix_reserve_managed: bit=34 cpu=98 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22098, global_rsvd=158, total_alloc=444
  kworker/u673:8-898   [002] ....   333.024574: vector_reserve_managed: irq=689 ret=0
  kworker/u673:8-898   [002] ....   333.024574: vector_setup: irq=689 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024591: vector_activate: irq=596 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024592: irq_matrix_alloc_managed: bit=33 cpu=32 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22098, global_rsvd=158, total_alloc=445
  kworker/u673:5-895   [000] d...   333.024592: vector_alloc_managed: irq=596 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024592: vector_update: irq=596 vector=33 cpu=32 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024593: vector_config: irq=596 vector=33 cpu=32 apicdest=0x00000048
  kworker/u673:8-898   [002] d...   333.024615: irq_matrix_reserve_managed: bit=34 cpu=99 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22097, global_rsvd=158, total_alloc=445
  kworker/u673:8-898   [002] ....   333.024615: vector_reserve_managed: irq=690 ret=0
  kworker/u673:8-898   [002] ....   333.024616: vector_setup: irq=690 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024657: irq_matrix_reserve_managed: bit=34 cpu=100 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22096, global_rsvd=158, total_alloc=445
  kworker/u673:8-898   [002] ....   333.024657: vector_reserve_managed: irq=691 ret=0
  kworker/u673:8-898   [002] ....   333.024658: vector_setup: irq=691 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024695: irq_matrix_reserve_managed: bit=34 cpu=101 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22095, global_rsvd=158, total_alloc=445
  kworker/u673:8-898   [002] ....   333.024696: vector_reserve_managed: irq=692 ret=0
  kworker/u673:8-898   [002] ....   333.024696: vector_setup: irq=692 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024698: vector_activate: irq=598 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024699: irq_matrix_alloc_managed: bit=33 cpu=34 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22095, global_rsvd=158, total_alloc=446
  kworker/u673:5-895   [000] d...   333.024700: vector_alloc_managed: irq=598 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024700: vector_update: irq=598 vector=33 cpu=34 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024700: vector_config: irq=598 vector=33 cpu=34 apicdest=0x0000004c
  kworker/u673:8-898   [002] d...   333.024734: irq_matrix_reserve_managed: bit=34 cpu=102 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22094, global_rsvd=158, total_alloc=446
  kworker/u673:8-898   [002] ....   333.024734: vector_reserve_managed: irq=693 ret=0
  kworker/u673:8-898   [002] ....   333.024734: vector_setup: irq=693 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024772: irq_matrix_reserve_managed: bit=34 cpu=103 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22093, global_rsvd=158, total_alloc=446
  kworker/u673:8-898   [002] ....   333.024772: vector_reserve_managed: irq=694 ret=0
  kworker/u673:8-898   [002] ....   333.024773: vector_setup: irq=694 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024801: vector_activate: irq=600 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024802: irq_matrix_alloc_managed: bit=33 cpu=36 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22093, global_rsvd=158, total_alloc=447
  kworker/u673:5-895   [000] d...   333.024803: vector_alloc_managed: irq=600 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024803: vector_update: irq=600 vector=33 cpu=36 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024803: vector_config: irq=600 vector=33 cpu=36 apicdest=0x00000052
  kworker/u673:8-898   [002] d...   333.024811: irq_matrix_reserve_managed: bit=34 cpu=104 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22092, global_rsvd=158, total_alloc=447
  kworker/u673:8-898   [002] ....   333.024811: vector_reserve_managed: irq=695 ret=0
  kworker/u673:8-898   [002] ....   333.024811: vector_setup: irq=695 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024848: irq_matrix_reserve_managed: bit=34 cpu=105 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22091, global_rsvd=158, total_alloc=447
  kworker/u673:8-898   [002] ....   333.024849: vector_reserve_managed: irq=696 ret=0
  kworker/u673:8-898   [002] ....   333.024849: vector_setup: irq=696 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024886: irq_matrix_reserve_managed: bit=34 cpu=106 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22090, global_rsvd=158, total_alloc=447
  kworker/u673:8-898   [002] ....   333.024886: vector_reserve_managed: irq=697 ret=0
  kworker/u673:8-898   [002] ....   333.024886: vector_setup: irq=697 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.024905: vector_activate: irq=602 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.024905: irq_matrix_alloc_managed: bit=33 cpu=38 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22090, global_rsvd=158, total_alloc=448
  kworker/u673:5-895   [000] d...   333.024906: vector_alloc_managed: irq=602 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.024906: vector_update: irq=602 vector=33 cpu=38 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.024906: vector_config: irq=602 vector=33 cpu=38 apicdest=0x00000056
  kworker/u673:8-898   [002] d...   333.024924: irq_matrix_reserve_managed: bit=34 cpu=107 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22089, global_rsvd=158, total_alloc=448
  kworker/u673:8-898   [002] ....   333.024924: vector_reserve_managed: irq=698 ret=0
  kworker/u673:8-898   [002] ....   333.024924: vector_setup: irq=698 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.024962: irq_matrix_reserve_managed: bit=34 cpu=108 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22088, global_rsvd=158, total_alloc=448
  kworker/u673:8-898   [002] ....   333.024962: vector_reserve_managed: irq=699 ret=0
  kworker/u673:8-898   [002] ....   333.024962: vector_setup: irq=699 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.025003: irq_matrix_reserve_managed: bit=34 cpu=109 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=448
  kworker/u673:8-898   [002] ....   333.025004: vector_reserve_managed: irq=700 ret=0
  kworker/u673:8-898   [002] ....   333.025004: vector_setup: irq=700 is_legacy=0 ret=0
  kworker/u673:5-895   [000] d...   333.025008: vector_activate: irq=604 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025009: irq_matrix_alloc_managed: bit=33 cpu=40 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=449
  kworker/u673:5-895   [000] d...   333.025010: vector_alloc_managed: irq=604 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025010: vector_update: irq=604 vector=33 cpu=40 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025010: vector_config: irq=604 vector=33 cpu=40 apicdest=0x0000005a
  kworker/u673:8-898   [002] d...   333.025041: irq_matrix_reserve_managed: bit=34 cpu=110 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22086, global_rsvd=158, total_alloc=449
  kworker/u673:8-898   [002] ....   333.025041: vector_reserve_managed: irq=701 ret=0
  kworker/u673:8-898   [002] ....   333.025042: vector_setup: irq=701 is_legacy=0 ret=0
  kworker/u673:8-898   [002] d...   333.025082: irq_matrix_reserve_managed: bit=34 cpu=111 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=449
  kworker/u673:8-898   [002] ....   333.025082: vector_reserve_managed: irq=702 ret=0
  kworker/u673:8-898   [002] ....   333.025082: vector_setup: irq=702 is_legacy=0 ret=0
  kworker/u673:8-898   [002] ....   333.025084: vector_activate: irq=41 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025085: vector_config: irq=41 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025087: vector_activate: irq=43 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025088: vector_config: irq=43 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025089: vector_activate: irq=563 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025089: vector_config: irq=563 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025090: vector_activate: irq=565 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025090: vector_config: irq=565 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025091: vector_activate: irq=567 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025092: vector_config: irq=567 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025093: vector_activate: irq=569 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025093: vector_config: irq=569 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025094: vector_activate: irq=571 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025094: vector_config: irq=571 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025095: vector_activate: irq=573 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025096: vector_config: irq=573 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025096: vector_activate: irq=575 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025097: vector_config: irq=575 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025098: vector_activate: irq=577 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025098: vector_config: irq=577 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025099: vector_activate: irq=579 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025099: vector_config: irq=579 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025100: vector_activate: irq=581 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025101: vector_config: irq=581 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025102: vector_activate: irq=583 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025102: vector_config: irq=583 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025103: vector_activate: irq=585 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025103: vector_config: irq=585 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025104: vector_activate: irq=587 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025104: vector_config: irq=587 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025105: vector_activate: irq=589 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025106: vector_config: irq=589 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025107: vector_activate: irq=591 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025107: vector_config: irq=591 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025108: vector_activate: irq=593 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025108: vector_config: irq=593 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025109: vector_activate: irq=595 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025109: vector_config: irq=595 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025110: vector_activate: irq=597 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025111: vector_config: irq=597 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025112: vector_activate: irq=599 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025112: vector_config: irq=599 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025113: vector_activate: irq=601 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025113: vector_config: irq=601 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025114: vector_activate: irq=603 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025114: vector_config: irq=603 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025115: vector_activate: irq=605 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025116: vector_config: irq=605 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025117: vector_activate: irq=607 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025118: vector_config: irq=607 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] d...   333.025118: vector_activate: irq=606 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] ....   333.025119: vector_activate: irq=609 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.025119: irq_matrix_alloc_managed: bit=33 cpu=42 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=450
  kworker/u673:5-895   [000] d...   333.025119: vector_alloc_managed: irq=606 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025119: vector_update: irq=606 vector=33 cpu=42 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025120: vector_config: irq=606 vector=33 cpu=42 apicdest=0x00000060
  kworker/u673:8-898   [002] d...   333.025120: vector_config: irq=609 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025121: vector_activate: irq=611 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025122: vector_config: irq=611 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025123: vector_activate: irq=613 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025123: vector_config: irq=613 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025124: vector_activate: irq=615 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025124: vector_config: irq=615 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025125: vector_activate: irq=617 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025126: vector_config: irq=617 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025127: vector_activate: irq=619 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025127: vector_config: irq=619 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025128: vector_activate: irq=621 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025128: vector_config: irq=621 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025129: vector_activate: irq=623 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025129: vector_config: irq=623 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025130: vector_activate: irq=624 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025131: vector_config: irq=624 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025132: vector_activate: irq=625 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025132: vector_config: irq=625 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025133: vector_activate: irq=626 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025133: vector_config: irq=626 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025134: vector_activate: irq=627 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025134: vector_config: irq=627 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025135: vector_activate: irq=628 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025136: vector_config: irq=628 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025137: vector_activate: irq=629 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025137: vector_config: irq=629 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025138: vector_activate: irq=630 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025138: vector_config: irq=630 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025139: vector_activate: irq=631 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025139: vector_config: irq=631 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025141: vector_activate: irq=632 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025141: vector_config: irq=632 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025142: vector_activate: irq=633 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025142: vector_config: irq=633 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025143: vector_activate: irq=634 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025144: vector_config: irq=634 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025144: vector_activate: irq=635 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025145: vector_config: irq=635 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025146: vector_activate: irq=636 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025146: vector_config: irq=636 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025147: vector_activate: irq=637 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025147: vector_config: irq=637 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025148: vector_activate: irq=638 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025148: vector_config: irq=638 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025149: vector_activate: irq=639 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025150: vector_config: irq=639 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025151: vector_activate: irq=640 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025151: vector_config: irq=640 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025152: vector_activate: irq=641 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025152: vector_config: irq=641 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025153: vector_activate: irq=642 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025153: vector_config: irq=642 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025154: vector_activate: irq=643 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025154: vector_config: irq=643 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025155: vector_activate: irq=644 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025156: vector_config: irq=644 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025157: vector_activate: irq=645 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025157: vector_config: irq=645 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025158: vector_activate: irq=646 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025158: vector_config: irq=646 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025159: vector_activate: irq=647 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025159: vector_config: irq=647 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025160: vector_activate: irq=648 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025161: vector_config: irq=648 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025162: vector_activate: irq=649 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025162: vector_config: irq=649 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025163: vector_activate: irq=650 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025163: vector_config: irq=650 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025164: vector_activate: irq=651 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025165: vector_config: irq=651 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025166: vector_activate: irq=652 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025166: vector_config: irq=652 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025167: vector_activate: irq=653 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025167: vector_config: irq=653 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025168: vector_activate: irq=654 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025168: vector_config: irq=654 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025169: vector_activate: irq=655 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025169: vector_config: irq=655 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025170: vector_activate: irq=656 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025171: vector_config: irq=656 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025172: vector_activate: irq=657 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025172: vector_config: irq=657 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025173: vector_activate: irq=658 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025173: vector_config: irq=658 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025174: vector_activate: irq=659 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025174: vector_config: irq=659 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025175: vector_activate: irq=660 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025176: vector_config: irq=660 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025177: vector_activate: irq=661 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025177: vector_config: irq=661 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025178: vector_activate: irq=662 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025178: vector_config: irq=662 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025179: vector_activate: irq=663 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025179: vector_config: irq=663 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025180: vector_activate: irq=664 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025180: vector_config: irq=664 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025181: vector_activate: irq=665 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025182: vector_config: irq=665 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025183: vector_activate: irq=666 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025183: vector_config: irq=666 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025184: vector_activate: irq=667 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025184: vector_config: irq=667 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025185: vector_activate: irq=668 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025185: vector_config: irq=668 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025187: vector_activate: irq=669 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025187: vector_config: irq=669 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025188: vector_activate: irq=670 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025188: vector_config: irq=670 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025189: vector_activate: irq=671 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025190: vector_config: irq=671 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025191: vector_activate: irq=672 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025191: vector_config: irq=672 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025192: vector_activate: irq=673 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025192: vector_config: irq=673 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025193: vector_activate: irq=674 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025193: vector_config: irq=674 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025194: vector_activate: irq=675 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025195: vector_config: irq=675 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025195: vector_activate: irq=676 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025196: vector_config: irq=676 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025197: vector_activate: irq=677 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025197: vector_config: irq=677 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025198: vector_activate: irq=678 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025199: vector_config: irq=678 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025200: vector_activate: irq=679 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025200: vector_config: irq=679 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025201: vector_activate: irq=680 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025201: vector_config: irq=680 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025202: vector_activate: irq=681 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025202: vector_config: irq=681 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025204: vector_activate: irq=682 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025204: vector_config: irq=682 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025205: vector_activate: irq=683 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025205: vector_config: irq=683 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025206: vector_activate: irq=684 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025206: vector_config: irq=684 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025207: vector_activate: irq=685 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025208: vector_config: irq=685 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025209: vector_activate: irq=686 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025209: vector_config: irq=686 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025210: vector_activate: irq=687 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025211: vector_config: irq=687 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025212: vector_activate: irq=688 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025212: vector_config: irq=688 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025213: vector_activate: irq=689 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025213: vector_config: irq=689 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025214: vector_activate: irq=690 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025214: vector_config: irq=690 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025215: vector_activate: irq=691 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025216: vector_config: irq=691 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025217: vector_activate: irq=692 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025217: vector_config: irq=692 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025218: vector_activate: irq=693 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025218: vector_config: irq=693 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025219: vector_activate: irq=694 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025219: vector_config: irq=694 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025220: vector_activate: irq=695 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025220: vector_config: irq=695 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025221: vector_activate: irq=696 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025222: vector_config: irq=696 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025223: vector_activate: irq=697 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025223: vector_config: irq=697 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025224: vector_activate: irq=698 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025224: vector_config: irq=698 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025225: vector_activate: irq=699 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025225: vector_config: irq=699 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025226: vector_activate: irq=700 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025226: vector_config: irq=700 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] d...   333.025227: vector_activate: irq=608 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] ....   333.025227: vector_activate: irq=701 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:5-895   [000] d...   333.025228: irq_matrix_alloc_managed: bit=33 cpu=44 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=451
  kworker/u673:5-895   [000] d...   333.025228: vector_alloc_managed: irq=608 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025228: vector_update: irq=608 vector=33 cpu=44 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025229: vector_config: irq=608 vector=33 cpu=44 apicdest=0x00000064
  kworker/u673:8-898   [002] d...   333.025229: vector_config: irq=701 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:8-898   [002] ....   333.025230: vector_activate: irq=702 is_managed=1 can_reserve=0 reserve=1
  kworker/u673:8-898   [002] d...   333.025231: vector_config: irq=702 vector=239 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] d...   333.025331: vector_activate: irq=610 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025332: irq_matrix_alloc_managed: bit=33 cpu=46 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=452
  kworker/u673:5-895   [000] d...   333.025332: vector_alloc_managed: irq=610 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025332: vector_update: irq=610 vector=33 cpu=46 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025333: vector_config: irq=610 vector=33 cpu=46 apicdest=0x00000068
  kworker/u673:5-895   [000] d...   333.025435: vector_activate: irq=612 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025436: irq_matrix_alloc_managed: bit=33 cpu=48 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=453
  kworker/u673:5-895   [000] d...   333.025436: vector_alloc_managed: irq=612 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025437: vector_update: irq=612 vector=33 cpu=48 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025437: vector_config: irq=612 vector=33 cpu=48 apicdest=0x0000006c
  kworker/u673:8-898   [002] d...   333.025466: vector_activate: irq=41 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.025467: irq_matrix_alloc_managed: bit=55 cpu=0 online=1 avl=87 alloc=116 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=454
  kworker/u673:8-898   [002] d...   333.025468: vector_alloc_managed: irq=41 vector=55 ret=0
  kworker/u673:8-898   [002] d...   333.025469: vector_update: irq=41 vector=55 cpu=0 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.025469: vector_config: irq=41 vector=55 cpu=0 apicdest=0x00000000
  kworker/u673:5-895   [000] d...   333.025539: vector_activate: irq=614 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025540: irq_matrix_alloc_managed: bit=33 cpu=50 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=455
  kworker/u673:5-895   [000] d...   333.025541: vector_alloc_managed: irq=614 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025541: vector_update: irq=614 vector=33 cpu=50 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025541: vector_config: irq=614 vector=33 cpu=50 apicdest=0x00000072
  kworker/u673:5-895   [000] d...   333.025644: vector_activate: irq=616 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025645: irq_matrix_alloc_managed: bit=33 cpu=52 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=456
  kworker/u673:5-895   [000] d...   333.025645: vector_alloc_managed: irq=616 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025645: vector_update: irq=616 vector=33 cpu=52 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025646: vector_config: irq=616 vector=33 cpu=52 apicdest=0x00000076
  kworker/u673:5-895   [000] d...   333.025763: vector_activate: irq=618 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025764: irq_matrix_alloc_managed: bit=33 cpu=54 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=457
  kworker/u673:5-895   [000] d...   333.025764: vector_alloc_managed: irq=618 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025764: vector_update: irq=618 vector=33 cpu=54 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025765: vector_config: irq=618 vector=33 cpu=54 apicdest=0x0000007a
  kworker/u673:5-895   [000] d...   333.025924: vector_activate: irq=620 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.025925: irq_matrix_alloc_managed: bit=33 cpu=101 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=458
  kworker/u673:5-895   [000] d...   333.025925: vector_alloc_managed: irq=620 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.025926: vector_update: irq=620 vector=33 cpu=101 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.025926: vector_config: irq=620 vector=33 cpu=101 apicdest=0x00000067
  kworker/u673:5-895   [000] d...   333.026066: vector_activate: irq=622 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:5-895   [000] d...   333.026067: irq_matrix_alloc_managed: bit=33 cpu=107 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=459
  kworker/u673:5-895   [000] d...   333.026067: vector_alloc_managed: irq=622 vector=33 ret=0
  kworker/u673:5-895   [000] d...   333.026068: vector_update: irq=622 vector=33 cpu=107 prev_vector=0 prev_cpu=0
  kworker/u673:5-895   [000] d...   333.026068: vector_config: irq=622 vector=33 cpu=107 apicdest=0x00000075
  kworker/u673:8-898   [002] d...   333.028215: vector_activate: irq=43 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028216: irq_matrix_alloc_managed: bit=34 cpu=1 online=1 avl=0 alloc=202 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=460
  kworker/u673:8-898   [002] d...   333.028217: vector_alloc_managed: irq=43 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.028217: vector_update: irq=43 vector=34 cpu=1 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028218: vector_config: irq=43 vector=34 cpu=1 apicdest=0x00000002
  kworker/u673:8-898   [002] d...   333.028264: vector_activate: irq=563 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028265: irq_matrix_alloc_managed: bit=34 cpu=2 online=1 avl=192 alloc=11 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=461
  kworker/u673:8-898   [002] d...   333.028265: vector_alloc_managed: irq=563 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.028265: vector_update: irq=563 vector=34 cpu=2 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028265: vector_config: irq=563 vector=34 cpu=2 apicdest=0x00000004
  kworker/u673:8-898   [002] d...   333.028310: vector_activate: irq=565 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028311: irq_matrix_alloc_managed: bit=34 cpu=3 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=462
  kworker/u673:8-898   [002] d...   333.028311: vector_alloc_managed: irq=565 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.028312: vector_update: irq=565 vector=34 cpu=3 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028312: vector_config: irq=565 vector=34 cpu=3 apicdest=0x00000006
  kworker/u673:8-898   [002] d...   333.028359: vector_activate: irq=567 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028360: irq_matrix_alloc_managed: bit=35 cpu=4 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=463
  kworker/u673:8-898   [002] d...   333.028360: vector_alloc_managed: irq=567 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.028361: vector_update: irq=567 vector=35 cpu=4 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028361: vector_config: irq=567 vector=35 cpu=4 apicdest=0x00000008
  kworker/u673:8-898   [002] d...   333.028404: vector_activate: irq=569 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028405: irq_matrix_alloc_managed: bit=33 cpu=5 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=464
  kworker/u673:8-898   [002] d...   333.028405: vector_alloc_managed: irq=569 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.028406: vector_update: irq=569 vector=33 cpu=5 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028406: vector_config: irq=569 vector=33 cpu=5 apicdest=0x0000000a
  kworker/u673:8-898   [002] d...   333.028448: vector_activate: irq=571 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028449: irq_matrix_alloc_managed: bit=35 cpu=6 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=465
  kworker/u673:8-898   [002] d...   333.028449: vector_alloc_managed: irq=571 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.028450: vector_update: irq=571 vector=35 cpu=6 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028450: vector_config: irq=571 vector=35 cpu=6 apicdest=0x0000000c
  kworker/u673:8-898   [002] d...   333.028491: vector_activate: irq=573 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028492: irq_matrix_alloc_managed: bit=33 cpu=7 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=466
  kworker/u673:8-898   [002] d...   333.028492: vector_alloc_managed: irq=573 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.028492: vector_update: irq=573 vector=33 cpu=7 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028493: vector_config: irq=573 vector=33 cpu=7 apicdest=0x00000010
  kworker/u673:8-898   [002] d...   333.028535: vector_activate: irq=575 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028536: irq_matrix_alloc_managed: bit=34 cpu=8 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=467
  kworker/u673:8-898   [002] d...   333.028536: vector_alloc_managed: irq=575 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.028536: vector_update: irq=575 vector=34 cpu=8 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028536: vector_config: irq=575 vector=34 cpu=8 apicdest=0x00000012
  kworker/u673:8-898   [002] d...   333.028590: vector_activate: irq=577 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028590: irq_matrix_alloc_managed: bit=34 cpu=9 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=468
  kworker/u673:8-898   [002] d...   333.028590: vector_alloc_managed: irq=577 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.028590: vector_update: irq=577 vector=34 cpu=9 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028591: vector_config: irq=577 vector=34 cpu=9 apicdest=0x00000014
  kworker/u673:8-898   [002] d...   333.028635: vector_activate: irq=579 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028636: irq_matrix_alloc_managed: bit=35 cpu=10 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=469
  kworker/u673:8-898   [002] d...   333.028636: vector_alloc_managed: irq=579 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.028636: vector_update: irq=579 vector=35 cpu=10 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028636: vector_config: irq=579 vector=35 cpu=10 apicdest=0x00000016
  kworker/u673:8-898   [002] d...   333.028679: vector_activate: irq=581 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028680: irq_matrix_alloc_managed: bit=33 cpu=11 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=470
  kworker/u673:8-898   [002] d...   333.028680: vector_alloc_managed: irq=581 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.028680: vector_update: irq=581 vector=33 cpu=11 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028680: vector_config: irq=581 vector=33 cpu=11 apicdest=0x00000018
  kworker/u673:8-898   [002] d...   333.028725: vector_activate: irq=583 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028726: irq_matrix_alloc_managed: bit=35 cpu=12 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=471
  kworker/u673:8-898   [002] d...   333.028726: vector_alloc_managed: irq=583 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.028726: vector_update: irq=583 vector=35 cpu=12 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028727: vector_config: irq=583 vector=35 cpu=12 apicdest=0x0000001a
  kworker/u673:8-898   [002] d...   333.028770: vector_activate: irq=585 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028771: irq_matrix_alloc_managed: bit=33 cpu=13 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=472
  kworker/u673:8-898   [002] d...   333.028771: vector_alloc_managed: irq=585 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.028771: vector_update: irq=585 vector=33 cpu=13 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028771: vector_config: irq=585 vector=33 cpu=13 apicdest=0x0000001c
  kworker/u673:8-898   [002] d...   333.028821: vector_activate: irq=587 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028822: irq_matrix_alloc_managed: bit=35 cpu=14 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=473
  kworker/u673:8-898   [002] d...   333.028822: vector_alloc_managed: irq=587 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.028822: vector_update: irq=587 vector=35 cpu=14 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028822: vector_config: irq=587 vector=35 cpu=14 apicdest=0x00000020
  kworker/u673:8-898   [002] d...   333.028867: vector_activate: irq=589 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028868: irq_matrix_alloc_managed: bit=33 cpu=15 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=474
  kworker/u673:8-898   [002] d...   333.028868: vector_alloc_managed: irq=589 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.028868: vector_update: irq=589 vector=33 cpu=15 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028869: vector_config: irq=589 vector=33 cpu=15 apicdest=0x00000022
  kworker/u673:8-898   [002] d...   333.028915: vector_activate: irq=591 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028915: irq_matrix_alloc_managed: bit=34 cpu=16 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=475
  kworker/u673:8-898   [002] d...   333.028916: vector_alloc_managed: irq=591 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.028916: vector_update: irq=591 vector=34 cpu=16 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028916: vector_config: irq=591 vector=34 cpu=16 apicdest=0x00000024
  kworker/u673:8-898   [002] d...   333.028963: vector_activate: irq=593 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.028964: irq_matrix_alloc_managed: bit=35 cpu=17 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=476
  kworker/u673:8-898   [002] d...   333.028965: vector_alloc_managed: irq=593 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.028965: vector_update: irq=593 vector=35 cpu=17 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.028965: vector_config: irq=593 vector=35 cpu=17 apicdest=0x00000026
  kworker/u673:8-898   [002] d...   333.029015: vector_activate: irq=595 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029016: irq_matrix_alloc_managed: bit=35 cpu=18 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=477
  kworker/u673:8-898   [002] d...   333.029016: vector_alloc_managed: irq=595 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.029016: vector_update: irq=595 vector=35 cpu=18 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029016: vector_config: irq=595 vector=35 cpu=18 apicdest=0x00000028
  kworker/u673:8-898   [002] d...   333.029063: vector_activate: irq=597 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029063: irq_matrix_alloc_managed: bit=34 cpu=19 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=478
  kworker/u673:8-898   [002] d...   333.029064: vector_alloc_managed: irq=597 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029064: vector_update: irq=597 vector=34 cpu=19 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029064: vector_config: irq=597 vector=34 cpu=19 apicdest=0x0000002a
  kworker/u673:8-898   [002] d...   333.029113: vector_activate: irq=599 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029113: irq_matrix_alloc_managed: bit=35 cpu=20 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=479
  kworker/u673:8-898   [002] d...   333.029114: vector_alloc_managed: irq=599 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.029114: vector_update: irq=599 vector=35 cpu=20 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029115: vector_config: irq=599 vector=35 cpu=20 apicdest=0x0000002c
  kworker/u673:8-898   [002] d...   333.029164: vector_activate: irq=601 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029165: irq_matrix_alloc_managed: bit=35 cpu=21 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=480
  kworker/u673:8-898   [002] d...   333.029165: vector_alloc_managed: irq=601 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.029165: vector_update: irq=601 vector=35 cpu=21 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029165: vector_config: irq=601 vector=35 cpu=21 apicdest=0x00000030
  kworker/u673:8-898   [002] d...   333.029214: vector_activate: irq=603 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029215: irq_matrix_alloc_managed: bit=34 cpu=22 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=481
  kworker/u673:8-898   [002] d...   333.029215: vector_alloc_managed: irq=603 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029215: vector_update: irq=603 vector=34 cpu=22 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029215: vector_config: irq=603 vector=34 cpu=22 apicdest=0x00000032
  kworker/u673:8-898   [002] d...   333.029265: vector_activate: irq=605 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029266: irq_matrix_alloc_managed: bit=33 cpu=23 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=482
  kworker/u673:8-898   [002] d...   333.029266: vector_alloc_managed: irq=605 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029266: vector_update: irq=605 vector=33 cpu=23 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029267: vector_config: irq=605 vector=33 cpu=23 apicdest=0x00000034
  kworker/u673:8-898   [002] d...   333.029313: vector_activate: irq=607 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029314: irq_matrix_alloc_managed: bit=34 cpu=24 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=483
  kworker/u673:8-898   [002] d...   333.029314: vector_alloc_managed: irq=607 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029315: vector_update: irq=607 vector=34 cpu=24 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029316: vector_config: irq=607 vector=34 cpu=24 apicdest=0x00000036
  kworker/u673:8-898   [002] d...   333.029362: vector_activate: irq=609 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029363: irq_matrix_alloc_managed: bit=33 cpu=25 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=484
  kworker/u673:8-898   [002] d...   333.029363: vector_alloc_managed: irq=609 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029364: vector_update: irq=609 vector=33 cpu=25 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029364: vector_config: irq=609 vector=33 cpu=25 apicdest=0x00000038
  kworker/u673:8-898   [002] d...   333.029412: vector_activate: irq=611 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029412: irq_matrix_alloc_managed: bit=34 cpu=26 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=485
  kworker/u673:8-898   [002] d...   333.029412: vector_alloc_managed: irq=611 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029413: vector_update: irq=611 vector=34 cpu=26 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029413: vector_config: irq=611 vector=34 cpu=26 apicdest=0x0000003a
  kworker/u673:8-898   [002] d...   333.029462: vector_activate: irq=613 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029463: irq_matrix_alloc_managed: bit=34 cpu=27 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=486
  kworker/u673:8-898   [002] d...   333.029463: vector_alloc_managed: irq=613 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029463: vector_update: irq=613 vector=34 cpu=27 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029463: vector_config: irq=613 vector=34 cpu=27 apicdest=0x0000003c
  kworker/u673:8-898   [002] d...   333.029518: vector_activate: irq=615 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029518: irq_matrix_alloc_managed: bit=34 cpu=56 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=487
  kworker/u673:8-898   [002] d...   333.029518: vector_alloc_managed: irq=615 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029519: vector_update: irq=615 vector=34 cpu=56 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029519: vector_config: irq=615 vector=34 cpu=56 apicdest=0x00000001
  kworker/u673:8-898   [002] d...   333.029567: vector_activate: irq=617 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029567: irq_matrix_alloc_managed: bit=33 cpu=57 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=488
  kworker/u673:8-898   [002] d...   333.029568: vector_alloc_managed: irq=617 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029568: vector_update: irq=617 vector=33 cpu=57 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029568: vector_config: irq=617 vector=33 cpu=57 apicdest=0x00000003
  kworker/u673:8-898   [002] d...   333.029621: vector_activate: irq=619 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029622: irq_matrix_alloc_managed: bit=34 cpu=58 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=489
  kworker/u673:8-898   [002] d...   333.029622: vector_alloc_managed: irq=619 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029622: vector_update: irq=619 vector=34 cpu=58 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029623: vector_config: irq=619 vector=34 cpu=58 apicdest=0x00000005
  kworker/u673:8-898   [002] d...   333.029672: vector_activate: irq=621 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029672: irq_matrix_alloc_managed: bit=33 cpu=59 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=490
  kworker/u673:8-898   [002] d...   333.029673: vector_alloc_managed: irq=621 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029673: vector_update: irq=621 vector=33 cpu=59 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029673: vector_config: irq=621 vector=33 cpu=59 apicdest=0x00000007
  kworker/u673:8-898   [002] d...   333.029727: vector_activate: irq=623 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029727: irq_matrix_alloc_managed: bit=33 cpu=60 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=491
  kworker/u673:8-898   [002] d...   333.029728: vector_alloc_managed: irq=623 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029728: vector_update: irq=623 vector=33 cpu=60 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029728: vector_config: irq=623 vector=33 cpu=60 apicdest=0x00000009
  kworker/u673:8-898   [002] d...   333.029781: vector_activate: irq=624 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029782: irq_matrix_alloc_managed: bit=33 cpu=61 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=492
  kworker/u673:8-898   [002] d...   333.029782: vector_alloc_managed: irq=624 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029782: vector_update: irq=624 vector=33 cpu=61 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029783: vector_config: irq=624 vector=33 cpu=61 apicdest=0x0000000b
  kworker/u673:8-898   [002] d...   333.029833: vector_activate: irq=625 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029833: irq_matrix_alloc_managed: bit=33 cpu=62 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=493
  kworker/u673:8-898   [002] d...   333.029834: vector_alloc_managed: irq=625 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029834: vector_update: irq=625 vector=33 cpu=62 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029834: vector_config: irq=625 vector=33 cpu=62 apicdest=0x0000000d
  kworker/u673:8-898   [002] d...   333.029885: vector_activate: irq=626 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029886: irq_matrix_alloc_managed: bit=34 cpu=63 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=494
  kworker/u673:8-898   [002] d...   333.029886: vector_alloc_managed: irq=626 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029886: vector_update: irq=626 vector=34 cpu=63 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029887: vector_config: irq=626 vector=34 cpu=63 apicdest=0x00000011
  kworker/u673:8-898   [002] d...   333.029939: vector_activate: irq=627 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029940: irq_matrix_alloc_managed: bit=33 cpu=64 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=495
  kworker/u673:8-898   [002] d...   333.029940: vector_alloc_managed: irq=627 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.029940: vector_update: irq=627 vector=33 cpu=64 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029940: vector_config: irq=627 vector=33 cpu=64 apicdest=0x00000013
  kworker/u673:8-898   [002] d...   333.029995: vector_activate: irq=628 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.029996: irq_matrix_alloc_managed: bit=34 cpu=65 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=496
  kworker/u673:8-898   [002] d...   333.029996: vector_alloc_managed: irq=628 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.029996: vector_update: irq=628 vector=34 cpu=65 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.029996: vector_config: irq=628 vector=34 cpu=65 apicdest=0x00000015
  kworker/u673:8-898   [002] d...   333.030048: vector_activate: irq=629 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030049: irq_matrix_alloc_managed: bit=34 cpu=66 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=497
  kworker/u673:8-898   [002] d...   333.030049: vector_alloc_managed: irq=629 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030049: vector_update: irq=629 vector=34 cpu=66 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030050: vector_config: irq=629 vector=34 cpu=66 apicdest=0x00000017
  kworker/u673:8-898   [002] d...   333.030102: vector_activate: irq=630 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030103: irq_matrix_alloc_managed: bit=34 cpu=67 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=498
  kworker/u673:8-898   [002] d...   333.030103: vector_alloc_managed: irq=630 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030104: vector_update: irq=630 vector=34 cpu=67 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030104: vector_config: irq=630 vector=34 cpu=67 apicdest=0x00000019
  kworker/u673:8-898   [002] d...   333.030157: vector_activate: irq=631 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030158: irq_matrix_alloc_managed: bit=34 cpu=68 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=499
  kworker/u673:8-898   [002] d...   333.030158: vector_alloc_managed: irq=631 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030158: vector_update: irq=631 vector=34 cpu=68 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030158: vector_config: irq=631 vector=34 cpu=68 apicdest=0x0000001b
  kworker/u673:8-898   [002] d...   333.030209: vector_activate: irq=632 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030210: irq_matrix_alloc_managed: bit=34 cpu=69 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=500
  kworker/u673:8-898   [002] d...   333.030210: vector_alloc_managed: irq=632 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030210: vector_update: irq=632 vector=34 cpu=69 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030211: vector_config: irq=632 vector=34 cpu=69 apicdest=0x0000001d
  kworker/u673:8-898   [002] d...   333.030269: vector_activate: irq=633 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030270: irq_matrix_alloc_managed: bit=33 cpu=70 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=501
  kworker/u673:8-898   [002] d...   333.030270: vector_alloc_managed: irq=633 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030270: vector_update: irq=633 vector=33 cpu=70 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030271: vector_config: irq=633 vector=33 cpu=70 apicdest=0x00000021
  kworker/u673:8-898   [002] d...   333.030322: vector_activate: irq=634 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030322: irq_matrix_alloc_managed: bit=34 cpu=71 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=502
  kworker/u673:8-898   [002] d...   333.030323: vector_alloc_managed: irq=634 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030323: vector_update: irq=634 vector=34 cpu=71 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030323: vector_config: irq=634 vector=34 cpu=71 apicdest=0x00000023
  kworker/u673:8-898   [002] d...   333.030377: vector_activate: irq=635 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030377: irq_matrix_alloc_managed: bit=33 cpu=72 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=503
  kworker/u673:8-898   [002] d...   333.030378: vector_alloc_managed: irq=635 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030378: vector_update: irq=635 vector=33 cpu=72 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030378: vector_config: irq=635 vector=33 cpu=72 apicdest=0x00000025
  kworker/u673:8-898   [002] d...   333.030431: vector_activate: irq=636 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030432: irq_matrix_alloc_managed: bit=34 cpu=73 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=504
  kworker/u673:8-898   [002] d...   333.030432: vector_alloc_managed: irq=636 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030432: vector_update: irq=636 vector=34 cpu=73 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030432: vector_config: irq=636 vector=34 cpu=73 apicdest=0x00000027
  kworker/u673:8-898   [002] d...   333.030492: vector_activate: irq=637 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030492: irq_matrix_alloc_managed: bit=34 cpu=74 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=505
  kworker/u673:8-898   [002] d...   333.030493: vector_alloc_managed: irq=637 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030493: vector_update: irq=637 vector=34 cpu=74 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030493: vector_config: irq=637 vector=34 cpu=74 apicdest=0x00000029
  kworker/u673:8-898   [002] d...   333.030548: vector_activate: irq=638 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030550: irq_matrix_alloc_managed: bit=33 cpu=75 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=506
  kworker/u673:8-898   [002] d...   333.030550: vector_alloc_managed: irq=638 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030550: vector_update: irq=638 vector=33 cpu=75 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030551: vector_config: irq=638 vector=33 cpu=75 apicdest=0x0000002b
  kworker/u673:8-898   [002] d...   333.030605: vector_activate: irq=639 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030606: irq_matrix_alloc_managed: bit=33 cpu=76 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=507
  kworker/u673:8-898   [002] d...   333.030606: vector_alloc_managed: irq=639 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030606: vector_update: irq=639 vector=33 cpu=76 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030606: vector_config: irq=639 vector=33 cpu=76 apicdest=0x0000002d
  kworker/u673:8-898   [002] d...   333.030662: vector_activate: irq=640 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030663: irq_matrix_alloc_managed: bit=33 cpu=77 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=508
  kworker/u673:8-898   [002] d...   333.030663: vector_alloc_managed: irq=640 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030663: vector_update: irq=640 vector=33 cpu=77 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030663: vector_config: irq=640 vector=33 cpu=77 apicdest=0x00000031
  kworker/u673:8-898   [002] d...   333.030718: vector_activate: irq=641 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030719: irq_matrix_alloc_managed: bit=33 cpu=78 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=509
  kworker/u673:8-898   [002] d...   333.030719: vector_alloc_managed: irq=641 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030719: vector_update: irq=641 vector=33 cpu=78 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030720: vector_config: irq=641 vector=33 cpu=78 apicdest=0x00000033
  kworker/u673:8-898   [002] d...   333.030778: vector_activate: irq=642 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030779: irq_matrix_alloc_managed: bit=34 cpu=79 online=1 avl=197 alloc=6 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=510
  kworker/u673:8-898   [002] d...   333.030779: vector_alloc_managed: irq=642 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.030779: vector_update: irq=642 vector=34 cpu=79 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030780: vector_config: irq=642 vector=34 cpu=79 apicdest=0x00000035
  kworker/u673:8-898   [002] d...   333.030834: vector_activate: irq=643 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030835: irq_matrix_alloc_managed: bit=33 cpu=80 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=511
  kworker/u673:8-898   [002] d...   333.030835: vector_alloc_managed: irq=643 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030835: vector_update: irq=643 vector=33 cpu=80 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030835: vector_config: irq=643 vector=33 cpu=80 apicdest=0x00000037
  kworker/u673:8-898   [002] d...   333.030889: vector_activate: irq=644 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030889: irq_matrix_alloc_managed: bit=35 cpu=81 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=512
  kworker/u673:8-898   [002] d...   333.030889: vector_alloc_managed: irq=644 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.030890: vector_update: irq=644 vector=35 cpu=81 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030890: vector_config: irq=644 vector=35 cpu=81 apicdest=0x00000039
  kworker/u673:8-898   [002] d...   333.030944: vector_activate: irq=645 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.030945: irq_matrix_alloc_managed: bit=33 cpu=82 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=513
  kworker/u673:8-898   [002] d...   333.030945: vector_alloc_managed: irq=645 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.030946: vector_update: irq=645 vector=33 cpu=82 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.030946: vector_config: irq=645 vector=33 cpu=82 apicdest=0x0000003b
  kworker/u673:8-898   [002] d...   333.031004: vector_activate: irq=646 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031005: irq_matrix_alloc_managed: bit=33 cpu=83 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=514
  kworker/u673:8-898   [002] d...   333.031005: vector_alloc_managed: irq=646 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031005: vector_update: irq=646 vector=33 cpu=83 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031006: vector_config: irq=646 vector=33 cpu=83 apicdest=0x0000003d
  kworker/u673:8-898   [002] d...   333.031066: vector_activate: irq=647 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031066: irq_matrix_alloc_managed: bit=35 cpu=28 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=515
  kworker/u673:8-898   [002] d...   333.031066: vector_alloc_managed: irq=647 vector=35 ret=0
  kworker/u673:8-898   [002] d...   333.031067: vector_update: irq=647 vector=35 cpu=28 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031067: vector_config: irq=647 vector=35 cpu=28 apicdest=0x00000040
  kworker/u673:8-898   [002] d...   333.031125: vector_activate: irq=648 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031126: irq_matrix_alloc_managed: bit=33 cpu=29 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=516
  kworker/u673:8-898   [002] d...   333.031126: vector_alloc_managed: irq=648 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031127: vector_update: irq=648 vector=33 cpu=29 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031127: vector_config: irq=648 vector=33 cpu=29 apicdest=0x00000042
  kworker/u673:8-898   [002] d...   333.031189: vector_activate: irq=649 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031190: irq_matrix_alloc_managed: bit=34 cpu=30 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=517
  kworker/u673:8-898   [002] d...   333.031190: vector_alloc_managed: irq=649 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031190: vector_update: irq=649 vector=34 cpu=30 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031191: vector_config: irq=649 vector=34 cpu=30 apicdest=0x00000044
  kworker/u673:8-898   [002] d...   333.031248: vector_activate: irq=650 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031248: irq_matrix_alloc_managed: bit=33 cpu=31 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=518
  kworker/u673:8-898   [002] d...   333.031249: vector_alloc_managed: irq=650 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031249: vector_update: irq=650 vector=33 cpu=31 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031250: vector_config: irq=650 vector=33 cpu=31 apicdest=0x00000046
  kworker/u673:8-898   [002] d...   333.031311: vector_activate: irq=651 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031311: irq_matrix_alloc_managed: bit=34 cpu=32 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=519
  kworker/u673:8-898   [002] d...   333.031312: vector_alloc_managed: irq=651 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031312: vector_update: irq=651 vector=34 cpu=32 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031312: vector_config: irq=651 vector=34 cpu=32 apicdest=0x00000048
  kworker/u673:8-898   [002] d...   333.031369: vector_activate: irq=652 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031370: irq_matrix_alloc_managed: bit=33 cpu=33 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=520
  kworker/u673:8-898   [002] d...   333.031370: vector_alloc_managed: irq=652 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031370: vector_update: irq=652 vector=33 cpu=33 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031370: vector_config: irq=652 vector=33 cpu=33 apicdest=0x0000004a
  kworker/u673:8-898   [002] d...   333.031431: vector_activate: irq=653 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031432: irq_matrix_alloc_managed: bit=34 cpu=34 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=521
  kworker/u673:8-898   [002] d...   333.031432: vector_alloc_managed: irq=653 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031433: vector_update: irq=653 vector=34 cpu=34 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031433: vector_config: irq=653 vector=34 cpu=34 apicdest=0x0000004c
  kworker/u673:8-898   [002] d...   333.031493: vector_activate: irq=654 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031493: irq_matrix_alloc_managed: bit=33 cpu=35 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=522
  kworker/u673:8-898   [002] d...   333.031494: vector_alloc_managed: irq=654 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031494: vector_update: irq=654 vector=33 cpu=35 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031494: vector_config: irq=654 vector=33 cpu=35 apicdest=0x00000050
  kworker/u673:8-898   [002] d...   333.031557: vector_activate: irq=655 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031557: irq_matrix_alloc_managed: bit=34 cpu=36 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=523
  kworker/u673:8-898   [002] d...   333.031558: vector_alloc_managed: irq=655 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031558: vector_update: irq=655 vector=34 cpu=36 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031558: vector_config: irq=655 vector=34 cpu=36 apicdest=0x00000052
  kworker/u673:8-898   [002] d...   333.031615: vector_activate: irq=656 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031616: irq_matrix_alloc_managed: bit=33 cpu=37 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=524
  kworker/u673:8-898   [002] d...   333.031617: vector_alloc_managed: irq=656 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031617: vector_update: irq=656 vector=33 cpu=37 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031617: vector_config: irq=656 vector=33 cpu=37 apicdest=0x00000054
  kworker/u673:8-898   [002] d...   333.031677: vector_activate: irq=657 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031678: irq_matrix_alloc_managed: bit=34 cpu=38 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=525
  kworker/u673:8-898   [002] d...   333.031678: vector_alloc_managed: irq=657 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031678: vector_update: irq=657 vector=34 cpu=38 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031679: vector_config: irq=657 vector=34 cpu=38 apicdest=0x00000056
  kworker/u673:8-898   [002] d...   333.031739: vector_activate: irq=658 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031740: irq_matrix_alloc_managed: bit=33 cpu=39 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=526
  kworker/u673:8-898   [002] d...   333.031741: vector_alloc_managed: irq=658 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031741: vector_update: irq=658 vector=33 cpu=39 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031741: vector_config: irq=658 vector=33 cpu=39 apicdest=0x00000058
  kworker/u673:8-898   [002] d...   333.031798: vector_activate: irq=659 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031799: irq_matrix_alloc_managed: bit=34 cpu=40 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=527
  kworker/u673:8-898   [002] d...   333.031800: vector_alloc_managed: irq=659 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031800: vector_update: irq=659 vector=34 cpu=40 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031800: vector_config: irq=659 vector=34 cpu=40 apicdest=0x0000005a
  kworker/u673:8-898   [002] d...   333.031865: vector_activate: irq=660 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031866: irq_matrix_alloc_managed: bit=33 cpu=41 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=528
  kworker/u673:8-898   [002] d...   333.031867: vector_alloc_managed: irq=660 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031867: vector_update: irq=660 vector=33 cpu=41 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031867: vector_config: irq=660 vector=33 cpu=41 apicdest=0x0000005c
  kworker/u673:8-898   [002] d...   333.031926: vector_activate: irq=661 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031927: irq_matrix_alloc_managed: bit=34 cpu=42 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=529
  kworker/u673:8-898   [002] d...   333.031927: vector_alloc_managed: irq=661 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.031927: vector_update: irq=661 vector=34 cpu=42 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031928: vector_config: irq=661 vector=34 cpu=42 apicdest=0x00000060
  kworker/u673:8-898   [002] d...   333.031987: vector_activate: irq=662 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.031988: irq_matrix_alloc_managed: bit=33 cpu=43 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=530
  kworker/u673:8-898   [002] d...   333.031988: vector_alloc_managed: irq=662 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.031988: vector_update: irq=662 vector=33 cpu=43 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.031988: vector_config: irq=662 vector=33 cpu=43 apicdest=0x00000062
  kworker/u673:8-898   [002] d...   333.032049: vector_activate: irq=663 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032050: irq_matrix_alloc_managed: bit=34 cpu=44 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=531
  kworker/u673:8-898   [002] d...   333.032050: vector_alloc_managed: irq=663 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.032050: vector_update: irq=663 vector=34 cpu=44 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032051: vector_config: irq=663 vector=34 cpu=44 apicdest=0x00000064
  kworker/u673:8-898   [002] d...   333.032112: vector_activate: irq=664 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032112: irq_matrix_alloc_managed: bit=33 cpu=45 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=532
  kworker/u673:8-898   [002] d...   333.032113: vector_alloc_managed: irq=664 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032113: vector_update: irq=664 vector=33 cpu=45 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032114: vector_config: irq=664 vector=33 cpu=45 apicdest=0x00000066
  kworker/u673:8-898   [002] d...   333.032179: vector_activate: irq=665 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032180: irq_matrix_alloc_managed: bit=34 cpu=46 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=533
  kworker/u673:8-898   [002] d...   333.032180: vector_alloc_managed: irq=665 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.032180: vector_update: irq=665 vector=34 cpu=46 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032181: vector_config: irq=665 vector=34 cpu=46 apicdest=0x00000068
  kworker/u673:8-898   [002] d...   333.032240: vector_activate: irq=666 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032241: irq_matrix_alloc_managed: bit=33 cpu=47 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=534
  kworker/u673:8-898   [002] d...   333.032241: vector_alloc_managed: irq=666 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032241: vector_update: irq=666 vector=33 cpu=47 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032242: vector_config: irq=666 vector=33 cpu=47 apicdest=0x0000006a
  kworker/u673:8-898   [002] d...   333.032304: vector_activate: irq=667 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032305: irq_matrix_alloc_managed: bit=34 cpu=48 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=535
  kworker/u673:8-898   [002] d...   333.032305: vector_alloc_managed: irq=667 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.032306: vector_update: irq=667 vector=34 cpu=48 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032306: vector_config: irq=667 vector=34 cpu=48 apicdest=0x0000006c
  kworker/u673:8-898   [002] d...   333.032369: vector_activate: irq=668 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032370: irq_matrix_alloc_managed: bit=33 cpu=49 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=536
  kworker/u673:8-898   [002] d...   333.032370: vector_alloc_managed: irq=668 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032370: vector_update: irq=668 vector=33 cpu=49 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032371: vector_config: irq=668 vector=33 cpu=49 apicdest=0x00000070
  kworker/u673:8-898   [002] d...   333.032437: vector_activate: irq=669 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032438: irq_matrix_alloc_managed: bit=34 cpu=50 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=537
  kworker/u673:8-898   [002] d...   333.032438: vector_alloc_managed: irq=669 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.032438: vector_update: irq=669 vector=34 cpu=50 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032438: vector_config: irq=669 vector=34 cpu=50 apicdest=0x00000072
  kworker/u673:8-898   [002] d...   333.032501: vector_activate: irq=670 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032502: irq_matrix_alloc_managed: bit=33 cpu=51 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=538
  kworker/u673:8-898   [002] d...   333.032502: vector_alloc_managed: irq=670 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032502: vector_update: irq=670 vector=33 cpu=51 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032503: vector_config: irq=670 vector=33 cpu=51 apicdest=0x00000074
  kworker/u673:8-898   [002] d...   333.032566: vector_activate: irq=671 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032566: irq_matrix_alloc_managed: bit=34 cpu=52 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=539
  kworker/u673:8-898   [002] d...   333.032567: vector_alloc_managed: irq=671 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.032567: vector_update: irq=671 vector=34 cpu=52 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032567: vector_config: irq=671 vector=34 cpu=52 apicdest=0x00000076
  kworker/u673:8-898   [002] d...   333.032630: vector_activate: irq=672 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032631: irq_matrix_alloc_managed: bit=33 cpu=53 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=540
  kworker/u673:8-898   [002] d...   333.032631: vector_alloc_managed: irq=672 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032631: vector_update: irq=672 vector=33 cpu=53 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032632: vector_config: irq=672 vector=33 cpu=53 apicdest=0x00000078
  kworker/u673:8-898   [002] d...   333.032692: vector_activate: irq=673 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032693: irq_matrix_alloc_managed: bit=34 cpu=54 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=541
  kworker/u673:8-898   [002] d...   333.032693: vector_alloc_managed: irq=673 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.032694: vector_update: irq=673 vector=34 cpu=54 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032694: vector_config: irq=673 vector=34 cpu=54 apicdest=0x0000007a
  kworker/u673:8-898   [002] d...   333.032765: vector_activate: irq=674 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032766: irq_matrix_alloc_managed: bit=33 cpu=55 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=542
  kworker/u673:8-898   [002] d...   333.032766: vector_alloc_managed: irq=674 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032766: vector_update: irq=674 vector=33 cpu=55 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032767: vector_config: irq=674 vector=33 cpu=55 apicdest=0x0000007c
  kworker/u673:8-898   [002] d...   333.032831: vector_activate: irq=675 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032832: irq_matrix_alloc_managed: bit=33 cpu=84 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=543
  kworker/u673:8-898   [002] d...   333.032832: vector_alloc_managed: irq=675 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032833: vector_update: irq=675 vector=33 cpu=84 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032833: vector_config: irq=675 vector=33 cpu=84 apicdest=0x00000041
  kworker/u673:8-898   [002] d...   333.032897: vector_activate: irq=676 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032898: irq_matrix_alloc_managed: bit=33 cpu=85 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=544
  kworker/u673:8-898   [002] d...   333.032898: vector_alloc_managed: irq=676 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032899: vector_update: irq=676 vector=33 cpu=85 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032899: vector_config: irq=676 vector=33 cpu=85 apicdest=0x00000043
  kworker/u673:8-898   [002] d...   333.032965: vector_activate: irq=677 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.032966: irq_matrix_alloc_managed: bit=33 cpu=86 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=545
  kworker/u673:8-898   [002] d...   333.032966: vector_alloc_managed: irq=677 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.032966: vector_update: irq=677 vector=33 cpu=86 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.032967: vector_config: irq=677 vector=33 cpu=86 apicdest=0x00000045
  kworker/u673:8-898   [002] d...   333.033031: vector_activate: irq=678 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033032: irq_matrix_alloc_managed: bit=33 cpu=87 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=546
  kworker/u673:8-898   [002] d...   333.033033: vector_alloc_managed: irq=678 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033033: vector_update: irq=678 vector=33 cpu=87 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033033: vector_config: irq=678 vector=33 cpu=87 apicdest=0x00000047
  kworker/u673:8-898   [002] d...   333.033099: vector_activate: irq=679 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033100: irq_matrix_alloc_managed: bit=33 cpu=88 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=547
  kworker/u673:8-898   [002] d...   333.033100: vector_alloc_managed: irq=679 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033100: vector_update: irq=679 vector=33 cpu=88 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033101: vector_config: irq=679 vector=33 cpu=88 apicdest=0x00000049
  kworker/u673:8-898   [002] d...   333.033167: vector_activate: irq=680 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033168: irq_matrix_alloc_managed: bit=33 cpu=89 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=548
  kworker/u673:8-898   [002] d...   333.033168: vector_alloc_managed: irq=680 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033168: vector_update: irq=680 vector=33 cpu=89 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033169: vector_config: irq=680 vector=33 cpu=89 apicdest=0x0000004b
  kworker/u673:8-898   [002] d...   333.033234: vector_activate: irq=681 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033235: irq_matrix_alloc_managed: bit=33 cpu=90 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=549
  kworker/u673:8-898   [002] d...   333.033235: vector_alloc_managed: irq=681 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033235: vector_update: irq=681 vector=33 cpu=90 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033236: vector_config: irq=681 vector=33 cpu=90 apicdest=0x0000004d
  kworker/u673:8-898   [002] d...   333.033301: vector_activate: irq=682 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033302: irq_matrix_alloc_managed: bit=33 cpu=91 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=550
  kworker/u673:8-898   [002] d...   333.033302: vector_alloc_managed: irq=682 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033302: vector_update: irq=682 vector=33 cpu=91 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033303: vector_config: irq=682 vector=33 cpu=91 apicdest=0x00000051
  kworker/u673:8-898   [002] d...   333.033372: vector_activate: irq=683 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033373: irq_matrix_alloc_managed: bit=33 cpu=92 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=551
  kworker/u673:8-898   [002] d...   333.033373: vector_alloc_managed: irq=683 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033373: vector_update: irq=683 vector=33 cpu=92 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033373: vector_config: irq=683 vector=33 cpu=92 apicdest=0x00000053
  kworker/u673:8-898   [002] d...   333.033439: vector_activate: irq=684 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033440: irq_matrix_alloc_managed: bit=33 cpu=93 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=552
  kworker/u673:8-898   [002] d...   333.033440: vector_alloc_managed: irq=684 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033441: vector_update: irq=684 vector=33 cpu=93 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033441: vector_config: irq=684 vector=33 cpu=93 apicdest=0x00000055
  kworker/u673:8-898   [002] d...   333.033505: vector_activate: irq=685 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033507: irq_matrix_alloc_managed: bit=33 cpu=94 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=553
  kworker/u673:8-898   [002] d...   333.033507: vector_alloc_managed: irq=685 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033508: vector_update: irq=685 vector=33 cpu=94 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033508: vector_config: irq=685 vector=33 cpu=94 apicdest=0x00000057
  kworker/u673:8-898   [002] d...   333.033575: vector_activate: irq=686 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033576: irq_matrix_alloc_managed: bit=33 cpu=95 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=554
  kworker/u673:8-898   [002] d...   333.033576: vector_alloc_managed: irq=686 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033576: vector_update: irq=686 vector=33 cpu=95 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033577: vector_config: irq=686 vector=33 cpu=95 apicdest=0x00000059
  kworker/u673:8-898   [002] d...   333.033648: vector_activate: irq=687 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033649: irq_matrix_alloc_managed: bit=33 cpu=96 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=555
  kworker/u673:8-898   [002] d...   333.033649: vector_alloc_managed: irq=687 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033649: vector_update: irq=687 vector=33 cpu=96 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033650: vector_config: irq=687 vector=33 cpu=96 apicdest=0x0000005b
  kworker/u673:8-898   [002] d...   333.033721: vector_activate: irq=688 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033722: irq_matrix_alloc_managed: bit=33 cpu=97 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=556
  kworker/u673:8-898   [002] d...   333.033722: vector_alloc_managed: irq=688 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033723: vector_update: irq=688 vector=33 cpu=97 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033723: vector_config: irq=688 vector=33 cpu=97 apicdest=0x0000005d
  kworker/u673:8-898   [002] d...   333.033790: vector_activate: irq=689 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033791: irq_matrix_alloc_managed: bit=33 cpu=98 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=557
  kworker/u673:8-898   [002] d...   333.033791: vector_alloc_managed: irq=689 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033792: vector_update: irq=689 vector=33 cpu=98 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033792: vector_config: irq=689 vector=33 cpu=98 apicdest=0x00000061
  kworker/u673:8-898   [002] d...   333.033860: vector_activate: irq=690 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033861: irq_matrix_alloc_managed: bit=33 cpu=99 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=558
  kworker/u673:8-898   [002] d...   333.033861: vector_alloc_managed: irq=690 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033861: vector_update: irq=690 vector=33 cpu=99 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033862: vector_config: irq=690 vector=33 cpu=99 apicdest=0x00000063
  kworker/u673:8-898   [002] d...   333.033928: vector_activate: irq=691 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.033929: irq_matrix_alloc_managed: bit=33 cpu=100 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=559
  kworker/u673:8-898   [002] d...   333.033930: vector_alloc_managed: irq=691 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.033930: vector_update: irq=691 vector=33 cpu=100 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.033930: vector_config: irq=691 vector=33 cpu=100 apicdest=0x00000065
  kworker/u673:8-898   [002] d...   333.034000: vector_activate: irq=692 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034001: irq_matrix_alloc_managed: bit=34 cpu=101 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=560
  kworker/u673:8-898   [002] d...   333.034001: vector_alloc_managed: irq=692 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.034002: vector_update: irq=692 vector=34 cpu=101 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034002: vector_config: irq=692 vector=34 cpu=101 apicdest=0x00000067
  kworker/u673:8-898   [002] d...   333.034075: vector_activate: irq=693 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034076: irq_matrix_alloc_managed: bit=33 cpu=102 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=561
  kworker/u673:8-898   [002] d...   333.034076: vector_alloc_managed: irq=693 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034077: vector_update: irq=693 vector=33 cpu=102 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034077: vector_config: irq=693 vector=33 cpu=102 apicdest=0x00000069
  kworker/u673:8-898   [002] d...   333.034145: vector_activate: irq=694 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034146: irq_matrix_alloc_managed: bit=33 cpu=103 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=562
  kworker/u673:8-898   [002] d...   333.034146: vector_alloc_managed: irq=694 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034146: vector_update: irq=694 vector=33 cpu=103 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034147: vector_config: irq=694 vector=33 cpu=103 apicdest=0x0000006b
  kworker/u673:8-898   [002] d...   333.034216: vector_activate: irq=695 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034217: irq_matrix_alloc_managed: bit=33 cpu=104 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=563
  kworker/u673:8-898   [002] d...   333.034217: vector_alloc_managed: irq=695 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034218: vector_update: irq=695 vector=33 cpu=104 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034218: vector_config: irq=695 vector=33 cpu=104 apicdest=0x0000006d
  kworker/u673:8-898   [002] d...   333.034288: vector_activate: irq=696 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034288: irq_matrix_alloc_managed: bit=33 cpu=105 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=564
  kworker/u673:8-898   [002] d...   333.034288: vector_alloc_managed: irq=696 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034289: vector_update: irq=696 vector=33 cpu=105 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034289: vector_config: irq=696 vector=33 cpu=105 apicdest=0x00000071
  kworker/u673:8-898   [002] d...   333.034361: vector_activate: irq=697 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034361: irq_matrix_alloc_managed: bit=33 cpu=106 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=565
  kworker/u673:8-898   [002] d...   333.034361: vector_alloc_managed: irq=697 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034362: vector_update: irq=697 vector=33 cpu=106 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034362: vector_config: irq=697 vector=33 cpu=106 apicdest=0x00000073
  kworker/u673:8-898   [002] d...   333.034430: vector_activate: irq=698 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034431: irq_matrix_alloc_managed: bit=34 cpu=107 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=566
  kworker/u673:8-898   [002] d...   333.034431: vector_alloc_managed: irq=698 vector=34 ret=0
  kworker/u673:8-898   [002] d...   333.034431: vector_update: irq=698 vector=34 cpu=107 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034432: vector_config: irq=698 vector=34 cpu=107 apicdest=0x00000075
  kworker/u673:8-898   [002] d...   333.034501: vector_activate: irq=699 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034502: irq_matrix_alloc_managed: bit=33 cpu=108 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=567
  kworker/u673:8-898   [002] d...   333.034502: vector_alloc_managed: irq=699 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034502: vector_update: irq=699 vector=33 cpu=108 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034503: vector_config: irq=699 vector=33 cpu=108 apicdest=0x00000077
  kworker/u673:8-898   [002] d...   333.034572: vector_activate: irq=700 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034572: irq_matrix_alloc_managed: bit=33 cpu=109 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=568
  kworker/u673:8-898   [002] d...   333.034573: vector_alloc_managed: irq=700 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034573: vector_update: irq=700 vector=33 cpu=109 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034573: vector_config: irq=700 vector=33 cpu=109 apicdest=0x00000079
  kworker/u673:8-898   [002] d...   333.034649: vector_activate: irq=701 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034649: irq_matrix_alloc_managed: bit=33 cpu=110 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=569
  kworker/u673:8-898   [002] d...   333.034650: vector_alloc_managed: irq=701 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034650: vector_update: irq=701 vector=33 cpu=110 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034650: vector_config: irq=701 vector=33 cpu=110 apicdest=0x0000007b
  kworker/u673:8-898   [002] d...   333.034724: vector_activate: irq=702 is_managed=1 can_reserve=0 reserve=0
  kworker/u673:8-898   [002] d...   333.034725: irq_matrix_alloc_managed: bit=33 cpu=111 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=570
  kworker/u673:8-898   [002] d...   333.034725: vector_alloc_managed: irq=702 vector=33 ret=0
  kworker/u673:8-898   [002] d...   333.034725: vector_update: irq=702 vector=33 cpu=111 prev_vector=0 prev_cpu=0
  kworker/u673:8-898   [002] d...   333.034726: vector_config: irq=702 vector=33 cpu=111 apicdest=0x0000007d
          <idle>-0     [015] d.h.   333.129040: irq_matrix_alloc: bit=35 cpu=72 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22084, global_rsvd=158, total_alloc=571
          <idle>-0     [015] d.h.   333.129042: vector_update: irq=61 vector=35 cpu=72 prev_vector=37 prev_cpu=15
          <idle>-0     [015] d.h.   333.129043: vector_alloc: irq=61 vector=35 reserved=1 ret=0
          <idle>-0     [015] d.h.   333.129044: vector_config: irq=61 vector=35 cpu=72 apicdest=0x00000025
          <idle>-0     [015] d.h.   333.129151: vector_free_moved: irq=61 cpu=15 vector=37 is_managed=0
          <idle>-0     [015] d.h.   333.129152: irq_matrix_free: bit=37 cpu=15 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=570
          <idle>-0     [013] d.h.   333.287297: irq_matrix_alloc: bit=37 cpu=73 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22084, global_rsvd=158, total_alloc=571
          <idle>-0     [013] d.h.   333.287300: vector_update: irq=65 vector=37 cpu=73 prev_vector=36 prev_cpu=13
          <idle>-0     [013] d.h.   333.287301: vector_alloc: irq=65 vector=37 reserved=1 ret=0
          <idle>-0     [013] d.h.   333.287302: vector_config: irq=65 vector=37 cpu=73 apicdest=0x00000027
          <idle>-0     [013] d.h.   333.287411: vector_free_moved: irq=65 cpu=13 vector=36 is_managed=0
          <idle>-0     [013] d.h.   333.287412: irq_matrix_free: bit=36 cpu=13 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=570
  kworker/u674:3-1421  [049] d...   335.305725: vector_activate: irq=45 is_managed=0 can_reserve=1 reserve=0
  kworker/u674:3-1421  [049] d...   335.305729: irq_matrix_alloc: bit=44 cpu=28 online=1 avl=190 alloc=13 managed=2 online_maps=112 global_avl=22084, global_rsvd=157, total_alloc=571
  kworker/u674:3-1421  [049] d...   335.305730: vector_update: irq=45 vector=44 cpu=28 prev_vector=0 prev_cpu=0
  kworker/u674:3-1421  [049] d...   335.305731: vector_alloc: irq=45 vector=44 reserved=1 ret=0
  kworker/u674:3-1421  [049] d...   335.305732: vector_config: irq=45 vector=44 cpu=28 apicdest=0x00000040
  kworker/u674:3-1421  [049] d...   335.305735: vector_config: irq=45 vector=44 cpu=28 apicdest=0x00000040
  kworker/u674:3-1421  [028] d...   335.306793: vector_deactivate: irq=45 is_managed=0 can_reserve=1 reserve=0
  kworker/u674:3-1421  [028] d...   335.306797: vector_clear: irq=45 vector=44 cpu=28 prev_vector=0 prev_cpu=0
  kworker/u674:3-1421  [028] d...   335.306798: irq_matrix_free: bit=44 cpu=28 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22085, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.306798: irq_matrix_reserve: online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.306799: vector_reserve: irq=45 ret=0
  kworker/u674:3-1421  [028] d...   335.306800: vector_config: irq=45 vector=239 cpu=0 apicdest=0x00000000
  kworker/u674:3-1421  [028] d...   335.306828: vector_teardown: irq=45 is_managed=0 has_reserved=1
  kworker/u674:3-1421  [028] d...   335.306830: irq_matrix_remove_reserved: online_maps=112 global_avl=22085, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.307051: irq_matrix_reserve_managed: bit=56 cpu=0 online=1 avl=86 alloc=116 managed=3 online_maps=112 global_avl=22084, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.307053: irq_matrix_remove_managed: bit=56 cpu=0 online=1 avl=87 alloc=116 managed=2 online_maps=112 global_avl=22085, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] ....   335.307054: vector_reserve_managed: irq=45 ret=-28
  kworker/u674:3-1421  [028] ....   335.307054: vector_setup: irq=45 is_legacy=0 ret=-28
  kworker/u674:3-1421  [028] d...   335.307055: vector_teardown: irq=45 is_managed=1 has_reserved=0
  kworker/u674:3-1421  [028] d...   335.307391: irq_matrix_remove_managed: bit=35 cpu=1 online=1 avl=1 alloc=202 managed=1 online_maps=112 global_avl=22086, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.307392: irq_matrix_remove_managed: bit=35 cpu=56 online=1 avl=200 alloc=3 managed=1 online_maps=112 global_avl=22087, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.307393: irq_matrix_remove_managed: bit=34 cpu=57 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22088, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.307433: vector_activate: irq=44 is_managed=0 can_reserve=1 reserve=0
  kworker/u674:3-1421  [028] d...   335.307434: irq_matrix_alloc: bit=44 cpu=28 online=1 avl=190 alloc=13 managed=2 online_maps=112 global_avl=22087, global_rsvd=156, total_alloc=571
  kworker/u674:3-1421  [028] d...   335.307435: vector_update: irq=44 vector=44 cpu=28 prev_vector=0 prev_cpu=0
  kworker/u674:3-1421  [028] d...   335.307435: vector_alloc: irq=44 vector=44 reserved=1 ret=0
  kworker/u674:3-1421  [028] d...   335.307436: vector_config: irq=44 vector=44 cpu=28 apicdest=0x00000040
  kworker/u674:3-1421  [028] d...   335.307439: vector_config: irq=44 vector=44 cpu=28 apicdest=0x00000040
 systemd-journal-2801  [108] d.h.   33

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-16  6:16     ` Keith Busch
@ 2018-01-16  7:11       ` Keith Busch
  2018-01-16 10:33         ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-16  7:11 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

This is all way over my head, but the part that obviously shows
something's gone wrong:

  kworker/u674:3-1421  [028] d...   335.307051: irq_matrix_reserve_managed: bit=56 cpu=0 online=1 avl=86 alloc=116 managed=3 online_maps=112 global_avl=22084, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] d...   335.307053: irq_matrix_remove_managed: bit=56 cpu=0 online=1 avl=87 alloc=116 managed=2 online_maps=112 global_avl=22085, global_rsvd=157, total_alloc=570
  kworker/u674:3-1421  [028] ....   335.307054: vector_reserve_managed: irq=45 ret=-28
  kworker/u674:3-1421  [028] ....   335.307054: vector_setup: irq=45 is_legacy=0 ret=-28
  kworker/u674:3-1421  [028] d...   335.307055: vector_teardown: irq=45 is_managed=1 has_reserved=0

Which leads me to x86_vector_alloc_irqs goto error:

error:
	x86_vector_free_irqs(domain, virq, i + 1);

The last parameter looks weird. It's the nr_irqs, and since we failed and
bailed, I would think we'd need to subtract 1 rather than add 1. Adding
1 would doublely remove the failed one, and remove the next one that
was never setup, right?

Or maybe irq_matrix_reserve_managed wasn't expected to fail in the
first place?

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-16  7:11       ` Keith Busch
@ 2018-01-16 10:33         ` Thomas Gleixner
  2018-01-16 11:20           ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-16 10:33 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Tue, 16 Jan 2018, Keith Busch wrote:

> This is all way over my head, but the part that obviously shows
> something's gone wrong:
> 
>   kworker/u674:3-1421  [028] d...   335.307051: irq_matrix_reserve_managed: bit=56 cpu=0 online=1 avl=86 alloc=116 managed=3 online_maps=112 global_avl=22084, global_rsvd=157, total_alloc=570
>   kworker/u674:3-1421  [028] d...   335.307053: irq_matrix_remove_managed: bit=56 cpu=0 online=1 avl=87 alloc=116 managed=2 online_maps=112 global_avl=22085, global_rsvd=157, total_alloc=570
>   kworker/u674:3-1421  [028] ....   335.307054: vector_reserve_managed: irq=45 ret=-28
>   kworker/u674:3-1421  [028] ....   335.307054: vector_setup: irq=45 is_legacy=0 ret=-28
>   kworker/u674:3-1421  [028] d...   335.307055: vector_teardown: irq=45 is_managed=1 has_reserved=0
> 
> Which leads me to x86_vector_alloc_irqs goto error:
> 
> error:
> 	x86_vector_free_irqs(domain, virq, i + 1);
> 
> The last parameter looks weird. It's the nr_irqs, and since we failed and
> bailed, I would think we'd need to subtract 1 rather than add 1. Adding
> 1 would doublely remove the failed one, and remove the next one that
> was never setup, right?

Right. That's fishy. Let me stare at it.

> Or maybe irq_matrix_reserve_managed wasn't expected to fail in the
> first place?

Well, it can faul. I don't know why it fails in that case, but let me look
a bit more.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-16 10:33         ` Thomas Gleixner
@ 2018-01-16 11:20           ` Thomas Gleixner
  2018-01-16 14:26             ` Keith Busch
                               ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-16 11:20 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Tue, 16 Jan 2018, Thomas Gleixner wrote:
> On Tue, 16 Jan 2018, Keith Busch wrote:
> 
> > This is all way over my head, but the part that obviously shows
> > something's gone wrong:
> > 
> >   kworker/u674:3-1421  [028] d...   335.307051: irq_matrix_reserve_managed: bit=56 cpu=0 online=1 avl=86 alloc=116 managed=3 online_maps=112 global_avl=22084, global_rsvd=157, total_alloc=570
> >   kworker/u674:3-1421  [028] d...   335.307053: irq_matrix_remove_managed: bit=56 cpu=0 online=1 avl=87 alloc=116 managed=2 online_maps=112 global_avl=22085, global_rsvd=157, total_alloc=570
> >   kworker/u674:3-1421  [028] ....   335.307054: vector_reserve_managed: irq=45 ret=-28
> >   kworker/u674:3-1421  [028] ....   335.307054: vector_setup: irq=45 is_legacy=0 ret=-28
> >   kworker/u674:3-1421  [028] d...   335.307055: vector_teardown: irq=45 is_managed=1 has_reserved=0
> > 
> > Which leads me to x86_vector_alloc_irqs goto error:
> > 
> > error:
> > 	x86_vector_free_irqs(domain, virq, i + 1);
> > 
> > The last parameter looks weird. It's the nr_irqs, and since we failed and
> > bailed, I would think we'd need to subtract 1 rather than add 1. Adding
> > 1 would doublely remove the failed one, and remove the next one that
> > was never setup, right?
> 
> Right. That's fishy. Let me stare at it.

What we want is s/i + 1/i/

That's correct because x86_vector_free_irqs() does:

       for (i = 0; i < nr; i++)
       	   ....

So if we fail at the first irq, then the loop will do nothing. Failing on
the second will free the first ....

Fix below.

Thanks,

	tglx

8<----------------------
diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
index f8b03bb8e725..3cc471beb50b 100644
--- a/arch/x86/kernel/apic/vector.c
+++ b/arch/x86/kernel/apic/vector.c
@@ -542,14 +542,17 @@ static int x86_vector_alloc_irqs(struct irq_domain *domain, unsigned int virq,
 
 		err = assign_irq_vector_policy(irqd, info);
 		trace_vector_setup(virq + i, false, err);
-		if (err)
+		if (err) {
+			irqd->chip_data = NULL;
+			free_apic_chip_data(apicd);
 			goto error;
+		}
 	}
 
 	return 0;
 
 error:
-	x86_vector_free_irqs(domain, virq, i + 1);
+	x86_vector_free_irqs(domain, virq, i);
 	return err;
 }
 

^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-16 11:20           ` Thomas Gleixner
@ 2018-01-16 14:26             ` Keith Busch
  2018-01-17  2:25             ` Keith Busch
  2018-01-17 11:15             ` [tip:x86/urgent] x86/apic/vector: Fix off by one in error path tip-bot for Thomas Gleixner
  2 siblings, 0 replies; 20+ messages in thread
From: Keith Busch @ 2018-01-16 14:26 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

On Tue, Jan 16, 2018 at 12:20:18PM +0100, Thomas Gleixner wrote:
> What we want is s/i + 1/i/
> 
> That's correct because x86_vector_free_irqs() does:
> 
>        for (i = 0; i < nr; i++)
>        	   ....
> 
> So if we fail at the first irq, then the loop will do nothing. Failing on
> the second will free the first ....
> 
> Fix below.
> 
> Thanks,
> 
> 	tglx

Thanks! This looks much better. I'll try to verify by tomorrow, though
the hardware I was using to recreate is not available to me at the
moment. I may be able to synth the conditions on something else.

 
> 8<----------------------
> diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
> index f8b03bb8e725..3cc471beb50b 100644
> --- a/arch/x86/kernel/apic/vector.c
> +++ b/arch/x86/kernel/apic/vector.c
> @@ -542,14 +542,17 @@ static int x86_vector_alloc_irqs(struct irq_domain *domain, unsigned int virq,
>  
>  		err = assign_irq_vector_policy(irqd, info);
>  		trace_vector_setup(virq + i, false, err);
> -		if (err)
> +		if (err) {
> +			irqd->chip_data = NULL;
> +			free_apic_chip_data(apicd);
>  			goto error;
> +		}
>  	}
>  
>  	return 0;
>  
>  error:
> -	x86_vector_free_irqs(domain, virq, i + 1);
> +	x86_vector_free_irqs(domain, virq, i);
>  	return err;
>  }
>  

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-16 11:20           ` Thomas Gleixner
  2018-01-16 14:26             ` Keith Busch
@ 2018-01-17  2:25             ` Keith Busch
  2018-01-17  7:34               ` Thomas Gleixner
  2018-01-17 11:15             ` [tip:x86/urgent] x86/apic/vector: Fix off by one in error path tip-bot for Thomas Gleixner
  2 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-17  2:25 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

On Tue, Jan 16, 2018 at 12:20:18PM +0100, Thomas Gleixner wrote:
> 8<----------------------
> diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
> index f8b03bb8e725..3cc471beb50b 100644
> --- a/arch/x86/kernel/apic/vector.c
> +++ b/arch/x86/kernel/apic/vector.c
> @@ -542,14 +542,17 @@ static int x86_vector_alloc_irqs(struct irq_domain *domain, unsigned int virq,
>  
>  		err = assign_irq_vector_policy(irqd, info);
>  		trace_vector_setup(virq + i, false, err);
> -		if (err)
> +		if (err) {
> +			irqd->chip_data = NULL;
> +			free_apic_chip_data(apicd);
>  			goto error;
> +		}
>  	}
>  
>  	return 0;
>  
>  error:
> -	x86_vector_free_irqs(domain, virq, i + 1);
> +	x86_vector_free_irqs(domain, virq, i);
>  	return err;
>  }
>  

The patch does indeed fix all the warnings and allows device binding to
succeed, albeit in a degraded performance mode. Despite that, this is
a good fix, and looks applicable to 4.4-stable, so:

Tested-by: Keith Busch <keith.busch@intel.com>

I'm still concerned assign_irq_vector_policy is failing. That has
interrupt allocation abandon MSI-x and fall back to legacy IRQ. 

Your patch does address my main concern, though. Are you comfortable
enough to queue this up for 4.15?

Thanks,
Keith

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17  2:25             ` Keith Busch
@ 2018-01-17  7:34               ` Thomas Gleixner
  2018-01-17  7:55                 ` Keith Busch
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-17  7:34 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Tue, 16 Jan 2018, Keith Busch wrote:
> On Tue, Jan 16, 2018 at 12:20:18PM +0100, Thomas Gleixner wrote:
> > 8<----------------------
> > diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
> > index f8b03bb8e725..3cc471beb50b 100644
> > --- a/arch/x86/kernel/apic/vector.c
> > +++ b/arch/x86/kernel/apic/vector.c
> > @@ -542,14 +542,17 @@ static int x86_vector_alloc_irqs(struct irq_domain *domain, unsigned int virq,
> >  
> >  		err = assign_irq_vector_policy(irqd, info);
> >  		trace_vector_setup(virq + i, false, err);
> > -		if (err)
> > +		if (err) {
> > +			irqd->chip_data = NULL;
> > +			free_apic_chip_data(apicd);
> >  			goto error;
> > +		}
> >  	}
> >  
> >  	return 0;
> >  
> >  error:
> > -	x86_vector_free_irqs(domain, virq, i + 1);
> > +	x86_vector_free_irqs(domain, virq, i);
> >  	return err;
> >  }
> >  
> 
> The patch does indeed fix all the warnings and allows device binding to
> succeed, albeit in a degraded performance mode. Despite that, this is
> a good fix, and looks applicable to 4.4-stable, so:
> 
> Tested-by: Keith Busch <keith.busch@intel.com>
> 
> I'm still concerned assign_irq_vector_policy is failing. That has
> interrupt allocation abandon MSI-x and fall back to legacy IRQ.

Can you trace the matrix allocations from the very beginning or tell me how
to reproduce. I'd like to figure out why this is happening.
 
> Your patch does address my main concern, though. Are you comfortable
> enough to queue this up for 4.15?

Yes, it's a pretty obvious bug and the fix is straight forward.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17  7:34               ` Thomas Gleixner
@ 2018-01-17  7:55                 ` Keith Busch
  2018-01-17  9:24                   ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-17  7:55 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

On Wed, Jan 17, 2018 at 08:34:22AM +0100, Thomas Gleixner wrote:
> Can you trace the matrix allocations from the very beginning or tell me how
> to reproduce. I'd like to figure out why this is happening.

Sure, I'll get the irq_matrix events.

I reproduce this on a machine with 112 CPUs and 3 NVMe controllers. The
first two NVMe want 112 MSI-x vectors, and the last only 31 vectors. The
test runs 'modprobe nvme' and 'modprobe -r nvme' in a loop with 10
second delay between each step. Repro occurs within a few iterations,
sometimes already broken after the initial boot.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17  7:55                 ` Keith Busch
@ 2018-01-17  9:24                   ` Thomas Gleixner
  2018-01-17  9:32                     ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-17  9:24 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Wed, 17 Jan 2018, Keith Busch wrote:
> On Wed, Jan 17, 2018 at 08:34:22AM +0100, Thomas Gleixner wrote:
> > Can you trace the matrix allocations from the very beginning or tell me how
> > to reproduce. I'd like to figure out why this is happening.
> 
> Sure, I'll get the irq_matrix events.
> 
> I reproduce this on a machine with 112 CPUs and 3 NVMe controllers. The
> first two NVMe want 112 MSI-x vectors, and the last only 31 vectors. The
> test runs 'modprobe nvme' and 'modprobe -r nvme' in a loop with 10
> second delay between each step. Repro occurs within a few iterations,
> sometimes already broken after the initial boot.

That doesn't sound right. The vectors should be spread evenly accross the
CPUs. So ENOSPC should never happen.

Can you please take snapshots of /sys/kernel/debug/irq/ between the
modprobe and modprobe -r steps?

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17  9:24                   ` Thomas Gleixner
@ 2018-01-17  9:32                     ` Thomas Gleixner
  2018-01-17 14:24                       ` Keith Busch
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-17  9:32 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Wed, 17 Jan 2018, Thomas Gleixner wrote:

> On Wed, 17 Jan 2018, Keith Busch wrote:
> > On Wed, Jan 17, 2018 at 08:34:22AM +0100, Thomas Gleixner wrote:
> > > Can you trace the matrix allocations from the very beginning or tell me how
> > > to reproduce. I'd like to figure out why this is happening.
> > 
> > Sure, I'll get the irq_matrix events.
> > 
> > I reproduce this on a machine with 112 CPUs and 3 NVMe controllers. The
> > first two NVMe want 112 MSI-x vectors, and the last only 31 vectors. The
> > test runs 'modprobe nvme' and 'modprobe -r nvme' in a loop with 10
> > second delay between each step. Repro occurs within a few iterations,
> > sometimes already broken after the initial boot.
> 
> That doesn't sound right. The vectors should be spread evenly accross the
> CPUs. So ENOSPC should never happen.
> 
> Can you please take snapshots of /sys/kernel/debug/irq/ between the
> modprobe and modprobe -r steps?

The allocation fails because CPU1 has exhausted it's vector space here:

[002] d...   333.028216: irq_matrix_alloc_managed: bit=34 cpu=1 online=1 avl=0 alloc=202 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=460

Now the interesting question is how that happens.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [tip:x86/urgent] x86/apic/vector: Fix off by one in error path
  2018-01-16 11:20           ` Thomas Gleixner
  2018-01-16 14:26             ` Keith Busch
  2018-01-17  2:25             ` Keith Busch
@ 2018-01-17 11:15             ` tip-bot for Thomas Gleixner
  2 siblings, 0 replies; 20+ messages in thread
From: tip-bot for Thomas Gleixner @ 2018-01-17 11:15 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: keith.busch, mingo, linux-kernel, hpa, tglx

Commit-ID:  45d55e7bac4028af93f5fa324e69958a0b868e96
Gitweb:     https://git.kernel.org/tip/45d55e7bac4028af93f5fa324e69958a0b868e96
Author:     Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Tue, 16 Jan 2018 12:20:18 +0100
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 17 Jan 2018 12:11:36 +0100

x86/apic/vector: Fix off by one in error path

Keith reported the following warning:

WARNING: CPU: 28 PID: 1420 at kernel/irq/matrix.c:222 irq_matrix_remove_managed+0x10f/0x120
  x86_vector_free_irqs+0xa1/0x180
  x86_vector_alloc_irqs+0x1e4/0x3a0
  msi_domain_alloc+0x62/0x130

The reason for this is that if the vector allocation fails the error
handling code tries to free the failed vector as well, which causes the
above imbalance warning to trigger.

Adjust the error path to handle this correctly.

Fixes: b5dc8e6c21e7 ("x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors")
Reported-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Keith Busch <keith.busch@intel.com>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/alpine.DEB.2.20.1801161217300.1823@nanos

---
 arch/x86/kernel/apic/vector.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c
index f8b03bb..3cc471b 100644
--- a/arch/x86/kernel/apic/vector.c
+++ b/arch/x86/kernel/apic/vector.c
@@ -542,14 +542,17 @@ static int x86_vector_alloc_irqs(struct irq_domain *domain, unsigned int virq,
 
 		err = assign_irq_vector_policy(irqd, info);
 		trace_vector_setup(virq + i, false, err);
-		if (err)
+		if (err) {
+			irqd->chip_data = NULL;
+			free_apic_chip_data(apicd);
 			goto error;
+		}
 	}
 
 	return 0;
 
 error:
-	x86_vector_free_irqs(domain, virq, i + 1);
+	x86_vector_free_irqs(domain, virq, i);
 	return err;
 }
 

^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17  9:32                     ` Thomas Gleixner
@ 2018-01-17 14:24                       ` Keith Busch
  2018-01-17 15:01                         ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-17 14:24 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

On Wed, Jan 17, 2018 at 10:32:12AM +0100, Thomas Gleixner wrote:
> On Wed, 17 Jan 2018, Thomas Gleixner wrote:
> > That doesn't sound right. The vectors should be spread evenly accross the
> > CPUs. So ENOSPC should never happen.
> > 
> > Can you please take snapshots of /sys/kernel/debug/irq/ between the
> > modprobe and modprobe -r steps?
> 
> The allocation fails because CPU1 has exhausted it's vector space here:
> 
> [002] d...   333.028216: irq_matrix_alloc_managed: bit=34 cpu=1 online=1 avl=0 alloc=202 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=460
> 
> Now the interesting question is how that happens.

The trace with "trace_events=irq_matrix" kernel parameter is attached,
ended shortly after an allocation failure.

I'll have to get back to you on the debug/irq snapshots.

[-- Attachment #2: irq-matrix-events --]
[-- Type: text/plain, Size: 491589 bytes --]

          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=0 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=1 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=2 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=3 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=4 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=5 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=6 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=7 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=8 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=9 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=10 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=11 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=12 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=13 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=14 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=15 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=16 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=17 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=18 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=19 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=32 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=128 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=238 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=239 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=240 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=241 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=242 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=243 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=244 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=245 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=246 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=247 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=248 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=249 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=250 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=251 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=252 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=253 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=254 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=255 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign_system: bit=50 online_maps=0 global_avl=0, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_online: online_maps=1 global_avl=203, global_rsvd=0, total_alloc=0
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=48 cpu=0 online=1 avl=202 alloc=1 managed=0 online_maps=1 global_avl=202, global_rsvd=0, total_alloc=1
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=49 cpu=0 online=1 avl=201 alloc=2 managed=0 online_maps=1 global_avl=201, global_rsvd=0, total_alloc=2
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=51 cpu=0 online=1 avl=200 alloc=3 managed=0 online_maps=1 global_avl=200, global_rsvd=0, total_alloc=3
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=52 cpu=0 online=1 avl=199 alloc=4 managed=0 online_maps=1 global_avl=199, global_rsvd=0, total_alloc=4
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=53 cpu=0 online=1 avl=198 alloc=5 managed=0 online_maps=1 global_avl=198, global_rsvd=0, total_alloc=5
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=54 cpu=0 online=1 avl=197 alloc=6 managed=0 online_maps=1 global_avl=197, global_rsvd=0, total_alloc=6
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=55 cpu=0 online=1 avl=196 alloc=7 managed=0 online_maps=1 global_avl=196, global_rsvd=0, total_alloc=7
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=56 cpu=0 online=1 avl=195 alloc=8 managed=0 online_maps=1 global_avl=195, global_rsvd=0, total_alloc=8
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=57 cpu=0 online=1 avl=194 alloc=9 managed=0 online_maps=1 global_avl=194, global_rsvd=0, total_alloc=9
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=58 cpu=0 online=1 avl=193 alloc=10 managed=0 online_maps=1 global_avl=193, global_rsvd=0, total_alloc=10
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=59 cpu=0 online=1 avl=192 alloc=11 managed=0 online_maps=1 global_avl=192, global_rsvd=0, total_alloc=11
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=60 cpu=0 online=1 avl=191 alloc=12 managed=0 online_maps=1 global_avl=191, global_rsvd=0, total_alloc=12
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=61 cpu=0 online=1 avl=190 alloc=13 managed=0 online_maps=1 global_avl=190, global_rsvd=0, total_alloc=13
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=62 cpu=0 online=1 avl=189 alloc=14 managed=0 online_maps=1 global_avl=189, global_rsvd=0, total_alloc=14
          <idle>-0     [000] d...     0.000000: irq_matrix_assign: bit=63 cpu=0 online=1 avl=188 alloc=15 managed=0 online_maps=1 global_avl=188, global_rsvd=0, total_alloc=15
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=49 cpu=0 online=1 avl=189 alloc=14 managed=0 online_maps=1 global_avl=189, global_rsvd=0, total_alloc=14
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=189, global_rsvd=1, total_alloc=14
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=51 cpu=0 online=1 avl=190 alloc=13 managed=0 online_maps=1 global_avl=190, global_rsvd=1, total_alloc=13
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=190, global_rsvd=2, total_alloc=13
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=52 cpu=0 online=1 avl=191 alloc=12 managed=0 online_maps=1 global_avl=191, global_rsvd=2, total_alloc=12
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=191, global_rsvd=3, total_alloc=12
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=53 cpu=0 online=1 avl=192 alloc=11 managed=0 online_maps=1 global_avl=192, global_rsvd=3, total_alloc=11
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=192, global_rsvd=4, total_alloc=11
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=54 cpu=0 online=1 avl=193 alloc=10 managed=0 online_maps=1 global_avl=193, global_rsvd=4, total_alloc=10
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=193, global_rsvd=5, total_alloc=10
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=55 cpu=0 online=1 avl=194 alloc=9 managed=0 online_maps=1 global_avl=194, global_rsvd=5, total_alloc=9
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=194, global_rsvd=6, total_alloc=9
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=56 cpu=0 online=1 avl=195 alloc=8 managed=0 online_maps=1 global_avl=195, global_rsvd=6, total_alloc=8
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=195, global_rsvd=7, total_alloc=8
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=57 cpu=0 online=1 avl=196 alloc=7 managed=0 online_maps=1 global_avl=196, global_rsvd=7, total_alloc=7
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=196, global_rsvd=8, total_alloc=7
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=58 cpu=0 online=1 avl=197 alloc=6 managed=0 online_maps=1 global_avl=197, global_rsvd=8, total_alloc=6
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=197, global_rsvd=9, total_alloc=6
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=59 cpu=0 online=1 avl=198 alloc=5 managed=0 online_maps=1 global_avl=198, global_rsvd=9, total_alloc=5
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=198, global_rsvd=10, total_alloc=5
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=60 cpu=0 online=1 avl=199 alloc=4 managed=0 online_maps=1 global_avl=199, global_rsvd=10, total_alloc=4
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=199, global_rsvd=11, total_alloc=4
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=61 cpu=0 online=1 avl=200 alloc=3 managed=0 online_maps=1 global_avl=200, global_rsvd=11, total_alloc=3
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=200, global_rsvd=12, total_alloc=3
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=62 cpu=0 online=1 avl=201 alloc=2 managed=0 online_maps=1 global_avl=201, global_rsvd=12, total_alloc=2
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=201, global_rsvd=13, total_alloc=2
          <idle>-0     [000] d...     0.002000: irq_matrix_free: bit=63 cpu=0 online=1 avl=202 alloc=1 managed=0 online_maps=1 global_avl=202, global_rsvd=13, total_alloc=1
          <idle>-0     [000] d...     0.002000: irq_matrix_reserve: online_maps=1 global_avl=202, global_rsvd=14, total_alloc=1
          <idle>-0     [001] d...     0.062228: irq_matrix_online: online_maps=2 global_avl=405, global_rsvd=14, total_alloc=1
          <idle>-0     [002] d...     0.065681: irq_matrix_online: online_maps=3 global_avl=608, global_rsvd=14, total_alloc=1
          <idle>-0     [003] d...     0.069071: irq_matrix_online: online_maps=4 global_avl=811, global_rsvd=14, total_alloc=1
          <idle>-0     [004] d...     0.072462: irq_matrix_online: online_maps=5 global_avl=1014, global_rsvd=14, total_alloc=1
          <idle>-0     [005] d...     0.075980: irq_matrix_online: online_maps=6 global_avl=1217, global_rsvd=14, total_alloc=1
          <idle>-0     [006] d...     0.079636: irq_matrix_online: online_maps=7 global_avl=1420, global_rsvd=14, total_alloc=1
          <idle>-0     [007] d...     0.083148: irq_matrix_online: online_maps=8 global_avl=1623, global_rsvd=14, total_alloc=1
          <idle>-0     [008] d...     0.086544: irq_matrix_online: online_maps=9 global_avl=1826, global_rsvd=14, total_alloc=1
          <idle>-0     [009] d...     0.089864: irq_matrix_online: online_maps=10 global_avl=2029, global_rsvd=14, total_alloc=1
          <idle>-0     [010] d...     0.093207: irq_matrix_online: online_maps=11 global_avl=2232, global_rsvd=14, total_alloc=1
          <idle>-0     [011] d...     0.096687: irq_matrix_online: online_maps=12 global_avl=2435, global_rsvd=14, total_alloc=1
          <idle>-0     [012] d...     0.100242: irq_matrix_online: online_maps=13 global_avl=2638, global_rsvd=14, total_alloc=1
          <idle>-0     [013] d...     0.103780: irq_matrix_online: online_maps=14 global_avl=2841, global_rsvd=14, total_alloc=1
          <idle>-0     [014] d...     0.107242: irq_matrix_online: online_maps=15 global_avl=3044, global_rsvd=14, total_alloc=1
          <idle>-0     [015] d...     0.110650: irq_matrix_online: online_maps=16 global_avl=3247, global_rsvd=14, total_alloc=1
          <idle>-0     [016] d...     0.114006: irq_matrix_online: online_maps=17 global_avl=3450, global_rsvd=14, total_alloc=1
          <idle>-0     [017] d...     0.117416: irq_matrix_online: online_maps=18 global_avl=3653, global_rsvd=14, total_alloc=1
          <idle>-0     [018] d...     0.120768: irq_matrix_online: online_maps=19 global_avl=3856, global_rsvd=14, total_alloc=1
          <idle>-0     [019] d...     0.124273: irq_matrix_online: online_maps=20 global_avl=4059, global_rsvd=14, total_alloc=1
          <idle>-0     [020] d...     0.127773: irq_matrix_online: online_maps=21 global_avl=4262, global_rsvd=14, total_alloc=1
          <idle>-0     [021] d...     0.131380: irq_matrix_online: online_maps=22 global_avl=4465, global_rsvd=14, total_alloc=1
          <idle>-0     [022] d...     0.134827: irq_matrix_online: online_maps=23 global_avl=4668, global_rsvd=14, total_alloc=1
          <idle>-0     [023] d...     0.138195: irq_matrix_online: online_maps=24 global_avl=4871, global_rsvd=14, total_alloc=1
          <idle>-0     [024] d...     0.141548: irq_matrix_online: online_maps=25 global_avl=5074, global_rsvd=14, total_alloc=1
          <idle>-0     [025] d...     0.145123: irq_matrix_online: online_maps=26 global_avl=5277, global_rsvd=14, total_alloc=1
          <idle>-0     [026] d...     0.148744: irq_matrix_online: online_maps=27 global_avl=5480, global_rsvd=14, total_alloc=1
          <idle>-0     [027] d...     0.152458: irq_matrix_online: online_maps=28 global_avl=5683, global_rsvd=14, total_alloc=1
          <idle>-0     [028] d...     0.235557: irq_matrix_online: online_maps=29 global_avl=5886, global_rsvd=14, total_alloc=1
          <idle>-0     [029] d...     0.239194: irq_matrix_online: online_maps=30 global_avl=6089, global_rsvd=14, total_alloc=1
          <idle>-0     [030] d...     0.242845: irq_matrix_online: online_maps=31 global_avl=6292, global_rsvd=14, total_alloc=1
          <idle>-0     [031] d...     0.246358: irq_matrix_online: online_maps=32 global_avl=6495, global_rsvd=14, total_alloc=1
          <idle>-0     [032] d...     0.249770: irq_matrix_online: online_maps=33 global_avl=6698, global_rsvd=14, total_alloc=1
          <idle>-0     [033] d...     0.253296: irq_matrix_online: online_maps=34 global_avl=6901, global_rsvd=14, total_alloc=1
          <idle>-0     [034] d...     0.256997: irq_matrix_online: online_maps=35 global_avl=7104, global_rsvd=14, total_alloc=1
          <idle>-0     [035] d...     0.260601: irq_matrix_online: online_maps=36 global_avl=7307, global_rsvd=14, total_alloc=1
          <idle>-0     [036] d...     0.264305: irq_matrix_online: online_maps=37 global_avl=7510, global_rsvd=14, total_alloc=1
          <idle>-0     [037] d...     0.267722: irq_matrix_online: online_maps=38 global_avl=7713, global_rsvd=14, total_alloc=1
          <idle>-0     [038] d...     0.271193: irq_matrix_online: online_maps=39 global_avl=7916, global_rsvd=14, total_alloc=1
          <idle>-0     [039] d...     0.274902: irq_matrix_online: online_maps=40 global_avl=8119, global_rsvd=14, total_alloc=1
          <idle>-0     [040] d...     0.278583: irq_matrix_online: online_maps=41 global_avl=8322, global_rsvd=14, total_alloc=1
          <idle>-0     [041] d...     0.282262: irq_matrix_online: online_maps=42 global_avl=8525, global_rsvd=14, total_alloc=1
          <idle>-0     [042] d...     0.285970: irq_matrix_online: online_maps=43 global_avl=8728, global_rsvd=14, total_alloc=1
          <idle>-0     [043] d...     0.289520: irq_matrix_online: online_maps=44 global_avl=8931, global_rsvd=14, total_alloc=1
          <idle>-0     [044] d...     0.293029: irq_matrix_online: online_maps=45 global_avl=9134, global_rsvd=14, total_alloc=1
          <idle>-0     [045] d...     0.296711: irq_matrix_online: online_maps=46 global_avl=9337, global_rsvd=14, total_alloc=1
          <idle>-0     [046] d...     0.300441: irq_matrix_online: online_maps=47 global_avl=9540, global_rsvd=14, total_alloc=1
          <idle>-0     [047] d...     0.303990: irq_matrix_online: online_maps=48 global_avl=9743, global_rsvd=14, total_alloc=1
          <idle>-0     [048] d...     0.307808: irq_matrix_online: online_maps=49 global_avl=9946, global_rsvd=14, total_alloc=1
          <idle>-0     [049] d...     0.311513: irq_matrix_online: online_maps=50 global_avl=10149, global_rsvd=14, total_alloc=1
          <idle>-0     [050] d...     0.315124: irq_matrix_online: online_maps=51 global_avl=10352, global_rsvd=14, total_alloc=1
          <idle>-0     [051] d...     0.318516: irq_matrix_online: online_maps=52 global_avl=10555, global_rsvd=14, total_alloc=1
          <idle>-0     [052] d...     0.322029: irq_matrix_online: online_maps=53 global_avl=10758, global_rsvd=14, total_alloc=1
          <idle>-0     [053] d...     0.325603: irq_matrix_online: online_maps=54 global_avl=10961, global_rsvd=14, total_alloc=1
          <idle>-0     [054] d...     0.329265: irq_matrix_online: online_maps=55 global_avl=11164, global_rsvd=14, total_alloc=1
          <idle>-0     [055] d...     0.332973: irq_matrix_online: online_maps=56 global_avl=11367, global_rsvd=14, total_alloc=1
          <idle>-0     [056] d...     0.336688: irq_matrix_online: online_maps=57 global_avl=11570, global_rsvd=14, total_alloc=1
          <idle>-0     [057] d...     0.340254: irq_matrix_online: online_maps=58 global_avl=11773, global_rsvd=14, total_alloc=1
          <idle>-0     [058] d...     0.343882: irq_matrix_online: online_maps=59 global_avl=11976, global_rsvd=14, total_alloc=1
          <idle>-0     [059] d...     0.347346: irq_matrix_online: online_maps=60 global_avl=12179, global_rsvd=14, total_alloc=1
          <idle>-0     [060] d...     0.350763: irq_matrix_online: online_maps=61 global_avl=12382, global_rsvd=14, total_alloc=1
          <idle>-0     [061] d...     0.354314: irq_matrix_online: online_maps=62 global_avl=12585, global_rsvd=14, total_alloc=1
          <idle>-0     [062] d...     0.357979: irq_matrix_online: online_maps=63 global_avl=12788, global_rsvd=14, total_alloc=1
          <idle>-0     [063] d...     0.361631: irq_matrix_online: online_maps=64 global_avl=12991, global_rsvd=14, total_alloc=1
          <idle>-0     [064] d...     0.365131: irq_matrix_online: online_maps=65 global_avl=13194, global_rsvd=14, total_alloc=1
          <idle>-0     [065] d...     0.368597: irq_matrix_online: online_maps=66 global_avl=13397, global_rsvd=14, total_alloc=1
          <idle>-0     [066] d...     0.372081: irq_matrix_online: online_maps=67 global_avl=13600, global_rsvd=14, total_alloc=1
          <idle>-0     [067] d...     0.375599: irq_matrix_online: online_maps=68 global_avl=13803, global_rsvd=14, total_alloc=1
          <idle>-0     [068] d...     0.379200: irq_matrix_online: online_maps=69 global_avl=14006, global_rsvd=14, total_alloc=1
          <idle>-0     [069] d...     0.382853: irq_matrix_online: online_maps=70 global_avl=14209, global_rsvd=14, total_alloc=1
          <idle>-0     [070] d...     0.386441: irq_matrix_online: online_maps=71 global_avl=14412, global_rsvd=14, total_alloc=1
          <idle>-0     [071] d...     0.390005: irq_matrix_online: online_maps=72 global_avl=14615, global_rsvd=14, total_alloc=1
          <idle>-0     [072] d...     0.393510: irq_matrix_online: online_maps=73 global_avl=14818, global_rsvd=14, total_alloc=1
          <idle>-0     [073] d...     0.397020: irq_matrix_online: online_maps=74 global_avl=15021, global_rsvd=14, total_alloc=1
          <idle>-0     [074] d...     0.400471: irq_matrix_online: online_maps=75 global_avl=15224, global_rsvd=14, total_alloc=1
          <idle>-0     [075] d...     0.404023: irq_matrix_online: online_maps=76 global_avl=15427, global_rsvd=14, total_alloc=1
          <idle>-0     [076] d...     0.407675: irq_matrix_online: online_maps=77 global_avl=15630, global_rsvd=14, total_alloc=1
          <idle>-0     [077] d...     0.411397: irq_matrix_online: online_maps=78 global_avl=15833, global_rsvd=14, total_alloc=1
          <idle>-0     [078] d...     0.414954: irq_matrix_online: online_maps=79 global_avl=16036, global_rsvd=14, total_alloc=1
          <idle>-0     [079] d...     0.418362: irq_matrix_online: online_maps=80 global_avl=16239, global_rsvd=14, total_alloc=1
          <idle>-0     [080] d...     0.421841: irq_matrix_online: online_maps=81 global_avl=16442, global_rsvd=14, total_alloc=1
          <idle>-0     [081] d...     0.425415: irq_matrix_online: online_maps=82 global_avl=16645, global_rsvd=14, total_alloc=1
          <idle>-0     [082] d...     0.429072: irq_matrix_online: online_maps=83 global_avl=16848, global_rsvd=14, total_alloc=1
          <idle>-0     [083] d...     0.432829: irq_matrix_online: online_maps=84 global_avl=17051, global_rsvd=14, total_alloc=1
          <idle>-0     [084] d...     0.436578: irq_matrix_online: online_maps=85 global_avl=17254, global_rsvd=14, total_alloc=1
          <idle>-0     [085] d...     0.440215: irq_matrix_online: online_maps=86 global_avl=17457, global_rsvd=14, total_alloc=1
          <idle>-0     [086] d...     0.444041: irq_matrix_online: online_maps=87 global_avl=17660, global_rsvd=14, total_alloc=1
          <idle>-0     [087] d...     0.447508: irq_matrix_online: online_maps=88 global_avl=17863, global_rsvd=14, total_alloc=1
          <idle>-0     [088] d...     0.450963: irq_matrix_online: online_maps=89 global_avl=18066, global_rsvd=14, total_alloc=1
          <idle>-0     [089] d...     0.454527: irq_matrix_online: online_maps=90 global_avl=18269, global_rsvd=14, total_alloc=1
          <idle>-0     [090] d...     0.458257: irq_matrix_online: online_maps=91 global_avl=18472, global_rsvd=14, total_alloc=1
          <idle>-0     [091] d...     0.461870: irq_matrix_online: online_maps=92 global_avl=18675, global_rsvd=14, total_alloc=1
          <idle>-0     [092] d...     0.465444: irq_matrix_online: online_maps=93 global_avl=18878, global_rsvd=14, total_alloc=1
          <idle>-0     [093] d...     0.468906: irq_matrix_online: online_maps=94 global_avl=19081, global_rsvd=14, total_alloc=1
          <idle>-0     [094] d...     0.472437: irq_matrix_online: online_maps=95 global_avl=19284, global_rsvd=14, total_alloc=1
          <idle>-0     [095] d...     0.476048: irq_matrix_online: online_maps=96 global_avl=19487, global_rsvd=14, total_alloc=1
          <idle>-0     [096] d...     0.479671: irq_matrix_online: online_maps=97 global_avl=19690, global_rsvd=14, total_alloc=1
          <idle>-0     [097] d...     0.483381: irq_matrix_online: online_maps=98 global_avl=19893, global_rsvd=14, total_alloc=1
          <idle>-0     [098] d...     0.487193: irq_matrix_online: online_maps=99 global_avl=20096, global_rsvd=14, total_alloc=1
          <idle>-0     [099] d...     0.491005: irq_matrix_online: online_maps=100 global_avl=20299, global_rsvd=14, total_alloc=1
          <idle>-0     [100] d...     0.494541: irq_matrix_online: online_maps=101 global_avl=20502, global_rsvd=14, total_alloc=1
          <idle>-0     [101] d...     0.498087: irq_matrix_online: online_maps=102 global_avl=20705, global_rsvd=14, total_alloc=1
          <idle>-0     [102] d...     0.501617: irq_matrix_online: online_maps=103 global_avl=20908, global_rsvd=14, total_alloc=1
          <idle>-0     [103] d...     0.505182: irq_matrix_online: online_maps=104 global_avl=21111, global_rsvd=14, total_alloc=1
          <idle>-0     [104] d...     0.508858: irq_matrix_online: online_maps=105 global_avl=21314, global_rsvd=14, total_alloc=1
          <idle>-0     [105] d...     0.512696: irq_matrix_online: online_maps=106 global_avl=21517, global_rsvd=14, total_alloc=1
          <idle>-0     [106] d...     0.516295: irq_matrix_online: online_maps=107 global_avl=21720, global_rsvd=14, total_alloc=1
          <idle>-0     [107] d...     0.519780: irq_matrix_online: online_maps=108 global_avl=21923, global_rsvd=14, total_alloc=1
          <idle>-0     [108] d...     0.523297: irq_matrix_online: online_maps=109 global_avl=22126, global_rsvd=14, total_alloc=1
          <idle>-0     [109] d...     0.526903: irq_matrix_online: online_maps=110 global_avl=22329, global_rsvd=14, total_alloc=1
          <idle>-0     [110] d...     0.530597: irq_matrix_online: online_maps=111 global_avl=22532, global_rsvd=14, total_alloc=1
          <idle>-0     [111] d...     0.534359: irq_matrix_online: online_maps=112 global_avl=22735, global_rsvd=14, total_alloc=1
       swapper/0-1     [003] d...     1.271876: irq_matrix_alloc: bit=33 cpu=0 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22734, global_rsvd=13, total_alloc=2
       swapper/0-1     [013] d...     1.582662: irq_matrix_reserve: online_maps=112 global_avl=22734, global_rsvd=14, total_alloc=2
       swapper/0-1     [013] d...     1.589490: irq_matrix_remove_reserved: online_maps=112 global_avl=22734, global_rsvd=13, total_alloc=2
     kworker/0:1-684   [000] d...     2.589415: irq_matrix_reserve: online_maps=112 global_avl=22734, global_rsvd=14, total_alloc=2
     kworker/0:1-684   [000] d...     2.589491: irq_matrix_reserve: online_maps=112 global_avl=22734, global_rsvd=15, total_alloc=2
     kworker/0:1-684   [000] d...     2.589494: irq_matrix_alloc: bit=34 cpu=0 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22733, global_rsvd=14, total_alloc=3
     kworker/0:1-684   [000] d...     2.589696: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=15, total_alloc=3
     kworker/0:1-684   [000] d...     2.589738: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=16, total_alloc=3
     kworker/0:1-684   [000] d...     2.589904: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=17, total_alloc=3
     kworker/0:1-684   [000] d...     2.590081: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=18, total_alloc=3
     kworker/0:1-684   [000] d...     2.590195: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=19, total_alloc=3
     kworker/0:1-684   [000] d...     2.590292: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=20, total_alloc=3
     kworker/0:1-684   [000] d...     2.590426: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=21, total_alloc=3
     kworker/0:1-684   [000] d...     2.590505: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=22, total_alloc=3
     kworker/0:1-684   [000] d...     2.590651: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=23, total_alloc=3
     kworker/0:1-684   [000] d...     2.590785: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=24, total_alloc=3
    kworker/28:1-727   [028] d...     2.591199: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=25, total_alloc=3
    kworker/28:1-727   [028] d...     2.591266: irq_matrix_reserve: online_maps=112 global_avl=22733, global_rsvd=26, total_alloc=3
       swapper/0-1     [000] d...     2.591429: irq_matrix_alloc: bit=35 cpu=0 online=1 avl=199 alloc=4 managed=0 online_maps=112 global_avl=22732, global_rsvd=25, total_alloc=4
       swapper/0-1     [000] d...     2.591458: irq_matrix_alloc: bit=36 cpu=0 online=1 avl=198 alloc=5 managed=0 online_maps=112 global_avl=22731, global_rsvd=24, total_alloc=5
       swapper/0-1     [000] d...     2.591485: irq_matrix_alloc: bit=37 cpu=0 online=1 avl=197 alloc=6 managed=0 online_maps=112 global_avl=22730, global_rsvd=23, total_alloc=6
       swapper/0-1     [000] d...     2.591516: irq_matrix_alloc: bit=38 cpu=0 online=1 avl=196 alloc=7 managed=0 online_maps=112 global_avl=22729, global_rsvd=22, total_alloc=7
       swapper/0-1     [000] d...     2.591552: irq_matrix_alloc: bit=39 cpu=0 online=1 avl=195 alloc=8 managed=0 online_maps=112 global_avl=22728, global_rsvd=21, total_alloc=8
       swapper/0-1     [000] d...     2.591584: irq_matrix_alloc: bit=40 cpu=0 online=1 avl=194 alloc=9 managed=0 online_maps=112 global_avl=22727, global_rsvd=20, total_alloc=9
       swapper/0-1     [000] d...     2.591624: irq_matrix_alloc: bit=33 cpu=28 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22726, global_rsvd=19, total_alloc=10
     kworker/0:1-684   [000] d...     2.793135: irq_matrix_reserve: online_maps=112 global_avl=22726, global_rsvd=20, total_alloc=10
     kworker/0:1-684   [000] d...     2.793292: irq_matrix_reserve: online_maps=112 global_avl=22726, global_rsvd=21, total_alloc=10
     kworker/0:1-684   [000] d...     2.793295: irq_matrix_alloc: bit=41 cpu=0 online=1 avl=193 alloc=10 managed=0 online_maps=112 global_avl=22725, global_rsvd=20, total_alloc=11
     kworker/0:1-684   [000] d...     2.797816: irq_matrix_reserve: online_maps=112 global_avl=22725, global_rsvd=21, total_alloc=11
     kworker/0:1-684   [000] d...     2.797818: irq_matrix_alloc: bit=42 cpu=0 online=1 avl=192 alloc=11 managed=0 online_maps=112 global_avl=22724, global_rsvd=20, total_alloc=12
     kworker/0:1-684   [000] d...     2.822981: irq_matrix_reserve: online_maps=112 global_avl=22724, global_rsvd=21, total_alloc=12
     kworker/0:1-684   [000] d...     2.822983: irq_matrix_alloc: bit=43 cpu=0 online=1 avl=191 alloc=12 managed=0 online_maps=112 global_avl=22723, global_rsvd=20, total_alloc=13
       swapper/0-1     [002] d...     2.825546: irq_matrix_alloc: bit=44 cpu=0 online=1 avl=190 alloc=13 managed=0 online_maps=112 global_avl=22722, global_rsvd=19, total_alloc=14
  kworker/u673:5-895   [001] d...     3.850610: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=20, total_alloc=14
  kworker/u673:5-895   [001] d...     3.850781: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=21, total_alloc=14
  kworker/u673:9-899   [018] d...     3.850975: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=22, total_alloc=14
  kworker/u673:9-899   [018] d...     3.851075: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=23, total_alloc=14
  kworker/u674:0-182   [108] d...     3.851235: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=24, total_alloc=14
  kworker/u674:0-182   [108] d...     3.851439: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=25, total_alloc=14
     kworker/0:2-868   [000] d...     3.921994: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=26, total_alloc=14
     kworker/0:2-868   [000] d...     3.922050: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=27, total_alloc=14
     kworker/0:2-868   [000] d...     3.922099: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=28, total_alloc=14
     kworker/0:2-868   [000] d...     3.922157: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=29, total_alloc=14
     kworker/0:2-868   [000] d...     3.922192: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=30, total_alloc=14
     kworker/0:2-868   [000] d...     3.922228: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=31, total_alloc=14
     kworker/0:2-868   [000] d...     3.922268: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=32, total_alloc=14
     kworker/0:2-868   [000] d...     3.922305: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=33, total_alloc=14
     kworker/0:2-868   [000] d...     3.922342: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=34, total_alloc=14
     kworker/0:2-868   [000] d...     3.922377: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=35, total_alloc=14
     kworker/0:2-868   [000] d...     3.922411: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=36, total_alloc=14
     kworker/0:2-868   [000] d...     3.922445: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=37, total_alloc=14
     kworker/0:2-868   [000] d...     3.922480: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=38, total_alloc=14
     kworker/0:2-868   [000] d...     3.922514: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=39, total_alloc=14
     kworker/0:2-868   [000] d...     3.922551: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=40, total_alloc=14
     kworker/0:2-868   [000] d...     3.922586: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=41, total_alloc=14
     kworker/0:2-868   [000] d...     3.922624: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=42, total_alloc=14
     kworker/0:2-868   [000] d...     3.922667: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=43, total_alloc=14
     kworker/0:2-868   [000] d...     3.922714: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=44, total_alloc=14
     kworker/0:2-868   [000] d...     3.922749: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=45, total_alloc=14
     kworker/0:2-868   [000] d...     3.922784: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=46, total_alloc=14
     kworker/0:2-868   [000] d...     3.922820: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=47, total_alloc=14
     kworker/0:2-868   [000] d...     3.922855: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=48, total_alloc=14
     kworker/0:2-868   [000] d...     3.922892: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=49, total_alloc=14
     kworker/0:2-868   [000] d...     3.922927: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=50, total_alloc=14
     kworker/0:2-868   [000] d...     3.922960: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=51, total_alloc=14
     kworker/0:2-868   [000] d...     3.922995: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=52, total_alloc=14
     kworker/0:2-868   [000] d...     3.923029: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=53, total_alloc=14
     kworker/0:2-868   [000] d...     3.923063: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=54, total_alloc=14
     kworker/0:2-868   [000] d...     3.923097: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=55, total_alloc=14
     kworker/0:2-868   [000] d...     3.923134: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=56, total_alloc=14
     kworker/0:2-868   [000] d...     3.923171: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=57, total_alloc=14
     kworker/0:2-868   [000] d...     3.923204: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=58, total_alloc=14
     kworker/0:2-868   [000] d...     3.923239: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=59, total_alloc=14
     kworker/0:2-868   [000] d...     3.923275: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=60, total_alloc=14
     kworker/0:2-868   [000] d...     3.923310: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=61, total_alloc=14
     kworker/0:2-868   [000] d...     3.923344: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=62, total_alloc=14
     kworker/0:2-868   [000] d...     3.923378: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=63, total_alloc=14
     kworker/0:2-868   [000] d...     3.923412: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=64, total_alloc=14
     kworker/0:2-868   [000] d...     3.923447: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=65, total_alloc=14
     kworker/0:2-868   [000] d...     3.923484: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=66, total_alloc=14
     kworker/0:2-868   [000] d...     3.923518: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=67, total_alloc=14
     kworker/0:2-868   [000] d...     3.923553: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=68, total_alloc=14
     kworker/0:2-868   [000] d...     3.923587: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=69, total_alloc=14
     kworker/0:2-868   [000] d...     3.923621: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=70, total_alloc=14
     kworker/0:2-868   [000] d...     3.923656: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=71, total_alloc=14
     kworker/0:2-868   [000] d...     3.923689: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=72, total_alloc=14
     kworker/0:2-868   [000] d...     3.923726: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=73, total_alloc=14
     kworker/0:2-868   [000] d...     3.923760: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=74, total_alloc=14
     kworker/0:2-868   [000] d...     3.923797: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=75, total_alloc=14
     kworker/0:2-868   [000] d...     3.923831: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=76, total_alloc=14
     kworker/0:2-868   [000] d...     3.923865: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=77, total_alloc=14
     kworker/0:2-868   [000] d...     3.923899: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=78, total_alloc=14
     kworker/0:2-868   [000] d...     3.923933: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=79, total_alloc=14
     kworker/0:2-868   [000] d...     3.923968: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=80, total_alloc=14
     kworker/0:2-868   [000] d...     3.924002: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=81, total_alloc=14
     kworker/0:2-868   [000] d...     3.924036: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=82, total_alloc=14
     kworker/0:2-868   [000] d...     3.924072: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=83, total_alloc=14
     kworker/0:2-868   [000] d...     3.924107: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=84, total_alloc=14
     kworker/0:2-868   [000] d...     3.924145: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=85, total_alloc=14
     kworker/0:2-868   [000] d...     3.924181: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=86, total_alloc=14
     kworker/0:2-868   [000] d...     3.924216: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=87, total_alloc=14
     kworker/0:2-868   [000] d...     3.924251: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=88, total_alloc=14
     kworker/0:2-868   [000] d...     3.924308: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=89, total_alloc=14
     kworker/0:2-868   [000] d...     3.924350: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=90, total_alloc=14
     kworker/0:2-868   [000] d...     3.924388: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=91, total_alloc=14
     kworker/0:2-868   [000] d...     3.924427: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=92, total_alloc=14
     kworker/0:2-868   [000] d...     3.924464: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=93, total_alloc=14
     kworker/0:2-868   [000] d...     3.924499: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=94, total_alloc=14
     kworker/0:2-868   [000] d...     3.924535: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=95, total_alloc=14
     kworker/0:2-868   [000] d...     3.924571: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=96, total_alloc=14
     kworker/0:2-868   [000] d...     3.924607: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=97, total_alloc=14
     kworker/0:2-868   [000] d...     3.924644: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=98, total_alloc=14
     kworker/0:2-868   [000] d...     3.924680: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=99, total_alloc=14
     kworker/0:2-868   [000] d...     3.924717: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=100, total_alloc=14
     kworker/0:2-868   [000] d...     3.924752: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=101, total_alloc=14
     kworker/0:2-868   [000] d...     3.924788: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=102, total_alloc=14
     kworker/0:2-868   [000] d...     3.924823: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=103, total_alloc=14
     kworker/0:2-868   [000] d...     3.924859: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=104, total_alloc=14
     kworker/0:2-868   [000] d...     3.924900: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=105, total_alloc=14
     kworker/0:2-868   [000] d...     3.924938: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=106, total_alloc=14
     kworker/0:2-868   [000] d...     3.924974: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=107, total_alloc=14
     kworker/0:2-868   [000] d...     3.925010: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=108, total_alloc=14
     kworker/0:2-868   [000] d...     3.925048: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=109, total_alloc=14
     kworker/0:2-868   [000] d...     3.925083: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=110, total_alloc=14
     kworker/0:2-868   [000] d...     3.925120: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=111, total_alloc=14
     kworker/0:2-868   [000] d...     3.925159: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=112, total_alloc=14
     kworker/0:2-868   [000] d...     3.925194: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=113, total_alloc=14
     kworker/0:2-868   [000] d...     3.925228: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=114, total_alloc=14
     kworker/0:2-868   [000] d...     3.925263: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=115, total_alloc=14
     kworker/0:2-868   [000] d...     3.925298: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=116, total_alloc=14
     kworker/0:2-868   [000] d...     3.925335: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=117, total_alloc=14
     kworker/0:2-868   [000] d...     3.925370: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=118, total_alloc=14
     kworker/0:2-868   [000] d...     3.925404: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=119, total_alloc=14
     kworker/0:2-868   [000] d...     3.925439: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=120, total_alloc=14
     kworker/0:2-868   [000] d...     3.925479: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=121, total_alloc=14
     kworker/0:2-868   [000] d...     3.925515: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=122, total_alloc=14
     kworker/0:2-868   [000] d...     3.925550: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=123, total_alloc=14
     kworker/0:2-868   [000] d...     3.925588: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=124, total_alloc=14
     kworker/0:2-868   [000] d...     3.925623: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=125, total_alloc=14
     kworker/0:2-868   [000] d...     3.925659: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=126, total_alloc=14
     kworker/0:2-868   [000] d...     3.925694: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=127, total_alloc=14
     kworker/0:2-868   [000] d...     3.925730: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=128, total_alloc=14
     kworker/0:2-868   [000] d...     3.925765: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=129, total_alloc=14
     kworker/0:2-868   [000] d...     3.925800: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=130, total_alloc=14
     kworker/0:2-868   [000] d...     3.925836: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=131, total_alloc=14
     kworker/0:2-868   [000] d...     3.925871: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=132, total_alloc=14
     kworker/0:2-868   [000] d...     3.925906: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=133, total_alloc=14
     kworker/0:2-868   [000] d...     3.925941: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=134, total_alloc=14
     kworker/0:2-868   [000] d...     3.925977: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=135, total_alloc=14
     kworker/0:2-868   [000] d...     3.926013: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=136, total_alloc=14
     kworker/0:2-868   [000] d...     3.926052: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=137, total_alloc=14
     kworker/0:2-868   [000] d...     3.926088: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=138, total_alloc=14
     kworker/0:2-868   [000] d...     3.926123: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=139, total_alloc=14
     kworker/0:2-868   [000] d...     3.926162: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=140, total_alloc=14
     kworker/0:2-868   [000] d...     3.926197: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=141, total_alloc=14
     kworker/0:2-868   [000] d...     3.926232: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=142, total_alloc=14
     kworker/0:2-868   [000] d...     3.926269: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=143, total_alloc=14
     kworker/0:2-868   [000] d...     3.926304: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=144, total_alloc=14
     kworker/0:2-868   [000] d...     3.926338: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=145, total_alloc=14
     kworker/0:2-868   [000] d...     3.926373: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=146, total_alloc=14
     kworker/0:2-868   [000] d...     3.926407: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=147, total_alloc=14
     kworker/0:2-868   [000] d...     3.926443: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=148, total_alloc=14
     kworker/0:2-868   [000] d...     3.926477: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=149, total_alloc=14
     kworker/0:2-868   [000] d...     3.926514: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=150, total_alloc=14
     kworker/0:2-868   [000] d...     3.926548: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=151, total_alloc=14
     kworker/0:2-868   [000] d...     3.926587: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=152, total_alloc=14
     kworker/0:2-868   [000] d...     3.926622: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=153, total_alloc=14
     kworker/0:2-868   [000] d...     3.926656: irq_matrix_reserve: online_maps=112 global_avl=22722, global_rsvd=154, total_alloc=14
     kworker/0:2-868   [000] d...     3.935854: irq_matrix_alloc: bit=45 cpu=0 online=1 avl=189 alloc=14 managed=0 online_maps=112 global_avl=22721, global_rsvd=153, total_alloc=15
     kworker/0:2-868   [000] d...     3.935929: irq_matrix_alloc: bit=46 cpu=0 online=1 avl=188 alloc=15 managed=0 online_maps=112 global_avl=22720, global_rsvd=152, total_alloc=16
     kworker/0:2-868   [000] d...     3.955134: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=153, total_alloc=16
     kworker/0:2-868   [000] d...     3.955175: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=154, total_alloc=16
     kworker/0:2-868   [000] d...     3.955204: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=155, total_alloc=16
     kworker/0:2-868   [000] d...     3.955230: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=156, total_alloc=16
     kworker/0:2-868   [000] d...     3.955257: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=157, total_alloc=16
     kworker/0:2-868   [000] d...     3.955287: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=158, total_alloc=16
     kworker/0:2-868   [000] d...     3.955314: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=159, total_alloc=16
     kworker/0:2-868   [000] d...     3.955342: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=160, total_alloc=16
     kworker/0:2-868   [000] d...     3.955373: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=161, total_alloc=16
     kworker/0:2-868   [000] d...     3.955399: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=162, total_alloc=16
     kworker/0:2-868   [000] d...     3.955429: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=163, total_alloc=16
     kworker/0:2-868   [000] d...     3.955455: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=164, total_alloc=16
     kworker/0:2-868   [000] d...     3.955483: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=165, total_alloc=16
     kworker/0:2-868   [000] d...     3.955510: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=166, total_alloc=16
     kworker/0:2-868   [000] d...     3.955536: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=167, total_alloc=16
     kworker/0:2-868   [000] d...     3.955562: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=168, total_alloc=16
     kworker/0:2-868   [000] d...     3.955588: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=169, total_alloc=16
     kworker/0:2-868   [000] d...     3.955614: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=170, total_alloc=16
     kworker/0:2-868   [000] d...     3.955654: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=171, total_alloc=16
     kworker/0:2-868   [000] d...     3.955680: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=172, total_alloc=16
     kworker/0:2-868   [000] d...     3.955706: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=173, total_alloc=16
     kworker/0:2-868   [000] d...     3.955731: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=174, total_alloc=16
     kworker/0:2-868   [000] d...     3.955756: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=175, total_alloc=16
     kworker/0:2-868   [000] d...     3.955782: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=176, total_alloc=16
     kworker/0:2-868   [000] d...     3.955807: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=177, total_alloc=16
     kworker/0:2-868   [000] d...     3.955832: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=178, total_alloc=16
     kworker/0:2-868   [000] d...     3.955857: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=179, total_alloc=16
     kworker/0:2-868   [000] d...     3.955885: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=180, total_alloc=16
     kworker/0:2-868   [000] d...     3.955910: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=181, total_alloc=16
     kworker/0:2-868   [000] d...     3.955936: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=182, total_alloc=16
     kworker/0:2-868   [000] d...     3.955961: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=183, total_alloc=16
     kworker/0:2-868   [000] d...     3.955987: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=184, total_alloc=16
     kworker/0:2-868   [000] d...     3.956013: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=185, total_alloc=16
     kworker/0:2-868   [000] d...     3.956038: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=186, total_alloc=16
     kworker/0:2-868   [000] d...     3.956063: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=187, total_alloc=16
     kworker/0:2-868   [000] d...     3.956088: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=188, total_alloc=16
     kworker/0:2-868   [000] d...     3.956116: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=189, total_alloc=16
     kworker/0:2-868   [000] d...     3.956143: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=190, total_alloc=16
     kworker/0:2-868   [000] d...     3.956168: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=191, total_alloc=16
     kworker/0:2-868   [000] d...     3.956193: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=192, total_alloc=16
     kworker/0:2-868   [000] d...     3.956218: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=193, total_alloc=16
     kworker/0:2-868   [000] d...     3.956244: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=194, total_alloc=16
     kworker/0:2-868   [000] d...     3.956269: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=195, total_alloc=16
     kworker/0:2-868   [000] d...     3.956294: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=196, total_alloc=16
     kworker/0:2-868   [000] d...     3.956323: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=197, total_alloc=16
     kworker/0:2-868   [000] d...     3.956348: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=198, total_alloc=16
     kworker/0:2-868   [000] d...     3.956374: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=199, total_alloc=16
     kworker/0:2-868   [000] d...     3.956399: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=200, total_alloc=16
     kworker/0:2-868   [000] d...     3.956425: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=201, total_alloc=16
     kworker/0:2-868   [000] d...     3.956450: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=202, total_alloc=16
     kworker/0:2-868   [000] d...     3.956476: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=203, total_alloc=16
     kworker/0:2-868   [000] d...     3.956501: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=204, total_alloc=16
     kworker/0:2-868   [000] d...     3.956526: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=205, total_alloc=16
     kworker/0:2-868   [000] d...     3.956552: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=206, total_alloc=16
     kworker/0:2-868   [000] d...     3.956577: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=207, total_alloc=16
     kworker/0:2-868   [000] d...     3.956602: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=208, total_alloc=16
     kworker/0:2-868   [000] d...     3.956629: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=209, total_alloc=16
     kworker/0:2-868   [000] d...     3.956655: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=210, total_alloc=16
     kworker/0:2-868   [000] d...     3.956680: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=211, total_alloc=16
     kworker/0:2-868   [000] d...     3.956705: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=212, total_alloc=16
     kworker/0:2-868   [000] d...     3.956730: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=213, total_alloc=16
     kworker/0:2-868   [000] d...     3.956757: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=214, total_alloc=16
     kworker/0:2-868   [000] d...     3.956782: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=215, total_alloc=16
     kworker/0:2-868   [000] d...     3.956808: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=216, total_alloc=16
     kworker/0:2-868   [000] d...     3.956833: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=217, total_alloc=16
     kworker/0:2-868   [000] d...     3.956858: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=218, total_alloc=16
     kworker/0:2-868   [000] d...     3.956883: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=219, total_alloc=16
     kworker/0:2-868   [000] d...     3.956908: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=220, total_alloc=16
     kworker/0:2-868   [000] d...     3.956934: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=221, total_alloc=16
     kworker/0:2-868   [000] d...     3.956960: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=222, total_alloc=16
     kworker/0:2-868   [000] d...     3.956987: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=223, total_alloc=16
     kworker/0:2-868   [000] d...     3.957012: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=224, total_alloc=16
     kworker/0:2-868   [000] d...     3.957040: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=225, total_alloc=16
     kworker/0:2-868   [000] d...     3.957066: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=226, total_alloc=16
     kworker/0:2-868   [000] d...     3.957091: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=227, total_alloc=16
     kworker/0:2-868   [000] d...     3.957116: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=228, total_alloc=16
     kworker/0:2-868   [000] d...     3.957144: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=229, total_alloc=16
     kworker/0:2-868   [000] d...     3.957169: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=230, total_alloc=16
     kworker/0:2-868   [000] d...     3.957198: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=231, total_alloc=16
     kworker/0:2-868   [000] d...     3.957223: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=232, total_alloc=16
     kworker/0:2-868   [000] d...     3.957248: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=233, total_alloc=16
     kworker/0:2-868   [000] d...     3.957274: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=234, total_alloc=16
     kworker/0:2-868   [000] d...     3.957301: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=235, total_alloc=16
     kworker/0:2-868   [000] d...     3.957326: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=236, total_alloc=16
     kworker/0:2-868   [000] d...     3.957351: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=237, total_alloc=16
     kworker/0:2-868   [000] d...     3.957376: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=238, total_alloc=16
     kworker/0:2-868   [000] d...     3.957401: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=239, total_alloc=16
     kworker/0:2-868   [000] d...     3.957428: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=240, total_alloc=16
     kworker/0:2-868   [000] d...     3.957454: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=241, total_alloc=16
     kworker/0:2-868   [000] d...     3.957479: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=242, total_alloc=16
     kworker/0:2-868   [000] d...     3.957504: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=243, total_alloc=16
     kworker/0:2-868   [000] d...     3.957529: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=244, total_alloc=16
     kworker/0:2-868   [000] d...     3.957554: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=245, total_alloc=16
     kworker/0:2-868   [000] d...     3.957579: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=246, total_alloc=16
     kworker/0:2-868   [000] d...     3.957604: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=247, total_alloc=16
     kworker/0:2-868   [000] d...     3.957631: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=248, total_alloc=16
     kworker/0:2-868   [000] d...     3.957658: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=249, total_alloc=16
     kworker/0:2-868   [000] d...     3.957683: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=250, total_alloc=16
     kworker/0:2-868   [000] d...     3.957708: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=251, total_alloc=16
     kworker/0:2-868   [000] d...     3.957733: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=252, total_alloc=16
     kworker/0:2-868   [000] d...     3.957758: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=253, total_alloc=16
     kworker/0:2-868   [000] d...     3.957783: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=254, total_alloc=16
     kworker/0:2-868   [000] d...     3.957808: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=255, total_alloc=16
     kworker/0:2-868   [000] d...     3.957833: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=256, total_alloc=16
     kworker/0:2-868   [000] d...     3.957860: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=257, total_alloc=16
     kworker/0:2-868   [000] d...     3.957885: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=258, total_alloc=16
     kworker/0:2-868   [000] d...     3.957910: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=259, total_alloc=16
     kworker/0:2-868   [000] d...     3.957935: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=260, total_alloc=16
     kworker/0:2-868   [000] d...     3.957961: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=261, total_alloc=16
     kworker/0:2-868   [000] d...     3.957986: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=262, total_alloc=16
     kworker/0:2-868   [000] d...     3.958011: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=263, total_alloc=16
     kworker/0:2-868   [000] d...     3.958036: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=264, total_alloc=16
     kworker/0:2-868   [000] d...     3.958061: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=265, total_alloc=16
     kworker/0:2-868   [000] d...     3.958089: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=266, total_alloc=16
     kworker/0:2-868   [000] d...     3.958114: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=267, total_alloc=16
     kworker/0:2-868   [000] d...     3.958142: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=268, total_alloc=16
     kworker/0:2-868   [000] d...     3.958167: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=269, total_alloc=16
     kworker/0:2-868   [000] d...     3.958192: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=270, total_alloc=16
     kworker/0:2-868   [000] d...     3.958217: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=271, total_alloc=16
     kworker/0:2-868   [000] d...     3.958242: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=272, total_alloc=16
     kworker/0:2-868   [000] d...     3.958269: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=273, total_alloc=16
     kworker/0:2-868   [000] d...     3.958298: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=274, total_alloc=16
     kworker/0:2-868   [000] d...     3.958323: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=275, total_alloc=16
     kworker/0:2-868   [000] d...     3.958349: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=276, total_alloc=16
     kworker/0:2-868   [000] d...     3.958374: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=277, total_alloc=16
     kworker/0:2-868   [000] d...     3.958399: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=278, total_alloc=16
     kworker/0:2-868   [000] d...     3.958424: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=279, total_alloc=16
     kworker/0:2-868   [000] d...     3.958449: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=280, total_alloc=16
     kworker/0:2-868   [000] d...     3.958474: irq_matrix_reserve: online_maps=112 global_avl=22720, global_rsvd=281, total_alloc=16
     kworker/0:2-868   [000] d...     3.968157: irq_matrix_alloc: bit=47 cpu=0 online=1 avl=187 alloc=16 managed=0 online_maps=112 global_avl=22719, global_rsvd=280, total_alloc=17
     kworker/0:2-868   [000] d...     3.968228: irq_matrix_alloc: bit=49 cpu=0 online=1 avl=186 alloc=17 managed=0 online_maps=112 global_avl=22718, global_rsvd=279, total_alloc=18
     kworker/0:2-868   [000] d...     3.987082: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=280, total_alloc=18
     kworker/0:2-868   [000] d...     3.987108: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=281, total_alloc=18
     kworker/0:2-868   [000] d...     3.987135: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=282, total_alloc=18
     kworker/0:2-868   [000] d...     3.987154: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=283, total_alloc=18
     kworker/0:2-868   [000] d...     3.987175: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=284, total_alloc=18
     kworker/0:2-868   [000] d...     3.987191: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=285, total_alloc=18
     kworker/0:2-868   [000] d...     3.987208: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=286, total_alloc=18
     kworker/0:2-868   [000] d...     3.987223: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=287, total_alloc=18
     kworker/0:2-868   [000] d...     3.987239: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=288, total_alloc=18
     kworker/0:2-868   [000] d...     3.987255: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=289, total_alloc=18
     kworker/0:2-868   [000] d...     3.987272: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=290, total_alloc=18
     kworker/0:2-868   [000] d...     3.987293: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=291, total_alloc=18
     kworker/0:2-868   [000] d...     3.987312: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=292, total_alloc=18
     kworker/0:2-868   [000] d...     3.987328: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=293, total_alloc=18
     kworker/0:2-868   [000] d...     3.987347: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=294, total_alloc=18
     kworker/0:2-868   [000] d...     3.987363: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=295, total_alloc=18
     kworker/0:2-868   [000] d...     3.987379: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=296, total_alloc=18
     kworker/0:2-868   [000] d...     3.987395: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=297, total_alloc=18
     kworker/0:2-868   [000] d...     3.987411: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=298, total_alloc=18
     kworker/0:2-868   [000] d...     3.987426: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=299, total_alloc=18
     kworker/0:2-868   [000] d...     3.987442: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=300, total_alloc=18
     kworker/0:2-868   [000] d...     3.987466: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=301, total_alloc=18
     kworker/0:2-868   [000] d...     3.987481: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=302, total_alloc=18
     kworker/0:2-868   [000] d...     3.987497: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=303, total_alloc=18
     kworker/0:2-868   [000] d...     3.987512: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=304, total_alloc=18
     kworker/0:2-868   [000] d...     3.987529: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=305, total_alloc=18
     kworker/0:2-868   [000] d...     3.987545: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=306, total_alloc=18
     kworker/0:2-868   [000] d...     3.987562: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=307, total_alloc=18
     kworker/0:2-868   [000] d...     3.987578: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=308, total_alloc=18
     kworker/0:2-868   [000] d...     3.987595: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=309, total_alloc=18
     kworker/0:2-868   [000] d...     3.987611: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=310, total_alloc=18
     kworker/0:2-868   [000] d...     3.987626: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=311, total_alloc=18
     kworker/0:2-868   [000] d...     3.987642: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=312, total_alloc=18
     kworker/0:2-868   [000] d...     3.987657: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=313, total_alloc=18
     kworker/0:2-868   [000] d...     3.987672: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=314, total_alloc=18
     kworker/0:2-868   [000] d...     3.987689: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=315, total_alloc=18
     kworker/0:2-868   [000] d...     3.987704: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=316, total_alloc=18
     kworker/0:2-868   [000] d...     3.987721: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=317, total_alloc=18
     kworker/0:2-868   [000] d...     3.987736: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=318, total_alloc=18
     kworker/0:2-868   [000] d...     3.987752: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=319, total_alloc=18
     kworker/0:2-868   [000] d...     3.987768: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=320, total_alloc=18
     kworker/0:2-868   [000] d...     3.987784: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=321, total_alloc=18
     kworker/0:2-868   [000] d...     3.987799: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=322, total_alloc=18
     kworker/0:2-868   [000] d...     3.987819: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=323, total_alloc=18
     kworker/0:2-868   [000] d...     3.987837: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=324, total_alloc=18
     kworker/0:2-868   [000] d...     3.987853: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=325, total_alloc=18
     kworker/0:2-868   [000] d...     3.987869: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=326, total_alloc=18
     kworker/0:2-868   [000] d...     3.987884: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=327, total_alloc=18
     kworker/0:2-868   [000] d...     3.987900: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=328, total_alloc=18
     kworker/0:2-868   [000] d...     3.987916: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=329, total_alloc=18
     kworker/0:2-868   [000] d...     3.987932: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=330, total_alloc=18
     kworker/0:2-868   [000] d...     3.987948: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=331, total_alloc=18
     kworker/0:2-868   [000] d...     3.987964: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=332, total_alloc=18
     kworker/0:2-868   [000] d...     3.987979: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=333, total_alloc=18
     kworker/0:2-868   [000] d...     3.987995: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=334, total_alloc=18
     kworker/0:2-868   [000] d...     3.988011: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=335, total_alloc=18
     kworker/0:2-868   [000] d...     3.988026: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=336, total_alloc=18
     kworker/0:2-868   [000] d...     3.988042: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=337, total_alloc=18
     kworker/0:2-868   [000] d...     3.988057: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=338, total_alloc=18
     kworker/0:2-868   [000] d...     3.988076: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=339, total_alloc=18
     kworker/0:2-868   [000] d...     3.988095: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=340, total_alloc=18
     kworker/0:2-868   [000] d...     3.988112: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=341, total_alloc=18
     kworker/0:2-868   [000] d...     3.988130: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=342, total_alloc=18
     kworker/0:2-868   [000] d...     3.988147: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=343, total_alloc=18
     kworker/0:2-868   [000] d...     3.988164: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=344, total_alloc=18
     kworker/0:2-868   [000] d...     3.988180: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=345, total_alloc=18
     kworker/0:2-868   [000] d...     3.988196: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=346, total_alloc=18
     kworker/0:2-868   [000] d...     3.988213: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=347, total_alloc=18
     kworker/0:2-868   [000] d...     3.988229: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=348, total_alloc=18
     kworker/0:2-868   [000] d...     3.988246: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=349, total_alloc=18
     kworker/0:2-868   [000] d...     3.988261: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=350, total_alloc=18
     kworker/0:2-868   [000] d...     3.988277: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=351, total_alloc=18
     kworker/0:2-868   [000] d...     3.988293: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=352, total_alloc=18
     kworker/0:2-868   [000] d...     3.988309: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=353, total_alloc=18
     kworker/0:2-868   [000] d...     3.988324: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=354, total_alloc=18
     kworker/0:2-868   [000] d...     3.988345: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=355, total_alloc=18
     kworker/0:2-868   [000] d...     3.988365: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=356, total_alloc=18
     kworker/0:2-868   [000] d...     3.988384: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=357, total_alloc=18
     kworker/0:2-868   [000] d...     3.988401: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=358, total_alloc=18
     kworker/0:2-868   [000] d...     3.988417: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=359, total_alloc=18
     kworker/0:2-868   [000] d...     3.988434: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=360, total_alloc=18
     kworker/0:2-868   [000] d...     3.988450: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=361, total_alloc=18
     kworker/0:2-868   [000] d...     3.988466: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=362, total_alloc=18
     kworker/0:2-868   [000] d...     3.988482: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=363, total_alloc=18
     kworker/0:2-868   [000] d...     3.988497: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=364, total_alloc=18
     kworker/0:2-868   [000] d...     3.988512: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=365, total_alloc=18
     kworker/0:2-868   [000] d...     3.988529: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=366, total_alloc=18
     kworker/0:2-868   [000] d...     3.988544: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=367, total_alloc=18
     kworker/0:2-868   [000] d...     3.988559: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=368, total_alloc=18
     kworker/0:2-868   [000] d...     3.988575: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=369, total_alloc=18
     kworker/0:2-868   [000] d...     3.988591: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=370, total_alloc=18
     kworker/0:2-868   [000] d...     3.988609: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=371, total_alloc=18
     kworker/0:2-868   [000] d...     3.988624: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=372, total_alloc=18
     kworker/0:2-868   [000] d...     3.988640: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=373, total_alloc=18
     kworker/0:2-868   [000] d...     3.988655: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=374, total_alloc=18
     kworker/0:2-868   [000] d...     3.988671: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=375, total_alloc=18
     kworker/0:2-868   [000] d...     3.988687: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=376, total_alloc=18
     kworker/0:2-868   [000] d...     3.988702: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=377, total_alloc=18
     kworker/0:2-868   [000] d...     3.988717: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=378, total_alloc=18
     kworker/0:2-868   [000] d...     3.988733: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=379, total_alloc=18
     kworker/0:2-868   [000] d...     3.988748: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=380, total_alloc=18
     kworker/0:2-868   [000] d...     3.988764: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=381, total_alloc=18
     kworker/0:2-868   [000] d...     3.988780: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=382, total_alloc=18
     kworker/0:2-868   [000] d...     3.988796: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=383, total_alloc=18
     kworker/0:2-868   [000] d...     3.988811: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=384, total_alloc=18
     kworker/0:2-868   [000] d...     3.988827: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=385, total_alloc=18
     kworker/0:2-868   [000] d...     3.988842: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=386, total_alloc=18
     kworker/0:2-868   [000] d...     3.988859: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=387, total_alloc=18
     kworker/0:2-868   [000] d...     3.988875: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=388, total_alloc=18
     kworker/0:2-868   [000] d...     3.988890: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=389, total_alloc=18
     kworker/0:2-868   [000] d...     3.988906: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=390, total_alloc=18
     kworker/0:2-868   [000] d...     3.988921: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=391, total_alloc=18
     kworker/0:2-868   [000] d...     3.988938: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=392, total_alloc=18
     kworker/0:2-868   [000] d...     3.988953: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=393, total_alloc=18
     kworker/0:2-868   [000] d...     3.988969: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=394, total_alloc=18
     kworker/0:2-868   [000] d...     3.988984: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=395, total_alloc=18
     kworker/0:2-868   [000] d...     3.989000: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=396, total_alloc=18
     kworker/0:2-868   [000] d...     3.989015: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=397, total_alloc=18
     kworker/0:2-868   [000] d...     3.989030: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=398, total_alloc=18
     kworker/0:2-868   [000] d...     3.989045: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=399, total_alloc=18
     kworker/0:2-868   [000] d...     3.989062: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=400, total_alloc=18
     kworker/0:2-868   [000] d...     3.989077: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=401, total_alloc=18
     kworker/0:2-868   [000] d...     3.989092: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=402, total_alloc=18
     kworker/0:2-868   [000] d...     3.989113: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=403, total_alloc=18
     kworker/0:2-868   [000] d...     3.989134: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=404, total_alloc=18
     kworker/0:2-868   [000] d...     3.989154: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=405, total_alloc=18
     kworker/0:2-868   [000] d...     3.989174: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=406, total_alloc=18
     kworker/0:2-868   [000] d...     3.989194: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=407, total_alloc=18
     kworker/0:2-868   [000] d...     3.989214: irq_matrix_reserve: online_maps=112 global_avl=22718, global_rsvd=408, total_alloc=18
     kworker/0:2-868   [000] d...     3.995517: irq_matrix_alloc: bit=51 cpu=0 online=1 avl=185 alloc=18 managed=0 online_maps=112 global_avl=22717, global_rsvd=407, total_alloc=19
     kworker/0:2-868   [000] d...     3.995585: irq_matrix_alloc: bit=52 cpu=0 online=1 avl=184 alloc=19 managed=0 online_maps=112 global_avl=22716, global_rsvd=406, total_alloc=20
     kworker/0:2-868   [000] d...     4.025920: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=407, total_alloc=20
     kworker/0:2-868   [000] d...     4.025936: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=408, total_alloc=20
     kworker/0:2-868   [000] d...     4.025971: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=409, total_alloc=20
     kworker/0:2-868   [000] d...     4.026001: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=410, total_alloc=20
     kworker/0:2-868   [000] d...     4.026034: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=411, total_alloc=20
     kworker/0:2-868   [000] d...     4.026064: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=412, total_alloc=20
     kworker/0:2-868   [000] d...     4.026093: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=413, total_alloc=20
     kworker/0:2-868   [000] d...     4.026120: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=414, total_alloc=20
     kworker/0:2-868   [000] d...     4.026152: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=415, total_alloc=20
     kworker/0:2-868   [000] d...     4.026182: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=416, total_alloc=20
     kworker/0:2-868   [000] d...     4.026212: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=417, total_alloc=20
     kworker/0:2-868   [000] d...     4.026240: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=418, total_alloc=20
     kworker/0:2-868   [000] d...     4.026266: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=419, total_alloc=20
     kworker/0:2-868   [000] d...     4.026293: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=420, total_alloc=20
     kworker/0:2-868   [000] d...     4.026322: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=421, total_alloc=20
     kworker/0:2-868   [000] d...     4.026350: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=422, total_alloc=20
     kworker/0:2-868   [000] d...     4.026378: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=423, total_alloc=20
     kworker/0:2-868   [000] d...     4.026408: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=424, total_alloc=20
     kworker/0:2-868   [000] d...     4.026435: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=425, total_alloc=20
     kworker/0:2-868   [000] d...     4.026465: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=426, total_alloc=20
     kworker/0:2-868   [000] d...     4.026484: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=427, total_alloc=20
     kworker/0:2-868   [000] d...     4.026504: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=428, total_alloc=20
     kworker/0:2-868   [000] d...     4.026517: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=429, total_alloc=20
     kworker/0:2-868   [000] d...     4.026531: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=430, total_alloc=20
     kworker/0:2-868   [000] d...     4.026545: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=431, total_alloc=20
     kworker/0:2-868   [000] d...     4.026559: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=432, total_alloc=20
     kworker/0:2-868   [000] d...     4.026571: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=433, total_alloc=20
     kworker/0:2-868   [000] d...     4.026587: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=434, total_alloc=20
     kworker/0:2-868   [000] d...     4.026601: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=435, total_alloc=20
     kworker/0:2-868   [000] d...     4.026615: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=436, total_alloc=20
     kworker/0:2-868   [000] d...     4.026629: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=437, total_alloc=20
     kworker/0:2-868   [000] d...     4.026643: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=438, total_alloc=20
     kworker/0:2-868   [000] d...     4.026657: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=439, total_alloc=20
     kworker/0:2-868   [000] d...     4.026671: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=440, total_alloc=20
     kworker/0:2-868   [000] d...     4.026683: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=441, total_alloc=20
     kworker/0:2-868   [000] d...     4.026697: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=442, total_alloc=20
     kworker/0:2-868   [000] d...     4.026713: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=443, total_alloc=20
     kworker/0:2-868   [000] d...     4.026727: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=444, total_alloc=20
     kworker/0:2-868   [000] d...     4.026739: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=445, total_alloc=20
     kworker/0:2-868   [000] d...     4.026753: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=446, total_alloc=20
     kworker/0:2-868   [000] d...     4.026767: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=447, total_alloc=20
     kworker/0:2-868   [000] d...     4.026782: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=448, total_alloc=20
     kworker/0:2-868   [000] d...     4.026794: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=449, total_alloc=20
     kworker/0:2-868   [000] d...     4.026809: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=450, total_alloc=20
     kworker/0:2-868   [000] d...     4.026825: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=451, total_alloc=20
     kworker/0:2-868   [000] d...     4.026839: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=452, total_alloc=20
     kworker/0:2-868   [000] d...     4.026852: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=453, total_alloc=20
     kworker/0:2-868   [000] d...     4.026869: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=454, total_alloc=20
     kworker/0:2-868   [000] d...     4.026885: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=455, total_alloc=20
     kworker/0:2-868   [000] d...     4.026902: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=456, total_alloc=20
     kworker/0:2-868   [000] d...     4.026916: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=457, total_alloc=20
     kworker/0:2-868   [000] d...     4.026931: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=458, total_alloc=20
     kworker/0:2-868   [000] d...     4.026945: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=459, total_alloc=20
     kworker/0:2-868   [000] d...     4.026961: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=460, total_alloc=20
     kworker/0:2-868   [000] d...     4.026974: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=461, total_alloc=20
     kworker/0:2-868   [000] d...     4.026989: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=462, total_alloc=20
     kworker/0:2-868   [000] d...     4.027001: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=463, total_alloc=20
     kworker/0:2-868   [000] d...     4.027013: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=464, total_alloc=20
     kworker/0:2-868   [000] d...     4.027026: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=465, total_alloc=20
     kworker/0:2-868   [000] d...     4.027039: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=466, total_alloc=20
     kworker/0:2-868   [000] d...     4.027051: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=467, total_alloc=20
     kworker/0:2-868   [000] d...     4.027065: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=468, total_alloc=20
     kworker/0:2-868   [000] d...     4.027077: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=469, total_alloc=20
     kworker/0:2-868   [000] d...     4.027089: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=470, total_alloc=20
     kworker/0:2-868   [000] d...     4.027101: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=471, total_alloc=20
     kworker/0:2-868   [000] d...     4.027123: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=472, total_alloc=20
     kworker/0:2-868   [000] d...     4.027139: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=473, total_alloc=20
     kworker/0:2-868   [000] d...     4.027152: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=474, total_alloc=20
     kworker/0:2-868   [000] d...     4.027166: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=475, total_alloc=20
     kworker/0:2-868   [000] d...     4.027178: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=476, total_alloc=20
     kworker/0:2-868   [000] d...     4.027192: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=477, total_alloc=20
     kworker/0:2-868   [000] d...     4.027205: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=478, total_alloc=20
     kworker/0:2-868   [000] d...     4.027217: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=479, total_alloc=20
     kworker/0:2-868   [000] d...     4.027229: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=480, total_alloc=20
     kworker/0:2-868   [000] d...     4.027242: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=481, total_alloc=20
     kworker/0:2-868   [000] d...     4.027254: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=482, total_alloc=20
     kworker/0:2-868   [000] d...     4.027266: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=483, total_alloc=20
     kworker/0:2-868   [000] d...     4.027279: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=484, total_alloc=20
     kworker/0:2-868   [000] d...     4.027291: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=485, total_alloc=20
     kworker/0:2-868   [000] d...     4.027306: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=486, total_alloc=20
     kworker/0:2-868   [000] d...     4.027318: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=487, total_alloc=20
     kworker/0:2-868   [000] d...     4.027332: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=488, total_alloc=20
     kworker/0:2-868   [000] d...     4.027344: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=489, total_alloc=20
     kworker/0:2-868   [000] d...     4.027357: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=490, total_alloc=20
     kworker/0:2-868   [000] d...     4.027370: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=491, total_alloc=20
     kworker/0:2-868   [000] d...     4.027382: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=492, total_alloc=20
     kworker/0:2-868   [000] d...     4.027395: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=493, total_alloc=20
     kworker/0:2-868   [000] d...     4.027409: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=494, total_alloc=20
     kworker/0:2-868   [000] d...     4.027422: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=495, total_alloc=20
     kworker/0:2-868   [000] d...     4.027434: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=496, total_alloc=20
     kworker/0:2-868   [000] d...     4.027447: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=497, total_alloc=20
     kworker/0:2-868   [000] d...     4.027459: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=498, total_alloc=20
     kworker/0:2-868   [000] d...     4.027471: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=499, total_alloc=20
     kworker/0:2-868   [000] d...     4.027483: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=500, total_alloc=20
     kworker/0:2-868   [000] d...     4.027496: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=501, total_alloc=20
     kworker/0:2-868   [000] d...     4.027509: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=502, total_alloc=20
     kworker/0:2-868   [000] d...     4.027523: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=503, total_alloc=20
     kworker/0:2-868   [000] d...     4.027535: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=504, total_alloc=20
     kworker/0:2-868   [000] d...     4.027547: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=505, total_alloc=20
     kworker/0:2-868   [000] d...     4.027560: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=506, total_alloc=20
     kworker/0:2-868   [000] d...     4.027572: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=507, total_alloc=20
     kworker/0:2-868   [000] d...     4.027584: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=508, total_alloc=20
     kworker/0:2-868   [000] d...     4.027596: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=509, total_alloc=20
     kworker/0:2-868   [000] d...     4.027609: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=510, total_alloc=20
     kworker/0:2-868   [000] d...     4.027623: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=511, total_alloc=20
     kworker/0:2-868   [000] d...     4.027636: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=512, total_alloc=20
     kworker/0:2-868   [000] d...     4.027649: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=513, total_alloc=20
     kworker/0:2-868   [000] d...     4.027662: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=514, total_alloc=20
     kworker/0:2-868   [000] d...     4.027675: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=515, total_alloc=20
     kworker/0:2-868   [000] d...     4.027687: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=516, total_alloc=20
     kworker/0:2-868   [000] d...     4.027699: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=517, total_alloc=20
     kworker/0:2-868   [000] d...     4.027711: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=518, total_alloc=20
     kworker/0:2-868   [000] d...     4.027724: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=519, total_alloc=20
     kworker/0:2-868   [000] d...     4.027738: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=520, total_alloc=20
     kworker/0:2-868   [000] d...     4.027750: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=521, total_alloc=20
     kworker/0:2-868   [000] d...     4.027763: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=522, total_alloc=20
     kworker/0:2-868   [000] d...     4.027775: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=523, total_alloc=20
     kworker/0:2-868   [000] d...     4.027787: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=524, total_alloc=20
     kworker/0:2-868   [000] d...     4.027800: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=525, total_alloc=20
     kworker/0:2-868   [000] d...     4.027813: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=526, total_alloc=20
     kworker/0:2-868   [000] d...     4.027825: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=527, total_alloc=20
     kworker/0:2-868   [000] d...     4.027838: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=528, total_alloc=20
     kworker/0:2-868   [000] d...     4.027851: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=529, total_alloc=20
     kworker/0:2-868   [000] d...     4.027863: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=530, total_alloc=20
     kworker/0:2-868   [000] d...     4.027876: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=531, total_alloc=20
     kworker/0:2-868   [000] d...     4.027887: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=532, total_alloc=20
     kworker/0:2-868   [000] d...     4.027900: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=533, total_alloc=20
     kworker/0:2-868   [000] d...     4.027912: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=534, total_alloc=20
     kworker/0:2-868   [000] d...     4.027924: irq_matrix_reserve: online_maps=112 global_avl=22716, global_rsvd=535, total_alloc=20
     kworker/0:2-868   [000] d...     4.032767: irq_matrix_alloc: bit=53 cpu=0 online=1 avl=183 alloc=20 managed=0 online_maps=112 global_avl=22715, global_rsvd=534, total_alloc=21
     kworker/0:2-868   [000] d...     4.032835: irq_matrix_alloc: bit=54 cpu=0 online=1 avl=182 alloc=21 managed=0 online_maps=112 global_avl=22714, global_rsvd=533, total_alloc=22
  kworker/u673:9-899   [018] d...     4.059202: irq_matrix_alloc: bit=55 cpu=0 online=1 avl=181 alloc=22 managed=0 online_maps=112 global_avl=22713, global_rsvd=532, total_alloc=23
  kworker/u673:5-895   [002] d...     4.059206: irq_matrix_alloc: bit=56 cpu=0 online=1 avl=180 alloc=23 managed=0 online_maps=112 global_avl=22712, global_rsvd=531, total_alloc=24
  kworker/u673:5-895   [000] d...     4.059971: irq_matrix_free: bit=56 cpu=0 online=1 avl=181 alloc=22 managed=0 online_maps=112 global_avl=22713, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.059972: irq_matrix_reserve: online_maps=112 global_avl=22713, global_rsvd=532, total_alloc=23
  kworker/u673:5-895   [000] d...     4.059985: irq_matrix_remove_reserved: online_maps=112 global_avl=22713, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.060124: irq_matrix_reserve_managed: bit=56 cpu=0 online=1 avl=180 alloc=22 managed=1 online_maps=112 global_avl=22712, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.060164: irq_matrix_reserve_managed: bit=33 cpu=1 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22711, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.060194: irq_matrix_reserve_managed: bit=33 cpu=2 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22710, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.060220: irq_matrix_reserve_managed: bit=33 cpu=3 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22709, global_rsvd=531, total_alloc=23
  kworker/u673:9-899   [018] d...     4.060223: irq_matrix_free: bit=55 cpu=0 online=1 avl=181 alloc=21 managed=1 online_maps=112 global_avl=22710, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060224: irq_matrix_reserve: online_maps=112 global_avl=22710, global_rsvd=532, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060239: irq_matrix_remove_reserved: online_maps=112 global_avl=22710, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060242: irq_matrix_reserve_managed: bit=33 cpu=4 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22709, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060276: irq_matrix_reserve_managed: bit=33 cpu=5 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22708, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060298: irq_matrix_reserve_managed: bit=33 cpu=6 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22707, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060318: irq_matrix_reserve_managed: bit=33 cpu=7 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22706, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060338: irq_matrix_reserve_managed: bit=33 cpu=8 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22705, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060379: irq_matrix_reserve_managed: bit=55 cpu=0 online=1 avl=180 alloc=21 managed=2 online_maps=112 global_avl=22704, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060380: irq_matrix_reserve_managed: bit=34 cpu=1 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22703, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060380: irq_matrix_reserve_managed: bit=33 cpu=56 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22702, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060381: irq_matrix_reserve_managed: bit=33 cpu=57 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22701, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060401: irq_matrix_reserve_managed: bit=33 cpu=9 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22700, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060438: irq_matrix_reserve_managed: bit=34 cpu=2 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22699, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060438: irq_matrix_reserve_managed: bit=34 cpu=3 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22698, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060439: irq_matrix_reserve_managed: bit=33 cpu=58 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22697, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060439: irq_matrix_reserve_managed: bit=33 cpu=59 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22696, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060460: irq_matrix_reserve_managed: bit=33 cpu=10 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22695, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060496: irq_matrix_reserve_managed: bit=34 cpu=4 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22694, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060497: irq_matrix_reserve_managed: bit=34 cpu=5 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22693, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060497: irq_matrix_reserve_managed: bit=33 cpu=60 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22692, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060498: irq_matrix_reserve_managed: bit=33 cpu=61 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22691, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060530: irq_matrix_reserve_managed: bit=33 cpu=11 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22690, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060569: irq_matrix_reserve_managed: bit=34 cpu=6 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22689, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060569: irq_matrix_reserve_managed: bit=34 cpu=7 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22688, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060570: irq_matrix_reserve_managed: bit=33 cpu=62 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22687, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060570: irq_matrix_reserve_managed: bit=33 cpu=63 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22686, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060593: irq_matrix_reserve_managed: bit=33 cpu=12 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22685, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060628: irq_matrix_reserve_managed: bit=34 cpu=8 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22684, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060629: irq_matrix_reserve_managed: bit=34 cpu=9 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22683, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060629: irq_matrix_reserve_managed: bit=33 cpu=64 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22682, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060630: irq_matrix_reserve_managed: bit=33 cpu=65 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22681, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060652: irq_matrix_reserve_managed: bit=33 cpu=13 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22680, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060690: irq_matrix_reserve_managed: bit=34 cpu=10 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22679, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060690: irq_matrix_reserve_managed: bit=34 cpu=11 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22678, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060691: irq_matrix_reserve_managed: bit=33 cpu=66 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22677, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060691: irq_matrix_reserve_managed: bit=33 cpu=67 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22676, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060716: irq_matrix_reserve_managed: bit=33 cpu=14 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22675, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060751: irq_matrix_reserve_managed: bit=34 cpu=12 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22674, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060751: irq_matrix_reserve_managed: bit=34 cpu=13 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22673, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060751: irq_matrix_reserve_managed: bit=33 cpu=68 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22672, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060752: irq_matrix_reserve_managed: bit=33 cpu=69 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22671, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060774: irq_matrix_reserve_managed: bit=33 cpu=15 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22670, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060809: irq_matrix_reserve_managed: bit=34 cpu=14 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22669, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060809: irq_matrix_reserve_managed: bit=34 cpu=15 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22668, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060810: irq_matrix_reserve_managed: bit=33 cpu=70 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22667, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060810: irq_matrix_reserve_managed: bit=33 cpu=71 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22666, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060839: irq_matrix_reserve_managed: bit=33 cpu=16 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22665, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060875: irq_matrix_reserve_managed: bit=34 cpu=16 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22664, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060876: irq_matrix_reserve_managed: bit=33 cpu=17 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22663, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060876: irq_matrix_reserve_managed: bit=33 cpu=72 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22662, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060876: irq_matrix_reserve_managed: bit=33 cpu=73 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22661, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060899: irq_matrix_reserve_managed: bit=34 cpu=17 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22660, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060941: irq_matrix_reserve_managed: bit=33 cpu=18 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22659, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060941: irq_matrix_reserve_managed: bit=33 cpu=19 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22658, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060941: irq_matrix_reserve_managed: bit=33 cpu=74 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22657, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.060942: irq_matrix_reserve_managed: bit=33 cpu=75 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22656, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.060962: irq_matrix_reserve_managed: bit=34 cpu=18 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22655, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061002: irq_matrix_reserve_managed: bit=33 cpu=20 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22654, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061002: irq_matrix_reserve_managed: bit=33 cpu=21 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22653, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061003: irq_matrix_reserve_managed: bit=33 cpu=76 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22652, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061003: irq_matrix_reserve_managed: bit=33 cpu=77 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22651, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061028: irq_matrix_reserve_managed: bit=34 cpu=19 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22650, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061065: irq_matrix_reserve_managed: bit=33 cpu=22 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22649, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061065: irq_matrix_reserve_managed: bit=33 cpu=23 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22648, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061066: irq_matrix_reserve_managed: bit=33 cpu=78 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22647, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061090: irq_matrix_reserve_managed: bit=34 cpu=20 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22646, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061138: irq_matrix_reserve_managed: bit=33 cpu=24 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22645, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061138: irq_matrix_reserve_managed: bit=33 cpu=25 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22644, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061138: irq_matrix_reserve_managed: bit=33 cpu=80 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22643, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061161: irq_matrix_reserve_managed: bit=34 cpu=21 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22642, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061199: irq_matrix_reserve_managed: bit=33 cpu=26 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22641, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061200: irq_matrix_reserve_managed: bit=33 cpu=27 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22640, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061200: irq_matrix_reserve_managed: bit=33 cpu=82 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22639, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061223: irq_matrix_reserve_managed: bit=34 cpu=22 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22638, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061258: irq_matrix_reserve_managed: bit=33 cpu=79 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22637, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061258: irq_matrix_reserve_managed: bit=33 cpu=81 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22636, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061259: irq_matrix_reserve_managed: bit=33 cpu=83 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22635, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061283: irq_matrix_reserve_managed: bit=34 cpu=23 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22634, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061325: irq_matrix_reserve_managed: bit=34 cpu=28 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22633, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061326: irq_matrix_reserve_managed: bit=33 cpu=29 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22632, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061326: irq_matrix_reserve_managed: bit=33 cpu=84 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22631, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061326: irq_matrix_reserve_managed: bit=33 cpu=85 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22630, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061348: irq_matrix_reserve_managed: bit=34 cpu=24 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22629, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061384: irq_matrix_reserve_managed: bit=33 cpu=30 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22628, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061385: irq_matrix_reserve_managed: bit=33 cpu=31 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22627, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061385: irq_matrix_reserve_managed: bit=33 cpu=86 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22626, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061386: irq_matrix_reserve_managed: bit=33 cpu=87 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22625, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061408: irq_matrix_reserve_managed: bit=34 cpu=25 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22624, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061444: irq_matrix_reserve_managed: bit=33 cpu=32 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22623, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061445: irq_matrix_reserve_managed: bit=33 cpu=33 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22622, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061445: irq_matrix_reserve_managed: bit=33 cpu=88 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22621, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061446: irq_matrix_reserve_managed: bit=33 cpu=89 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22620, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061468: irq_matrix_reserve_managed: bit=34 cpu=26 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22619, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061503: irq_matrix_reserve_managed: bit=33 cpu=34 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22618, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061503: irq_matrix_reserve_managed: bit=33 cpu=35 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22617, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061504: irq_matrix_reserve_managed: bit=33 cpu=90 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22616, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061504: irq_matrix_reserve_managed: bit=33 cpu=91 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22615, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061528: irq_matrix_reserve_managed: bit=34 cpu=27 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22614, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061564: irq_matrix_reserve_managed: bit=33 cpu=36 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22613, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061565: irq_matrix_reserve_managed: bit=33 cpu=37 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22612, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061565: irq_matrix_reserve_managed: bit=33 cpu=92 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22611, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061566: irq_matrix_reserve_managed: bit=33 cpu=93 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22610, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061588: irq_matrix_reserve_managed: bit=34 cpu=56 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22609, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061625: irq_matrix_reserve_managed: bit=33 cpu=38 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22608, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061625: irq_matrix_reserve_managed: bit=33 cpu=39 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22607, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061626: irq_matrix_reserve_managed: bit=33 cpu=94 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22606, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061626: irq_matrix_reserve_managed: bit=33 cpu=95 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22605, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061649: irq_matrix_reserve_managed: bit=34 cpu=57 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22604, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061685: irq_matrix_reserve_managed: bit=33 cpu=40 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22603, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061686: irq_matrix_reserve_managed: bit=33 cpu=41 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22602, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061687: irq_matrix_reserve_managed: bit=33 cpu=96 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22601, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061687: irq_matrix_reserve_managed: bit=33 cpu=97 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22600, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061719: irq_matrix_reserve_managed: bit=34 cpu=58 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22599, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061757: irq_matrix_reserve_managed: bit=33 cpu=42 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22598, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061757: irq_matrix_reserve_managed: bit=33 cpu=43 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22597, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061758: irq_matrix_reserve_managed: bit=33 cpu=98 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22596, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061758: irq_matrix_reserve_managed: bit=33 cpu=99 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22595, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061797: irq_matrix_reserve_managed: bit=34 cpu=59 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22594, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061833: irq_matrix_reserve_managed: bit=33 cpu=44 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22593, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061834: irq_matrix_reserve_managed: bit=33 cpu=45 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22592, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061834: irq_matrix_reserve_managed: bit=33 cpu=100 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22591, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061863: irq_matrix_reserve_managed: bit=34 cpu=60 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22590, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061898: irq_matrix_reserve_managed: bit=33 cpu=46 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22589, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061899: irq_matrix_reserve_managed: bit=33 cpu=47 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22588, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061899: irq_matrix_reserve_managed: bit=33 cpu=102 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22587, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061927: irq_matrix_reserve_managed: bit=34 cpu=61 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22586, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061963: irq_matrix_reserve_managed: bit=33 cpu=48 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22585, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061964: irq_matrix_reserve_managed: bit=33 cpu=49 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22584, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.061964: irq_matrix_reserve_managed: bit=33 cpu=104 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22583, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.061992: irq_matrix_reserve_managed: bit=34 cpu=62 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22582, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062036: irq_matrix_reserve_managed: bit=33 cpu=50 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22581, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062036: irq_matrix_reserve_managed: bit=33 cpu=51 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22580, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062036: irq_matrix_reserve_managed: bit=33 cpu=106 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22579, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.062058: irq_matrix_reserve_managed: bit=34 cpu=63 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22578, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062095: irq_matrix_reserve_managed: bit=33 cpu=52 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22577, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062095: irq_matrix_reserve_managed: bit=33 cpu=53 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22576, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062096: irq_matrix_reserve_managed: bit=33 cpu=108 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22575, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.062124: irq_matrix_reserve_managed: bit=34 cpu=64 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22574, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062166: irq_matrix_reserve_managed: bit=33 cpu=54 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22573, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062166: irq_matrix_reserve_managed: bit=33 cpu=55 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22572, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062166: irq_matrix_reserve_managed: bit=33 cpu=110 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22571, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.062195: irq_matrix_reserve_managed: bit=34 cpu=65 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22570, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062232: irq_matrix_reserve_managed: bit=33 cpu=101 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22569, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062233: irq_matrix_reserve_managed: bit=33 cpu=103 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22568, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062233: irq_matrix_reserve_managed: bit=33 cpu=105 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22567, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.062262: irq_matrix_reserve_managed: bit=34 cpu=66 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22566, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062299: irq_matrix_reserve_managed: bit=33 cpu=107 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22565, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062299: irq_matrix_reserve_managed: bit=33 cpu=109 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22564, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062299: irq_matrix_reserve_managed: bit=33 cpu=111 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22563, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.062328: irq_matrix_reserve_managed: bit=34 cpu=67 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22562, global_rsvd=531, total_alloc=22
  kworker/u673:5-895   [000] d...     4.062362: irq_matrix_reserve_managed: bit=34 cpu=68 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22561, global_rsvd=531, total_alloc=22
  kworker/u673:9-899   [018] d...     4.062389: irq_matrix_alloc_managed: bit=55 cpu=0 online=1 avl=180 alloc=22 managed=2 online_maps=112 global_avl=22561, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062390: irq_matrix_reserve_managed: bit=34 cpu=69 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22560, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062417: irq_matrix_reserve_managed: bit=34 cpu=70 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22559, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062444: irq_matrix_reserve_managed: bit=34 cpu=71 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22558, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062471: irq_matrix_reserve_managed: bit=34 cpu=72 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22557, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062497: irq_matrix_reserve_managed: bit=34 cpu=73 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22556, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062523: irq_matrix_reserve_managed: bit=34 cpu=74 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22555, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062550: irq_matrix_reserve_managed: bit=34 cpu=75 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22554, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062576: irq_matrix_reserve_managed: bit=34 cpu=76 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22553, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062604: irq_matrix_reserve_managed: bit=34 cpu=77 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22552, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062631: irq_matrix_reserve_managed: bit=34 cpu=78 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22551, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062657: irq_matrix_reserve_managed: bit=34 cpu=79 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22550, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062684: irq_matrix_reserve_managed: bit=34 cpu=80 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22549, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062709: irq_matrix_reserve_managed: bit=34 cpu=81 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22548, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062736: irq_matrix_reserve_managed: bit=34 cpu=82 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22547, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062763: irq_matrix_reserve_managed: bit=34 cpu=83 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22546, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062798: irq_matrix_reserve_managed: bit=35 cpu=28 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22545, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062831: irq_matrix_reserve_managed: bit=34 cpu=29 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22544, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062857: irq_matrix_reserve_managed: bit=34 cpu=30 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22543, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062883: irq_matrix_reserve_managed: bit=34 cpu=31 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22542, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062910: irq_matrix_reserve_managed: bit=34 cpu=32 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22541, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062936: irq_matrix_reserve_managed: bit=34 cpu=33 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22540, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062962: irq_matrix_reserve_managed: bit=34 cpu=34 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22539, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.062991: irq_matrix_reserve_managed: bit=34 cpu=35 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22538, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.063021: irq_matrix_reserve_managed: bit=34 cpu=36 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22537, global_rsvd=531, total_alloc=23
  kworker/u673:5-895   [000] d...     4.063047: irq_matrix_reserve_managed: bit=34 cpu=37 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22536, global_rsvd=531, total_alloc=23
  kworker/u673:9-899   [018] d...     4.063071: irq_matrix_alloc_managed: bit=33 cpu=2 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22536, global_rsvd=531, total_alloc=24
  kworker/u673:5-895   [000] d...     4.063079: irq_matrix_reserve_managed: bit=34 cpu=38 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22535, global_rsvd=531, total_alloc=24
  kworker/u673:5-895   [000] d...     4.063105: irq_matrix_reserve_managed: bit=34 cpu=39 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22534, global_rsvd=531, total_alloc=24
  kworker/u673:5-895   [000] d...     4.063142: irq_matrix_reserve_managed: bit=34 cpu=40 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22533, global_rsvd=531, total_alloc=24
  kworker/u673:9-899   [018] d...     4.063170: irq_matrix_alloc_managed: bit=33 cpu=4 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22533, global_rsvd=531, total_alloc=25
  kworker/u673:5-895   [000] d...     4.063171: irq_matrix_reserve_managed: bit=34 cpu=41 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22532, global_rsvd=531, total_alloc=25
  kworker/u673:5-895   [000] d...     4.063198: irq_matrix_reserve_managed: bit=34 cpu=42 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22531, global_rsvd=531, total_alloc=25
  kworker/u673:5-895   [000] d...     4.063228: irq_matrix_reserve_managed: bit=34 cpu=43 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22530, global_rsvd=531, total_alloc=25
  kworker/u673:5-895   [000] d...     4.063255: irq_matrix_reserve_managed: bit=34 cpu=44 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22529, global_rsvd=531, total_alloc=25
  kworker/u673:9-899   [018] d...     4.063270: irq_matrix_alloc_managed: bit=33 cpu=6 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22529, global_rsvd=531, total_alloc=26
  kworker/u673:5-895   [000] d...     4.063284: irq_matrix_reserve_managed: bit=34 cpu=45 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22528, global_rsvd=531, total_alloc=26
  kworker/u673:5-895   [000] d...     4.063313: irq_matrix_reserve_managed: bit=34 cpu=46 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22527, global_rsvd=531, total_alloc=26
  kworker/u673:5-895   [000] d...     4.063342: irq_matrix_reserve_managed: bit=34 cpu=47 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22526, global_rsvd=531, total_alloc=26
  kworker/u673:9-899   [018] d...     4.063370: irq_matrix_alloc_managed: bit=33 cpu=8 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22526, global_rsvd=531, total_alloc=27
  kworker/u673:5-895   [000] d...     4.063371: irq_matrix_reserve_managed: bit=34 cpu=48 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22525, global_rsvd=531, total_alloc=27
  kworker/u673:5-895   [000] d...     4.063398: irq_matrix_reserve_managed: bit=34 cpu=49 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22524, global_rsvd=531, total_alloc=27
  kworker/u673:5-895   [000] d...     4.063427: irq_matrix_reserve_managed: bit=34 cpu=50 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22523, global_rsvd=531, total_alloc=27
  kworker/u673:5-895   [000] d...     4.063463: irq_matrix_reserve_managed: bit=34 cpu=51 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22522, global_rsvd=531, total_alloc=27
  kworker/u673:9-899   [018] d...     4.063478: irq_matrix_alloc_managed: bit=33 cpu=10 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22522, global_rsvd=531, total_alloc=28
  kworker/u673:5-895   [000] d...     4.063496: irq_matrix_reserve_managed: bit=34 cpu=52 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22521, global_rsvd=531, total_alloc=28
  kworker/u673:5-895   [000] d...     4.063530: irq_matrix_reserve_managed: bit=34 cpu=53 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22520, global_rsvd=531, total_alloc=28
  kworker/u673:5-895   [000] d...     4.063558: irq_matrix_reserve_managed: bit=34 cpu=54 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22519, global_rsvd=531, total_alloc=28
  kworker/u673:9-899   [018] d...     4.063576: irq_matrix_alloc_managed: bit=33 cpu=12 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22519, global_rsvd=531, total_alloc=29
  kworker/u673:5-895   [000] d...     4.063589: irq_matrix_reserve_managed: bit=34 cpu=55 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22518, global_rsvd=531, total_alloc=29
  kworker/u673:5-895   [000] d...     4.063616: irq_matrix_reserve_managed: bit=34 cpu=84 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22517, global_rsvd=531, total_alloc=29
  kworker/u673:5-895   [000] d...     4.063645: irq_matrix_reserve_managed: bit=34 cpu=85 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22516, global_rsvd=531, total_alloc=29
  kworker/u673:5-895   [000] d...     4.063671: irq_matrix_reserve_managed: bit=34 cpu=86 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22515, global_rsvd=531, total_alloc=29
  kworker/u673:9-899   [018] d...     4.063684: irq_matrix_alloc_managed: bit=33 cpu=14 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22515, global_rsvd=531, total_alloc=30
  kworker/u673:5-895   [000] d...     4.063701: irq_matrix_reserve_managed: bit=34 cpu=87 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22514, global_rsvd=531, total_alloc=30
  kworker/u673:5-895   [000] d...     4.063727: irq_matrix_reserve_managed: bit=34 cpu=88 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22513, global_rsvd=531, total_alloc=30
  kworker/u673:5-895   [000] d...     4.063756: irq_matrix_reserve_managed: bit=34 cpu=89 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22512, global_rsvd=531, total_alloc=30
  kworker/u673:5-895   [000] d...     4.063785: irq_matrix_reserve_managed: bit=34 cpu=90 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22511, global_rsvd=531, total_alloc=30
  kworker/u673:9-899   [018] d...     4.063786: irq_matrix_alloc_managed: bit=33 cpu=16 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22511, global_rsvd=531, total_alloc=31
  kworker/u673:5-895   [000] d...     4.063812: irq_matrix_reserve_managed: bit=34 cpu=91 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22510, global_rsvd=531, total_alloc=31
  kworker/u673:5-895   [000] d...     4.063842: irq_matrix_reserve_managed: bit=34 cpu=92 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22509, global_rsvd=531, total_alloc=31
  kworker/u673:5-895   [000] d...     4.063868: irq_matrix_reserve_managed: bit=34 cpu=93 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22508, global_rsvd=531, total_alloc=31
  kworker/u673:9-899   [018] d...     4.063885: irq_matrix_alloc_managed: bit=33 cpu=18 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22508, global_rsvd=531, total_alloc=32
  kworker/u673:5-895   [000] d...     4.063899: irq_matrix_reserve_managed: bit=34 cpu=94 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22507, global_rsvd=531, total_alloc=32
  kworker/u673:5-895   [000] d...     4.063933: irq_matrix_reserve_managed: bit=34 cpu=95 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22506, global_rsvd=531, total_alloc=32
  kworker/u673:5-895   [000] d...     4.063961: irq_matrix_reserve_managed: bit=34 cpu=96 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22505, global_rsvd=531, total_alloc=32
  kworker/u673:9-899   [018] d...     4.063985: irq_matrix_alloc_managed: bit=33 cpu=20 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22505, global_rsvd=531, total_alloc=33
  kworker/u673:5-895   [000] d...     4.063991: irq_matrix_reserve_managed: bit=34 cpu=97 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22504, global_rsvd=531, total_alloc=33
  kworker/u673:5-895   [000] d...     4.064017: irq_matrix_reserve_managed: bit=34 cpu=98 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22503, global_rsvd=531, total_alloc=33
  kworker/u673:5-895   [000] d...     4.064047: irq_matrix_reserve_managed: bit=34 cpu=99 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22502, global_rsvd=531, total_alloc=33
  kworker/u673:5-895   [000] d...     4.064076: irq_matrix_reserve_managed: bit=34 cpu=100 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22501, global_rsvd=531, total_alloc=33
  kworker/u673:9-899   [018] d...     4.064083: irq_matrix_alloc_managed: bit=33 cpu=22 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22501, global_rsvd=531, total_alloc=34
  kworker/u673:5-895   [000] d...     4.064105: irq_matrix_reserve_managed: bit=34 cpu=101 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22500, global_rsvd=531, total_alloc=34
  kworker/u673:5-895   [000] d...     4.064139: irq_matrix_reserve_managed: bit=34 cpu=102 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22499, global_rsvd=531, total_alloc=34
  kworker/u673:5-895   [000] d...     4.064165: irq_matrix_reserve_managed: bit=34 cpu=103 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22498, global_rsvd=531, total_alloc=34
  kworker/u673:9-899   [018] d...     4.064187: irq_matrix_alloc_managed: bit=33 cpu=24 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22498, global_rsvd=531, total_alloc=35
  kworker/u673:5-895   [000] d...     4.064195: irq_matrix_reserve_managed: bit=34 cpu=104 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22497, global_rsvd=531, total_alloc=35
  kworker/u673:5-895   [000] d...     4.064221: irq_matrix_reserve_managed: bit=34 cpu=105 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22496, global_rsvd=531, total_alloc=35
  kworker/u673:5-895   [000] d...     4.064250: irq_matrix_reserve_managed: bit=34 cpu=106 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22495, global_rsvd=531, total_alloc=35
  kworker/u673:5-895   [000] d...     4.064279: irq_matrix_reserve_managed: bit=34 cpu=107 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22494, global_rsvd=531, total_alloc=35
  kworker/u673:9-899   [018] d...     4.064288: irq_matrix_alloc_managed: bit=33 cpu=26 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22494, global_rsvd=531, total_alloc=36
  kworker/u673:5-895   [000] d...     4.064307: irq_matrix_reserve_managed: bit=34 cpu=108 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22493, global_rsvd=531, total_alloc=36
  kworker/u673:5-895   [000] d...     4.064338: irq_matrix_reserve_managed: bit=34 cpu=109 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22492, global_rsvd=531, total_alloc=36
  kworker/u673:5-895   [000] d...     4.064364: irq_matrix_reserve_managed: bit=34 cpu=110 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22491, global_rsvd=531, total_alloc=36
  kworker/u673:9-899   [018] d...     4.064388: irq_matrix_alloc_managed: bit=33 cpu=79 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22491, global_rsvd=531, total_alloc=37
  kworker/u673:5-895   [000] d...     4.064398: irq_matrix_reserve_managed: bit=34 cpu=111 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=37
  kworker/u673:9-899   [018] d...     4.064545: irq_matrix_alloc_managed: bit=34 cpu=28 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=38
  kworker/u673:9-899   [018] d...     4.064646: irq_matrix_alloc_managed: bit=33 cpu=30 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=39
  kworker/u673:5-895   [000] d...     4.064670: irq_matrix_alloc_managed: bit=56 cpu=0 online=1 avl=180 alloc=23 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=40
  kworker/u673:9-899   [018] d...     4.064747: irq_matrix_alloc_managed: bit=33 cpu=32 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=41
  kworker/u673:9-899   [018] d...     4.064850: irq_matrix_alloc_managed: bit=33 cpu=34 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=42
  kworker/u673:9-899   [018] d...     4.064952: irq_matrix_alloc_managed: bit=33 cpu=36 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=43
  kworker/u673:9-899   [018] d...     4.065053: irq_matrix_alloc_managed: bit=33 cpu=38 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=44
  kworker/u673:9-899   [018] d...     4.065156: irq_matrix_alloc_managed: bit=33 cpu=40 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=45
  kworker/u673:9-899   [018] d...     4.065262: irq_matrix_alloc_managed: bit=33 cpu=42 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=46
  kworker/u673:9-899   [018] d...     4.065365: irq_matrix_alloc_managed: bit=33 cpu=44 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=47
  kworker/u673:9-899   [018] d...     4.065468: irq_matrix_alloc_managed: bit=33 cpu=46 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=48
  kworker/u673:9-899   [018] d...     4.065572: irq_matrix_alloc_managed: bit=33 cpu=48 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=49
  kworker/u673:9-899   [018] d...     4.065675: irq_matrix_alloc_managed: bit=33 cpu=50 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=50
  kworker/u673:9-899   [018] d...     4.065781: irq_matrix_alloc_managed: bit=33 cpu=52 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=51
  kworker/u673:9-899   [018] d...     4.065886: irq_matrix_alloc_managed: bit=33 cpu=54 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=52
  kworker/u673:9-899   [018] d...     4.065999: irq_matrix_alloc_managed: bit=33 cpu=101 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=53
  kworker/u673:5-895   [000] d...     4.066146: irq_matrix_alloc_managed: bit=33 cpu=1 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=54
  kworker/u673:9-899   [018] d...     4.066156: irq_matrix_alloc_managed: bit=33 cpu=107 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=55
  kworker/u673:5-895   [000] d...     4.066190: irq_matrix_alloc_managed: bit=34 cpu=2 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=56
  kworker/u673:5-895   [000] d...     4.066231: irq_matrix_alloc_managed: bit=33 cpu=3 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=57
  kworker/u673:5-895   [000] d...     4.066269: irq_matrix_alloc_managed: bit=34 cpu=4 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=58
  kworker/u673:5-895   [000] d...     4.066309: irq_matrix_alloc_managed: bit=33 cpu=5 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=59
  kworker/u673:5-895   [000] d...     4.066349: irq_matrix_alloc_managed: bit=34 cpu=6 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=60
  kworker/u673:5-895   [000] d...     4.066388: irq_matrix_alloc_managed: bit=33 cpu=7 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=61
  kworker/u673:5-895   [000] d...     4.066431: irq_matrix_alloc_managed: bit=34 cpu=8 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=62
  kworker/u673:5-895   [000] d...     4.066470: irq_matrix_alloc_managed: bit=33 cpu=9 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=63
  kworker/u673:5-895   [000] d...     4.066511: irq_matrix_alloc_managed: bit=34 cpu=10 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=64
  kworker/u673:5-895   [000] d...     4.066550: irq_matrix_alloc_managed: bit=33 cpu=11 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=65
  kworker/u673:5-895   [000] d...     4.066593: irq_matrix_alloc_managed: bit=34 cpu=12 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=66
  kworker/u673:5-895   [000] d...     4.066633: irq_matrix_alloc_managed: bit=33 cpu=13 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=67
  kworker/u673:5-895   [000] d...     4.066672: irq_matrix_alloc_managed: bit=34 cpu=14 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=68
  kworker/u673:5-895   [000] d...     4.066712: irq_matrix_alloc_managed: bit=33 cpu=15 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=69
  kworker/u673:5-895   [000] d...     4.066752: irq_matrix_alloc_managed: bit=34 cpu=16 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=70
  kworker/u673:5-895   [000] d...     4.066794: irq_matrix_alloc_managed: bit=33 cpu=17 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=71
  kworker/u673:5-895   [000] d...     4.066835: irq_matrix_alloc_managed: bit=34 cpu=18 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=72
  kworker/u673:5-895   [000] d...     4.066876: irq_matrix_alloc_managed: bit=33 cpu=19 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=73
  kworker/u673:5-895   [000] d...     4.066917: irq_matrix_alloc_managed: bit=34 cpu=20 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=74
  kworker/u673:5-895   [000] d...     4.066957: irq_matrix_alloc_managed: bit=33 cpu=21 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=75
  kworker/u673:5-895   [000] d...     4.067000: irq_matrix_alloc_managed: bit=34 cpu=22 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=76
  kworker/u673:5-895   [000] d...     4.067042: irq_matrix_alloc_managed: bit=33 cpu=23 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=77
  kworker/u673:5-895   [000] d...     4.067084: irq_matrix_alloc_managed: bit=34 cpu=24 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=78
  kworker/u673:5-895   [000] d...     4.067125: irq_matrix_alloc_managed: bit=33 cpu=25 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=79
  kworker/u673:5-895   [000] d...     4.067175: irq_matrix_alloc_managed: bit=34 cpu=26 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=80
  kworker/u673:5-895   [000] d...     4.067218: irq_matrix_alloc_managed: bit=33 cpu=27 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=81
  kworker/u673:5-895   [000] d...     4.067260: irq_matrix_alloc_managed: bit=33 cpu=56 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=82
  kworker/u673:5-895   [000] d...     4.067302: irq_matrix_alloc_managed: bit=33 cpu=57 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=83
  kworker/u673:5-895   [000] d...     4.067344: irq_matrix_alloc_managed: bit=33 cpu=58 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=84
  kworker/u673:5-895   [000] d...     4.067389: irq_matrix_alloc_managed: bit=33 cpu=59 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=85
  kworker/u673:5-895   [000] d...     4.067436: irq_matrix_alloc_managed: bit=33 cpu=60 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=86
  kworker/u673:5-895   [000] d...     4.067479: irq_matrix_alloc_managed: bit=33 cpu=61 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=87
  kworker/u673:5-895   [000] d...     4.067522: irq_matrix_alloc_managed: bit=33 cpu=62 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=88
  kworker/u673:5-895   [000] d...     4.067566: irq_matrix_alloc_managed: bit=33 cpu=63 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=89
  kworker/u673:5-895   [000] d...     4.067612: irq_matrix_alloc_managed: bit=33 cpu=64 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=90
  kworker/u673:5-895   [000] d...     4.067655: irq_matrix_alloc_managed: bit=33 cpu=65 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=91
  kworker/u673:5-895   [000] d...     4.067699: irq_matrix_alloc_managed: bit=33 cpu=66 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=92
  kworker/u673:5-895   [000] d...     4.067743: irq_matrix_alloc_managed: bit=33 cpu=67 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=93
  kworker/u673:5-895   [000] d...     4.067790: irq_matrix_alloc_managed: bit=33 cpu=68 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=94
  kworker/u673:5-895   [000] d...     4.067835: irq_matrix_alloc_managed: bit=33 cpu=69 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=95
  kworker/u673:5-895   [000] d...     4.067880: irq_matrix_alloc_managed: bit=33 cpu=70 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=96
  kworker/u673:5-895   [000] d...     4.067925: irq_matrix_alloc_managed: bit=33 cpu=71 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=97
  kworker/u673:5-895   [000] d...     4.067970: irq_matrix_alloc_managed: bit=33 cpu=72 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=98
  kworker/u673:5-895   [001] d...     4.068042: irq_matrix_alloc_managed: bit=33 cpu=73 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=99
  kworker/u673:5-895   [001] d...     4.068106: irq_matrix_alloc_managed: bit=33 cpu=74 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=100
  kworker/u673:5-895   [001] d...     4.068171: irq_matrix_alloc_managed: bit=33 cpu=75 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=101
  kworker/u673:5-895   [001] d...     4.068231: irq_matrix_alloc_managed: bit=33 cpu=76 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=102
  kworker/u673:5-895   [001] d...     4.068289: irq_matrix_alloc_managed: bit=33 cpu=77 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=103
  kworker/u673:5-895   [001] d...     4.068344: irq_matrix_alloc_managed: bit=33 cpu=78 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=104
  kworker/u673:5-895   [001] d...     4.068399: irq_matrix_alloc_managed: bit=34 cpu=79 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=105
  kworker/u673:5-895   [001] d...     4.068456: irq_matrix_alloc_managed: bit=33 cpu=80 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=106
  kworker/u673:5-895   [001] d...     4.068511: irq_matrix_alloc_managed: bit=33 cpu=81 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=107
  kworker/u673:5-895   [001] d...     4.068566: irq_matrix_alloc_managed: bit=33 cpu=82 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=108
  kworker/u673:5-895   [001] d...     4.068629: irq_matrix_alloc_managed: bit=33 cpu=83 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=109
  kworker/u673:5-895   [001] d...     4.068684: irq_matrix_alloc_managed: bit=35 cpu=28 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=110
  kworker/u673:5-895   [001] d...     4.068741: irq_matrix_alloc_managed: bit=33 cpu=29 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=111
  kworker/u673:5-895   [001] d...     4.068796: irq_matrix_alloc_managed: bit=34 cpu=30 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=112
  kworker/u673:5-895   [001] d...     4.068851: irq_matrix_alloc_managed: bit=33 cpu=31 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=113
  kworker/u673:5-895   [001] d...     4.068906: irq_matrix_alloc_managed: bit=34 cpu=32 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=114
  kworker/u673:5-895   [001] d...     4.068962: irq_matrix_alloc_managed: bit=33 cpu=33 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=115
  kworker/u673:5-895   [000] d...     4.069024: irq_matrix_alloc_managed: bit=34 cpu=34 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=116
  kworker/u673:5-895   [000] d...     4.069077: irq_matrix_alloc_managed: bit=33 cpu=35 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=117
  kworker/u673:5-895   [000] d...     4.069133: irq_matrix_alloc_managed: bit=34 cpu=36 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=118
  kworker/u673:5-895   [000] d...     4.069183: irq_matrix_alloc_managed: bit=33 cpu=37 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=119
  kworker/u673:5-895   [000] d...     4.069232: irq_matrix_alloc_managed: bit=34 cpu=38 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=120
  kworker/u673:5-895   [000] d...     4.069282: irq_matrix_alloc_managed: bit=33 cpu=39 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=121
  kworker/u673:5-895   [000] d...     4.069331: irq_matrix_alloc_managed: bit=34 cpu=40 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=122
  kworker/u673:5-895   [000] d...     4.069381: irq_matrix_alloc_managed: bit=33 cpu=41 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=123
  kworker/u673:5-895   [000] d...     4.069434: irq_matrix_alloc_managed: bit=34 cpu=42 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=124
  kworker/u673:5-895   [000] d...     4.069484: irq_matrix_alloc_managed: bit=33 cpu=43 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=125
  kworker/u673:5-895   [000] d...     4.069536: irq_matrix_alloc_managed: bit=34 cpu=44 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=126
  kworker/u673:5-895   [000] d...     4.069587: irq_matrix_alloc_managed: bit=33 cpu=45 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=127
  kworker/u673:5-895   [000] d...     4.069640: irq_matrix_alloc_managed: bit=34 cpu=46 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=128
  kworker/u673:5-895   [000] d...     4.069691: irq_matrix_alloc_managed: bit=33 cpu=47 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=129
  kworker/u673:5-895   [000] d...     4.069742: irq_matrix_alloc_managed: bit=34 cpu=48 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=130
  kworker/u673:5-895   [000] d...     4.069793: irq_matrix_alloc_managed: bit=33 cpu=49 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=131
  kworker/u673:5-895   [000] d...     4.069844: irq_matrix_alloc_managed: bit=34 cpu=50 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=132
  kworker/u673:5-895   [000] d...     4.069898: irq_matrix_alloc_managed: bit=33 cpu=51 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=133
  kworker/u673:5-895   [000] d...     4.069949: irq_matrix_alloc_managed: bit=34 cpu=52 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=134
  kworker/u673:5-895   [000] d...     4.070000: irq_matrix_alloc_managed: bit=33 cpu=53 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=135
  kworker/u673:5-895   [000] d...     4.070052: irq_matrix_alloc_managed: bit=34 cpu=54 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=136
  kworker/u673:5-895   [000] d...     4.070104: irq_matrix_alloc_managed: bit=33 cpu=55 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=137
  kworker/u673:5-895   [000] d...     4.070159: irq_matrix_alloc_managed: bit=33 cpu=84 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=138
  kworker/u673:5-895   [000] d...     4.070212: irq_matrix_alloc_managed: bit=33 cpu=85 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=139
  kworker/u673:5-895   [000] d...     4.070263: irq_matrix_alloc_managed: bit=33 cpu=86 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=140
  kworker/u673:5-895   [000] d...     4.070316: irq_matrix_alloc_managed: bit=33 cpu=87 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=141
  kworker/u673:5-895   [000] d...     4.070371: irq_matrix_alloc_managed: bit=33 cpu=88 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=142
  kworker/u673:5-895   [000] d...     4.070424: irq_matrix_alloc_managed: bit=33 cpu=89 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=143
  kworker/u673:5-895   [000] d...     4.070478: irq_matrix_alloc_managed: bit=33 cpu=90 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=144
  kworker/u673:5-895   [000] d...     4.070531: irq_matrix_alloc_managed: bit=33 cpu=91 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=145
  kworker/u673:5-895   [000] d...     4.070585: irq_matrix_alloc_managed: bit=33 cpu=92 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=146
  kworker/u673:5-895   [000] d...     4.070640: irq_matrix_alloc_managed: bit=33 cpu=93 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=147
  kworker/u673:5-895   [000] d...     4.070694: irq_matrix_alloc_managed: bit=33 cpu=94 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=148
  kworker/u673:5-895   [000] d...     4.070748: irq_matrix_alloc_managed: bit=33 cpu=95 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=149
  kworker/u673:5-895   [000] d...     4.070802: irq_matrix_alloc_managed: bit=33 cpu=96 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=150
  kworker/u673:5-895   [000] d...     4.070856: irq_matrix_alloc_managed: bit=33 cpu=97 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=151
  kworker/u673:5-895   [000] d...     4.070912: irq_matrix_alloc_managed: bit=33 cpu=98 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=152
  kworker/u673:5-895   [000] d...     4.070967: irq_matrix_alloc_managed: bit=33 cpu=99 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=153
  kworker/u673:5-895   [000] d...     4.071022: irq_matrix_alloc_managed: bit=33 cpu=100 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=154
  kworker/u673:5-895   [000] d...     4.071076: irq_matrix_alloc_managed: bit=34 cpu=101 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=155
  kworker/u673:5-895   [000] d...     4.071136: irq_matrix_alloc_managed: bit=33 cpu=102 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=156
  kworker/u673:5-895   [000] d...     4.071191: irq_matrix_alloc_managed: bit=33 cpu=103 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=157
  kworker/u673:5-895   [000] d...     4.071246: irq_matrix_alloc_managed: bit=33 cpu=104 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=158
  kworker/u673:5-895   [000] d...     4.071303: irq_matrix_alloc_managed: bit=33 cpu=105 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=159
  kworker/u673:5-895   [000] d...     4.071358: irq_matrix_alloc_managed: bit=33 cpu=106 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=160
  kworker/u673:5-895   [000] d...     4.071417: irq_matrix_alloc_managed: bit=34 cpu=107 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=161
  kworker/u673:5-895   [000] d...     4.071473: irq_matrix_alloc_managed: bit=33 cpu=108 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=162
  kworker/u673:5-895   [000] d...     4.071529: irq_matrix_alloc_managed: bit=33 cpu=109 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=163
  kworker/u673:5-895   [000] d...     4.071585: irq_matrix_alloc_managed: bit=33 cpu=110 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=164
  kworker/u673:5-895   [000] d...     4.071642: irq_matrix_alloc_managed: bit=33 cpu=111 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22490, global_rsvd=531, total_alloc=165
     kworker/0:1-684   [000] d...     6.047735: irq_matrix_alloc: bit=57 cpu=0 online=1 avl=179 alloc=24 managed=2 online_maps=112 global_avl=22489, global_rsvd=530, total_alloc=166
     kworker/0:1-684   [000] d...     6.052180: irq_matrix_reserve: online_maps=112 global_avl=22489, global_rsvd=531, total_alloc=166
     kworker/0:1-684   [000] d...     6.052848: irq_matrix_reserve: online_maps=112 global_avl=22489, global_rsvd=532, total_alloc=166
     kworker/0:1-684   [000] d...     6.052974: irq_matrix_alloc: bit=58 cpu=0 online=1 avl=178 alloc=25 managed=2 online_maps=112 global_avl=22488, global_rsvd=531, total_alloc=167
     kworker/0:1-684   [000] d...     6.063677: irq_matrix_reserve: online_maps=112 global_avl=22488, global_rsvd=532, total_alloc=167
     kworker/0:1-684   [000] d...     6.064104: irq_matrix_reserve: online_maps=112 global_avl=22488, global_rsvd=533, total_alloc=167
     kworker/0:1-684   [000] d...     6.064204: irq_matrix_alloc: bit=59 cpu=0 online=1 avl=177 alloc=26 managed=2 online_maps=112 global_avl=22487, global_rsvd=532, total_alloc=168
     kworker/0:1-684   [000] d...     6.076727: irq_matrix_reserve: online_maps=112 global_avl=22487, global_rsvd=533, total_alloc=168
     kworker/0:1-684   [000] d...     6.076921: irq_matrix_alloc: bit=60 cpu=0 online=1 avl=176 alloc=27 managed=2 online_maps=112 global_avl=22486, global_rsvd=532, total_alloc=169
     kworker/0:1-684   [000] d...     6.088070: irq_matrix_reserve: online_maps=112 global_avl=22486, global_rsvd=533, total_alloc=169
     kworker/0:1-684   [000] d...     6.088400: irq_matrix_alloc: bit=61 cpu=0 online=1 avl=175 alloc=28 managed=2 online_maps=112 global_avl=22485, global_rsvd=532, total_alloc=170
     kworker/0:1-684   [000] d...     6.097439: irq_matrix_reserve: online_maps=112 global_avl=22485, global_rsvd=533, total_alloc=170
     kworker/0:1-684   [000] d...     6.097442: irq_matrix_alloc: bit=62 cpu=0 online=1 avl=174 alloc=29 managed=2 online_maps=112 global_avl=22484, global_rsvd=532, total_alloc=171
     kworker/0:1-684   [000] d...     6.101806: irq_matrix_reserve: online_maps=112 global_avl=22484, global_rsvd=533, total_alloc=171
     kworker/0:1-684   [000] d...     6.101973: irq_matrix_alloc: bit=63 cpu=0 online=1 avl=173 alloc=30 managed=2 online_maps=112 global_avl=22483, global_rsvd=532, total_alloc=172
     kworker/0:1-684   [000] d...     6.112887: irq_matrix_reserve: online_maps=112 global_avl=22483, global_rsvd=533, total_alloc=172
     kworker/0:1-684   [000] d...     6.112902: irq_matrix_alloc: bit=64 cpu=0 online=1 avl=172 alloc=31 managed=2 online_maps=112 global_avl=22482, global_rsvd=532, total_alloc=173
     kworker/0:1-684   [000] d...     6.126872: irq_matrix_reserve: online_maps=112 global_avl=22482, global_rsvd=533, total_alloc=173
     kworker/0:1-684   [000] d...     6.127045: irq_matrix_alloc: bit=65 cpu=0 online=1 avl=171 alloc=32 managed=2 online_maps=112 global_avl=22481, global_rsvd=532, total_alloc=174
     kworker/0:1-684   [000] d...     6.139482: irq_matrix_reserve: online_maps=112 global_avl=22481, global_rsvd=533, total_alloc=174
     kworker/0:1-684   [000] d...     6.139572: irq_matrix_alloc: bit=66 cpu=0 online=1 avl=170 alloc=33 managed=2 online_maps=112 global_avl=22480, global_rsvd=532, total_alloc=175
    kworker/28:1-727   [028] d...     6.148963: irq_matrix_reserve: online_maps=112 global_avl=22480, global_rsvd=533, total_alloc=175
    kworker/28:1-727   [028] d...     6.149544: irq_matrix_reserve: online_maps=112 global_avl=22480, global_rsvd=534, total_alloc=175
    kworker/28:1-727   [028] d...     6.149624: irq_matrix_alloc: bit=36 cpu=28 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22479, global_rsvd=533, total_alloc=176
    kworker/28:1-727   [028] d...     6.161383: irq_matrix_reserve: online_maps=112 global_avl=22479, global_rsvd=534, total_alloc=176
    kworker/28:1-727   [028] d...     6.162094: irq_matrix_reserve: online_maps=112 global_avl=22479, global_rsvd=535, total_alloc=176
    kworker/28:1-727   [028] d...     6.162262: irq_matrix_alloc: bit=37 cpu=28 online=1 avl=198 alloc=5 managed=2 online_maps=112 global_avl=22478, global_rsvd=534, total_alloc=177
    kworker/28:1-727   [028] d...     6.170362: irq_matrix_reserve: online_maps=112 global_avl=22478, global_rsvd=535, total_alloc=177
    kworker/28:1-727   [028] d...     6.170390: irq_matrix_alloc: bit=38 cpu=28 online=1 avl=197 alloc=6 managed=2 online_maps=112 global_avl=22477, global_rsvd=534, total_alloc=178
    kworker/28:1-727   [028] d...     6.177342: irq_matrix_reserve: online_maps=112 global_avl=22477, global_rsvd=535, total_alloc=178
    kworker/28:1-727   [028] d...     6.177356: irq_matrix_alloc: bit=39 cpu=28 online=1 avl=196 alloc=7 managed=2 online_maps=112 global_avl=22476, global_rsvd=534, total_alloc=179
    kworker/28:1-727   [028] d...     6.183991: irq_matrix_reserve: online_maps=112 global_avl=22476, global_rsvd=535, total_alloc=179
    kworker/28:1-727   [028] d...     6.183999: irq_matrix_alloc: bit=40 cpu=28 online=1 avl=195 alloc=8 managed=2 online_maps=112 global_avl=22475, global_rsvd=534, total_alloc=180
    kworker/28:1-727   [028] d...     6.190289: irq_matrix_reserve: online_maps=112 global_avl=22475, global_rsvd=535, total_alloc=180
    kworker/28:1-727   [028] d...     6.190309: irq_matrix_alloc: bit=41 cpu=28 online=1 avl=194 alloc=9 managed=2 online_maps=112 global_avl=22474, global_rsvd=534, total_alloc=181
    kworker/28:1-727   [028] d...     6.196131: irq_matrix_reserve: online_maps=112 global_avl=22474, global_rsvd=535, total_alloc=181
    kworker/28:1-727   [028] d...     6.196138: irq_matrix_alloc: bit=42 cpu=28 online=1 avl=193 alloc=10 managed=2 online_maps=112 global_avl=22473, global_rsvd=534, total_alloc=182
    kworker/28:1-727   [028] d...     6.201882: irq_matrix_reserve: online_maps=112 global_avl=22473, global_rsvd=535, total_alloc=182
    kworker/28:1-727   [028] d...     6.201889: irq_matrix_alloc: bit=43 cpu=28 online=1 avl=192 alloc=11 managed=2 online_maps=112 global_avl=22472, global_rsvd=534, total_alloc=183
  kworker/u674:0-182   [051] d...     7.387213: irq_matrix_alloc: bit=44 cpu=28 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22471, global_rsvd=533, total_alloc=184
  kworker/u674:0-182   [028] d...     7.388399: irq_matrix_free: bit=44 cpu=28 online=1 avl=192 alloc=11 managed=2 online_maps=112 global_avl=22472, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388401: irq_matrix_reserve: online_maps=112 global_avl=22472, global_rsvd=534, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388418: irq_matrix_remove_reserved: online_maps=112 global_avl=22472, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388607: irq_matrix_reserve_managed: bit=67 cpu=0 online=1 avl=169 alloc=33 managed=3 online_maps=112 global_avl=22471, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388608: irq_matrix_reserve_managed: bit=35 cpu=1 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22470, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388609: irq_matrix_reserve_managed: bit=35 cpu=56 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22469, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388609: irq_matrix_reserve_managed: bit=35 cpu=57 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22468, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388669: irq_matrix_reserve_managed: bit=35 cpu=2 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22467, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388669: irq_matrix_reserve_managed: bit=35 cpu=3 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22466, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388670: irq_matrix_reserve_managed: bit=35 cpu=58 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22465, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388670: irq_matrix_reserve_managed: bit=35 cpu=59 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22464, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388710: irq_matrix_reserve_managed: bit=35 cpu=4 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22463, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388711: irq_matrix_reserve_managed: bit=35 cpu=5 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22462, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388711: irq_matrix_reserve_managed: bit=35 cpu=60 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22461, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388712: irq_matrix_reserve_managed: bit=35 cpu=61 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22460, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388749: irq_matrix_reserve_managed: bit=35 cpu=6 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22459, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388750: irq_matrix_reserve_managed: bit=35 cpu=7 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22458, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388750: irq_matrix_reserve_managed: bit=35 cpu=62 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22457, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388751: irq_matrix_reserve_managed: bit=35 cpu=63 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22456, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388788: irq_matrix_reserve_managed: bit=35 cpu=8 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22455, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388788: irq_matrix_reserve_managed: bit=35 cpu=9 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22454, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388789: irq_matrix_reserve_managed: bit=35 cpu=64 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22453, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388789: irq_matrix_reserve_managed: bit=35 cpu=65 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22452, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388825: irq_matrix_reserve_managed: bit=35 cpu=10 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22451, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388826: irq_matrix_reserve_managed: bit=35 cpu=11 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22450, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388826: irq_matrix_reserve_managed: bit=35 cpu=66 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22449, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388827: irq_matrix_reserve_managed: bit=35 cpu=67 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22448, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388864: irq_matrix_reserve_managed: bit=35 cpu=12 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22447, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388864: irq_matrix_reserve_managed: bit=35 cpu=13 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22446, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388864: irq_matrix_reserve_managed: bit=35 cpu=68 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22445, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388865: irq_matrix_reserve_managed: bit=35 cpu=69 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22444, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388903: irq_matrix_reserve_managed: bit=35 cpu=14 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22443, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388903: irq_matrix_reserve_managed: bit=35 cpu=15 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22442, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388903: irq_matrix_reserve_managed: bit=35 cpu=70 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22441, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388904: irq_matrix_reserve_managed: bit=35 cpu=71 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22440, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388943: irq_matrix_reserve_managed: bit=35 cpu=16 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22439, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388944: irq_matrix_reserve_managed: bit=35 cpu=17 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22438, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388944: irq_matrix_reserve_managed: bit=35 cpu=72 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22437, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388945: irq_matrix_reserve_managed: bit=35 cpu=73 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22436, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388981: irq_matrix_reserve_managed: bit=35 cpu=18 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22435, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388982: irq_matrix_reserve_managed: bit=35 cpu=19 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22434, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388982: irq_matrix_reserve_managed: bit=35 cpu=74 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22433, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.388983: irq_matrix_reserve_managed: bit=35 cpu=75 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22432, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389036: irq_matrix_reserve_managed: bit=35 cpu=20 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22431, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389036: irq_matrix_reserve_managed: bit=35 cpu=21 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22430, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389037: irq_matrix_reserve_managed: bit=35 cpu=76 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22429, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389037: irq_matrix_reserve_managed: bit=35 cpu=77 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22428, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389076: irq_matrix_reserve_managed: bit=35 cpu=22 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22427, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389076: irq_matrix_reserve_managed: bit=35 cpu=23 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22426, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389077: irq_matrix_reserve_managed: bit=35 cpu=78 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22425, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389117: irq_matrix_reserve_managed: bit=35 cpu=24 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22424, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389117: irq_matrix_reserve_managed: bit=35 cpu=25 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22423, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389118: irq_matrix_reserve_managed: bit=35 cpu=80 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22422, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389161: irq_matrix_reserve_managed: bit=35 cpu=26 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22421, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389162: irq_matrix_reserve_managed: bit=35 cpu=27 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22420, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389162: irq_matrix_reserve_managed: bit=35 cpu=82 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22419, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389199: irq_matrix_reserve_managed: bit=35 cpu=79 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22418, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389200: irq_matrix_reserve_managed: bit=35 cpu=81 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22417, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389200: irq_matrix_reserve_managed: bit=35 cpu=83 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22416, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389243: irq_matrix_reserve_managed: bit=44 cpu=28 online=1 avl=191 alloc=11 managed=3 online_maps=112 global_avl=22415, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389244: irq_matrix_reserve_managed: bit=35 cpu=29 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22414, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389244: irq_matrix_reserve_managed: bit=35 cpu=84 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22413, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389244: irq_matrix_reserve_managed: bit=35 cpu=85 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22412, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389286: irq_matrix_reserve_managed: bit=35 cpu=30 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22411, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389287: irq_matrix_reserve_managed: bit=35 cpu=31 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22410, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389287: irq_matrix_reserve_managed: bit=35 cpu=86 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22409, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389288: irq_matrix_reserve_managed: bit=35 cpu=87 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22408, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389324: irq_matrix_reserve_managed: bit=35 cpu=32 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22407, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389325: irq_matrix_reserve_managed: bit=35 cpu=33 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22406, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389325: irq_matrix_reserve_managed: bit=35 cpu=88 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22405, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389325: irq_matrix_reserve_managed: bit=35 cpu=89 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22404, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389362: irq_matrix_reserve_managed: bit=35 cpu=34 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22403, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389362: irq_matrix_reserve_managed: bit=35 cpu=35 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22402, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389363: irq_matrix_reserve_managed: bit=35 cpu=90 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22401, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389363: irq_matrix_reserve_managed: bit=35 cpu=91 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22400, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389399: irq_matrix_reserve_managed: bit=35 cpu=36 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22399, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389400: irq_matrix_reserve_managed: bit=35 cpu=37 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22398, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389400: irq_matrix_reserve_managed: bit=35 cpu=92 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22397, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389400: irq_matrix_reserve_managed: bit=35 cpu=93 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22396, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389436: irq_matrix_reserve_managed: bit=35 cpu=38 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22395, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389437: irq_matrix_reserve_managed: bit=35 cpu=39 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22394, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389437: irq_matrix_reserve_managed: bit=35 cpu=94 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22393, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389438: irq_matrix_reserve_managed: bit=35 cpu=95 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22392, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389474: irq_matrix_reserve_managed: bit=35 cpu=40 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22391, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389475: irq_matrix_reserve_managed: bit=35 cpu=41 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22390, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389475: irq_matrix_reserve_managed: bit=35 cpu=96 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22389, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389475: irq_matrix_reserve_managed: bit=35 cpu=97 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22388, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389511: irq_matrix_reserve_managed: bit=35 cpu=42 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22387, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389512: irq_matrix_reserve_managed: bit=35 cpu=43 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22386, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389512: irq_matrix_reserve_managed: bit=35 cpu=98 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22385, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389513: irq_matrix_reserve_managed: bit=35 cpu=99 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22384, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389550: irq_matrix_reserve_managed: bit=35 cpu=44 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22383, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389550: irq_matrix_reserve_managed: bit=35 cpu=45 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22382, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389550: irq_matrix_reserve_managed: bit=35 cpu=100 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22381, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389586: irq_matrix_reserve_managed: bit=35 cpu=46 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22380, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389587: irq_matrix_reserve_managed: bit=35 cpu=47 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22379, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389587: irq_matrix_reserve_managed: bit=35 cpu=102 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22378, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389626: irq_matrix_reserve_managed: bit=35 cpu=48 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22377, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389626: irq_matrix_reserve_managed: bit=35 cpu=49 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22376, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389626: irq_matrix_reserve_managed: bit=35 cpu=104 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22375, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389674: irq_matrix_reserve_managed: bit=35 cpu=50 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22374, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389674: irq_matrix_reserve_managed: bit=35 cpu=51 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22373, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389675: irq_matrix_reserve_managed: bit=35 cpu=106 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22372, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389713: irq_matrix_reserve_managed: bit=35 cpu=52 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22371, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389714: irq_matrix_reserve_managed: bit=35 cpu=53 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22370, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389714: irq_matrix_reserve_managed: bit=35 cpu=108 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22369, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389753: irq_matrix_reserve_managed: bit=35 cpu=54 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22368, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389753: irq_matrix_reserve_managed: bit=35 cpu=55 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22367, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389754: irq_matrix_reserve_managed: bit=35 cpu=110 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22366, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389790: irq_matrix_reserve_managed: bit=35 cpu=101 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22365, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389790: irq_matrix_reserve_managed: bit=35 cpu=103 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22364, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389790: irq_matrix_reserve_managed: bit=35 cpu=105 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22363, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389827: irq_matrix_reserve_managed: bit=35 cpu=107 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=22362, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389828: irq_matrix_reserve_managed: bit=35 cpu=109 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22361, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389828: irq_matrix_reserve_managed: bit=35 cpu=111 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=183
  kworker/u674:0-182   [028] d...     7.389916: irq_matrix_alloc_managed: bit=67 cpu=0 online=1 avl=169 alloc=34 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=184
  kworker/u674:0-182   [028] d...     7.390538: irq_matrix_alloc_managed: bit=35 cpu=2 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=185
  kworker/u674:0-182   [028] d...     7.390584: irq_matrix_alloc_managed: bit=35 cpu=4 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=186
  kworker/u674:0-182   [028] d...     7.390626: irq_matrix_alloc_managed: bit=35 cpu=6 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=187
  kworker/u674:0-182   [028] d...     7.390666: irq_matrix_alloc_managed: bit=35 cpu=8 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=188
  kworker/u674:0-182   [028] d...     7.390709: irq_matrix_alloc_managed: bit=35 cpu=10 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=189
  kworker/u674:0-182   [028] d...     7.390753: irq_matrix_alloc_managed: bit=35 cpu=12 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=190
  kworker/u674:0-182   [028] d...     7.390793: irq_matrix_alloc_managed: bit=35 cpu=14 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=191
  kworker/u674:0-182   [028] d...     7.390843: irq_matrix_alloc_managed: bit=35 cpu=16 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=192
  kworker/u674:0-182   [028] d...     7.390885: irq_matrix_alloc_managed: bit=35 cpu=18 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=193
  kworker/u674:0-182   [028] d...     7.390929: irq_matrix_alloc_managed: bit=35 cpu=20 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=194
  kworker/u674:0-182   [028] d...     7.390974: irq_matrix_alloc_managed: bit=35 cpu=22 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=195
  kworker/u674:0-182   [028] d...     7.391016: irq_matrix_alloc_managed: bit=35 cpu=24 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=196
  kworker/u674:0-182   [028] d...     7.391056: irq_matrix_alloc_managed: bit=35 cpu=26 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=197
  kworker/u674:0-182   [028] d...     7.391097: irq_matrix_alloc_managed: bit=35 cpu=79 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=198
  kworker/u674:0-182   [028] d...     7.391144: irq_matrix_alloc_managed: bit=44 cpu=28 online=1 avl=191 alloc=12 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=199
  kworker/u674:0-182   [028] d...     7.391188: irq_matrix_alloc_managed: bit=35 cpu=30 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=200
  kworker/u674:0-182   [028] d...     7.391229: irq_matrix_alloc_managed: bit=35 cpu=32 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=201
  kworker/u674:0-182   [028] d...     7.391272: irq_matrix_alloc_managed: bit=35 cpu=34 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=202
  kworker/u674:0-182   [028] d...     7.391320: irq_matrix_alloc_managed: bit=35 cpu=36 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=203
  kworker/u674:0-182   [028] d...     7.391366: irq_matrix_alloc_managed: bit=35 cpu=38 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=204
  kworker/u674:0-182   [028] d...     7.391410: irq_matrix_alloc_managed: bit=35 cpu=40 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=205
  kworker/u674:0-182   [028] d...     7.391452: irq_matrix_alloc_managed: bit=35 cpu=42 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=206
  kworker/u674:0-182   [028] d...     7.391495: irq_matrix_alloc_managed: bit=35 cpu=44 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=207
  kworker/u674:0-182   [028] d...     7.391537: irq_matrix_alloc_managed: bit=35 cpu=46 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=208
  kworker/u674:0-182   [028] d...     7.391582: irq_matrix_alloc_managed: bit=35 cpu=48 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=209
  kworker/u674:0-182   [028] d...     7.391626: irq_matrix_alloc_managed: bit=35 cpu=50 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=210
  kworker/u674:0-182   [028] d...     7.391673: irq_matrix_alloc_managed: bit=35 cpu=52 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=211
  kworker/u674:0-182   [028] d...     7.391717: irq_matrix_alloc_managed: bit=35 cpu=54 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=212
  kworker/u674:0-182   [028] d...     7.391766: irq_matrix_alloc_managed: bit=35 cpu=101 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=213
  kworker/u674:0-182   [028] d...     7.391810: irq_matrix_alloc_managed: bit=35 cpu=107 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=22360, global_rsvd=533, total_alloc=214
  NetworkManager-2208  [044] d...     8.648608: irq_matrix_alloc: bit=68 cpu=0 online=1 avl=168 alloc=35 managed=3 online_maps=112 global_avl=22359, global_rsvd=532, total_alloc=215
  NetworkManager-2208  [044] d...     8.648635: irq_matrix_alloc: bit=69 cpu=0 online=1 avl=167 alloc=36 managed=3 online_maps=112 global_avl=22358, global_rsvd=531, total_alloc=216
  NetworkManager-2208  [044] d...     8.648648: irq_matrix_alloc: bit=70 cpu=0 online=1 avl=166 alloc=37 managed=3 online_maps=112 global_avl=22357, global_rsvd=530, total_alloc=217
  NetworkManager-2208  [044] d...     8.648659: irq_matrix_alloc: bit=71 cpu=0 online=1 avl=165 alloc=38 managed=3 online_maps=112 global_avl=22356, global_rsvd=529, total_alloc=218
  NetworkManager-2208  [044] d...     8.648673: irq_matrix_alloc: bit=72 cpu=0 online=1 avl=164 alloc=39 managed=3 online_maps=112 global_avl=22355, global_rsvd=528, total_alloc=219
  NetworkManager-2208  [044] d...     8.648682: irq_matrix_alloc: bit=73 cpu=0 online=1 avl=163 alloc=40 managed=3 online_maps=112 global_avl=22354, global_rsvd=527, total_alloc=220
  NetworkManager-2208  [044] d...     8.648692: irq_matrix_alloc: bit=74 cpu=0 online=1 avl=162 alloc=41 managed=3 online_maps=112 global_avl=22353, global_rsvd=526, total_alloc=221
  NetworkManager-2208  [044] d...     8.648702: irq_matrix_alloc: bit=75 cpu=0 online=1 avl=161 alloc=42 managed=3 online_maps=112 global_avl=22352, global_rsvd=525, total_alloc=222
  NetworkManager-2208  [044] d...     8.648711: irq_matrix_alloc: bit=76 cpu=0 online=1 avl=160 alloc=43 managed=3 online_maps=112 global_avl=22351, global_rsvd=524, total_alloc=223
  NetworkManager-2208  [044] d...     8.648724: irq_matrix_alloc: bit=77 cpu=0 online=1 avl=159 alloc=44 managed=3 online_maps=112 global_avl=22350, global_rsvd=523, total_alloc=224
  NetworkManager-2208  [044] d...     8.648734: irq_matrix_alloc: bit=78 cpu=0 online=1 avl=158 alloc=45 managed=3 online_maps=112 global_avl=22349, global_rsvd=522, total_alloc=225
  NetworkManager-2208  [044] d...     8.648743: irq_matrix_alloc: bit=79 cpu=0 online=1 avl=157 alloc=46 managed=3 online_maps=112 global_avl=22348, global_rsvd=521, total_alloc=226
  NetworkManager-2208  [044] d...     8.648752: irq_matrix_alloc: bit=80 cpu=0 online=1 avl=156 alloc=47 managed=3 online_maps=112 global_avl=22347, global_rsvd=520, total_alloc=227
  NetworkManager-2208  [044] d...     8.648782: irq_matrix_alloc: bit=81 cpu=0 online=1 avl=155 alloc=48 managed=3 online_maps=112 global_avl=22346, global_rsvd=519, total_alloc=228
  NetworkManager-2208  [044] d...     8.648792: irq_matrix_alloc: bit=82 cpu=0 online=1 avl=154 alloc=49 managed=3 online_maps=112 global_avl=22345, global_rsvd=518, total_alloc=229
  NetworkManager-2208  [044] d...     8.648801: irq_matrix_alloc: bit=83 cpu=0 online=1 avl=153 alloc=50 managed=3 online_maps=112 global_avl=22344, global_rsvd=517, total_alloc=230
  NetworkManager-2208  [044] d...     8.648810: irq_matrix_alloc: bit=84 cpu=0 online=1 avl=152 alloc=51 managed=3 online_maps=112 global_avl=22343, global_rsvd=516, total_alloc=231
  NetworkManager-2208  [044] d...     8.648819: irq_matrix_alloc: bit=85 cpu=0 online=1 avl=151 alloc=52 managed=3 online_maps=112 global_avl=22342, global_rsvd=515, total_alloc=232
  NetworkManager-2208  [044] d...     8.648831: irq_matrix_alloc: bit=86 cpu=0 online=1 avl=150 alloc=53 managed=3 online_maps=112 global_avl=22341, global_rsvd=514, total_alloc=233
  NetworkManager-2208  [044] d...     8.648842: irq_matrix_alloc: bit=87 cpu=0 online=1 avl=149 alloc=54 managed=3 online_maps=112 global_avl=22340, global_rsvd=513, total_alloc=234
  NetworkManager-2208  [044] d...     8.648851: irq_matrix_alloc: bit=88 cpu=0 online=1 avl=148 alloc=55 managed=3 online_maps=112 global_avl=22339, global_rsvd=512, total_alloc=235
  NetworkManager-2208  [044] d...     8.648859: irq_matrix_alloc: bit=89 cpu=0 online=1 avl=147 alloc=56 managed=3 online_maps=112 global_avl=22338, global_rsvd=511, total_alloc=236
  NetworkManager-2208  [044] d...     8.648868: irq_matrix_alloc: bit=90 cpu=0 online=1 avl=146 alloc=57 managed=3 online_maps=112 global_avl=22337, global_rsvd=510, total_alloc=237
  NetworkManager-2208  [044] d...     8.648881: irq_matrix_alloc: bit=91 cpu=0 online=1 avl=145 alloc=58 managed=3 online_maps=112 global_avl=22336, global_rsvd=509, total_alloc=238
  NetworkManager-2208  [044] d...     8.648890: irq_matrix_alloc: bit=92 cpu=0 online=1 avl=144 alloc=59 managed=3 online_maps=112 global_avl=22335, global_rsvd=508, total_alloc=239
  NetworkManager-2208  [044] d...     8.648900: irq_matrix_alloc: bit=93 cpu=0 online=1 avl=143 alloc=60 managed=3 online_maps=112 global_avl=22334, global_rsvd=507, total_alloc=240
  NetworkManager-2208  [044] d...     8.648908: irq_matrix_alloc: bit=94 cpu=0 online=1 avl=142 alloc=61 managed=3 online_maps=112 global_avl=22333, global_rsvd=506, total_alloc=241
  NetworkManager-2208  [044] d...     8.648919: irq_matrix_alloc: bit=95 cpu=0 online=1 avl=141 alloc=62 managed=3 online_maps=112 global_avl=22332, global_rsvd=505, total_alloc=242
  NetworkManager-2208  [044] d...     8.648928: irq_matrix_alloc: bit=96 cpu=0 online=1 avl=140 alloc=63 managed=3 online_maps=112 global_avl=22331, global_rsvd=504, total_alloc=243
  NetworkManager-2208  [044] d...     8.648937: irq_matrix_alloc: bit=97 cpu=0 online=1 avl=139 alloc=64 managed=3 online_maps=112 global_avl=22330, global_rsvd=503, total_alloc=244
  NetworkManager-2208  [044] d...     8.648945: irq_matrix_alloc: bit=98 cpu=0 online=1 avl=138 alloc=65 managed=3 online_maps=112 global_avl=22329, global_rsvd=502, total_alloc=245
  NetworkManager-2208  [044] d...     8.648955: irq_matrix_alloc: bit=99 cpu=0 online=1 avl=137 alloc=66 managed=3 online_maps=112 global_avl=22328, global_rsvd=501, total_alloc=246
  NetworkManager-2208  [044] d...     8.648967: irq_matrix_alloc: bit=100 cpu=0 online=1 avl=136 alloc=67 managed=3 online_maps=112 global_avl=22327, global_rsvd=500, total_alloc=247
  NetworkManager-2208  [044] d...     8.648976: irq_matrix_alloc: bit=101 cpu=0 online=1 avl=135 alloc=68 managed=3 online_maps=112 global_avl=22326, global_rsvd=499, total_alloc=248
  NetworkManager-2208  [044] d...     8.648986: irq_matrix_alloc: bit=102 cpu=0 online=1 avl=134 alloc=69 managed=3 online_maps=112 global_avl=22325, global_rsvd=498, total_alloc=249
  NetworkManager-2208  [044] d...     8.648995: irq_matrix_alloc: bit=103 cpu=0 online=1 avl=133 alloc=70 managed=3 online_maps=112 global_avl=22324, global_rsvd=497, total_alloc=250
  NetworkManager-2208  [044] d...     8.649005: irq_matrix_alloc: bit=104 cpu=0 online=1 avl=132 alloc=71 managed=3 online_maps=112 global_avl=22323, global_rsvd=496, total_alloc=251
  NetworkManager-2208  [044] d...     8.649017: irq_matrix_alloc: bit=105 cpu=0 online=1 avl=131 alloc=72 managed=3 online_maps=112 global_avl=22322, global_rsvd=495, total_alloc=252
  NetworkManager-2208  [044] d...     8.649026: irq_matrix_alloc: bit=106 cpu=0 online=1 avl=130 alloc=73 managed=3 online_maps=112 global_avl=22321, global_rsvd=494, total_alloc=253
  NetworkManager-2208  [044] d...     8.649036: irq_matrix_alloc: bit=107 cpu=0 online=1 avl=129 alloc=74 managed=3 online_maps=112 global_avl=22320, global_rsvd=493, total_alloc=254
  NetworkManager-2208  [044] d...     8.649045: irq_matrix_alloc: bit=108 cpu=0 online=1 avl=128 alloc=75 managed=3 online_maps=112 global_avl=22319, global_rsvd=492, total_alloc=255
  NetworkManager-2208  [044] d...     8.649056: irq_matrix_alloc: bit=109 cpu=0 online=1 avl=127 alloc=76 managed=3 online_maps=112 global_avl=22318, global_rsvd=491, total_alloc=256
  NetworkManager-2208  [044] d...     8.649065: irq_matrix_alloc: bit=110 cpu=0 online=1 avl=126 alloc=77 managed=3 online_maps=112 global_avl=22317, global_rsvd=490, total_alloc=257
  NetworkManager-2208  [044] d...     8.649074: irq_matrix_alloc: bit=111 cpu=0 online=1 avl=125 alloc=78 managed=3 online_maps=112 global_avl=22316, global_rsvd=489, total_alloc=258
  NetworkManager-2208  [044] d...     8.649082: irq_matrix_alloc: bit=112 cpu=0 online=1 avl=124 alloc=79 managed=3 online_maps=112 global_avl=22315, global_rsvd=488, total_alloc=259
  NetworkManager-2208  [044] d...     8.649092: irq_matrix_alloc: bit=113 cpu=0 online=1 avl=123 alloc=80 managed=3 online_maps=112 global_avl=22314, global_rsvd=487, total_alloc=260
  NetworkManager-2208  [044] d...     8.649103: irq_matrix_alloc: bit=114 cpu=0 online=1 avl=122 alloc=81 managed=3 online_maps=112 global_avl=22313, global_rsvd=486, total_alloc=261
  NetworkManager-2208  [044] d...     8.649113: irq_matrix_alloc: bit=115 cpu=0 online=1 avl=121 alloc=82 managed=3 online_maps=112 global_avl=22312, global_rsvd=485, total_alloc=262
  NetworkManager-2208  [044] d...     8.649122: irq_matrix_alloc: bit=116 cpu=0 online=1 avl=120 alloc=83 managed=3 online_maps=112 global_avl=22311, global_rsvd=484, total_alloc=263
  NetworkManager-2208  [044] d...     8.649140: irq_matrix_alloc: bit=117 cpu=0 online=1 avl=119 alloc=84 managed=3 online_maps=112 global_avl=22310, global_rsvd=483, total_alloc=264
  NetworkManager-2208  [044] d...     8.649149: irq_matrix_alloc: bit=118 cpu=0 online=1 avl=118 alloc=85 managed=3 online_maps=112 global_avl=22309, global_rsvd=482, total_alloc=265
  NetworkManager-2208  [044] d...     8.649162: irq_matrix_alloc: bit=119 cpu=0 online=1 avl=117 alloc=86 managed=3 online_maps=112 global_avl=22308, global_rsvd=481, total_alloc=266
  NetworkManager-2208  [044] d...     8.649175: irq_matrix_alloc: bit=120 cpu=0 online=1 avl=116 alloc=87 managed=3 online_maps=112 global_avl=22307, global_rsvd=480, total_alloc=267
  NetworkManager-2208  [044] d...     8.649186: irq_matrix_alloc: bit=121 cpu=0 online=1 avl=115 alloc=88 managed=3 online_maps=112 global_avl=22306, global_rsvd=479, total_alloc=268
  NetworkManager-2208  [044] d...     8.649197: irq_matrix_alloc: bit=122 cpu=0 online=1 avl=114 alloc=89 managed=3 online_maps=112 global_avl=22305, global_rsvd=478, total_alloc=269
  NetworkManager-2208  [044] d...     8.649209: irq_matrix_alloc: bit=123 cpu=0 online=1 avl=113 alloc=90 managed=3 online_maps=112 global_avl=22304, global_rsvd=477, total_alloc=270
  NetworkManager-2208  [044] d...     8.649219: irq_matrix_alloc: bit=124 cpu=0 online=1 avl=112 alloc=91 managed=3 online_maps=112 global_avl=22303, global_rsvd=476, total_alloc=271
  NetworkManager-2208  [044] d...     8.649228: irq_matrix_alloc: bit=125 cpu=0 online=1 avl=111 alloc=92 managed=3 online_maps=112 global_avl=22302, global_rsvd=475, total_alloc=272
  NetworkManager-2208  [044] d...     8.649239: irq_matrix_alloc: bit=126 cpu=0 online=1 avl=110 alloc=93 managed=3 online_maps=112 global_avl=22301, global_rsvd=474, total_alloc=273
  NetworkManager-2208  [044] d...     8.649249: irq_matrix_alloc: bit=127 cpu=0 online=1 avl=109 alloc=94 managed=3 online_maps=112 global_avl=22300, global_rsvd=473, total_alloc=274
  NetworkManager-2208  [044] d...     8.649262: irq_matrix_alloc: bit=129 cpu=0 online=1 avl=108 alloc=95 managed=3 online_maps=112 global_avl=22299, global_rsvd=472, total_alloc=275
  NetworkManager-2208  [044] d...     8.649271: irq_matrix_alloc: bit=130 cpu=0 online=1 avl=107 alloc=96 managed=3 online_maps=112 global_avl=22298, global_rsvd=471, total_alloc=276
  NetworkManager-2208  [044] d...     8.649281: irq_matrix_alloc: bit=131 cpu=0 online=1 avl=106 alloc=97 managed=3 online_maps=112 global_avl=22297, global_rsvd=470, total_alloc=277
  NetworkManager-2208  [044] d...     8.649290: irq_matrix_alloc: bit=132 cpu=0 online=1 avl=105 alloc=98 managed=3 online_maps=112 global_avl=22296, global_rsvd=469, total_alloc=278
  NetworkManager-2208  [044] d...     8.649300: irq_matrix_alloc: bit=133 cpu=0 online=1 avl=104 alloc=99 managed=3 online_maps=112 global_avl=22295, global_rsvd=468, total_alloc=279
  NetworkManager-2208  [044] d...     8.649315: irq_matrix_alloc: bit=134 cpu=0 online=1 avl=103 alloc=100 managed=3 online_maps=112 global_avl=22294, global_rsvd=467, total_alloc=280
  NetworkManager-2208  [044] d...     8.649326: irq_matrix_alloc: bit=135 cpu=0 online=1 avl=102 alloc=101 managed=3 online_maps=112 global_avl=22293, global_rsvd=466, total_alloc=281
  NetworkManager-2208  [044] d...     8.649337: irq_matrix_alloc: bit=136 cpu=0 online=1 avl=101 alloc=102 managed=3 online_maps=112 global_avl=22292, global_rsvd=465, total_alloc=282
  NetworkManager-2208  [044] d...     8.649347: irq_matrix_alloc: bit=137 cpu=0 online=1 avl=100 alloc=103 managed=3 online_maps=112 global_avl=22291, global_rsvd=464, total_alloc=283
  NetworkManager-2208  [044] d...     8.649360: irq_matrix_alloc: bit=138 cpu=0 online=1 avl=99 alloc=104 managed=3 online_maps=112 global_avl=22290, global_rsvd=463, total_alloc=284
  NetworkManager-2208  [044] d...     8.649369: irq_matrix_alloc: bit=139 cpu=0 online=1 avl=98 alloc=105 managed=3 online_maps=112 global_avl=22289, global_rsvd=462, total_alloc=285
  NetworkManager-2208  [044] d...     8.649380: irq_matrix_alloc: bit=140 cpu=0 online=1 avl=97 alloc=106 managed=3 online_maps=112 global_avl=22288, global_rsvd=461, total_alloc=286
  NetworkManager-2208  [044] d...     8.649391: irq_matrix_alloc: bit=141 cpu=0 online=1 avl=96 alloc=107 managed=3 online_maps=112 global_avl=22287, global_rsvd=460, total_alloc=287
  NetworkManager-2208  [044] d...     8.649400: irq_matrix_alloc: bit=142 cpu=0 online=1 avl=95 alloc=108 managed=3 online_maps=112 global_avl=22286, global_rsvd=459, total_alloc=288
  NetworkManager-2208  [044] d...     8.649414: irq_matrix_alloc: bit=143 cpu=0 online=1 avl=94 alloc=109 managed=3 online_maps=112 global_avl=22285, global_rsvd=458, total_alloc=289
  NetworkManager-2208  [044] d...     8.649424: irq_matrix_alloc: bit=144 cpu=0 online=1 avl=93 alloc=110 managed=3 online_maps=112 global_avl=22284, global_rsvd=457, total_alloc=290
  NetworkManager-2208  [044] d...     8.649433: irq_matrix_alloc: bit=145 cpu=0 online=1 avl=92 alloc=111 managed=3 online_maps=112 global_avl=22283, global_rsvd=456, total_alloc=291
  NetworkManager-2208  [044] d...     8.649443: irq_matrix_alloc: bit=146 cpu=0 online=1 avl=91 alloc=112 managed=3 online_maps=112 global_avl=22282, global_rsvd=455, total_alloc=292
  NetworkManager-2208  [044] d...     8.649452: irq_matrix_alloc: bit=147 cpu=0 online=1 avl=90 alloc=113 managed=3 online_maps=112 global_avl=22281, global_rsvd=454, total_alloc=293
  NetworkManager-2208  [044] d...     8.649465: irq_matrix_alloc: bit=148 cpu=0 online=1 avl=89 alloc=114 managed=3 online_maps=112 global_avl=22280, global_rsvd=453, total_alloc=294
  NetworkManager-2208  [044] d...     8.649474: irq_matrix_alloc: bit=149 cpu=0 online=1 avl=88 alloc=115 managed=3 online_maps=112 global_avl=22279, global_rsvd=452, total_alloc=295
  NetworkManager-2208  [044] d...     8.649485: irq_matrix_alloc: bit=150 cpu=0 online=1 avl=87 alloc=116 managed=3 online_maps=112 global_avl=22278, global_rsvd=451, total_alloc=296
  NetworkManager-2208  [044] d...     8.649494: irq_matrix_alloc: bit=151 cpu=0 online=1 avl=86 alloc=117 managed=3 online_maps=112 global_avl=22277, global_rsvd=450, total_alloc=297
  NetworkManager-2208  [044] d...     8.649506: irq_matrix_alloc: bit=152 cpu=0 online=1 avl=85 alloc=118 managed=3 online_maps=112 global_avl=22276, global_rsvd=449, total_alloc=298
  NetworkManager-2208  [044] d...     8.649516: irq_matrix_alloc: bit=153 cpu=0 online=1 avl=84 alloc=119 managed=3 online_maps=112 global_avl=22275, global_rsvd=448, total_alloc=299
  NetworkManager-2208  [044] d...     8.649526: irq_matrix_alloc: bit=154 cpu=0 online=1 avl=83 alloc=120 managed=3 online_maps=112 global_avl=22274, global_rsvd=447, total_alloc=300
  NetworkManager-2208  [044] d...     8.649536: irq_matrix_alloc: bit=155 cpu=0 online=1 avl=82 alloc=121 managed=3 online_maps=112 global_avl=22273, global_rsvd=446, total_alloc=301
  NetworkManager-2208  [044] d...     8.649545: irq_matrix_alloc: bit=156 cpu=0 online=1 avl=81 alloc=122 managed=3 online_maps=112 global_avl=22272, global_rsvd=445, total_alloc=302
  NetworkManager-2208  [044] d...     8.649561: irq_matrix_alloc: bit=157 cpu=0 online=1 avl=80 alloc=123 managed=3 online_maps=112 global_avl=22271, global_rsvd=444, total_alloc=303
  NetworkManager-2208  [044] d...     8.649571: irq_matrix_alloc: bit=158 cpu=0 online=1 avl=79 alloc=124 managed=3 online_maps=112 global_avl=22270, global_rsvd=443, total_alloc=304
  NetworkManager-2208  [044] d...     8.649582: irq_matrix_alloc: bit=159 cpu=0 online=1 avl=78 alloc=125 managed=3 online_maps=112 global_avl=22269, global_rsvd=442, total_alloc=305
  NetworkManager-2208  [044] d...     8.649592: irq_matrix_alloc: bit=160 cpu=0 online=1 avl=77 alloc=126 managed=3 online_maps=112 global_avl=22268, global_rsvd=441, total_alloc=306
  NetworkManager-2208  [044] d...     8.649602: irq_matrix_alloc: bit=161 cpu=0 online=1 avl=76 alloc=127 managed=3 online_maps=112 global_avl=22267, global_rsvd=440, total_alloc=307
  NetworkManager-2208  [044] d...     8.649613: irq_matrix_alloc: bit=162 cpu=0 online=1 avl=75 alloc=128 managed=3 online_maps=112 global_avl=22266, global_rsvd=439, total_alloc=308
  NetworkManager-2208  [044] d...     8.664521: irq_matrix_alloc: bit=163 cpu=0 online=1 avl=74 alloc=129 managed=3 online_maps=112 global_avl=22265, global_rsvd=438, total_alloc=309
  NetworkManager-2208  [044] d...     8.664540: irq_matrix_alloc: bit=164 cpu=0 online=1 avl=73 alloc=130 managed=3 online_maps=112 global_avl=22264, global_rsvd=437, total_alloc=310
  NetworkManager-2208  [044] d...     8.664549: irq_matrix_alloc: bit=165 cpu=0 online=1 avl=72 alloc=131 managed=3 online_maps=112 global_avl=22263, global_rsvd=436, total_alloc=311
  NetworkManager-2208  [044] d...     8.664561: irq_matrix_alloc: bit=166 cpu=0 online=1 avl=71 alloc=132 managed=3 online_maps=112 global_avl=22262, global_rsvd=435, total_alloc=312
  NetworkManager-2208  [044] d...     8.664568: irq_matrix_alloc: bit=167 cpu=0 online=1 avl=70 alloc=133 managed=3 online_maps=112 global_avl=22261, global_rsvd=434, total_alloc=313
  NetworkManager-2208  [044] d...     8.664576: irq_matrix_alloc: bit=168 cpu=0 online=1 avl=69 alloc=134 managed=3 online_maps=112 global_avl=22260, global_rsvd=433, total_alloc=314
  NetworkManager-2208  [044] d...     8.664584: irq_matrix_alloc: bit=169 cpu=0 online=1 avl=68 alloc=135 managed=3 online_maps=112 global_avl=22259, global_rsvd=432, total_alloc=315
  NetworkManager-2208  [044] d...     8.664592: irq_matrix_alloc: bit=170 cpu=0 online=1 avl=67 alloc=136 managed=3 online_maps=112 global_avl=22258, global_rsvd=431, total_alloc=316
  NetworkManager-2208  [044] d...     8.664603: irq_matrix_alloc: bit=171 cpu=0 online=1 avl=66 alloc=137 managed=3 online_maps=112 global_avl=22257, global_rsvd=430, total_alloc=317
  NetworkManager-2208  [044] d...     8.664611: irq_matrix_alloc: bit=172 cpu=0 online=1 avl=65 alloc=138 managed=3 online_maps=112 global_avl=22256, global_rsvd=429, total_alloc=318
  NetworkManager-2208  [044] d...     8.664619: irq_matrix_alloc: bit=173 cpu=0 online=1 avl=64 alloc=139 managed=3 online_maps=112 global_avl=22255, global_rsvd=428, total_alloc=319
  NetworkManager-2208  [044] d...     8.664627: irq_matrix_alloc: bit=174 cpu=0 online=1 avl=63 alloc=140 managed=3 online_maps=112 global_avl=22254, global_rsvd=427, total_alloc=320
  NetworkManager-2208  [044] d...     8.664634: irq_matrix_alloc: bit=175 cpu=0 online=1 avl=62 alloc=141 managed=3 online_maps=112 global_avl=22253, global_rsvd=426, total_alloc=321
  NetworkManager-2208  [044] d...     8.664644: irq_matrix_alloc: bit=176 cpu=0 online=1 avl=61 alloc=142 managed=3 online_maps=112 global_avl=22252, global_rsvd=425, total_alloc=322
  NetworkManager-2208  [044] d...     8.664651: irq_matrix_alloc: bit=177 cpu=0 online=1 avl=60 alloc=143 managed=3 online_maps=112 global_avl=22251, global_rsvd=424, total_alloc=323
  NetworkManager-2208  [044] d...     8.664658: irq_matrix_alloc: bit=178 cpu=0 online=1 avl=59 alloc=144 managed=3 online_maps=112 global_avl=22250, global_rsvd=423, total_alloc=324
  NetworkManager-2208  [044] d...     8.664666: irq_matrix_alloc: bit=179 cpu=0 online=1 avl=58 alloc=145 managed=3 online_maps=112 global_avl=22249, global_rsvd=422, total_alloc=325
  NetworkManager-2208  [044] d...     8.664676: irq_matrix_alloc: bit=180 cpu=0 online=1 avl=57 alloc=146 managed=3 online_maps=112 global_avl=22248, global_rsvd=421, total_alloc=326
  NetworkManager-2208  [044] d...     8.664683: irq_matrix_alloc: bit=181 cpu=0 online=1 avl=56 alloc=147 managed=3 online_maps=112 global_avl=22247, global_rsvd=420, total_alloc=327
  NetworkManager-2208  [044] d...     8.664690: irq_matrix_alloc: bit=182 cpu=0 online=1 avl=55 alloc=148 managed=3 online_maps=112 global_avl=22246, global_rsvd=419, total_alloc=328
  NetworkManager-2208  [044] d...     8.664697: irq_matrix_alloc: bit=183 cpu=0 online=1 avl=54 alloc=149 managed=3 online_maps=112 global_avl=22245, global_rsvd=418, total_alloc=329
  NetworkManager-2208  [044] d...     8.664704: irq_matrix_alloc: bit=184 cpu=0 online=1 avl=53 alloc=150 managed=3 online_maps=112 global_avl=22244, global_rsvd=417, total_alloc=330
  NetworkManager-2208  [044] d...     8.664714: irq_matrix_alloc: bit=185 cpu=0 online=1 avl=52 alloc=151 managed=3 online_maps=112 global_avl=22243, global_rsvd=416, total_alloc=331
  NetworkManager-2208  [044] d...     8.664721: irq_matrix_alloc: bit=186 cpu=0 online=1 avl=51 alloc=152 managed=3 online_maps=112 global_avl=22242, global_rsvd=415, total_alloc=332
  NetworkManager-2208  [044] d...     8.664728: irq_matrix_alloc: bit=187 cpu=0 online=1 avl=50 alloc=153 managed=3 online_maps=112 global_avl=22241, global_rsvd=414, total_alloc=333
  NetworkManager-2208  [044] d...     8.664735: irq_matrix_alloc: bit=188 cpu=0 online=1 avl=49 alloc=154 managed=3 online_maps=112 global_avl=22240, global_rsvd=413, total_alloc=334
  NetworkManager-2208  [044] d...     8.664741: irq_matrix_alloc: bit=189 cpu=0 online=1 avl=48 alloc=155 managed=3 online_maps=112 global_avl=22239, global_rsvd=412, total_alloc=335
  NetworkManager-2208  [044] d...     8.664751: irq_matrix_alloc: bit=190 cpu=0 online=1 avl=47 alloc=156 managed=3 online_maps=112 global_avl=22238, global_rsvd=411, total_alloc=336
  NetworkManager-2208  [044] d...     8.664758: irq_matrix_alloc: bit=191 cpu=0 online=1 avl=46 alloc=157 managed=3 online_maps=112 global_avl=22237, global_rsvd=410, total_alloc=337
  NetworkManager-2208  [044] d...     8.664765: irq_matrix_alloc: bit=192 cpu=0 online=1 avl=45 alloc=158 managed=3 online_maps=112 global_avl=22236, global_rsvd=409, total_alloc=338
  NetworkManager-2208  [044] d...     8.664772: irq_matrix_alloc: bit=193 cpu=0 online=1 avl=44 alloc=159 managed=3 online_maps=112 global_avl=22235, global_rsvd=408, total_alloc=339
  NetworkManager-2208  [044] d...     8.664781: irq_matrix_alloc: bit=194 cpu=0 online=1 avl=43 alloc=160 managed=3 online_maps=112 global_avl=22234, global_rsvd=407, total_alloc=340
  NetworkManager-2208  [044] d...     8.664788: irq_matrix_alloc: bit=195 cpu=0 online=1 avl=42 alloc=161 managed=3 online_maps=112 global_avl=22233, global_rsvd=406, total_alloc=341
  NetworkManager-2208  [044] d...     8.664795: irq_matrix_alloc: bit=196 cpu=0 online=1 avl=41 alloc=162 managed=3 online_maps=112 global_avl=22232, global_rsvd=405, total_alloc=342
  NetworkManager-2208  [044] d...     8.664802: irq_matrix_alloc: bit=197 cpu=0 online=1 avl=40 alloc=163 managed=3 online_maps=112 global_avl=22231, global_rsvd=404, total_alloc=343
  NetworkManager-2208  [044] d...     8.664810: irq_matrix_alloc: bit=198 cpu=0 online=1 avl=39 alloc=164 managed=3 online_maps=112 global_avl=22230, global_rsvd=403, total_alloc=344
  NetworkManager-2208  [044] d...     8.664820: irq_matrix_alloc: bit=199 cpu=0 online=1 avl=38 alloc=165 managed=3 online_maps=112 global_avl=22229, global_rsvd=402, total_alloc=345
  NetworkManager-2208  [044] d...     8.664827: irq_matrix_alloc: bit=200 cpu=0 online=1 avl=37 alloc=166 managed=3 online_maps=112 global_avl=22228, global_rsvd=401, total_alloc=346
  NetworkManager-2208  [044] d...     8.664834: irq_matrix_alloc: bit=201 cpu=0 online=1 avl=36 alloc=167 managed=3 online_maps=112 global_avl=22227, global_rsvd=400, total_alloc=347
  NetworkManager-2208  [044] d...     8.664841: irq_matrix_alloc: bit=202 cpu=0 online=1 avl=35 alloc=168 managed=3 online_maps=112 global_avl=22226, global_rsvd=399, total_alloc=348
  NetworkManager-2208  [044] d...     8.664848: irq_matrix_alloc: bit=203 cpu=0 online=1 avl=34 alloc=169 managed=3 online_maps=112 global_avl=22225, global_rsvd=398, total_alloc=349
  NetworkManager-2208  [044] d...     8.664857: irq_matrix_alloc: bit=204 cpu=0 online=1 avl=33 alloc=170 managed=3 online_maps=112 global_avl=22224, global_rsvd=397, total_alloc=350
  NetworkManager-2208  [044] d...     8.664866: irq_matrix_alloc: bit=205 cpu=0 online=1 avl=32 alloc=171 managed=3 online_maps=112 global_avl=22223, global_rsvd=396, total_alloc=351
  NetworkManager-2208  [044] d...     8.664873: irq_matrix_alloc: bit=206 cpu=0 online=1 avl=31 alloc=172 managed=3 online_maps=112 global_avl=22222, global_rsvd=395, total_alloc=352
  NetworkManager-2208  [044] d...     8.664881: irq_matrix_alloc: bit=207 cpu=0 online=1 avl=30 alloc=173 managed=3 online_maps=112 global_avl=22221, global_rsvd=394, total_alloc=353
  NetworkManager-2208  [044] d...     8.664891: irq_matrix_alloc: bit=208 cpu=0 online=1 avl=29 alloc=174 managed=3 online_maps=112 global_avl=22220, global_rsvd=393, total_alloc=354
  NetworkManager-2208  [044] d...     8.664899: irq_matrix_alloc: bit=209 cpu=0 online=1 avl=28 alloc=175 managed=3 online_maps=112 global_avl=22219, global_rsvd=392, total_alloc=355
  NetworkManager-2208  [044] d...     8.664906: irq_matrix_alloc: bit=210 cpu=0 online=1 avl=27 alloc=176 managed=3 online_maps=112 global_avl=22218, global_rsvd=391, total_alloc=356
  NetworkManager-2208  [044] d...     8.664913: irq_matrix_alloc: bit=211 cpu=0 online=1 avl=26 alloc=177 managed=3 online_maps=112 global_avl=22217, global_rsvd=390, total_alloc=357
  NetworkManager-2208  [044] d...     8.664920: irq_matrix_alloc: bit=212 cpu=0 online=1 avl=25 alloc=178 managed=3 online_maps=112 global_avl=22216, global_rsvd=389, total_alloc=358
  NetworkManager-2208  [044] d...     8.664929: irq_matrix_alloc: bit=213 cpu=0 online=1 avl=24 alloc=179 managed=3 online_maps=112 global_avl=22215, global_rsvd=388, total_alloc=359
  NetworkManager-2208  [044] d...     8.664936: irq_matrix_alloc: bit=214 cpu=0 online=1 avl=23 alloc=180 managed=3 online_maps=112 global_avl=22214, global_rsvd=387, total_alloc=360
  NetworkManager-2208  [044] d...     8.664943: irq_matrix_alloc: bit=215 cpu=0 online=1 avl=22 alloc=181 managed=3 online_maps=112 global_avl=22213, global_rsvd=386, total_alloc=361
  NetworkManager-2208  [044] d...     8.664949: irq_matrix_alloc: bit=216 cpu=0 online=1 avl=21 alloc=182 managed=3 online_maps=112 global_avl=22212, global_rsvd=385, total_alloc=362
  NetworkManager-2208  [044] d...     8.664956: irq_matrix_alloc: bit=217 cpu=0 online=1 avl=20 alloc=183 managed=3 online_maps=112 global_avl=22211, global_rsvd=384, total_alloc=363
  NetworkManager-2208  [044] d...     8.664966: irq_matrix_alloc: bit=218 cpu=0 online=1 avl=19 alloc=184 managed=3 online_maps=112 global_avl=22210, global_rsvd=383, total_alloc=364
  NetworkManager-2208  [044] d...     8.664973: irq_matrix_alloc: bit=219 cpu=0 online=1 avl=18 alloc=185 managed=3 online_maps=112 global_avl=22209, global_rsvd=382, total_alloc=365
  NetworkManager-2208  [044] d...     8.664980: irq_matrix_alloc: bit=220 cpu=0 online=1 avl=17 alloc=186 managed=3 online_maps=112 global_avl=22208, global_rsvd=381, total_alloc=366
  NetworkManager-2208  [044] d...     8.664988: irq_matrix_alloc: bit=221 cpu=0 online=1 avl=16 alloc=187 managed=3 online_maps=112 global_avl=22207, global_rsvd=380, total_alloc=367
  NetworkManager-2208  [044] d...     8.664998: irq_matrix_alloc: bit=222 cpu=0 online=1 avl=15 alloc=188 managed=3 online_maps=112 global_avl=22206, global_rsvd=379, total_alloc=368
  NetworkManager-2208  [044] d...     8.665005: irq_matrix_alloc: bit=223 cpu=0 online=1 avl=14 alloc=189 managed=3 online_maps=112 global_avl=22205, global_rsvd=378, total_alloc=369
  NetworkManager-2208  [044] d...     8.665013: irq_matrix_alloc: bit=224 cpu=0 online=1 avl=13 alloc=190 managed=3 online_maps=112 global_avl=22204, global_rsvd=377, total_alloc=370
  NetworkManager-2208  [044] d...     8.665020: irq_matrix_alloc: bit=225 cpu=0 online=1 avl=12 alloc=191 managed=3 online_maps=112 global_avl=22203, global_rsvd=376, total_alloc=371
  NetworkManager-2208  [044] d...     8.665027: irq_matrix_alloc: bit=226 cpu=0 online=1 avl=11 alloc=192 managed=3 online_maps=112 global_avl=22202, global_rsvd=375, total_alloc=372
  NetworkManager-2208  [044] d...     8.665036: irq_matrix_alloc: bit=227 cpu=0 online=1 avl=10 alloc=193 managed=3 online_maps=112 global_avl=22201, global_rsvd=374, total_alloc=373
  NetworkManager-2208  [044] d...     8.665043: irq_matrix_alloc: bit=228 cpu=0 online=1 avl=9 alloc=194 managed=3 online_maps=112 global_avl=22200, global_rsvd=373, total_alloc=374
  NetworkManager-2208  [044] d...     8.665050: irq_matrix_alloc: bit=229 cpu=0 online=1 avl=8 alloc=195 managed=3 online_maps=112 global_avl=22199, global_rsvd=372, total_alloc=375
  NetworkManager-2208  [044] d...     8.665057: irq_matrix_alloc: bit=230 cpu=0 online=1 avl=7 alloc=196 managed=3 online_maps=112 global_avl=22198, global_rsvd=371, total_alloc=376
  NetworkManager-2208  [044] d...     8.665064: irq_matrix_alloc: bit=231 cpu=0 online=1 avl=6 alloc=197 managed=3 online_maps=112 global_avl=22197, global_rsvd=370, total_alloc=377
  NetworkManager-2208  [044] d...     8.665074: irq_matrix_alloc: bit=232 cpu=0 online=1 avl=5 alloc=198 managed=3 online_maps=112 global_avl=22196, global_rsvd=369, total_alloc=378
  NetworkManager-2208  [044] d...     8.665081: irq_matrix_alloc: bit=233 cpu=0 online=1 avl=4 alloc=199 managed=3 online_maps=112 global_avl=22195, global_rsvd=368, total_alloc=379
  NetworkManager-2208  [044] d...     8.665089: irq_matrix_alloc: bit=234 cpu=0 online=1 avl=3 alloc=200 managed=3 online_maps=112 global_avl=22194, global_rsvd=367, total_alloc=380
  NetworkManager-2208  [044] d...     8.665097: irq_matrix_alloc: bit=235 cpu=0 online=1 avl=2 alloc=201 managed=3 online_maps=112 global_avl=22193, global_rsvd=366, total_alloc=381
  NetworkManager-2208  [044] d...     8.665106: irq_matrix_alloc: bit=236 cpu=0 online=1 avl=1 alloc=202 managed=3 online_maps=112 global_avl=22192, global_rsvd=365, total_alloc=382
  NetworkManager-2208  [044] d...     8.665114: irq_matrix_alloc: bit=237 cpu=0 online=1 avl=0 alloc=203 managed=3 online_maps=112 global_avl=22191, global_rsvd=364, total_alloc=383
  NetworkManager-2208  [044] d...     8.665122: irq_matrix_alloc: bit=36 cpu=1 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=22190, global_rsvd=363, total_alloc=384
  NetworkManager-2208  [044] d...     8.665132: irq_matrix_alloc: bit=37 cpu=1 online=1 avl=198 alloc=3 managed=3 online_maps=112 global_avl=22189, global_rsvd=362, total_alloc=385
  NetworkManager-2208  [044] d...     8.665140: irq_matrix_alloc: bit=38 cpu=1 online=1 avl=197 alloc=4 managed=3 online_maps=112 global_avl=22188, global_rsvd=361, total_alloc=386
  NetworkManager-2208  [044] d...     8.665150: irq_matrix_alloc: bit=39 cpu=1 online=1 avl=196 alloc=5 managed=3 online_maps=112 global_avl=22187, global_rsvd=360, total_alloc=387
  NetworkManager-2208  [044] d...     8.665158: irq_matrix_alloc: bit=40 cpu=1 online=1 avl=195 alloc=6 managed=3 online_maps=112 global_avl=22186, global_rsvd=359, total_alloc=388
  NetworkManager-2208  [044] d...     8.665166: irq_matrix_alloc: bit=41 cpu=1 online=1 avl=194 alloc=7 managed=3 online_maps=112 global_avl=22185, global_rsvd=358, total_alloc=389
  NetworkManager-2208  [044] d...     8.665174: irq_matrix_alloc: bit=42 cpu=1 online=1 avl=193 alloc=8 managed=3 online_maps=112 global_avl=22184, global_rsvd=357, total_alloc=390
  NetworkManager-2208  [044] d...     8.665182: irq_matrix_alloc: bit=43 cpu=1 online=1 avl=192 alloc=9 managed=3 online_maps=112 global_avl=22183, global_rsvd=356, total_alloc=391
  NetworkManager-2208  [044] d...     8.665194: irq_matrix_alloc: bit=44 cpu=1 online=1 avl=191 alloc=10 managed=3 online_maps=112 global_avl=22182, global_rsvd=355, total_alloc=392
  NetworkManager-2208  [044] d...     8.665201: irq_matrix_alloc: bit=45 cpu=1 online=1 avl=190 alloc=11 managed=3 online_maps=112 global_avl=22181, global_rsvd=354, total_alloc=393
  NetworkManager-2208  [044] d...     8.665209: irq_matrix_alloc: bit=46 cpu=1 online=1 avl=189 alloc=12 managed=3 online_maps=112 global_avl=22180, global_rsvd=353, total_alloc=394
  NetworkManager-2208  [044] d...     8.665217: irq_matrix_alloc: bit=47 cpu=1 online=1 avl=188 alloc=13 managed=3 online_maps=112 global_avl=22179, global_rsvd=352, total_alloc=395
  NetworkManager-2208  [044] d...     8.665227: irq_matrix_alloc: bit=48 cpu=1 online=1 avl=187 alloc=14 managed=3 online_maps=112 global_avl=22178, global_rsvd=351, total_alloc=396
  NetworkManager-2208  [044] d...     8.665235: irq_matrix_alloc: bit=49 cpu=1 online=1 avl=186 alloc=15 managed=3 online_maps=112 global_avl=22177, global_rsvd=350, total_alloc=397
  NetworkManager-2208  [044] d...     8.665243: irq_matrix_alloc: bit=51 cpu=1 online=1 avl=185 alloc=16 managed=3 online_maps=112 global_avl=22176, global_rsvd=349, total_alloc=398
  NetworkManager-2208  [044] d...     8.665253: irq_matrix_alloc: bit=52 cpu=1 online=1 avl=184 alloc=17 managed=3 online_maps=112 global_avl=22175, global_rsvd=348, total_alloc=399
  NetworkManager-2208  [044] d...     8.665261: irq_matrix_alloc: bit=53 cpu=1 online=1 avl=183 alloc=18 managed=3 online_maps=112 global_avl=22174, global_rsvd=347, total_alloc=400
  NetworkManager-2208  [044] d...     8.665270: irq_matrix_alloc: bit=54 cpu=1 online=1 avl=182 alloc=19 managed=3 online_maps=112 global_avl=22173, global_rsvd=346, total_alloc=401
  NetworkManager-2208  [044] d...     8.665277: irq_matrix_alloc: bit=55 cpu=1 online=1 avl=181 alloc=20 managed=3 online_maps=112 global_avl=22172, global_rsvd=345, total_alloc=402
  NetworkManager-2208  [044] d...     8.690180: irq_matrix_alloc: bit=56 cpu=1 online=1 avl=180 alloc=21 managed=3 online_maps=112 global_avl=22171, global_rsvd=344, total_alloc=403
  NetworkManager-2208  [044] d...     8.690201: irq_matrix_alloc: bit=57 cpu=1 online=1 avl=179 alloc=22 managed=3 online_maps=112 global_avl=22170, global_rsvd=343, total_alloc=404
  NetworkManager-2208  [044] d...     8.690212: irq_matrix_alloc: bit=58 cpu=1 online=1 avl=178 alloc=23 managed=3 online_maps=112 global_avl=22169, global_rsvd=342, total_alloc=405
  NetworkManager-2208  [044] d...     8.690221: irq_matrix_alloc: bit=59 cpu=1 online=1 avl=177 alloc=24 managed=3 online_maps=112 global_avl=22168, global_rsvd=341, total_alloc=406
  NetworkManager-2208  [044] d...     8.690228: irq_matrix_alloc: bit=60 cpu=1 online=1 avl=176 alloc=25 managed=3 online_maps=112 global_avl=22167, global_rsvd=340, total_alloc=407
  NetworkManager-2208  [044] d...     8.690236: irq_matrix_alloc: bit=61 cpu=1 online=1 avl=175 alloc=26 managed=3 online_maps=112 global_avl=22166, global_rsvd=339, total_alloc=408
  NetworkManager-2208  [044] d...     8.690243: irq_matrix_alloc: bit=62 cpu=1 online=1 avl=174 alloc=27 managed=3 online_maps=112 global_avl=22165, global_rsvd=338, total_alloc=409
  NetworkManager-2208  [044] d...     8.690252: irq_matrix_alloc: bit=63 cpu=1 online=1 avl=173 alloc=28 managed=3 online_maps=112 global_avl=22164, global_rsvd=337, total_alloc=410
  NetworkManager-2208  [044] d...     8.690260: irq_matrix_alloc: bit=64 cpu=1 online=1 avl=172 alloc=29 managed=3 online_maps=112 global_avl=22163, global_rsvd=336, total_alloc=411
  NetworkManager-2208  [044] d...     8.690268: irq_matrix_alloc: bit=65 cpu=1 online=1 avl=171 alloc=30 managed=3 online_maps=112 global_avl=22162, global_rsvd=335, total_alloc=412
  NetworkManager-2208  [044] d...     8.690275: irq_matrix_alloc: bit=66 cpu=1 online=1 avl=170 alloc=31 managed=3 online_maps=112 global_avl=22161, global_rsvd=334, total_alloc=413
  NetworkManager-2208  [044] d...     8.690283: irq_matrix_alloc: bit=67 cpu=1 online=1 avl=169 alloc=32 managed=3 online_maps=112 global_avl=22160, global_rsvd=333, total_alloc=414
  NetworkManager-2208  [044] d...     8.690292: irq_matrix_alloc: bit=68 cpu=1 online=1 avl=168 alloc=33 managed=3 online_maps=112 global_avl=22159, global_rsvd=332, total_alloc=415
  NetworkManager-2208  [044] d...     8.690301: irq_matrix_alloc: bit=69 cpu=1 online=1 avl=167 alloc=34 managed=3 online_maps=112 global_avl=22158, global_rsvd=331, total_alloc=416
  NetworkManager-2208  [044] d...     8.690308: irq_matrix_alloc: bit=70 cpu=1 online=1 avl=166 alloc=35 managed=3 online_maps=112 global_avl=22157, global_rsvd=330, total_alloc=417
  NetworkManager-2208  [044] d...     8.690317: irq_matrix_alloc: bit=71 cpu=1 online=1 avl=165 alloc=36 managed=3 online_maps=112 global_avl=22156, global_rsvd=329, total_alloc=418
  NetworkManager-2208  [044] d...     8.690327: irq_matrix_alloc: bit=72 cpu=1 online=1 avl=164 alloc=37 managed=3 online_maps=112 global_avl=22155, global_rsvd=328, total_alloc=419
  NetworkManager-2208  [044] d...     8.690335: irq_matrix_alloc: bit=73 cpu=1 online=1 avl=163 alloc=38 managed=3 online_maps=112 global_avl=22154, global_rsvd=327, total_alloc=420
  NetworkManager-2208  [044] d...     8.690342: irq_matrix_alloc: bit=74 cpu=1 online=1 avl=162 alloc=39 managed=3 online_maps=112 global_avl=22153, global_rsvd=326, total_alloc=421
  NetworkManager-2208  [044] d...     8.690349: irq_matrix_alloc: bit=75 cpu=1 online=1 avl=161 alloc=40 managed=3 online_maps=112 global_avl=22152, global_rsvd=325, total_alloc=422
  NetworkManager-2208  [044] d...     8.690356: irq_matrix_alloc: bit=76 cpu=1 online=1 avl=160 alloc=41 managed=3 online_maps=112 global_avl=22151, global_rsvd=324, total_alloc=423
  NetworkManager-2208  [044] d...     8.690364: irq_matrix_alloc: bit=77 cpu=1 online=1 avl=159 alloc=42 managed=3 online_maps=112 global_avl=22150, global_rsvd=323, total_alloc=424
  NetworkManager-2208  [044] d...     8.690371: irq_matrix_alloc: bit=78 cpu=1 online=1 avl=158 alloc=43 managed=3 online_maps=112 global_avl=22149, global_rsvd=322, total_alloc=425
  NetworkManager-2208  [044] d...     8.690378: irq_matrix_alloc: bit=79 cpu=1 online=1 avl=157 alloc=44 managed=3 online_maps=112 global_avl=22148, global_rsvd=321, total_alloc=426
  NetworkManager-2208  [044] d...     8.690385: irq_matrix_alloc: bit=80 cpu=1 online=1 avl=156 alloc=45 managed=3 online_maps=112 global_avl=22147, global_rsvd=320, total_alloc=427
  NetworkManager-2208  [044] d...     8.690392: irq_matrix_alloc: bit=81 cpu=1 online=1 avl=155 alloc=46 managed=3 online_maps=112 global_avl=22146, global_rsvd=319, total_alloc=428
  NetworkManager-2208  [044] d...     8.690401: irq_matrix_alloc: bit=82 cpu=1 online=1 avl=154 alloc=47 managed=3 online_maps=112 global_avl=22145, global_rsvd=318, total_alloc=429
  NetworkManager-2208  [044] d...     8.690409: irq_matrix_alloc: bit=83 cpu=1 online=1 avl=153 alloc=48 managed=3 online_maps=112 global_avl=22144, global_rsvd=317, total_alloc=430
  NetworkManager-2208  [044] d...     8.690416: irq_matrix_alloc: bit=84 cpu=1 online=1 avl=152 alloc=49 managed=3 online_maps=112 global_avl=22143, global_rsvd=316, total_alloc=431
  NetworkManager-2208  [044] d...     8.690424: irq_matrix_alloc: bit=85 cpu=1 online=1 avl=151 alloc=50 managed=3 online_maps=112 global_avl=22142, global_rsvd=315, total_alloc=432
  NetworkManager-2208  [044] d...     8.690432: irq_matrix_alloc: bit=86 cpu=1 online=1 avl=150 alloc=51 managed=3 online_maps=112 global_avl=22141, global_rsvd=314, total_alloc=433
  NetworkManager-2208  [044] d...     8.690439: irq_matrix_alloc: bit=87 cpu=1 online=1 avl=149 alloc=52 managed=3 online_maps=112 global_avl=22140, global_rsvd=313, total_alloc=434
  NetworkManager-2208  [044] d...     8.690446: irq_matrix_alloc: bit=88 cpu=1 online=1 avl=148 alloc=53 managed=3 online_maps=112 global_avl=22139, global_rsvd=312, total_alloc=435
  NetworkManager-2208  [044] d...     8.690453: irq_matrix_alloc: bit=89 cpu=1 online=1 avl=147 alloc=54 managed=3 online_maps=112 global_avl=22138, global_rsvd=311, total_alloc=436
  NetworkManager-2208  [044] d...     8.690459: irq_matrix_alloc: bit=90 cpu=1 online=1 avl=146 alloc=55 managed=3 online_maps=112 global_avl=22137, global_rsvd=310, total_alloc=437
  NetworkManager-2208  [044] d...     8.690468: irq_matrix_alloc: bit=91 cpu=1 online=1 avl=145 alloc=56 managed=3 online_maps=112 global_avl=22136, global_rsvd=309, total_alloc=438
  NetworkManager-2208  [044] d...     8.690476: irq_matrix_alloc: bit=92 cpu=1 online=1 avl=144 alloc=57 managed=3 online_maps=112 global_avl=22135, global_rsvd=308, total_alloc=439
  NetworkManager-2208  [044] d...     8.690484: irq_matrix_alloc: bit=93 cpu=1 online=1 avl=143 alloc=58 managed=3 online_maps=112 global_avl=22134, global_rsvd=307, total_alloc=440
  NetworkManager-2208  [044] d...     8.690491: irq_matrix_alloc: bit=94 cpu=1 online=1 avl=142 alloc=59 managed=3 online_maps=112 global_avl=22133, global_rsvd=306, total_alloc=441
  NetworkManager-2208  [044] d...     8.690499: irq_matrix_alloc: bit=95 cpu=1 online=1 avl=141 alloc=60 managed=3 online_maps=112 global_avl=22132, global_rsvd=305, total_alloc=442
  NetworkManager-2208  [044] d...     8.690514: irq_matrix_alloc: bit=96 cpu=1 online=1 avl=140 alloc=61 managed=3 online_maps=112 global_avl=22131, global_rsvd=304, total_alloc=443
  NetworkManager-2208  [044] d...     8.690521: irq_matrix_alloc: bit=97 cpu=1 online=1 avl=139 alloc=62 managed=3 online_maps=112 global_avl=22130, global_rsvd=303, total_alloc=444
  NetworkManager-2208  [044] d...     8.690528: irq_matrix_alloc: bit=98 cpu=1 online=1 avl=138 alloc=63 managed=3 online_maps=112 global_avl=22129, global_rsvd=302, total_alloc=445
  NetworkManager-2208  [044] d...     8.690535: irq_matrix_alloc: bit=99 cpu=1 online=1 avl=137 alloc=64 managed=3 online_maps=112 global_avl=22128, global_rsvd=301, total_alloc=446
  NetworkManager-2208  [044] d...     8.690544: irq_matrix_alloc: bit=100 cpu=1 online=1 avl=136 alloc=65 managed=3 online_maps=112 global_avl=22127, global_rsvd=300, total_alloc=447
  NetworkManager-2208  [044] d...     8.690551: irq_matrix_alloc: bit=101 cpu=1 online=1 avl=135 alloc=66 managed=3 online_maps=112 global_avl=22126, global_rsvd=299, total_alloc=448
  NetworkManager-2208  [044] d...     8.690559: irq_matrix_alloc: bit=102 cpu=1 online=1 avl=134 alloc=67 managed=3 online_maps=112 global_avl=22125, global_rsvd=298, total_alloc=449
  NetworkManager-2208  [044] d...     8.690566: irq_matrix_alloc: bit=103 cpu=1 online=1 avl=133 alloc=68 managed=3 online_maps=112 global_avl=22124, global_rsvd=297, total_alloc=450
  NetworkManager-2208  [044] d...     8.690573: irq_matrix_alloc: bit=104 cpu=1 online=1 avl=132 alloc=69 managed=3 online_maps=112 global_avl=22123, global_rsvd=296, total_alloc=451
  NetworkManager-2208  [044] d...     8.690581: irq_matrix_alloc: bit=105 cpu=1 online=1 avl=131 alloc=70 managed=3 online_maps=112 global_avl=22122, global_rsvd=295, total_alloc=452
  NetworkManager-2208  [044] d...     8.690588: irq_matrix_alloc: bit=106 cpu=1 online=1 avl=130 alloc=71 managed=3 online_maps=112 global_avl=22121, global_rsvd=294, total_alloc=453
  NetworkManager-2208  [044] d...     8.690595: irq_matrix_alloc: bit=107 cpu=1 online=1 avl=129 alloc=72 managed=3 online_maps=112 global_avl=22120, global_rsvd=293, total_alloc=454
  NetworkManager-2208  [044] d...     8.690603: irq_matrix_alloc: bit=108 cpu=1 online=1 avl=128 alloc=73 managed=3 online_maps=112 global_avl=22119, global_rsvd=292, total_alloc=455
  NetworkManager-2208  [044] d...     8.690610: irq_matrix_alloc: bit=109 cpu=1 online=1 avl=127 alloc=74 managed=3 online_maps=112 global_avl=22118, global_rsvd=291, total_alloc=456
  NetworkManager-2208  [044] d...     8.690619: irq_matrix_alloc: bit=110 cpu=1 online=1 avl=126 alloc=75 managed=3 online_maps=112 global_avl=22117, global_rsvd=290, total_alloc=457
  NetworkManager-2208  [044] d...     8.690626: irq_matrix_alloc: bit=111 cpu=1 online=1 avl=125 alloc=76 managed=3 online_maps=112 global_avl=22116, global_rsvd=289, total_alloc=458
  NetworkManager-2208  [044] d...     8.690633: irq_matrix_alloc: bit=112 cpu=1 online=1 avl=124 alloc=77 managed=3 online_maps=112 global_avl=22115, global_rsvd=288, total_alloc=459
  NetworkManager-2208  [044] d...     8.690640: irq_matrix_alloc: bit=113 cpu=1 online=1 avl=123 alloc=78 managed=3 online_maps=112 global_avl=22114, global_rsvd=287, total_alloc=460
  NetworkManager-2208  [044] d...     8.690649: irq_matrix_alloc: bit=114 cpu=1 online=1 avl=122 alloc=79 managed=3 online_maps=112 global_avl=22113, global_rsvd=286, total_alloc=461
  NetworkManager-2208  [044] d...     8.690656: irq_matrix_alloc: bit=115 cpu=1 online=1 avl=121 alloc=80 managed=3 online_maps=112 global_avl=22112, global_rsvd=285, total_alloc=462
  NetworkManager-2208  [044] d...     8.690664: irq_matrix_alloc: bit=116 cpu=1 online=1 avl=120 alloc=81 managed=3 online_maps=112 global_avl=22111, global_rsvd=284, total_alloc=463
  NetworkManager-2208  [044] d...     8.690671: irq_matrix_alloc: bit=117 cpu=1 online=1 avl=119 alloc=82 managed=3 online_maps=112 global_avl=22110, global_rsvd=283, total_alloc=464
  NetworkManager-2208  [044] d...     8.690678: irq_matrix_alloc: bit=118 cpu=1 online=1 avl=118 alloc=83 managed=3 online_maps=112 global_avl=22109, global_rsvd=282, total_alloc=465
  NetworkManager-2208  [044] d...     8.690687: irq_matrix_alloc: bit=119 cpu=1 online=1 avl=117 alloc=84 managed=3 online_maps=112 global_avl=22108, global_rsvd=281, total_alloc=466
  NetworkManager-2208  [044] d...     8.690696: irq_matrix_alloc: bit=120 cpu=1 online=1 avl=116 alloc=85 managed=3 online_maps=112 global_avl=22107, global_rsvd=280, total_alloc=467
  NetworkManager-2208  [044] d...     8.690703: irq_matrix_alloc: bit=121 cpu=1 online=1 avl=115 alloc=86 managed=3 online_maps=112 global_avl=22106, global_rsvd=279, total_alloc=468
  NetworkManager-2208  [044] d...     8.690711: irq_matrix_alloc: bit=122 cpu=1 online=1 avl=114 alloc=87 managed=3 online_maps=112 global_avl=22105, global_rsvd=278, total_alloc=469
  NetworkManager-2208  [044] d...     8.690718: irq_matrix_alloc: bit=123 cpu=1 online=1 avl=113 alloc=88 managed=3 online_maps=112 global_avl=22104, global_rsvd=277, total_alloc=470
  NetworkManager-2208  [044] d...     8.690727: irq_matrix_alloc: bit=124 cpu=1 online=1 avl=112 alloc=89 managed=3 online_maps=112 global_avl=22103, global_rsvd=276, total_alloc=471
  NetworkManager-2208  [044] d...     8.690735: irq_matrix_alloc: bit=125 cpu=1 online=1 avl=111 alloc=90 managed=3 online_maps=112 global_avl=22102, global_rsvd=275, total_alloc=472
  NetworkManager-2208  [044] d...     8.690742: irq_matrix_alloc: bit=126 cpu=1 online=1 avl=110 alloc=91 managed=3 online_maps=112 global_avl=22101, global_rsvd=274, total_alloc=473
  NetworkManager-2208  [044] d...     8.690750: irq_matrix_alloc: bit=127 cpu=1 online=1 avl=109 alloc=92 managed=3 online_maps=112 global_avl=22100, global_rsvd=273, total_alloc=474
  NetworkManager-2208  [044] d...     8.690759: irq_matrix_alloc: bit=129 cpu=1 online=1 avl=108 alloc=93 managed=3 online_maps=112 global_avl=22099, global_rsvd=272, total_alloc=475
  NetworkManager-2208  [044] d...     8.690767: irq_matrix_alloc: bit=130 cpu=1 online=1 avl=107 alloc=94 managed=3 online_maps=112 global_avl=22098, global_rsvd=271, total_alloc=476
  NetworkManager-2208  [044] d...     8.690774: irq_matrix_alloc: bit=131 cpu=1 online=1 avl=106 alloc=95 managed=3 online_maps=112 global_avl=22097, global_rsvd=270, total_alloc=477
  NetworkManager-2208  [044] d...     8.690781: irq_matrix_alloc: bit=132 cpu=1 online=1 avl=105 alloc=96 managed=3 online_maps=112 global_avl=22096, global_rsvd=269, total_alloc=478
  NetworkManager-2208  [044] d...     8.690789: irq_matrix_alloc: bit=133 cpu=1 online=1 avl=104 alloc=97 managed=3 online_maps=112 global_avl=22095, global_rsvd=268, total_alloc=479
  NetworkManager-2208  [044] d...     8.690799: irq_matrix_alloc: bit=134 cpu=1 online=1 avl=103 alloc=98 managed=3 online_maps=112 global_avl=22094, global_rsvd=267, total_alloc=480
  NetworkManager-2208  [044] d...     8.690806: irq_matrix_alloc: bit=135 cpu=1 online=1 avl=102 alloc=99 managed=3 online_maps=112 global_avl=22093, global_rsvd=266, total_alloc=481
  NetworkManager-2208  [044] d...     8.690814: irq_matrix_alloc: bit=136 cpu=1 online=1 avl=101 alloc=100 managed=3 online_maps=112 global_avl=22092, global_rsvd=265, total_alloc=482
  NetworkManager-2208  [044] d...     8.690823: irq_matrix_alloc: bit=137 cpu=1 online=1 avl=100 alloc=101 managed=3 online_maps=112 global_avl=22091, global_rsvd=264, total_alloc=483
  NetworkManager-2208  [044] d...     8.690830: irq_matrix_alloc: bit=138 cpu=1 online=1 avl=99 alloc=102 managed=3 online_maps=112 global_avl=22090, global_rsvd=263, total_alloc=484
  NetworkManager-2208  [044] d...     8.690839: irq_matrix_alloc: bit=139 cpu=1 online=1 avl=98 alloc=103 managed=3 online_maps=112 global_avl=22089, global_rsvd=262, total_alloc=485
  NetworkManager-2208  [044] d...     8.690847: irq_matrix_alloc: bit=140 cpu=1 online=1 avl=97 alloc=104 managed=3 online_maps=112 global_avl=22088, global_rsvd=261, total_alloc=486
  NetworkManager-2208  [044] d...     8.690854: irq_matrix_alloc: bit=141 cpu=1 online=1 avl=96 alloc=105 managed=3 online_maps=112 global_avl=22087, global_rsvd=260, total_alloc=487
  NetworkManager-2208  [044] d...     8.690861: irq_matrix_alloc: bit=142 cpu=1 online=1 avl=95 alloc=106 managed=3 online_maps=112 global_avl=22086, global_rsvd=259, total_alloc=488
  NetworkManager-2208  [044] d...     8.690869: irq_matrix_alloc: bit=143 cpu=1 online=1 avl=94 alloc=107 managed=3 online_maps=112 global_avl=22085, global_rsvd=258, total_alloc=489
  NetworkManager-2208  [044] d...     8.690877: irq_matrix_alloc: bit=144 cpu=1 online=1 avl=93 alloc=108 managed=3 online_maps=112 global_avl=22084, global_rsvd=257, total_alloc=490
  NetworkManager-2208  [044] d...     8.690885: irq_matrix_alloc: bit=145 cpu=1 online=1 avl=92 alloc=109 managed=3 online_maps=112 global_avl=22083, global_rsvd=256, total_alloc=491
  NetworkManager-2208  [044] d...     8.690893: irq_matrix_alloc: bit=146 cpu=1 online=1 avl=91 alloc=110 managed=3 online_maps=112 global_avl=22082, global_rsvd=255, total_alloc=492
  NetworkManager-2208  [044] d...     8.690900: irq_matrix_alloc: bit=147 cpu=1 online=1 avl=90 alloc=111 managed=3 online_maps=112 global_avl=22081, global_rsvd=254, total_alloc=493
  NetworkManager-2208  [044] d...     8.690908: irq_matrix_alloc: bit=148 cpu=1 online=1 avl=89 alloc=112 managed=3 online_maps=112 global_avl=22080, global_rsvd=253, total_alloc=494
  NetworkManager-2208  [044] d...     8.690916: irq_matrix_alloc: bit=149 cpu=1 online=1 avl=88 alloc=113 managed=3 online_maps=112 global_avl=22079, global_rsvd=252, total_alloc=495
  NetworkManager-2208  [044] d...     8.690924: irq_matrix_alloc: bit=150 cpu=1 online=1 avl=87 alloc=114 managed=3 online_maps=112 global_avl=22078, global_rsvd=251, total_alloc=496
  NetworkManager-2208  [044] d...     8.758301: irq_matrix_alloc: bit=151 cpu=1 online=1 avl=86 alloc=115 managed=3 online_maps=112 global_avl=22077, global_rsvd=250, total_alloc=497
  NetworkManager-2208  [044] d...     8.758321: irq_matrix_alloc: bit=152 cpu=1 online=1 avl=85 alloc=116 managed=3 online_maps=112 global_avl=22076, global_rsvd=249, total_alloc=498
  NetworkManager-2208  [044] d...     8.758332: irq_matrix_alloc: bit=153 cpu=1 online=1 avl=84 alloc=117 managed=3 online_maps=112 global_avl=22075, global_rsvd=248, total_alloc=499
  NetworkManager-2208  [044] d...     8.758340: irq_matrix_alloc: bit=154 cpu=1 online=1 avl=83 alloc=118 managed=3 online_maps=112 global_avl=22074, global_rsvd=247, total_alloc=500
  NetworkManager-2208  [044] d...     8.758348: irq_matrix_alloc: bit=155 cpu=1 online=1 avl=82 alloc=119 managed=3 online_maps=112 global_avl=22073, global_rsvd=246, total_alloc=501
  NetworkManager-2208  [044] d...     8.758356: irq_matrix_alloc: bit=156 cpu=1 online=1 avl=81 alloc=120 managed=3 online_maps=112 global_avl=22072, global_rsvd=245, total_alloc=502
  NetworkManager-2208  [044] d...     8.758365: irq_matrix_alloc: bit=157 cpu=1 online=1 avl=80 alloc=121 managed=3 online_maps=112 global_avl=22071, global_rsvd=244, total_alloc=503
  NetworkManager-2208  [044] d...     8.758373: irq_matrix_alloc: bit=158 cpu=1 online=1 avl=79 alloc=122 managed=3 online_maps=112 global_avl=22070, global_rsvd=243, total_alloc=504
  NetworkManager-2208  [044] d...     8.758381: irq_matrix_alloc: bit=159 cpu=1 online=1 avl=78 alloc=123 managed=3 online_maps=112 global_avl=22069, global_rsvd=242, total_alloc=505
  NetworkManager-2208  [044] d...     8.758388: irq_matrix_alloc: bit=160 cpu=1 online=1 avl=77 alloc=124 managed=3 online_maps=112 global_avl=22068, global_rsvd=241, total_alloc=506
  NetworkManager-2208  [044] d...     8.758395: irq_matrix_alloc: bit=161 cpu=1 online=1 avl=76 alloc=125 managed=3 online_maps=112 global_avl=22067, global_rsvd=240, total_alloc=507
  NetworkManager-2208  [044] d...     8.758404: irq_matrix_alloc: bit=162 cpu=1 online=1 avl=75 alloc=126 managed=3 online_maps=112 global_avl=22066, global_rsvd=239, total_alloc=508
  NetworkManager-2208  [044] d...     8.758411: irq_matrix_alloc: bit=163 cpu=1 online=1 avl=74 alloc=127 managed=3 online_maps=112 global_avl=22065, global_rsvd=238, total_alloc=509
  NetworkManager-2208  [044] d...     8.758418: irq_matrix_alloc: bit=164 cpu=1 online=1 avl=73 alloc=128 managed=3 online_maps=112 global_avl=22064, global_rsvd=237, total_alloc=510
  NetworkManager-2208  [044] d...     8.758425: irq_matrix_alloc: bit=165 cpu=1 online=1 avl=72 alloc=129 managed=3 online_maps=112 global_avl=22063, global_rsvd=236, total_alloc=511
  NetworkManager-2208  [044] d...     8.758431: irq_matrix_alloc: bit=166 cpu=1 online=1 avl=71 alloc=130 managed=3 online_maps=112 global_avl=22062, global_rsvd=235, total_alloc=512
  NetworkManager-2208  [044] d...     8.758440: irq_matrix_alloc: bit=167 cpu=1 online=1 avl=70 alloc=131 managed=3 online_maps=112 global_avl=22061, global_rsvd=234, total_alloc=513
  NetworkManager-2208  [044] d...     8.758448: irq_matrix_alloc: bit=168 cpu=1 online=1 avl=69 alloc=132 managed=3 online_maps=112 global_avl=22060, global_rsvd=233, total_alloc=514
  NetworkManager-2208  [044] d...     8.758455: irq_matrix_alloc: bit=169 cpu=1 online=1 avl=68 alloc=133 managed=3 online_maps=112 global_avl=22059, global_rsvd=232, total_alloc=515
  NetworkManager-2208  [044] d...     8.758462: irq_matrix_alloc: bit=170 cpu=1 online=1 avl=67 alloc=134 managed=3 online_maps=112 global_avl=22058, global_rsvd=231, total_alloc=516
  NetworkManager-2208  [044] d...     8.758471: irq_matrix_alloc: bit=171 cpu=1 online=1 avl=66 alloc=135 managed=3 online_maps=112 global_avl=22057, global_rsvd=230, total_alloc=517
  NetworkManager-2208  [044] d...     8.758478: irq_matrix_alloc: bit=172 cpu=1 online=1 avl=65 alloc=136 managed=3 online_maps=112 global_avl=22056, global_rsvd=229, total_alloc=518
  NetworkManager-2208  [044] d...     8.758485: irq_matrix_alloc: bit=173 cpu=1 online=1 avl=64 alloc=137 managed=3 online_maps=112 global_avl=22055, global_rsvd=228, total_alloc=519
  NetworkManager-2208  [044] d...     8.758493: irq_matrix_alloc: bit=174 cpu=1 online=1 avl=63 alloc=138 managed=3 online_maps=112 global_avl=22054, global_rsvd=227, total_alloc=520
  NetworkManager-2208  [044] d...     8.758499: irq_matrix_alloc: bit=175 cpu=1 online=1 avl=62 alloc=139 managed=3 online_maps=112 global_avl=22053, global_rsvd=226, total_alloc=521
  NetworkManager-2208  [044] d...     8.758507: irq_matrix_alloc: bit=176 cpu=1 online=1 avl=61 alloc=140 managed=3 online_maps=112 global_avl=22052, global_rsvd=225, total_alloc=522
  NetworkManager-2208  [044] d...     8.758515: irq_matrix_alloc: bit=177 cpu=1 online=1 avl=60 alloc=141 managed=3 online_maps=112 global_avl=22051, global_rsvd=224, total_alloc=523
  NetworkManager-2208  [044] d...     8.758522: irq_matrix_alloc: bit=178 cpu=1 online=1 avl=59 alloc=142 managed=3 online_maps=112 global_avl=22050, global_rsvd=223, total_alloc=524
  NetworkManager-2208  [044] d...     8.758529: irq_matrix_alloc: bit=179 cpu=1 online=1 avl=58 alloc=143 managed=3 online_maps=112 global_avl=22049, global_rsvd=222, total_alloc=525
  NetworkManager-2208  [044] d...     8.758536: irq_matrix_alloc: bit=180 cpu=1 online=1 avl=57 alloc=144 managed=3 online_maps=112 global_avl=22048, global_rsvd=221, total_alloc=526
  NetworkManager-2208  [044] d...     8.758545: irq_matrix_alloc: bit=181 cpu=1 online=1 avl=56 alloc=145 managed=3 online_maps=112 global_avl=22047, global_rsvd=220, total_alloc=527
  NetworkManager-2208  [044] d...     8.758552: irq_matrix_alloc: bit=182 cpu=1 online=1 avl=55 alloc=146 managed=3 online_maps=112 global_avl=22046, global_rsvd=219, total_alloc=528
  NetworkManager-2208  [044] d...     8.758559: irq_matrix_alloc: bit=183 cpu=1 online=1 avl=54 alloc=147 managed=3 online_maps=112 global_avl=22045, global_rsvd=218, total_alloc=529
  NetworkManager-2208  [044] d...     8.758566: irq_matrix_alloc: bit=184 cpu=1 online=1 avl=53 alloc=148 managed=3 online_maps=112 global_avl=22044, global_rsvd=217, total_alloc=530
  NetworkManager-2208  [044] d...     8.758575: irq_matrix_alloc: bit=185 cpu=1 online=1 avl=52 alloc=149 managed=3 online_maps=112 global_avl=22043, global_rsvd=216, total_alloc=531
  NetworkManager-2208  [044] d...     8.758582: irq_matrix_alloc: bit=186 cpu=1 online=1 avl=51 alloc=150 managed=3 online_maps=112 global_avl=22042, global_rsvd=215, total_alloc=532
  NetworkManager-2208  [044] d...     8.758589: irq_matrix_alloc: bit=187 cpu=1 online=1 avl=50 alloc=151 managed=3 online_maps=112 global_avl=22041, global_rsvd=214, total_alloc=533
  NetworkManager-2208  [044] d...     8.758596: irq_matrix_alloc: bit=188 cpu=1 online=1 avl=49 alloc=152 managed=3 online_maps=112 global_avl=22040, global_rsvd=213, total_alloc=534
  NetworkManager-2208  [044] d...     8.758603: irq_matrix_alloc: bit=189 cpu=1 online=1 avl=48 alloc=153 managed=3 online_maps=112 global_avl=22039, global_rsvd=212, total_alloc=535
  NetworkManager-2208  [044] d...     8.758612: irq_matrix_alloc: bit=190 cpu=1 online=1 avl=47 alloc=154 managed=3 online_maps=112 global_avl=22038, global_rsvd=211, total_alloc=536
  NetworkManager-2208  [044] d...     8.758620: irq_matrix_alloc: bit=191 cpu=1 online=1 avl=46 alloc=155 managed=3 online_maps=112 global_avl=22037, global_rsvd=210, total_alloc=537
  NetworkManager-2208  [044] d...     8.758627: irq_matrix_alloc: bit=192 cpu=1 online=1 avl=45 alloc=156 managed=3 online_maps=112 global_avl=22036, global_rsvd=209, total_alloc=538
  NetworkManager-2208  [044] d...     8.758635: irq_matrix_alloc: bit=193 cpu=1 online=1 avl=44 alloc=157 managed=3 online_maps=112 global_avl=22035, global_rsvd=208, total_alloc=539
  NetworkManager-2208  [044] d...     8.758643: irq_matrix_alloc: bit=194 cpu=1 online=1 avl=43 alloc=158 managed=3 online_maps=112 global_avl=22034, global_rsvd=207, total_alloc=540
  NetworkManager-2208  [044] d...     8.758652: irq_matrix_alloc: bit=195 cpu=1 online=1 avl=42 alloc=159 managed=3 online_maps=112 global_avl=22033, global_rsvd=206, total_alloc=541
  NetworkManager-2208  [044] d...     8.758659: irq_matrix_alloc: bit=196 cpu=1 online=1 avl=41 alloc=160 managed=3 online_maps=112 global_avl=22032, global_rsvd=205, total_alloc=542
  NetworkManager-2208  [044] d...     8.758667: irq_matrix_alloc: bit=197 cpu=1 online=1 avl=40 alloc=161 managed=3 online_maps=112 global_avl=22031, global_rsvd=204, total_alloc=543
  NetworkManager-2208  [044] d...     8.758673: irq_matrix_alloc: bit=198 cpu=1 online=1 avl=39 alloc=162 managed=3 online_maps=112 global_avl=22030, global_rsvd=203, total_alloc=544
  NetworkManager-2208  [044] d...     8.758681: irq_matrix_alloc: bit=199 cpu=1 online=1 avl=38 alloc=163 managed=3 online_maps=112 global_avl=22029, global_rsvd=202, total_alloc=545
  NetworkManager-2208  [044] d...     8.758689: irq_matrix_alloc: bit=200 cpu=1 online=1 avl=37 alloc=164 managed=3 online_maps=112 global_avl=22028, global_rsvd=201, total_alloc=546
  NetworkManager-2208  [044] d...     8.758696: irq_matrix_alloc: bit=201 cpu=1 online=1 avl=36 alloc=165 managed=3 online_maps=112 global_avl=22027, global_rsvd=200, total_alloc=547
  NetworkManager-2208  [044] d...     8.758703: irq_matrix_alloc: bit=202 cpu=1 online=1 avl=35 alloc=166 managed=3 online_maps=112 global_avl=22026, global_rsvd=199, total_alloc=548
  NetworkManager-2208  [044] d...     8.758711: irq_matrix_alloc: bit=203 cpu=1 online=1 avl=34 alloc=167 managed=3 online_maps=112 global_avl=22025, global_rsvd=198, total_alloc=549
  NetworkManager-2208  [044] d...     8.758719: irq_matrix_alloc: bit=204 cpu=1 online=1 avl=33 alloc=168 managed=3 online_maps=112 global_avl=22024, global_rsvd=197, total_alloc=550
  NetworkManager-2208  [044] d...     8.758726: irq_matrix_alloc: bit=205 cpu=1 online=1 avl=32 alloc=169 managed=3 online_maps=112 global_avl=22023, global_rsvd=196, total_alloc=551
  NetworkManager-2208  [044] d...     8.758734: irq_matrix_alloc: bit=206 cpu=1 online=1 avl=31 alloc=170 managed=3 online_maps=112 global_avl=22022, global_rsvd=195, total_alloc=552
  NetworkManager-2208  [044] d...     8.758742: irq_matrix_alloc: bit=207 cpu=1 online=1 avl=30 alloc=171 managed=3 online_maps=112 global_avl=22021, global_rsvd=194, total_alloc=553
  NetworkManager-2208  [044] d...     8.758749: irq_matrix_alloc: bit=208 cpu=1 online=1 avl=29 alloc=172 managed=3 online_maps=112 global_avl=22020, global_rsvd=193, total_alloc=554
  NetworkManager-2208  [044] d...     8.758757: irq_matrix_alloc: bit=209 cpu=1 online=1 avl=28 alloc=173 managed=3 online_maps=112 global_avl=22019, global_rsvd=192, total_alloc=555
  NetworkManager-2208  [044] d...     8.758765: irq_matrix_alloc: bit=210 cpu=1 online=1 avl=27 alloc=174 managed=3 online_maps=112 global_avl=22018, global_rsvd=191, total_alloc=556
  NetworkManager-2208  [044] d...     8.758772: irq_matrix_alloc: bit=211 cpu=1 online=1 avl=26 alloc=175 managed=3 online_maps=112 global_avl=22017, global_rsvd=190, total_alloc=557
  NetworkManager-2208  [044] d...     8.758780: irq_matrix_alloc: bit=212 cpu=1 online=1 avl=25 alloc=176 managed=3 online_maps=112 global_avl=22016, global_rsvd=189, total_alloc=558
  NetworkManager-2208  [044] d...     8.758790: irq_matrix_alloc: bit=213 cpu=1 online=1 avl=24 alloc=177 managed=3 online_maps=112 global_avl=22015, global_rsvd=188, total_alloc=559
  NetworkManager-2208  [044] d...     8.758798: irq_matrix_alloc: bit=214 cpu=1 online=1 avl=23 alloc=178 managed=3 online_maps=112 global_avl=22014, global_rsvd=187, total_alloc=560
  NetworkManager-2208  [044] d...     8.758805: irq_matrix_alloc: bit=215 cpu=1 online=1 avl=22 alloc=179 managed=3 online_maps=112 global_avl=22013, global_rsvd=186, total_alloc=561
  NetworkManager-2208  [044] d...     8.758812: irq_matrix_alloc: bit=216 cpu=1 online=1 avl=21 alloc=180 managed=3 online_maps=112 global_avl=22012, global_rsvd=185, total_alloc=562
  NetworkManager-2208  [044] d...     8.758820: irq_matrix_alloc: bit=217 cpu=1 online=1 avl=20 alloc=181 managed=3 online_maps=112 global_avl=22011, global_rsvd=184, total_alloc=563
  NetworkManager-2208  [044] d...     8.758828: irq_matrix_alloc: bit=218 cpu=1 online=1 avl=19 alloc=182 managed=3 online_maps=112 global_avl=22010, global_rsvd=183, total_alloc=564
  NetworkManager-2208  [044] d...     8.758835: irq_matrix_alloc: bit=219 cpu=1 online=1 avl=18 alloc=183 managed=3 online_maps=112 global_avl=22009, global_rsvd=182, total_alloc=565
  NetworkManager-2208  [044] d...     8.758843: irq_matrix_alloc: bit=220 cpu=1 online=1 avl=17 alloc=184 managed=3 online_maps=112 global_avl=22008, global_rsvd=181, total_alloc=566
  NetworkManager-2208  [044] d...     8.758851: irq_matrix_alloc: bit=221 cpu=1 online=1 avl=16 alloc=185 managed=3 online_maps=112 global_avl=22007, global_rsvd=180, total_alloc=567
  NetworkManager-2208  [044] d...     8.758858: irq_matrix_alloc: bit=222 cpu=1 online=1 avl=15 alloc=186 managed=3 online_maps=112 global_avl=22006, global_rsvd=179, total_alloc=568
  NetworkManager-2208  [044] d...     8.758868: irq_matrix_alloc: bit=223 cpu=1 online=1 avl=14 alloc=187 managed=3 online_maps=112 global_avl=22005, global_rsvd=178, total_alloc=569
  NetworkManager-2208  [044] d...     8.758876: irq_matrix_alloc: bit=224 cpu=1 online=1 avl=13 alloc=188 managed=3 online_maps=112 global_avl=22004, global_rsvd=177, total_alloc=570
  NetworkManager-2208  [044] d...     8.758883: irq_matrix_alloc: bit=225 cpu=1 online=1 avl=12 alloc=189 managed=3 online_maps=112 global_avl=22003, global_rsvd=176, total_alloc=571
  NetworkManager-2208  [044] d...     8.758891: irq_matrix_alloc: bit=226 cpu=1 online=1 avl=11 alloc=190 managed=3 online_maps=112 global_avl=22002, global_rsvd=175, total_alloc=572
  NetworkManager-2208  [044] d...     8.758899: irq_matrix_alloc: bit=227 cpu=1 online=1 avl=10 alloc=191 managed=3 online_maps=112 global_avl=22001, global_rsvd=174, total_alloc=573
  NetworkManager-2208  [044] d...     8.758907: irq_matrix_alloc: bit=228 cpu=1 online=1 avl=9 alloc=192 managed=3 online_maps=112 global_avl=22000, global_rsvd=173, total_alloc=574
  NetworkManager-2208  [044] d...     8.758915: irq_matrix_alloc: bit=229 cpu=1 online=1 avl=8 alloc=193 managed=3 online_maps=112 global_avl=21999, global_rsvd=172, total_alloc=575
  NetworkManager-2208  [044] d...     8.758922: irq_matrix_alloc: bit=230 cpu=1 online=1 avl=7 alloc=194 managed=3 online_maps=112 global_avl=21998, global_rsvd=171, total_alloc=576
  NetworkManager-2208  [044] d...     8.758929: irq_matrix_alloc: bit=231 cpu=1 online=1 avl=6 alloc=195 managed=3 online_maps=112 global_avl=21997, global_rsvd=170, total_alloc=577
  NetworkManager-2208  [044] d...     8.758938: irq_matrix_alloc: bit=232 cpu=1 online=1 avl=5 alloc=196 managed=3 online_maps=112 global_avl=21996, global_rsvd=169, total_alloc=578
  NetworkManager-2208  [044] d...     8.758945: irq_matrix_alloc: bit=233 cpu=1 online=1 avl=4 alloc=197 managed=3 online_maps=112 global_avl=21995, global_rsvd=168, total_alloc=579
  NetworkManager-2208  [044] d...     8.758953: irq_matrix_alloc: bit=234 cpu=1 online=1 avl=3 alloc=198 managed=3 online_maps=112 global_avl=21994, global_rsvd=167, total_alloc=580
  NetworkManager-2208  [044] d...     8.758960: irq_matrix_alloc: bit=235 cpu=1 online=1 avl=2 alloc=199 managed=3 online_maps=112 global_avl=21993, global_rsvd=166, total_alloc=581
  NetworkManager-2208  [044] d...     8.758967: irq_matrix_alloc: bit=236 cpu=1 online=1 avl=1 alloc=200 managed=3 online_maps=112 global_avl=21992, global_rsvd=165, total_alloc=582
  NetworkManager-2208  [044] d...     8.758976: irq_matrix_alloc: bit=237 cpu=1 online=1 avl=0 alloc=201 managed=3 online_maps=112 global_avl=21991, global_rsvd=164, total_alloc=583
  NetworkManager-2208  [044] d...     8.758983: irq_matrix_alloc: bit=36 cpu=2 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21990, global_rsvd=163, total_alloc=584
  NetworkManager-2208  [044] d...     8.758991: irq_matrix_alloc: bit=37 cpu=2 online=1 avl=198 alloc=5 managed=3 online_maps=112 global_avl=21989, global_rsvd=162, total_alloc=585
  NetworkManager-2208  [044] d...     8.758997: irq_matrix_alloc: bit=38 cpu=2 online=1 avl=197 alloc=6 managed=3 online_maps=112 global_avl=21988, global_rsvd=161, total_alloc=586
  NetworkManager-2208  [044] d...     8.759006: irq_matrix_alloc: bit=39 cpu=2 online=1 avl=196 alloc=7 managed=3 online_maps=112 global_avl=21987, global_rsvd=160, total_alloc=587
  NetworkManager-2208  [044] d...     8.759013: irq_matrix_alloc: bit=40 cpu=2 online=1 avl=195 alloc=8 managed=3 online_maps=112 global_avl=21986, global_rsvd=159, total_alloc=588
  NetworkManager-2208  [044] d...     8.759021: irq_matrix_alloc: bit=41 cpu=2 online=1 avl=194 alloc=9 managed=3 online_maps=112 global_avl=21985, global_rsvd=158, total_alloc=589
  NetworkManager-2208  [044] d...     8.759028: irq_matrix_alloc: bit=42 cpu=2 online=1 avl=193 alloc=10 managed=3 online_maps=112 global_avl=21984, global_rsvd=157, total_alloc=590
          <idle>-0     [000] d.h.    16.031542: irq_matrix_alloc: bit=36 cpu=51 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21983, global_rsvd=157, total_alloc=591
          <idle>-0     [000] d.h.    16.098497: irq_matrix_alloc: bit=36 cpu=17 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21982, global_rsvd=157, total_alloc=592
          <idle>-0     [000] d.h.    16.274663: irq_matrix_alloc: bit=36 cpu=90 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21981, global_rsvd=157, total_alloc=593
          agetty-2253  [000] dNh.    16.288249: irq_matrix_alloc: bit=36 cpu=14 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21980, global_rsvd=157, total_alloc=594
          <idle>-0     [000] d.h.    16.307201: irq_matrix_alloc: bit=36 cpu=48 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21979, global_rsvd=157, total_alloc=595
          <idle>-0     [000] d.h.    16.307327: irq_matrix_free: bit=85 cpu=0 online=1 avl=1 alloc=202 managed=3 online_maps=112 global_avl=21980, global_rsvd=157, total_alloc=594
          agetty-2253  [000] d.h.    16.309228: irq_matrix_alloc: bit=36 cpu=42 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21979, global_rsvd=157, total_alloc=595
          agetty-2253  [000] d.h.    16.313299: irq_matrix_alloc: bit=36 cpu=87 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21978, global_rsvd=157, total_alloc=596
          agetty-2253  [000] d.h.    16.313603: irq_matrix_alloc: bit=36 cpu=26 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21977, global_rsvd=157, total_alloc=597
          agetty-2253  [000] dNh.    16.315347: irq_matrix_alloc: bit=36 cpu=91 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21976, global_rsvd=157, total_alloc=598
          <idle>-0     [000] d.h.    16.498330: irq_matrix_free: bit=82 cpu=0 online=1 avl=2 alloc=201 managed=3 online_maps=112 global_avl=21977, global_rsvd=157, total_alloc=597
          <idle>-0     [000] d.h.    17.194690: irq_matrix_alloc: bit=36 cpu=41 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21976, global_rsvd=157, total_alloc=598
          <idle>-0     [000] d.h.    17.733028: irq_matrix_alloc: bit=36 cpu=60 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21975, global_rsvd=157, total_alloc=599
          <idle>-0     [000] dNh.    17.907613: irq_matrix_alloc: bit=45 cpu=28 online=1 avl=190 alloc=13 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
     kworker/0:1-684   [000] d.h.    17.908009: irq_matrix_free: bit=33 cpu=0 online=1 avl=3 alloc=200 managed=3 online_maps=112 global_avl=21975, global_rsvd=157, total_alloc=599
    avahi-daemon-2136  [014] d.h.    17.927089: irq_matrix_alloc: bit=36 cpu=15 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
          <idle>-0     [014] d.h.    17.927257: irq_matrix_free: bit=36 cpu=14 online=1 avl=200 alloc=3 managed=3 online_maps=112 global_avl=21975, global_rsvd=157, total_alloc=599
          <idle>-0     [017] d.h.    18.090161: irq_matrix_alloc: bit=36 cpu=9 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
          <idle>-0     [000] d.h.    18.740570: irq_matrix_alloc: bit=36 cpu=61 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21973, global_rsvd=157, total_alloc=601
          <idle>-0     [017] d.h.    20.112695: irq_matrix_free: bit=36 cpu=17 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
          <idle>-0     [000] d.h.    21.179606: irq_matrix_alloc: bit=37 cpu=26 online=1 avl=198 alloc=5 managed=3 online_maps=112 global_avl=21973, global_rsvd=157, total_alloc=601
          <idle>-0     [000] dNH.    21.179679: irq_matrix_free: bit=42 cpu=0 online=1 avl=4 alloc=199 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
  NetworkManager-2208  [060] d.h.    21.734285: irq_matrix_alloc: bit=36 cpu=73 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21973, global_rsvd=157, total_alloc=601
          <idle>-0     [000] d.h.    21.734332: irq_matrix_free: bit=36 cpu=60 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
          <idle>-0     [087] d.h.    22.754890: irq_matrix_alloc: bit=36 cpu=63 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21973, global_rsvd=157, total_alloc=601
          <idle>-0     [000] d.h.    22.754942: irq_matrix_free: bit=36 cpu=87 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=600
          <idle>-0     [000] d.h.    26.546544: irq_matrix_alloc: bit=36 cpu=68 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21973, global_rsvd=157, total_alloc=601
          <idle>-0     [000] d.h.    27.274333: irq_matrix_alloc: bit=36 cpu=74 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21972, global_rsvd=157, total_alloc=602
          <idle>-0     [000] dNH.    27.274430: irq_matrix_alloc: bit=37 cpu=68 online=1 avl=198 alloc=3 managed=3 online_maps=112 global_avl=21971, global_rsvd=157, total_alloc=603
          <idle>-0     [000] d.h.    27.433208: irq_matrix_free: bit=68 cpu=0 online=1 avl=5 alloc=198 managed=3 online_maps=112 global_avl=21972, global_rsvd=157, total_alloc=602
          <idle>-0     [000] d.h.    27.433559: irq_matrix_alloc: bit=36 cpu=6 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21971, global_rsvd=157, total_alloc=603
            sshd-2567  [026] d.h.    27.454036: irq_matrix_alloc: bit=36 cpu=59 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21970, global_rsvd=157, total_alloc=604
          <idle>-0     [000] d.h.    27.454039: irq_matrix_free: bit=36 cpu=26 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21971, global_rsvd=157, total_alloc=603
          <idle>-0     [000] d.h.    27.622649: irq_matrix_free: bit=137 cpu=0 online=1 avl=6 alloc=197 managed=3 online_maps=112 global_avl=21972, global_rsvd=157, total_alloc=602
          <idle>-0     [000] d.H.    28.531187: irq_matrix_alloc: bit=36 cpu=8 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21971, global_rsvd=157, total_alloc=603
          <idle>-0     [000] d.h.    29.412354: irq_matrix_alloc: bit=36 cpu=66 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21970, global_rsvd=157, total_alloc=604
          <idle>-0     [000] d.h.    29.911056: irq_matrix_alloc: bit=36 cpu=79 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21969, global_rsvd=157, total_alloc=605
          <idle>-0     [000] d.h.    30.211924: irq_matrix_free: bit=138 cpu=0 online=1 avl=7 alloc=196 managed=3 online_maps=112 global_avl=21970, global_rsvd=157, total_alloc=604
          <idle>-0     [000] d.h.    30.442300: irq_matrix_alloc: bit=36 cpu=20 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21969, global_rsvd=157, total_alloc=605
          <idle>-0     [000] d.h.    30.921938: irq_matrix_alloc: bit=36 cpu=58 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    30.922040: irq_matrix_free: bit=106 cpu=0 online=1 avl=8 alloc=195 managed=3 online_maps=112 global_avl=21969, global_rsvd=157, total_alloc=605
          <idle>-0     [000] d.h.    32.572763: irq_matrix_alloc: bit=43 cpu=2 online=1 avl=192 alloc=11 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    32.635449: irq_matrix_free: bit=74 cpu=0 online=1 avl=9 alloc=194 managed=3 online_maps=112 global_avl=21969, global_rsvd=157, total_alloc=605
          <idle>-0     [000] d.h.    34.345645: irq_matrix_alloc: bit=37 cpu=61 online=1 avl=198 alloc=3 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    34.345753: irq_matrix_free: bit=155 cpu=0 online=1 avl=10 alloc=193 managed=3 online_maps=112 global_avl=21969, global_rsvd=157, total_alloc=605
          <idle>-0     [000] d.h.    36.163889: irq_matrix_alloc: bit=36 cpu=83 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    36.906139: irq_matrix_alloc: bit=36 cpu=10 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.h.    37.568026: irq_matrix_free: bit=75 cpu=0 online=1 avl=11 alloc=192 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    38.338986: irq_matrix_alloc: bit=36 cpu=3 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.h.    38.339054: irq_matrix_free: bit=70 cpu=0 online=1 avl=12 alloc=191 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    38.500645: irq_matrix_alloc: bit=36 cpu=25 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.h.    38.500675: irq_matrix_free: bit=71 cpu=0 online=1 avl=13 alloc=190 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    38.500731: irq_matrix_alloc: bit=36 cpu=57 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.H.    38.514450: irq_matrix_free: bit=93 cpu=0 online=1 avl=14 alloc=189 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    38.687050: irq_matrix_alloc: bit=36 cpu=72 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.h.    38.687103: irq_matrix_free: bit=125 cpu=0 online=1 avl=15 alloc=188 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    38.848776: irq_matrix_alloc: bit=37 cpu=3 online=1 avl=198 alloc=3 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.h.    38.848826: irq_matrix_free: bit=141 cpu=0 online=1 avl=16 alloc=187 managed=3 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=606
          <idle>-0     [000] d.h.    40.718835: irq_matrix_alloc: bit=36 cpu=65 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=607
          <idle>-0     [000] d.h.    41.154537: irq_matrix_alloc: bit=36 cpu=5 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    41.555780: irq_matrix_alloc: bit=36 cpu=67 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    41.555834: irq_matrix_free: bit=120 cpu=0 online=1 avl=17 alloc=186 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    49.165850: irq_matrix_alloc: bit=37 cpu=74 online=1 avl=198 alloc=3 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    49.296630: irq_matrix_alloc: bit=36 cpu=78 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21964, global_rsvd=157, total_alloc=610
          <idle>-0     [041] d.h.    49.397033: irq_matrix_alloc: bit=44 cpu=2 online=1 avl=191 alloc=12 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=611
          <idle>-0     [000] d.h.    49.397079: irq_matrix_free: bit=36 cpu=41 online=1 avl=200 alloc=1 managed=3 online_maps=112 global_avl=21964, global_rsvd=157, total_alloc=610
          <idle>-0     [000] d.h.    50.394788: irq_matrix_free: bit=126 cpu=0 online=1 avl=18 alloc=185 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    50.697682: irq_matrix_free: bit=78 cpu=0 online=1 avl=19 alloc=184 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    51.818697: irq_matrix_alloc: bit=36 cpu=69 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    52.869372: irq_matrix_free: bit=142 cpu=0 online=1 avl=20 alloc=183 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    53.742944: irq_matrix_alloc: bit=36 cpu=14 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    55.980203: irq_matrix_free: bit=121 cpu=0 online=1 avl=21 alloc=182 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    59.040283: irq_matrix_alloc: bit=36 cpu=81 online=1 avl=199 alloc=2 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    59.263998: irq_matrix_alloc: bit=37 cpu=59 online=1 avl=198 alloc=3 managed=3 online_maps=112 global_avl=21964, global_rsvd=157, total_alloc=610
          <idle>-0     [000] d.h.    60.638570: irq_matrix_free: bit=72 cpu=0 online=1 avl=22 alloc=181 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    65.795292: irq_matrix_free: bit=77 cpu=0 online=1 avl=23 alloc=180 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    69.879067: irq_matrix_alloc: bit=36 cpu=24 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    72.927976: irq_matrix_free: bit=127 cpu=0 online=1 avl=24 alloc=179 managed=3 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=608
          <idle>-0     [000] d.h.    74.883644: irq_matrix_alloc: bit=36 cpu=12 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=609
          <idle>-0     [000] d.h.    75.382764: irq_matrix_alloc: bit=36 cpu=22 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21964, global_rsvd=157, total_alloc=610
          <idle>-0     [000] d.h.    78.975264: irq_matrix_alloc: bit=36 cpu=18 online=1 avl=199 alloc=4 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=611
           rmmod-2716  [042] d...    79.147409: irq_matrix_free: bit=35 cpu=107 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=610
           rmmod-2716  [042] d...    79.147421: irq_matrix_free: bit=35 cpu=101 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=609
           rmmod-2716  [042] d...    79.147425: irq_matrix_free: bit=35 cpu=54 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=608
           rmmod-2716  [042] d...    79.147428: irq_matrix_free: bit=35 cpu=52 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=607
           rmmod-2716  [042] d...    79.147432: irq_matrix_free: bit=35 cpu=50 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=606
           rmmod-2716  [042] d...    79.147435: irq_matrix_free: bit=35 cpu=48 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=605
           rmmod-2716  [042] d...    79.147439: irq_matrix_free: bit=35 cpu=46 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=604
           rmmod-2716  [042] d...    79.147443: irq_matrix_free: bit=35 cpu=44 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=603
           rmmod-2716  [042] d...    79.147446: irq_matrix_free: bit=35 cpu=42 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=602
           rmmod-2716  [042] d...    79.147450: irq_matrix_free: bit=35 cpu=40 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=601
           rmmod-2716  [042] d...    79.147453: irq_matrix_free: bit=35 cpu=38 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=600
           rmmod-2716  [042] d...    79.147456: irq_matrix_free: bit=35 cpu=36 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=599
           rmmod-2716  [042] d...    79.147460: irq_matrix_free: bit=35 cpu=34 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=598
           rmmod-2716  [042] d...    79.147463: irq_matrix_free: bit=35 cpu=32 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=597
           rmmod-2716  [042] d...    79.147466: irq_matrix_free: bit=35 cpu=30 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=596
           rmmod-2716  [042] d...    79.147469: irq_matrix_free: bit=44 cpu=28 online=1 avl=190 alloc=12 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=595
           rmmod-2716  [042] d...    79.147472: irq_matrix_free: bit=35 cpu=79 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=594
           rmmod-2716  [042] d...    79.147476: irq_matrix_free: bit=35 cpu=26 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=593
           rmmod-2716  [042] d...    79.147480: irq_matrix_free: bit=35 cpu=24 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=592
           rmmod-2716  [042] d...    79.147488: irq_matrix_free: bit=35 cpu=22 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=591
           rmmod-2716  [042] d...    79.147491: irq_matrix_free: bit=35 cpu=20 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=590
           rmmod-2716  [042] d...    79.147495: irq_matrix_free: bit=35 cpu=18 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=589
           rmmod-2716  [042] d...    79.147499: irq_matrix_free: bit=35 cpu=16 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=588
           rmmod-2716  [042] d...    79.147503: irq_matrix_free: bit=35 cpu=14 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=587
           rmmod-2716  [042] d...    79.147507: irq_matrix_free: bit=35 cpu=12 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=586
           rmmod-2716  [042] d...    79.147510: irq_matrix_free: bit=35 cpu=10 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=585
           rmmod-2716  [042] d...    79.147514: irq_matrix_free: bit=35 cpu=8 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=584
           rmmod-2716  [042] d...    79.147517: irq_matrix_free: bit=35 cpu=6 online=1 avl=199 alloc=3 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=583
           rmmod-2716  [042] d...    79.147521: irq_matrix_free: bit=35 cpu=4 online=1 avl=200 alloc=2 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=582
           rmmod-2716  [042] d...    79.147524: irq_matrix_free: bit=35 cpu=2 online=1 avl=191 alloc=11 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=581
           rmmod-2716  [042] d...    79.158217: irq_matrix_free: bit=67 cpu=0 online=1 avl=24 alloc=178 managed=3 online_maps=112 global_avl=21963, global_rsvd=157, total_alloc=580
          <idle>-0     [000] d.h.    79.977350: irq_matrix_free: bit=102 cpu=0 online=1 avl=25 alloc=177 managed=3 online_maps=112 global_avl=21964, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179268: irq_matrix_remove_managed: bit=67 cpu=0 online=1 avl=26 alloc=177 managed=2 online_maps=112 global_avl=21965, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179271: irq_matrix_remove_managed: bit=34 cpu=1 online=1 avl=1 alloc=201 managed=2 online_maps=112 global_avl=21966, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179273: irq_matrix_remove_managed: bit=34 cpu=56 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21967, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179274: irq_matrix_remove_managed: bit=34 cpu=57 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21968, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179314: irq_matrix_remove_managed: bit=35 cpu=2 online=1 avl=192 alloc=11 managed=2 online_maps=112 global_avl=21969, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179315: irq_matrix_remove_managed: bit=34 cpu=3 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=21970, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179316: irq_matrix_remove_managed: bit=34 cpu=58 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21971, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179317: irq_matrix_remove_managed: bit=34 cpu=59 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=21972, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179331: irq_matrix_remove_managed: bit=35 cpu=4 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=21973, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179332: irq_matrix_remove_managed: bit=34 cpu=5 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21974, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179333: irq_matrix_remove_managed: bit=34 cpu=60 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21975, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179333: irq_matrix_remove_managed: bit=34 cpu=61 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=21976, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179345: irq_matrix_remove_managed: bit=35 cpu=6 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=21977, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179346: irq_matrix_remove_managed: bit=34 cpu=7 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21978, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179346: irq_matrix_remove_managed: bit=34 cpu=62 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21979, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179347: irq_matrix_remove_managed: bit=34 cpu=63 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21980, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179362: irq_matrix_remove_managed: bit=35 cpu=8 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=21981, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179363: irq_matrix_remove_managed: bit=34 cpu=9 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21982, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179364: irq_matrix_remove_managed: bit=34 cpu=64 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21983, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179364: irq_matrix_remove_managed: bit=34 cpu=65 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21984, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179376: irq_matrix_remove_managed: bit=35 cpu=10 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=21985, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179377: irq_matrix_remove_managed: bit=34 cpu=11 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21986, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179378: irq_matrix_remove_managed: bit=34 cpu=66 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21987, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179378: irq_matrix_remove_managed: bit=34 cpu=67 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21988, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179389: irq_matrix_remove_managed: bit=35 cpu=12 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=21989, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179390: irq_matrix_remove_managed: bit=34 cpu=13 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21990, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179391: irq_matrix_remove_managed: bit=34 cpu=68 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=21991, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179392: irq_matrix_remove_managed: bit=34 cpu=69 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21992, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179403: irq_matrix_remove_managed: bit=35 cpu=14 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=21993, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179404: irq_matrix_remove_managed: bit=34 cpu=15 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21994, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179405: irq_matrix_remove_managed: bit=34 cpu=70 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21995, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179405: irq_matrix_remove_managed: bit=34 cpu=71 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21996, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179418: irq_matrix_remove_managed: bit=35 cpu=16 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=21997, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179419: irq_matrix_remove_managed: bit=34 cpu=17 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=21998, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179420: irq_matrix_remove_managed: bit=34 cpu=72 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=21999, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179421: irq_matrix_remove_managed: bit=34 cpu=73 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22000, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179432: irq_matrix_remove_managed: bit=35 cpu=18 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22001, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179433: irq_matrix_remove_managed: bit=34 cpu=19 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22002, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179434: irq_matrix_remove_managed: bit=34 cpu=74 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22003, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179435: irq_matrix_remove_managed: bit=34 cpu=75 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22004, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179445: irq_matrix_remove_managed: bit=35 cpu=20 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22005, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179446: irq_matrix_remove_managed: bit=34 cpu=21 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22006, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179447: irq_matrix_remove_managed: bit=34 cpu=76 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22007, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179447: irq_matrix_remove_managed: bit=34 cpu=77 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22008, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179459: irq_matrix_remove_managed: bit=35 cpu=22 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22009, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179459: irq_matrix_remove_managed: bit=34 cpu=23 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22010, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179461: irq_matrix_remove_managed: bit=34 cpu=78 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22011, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179471: irq_matrix_remove_managed: bit=35 cpu=24 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22012, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179472: irq_matrix_remove_managed: bit=34 cpu=25 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22013, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179473: irq_matrix_remove_managed: bit=34 cpu=80 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22014, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179484: irq_matrix_remove_managed: bit=35 cpu=26 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22015, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179485: irq_matrix_remove_managed: bit=34 cpu=27 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22016, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179486: irq_matrix_remove_managed: bit=34 cpu=82 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22017, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179496: irq_matrix_remove_managed: bit=35 cpu=79 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22018, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179497: irq_matrix_remove_managed: bit=34 cpu=81 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22019, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179498: irq_matrix_remove_managed: bit=34 cpu=83 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22020, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179509: irq_matrix_remove_managed: bit=44 cpu=28 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22021, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179510: irq_matrix_remove_managed: bit=34 cpu=29 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22022, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179511: irq_matrix_remove_managed: bit=34 cpu=84 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22023, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179511: irq_matrix_remove_managed: bit=34 cpu=85 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22024, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179522: irq_matrix_remove_managed: bit=35 cpu=30 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22025, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179523: irq_matrix_remove_managed: bit=34 cpu=31 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22026, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179523: irq_matrix_remove_managed: bit=34 cpu=86 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22027, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179524: irq_matrix_remove_managed: bit=34 cpu=87 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22028, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179535: irq_matrix_remove_managed: bit=35 cpu=32 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22029, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179535: irq_matrix_remove_managed: bit=34 cpu=33 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22030, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179536: irq_matrix_remove_managed: bit=34 cpu=88 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22031, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179536: irq_matrix_remove_managed: bit=34 cpu=89 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22032, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179548: irq_matrix_remove_managed: bit=35 cpu=34 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22033, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179548: irq_matrix_remove_managed: bit=34 cpu=35 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22034, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179549: irq_matrix_remove_managed: bit=34 cpu=90 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22035, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179550: irq_matrix_remove_managed: bit=34 cpu=91 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22036, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179560: irq_matrix_remove_managed: bit=35 cpu=36 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22037, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179561: irq_matrix_remove_managed: bit=34 cpu=37 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22038, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179561: irq_matrix_remove_managed: bit=34 cpu=92 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22039, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179562: irq_matrix_remove_managed: bit=34 cpu=93 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22040, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179573: irq_matrix_remove_managed: bit=35 cpu=38 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22041, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179574: irq_matrix_remove_managed: bit=34 cpu=39 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22042, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179574: irq_matrix_remove_managed: bit=34 cpu=94 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22043, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179575: irq_matrix_remove_managed: bit=34 cpu=95 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22044, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179585: irq_matrix_remove_managed: bit=35 cpu=40 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22045, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179586: irq_matrix_remove_managed: bit=34 cpu=41 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22046, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179586: irq_matrix_remove_managed: bit=34 cpu=96 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22047, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179587: irq_matrix_remove_managed: bit=34 cpu=97 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22048, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179597: irq_matrix_remove_managed: bit=35 cpu=42 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22049, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179597: irq_matrix_remove_managed: bit=34 cpu=43 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22050, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179598: irq_matrix_remove_managed: bit=34 cpu=98 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22051, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179598: irq_matrix_remove_managed: bit=34 cpu=99 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22052, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179609: irq_matrix_remove_managed: bit=35 cpu=44 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22053, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179610: irq_matrix_remove_managed: bit=34 cpu=45 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22054, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179610: irq_matrix_remove_managed: bit=34 cpu=100 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22055, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179620: irq_matrix_remove_managed: bit=35 cpu=46 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22056, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179621: irq_matrix_remove_managed: bit=34 cpu=47 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22057, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179621: irq_matrix_remove_managed: bit=34 cpu=102 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22058, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179632: irq_matrix_remove_managed: bit=35 cpu=48 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22059, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179633: irq_matrix_remove_managed: bit=34 cpu=49 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22060, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179633: irq_matrix_remove_managed: bit=34 cpu=104 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22061, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179644: irq_matrix_remove_managed: bit=35 cpu=50 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22062, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179645: irq_matrix_remove_managed: bit=34 cpu=51 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22063, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179645: irq_matrix_remove_managed: bit=34 cpu=106 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22064, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179656: irq_matrix_remove_managed: bit=35 cpu=52 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22065, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179657: irq_matrix_remove_managed: bit=34 cpu=53 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22066, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179658: irq_matrix_remove_managed: bit=34 cpu=108 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22067, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179668: irq_matrix_remove_managed: bit=35 cpu=54 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22068, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179669: irq_matrix_remove_managed: bit=34 cpu=55 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22069, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179669: irq_matrix_remove_managed: bit=34 cpu=110 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22070, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179681: irq_matrix_remove_managed: bit=35 cpu=101 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22071, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179682: irq_matrix_remove_managed: bit=34 cpu=103 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22072, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179682: irq_matrix_remove_managed: bit=34 cpu=105 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22073, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179693: irq_matrix_remove_managed: bit=35 cpu=107 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22074, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179694: irq_matrix_remove_managed: bit=34 cpu=109 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22075, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179694: irq_matrix_remove_managed: bit=34 cpu=111 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=157, total_alloc=579
           rmmod-2716  [042] d...    82.179902: irq_matrix_remove_reserved: online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=579
           rmmod-2716  [010] d...    82.220480: irq_matrix_free: bit=33 cpu=107 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=578
           rmmod-2716  [010] d...    82.220495: irq_matrix_free: bit=33 cpu=101 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=577
           rmmod-2716  [010] d...    82.220501: irq_matrix_free: bit=33 cpu=54 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=576
           rmmod-2716  [010] d...    82.220507: irq_matrix_free: bit=33 cpu=52 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=575
           rmmod-2716  [010] d...    82.220512: irq_matrix_free: bit=33 cpu=50 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=574
           rmmod-2716  [010] d...    82.220517: irq_matrix_free: bit=33 cpu=48 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=573
           rmmod-2716  [010] d...    82.220524: irq_matrix_free: bit=33 cpu=46 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=572
           rmmod-2716  [010] d...    82.220529: irq_matrix_free: bit=33 cpu=44 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=571
           rmmod-2716  [010] d...    82.220534: irq_matrix_free: bit=33 cpu=42 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=570
           rmmod-2716  [010] d...    82.220540: irq_matrix_free: bit=33 cpu=40 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=569
           rmmod-2716  [010] d...    82.220545: irq_matrix_free: bit=33 cpu=38 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=568
           rmmod-2716  [010] d...    82.220551: irq_matrix_free: bit=33 cpu=36 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=567
           rmmod-2716  [010] d...    82.220560: irq_matrix_free: bit=33 cpu=34 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=566
           rmmod-2716  [010] d...    82.220567: irq_matrix_free: bit=33 cpu=32 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=565
           rmmod-2716  [010] d...    82.220573: irq_matrix_free: bit=33 cpu=30 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=564
           rmmod-2716  [010] d...    82.220578: irq_matrix_free: bit=34 cpu=28 online=1 avl=191 alloc=11 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=563
           rmmod-2716  [010] d...    82.220584: irq_matrix_free: bit=33 cpu=79 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=562
           rmmod-2716  [010] d...    82.220588: irq_matrix_free: bit=33 cpu=26 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=561
           rmmod-2716  [010] d...    82.220594: irq_matrix_free: bit=33 cpu=24 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=560
           rmmod-2716  [010] d...    82.220599: irq_matrix_free: bit=33 cpu=22 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=559
           rmmod-2716  [010] d...    82.220605: irq_matrix_free: bit=33 cpu=20 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=558
           rmmod-2716  [010] d...    82.220612: irq_matrix_free: bit=33 cpu=18 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=557
           rmmod-2716  [010] d...    82.220618: irq_matrix_free: bit=33 cpu=16 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=556
           rmmod-2716  [010] d...    82.220623: irq_matrix_free: bit=33 cpu=14 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=555
           rmmod-2716  [010] d...    82.220627: irq_matrix_free: bit=33 cpu=12 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=554
           rmmod-2716  [010] d...    82.220633: irq_matrix_free: bit=33 cpu=10 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=553
           rmmod-2716  [010] d...    82.220638: irq_matrix_free: bit=33 cpu=8 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=552
           rmmod-2716  [010] d...    82.220644: irq_matrix_free: bit=33 cpu=6 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=551
           rmmod-2716  [010] d...    82.220650: irq_matrix_free: bit=33 cpu=4 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=550
           rmmod-2716  [010] d...    82.220655: irq_matrix_free: bit=33 cpu=2 online=1 avl=192 alloc=10 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=549
           rmmod-2716  [000] d...    82.231211: irq_matrix_free: bit=55 cpu=0 online=1 avl=26 alloc=176 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339240: irq_matrix_remove_managed: bit=55 cpu=0 online=1 avl=27 alloc=176 managed=1 online_maps=112 global_avl=22077, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339243: irq_matrix_remove_managed: bit=35 cpu=1 online=1 avl=2 alloc=201 managed=1 online_maps=112 global_avl=22078, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339243: irq_matrix_remove_managed: bit=35 cpu=56 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22079, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339244: irq_matrix_remove_managed: bit=35 cpu=57 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22080, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339278: irq_matrix_remove_managed: bit=33 cpu=2 online=1 avl=193 alloc=10 managed=1 online_maps=112 global_avl=22081, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339279: irq_matrix_remove_managed: bit=35 cpu=3 online=1 avl=200 alloc=3 managed=1 online_maps=112 global_avl=22082, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339279: irq_matrix_remove_managed: bit=35 cpu=58 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22083, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339280: irq_matrix_remove_managed: bit=35 cpu=59 online=1 avl=200 alloc=3 managed=1 online_maps=112 global_avl=22084, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339294: irq_matrix_remove_managed: bit=33 cpu=4 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22085, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339295: irq_matrix_remove_managed: bit=35 cpu=5 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22086, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339295: irq_matrix_remove_managed: bit=35 cpu=60 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22087, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339296: irq_matrix_remove_managed: bit=35 cpu=61 online=1 avl=200 alloc=3 managed=1 online_maps=112 global_avl=22088, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339309: irq_matrix_remove_managed: bit=33 cpu=6 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22089, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339309: irq_matrix_remove_managed: bit=35 cpu=7 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22090, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339310: irq_matrix_remove_managed: bit=35 cpu=62 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22091, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339310: irq_matrix_remove_managed: bit=35 cpu=63 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22092, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339322: irq_matrix_remove_managed: bit=33 cpu=8 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22093, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339324: irq_matrix_remove_managed: bit=35 cpu=9 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22094, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339325: irq_matrix_remove_managed: bit=35 cpu=64 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22095, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339326: irq_matrix_remove_managed: bit=35 cpu=65 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22096, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339340: irq_matrix_remove_managed: bit=33 cpu=10 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22097, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339341: irq_matrix_remove_managed: bit=35 cpu=11 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22098, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339342: irq_matrix_remove_managed: bit=35 cpu=66 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22099, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339343: irq_matrix_remove_managed: bit=35 cpu=67 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22100, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339355: irq_matrix_remove_managed: bit=33 cpu=12 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22101, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339355: irq_matrix_remove_managed: bit=35 cpu=13 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22102, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339356: irq_matrix_remove_managed: bit=35 cpu=68 online=1 avl=200 alloc=3 managed=1 online_maps=112 global_avl=22103, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339358: irq_matrix_remove_managed: bit=35 cpu=69 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22104, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339369: irq_matrix_remove_managed: bit=33 cpu=14 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22105, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339370: irq_matrix_remove_managed: bit=35 cpu=15 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22106, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339371: irq_matrix_remove_managed: bit=35 cpu=70 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22107, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339372: irq_matrix_remove_managed: bit=35 cpu=71 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22108, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339383: irq_matrix_remove_managed: bit=33 cpu=16 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22109, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339383: irq_matrix_remove_managed: bit=35 cpu=17 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22110, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339384: irq_matrix_remove_managed: bit=35 cpu=72 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22111, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339385: irq_matrix_remove_managed: bit=35 cpu=73 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22112, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339398: irq_matrix_remove_managed: bit=33 cpu=18 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22113, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339399: irq_matrix_remove_managed: bit=35 cpu=19 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22114, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339400: irq_matrix_remove_managed: bit=35 cpu=74 online=1 avl=200 alloc=3 managed=1 online_maps=112 global_avl=22115, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339400: irq_matrix_remove_managed: bit=35 cpu=75 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22116, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339412: irq_matrix_remove_managed: bit=33 cpu=20 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22117, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339413: irq_matrix_remove_managed: bit=35 cpu=21 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22118, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339413: irq_matrix_remove_managed: bit=35 cpu=76 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22119, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339414: irq_matrix_remove_managed: bit=35 cpu=77 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22120, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339425: irq_matrix_remove_managed: bit=33 cpu=22 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22121, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339426: irq_matrix_remove_managed: bit=35 cpu=23 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22122, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339427: irq_matrix_remove_managed: bit=35 cpu=78 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22123, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339438: irq_matrix_remove_managed: bit=33 cpu=24 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22124, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339438: irq_matrix_remove_managed: bit=35 cpu=25 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22125, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339439: irq_matrix_remove_managed: bit=35 cpu=80 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22126, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339450: irq_matrix_remove_managed: bit=33 cpu=26 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22127, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339451: irq_matrix_remove_managed: bit=35 cpu=27 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22128, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339452: irq_matrix_remove_managed: bit=35 cpu=82 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22129, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339464: irq_matrix_remove_managed: bit=33 cpu=79 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22130, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339465: irq_matrix_remove_managed: bit=35 cpu=81 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22131, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339466: irq_matrix_remove_managed: bit=35 cpu=83 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22132, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339478: irq_matrix_remove_managed: bit=34 cpu=28 online=1 avl=192 alloc=11 managed=1 online_maps=112 global_avl=22133, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339479: irq_matrix_remove_managed: bit=35 cpu=29 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22134, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339480: irq_matrix_remove_managed: bit=35 cpu=84 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22135, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339480: irq_matrix_remove_managed: bit=35 cpu=85 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22136, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339493: irq_matrix_remove_managed: bit=33 cpu=30 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22137, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339495: irq_matrix_remove_managed: bit=35 cpu=31 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22138, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339497: irq_matrix_remove_managed: bit=35 cpu=86 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22139, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339498: irq_matrix_remove_managed: bit=35 cpu=87 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22140, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339510: irq_matrix_remove_managed: bit=33 cpu=32 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22141, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339510: irq_matrix_remove_managed: bit=35 cpu=33 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22142, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339511: irq_matrix_remove_managed: bit=35 cpu=88 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22143, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339511: irq_matrix_remove_managed: bit=35 cpu=89 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22144, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339524: irq_matrix_remove_managed: bit=33 cpu=34 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22145, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339526: irq_matrix_remove_managed: bit=35 cpu=35 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22146, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339526: irq_matrix_remove_managed: bit=35 cpu=90 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22147, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339527: irq_matrix_remove_managed: bit=35 cpu=91 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22148, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339539: irq_matrix_remove_managed: bit=33 cpu=36 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22149, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339540: irq_matrix_remove_managed: bit=35 cpu=37 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22150, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339540: irq_matrix_remove_managed: bit=35 cpu=92 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22151, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339541: irq_matrix_remove_managed: bit=35 cpu=93 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22152, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339552: irq_matrix_remove_managed: bit=33 cpu=38 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22153, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339553: irq_matrix_remove_managed: bit=35 cpu=39 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22154, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339554: irq_matrix_remove_managed: bit=35 cpu=94 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22155, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339555: irq_matrix_remove_managed: bit=35 cpu=95 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22156, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339566: irq_matrix_remove_managed: bit=33 cpu=40 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22157, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339566: irq_matrix_remove_managed: bit=35 cpu=41 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22158, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339567: irq_matrix_remove_managed: bit=35 cpu=96 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22159, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339567: irq_matrix_remove_managed: bit=35 cpu=97 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22160, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339578: irq_matrix_remove_managed: bit=33 cpu=42 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22161, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339579: irq_matrix_remove_managed: bit=35 cpu=43 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22162, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339580: irq_matrix_remove_managed: bit=35 cpu=98 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22163, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339580: irq_matrix_remove_managed: bit=35 cpu=99 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22164, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339593: irq_matrix_remove_managed: bit=33 cpu=44 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22165, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339594: irq_matrix_remove_managed: bit=35 cpu=45 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22166, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339594: irq_matrix_remove_managed: bit=35 cpu=100 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22167, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339607: irq_matrix_remove_managed: bit=33 cpu=46 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22168, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339608: irq_matrix_remove_managed: bit=35 cpu=47 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22169, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339608: irq_matrix_remove_managed: bit=35 cpu=102 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22170, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339619: irq_matrix_remove_managed: bit=33 cpu=48 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22171, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339620: irq_matrix_remove_managed: bit=35 cpu=49 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22172, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339620: irq_matrix_remove_managed: bit=35 cpu=104 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22173, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339632: irq_matrix_remove_managed: bit=33 cpu=50 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22174, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339633: irq_matrix_remove_managed: bit=35 cpu=51 online=1 avl=201 alloc=2 managed=1 online_maps=112 global_avl=22175, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339633: irq_matrix_remove_managed: bit=35 cpu=106 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22176, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339646: irq_matrix_remove_managed: bit=33 cpu=52 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22177, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339647: irq_matrix_remove_managed: bit=35 cpu=53 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22178, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339650: irq_matrix_remove_managed: bit=35 cpu=108 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22179, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339664: irq_matrix_remove_managed: bit=33 cpu=54 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22180, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339664: irq_matrix_remove_managed: bit=35 cpu=55 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22181, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339665: irq_matrix_remove_managed: bit=35 cpu=110 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22182, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339676: irq_matrix_remove_managed: bit=33 cpu=101 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22183, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339678: irq_matrix_remove_managed: bit=35 cpu=103 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22184, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339679: irq_matrix_remove_managed: bit=35 cpu=105 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22185, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339693: irq_matrix_remove_managed: bit=33 cpu=107 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22186, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339694: irq_matrix_remove_managed: bit=35 cpu=109 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22187, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339694: irq_matrix_remove_managed: bit=35 cpu=111 online=1 avl=202 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=156, total_alloc=548
           rmmod-2716  [000] d...    82.339879: irq_matrix_remove_reserved: online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=548
           rmmod-2716  [017] d...    82.396647: irq_matrix_free: bit=33 cpu=111 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=547
           rmmod-2716  [017] d...    82.396658: irq_matrix_free: bit=33 cpu=110 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=546
           rmmod-2716  [017] d...    82.396663: irq_matrix_free: bit=33 cpu=109 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=545
           rmmod-2716  [017] d...    82.396668: irq_matrix_free: bit=33 cpu=108 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=544
           rmmod-2716  [017] d...    82.396672: irq_matrix_free: bit=34 cpu=107 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=543
           rmmod-2716  [017] d...    82.396677: irq_matrix_free: bit=33 cpu=106 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=542
           rmmod-2716  [017] d...    82.396681: irq_matrix_free: bit=33 cpu=105 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=541
           rmmod-2716  [017] d...    82.396687: irq_matrix_free: bit=33 cpu=104 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=540
           rmmod-2716  [017] d...    82.396691: irq_matrix_free: bit=33 cpu=103 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=539
           rmmod-2716  [017] d...    82.396695: irq_matrix_free: bit=33 cpu=102 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=538
           rmmod-2716  [017] d...    82.396699: irq_matrix_free: bit=34 cpu=101 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=537
           rmmod-2716  [017] d...    82.396703: irq_matrix_free: bit=33 cpu=100 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=536
           rmmod-2716  [017] d...    82.396708: irq_matrix_free: bit=33 cpu=99 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=535
           rmmod-2716  [017] d...    82.396712: irq_matrix_free: bit=33 cpu=98 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=534
           rmmod-2716  [017] d...    82.396716: irq_matrix_free: bit=33 cpu=97 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=533
           rmmod-2716  [017] d...    82.396725: irq_matrix_free: bit=33 cpu=96 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=532
           rmmod-2716  [017] d...    82.396731: irq_matrix_free: bit=33 cpu=95 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=531
           rmmod-2716  [017] d...    82.396737: irq_matrix_free: bit=33 cpu=94 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=530
           rmmod-2716  [017] d...    82.396741: irq_matrix_free: bit=33 cpu=93 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=529
           rmmod-2716  [017] d...    82.396745: irq_matrix_free: bit=33 cpu=92 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=528
           rmmod-2716  [017] d...    82.396749: irq_matrix_free: bit=33 cpu=91 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=527
           rmmod-2716  [017] d...    82.396753: irq_matrix_free: bit=33 cpu=90 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=526
           rmmod-2716  [017] d...    82.396758: irq_matrix_free: bit=33 cpu=89 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=525
           rmmod-2716  [017] d...    82.396762: irq_matrix_free: bit=33 cpu=88 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=524
           rmmod-2716  [017] d...    82.396766: irq_matrix_free: bit=33 cpu=87 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=523
           rmmod-2716  [017] d...    82.396771: irq_matrix_free: bit=33 cpu=86 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=522
           rmmod-2716  [017] d...    82.396777: irq_matrix_free: bit=33 cpu=85 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=521
           rmmod-2716  [017] d...    82.396781: irq_matrix_free: bit=33 cpu=84 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=520
           rmmod-2716  [017] d...    82.396786: irq_matrix_free: bit=33 cpu=55 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=519
           rmmod-2716  [017] d...    82.396790: irq_matrix_free: bit=34 cpu=54 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=518
           rmmod-2716  [017] d...    82.396795: irq_matrix_free: bit=33 cpu=53 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=517
           rmmod-2716  [017] d...    82.396800: irq_matrix_free: bit=34 cpu=52 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=516
           rmmod-2716  [017] d...    82.396806: irq_matrix_free: bit=33 cpu=51 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=515
           rmmod-2716  [017] d...    82.396810: irq_matrix_free: bit=34 cpu=50 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=514
           rmmod-2716  [017] d...    82.396814: irq_matrix_free: bit=33 cpu=49 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=513
           rmmod-2716  [017] d...    82.396818: irq_matrix_free: bit=34 cpu=48 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=512
           rmmod-2716  [017] d...    82.396822: irq_matrix_free: bit=33 cpu=47 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=511
           rmmod-2716  [017] d...    82.396827: irq_matrix_free: bit=34 cpu=46 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=510
           rmmod-2716  [017] d...    82.396831: irq_matrix_free: bit=33 cpu=45 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=509
           rmmod-2716  [017] d...    82.396836: irq_matrix_free: bit=34 cpu=44 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=508
           rmmod-2716  [017] d...    82.396841: irq_matrix_free: bit=33 cpu=43 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=507
           rmmod-2716  [017] d...    82.396845: irq_matrix_free: bit=34 cpu=42 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=506
           rmmod-2716  [017] d...    82.396851: irq_matrix_free: bit=33 cpu=41 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=505
           rmmod-2716  [017] d...    82.396854: irq_matrix_free: bit=34 cpu=40 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=504
           rmmod-2716  [017] d...    82.396859: irq_matrix_free: bit=33 cpu=39 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=503
           rmmod-2716  [017] d...    82.396864: irq_matrix_free: bit=34 cpu=38 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=502
           rmmod-2716  [017] d...    82.396868: irq_matrix_free: bit=33 cpu=37 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=501
           rmmod-2716  [017] d...    82.396873: irq_matrix_free: bit=34 cpu=36 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=500
           rmmod-2716  [017] d...    82.396878: irq_matrix_free: bit=33 cpu=35 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=499
           rmmod-2716  [017] d...    82.396882: irq_matrix_free: bit=34 cpu=34 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=498
           rmmod-2716  [017] d...    82.396888: irq_matrix_free: bit=33 cpu=33 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=497
           rmmod-2716  [017] d...    82.396893: irq_matrix_free: bit=34 cpu=32 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=496
           rmmod-2716  [017] d...    82.396897: irq_matrix_free: bit=33 cpu=31 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=495
           rmmod-2716  [017] d...    82.396901: irq_matrix_free: bit=34 cpu=30 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=494
           rmmod-2716  [017] d...    82.396905: irq_matrix_free: bit=33 cpu=29 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=493
           rmmod-2716  [017] d...    82.396909: irq_matrix_free: bit=35 cpu=28 online=1 avl=192 alloc=10 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=492
           rmmod-2716  [017] d...    82.396914: irq_matrix_free: bit=33 cpu=83 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=491
           rmmod-2716  [017] d...    82.396920: irq_matrix_free: bit=33 cpu=82 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=490
           rmmod-2716  [017] d...    82.396924: irq_matrix_free: bit=33 cpu=81 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=489
           rmmod-2716  [017] d...    82.396928: irq_matrix_free: bit=33 cpu=80 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=488
           rmmod-2716  [017] d...    82.396932: irq_matrix_free: bit=34 cpu=79 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=487
           rmmod-2716  [017] d...    82.396937: irq_matrix_free: bit=33 cpu=78 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=486
           rmmod-2716  [017] d...    82.396942: irq_matrix_free: bit=33 cpu=77 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=485
           rmmod-2716  [017] d...    82.396946: irq_matrix_free: bit=33 cpu=76 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=484
           rmmod-2716  [017] d...    82.396950: irq_matrix_free: bit=33 cpu=75 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=483
           rmmod-2716  [017] d...    82.396954: irq_matrix_free: bit=33 cpu=74 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=482
           rmmod-2716  [017] d...    82.396958: irq_matrix_free: bit=33 cpu=73 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=481
           rmmod-2716  [017] d...    82.396965: irq_matrix_free: bit=33 cpu=72 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=480
           rmmod-2716  [017] d...    82.396969: irq_matrix_free: bit=33 cpu=71 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=479
           rmmod-2716  [017] d...    82.396973: irq_matrix_free: bit=33 cpu=70 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=478
           rmmod-2716  [017] d...    82.396976: irq_matrix_free: bit=33 cpu=69 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=477
           rmmod-2716  [017] d...    82.396981: irq_matrix_free: bit=33 cpu=68 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=476
           rmmod-2716  [017] d...    82.396984: irq_matrix_free: bit=33 cpu=67 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=475
           rmmod-2716  [017] d...    82.396989: irq_matrix_free: bit=33 cpu=66 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=474
           rmmod-2716  [017] d...    82.396994: irq_matrix_free: bit=33 cpu=65 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=473
           rmmod-2716  [017] d...    82.396999: irq_matrix_free: bit=33 cpu=64 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=472
           rmmod-2716  [017] d...    82.397002: irq_matrix_free: bit=33 cpu=63 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=471
           rmmod-2716  [017] d...    82.397006: irq_matrix_free: bit=33 cpu=62 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=470
           rmmod-2716  [017] d...    82.397010: irq_matrix_free: bit=33 cpu=61 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=469
           rmmod-2716  [017] d...    82.397014: irq_matrix_free: bit=33 cpu=60 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=468
           rmmod-2716  [017] d...    82.397018: irq_matrix_free: bit=33 cpu=59 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=467
           rmmod-2716  [017] d...    82.397022: irq_matrix_free: bit=33 cpu=58 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=466
           rmmod-2716  [017] d...    82.397025: irq_matrix_free: bit=33 cpu=57 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=465
           rmmod-2716  [017] d...    82.397030: irq_matrix_free: bit=33 cpu=56 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=464
           rmmod-2716  [017] d...    82.397033: irq_matrix_free: bit=33 cpu=27 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=463
           rmmod-2716  [017] d...    82.397037: irq_matrix_free: bit=34 cpu=26 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=462
           rmmod-2716  [017] d...    82.397040: irq_matrix_free: bit=33 cpu=25 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=461
           rmmod-2716  [017] d...    82.397045: irq_matrix_free: bit=34 cpu=24 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=460
           rmmod-2716  [017] d...    82.397049: irq_matrix_free: bit=33 cpu=23 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=459
           rmmod-2716  [017] d...    82.397053: irq_matrix_free: bit=34 cpu=22 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=458
           rmmod-2716  [017] d...    82.397056: irq_matrix_free: bit=33 cpu=21 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=457
           rmmod-2716  [017] d...    82.397060: irq_matrix_free: bit=34 cpu=20 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=456
           rmmod-2716  [017] d...    82.397064: irq_matrix_free: bit=33 cpu=19 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=455
           rmmod-2716  [017] d...    82.397068: irq_matrix_free: bit=34 cpu=18 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=454
           rmmod-2716  [017] d...    82.397072: irq_matrix_free: bit=33 cpu=17 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=453
           rmmod-2716  [017] d...    82.397075: irq_matrix_free: bit=34 cpu=16 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=452
           rmmod-2716  [017] d...    82.397078: irq_matrix_free: bit=33 cpu=15 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=451
           rmmod-2716  [017] d...    82.397082: irq_matrix_free: bit=34 cpu=14 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=450
           rmmod-2716  [017] d...    82.397085: irq_matrix_free: bit=33 cpu=13 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=449
           rmmod-2716  [017] d...    82.397089: irq_matrix_free: bit=34 cpu=12 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=448
           rmmod-2716  [017] d...    82.397093: irq_matrix_free: bit=33 cpu=11 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=447
           rmmod-2716  [017] d...    82.397097: irq_matrix_free: bit=34 cpu=10 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=446
           rmmod-2716  [017] d...    82.397101: irq_matrix_free: bit=33 cpu=9 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=445
           rmmod-2716  [017] d...    82.397106: irq_matrix_free: bit=34 cpu=8 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=444
           rmmod-2716  [017] d...    82.397109: irq_matrix_free: bit=33 cpu=7 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=443
           rmmod-2716  [017] d...    82.397113: irq_matrix_free: bit=34 cpu=6 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=442
           rmmod-2716  [017] d...    82.397118: irq_matrix_free: bit=33 cpu=5 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=441
           rmmod-2716  [017] d...    82.397122: irq_matrix_free: bit=34 cpu=4 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=440
           rmmod-2716  [017] d...    82.397126: irq_matrix_free: bit=33 cpu=3 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=439
           rmmod-2716  [017] d...    82.397130: irq_matrix_free: bit=34 cpu=2 online=1 avl=193 alloc=9 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=438
           rmmod-2716  [017] d...    82.397142: irq_matrix_free: bit=33 cpu=1 online=1 avl=2 alloc=200 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=437
           rmmod-2716  [000] d...    82.416214: irq_matrix_free: bit=56 cpu=0 online=1 avl=27 alloc=175 managed=1 online_maps=112 global_avl=22188, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435256: irq_matrix_remove_managed: bit=56 cpu=0 online=1 avl=28 alloc=175 managed=0 online_maps=112 global_avl=22189, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435299: irq_matrix_remove_managed: bit=33 cpu=1 online=1 avl=3 alloc=200 managed=0 online_maps=112 global_avl=22190, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435316: irq_matrix_remove_managed: bit=34 cpu=2 online=1 avl=194 alloc=9 managed=0 online_maps=112 global_avl=22191, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435329: irq_matrix_remove_managed: bit=33 cpu=3 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22192, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435344: irq_matrix_remove_managed: bit=34 cpu=4 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22193, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435356: irq_matrix_remove_managed: bit=33 cpu=5 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22194, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435369: irq_matrix_remove_managed: bit=34 cpu=6 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22195, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435382: irq_matrix_remove_managed: bit=33 cpu=7 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22196, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435395: irq_matrix_remove_managed: bit=34 cpu=8 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22197, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435407: irq_matrix_remove_managed: bit=33 cpu=9 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22198, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435418: irq_matrix_remove_managed: bit=34 cpu=10 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22199, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435430: irq_matrix_remove_managed: bit=33 cpu=11 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22200, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435441: irq_matrix_remove_managed: bit=34 cpu=12 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22201, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435453: irq_matrix_remove_managed: bit=33 cpu=13 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22202, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435463: irq_matrix_remove_managed: bit=34 cpu=14 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22203, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435474: irq_matrix_remove_managed: bit=33 cpu=15 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22204, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435485: irq_matrix_remove_managed: bit=34 cpu=16 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22205, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435497: irq_matrix_remove_managed: bit=33 cpu=17 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22206, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435509: irq_matrix_remove_managed: bit=34 cpu=18 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22207, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435520: irq_matrix_remove_managed: bit=33 cpu=19 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22208, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435530: irq_matrix_remove_managed: bit=34 cpu=20 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22209, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435542: irq_matrix_remove_managed: bit=33 cpu=21 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22210, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435554: irq_matrix_remove_managed: bit=34 cpu=22 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22211, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435565: irq_matrix_remove_managed: bit=33 cpu=23 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22212, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435576: irq_matrix_remove_managed: bit=34 cpu=24 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22213, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435588: irq_matrix_remove_managed: bit=33 cpu=25 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22214, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435599: irq_matrix_remove_managed: bit=34 cpu=26 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22215, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435612: irq_matrix_remove_managed: bit=33 cpu=27 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22216, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435624: irq_matrix_remove_managed: bit=33 cpu=56 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22217, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435635: irq_matrix_remove_managed: bit=33 cpu=57 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22218, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435645: irq_matrix_remove_managed: bit=33 cpu=58 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22219, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435656: irq_matrix_remove_managed: bit=33 cpu=59 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22220, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435668: irq_matrix_remove_managed: bit=33 cpu=60 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22221, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435679: irq_matrix_remove_managed: bit=33 cpu=61 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22222, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435691: irq_matrix_remove_managed: bit=33 cpu=62 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22223, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435704: irq_matrix_remove_managed: bit=33 cpu=63 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22224, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435716: irq_matrix_remove_managed: bit=33 cpu=64 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22225, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435727: irq_matrix_remove_managed: bit=33 cpu=65 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22226, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435739: irq_matrix_remove_managed: bit=33 cpu=66 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22227, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435749: irq_matrix_remove_managed: bit=33 cpu=67 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22228, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435760: irq_matrix_remove_managed: bit=33 cpu=68 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22229, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435772: irq_matrix_remove_managed: bit=33 cpu=69 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22230, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435783: irq_matrix_remove_managed: bit=33 cpu=70 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22231, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435793: irq_matrix_remove_managed: bit=33 cpu=71 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22232, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435803: irq_matrix_remove_managed: bit=33 cpu=72 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22233, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435815: irq_matrix_remove_managed: bit=33 cpu=73 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22234, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435826: irq_matrix_remove_managed: bit=33 cpu=74 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22235, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435837: irq_matrix_remove_managed: bit=33 cpu=75 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22236, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435848: irq_matrix_remove_managed: bit=33 cpu=76 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22237, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435859: irq_matrix_remove_managed: bit=33 cpu=77 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22238, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435870: irq_matrix_remove_managed: bit=33 cpu=78 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22239, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435881: irq_matrix_remove_managed: bit=34 cpu=79 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22240, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435891: irq_matrix_remove_managed: bit=33 cpu=80 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22241, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435903: irq_matrix_remove_managed: bit=33 cpu=81 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22242, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435914: irq_matrix_remove_managed: bit=33 cpu=82 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22243, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435925: irq_matrix_remove_managed: bit=33 cpu=83 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22244, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435936: irq_matrix_remove_managed: bit=35 cpu=28 online=1 avl=193 alloc=10 managed=0 online_maps=112 global_avl=22245, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435948: irq_matrix_remove_managed: bit=33 cpu=29 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22246, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435959: irq_matrix_remove_managed: bit=34 cpu=30 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22247, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435970: irq_matrix_remove_managed: bit=33 cpu=31 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22248, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435980: irq_matrix_remove_managed: bit=34 cpu=32 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22249, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.435990: irq_matrix_remove_managed: bit=33 cpu=33 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22250, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436002: irq_matrix_remove_managed: bit=34 cpu=34 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22251, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436015: irq_matrix_remove_managed: bit=33 cpu=35 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22252, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436026: irq_matrix_remove_managed: bit=34 cpu=36 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22253, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436038: irq_matrix_remove_managed: bit=33 cpu=37 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22254, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436049: irq_matrix_remove_managed: bit=34 cpu=38 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22255, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436061: irq_matrix_remove_managed: bit=33 cpu=39 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22256, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436073: irq_matrix_remove_managed: bit=34 cpu=40 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22257, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436087: irq_matrix_remove_managed: bit=33 cpu=41 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22258, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436099: irq_matrix_remove_managed: bit=34 cpu=42 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22259, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436111: irq_matrix_remove_managed: bit=33 cpu=43 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22260, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436123: irq_matrix_remove_managed: bit=34 cpu=44 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22261, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436154: irq_matrix_remove_managed: bit=33 cpu=45 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22262, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436165: irq_matrix_remove_managed: bit=34 cpu=46 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22263, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436178: irq_matrix_remove_managed: bit=33 cpu=47 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22264, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436190: irq_matrix_remove_managed: bit=34 cpu=48 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22265, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436201: irq_matrix_remove_managed: bit=33 cpu=49 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22266, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436211: irq_matrix_remove_managed: bit=34 cpu=50 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22267, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436223: irq_matrix_remove_managed: bit=33 cpu=51 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22268, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436234: irq_matrix_remove_managed: bit=34 cpu=52 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22269, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436245: irq_matrix_remove_managed: bit=33 cpu=53 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22270, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436256: irq_matrix_remove_managed: bit=34 cpu=54 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22271, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436266: irq_matrix_remove_managed: bit=33 cpu=55 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22272, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436277: irq_matrix_remove_managed: bit=33 cpu=84 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22273, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436289: irq_matrix_remove_managed: bit=33 cpu=85 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22274, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436299: irq_matrix_remove_managed: bit=33 cpu=86 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22275, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436309: irq_matrix_remove_managed: bit=33 cpu=87 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22276, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436320: irq_matrix_remove_managed: bit=33 cpu=88 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22277, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436330: irq_matrix_remove_managed: bit=33 cpu=89 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22278, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436342: irq_matrix_remove_managed: bit=33 cpu=90 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22279, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436352: irq_matrix_remove_managed: bit=33 cpu=91 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22280, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436363: irq_matrix_remove_managed: bit=33 cpu=92 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22281, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436376: irq_matrix_remove_managed: bit=33 cpu=93 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22282, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436388: irq_matrix_remove_managed: bit=33 cpu=94 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22283, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436399: irq_matrix_remove_managed: bit=33 cpu=95 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22284, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436411: irq_matrix_remove_managed: bit=33 cpu=96 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22285, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436421: irq_matrix_remove_managed: bit=33 cpu=97 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22286, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436433: irq_matrix_remove_managed: bit=33 cpu=98 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22287, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436443: irq_matrix_remove_managed: bit=33 cpu=99 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22288, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436455: irq_matrix_remove_managed: bit=33 cpu=100 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22289, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436466: irq_matrix_remove_managed: bit=34 cpu=101 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22290, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436477: irq_matrix_remove_managed: bit=33 cpu=102 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22291, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436488: irq_matrix_remove_managed: bit=33 cpu=103 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22292, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436498: irq_matrix_remove_managed: bit=33 cpu=104 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22293, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436509: irq_matrix_remove_managed: bit=33 cpu=105 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22294, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436519: irq_matrix_remove_managed: bit=33 cpu=106 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22295, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436530: irq_matrix_remove_managed: bit=34 cpu=107 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22296, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436540: irq_matrix_remove_managed: bit=33 cpu=108 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22297, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436552: irq_matrix_remove_managed: bit=33 cpu=109 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22298, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436564: irq_matrix_remove_managed: bit=33 cpu=110 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22299, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436576: irq_matrix_remove_managed: bit=33 cpu=111 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22300, global_rsvd=155, total_alloc=436
           rmmod-2716  [000] d...    85.436859: irq_matrix_remove_reserved: online_maps=112 global_avl=22300, global_rsvd=154, total_alloc=436
          <idle>-0     [000] d.h.    93.295397: irq_matrix_alloc: bit=33 cpu=25 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22299, global_rsvd=154, total_alloc=437
          <idle>-0     [000] d.h.    93.295511: irq_matrix_free: bit=117 cpu=0 online=1 avl=29 alloc=174 managed=0 online_maps=112 global_avl=22300, global_rsvd=154, total_alloc=436
          <idle>-0     [000] d.h.    97.500045: irq_matrix_alloc: bit=33 cpu=70 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22299, global_rsvd=154, total_alloc=437
          <idle>-0     [000] d.h.    97.500244: irq_matrix_alloc: bit=33 cpu=57 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22298, global_rsvd=154, total_alloc=438
          <idle>-0     [000] d.h.    99.497881: irq_matrix_free: bit=158 cpu=0 online=1 avl=30 alloc=173 managed=0 online_maps=112 global_avl=22299, global_rsvd=154, total_alloc=437
          <idle>-0     [000] d.h.   103.613855: irq_matrix_alloc: bit=33 cpu=19 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22298, global_rsvd=154, total_alloc=438
          <idle>-0     [000] d.h.   103.613967: irq_matrix_free: bit=161 cpu=0 online=1 avl=31 alloc=172 managed=0 online_maps=112 global_avl=22299, global_rsvd=154, total_alloc=437
          <idle>-0     [000] d.h.   104.491640: irq_matrix_alloc: bit=33 cpu=74 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22298, global_rsvd=154, total_alloc=438
          <idle>-0     [000] dNH.   104.491660: irq_matrix_alloc: bit=33 cpu=60 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22297, global_rsvd=154, total_alloc=439
          <idle>-0     [000] d.h.   106.489366: irq_matrix_free: bit=118 cpu=0 online=1 avl=32 alloc=171 managed=0 online_maps=112 global_avl=22298, global_rsvd=154, total_alloc=438
          <idle>-0     [000] d.h.   110.108165: irq_matrix_alloc: bit=33 cpu=17 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22297, global_rsvd=154, total_alloc=439
          <idle>-0     [000] d.h.   114.557729: irq_matrix_alloc: bit=34 cpu=70 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22296, global_rsvd=154, total_alloc=440
          <idle>-0     [000] d.h.   137.698911: irq_matrix_alloc: bit=33 cpu=27 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22295, global_rsvd=154, total_alloc=441
          <idle>-0     [000] d.h.   137.699028: irq_matrix_free: bit=100 cpu=0 online=1 avl=33 alloc=170 managed=0 online_maps=112 global_avl=22296, global_rsvd=154, total_alloc=440
          <idle>-0     [000] d.h.   149.306669: irq_matrix_alloc: bit=33 cpu=4 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22295, global_rsvd=154, total_alloc=441
          <idle>-0     [000] d.h.   154.237450: irq_matrix_alloc: bit=33 cpu=67 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22294, global_rsvd=154, total_alloc=442
          <idle>-0     [000] d.h.   157.644612: irq_matrix_free: bit=84 cpu=0 online=1 avl=34 alloc=169 managed=0 online_maps=112 global_avl=22295, global_rsvd=154, total_alloc=441
          <idle>-0     [000] d.h.   159.027332: irq_matrix_free: bit=136 cpu=0 online=1 avl=35 alloc=168 managed=0 online_maps=112 global_avl=22296, global_rsvd=154, total_alloc=440
          <idle>-0     [000] d.h.   172.115685: irq_matrix_free: bit=88 cpu=0 online=1 avl=36 alloc=167 managed=0 online_maps=112 global_avl=22297, global_rsvd=154, total_alloc=439
          <idle>-0     [000] d.h.   178.905771: irq_matrix_alloc: bit=33 cpu=77 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22296, global_rsvd=154, total_alloc=440
          <idle>-0     [000] d.h.   181.930704: irq_matrix_alloc: bit=33 cpu=2 online=1 avl=193 alloc=10 managed=0 online_maps=112 global_avl=22295, global_rsvd=154, total_alloc=441
          <idle>-0     [000] d.h.   183.186412: irq_matrix_alloc: bit=33 cpu=26 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22294, global_rsvd=154, total_alloc=442
          <idle>-0     [000] d.h.   188.680707: irq_matrix_alloc: bit=33 cpu=21 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22293, global_rsvd=154, total_alloc=443
          <idle>-0     [000] d.h.   189.376055: irq_matrix_alloc: bit=33 cpu=22 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22292, global_rsvd=154, total_alloc=444
          <idle>-0     [000] d.h.   205.590070: irq_matrix_free: bit=107 cpu=0 online=1 avl=37 alloc=166 managed=0 online_maps=112 global_avl=22293, global_rsvd=154, total_alloc=443
          <idle>-0     [000] d.h.   209.948357: irq_matrix_alloc: bit=33 cpu=18 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22292, global_rsvd=154, total_alloc=444
          <idle>-0     [000] d.h.   219.100715: irq_matrix_alloc: bit=34 cpu=27 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22291, global_rsvd=154, total_alloc=445
          <idle>-0     [000] d.h.   231.244357: irq_matrix_alloc: bit=33 cpu=72 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22290, global_rsvd=154, total_alloc=446
          <idle>-0     [000] d.h.   231.352425: irq_matrix_alloc: bit=33 cpu=75 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22289, global_rsvd=154, total_alloc=447
          <idle>-0     [000] d.h.   231.452590: irq_matrix_alloc: bit=33 cpu=12 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   245.613820: irq_matrix_free: bit=135 cpu=0 online=1 avl=38 alloc=165 managed=0 online_maps=112 global_avl=22289, global_rsvd=154, total_alloc=447
          <idle>-0     [000] d.h.   246.331502: irq_matrix_alloc: bit=33 cpu=63 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   259.696329: irq_matrix_alloc: bit=33 cpu=23 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   260.756563: irq_matrix_alloc: bit=33 cpu=82 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   269.853335: irq_matrix_alloc: bit=33 cpu=14 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   273.396519: irq_matrix_alloc: bit=34 cpu=22 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22284, global_rsvd=154, total_alloc=452
          <idle>-0     [000] d.h.   273.396635: irq_matrix_free: bit=99 cpu=0 online=1 avl=39 alloc=164 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   323.471381: irq_matrix_free: bit=130 cpu=0 online=1 avl=40 alloc=163 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [051] d.h.   345.611101: irq_matrix_alloc: bit=33 cpu=61 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   345.611153: irq_matrix_free: bit=36 cpu=51 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   346.478662: irq_matrix_alloc: bit=33 cpu=24 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   354.159568: irq_matrix_free: bit=151 cpu=0 online=1 avl=41 alloc=162 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   354.247483: irq_matrix_free: bit=108 cpu=0 online=1 avl=42 alloc=161 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   360.686467: irq_matrix_alloc: bit=34 cpu=82 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   368.698960: irq_matrix_alloc: bit=33 cpu=10 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   371.312264: irq_matrix_alloc: bit=34 cpu=72 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22284, global_rsvd=154, total_alloc=452
          <idle>-0     [000] d.h.   376.667286: irq_matrix_free: bit=133 cpu=0 online=1 avl=43 alloc=160 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   377.155333: irq_matrix_free: bit=123 cpu=0 online=1 avl=44 alloc=159 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   380.338598: irq_matrix_free: bit=147 cpu=0 online=1 avl=45 alloc=158 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [042] d.h.   391.948786: irq_matrix_alloc: bit=33 cpu=69 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   391.948837: irq_matrix_free: bit=36 cpu=42 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   393.060809: irq_matrix_alloc: bit=33 cpu=16 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [090] d.h.   394.885075: irq_matrix_alloc: bit=33 cpu=66 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   394.885130: irq_matrix_free: bit=36 cpu=90 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   396.417009: irq_matrix_alloc: bit=33 cpu=76 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   405.168971: irq_matrix_alloc: bit=33 cpu=11 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22284, global_rsvd=154, total_alloc=452
          <idle>-0     [000] d.h.   405.234728: irq_matrix_free: bit=103 cpu=0 online=1 avl=46 alloc=157 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [091] d.h.   413.436794: irq_matrix_alloc: bit=34 cpu=76 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22284, global_rsvd=154, total_alloc=452
          <idle>-0     [000] d.h.   413.436847: irq_matrix_free: bit=36 cpu=91 online=1 avl=203 alloc=0 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   418.498830: irq_matrix_alloc: bit=34 cpu=11 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22284, global_rsvd=154, total_alloc=452
          <idle>-0     [000] d.h.   418.530271: irq_matrix_free: bit=95 cpu=0 online=1 avl=47 alloc=156 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   421.634641: irq_matrix_free: bit=157 cpu=0 online=1 avl=48 alloc=155 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   441.679430: irq_matrix_free: bit=122 cpu=0 online=1 avl=49 alloc=154 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   448.622142: irq_matrix_alloc: bit=34 cpu=69 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   454.206511: irq_matrix_alloc: bit=34 cpu=19 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22285, global_rsvd=154, total_alloc=451
          <idle>-0     [000] d.h.   456.101180: irq_matrix_free: bit=83 cpu=0 online=1 avl=50 alloc=153 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   463.519081: irq_matrix_free: bit=146 cpu=0 online=1 avl=51 alloc=152 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   464.479150: irq_matrix_free: bit=111 cpu=0 online=1 avl=52 alloc=151 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   467.685945: irq_matrix_alloc: bit=33 cpu=1 online=1 avl=2 alloc=201 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   470.154413: irq_matrix_alloc: bit=33 cpu=80 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   477.545272: irq_matrix_free: bit=105 cpu=0 online=1 avl=53 alloc=150 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   482.264136: irq_matrix_alloc: bit=33 cpu=20 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22286, global_rsvd=154, total_alloc=450
          <idle>-0     [000] d.h.   493.358179: irq_matrix_free: bit=152 cpu=0 online=1 avl=54 alloc=149 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   497.391855: irq_matrix_free: bit=144 cpu=0 online=1 avl=55 alloc=148 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   508.720482: irq_matrix_alloc: bit=33 cpu=79 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   510.672984: irq_matrix_free: bit=87 cpu=0 online=1 avl=56 alloc=147 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   511.193979: irq_matrix_alloc: bit=33 cpu=62 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22287, global_rsvd=154, total_alloc=449
          <idle>-0     [000] d.h.   512.695266: irq_matrix_free: bit=80 cpu=0 online=1 avl=57 alloc=146 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   518.446075: irq_matrix_free: bit=104 cpu=0 online=1 avl=58 alloc=145 managed=0 online_maps=112 global_avl=22289, global_rsvd=154, total_alloc=447
          <idle>-0     [000] d.h.   520.181746: irq_matrix_alloc: bit=33 cpu=71 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   525.760615: irq_matrix_free: bit=89 cpu=0 online=1 avl=59 alloc=144 managed=0 online_maps=112 global_avl=22289, global_rsvd=154, total_alloc=447
          <idle>-0     [000] d.h.   530.854880: irq_matrix_alloc: bit=33 cpu=13 online=1 avl=202 alloc=1 managed=0 online_maps=112 global_avl=22288, global_rsvd=154, total_alloc=448
          <idle>-0     [000] d.h.   535.610640: irq_matrix_free: bit=154 cpu=0 online=1 avl=60 alloc=143 managed=0 online_maps=112 global_avl=22289, global_rsvd=154, total_alloc=447
          <idle>-0     [000] d.h.   579.115769: irq_matrix_free: bit=96 cpu=0 online=1 avl=61 alloc=142 managed=0 online_maps=112 global_avl=22290, global_rsvd=154, total_alloc=446
          <idle>-0     [000] d.h.   598.857174: irq_matrix_free: bit=76 cpu=0 online=1 avl=62 alloc=141 managed=0 online_maps=112 global_avl=22291, global_rsvd=154, total_alloc=445
          <idle>-0     [000] d.h.   600.341229: irq_matrix_alloc: bit=33 cpu=9 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22290, global_rsvd=154, total_alloc=446
          <idle>-0     [000] d.h.   600.800427: irq_matrix_free: bit=150 cpu=0 online=1 avl=63 alloc=140 managed=0 online_maps=112 global_avl=22291, global_rsvd=154, total_alloc=445
          <idle>-0     [000] d.h.   604.484286: irq_matrix_free: bit=145 cpu=0 online=1 avl=64 alloc=139 managed=0 online_maps=112 global_avl=22292, global_rsvd=154, total_alloc=444
          <idle>-0     [000] d.h.   606.758704: irq_matrix_free: bit=148 cpu=0 online=1 avl=65 alloc=138 managed=0 online_maps=112 global_avl=22293, global_rsvd=154, total_alloc=443
          <idle>-0     [000] d.h.   650.082355: irq_matrix_free: bit=91 cpu=0 online=1 avl=66 alloc=137 managed=0 online_maps=112 global_avl=22294, global_rsvd=154, total_alloc=442
          <idle>-0     [000] d.h.   653.692163: irq_matrix_free: bit=101 cpu=0 online=1 avl=67 alloc=136 managed=0 online_maps=112 global_avl=22295, global_rsvd=154, total_alloc=441
          <idle>-0     [000] d.h.   654.938872: irq_matrix_free: bit=134 cpu=0 online=1 avl=68 alloc=135 managed=0 online_maps=112 global_avl=22296, global_rsvd=154, total_alloc=440
          <idle>-0     [000] d.h.   722.226139: irq_matrix_free: bit=97 cpu=0 online=1 avl=69 alloc=134 managed=0 online_maps=112 global_avl=22297, global_rsvd=154, total_alloc=439
          <idle>-0     [000] d.h.   723.193948: irq_matrix_alloc: bit=33 cpu=15 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22296, global_rsvd=154, total_alloc=440
          <idle>-0     [000] d.h.   726.452189: irq_matrix_free: bit=79 cpu=0 online=1 avl=70 alloc=133 managed=0 online_maps=112 global_avl=22297, global_rsvd=154, total_alloc=439
          <idle>-0     [000] d.h.   733.918225: irq_matrix_free: bit=81 cpu=0 online=1 avl=71 alloc=132 managed=0 online_maps=112 global_avl=22298, global_rsvd=154, total_alloc=438
          <idle>-0     [000] d.h.   736.707625: irq_matrix_free: bit=112 cpu=0 online=1 avl=72 alloc=131 managed=0 online_maps=112 global_avl=22299, global_rsvd=154, total_alloc=437
          <idle>-0     [000] d.h.   744.358294: irq_matrix_free: bit=149 cpu=0 online=1 avl=73 alloc=130 managed=0 online_maps=112 global_avl=22300, global_rsvd=154, total_alloc=436
          <idle>-0     [000] d.h.   776.451074: irq_matrix_free: bit=114 cpu=0 online=1 avl=74 alloc=129 managed=0 online_maps=112 global_avl=22301, global_rsvd=154, total_alloc=435
          <idle>-0     [000] d.h.   827.443187: irq_matrix_free: bit=153 cpu=0 online=1 avl=75 alloc=128 managed=0 online_maps=112 global_avl=22302, global_rsvd=154, total_alloc=434
          <idle>-0     [000] d.h.   908.133392: irq_matrix_free: bit=139 cpu=0 online=1 avl=76 alloc=127 managed=0 online_maps=112 global_avl=22303, global_rsvd=154, total_alloc=433
          <idle>-0     [000] d.h.   930.077710: irq_matrix_free: bit=115 cpu=0 online=1 avl=77 alloc=126 managed=0 online_maps=112 global_avl=22304, global_rsvd=154, total_alloc=432
          <idle>-0     [000] d.h.  1030.844443: irq_matrix_alloc: bit=34 cpu=26 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22303, global_rsvd=154, total_alloc=433
          <idle>-0     [000] d.h.  1031.592697: irq_matrix_free: bit=98 cpu=0 online=1 avl=78 alloc=125 managed=0 online_maps=112 global_avl=22304, global_rsvd=154, total_alloc=432
          <idle>-0     [000] d.h.  1171.195831: irq_matrix_free: bit=143 cpu=0 online=1 avl=79 alloc=124 managed=0 online_maps=112 global_avl=22305, global_rsvd=154, total_alloc=431
          <idle>-0     [000] d.h.  1199.258763: irq_matrix_free: bit=162 cpu=0 online=1 avl=80 alloc=123 managed=0 online_maps=112 global_avl=22306, global_rsvd=154, total_alloc=430
          <idle>-0     [000] d.h.  1225.494796: irq_matrix_free: bit=90 cpu=0 online=1 avl=81 alloc=122 managed=0 online_maps=112 global_avl=22307, global_rsvd=154, total_alloc=429
          <idle>-0     [000] d.h.  1240.435747: irq_matrix_free: bit=113 cpu=0 online=1 avl=82 alloc=121 managed=0 online_maps=112 global_avl=22308, global_rsvd=154, total_alloc=428
          <idle>-0     [000] d.h.  1248.567481: irq_matrix_free: bit=86 cpu=0 online=1 avl=83 alloc=120 managed=0 online_maps=112 global_avl=22309, global_rsvd=154, total_alloc=427
          <idle>-0     [000] d.h.  1319.741025: irq_matrix_free: bit=140 cpu=0 online=1 avl=84 alloc=119 managed=0 online_maps=112 global_avl=22310, global_rsvd=154, total_alloc=426
          <idle>-0     [000] d.h.  1439.068030: irq_matrix_free: bit=124 cpu=0 online=1 avl=85 alloc=118 managed=0 online_maps=112 global_avl=22311, global_rsvd=154, total_alloc=425
          <idle>-0     [026] d.h.  5556.601784: irq_matrix_alloc: bit=34 cpu=9 online=1 avl=200 alloc=3 managed=0 online_maps=112 global_avl=22310, global_rsvd=154, total_alloc=426
          <idle>-0     [026] d.h.  5928.752283: irq_matrix_free: bit=33 cpu=26 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22311, global_rsvd=154, total_alloc=425
          <idle>-0     [009] d.h.  8490.671678: irq_matrix_alloc: bit=34 cpu=21 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22310, global_rsvd=154, total_alloc=426
          <idle>-0     [009] d.h.  9206.630291: irq_matrix_free: bit=33 cpu=9 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22311, global_rsvd=154, total_alloc=425
          <idle>-0     [000] d.h. 10857.459172: irq_matrix_alloc: bit=34 cpu=77 online=1 avl=201 alloc=2 managed=0 online_maps=112 global_avl=22310, global_rsvd=154, total_alloc=426
          <idle>-0     [000] d.h. 10858.207365: irq_matrix_free: bit=92 cpu=0 online=1 avl=86 alloc=117 managed=0 online_maps=112 global_avl=22311, global_rsvd=154, total_alloc=425
  kworker/u673:5-895   [008] d... 16181.661555: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=155, total_alloc=425
  kworker/u673:5-895   [008] d... 16181.661721: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=156, total_alloc=425
  kworker/u674:4-1502  [030] d... 16181.662350: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=157, total_alloc=425
           <...>-2823  [009] d... 16181.662460: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=158, total_alloc=425
  kworker/u674:4-1502  [030] d... 16181.662540: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=159, total_alloc=425
           <...>-2823  [009] d... 16181.662598: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=160, total_alloc=425
  kworker/u673:5-895   [008] d... 16181.868192: irq_matrix_alloc: bit=33 cpu=0 online=1 avl=85 alloc=118 managed=0 online_maps=112 global_avl=22310, global_rsvd=159, total_alloc=426
  kworker/u673:0-2823  [009] d... 16181.868197: irq_matrix_alloc: bit=42 cpu=0 online=1 avl=84 alloc=119 managed=0 online_maps=112 global_avl=22309, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d... 16181.869314: irq_matrix_free: bit=33 cpu=0 online=1 avl=85 alloc=118 managed=0 online_maps=112 global_avl=22310, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.869316: irq_matrix_reserve: online_maps=112 global_avl=22310, global_rsvd=159, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.869341: irq_matrix_remove_reserved: online_maps=112 global_avl=22310, global_rsvd=158, total_alloc=426
  kworker/u673:0-2823  [001] d... 16181.869580: irq_matrix_free: bit=42 cpu=0 online=1 avl=86 alloc=117 managed=0 online_maps=112 global_avl=22311, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869582: irq_matrix_reserve: online_maps=112 global_avl=22311, global_rsvd=159, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869611: irq_matrix_remove_reserved: online_maps=112 global_avl=22311, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.869657: irq_matrix_reserve_managed: bit=33 cpu=0 online=1 avl=85 alloc=117 managed=1 online_maps=112 global_avl=22310, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.869719: irq_matrix_reserve_managed: bit=34 cpu=1 online=1 avl=1 alloc=201 managed=1 online_maps=112 global_avl=22309, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.869769: irq_matrix_reserve_managed: bit=34 cpu=2 online=1 avl=192 alloc=10 managed=1 online_maps=112 global_avl=22308, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.869817: irq_matrix_reserve_managed: bit=33 cpu=3 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22307, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869883: irq_matrix_reserve_managed: bit=42 cpu=0 online=1 avl=84 alloc=117 managed=2 online_maps=112 global_avl=22306, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869884: irq_matrix_reserve_managed: bit=35 cpu=1 online=1 avl=0 alloc=201 managed=2 online_maps=112 global_avl=22305, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869885: irq_matrix_reserve_managed: bit=33 cpu=56 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22304, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869885: irq_matrix_reserve_managed: bit=34 cpu=57 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22303, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.869930: irq_matrix_reserve_managed: bit=34 cpu=4 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22302, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869984: irq_matrix_reserve_managed: bit=35 cpu=2 online=1 avl=191 alloc=10 managed=2 online_maps=112 global_avl=22301, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869985: irq_matrix_reserve_managed: bit=34 cpu=3 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22300, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869985: irq_matrix_reserve_managed: bit=33 cpu=58 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22299, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.869986: irq_matrix_reserve_managed: bit=33 cpu=59 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22298, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870032: irq_matrix_reserve_managed: bit=33 cpu=5 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22297, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870084: irq_matrix_reserve_managed: bit=35 cpu=4 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22296, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870085: irq_matrix_reserve_managed: bit=34 cpu=5 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22295, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870085: irq_matrix_reserve_managed: bit=34 cpu=60 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22294, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870086: irq_matrix_reserve_managed: bit=34 cpu=61 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22293, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870147: irq_matrix_reserve_managed: bit=33 cpu=6 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22292, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870196: irq_matrix_reserve_managed: bit=34 cpu=6 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22291, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870197: irq_matrix_reserve_managed: bit=33 cpu=7 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22290, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870197: irq_matrix_reserve_managed: bit=34 cpu=62 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22289, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870198: irq_matrix_reserve_managed: bit=34 cpu=63 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22288, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870240: irq_matrix_reserve_managed: bit=34 cpu=7 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22287, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870288: irq_matrix_reserve_managed: bit=33 cpu=8 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22286, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870289: irq_matrix_reserve_managed: bit=33 cpu=9 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22285, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870289: irq_matrix_reserve_managed: bit=33 cpu=64 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22284, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870290: irq_matrix_reserve_managed: bit=33 cpu=65 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22283, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870355: irq_matrix_reserve_managed: bit=34 cpu=8 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22282, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870422: irq_matrix_reserve_managed: bit=34 cpu=10 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22281, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870423: irq_matrix_reserve_managed: bit=35 cpu=11 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22280, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870424: irq_matrix_reserve_managed: bit=34 cpu=66 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22279, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870424: irq_matrix_reserve_managed: bit=34 cpu=67 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22278, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870477: irq_matrix_reserve_managed: bit=35 cpu=9 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22277, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870534: irq_matrix_reserve_managed: bit=34 cpu=12 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22276, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870535: irq_matrix_reserve_managed: bit=34 cpu=13 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22275, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870536: irq_matrix_reserve_managed: bit=33 cpu=68 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22274, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870536: irq_matrix_reserve_managed: bit=35 cpu=69 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22273, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870592: irq_matrix_reserve_managed: bit=35 cpu=10 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22272, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870646: irq_matrix_reserve_managed: bit=34 cpu=14 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22271, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870647: irq_matrix_reserve_managed: bit=34 cpu=15 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22270, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870647: irq_matrix_reserve_managed: bit=35 cpu=70 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22269, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870648: irq_matrix_reserve_managed: bit=34 cpu=71 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22268, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870694: irq_matrix_reserve_managed: bit=36 cpu=11 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22267, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870745: irq_matrix_reserve_managed: bit=34 cpu=16 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22266, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870746: irq_matrix_reserve_managed: bit=34 cpu=17 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22265, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870746: irq_matrix_reserve_managed: bit=35 cpu=72 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22264, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870747: irq_matrix_reserve_managed: bit=33 cpu=73 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22263, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870800: irq_matrix_reserve_managed: bit=35 cpu=12 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22262, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870852: irq_matrix_reserve_managed: bit=34 cpu=18 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22261, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870852: irq_matrix_reserve_managed: bit=35 cpu=19 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22260, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870853: irq_matrix_reserve_managed: bit=34 cpu=74 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22259, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870853: irq_matrix_reserve_managed: bit=34 cpu=75 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22258, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.870902: irq_matrix_reserve_managed: bit=35 cpu=13 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22257, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870959: irq_matrix_reserve_managed: bit=34 cpu=20 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22256, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870960: irq_matrix_reserve_managed: bit=35 cpu=21 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22255, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870961: irq_matrix_reserve_managed: bit=35 cpu=76 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22254, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.870961: irq_matrix_reserve_managed: bit=35 cpu=77 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22253, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871018: irq_matrix_reserve_managed: bit=35 cpu=14 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22252, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871076: irq_matrix_reserve_managed: bit=35 cpu=22 online=1 avl=199 alloc=3 managed=1 online_maps=112 global_avl=22251, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871076: irq_matrix_reserve_managed: bit=34 cpu=23 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22250, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871077: irq_matrix_reserve_managed: bit=33 cpu=78 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22249, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871164: irq_matrix_reserve_managed: bit=35 cpu=15 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22248, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871229: irq_matrix_reserve_managed: bit=34 cpu=24 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22247, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871230: irq_matrix_reserve_managed: bit=34 cpu=25 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22246, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871231: irq_matrix_reserve_managed: bit=34 cpu=80 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22245, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871276: irq_matrix_reserve_managed: bit=35 cpu=16 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22244, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871325: irq_matrix_reserve_managed: bit=33 cpu=26 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22243, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871326: irq_matrix_reserve_managed: bit=35 cpu=27 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22242, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871326: irq_matrix_reserve_managed: bit=35 cpu=82 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22241, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871371: irq_matrix_reserve_managed: bit=35 cpu=17 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22240, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871426: irq_matrix_reserve_managed: bit=34 cpu=79 online=1 avl=200 alloc=2 managed=1 online_maps=112 global_avl=22239, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871426: irq_matrix_reserve_managed: bit=33 cpu=81 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22238, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871427: irq_matrix_reserve_managed: bit=33 cpu=83 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22237, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871474: irq_matrix_reserve_managed: bit=35 cpu=18 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22236, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871531: irq_matrix_reserve_managed: bit=34 cpu=28 online=1 avl=192 alloc=10 managed=1 online_maps=112 global_avl=22235, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871533: irq_matrix_reserve_managed: bit=33 cpu=29 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22234, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871534: irq_matrix_reserve_managed: bit=33 cpu=84 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22233, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871534: irq_matrix_reserve_managed: bit=33 cpu=85 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22232, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871586: irq_matrix_reserve_managed: bit=36 cpu=19 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22231, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871633: irq_matrix_reserve_managed: bit=33 cpu=30 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22230, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871635: irq_matrix_reserve_managed: bit=33 cpu=31 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22229, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871636: irq_matrix_reserve_managed: bit=33 cpu=86 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22228, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871637: irq_matrix_reserve_managed: bit=33 cpu=87 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22227, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871677: irq_matrix_reserve_managed: bit=35 cpu=20 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22226, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871723: irq_matrix_reserve_managed: bit=33 cpu=32 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22225, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871724: irq_matrix_reserve_managed: bit=33 cpu=33 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22224, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871725: irq_matrix_reserve_managed: bit=33 cpu=88 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22223, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871726: irq_matrix_reserve_managed: bit=33 cpu=89 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22222, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871769: irq_matrix_reserve_managed: bit=36 cpu=21 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22221, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871822: irq_matrix_reserve_managed: bit=33 cpu=34 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22220, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871823: irq_matrix_reserve_managed: bit=33 cpu=35 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22219, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871824: irq_matrix_reserve_managed: bit=33 cpu=90 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22218, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871824: irq_matrix_reserve_managed: bit=33 cpu=91 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22217, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871874: irq_matrix_reserve_managed: bit=37 cpu=22 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22216, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871923: irq_matrix_reserve_managed: bit=33 cpu=36 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22215, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871923: irq_matrix_reserve_managed: bit=33 cpu=37 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22214, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871924: irq_matrix_reserve_managed: bit=33 cpu=92 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22213, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.871925: irq_matrix_reserve_managed: bit=33 cpu=93 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22212, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.871977: irq_matrix_reserve_managed: bit=35 cpu=23 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22211, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872023: irq_matrix_reserve_managed: bit=33 cpu=38 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22210, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872024: irq_matrix_reserve_managed: bit=33 cpu=39 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22209, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872024: irq_matrix_reserve_managed: bit=33 cpu=94 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22208, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872025: irq_matrix_reserve_managed: bit=33 cpu=95 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22207, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872069: irq_matrix_reserve_managed: bit=35 cpu=24 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22206, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872122: irq_matrix_reserve_managed: bit=33 cpu=40 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22205, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872123: irq_matrix_reserve_managed: bit=33 cpu=41 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22204, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872123: irq_matrix_reserve_managed: bit=33 cpu=96 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22203, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872124: irq_matrix_reserve_managed: bit=33 cpu=97 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22202, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872168: irq_matrix_reserve_managed: bit=35 cpu=25 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22201, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872215: irq_matrix_reserve_managed: bit=33 cpu=42 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22200, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872216: irq_matrix_reserve_managed: bit=33 cpu=43 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22199, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872217: irq_matrix_reserve_managed: bit=33 cpu=98 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22198, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872218: irq_matrix_reserve_managed: bit=33 cpu=99 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22197, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872260: irq_matrix_reserve_managed: bit=35 cpu=26 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22196, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872305: irq_matrix_reserve_managed: bit=33 cpu=44 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22195, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872306: irq_matrix_reserve_managed: bit=33 cpu=45 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22194, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872306: irq_matrix_reserve_managed: bit=33 cpu=100 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22193, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872350: irq_matrix_reserve_managed: bit=36 cpu=27 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22192, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872395: irq_matrix_reserve_managed: bit=33 cpu=46 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22191, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872396: irq_matrix_reserve_managed: bit=33 cpu=47 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22190, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872396: irq_matrix_reserve_managed: bit=33 cpu=102 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22189, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872445: irq_matrix_reserve_managed: bit=34 cpu=56 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22188, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872490: irq_matrix_reserve_managed: bit=33 cpu=48 online=1 avl=201 alloc=1 managed=1 online_maps=112 global_avl=22187, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872491: irq_matrix_reserve_managed: bit=33 cpu=49 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22186, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872491: irq_matrix_reserve_managed: bit=33 cpu=104 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22185, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872535: irq_matrix_reserve_managed: bit=35 cpu=57 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22184, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872580: irq_matrix_reserve_managed: bit=33 cpu=50 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22183, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872581: irq_matrix_reserve_managed: bit=33 cpu=51 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22182, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872582: irq_matrix_reserve_managed: bit=33 cpu=106 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22181, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872628: irq_matrix_reserve_managed: bit=34 cpu=58 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22180, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872678: irq_matrix_reserve_managed: bit=33 cpu=52 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22179, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872679: irq_matrix_reserve_managed: bit=33 cpu=53 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22178, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872679: irq_matrix_reserve_managed: bit=33 cpu=108 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22177, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872725: irq_matrix_reserve_managed: bit=34 cpu=59 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22176, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872775: irq_matrix_reserve_managed: bit=33 cpu=54 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22175, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872776: irq_matrix_reserve_managed: bit=33 cpu=55 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22174, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872777: irq_matrix_reserve_managed: bit=33 cpu=110 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22173, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872822: irq_matrix_reserve_managed: bit=35 cpu=60 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22172, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872872: irq_matrix_reserve_managed: bit=33 cpu=101 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22171, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872873: irq_matrix_reserve_managed: bit=33 cpu=103 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22170, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872873: irq_matrix_reserve_managed: bit=33 cpu=105 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22169, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.872927: irq_matrix_reserve_managed: bit=35 cpu=61 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22168, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872976: irq_matrix_reserve_managed: bit=33 cpu=107 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22167, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872977: irq_matrix_reserve_managed: bit=33 cpu=109 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22166, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.872977: irq_matrix_reserve_managed: bit=33 cpu=111 online=1 avl=202 alloc=0 managed=1 online_maps=112 global_avl=22165, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.873026: irq_matrix_reserve_managed: bit=35 cpu=62 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22164, global_rsvd=158, total_alloc=425
  kworker/u673:5-895   [000] d... 16181.873079: irq_matrix_reserve_managed: bit=35 cpu=63 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22163, global_rsvd=158, total_alloc=425
  kworker/u673:0-2823  [001] d... 16181.873106: irq_matrix_alloc_managed: bit=33 cpu=0 online=1 avl=84 alloc=118 managed=2 online_maps=112 global_avl=22163, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873133: irq_matrix_reserve_managed: bit=34 cpu=64 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22162, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873175: irq_matrix_reserve_managed: bit=34 cpu=65 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22161, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873217: irq_matrix_reserve_managed: bit=35 cpu=66 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22160, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873258: irq_matrix_reserve_managed: bit=35 cpu=67 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22159, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873299: irq_matrix_reserve_managed: bit=34 cpu=68 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22158, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873341: irq_matrix_reserve_managed: bit=37 cpu=69 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22157, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873389: irq_matrix_reserve_managed: bit=36 cpu=70 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22156, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873438: irq_matrix_reserve_managed: bit=35 cpu=71 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22155, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873484: irq_matrix_reserve_managed: bit=37 cpu=72 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22154, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873528: irq_matrix_reserve_managed: bit=34 cpu=73 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22153, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873570: irq_matrix_reserve_managed: bit=35 cpu=74 online=1 avl=198 alloc=3 managed=2 online_maps=112 global_avl=22152, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873611: irq_matrix_reserve_managed: bit=35 cpu=75 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22151, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873653: irq_matrix_reserve_managed: bit=36 cpu=76 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22150, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873695: irq_matrix_reserve_managed: bit=36 cpu=77 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22149, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873739: irq_matrix_reserve_managed: bit=34 cpu=78 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22148, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873782: irq_matrix_reserve_managed: bit=35 cpu=79 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22147, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873850: irq_matrix_reserve_managed: bit=35 cpu=80 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22146, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873901: irq_matrix_reserve_managed: bit=34 cpu=81 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22145, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.873950: irq_matrix_reserve_managed: bit=36 cpu=82 online=1 avl=199 alloc=2 managed=2 online_maps=112 global_avl=22144, global_rsvd=158, total_alloc=426
  kworker/u673:5-895   [000] d... 16181.874001: irq_matrix_reserve_managed: bit=34 cpu=83 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22143, global_rsvd=158, total_alloc=426
  kworker/u673:0-2823  [001] d... 16181.874023: irq_matrix_alloc_managed: bit=34 cpu=2 online=1 avl=191 alloc=11 managed=2 online_maps=112 global_avl=22143, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d... 16181.874058: irq_matrix_reserve_managed: bit=35 cpu=28 online=1 avl=191 alloc=10 managed=2 online_maps=112 global_avl=22142, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d... 16181.874113: irq_matrix_reserve_managed: bit=34 cpu=29 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22141, global_rsvd=158, total_alloc=427
  kworker/u673:5-895   [000] d... 16181.874162: irq_matrix_reserve_managed: bit=34 cpu=30 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22140, global_rsvd=158, total_alloc=427
  kworker/u673:0-2823  [001] d... 16181.874165: irq_matrix_alloc_managed: bit=34 cpu=4 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22140, global_rsvd=158, total_alloc=428
  kworker/u673:5-895   [000] d... 16181.874205: irq_matrix_reserve_managed: bit=34 cpu=31 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22139, global_rsvd=158, total_alloc=428
  kworker/u673:5-895   [000] d... 16181.874250: irq_matrix_reserve_managed: bit=34 cpu=32 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22138, global_rsvd=158, total_alloc=428
  kworker/u673:0-2823  [001] d... 16181.874277: irq_matrix_alloc_managed: bit=33 cpu=6 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22138, global_rsvd=158, total_alloc=429
  kworker/u673:5-895   [000] d... 16181.874297: irq_matrix_reserve_managed: bit=34 cpu=33 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22137, global_rsvd=158, total_alloc=429
  kworker/u673:5-895   [000] d... 16181.874351: irq_matrix_reserve_managed: bit=34 cpu=34 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22136, global_rsvd=158, total_alloc=429
  kworker/u673:0-2823  [001] d... 16181.874383: irq_matrix_alloc_managed: bit=33 cpu=8 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22136, global_rsvd=158, total_alloc=430
  kworker/u673:5-895   [000] d... 16181.874400: irq_matrix_reserve_managed: bit=34 cpu=35 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22135, global_rsvd=158, total_alloc=430
  kworker/u673:5-895   [000] d... 16181.874441: irq_matrix_reserve_managed: bit=34 cpu=36 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22134, global_rsvd=158, total_alloc=430
  kworker/u673:5-895   [000] d... 16181.874489: irq_matrix_reserve_managed: bit=34 cpu=37 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22133, global_rsvd=158, total_alloc=430
  kworker/u673:5-895   [000] d... 16181.874530: irq_matrix_reserve_managed: bit=34 cpu=38 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22132, global_rsvd=158, total_alloc=430
  kworker/u673:0-2823  [001] d... 16181.874552: irq_matrix_alloc_managed: bit=34 cpu=10 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22132, global_rsvd=158, total_alloc=431
  kworker/u673:5-895   [000] d... 16181.874577: irq_matrix_reserve_managed: bit=34 cpu=39 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22131, global_rsvd=158, total_alloc=431
  kworker/u673:5-895   [000] d... 16181.874625: irq_matrix_reserve_managed: bit=34 cpu=40 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22130, global_rsvd=158, total_alloc=431
  kworker/u673:0-2823  [001] d... 16181.874658: irq_matrix_alloc_managed: bit=34 cpu=12 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22130, global_rsvd=158, total_alloc=432
  kworker/u673:5-895   [000] d... 16181.874677: irq_matrix_reserve_managed: bit=34 cpu=41 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22129, global_rsvd=158, total_alloc=432
  kworker/u673:5-895   [000] d... 16181.874729: irq_matrix_reserve_managed: bit=34 cpu=42 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22128, global_rsvd=158, total_alloc=432
  kworker/u673:0-2823  [001] d... 16181.874764: irq_matrix_alloc_managed: bit=34 cpu=14 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22128, global_rsvd=158, total_alloc=433
  kworker/u673:5-895   [000] d... 16181.874779: irq_matrix_reserve_managed: bit=34 cpu=43 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22127, global_rsvd=158, total_alloc=433
  kworker/u673:5-895   [000] d... 16181.874828: irq_matrix_reserve_managed: bit=34 cpu=44 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22126, global_rsvd=158, total_alloc=433
  kworker/u673:0-2823  [001] d... 16181.874876: irq_matrix_alloc_managed: bit=34 cpu=16 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22126, global_rsvd=158, total_alloc=434
  kworker/u673:5-895   [000] d... 16181.874881: irq_matrix_reserve_managed: bit=34 cpu=45 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22125, global_rsvd=158, total_alloc=434
  kworker/u673:5-895   [000] d... 16181.874930: irq_matrix_reserve_managed: bit=34 cpu=46 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22124, global_rsvd=158, total_alloc=434
  kworker/u673:5-895   [000] d... 16181.874977: irq_matrix_reserve_managed: bit=34 cpu=47 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22123, global_rsvd=158, total_alloc=434
  kworker/u673:0-2823  [001] d... 16181.874981: irq_matrix_alloc_managed: bit=34 cpu=18 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22123, global_rsvd=158, total_alloc=435
  kworker/u673:5-895   [000] d... 16181.875021: irq_matrix_reserve_managed: bit=34 cpu=48 online=1 avl=200 alloc=1 managed=2 online_maps=112 global_avl=22122, global_rsvd=158, total_alloc=435
  kworker/u673:5-895   [000] d... 16181.875068: irq_matrix_reserve_managed: bit=34 cpu=49 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22121, global_rsvd=158, total_alloc=435
  kworker/u673:0-2823  [001] d... 16181.875097: irq_matrix_alloc_managed: bit=34 cpu=20 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22121, global_rsvd=158, total_alloc=436
  kworker/u673:5-895   [000] d... 16181.875129: irq_matrix_reserve_managed: bit=34 cpu=50 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22120, global_rsvd=158, total_alloc=436
  kworker/u673:5-895   [000] d... 16181.875177: irq_matrix_reserve_managed: bit=34 cpu=51 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22119, global_rsvd=158, total_alloc=436
  kworker/u673:0-2823  [001] d... 16181.875206: irq_matrix_alloc_managed: bit=35 cpu=22 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22119, global_rsvd=158, total_alloc=437
  kworker/u673:5-895   [000] d... 16181.875226: irq_matrix_reserve_managed: bit=34 cpu=52 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22118, global_rsvd=158, total_alloc=437
  kworker/u673:5-895   [000] d... 16181.875275: irq_matrix_reserve_managed: bit=34 cpu=53 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22117, global_rsvd=158, total_alloc=437
  kworker/u673:0-2823  [001] d... 16181.875319: irq_matrix_alloc_managed: bit=34 cpu=24 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22117, global_rsvd=158, total_alloc=438
  kworker/u673:5-895   [000] d... 16181.875322: irq_matrix_reserve_managed: bit=34 cpu=54 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22116, global_rsvd=158, total_alloc=438
  kworker/u673:5-895   [000] d... 16181.875369: irq_matrix_reserve_managed: bit=34 cpu=55 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22115, global_rsvd=158, total_alloc=438
  kworker/u673:5-895   [000] d... 16181.875415: irq_matrix_reserve_managed: bit=34 cpu=84 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22114, global_rsvd=158, total_alloc=438
  kworker/u673:0-2823  [001] d... 16181.875426: irq_matrix_alloc_managed: bit=33 cpu=26 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22114, global_rsvd=158, total_alloc=439
  kworker/u673:5-895   [000] d... 16181.875463: irq_matrix_reserve_managed: bit=34 cpu=85 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22113, global_rsvd=158, total_alloc=439
  kworker/u673:5-895   [000] d... 16181.875509: irq_matrix_reserve_managed: bit=34 cpu=86 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22112, global_rsvd=158, total_alloc=439
  kworker/u673:0-2823  [001] d... 16181.875532: irq_matrix_alloc_managed: bit=34 cpu=79 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22112, global_rsvd=158, total_alloc=440
  kworker/u673:5-895   [000] d... 16181.875557: irq_matrix_reserve_managed: bit=34 cpu=87 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22111, global_rsvd=158, total_alloc=440
  kworker/u673:5-895   [000] d... 16181.875603: irq_matrix_reserve_managed: bit=34 cpu=88 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22110, global_rsvd=158, total_alloc=440
  kworker/u673:0-2823  [001] d... 16181.875647: irq_matrix_alloc_managed: bit=34 cpu=28 online=1 avl=191 alloc=11 managed=2 online_maps=112 global_avl=22110, global_rsvd=158, total_alloc=441
  kworker/u673:5-895   [000] d... 16181.875652: irq_matrix_reserve_managed: bit=34 cpu=89 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22109, global_rsvd=158, total_alloc=441
  kworker/u673:5-895   [000] d... 16181.875700: irq_matrix_reserve_managed: bit=34 cpu=90 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22108, global_rsvd=158, total_alloc=441
  kworker/u673:5-895   [000] d... 16181.875749: irq_matrix_reserve_managed: bit=34 cpu=91 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22107, global_rsvd=158, total_alloc=441
  kworker/u673:0-2823  [001] d... 16181.875754: irq_matrix_alloc_managed: bit=33 cpu=30 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22107, global_rsvd=158, total_alloc=442
  kworker/u673:5-895   [000] d... 16181.875791: irq_matrix_reserve_managed: bit=34 cpu=92 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22106, global_rsvd=158, total_alloc=442
  kworker/u673:5-895   [000] d... 16181.875837: irq_matrix_reserve_managed: bit=34 cpu=93 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22105, global_rsvd=158, total_alloc=442
  kworker/u673:0-2823  [001] d... 16181.875873: irq_matrix_alloc_managed: bit=33 cpu=32 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22105, global_rsvd=158, total_alloc=443
  kworker/u673:5-895   [000] d... 16181.875894: irq_matrix_reserve_managed: bit=34 cpu=94 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22104, global_rsvd=158, total_alloc=443
  kworker/u673:5-895   [000] d... 16181.875944: irq_matrix_reserve_managed: bit=34 cpu=95 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22103, global_rsvd=158, total_alloc=443
  kworker/u673:0-2823  [001] d... 16181.875983: irq_matrix_alloc_managed: bit=33 cpu=34 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22103, global_rsvd=158, total_alloc=444
  kworker/u673:5-895   [000] d... 16181.875992: irq_matrix_reserve_managed: bit=34 cpu=96 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22102, global_rsvd=158, total_alloc=444
  kworker/u673:5-895   [000] d... 16181.876039: irq_matrix_reserve_managed: bit=34 cpu=97 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22101, global_rsvd=158, total_alloc=444
  kworker/u673:5-895   [000] d... 16181.876079: irq_matrix_reserve_managed: bit=34 cpu=98 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22100, global_rsvd=158, total_alloc=444
  kworker/u673:0-2823  [001] d... 16181.876097: irq_matrix_alloc_managed: bit=33 cpu=36 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22100, global_rsvd=158, total_alloc=445
  kworker/u673:5-895   [000] d... 16181.876134: irq_matrix_reserve_managed: bit=34 cpu=99 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22099, global_rsvd=158, total_alloc=445
  kworker/u673:5-895   [000] d... 16181.876175: irq_matrix_reserve_managed: bit=34 cpu=100 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22098, global_rsvd=158, total_alloc=445
  kworker/u673:5-895   [000] d... 16181.876223: irq_matrix_reserve_managed: bit=34 cpu=101 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22097, global_rsvd=158, total_alloc=445
  kworker/u673:0-2823  [001] d... 16181.876263: irq_matrix_alloc_managed: bit=33 cpu=38 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22097, global_rsvd=158, total_alloc=446
  kworker/u673:5-895   [000] d... 16181.876271: irq_matrix_reserve_managed: bit=34 cpu=102 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22096, global_rsvd=158, total_alloc=446
  kworker/u673:5-895   [000] d... 16181.876321: irq_matrix_reserve_managed: bit=34 cpu=103 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22095, global_rsvd=158, total_alloc=446
  kworker/u673:5-895   [000] d... 16181.876370: irq_matrix_reserve_managed: bit=34 cpu=104 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22094, global_rsvd=158, total_alloc=446
  kworker/u673:0-2823  [001] d... 16181.876372: irq_matrix_alloc_managed: bit=33 cpu=40 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22094, global_rsvd=158, total_alloc=447
  kworker/u673:5-895   [000] d... 16181.876413: irq_matrix_reserve_managed: bit=34 cpu=105 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22093, global_rsvd=158, total_alloc=447
  kworker/u673:5-895   [000] d... 16181.876458: irq_matrix_reserve_managed: bit=34 cpu=106 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22092, global_rsvd=158, total_alloc=447
  kworker/u673:0-2823  [001] d... 16181.876486: irq_matrix_alloc_managed: bit=33 cpu=42 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22092, global_rsvd=158, total_alloc=448
  kworker/u673:5-895   [000] d... 16181.876510: irq_matrix_reserve_managed: bit=34 cpu=107 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22091, global_rsvd=158, total_alloc=448
  kworker/u673:5-895   [000] d... 16181.876557: irq_matrix_reserve_managed: bit=34 cpu=108 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22090, global_rsvd=158, total_alloc=448
  kworker/u673:0-2823  [001] d... 16181.876598: irq_matrix_alloc_managed: bit=33 cpu=44 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22090, global_rsvd=158, total_alloc=449
  kworker/u673:5-895   [000] d... 16181.876605: irq_matrix_reserve_managed: bit=34 cpu=109 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22089, global_rsvd=158, total_alloc=449
  kworker/u673:5-895   [000] d... 16181.876654: irq_matrix_reserve_managed: bit=34 cpu=110 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22088, global_rsvd=158, total_alloc=449
  kworker/u673:5-895   [000] d... 16181.876694: irq_matrix_reserve_managed: bit=34 cpu=111 online=1 avl=201 alloc=0 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=449
  kworker/u673:0-2823  [001] d... 16181.876706: irq_matrix_alloc_managed: bit=33 cpu=46 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=450
  kworker/u673:0-2823  [001] d... 16181.876814: irq_matrix_alloc_managed: bit=33 cpu=48 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=451
  kworker/u673:0-2823  [001] d... 16181.876934: irq_matrix_alloc_managed: bit=33 cpu=50 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=452
  kworker/u673:0-2823  [001] d... 16181.877049: irq_matrix_alloc_managed: bit=33 cpu=52 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=453
  kworker/u673:5-895   [000] d... 16181.877061: irq_matrix_alloc_managed: bit=42 cpu=0 online=1 avl=84 alloc=119 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=454
  kworker/u673:0-2823  [001] d... 16181.877166: irq_matrix_alloc_managed: bit=33 cpu=54 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=455
  kworker/u673:0-2823  [001] d... 16181.877285: irq_matrix_alloc_managed: bit=33 cpu=101 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=456
  kworker/u673:0-2823  [001] d... 16181.877401: irq_matrix_alloc_managed: bit=33 cpu=107 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=457
  kworker/u673:5-895   [000] d... 16181.879835: irq_matrix_alloc_managed: bit=34 cpu=1 online=1 avl=0 alloc=202 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=458
  kworker/u673:5-895   [000] d... 16181.879884: irq_matrix_alloc_managed: bit=35 cpu=2 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=459
  kworker/u673:5-895   [000] d... 16181.879926: irq_matrix_alloc_managed: bit=33 cpu=3 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=460
  kworker/u673:5-895   [000] d... 16181.879968: irq_matrix_alloc_managed: bit=35 cpu=4 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=461
  kworker/u673:5-895   [000] d... 16181.880012: irq_matrix_alloc_managed: bit=33 cpu=5 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=462
  kworker/u673:5-895   [000] d... 16181.880054: irq_matrix_alloc_managed: bit=34 cpu=6 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=463
  kworker/u673:5-895   [000] d... 16181.880104: irq_matrix_alloc_managed: bit=33 cpu=7 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=464
  kworker/u673:5-895   [000] d... 16181.880147: irq_matrix_alloc_managed: bit=34 cpu=8 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=465
  kworker/u673:5-895   [000] d... 16181.880191: irq_matrix_alloc_managed: bit=33 cpu=9 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=466
  kworker/u673:5-895   [000] d... 16181.880233: irq_matrix_alloc_managed: bit=35 cpu=10 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=467
  kworker/u673:5-895   [000] d... 16181.880278: irq_matrix_alloc_managed: bit=35 cpu=11 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=468
  kworker/u673:5-895   [000] d... 16181.880323: irq_matrix_alloc_managed: bit=35 cpu=12 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=469
  kworker/u673:5-895   [000] d... 16181.880367: irq_matrix_alloc_managed: bit=34 cpu=13 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=470
  kworker/u673:5-895   [000] d... 16181.880410: irq_matrix_alloc_managed: bit=35 cpu=14 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=471
  kworker/u673:5-895   [000] d... 16181.880451: irq_matrix_alloc_managed: bit=34 cpu=15 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=472
  kworker/u673:5-895   [000] d... 16181.880497: irq_matrix_alloc_managed: bit=35 cpu=16 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=473
  kworker/u673:5-895   [000] d... 16181.880537: irq_matrix_alloc_managed: bit=34 cpu=17 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=474
  kworker/u673:5-895   [000] d... 16181.880579: irq_matrix_alloc_managed: bit=35 cpu=18 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=475
  kworker/u673:5-895   [000] d... 16181.880621: irq_matrix_alloc_managed: bit=35 cpu=19 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=476
  kworker/u673:5-895   [000] d... 16181.880663: irq_matrix_alloc_managed: bit=35 cpu=20 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=477
  kworker/u673:5-895   [000] d... 16181.880709: irq_matrix_alloc_managed: bit=35 cpu=21 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=478
  kworker/u673:5-895   [000] d... 16181.880753: irq_matrix_alloc_managed: bit=37 cpu=22 online=1 avl=198 alloc=5 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=479
  kworker/u673:5-895   [000] d... 16181.880796: irq_matrix_alloc_managed: bit=34 cpu=23 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=480
  kworker/u673:5-895   [000] d... 16181.880839: irq_matrix_alloc_managed: bit=35 cpu=24 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=481
  kworker/u673:5-895   [000] d... 16181.880887: irq_matrix_alloc_managed: bit=34 cpu=25 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=482
  kworker/u673:5-895   [000] d... 16181.880932: irq_matrix_alloc_managed: bit=35 cpu=26 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=483
  kworker/u673:5-895   [000] d... 16181.880978: irq_matrix_alloc_managed: bit=35 cpu=27 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=484
  kworker/u673:5-895   [000] d... 16181.881023: irq_matrix_alloc_managed: bit=33 cpu=56 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=485
  kworker/u673:5-895   [000] d... 16181.881071: irq_matrix_alloc_managed: bit=34 cpu=57 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=486
  kworker/u673:5-895   [000] d... 16181.881136: irq_matrix_alloc_managed: bit=33 cpu=58 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=487
  kworker/u673:5-895   [000] d... 16181.881182: irq_matrix_alloc_managed: bit=33 cpu=59 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=488
  kworker/u673:5-895   [000] d... 16181.881229: irq_matrix_alloc_managed: bit=34 cpu=60 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=489
  kworker/u673:5-895   [000] d... 16181.881275: irq_matrix_alloc_managed: bit=34 cpu=61 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=490
  kworker/u673:5-895   [000] d... 16181.881323: irq_matrix_alloc_managed: bit=34 cpu=62 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=491
  kworker/u673:5-895   [000] d... 16181.881376: irq_matrix_alloc_managed: bit=34 cpu=63 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=492
  kworker/u673:5-895   [000] d... 16181.881424: irq_matrix_alloc_managed: bit=33 cpu=64 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=493
  kworker/u673:5-895   [000] d... 16181.881473: irq_matrix_alloc_managed: bit=33 cpu=65 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=494
  kworker/u673:5-895   [000] d... 16181.881522: irq_matrix_alloc_managed: bit=34 cpu=66 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=495
  kworker/u673:5-895   [000] d... 16181.881571: irq_matrix_alloc_managed: bit=34 cpu=67 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=496
  kworker/u673:5-895   [000] d... 16181.881620: irq_matrix_alloc_managed: bit=33 cpu=68 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=497
  kworker/u673:5-895   [000] d... 16181.881670: irq_matrix_alloc_managed: bit=35 cpu=69 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=498
  kworker/u673:5-895   [000] d... 16181.881722: irq_matrix_alloc_managed: bit=35 cpu=70 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=499
  kworker/u673:5-895   [000] d... 16181.881771: irq_matrix_alloc_managed: bit=34 cpu=71 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=500
  kworker/u673:5-895   [000] d... 16181.881820: irq_matrix_alloc_managed: bit=35 cpu=72 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=501
  kworker/u673:5-895   [000] d... 16181.881869: irq_matrix_alloc_managed: bit=33 cpu=73 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=502
  kworker/u673:5-895   [000] d... 16181.881919: irq_matrix_alloc_managed: bit=34 cpu=74 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=503
  kworker/u673:5-895   [000] d... 16181.881975: irq_matrix_alloc_managed: bit=34 cpu=75 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=504
  kworker/u673:5-895   [000] d... 16181.882025: irq_matrix_alloc_managed: bit=35 cpu=76 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=505
  kworker/u673:5-895   [000] d... 16181.882076: irq_matrix_alloc_managed: bit=35 cpu=77 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=506
  kworker/u673:5-895   [000] d... 16181.882127: irq_matrix_alloc_managed: bit=33 cpu=78 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=507
  kworker/u673:5-895   [000] d... 16181.882183: irq_matrix_alloc_managed: bit=35 cpu=79 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=508
  kworker/u673:5-895   [000] d... 16181.882234: irq_matrix_alloc_managed: bit=34 cpu=80 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=509
  kworker/u673:5-895   [000] d... 16181.882285: irq_matrix_alloc_managed: bit=33 cpu=81 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=510
  kworker/u673:5-895   [000] d... 16181.882338: irq_matrix_alloc_managed: bit=35 cpu=82 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=511
  kworker/u673:5-895   [000] d... 16181.882390: irq_matrix_alloc_managed: bit=33 cpu=83 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=512
  kworker/u673:5-895   [000] d... 16181.882448: irq_matrix_alloc_managed: bit=35 cpu=28 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=513
  kworker/u673:5-895   [000] d... 16181.882501: irq_matrix_alloc_managed: bit=33 cpu=29 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=514
  kworker/u673:5-895   [000] d... 16181.882555: irq_matrix_alloc_managed: bit=34 cpu=30 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=515
  kworker/u673:5-895   [000] d... 16181.882608: irq_matrix_alloc_managed: bit=33 cpu=31 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=516
  kworker/u673:5-895   [000] d... 16181.882661: irq_matrix_alloc_managed: bit=34 cpu=32 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=517
  kworker/u673:5-895   [000] d... 16181.882724: irq_matrix_alloc_managed: bit=33 cpu=33 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=518
  kworker/u673:5-895   [000] d... 16181.882781: irq_matrix_alloc_managed: bit=34 cpu=34 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=519
  kworker/u673:5-895   [000] d... 16181.882837: irq_matrix_alloc_managed: bit=33 cpu=35 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=520
  kworker/u673:5-895   [000] d... 16181.882892: irq_matrix_alloc_managed: bit=34 cpu=36 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=521
  kworker/u673:5-895   [000] d... 16181.882953: irq_matrix_alloc_managed: bit=33 cpu=37 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=522
  kworker/u673:5-895   [000] d... 16181.883009: irq_matrix_alloc_managed: bit=34 cpu=38 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=523
  kworker/u673:5-895   [000] d... 16181.883065: irq_matrix_alloc_managed: bit=33 cpu=39 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=524
  kworker/u673:5-895   [000] d... 16181.883126: irq_matrix_alloc_managed: bit=34 cpu=40 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=525
  kworker/u673:5-895   [000] d... 16181.883181: irq_matrix_alloc_managed: bit=33 cpu=41 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=526
  kworker/u673:5-895   [000] d... 16181.883243: irq_matrix_alloc_managed: bit=34 cpu=42 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=527
  kworker/u673:5-895   [000] d... 16181.883298: irq_matrix_alloc_managed: bit=33 cpu=43 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=528
  kworker/u673:5-895   [000] d... 16181.883356: irq_matrix_alloc_managed: bit=34 cpu=44 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=529
  kworker/u673:5-895   [000] d... 16181.883414: irq_matrix_alloc_managed: bit=33 cpu=45 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=530
  kworker/u673:5-895   [000] d... 16181.883473: irq_matrix_alloc_managed: bit=34 cpu=46 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=531
  kworker/u673:5-895   [000] d... 16181.883535: irq_matrix_alloc_managed: bit=33 cpu=47 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=532
  kworker/u673:5-895   [000] d... 16181.883594: irq_matrix_alloc_managed: bit=34 cpu=48 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=533
  kworker/u673:5-895   [000] d... 16181.883653: irq_matrix_alloc_managed: bit=33 cpu=49 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=534
  kworker/u673:5-895   [000] d... 16181.883712: irq_matrix_alloc_managed: bit=34 cpu=50 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=535
  kworker/u673:5-895   [000] d... 16181.883775: irq_matrix_alloc_managed: bit=33 cpu=51 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=536
  kworker/u673:5-895   [000] d... 16181.883836: irq_matrix_alloc_managed: bit=34 cpu=52 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=537
  kworker/u673:5-895   [000] d... 16181.883896: irq_matrix_alloc_managed: bit=33 cpu=53 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=538
  kworker/u673:5-895   [000] d... 16181.883956: irq_matrix_alloc_managed: bit=34 cpu=54 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=539
  kworker/u673:5-895   [000] d... 16181.884015: irq_matrix_alloc_managed: bit=33 cpu=55 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=540
  kworker/u673:5-895   [000] d... 16181.884081: irq_matrix_alloc_managed: bit=33 cpu=84 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=541
  kworker/u673:5-895   [000] d... 16181.884148: irq_matrix_alloc_managed: bit=33 cpu=85 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=542
  kworker/u673:5-895   [000] d... 16181.884210: irq_matrix_alloc_managed: bit=33 cpu=86 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=543
  kworker/u673:5-895   [000] d... 16181.884271: irq_matrix_alloc_managed: bit=33 cpu=87 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=544
  kworker/u673:5-895   [000] d... 16181.884332: irq_matrix_alloc_managed: bit=33 cpu=88 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=545
  kworker/u673:5-895   [000] d... 16181.884398: irq_matrix_alloc_managed: bit=33 cpu=89 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=546
  kworker/u673:5-895   [000] d... 16181.884461: irq_matrix_alloc_managed: bit=33 cpu=90 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=547
  kworker/u673:5-895   [000] d... 16181.884524: irq_matrix_alloc_managed: bit=33 cpu=91 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=548
  kworker/u673:5-895   [000] d... 16181.884586: irq_matrix_alloc_managed: bit=33 cpu=92 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=549
  kworker/u673:5-895   [000] d... 16181.884655: irq_matrix_alloc_managed: bit=33 cpu=93 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=550
  kworker/u673:5-895   [000] d... 16181.884719: irq_matrix_alloc_managed: bit=33 cpu=94 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=551
  kworker/u673:5-895   [000] d... 16181.884781: irq_matrix_alloc_managed: bit=33 cpu=95 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=552
  kworker/u673:5-895   [000] d... 16181.884845: irq_matrix_alloc_managed: bit=33 cpu=96 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=553
  kworker/u673:5-895   [000] d... 16181.884910: irq_matrix_alloc_managed: bit=33 cpu=97 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=554
  kworker/u673:5-895   [000] d... 16181.884979: irq_matrix_alloc_managed: bit=33 cpu=98 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=555
  kworker/u673:5-895   [000] d... 16181.885046: irq_matrix_alloc_managed: bit=33 cpu=99 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=556
  kworker/u673:5-895   [000] d... 16181.885115: irq_matrix_alloc_managed: bit=33 cpu=100 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=557
  kworker/u673:5-895   [000] d... 16181.885181: irq_matrix_alloc_managed: bit=34 cpu=101 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=558
  kworker/u673:5-895   [000] d... 16181.885247: irq_matrix_alloc_managed: bit=33 cpu=102 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=559
  kworker/u673:5-895   [000] d... 16181.885316: irq_matrix_alloc_managed: bit=33 cpu=103 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=560
  kworker/u673:5-895   [000] d... 16181.885384: irq_matrix_alloc_managed: bit=33 cpu=104 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=561
  kworker/u673:5-895   [000] d... 16181.885450: irq_matrix_alloc_managed: bit=33 cpu=105 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=562
  kworker/u673:5-895   [000] d... 16181.885517: irq_matrix_alloc_managed: bit=33 cpu=106 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=563
  kworker/u673:5-895   [000] d... 16181.885587: irq_matrix_alloc_managed: bit=34 cpu=107 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=564
  kworker/u673:5-895   [000] d... 16181.885655: irq_matrix_alloc_managed: bit=33 cpu=108 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=565
  kworker/u673:5-895   [000] d... 16181.885721: irq_matrix_alloc_managed: bit=33 cpu=109 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=566
  kworker/u673:5-895   [000] d... 16181.885799: irq_matrix_alloc_managed: bit=33 cpu=110 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=567
  kworker/u673:5-895   [000] d... 16181.885862: irq_matrix_alloc_managed: bit=33 cpu=111 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=568
  kworker/u674:4-1502  [030] d... 16184.676176: irq_matrix_alloc: bit=44 cpu=28 online=1 avl=190 alloc=13 managed=2 online_maps=112 global_avl=22086, global_rsvd=157, total_alloc=569
  kworker/u674:4-1502  [028] d... 16184.677351: irq_matrix_free: bit=44 cpu=28 online=1 avl=191 alloc=12 managed=2 online_maps=112 global_avl=22087, global_rsvd=157, total_alloc=568
  kworker/u674:4-1502  [028] d... 16184.677354: irq_matrix_reserve: online_maps=112 global_avl=22087, global_rsvd=158, total_alloc=568
  kworker/u674:4-1502  [028] d... 16184.677380: irq_matrix_remove_reserved: online_maps=112 global_avl=22087, global_rsvd=157, total_alloc=568
  kworker/u674:4-1502  [028] d... 16184.677591: irq_matrix_reserve_managed: bit=55 cpu=0 online=1 avl=83 alloc=119 managed=3 online_maps=112 global_avl=22086, global_rsvd=157, total_alloc=568
  kworker/u674:4-1502  [028] d... 16184.677593: irq_matrix_remove_managed: bit=55 cpu=0 online=1 avl=84 alloc=119 managed=2 online_maps=112 global_avl=22087, global_rsvd=157, total_alloc=568
  kworker/u674:4-1502  [028] d... 16184.677620: irq_matrix_alloc: bit=44 cpu=28 online=1 avl=190 alloc=13 managed=2 online_maps=112 global_avl=22086, global_rsvd=156, total_alloc=569
          <idle>-0     [076] d.h. 16198.297673: irq_matrix_alloc: bit=35 cpu=68 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22085, global_rsvd=156, total_alloc=570
          <idle>-0     [021] d.h. 16198.298350: irq_matrix_alloc: bit=36 cpu=71 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22084, global_rsvd=156, total_alloc=571
          <idle>-0     [021] d.h. 16198.298628: irq_matrix_free: bit=33 cpu=21 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=156, total_alloc=570
          <idle>-0     [069] d.h. 16198.757187: irq_matrix_alloc: bit=36 cpu=17 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22084, global_rsvd=156, total_alloc=571
          <idle>-0     [066] d.h. 16198.782970: irq_matrix_alloc: bit=35 cpu=7 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22083, global_rsvd=156, total_alloc=572
          <idle>-0     [069] d.h. 16198.807504: irq_matrix_free: bit=34 cpu=69 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22084, global_rsvd=156, total_alloc=571
          <idle>-0     [066] d.h. 16199.179896: irq_matrix_free: bit=33 cpu=66 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22085, global_rsvd=156, total_alloc=570
          <idle>-0     [009] d.h. 16200.414891: irq_matrix_alloc: bit=35 cpu=81 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22084, global_rsvd=156, total_alloc=571
          <idle>-0     [005] d.h. 16200.414991: irq_matrix_alloc: bit=35 cpu=58 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22083, global_rsvd=156, total_alloc=572
          <idle>-0     [016] d.h. 16202.202317: irq_matrix_alloc: bit=35 cpu=64 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22082, global_rsvd=156, total_alloc=573
          <idle>-0     [069] d.h. 16204.610590: irq_matrix_alloc: bit=37 cpu=17 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22081, global_rsvd=156, total_alloc=574
          <idle>-0     [009] d.h. 16206.752388: irq_matrix_free: bit=36 cpu=9 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22082, global_rsvd=156, total_alloc=573
          <idle>-0     [023] d.h. 16206.859629: irq_matrix_alloc: bit=37 cpu=57 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22081, global_rsvd=156, total_alloc=574
          <idle>-0     [005] d.h. 16207.269641: irq_matrix_free: bit=36 cpu=5 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22082, global_rsvd=156, total_alloc=573
          <idle>-0     [076] d.h. 16207.778933: irq_matrix_alloc: bit=38 cpu=68 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22081, global_rsvd=156, total_alloc=574
          <idle>-0     [011] d.h. 16214.051094: irq_matrix_alloc: bit=36 cpu=9 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22080, global_rsvd=156, total_alloc=575
          <idle>-0     [011] d.h. 16218.233526: irq_matrix_alloc: bit=37 cpu=9 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22079, global_rsvd=156, total_alloc=576
          <idle>-0     [075] d.h. 16221.797298: irq_matrix_alloc: bit=37 cpu=70 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22078, global_rsvd=156, total_alloc=577
          <idle>-0     [011] d.h. 16225.347953: irq_matrix_free: bit=33 cpu=11 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22079, global_rsvd=156, total_alloc=576
          <idle>-0     [014] d.h. 16227.866640: irq_matrix_alloc: bit=36 cpu=62 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22078, global_rsvd=156, total_alloc=577
          <idle>-0     [024] d.h. 16229.569861: irq_matrix_alloc: bit=35 cpu=3 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22077, global_rsvd=156, total_alloc=578
          <idle>-0     [061] d.h. 16232.322439: irq_matrix_alloc: bit=45 cpu=2 online=1 avl=190 alloc=13 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=579
          <idle>-0     [069] d.h. 16233.062326: irq_matrix_free: bit=33 cpu=69 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22077, global_rsvd=156, total_alloc=578
          <idle>-0     [016] d.h. 16235.601576: irq_matrix_free: bit=33 cpu=16 online=1 avl=201 alloc=2 managed=2 online_maps=112 global_avl=22078, global_rsvd=156, total_alloc=577
          <idle>-0     [073] d.h. 16235.956418: irq_matrix_alloc: bit=36 cpu=23 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22077, global_rsvd=156, total_alloc=578
          <idle>-0     [011] d.h. 16237.715063: irq_matrix_free: bit=34 cpu=11 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22078, global_rsvd=156, total_alloc=577
          <idle>-0     [072] d.h. 16247.154005: irq_matrix_alloc: bit=35 cpu=8 online=1 avl=199 alloc=4 managed=2 online_maps=112 global_avl=22077, global_rsvd=156, total_alloc=578
          <idle>-0     [003] d.h. 16249.701208: irq_matrix_alloc: bit=37 cpu=18 online=1 avl=198 alloc=5 managed=2 online_maps=112 global_avl=22076, global_rsvd=156, total_alloc=579
          <idle>-0     [002] d.h. 16251.380138: irq_matrix_alloc: bit=37 cpu=67 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22075, global_rsvd=156, total_alloc=580
          <idle>-0     [024] d.h. 16254.622290: irq_matrix_alloc: bit=38 cpu=3 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22074, global_rsvd=156, total_alloc=581
          <idle>-0     [025] d.h. 16259.314781: irq_matrix_alloc: bit=37 cpu=19 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22073, global_rsvd=156, total_alloc=582
          <idle>-0     [025] d.h. 16259.314894: irq_matrix_free: bit=33 cpu=25 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22074, global_rsvd=156, total_alloc=581
          <idle>-0     [073] d.h. 16261.176729: irq_matrix_free: bit=36 cpu=73 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22075, global_rsvd=156, total_alloc=580
          <idle>-0     [019] d.h. 16262.767937: irq_matrix_alloc: bit=37 cpu=14 online=1 avl=198 alloc=5 managed=2 online_maps=112 global_avl=22074, global_rsvd=156, total_alloc=581
          <idle>-0     [022] d.H. 16263.028127: irq_matrix_alloc: bit=37 cpu=23 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22073, global_rsvd=156, total_alloc=582
          <idle>-0     [021] d.h. 16263.434045: irq_matrix_alloc: bit=37 cpu=81 online=1 avl=198 alloc=4 managed=2 online_maps=112 global_avl=22072, global_rsvd=156, total_alloc=583
          <idle>-0     [021] d.h. 16263.434145: irq_matrix_free: bit=34 cpu=21 online=1 avl=201 alloc=1 managed=2 online_maps=112 global_avl=22073, global_rsvd=156, total_alloc=582
          <idle>-0     [001] d.h. 16264.429753: irq_matrix_alloc: bit=33 cpu=16 online=1 avl=200 alloc=3 managed=2 online_maps=112 global_avl=22072, global_rsvd=156, total_alloc=583
          <idle>-0     [080] d.h. 16272.254761: irq_matrix_alloc: bit=33 cpu=66 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22071, global_rsvd=156, total_alloc=584
          <idle>-0     [074] d.h. 16274.945573: irq_matrix_alloc: bit=35 cpu=78 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22070, global_rsvd=156, total_alloc=585
          <idle>-0     [076] d.h. 16279.070337: irq_matrix_free: bit=33 cpu=76 online=1 avl=200 alloc=2 managed=2 online_maps=112 global_avl=22071, global_rsvd=156, total_alloc=584
          <idle>-0     [019] d.h. 16279.158940: irq_matrix_alloc: bit=38 cpu=14 online=1 avl=197 alloc=6 managed=2 online_maps=112 global_avl=22070, global_rsvd=156, total_alloc=585
          <idle>-0     [019] d.h. 16279.159052: irq_matrix_free: bit=33 cpu=19 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22071, global_rsvd=156, total_alloc=584
          <idle>-0     [002] d.h. 16284.244258: irq_matrix_alloc: bit=38 cpu=81 online=1 avl=197 alloc=5 managed=2 online_maps=112 global_avl=22070, global_rsvd=156, total_alloc=585
          <idle>-0     [082] d.h. 16285.209149: irq_matrix_alloc: bit=55 cpu=0 online=1 avl=83 alloc=120 managed=2 online_maps=112 global_avl=22069, global_rsvd=156, total_alloc=586
          <idle>-0     [020] d.h. 16288.184030: irq_matrix_alloc: bit=37 cpu=12 online=1 avl=198 alloc=5 managed=2 online_maps=112 global_avl=22068, global_rsvd=156, total_alloc=587
          <idle>-0     [022] d.h. 16293.519831: irq_matrix_alloc: bit=33 cpu=69 online=1 avl=199 alloc=3 managed=2 online_maps=112 global_avl=22067, global_rsvd=156, total_alloc=588

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17 14:24                       ` Keith Busch
@ 2018-01-17 15:01                         ` Thomas Gleixner
  2018-01-18  2:37                           ` Keith Busch
  2018-01-18 10:43                           ` [tip:irq/urgent] irq/matrix: Spread interrupts on allocation tip-bot for Thomas Gleixner
  0 siblings, 2 replies; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-17 15:01 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Wed, 17 Jan 2018, Keith Busch wrote:

> On Wed, Jan 17, 2018 at 10:32:12AM +0100, Thomas Gleixner wrote:
> > On Wed, 17 Jan 2018, Thomas Gleixner wrote:
> > > That doesn't sound right. The vectors should be spread evenly accross the
> > > CPUs. So ENOSPC should never happen.
> > > 
> > > Can you please take snapshots of /sys/kernel/debug/irq/ between the
> > > modprobe and modprobe -r steps?
> > 
> > The allocation fails because CPU1 has exhausted it's vector space here:
> > 
> > [002] d...   333.028216: irq_matrix_alloc_managed: bit=34 cpu=1 online=1 avl=0 alloc=202 managed=2 online_maps=112 global_avl=22085, global_rsvd=158, total_alloc=460
> > 
> > Now the interesting question is how that happens.
> 
> The trace with "trace_events=irq_matrix" kernel parameter is attached,
> ended shortly after an allocation failure.

Which device is allocating gazillions of non-managed interrupts?

  NetworkManager-2208  [044] d...     8.648608: irq_matrix_alloc: bit=68 cpu=0 online=1 avl=168 alloc=35 managed=3 online_maps=112 global_avl=22359, global_rsvd=532, total_alloc=215

....

  NetworkManager-2208  [044] d...     8.665114: irq_matrix_alloc: bit=237 cpu=0 online=1 avl=0 alloc=203 managed=3 online_maps=112 global_avl=22191, global_rsvd=364, total_alloc=383

That's 168 interrupts total. Enterprise grade insanity.

The patch below should cure that by spreading them out on allocation.

Thanks,

	tglx

8<------------------

diff --git a/kernel/irq/matrix.c b/kernel/irq/matrix.c
index 0ba0dd8863a7..5831cc7db27d 100644
--- a/kernel/irq/matrix.c
+++ b/kernel/irq/matrix.c
@@ -321,29 +321,38 @@ void irq_matrix_remove_reserved(struct irq_matrix *m)
 int irq_matrix_alloc(struct irq_matrix *m, const struct cpumask *msk,
 		     bool reserved, unsigned int *mapped_cpu)
 {
-	unsigned int cpu;
+	unsigned int cpu, best_cpu, maxavl = 0;
+	struct cpumap *cm;
+	unsigned int bit;
 
+	best_cpu = UINT_MAX;
 	for_each_cpu(cpu, msk) {
-		struct cpumap *cm = per_cpu_ptr(m->maps, cpu);
-		unsigned int bit;
+		cm = per_cpu_ptr(m->maps, cpu);
 
-		if (!cm->online)
+		if (!cm->online || cm->available <= maxavl)
 			continue;
 
-		bit = matrix_alloc_area(m, cm, 1, false);
-		if (bit < m->alloc_end) {
-			cm->allocated++;
-			cm->available--;
-			m->total_allocated++;
-			m->global_available--;
-			if (reserved)
-				m->global_reserved--;
-			*mapped_cpu = cpu;
-			trace_irq_matrix_alloc(bit, cpu, m, cm);
-			return bit;
-		}
+		best_cpu = cpu;
+		maxavl = cm->available;
 	}
-	return -ENOSPC;
+
+	if (!maxavl)
+		return -ENOSPC;
+
+	cm = per_cpu_ptr(m->maps, best_cpu);
+	bit = matrix_alloc_area(m, cm, 1, false);
+	if (bit >= m->alloc_end)
+		return -ENOSPC;
+
+	cm->allocated++;
+	cm->available--;
+	m->total_allocated++;
+	m->global_available--;
+	if (reserved)
+		m->global_reserved--;
+	*mapped_cpu = best_cpu;
+	trace_irq_matrix_alloc(bit, best_cpu, m, cm);
+	return bit;
 }
 
 /**

^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-17 15:01                         ` Thomas Gleixner
@ 2018-01-18  2:37                           ` Keith Busch
  2018-01-18  8:10                             ` Thomas Gleixner
  2018-01-18 10:43                           ` [tip:irq/urgent] irq/matrix: Spread interrupts on allocation tip-bot for Thomas Gleixner
  1 sibling, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-18  2:37 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

On Wed, Jan 17, 2018 at 04:01:47PM +0100, Thomas Gleixner wrote:
> Which device is allocating gazillions of non-managed interrupts?

I believe that would be the i40e. :)
 
> The patch below should cure that by spreading them out on allocation.

Yep, this is successfully testing already over 200 iterations that used to
fail within only a few. I'd say the problem is cured. Thanks!

Tested-by: Keith Busch <keith.busch@intel.com>

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-18  2:37                           ` Keith Busch
@ 2018-01-18  8:10                             ` Thomas Gleixner
  2018-01-18  8:48                               ` Keith Busch
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-18  8:10 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Wed, 17 Jan 2018, Keith Busch wrote:
> On Wed, Jan 17, 2018 at 04:01:47PM +0100, Thomas Gleixner wrote:
> > Which device is allocating gazillions of non-managed interrupts?
> 
> I believe that would be the i40e. :)

So enterprise grade insanity was spot on.

Can you please provide the output of

# cat /sys/kernel/debug/irq/irqs/$ONE_I40_IRQ

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-18  8:10                             ` Thomas Gleixner
@ 2018-01-18  8:48                               ` Keith Busch
  2018-01-18  9:06                                 ` Thomas Gleixner
  0 siblings, 1 reply; 20+ messages in thread
From: Keith Busch @ 2018-01-18  8:48 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML

On Thu, Jan 18, 2018 at 09:10:43AM +0100, Thomas Gleixner wrote:
> Can you please provide the output of
> 
> # cat /sys/kernel/debug/irq/irqs/$ONE_I40_IRQ

# cat /sys/kernel/debug/irq/irqs/48
handler:  handle_edge_irq
device:   0000:1a:00.0
status:   0x00000000
istate:   0x00000000
ddepth:   0
wdepth:   0
dstate:   0x05401200
            IRQD_ACTIVATED
            IRQD_IRQ_STARTED
            IRQD_SINGLE_TARGET
            IRQD_AFFINITY_SET
            IRQD_CAN_RESERVE
node:     0
affinity: 0-27,56-83
effectiv: 0
pending:
domain:  PCI-MSI-2
 hwirq:   0xd00002
 chip:    PCI-MSI
  flags:   0x10
             IRQCHIP_SKIP_SET_WAKE
 parent:
    domain:  VECTOR
     hwirq:   0x30
     chip:    APIC
      flags:   0x0
     Vector:    69
     Target:     0

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [BUG 4.15-rc7] IRQ matrix management errors
  2018-01-18  8:48                               ` Keith Busch
@ 2018-01-18  9:06                                 ` Thomas Gleixner
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Gleixner @ 2018-01-18  9:06 UTC (permalink / raw)
  To: Keith Busch; +Cc: LKML

On Thu, 18 Jan 2018, Keith Busch wrote:

> On Thu, Jan 18, 2018 at 09:10:43AM +0100, Thomas Gleixner wrote:
> > Can you please provide the output of
> > 
> > # cat /sys/kernel/debug/irq/irqs/$ONE_I40_IRQ
> 
> # cat /sys/kernel/debug/irq/irqs/48
> handler:  handle_edge_irq
> device:   0000:1a:00.0
> status:   0x00000000
> istate:   0x00000000
> ddepth:   0
> wdepth:   0
> dstate:   0x05401200
>             IRQD_ACTIVATED
>             IRQD_IRQ_STARTED
>             IRQD_SINGLE_TARGET
>             IRQD_AFFINITY_SET
>             IRQD_CAN_RESERVE
> node:     0
> affinity: 0-27,56-83
> effectiv: 0
> pending:
> domain:  PCI-MSI-2
>  hwirq:   0xd00002
>  chip:    PCI-MSI
>   flags:   0x10
>              IRQCHIP_SKIP_SET_WAKE

Bah. That's MSI where we can't use interrupt reservation because we cant
mask MSI vectors. I really admire these designed by committee hardware
bogosities.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [tip:irq/urgent] irq/matrix: Spread interrupts on allocation
  2018-01-17 15:01                         ` Thomas Gleixner
  2018-01-18  2:37                           ` Keith Busch
@ 2018-01-18 10:43                           ` tip-bot for Thomas Gleixner
  1 sibling, 0 replies; 20+ messages in thread
From: tip-bot for Thomas Gleixner @ 2018-01-18 10:43 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: hpa, keith.busch, mingo, tglx, linux-kernel

Commit-ID:  a0c9259dc4e1923a98356967ce8b732da1979df8
Gitweb:     https://git.kernel.org/tip/a0c9259dc4e1923a98356967ce8b732da1979df8
Author:     Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Wed, 17 Jan 2018 16:01:47 +0100
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 18 Jan 2018 11:38:41 +0100

irq/matrix: Spread interrupts on allocation

Keith reported an issue with vector space exhaustion on a server machine
which is caused by the i40e driver allocating 168 MSI interrupts when the
driver is initialized, even when most of these interrupts are not used at
all.

The x86 vector allocation code tries to avoid the immediate allocation with
the reservation mode, but the card uses MSI and does not support MSI entry
masking, which prevents reservation mode and requires immediate vector
allocation.

The matrix allocator is a bit naive and prefers the first CPU in the
cpumask which describes the possible target CPUs for an allocation. That
results in allocating all 168 vectors on CPU0 which later causes vector
space exhaustion when the NVMe driver tries to allocate managed interrupts
on each CPU for the per CPU queues.

Avoid this by finding the CPU which has the lowest vector allocation count
to spread out the non managed interrupt accross the possible target CPUs.

Fixes: 2f75d9e1c905 ("genirq: Implement bitmap matrix allocator")
Reported-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Keith Busch <keith.busch@intel.com>
Link: https://lkml.kernel.org/r/alpine.DEB.2.20.1801171557330.1777@nanos

---
 kernel/irq/matrix.c | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/kernel/irq/matrix.c b/kernel/irq/matrix.c
index 0ba0dd8..5187dfe 100644
--- a/kernel/irq/matrix.c
+++ b/kernel/irq/matrix.c
@@ -321,15 +321,23 @@ void irq_matrix_remove_reserved(struct irq_matrix *m)
 int irq_matrix_alloc(struct irq_matrix *m, const struct cpumask *msk,
 		     bool reserved, unsigned int *mapped_cpu)
 {
-	unsigned int cpu;
+	unsigned int cpu, best_cpu, maxavl = 0;
+	struct cpumap *cm;
+	unsigned int bit;
 
+	best_cpu = UINT_MAX;
 	for_each_cpu(cpu, msk) {
-		struct cpumap *cm = per_cpu_ptr(m->maps, cpu);
-		unsigned int bit;
+		cm = per_cpu_ptr(m->maps, cpu);
 
-		if (!cm->online)
+		if (!cm->online || cm->available <= maxavl)
 			continue;
 
+		best_cpu = cpu;
+		maxavl = cm->available;
+	}
+
+	if (maxavl) {
+		cm = per_cpu_ptr(m->maps, best_cpu);
 		bit = matrix_alloc_area(m, cm, 1, false);
 		if (bit < m->alloc_end) {
 			cm->allocated++;
@@ -338,8 +346,8 @@ int irq_matrix_alloc(struct irq_matrix *m, const struct cpumask *msk,
 			m->global_available--;
 			if (reserved)
 				m->global_reserved--;
-			*mapped_cpu = cpu;
-			trace_irq_matrix_alloc(bit, cpu, m, cm);
+			*mapped_cpu = best_cpu;
+			trace_irq_matrix_alloc(bit, best_cpu, m, cm);
 			return bit;
 		}
 	}

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-01-18 10:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180115025759.GG13580@localhost.localdomain>
2018-01-15  3:02 ` [BUG 4.15-rc7] IRQ matrix management errors Keith Busch
2018-01-15  9:13   ` Thomas Gleixner
2018-01-16  6:16     ` Keith Busch
2018-01-16  7:11       ` Keith Busch
2018-01-16 10:33         ` Thomas Gleixner
2018-01-16 11:20           ` Thomas Gleixner
2018-01-16 14:26             ` Keith Busch
2018-01-17  2:25             ` Keith Busch
2018-01-17  7:34               ` Thomas Gleixner
2018-01-17  7:55                 ` Keith Busch
2018-01-17  9:24                   ` Thomas Gleixner
2018-01-17  9:32                     ` Thomas Gleixner
2018-01-17 14:24                       ` Keith Busch
2018-01-17 15:01                         ` Thomas Gleixner
2018-01-18  2:37                           ` Keith Busch
2018-01-18  8:10                             ` Thomas Gleixner
2018-01-18  8:48                               ` Keith Busch
2018-01-18  9:06                                 ` Thomas Gleixner
2018-01-18 10:43                           ` [tip:irq/urgent] irq/matrix: Spread interrupts on allocation tip-bot for Thomas Gleixner
2018-01-17 11:15             ` [tip:x86/urgent] x86/apic/vector: Fix off by one in error path tip-bot for Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.