临时存储


特殊变量列表
变量	含义
$0	当前脚本的文件名
$n	传递给脚本或函数的参数。n 是一个数字,表示第几个参数。例如,第一个参数是$1,第二个参数是$2。
$#	传递给脚本或函数的参数个数。
$*	传递给脚本或函数的所有参数。
$@	传递给脚本或函数的所有参数。被双引号(" ")包含时,与 $* 稍有不同。
$?	上个命令的退出状态,或函数的返回值。
$$	当前Shell进程ID。对于 Shell 脚本,就是这些脚本所在的进程ID。



[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-327.36.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) ) #1 SMP Mon Oct 10 23:08:37 UTC 2016
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.36.2.el7.x86_64 root=UUID=382c5845-f5aa-4586-a232-fb1e74b39295 ro crashkernel=auto net.ifnames=0 biosdevname=0 rhgb quiet
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fedffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fee0000-0x000000007fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/02/2015
[    0.000000] Hypervisor detected: VMware
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x80000 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 uncachable
[    0.000000]   C0000-CBFFF write-protect
[    0.000000]   CC000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000C0000000 mask 3FFC0000000 uncachable
[    0.000000]   1 base 00000000000 mask 3FF00000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 3GB, range: 1GB, type UC
[    0.000000] reg 1, base: 0GB, range: 4GB, type WB
[    0.000000] total RAM covered: 3072M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64K 	num_reg: 2  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] found SMP MP-table at [mem 0x000f6a80-0x000f6a8f] mapped at [ffff8800000f6a80]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01f37000, 0x01f37fff] PGTABLE
[    0.000000] BRK [0x01f38000, 0x01f38fff] PGTABLE
[    0.000000] BRK [0x01f39000, 0x01f39fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
[    0.000000]  [mem 0x7fc00000-0x7fdfffff] page 2M
[    0.000000] BRK [0x01f3a000, 0x01f3afff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]
[    0.000000]  [mem 0x7c000000-0x7fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fedffff]
[    0.000000]  [mem 0x7fe00000-0x7fedffff] page 4k
[    0.000000] BRK [0x01f3b000, 0x01f3bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
[    0.000000]  [mem 0x7ff00000-0x7fffffff] page 4k
[    0.000000] RAMDISK: [mem 0x34aa3000-0x36549fff]
[    0.000000] ACPI: RSDP 00000000000f6a10 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 000000007feea65b 0005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.000000] ACPI: FACP 000000007fefee73 000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.000000] ACPI: DSDT 000000007feec749 1272A (v01 PTLTD  Custom   06040000 MSFT 03000001)
[    0.000000] ACPI: FACS 000000007fefffc0 00040
[    0.000000] ACPI: BOOT 000000007feec721 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: APIC 000000007feeb8bd 00742 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: MCFG 000000007feeb881 0003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SRAT 000000007feea757 008A8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
[    0.000000] ACPI: HPET 000000007feea71f 00038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
[    0.000000] ACPI: WAET 000000007feea6f7 00028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] Setting APIC routing to physical flat.
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x38 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x3a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x3c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x3e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x40 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x42 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x44 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x46 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x48 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x4a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x4c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x4e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x50 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x52 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x54 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x56 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x58 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x5a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x5c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x5e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x60 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x62 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x64 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x66 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x68 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x6a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x6c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x6e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x70 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x72 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x74 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x76 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x78 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x7a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x7c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x7e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x80 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x82 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x84 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x86 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x88 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x8a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x8c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x8e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x90 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x92 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x94 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x96 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x98 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x9a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x9c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x9e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xa0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xa2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xa4 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xa6 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xa8 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xaa -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xac -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xae -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xb0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xb2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xb4 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xb6 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xb8 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xba -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xbc -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xbe -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xc0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xc2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xc4 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xc6 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xc8 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xca -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xcc -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xce -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xd0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xd2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xd4 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xd6 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xd8 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xda -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xdc -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xde -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xe0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xe2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xe4 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xe6 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xe8 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xea -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xec -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xee -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xf0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xf2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xf4 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xf6 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xf8 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xfa -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xfc -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0xfe -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x7fffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x80000000-0xbfffffff] hotplug
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x7fffffff]
[    0.000000]   NODE_DATA [mem 0x7ffd9000-0x7fffffff]
[    0.000000] Reserving 161MB of memory at 672MB for crashkernel (System RAM: 2047MB)
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7fedffff]
[    0.000000]   node   0: [mem 0x7ff00000-0x7fffffff]
[    0.000000] On node 0 totalpages: 524157
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520160 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    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: 0x8086af01 base: 0xfed00000
[    0.000000] smpboot: Allowing 128 CPUs, 127 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fee0000-0x7fefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7feff000-0x7fefffff]
[    0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88007b600000 s95424 r8192 d31552 u262144
[    0.000000] pcpu-alloc: s95424 r8192 d31552 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 
[    0.000000] pcpu-alloc: [0] 008 009 010 011 012 013 014 015 
[    0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023 
[    0.000000] pcpu-alloc: [0] 024 025 026 027 028 029 030 031 
[    0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039 
[    0.000000] pcpu-alloc: [0] 040 041 042 043 044 045 046 047 
[    0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055 
[    0.000000] pcpu-alloc: [0] 056 057 058 059 060 061 062 063 
[    0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071 
[    0.000000] pcpu-alloc: [0] 072 073 074 075 076 077 078 079 
[    0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087 
[    0.000000] pcpu-alloc: [0] 088 089 090 091 092 093 094 095 
[    0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103 
[    0.000000] pcpu-alloc: [0] 104 105 106 107 108 109 110 111 
[    0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119 
[    0.000000] pcpu-alloc: [0] 120 121 122 123 124 125 126 127 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515944
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.36.2.el7.x86_64 root=UUID=382c5845-f5aa-4586-a232-fb1e74b39295 ro crashkernel=auto net.ifnames=0 biosdevname=0 rhgb quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Memory: 1838708k/2097152k available (6444k kernel code, 524k absent, 257920k reserved, 4265k data, 1632k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=128.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-127.
[    0.000000] NR_IRQS:327936 nr_irqs:1448 0
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] TSC freq read from hypervisor : 3192.619 MHz
[    0.000000] tsc: Detected 3192.619 MHz processor
[    0.000082] Calibrating delay loop (skipped) preset value.. 6385.23 BogoMIPS (lpj=3192619)
[    0.000084] pid_max: default: 131072 minimum: 1024
[    0.000131] Security Framework initialized
[    0.000136] SELinux:  Initializing.
[    0.000144] SELinux:  Starting in permissive mode
[    0.000313] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.005709] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.008313] Mount-cache hash table entries: 4096
[    0.009062] Initializing cgroup subsys memory
[    0.009075] Initializing cgroup subsys devices
[    0.009076] Initializing cgroup subsys freezer
[    0.009077] Initializing cgroup subsys net_cls
[    0.009078] Initializing cgroup subsys blkio
[    0.009079] Initializing cgroup subsys perf_event
[    0.009081] Initializing cgroup subsys hugetlb
[    0.009215] Disabled fast string operations
[    0.009217] CPU: Physical Processor ID: 0
[    0.010021] mce: CPU supports 0 MCE banks
[    0.010049] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
tlb_flushall_shift: 6
[    0.026203] ACPI: Core revision 20130517
[    0.033229] ACPI: All ACPI Tables successfully acquired
[    0.034382] ftrace: allocating 24610 entries in 97 pages
[    0.051171] Enabling x2apic
[    0.051666] Enabled x2apic
[    0.051724] Switched APIC routing to physical x2apic.
[    0.052066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.062081] smpboot: CPU0: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (fam: 06, model: 3c, stepping: 03)
[    0.062099] TSC deadline timer enabled
[    0.062152] Performance Events: 16-deep LBR, Haswell events, core PMU driver.
[    0.062173] perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
[    0.062173] perf_event_intel: CPUID marked event: 'instructions' unavailable
[    0.062174] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.062174] perf_event_intel: CPUID marked event: 'cache references' unavailable
[    0.062175] perf_event_intel: CPUID marked event: 'cache misses' unavailable
[    0.062175] perf_event_intel: CPUID marked event: 'branch instructions' unavailable
[    0.062176] perf_event_intel: CPUID marked event: 'branch misses' unavailable
[    0.062177] ... version:                1
[    0.062178] ... bit width:              48
[    0.062178] ... generic registers:      8
[    0.062179] ... value mask:             0000ffffffffffff
[    0.062179] ... max period:             000000007fffffff
[    0.062180] ... fixed-purpose events:   0
[    0.062180] ... event mask:             00000000000000ff
[    0.079604] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.082837] Brought up 1 CPUs
[    0.082839] smpboot: Total of 1 processors activated (6385.23 BogoMIPS)
[    0.084239] devtmpfs: initialized
[    0.086469] EVM: security.selinux
[    0.086470] EVM: security.ima
[    0.086471] EVM: security.capability
[    0.086544] PM: Registering ACPI NVS region [mem 0x7feff000-0x7fefffff] (4096 bytes)
[    0.087416] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.087687] NET: Registered protocol family 16
[    0.087926] ACPI: bus type PCI registered
[    0.087928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.088122] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.088124] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.088877] PCI: Using configuration type 1 for base access
[    0.089895] ACPI: Added _OSI(Module Device)
[    0.089896] ACPI: Added _OSI(Processor Device)
[    0.089897] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.089898] ACPI: Added _OSI(Processor Aggregator Device)
[    0.091626] ACPI: EC: Look up EC in DSDT
[    0.095407] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.103761] ACPI: Interpreter enabled
[    0.103766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    0.103768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
[    0.103772] ACPI: (supports S0 S1 S4 S5)
[    0.103773] ACPI: Using IOAPIC for interrupt routing
[    0.103828] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.153250] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    0.153255] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.153383] acpi PNP0A03:00: _OSC: platform does not support [AER]
[    0.153497] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.155118] PCI host bridge to bus 0000:00
[    0.155120] pci_bus 0000:00: root bus resource [bus 00-7f]
[    0.155122] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.155122] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.155123] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.155124] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.155124] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.155125] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[    0.155126] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.155127] pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff]
[    0.155164] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    0.155580] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    0.155953] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    0.156505] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    0.157481] pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
[    0.157901] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.157902] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.157902] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.157903] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.158037] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    0.159143] pci 0000:00:07.3: quirk: [io  0x1000-0x103f] claimed by PIIX4 ACPI
[    0.159151] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
[    0.159371] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    0.159816] pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
[    0.160183] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[    0.162036] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    0.163072] pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
[    0.164063] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
[    0.165043] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[    0.169170] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[    0.169567] pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
[    0.170175] pci 0000:00:10.0: reg 0x10: [io  0x1400-0x14ff]
[    0.170784] pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit]
[    0.171347] pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit]
[    0.172421] pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
[    0.172730] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    0.173150] pci 0000:00:11.0: System wakeup disabled by ACPI
[    0.173276] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    0.173827] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    0.173956] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.174059] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    0.174558] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    0.174708] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.174978] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    0.175477] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    0.175606] pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.175762] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    0.176319] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    0.176447] pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.176549] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    0.177118] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    0.177245] pci 0000:00:15.4: System wakeup disabled by ACPI
[    0.177346] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    0.177939] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    0.178078] pci 0000:00:15.5: System wakeup disabled by ACPI
[    0.178180] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    0.178677] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    0.178852] pci 0000:00:15.6: System wakeup disabled by ACPI
[    0.178954] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    0.179477] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    0.179619] pci 0000:00:15.7: System wakeup disabled by ACPI
[    0.179753] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    0.180274] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.180464] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.180615] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    0.181307] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.181435] pci 0000:00:16.1: System wakeup disabled by ACPI
[    0.181628] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    0.182205] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    0.182334] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.182437] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    0.182970] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    0.183097] pci 0000:00:16.3: System wakeup disabled by ACPI
[    0.183199] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    0.183713] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    0.183871] pci 0000:00:16.4: System wakeup disabled by ACPI
[    0.183971] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    0.184468] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    0.184596] pci 0000:00:16.5: System wakeup disabled by ACPI
[    0.184713] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    0.185299] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    0.185427] pci 0000:00:16.6: System wakeup disabled by ACPI
[    0.185528] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    0.186077] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    0.186204] pci 0000:00:16.7: System wakeup disabled by ACPI
[    0.186306] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    0.186832] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    0.186964] pci 0000:00:17.0: System wakeup disabled by ACPI
[    0.187076] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    0.187573] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    0.187718] pci 0000:00:17.1: System wakeup disabled by ACPI
[    0.187943] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    0.188442] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    0.188571] pci 0000:00:17.2: System wakeup disabled by ACPI
[    0.188672] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    0.189204] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    0.189344] pci 0000:00:17.3: System wakeup disabled by ACPI
[    0.189444] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    0.189976] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    0.190104] pci 0000:00:17.4: System wakeup disabled by ACPI
[    0.190205] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    0.190717] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    0.190923] pci 0000:00:17.5: System wakeup disabled by ACPI
[    0.191025] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    0.191523] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    0.191650] pci 0000:00:17.6: System wakeup disabled by ACPI
[    0.191778] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    0.192280] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    0.192408] pci 0000:00:17.7: System wakeup disabled by ACPI
[    0.192520] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    0.193053] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    0.193181] pci 0000:00:18.0: System wakeup disabled by ACPI
[    0.193285] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    0.193833] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    0.193966] pci 0000:00:18.1: System wakeup disabled by ACPI
[    0.194144] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    0.194642] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    0.194833] pci 0000:00:18.2: System wakeup disabled by ACPI
[    0.194948] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    0.195446] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    0.195574] pci 0000:00:18.3: System wakeup disabled by ACPI
[    0.195676] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    0.196205] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    0.196333] pci 0000:00:18.4: System wakeup disabled by ACPI
[    0.196434] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    0.197117] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    0.197277] pci 0000:00:18.5: System wakeup disabled by ACPI
[    0.197379] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    0.197961] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    0.198088] pci 0000:00:18.6: System wakeup disabled by ACPI
[    0.198192] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    0.198687] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    0.198891] pci 0000:00:18.7: System wakeup disabled by ACPI
[    0.199244] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.199624] acpiphp: Slot [32] registered
[    0.199639] acpiphp: Slot [33] registered
[    0.199652] acpiphp: Slot [34] registered
[    0.199665] acpiphp: Slot [35] registered
[    0.199678] acpiphp: Slot [36] registered
[    0.199690] acpiphp: Slot [37] registered
[    0.199746] acpiphp: Slot [38] registered
[    0.199784] acpiphp: Slot [39] registered
[    0.199797] acpiphp: Slot [40] registered
[    0.199810] acpiphp: Slot [41] registered
[    0.199822] acpiphp: Slot [42] registered
[    0.199849] acpiphp: Slot [43] registered
[    0.199877] acpiphp: Slot [44] registered
[    0.199899] acpiphp: Slot [45] registered
[    0.199912] acpiphp: Slot [46] registered
[    0.199925] acpiphp: Slot [47] registered
[    0.199937] acpiphp: Slot [48] registered
[    0.199950] acpiphp: Slot [49] registered
[    0.199968] acpiphp: Slot [50] registered
[    0.199981] acpiphp: Slot [51] registered
[    0.200004] acpiphp: Slot [52] registered
[    0.200017] acpiphp: Slot [53] registered
[    0.200029] acpiphp: Slot [54] registered
[    0.200042] acpiphp: Slot [55] registered
[    0.200055] acpiphp: Slot [56] registered
[    0.200067] acpiphp: Slot [57] registered
[    0.200080] acpiphp: Slot [58] registered
[    0.200102] acpiphp: Slot [59] registered
[    0.200115] acpiphp: Slot [60] registered
[    0.200128] acpiphp: Slot [61] registered
[    0.200140] acpiphp: Slot [62] registered
[    0.200153] acpiphp: Slot [63] registered
[    0.200209] pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
[    0.201095] pci 0000:02:00.0: reg 0x20: [io  0x2080-0x209f]
[    0.201601] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.201684] pci 0000:02:01.0: [8086:100f] type 00 class 0x020000
[    0.202379] pci 0000:02:01.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
[    0.202993] pci 0000:02:01.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
[    0.203514] pci 0000:02:01.0: reg 0x20: [io  0x2000-0x203f]
[    0.204618] pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.204932] pci 0000:02:01.0: System wakeup disabled by ACPI
[    0.205093] pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
[    0.205310] pci 0000:02:02.0: reg 0x10: [io  0x2040-0x207f]
[    0.206664] pci 0000:02:02.0: System wakeup disabled by ACPI
[    0.206787] pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
[    0.207105] pci 0000:02:03.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
[    0.208810] pci 0000:02:03.0: System wakeup disabled by ACPI
[    0.209049] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    0.209064] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.209078] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    0.209105] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.209106] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.209107] pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[    0.209108] pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.209109] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.209109] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.209110] pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[    0.209111] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.209112] pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff] (subtractive decode)
[    0.209465] pci 0000:03:00.0: [15ad:0779] type 00 class 0x0c0330
[    0.209800] pci 0000:03:00.0: reg 0x10: [mem 0xfd4e0000-0xfd4fffff 64bit]
[    0.211457] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.211565] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.211599] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.211635] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.211662] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.212031] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.212045] pci 0000:00:15.1:   bridge window [io  0x7000-0x7fff]
[    0.212059] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.212086] pci 0000:00:15.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.212362] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.212376] pci 0000:00:15.2:   bridge window [io  0xb000-0xbfff]
[    0.212390] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.212417] pci 0000:00:15.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.212710] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.212762] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.212804] pci 0000:00:15.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.213079] pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.213106] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.213133] pci 0000:00:15.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.213431] pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.213458] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.213485] pci 0000:00:15.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.213822] pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.213849] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.213876] pci 0000:00:15.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.214163] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.214189] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.214216] pci 0000:00:15.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.214502] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.214516] pci 0000:00:16.0:   bridge window [io  0x4000-0x4fff]
[    0.214530] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.214561] pci 0000:00:16.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.214921] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.214935] pci 0000:00:16.1:   bridge window [io  0x8000-0x8fff]
[    0.214949] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.214976] pci 0000:00:16.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.215262] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.215276] pci 0000:00:16.2:   bridge window [io  0xc000-0xcfff]
[    0.215290] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.215317] pci 0000:00:16.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.215631] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.215658] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.215685] pci 0000:00:16.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.216026] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.216053] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.216080] pci 0000:00:16.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.216353] pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.216380] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.216407] pci 0000:00:16.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.216698] pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.216741] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.216783] pci 0000:00:16.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.217080] pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.217107] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.217134] pci 0000:00:16.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.217423] pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.217437] pci 0000:00:17.0:   bridge window [io  0x5000-0x5fff]
[    0.217451] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.217478] pci 0000:00:17.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.217804] pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.217818] pci 0000:00:17.1:   bridge window [io  0x9000-0x9fff]
[    0.217832] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.217859] pci 0000:00:17.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.218147] pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.218160] pci 0000:00:17.2:   bridge window [io  0xd000-0xdfff]
[    0.218174] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.218201] pci 0000:00:17.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.218475] pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.218501] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.218528] pci 0000:00:17.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.218922] pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.218949] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.218976] pci 0000:00:17.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.219250] pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.219276] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.219303] pci 0000:00:17.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.219591] pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.219618] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.219650] pci 0000:00:17.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.219971] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.219997] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.220024] pci 0000:00:17.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.220311] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.220325] pci 0000:00:18.0:   bridge window [io  0x6000-0x6fff]
[    0.220339] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.220366] pci 0000:00:18.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.220644] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.220658] pci 0000:00:18.1:   bridge window [io  0xa000-0xafff]
[    0.220672] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.220699] pci 0000:00:18.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.221019] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.221033] pci 0000:00:18.2:   bridge window [io  0xe000-0xefff]
[    0.221047] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.221074] pci 0000:00:18.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.221360] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.221387] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.221414] pci 0000:00:18.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.221737] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.221779] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.221806] pci 0000:00:18.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.222104] pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.222131] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.222158] pci 0000:00:18.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.222432] pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.222458] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.222485] pci 0000:00:18.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.222930] pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.222957] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    0.222984] pci 0000:00:18.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.224243] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[    0.224295] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    0.224344] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    0.224393] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11 14 15)
[    0.231859] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.231991] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[    0.231995] vgaarb: loaded
[    0.231995] vgaarb: bridge control possible 0000:00:0f.0
[    0.232081] SCSI subsystem initialized
[    0.232093] ACPI: bus type USB registered
[    0.232113] usbcore: registered new interface driver usbfs
[    0.232117] usbcore: registered new interface driver hub
[    0.232155] usbcore: registered new device driver usb
[    0.232254] PCI: Using ACPI for IRQ routing
[    0.255354] PCI: pci_cache_line_size set to 64 bytes
[    0.256060] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.256063] e820: reserve RAM buffer [mem 0x7fee0000-0x7fffffff]
[    0.256182] NetLabel: Initializing
[    0.256183] NetLabel:  domain hash size = 128
[    0.256184] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.256190] NetLabel:  unlabeled traffic allowed by default
[    0.256358] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    0.256363] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    0.258411] Switching to clocksource hpet
[    0.274759] pnp: PnP ACPI init
[    0.274813] ACPI: bus type PNP registered
[    0.274943] system 00:00: [io  0x1000-0x103f] could not be reserved
[    0.274945] system 00:00: [io  0x1040-0x104f] has been reserved
[    0.274946] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    0.274948] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.274954] pnp 00:01: [dma 4]
[    0.274959] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.274992] pnp 00:02: Plug and Play ACPI device, IDs PNP0001 (active)
[    0.275012] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.275032] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.275044] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.275067] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 VMW0003 (active)
[    0.275188] system 00:07: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.275190] system 00:07: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.276133] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.276433] system 00:09: [io  0xfce0-0xfcff] has been reserved
[    0.276436] system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.276437] system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
[    0.276439] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.279752] pnp: PnP ACPI: found 10 devices
[    0.279753] ACPI: bus type PNP unregistered
[    0.285874] pci 0000:00:15.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.285876] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    0.285998] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.286039] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    0.286080] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.286121] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.286162] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    0.286323] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    0.286364] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    0.286406] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    0.286447] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    0.286495] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    0.286657] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    0.286698] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    0.286740] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    0.286783] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    0.286853] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    0.287016] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    0.287059] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    0.287117] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    0.287160] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    0.287201] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    0.287222] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.287223] pci 0000:00:15.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287224] pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287225] pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287226] pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287227] pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287228] pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287228] pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287229] pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287230] pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287231] pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287231] pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287232] pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287233] pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287234] pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287235] pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287235] pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287236] pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287237] pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287238] pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287238] pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287239] pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.287245] pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.287247] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0200000-0xc0207fff pref]
[    0.287248] pci 0000:00:10.0: BAR 6: assigned [mem 0xc0208000-0xc020bfff pref]
[    0.287251] pci 0000:00:15.0: BAR 13: no space for [io  size 0x1000]
[    0.287252] pci 0000:00:15.0: BAR 13: failed to assign [io  size 0x1000]
[    0.287253] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.287254] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287255] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.287256] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287257] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.287257] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287259] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.287259] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287260] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.287261] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287262] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.287263] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287264] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.287265] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287266] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.287267] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287268] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.287268] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287270] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.287270] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287271] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.287272] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287273] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.287274] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287275] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.287276] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287277] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.287277] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287279] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.287279] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287280] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.287281] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287282] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.287283] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287284] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.287285] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287286] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.287286] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287288] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.287288] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287292] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.287292] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287293] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.287294] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287295] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.287296] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287297] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.287298] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287299] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.287300] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287301] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.287301] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287303] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.287303] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287304] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.287305] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287306] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.287307] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287308] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.287309] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287310] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.287311] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287312] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.287312] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287313] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.287314] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287315] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.287316] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287317] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.287318] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287319] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.287320] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.287321] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.287321] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.287323] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.287323] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.287324] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.287325] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.287326] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.287327] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.287328] pci 0000:00:15.0: BAR 13: no space for [io  size 0x1000]
[    0.287329] pci 0000:00:15.0: BAR 13: failed to assign [io  size 0x1000]
[    0.287331] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.287397] pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[    0.287398] pci 0000:00:11.0: PCI bridge to [bus 02]
[    0.287406] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.287468] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    0.287483] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.287511] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.287548] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.287578] pci 0000:00:15.0:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.287667] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.287678] pci 0000:00:15.1:   bridge window [io  0x7000-0x7fff]
[    0.287699] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.287713] pci 0000:00:15.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.287751] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.287759] pci 0000:00:15.2:   bridge window [io  0xb000-0xbfff]
[    0.287786] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.287801] pci 0000:00:15.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.287834] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.287855] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.287870] pci 0000:00:15.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.287902] pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.287924] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.287938] pci 0000:00:15.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.287971] pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.287992] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.288006] pci 0000:00:15.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.288039] pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.288061] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.288075] pci 0000:00:15.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.288117] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.288137] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.288151] pci 0000:00:15.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.288183] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.288191] pci 0000:00:16.0:   bridge window [io  0x4000-0x4fff]
[    0.288211] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.288225] pci 0000:00:16.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.288256] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.288264] pci 0000:00:16.1:   bridge window [io  0x8000-0x8fff]
[    0.288284] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.288298] pci 0000:00:16.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.288329] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.288337] pci 0000:00:16.2:   bridge window [io  0xc000-0xcfff]
[    0.288358] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.288371] pci 0000:00:16.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.288403] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.288423] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.288437] pci 0000:00:16.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.288480] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.288501] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.288515] pci 0000:00:16.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.288546] pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.288567] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.288581] pci 0000:00:16.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.288612] pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.288633] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.288647] pci 0000:00:16.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.288678] pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.288699] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.288713] pci 0000:00:16.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.288744] pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.288751] pci 0000:00:17.0:   bridge window [io  0x5000-0x5fff]
[    0.288772] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.288803] pci 0000:00:17.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.288849] pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.288857] pci 0000:00:17.1:   bridge window [io  0x9000-0x9fff]
[    0.288877] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.288891] pci 0000:00:17.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.288923] pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.288930] pci 0000:00:17.2:   bridge window [io  0xd000-0xdfff]
[    0.288951] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.288965] pci 0000:00:17.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.288996] pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.289017] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.289031] pci 0000:00:17.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.289062] pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.289082] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.289096] pci 0000:00:17.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.289128] pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.289148] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.289162] pci 0000:00:17.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.289193] pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.289214] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.289228] pci 0000:00:17.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.289259] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.289280] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.289294] pci 0000:00:17.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.289325] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.289333] pci 0000:00:18.0:   bridge window [io  0x6000-0x6fff]
[    0.289353] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.289367] pci 0000:00:18.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.289398] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.289406] pci 0000:00:18.1:   bridge window [io  0xa000-0xafff]
[    0.289426] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.289440] pci 0000:00:18.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.289478] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.289486] pci 0000:00:18.2:   bridge window [io  0xe000-0xefff]
[    0.289507] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.289521] pci 0000:00:18.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.289552] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.289573] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.289587] pci 0000:00:18.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.289618] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.289639] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.289652] pci 0000:00:18.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.289683] pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.289704] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.289718] pci 0000:00:18.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.289749] pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.289770] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.289795] pci 0000:00:18.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.289856] pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.289877] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    0.289891] pci 0000:00:18.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.289923] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff]
[    0.289924] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff]
[    0.289924] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
[    0.289925] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.289926] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.289926] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
[    0.289927] pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7]
[    0.289928] pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff]
[    0.289930] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    0.289930] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
[    0.289931] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.289932] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff]
[    0.289932] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff]
[    0.289933] pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff]
[    0.289934] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.289935] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.289935] pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff]
[    0.289936] pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7]
[    0.289937] pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff]
[    0.289938] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.289939] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.289939] pci_bus 0000:04: resource 0 [io  0x7000-0x7fff]
[    0.289940] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
[    0.289941] pci_bus 0000:04: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.289942] pci_bus 0000:05: resource 0 [io  0xb000-0xbfff]
[    0.289942] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.289943] pci_bus 0000:05: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.289944] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.289945] pci_bus 0000:06: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.289945] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
[    0.289946] pci_bus 0000:07: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.289947] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.289948] pci_bus 0000:08: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.289948] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    0.289949] pci_bus 0000:09: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.289950] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
[    0.289951] pci_bus 0000:0a: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.289952] pci_bus 0000:0b: resource 0 [io  0x4000-0x4fff]
[    0.289952] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
[    0.289953] pci_bus 0000:0b: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.289954] pci_bus 0000:0c: resource 0 [io  0x8000-0x8fff]
[    0.289955] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.289955] pci_bus 0000:0c: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.289956] pci_bus 0000:0d: resource 0 [io  0xc000-0xcfff]
[    0.289957] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.289957] pci_bus 0000:0d: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.289958] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.289959] pci_bus 0000:0e: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.289960] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
[    0.289960] pci_bus 0000:0f: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.289961] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.289962] pci_bus 0000:10: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.289963] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.289963] pci_bus 0000:11: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.289964] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
[    0.289965] pci_bus 0000:12: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.289966] pci_bus 0000:13: resource 0 [io  0x5000-0x5fff]
[    0.289966] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
[    0.289967] pci_bus 0000:13: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.289968] pci_bus 0000:14: resource 0 [io  0x9000-0x9fff]
[    0.289969] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.289969] pci_bus 0000:14: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.289970] pci_bus 0000:15: resource 0 [io  0xd000-0xdfff]
[    0.289971] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.289971] pci_bus 0000:15: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.289972] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.289973] pci_bus 0000:16: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.289974] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
[    0.289975] pci_bus 0000:17: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.289975] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.289976] pci_bus 0000:18: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.289977] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
[    0.289978] pci_bus 0000:19: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.289978] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
[    0.289979] pci_bus 0000:1a: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.289980] pci_bus 0000:1b: resource 0 [io  0x6000-0x6fff]
[    0.289981] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
[    0.289982] pci_bus 0000:1b: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.289982] pci_bus 0000:1c: resource 0 [io  0xa000-0xafff]
[    0.289983] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.289984] pci_bus 0000:1c: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.289984] pci_bus 0000:1d: resource 0 [io  0xe000-0xefff]
[    0.289985] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.289986] pci_bus 0000:1d: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.289987] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.289987] pci_bus 0000:1e: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.289988] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
[    0.289989] pci_bus 0000:1f: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.289990] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    0.289990] pci_bus 0000:20: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.289991] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
[    0.289992] pci_bus 0000:21: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.289993] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
[    0.289993] pci_bus 0000:22: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.290047] NET: Registered protocol family 2
[    0.291037] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.291388] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.292019] TCP: Hash tables configured (established 16384 bind 16384)
[    0.292323] TCP: reno registered
[    0.292332] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.292412] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.293394] NET: Registered protocol family 1
[    0.293403] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.293468] pci 0000:00:0f.0: Boot video device
[    0.294350] PCI: CLS mismatch (32 != 64), using 64 bytes
[    0.295223] Unpacking initramfs...
[    0.757924] Freeing initrd memory: 27292k freed
[    0.760039] Simple Boot Flag at 0x36 set to 0x80
[    0.760071] Switching to clocksource tsc
[    0.760246] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 10737418240 ms ovfl timer
[    0.760248] hw unit of domain pp0-core 2^-0 Joules
[    0.760248] hw unit of domain package 2^-0 Joules
[    0.760249] hw unit of domain dram 2^-0 Joules
[    0.760265] hw unit of domain pp1-gpu 2^-0 Joules
[    0.760369] microcode: CPU0 sig=0x306c3, pf=0x1, revision=0x12
[    0.760383] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.760478] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[    0.760546] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[    0.760842] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[    0.765803] Initialise system trusted keyring
[    0.765849] audit: initializing netlink socket (disabled)
[    0.765857] type=2000 audit(1493042742.745:1): initialized
[    0.780959] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.780960] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.782328] zpool: loaded
[    0.782329] zbud: loaded
[    0.782480] VFS: Disk quotas dquot_6.5.2
[    0.782511] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.782666] msgmni has been set to 3644
[    0.782711] Key type big_key registered
[    0.782713] SELinux:  Registering netfilter hooks
[    0.783176] NET: Registered protocol family 38
[    0.783182] Key type asymmetric registered
[    0.783184] Asymmetric key parser 'x509' registered
[    0.783227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.783280] io scheduler noop registered
[    0.783282] io scheduler deadline registered (default)
[    0.783298] io scheduler cfq registered
[    0.783516] pcieport 0000:00:15.0: irq 24 for MSI/MSI-X
[    0.783942] pcieport 0000:00:15.1: irq 25 for MSI/MSI-X
[    0.784385] pcieport 0000:00:15.2: irq 26 for MSI/MSI-X
[    0.784794] pcieport 0000:00:15.3: irq 27 for MSI/MSI-X
[    0.785224] pcieport 0000:00:15.4: irq 28 for MSI/MSI-X
[    0.785660] pcieport 0000:00:15.5: irq 29 for MSI/MSI-X
[    0.786086] pcieport 0000:00:15.6: irq 30 for MSI/MSI-X
[    0.786575] pcieport 0000:00:15.7: irq 31 for MSI/MSI-X
[    0.787001] pcieport 0000:00:16.0: irq 32 for MSI/MSI-X
[    0.787411] pcieport 0000:00:16.1: irq 33 for MSI/MSI-X
[    0.787818] pcieport 0000:00:16.2: irq 34 for MSI/MSI-X
[    0.788270] pcieport 0000:00:16.3: irq 35 for MSI/MSI-X
[    0.788679] pcieport 0000:00:16.4: irq 36 for MSI/MSI-X
[    0.789094] pcieport 0000:00:16.5: irq 37 for MSI/MSI-X
[    0.789528] pcieport 0000:00:16.6: irq 38 for MSI/MSI-X
[    0.789940] pcieport 0000:00:16.7: irq 39 for MSI/MSI-X
[    0.790408] pcieport 0000:00:17.0: irq 40 for MSI/MSI-X
[    0.790817] pcieport 0000:00:17.1: irq 41 for MSI/MSI-X
[    0.791270] pcieport 0000:00:17.2: irq 42 for MSI/MSI-X
[    0.791680] pcieport 0000:00:17.3: irq 43 for MSI/MSI-X
[    0.792093] pcieport 0000:00:17.4: irq 44 for MSI/MSI-X
[    0.792533] pcieport 0000:00:17.5: irq 45 for MSI/MSI-X
[    0.792947] pcieport 0000:00:17.6: irq 46 for MSI/MSI-X
[    0.793463] pcieport 0000:00:17.7: irq 47 for MSI/MSI-X
[    0.793876] pcieport 0000:00:18.0: irq 48 for MSI/MSI-X
[    0.794311] pcieport 0000:00:18.1: irq 49 for MSI/MSI-X
[    0.794717] pcieport 0000:00:18.2: irq 50 for MSI/MSI-X
[    0.795132] pcieport 0000:00:18.3: irq 51 for MSI/MSI-X
[    0.795567] pcieport 0000:00:18.4: irq 52 for MSI/MSI-X
[    0.795978] pcieport 0000:00:18.5: irq 53 for MSI/MSI-X
[    0.796417] pcieport 0000:00:18.6: irq 54 for MSI/MSI-X
[    0.796825] pcieport 0000:00:18.7: irq 55 for MSI/MSI-X
[    0.797185] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    0.797186] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.797201] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    0.797318] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[    0.797332] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[    0.797404] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[    0.797418] pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
[    0.797490] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[    0.797504] pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
[    0.797575] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[    0.797590] pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
[    0.797662] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[    0.797676] pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
[    0.797747] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[    0.797762] pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
[    0.797833] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[    0.797848] pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
[    0.797925] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[    0.797940] pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
[    0.798012] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[    0.798026] pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
[    0.798098] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[    0.798112] pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
[    0.798184] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[    0.798198] pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
[    0.798297] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[    0.798311] pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
[    0.798383] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[    0.798397] pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
[    0.798470] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[    0.798484] pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
[    0.798555] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[    0.798570] pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
[    0.798641] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[    0.798655] pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
[    0.798728] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[    0.798743] pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
[    0.798814] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[    0.798829] pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
[    0.798905] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[    0.798920] pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
[    0.798992] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[    0.799006] pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
[    0.799078] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[    0.799092] pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
[    0.799163] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[    0.799178] pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
[    0.799281] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[    0.799295] pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
[    0.799367] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[    0.799381] pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
[    0.799454] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[    0.799468] pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
[    0.799540] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[    0.799555] pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
[    0.799626] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[    0.799640] pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
[    0.799712] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[    0.799726] pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
[    0.799798] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[    0.799812] pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
[    0.799888] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[    0.799902] pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
[    0.799974] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[    0.799989] pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
[    0.800000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.800026] pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800084] pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
[    0.800107] pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800159] pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
[    0.800181] pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800265] pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
[    0.800288] pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800338] pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
[    0.800361] pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800412] pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
[    0.800434] pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800484] pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
[    0.800507] pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800557] pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
[    0.800581] pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800630] pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
[    0.800655] pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800706] pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
[    0.800729] pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800780] pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
[    0.800803] pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800855] pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
[    0.800882] pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.800932] pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
[    0.800955] pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801004] pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
[    0.801026] pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801075] pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
[    0.801098] pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801148] pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
[    0.801170] pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801219] pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
[    0.801272] pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801336] pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
[    0.801373] pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801436] pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
[    0.801459] pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801509] pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
[    0.801532] pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801580] pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
[    0.801603] pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801652] pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
[    0.801675] pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801724] pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
[    0.801746] pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801795] pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
[    0.801818] pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801867] pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
[    0.801894] pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.801945] pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
[    0.801967] pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802098] pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
[    0.802121] pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802171] pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
[    0.802194] pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802248] pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
[    0.802271] pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802321] pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
[    0.802343] pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802392] pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
[    0.802414] pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802462] pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
[    0.802485] pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.802533] pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
[    0.802536] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.802576] intel_idle: does not run on family 6 model 60
[    0.802730] ACPI: AC Adapter [ACAD] (on-line)
[    0.802880] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.802882] ACPI: Power Button [PWRF]
[    0.803044] GHES: HEST is not enabled!
[    0.803083] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.826412] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.826753] Non-volatile memory driver v1.3
[    0.826756] Linux agpgart interface v0.103
[    0.826802] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    0.827062] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[    0.827102] crash memory driver: version 1.1
[    0.827115] rdac: device handler registered
[    0.827128] hp_sw: device handler registered
[    0.827130] emc: device handler registered
[    0.827131] alua: device handler registered
[    0.827147] libphy: Fixed MDIO Bus: probed
[    0.827437] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.827457] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    0.827852] xhci_hcd 0000:03:00.0: hcc params 0x0388f081 hci version 0x100 quirks 0x00000010
[    0.827881] xhci_hcd 0000:03:00.0: cache line size of 64 is not supported
[    0.827975] xhci_hcd 0000:03:00.0: irq 56 for MSI/MSI-X
[    0.828009] xhci_hcd 0000:03:00.0: irq 57 for MSI/MSI-X
[    0.828388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.828389] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.828390] usb usb1: Product: xHCI Host Controller
[    0.828390] usb usb1: Manufacturer: Linux 3.10.0-327.36.2.el7.x86_64 xhci-hcd
[    0.828391] usb usb1: SerialNumber: 0000:03:00.0
[    0.828499] hub 1-0:1.0: USB hub found
[    0.828532] hub 1-0:1.0: 4 ports detected
[    0.828683] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.828698] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    0.828861] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.828862] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.828863] usb usb2: Product: xHCI Host Controller
[    0.828863] usb usb2: Manufacturer: Linux 3.10.0-327.36.2.el7.x86_64 xhci-hcd
[    0.828864] usb usb2: SerialNumber: 0000:03:00.0
[    0.828903] hub 2-0:1.0: USB hub found
[    0.828943] hub 2-0:1.0: 4 ports detected
[    0.829022] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.829026] ehci-pci: EHCI PCI platform driver
[    0.829243] ehci-pci 0000:02:03.0: EHCI Host Controller
[    0.829299] ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 3
[    0.829432] ehci-pci 0000:02:03.0: cache line size of 64 is not supported
[    0.829443] ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ef000
[    0.835364] ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
[    0.835401] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.835402] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.835403] usb usb3: Product: EHCI Host Controller
[    0.835404] usb usb3: Manufacturer: Linux 3.10.0-327.36.2.el7.x86_64 ehci_hcd
[    0.835404] usb usb3: SerialNumber: 0000:02:03.0
[    0.835455] hub 3-0:1.0: USB hub found
[    0.835457] hub 3-0:1.0: 6 ports detected
[    0.835567] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.835571] ohci-pci: OHCI PCI platform driver
[    0.835577] uhci_hcd: USB Universal Host Controller Interface driver
[    0.835784] uhci_hcd 0000:02:00.0: UHCI Host Controller
[    0.835806] uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    0.835842] uhci_hcd 0000:02:00.0: detected 2 ports
[    0.835990] uhci_hcd 0000:02:00.0: irq 18, io base 0x00002080
[    0.836090] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    0.836102] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.836103] usb usb4: Product: UHCI Host Controller
[    0.836103] usb usb4: Manufacturer: Linux 3.10.0-327.36.2.el7.x86_64 uhci_hcd
[    0.836104] usb usb4: SerialNumber: 0000:02:00.0
[    0.836149] hub 4-0:1.0: USB hub found
[    0.836153] hub 4-0:1.0: 2 ports detected
[    0.836288] usbcore: registered new interface driver usbserial
[    0.836302] usbcore: registered new interface driver usbserial_generic
[    0.836305] usbserial: USB Serial support registered for generic
[    0.836338] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    0.836986] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.836989] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.837036] mousedev: PS/2 mouse device common for all mice
[    0.837387] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.837515] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.837546] cpuidle: using governor menu
[    0.838530] hidraw: raw HID events driver (C) Jiri Kosina
[    0.838587] usbcore: registered new interface driver usbhid
[    0.838587] usbhid: USB HID core driver
[    0.838625] drop_monitor: Initializing network drop monitor service
[    0.838710] TCP: cubic registered
[    0.838712] Initializing XFRM netlink socket
[    0.838771] NET: Registered protocol family 10
[    0.839225] NET: Registered protocol family 17
[    0.839605] Loading compiled-in X.509 certificates
[    0.839619] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[    0.839634] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[    0.839937] Loaded X.509 cert 'CentOS Linux kernel signing key: 2e3ffecc93cde1bf0d572f1cd30ec7c8bdcf0d9b'
[    0.839947] registered taskstats version 1
[    0.841395] Key type trusted registered
[    0.842357] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.843755] Key type encrypted registered
[    0.844817] IMA: No TPM chip found, activating TPM-bypass!
[    0.849242] rtc_cmos 00:03: setting system clock to 2017-04-24 14:05:43 UTC (1493042743)
[    0.849681] Freeing unused kernel memory: 1632k freed
[    0.852625] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    0.852639] systemd[1]: Detected virtualization vmware.
[    0.852642] systemd[1]: Detected architecture x86-64.
[    0.852644] systemd[1]: Running in initial RAM disk.
[    0.852661] systemd[1]: Set hostname to <localhost.localdomain>.
[    0.876552] systemd[1]: Reached target Timers.
[    0.876559] systemd[1]: Starting Timers.
[    0.876642] systemd[1]: Created slice -.slice.
[    0.876648] systemd[1]: Starting -.slice.
[    0.876671] systemd[1]: Listening on udev Kernel Socket.
[    0.876676] systemd[1]: Starting udev Kernel Socket.
[    0.876693] systemd[1]: Listening on udev Control Socket.
[    0.876697] systemd[1]: Starting udev Control Socket.
[    0.876739] systemd[1]: Created slice System Slice.
[    0.876745] systemd[1]: Starting System Slice.
[    0.876753] systemd[1]: Reached target Swap.
[    0.876756] systemd[1]: Starting Swap.
[    0.876763] systemd[1]: Reached target Local File Systems.
[    0.876766] systemd[1]: Starting Local File Systems.
[    0.876830] systemd[1]: Listening on Journal Socket.
[    0.876837] systemd[1]: Starting Journal Socket.
[    0.877145] systemd[1]: Starting Journal Service...
[    0.877163] systemd[1]: Reached target Sockets.
[    0.877172] systemd[1]: Starting Sockets.
[    0.877583] systemd[1]: Starting Setup Virtual Console...
[    0.877870] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    0.877903] systemd[1]: Started dracut ask for additional cmdline parameters.
[    0.878286] systemd[1]: Starting dracut cmdline hook...
[    0.878411] systemd[1]: Started Load Kernel Modules.
[    0.878673] systemd[1]: Starting Apply Kernel Variables...
[    0.878697] systemd[1]: Reached target Slices.
[    0.878702] systemd[1]: Starting Slices.
[    0.881038] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    0.885077] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.888375] systemd[1]: Started Apply Kernel Variables.
[    0.893061] systemd[1]: Started Create Static Device Nodes in /dev.
[    0.971551] systemd[1]: Started Setup Virtual Console.
[    0.987831] systemd[1]: Started Journal Service.
[    1.045417] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input2
[    1.105723] Floppy drive(s): fd0 is 1.44M
[    1.130608] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    1.138574] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[    1.157744] Fusion MPT base driver 3.04.20
[    1.157746] Copyright (c) 1999-2008 LSI Corporation
[    1.162520] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    1.162522] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.163286] Fusion MPT SPI Host driver 3.04.20
[    1.174237] mptbase: ioc0: Initiating bringup
[    1.176165] libata version 3.00 loaded.
[    1.476975] [drm] Initialized drm 1.1.0 20060810
[    1.487172] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[    1.529716] e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:8c:9f:e8
[    1.529721] e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.539439] usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003
[    1.539442] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.539443] usb 1-1: Product: VMware Virtual USB Mouse
[    1.539445] usb 1-1: Manufacturer: VMware
[    1.539772] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:15.0/0000:03:00.0/usb1/1-1/1-1:1.0/input/input3
[    1.540257] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:03:00.0-1/input0
[    1.550914] scsi host0: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[    1.552025] usb 4-2: New USB device found, idVendor=0e0f, idProduct=0002
[    1.552027] usb 4-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.552028] usb 4-2: Product: VMware Virtual USB Hub
[    1.560974] hub 4-2:1.0: USB hub found
[    1.564982] hub 4-2:1.0: 7 ports detected
[    1.579151] scsi 0:0:0:0: Direct-Access     VMware,  VMware Virtual S 1.0  PQ: 0 ANSI: 2
[    1.579178] scsi target0:0:0: Beginning Domain Validation
[    1.579526] scsi target0:0:0: Domain Validation skipping write tests
[    1.579527] scsi target0:0:0: Ending Domain Validation
[    1.579552] scsi target0:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[    1.580312] ata_piix 0000:00:07.1: version 2.13
[    1.584072] scsi host1: ata_piix
[    1.585763] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB)
[    1.585786] sd 0:0:0:0: [sda] Write Protect is off
[    1.585788] sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00
[    1.585823] sd 0:0:0:0: [sda] Cache data unavailable
[    1.585825] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    1.586592] scsi host2: ata_piix
[    1.586616] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[    1.586618] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[    1.587618] [drm] DMA map mode: Using physical TTM page addresses.
[    1.587672] [drm] Capabilities:
[    1.587673] [drm]   Rect copy.
[    1.587674] [drm]   Cursor.
[    1.587675] [drm]   Cursor bypass.
[    1.587675] [drm]   Cursor bypass 2.
[    1.587676] [drm]   8bit emulation.
[    1.587677] [drm]   Alpha cursor.
[    1.587677] [drm]   Extended Fifo.
[    1.587678] [drm]   Multimon.
[    1.587679] [drm]   Pitchlock.
[    1.587679] [drm]   Irq mask.
[    1.587680] [drm]   Display Topology.
[    1.587681] [drm]   GMR.
[    1.587681] [drm]   Traces.
[    1.587682] [drm]   GMR2.
[    1.587683] [drm]   Screen Object 2.
[    1.587684] [drm]   Command Buffers.
[    1.587684] [drm]   Command Buffers 2.
[    1.587685] [drm]   Guest Backed Resources.
[    1.587686] [drm] Max GMR ids is 64
[    1.587687] [drm] Max number of GMR pages is 65536
[    1.587688] [drm] Max dedicated hypervisor surface memory is 0 kiB
[    1.587688] [drm] Maximum display memory size is 32768 kiB
[    1.587689] [drm] VRAM at 0xe8000000 size is 32768 kiB
[    1.587690] [drm] MMIO at 0xfe000000 size is 256 kiB
[    1.587692] [drm] global init.
[    1.588212]  sda: sda1 sda2 sda3
[    1.588419] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.588752] [TTM] Zone  kernel: Available graphics memory: 933816 kiB
[    1.588754] [TTM] Initializing pool allocator
[    1.588757] [TTM] Initializing DMA pool allocator
[    1.588959] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.588960] [drm] No driver support for vblank timestamp query.
[    1.589116] [drm] Screen objects system initialized
[    1.589155] [drm] width 1280
[    1.589161] [drm] height 768
[    1.589166] [drm] bpp 32
[    1.600277] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[    1.635691] fbcon: svgadrmfb (fb0) is primary device
[    1.642497] Console: switching to colour frame buffer device 160x48
[    1.644357] [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
[    1.650688] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    1.752162] ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[    1.758150] ata2.00: configured for UDMA/33
[    1.758425] scsi 2:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[    1.764023] usb 1-3: New USB device found, idVendor=0e0f, idProduct=0002
[    1.764026] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.764027] usb 1-3: Product: VMware Virtual USB Hub
[    1.764275] usb 1-3: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[    1.764375] hub 1-3:1.0: USB hub found
[    1.764395] hub 1-3:1.0: 7 ports detected
[    1.777416] sr 2:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.777418] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.777723] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.867272] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[    1.980834] usb 1-4: New USB device found, idVendor=0e0f, idProduct=0002
[    1.980844] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.980849] usb 1-4: Product: VMware Virtual USB Hub
[    1.982361] hub 1-4:1.0: USB hub found
[    1.982450] hub 1-4:1.0: 7 ports detected
[    4.126005] floppy0: no floppy controllers found
[    4.126121] work still pending
[    4.215007] SGI XFS with ACLs, security attributes, no debug enabled
[    4.218414] XFS (sda3): Mounting V4 Filesystem
[    4.351044] XFS (sda3): Starting recovery (logdev: internal)
[    5.161920] XFS (sda3): Ending recovery (logdev: internal)
[    5.540577] systemd-journald[341]: Received SIGTERM from PID 1 (systemd).
[    6.057797] type=1404 audit(1493042748.703:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    6.624798] SELinux: 2048 avtab hash slots, 105340 rules.
[    6.634409] SELinux: 2048 avtab hash slots, 105340 rules.
[    6.683893] SELinux:  8 users, 105 roles, 4953 types, 303 bools, 1 sens, 1024 cats
[    6.683896] SELinux:  83 classes, 105340 rules
[    6.686423] SELinux:  Completing initialization.
[    6.686424] SELinux:  Setting up existing superblocks.
[    6.686429] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    6.686432] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    6.686438] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    6.686442] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    6.686470] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    6.686479] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    6.686769] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    6.686772] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    6.687325] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    6.687328] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    6.687330] SELinux: initialized (dev aio, type aio), not configured for labeling
[    6.687332] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    6.687340] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[    6.687344] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[    6.687346] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    6.687349] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    6.687355] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    6.687357] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    6.687630] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    6.687634] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    6.693735] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    6.693755] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693760] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[    6.693761] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693764] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693765] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693767] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693769] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693774] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693777] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693780] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693781] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    6.693785] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[    6.693787] SELinux: initialized (dev drm, type drm), not configured for labeling
[    6.693791] SELinux: initialized (dev sda3, type xfs), uses xattr
[    6.694950] type=1403 audit(1493042749.340:3): policy loaded auid=4294967295 ses=4294967295
[    6.701128] systemd[1]: Successfully loaded SELinux policy in 677.103ms.
[    7.243400] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.243449] systemd[1]: Inserted module 'ip_tables'
[    7.295380] systemd[1]: Relabelled /dev and /run in 19.421ms.
[   10.035376] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[   10.483968] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[   10.708035] systemd-journald[617]: Received request to flush runtime journal from PID 1
[   10.927615] RPC: Registered named UNIX socket transport module.
[   10.927620] RPC: Registered udp transport module.
[   10.927622] RPC: Registered tcp transport module.
[   10.927623] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   10.928575] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
[   11.273393] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   11.273849] SELinux: initialized (dev nfsd, type nfsd), uses genfs_contexts
[   12.707672] piix4_smbus 0000:00:07.3: Host SMBus controller not enabled!
[   12.748417] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   12.819920] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[   12.819971] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[   12.820111] vmw_vmci 0000:00:07.7: irq 58 for MSI/MSI-X
[   12.820136] vmw_vmci 0000:00:07.7: irq 59 for MSI/MSI-X
[   12.820576] Guest personality initialized and is active
[   12.820819] VMCI host device registered (name=vmci, major=10, minor=58)
[   12.820820] Initialized host personality
[   12.949650] Floppy drive(s): fd0 is 1.44M
[   13.400364] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   13.400407] sr 2:0:0:0: Attached scsi generic sg1 type 5
[   13.880864] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   14.038449] ppdev: user-space parallel port driver
[   14.063135] AES CTR mode by8 optimization enabled
[   14.065697] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[   14.069290] alg: No test for crc32 (crc32-pclmul)
[   14.101034] intel_rapl: no valid rapl domains found in package 0
[   14.670120] Adding 2097148k swap on /dev/sda2.  Priority:-1 extents:1 across:2097148k FS
[   14.719916] XFS (sda1): Mounting V4 Filesystem
[   14.907300] XFS (sda1): Starting recovery (logdev: internal)
[   15.010900] XFS (sda1): Ending recovery (logdev: internal)
[   15.010925] SELinux: initialized (dev sda1, type xfs), uses xattr
[   15.975323] floppy0: no floppy controllers found
[   15.975390] work still pending
[   16.403285] device-mapper: uevent: version 1.0.3
[   16.405496] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[   17.189378] type=1305 audit(1493042759.826:4): audit_pid=751 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[   19.677519] NET: Registered protocol family 40
[   25.890656] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   25.988212] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   26.118321] Ebtables v2.0 registered
[   26.157401] Bridge firewalling registered
[   27.404223] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   27.440295] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   28.685638] IPv6: eth0: IPv6 duplicate address fe80::20c:29ff:fe8c:9fe8 detected!
[   42.946702] tun: Universal TUN/TAP device driver, 1.6
[   42.946704] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   42.949925] device virbr0-nic entered promiscuous mode
[   43.470931] virbr0: port 1(virbr0-nic) entered listening state
[   43.470936] virbr0: port 1(virbr0-nic) entered listening state
[   43.471039] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[   43.743198] virbr0: port 1(virbr0-nic) entered disabled state
[   44.219455] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[   46.221114] fuse init (API version 7.22)
[   46.269551] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[   50.483528] Bluetooth: Core ver 2.16
[   50.483576] NET: Registered protocol family 31
[   50.483577] Bluetooth: HCI device and connection manager initialized
[   50.483583] Bluetooth: HCI socket layer initialized
[   50.483584] Bluetooth: L2CAP socket layer initialized
[   50.483587] Bluetooth: SCO socket layer initialized
[   50.599927] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   50.599934] Bluetooth: BNEP filters: protocol multicast
[   50.599951] Bluetooth: BNEP socket layer initialized
[   50.664662] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[   52.375423] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[   88.102161] device virbr0-nic left promiscuous mode
[   88.102498] virbr0: port 1(virbr0-nic) entered disabled state
[   88.123992] IPv6: ADDRCONF(NETDEV_UP): virbr0-nic: link is not ready
[   88.504927] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[  122.487731] TCP: lp registered
[  352.775476] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[  898.391909] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[  952.589266] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 1258.976973] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 1553.214050] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2153.859934] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2392.966602] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 2754.610953] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3354.379321] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3414.582268] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3955.492209] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 4556.097963] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5155.711806] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 5756.310652] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 6649.288451] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 6681.739214] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 6823.329397] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 6883.524856] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 9225.165070] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 9825.813304] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[10426.438761] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[10486.590035] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[11026.263489] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[11626.871726] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[12227.505387] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[12828.162742] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[13428.828053] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[14029.474082] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[14089.661554] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[14629.299071] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[15229.908323] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[15830.556260] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[16431.209103] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[17031.817764] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[17632.448902] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[17692.622529] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[18232.313394] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[18832.950004] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[19433.586817] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[20034.202667] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[20634.845762] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[21235.450755] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[21294.621002] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[21348.867539] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[21835.292659] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[22435.953339] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[23036.612163] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[23637.230335] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[24237.863600] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[24837.468670] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[24897.632535] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[25438.291110] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[26038.940077] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[26639.538284] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值