问题描述:我的java进程被异常终止。没有任何的异常信息。也没看到系统异常。
我们可以从linux层面来排查一下问题。如果确定程序没有问题的话,有可能是linux层面的问题,也有可能是硬件方面的问题。
查看linux系统日志:内容情况命令
dmesg
看到的问题:
通过使用上边的命令,我们看到了进程确实是被系统给kill掉了。而发生这个操作的原因是:内存错误。
0x4e7a1c8: Killing java:4295 due to hardware memory corruption
更多日志感兴趣的朋友可以看看。也分析一下这个问题产生的原因。我暂时判断是内存错误,触发了系统来kill掉我的程序。
[ 0.589892] pci 0000:18:00.0: supports D1 D2
[ 0.589940] pci 0000:17:02.0: PCI bridge to [bus 18]
[ 0.589945] pci 0000:17:02.0: bridge window [io 0x5000-0x5fff]
[ 0.589947] pci 0000:17:02.0: bridge window [mem 0xaac00000-0xaaefffff]
[ 0.589955] pci_bus 0000:17: on NUMA node 0
[ 0.590094] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 3a-5c])
[ 0.590099] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.590711] acpi PNP0A08:02: _OSC: platform does not support [AER]
[ 0.591080] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.591083] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.591307] PCI host bridge to bus 0000:3a
[ 0.591310] pci_bus 0000:3a: root bus resource [io 0x6000-0x7fff window]
[ 0.591313] pci_bus 0000:3a: root bus resource [mem 0xab000000-0xb87fffff window]
[ 0.591316] pci_bus 0000:3a: root bus resource [mem 0x388000000000-0x38bfffffffff window]
[ 0.591319] pci_bus 0000:3a: root bus resource [bus 3a-5c]
[ 0.591329] pci 0000:3a:05.0: [8086:2034] type 00 class 0x088000
[ 0.591422] pci 0000:3a:05.2: [8086:2035] type 00 class 0x088000
[ 0.591508] pci 0000:3a:05.4: [8086:2036] type 00 class 0x080020
[ 0.591517] pci 0000:3a:05.4: reg 0x10: [mem 0xb8700000-0xb8700fff]
[ 0.591608] pci 0000:3a:08.0: [8086:2066] type 00 class 0x088000
[ 0.591697] pci 0000:3a:09.0: [8086:2066] type 00 class 0x088000
[ 0.591781] pci 0000:3a:0a.0: [8086:2040] type 00 class 0x088000
[ 0.591862] pci 0000:3a:0a.1: [8086:2041] type 00 class 0x088000
[ 0.591943] pci 0000:3a:0a.2: [8086:2042] type 00 class 0x088000
[ 0.592026] pci 0000:3a:0a.3: [8086:2043] type 00 class 0x088000
[ 0.592104] pci 0000:3a:0a.4: [8086:2044] type 00 class 0x088000
[ 0.592184] pci 0000:3a:0a.5: [8086:2045] type 00 class 0x088000
[ 0.592261] pci 0000:3a:0a.6: [8086:2046] type 00 class 0x088000
[ 0.592339] pci 0000:3a:0a.7: [8086:2047] type 00 class 0x088000
[ 0.592421] pci 0000:3a:0b.0: [8086:2048] type 00 class 0x088000
[ 0.592503] pci 0000:3a:0b.1: [8086:2049] type 00 class 0x088000
[ 0.592581] pci 0000:3a:0b.2: [8086:204a] type 00 class 0x088000
[ 0.592659] pci 0000:3a:0b.3: [8086:204b] type 00 class 0x088000
[ 0.592746] pci 0000:3a:0c.0: [8086:2040] type 00 class 0x088000
[ 0.592829] pci 0000:3a:0c.1: [8086:2041] type 00 class 0x088000
[ 0.592906] pci 0000:3a:0c.2: [8086:2042] type 00 class 0x088000
[ 0.592989] pci 0000:3a:0c.3: [8086:2043] type 00 class 0x088000
[ 0.593065] pci 0000:3a:0c.4: [8086:2044] type 00 class 0x088000
[ 0.593142] pci 0000:3a:0c.5: [8086:2045] type 00 class 0x088000
[ 0.593220] pci 0000:3a:0c.6: [8086:2046] type 00 class 0x088000
[ 0.593297] pci 0000:3a:0c.7: [8086:2047] type 00 class 0x088000
[ 0.593373] pci 0000:3a:0d.0: [8086:2048] type 00 class 0x088000
[ 0.593458] pci 0000:3a:0d.1: [8086:2049] type 00 class 0x088000
[ 0.593535] pci 0000:3a:0d.2: [8086:204a] type 00 class 0x088000
[ 0.593611] pci 0000:3a:0d.3: [8086:204b] type 00 class 0x088000
[ 0.593699] pci_bus 0000:3a: on NUMA node 0
[ 0.593820] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 5d-7f])
[ 0.593826] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.594437] acpi PNP0A08:03: _OSC: platform does not support [AER]
[ 0.594805] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.594808] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.595059] PCI host bridge to bus 0000:5d
[ 0.595062] pci_bus 0000:5d: root bus resource [io 0x8000-0x9fff window]
[ 0.595065] pci_bus 0000:5d: root bus resource [mem 0xb8800000-0xc5ffffff window]
[ 0.595068] pci_bus 0000:5d: root bus resource [mem 0x38c000000000-0x38ffffffffff window]
[ 0.595071] pci_bus 0000:5d: root bus resource [bus 5d-7f]
[ 0.595081] pci 0000:5d:02.0: [8086:2032] type 01 class 0x060400
[ 0.595110] pci 0000:5d:02.0: enabling Extended Tags
[ 0.595144] pci 0000:5d:02.0: PME# supported from D0 D3hot D3cold
[ 0.595219] pci 0000:5d:05.0: [8086:2034] type 00 class 0x088000
[ 0.595308] pci 0000:5d:05.2: [8086:2035] type 00 class 0x088000
[ 0.595393] pci 0000:5d:05.4: [8086:2036] type 00 class 0x080020
[ 0.595403] pci 0000:5d:05.4: reg 0x10: [mem 0xc5f00000-0xc5f00fff]
[ 0.595497] pci 0000:5d:0e.0: [8086:2058] type 00 class 0x110100
[ 0.595576] pci 0000:5d:0e.1: [8086:2059] type 00 class 0x088000
[ 0.595655] pci 0000:5d:0f.0: [8086:2058] type 00 class 0x110100
[ 0.595734] pci 0000:5d:0f.1: [8086:2059] type 00 class 0x088000
[ 0.595814] pci 0000:5d:12.0: [8086:204c] type 00 class 0x110100
[ 0.595892] pci 0000:5d:12.1: [8086:204d] type 00 class 0x110100
[ 0.595958] pci 0000:5d:12.2: [8086:204e] type 00 class 0x088000
[ 0.596026] pci 0000:5d:15.0: [8086:2018] type 00 class 0x088000
[ 0.596097] pci 0000:5d:16.0: [8086:2018] type 00 class 0x088000
[ 0.596165] pci 0000:5d:16.4: [8086:2018] type 00 class 0x088000
[ 0.596281] pci 0000:5e:00.0: [8086:37c0] type 01 class 0x060400
[ 0.596299] pci 0000:5e:00.0: reg 0x10: [mem 0xc5e00000-0xc5e1ffff 64bit]
[ 0.596306] pci 0000:5e:00.0: reg 0x38: [mem 0xc5c00000-0xc5cfffff pref]
[ 0.596357] pci 0000:5e:00.0: PME# supported from D0 D3hot D3cold
[ 0.612028] pci 0000:5d:02.0: PCI bridge to [bus 5e-60]
[ 0.612033] pci 0000:5d:02.0: bridge window [mem 0xc5c00000-0xc5efffff]
[ 0.612037] pci 0000:5d:02.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.612075] pci 0000:5f:03.0: [8086:37c5] type 01 class 0x060400
[ 0.612161] pci 0000:5f:03.0: PME# supported from D0 D3hot D3cold
[ 0.612231] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.612237] pci 0000:5e:00.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.612241] pci 0000:5e:00.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.612284] pci 0000:60:00.0: [8086:37d1] type 00 class 0x020000
[ 0.612311] pci 0000:60:00.0: reg 0x10: [mem 0xc4000000-0xc4ffffff 64bit pref]
[ 0.612329] pci 0000:60:00.0: reg 0x1c: [mem 0xc5008000-0xc500ffff 64bit pref]
[ 0.612344] pci 0000:60:00.0: reg 0x30: [mem 0xc5d80000-0xc5dfffff pref]
[ 0.612351] pci 0000:60:00.0: enabling Extended Tags
[ 0.612416] pci 0000:60:00.0: PME# supported from D0 D3hot D3cold
[ 0.612446] pci 0000:60:00.0: reg 0x184: [mem 0x00000000-0x0001ffff 64bit pref]
[ 0.612447] pci 0000:60:00.0: VF(n) BAR0 space: [mem 0x00000000-0x003fffff 64bit pref] (contains BAR0 for 32 VFs)
[ 0.612466] pci 0000:60:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 0.612467] pci 0000:60:00.0: VF(n) BAR3 space: [mem 0x00000000-0x0007ffff 64bit pref] (contains BAR3 for 32 VFs)
[ 0.612601] pci 0000:60:00.1: [8086:37d1] type 00 class 0x020000
[ 0.612626] pci 0000:60:00.1: reg 0x10: [mem 0xc3000000-0xc3ffffff 64bit pref]
[ 0.612645] pci 0000:60:00.1: reg 0x1c: [mem 0xc5000000-0xc5007fff 64bit pref]
[ 0.612660] pci 0000:60:00.1: reg 0x30: [mem 0xc5d00000-0xc5d7ffff pref]
[ 0.612667] pci 0000:60:00.1: enabling Extended Tags
[ 0.612731] pci 0000:60:00.1: PME# supported from D0 D3hot D3cold
[ 0.612755] pci 0000:60:00.1: reg 0x184: [mem 0x00000000-0x0001ffff 64bit pref]
[ 0.612756] pci 0000:60:00.1: VF(n) BAR0 space: [mem 0x00000000-0x003fffff 64bit pref] (contains BAR0 for 32 VFs)
[ 0.612774] pci 0000:60:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref]
[ 0.612775] pci 0000:60:00.1: VF(n) BAR3 space: [mem 0x00000000-0x0007ffff 64bit pref] (contains BAR3 for 32 VFs)
[ 0.612932] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.612939] pci 0000:5f:03.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.612943] pci 0000:5f:03.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.612958] pci_bus 0000:5d: on NUMA node 0
[ 0.613187] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus 80-84])
[ 0.613192] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.613553] acpi PNP0A08:06: _OSC: platform does not support [AER]
[ 0.613831] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.613834] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.614026] acpiphp: Slot [8191-11] registered
[ 0.614082] PCI host bridge to bus 0000:80
[ 0.614085] pci_bus 0000:80: root bus resource [io 0xa000-0xbfff window]
[ 0.614088] pci_bus 0000:80: root bus resource [mem 0xc6000000-0xd37fffff window]
[ 0.614091] pci_bus 0000:80: root bus resource [mem 0x390000000000-0x393fffffffff window]
[ 0.614094] pci_bus 0000:80: root bus resource [bus 80-84]
[ 0.614105] pci 0000:80:04.0: [8086:2021] type 00 class 0x088000
[ 0.614118] pci 0000:80:04.0: reg 0x10: [mem 0x393ffff1c000-0x393ffff1ffff 64bit]
[ 0.614220] pci 0000:80:04.1: [8086:2021] type 00 class 0x088000
[ 0.614231] pci 0000:80:04.1: reg 0x10: [mem 0x393ffff18000-0x393ffff1bfff 64bit]
[ 0.614326] pci 0000:80:04.2: [8086:2021] type 00 class 0x088000
[ 0.614337] pci 0000:80:04.2: reg 0x10: [mem 0x393ffff14000-0x393ffff17fff 64bit]
[ 0.614432] pci 0000:80:04.3: [8086:2021] type 00 class 0x088000
[ 0.614444] pci 0000:80:04.3: reg 0x10: [mem 0x393ffff10000-0x393ffff13fff 64bit]
[ 0.614537] pci 0000:80:04.4: [8086:2021] type 00 class 0x088000
[ 0.614548] pci 0000:80:04.4: reg 0x10: [mem 0x393ffff0c000-0x393ffff0ffff 64bit]
[ 0.614641] pci 0000:80:04.5: [8086:2021] type 00 class 0x088000
[ 0.614653] pci 0000:80:04.5: reg 0x10: [mem 0x393ffff08000-0x393ffff0bfff 64bit]
[ 0.614744] pci 0000:80:04.6: [8086:2021] type 00 class 0x088000
[ 0.614756] pci 0000:80:04.6: reg 0x10: [mem 0x393ffff04000-0x393ffff07fff 64bit]
[ 0.614849] pci 0000:80:04.7: [8086:2021] type 00 class 0x088000
[ 0.614860] pci 0000:80:04.7: reg 0x10: [mem 0x393ffff00000-0x393ffff03fff 64bit]
[ 0.614954] pci 0000:80:05.0: [8086:2024] type 00 class 0x088000
[ 0.615046] pci 0000:80:05.2: [8086:2025] type 00 class 0x088000
[ 0.615144] pci 0000:80:05.4: [8086:2026] type 00 class 0x080020
[ 0.615154] pci 0000:80:05.4: reg 0x10: [mem 0xd3700000-0xd3700fff]
[ 0.615251] pci 0000:80:08.0: [8086:2014] type 00 class 0x088000
[ 0.615333] pci 0000:80:08.1: [8086:2015] type 00 class 0x110100
[ 0.615401] pci 0000:80:08.2: [8086:2016] type 00 class 0x088000
[ 0.615490] pci_bus 0000:80: on NUMA node 1
[ 0.615613] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus 85-ad])
[ 0.615618] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.616249] acpi PNP0A08:07: _OSC: platform does not support [AER]
[ 0.616625] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.616628] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.616884] acpiphp: Slot [8191-15] registered
[ 0.616915] acpiphp: Slot [8191-10] registered
[ 0.616947] acpiphp: Slot [8191-12] registered
[ 0.616980] acpiphp: Slot [8191-13] registered
[ 0.617062] PCI host bridge to bus 0000:85
[ 0.617065] pci_bus 0000:85: root bus resource [io 0xc000-0xdfff window]
[ 0.617068] pci_bus 0000:85: root bus resource [mem 0xd3800000-0xe0ffffff window]
[ 0.617070] pci_bus 0000:85: root bus resource [mem 0x394000000000-0x397fffffffff window]
[ 0.617073] pci_bus 0000:85: root bus resource [bus 85-ad]
[ 0.617085] pci 0000:85:05.0: [8086:2034] type 00 class 0x088000
[ 0.617192] pci 0000:85:05.2: [8086:2035] type 00 class 0x088000
[ 0.617295] pci 0000:85:05.4: [8086:2036] type 00 class 0x080020
[ 0.617305] pci 0000:85:05.4: reg 0x10: [mem 0xe0f00000-0xe0f00fff]
[ 0.617412] pci 0000:85:08.0: [8086:208d] type 00 class 0x088000
[ 0.617494] pci 0000:85:08.1: [8086:208d] type 00 class 0x088000
[ 0.617572] pci 0000:85:08.2: [8086:208d] type 00 class 0x088000
[ 0.617651] pci 0000:85:08.3: [8086:208d] type 00 class 0x088000
[ 0.617728] pci 0000:85:08.4: [8086:208d] type 00 class 0x088000
[ 0.617804] pci 0000:85:08.5: [8086:208d] type 00 class 0x088000
[ 0.617883] pci 0000:85:08.6: [8086:208d] type 00 class 0x088000
[ 0.617959] pci 0000:85:08.7: [8086:208d] type 00 class 0x088000
[ 0.618036] pci 0000:85:09.0: [8086:208d] type 00 class 0x088000
[ 0.618117] pci 0000:85:09.1: [8086:208d] type 00 class 0x088000
[ 0.618200] pci 0000:85:0e.0: [8086:208e] type 00 class 0x088000
[ 0.618282] pci 0000:85:0e.1: [8086:208e] type 00 class 0x088000
[ 0.618357] pci 0000:85:0e.2: [8086:208e] type 00 class 0x088000
[ 0.618431] pci 0000:85:0e.3: [8086:208e] type 00 class 0x088000
[ 0.618505] pci 0000:85:0e.4: [8086:208e] type 00 class 0x088000
[ 0.618579] pci 0000:85:0e.5: [8086:208e] type 00 class 0x088000
[ 0.618653] pci 0000:85:0e.6: [8086:208e] type 00 class 0x088000
[ 0.618729] pci 0000:85:0e.7: [8086:208e] type 00 class 0x088000
[ 0.618803] pci 0000:85:0f.0: [8086:208e] type 00 class 0x088000
[ 0.618883] pci 0000:85:0f.1: [8086:208e] type 00 class 0x088000
[ 0.618970] pci 0000:85:1d.0: [8086:2054] type 00 class 0x088000
[ 0.619050] pci 0000:85:1d.1: [8086:2055] type 00 class 0x088000
[ 0.619126] pci 0000:85:1d.2: [8086:2056] type 00 class 0x088000
[ 0.619201] pci 0000:85:1d.3: [8086:2057] type 00 class 0x088000
[ 0.619280] pci 0000:85:1e.0: [8086:2080] type 00 class 0x088000
[ 0.619359] pci 0000:85:1e.1: [8086:2081] type 00 class 0x088000
[ 0.619434] pci 0000:85:1e.2: [8086:2082] type 00 class 0x088000
[ 0.619510] pci 0000:85:1e.3: [8086:2083] type 00 class 0x088000
[ 0.619587] pci 0000:85:1e.4: [8086:2084] type 00 class 0x088000
[ 0.619662] pci 0000:85:1e.5: [8086:2085] type 00 class 0x088000
[ 0.619738] pci 0000:85:1e.6: [8086:2086] type 00 class 0x088000
[ 0.619815] pci_bus 0000:85: on NUMA node 1
[ 0.619974] ACPI: PCI Root Bridge [PC08] (domain 0000 [bus ae-d6])
[ 0.619979] acpi PNP0A08:08: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.620595] acpi PNP0A08:08: _OSC: platform does not support [AER]
[ 0.620966] acpi PNP0A08:08: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.620969] acpi PNP0A08:08: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.621209] acpiphp: Slot [8191-19] registered
[ 0.621241] acpiphp: Slot [8191-14] registered
[ 0.621275] acpiphp: Slot [8191-16] registered
[ 0.621308] acpiphp: Slot [8191-17] registered
[ 0.621352] PCI host bridge to bus 0000:ae
[ 0.621355] pci_bus 0000:ae: root bus resource [io 0xe000-0xefff window]
[ 0.621358] pci_bus 0000:ae: root bus resource [mem 0xe1000000-0xee7fffff window]
[ 0.621361] pci_bus 0000:ae: root bus resource [mem 0x398000000000-0x39bfffffffff window]
[ 0.621364] pci_bus 0000:ae: root bus resource [bus ae-d6]
[ 0.621375] pci 0000:ae:05.0: [8086:2034] type 00 class 0x088000
[ 0.621471] pci 0000:ae:05.2: [8086:2035] type 00 class 0x088000
[ 0.621560] pci 0000:ae:05.4: [8086:2036] type 00 class 0x080020
[ 0.621570] pci 0000:ae:05.4: reg 0x10: [mem 0xee700000-0xee700fff]
[ 0.621663] pci 0000:ae:08.0: [8086:2066] type 00 class 0x088000
[ 0.621752] pci 0000:ae:09.0: [8086:2066] type 00 class 0x088000
[ 0.621838] pci 0000:ae:0a.0: [8086:2040] type 00 class 0x088000
[ 0.621926] pci 0000:ae:0a.1: [8086:2041] type 00 class 0x088000
[ 0.622007] pci 0000:ae:0a.2: [8086:2042] type 00 class 0x088000
[ 0.622087] pci 0000:ae:0a.3: [8086:2043] type 00 class 0x088000
[ 0.622167] pci 0000:ae:0a.4: [8086:2044] type 00 class 0x088000
[ 0.622248] pci 0000:ae:0a.5: [8086:2045] type 00 class 0x088000
[ 0.622327] pci 0000:ae:0a.6: [8086:2046] type 00 class 0x088000
[ 0.622407] pci 0000:ae:0a.7: [8086:2047] type 00 class 0x088000
[ 0.622488] pci 0000:ae:0b.0: [8086:2048] type 00 class 0x088000
[ 0.622571] pci 0000:ae:0b.1: [8086:2049] type 00 class 0x088000
[ 0.622650] pci 0000:ae:0b.2: [8086:204a] type 00 class 0x088000
[ 0.622731] pci 0000:ae:0b.3: [8086:204b] type 00 class 0x088000
[ 0.622813] pci 0000:ae:0c.0: [8086:2040] type 00 class 0x088000
[ 0.622897] pci 0000:ae:0c.1: [8086:2041] type 00 class 0x088000
[ 0.622977] pci 0000:ae:0c.2: [8086:2042] type 00 class 0x088000
[ 0.623059] pci 0000:ae:0c.3: [8086:2043] type 00 class 0x088000
[ 0.623139] pci 0000:ae:0c.4: [8086:2044] type 00 class 0x088000
[ 0.623218] pci 0000:ae:0c.5: [8086:2045] type 00 class 0x088000
[ 0.623299] pci 0000:ae:0c.6: [8086:2046] type 00 class 0x088000
[ 0.623380] pci 0000:ae:0c.7: [8086:2047] type 00 class 0x088000
[ 0.623461] pci 0000:ae:0d.0: [8086:2048] type 00 class 0x088000
[ 0.623546] pci 0000:ae:0d.1: [8086:2049] type 00 class 0x088000
[ 0.623626] pci 0000:ae:0d.2: [8086:204a] type 00 class 0x088000
[ 0.623707] pci 0000:ae:0d.3: [8086:204b] type 00 class 0x088000
[ 0.623799] pci_bus 0000:ae: on NUMA node 1
[ 0.623942] ACPI: PCI Root Bridge [PC09] (domain 0000 [bus d7-ff])
[ 0.623947] acpi PNP0A08:09: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.624566] acpi PNP0A08:09: _OSC: platform does not support [AER]
[ 0.624937] acpi PNP0A08:09: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.624940] acpi PNP0A08:09: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.625180] acpiphp: Slot [8191-23] registered
[ 0.625213] acpiphp: Slot [8191-18] registered
[ 0.625248] acpiphp: Slot [8191-20] registered
[ 0.625282] acpiphp: Slot [8191-21] registered
[ 0.625321] PCI host bridge to bus 0000:d7
[ 0.625324] pci_bus 0000:d7: root bus resource [io 0xf000-0xffff window]
[ 0.625326] pci_bus 0000:d7: root bus resource [mem 0xee800000-0xfbffffff window]
[ 0.625329] pci_bus 0000:d7: root bus resource [mem 0x39c000000000-0x39ffffffffff window]
[ 0.625332] pci_bus 0000:d7: root bus resource [bus d7-ff]
[ 0.625344] pci 0000:d7:05.0: [8086:2034] type 00 class 0x088000
[ 0.625440] pci 0000:d7:05.2: [8086:2035] type 00 class 0x088000
[ 0.625532] pci 0000:d7:05.4: [8086:2036] type 00 class 0x080020
[ 0.625542] pci 0000:d7:05.4: reg 0x10: [mem 0xfbf00000-0xfbf00fff]
[ 0.625639] pci 0000:d7:0e.0: [8086:2058] type 00 class 0x110100
[ 0.625722] pci 0000:d7:0e.1: [8086:2059] type 00 class 0x088000
[ 0.625804] pci 0000:d7:0f.0: [8086:2058] type 00 class 0x110100
[ 0.625887] pci 0000:d7:0f.1: [8086:2059] type 00 class 0x088000
[ 0.625969] pci 0000:d7:12.0: [8086:204c] type 00 class 0x110100
[ 0.626049] pci 0000:d7:12.1: [8086:204d] type 00 class 0x110100
[ 0.626114] pci 0000:d7:12.2: [8086:204e] type 00 class 0x088000
[ 0.626181] pci 0000:d7:15.0: [8086:2018] type 00 class 0x088000
[ 0.626251] pci 0000:d7:16.0: [8086:2018] type 00 class 0x088000
[ 0.626319] pci 0000:d7:16.4: [8086:2018] type 00 class 0x088000
[ 0.626388] pci_bus 0000:d7: on NUMA node 1
[ 0.626995] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.627068] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.627140] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.627211] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.627282] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.627352] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.627423] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.627494] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.628064] SCSI subsystem initialized
[ 0.632050] libata version 3.00 loaded.
[ 0.632050] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[ 0.632050] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.632076] pci 0000:03:00.0: vgaarb: bridge control possible
[ 0.632078] vgaarb: loaded
[ 0.632097] ACPI: bus type USB registered
[ 0.632111] usbcore: registered new interface driver usbfs
[ 0.632120] usbcore: registered new interface driver hub
[ 0.632153] usbcore: registered new device driver usb
[ 0.632228] EDAC MC: Ver: 3.0.0
[ 0.632323] Registered efivars operations
[ 0.632323] PCI: Using ACPI for IRQ routing
[ 0.632825] PCI: pci_cache_line_size set to 64 bytes
[ 0.633077] e820: reserve RAM buffer [mem 0x5fcce018-0x5fffffff]
[ 0.633079] e820: reserve RAM buffer [mem 0x5fd03018-0x5fffffff]
[ 0.633080] e820: reserve RAM buffer [mem 0x5fd38018-0x5fffffff]
[ 0.633081] e820: reserve RAM buffer [mem 0x5fd53018-0x5fffffff]
[ 0.633081] e820: reserve RAM buffer [mem 0x6017a000-0x63ffffff]
[ 0.633082] e820: reserve RAM buffer [mem 0x64986000-0x67ffffff]
[ 0.633083] e820: reserve RAM buffer [mem 0x6505c000-0x67ffffff]
[ 0.633084] e820: reserve RAM buffer [mem 0x67c4f000-0x67ffffff]
[ 0.633085] e820: reserve RAM buffer [mem 0x69f70000-0x6bffffff]
[ 0.633086] e820: reserve RAM buffer [mem 0x6c3ce000-0x6fffffff]
[ 0.633087] e820: reserve RAM buffer [mem 0x6f800000-0x6fffffff]
[ 0.633206] NetLabel: Initializing
[ 0.633209] NetLabel: domain hash size = 128
[ 0.633210] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.633230] NetLabel: unlabeled traffic allowed by default
[ 0.637023] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.637029] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.640142] clocksource: Switched to clocksource hpet
[ 0.653567] VFS: Disk quotas dquot_6.6.0
[ 0.653647] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.653852] AppArmor: AppArmor Filesystem Enabled
[ 0.653885] pnp: PnP ACPI init
[ 0.654460] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.654646] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.654649] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.654652] system 00:01: [io 0x0600-0x061f] has been reserved
[ 0.654655] system 00:01: [io 0x0880-0x0883] has been reserved
[ 0.654658] system 00:01: [io 0x0800-0x081f] has been reserved
[ 0.654662] system 00:01: [mem 0xfed1c000-0xfed3ffff] could not be reserved
[ 0.654665] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[ 0.654668] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 0.654670] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.654673] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 0.654676] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 0.654679] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 0.654684] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.655239] system 00:02: [io 0x0a00-0x0a0f] has been reserved
[ 0.655242] system 00:02: [io 0x0a10-0x0a1f] has been reserved
[ 0.655245] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 0.655247] system 00:02: [io 0x0a30-0x0a3f] has been reserved
[ 0.655250] system 00:02: [io 0x0a40-0x0a4f] has been reserved
[ 0.655255] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.655610] pnp 00:03: [dma 0 disabled]
[ 0.655652] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.655993] pnp 00:04: [dma 0 disabled]
[ 0.656049] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.656245] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.656249] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.656252] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.656254] system 00:05: [mem 0xfe000000-0xfe00ffff] has been reserved
[ 0.656257] system 00:05: [mem 0xfe011000-0xfe01ffff] has been reserved
[ 0.656260] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.656263] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.656266] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.656271] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.656632] system 00:06: [io 0x0f00-0x0ffe] has been reserved
[ 0.656637] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.657870] pnp: PnP ACPI: found 7 devices
[ 0.664799] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.664815] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.664817] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.664819] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.664831] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
[ 0.664838] pci 0000:00:1c.0: BAR 15: assigned [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 0.664843] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.664848] pci 0000:00:1f.4: BAR 0: assigned [mem 0x380000200000-0x3800002000ff 64bit]
[ 0.664862] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.664865] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.664870] pci 0000:00:1c.0: bridge window [mem 0x90000000-0x901fffff]
[ 0.664875] pci 0000:00:1c.0: bridge window [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 0.664881] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.664885] pci 0000:02:00.0: bridge window [io 0x2000-0x2fff]
[ 0.664891] pci 0000:02:00.0: bridge window [mem 0x9c000000-0x9d0fffff]
[ 0.664901] pci 0000:00:1c.5: PCI bridge to [bus 02-03]
[ 0.664904] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.664908] pci 0000:00:1c.5: bridge window [mem 0x9c000000-0x9d0fffff]
[ 0.664916] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.664918] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.664919] pci_bus 0000:00: resource 6 [io 0x03b0-0x03bb window]
[ 0.664920] pci_bus 0000:00: resource 7 [io 0x03c0-0x03df window]
[ 0.664921] pci_bus 0000:00: resource 8 [io 0x1000-0x3fff window]
[ 0.664922] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[ 0.664923] pci_bus 0000:00: resource 10 [mem 0x000c4000-0x000c7fff window]
[ 0.664924] pci_bus 0000:00: resource 11 [mem 0xfe010000-0xfe010fff window]
[ 0.664925] pci_bus 0000:00: resource 12 [mem 0x90000000-0x9d7fffff window]
[ 0.664926] pci_bus 0000:00: resource 13 [mem 0x380000000000-0x383fffffffff window]
[ 0.664928] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 0.664929] pci_bus 0000:01: resource 1 [mem 0x90000000-0x901fffff]
[ 0.664930] pci_bus 0000:01: resource 2 [mem 0x380000000000-0x3800001fffff 64bit pref]
[ 0.664931] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.664932] pci_bus 0000:02: resource 1 [mem 0x9c000000-0x9d0fffff]
[ 0.664933] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.664934] pci_bus 0000:03: resource 1 [mem 0x9c000000-0x9d0fffff]
[ 0.665065] pci 0000:17:02.0: PCI bridge to [bus 18]
[ 0.665068] pci 0000:17:02.0: bridge window [io 0x5000-0x5fff]
[ 0.665072] pci 0000:17:02.0: bridge window [mem 0xaac00000-0xaaefffff]
[ 0.665079] pci_bus 0000:17: resource 4 [io 0x4000-0x5fff window]
[ 0.665080] pci_bus 0000:17: resource 5 [mem 0x9d800000-0xaaffffff window]
[ 0.665081] pci_bus 0000:17: resource 6 [mem 0x384000000000-0x387fffffffff window]
[ 0.665082] pci_bus 0000:18: resource 0 [io 0x5000-0x5fff]
[ 0.665083] pci_bus 0000:18: resource 1 [mem 0xaac00000-0xaaefffff]
[ 0.665109] pci_bus 0000:3a: resource 4 [io 0x6000-0x7fff window]
[ 0.665111] pci_bus 0000:3a: resource 5 [mem 0xab000000-0xb87fffff window]
[ 0.665112] pci_bus 0000:3a: resource 6 [mem 0x388000000000-0x38bfffffffff window]
[ 0.665130] pci_bus 0000:5d: max bus depth: 3 pci_try_num: 4
[ 0.665138] pci 0000:60:00.0: BAR 7: no space for [mem size 0x00400000 64bit pref]
[ 0.665142] pci 0000:60:00.0: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[ 0.665146] pci 0000:60:00.1: BAR 7: no space for [mem size 0x00400000 64bit pref]
[ 0.665149] pci 0000:60:00.1: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[ 0.665152] pci 0000:60:00.0: BAR 10: assigned [mem 0xc5010000-0xc508ffff 64bit pref]
[ 0.665160] pci 0000:60:00.1: BAR 10: no space for [mem size 0x00080000 64bit pref]
[ 0.665162] pci 0000:60:00.1: BAR 10: failed to assign [mem size 0x00080000 64bit pref]
[ 0.665166] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665171] pci 0000:5f:03.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665175] pci 0000:5f:03.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.665182] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.665186] pci 0000:5e:00.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665190] pci 0000:5e:00.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.665196] pci 0000:5d:02.0: PCI bridge to [bus 5e-60]
[ 0.665200] pci 0000:5d:02.0: bridge window [mem 0xc5c00000-0xc5efffff]
[ 0.665204] pci 0000:5d:02.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.665209] pci_bus 0000:5d: No. 2 try to assign unassigned res
[ 0.665211] release child resource [mem 0xc3000000-0xc3ffffff 64bit pref]
[ 0.665211] release child resource [mem 0xc4000000-0xc4ffffff 64bit pref]
[ 0.665212] release child resource [mem 0xc5000000-0xc5007fff 64bit pref]
[ 0.665213] release child resource [mem 0xc5008000-0xc500ffff 64bit pref]
[ 0.665213] release child resource [mem 0xc5010000-0xc508ffff 64bit pref]
[ 0.665214] pci 0000:5f:03.0: resource 15 [mem 0xc3000000-0xc50fffff 64bit pref] released
[ 0.665215] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665227] pci 0000:5f:03.0: BAR 15: no space for [mem size 0x03000000 64bit pref]
[ 0.665230] pci 0000:5f:03.0: BAR 15: failed to assign [mem size 0x03000000 64bit pref]
[ 0.665235] pci 0000:60:00.0: BAR 0: no space for [mem size 0x01000000 64bit pref]
[ 0.665237] pci 0000:60:00.0: BAR 0: failed to assign [mem size 0x01000000 64bit pref]
[ 0.665241] pci 0000:60:00.1: BAR 0: no space for [mem size 0x01000000 64bit pref]
[ 0.665244] pci 0000:60:00.1: BAR 0: failed to assign [mem size 0x01000000 64bit pref]
[ 0.665247] pci 0000:60:00.0: BAR 7: no space for [mem size 0x00400000 64bit pref]
[ 0.665250] pci 0000:60:00.0: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[ 0.665253] pci 0000:60:00.1: BAR 7: no space for [mem size 0x00400000 64bit pref]
[ 0.665256] pci 0000:60:00.1: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[ 0.665259] pci 0000:60:00.0: BAR 3: no space for [mem size 0x00008000 64bit pref]
[ 0.665261] pci 0000:60:00.0: BAR 3: failed to assign [mem size 0x00008000 64bit pref]
[ 0.665264] pci 0000:60:00.1: BAR 3: no space for [mem size 0x00008000 64bit pref]
[ 0.665267] pci 0000:60:00.1: BAR 3: failed to assign [mem size 0x00008000 64bit pref]
[ 0.665270] pci 0000:60:00.0: BAR 10: no space for [mem size 0x00080000 64bit pref]
[ 0.665273] pci 0000:60:00.0: BAR 10: failed to assign [mem size 0x00080000 64bit pref]
[ 0.665277] pci 0000:60:00.1: BAR 10: no space for [mem size 0x00080000 64bit pref]
[ 0.665279] pci 0000:60:00.1: BAR 10: failed to assign [mem size 0x00080000 64bit pref]
[ 0.665283] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665287] pci 0000:5f:03.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665295] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.665300] pci 0000:5e:00.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665304] pci 0000:5e:00.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.665310] pci 0000:5d:02.0: PCI bridge to [bus 5e-60]
[ 0.665314] pci 0000:5d:02.0: bridge window [mem 0xc5c00000-0xc5efffff]
[ 0.665317] pci 0000:5d:02.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.665323] pci_bus 0000:5d: No. 3 try to assign unassigned res
[ 0.665323] release child resource [mem 0xc5d00000-0xc5d7ffff pref]
[ 0.665324] release child resource [mem 0xc5d80000-0xc5dfffff pref]
[ 0.665325] pci 0000:5f:03.0: resource 14 [mem 0xc5d00000-0xc5dfffff] released
[ 0.665326] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665331] pci 0000:5e:00.0: resource 15 [mem 0xc3000000-0xc50fffff 64bit pref] released
[ 0.665331] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.665343] pci 0000:5e:00.0: BAR 15: no space for [mem size 0x03000000 64bit pref]
[ 0.665345] pci 0000:5e:00.0: BAR 15: failed to assign [mem size 0x03000000 64bit pref]
[ 0.665349] pci 0000:5f:03.0: BAR 15: no space for [mem size 0x03000000 64bit pref]
[ 0.665352] pci 0000:5f:03.0: BAR 15: failed to assign [mem size 0x03000000 64bit pref]
[ 0.665355] pci 0000:5f:03.0: BAR 14: assigned [mem 0xc5d00000-0xc5dfffff]
[ 0.665360] pci 0000:60:00.0: BAR 0: no space for [mem size 0x01000000 64bit pref]
[ 0.665363] pci 0000:60:00.0: BAR 0: failed to assign [mem size 0x01000000 64bit pref]
[ 0.665366] pci 0000:60:00.1: BAR 0: no space for [mem size 0x01000000 64bit pref]
[ 0.665369] pci 0000:60:00.1: BAR 0: failed to assign [mem size 0x01000000 64bit pref]
[ 0.665372] pci 0000:60:00.0: BAR 6: assigned [mem 0xc5d00000-0xc5d7ffff pref]
[ 0.665376] pci 0000:60:00.1: BAR 6: assigned [mem 0xc5d80000-0xc5dfffff pref]
[ 0.665379] pci 0000:60:00.0: BAR 7: no space for [mem size 0x00400000 64bit pref]
[ 0.665382] pci 0000:60:00.0: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[ 0.665385] pci 0000:60:00.1: BAR 7: no space for [mem size 0x00400000 64bit pref]
[ 0.665387] pci 0000:60:00.1: BAR 7: failed to assign [mem size 0x00400000 64bit pref]
[ 0.665391] pci 0000:60:00.0: BAR 3: no space for [mem size 0x00008000 64bit pref]
[ 0.665393] pci 0000:60:00.0: BAR 3: failed to assign [mem size 0x00008000 64bit pref]
[ 0.665396] pci 0000:60:00.1: BAR 3: no space for [mem size 0x00008000 64bit pref]
[ 0.665399] pci 0000:60:00.1: BAR 3: failed to assign [mem size 0x00008000 64bit pref]
[ 0.665402] pci 0000:60:00.0: BAR 10: no space for [mem size 0x00080000 64bit pref]
[ 0.665405] pci 0000:60:00.0: BAR 10: failed to assign [mem size 0x00080000 64bit pref]
[ 0.665408] pci 0000:60:00.1: BAR 10: no space for [mem size 0x00080000 64bit pref]
[ 0.665411] pci 0000:60:00.1: BAR 10: failed to assign [mem size 0x00080000 64bit pref]
[ 0.665414] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665419] pci 0000:5f:03.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665427] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.665432] pci 0000:5e:00.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665439] pci 0000:5d:02.0: PCI bridge to [bus 5e-60]
[ 0.665443] pci 0000:5d:02.0: bridge window [mem 0xc5c00000-0xc5efffff]
[ 0.665446] pci 0000:5d:02.0: bridge window [mem 0xc3000000-0xc50fffff 64bit pref]
[ 0.665451] pci_bus 0000:5d: No. 4 try to assign unassigned res
[ 0.665452] release child resource [mem 0xc5d00000-0xc5d7ffff pref]
[ 0.665453] release child resource [mem 0xc5d80000-0xc5dfffff pref]
[ 0.665454] pci 0000:5f:03.0: resource 14 [mem 0xc5d00000-0xc5dfffff] released
[ 0.665455] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665459] pci 0000:5e:00.0: resource 14 [mem 0xc5d00000-0xc5dfffff] released
[ 0.665460] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.665464] pci 0000:5d:02.0: resource 15 [mem 0xc3000000-0xc50fffff 64bit pref] released
[ 0.665465] pci 0000:5d:02.0: PCI bridge to [bus 5e-60]
[ 0.665472] pci 0000:5f:03.0: bridge window [mem 0x00800000-0x037fffff 64bit pref] to [bus 60] add_size 1000000 add_align 800000
[ 0.665474] pci 0000:5e:00.0: bridge window [mem 0x00800000-0x037fffff 64bit pref] to [bus 5f-60] add_size 1000000 add_align 800000
[ 0.665476] pci 0000:5d:02.0: bridge window [mem 0x00800000-0x037fffff 64bit pref] to [bus 5e-60] add_size 1000000 add_align 800000
[ 0.665480] pci 0000:5d:02.0: BAR 15: assigned [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665485] pci 0000:5e:00.0: BAR 15: assigned [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665488] pci 0000:5e:00.0: BAR 14: assigned [mem 0xc5d00000-0xc5dfffff]
[ 0.665492] pci 0000:5f:03.0: BAR 15: assigned [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665495] pci 0000:5f:03.0: BAR 14: assigned [mem 0xc5d00000-0xc5dfffff]
[ 0.665500] pci 0000:60:00.0: BAR 0: assigned [mem 0x38c000000000-0x38c000ffffff 64bit pref]
[ 0.665510] pci 0000:60:00.1: BAR 0: assigned [mem 0x38c001000000-0x38c001ffffff 64bit pref]
[ 0.665521] pci 0000:60:00.0: BAR 6: assigned [mem 0xc5d00000-0xc5d7ffff pref]
[ 0.665524] pci 0000:60:00.1: BAR 6: assigned [mem 0xc5d80000-0xc5dfffff pref]
[ 0.665527] pci 0000:60:00.0: BAR 7: assigned [mem 0x38c002000000-0x38c0023fffff 64bit pref]
[ 0.665532] pci 0000:60:00.1: BAR 7: assigned [mem 0x38c002400000-0x38c0027fffff 64bit pref]
[ 0.665538] pci 0000:60:00.0: BAR 3: assigned [mem 0x38c002800000-0x38c002807fff 64bit pref]
[ 0.665548] pci 0000:60:00.1: BAR 3: assigned [mem 0x38c002808000-0x38c00280ffff 64bit pref]
[ 0.665558] pci 0000:60:00.0: BAR 10: assigned [mem 0x38c002810000-0x38c00288ffff 64bit pref]
[ 0.665564] pci 0000:60:00.1: BAR 10: assigned [mem 0x38c002890000-0x38c00290ffff 64bit pref]
[ 0.665569] pci 0000:5f:03.0: PCI bridge to [bus 60]
[ 0.665574] pci 0000:5f:03.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665579] pci 0000:5f:03.0: bridge window [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665585] pci 0000:5e:00.0: PCI bridge to [bus 5f-60]
[ 0.665590] pci 0000:5e:00.0: bridge window [mem 0xc5d00000-0xc5dfffff]
[ 0.665594] pci 0000:5e:00.0: bridge window [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665600] pci 0000:5d:02.0: PCI bridge to [bus 5e-60]
[ 0.665604] pci 0000:5d:02.0: bridge window [mem 0xc5c00000-0xc5efffff]
[ 0.665607] pci 0000:5d:02.0: bridge window [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665613] pci_bus 0000:5d: resource 4 [io 0x8000-0x9fff window]
[ 0.665614] pci_bus 0000:5d: resource 5 [mem 0xb8800000-0xc5ffffff window]
[ 0.665615] pci_bus 0000:5d: resource 6 [mem 0x38c000000000-0x38ffffffffff window]
[ 0.665616] pci_bus 0000:5e: resource 1 [mem 0xc5c00000-0xc5efffff]
[ 0.665618] pci_bus 0000:5e: resource 2 [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665619] pci_bus 0000:5f: resource 1 [mem 0xc5d00000-0xc5dfffff]
[ 0.665620] pci_bus 0000:5f: resource 2 [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665621] pci_bus 0000:60: resource 1 [mem 0xc5d00000-0xc5dfffff]
[ 0.665622] pci_bus 0000:60: resource 2 [mem 0x38c000000000-0x38c003ffffff 64bit pref]
[ 0.665644] pci_bus 0000:80: resource 4 [io 0xa000-0xbfff window]
[ 0.665645] pci_bus 0000:80: resource 5 [mem 0xc6000000-0xd37fffff window]
[ 0.665646] pci_bus 0000:80: resource 6 [mem 0x390000000000-0x393fffffffff window]
[ 0.665662] pci_bus 0000:85: resource 4 [io 0xc000-0xdfff window]
[ 0.665663] pci_bus 0000:85: resource 5 [mem 0xd3800000-0xe0ffffff window]
[ 0.665664] pci_bus 0000:85: resource 6 [mem 0x394000000000-0x397fffffffff window]
[ 0.665691] pci_bus 0000:ae: resource 4 [io 0xe000-0xefff window]
[ 0.665692] pci_bus 0000:ae: resource 5 [mem 0xe1000000-0xee7fffff window]
[ 0.665693] pci_bus 0000:ae: resource 6 [mem 0x398000000000-0x39bfffffffff window]
[ 0.665714] pci_bus 0000:d7: resource 4 [io 0xf000-0xffff window]
[ 0.665715] pci_bus 0000:d7: resource 5 [mem 0xee800000-0xfbffffff window]
[ 0.665716] pci_bus 0000:d7: resource 6 [mem 0x39c000000000-0x39ffffffffff window]
[ 0.665805] NET: Registered protocol family 2
[ 0.666525] IP idents hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.668622] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.669313] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.669460] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.669630] UDP hash table entries: 65536 (order: 9, 2097152 bytes)
[ 0.670028] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes)
[ 0.670527] NET: Registered protocol family 1
[ 0.670971] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.670980] pci 0000:17:05.0: disabled boot interrupts on device [8086:2034]
[ 0.671027] pci 0000:18:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[ 0.671031] PCI: CLS mismatch (64 != 32), using 64 bytes
[ 0.671034] pci 0000:3a:05.0: disabled boot interrupts on device [8086:2034]
[ 0.671065] pci 0000:5d:05.0: disabled boot interrupts on device [8086:2034]
[ 0.671097] pci 0000:85:05.0: disabled boot interrupts on device [8086:2034]
[ 0.671131] pci 0000:ae:05.0: disabled boot interrupts on device [8086:2034]
[ 0.671161] pci 0000:d7:05.0: disabled boot interrupts on device [8086:2034]
[ 0.671211] Unpacking initramfs...
[ 1.660317] Freeing initrd memory: 59404K
[ 1.660545] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.660549] software IO TLB: mapped [mem 0x5bcca000-0x5fcca000] (64MB)
[ 1.664653] Scanning for low memory corruption every 60 seconds
[ 1.666337] Initialise system trusted keyrings
[ 1.666352] Key type blacklist registered
[ 1.666503] workingset: timestamp_bits=36 max_order=27 bucket_order=0
[ 1.667649] zbud: loaded
[ 1.668631] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.668872] fuse init (API version 7.26)
[ 1.671641] Key type asymmetric registered
[ 1.671645] Asymmetric key parser 'x509' registered
[ 1.671676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.671752] io scheduler noop registered
[ 1.671755] io scheduler deadline registered
[ 1.671784] io scheduler cfq registered (default)
[ 1.674153] pcieport 0000:00:1c.0: Signaling PME with IRQ 24
[ 1.674170] pcieport 0000:00:1c.5: Signaling PME with IRQ 25
[ 1.674192] pcieport 0000:17:02.0: Signaling PME with IRQ 27
[ 1.674220] pcieport 0000:5d:02.0: Signaling PME with IRQ 29
[ 1.674242] pciehp 0000:00:1c.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 1.674378] efifb: probing for efifb
[ 1.674406] efifb: framebuffer at 0x9c000000, using 3072k, total 3072k
[ 1.674409] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 1.674411] efifb: scrolling: redraw
[ 1.674413] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.682873] Console: switching to colour frame buffer device 128x48
[ 1.691310] fb0: EFI VGA frame buffer device
[ 1.691384] intel_idle: MWAIT substates: 0x2020
[ 1.691385] intel_idle: v0.4.1 model 0x55
[ 1.693472] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.693866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.694039] ACPI: Power Button [PWRF]
[ 1.784740] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 1.784857] pstore: using zlib compression
[ 1.784924] pstore: Registered erst as persistent store backend
[ 1.785690] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 1.785977] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.807132] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.828358] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 1.830802] Linux agpgart interface v0.103
[ 1.839302] loop: module loaded
[ 1.839653] libphy: Fixed MDIO Bus: probed
[ 1.839715] tun: Universal TUN/TAP device driver, 1.6
[ 1.839839] PPP generic driver version 2.4.2
[ 1.839953] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.840075] ehci-pci: EHCI PCI platform driver
[ 1.840174] ehci-platform: EHCI generic platform driver
[ 1.840261] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.840370] ohci-pci: OHCI PCI platform driver
[ 1.840466] ohci-platform: OHCI generic platform driver
[ 1.840550] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.840961] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.844434] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.849049] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 1.852601] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.852759] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.856311] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.859841] usb usb1: Product: xHCI Host Controller
[ 1.863362] usb usb1: Manufacturer: Linux 4.15.0-171-generic xhci-hcd
[ 1.866929] usb usb1: SerialNumber: 0000:00:14.0
[ 1.870647] hub 1-0:1.0: USB hub found
[ 1.874172] hub 1-0:1.0: 16 ports detected
[ 1.879402] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.882865] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.886398] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.889978] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.893548] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.897178] usb usb2: Product: xHCI Host Controller
[ 1.900836] usb usb2: Manufacturer: Linux 4.15.0-171-generic xhci-hcd
[ 1.904577] usb usb2: SerialNumber: 0000:00:14.0
[ 1.908402] hub 2-0:1.0: USB hub found
[ 1.912063] hub 2-0:1.0: 10 ports detected
[ 1.916363] usb: port power management may be unreliable
[ 1.920470] i8042: PNP: No PS/2 controller found.
[ 1.924167] mousedev: PS/2 mouse device common for all mice
[ 1.927917] rtc_cmos 00:00: RTC can wake from S4
[ 1.931790] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 1.935444] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram, hpet irqs
[ 1.939069] i2c /dev entries driver
[ 1.942674] device-mapper: uevent: version 1.0.3
[ 1.946316] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 1.952587] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.956163] EFI Variables Facility v0.08 2004-May-17
[ 1.998837] NET: Registered protocol family 10
[ 2.007379] Segment Routing with IPv6
[ 2.010882] NET: Registered protocol family 17
[ 2.014472] Key type dns_resolver registered
[ 2.022756] intel_rdt: Intel RDT MB allocation detected
[ 2.026214] mce: Using 20 MCE banks
[ 2.029683] RAS: Correctable Errors collector initialized.
[ 2.033257] microcode: sig=0x50654, pf=0x1, revision=0x2006b06
[ 2.037356] microcode: Microcode Update Driver: v2.2.
[ 2.037366] sched_clock: Marking stable (2037349433, 0)->(2167029660, -129680227)
[ 2.044961] registered taskstats version 1
[ 2.048498] Loading compiled-in X.509 certificates
[ 2.054779] Loaded X.509 cert 'Build time autogenerated kernel key: af32452646252a8bcb28446c2c4754d4174d97ad'
[ 2.059193] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 2.063627] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 2.067399] blacklist: Loading compiled-in revocation X.509 certificates
[ 2.071237] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 2.076193] Couldn't get size: 0x800000000000000e
[ 2.080069] MODSIGN: Couldn't get UEFI db list
[ 2.084431] Couldn't get size: 0x800000000000000e
[ 2.088205] MODSIGN: Couldn't get UEFI dbx list
[ 2.094206] Loaded UEFI:MokListRT (MOKvar table) cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' linked to secondary sys keyring
[ 2.102120] zswap: loaded using pool lzo/zbud
[ 2.110521] Key type big_key registered
[ 2.114445] Key type trusted registered
[ 2.120257] Key type encrypted registered
[ 2.124135] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.128044] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 2.131962] ima: Allocated hash algorithm: sha1
[ 2.135869] evm: HMAC attrs: 0x1
[ 2.140031] usb 1-7: new high-speed USB device number 2 using xhci_hcd
[ 2.144172] BERT: Error records from previous boot:
[ 2.148072] [Hardware Error]: event severity: fatal
[ 2.151948] [Hardware Error]: Error 0, type: fatal
[ 2.155814] [Hardware Error]: fru_text: DIMM H1
[ 2.159675] [Hardware Error]: section_type: memory error
[ 2.163528] [Hardware Error]: error_status: 0x0000000000000400
[ 2.167375] [Hardware Error]: physical_address: 0x0000004dde1c85c0
[ 2.171209] [Hardware Error]: node: 3 card: 1 module: 0 rank: 0 bank: 0 device: 0 row: 38916 column: 168
[ 2.175145] Magic number: 14:976:771
[ 2.179154] pci 0000:00:05.2: hash matches
[ 2.183098] acpi LNXCPU:5f: hash matches
[ 2.187120] rtc_cmos 00:00: setting system clock to 2022-03-15 06:45:13 UTC (1647326713)
[ 2.200451] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.204403] EDD information not available.
[ 2.292677] usb 1-7: New USB device found, idVendor=0557, idProduct=7000
[ 2.296612] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.300917] hub 1-7:1.0: USB hub found
[ 2.305013] hub 1-7:1.0: 4 ports detected
[ 2.616075] usb 1-7.1: new low-speed USB device number 3 using xhci_hcd
[ 2.684071] tsc: Refined TSC clocksource calibration: 2200.000 MHz
[ 2.688046] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb633008a4, max_idle_ns: 440795292230 ns
[ 2.744870] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
[ 2.748992] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.891239] Freeing unused kernel image memory: 2476K
[ 2.900029] Write protecting the kernel read-only data: 20480k
[ 2.906353] Freeing unused kernel image memory: 2008K
[ 2.911278] Freeing unused kernel image memory: 1820K
[ 2.924313] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.928308] x86/mm: Checking user space page tables
[ 2.940052] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.170093] megasas: 07.703.05.00-rc1
[ 3.174040] pps_core: LinuxPPS API ver. 1 registered
[ 3.175140] megaraid_sas 0000:18:00.0: FW now in Ready state
[ 3.177714] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 3.185241] megaraid_sas 0000:18:00.0: 32 bit DMA mask and 32 bit consistent mask
[ 3.190331] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.190367] megaraid_sas 0000:18:00.0: firmware supports msix : (96)
[ 3.197685] megaraid_sas 0000:18:00.0: current msix/online cpus : (40/40)
[ 3.201376] megaraid_sas 0000:18:00.0: RDPQ mode : (disabled)
[ 3.205125] megaraid_sas 0000:18:00.0: Current firmware supports maximum commands: 928 LDIO threshold: 0
[ 3.209289] megaraid_sas 0000:18:00.0: Configured max firmware commands: 927
[ 3.213886] PTP clock support registered
[ 3.217497] megaraid_sas 0000:18:00.0: FW supports sync cache : Yes
[ 3.221491] ahci 0000:00:11.5: version 3.0
[ 3.221841] ahci 0000:00:11.5: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 3.223445] usbcore: registered new interface driver usbhid
[ 3.225764] ahci 0000:00:11.5: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[ 3.229671] usbhid: USB HID core driver
[ 3.239851] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.1.14-k
[ 3.243991] i40e: Copyright (c) 2013 - 2014 Intel Corporation.
[ 3.248808] AVX2 version of gcm_enc/dec engaged.
[ 3.248927] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0001/input/input1
[ 3.252995] AES CTR mode by8 optimization enabled
[ 3.265131] i40e 0000:60:00.0: fw 3.1.57069 api 1.5 nvm 3.33 0x80000e48 1.1876.0
[ 3.273873] i40e 0000:60:00.0: MAC address: ac:1f:6b:3a:52:9e
[ 3.284066] megaraid_sas 0000:18:00.0: firmware type : Extended VD(240 VD)firmware
[ 3.288511] megaraid_sas 0000:18:00.0: controller type : MR(1024MB)
[ 3.292900] megaraid_sas 0000:18:00.0: Online Controller Reset(OCR) : Enabled
[ 3.297261] megaraid_sas 0000:18:00.0: Secure JBOD support : Yes
[ 3.302385] i40e 0000:60:00.0 eth0: NIC Link is Up, 1000 Mbps Full Duplex, Flow Control: None
[ 3.308409] i40e 0000:60:00.0: Added LAN device PF0 bus=0x60 dev=0x00 func=0x00
[ 3.313835] scsi host1: ahci
[ 3.318363] i40e 0000:60:00.0: Features: PF-id[0] VFs: 32 VSIs: 66 QP: 40 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[ 3.322933] scsi host2: ahci
[ 3.324537] hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
[ 3.336846] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0002/input/input2
[ 3.343465] megaraid_sas 0000:18:00.0: INIT adapter done
[ 3.346654] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
[ 3.351010] scsi host3: ahci
[ 3.367769] megaraid_sas 0000:18:00.0: pci id : (0x1000)/(0x005d)/(0x1000)/(0x9361)
[ 3.372783] megaraid_sas 0000:18:00.0: unevenspan support : no
[ 3.377768] megaraid_sas 0000:18:00.0: firmware crash dump : yes
[ 3.382761] megaraid_sas 0000:18:00.0: jbod sync map : yes
[ 3.387682] scsi host0: Avago SAS based MegaRAID driver
[ 3.392650] scsi host4: ahci
[ 3.399754] i40e 0000:60:00.1: fw 3.1.57069 api 1.5 nvm 3.33 0x80000e48 1.1876.0
[ 3.407995] i40e 0000:60:00.1: MAC address: ac:1f:6b:3a:52:9f
[ 3.413139] scsi host5: ahci
[ 3.418358] scsi host6: ahci
[ 3.423163] ata1: SATA max UDMA/133 abar m524288@0x9d180000 port 0x9d180100 irq 74
[ 3.428016] ata2: SATA max UDMA/133 abar m524288@0x9d180000 port 0x9d180180 irq 74
[ 3.432809] ata3: SATA max UDMA/133 abar m524288@0x9d180000 port 0x9d180200 irq 74
[ 3.437578] ata4: SATA max UDMA/133 abar m524288@0x9d180000 port 0x9d180280 irq 74
[ 3.442280] ata5: SATA max UDMA/133 abar m524288@0x9d180000 port 0x9d180300 irq 74
[ 3.446889] ata6: SATA max UDMA/133 abar m524288@0x9d180000 port 0x9d180380 irq 74
[ 3.457198] checking generic (9c000000 300000) vs hw (9c000000 1000000)
[ 3.457199] fb: switching to astdrmfb from EFI VGA
[ 3.462181] i40e 0000:60:00.1: Added LAN device PF1 bus=0x60 dev=0x00 func=0x01
[ 3.467240] i40e 0000:60:00.1: Features: PF-id[1] VFs: 32 VSIs: 66 QP: 40 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[ 3.471939] Console: switching to colour dummy device 80x25
[ 3.472265] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 3.472271] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[ 3.472895] [drm] Using P2A bridge for configuration
[ 3.472899] [drm] AST 2500 detected
[ 3.472906] [drm] Analog VGA only
[ 3.472933] [drm] dram MCLK=800 Mhz type=7 bus_width=16 size=00f00000
[ 3.473026] [TTM] Zone kernel: Available graphics memory: 263499500 kiB
[ 3.473028] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 3.473030] [TTM] Initializing pool allocator
[ 3.473036] [TTM] Initializing DMA pool allocator
[ 3.474024] i40e 0000:60:00.1 enp96s0f1: renamed from eth1
[ 3.474366] scsi 0:0:8:0: Enclosure SMC SC846-P 100b PQ: 0 ANSI: 5
[ 3.475076] scsi 0:0:9:0: Enclosure LSI SAS3x28 0601 PQ: 0 ANSI: 5
[ 3.477437] fbcon: astdrmfb (fb0) is primary device
[ 3.490016] Console: switching to colour frame buffer device 128x48
[ 3.499508] ast 0000:03:00.0: fb0: astdrmfb frame buffer device
[ 3.508249] i40e 0000:60:00.0 enp96s0f0: renamed from eth0
[ 3.516694] scsi 0:2:0:0: Direct-Access AVAGO MR9361-8i 4.68 PQ: 0 ANSI: 5
[ 3.524057] [drm] Initialized ast 0.1.0 20120228 for 0000:03:00.0 on minor 0
[ 3.538049] random: fast init done
[ 3.540466] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.540476] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.540495] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.558407] scsi 0:0:8:0: Attached scsi generic sg0 type 13
[ 3.565591] scsi 0:0:9:0: Attached scsi generic sg1 type 13
[ 3.571750] sd 0:2:0:0: [sda] 171896930304 512-byte logical blocks: (88.0 TB/80.0 TiB)
[ 3.571787] sd 0:2:0:0: [sda] 4096-byte physical blocks
[ 3.571829] sd 0:2:0:0: [sda] Write Protect is off
[ 3.571852] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
[ 3.571888] sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.571927] sd 0:2:0:0: [sda] Optimal transfer size 262144 bytes
[ 3.573281] sd 0:2:0:0: Attached scsi generic sg2 type 0
[ 3.577585] scsi host7: ahci
[ 3.577725] scsi host8: ahci
[ 3.577826] scsi host9: ahci
[ 3.577942] scsi host10: ahci
[ 3.578034] scsi host11: ahci
[ 3.578147] scsi host12: ahci
[ 3.578867] scsi host13: ahci
[ 3.579572] scsi host14: ahci
[ 3.580160] ata7: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100100 irq 313
[ 3.580706] ata8: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100180 irq 313
[ 3.581239] ata9: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100200 irq 313
[ 3.581763] ata10: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100280 irq 313
[ 3.582287] ata11: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100300 irq 313
[ 3.582799] ata12: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100380 irq 313
[ 3.583295] ata13: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100400 irq 313
[ 3.583768] ata14: SATA max UDMA/133 abar m524288@0x9d100000 port 0x9d100480 irq 313
[ 3.593524] ses 0:0:8:0: Attached Enclosure device
[ 3.594011] ses 0:0:9:0: Attached Enclosure device
[ 3.675047] sda: sda1 sda2 sda3
[ 3.675923] sd 0:2:0:0: [sda] Attached SCSI disk
[ 3.752035] raid6: sse2x1 gen() 6709 MB/s
[ 3.800021] raid6: sse2x1 xor() 4920 MB/s
[ 3.848026] raid6: sse2x2 gen() 8446 MB/s
[ 3.896028] raid6: sse2x2 xor() 5722 MB/s
[ 3.944029] raid6: sse2x4 gen() 9557 MB/s
[ 3.992026] raid6: sse2x4 xor() 6582 MB/s
[ 4.040024] raid6: avx2x1 gen() 13433 MB/s
[ 4.088030] raid6: avx2x1 xor() 9076 MB/s
[ 4.136029] raid6: avx2x2 gen() 15471 MB/s
[ 4.184027] raid6: avx2x2 xor() 9947 MB/s
[ 4.232022] raid6: avx2x4 gen() 18836 MB/s
[ 4.280024] raid6: avx2x4 xor() 11879 MB/s
[ 4.328027] raid6: avx512x1 gen() 17112 MB/s
[ 4.376029] raid6: avx512x1 xor() 9127 MB/s
[ 4.424026] raid6: avx512x2 gen() 22086 MB/s
[ 4.472028] raid6: avx512x2 xor() 12924 MB/s
[ 4.520030] raid6: avx512x4 gen() 23706 MB/s
[ 4.568027] raid6: avx512x4 xor() 13375 MB/s
[ 4.568477] raid6: using algorithm avx512x4 gen() 23706 MB/s
[ 4.568943] raid6: .... xor() 13375 MB/s, rmw enabled
[ 4.569400] raid6: using avx512x2 recovery algorithm
[ 4.569906] clocksource: Switched to clocksource tsc
[ 4.569951] ata5: SATA link down (SStatus 0 SControl 300)
[ 4.570134] ata3: SATA link down (SStatus 0 SControl 300)
[ 4.570304] ata4: SATA link down (SStatus 0 SControl 300)
[ 4.570483] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.570659] ata6: SATA link down (SStatus 0 SControl 300)
[ 4.570830] ata2: SATA link down (SStatus 0 SControl 300)
[ 4.571062] xor: automatically using best checksumming function avx
[ 4.572038] async_tx: api initialized (async)
[ 4.676050] ata10: SATA link down (SStatus 0 SControl 300)
[ 4.676466] ata7: SATA link down (SStatus 0 SControl 300)
[ 4.676996] ata11: SATA link down (SStatus 0 SControl 300)
[ 4.677436] ata13: SATA link down (SStatus 0 SControl 300)
[ 4.677869] ata9: SATA link down (SStatus 0 SControl 300)
[ 4.678287] ata14: SATA link down (SStatus 0 SControl 300)
[ 4.678756] ata12: SATA link down (SStatus 0 SControl 300)
[ 4.679199] ata8: SATA link down (SStatus 0 SControl 300)
[ 6.066000] Btrfs loaded, crc32c=crc32c-intel
[ 7.455864] random: crng init done
[ 7.456445] random: 7 urandom warning(s) missed due to ratelimiting
[ 320.579613] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 328.364787] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 328.764947] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 328.785307] systemd[1]: Detected architecture x86-64.
[ 328.899127] systemd[1]: Set hostname to .
[ 336.514326] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 336.528900] systemd[1]: Created slice System Slice.
[ 336.542189] systemd[1]: Listening on Journal Socket (/dev/log).
[ 336.555583] systemd[1]: Listening on LVM2 poll daemon socket.
[ 336.569368] systemd[1]: Created slice User and Session Slice.
[ 336.582899] systemd[1]: Listening on udev Control Socket.
[ 336.596479] systemd[1]: Reached target Swap.
[ 336.609800] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 336.623151] systemd[1]: Reached target User and Group Name Lookups.
[ 336.636867] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 337.755527] EXT4-fs (dm-0): re-mounted. Opts: (null)
[ 338.031925] Loading iSCSI transport class v2.0-870.
[ 338.970652] RPC: Registered named UNIX socket transport module.
[ 338.971288] RPC: Registered udp transport module.
[ 338.971892] RPC: Registered tcp transport module.
[ 338.972480] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 339.067975] iscsi: registered transport (tcp)
[ 340.477618] systemd-journald[868]: Received request to flush runtime journal from PID 1
[ 340.587787] iscsi: registered transport (iser)
[ 346.700059] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[ 346.700061] lpc_ich 0000:00:1f.0: No MFD cells added
[ 346.729400] dca service started, version 1.12.1
[ 346.846736] ipmi message handler version 39.2
[ 346.847039] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 347.013193] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 347.013194] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 347.013195] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 347.013195] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 347.214651] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 347.215170] ioatdma 0000:00:04.0: enabling device (0004 -> 0006)
[ 347.227370] ioatdma 0000:00:04.1: enabling device (0004 -> 0006)
[ 347.236767] ioatdma 0000:00:04.2: enabling device (0004 -> 0006)
[ 347.245586] ioatdma 0000:00:04.3: enabling device (0004 -> 0006)
[ 347.254230] ioatdma 0000:00:04.4: enabling device (0004 -> 0006)
[ 347.262574] ioatdma 0000:00:04.5: enabling device (0004 -> 0006)
[ 347.271024] ioatdma 0000:00:04.6: enabling device (0004 -> 0006)
[ 347.279392] ioatdma 0000:00:04.7: enabling device (0004 -> 0006)
[ 347.283504] ipmi device interface
[ 347.289486] ioatdma 0000:80:04.0: enabling device (0004 -> 0006)
[ 347.301590] ioatdma 0000:80:04.1: enabling device (0004 -> 0006)
[ 347.311687] ioatdma 0000:80:04.2: enabling device (0004 -> 0006)
[ 347.320967] ioatdma 0000:80:04.3: enabling device (0004 -> 0006)
[ 347.329533] ioatdma 0000:80:04.4: enabling device (0004 -> 0006)
[ 347.337675] ioatdma 0000:80:04.5: enabling device (0004 -> 0006)
[ 347.345722] ioatdma 0000:80:04.6: enabling device (0004 -> 0006)
[ 347.353723] ioatdma 0000:80:04.7: enabling device (0004 -> 0006)
[ 347.483889] IPMI System Interface driver.
[ 347.483913] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 347.483915] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 347.483916] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 347.483955] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 347.483979] ipmi_si IPI0001:00: [io 0x0ca2] regsize 1 spacing 1 irq 0
[ 347.483981] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 347.483982] ipmi_si: Adding ACPI-specified kcs state machine
[ 347.484003] ipmi_platform: probing via SPMI
[ 347.484004] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[ 347.484005] (NULL device *): SPMI-specified kcs state machine: duplicate
[ 347.484119] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 347.736090] power_meter ACPI000D:00: Found ACPI power meter.
[ 347.736115] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 347.768029] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 347.850489] ipmi_si IPI0001:00: Found new BMC (man_id: 0x002a7c, prod_id: 0x0917, dev_id: 0x20)
[ 347.889905] ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 347.986184] IPMI SSIF Interface driver
[ 348.606098] power_meter ACPI000D:00: Found ACPI power meter.
[ 348.606127] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[ 350.571564] EDAC MC0: Giving out device to module skx_edac controller Skylake Socket#0 IMC#0: DEV 0000:3a:0a.0 (INTERRUPT)
[ 350.571648] EDAC MC1: Giving out device to module skx_edac controller Skylake Socket#0 IMC#1: DEV 0000:3a:0c.0 (INTERRUPT)
[ 350.571739] EDAC MC2: Giving out device to module skx_edac controller Skylake Socket#1 IMC#0: DEV 0000:ae:0a.0 (INTERRUPT)
[ 350.571828] EDAC MC3: Giving out device to module skx_edac controller Skylake Socket#1 IMC#1: DEV 0000:ae:0c.0 (INTERRUPT)
[ 350.638168] intel_rapl: Found RAPL domain package
[ 350.638172] intel_rapl: Found RAPL domain dram
[ 350.638174] intel_rapl: DRAM domain energy unit 15300pj
[ 350.638175] intel_rapl: RAPL package 0 domain package locked by BIOS
[ 350.638321] intel_rapl: Found RAPL domain package
[ 350.638325] intel_rapl: Found RAPL domain dram
[ 350.638327] intel_rapl: DRAM domain energy unit 15300pj
[ 350.638328] intel_rapl: RAPL package 1 domain package locked by BIOS
[ 354.267625] EXT4-fs (sda2): recovery complete
[ 354.267848] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 354.434110] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 358.130190] audit: type=1400 audit(1647327069.438:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1417 comm="apparmor_parser"
[ 358.130192] audit: type=1400 audit(1647327069.438:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1417 comm="apparmor_parser"
[ 358.130195] audit: type=1400 audit(1647327069.438:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1417 comm="apparmor_parser"
[ 358.131175] audit: type=1400 audit(1647327069.438:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=1416 comm="apparmor_parser"
[ 358.200027] audit: type=1400 audit(1647327069.506:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=1414 comm="apparmor_parser"
[ 358.200030] audit: type=1400 audit(1647327069.506:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=1414 comm="apparmor_parser"
[ 358.200048] audit: type=1400 audit(1647327069.506:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=1414 comm="apparmor_parser"
[ 358.200050] audit: type=1400 audit(1647327069.506:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=1414 comm="apparmor_parser"
[ 358.311298] audit: type=1400 audit(1647327069.618:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1415 comm="apparmor_parser"
[ 358.311301] audit: type=1400 audit(1647327069.618:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1415 comm="apparmor_parser"
[ 376.653798] IPv6: ADDRCONF(NETDEV_UP): enp96s0f0: link is not ready
[ 376.653813] IPv6: ADDRCONF(NETDEV_CHANGE): enp96s0f0: link becomes ready
[ 378.355132] new mount options do not match the existing superblock, will be ignored
[ 406.648987] aufs 4.15-20180219
[ 426.822998] kauditd_printk_skb: 13 callbacks suppressed
[ 426.823001] audit: type=1400 audit(1647327138.205:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=2477 comm="apparmor_parser"
[ 456.140540] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 456.223509] Bridge firewalling registered
[ 456.508589] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 457.600149] Initializing XFRM netlink socket
[ 457.701235] Netfilter messages via NETLINK v0.30.
[ 457.801788] ctnetlink v0.93: registering with nfnetlink.
[ 458.025556] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 507.859051] ureadahead[882]: segfault at 7f23dc650140 ip 000055ea141d6105 sp 00007ffc96f279a0 error 7 in ureadahead[55ea141d2000+8000]
[16743.625179] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[21843.823594] perf: interrupt took too long (3143 > 3126), lowering kernel.perf_event_max_sample_rate to 63500
[31220.784097] perf: interrupt took too long (4039 > 3928), lowering kernel.perf_event_max_sample_rate to 49500
[47461.617816] perf: interrupt took too long (5055 > 5048), lowering kernel.perf_event_max_sample_rate to 39500
[48401.259602] Disabling lock debugging due to kernel taint
[48401.259690] mce: [Hardware Error]: Machine check events logged
[48401.259715] EDAC skx MC3: HANDLING MCE MEMORY ERROR
[48401.259719] EDAC skx MC3: CPU 10: Machine Check Event: 0 Bank 8: bc00000001010091
[48401.259721] EDAC skx MC3: TSC 13017f987f808
[48401.259727] mce: Uncorrected hardware memory error in user-access at 4e7a1c85c0
[48401.259731] EDAC skx MC3: ADDR 4e7a1c85c0
[48401.259740] EDAC skx MC3: MISC 200406c308002086
[48401.259856] EDAC skx MC3: PROCESSOR 0:50654 TIME 1647375111 SOCKET 1 APIC 20
[48401.259872] EDAC MC3: 1 UE memory read error on CPU_SrcID#1_MC#1_Chan#1_DIMM#0 (channel:1 slot:0 page:0x4e7a1c8 offset:0x5c0 grain:32 - err_code:0101:0091 socket:1 imc:1 rank:0 bg:3 ba:0 row:9f81 col:208)
[48401.259878] mce: [Hardware Error]: Machine check events logged
[48401.260288] Memory failure: 0x4e7a1c8: Killing java:4295 due to hardware memory corruption
[48401.260381] Memory failure: 0x4e7a1c8: recovery action for dirty LRU page: Recovered
[48401.359176] MCE: Killing java:6557 due to hardware memory corruption fault at 62a7c45a8
[48416.947634] {1}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 0
[48416.947662] {1}[Hardware Error]: It has been corrected by h/w and requires no further action
[48416.947669] {1}[Hardware Error]: event severity: corrected
[48416.947676] {1}[Hardware Error]: Error 0, type: corrected
[48416.947683] {1}[Hardware Error]: section_type: memory error
[48416.947691] {1}[Hardware Error]: node: 3 module: 0
[48416.947699] {1}[Hardware Error]: DIMM location: not present. DMI handle: 0x0000
[48416.947706] {1}[Hardware Error]: Error 1, type: corrected
[48416.947712] {1}[Hardware Error]: section_type: general processor error
[48416.947726] {1}[Hardware Error]: processor_type: 0, IA32/X64
[48416.947737] {1}[Hardware Error]: processor_isa: 2, X64
[48416.947746] {1}[Hardware Error]: error_type: 0x01
[48416.947753] {1}[Hardware Error]: cache error
[48416.947759] {1}[Hardware Error]: operation: 0, unknown or generic
[48416.947765] {1}[Hardware Error]: version_info: 0x0000000000050654
[48416.947771] {1}[Hardware Error]: processor_id: 0x0000000000000014
[48416.947786] ghes_edac: Internal error: Can't find EDAC structure
[49049.489704] audit: type=1400 audit(1647375759.542:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/12821/usr/lib/snapd/snap-confine" pid=18998 comm="apparmor_parser"
[49049.489897] audit: type=1400 audit(1647375759.542:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/12821/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=18998 comm="apparmor_parser"
[49050.079939] audit: type=1400 audit(1647375760.130:28): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.core.hook.configure" pid=19000 comm="apparmor_parser"
[49050.270015] audit: type=1400 audit(1647375760.322:29): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.core" pid=19002 comm="apparmor_parser"
[49055.215509] audit: type=1400 audit(1647375765.266:30): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/12821/usr/lib/snapd/snap-confine" pid=19116 comm="apparmor_parser"
[49055.236872] audit: type=1400 audit(1647375765.290:31): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/12821/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=19116 comm="apparmor_parser"
[49055.247387] audit: type=1400 audit(1647375765.298:32): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.core" pid=19118 comm="apparmor_parser"
[49055.250059] audit: type=1400 audit(1647375765.302:33): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.core.hook.configure" pid=19119 comm="apparmor_parser"