Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatched ALLREDUCE CPU/GPU #748

Closed
weiwenjiang opened this issue Jan 10, 2019 · 6 comments
Closed

Mismatched ALLREDUCE CPU/GPU #748

weiwenjiang opened this issue Jan 10, 2019 · 6 comments

Comments

@weiwenjiang
Copy link

weiwenjiang commented Jan 10, 2019

I have 4 nodes, each with 2 GPUs.

Nodes 1-3 work smoothly, the 4th node can work well independently using itself 2 GPUs.
But when the 4th node work with others, errors come out. It reports the error of "Mismatched ALLREDUCE CPU/GPU", as follows.

[1,1]:tensorflow.python.framework.errors_impl.FailedPreconditionError: Mismatched ALLREDUCE CPU/GPU device selection: One rank specified device GPU, but another rank specified device CPU.
[1,1]: [[{{node training/Adadelta/DistributedAdadelta_Allreduce/HorovodAllreduce_training_Adadelta_gradients_dense_2_MatMul_grad_MatMul_1_0}} = HorovodAllreduceT=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]]

I have checked the existing solutions, such as reinstall tensorflow-gpu, horovod, NCCL, but the problem cannot be solved.

@alsrgv
Copy link
Member

alsrgv commented Jan 13, 2019

@weiwenjiang, can you run nvidia-smi on all machines during the failure, to see which processes are bound to which GPUs? Also, can you check dmesg (kernel log) on 4th node after the failure?

@vangogh0318
Copy link

hi, I got the same error.
FailedPreconditionError (see above for traceback): Mismatched ALLREDUCE CPU/GPU device selection: One rank specified device GPU, but another rank specified device CPU.

here is dmseg log.
[6121872.630355] nvidia 0000:85:00.0: irq 169 for MSI/MSI-X
[6123097.816649] python[10754]: segfault at 0 ip 00007f636f912216 sp 00007f6231ff9490 error 4 in _pywrap_tensorflow_internal.so[7f636ac28000+2aa45000]
[6123292.001350] nvidia 0000:02:00.0: irq 166 for MSI/MSI-X
[6123292.790148] nvidia 0000:03:00.0: irq 167 for MSI/MSI-X
[6123295.756484] nvidia 0000:84:00.0: irq 168 for MSI/MSI-X
[6123297.553603] nvidia 0000:85:00.0: irq 169 for MSI/MSI-X
[6125774.588540] nvidia 0000:02:00.0: irq 166 for MSI/MSI-X

@ssstuvz
Copy link

ssstuvz commented Mar 5, 2019

Same issue :(

@alsrgv
Copy link
Member

alsrgv commented Mar 6, 2019

@ssstuvz, can you check whether there are any errors in dmesg or during the TensorFlow run? This mismatch is often caused by a misconfiguration or GPU error, in which cases you should have an error message.

@PiseyYou
Copy link

The same error, when I try to horovodrun -np 3 -H master:2,localhost:1 python3 pytorch_mnist.py with two computer, the output as these:

root@pc:~# horovodrun -np 3 -H master:2,localhost:1 python3 pytorch_mnist.py
[1,1]:pytorch_mnist.py:87: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument.
[1,1]: return F.log_softmax(x)
[1,0]:pytorch_mnist.py:87: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument.
[1,0]: return F.log_softmax(x)
[1,2]:pytorch_mnist.py:87: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument.
[1,2]: return F.log_softmax(x)
[1,1]:Traceback (most recent call last):
[1,1]: File "pytorch_mnist.py", line 169, in
[1,1]: train(epoch)
[1,1]: File "pytorch_mnist.py", line 124, in train
[1,1]: optimizer.step()
[1,1]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/init.py", line 193, in step
[1,1]: self.synchronize()
[1,1]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/init.py", line 157, in synchronize
[1,1]: output = synchronize(handle)
[1,1]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/mpi_ops.py", line 443, in synchronize
[1,1]: mpi_lib.horovod_torch_wait_and_clear(handle)
[1,1]:RuntimeError: Mismatched ALLREDUCE CPU/GPU device selection: One rank specified device GPU, but another rank specified device CPU.
[1,2]:Traceback (most recent call last):
[1,2]: File "pytorch_mnist.py", line 169, in
[1,2]: train(epoch)
[1,2]: File "pytorch_mnist.py", line 124, in train
[1,2]: optimizer.step()
[1,2]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/init.py", line 193, in step
[1,2]: self.synchronize()
[1,2]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/init.py", line 157, in synchronize
[1,2]: output = synchronize(handle)
[1,2]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/mpi_ops.py", line 443, in synchronize
[1,2]: mpi_lib.horovod_torch_wait_and_clear(handle)
[1,2]:RuntimeError: Mismatched ALLREDUCE CPU/GPU device selection: One rank specified device GPU, but another rank specified device CPU.
[1,0]:Traceback (most recent call last):
[1,0]: File "pytorch_mnist.py", line 169, in
[1,0]: train(epoch)
[1,0]: File "pytorch_mnist.py", line 124, in train
[1,0]: optimizer.step()
[1,0]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/init.py", line 193, in step
[1,0]: self.synchronize()
[1,0]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/init.py", line 157, in synchronize
[1,0]: output = synchronize(handle)
[1,0]: File "/usr/local/lib/python3.5/dist-packages/horovod/torch/mpi_ops.py", line 443, in synchronize
[1,0]: mpi_lib.horovod_torch_wait_and_clear(handle)
[1,0]:RuntimeError: Mismatched ALLREDUCE CPU/GPU device selection: One rank specified device GPU, but another rank specified device CPU.


Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.


mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[23876,1],1]
Exit code: 1

when run dmesg, the output as these:

root@pc:# dmesg
[ 0.000000] Linux version 4.15.0-64-generic (buildd@lgw01-amd64-035) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1
16.04.10)) #7316.04.1-Ubuntu SMP Fri Sep 13 09:56:18 UTC 2019 (Ubuntu 4.15.0-64.7316.04.1-generic 4.15.18)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-64-generic root=UUID=805c6160-10f5-412b-a61c-7761eb6f0bd4 ro net.ifnames=0 biosdevname=0 quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000009cfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000db8e9fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db8ea000-0x00000000dba60fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dba61000-0x00000000dbb58fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dbb59000-0x00000000dbf3bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000dbf3c000-0x00000000dcde6fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dcde7000-0x00000000dce8efff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000dce8f000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd800000-0x00000000fdffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xdbb59000 ACPI=0xdbb59000 SMBIOS=0xdccb3000 SMBIOS 3.0=0xdccb2000 ESRT=0xda142e98
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. AX370-Gaming 5/AX370-Gaming 5, BIOS F22 03/15/2018
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-through
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000420000000 aka 16896M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.000000] esrt: Reserving ESRT space from 0x00000000da142e98 to 0x00000000da142ed0.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x2f433e000, 0x2f433efff] PGTABLE
[ 0.000000] BRK [0x2f433f000, 0x2f433ffff] PGTABLE
[ 0.000000] BRK [0x2f4340000, 0x2f4340fff] PGTABLE
[ 0.000000] BRK [0x2f4341000, 0x2f4341fff] PGTABLE
[ 0.000000] BRK [0x2f4342000, 0x2f4342fff] PGTABLE
[ 0.000000] BRK [0x2f4343000, 0x2f4343fff] PGTABLE
[ 0.000000] BRK [0x2f4344000, 0x2f4344fff] PGTABLE
[ 0.000000] BRK [0x2f4345000, 0x2f4345fff] PGTABLE
[ 0.000000] BRK [0x2f4346000, 0x2f4346fff] PGTABLE
[ 0.000000] BRK [0x2f4347000, 0x2f4347fff] PGTABLE
[ 0.000000] BRK [0x2f4348000, 0x2f4348fff] PGTABLE
[ 0.000000] BRK [0x2f4349000, 0x2f4349fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x30840000-0x34417fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000DBB59000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DBB59098 0000B4 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DBB5F960 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20170831/tbfadt-658)
[ 0.000000] ACPI: DSDT 0x00000000DBB591E8 006772 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000DBF24E00 000040
[ 0.000000] ACPI: APIC 0x00000000DBB5FA78 0000DE (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000DBB5FB58 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000DBB5FBA0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000DBB5FC40 008C98 (v02 AMD AMD ALIB 00000002 MSFT 04000000)
[ 0.000000] ACPI: SSDT 0x00000000DBB688D8 002314 (v01 AMD AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000DBB6ABF0 000F50 (v01 AMD AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000DBB6BB40 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DBB6BB70 002E6E (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.000000] ACPI: MCFG 0x00000000DBB6E9E0 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 0x00000000DBB6EA20 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DBB6EA58 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000DBB6EA80 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: BGRT 0x00000000DBB6EAC8 000038 (v01 ALASKA ALASKA 01072009 AMI 00010013)
[ 0.000000] ACPI: IVRS 0x00000000DBB6EB00 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000DBB6EBD0 0000F8 (v01 AMD AMD PT 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000DBB6ECC8 001A41 (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: WSMT 0x00000000DBB70710 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x41f355000-0x41f37ffff]
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] tsc: Using PIT calibration value
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000041f37ffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ffffff]
[ 0.000000] node 0: [mem 0x000000000400a000-0x0000000009cfffff]
[ 0.000000] node 0: [mem 0x000000000a000000-0x000000000affffff]
[ 0.000000] node 0: [mem 0x000000000b020000-0x00000000db8e9fff]
[ 0.000000] node 0: [mem 0x00000000dba61000-0x00000000dbb58fff]
[ 0.000000] node 0: [mem 0x00000000dce8f000-0x00000000deffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000041f37ffff]
[ 0.000000] Reserved but unavailable: 97 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[ 0.000000] On node 0 totalpages: 4180808
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 27 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14113 pages used for memmap
[ 0.000000] DMA32 zone: 903209 pages, LIFO batch:31
[ 0.000000] Normal zone: 51150 pages used for memmap
[ 0.000000] Normal zone: 3273600 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x04000000-0x04009fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdb8ea000-0xdba60fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdbb59000-0xdbf3bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdbf3c000-0xdcde6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdcde7000-0xdce8efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfd800000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4115454
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-64-generic root=UUID=805c6160-10f5-412b-a61c-7761eb6f0bd4 ro net.ifnames=0 biosdevname=0 quiet splash vt.handoff=7
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 16132124K/16723232K available (12300K kernel code, 2480K rwdata, 4184K rodata, 2428K init, 2384K bss, 591108K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] ftrace: allocating 39313 entries in 154 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.000000] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] Switched APIC routing to physical flat.
[ 0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.024000] tsc: Fast TSC calibration failed
[ 0.032000] tsc: PIT calibration matches HPET. 1 loops
[ 0.032000] tsc: Detected 3393.096 MHz processor
[ 0.032000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6786.19 BogoMIPS (lpj=13572384)
[ 0.032000] pid_max: default: 32768 minimum: 301
[ 0.032000] Security Framework initialized
[ 0.032000] Yama: becoming mindful.
[ 0.032000] AppArmor: AppArmor initialized
[ 0.037107] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.038204] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.038257] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.038292] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.038496] LVT offset 1 assigned for vector 0xf9
[ 0.038558] LVT offset 2 assigned for vector 0xf4
[ 0.038569] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.038569] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.038570] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.038571] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.038571] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.038577] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.038577] Spectre V2 : User space: Vulnerable
[ 0.038578] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.045988] Freeing SMP alternatives memory: 36K
[ 0.052000] smpboot: CPU0: AMD Ryzen 7 1700X Eight-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[ 0.052000] Performance Events: Fam17h core perfctr, AMD PMU driver.
[ 0.052000] ... version: 0
[ 0.052000] ... bit width: 48
[ 0.052000] ... generic registers: 6
[ 0.052000] ... value mask: 0000ffffffffffff
[ 0.052000] ... max period: 00007fffffffffff
[ 0.052000] ... fixed-purpose events: 0
[ 0.052000] ... event mask: 000000000000003f
[ 0.052000] Hierarchical SRCU implementation.
[ 0.052000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.052000] smp: Bringing up secondary CPUs ...
[ 0.052000] x86: Booting SMP configuration:
[ 0.052000] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.082205] smp: Brought up 1 node, 16 CPUs
[ 0.082205] smpboot: Max logical packages: 1
[ 0.082205] smpboot: Total of 16 processors activated (108579.07 BogoMIPS)
[ 0.084283] devtmpfs: initialized
[ 0.084283] x86/mm: Memory block size: 128MB
[ 0.084894] evm: security.selinux
[ 0.084894] evm: security.SMACK64
[ 0.084895] evm: security.SMACK64EXEC
[ 0.084895] evm: security.SMACK64TRANSMUTE
[ 0.084895] evm: security.SMACK64MMAP
[ 0.084895] evm: security.apparmor
[ 0.084896] evm: security.ima
[ 0.084896] evm: security.capability
[ 0.084909] PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[ 0.084909] PM: Registering ACPI NVS region [mem 0xdbb59000-0xdbf3bfff] (4075520 bytes)
[ 0.084909] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.084909] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.084909] pinctrl core: initialized pinctrl subsystem
[ 0.084909] RTC time: 5:37:03, date: 09/24/19
[ 0.084909] NET: Registered protocol family 16
[ 0.084909] audit: initializing netlink subsys (disabled)
[ 0.084909] audit: type=2000 audit(1569303423.084:1): state=initialized audit_enabled=0 res=1
[ 0.084909] cpuidle: using governor ladder
[ 0.084909] cpuidle: using governor menu
[ 0.084909] ACPI: bus type PCI registered
[ 0.084909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.084909] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.084909] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.084909] PCI: Using configuration type 1 for base access
[ 0.085073] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.085073] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.085073] ACPI: Added _OSI(Module Device)
[ 0.085073] ACPI: Added _OSI(Processor Device)
[ 0.085073] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.085073] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.085073] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.085073] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.085073] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.088090] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.095963] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.099054] ACPI: Interpreter enabled
[ 0.099054] ACPI: (supports S0 S3 S4 S5)
[ 0.099054] ACPI: Using IOAPIC for interrupt routing
[ 0.099054] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.099054] ACPI: Enabled 3 GPEs in block 00 to 1F
[ 0.105457] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.105461] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.105722] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.105732] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.106087] PCI host bridge to bus 0000:00
[ 0.106088] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.106089] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.106090] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.106091] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.106092] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.106093] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.106093] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[ 0.106094] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 0.106095] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.106101] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 0.106179] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[ 0.106278] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 0.106354] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 0.106534] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 0.106617] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 0.106697] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 0.106764] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[ 0.107271] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.107370] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 0.107455] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 0.107521] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 0.107547] pci 0000:00:07.1: enabling Extended Tags
[ 0.107619] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.107701] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 0.107767] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 0.108003] pci 0000:00:08.1: enabling Extended Tags
[ 0.108077] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.108197] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.108414] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.108636] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 0.108694] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 0.108761] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 0.108825] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 0.108879] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 0.108934] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 0.108989] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 0.109043] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 0.109189] pci 0000:01:00.0: [1022:43b9] type 00 class 0x0c0330
[ 0.109210] pci 0000:01:00.0: reg 0x10: [mem 0xf75a0000-0xf75a7fff 64bit]
[ 0.109282] pci 0000:01:00.0: PME# supported from D3hot D3cold
[ 0.109339] pci 0000:01:00.1: [1022:43b5] type 00 class 0x010601
[ 0.109383] pci 0000:01:00.1: reg 0x24: [mem 0xf7580000-0xf759ffff]
[ 0.109389] pci 0000:01:00.1: reg 0x30: [mem 0xf7500000-0xf757ffff pref]
[ 0.109426] pci 0000:01:00.1: PME# supported from D3hot D3cold
[ 0.109472] pci 0000:01:00.2: [1022:43b0] type 01 class 0x060400
[ 0.109541] pci 0000:01:00.2: PME# supported from D3hot D3cold
[ 0.124022] pci 0000:00:01.3: PCI bridge to [bus 01-06]
[ 0.124026] pci 0000:00:01.3: bridge window [io 0xd000-0xefff]
[ 0.124028] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf75fffff]
[ 0.124141] pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
[ 0.124228] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.124303] pci 0000:02:02.0: [1022:43b4] type 01 class 0x060400
[ 0.124388] pci 0000:02:02.0: PME# supported from D3hot D3cold
[ 0.124457] pci 0000:02:03.0: [1022:43b4] type 01 class 0x060400
[ 0.124541] pci 0000:02:03.0: PME# supported from D3hot D3cold
[ 0.124601] pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
[ 0.124683] pci 0000:02:04.0: PME# supported from D3hot D3cold
[ 0.124758] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[ 0.124762] pci 0000:01:00.2: bridge window [io 0xd000-0xefff]
[ 0.124765] pci 0000:01:00.2: bridge window [mem 0xf7200000-0xf74fffff]
[ 0.125169] pci 0000:03:00.0: [1b21:1343] type 00 class 0x0c0330
[ 0.125208] pci 0000:03:00.0: reg 0x10: [mem 0xf7400000-0xf7407fff 64bit]
[ 0.140028] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.140036] pci 0000:02:00.0: bridge window [mem 0xf7400000-0xf74fffff]
[ 0.140121] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[ 0.140167] pci 0000:04:00.0: reg 0x10: [mem 0xf7300000-0xf731ffff]
[ 0.140199] pci 0000:04:00.0: reg 0x18: [io 0xe000-0xe01f]
[ 0.140216] pci 0000:04:00.0: reg 0x1c: [mem 0xf7320000-0xf7323fff]
[ 0.140384] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.152031] pci 0000:02:02.0: PCI bridge to [bus 04]
[ 0.152037] pci 0000:02:02.0: bridge window [io 0xe000-0xefff]
[ 0.152040] pci 0000:02:02.0: bridge window [mem 0xf7300000-0xf73fffff]
[ 0.152117] pci 0000:05:00.0: [1969:e0b1] type 00 class 0x020000
[ 0.152162] pci 0000:05:00.0: reg 0x10: [mem 0xf7200000-0xf723ffff 64bit]
[ 0.152177] pci 0000:05:00.0: reg 0x18: [io 0xd000-0xd07f]
[ 0.152328] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.164029] pci 0000:02:03.0: PCI bridge to [bus 05]
[ 0.164035] pci 0000:02:03.0: bridge window [io 0xd000-0xdfff]
[ 0.164037] pci 0000:02:03.0: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.164094] pci 0000:02:04.0: PCI bridge to [bus 06]
[ 0.164350] pci 0000:07:00.0: [10de:17c8] type 00 class 0x030000
[ 0.164378] pci 0000:07:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.164391] pci 0000:07:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.164404] pci 0000:07:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.164413] pci 0000:07:00.0: reg 0x24: [io 0xf000-0xf07f]
[ 0.164422] pci 0000:07:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.164438] pci 0000:07:00.0: BAR 3: assigned to efifb
[ 0.164564] pci 0000:07:00.1: [10de:0fb0] type 00 class 0x040300
[ 0.164583] pci 0000:07:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[ 0.164730] pci 0000:00:03.1: PCI bridge to [bus 07]
[ 0.164734] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.164735] pci 0000:00:03.1: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.164739] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.164799] pci 0000:08:00.0: [1022:145a] type 00 class 0x130000
[ 0.164823] pci 0000:08:00.0: enabling Extended Tags
[ 0.164878] pci 0000:08:00.2: [1022:1456] type 00 class 0x108000
[ 0.164891] pci 0000:08:00.2: reg 0x18: [mem 0xf7700000-0xf77fffff]
[ 0.164899] pci 0000:08:00.2: reg 0x24: [mem 0xf7800000-0xf7801fff]
[ 0.164904] pci 0000:08:00.2: enabling Extended Tags
[ 0.164971] pci 0000:08:00.3: [1022:145c] type 00 class 0x0c0330
[ 0.164983] pci 0000:08:00.3: reg 0x10: [mem 0xf7600000-0xf76fffff 64bit]
[ 0.165001] pci 0000:08:00.3: enabling Extended Tags
[ 0.165025] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.165076] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.165080] pci 0000:00:07.1: bridge window [mem 0xf7600000-0xf78fffff]
[ 0.165316] pci 0000:09:00.0: [1022:1455] type 00 class 0x130000
[ 0.165342] pci 0000:09:00.0: enabling Extended Tags
[ 0.165400] pci 0000:09:00.2: [1022:7901] type 00 class 0x010601
[ 0.165427] pci 0000:09:00.2: reg 0x24: [mem 0xf7908000-0xf7908fff]
[ 0.165434] pci 0000:09:00.2: enabling Extended Tags
[ 0.165461] pci 0000:09:00.2: PME# supported from D3hot D3cold
[ 0.165502] pci 0000:09:00.3: [1022:1457] type 00 class 0x040300
[ 0.165512] pci 0000:09:00.3: reg 0x10: [mem 0xf7900000-0xf7907fff]
[ 0.165529] pci 0000:09:00.3: enabling Extended Tags
[ 0.165555] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 0.165612] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.165615] pci 0000:00:08.1: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.165913] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 0.165974] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.166026] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 0.166091] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 0.166148] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.166196] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.166243] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 0.166294] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 0.168003] SCSI subsystem initialized
[ 0.168012] libata version 3.00 loaded.
[ 0.168018] pci 0000:07:00.0: vgaarb: setting as boot VGA device
[ 0.168018] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.168018] pci 0000:07:00.0: vgaarb: bridge control possible
[ 0.168018] vgaarb: loaded
[ 0.168025] ACPI: bus type USB registered
[ 0.168034] usbcore: registered new interface driver usbfs
[ 0.168039] usbcore: registered new interface driver hub
[ 0.168067] usbcore: registered new device driver usb
[ 0.168099] EDAC MC: Ver: 3.0.0
[ 0.168103] Registered efivars operations
[ 0.188013] PCI: Using ACPI for IRQ routing
[ 0.190969] PCI: pci_cache_line_size set to 64 bytes
[ 0.191031] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[ 0.191032] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.191033] e820: reserve RAM buffer [mem 0xdb8ea000-0xdbffffff]
[ 0.191033] e820: reserve RAM buffer [mem 0xdbb59000-0xdbffffff]
[ 0.191034] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.191034] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[ 0.192003] NetLabel: Initializing
[ 0.192003] NetLabel: domain hash size = 128
[ 0.192003] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.192003] NetLabel: unlabeled traffic allowed by default
[ 0.192040] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.192042] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.196003] clocksource: Switched to clocksource hpet
[ 0.203659] VFS: Disk quotas dquot_6.6.0
[ 0.203674] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.203756] AppArmor: AppArmor Filesystem Enabled
[ 0.203781] pnp: PnP ACPI init
[ 0.203913] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.203916] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.203983] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[ 0.203985] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.204074] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.204239] system 00:03: [io 0x0a00-0x0a2f] has been reserved
[ 0.204240] system 00:03: [io 0x0a30-0x0a3f] has been reserved
[ 0.204241] system 00:03: [io 0x0a40-0x0a4f] has been reserved
[ 0.204244] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.204495] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.204495] system 00:04: [io 0x040b] has been reserved
[ 0.204496] system 00:04: [io 0x04d6] has been reserved
[ 0.204497] system 00:04: [io 0x0c00-0x0c01] has been reserved
[ 0.204498] system 00:04: [io 0x0c14] has been reserved
[ 0.204499] system 00:04: [io 0x0c50-0x0c51] has been reserved
[ 0.204499] system 00:04: [io 0x0c52] has been reserved
[ 0.204500] system 00:04: [io 0x0c6c] has been reserved
[ 0.204501] system 00:04: [io 0x0c6f] has been reserved
[ 0.204501] system 00:04: [io 0x0cd0-0x0cd1] has been reserved
[ 0.204502] system 00:04: [io 0x0cd2-0x0cd3] has been reserved
[ 0.204503] system 00:04: [io 0x0cd4-0x0cd5] has been reserved
[ 0.204504] system 00:04: [io 0x0cd6-0x0cd7] has been reserved
[ 0.204504] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
[ 0.204505] system 00:04: [io 0x0800-0x089f] has been reserved
[ 0.204506] system 00:04: [io 0x0b00-0x0b0f] has been reserved
[ 0.204507] system 00:04: [io 0x0b20-0x0b3f] has been reserved
[ 0.204507] system 00:04: [io 0x0900-0x090f] has been reserved
[ 0.204508] system 00:04: [io 0x0910-0x091f] has been reserved
[ 0.204509] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.204510] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.204511] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.204512] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.204513] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.204514] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.204515] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.204517] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.204966] pnp: PnP ACPI: found 5 devices
[ 0.211312] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.211362] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.211367] pci 0000:02:00.0: bridge window [mem 0xf7400000-0xf74fffff]
[ 0.211373] pci 0000:02:02.0: PCI bridge to [bus 04]
[ 0.211374] pci 0000:02:02.0: bridge window [io 0xe000-0xefff]
[ 0.211378] pci 0000:02:02.0: bridge window [mem 0xf7300000-0xf73fffff]
[ 0.211384] pci 0000:02:03.0: PCI bridge to [bus 05]
[ 0.211385] pci 0000:02:03.0: bridge window [io 0xd000-0xdfff]
[ 0.211389] pci 0000:02:03.0: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.211394] pci 0000:02:04.0: PCI bridge to [bus 06]
[ 0.211403] pci 0000:01:00.2: PCI bridge to [bus 02-06]
[ 0.211404] pci 0000:01:00.2: bridge window [io 0xd000-0xefff]
[ 0.211407] pci 0000:01:00.2: bridge window [mem 0xf7200000-0xf74fffff]
[ 0.211413] pci 0000:00:01.3: PCI bridge to [bus 01-06]
[ 0.211414] pci 0000:00:01.3: bridge window [io 0xd000-0xefff]
[ 0.211415] pci 0000:00:01.3: bridge window [mem 0xf7200000-0xf75fffff]
[ 0.211419] pci 0000:00:03.1: PCI bridge to [bus 07]
[ 0.211420] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.211422] pci 0000:00:03.1: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.211424] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.211427] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.211429] pci 0000:00:07.1: bridge window [mem 0xf7600000-0xf78fffff]
[ 0.211432] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.211434] pci 0000:00:08.1: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.211438] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.211439] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.211440] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.211440] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.211441] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.211442] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.211442] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[ 0.211443] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[ 0.211444] pci_bus 0000:01: resource 0 [io 0xd000-0xefff]
[ 0.211444] pci_bus 0000:01: resource 1 [mem 0xf7200000-0xf75fffff]
[ 0.211445] pci_bus 0000:02: resource 0 [io 0xd000-0xefff]
[ 0.211446] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf74fffff]
[ 0.211447] pci_bus 0000:03: resource 1 [mem 0xf7400000-0xf74fffff]
[ 0.211447] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
[ 0.211448] pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
[ 0.211449] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.211449] pci_bus 0000:05: resource 1 [mem 0xf7200000-0xf72fffff]
[ 0.211450] pci_bus 0000:07: resource 0 [io 0xf000-0xffff]
[ 0.211451] pci_bus 0000:07: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.211451] pci_bus 0000:07: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.211452] pci_bus 0000:08: resource 1 [mem 0xf7600000-0xf78fffff]
[ 0.211453] pci_bus 0000:09: resource 1 [mem 0xf7900000-0xf79fffff]
[ 0.211522] NET: Registered protocol family 2
[ 0.211669] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.211836] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.211965] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.212017] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.212058] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.212125] NET: Registered protocol family 1
[ 0.212387] pci 0000:07:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.212495] PCI: CLS 64 bytes, default 64
[ 0.212525] Unpacking initramfs...
[ 0.787064] Freeing initrd memory: 61280K
[ 0.787100] AMD-Vi: IOMMU performance counters supported
[ 0.787383] iommu: Adding device 0000:00:01.0 to group 0
[ 0.787478] iommu: Adding device 0000:00:01.3 to group 1
[ 0.787580] iommu: Adding device 0000:00:02.0 to group 2
[ 0.787681] iommu: Adding device 0000:00:03.0 to group 3
[ 0.787793] iommu: Adding device 0000:00:03.1 to group 4
[ 0.787899] iommu: Adding device 0000:00:04.0 to group 5
[ 0.788042] iommu: Adding device 0000:00:07.0 to group 6
[ 0.788148] iommu: Adding device 0000:00:07.1 to group 7
[ 0.788263] iommu: Adding device 0000:00:08.0 to group 8
[ 0.788365] iommu: Adding device 0000:00:08.1 to group 9
[ 0.788460] iommu: Adding device 0000:00:14.0 to group 10
[ 0.788470] iommu: Adding device 0000:00:14.3 to group 10
[ 0.788594] iommu: Adding device 0000:00:18.0 to group 11
[ 0.788605] iommu: Adding device 0000:00:18.1 to group 11
[ 0.788617] iommu: Adding device 0000:00:18.2 to group 11
[ 0.788626] iommu: Adding device 0000:00:18.3 to group 11
[ 0.788636] iommu: Adding device 0000:00:18.4 to group 11
[ 0.788647] iommu: Adding device 0000:00:18.5 to group 11
[ 0.788656] iommu: Adding device 0000:00:18.6 to group 11
[ 0.788668] iommu: Adding device 0000:00:18.7 to group 11
[ 0.788774] iommu: Adding device 0000:01:00.0 to group 12
[ 0.788793] iommu: Adding device 0000:01:00.1 to group 12
[ 0.788811] iommu: Adding device 0000:01:00.2 to group 12
[ 0.788820] iommu: Adding device 0000:02:00.0 to group 12
[ 0.788830] iommu: Adding device 0000:02:02.0 to group 12
[ 0.788838] iommu: Adding device 0000:02:03.0 to group 12
[ 0.788847] iommu: Adding device 0000:02:04.0 to group 12
[ 0.788862] iommu: Adding device 0000:03:00.0 to group 12
[ 0.788878] iommu: Adding device 0000:04:00.0 to group 12
[ 0.788891] iommu: Adding device 0000:05:00.0 to group 12
[ 0.789008] iommu: Adding device 0000:07:00.0 to group 13
[ 0.789031] iommu: Adding device 0000:07:00.1 to group 13
[ 0.789126] iommu: Adding device 0000:08:00.0 to group 14
[ 0.789227] iommu: Adding device 0000:08:00.2 to group 15
[ 0.789327] iommu: Adding device 0000:08:00.3 to group 16
[ 0.789434] iommu: Adding device 0000:09:00.0 to group 17
[ 0.789539] iommu: Adding device 0000:09:00.2 to group 18
[ 0.789647] iommu: Adding device 0000:09:00.3 to group 19
[ 0.789880] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 0.789881] AMD-Vi: Extended features (0xf77ef22294ada):
[ 0.789881] PPR NX GT IA GA PC GA_vAPIC
[ 0.789884] AMD-Vi: Interrupt remapping enabled
[ 0.789884] AMD-Vi: virtual APIC enabled
[ 0.790142] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.790927] amd_uncore: AMD NB counters detected
[ 0.790929] amd_uncore: AMD LLC counters detected
[ 0.791531] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.791571] Scanning for low memory corruption every 60 seconds
[ 0.792164] Initialise system trusted keyrings
[ 0.792174] Key type blacklist registered
[ 0.792232] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.792973] zbud: loaded
[ 0.793400] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.793535] fuse init (API version 7.26)
[ 0.795737] Key type asymmetric registered
[ 0.795738] Asymmetric key parser 'x509' registered
[ 0.795760] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.795824] io scheduler noop registered
[ 0.795824] io scheduler deadline registered
[ 0.795843] io scheduler cfq registered (default)
[ 0.797924] pcieport 0000:00:01.3: AER enabled with IRQ 28
[ 0.797943] pcieport 0000:00:03.1: AER enabled with IRQ 29
[ 0.797956] pcieport 0000:00:07.1: AER enabled with IRQ 30
[ 0.797968] pcieport 0000:00:08.1: AER enabled with IRQ 31
[ 0.797976] pcieport 0000:00:01.3: Signaling PME with IRQ 28
[ 0.797987] pcieport 0000:00:03.1: Signaling PME with IRQ 29
[ 0.797999] pcieport 0000:00:07.1: Signaling PME with IRQ 30
[ 0.798010] pcieport 0000:00:08.1: Signaling PME with IRQ 31
[ 0.798057] efifb: probing for efifb
[ 0.798066] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[ 0.798066] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.798066] efifb: scrolling: redraw
[ 0.798067] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.798135] Console: switching to colour frame buffer device 128x48
[ 0.798145] fb0: EFI VGA frame buffer device
[ 0.798222] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.798228] ACPI: Power Button [PWRB]
[ 0.798250] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.798410] ACPI: Power Button [PWRF]
[ 0.798454] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.798533] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.798584] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.798742] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.798818] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.798936] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799060] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799182] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799269] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799422] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799561] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799670] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799808] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799889] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.799963] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.800051] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.800312] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.801936] Linux agpgart interface v0.103
[ 0.804731] loop: module loaded
[ 0.804840] libphy: Fixed MDIO Bus: probed
[ 0.804841] tun: Universal TUN/TAP device driver, 1.6
[ 0.804870] PPP generic driver version 2.4.2
[ 0.804907] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.804909] ehci-pci: EHCI PCI platform driver
[ 0.804916] ehci-platform: EHCI generic platform driver
[ 0.804920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.804921] ohci-pci: OHCI PCI platform driver
[ 0.804928] ohci-platform: OHCI generic platform driver
[ 0.804931] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.804997] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.805001] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.860352] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000008000410
[ 0.860464] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.860465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.860466] usb usb1: Product: xHCI Host Controller
[ 0.860466] usb usb1: Manufacturer: Linux 4.15.0-64-generic xhci-hcd
[ 0.860467] usb usb1: SerialNumber: 0000:01:00.0
[ 0.860555] hub 1-0:1.0: USB hub found
[ 0.860570] hub 1-0:1.0: 14 ports detected
[ 0.860802] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.860804] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.860805] xhci_hcd 0000:01:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[ 0.860831] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.860845] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.860846] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.860847] usb usb2: Product: xHCI Host Controller
[ 0.860847] usb usb2: Manufacturer: Linux 4.15.0-64-generic xhci-hcd
[ 0.860848] usb usb2: SerialNumber: 0000:01:00.0
[ 0.860912] hub 2-0:1.0: USB hub found
[ 0.860921] hub 2-0:1.0: 8 ports detected
[ 0.860981] usb: port power management may be unreliable
[ 0.861163] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.861166] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 0.920112] xhci_hcd 0000:03:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010
[ 0.920724] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.920724] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.920725] usb usb3: Product: xHCI Host Controller
[ 0.920726] usb usb3: Manufacturer: Linux 4.15.0-64-generic xhci-hcd
[ 0.920726] usb usb3: SerialNumber: 0000:03:00.0
[ 0.920800] hub 3-0:1.0: USB hub found
[ 0.920806] hub 3-0:1.0: 2 ports detected
[ 0.920863] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.920865] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 0.920867] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.920887] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.920899] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.920900] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.920900] usb usb4: Product: xHCI Host Controller
[ 0.920901] usb usb4: Manufacturer: Linux 4.15.0-64-generic xhci-hcd
[ 0.920902] usb usb4: SerialNumber: 0000:03:00.0
[ 0.920967] hub 4-0:1.0: USB hub found
[ 0.920973] hub 4-0:1.0: 2 ports detected
[ 0.921072] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.921074] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 5
[ 0.921177] xhci_hcd 0000:08:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[ 0.921265] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.921265] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.921266] usb usb5: Product: xHCI Host Controller
[ 0.921267] usb usb5: Manufacturer: Linux 4.15.0-64-generic xhci-hcd
[ 0.921267] usb usb5: SerialNumber: 0000:08:00.3
[ 0.921338] hub 5-0:1.0: USB hub found
[ 0.921343] hub 5-0:1.0: 4 ports detected
[ 0.921466] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.921468] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 6
[ 0.921469] xhci_hcd 0000:08:00.3: Host supports USB 3.0 SuperSpeed
[ 0.921479] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.921492] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.921493] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.921494] usb usb6: Product: xHCI Host Controller
[ 0.921494] usb usb6: Manufacturer: Linux 4.15.0-64-generic xhci-hcd
[ 0.921495] usb usb6: SerialNumber: 0000:08:00.3
[ 0.921568] hub 6-0:1.0: USB hub found
[ 0.921573] hub 6-0:1.0: 4 ports detected
[ 0.921692] i8042: PNP: No PS/2 controller found.
[ 0.921765] mousedev: PS/2 mouse device common for all mice
[ 0.921927] rtc_cmos 00:02: RTC can wake from S4
[ 0.922131] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.922184] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.922189] i2c /dev entries driver
[ 0.922224] device-mapper: uevent: version 1.0.3
[ 0.922283] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 0.922737] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.922739] EFI Variables Facility v0.08 2004-May-17
[ 0.941961] NET: Registered protocol family 10
[ 0.945015] Segment Routing with IPv6
[ 0.945028] NET: Registered protocol family 17
[ 0.945093] Key type dns_resolver registered
[ 0.946295] mce: Using 23 MCE banks
[ 0.946302] RAS: Correctable Errors collector initialized.
[ 0.946318] microcode: CPU0: patch_level=0x08001136
[ 0.946327] microcode: CPU1: patch_level=0x08001136
[ 0.946350] microcode: CPU2: patch_level=0x08001136
[ 0.946363] microcode: CPU3: patch_level=0x08001136
[ 0.946371] microcode: CPU4: patch_level=0x08001136
[ 0.946386] microcode: CPU5: patch_level=0x08001136
[ 0.946406] microcode: CPU6: patch_level=0x08001136
[ 0.946419] microcode: CPU7: patch_level=0x08001136
[ 0.946432] microcode: CPU8: patch_level=0x08001136
[ 0.946445] microcode: CPU9: patch_level=0x08001136
[ 0.946458] microcode: CPU10: patch_level=0x08001136
[ 0.946465] microcode: CPU11: patch_level=0x08001136
[ 0.946481] microcode: CPU12: patch_level=0x08001136
[ 0.946488] microcode: CPU13: patch_level=0x08001136
[ 0.946503] microcode: CPU14: patch_level=0x08001136
[ 0.946508] microcode: CPU15: patch_level=0x08001136
[ 0.946548] microcode: Microcode Update Driver: v2.2.
[ 0.946554] sched_clock: Marking stable (946537288, 0)->(1024827593, -78290305)
[ 0.946988] registered taskstats version 1
[ 0.946995] Loading compiled-in X.509 certificates
[ 0.948611] Loaded X.509 cert 'Build time autogenerated kernel key: 45dbd508c6cc151f66b48352b19ecc9ce7c9b4d2'
[ 0.949057] Couldn't get size: 0x800000000000000e
[ 0.949059] MODSIGN: Couldn't get UEFI db list
[ 0.949286] Couldn't get size: 0x800000000000000e
[ 0.949287] MODSIGN: Couldn't get UEFI MokListRT
[ 0.950014] zswap: loaded using pool lzo/zbud
[ 0.952518] Key type big_key registered
[ 0.952521] Key type trusted registered
[ 0.953636] Key type encrypted registered
[ 0.953638] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.953640] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 0.953643] ima: Allocated hash algorithm: sha1
[ 0.953658] evm: HMAC attrs: 0x1
[ 0.953955] Magic number: 3:930:618
[ 0.954103] rtc_cmos 00:02: setting system clock to 2019-09-24 05:37:04 UTC (1569303424)
[ 0.954403] acpi_cpufreq: overriding BIOS provided _PSD data
[ 0.954869] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.954869] EDD information not available.
[ 1.200202] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 1.260087] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[ 1.437778] Freeing unused kernel image memory: 2428K
[ 1.442579] usb 5-1: New USB device found, idVendor=0c45, idProduct=6366
[ 1.442580] usb 5-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 1.442581] usb 5-1: Product: USB 2.0 Camera
[ 1.442582] usb 5-1: Manufacturer: HD Camera Manufacturer
[ 1.472122] Write protecting the kernel read-only data: 20480k
[ 1.473569] Freeing unused kernel image memory: 2008K
[ 1.473847] Freeing unused kernel image memory: 1960K
[ 1.480077] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.487358] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.487405] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.487412] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.531805] pps_core: LinuxPPS API ver. 1 registered
[ 1.531807] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.531829] ahci 0000:01:00.1: version 3.0
[ 1.531993] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[ 1.532048] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 1.532049] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 1.532793] PTP clock support registered
[ 1.534859] dca service started, version 1.12.1
[ 1.539497] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.539498] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.540032] scsi host0: ahci
[ 1.542069] scsi host1: ahci
[ 1.544148] scsi host2: ahci
[ 1.544896] alx 0000:05:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [1c:1b:0d:9d:48:6b]
[ 1.545075] scsi host3: ahci
[ 1.545166] scsi host4: ahci
[ 1.545297] scsi host5: ahci
[ 1.546144] scsi host6: ahci
[ 1.547625] usb 1-3: New USB device found, idVendor=046d, idProduct=c534
[ 1.547626] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.547627] usb 1-3: Product: USB Receiver
[ 1.547628] usb 1-3: Manufacturer: Logitech
[ 1.548145] scsi host7: ahci
[ 1.548186] ata1: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580100 irq 43
[ 1.548188] ata2: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580180 irq 43
[ 1.548189] ata3: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580200 irq 43
[ 1.548191] ata4: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580280 irq 43
[ 1.548193] ata5: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580300 irq 43
[ 1.548194] ata6: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580380 irq 43
[ 1.548196] ata7: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580400 irq 43
[ 1.548198] ata8: SATA max UDMA/133 abar m131072@0xf7580000 port 0xf7580480 irq 43
[ 1.548457] ahci 0000:09:00.2: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 1.548459] ahci 0000:09:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs
[ 1.548461] ahci 0000:09:00.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[ 1.548689] scsi host8: ahci
[ 1.548761] scsi host9: ahci
[ 1.548791] ata9: SATA max UDMA/133 abar m4096@0xf7908000 port 0xf7908100 irq 45
[ 1.548792] ata10: SATA max UDMA/133 abar m4096@0xf7908000 port 0xf7908180 irq 46
[ 1.565039] usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.589119] usb 2-6: New USB device found, idVendor=1058, idProduct=2623
[ 1.589120] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.589121] usb 2-6: Product: Elements SE 2623
[ 1.589122] usb 2-6: Manufacturer: Western Digital
[ 1.589123] usb 2-6: SerialNumber: 57585031454138334E4B4A32
[ 1.608063] PKCS#7 signature not signed with a trusted key
[ 1.608073] nvidia: loading out-of-tree module taints kernel.
[ 1.608078] nvidia: module license 'NVIDIA' taints kernel.
[ 1.608078] Disabling lock debugging due to kernel taint
[ 1.620446] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 1.620895] usb-storage 2-6:1.0: USB Mass Storage device detected
[ 1.621088] scsi host10: usb-storage 2-6:1.0
[ 1.621148] usbcore: registered new interface driver usb-storage
[ 1.622069] usbcore: registered new interface driver uas
[ 1.625195] nvidia-nvlink: Nvlink Core is being initialized, major device number 239
[ 1.625426] nvidia 0000:07:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 1.625486] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 384.130 Wed Mar 21 03:37:26 PDT 2018 (using threaded interrupts)
[ 1.629909] PKCS#7 signature not signed with a trusted key
[ 1.630655] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 384.130 Wed Mar 21 02:59:49 PDT 2018
[ 1.631023] PKCS#7 signature not signed with a trusted key
[ 1.631485] [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
[ 1.631486] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:07:00.0 on minor 0
[ 1.693976] PKCS#7 signature not signed with a trusted key
[ 1.712159] usb 1-7: new low-speed USB device number 3 using xhci_hcd
[ 1.773819] pps pps0: new PPS source ptp0
[ 1.773822] igb 0000:04:00.0: added PHC on eth1
[ 1.773822] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 1.773823] igb 0000:04:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 1c:1b:0d:9d:48:69
[ 1.773824] igb 0000:04:00.0: eth1: PBA No: FFFFFF-0FF
[ 1.773825] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[ 1.820171] tsc: Refined TSC clocksource calibration: 3393.624 MHz
[ 1.820186] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30eac774559, max_idle_ns: 440795212956 ns
[ 1.870841] ata10: SATA link down (SStatus 0 SControl 300)
[ 1.871299] ata9: SATA link down (SStatus 0 SControl 300)
[ 1.970775] usb 1-7: New USB device found, idVendor=046d, idProduct=c31c
[ 1.970777] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.970778] usb 1-7: Product: USB Keyboard
[ 1.970779] usb 1-7: Manufacturer: Logitech
[ 2.012968] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.028181] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.028377] ata1.00: ATA-8: PLEXTOR PX-512M7VC, 1.03, max UDMA/133
[ 2.028378] ata1.00: 1000215216 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 2.028572] ata1.00: configured for UDMA/133
[ 2.028793] scsi 0:0:0:0: Direct-Access ATA PLEXTOR PX-512M7 1.03 PQ: 0 ANSI: 5
[ 2.028997] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.029165] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[ 2.029183] sd 0:0:0:0: [sda] Write Protect is off
[ 2.029185] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.029212] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.029894] sda: sda1 sda2 sda3 sda4
[ 2.030238] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.091682] usbcore: registered new interface driver usbhid
[ 2.091683] usbhid: USB HID core driver
[ 2.120667] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-3/1-3:1.0/0003:046D:C534.0001/input/input2
[ 2.180254] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-3/input0
[ 2.180440] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input3
[ 2.240314] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-3/input1
[ 2.240407] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C31C.0003/input/input4
[ 2.300373] hid-generic 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:01:00.0-7/input0
[ 2.300522] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C31C.0004/input/input5
[ 2.342856] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.360285] hid-generic 0003:046D:C31C.0004: input,hiddev1,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:01:00.0-7/input1
[ 2.652923] scsi 10:0:0:0: Direct-Access WD Elements SE 2623 1026 PQ: 0 ANSI: 6
[ 2.653131] scsi 10:0:0:1: Enclosure WD SES Device 1026 PQ: 0 ANSI: 6
[ 2.655247] sd 10:0:0:0: Attached scsi generic sg1 type 0
[ 2.655328] scsi 10:0:0:1: Attached scsi generic sg2 type 13
[ 2.655499] sd 10:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 2.656042] sd 10:0:0:0: [sdb] Write Protect is off
[ 2.656043] sd 10:0:0:0: [sdb] Mode Sense: 47 00 10 08
[ 2.656785] sd 10:0:0:0: [sdb] No Caching mode page found
[ 2.656787] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2.662021] sdb: sdb1
[ 2.663542] sd 10:0:0:0: [sdb] Attached SCSI disk
[ 2.665919] random: fast init done
[ 2.666547] scsi 10:0:0:1: Wrong diagnostic page; asked for 1 got 8
[ 2.666549] scsi 10:0:0:1: Failed to get diagnostic page 0x1
[ 2.666551] scsi 10:0:0:1: Failed to bind enclosure -19
[ 2.666558] ses 10:0:0:1: Attached Enclosure device
[ 2.816530] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.817380] ata3.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[ 2.817381] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.818115] ata3.00: configured for UDMA/133
[ 2.818473] scsi 2:0:0:0: Direct-Access ATA ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[ 2.818718] sd 2:0:0:0: Attached scsi generic sg3 type 0
[ 2.818781] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.818783] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 2.818818] sd 2:0:0:0: [sdc] Write Protect is off
[ 2.818819] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.818853] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.844828] clocksource: Switched to clocksource tsc
[ 2.852021] sdc: sdc1 sdc2 sdc3 sdc4
[ 2.852484] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 3.129728] ata4: SATA link down (SStatus 0 SControl 300)
[ 3.440257] ata5: SATA link down (SStatus 0 SControl 300)
[ 3.753716] ata6: SATA link down (SStatus 0 SControl 300)
[ 4.066293] ata7: SATA link down (SStatus 0 SControl 300)
[ 4.377029] ata8: SATA link down (SStatus 0 SControl 300)
[ 4.843901] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.585341] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 5.605104] systemd[1]: Detected architecture x86-64.
[ 5.611262] systemd[1]: Set hostname to .
[ 6.266053] random: crng init done
[ 6.266055] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.556379] systemd[1]: Listening on Journal Socket.
[ 6.556419] systemd[1]: Reached target Remote File Systems (Pre).
[ 6.556439] systemd[1]: Listening on udev Control Socket.
[ 6.556495] systemd[1]: Created slice User and Session Slice.
[ 6.556534] systemd[1]: Listening on Journal Audit Socket.
[ 6.556540] systemd[1]: Reached target User and Group Name Lookups.
[ 6.556556] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.891261] PKCS#7 signature not signed with a trusted key
[ 6.900299] PKCS#7 signature not signed with a trusted key
[ 7.326820] lp: driver loaded but no devices found
[ 7.345498] ppdev: user-space parallel port driver
[ 8.325067] EXT4-fs (sdc2): re-mounted. Opts: errors=remount-ro
[ 8.389213] systemd-journald[380]: Received request to flush runtime journal from PID 1
[ 8.511490] AVX2 version of gcm_enc/dec engaged.
[ 8.511491] AES CTR mode by8 optimization enabled
[ 8.544174] wmi_bus wmi_bus-PNP0C14:01: WQAA data block query control method not found
[ 8.651091] kvm: disabled by bios
[ 8.724886] kvm: disabled by bios
[ 8.792951] kvm: disabled by bios
[ 8.851909] PKCS#7 signature not signed with a trusted key
[ 8.854375] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 8.854377] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 8.855120] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 8.861736] PKCS#7 signature not signed with a trusted key
[ 8.861767] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[ 8.862682] ccp 0000:08:00.2: ccp enabled
[ 8.862684] ccp 0000:08:00.2: enabled
[ 8.973324] PKCS#7 signature not signed with a trusted key
[ 8.973563] PKCS#7 signature not signed with a trusted key
[ 9.009037] kvm: disabled by bios
[ 9.013393] PKCS#7 signature not signed with a trusted key
[ 9.013406] PKCS#7 signature not signed with a trusted key
[ 9.013947] PKCS#7 signature not signed with a trusted key
[ 9.013947] PKCS#7 signature not signed with a trusted key
[ 9.078065] PKCS#7 signature not signed with a trusted key
[ 9.079638] PKCS#7 signature not signed with a trusted key
[ 9.086216] MCE: In-kernel MCE decoding enabled.
[ 9.087175] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.087176] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.088689] PKCS#7 signature not signed with a trusted key
[ 9.090714] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 237
[ 9.165056] kvm: disabled by bios
[ 9.165059] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.165060] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.269247] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.269249] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.269256] kvm: disabled by bios
[ 9.364913] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.364915] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.365383] kvm: disabled by bios
[ 9.472702] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.472703] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.473089] kvm: disabled by bios
[ 9.601350] kvm: disabled by bios
[ 9.601435] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.601436] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.840659] EDAC amd64: Node 0: DRAM ECC disabled.
[ 9.840660] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 9.841192] kvm: disabled by bios
[ 9.869870] media: Linux media interface: v0.10
[ 9.873384] Linux video capture interface: v2.00
[ 9.983151] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:6366)
[ 10.003954] uvcvideo 5-1:1.0: Entity type for entity Extension 3 was not initialized!
[ 10.003956] uvcvideo 5-1:1.0: Entity type for entity Processing 2 was not initialized!
[ 10.003957] uvcvideo 5-1:1.0: Entity type for entity Camera 1 was not initialized!
[ 10.003999] input: USB 2.0 Camera: ARA-S-HDCAM01 as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb5/5-1/5-1:1.0/input/input6
[ 10.004046] usbcore: registered new interface driver uvcvideo
[ 10.004047] USB Video Class driver (1.1.1)
[ 10.064538] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[ 10.064651] caller os_map_kernel_space.part.2+0x74/0x90 [nvidia] mapping multiple BARs
[ 10.100603] snd_hda_intel 0000:07:00.1: Disabling MSI
[ 10.100609] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[ 10.100677] snd_hda_intel 0000:09:00.3: enabling device (0000 -> 0002)
[ 10.116055] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 10.116057] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.116058] snd_hda_codec_realtek hdaudioC1D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.116059] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 10.116060] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 10.116060] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 10.116061] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 10.116062] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 10.125160] snd_hda_codec_realtek hdaudioC1D1: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:hp
[ 10.125161] snd_hda_codec_realtek hdaudioC1D1: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.125163] snd_hda_codec_realtek hdaudioC1D1: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.125164] snd_hda_codec_realtek hdaudioC1D1: mono: mono_out=0x0
[ 10.125164] snd_hda_codec_realtek hdaudioC1D1: inputs:
[ 10.125165] snd_hda_codec_realtek hdaudioC1D1: Front Mic=0x1a
[ 10.131156] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input7
[ 10.131240] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input8
[ 10.131272] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input9
[ 10.131307] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input10
[ 10.131339] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input11
[ 10.131374] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input12
[ 10.131408] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input13
[ 10.465807] NVRM: Your system is not currently configured to drive a VGA console
on the primary VGA device. The NVIDIA Linux graphics driver
requires the use of a text-mode VGA console. Use of other console
drivers including, but not limited to, vesafb, may result in
corruption and stability problems, and is not supported.
[ 10.473132] EDAC amd64: Node 0: DRAM ECC disabled.
[ 10.473134] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 10.473730] kvm: disabled by bios
[ 10.577469] EDAC amd64: Node 0: DRAM ECC disabled.
[ 10.577470] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 10.577486] kvm: disabled by bios
[ 10.693478] EDAC amd64: Node 0: DRAM ECC disabled.
[ 10.693479] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 10.693483] kvm: disabled by bios
[ 10.940755] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:07:00.1/sound/card0/input14
[ 10.940798] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:07:00.1/sound/card0/input15
[ 10.940832] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:07:00.1/sound/card0/input16
[ 10.940861] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:07:00.1/sound/card0/input17
[ 10.973006] EDAC amd64: Node 0: DRAM ECC disabled.
[ 10.973007] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 10.973737] kvm: disabled by bios
[ 11.077357] EDAC amd64: Node 0: DRAM ECC disabled.
[ 11.077358] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 11.077361] kvm: disabled by bios
[ 11.173449] kvm: disabled by bios
[ 11.173454] EDAC amd64: Node 0: DRAM ECC disabled.
[ 11.173454] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 11.280717] EDAC amd64: Node 0: DRAM ECC disabled.
[ 11.280718] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 11.368681] EDAC amd64: Node 0: DRAM ECC disabled.
[ 11.368683] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 11.440719] EDAC amd64: Node 0: DRAM ECC disabled.
[ 11.440721] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 11.511303] Adding 10000380k swap on /dev/sdc3. Priority:-2 extents:1 across:10000380k FS
[ 12.009943] EXT4-fs (sdc4): mounted filesystem with ordered data mode. Opts: (null)
[ 12.796059] audit: type=1400 audit(1569303436.334:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1072 comm="apparmor_parser"
[ 12.796934] audit: type=1400 audit(1569303436.338:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1064 comm="apparmor_parser"
[ 12.796937] audit: type=1400 audit(1569303436.338:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=1064 comm="apparmor_parser"
[ 12.796990] audit: type=1400 audit(1569303436.338:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1065 comm="apparmor_parser"
[ 12.796992] audit: type=1400 audit(1569303436.338:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1065 comm="apparmor_parser"
[ 12.796994] audit: type=1400 audit(1569303436.338:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1065 comm="apparmor_parser"
[ 12.796996] audit: type=1400 audit(1569303436.338:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1065 comm="apparmor_parser"
[ 12.797231] audit: type=1400 audit(1569303436.338:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1071 comm="apparmor_parser"
[ 12.797234] audit: type=1400 audit(1569303436.338:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=1071 comm="apparmor_parser"
[ 12.797235] audit: type=1400 audit(1569303436.338:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=1071 comm="apparmor_parser"
[ 13.596313] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 13.597075] alx 0000:05:00.0 eth0: NIC Up: 1 Gbps Full
[ 13.597295] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 16.133889] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 16.159989] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.386353] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[ 17.386456] caller os_map_kernel_space.part.2+0x74/0x90 [nvidia] mapping multiple BARs
[ 17.681747] nvidia-modeset: Allocated GPU:0 (GPU-4d537737-5302-89e5-dbc9-431c871c10ea) @ PCI:0000:07:00.0
[ 18.036132] kauditd_printk_skb: 35 callbacks suppressed
[ 18.036133] audit: type=1326 audit(1569303441.574:47): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1594 comm="modprobe" exe="/bin/kmod" sig=0 arch=c000003e syscall=313 compat=0 ip=0x7f3af20444d9 code=0x7ffc0000
[ 18.037916] audit: type=1326 audit(1569303441.578:48): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1594 comm="modprobe" exe="/bin/kmod" sig=0 arch=c000003e syscall=313 compat=0 ip=0x7f3af20444d9 code=0x7ffc0000
[ 18.038722] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 19.734227] audit: type=1326 audit(1569303443.274:49): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1431 comm="anbox" exe="/snap/anbox/158/usr/bin/anbox" sig=0 arch=c000003e syscall=165 compat=0 ip=0x7faa1b9cab9a code=0x7ffc0000
[ 19.739272] audit: type=1326 audit(1569303443.278:50): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1431 comm="anbox" exe="/snap/anbox/158/usr/bin/anbox" sig=0 arch=c000003e syscall=165 compat=0 ip=0x7faa1b9cab9a code=0x7ffc0000
[ 19.740315] audit: type=1326 audit(1569303443.282:51): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1431 comm="anbox" exe="/snap/anbox/158/usr/bin/anbox" sig=0 arch=c000003e syscall=165 compat=0 ip=0x7faa1b9cab9a code=0x7ffc0000

I try to communicate with two computer with different NVIDIA, one is 980Ti with num 1, the other is 2080Ti with num 2, my friend run with 2080Ti without any problem, but when I try with different NVIDIA, it get error, the horovod is not support with different NVIDIA? or any suggestion to solve this isses?

@stale
Copy link

stale bot commented Nov 7, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 7, 2020
@stale stale bot closed this as completed Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants