#!/bin/sh # # 2008 - 2010 Nico Schottelius (nico-nsbin at schottelius.org) # # This file is part of nsbin. # # nsbin is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # nsbin is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with nsbin. If not, see . # # Retrieve system information including this script # host="$(hostname)" dest="${0##*/}.${host}.log" prog="| tee ${dest}" # output to stdout [ "$1" = "-" ] && prog="" ( # log, what produced the output cat "$0" uname -a dmesg # pci stuff lspci -nn lspci -vv # hw in total lshw # ram free # cpu cat /proc/cpuinfo # disk mount df -h ) 2>&1 | tee "${dest}" Linux sgs-r815-01 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/Linux [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-22-generic (buildd@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 (Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=e28eb557-f047-4b75-afa5-a88f2f8bc5f5 ro [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007f699000 (usable) [ 0.000000] BIOS-e820: 000000007f699000 - 000000007f6af000 (reserved) [ 0.000000] BIOS-e820: 000000007f6af000 - 000000007f6ce000 (ACPI data) [ 0.000000] BIOS-e820: 000000007f6ce000 - 0000000080000000 (reserved) [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved) [ 0.000000] BIOS-e820: 00000000fe000000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 0000001080000000 (usable) [ 0.000000] DMI 2.6 present. [ 0.000000] last_pfn = 0x1080000 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-D3FFF write-protect [ 0.000000] D4000-EBFFF uncachable [ 0.000000] EC000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back [ 0.000000] 1 base 000100000000 mask FFFF00000000 write-back [ 0.000000] 2 base 000200000000 mask FFFE00000000 write-back [ 0.000000] 3 base 000400000000 mask FFFC00000000 write-back [ 0.000000] 4 base 000800000000 mask FFF800000000 write-back [ 0.000000] 5 base 001000000000 mask FFFF80000000 write-back [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 0000001080000000 aka 67584M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 0000000080000000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0x7f699 max_arch_pfn = 0x400000000 [ 0.000000] e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved) [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000001000 (usable) [ 0.000000] modified: 0000000000001000 - 0000000000006000 (reserved) [ 0.000000] modified: 0000000000006000 - 00000000000a0000 (usable) [ 0.000000] modified: 0000000000100000 - 000000007f699000 (usable) [ 0.000000] modified: 000000007f699000 - 000000007f6af000 (reserved) [ 0.000000] modified: 000000007f6af000 - 000000007f6ce000 (ACPI data) [ 0.000000] modified: 000000007f6ce000 - 0000000080000000 (reserved) [ 0.000000] modified: 00000000f0000000 - 00000000f4000000 (reserved) [ 0.000000] modified: 00000000fe000000 - 0000000100000000 (reserved) [ 0.000000] modified: 0000000100000000 - 0000001080000000 (usable) [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: 0000000000000000-000000007f699000 [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] 0000000000 - 0040000000 page 1G [ 0.000000] 0040000000 - 007f600000 page 2M [ 0.000000] 007f600000 - 007f699000 page 4k [ 0.000000] kernel direct mapping tables up to 7f699000 @ 8000-b000 [ 0.000000] init_memory_mapping: 0000000100000000-0000001080000000 [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] 0100000000 - 1080000000 page 1G [ 0.000000] kernel direct mapping tables up to 1080000000 @ a000-b000 [ 0.000000] RAMDISK: 37840000 - 37fefd7b [ 0.000000] ACPI: RSDP 00000000000f1850 00024 (v02 DELL ) [ 0.000000] ACPI: XSDT 00000000000f18d0 00094 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: FACP 000000007f6bc0ac 000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI Warning: Invalid length for Pm2ControlBlock: 16, using default 8 (20090903/tbfadt-607) [ 0.000000] ACPI: DSDT 000000007f6af000 08EA1 (v01 DELL PE_SC3 00000001 INTL 20050624) [ 0.000000] ACPI: FACS 000000007f6be000 00040 [ 0.000000] ACPI: APIC 000000007f6bb478 00260 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SPCR 000000007f6bb6dc 00050 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HPET 000000007f6bb730 00038 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: MCFG 000000007f6bb76c 0003C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: WD__ 000000007f6bb7ac 00134 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SLIC 000000007f6bb8e4 00024 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: ERST 000000007f6b8024 00270 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HEST 000000007f6b8294 00354 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: BERT 000000007f6b7ea4 00030 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: EINJ 000000007f6b7ed4 00150 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SRAT 000000007f6bba68 004C0 (v02 AMD F10 00000001 AMD 00000001) [ 0.000000] ACPI: SS__ 000000007f6bf000 00030 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: TCPA 000000007f6bc044 00064 (v02 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] SRAT: PXM 0 -> APIC 0 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 1 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 2 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 3 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 4 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 5 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 6 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 7 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 8 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 9 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 10 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 11 -> Node 1 [ 0.000000] SRAT: PXM 2 -> APIC 16 -> Node 2 [ 0.000000] SRAT: PXM 2 -> APIC 17 -> Node 2 [ 0.000000] SRAT: PXM 2 -> APIC 18 -> Node 2 [ 0.000000] SRAT: PXM 2 -> APIC 19 -> Node 2 [ 0.000000] SRAT: PXM 2 -> APIC 20 -> Node 2 [ 0.000000] SRAT: PXM 2 -> APIC 21 -> Node 2 [ 0.000000] SRAT: PXM 3 -> APIC 22 -> Node 3 [ 0.000000] SRAT: PXM 3 -> APIC 23 -> Node 3 [ 0.000000] SRAT: PXM 3 -> APIC 24 -> Node 3 [ 0.000000] SRAT: PXM 3 -> APIC 25 -> Node 3 [ 0.000000] SRAT: PXM 3 -> APIC 26 -> Node 3 [ 0.000000] SRAT: PXM 3 -> APIC 27 -> Node 3 [ 0.000000] SRAT: PXM 4 -> APIC 32 -> Node 4 [ 0.000000] SRAT: PXM 4 -> APIC 33 -> Node 4 [ 0.000000] SRAT: PXM 4 -> APIC 34 -> Node 4 [ 0.000000] SRAT: PXM 4 -> APIC 35 -> Node 4 [ 0.000000] SRAT: PXM 4 -> APIC 36 -> Node 4 [ 0.000000] SRAT: PXM 4 -> APIC 37 -> Node 4 [ 0.000000] SRAT: PXM 5 -> APIC 38 -> Node 5 [ 0.000000] SRAT: PXM 5 -> APIC 39 -> Node 5 [ 0.000000] SRAT: PXM 5 -> APIC 40 -> Node 5 [ 0.000000] SRAT: PXM 5 -> APIC 41 -> Node 5 [ 0.000000] SRAT: PXM 5 -> APIC 42 -> Node 5 [ 0.000000] SRAT: PXM 5 -> APIC 43 -> Node 5 [ 0.000000] SRAT: PXM 6 -> APIC 48 -> Node 6 [ 0.000000] SRAT: PXM 6 -> APIC 49 -> Node 6 [ 0.000000] SRAT: PXM 6 -> APIC 50 -> Node 6 [ 0.000000] SRAT: PXM 6 -> APIC 51 -> Node 6 [ 0.000000] SRAT: PXM 6 -> APIC 52 -> Node 6 [ 0.000000] SRAT: PXM 6 -> APIC 53 -> Node 6 [ 0.000000] SRAT: PXM 7 -> APIC 54 -> Node 7 [ 0.000000] SRAT: PXM 7 -> APIC 55 -> Node 7 [ 0.000000] SRAT: PXM 7 -> APIC 56 -> Node 7 [ 0.000000] SRAT: PXM 7 -> APIC 57 -> Node 7 [ 0.000000] SRAT: PXM 7 -> APIC 58 -> Node 7 [ 0.000000] SRAT: PXM 7 -> APIC 59 -> Node 7 [ 0.000000] SRAT: Node 0 PXM 0 0-a0000 [ 0.000000] SRAT: Node 0 PXM 0 100000-80000000 [ 0.000000] SRAT: Node 0 PXM 0 100000000-280000000 [ 0.000000] SRAT: Node 1 PXM 1 280000000-480000000 [ 0.000000] SRAT: Node 2 PXM 2 480000000-680000000 [ 0.000000] SRAT: Node 3 PXM 3 680000000-880000000 [ 0.000000] SRAT: Node 4 PXM 4 880000000-a80000000 [ 0.000000] SRAT: Node 5 PXM 5 a80000000-c80000000 [ 0.000000] SRAT: Node 6 PXM 6 c80000000-e80000000 [ 0.000000] SRAT: Node 7 PXM 7 e80000000-1080000000 [ 0.000000] NUMA: Allocated memnodemap from a000 - 2b040 [ 0.000000] NUMA: Using 20 for the hash shift. [ 0.000000] Bootmem setup node 0 0000000000000000-0000000280000000 [ 0.000000] NODE_DATA [000000000002b040 - 000000000003003f] [ 0.000000] bootmap [0000000000031000 - 0000000000080fff] pages 50 [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0280000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS ==> [0001000000 - 0001a29e64] [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK ==> [0037840000 - 0037fefd7b] [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved ==> [000009ec00 - 0000100000] [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK ==> [0001a2a000 - 0001a2a4fd] [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000] [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP ==> [000000a000 - 000002b040] [ 0.000000] Bootmem setup node 1 0000000280000000-0000000480000000 [ 0.000000] NODE_DATA [0000000280000000 - 0000000280004fff] [ 0.000000] bootmap [0000000280005000 - 0000000280044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0280000000 - 0480000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] Bootmem setup node 2 0000000480000000-0000000680000000 [ 0.000000] NODE_DATA [0000000480000000 - 0000000480004fff] [ 0.000000] bootmap [0000000480005000 - 0000000480044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0480000000 - 0680000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] Bootmem setup node 3 0000000680000000-0000000880000000 [ 0.000000] NODE_DATA [0000000680000000 - 0000000680004fff] [ 0.000000] bootmap [0000000680005000 - 0000000680044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0680000000 - 0880000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] Bootmem setup node 4 0000000880000000-0000000a80000000 [ 0.000000] NODE_DATA [0000000880000000 - 0000000880004fff] [ 0.000000] bootmap [0000000880005000 - 0000000880044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0880000000 - 0a80000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] Bootmem setup node 5 0000000a80000000-0000000c80000000 [ 0.000000] NODE_DATA [0000000a80000000 - 0000000a80004fff] [ 0.000000] bootmap [0000000a80005000 - 0000000a80044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0a80000000 - 0c80000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] Bootmem setup node 6 0000000c80000000-0000000e80000000 [ 0.000000] NODE_DATA [0000000c80000000 - 0000000c80004fff] [ 0.000000] bootmap [0000000c80005000 - 0000000c80044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0c80000000 - 0e80000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] Bootmem setup node 7 0000000e80000000-0000001080000000 [ 0.000000] NODE_DATA [0000000e80000000 - 0000000e80004fff] [ 0.000000] bootmap [0000000e80005000 - 0000000e80044fff] pages 40 [ 0.000000] (8 early reservations) ==> bootmem [0e80000000 - 1080000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001a29e64] TEXT DATA BSS [ 0.000000] #3 [0037840000 - 0037fefd7b] RAMDISK [ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved [ 0.000000] #5 [0001a2a000 - 0001a2a4fd] BRK [ 0.000000] #6 [0000008000 - 000000a000] PGTABLE [ 0.000000] #7 [000000a000 - 000002b040] MEMNODEMAP [ 0.000000] found SMP MP-table at [ffff8800000fe710] fe710 [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880028600000-ffff88002f5fffff] on node 0 [ 0.000000] [ffffea0008c00000-ffffea000fbfffff] PMD -> [ffff880280200000-ffff8802871fffff] on node 1 [ 0.000000] [ffffea000fc00000-ffffea0016bfffff] PMD -> [ffff880480200000-ffff8804871fffff] on node 2 [ 0.000000] [ffffea0016c00000-ffffea001dbfffff] PMD -> [ffff880680200000-ffff8806871fffff] on node 3 [ 0.000000] [ffffea001dc00000-ffffea0024bfffff] PMD -> [ffff880880200000-ffff8808871fffff] on node 4 [ 0.000000] [ffffea0024c00000-ffffea002bbfffff] PMD -> [ffff880a80200000-ffff880a871fffff] on node 5 [ 0.000000] [ffffea002bc00000-ffffea0032bfffff] PMD -> [ffff880c80200000-ffff880c871fffff] on node 6 [ 0.000000] [ffffea0032c00000-ffffea0039bfffff] PMD -> [ffff880e80200000-ffff880e871fffff] on node 7 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x01080000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[11] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00000001 [ 0.000000] 0: 0x00000006 -> 0x000000a0 [ 0.000000] 0: 0x00000100 -> 0x0007f699 [ 0.000000] 0: 0x00100000 -> 0x00280000 [ 0.000000] 1: 0x00280000 -> 0x00480000 [ 0.000000] 2: 0x00480000 -> 0x00680000 [ 0.000000] 3: 0x00680000 -> 0x00880000 [ 0.000000] 4: 0x00880000 -> 0x00a80000 [ 0.000000] 5: 0x00a80000 -> 0x00c80000 [ 0.000000] 6: 0x00c80000 -> 0x00e80000 [ 0.000000] 7: 0x00e80000 -> 0x01080000 [ 0.000000] On node 0 totalpages: 2094644 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 135 pages reserved [ 0.000000] DMA zone: 3804 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 14280 pages used for memmap [ 0.000000] DMA32 zone: 503505 pages, LIFO batch:31 [ 0.000000] Normal zone: 21504 pages used for memmap [ 0.000000] Normal zone: 1551360 pages, LIFO batch:31 [ 0.000000] On node 1 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] On node 2 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] On node 3 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] On node 4 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] On node 5 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] On node 6 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] On node 7 totalpages: 2097152 [ 0.000000] Normal zone: 28672 pages used for memmap [ 0.000000] Normal zone: 2068480 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x10] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x20] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x30] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x11] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x21] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x31] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x12] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x22] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x32] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x13] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x23] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x33] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x04] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x14] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x24] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x34] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x05] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x25] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x35] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x06] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x16] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x26] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x36] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x07] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x17] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x27] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x37] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x08] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x18] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x28] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x38] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x09] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x19] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x29] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x39] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x0a] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x1a] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x3a] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x0b] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x1b] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2b] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x3b] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x50] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x51] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x52] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x53] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x54] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x55] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x56] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x57] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x58] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x59] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x5a] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x5b] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x5c] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x5d] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x5e] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x5f] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[24]) [ 0.000000] IOAPIC[1]: apic_id 1, version 33, address 0xfec80000, GSI 24-55 [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfecc0000] gsi_base[56]) [ 0.000000] IOAPIC[2]: apic_id 2, version 33, address 0xfecc0000, GSI 56-87 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x43538301 base: 0xfed00000 [ 0.000000] SMP: Allowing 64 CPUs, 16 hotplug CPUs [ 0.000000] nr_irqs_gsi: 88 [ 0.000000] PM: Registered nosave memory: 0000000000001000 - 0000000000006000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 000000007f699000 - 000000007f6af000 [ 0.000000] PM: Registered nosave memory: 000000007f6af000 - 000000007f6ce000 [ 0.000000] PM: Registered nosave memory: 000000007f6ce000 - 0000000080000000 [ 0.000000] PM: Registered nosave memory: 0000000080000000 - 00000000f0000000 [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000 [ 0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fe000000 [ 0.000000] PM: Registered nosave memory: 00000000fe000000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:70000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:64 nr_node_ids:8 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880028200000 s91544 r8192 d23144 u262144 [ 0.000000] pcpu-alloc: s91544 r8192 d23144 u262144 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 04 08 12 16 20 48 56 [1] 01 05 09 13 17 21 50 58 [ 0.000000] pcpu-alloc: [2] 02 06 10 14 18 22 52 60 [3] 03 07 11 15 19 23 54 62 [ 0.000000] pcpu-alloc: [4] 24 28 32 36 40 44 49 57 [5] 25 29 33 37 41 45 51 59 [ 0.000000] pcpu-alloc: [6] 26 30 34 38 42 46 53 61 [7] 27 31 35 39 43 47 55 63 [ 0.000000] Built 8 zonelists in Zone order, mobility grouping on. Total pages: 16538029 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=e28eb557-f047-4b75-afa5-a88f2f8bc5f5 ro [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ 20000000 size 32 MB [ 0.000000] Aperture pointing to e820 RAM. Ignoring. [ 0.000000] Your BIOS doesn't leave a aperture memory hole [ 0.000000] Please enable the IOMMU option in the BIOS setup [ 0.000000] This costs you 64 MB of RAM [ 0.000000] Mapping aperture over 65536 KB of RAM @ 20000000 [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000024000000 [ 0.000000] Memory: 66088504k/69206016k available (5409k kernel code, 2107184k absent, 1010328k reserved, 2976k data, 876k init) [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=8 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:2008 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 671088640 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] alloc irq_desc for 88 on node 0 [ 0.000000] alloc kstat_irqs on node 0 [ 0.000000] HPET: 4 timers in total, 1 timers will be used for per-cpu timer [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2200.377 MHz processor. [ 0.030027] Calibrating delay loop (skipped), value calculated using timer frequency.. 4400.74 BogoMIPS (lpj=22003740) [ 0.030267] Security Framework initialized [ 0.030375] AppArmor: AppArmor initialized [ 0.041825] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes) [ 0.073463] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes) [ 0.087864] Mount-cache hash table entries: 256 [ 0.088189] Initializing cgroup subsys ns [ 0.088281] Initializing cgroup subsys cpuacct [ 0.088381] Initializing cgroup subsys memory [ 0.088542] Initializing cgroup subsys devices [ 0.088635] Initializing cgroup subsys freezer [ 0.088728] Initializing cgroup subsys net_cls [ 0.088851] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.088953] CPU: L2 Cache: 512K (64 bytes/line) [ 0.089047] CPU 0/0x0 -> Node 0 [ 0.089137] tseg: 007f800000 [ 0.089139] CPU: Physical Processor ID: 0 [ 0.089229] CPU: Processor Core ID: 0 [ 0.089320] mce: CPU supports 6 MCE banks [ 0.089418] Performance Events: AMD PMU driver. [ 0.089565] ... version: 0 [ 0.089657] ... bit width: 48 [ 0.089748] ... generic registers: 4 [ 0.089839] ... value mask: 0000ffffffffffff [ 0.089934] ... max period: 00007fffffffffff [ 0.090004] ... fixed-purpose events: 0 [ 0.090095] ... event mask: 000000000000000f [ 0.091847] ACPI: Core revision 20090903 [ 0.104740] ftrace: converting mcount calls to 0f 1f 44 00 00 [ 0.104848] ftrace: allocating 22518 entries in 89 pages [ 0.110104] Setting APIC routing to physical flat [ 0.110741] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212324] CPU0: AMD Opteron(tm) Processor 6174 stepping 01 [ 0.220000] Booting processor 1 APIC 0x10 ip 0x6000 [ 0.040000] Initializing CPU#1 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 1/0x10 -> Node 2 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 0 [ 0.370069] CPU1: AMD Opteron(tm) Processor 6174 stepping 01 [ 0.370815] checking TSC synchronization [CPU#0 -> CPU#1]: passed. [ 0.380090] Booting processor 2 APIC 0x20 ip 0x6000 [ 0.040000] Initializing CPU#2 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 2/0x20 -> Node 4 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 0 [ 0.540057] CPU2: AMD Opteron(tm) Processor 6174 stepping 01 [ 0.540806] checking TSC synchronization [CPU#0 -> CPU#2]: passed. [ 0.550093] Booting processor 3 APIC 0x30 ip 0x6000 [ 0.040000] Initializing CPU#3 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 3/0x30 -> Node 6 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 0 [ 0.710052] CPU3: AMD Opteron(tm) Processor 6174 stepping 01 [ 0.710797] checking TSC synchronization [CPU#0 -> CPU#3]: passed. [ 0.720083] Booting processor 4 APIC 0x1 ip 0x6000 [ 0.040000] Initializing CPU#4 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 4/0x1 -> Node 0 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 1 [ 0.880033] CPU4: AMD Opteron(tm) Processor 6174 stepping 01 [ 0.880778] checking TSC synchronization [CPU#0 -> CPU#4]: passed. [ 0.890083] Booting processor 5 APIC 0x11 ip 0x6000 [ 0.040000] Initializing CPU#5 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 5/0x11 -> Node 2 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 1 [ 1.050115] CPU5: AMD Opteron(tm) Processor 6174 stepping 01 [ 1.050860] checking TSC synchronization [CPU#0 -> CPU#5]: passed. [ 1.060080] Booting processor 6 APIC 0x21 ip 0x6000 [ 0.040000] Initializing CPU#6 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 6/0x21 -> Node 4 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 1 [ 1.220095] CPU6: AMD Opteron(tm) Processor 6174 stepping 01 [ 1.220840] checking TSC synchronization [CPU#0 -> CPU#6]: passed. [ 1.230083] Booting processor 7 APIC 0x31 ip 0x6000 [ 0.040000] Initializing CPU#7 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 7/0x31 -> Node 6 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 1 [ 1.390077] CPU7: AMD Opteron(tm) Processor 6174 stepping 01 [ 1.390822] checking TSC synchronization [CPU#0 -> CPU#7]: passed. [ 1.400081] Booting processor 8 APIC 0x2 ip 0x6000 [ 0.040000] Initializing CPU#8 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 8/0x2 -> Node 0 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 2 [ 1.560056] CPU8: AMD Opteron(tm) Processor 6174 stepping 01 [ 1.560800] checking TSC synchronization [CPU#0 -> CPU#8]: passed. [ 1.570092] Booting processor 9 APIC 0x12 ip 0x6000 [ 0.040000] Initializing CPU#9 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 9/0x12 -> Node 2 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 2 [ 1.730046] CPU9: AMD Opteron(tm) Processor 6174 stepping 01 [ 1.730791] checking TSC synchronization [CPU#0 -> CPU#9]: passed. [ 1.740100] Booting processor 10 APIC 0x22 ip 0x6000 [ 0.040000] Initializing CPU#10 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 10/0x22 -> Node 4 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 2 [ 1.900097] CPU10: AMD Opteron(tm) Processor 6174 stepping 01 [ 1.900845] checking TSC synchronization [CPU#0 -> CPU#10]: passed. [ 1.910089] Booting processor 11 APIC 0x32 ip 0x6000 [ 0.040000] Initializing CPU#11 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 11/0x32 -> Node 6 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 2 [ 2.070086] CPU11: AMD Opteron(tm) Processor 6174 stepping 01 [ 2.070830] checking TSC synchronization [CPU#0 -> CPU#11]: passed. [ 2.080081] Booting processor 12 APIC 0x3 ip 0x6000 [ 0.040000] Initializing CPU#12 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 12/0x3 -> Node 0 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 3 [ 2.240064] CPU12: AMD Opteron(tm) Processor 6174 stepping 01 [ 2.240809] checking TSC synchronization [CPU#0 -> CPU#12]: passed. [ 2.250089] Booting processor 13 APIC 0x13 ip 0x6000 [ 0.040000] Initializing CPU#13 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 13/0x13 -> Node 2 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 3 [ 2.410054] CPU13: AMD Opteron(tm) Processor 6174 stepping 01 [ 2.410800] checking TSC synchronization [CPU#0 -> CPU#13]: passed. [ 2.420107] Booting processor 14 APIC 0x23 ip 0x6000 [ 0.040000] Initializing CPU#14 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 14/0x23 -> Node 4 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 3 [ 2.580060] CPU14: AMD Opteron(tm) Processor 6174 stepping 01 [ 2.580807] checking TSC synchronization [CPU#0 -> CPU#14]: passed. [ 2.590103] Booting processor 15 APIC 0x33 ip 0x6000 [ 0.040000] Initializing CPU#15 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 15/0x33 -> Node 6 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 3 [ 2.750062] CPU15: AMD Opteron(tm) Processor 6174 stepping 01 [ 2.750808] checking TSC synchronization [CPU#0 -> CPU#15]: passed. [ 2.760100] Booting processor 16 APIC 0x4 ip 0x6000 [ 0.040000] Initializing CPU#16 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 16/0x4 -> Node 0 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 4 [ 2.920059] CPU16: AMD Opteron(tm) Processor 6174 stepping 01 [ 2.922280] checking TSC synchronization [CPU#0 -> CPU#16]: passed. [ 2.930074] Booting processor 17 APIC 0x14 ip 0x6000 [ 0.040000] Initializing CPU#17 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 17/0x14 -> Node 2 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 4 [ 3.090108] CPU17: AMD Opteron(tm) Processor 6174 stepping 01 [ 3.090854] checking TSC synchronization [CPU#0 -> CPU#17]: passed. [ 3.100093] Booting processor 18 APIC 0x24 ip 0x6000 [ 0.040000] Initializing CPU#18 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 18/0x24 -> Node 4 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 4 [ 3.260098] CPU18: AMD Opteron(tm) Processor 6174 stepping 01 [ 3.260844] checking TSC synchronization [CPU#0 -> CPU#18]: passed. [ 3.270099] Booting processor 19 APIC 0x34 ip 0x6000 [ 0.040000] Initializing CPU#19 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 19/0x34 -> Node 6 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 4 [ 3.430101] CPU19: AMD Opteron(tm) Processor 6174 stepping 01 [ 3.430847] checking TSC synchronization [CPU#0 -> CPU#19]: passed. [ 3.440103] Booting processor 20 APIC 0x5 ip 0x6000 [ 0.040000] Initializing CPU#20 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 20/0x5 -> Node 0 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 5 [ 3.600104] CPU20: AMD Opteron(tm) Processor 6174 stepping 01 [ 3.600850] checking TSC synchronization [CPU#0 -> CPU#20]: passed. [ 3.610092] Booting processor 21 APIC 0x15 ip 0x6000 [ 0.040000] Initializing CPU#21 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 21/0x15 -> Node 2 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 5 [ 3.770075] CPU21: AMD Opteron(tm) Processor 6174 stepping 01 [ 3.770820] checking TSC synchronization [CPU#0 -> CPU#21]: passed. [ 3.780115] Booting processor 22 APIC 0x25 ip 0x6000 [ 0.040000] Initializing CPU#22 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 22/0x25 -> Node 4 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 5 [ 3.940094] CPU22: AMD Opteron(tm) Processor 6174 stepping 01 [ 3.940841] checking TSC synchronization [CPU#0 -> CPU#22]: passed. [ 3.950104] Booting processor 23 APIC 0x35 ip 0x6000 [ 0.040000] Initializing CPU#23 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 23/0x35 -> Node 6 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 5 [ 4.110105] CPU23: AMD Opteron(tm) Processor 6174 stepping 01 [ 4.110852] checking TSC synchronization [CPU#0 -> CPU#23]: passed. [ 4.120111] Booting processor 24 APIC 0x6 ip 0x6000 [ 0.040000] Initializing CPU#24 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 24/0x6 -> Node 1 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 0 [ 4.280116] CPU24: AMD Opteron(tm) Processor 6174 stepping 01 [ 4.280862] checking TSC synchronization [CPU#0 -> CPU#24]: passed. [ 4.290121] Booting processor 25 APIC 0x16 ip 0x6000 [ 0.040000] Initializing CPU#25 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 25/0x16 -> Node 3 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 0 [ 4.450043] CPU25: AMD Opteron(tm) Processor 6174 stepping 01 [ 4.450789] checking TSC synchronization [CPU#0 -> CPU#25]: passed. [ 4.460127] Booting processor 26 APIC 0x26 ip 0x6000 [ 0.040000] Initializing CPU#26 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 26/0x26 -> Node 5 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 0 [ 4.620072] CPU26: AMD Opteron(tm) Processor 6174 stepping 01 [ 4.620818] checking TSC synchronization [CPU#0 -> CPU#26]: passed. [ 4.630136] Booting processor 27 APIC 0x36 ip 0x6000 [ 0.040000] Initializing CPU#27 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 27/0x36 -> Node 7 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 0 [ 4.790115] CPU27: AMD Opteron(tm) Processor 6174 stepping 01 [ 4.790861] checking TSC synchronization [CPU#0 -> CPU#27]: passed. [ 4.800114] Booting processor 28 APIC 0x7 ip 0x6000 [ 0.040000] Initializing CPU#28 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 28/0x7 -> Node 1 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 1 [ 4.960036] CPU28: AMD Opteron(tm) Processor 6174 stepping 01 [ 4.960782] checking TSC synchronization [CPU#0 -> CPU#28]: passed. [ 4.970112] Booting processor 29 APIC 0x17 ip 0x6000 [ 0.040000] Initializing CPU#29 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 29/0x17 -> Node 3 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 1 [ 5.130054] CPU29: AMD Opteron(tm) Processor 6174 stepping 01 [ 5.130799] checking TSC synchronization [CPU#0 -> CPU#29]: passed. [ 5.140140] Booting processor 30 APIC 0x27 ip 0x6000 [ 0.040000] Initializing CPU#30 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 30/0x27 -> Node 5 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 1 [ 5.300096] CPU30: AMD Opteron(tm) Processor 6174 stepping 01 [ 5.300843] checking TSC synchronization [CPU#0 -> CPU#30]: passed. [ 5.310133] Booting processor 31 APIC 0x37 ip 0x6000 [ 0.040000] Initializing CPU#31 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 31/0x37 -> Node 7 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 1 [ 5.470041] CPU31: AMD Opteron(tm) Processor 6174 stepping 01 [ 5.470786] checking TSC synchronization [CPU#0 -> CPU#31]: passed. [ 5.480131] Booting processor 32 APIC 0x8 ip 0x6000 [ 0.040000] Initializing CPU#32 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 32/0x8 -> Node 1 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 2 [ 5.640071] CPU32: AMD Opteron(tm) Processor 6174 stepping 01 [ 5.640816] checking TSC synchronization [CPU#0 -> CPU#32]: passed. [ 5.650150] Booting processor 33 APIC 0x18 ip 0x6000 [ 0.040000] Initializing CPU#33 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 33/0x18 -> Node 3 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 2 [ 5.810123] CPU33: AMD Opteron(tm) Processor 6174 stepping 01 [ 5.810870] checking TSC synchronization [CPU#0 -> CPU#33]: passed. [ 5.820129] Booting processor 34 APIC 0x28 ip 0x6000 [ 0.040000] Initializing CPU#34 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 34/0x28 -> Node 5 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 2 [ 5.980058] CPU34: AMD Opteron(tm) Processor 6174 stepping 01 [ 5.980804] checking TSC synchronization [CPU#0 -> CPU#34]: passed. [ 5.990152] Booting processor 35 APIC 0x38 ip 0x6000 [ 0.040000] Initializing CPU#35 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 35/0x38 -> Node 7 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 2 [ 6.150115] CPU35: AMD Opteron(tm) Processor 6174 stepping 01 [ 6.150861] checking TSC synchronization [CPU#0 -> CPU#35]: passed. [ 6.160130] Booting processor 36 APIC 0x9 ip 0x6000 [ 0.040000] Initializing CPU#36 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 36/0x9 -> Node 1 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 3 [ 6.320052] CPU36: AMD Opteron(tm) Processor 6174 stepping 01 [ 6.322237] checking TSC synchronization [CPU#0 -> CPU#36]: passed. [ 6.330089] Booting processor 37 APIC 0x19 ip 0x6000 [ 0.040000] Initializing CPU#37 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 37/0x19 -> Node 3 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 3 [ 6.490080] CPU37: AMD Opteron(tm) Processor 6174 stepping 01 [ 6.490826] checking TSC synchronization [CPU#0 -> CPU#37]: passed. [ 6.500153] Booting processor 38 APIC 0x29 ip 0x6000 [ 0.040000] Initializing CPU#38 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 38/0x29 -> Node 5 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 3 [ 6.660133] CPU38: AMD Opteron(tm) Processor 6174 stepping 01 [ 6.660880] checking TSC synchronization [CPU#0 -> CPU#38]: passed. [ 6.670125] Booting processor 39 APIC 0x39 ip 0x6000 [ 0.040000] Initializing CPU#39 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 39/0x39 -> Node 7 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 3 [ 6.830066] CPU39: AMD Opteron(tm) Processor 6174 stepping 01 [ 6.830813] checking TSC synchronization [CPU#0 -> CPU#39]: passed. [ 6.840152] Booting processor 40 APIC 0xa ip 0x6000 [ 0.040000] Initializing CPU#40 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 40/0xa -> Node 1 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 4 [ 7.000019] CPU40: AMD Opteron(tm) Processor 6174 stepping 01 [ 7.000764] checking TSC synchronization [CPU#0 -> CPU#40]: passed. [ 7.010120] Booting processor 41 APIC 0x1a ip 0x6000 [ 0.040000] Initializing CPU#41 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 41/0x1a -> Node 3 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 4 [ 7.170047] CPU41: AMD Opteron(tm) Processor 6174 stepping 01 [ 7.170792] checking TSC synchronization [CPU#0 -> CPU#41]: passed. [ 7.180155] Booting processor 42 APIC 0x2a ip 0x6000 [ 0.040000] Initializing CPU#42 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 42/0x2a -> Node 5 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 4 [ 7.340098] CPU42: AMD Opteron(tm) Processor 6174 stepping 01 [ 7.340844] checking TSC synchronization [CPU#0 -> CPU#42]: passed. [ 7.350152] Booting processor 43 APIC 0x3a ip 0x6000 [ 0.040000] Initializing CPU#43 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 43/0x3a -> Node 7 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 4 [ 7.510063] CPU43: AMD Opteron(tm) Processor 6174 stepping 01 [ 7.510810] checking TSC synchronization [CPU#0 -> CPU#43]: passed. [ 7.520165] Booting processor 44 APIC 0xb ip 0x6000 [ 0.040000] Initializing CPU#44 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 44/0xb -> Node 1 [ 0.040000] CPU: Physical Processor ID: 0 [ 0.040000] CPU: Processor Core ID: 5 [ 7.680037] CPU44: AMD Opteron(tm) Processor 6174 stepping 01 [ 7.680783] checking TSC synchronization [CPU#0 -> CPU#44]: passed. [ 7.690154] Booting processor 45 APIC 0x1b ip 0x6000 [ 0.040000] Initializing CPU#45 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 45/0x1b -> Node 3 [ 0.040000] CPU: Physical Processor ID: 1 [ 0.040000] CPU: Processor Core ID: 5 [ 7.850091] CPU45: AMD Opteron(tm) Processor 6174 stepping 01 [ 7.850838] checking TSC synchronization [CPU#0 -> CPU#45]: passed. [ 7.860169] Booting processor 46 APIC 0x2b ip 0x6000 [ 0.040000] Initializing CPU#46 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 46/0x2b -> Node 5 [ 0.040000] CPU: Physical Processor ID: 2 [ 0.040000] CPU: Processor Core ID: 5 [ 8.020076] CPU46: AMD Opteron(tm) Processor 6174 stepping 01 [ 8.020821] checking TSC synchronization [CPU#0 -> CPU#46]: passed. [ 8.030177] Booting processor 47 APIC 0x3b ip 0x6000 [ 0.040000] Initializing CPU#47 [ 0.040000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.040000] CPU: L2 Cache: 512K (64 bytes/line) [ 0.040000] CPU 47/0x3b -> Node 7 [ 0.040000] CPU: Physical Processor ID: 3 [ 0.040000] CPU: Processor Core ID: 5 [ 8.190058] CPU47: AMD Opteron(tm) Processor 6174 stepping 01 [ 8.190804] checking TSC synchronization [CPU#0 -> CPU#47]: passed. [ 8.200109] Brought up 48 CPUs [ 8.200205] Total of 48 processors activated (211206.89 BogoMIPS). [ 8.210333] CPU0 attaching sched-domain: [ 8.210337] domain 0: span 0,4,8,12,16,20 level MC [ 8.210339] groups: 0 4 8 12 16 20 [ 8.210345] domain 1: span 0-47 level NODE [ 8.210348] groups: 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) [ 8.210367] CPU1 attaching sched-domain: [ 8.210369] domain 0: span 1,5,9,13,17,21 level MC [ 8.210371] groups: 1 5 9 13 17 21 [ 8.210377] domain 1: span 0-47 level NODE [ 8.210379] groups: 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) [ 8.210397] CPU2 attaching sched-domain: [ 8.210399] domain 0: span 2,6,10,14,18,22 level MC [ 8.210401] groups: 2 6 10 14 18 22 [ 8.210406] domain 1: span 0-47 level NODE [ 8.210408] groups: 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) [ 8.210426] CPU3 attaching sched-domain: [ 8.210428] domain 0: span 3,7,11,15,19,23 level MC [ 8.210430] groups: 3 7 11 15 19 23 [ 8.210435] domain 1: span 0-47 level NODE [ 8.210437] groups: 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) [ 8.210455] CPU4 attaching sched-domain: [ 8.210457] domain 0: span 0,4,8,12,16,20 level MC [ 8.210459] groups: 4 8 12 16 20 0 [ 8.210464] domain 1: span 0-47 level NODE [ 8.210466] groups: 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) [ 8.210484] CPU5 attaching sched-domain: [ 8.210486] domain 0: span 1,5,9,13,17,21 level MC [ 8.210488] groups: 5 9 13 17 21 1 [ 8.210493] domain 1: span 0-47 level NODE [ 8.210495] groups: 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) [ 8.210512] CPU6 attaching sched-domain: [ 8.210515] domain 0: span 2,6,10,14,18,22 level MC [ 8.210517] groups: 6 10 14 18 22 2 [ 8.210521] domain 1: span 0-47 level NODE [ 8.210523] groups: 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) [ 8.210541] CPU7 attaching sched-domain: [ 8.210544] domain 0: span 3,7,11,15,19,23 level MC [ 8.210546] groups: 7 11 15 19 23 3 [ 8.210550] domain 1: span 0-47 level NODE [ 8.210552] groups: 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) [ 8.210570] CPU8 attaching sched-domain: [ 8.210572] domain 0: span 0,4,8,12,16,20 level MC [ 8.210574] groups: 8 12 16 20 0 4 [ 8.210579] domain 1: span 0-47 level NODE [ 8.210581] groups: 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) [ 8.210599] CPU9 attaching sched-domain: [ 8.210601] domain 0: span 1,5,9,13,17,21 level MC [ 8.210603] groups: 9 13 17 21 1 5 [ 8.210608] domain 1: span 0-47 level NODE [ 8.210610] groups: 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) [ 8.210628] CPU10 attaching sched-domain: [ 8.210630] domain 0: span 2,6,10,14,18,22 level MC [ 8.210632] groups: 10 14 18 22 2 6 [ 8.210637] domain 1: span 0-47 level NODE [ 8.210639] groups: 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) [ 8.210657] CPU11 attaching sched-domain: [ 8.210659] domain 0: span 3,7,11,15,19,23 level MC [ 8.210661] groups: 11 15 19 23 3 7 [ 8.210666] domain 1: span 0-47 level NODE [ 8.210668] groups: 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) [ 8.210686] CPU12 attaching sched-domain: [ 8.210688] domain 0: span 0,4,8,12,16,20 level MC [ 8.210690] groups: 12 16 20 0 4 8 [ 8.210695] domain 1: span 0-47 level NODE [ 8.210697] groups: 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) [ 8.210715] CPU13 attaching sched-domain: [ 8.210717] domain 0: span 1,5,9,13,17,21 level MC [ 8.210719] groups: 13 17 21 1 5 9 [ 8.210724] domain 1: span 0-47 level NODE [ 8.210726] groups: 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) [ 8.210744] CPU14 attaching sched-domain: [ 8.210746] domain 0: span 2,6,10,14,18,22 level MC [ 8.210748] groups: 14 18 22 2 6 10 [ 8.210753] domain 1: span 0-47 level NODE [ 8.210755] groups: 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) [ 8.210773] CPU15 attaching sched-domain: [ 8.210775] domain 0: span 3,7,11,15,19,23 level MC [ 8.210777] groups: 15 19 23 3 7 11 [ 8.210782] domain 1: span 0-47 level NODE [ 8.210784] groups: 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) [ 8.210802] CPU16 attaching sched-domain: [ 8.210804] domain 0: span 0,4,8,12,16,20 level MC [ 8.210806] groups: 16 20 0 4 8 12 [ 8.210811] domain 1: span 0-47 level NODE [ 8.210813] groups: 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) [ 8.210831] CPU17 attaching sched-domain: [ 8.210833] domain 0: span 1,5,9,13,17,21 level MC [ 8.210835] groups: 17 21 1 5 9 13 [ 8.210840] domain 1: span 0-47 level NODE [ 8.210841] groups: 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) [ 8.210859] CPU18 attaching sched-domain: [ 8.210862] domain 0: span 2,6,10,14,18,22 level MC [ 8.210863] groups: 18 22 2 6 10 14 [ 8.210868] domain 1: span 0-47 level NODE [ 8.210870] groups: 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) [ 8.210888] CPU19 attaching sched-domain: [ 8.210890] domain 0: span 3,7,11,15,19,23 level MC [ 8.210892] groups: 19 23 3 7 11 15 [ 8.210897] domain 1: span 0-47 level NODE [ 8.210899] groups: 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) [ 8.210917] CPU20 attaching sched-domain: [ 8.210919] domain 0: span 0,4,8,12,16,20 level MC [ 8.210921] groups: 20 0 4 8 12 16 [ 8.210926] domain 1: span 0-47 level NODE [ 8.210928] groups: 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) [ 8.210946] CPU21 attaching sched-domain: [ 8.210948] domain 0: span 1,5,9,13,17,21 level MC [ 8.210950] groups: 21 1 5 9 13 17 [ 8.210955] domain 1: span 0-47 level NODE [ 8.210957] groups: 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) [ 8.210975] CPU22 attaching sched-domain: [ 8.210977] domain 0: span 2,6,10,14,18,22 level MC [ 8.210979] groups: 22 2 6 10 14 18 [ 8.210984] domain 1: span 0-47 level NODE [ 8.210986] groups: 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) [ 8.211004] CPU23 attaching sched-domain: [ 8.211006] domain 0: span 3,7,11,15,19,23 level MC [ 8.211008] groups: 23 3 7 11 15 19 [ 8.211013] domain 1: span 0-47 level NODE [ 8.211015] groups: 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) [ 8.211033] CPU24 attaching sched-domain: [ 8.211035] domain 0: span 24,28,32,36,40,44 level MC [ 8.211037] groups: 24 28 32 36 40 44 [ 8.211042] domain 1: span 0-47 level NODE [ 8.211044] groups: 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) [ 8.211062] CPU25 attaching sched-domain: [ 8.211064] domain 0: span 25,29,33,37,41,45 level MC [ 8.211066] groups: 25 29 33 37 41 45 [ 8.211070] domain 1: span 0-47 level NODE [ 8.211072] groups: 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) [ 8.211090] CPU26 attaching sched-domain: [ 8.211093] domain 0: span 26,30,34,38,42,46 level MC [ 8.211094] groups: 26 30 34 38 42 46 [ 8.211099] domain 1: span 0-47 level NODE [ 8.211101] groups: 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) [ 8.211119] CPU27 attaching sched-domain: [ 8.211122] domain 0: span 27,31,35,39,43,47 level MC [ 8.211124] groups: 27 31 35 39 43 47 [ 8.211128] domain 1: span 0-47 level NODE [ 8.211130] groups: 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) [ 8.211148] CPU28 attaching sched-domain: [ 8.211151] domain 0: span 24,28,32,36,40,44 level MC [ 8.211153] groups: 28 32 36 40 44 24 [ 8.211157] domain 1: span 0-47 level NODE [ 8.211159] groups: 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) [ 8.211177] CPU29 attaching sched-domain: [ 8.211179] domain 0: span 25,29,33,37,41,45 level MC [ 8.211181] groups: 29 33 37 41 45 25 [ 8.211186] domain 1: span 0-47 level NODE [ 8.211188] groups: 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) [ 8.211206] CPU30 attaching sched-domain: [ 8.211208] domain 0: span 26,30,34,38,42,46 level MC [ 8.211210] groups: 30 34 38 42 46 26 [ 8.211215] domain 1: span 0-47 level NODE [ 8.211217] groups: 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) [ 8.211235] CPU31 attaching sched-domain: [ 8.211237] domain 0: span 27,31,35,39,43,47 level MC [ 8.211239] groups: 31 35 39 43 47 27 [ 8.211244] domain 1: span 0-47 level NODE [ 8.211246] groups: 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) [ 8.211264] CPU32 attaching sched-domain: [ 8.211266] domain 0: span 24,28,32,36,40,44 level MC [ 8.211268] groups: 32 36 40 44 24 28 [ 8.211273] domain 1: span 0-47 level NODE [ 8.211275] groups: 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) [ 8.211292] CPU33 attaching sched-domain: [ 8.211295] domain 0: span 25,29,33,37,41,45 level MC [ 8.211297] groups: 33 37 41 45 25 29 [ 8.211301] domain 1: span 0-47 level NODE [ 8.211303] groups: 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) [ 8.211321] CPU34 attaching sched-domain: [ 8.211324] domain 0: span 26,30,34,38,42,46 level MC [ 8.211326] groups: 34 38 42 46 26 30 [ 8.211330] domain 1: span 0-47 level NODE [ 8.211332] groups: 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) [ 8.211351] CPU35 attaching sched-domain: [ 8.211353] domain 0: span 27,31,35,39,43,47 level MC [ 8.211355] groups: 35 39 43 47 27 31 [ 8.211360] domain 1: span 0-47 level NODE [ 8.211361] groups: 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) [ 8.211380] CPU36 attaching sched-domain: [ 8.211382] domain 0: span 24,28,32,36,40,44 level MC [ 8.211384] groups: 36 40 44 24 28 32 [ 8.211388] domain 1: span 0-47 level NODE [ 8.211390] groups: 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) [ 8.211408] CPU37 attaching sched-domain: [ 8.211410] domain 0: span 25,29,33,37,41,45 level MC [ 8.211412] groups: 37 41 45 25 29 33 [ 8.211417] domain 1: span 0-47 level NODE [ 8.211419] groups: 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) [ 8.211437] CPU38 attaching sched-domain: [ 8.211439] domain 0: span 26,30,34,38,42,46 level MC [ 8.211441] groups: 38 42 46 26 30 34 [ 8.211446] domain 1: span 0-47 level NODE [ 8.211448] groups: 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) [ 8.211466] CPU39 attaching sched-domain: [ 8.211468] domain 0: span 27,31,35,39,43,47 level MC [ 8.211470] groups: 39 43 47 27 31 35 [ 8.211475] domain 1: span 0-47 level NODE [ 8.211477] groups: 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) [ 8.211495] CPU40 attaching sched-domain: [ 8.211497] domain 0: span 24,28,32,36,40,44 level MC [ 8.211499] groups: 40 44 24 28 32 36 [ 8.211504] domain 1: span 0-47 level NODE [ 8.211506] groups: 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) [ 8.211524] CPU41 attaching sched-domain: [ 8.211526] domain 0: span 25,29,33,37,41,45 level MC [ 8.211528] groups: 41 45 25 29 33 37 [ 8.211533] domain 1: span 0-47 level NODE [ 8.211535] groups: 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) [ 8.211553] CPU42 attaching sched-domain: [ 8.211555] domain 0: span 26,30,34,38,42,46 level MC [ 8.211557] groups: 42 46 26 30 34 38 [ 8.211562] domain 1: span 0-47 level NODE [ 8.211564] groups: 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) [ 8.211582] CPU43 attaching sched-domain: [ 8.211584] domain 0: span 27,31,35,39,43,47 level MC [ 8.211586] groups: 43 47 27 31 35 39 [ 8.211591] domain 1: span 0-47 level NODE [ 8.211593] groups: 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) [ 8.211611] CPU44 attaching sched-domain: [ 8.211613] domain 0: span 24,28,32,36,40,44 level MC [ 8.211615] groups: 44 24 28 32 36 40 [ 8.211620] domain 1: span 0-47 level NODE [ 8.211622] groups: 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) [ 8.211640] CPU45 attaching sched-domain: [ 8.211642] domain 0: span 25,29,33,37,41,45 level MC [ 8.211644] groups: 45 25 29 33 37 41 [ 8.211648] domain 1: span 0-47 level NODE [ 8.211650] groups: 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) [ 8.211669] CPU46 attaching sched-domain: [ 8.211671] domain 0: span 26,30,34,38,42,46 level MC [ 8.211673] groups: 46 26 30 34 38 42 [ 8.211677] domain 1: span 0-47 level NODE [ 8.211679] groups: 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) [ 8.211697] CPU47 attaching sched-domain: [ 8.211700] domain 0: span 27,31,35,39,43,47 level MC [ 8.211702] groups: 47 27 31 35 39 43 [ 8.211706] domain 1: span 0-47 level NODE [ 8.211708] groups: 27,31,35,39,43,47 (cpu_power = 6144) 0,4,8,12,16,20 (cpu_power = 6144) 24,28,32,36,40,44 (cpu_power = 6144) 1,5,9,13,17,21 (cpu_power = 6144) 25,29,33,37,41,45 (cpu_power = 6144) 2,6,10,14,18,22 (cpu_power = 6144) 26,30,34,38,42,46 (cpu_power = 6144) 3,7,11,15,19,23 (cpu_power = 6144) [ 8.220109] devtmpfs: initialized [ 8.220336] regulator: core version 0.5 [ 8.220336] Time: 20:28:16 Date: 05/14/10 [ 8.220355] NET: Registered protocol family 16 [ 8.220582] node 0 link 3: io port [e000, ffff] [ 8.220585] TOM: 0000000080000000 aka 2048M [ 8.220505] Trying to unpack rootfs image as initramfs... [ 8.220772] Fam 10h mmconf [f0000000, f3ffffff] [ 8.220775] node 0 link 3: mmio [e5800000, e5ffffff] [ 8.220777] node 0 link 3: mmio [e6000000, ef2fffff] [ 8.220780] node 0 link 3: mmio [fec80000, fecbffff] [ 8.220783] node 6 link 3: mmio [fecc0000, fecfffff] [ 8.220785] TOM2: 0000001080000000 aka 67584M [ 8.220878] bus: [00,1f] on node 0 link 3 [ 8.220880] bus: 00 index 0 io port: [0, ffff] [ 8.220882] bus: 00 index 1 mmio: [80000000, efffffff] [ 8.220884] bus: 00 index 2 mmio: [f4000000, fecbffff] [ 8.220886] bus: 00 index 3 mmio: [fed00000, ffffffff] [ 8.220888] bus: 00 index 4 mmio: [1080000000, fcffffffff] [ 8.220890] bus: [20,3f] on node 6 link 3 [ 8.220892] bus: 20 index 0 mmio: [fecc0000, fecfffff] [ 8.221433] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 8.221562] ACPI: bus type pci registered [ 8.221741] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63 [ 8.221843] PCI: MCFG area at f0000000 reserved in E820 [ 8.223781] PCI: Using MMCONFIG at f0000000 - f3ffffff [ 8.223877] PCI: Using configuration type 1 for base access [ 8.224257] mtrr: your CPUs had inconsistent fixed MTRR settings [ 8.224355] mtrr: probably your BIOS does not setup all CPUs. [ 8.224451] mtrr: corrected configuration. [ 8.230098] bio: create slab at 0 [ 8.230573] ACPI: EC: Look up EC in DSDT [ 8.245901] ACPI: BIOS _OSI(Linux) query ignored [ 8.247397] ACPI: Interpreter enabled [ 8.247489] ACPI: (supports S0 S4 S5) [ 8.247748] ACPI: Using IOAPIC for interrupt routing [ 8.262940] ACPI: No dock devices found. [ 8.265020] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 8.265210] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 8.265309] pci 0000:00:02.0: PME# disabled [ 8.265433] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 8.265531] pci 0000:00:03.0: PME# disabled [ 8.265651] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 8.265749] pci 0000:00:04.0: PME# disabled [ 8.265873] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 8.265971] pci 0000:00:09.0: PME# disabled [ 8.266109] pci 0000:00:11.0: reg 10 io port: [0xece8-0xecef] [ 8.266116] pci 0000:00:11.0: reg 14 io port: [0xecf8-0xecfb] [ 8.266122] pci 0000:00:11.0: reg 18 io port: [0xecf0-0xecf7] [ 8.266128] pci 0000:00:11.0: reg 1c io port: [0xecfc-0xecff] [ 8.266135] pci 0000:00:11.0: reg 20 io port: [0xecd0-0xecdf] [ 8.266141] pci 0000:00:11.0: reg 24 32bit mmio: [0xef2ff800-0xef2ffbff] [ 8.266158] pci 0000:00:11.0: set SATA to AHCI mode [ 8.266292] pci 0000:00:12.0: reg 10 32bit mmio: [0xef2fb000-0xef2fbfff] [ 8.266343] pci 0000:00:12.1: reg 10 32bit mmio: [0xef2fc000-0xef2fcfff] [ 8.266410] pci 0000:00:12.2: reg 10 32bit mmio: [0xef2ffe00-0xef2ffeff] [ 8.266457] pci 0000:00:12.2: supports D1 D2 [ 8.266459] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 8.266559] pci 0000:00:12.2: PME# disabled [ 8.266679] pci 0000:00:13.0: reg 10 32bit mmio: [0xef2fd000-0xef2fdfff] [ 8.266732] pci 0000:00:13.1: reg 10 32bit mmio: [0xef2fe000-0xef2fefff] [ 8.266798] pci 0000:00:13.2: reg 10 32bit mmio: [0xef2fff00-0xef2fffff] [ 8.266845] pci 0000:00:13.2: supports D1 D2 [ 8.266847] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 8.266947] pci 0000:00:13.2: PME# disabled [ 8.267948] PCI: peer root bus 00 res updated from pci conf [ 8.267985] pci 0000:01:00.0: reg 10 64bit mmio: [0xe6000000-0xe7ffffff] [ 8.268024] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 8.268124] pci 0000:01:00.0: PME# disabled [ 8.268256] pci 0000:01:00.1: reg 10 64bit mmio: [0xe8000000-0xe9ffffff] [ 8.268295] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold [ 8.268394] pci 0000:01:00.1: PME# disabled [ 8.268535] pci 0000:00:02.0: bridge 32bit mmio: [0xe6000000-0xe9ffffff] [ 8.268573] pci 0000:02:00.0: reg 10 64bit mmio: [0xea000000-0xebffffff] [ 8.268613] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 8.268713] pci 0000:02:00.0: PME# disabled [ 8.268846] pci 0000:02:00.1: reg 10 64bit mmio: [0xec000000-0xedffffff] [ 8.268887] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold [ 8.268986] pci 0000:02:00.1: PME# disabled [ 8.269127] pci 0000:00:03.0: bridge 32bit mmio: [0xea000000-0xedffffff] [ 8.269152] pci 0000:03:00.0: reg 10 32bit mmio: [0xef1e0000-0xef1fffff] [ 8.269179] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 8.269278] pci 0000:03:00.0: PME# disabled [ 8.269419] pci 0000:00:04.0: bridge io port: [0xf000-0xffff] [ 8.269422] pci 0000:00:04.0: bridge 32bit mmio: [0xef000000-0xef1fffff] [ 8.269473] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [ 8.269572] pci 0000:04:00.0: PME# disabled [ 8.269722] pci 0000:04:01.0: PME# supported from D0 D3hot D3cold [ 8.269821] pci 0000:04:01.0: PME# disabled [ 8.269968] pci 0000:04:04.0: PME# supported from D0 D3hot D3cold [ 8.270004] pci 0000:04:04.0: PME# disabled [ 8.270149] pci 0000:04:05.0: PME# supported from D0 D3hot D3cold [ 8.270248] pci 0000:04:05.0: PME# disabled [ 8.270371] pci 0000:03:00.0: bridge io port: [0xf000-0xffff] [ 8.270374] pci 0000:03:00.0: bridge 32bit mmio: [0xef000000-0xef0fffff] [ 8.270403] pci 0000:05:00.0: reg 10 io port: [0xfc00-0xfcff] [ 8.270412] pci 0000:05:00.0: reg 14 64bit mmio: [0xef0fc000-0xef0fffff] [ 8.270421] pci 0000:05:00.0: reg 1c 64bit mmio: [0xef040000-0xef07ffff] [ 8.270430] pci 0000:05:00.0: reg 30 32bit mmio pref: [0xef080000-0xef0bffff] [ 8.270453] pci 0000:05:00.0: supports D1 D2 [ 8.270489] pci 0000:04:00.0: bridge io port: [0xf000-0xffff] [ 8.270492] pci 0000:04:00.0: bridge 32bit mmio: [0xef000000-0xef0fffff] [ 8.270697] pci 0000:0a:03.0: reg 10 32bit mmio pref: [0xe5800000-0xe5ffffff] [ 8.270705] pci 0000:0a:03.0: reg 14 32bit mmio: [0xeeffc000-0xeeffffff] [ 8.270713] pci 0000:0a:03.0: reg 18 32bit mmio: [0xee000000-0xee7fffff] [ 8.270738] pci 0000:0a:03.0: reg 30 32bit mmio pref: [0x000000-0x00ffff] [ 8.270807] pci 0000:00:14.4: transparent bridge [ 8.270904] pci 0000:00:14.4: bridge 32bit mmio: [0xee000000-0xeeffffff] [ 8.270909] pci 0000:00:14.4: bridge 32bit mmio pref: [0xe5800000-0xe5ffffff] [ 8.270925] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 8.271055] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT] [ 8.271114] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT] [ 8.271171] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT] [ 8.271227] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX9._PRT] [ 8.271286] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.COMP._PRT] [ 8.337491] ACPI: PCI Root Bridge [PCI1] (0000:20) [ 8.337678] pci 0000:20:02.0: PME# supported from D0 D3hot D3cold [ 8.337777] pci 0000:20:02.0: PME# disabled [ 8.337902] pci 0000:20:03.0: PME# supported from D0 D3hot D3cold [ 8.338000] pci 0000:20:03.0: PME# disabled [ 8.338128] pci 0000:20:0b.0: PME# supported from D0 D3hot D3cold [ 8.338226] pci 0000:20:0b.0: PME# disabled [ 8.338335] PCI: peer root bus 20 res updated from pci conf [ 8.338417] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT] [ 8.338516] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1.PEX2._PRT] [ 8.338573] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1.PEX3._PRT] [ 8.338629] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1.PEXB._PRT] [ 8.343552] ACPI: PCI Interrupt Link [LN24] (IRQs *24) [ 8.343924] ACPI: PCI Interrupt Link [LN25] (IRQs *25) [ 8.344297] ACPI: PCI Interrupt Link [LN26] (IRQs *26) [ 8.344668] ACPI: PCI Interrupt Link [LN27] (IRQs *27) [ 8.345040] ACPI: PCI Interrupt Link [LN28] (IRQs *28) [ 8.345413] ACPI: PCI Interrupt Link [LN29] (IRQs *29) [ 8.345785] ACPI: PCI Interrupt Link [LN30] (IRQs *30) [ 8.346156] ACPI: PCI Interrupt Link [LN31] (IRQs *31) [ 8.346529] ACPI: PCI Interrupt Link [LN32] (IRQs *32) [ 8.346901] ACPI: PCI Interrupt Link [LN33] (IRQs *33) [ 8.347273] ACPI: PCI Interrupt Link [LN34] (IRQs *34) [ 8.347646] ACPI: PCI Interrupt Link [LN35] (IRQs *35) [ 8.349556] ACPI: PCI Interrupt Link [LN36] (IRQs *36) [ 8.349927] ACPI: PCI Interrupt Link [LN37] (IRQs *37) [ 8.350305] ACPI: PCI Interrupt Link [LN38] (IRQs *38) [ 8.350677] ACPI: PCI Interrupt Link [LN39] (IRQs *39) [ 8.351050] ACPI: PCI Interrupt Link [LN40] (IRQs *40) [ 8.351421] ACPI: PCI Interrupt Link [LN41] (IRQs *41) [ 8.351795] ACPI: PCI Interrupt Link [LN42] (IRQs *42) [ 8.352166] ACPI: PCI Interrupt Link [LN43] (IRQs *43) [ 8.352542] ACPI: PCI Interrupt Link [LN44] (IRQs *44) [ 8.352914] ACPI: PCI Interrupt Link [LN45] (IRQs *45) [ 8.353285] ACPI: PCI Interrupt Link [LN46] (IRQs *46) [ 8.353656] ACPI: PCI Interrupt Link [LN47] (IRQs *47) [ 8.354028] ACPI: PCI Interrupt Link [LN48] (IRQs *48) [ 8.354400] ACPI: PCI Interrupt Link [LN49] (IRQs *49) [ 8.354773] ACPI: PCI Interrupt Link [LN50] (IRQs *50) [ 8.355145] ACPI: PCI Interrupt Link [LN51] (IRQs *51) [ 8.355517] ACPI: PCI Interrupt Link [LN52] (IRQs *52) [ 8.355888] ACPI: PCI Interrupt Link [LN53] (IRQs *53) [ 8.356259] ACPI: PCI Interrupt Link [LN54] (IRQs *54) [ 8.356631] ACPI: PCI Interrupt Link [LN55] (IRQs *55) [ 8.357004] ACPI: PCI Interrupt Link [LN56] (IRQs *56) [ 8.357376] ACPI: PCI Interrupt Link [LN57] (IRQs *57) [ 8.357748] ACPI: PCI Interrupt Link [LN58] (IRQs *58) [ 8.358120] ACPI: PCI Interrupt Link [LN59] (IRQs *59) [ 8.358493] ACPI: PCI Interrupt Link [LN60] (IRQs *60) [ 8.358865] ACPI: PCI Interrupt Link [LN61] (IRQs *61) [ 8.359237] ACPI: PCI Interrupt Link [LN62] (IRQs *62) [ 8.359609] ACPI: PCI Interrupt Link [LN63] (IRQs *63) [ 8.359981] ACPI: PCI Interrupt Link [LN64] (IRQs *64) [ 8.360309] ACPI: PCI Interrupt Link [LN65] (IRQs *65) [ 8.360682] ACPI: PCI Interrupt Link [LN66] (IRQs *66) [ 8.361059] ACPI: PCI Interrupt Link [LN67] (IRQs *67) [ 8.361437] ACPI: PCI Interrupt Link [LN68] (IRQs *68) [ 8.361809] ACPI: PCI Interrupt Link [LN69] (IRQs *69) [ 8.362181] ACPI: PCI Interrupt Link [LN70] (IRQs *70) [ 8.362553] ACPI: PCI Interrupt Link [LN71] (IRQs *71) [ 8.362925] ACPI: PCI Interrupt Link [LN72] (IRQs *72) [ 8.363298] ACPI: PCI Interrupt Link [LN73] (IRQs *73) [ 8.363670] ACPI: PCI Interrupt Link [LN74] (IRQs *74) [ 8.364042] ACPI: PCI Interrupt Link [LN75] (IRQs *75) [ 8.364415] ACPI: PCI Interrupt Link [LN76] (IRQs *76) [ 8.364787] ACPI: PCI Interrupt Link [LN77] (IRQs *77) [ 8.365160] ACPI: PCI Interrupt Link [LN78] (IRQs *78) [ 8.365531] ACPI: PCI Interrupt Link [LN79] (IRQs *79) [ 8.365903] ACPI: PCI Interrupt Link [LN80] (IRQs *80) [ 8.366274] ACPI: PCI Interrupt Link [LN81] (IRQs *81) [ 8.366645] ACPI: PCI Interrupt Link [LN82] (IRQs *82) [ 8.367017] ACPI: PCI Interrupt Link [LN83] (IRQs *83) [ 8.367389] ACPI: PCI Interrupt Link [LN84] (IRQs *84) [ 8.367760] ACPI: PCI Interrupt Link [LN85] (IRQs *85) [ 8.368133] ACPI: PCI Interrupt Link [LN86] (IRQs *86) [ 8.368504] ACPI: PCI Interrupt Link [LN87] (IRQs *87) [ 8.368868] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 *14 15) [ 8.369690] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 *11 14 15) [ 8.370545] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 *10 11 14 15) [ 8.371362] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 *6 7 10 11 14 15) [ 8.372178] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15) [ 8.372995] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 6 7 10 11 14 *15) [ 8.373812] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 *15) [ 8.374630] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 14 15) *0 [ 8.375499] vgaarb: device added: PCI:0000:0a:03.0,decodes=io+mem,owns=io+mem,locks=none [ 8.375631] vgaarb: loaded [ 8.375825] SCSI subsystem initialized [ 8.375958] libata version 3.00 loaded. [ 8.375958] usbcore: registered new interface driver usbfs [ 8.375958] usbcore: registered new interface driver hub [ 8.375958] usbcore: registered new device driver usb [ 8.380066] ACPI: WMI: Mapper loaded [ 8.380157] PCI: Using ACPI for IRQ routing [ 8.380385] Expanded resource reserved due to conflict with PCI Bus #00 [ 8.380574] NetLabel: Initializing [ 8.380663] NetLabel: domain hash size = 128 [ 8.380755] NetLabel: protocols = UNLABELED CIPSOv4 [ 8.380859] NetLabel: unlabeled traffic allowed by default [ 8.381501] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 88, 0 [ 8.381856] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 8.383966] Switching to clocksource tsc [ 8.388858] AppArmor: AppArmor Filesystem Enabled [ 8.388858] pnp: PnP ACPI init [ 8.388858] ACPI: bus type pnp registered [ 8.399446] Freeing initrd memory: 7871k freed [ 8.402240] pnp: PnP ACPI: found 12 devices [ 8.402338] ACPI: ACPI bus type pnp unregistered [ 8.402455] system 00:07: ioport range 0x800-0x87f has been reserved [ 8.402559] system 00:07: ioport range 0x900-0x93f has been reserved [ 8.402665] system 00:07: ioport range 0xd00-0xdfe has been reserved [ 8.402768] system 00:07: ioport range 0xdff-0xdff has been reserved [ 8.402870] system 00:07: ioport range 0xe00-0xefe has been reserved [ 8.402973] system 00:07: ioport range 0xeff-0xeff has been reserved [ 8.403076] system 00:07: ioport range 0x40b-0x40b has been reserved [ 8.403178] system 00:07: ioport range 0x4d6-0x4d6 has been reserved [ 8.403281] system 00:07: ioport range 0x4d0-0x4d1 has been reserved [ 8.403384] system 00:07: ioport range 0xc00-0xc01 has been reserved [ 8.403486] system 00:07: ioport range 0xc14-0xc14 has been reserved [ 8.403589] system 00:07: ioport range 0xc50-0xc52 has been reserved [ 8.403692] system 00:07: ioport range 0xc6f-0xc6f has been reserved [ 8.403795] system 00:07: ioport range 0xcd0-0xcd1 has been reserved [ 8.403898] system 00:07: ioport range 0xcd4-0xcd5 has been reserved [ 8.404000] system 00:07: ioport range 0xcd6-0xcd7 has been reserved [ 8.404103] system 00:07: ioport range 0xca0-0xca7 has been reserved [ 8.404206] system 00:07: ioport range 0xca9-0xcab has been reserved [ 8.404309] system 00:07: ioport range 0xcad-0xcaf has been reserved [ 8.404411] system 00:07: ioport range 0x950-0x950 has been reserved [ 8.404516] system 00:08: ioport range 0xca8-0xca8 has been reserved [ 8.404619] system 00:08: ioport range 0xcac-0xcac has been reserved [ 8.409559] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01 [ 8.409660] pci 0000:00:02.0: IO window: disabled [ 8.409759] pci 0000:00:02.0: MEM window: 0xe6000000-0xe9ffffff [ 8.409862] pci 0000:00:02.0: PREFETCH window: disabled [ 8.409962] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02 [ 8.410063] pci 0000:00:03.0: IO window: disabled [ 8.410161] pci 0000:00:03.0: MEM window: 0xea000000-0xedffffff [ 8.410263] pci 0000:00:03.0: PREFETCH window: disabled [ 8.410368] pci 0000:04:01.0: BAR 14: can't allocate mem resource [0xef100000-0xef0fffff] [ 8.410503] pci 0000:04:05.0: BAR 14: can't allocate mem resource [0xef100000-0xef0fffff] [ 8.410638] pci 0000:04:01.0: BAR 13: can't allocate I/O resource [0x10000-0xffff] [ 8.410770] pci 0000:04:05.0: BAR 13: can't allocate I/O resource [0x10000-0xffff] [ 8.410903] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05 [ 8.411004] pci 0000:04:00.0: IO window: 0xf000-0xffff [ 8.411105] pci 0000:04:00.0: MEM window: 0xef000000-0xef0fffff [ 8.411208] pci 0000:04:00.0: PREFETCH window: disabled [ 8.411310] pci 0000:04:01.0: PCI bridge, secondary bus 0000:06 [ 8.411411] pci 0000:04:01.0: IO window: disabled [ 8.411510] pci 0000:04:01.0: MEM window: disabled [ 8.411610] pci 0000:04:01.0: PREFETCH window: 0x00000080000000-0x000000801fffff [ 8.411746] pci 0000:04:04.0: PCI bridge, secondary bus 0000:07 [ 8.411847] pci 0000:04:04.0: IO window: disabled [ 8.411946] pci 0000:04:04.0: MEM window: disabled [ 8.412045] pci 0000:04:04.0: PREFETCH window: disabled [ 8.412160] pci 0000:04:05.0: PCI bridge, secondary bus 0000:08 [ 8.412261] pci 0000:04:05.0: IO window: disabled [ 8.412360] pci 0000:04:05.0: MEM window: disabled [ 8.412460] pci 0000:04:05.0: PREFETCH window: 0x00000080200000-0x000000803fffff [ 8.412596] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04 [ 8.412698] pci 0000:03:00.0: IO window: 0xf000-0xffff [ 8.412799] pci 0000:03:00.0: MEM window: 0xef000000-0xef0fffff [ 8.412902] pci 0000:03:00.0: PREFETCH window: 0x00000080000000-0x000000803fffff [ 8.413037] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03 [ 8.413139] pci 0000:00:04.0: IO window: 0xf000-0xffff [ 8.413239] pci 0000:00:04.0: MEM window: 0xef000000-0xef1fffff [ 8.413342] pci 0000:00:04.0: PREFETCH window: 0x00000080000000-0x000000803fffff [ 8.413476] pci 0000:00:09.0: PCI bridge, secondary bus 0000:09 [ 8.413577] pci 0000:00:09.0: IO window: disabled [ 8.413675] pci 0000:00:09.0: MEM window: disabled [ 8.413774] pci 0000:00:09.0: PREFETCH window: disabled [ 8.413877] pci 0000:00:14.4: PCI bridge, secondary bus 0000:0a [ 8.413977] pci 0000:00:14.4: IO window: disabled [ 8.414078] pci 0000:00:14.4: MEM window: 0xee000000-0xeeffffff [ 8.414182] pci 0000:00:14.4: PREFETCH window: 0xe5800000-0xe5ffffff [ 8.414421] ACPI: PCI Interrupt Link [LN52] enabled at IRQ 52 [ 8.414525] alloc irq_desc for 52 on node 0 [ 8.414528] alloc kstat_irqs on node 0 [ 8.414543] pci 0000:00:02.0: PCI INT A -> Link[LN52] -> GSI 52 (level, high) -> IRQ 52 [ 8.414680] pci 0000:00:02.0: setting latency timer to 64 [ 8.414687] pci 0000:00:03.0: PCI INT A -> Link[LN52] -> GSI 52 (level, high) -> IRQ 52 [ 8.414821] pci 0000:00:03.0: setting latency timer to 64 [ 8.414828] pci 0000:00:04.0: PCI INT A -> Link[LN52] -> GSI 52 (level, high) -> IRQ 52 [ 8.414962] pci 0000:00:04.0: setting latency timer to 64 [ 8.415077] ACPI: PCI Interrupt Link [LN44] enabled at IRQ 44 [ 8.415178] alloc irq_desc for 44 on node 0 [ 8.415180] alloc kstat_irqs on node 0 [ 8.415184] pci 0000:03:00.0: PCI INT A -> Link[LN44] -> GSI 44 (level, high) -> IRQ 44 [ 8.415319] pci 0000:03:00.0: setting latency timer to 64 [ 8.415329] pci 0000:04:00.0: PCI INT A -> Link[LN44] -> GSI 44 (level, high) -> IRQ 44 [ 8.415464] pci 0000:04:00.0: setting latency timer to 64 [ 8.415575] ACPI: PCI Interrupt Link [LN45] enabled at IRQ 45 [ 8.415676] alloc irq_desc for 45 on node 0 [ 8.415678] alloc kstat_irqs on node 0 [ 8.415681] pci 0000:04:01.0: PCI INT A -> Link[LN45] -> GSI 45 (level, high) -> IRQ 45 [ 8.415817] pci 0000:04:01.0: setting latency timer to 64 [ 8.415825] pci 0000:04:04.0: PCI INT A -> Link[LN44] -> GSI 44 (level, high) -> IRQ 44 [ 8.415960] pci 0000:04:04.0: setting latency timer to 64 [ 8.415968] pci 0000:04:05.0: PCI INT A -> Link[LN45] -> GSI 45 (level, high) -> IRQ 45 [ 8.416103] pci 0000:04:05.0: setting latency timer to 64 [ 8.416213] ACPI: PCI Interrupt Link [LN53] enabled at IRQ 53 [ 8.416314] alloc irq_desc for 53 on node 0 [ 8.416316] alloc kstat_irqs on node 0 [ 8.416319] pci 0000:00:09.0: PCI INT A -> Link[LN53] -> GSI 53 (level, high) -> IRQ 53 [ 8.416454] pci 0000:00:09.0: setting latency timer to 64 [ 8.416462] pci 0000:20:02.0: PCI bridge, secondary bus 0000:21 [ 8.418235] pci 0000:20:02.0: IO window: disabled [ 8.418333] pci 0000:20:02.0: MEM window: disabled [ 8.418432] pci 0000:20:02.0: PREFETCH window: disabled [ 8.418533] pci 0000:20:03.0: PCI bridge, secondary bus 0000:22 [ 8.418633] pci 0000:20:03.0: IO window: disabled [ 8.418732] pci 0000:20:03.0: MEM window: disabled [ 8.418830] pci 0000:20:03.0: PREFETCH window: disabled [ 8.418931] pci 0000:20:0b.0: PCI bridge, secondary bus 0000:23 [ 8.419032] pci 0000:20:0b.0: IO window: disabled [ 8.419130] pci 0000:20:0b.0: MEM window: disabled [ 8.419229] pci 0000:20:0b.0: PREFETCH window: disabled [ 8.419437] ACPI: PCI Interrupt Link [LN84] enabled at IRQ 84 [ 8.419539] alloc irq_desc for 84 on node 6 [ 8.419544] alloc kstat_irqs on node 6 [ 8.419552] pci 0000:20:02.0: PCI INT A -> Link[LN84] -> GSI 84 (level, high) -> IRQ 84 [ 8.419686] pci 0000:20:02.0: setting latency timer to 64 [ 8.419693] pci 0000:20:03.0: PCI INT A -> Link[LN84] -> GSI 84 (level, high) -> IRQ 84 [ 8.419827] pci 0000:20:03.0: setting latency timer to 64 [ 8.419937] ACPI: PCI Interrupt Link [LN86] enabled at IRQ 86 [ 8.420038] alloc irq_desc for 86 on node 6 [ 8.420040] alloc kstat_irqs on node 6 [ 8.420043] pci 0000:20:0b.0: PCI INT A -> Link[LN86] -> GSI 86 (level, high) -> IRQ 86 [ 8.420178] pci 0000:20:0b.0: setting latency timer to 64 [ 8.420182] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 8.420185] pci_bus 0000:00: resource 1 mem: [0x80000000-0xefffffff] [ 8.420187] pci_bus 0000:00: resource 2 mem: [0xf4000000-0xfecbffff] [ 8.420189] pci_bus 0000:00: resource 3 mem: [0xfed00000-0xffffffff] [ 8.420192] pci_bus 0000:00: resource 4 mem: [0x1080000000-0xfcffffffff] [ 8.420195] pci_bus 0000:01: resource 1 mem: [0xe6000000-0xe9ffffff] [ 8.420198] pci_bus 0000:02: resource 1 mem: [0xea000000-0xedffffff] [ 8.420200] pci_bus 0000:03: resource 0 io: [0xf000-0xffff] [ 8.420203] pci_bus 0000:03: resource 1 mem: [0xef000000-0xef1fffff] [ 8.420205] pci_bus 0000:03: resource 2 pref mem [0x80000000-0x803fffff] [ 8.420208] pci_bus 0000:04: resource 0 io: [0xf000-0xffff] [ 8.420210] pci_bus 0000:04: resource 1 mem: [0xef000000-0xef0fffff] [ 8.420213] pci_bus 0000:04: resource 2 pref mem [0x80000000-0x803fffff] [ 8.420215] pci_bus 0000:05: resource 0 io: [0xf000-0xffff] [ 8.420218] pci_bus 0000:05: resource 1 mem: [0xef000000-0xef0fffff] [ 8.420221] pci_bus 0000:06: resource 2 pref mem [0x80000000-0x801fffff] [ 8.420223] pci_bus 0000:08: resource 2 pref mem [0x80200000-0x803fffff] [ 8.420226] pci_bus 0000:0a: resource 1 mem: [0xee000000-0xeeffffff] [ 8.420229] pci_bus 0000:0a: resource 2 pref mem [0xe5800000-0xe5ffffff] [ 8.420231] pci_bus 0000:0a: resource 3 io: [0x00-0xffff] [ 8.420234] pci_bus 0000:0a: resource 4 mem: [0x80000000-0xefffffff] [ 8.420236] pci_bus 0000:0a: resource 5 mem: [0xf4000000-0xfecbffff] [ 8.420238] pci_bus 0000:0a: resource 6 mem: [0xfed00000-0xffffffff] [ 8.420241] pci_bus 0000:0a: resource 7 mem: [0x1080000000-0xfcffffffff] [ 8.420244] pci_bus 0000:20: resource 0 mem: [0xfecc0000-0xfecfffff] [ 8.420247] pci_bus 0000:20: resource 1 mem: [0x000000-0xffffffffffffffff] [ 8.420359] NET: Registered protocol family 2 [ 8.421024] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 8.423836] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 8.427760] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 8.428322] TCP: Hash tables configured (established 524288 bind 65536) [ 8.428426] TCP reno registered [ 8.429062] NET: Registered protocol family 1 [ 8.522589] pci 0000:0a:03.0: Boot video device [ 8.522964] PCI-DMA: Disabling AGP. [ 8.523355] PCI-DMA: aperture base @ 20000000 size 65536 KB [ 8.523455] PCI-DMA: using GART IOMMU. [ 8.523550] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture [ 8.529421] Scanning for low memory corruption every 60 seconds [ 8.529779] audit: initializing netlink socket (disabled) [ 8.529894] type=2000 audit(1273868895.522:1): initialized [ 8.543613] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 8.549516] VFS: Disk quotas dquot_6.5.2 [ 8.549688] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 8.550629] fuse init (API version 7.13) [ 8.550831] msgmni has been set to 32768 [ 8.555830] alg: No test for stdrng (krng) [ 8.556039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 8.556176] io scheduler noop registered [ 8.556270] io scheduler anticipatory registered [ 8.556366] io scheduler deadline registered [ 8.556498] io scheduler cfq registered (default) [ 8.556927] alloc irq_desc for 89 on node 0 [ 8.556930] alloc kstat_irqs on node 0 [ 8.556939] pcieport 0000:00:02.0: irq 89 for MSI/MSI-X [ 8.556944] pcieport 0000:00:02.0: setting latency timer to 64 [ 8.557153] alloc irq_desc for 90 on node 0 [ 8.557155] alloc kstat_irqs on node 0 [ 8.557162] pcieport 0000:00:03.0: irq 90 for MSI/MSI-X [ 8.557166] pcieport 0000:00:03.0: setting latency timer to 64 [ 8.557363] alloc irq_desc for 91 on node 0 [ 8.557366] alloc kstat_irqs on node 0 [ 8.557372] pcieport 0000:00:04.0: irq 91 for MSI/MSI-X [ 8.557376] pcieport 0000:00:04.0: setting latency timer to 64 [ 8.557580] alloc irq_desc for 92 on node 0 [ 8.557582] alloc kstat_irqs on node 0 [ 8.557588] pcieport 0000:00:09.0: irq 92 for MSI/MSI-X [ 8.557592] pcieport 0000:00:09.0: setting latency timer to 64 [ 8.557810] alloc irq_desc for 93 on node 0 [ 8.557813] alloc kstat_irqs on node 0 [ 8.557820] pcieport 0000:03:00.0: irq 93 for MSI/MSI-X [ 8.557827] pcieport 0000:03:00.0: setting latency timer to 64 [ 8.558058] alloc irq_desc for 94 on node 0 [ 8.558061] alloc kstat_irqs on node 0 [ 8.558069] pcieport 0000:04:00.0: irq 94 for MSI/MSI-X [ 8.558075] pcieport 0000:04:00.0: setting latency timer to 64 [ 8.558305] alloc irq_desc for 95 on node 0 [ 8.558307] alloc kstat_irqs on node 0 [ 8.558315] pcieport 0000:04:01.0: irq 95 for MSI/MSI-X [ 8.558321] pcieport 0000:04:01.0: setting latency timer to 64 [ 8.558563] alloc irq_desc for 96 on node 0 [ 8.558565] alloc kstat_irqs on node 0 [ 8.558573] pcieport 0000:04:04.0: irq 96 for MSI/MSI-X [ 8.558579] pcieport 0000:04:04.0: setting latency timer to 64 [ 8.558809] alloc irq_desc for 97 on node 0 [ 8.558811] alloc kstat_irqs on node 0 [ 8.558819] pcieport 0000:04:05.0: irq 97 for MSI/MSI-X [ 8.558825] pcieport 0000:04:05.0: setting latency timer to 64 [ 8.559087] alloc irq_desc for 98 on node 6 [ 8.559093] alloc kstat_irqs on node 6 [ 8.559104] pcieport 0000:20:02.0: irq 98 for MSI/MSI-X [ 8.559110] pcieport 0000:20:02.0: setting latency timer to 64 [ 8.559369] alloc irq_desc for 99 on node 6 [ 8.559372] alloc kstat_irqs on node 6 [ 8.559379] pcieport 0000:20:03.0: irq 99 for MSI/MSI-X [ 8.559384] pcieport 0000:20:03.0: setting latency timer to 64 [ 8.559616] alloc irq_desc for 100 on node 6 [ 8.559619] alloc kstat_irqs on node 6 [ 8.559626] pcieport 0000:20:0b.0: irq 100 for MSI/MSI-X [ 8.559630] pcieport 0000:20:0b.0: setting latency timer to 64 [ 8.560160] aer 0000:00:02.0:pcie02: service driver aer loaded [ 8.560188] aer 0000:00:03.0:pcie02: service driver aer loaded [ 8.560257] aer 0000:00:04.0:pcie02: service driver aer loaded [ 8.560282] aer 0000:00:09.0:pcie02: service driver aer loaded [ 8.560584] aer 0000:20:02.0:pcie02: service driver aer loaded [ 8.560607] aer 0000:20:03.0:pcie02: service driver aer loaded [ 8.560634] aer 0000:20:0b.0:pcie02: service driver aer loaded [ 8.560641] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 8.560750] Firmware did not grant requested _OSC control [ 8.560769] Firmware did not grant requested _OSC control [ 8.560794] Firmware did not grant requested _OSC control [ 8.560802] Firmware did not grant requested _OSC control [ 8.560812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 8.561091] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 8.561226] ACPI: Power Button [PWRF] [ 8.562201] processor LNXCPU:00: registered as cooling_device0 [ 8.562828] processor LNXCPU:01: registered as cooling_device1 [ 8.563454] processor LNXCPU:02: registered as cooling_device2 [ 8.564076] processor LNXCPU:03: registered as cooling_device3 [ 8.564697] processor LNXCPU:04: registered as cooling_device4 [ 8.565322] processor LNXCPU:05: registered as cooling_device5 [ 8.565943] processor LNXCPU:06: registered as cooling_device6 [ 8.566572] processor LNXCPU:07: registered as cooling_device7 [ 8.567202] processor LNXCPU:08: registered as cooling_device8 [ 8.567828] processor LNXCPU:09: registered as cooling_device9 [ 8.568460] processor LNXCPU:0a: registered as cooling_device10 [ 8.569087] processor LNXCPU:0b: registered as cooling_device11 [ 8.569719] processor LNXCPU:0c: registered as cooling_device12 [ 8.570351] processor LNXCPU:0d: registered as cooling_device13 [ 8.570987] processor LNXCPU:0e: registered as cooling_device14 [ 8.571629] processor LNXCPU:0f: registered as cooling_device15 [ 8.572269] processor LNXCPU:10: registered as cooling_device16 [ 8.572907] processor LNXCPU:11: registered as cooling_device17 [ 8.573552] processor LNXCPU:12: registered as cooling_device18 [ 8.574192] processor LNXCPU:13: registered as cooling_device19 [ 8.574827] processor LNXCPU:14: registered as cooling_device20 [ 8.575474] processor LNXCPU:15: registered as cooling_device21 [ 8.576113] processor LNXCPU:16: registered as cooling_device22 [ 8.576751] processor LNXCPU:17: registered as cooling_device23 [ 8.577399] processor LNXCPU:18: registered as cooling_device24 [ 8.578044] processor LNXCPU:19: registered as cooling_device25 [ 8.578684] processor LNXCPU:1a: registered as cooling_device26 [ 8.579320] processor LNXCPU:1b: registered as cooling_device27 [ 8.579969] processor LNXCPU:1c: registered as cooling_device28 [ 8.580622] processor LNXCPU:1d: registered as cooling_device29 [ 8.581267] processor LNXCPU:1e: registered as cooling_device30 [ 8.581912] processor LNXCPU:1f: registered as cooling_device31 [ 8.582575] processor LNXCPU:20: registered as cooling_device32 [ 8.583224] processor LNXCPU:21: registered as cooling_device33 [ 8.583873] processor LNXCPU:22: registered as cooling_device34 [ 8.584523] processor LNXCPU:23: registered as cooling_device35 [ 8.585173] processor LNXCPU:24: registered as cooling_device36 [ 8.585825] processor LNXCPU:25: registered as cooling_device37 [ 8.586477] processor LNXCPU:26: registered as cooling_device38 [ 8.587137] processor LNXCPU:27: registered as cooling_device39 [ 8.587793] processor LNXCPU:28: registered as cooling_device40 [ 8.588451] processor LNXCPU:29: registered as cooling_device41 [ 8.589113] processor LNXCPU:2a: registered as cooling_device42 [ 8.589771] processor LNXCPU:2b: registered as cooling_device43 [ 8.590431] processor LNXCPU:2c: registered as cooling_device44 [ 8.591099] processor LNXCPU:2d: registered as cooling_device45 [ 8.591765] processor LNXCPU:2e: registered as cooling_device46 [ 8.592431] processor LNXCPU:2f: registered as cooling_device47 [ 8.603629] Linux agpgart interface v0.103 [ 8.603764] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 8.603985] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 8.604189] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 8.604533] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 8.604760] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 8.606171] brd: module loaded [ 8.606757] loop: module loaded [ 8.606923] input: Macintosh mouse button emulation as /devices/virtual/input/input1 [ 8.607428] Fixed MDIO Bus: probed [ 8.607548] PPP generic driver version 2.4.2 [ 8.607668] tun: Universal TUN/TAP device driver, 1.6 [ 8.607766] tun: (C) 1999-2004 Max Krasnyansky [ 8.607929] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.608153] alloc irq_desc for 17 on node 0 [ 8.608155] alloc kstat_irqs on node 0 [ 8.608166] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 8.608382] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 8.608546] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 8.608715] ehci_hcd 0000:00:12.2: debug port 1 [ 8.608834] ehci_hcd 0000:00:12.2: irq 17, io mem 0xef2ffe00 [ 8.620044] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 8.620245] usb usb1: configuration #1 chosen from 1 choice [ 8.620363] hub 1-0:1.0: USB hub found [ 8.620459] hub 1-0:1.0: 6 ports detected [ 8.620722] alloc irq_desc for 19 on node 0 [ 8.620725] alloc kstat_irqs on node 0 [ 8.620733] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 8.620853] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 8.620986] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 8.621144] ehci_hcd 0000:00:13.2: debug port 1 [ 8.621258] ehci_hcd 0000:00:13.2: irq 19, io mem 0xef2fff00 [ 8.640041] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 8.640228] usb usb2: configuration #1 chosen from 1 choice [ 8.640351] hub 2-0:1.0: USB hub found [ 8.640445] hub 2-0:1.0: 6 ports detected [ 8.640632] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.640838] alloc irq_desc for 16 on node 0 [ 8.640841] alloc kstat_irqs on node 0 [ 8.640849] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.640970] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 8.641105] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 8.641264] ohci_hcd 0000:00:12.0: irq 16, io mem 0xef2fb000 [ 8.704106] usb usb3: configuration #1 chosen from 1 choice [ 8.704224] hub 3-0:1.0: USB hub found [ 8.704321] hub 3-0:1.0: 3 ports detected [ 8.704572] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.704693] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 8.704831] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 8.704975] ohci_hcd 0000:00:12.1: irq 16, io mem 0xef2fc000 [ 8.764108] usb usb4: configuration #1 chosen from 1 choice [ 8.764228] hub 4-0:1.0: USB hub found [ 8.764324] hub 4-0:1.0: 3 ports detected [ 8.764574] alloc irq_desc for 18 on node 0 [ 8.764576] alloc kstat_irqs on node 0 [ 8.764584] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 8.764705] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 8.764839] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 8.764996] ohci_hcd 0000:00:13.0: irq 18, io mem 0xef2fd000 [ 8.824117] usb usb5: configuration #1 chosen from 1 choice [ 8.824235] hub 5-0:1.0: USB hub found [ 8.824332] hub 5-0:1.0: 3 ports detected [ 8.824591] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 8.824713] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 8.824849] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 8.824994] ohci_hcd 0000:00:13.1: irq 18, io mem 0xef2fe000 [ 8.884107] usb usb6: configuration #1 chosen from 1 choice [ 8.884223] hub 6-0:1.0: USB hub found [ 8.884320] hub 6-0:1.0: 3 ports detected [ 8.884500] uhci_hcd: USB Universal Host Controller Interface driver [ 8.884674] PNP: No PS/2 controller found. Probing ports directly. [ 8.887455] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.887557] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.887759] mice: PS/2 mouse device common for all mice [ 8.887938] rtc_cmos 00:04: RTC can wake from S4 [ 8.888073] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 8.888199] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs [ 8.888516] device-mapper: uevent: version 1.0.3 [ 8.888759] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com [ 8.892077] device-mapper: multipath: version 1.1.0 loaded [ 8.893644] device-mapper: multipath round-robin: version 1.0.0 loaded [ 8.900055] cpuidle: using governor ladder [ 8.900148] cpuidle: using governor menu [ 8.900817] TCP cubic registered [ 8.901069] NET: Registered protocol family 10 [ 8.902385] lo: Disabled Privacy Extensions [ 8.902728] NET: Registered protocol family 17 [ 8.903416] powernow-k8: Found 8 AMD Opteron(tm) Processor 6174 processors (48 cpu cores) (version 2.20.00) [ 8.903565] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found. [ 8.903566] [Firmware Bug]: powernow-k8: Try again with latest BIOS. [ 8.904694] PM: Resume from disk failed. [ 8.904706] registered taskstats version 1 [ 8.905721] Magic number: 10:94:498 [ 8.906064] rtc_cmos 00:04: setting system clock to 2010-05-14 20:28:17 UTC (1273868897) [ 8.906195] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 8.906293] EDD information not available. [ 8.906447] Freeing unused kernel memory: 876k freed [ 8.906801] Write protecting the kernel read-only data: 7680k [ 8.927724] udev: starting version 151 [ 8.955788] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008 [ 8.959485] megasas: 0x1000:0x0079:0x1028:0x1f17: bus 5:slot 0:func 0 [ 8.959655] megaraid_sas 0000:05:00.0: PCI INT A -> Link[LN44] -> GSI 44 (level, high) -> IRQ 44 [ 8.959790] megaraid_sas 0000:05:00.0: setting latency timer to 64 [ 8.959829] ahci 0000:00:11.0: version 3.0 [ 8.959842] alloc irq_desc for 22 on node 0 [ 8.959844] alloc kstat_irqs on node 0 [ 8.959852] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 8.960139] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 8.960272] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 8.960698] megasas: FW now in Ready state [ 8.961557] scsi1 : ahci [ 8.961831] scsi2 : ahci [ 8.962015] scsi3 : ahci [ 8.962198] scsi4 : ahci [ 8.962326] ata1: SATA max UDMA/133 abar m1024@0xef2ff800 port 0xef2ff900 irq 22 [ 8.962455] ata2: SATA max UDMA/133 abar m1024@0xef2ff800 port 0xef2ff980 irq 22 [ 8.962584] ata3: SATA max UDMA/133 abar m1024@0xef2ff800 port 0xef2ffa00 irq 22 [ 8.962713] ata4: SATA max UDMA/133 abar m1024@0xef2ff800 port 0xef2ffa80 irq 22 [ 9.020073] scsi0 : LSI SAS based MegaRAID driver [ 9.021162] scsi 0:0:0:0: Direct-Access SEAGATE ST9146803SS FS62 PQ: 0 ANSI: 5 [ 9.022043] scsi 0:0:1:0: Direct-Access SEAGATE ST9146803SS FS62 PQ: 0 ANSI: 5 [ 9.022913] scsi 0:0:2:0: Direct-Access SEAGATE ST9146803SS FS62 PQ: 0 ANSI: 5 [ 9.023779] scsi 0:0:3:0: Direct-Access SEAGATE ST9146803SS FS62 PQ: 0 ANSI: 5 [ 9.024644] scsi 0:0:4:0: Direct-Access SEAGATE ST9146803SS FS62 PQ: 0 ANSI: 5 [ 9.126736] scsi 0:0:32:0: Enclosure DP BACKPLANE 1.07 PQ: 0 ANSI: 5 [ 9.140383] scsi 0:2:0:0: Direct-Access DELL PERC H700 2.0. PQ: 0 ANSI: 5 [ 9.151416] scsi 0:0:32:0: Attached scsi generic sg0 type 13 [ 9.151713] sd 0:2:0:0: Attached scsi generic sg1 type 0 [ 9.151895] sd 0:2:0:0: [sda] 856424448 512-byte logical blocks: (438 GB/408 GiB) [ 9.152172] sd 0:2:0:0: [sda] Write Protect is off [ 9.152269] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08 [ 9.152333] sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 9.152746] sda: sda1 sda2 sda3 [ 9.153935] sd 0:2:0:0: [sda] Attached SCSI disk [ 9.180117] usb 2-2: new high speed USB device using ehci_hcd and address 2 [ 9.310048] ata3: SATA link down (SStatus 0 SControl 300) [ 9.310073] ata2: SATA link down (SStatus 0 SControl 300) [ 9.310171] ata4: SATA link down (SStatus 0 SControl 300) [ 9.330996] usb 2-2: configuration #1 chosen from 1 choice [ 9.331190] hub 2-2:1.0: USB hub found [ 9.331426] hub 2-2:1.0: 4 ports detected [ 9.490029] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 9.498684] ata1.00: ATAPI: TEAC DVD-ROM DV-28SW, R.2A, max UDMA/100, ATAPI AN [ 9.503542] ata1.00: configured for UDMA/100 [ 9.539231] scsi 1:0:0:0: CD-ROM TEAC DVD-ROM DV-28SW R.2A PQ: 0 ANSI: 5 [ 9.553887] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray [ 9.553987] Uniform CD-ROM driver Revision: 3.20 [ 9.554158] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 9.554216] sr 1:0:0:0: Attached scsi generic sg2 type 5 [ 9.640033] usb 3-1: new low speed USB device using ohci_hcd and address 2 [ 9.729452] ses 0:0:32:0: Attached Enclosure device [ 9.832963] usb 3-1: configuration #1 chosen from 1 choice [ 9.843215] usbcore: registered new interface driver hiddev [ 9.847088] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/input/input2 [ 9.847320] generic-usb 0003:046D:C040.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:12.0-1/input0 [ 9.847493] usbcore: registered new interface driver usbhid [ 9.847590] usbhid: v2.6:USB HID core driver [ 10.140020] usb 3-2: new full speed USB device using ohci_hcd and address 3 [ 10.362870] usb 3-2: configuration #1 chosen from 1 choice [ 10.380970] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3 [ 10.381172] generic-usb 0003:0624:0248.0002: input,hidraw1: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:12.0-2/input0 [ 10.388954] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/input/input4 [ 10.389175] generic-usb 0003:0624:0248.0003: input,hidraw2: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:12.0-2/input1 [ 10.710024] usb 4-1: new low speed USB device using ohci_hcd and address 2 [ 10.924794] usb 4-1: configuration #1 chosen from 1 choice [ 10.946908] input: Cypress PS2toUSB KBM Bridge V2.02a as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input5 [ 10.947113] generic-usb 0003:04B4:00FF.0004: input,hidraw3: USB HID v1.00 Keyboard [Cypress PS2toUSB KBM Bridge V2.02a] on usb-0000:00:12.1-1/input0 [ 10.957968] input: Cypress PS2toUSB KBM Bridge V2.02a as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input6 [ 10.958193] generic-usb 0003:04B4:00FF.0005: input,hidraw4: USB HID v1.00 Mouse [Cypress PS2toUSB KBM Bridge V2.02a] on usb-0000:00:12.1-1/input1 [ 11.050812] usb 2-2.4: new high speed USB device using ehci_hcd and address 3 [ 11.161589] usb 2-2.4: configuration #1 chosen from 1 choice [ 11.167822] Initializing USB Mass Storage driver... [ 11.168163] scsi5 : SCSI emulation for USB Mass Storage devices [ 11.168413] usb-storage: device found at 3 [ 11.168416] usb-storage: waiting for device to settle before scanning [ 11.168442] usbcore: registered new interface driver usb-storage [ 11.168545] USB Mass Storage support registered. [ 16.160280] usb-storage: device scan complete [ 16.160731] scsi 5:0:0:0: Direct-Access Dell Internal Dual SD 1.6 PQ: 0 ANSI: 5 [ 16.161788] sd 5:0:0:0: Attached scsi generic sg3 type 0 [ 16.163222] sd 5:0:0:0: [sdb] 1999872 512-byte logical blocks: (1.02 GB/976 MiB) [ 16.164219] sd 5:0:0:0: [sdb] Write Protect is off [ 16.164320] sd 5:0:0:0: [sdb] Mode Sense: 0b 00 00 08 [ 16.164323] sd 5:0:0:0: [sdb] Assuming drive cache: write through [ 16.165966] sd 5:0:0:0: [sdb] Assuming drive cache: write through [ 16.166077] sdb: sdb1 sdb2 < sdb5 > [ 16.171214] sd 5:0:0:0: [sdb] Assuming drive cache: write through [ 16.171319] sd 5:0:0:0: [sdb] Attached SCSI disk [ 16.304882] EXT4-fs (sdb1): mounted filesystem with ordered data mode [ 25.518788] Adding 110584k swap on /dev/sdb5. Priority:-1 extents:1 across:110584k [ 25.618307] udev: starting version 151 [ 25.993018] vga16fb: initializing [ 25.993023] vga16fb: mapped to 0xffff8800000a0000 [ 25.993096] fb0: VGA16 VGA frame buffer device [ 26.381464] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x900, revision 0 [ 26.396909] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 26.412925] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.2 (Aug 21, 2009) [ 26.413097] ACPI: PCI Interrupt Link [LN24] enabled at IRQ 24 [ 26.413101] alloc irq_desc for 24 on node 0 [ 26.413103] alloc kstat_irqs on node 0 [ 26.413109] bnx2 0000:01:00.0: PCI INT A -> Link[LN24] -> GSI 24 (level, high) -> IRQ 24 [ 26.413118] bnx2 0000:01:00.0: setting latency timer to 64 [ 26.413444] bnx2 0000:01:00.0: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 26.450769] bnx2 0000:01:00.0: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 26.463255] EDAC MC: Ver: 2.1.0 Apr 28 2010 [ 26.485485] EDAC amd64_edac: Ver: 3.2.0 Apr 28 2010 [ 26.485848] EDAC amd64: ECC is enabled by BIOS. [ 26.486036] EDAC amd64: ECC is enabled by BIOS. [ 26.486235] EDAC amd64: ECC is enabled by BIOS. [ 26.486421] EDAC amd64: ECC is enabled by BIOS. [ 26.486615] EDAC amd64: ECC is enabled by BIOS. [ 26.486794] EDAC amd64: ECC is enabled by BIOS. [ 26.487012] EDAC amd64: ECC is enabled by BIOS. [ 26.487241] EDAC amd64: ECC is enabled by BIOS. [ 26.487366] EDAC MC: F10h CPU detected [ 26.487387] EDAC amd64: f10_probe_valid_hardware() This machine is running with DDR3 memory. This is not currently supported. DCHR0=0x3f58090d DCHR1=0x3f58090d [ 26.487389] EDAC amd64: Contact 'amd64_edac' module MAINTAINER to help add support. [ 26.503602] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem e6000000, IRQ 24, node addr 00:25:64:f9:74:18 [ 26.503916] ACPI: PCI Interrupt Link [LN25] enabled at IRQ 25 [ 26.503920] alloc irq_desc for 25 on node 0 [ 26.503922] alloc kstat_irqs on node 0 [ 26.503927] bnx2 0000:01:00.1: PCI INT B -> Link[LN25] -> GSI 25 (level, high) -> IRQ 25 [ 26.503935] bnx2 0000:01:00.1: setting latency timer to 64 [ 26.504238] bnx2 0000:01:00.1: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 26.505942] bnx2 0000:01:00.1: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 26.508578] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem e8000000, IRQ 25, node addr 00:25:64:f9:74:1a [ 26.508848] ACPI: PCI Interrupt Link [LN28] enabled at IRQ 28 [ 26.508852] alloc irq_desc for 28 on node 0 [ 26.508853] alloc kstat_irqs on node 0 [ 26.508859] bnx2 0000:02:00.0: PCI INT A -> Link[LN28] -> GSI 28 (level, high) -> IRQ 28 [ 26.508866] bnx2 0000:02:00.0: setting latency timer to 64 [ 26.509081] bnx2 0000:02:00.0: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 26.510755] bnx2 0000:02:00.0: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 26.513359] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem ea000000, IRQ 28, node addr 00:25:64:f9:74:1c [ 26.513633] ACPI: PCI Interrupt Link [LN29] enabled at IRQ 29 [ 26.513636] alloc irq_desc for 29 on node 0 [ 26.513637] alloc kstat_irqs on node 0 [ 26.513642] bnx2 0000:02:00.1: PCI INT B -> Link[LN29] -> GSI 29 (level, high) -> IRQ 29 [ 26.513648] bnx2 0000:02:00.1: setting latency timer to 64 [ 26.513861] bnx2 0000:02:00.1: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 26.515548] bnx2 0000:02:00.1: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 26.518614] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem ec000000, IRQ 29, node addr 00:25:64:f9:74:1e [ 26.520522] dell-wmi: No known WMI GUID found [ 26.525761] ACPI Error: SMBus or IPMI write requires Buffer of length 42, found length 20 (20090903/exfield-286) [ 26.525769] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff880477010140), AE_AML_BUFFER_LIMIT [ 26.525821] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff8804770100c0), AE_AML_BUFFER_LIMIT [ 26.525852] ACPI Exception: AE_AML_BUFFER_LIMIT, Evaluating _PMC (20090903/power_meter-772) [ 26.580110] Console: switching to colour frame buffer device 80x30 [ 26.640111] lp: driver loaded but no devices found [ 27.041997] alloc irq_desc for 101 on node 0 [ 27.042003] alloc kstat_irqs on node 0 [ 27.042013] bnx2 0000:01:00.0: irq 101 for MSI/MSI-X [ 27.042015] alloc irq_desc for 102 on node 0 [ 27.042017] alloc kstat_irqs on node 0 [ 27.042020] bnx2 0000:01:00.0: irq 102 for MSI/MSI-X [ 27.042023] alloc irq_desc for 103 on node 0 [ 27.042025] alloc kstat_irqs on node 0 [ 27.042027] bnx2 0000:01:00.0: irq 103 for MSI/MSI-X [ 27.042032] alloc irq_desc for 104 on node 0 [ 27.042033] alloc kstat_irqs on node 0 [ 27.042035] bnx2 0000:01:00.0: irq 104 for MSI/MSI-X [ 27.042038] alloc irq_desc for 105 on node 0 [ 27.042040] alloc kstat_irqs on node 0 [ 27.042042] bnx2 0000:01:00.0: irq 105 for MSI/MSI-X [ 27.042044] alloc irq_desc for 106 on node 0 [ 27.042046] alloc kstat_irqs on node 0 [ 27.042048] bnx2 0000:01:00.0: irq 106 for MSI/MSI-X [ 27.042050] alloc irq_desc for 107 on node 0 [ 27.042051] alloc kstat_irqs on node 0 [ 27.042053] bnx2 0000:01:00.0: irq 107 for MSI/MSI-X [ 27.042055] alloc irq_desc for 108 on node 0 [ 27.042057] alloc kstat_irqs on node 0 [ 27.042059] bnx2 0000:01:00.0: irq 108 for MSI/MSI-X [ 27.042060] alloc irq_desc for 109 on node 0 [ 27.042062] alloc kstat_irqs on node 0 [ 27.042064] bnx2 0000:01:00.0: irq 109 for MSI/MSI-X [ 27.087157] type=1505 audit(1273868915.674:2): operation="profile_load" pid=1280 name="/sbin/dhclient3" [ 27.087303] type=1505 audit(1273868915.674:3): operation="profile_load" pid=1280 name="/usr/lib/NetworkManager/nm-dhcp-client.action" [ 27.087367] type=1505 audit(1273868915.674:4): operation="profile_load" pid=1280 name="/usr/lib/connman/scripts/dhclient-script" [ 27.102193] bnx2: eth0: using MSIX [ 27.104811] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 27.291208] type=1505 audit(1273868915.884:5): operation="profile_replace" pid=1650 name="/sbin/dhclient3" [ 27.291495] type=1505 audit(1273868915.884:6): operation="profile_replace" pid=1650 name="/usr/lib/NetworkManager/nm-dhcp-client.action" [ 27.291657] type=1505 audit(1273868915.884:7): operation="profile_replace" pid=1650 name="/usr/lib/connman/scripts/dhclient-script" [ 27.358974] type=1505 audit(1273868915.944:8): operation="profile_load" pid=1652 name="/usr/sbin/tcpdump" [ 30.192686] bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex, receive & transmit flow control ON [ 30.195307] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 40.300009] eth0: no IPv6 routers present 00:00.0 Host bridge [0600]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx0 port A) [1002:5a13] (rev 02) 00:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] 00:04.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port D) [1002:5a18] 00:09.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] 00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] [1002:4390] 00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397] 00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398] 00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396] 00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397] 00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398] 00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396] 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 3d) 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d] 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:19.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:19.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:19.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:19.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:19.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:1a.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:1a.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:1a.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:1a.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:1a.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:1b.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:1b.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:1b.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:1b.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:1b.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:1c.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:1c.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:1c.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:1c.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:1c.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:1d.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:1d.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:1d.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:1d.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:1d.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:1e.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:1e.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:1e.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:1e.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:1e.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 00:1f.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200] 00:1f.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201] 00:1f.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202] 00:1f.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203] 00:1f.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204] 01:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20) 01:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20) 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20) 02:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20) 03:00.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8624] (rev bb) 04:00.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8624] (rev bb) 04:01.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8624] (rev bb) 04:04.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8624] (rev bb) 04:05.0 PCI bridge [0604]: PLX Technology, Inc. Device [10b5:8624] (rev bb) 05:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic LSI MegaSAS 9260 [1000:0079] (rev 04) 0a:03.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G200eW WPCM450 [102b:0532] (rev 0a) 20:00.0 Host bridge [0600]: ATI Technologies Inc RD890 Northbridge only dual slot (2x8) PCI-e GFX Hydra part [1002:5a12] (rev 02) 20:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] 20:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] 20:0b.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] 00:00.0 Host bridge: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx0 port A) (rev 02) Subsystem: Dell Device 0444 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 0, PowerLimit 0.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 4081 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp 00:03.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 0, PowerLimit 0.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 4089 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp 00:04.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port D) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 0, PowerLimit 0.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 4091 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp 00:09.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port H) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #247, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 4, PowerLimit 25.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 4099 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] (prog-if 01) Subsystem: Dell Device 0444 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Kernel driver in use: ahci Kernel modules: ahci 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10) Subsystem: Dell Device 0444 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:19.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1a.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1b.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1c.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1d.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1e.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1f.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [a0] MSI-X: Enable+ Mask- TabSize=9 Vector table: BAR=0 offset=0000c000 PBA: BAR=0 offset=0000e000 Capabilities: [ac] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <2us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Device Serial Number 18-74-f9-fe-ff-64-25-00 Capabilities: [110] Advanced Error Reporting Capabilities: [150] Power Budgeting Capabilities: [160] Virtual Channel Kernel driver in use: bnx2 Kernel modules: bnx2 01:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20) Subsystem: Dell Device 1f26 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [a0] MSI-X: Enable- Mask- TabSize=9 Vector table: BAR=0 offset=0000c000 PBA: BAR=0 offset=0000e000 Capabilities: [ac] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <2us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Device Serial Number 1a-74-f9-fe-ff-64-25-00 Capabilities: [110] Advanced Error Reporting Capabilities: [150] Power Budgeting Capabilities: [160] Virtual Channel Kernel driver in use: bnx2 Kernel modules: bnx2 02:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20) Subsystem: Dell Device 1f26 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [a0] MSI-X: Enable- Mask- TabSize=9 Vector table: BAR=0 offset=0000c000 PBA: BAR=0 offset=0000e000 Capabilities: [ac] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <2us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Device Serial Number 1c-74-f9-fe-ff-64-25-00 Capabilities: [110] Advanced Error Reporting Capabilities: [150] Power Budgeting Capabilities: [160] Virtual Channel Kernel driver in use: bnx2 Kernel modules: bnx2 02:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20) Subsystem: Dell Device 1f26 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [a0] MSI-X: Enable- Mask- TabSize=9 Vector table: BAR=0 offset=0000c000 PBA: BAR=0 offset=0000e000 Capabilities: [ac] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <2us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Device Serial Number 1e-74-f9-fe-ff-64-25-00 Capabilities: [110] Advanced Error Reporting Capabilities: [150] Power Budgeting Capabilities: [160] Virtual Channel Kernel driver in use: bnx2 Kernel modules: bnx2 03:00.0 PCI bridge: PLX Technology, Inc. Device 8624 (rev bb) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 Enable+ Address: 00000000fee00000 Data: 40a1 Masking: 0000000f Pending: 00000000 Capabilities: [68] Express (v2) Upstream Port, MSI 00 DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 0.000000W DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #8, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <2us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x8, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [a4] Subsystem: PLX Technology, Inc. Device 8624 Capabilities: [100] Vendor Specific Information Capabilities: [fb4] Advanced Error Reporting Capabilities: [138] Power Budgeting Capabilities: [148] Virtual Channel Capabilities: [950] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 04:00.0 PCI bridge: PLX Technology, Inc. Device 8624 (rev bb) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 Enable+ Address: 00000000fee00000 Data: 40a9 Masking: 0000000f Pending: 00000000 Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00 DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <2us ClockPM- Suprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk- DLActive+ BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 30, PowerLimit 25.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ Capabilities: [a4] Subsystem: PLX Technology, Inc. Device 8624 Capabilities: [100] Vendor Specific Information Capabilities: [fb4] Advanced Error Reporting Capabilities: [148] Virtual Channel Capabilities: [448] Vendor Specific Information Capabilities: [520] Access Controls Capabilities: [950] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 04:01.0 PCI bridge: PLX Technology, Inc. Device 8624 (rev bb) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 Enable+ Address: 00000000fee00000 Data: 40b1 Masking: 0000000f Pending: 00000000 Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00 DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us ClockPM- Suprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surpise- Slot # 31, PowerLimit 25.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power+ Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL+ CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- Capabilities: [a4] Subsystem: PLX Technology, Inc. Device 8624 Capabilities: [100] Vendor Specific Information Capabilities: [fb4] Advanced Error Reporting Capabilities: [148] Virtual Channel Capabilities: [520] Access Controls Capabilities: [950] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 04:04.0 PCI bridge: PLX Technology, Inc. Device 8624 (rev bb) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 Enable+ Address: 00000000fee00000 Data: 40b9 Masking: 0000000f Pending: 00000000 Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00 DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #4, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <2us, L1 <4us ClockPM- Suprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 34, PowerLimit 25.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- Capabilities: [a4] Subsystem: PLX Technology, Inc. Device 8624 Capabilities: [100] Vendor Specific Information Capabilities: [fb4] Advanced Error Reporting Capabilities: [148] Virtual Channel Capabilities: [520] Access Controls Capabilities: [950] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 04:05.0 PCI bridge: PLX Technology, Inc. Device 8624 (rev bb) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/2 Enable+ Address: 00000000fee00000 Data: 40c1 Masking: 0000000f Pending: 00000000 Capabilities: [68] Express (v2) Downstream Port (Slot+), MSI 00 DevCap: MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #5, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <2us, L1 <4us ClockPM- Suprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surpise- Slot # 35, PowerLimit 25.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power+ Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL+ CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- Capabilities: [a4] Subsystem: PLX Technology, Inc. Device 8624 Capabilities: [100] Vendor Specific Information Capabilities: [fb4] Advanced Error Reporting Capabilities: [148] Virtual Channel Capabilities: [520] Access Controls Capabilities: [950] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 05:00.0 RAID bus controller: LSI Logic / Symbios Logic LSI MegaSAS 9260 (rev 04) Subsystem: Dell Device 1f17 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Capabilities: [a8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [c0] MSI-X: Enable- Mask- TabSize=15 Vector table: BAR=1 offset=00002000 PBA: BAR=1 offset=00003800 Capabilities: [100] Advanced Error Reporting Capabilities: [138] Power Budgeting Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas 0a:03.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200eW WPCM450 (rev 0a) Subsystem: Dell Device 0444 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #247, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 3, PowerLimit 25.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 40c9 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp 20:03.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #247, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 6, PowerLimit 25.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 40d1 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp 20:0b.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #247, Speed 5GT/s, Width x8, ASPM L0s L1, Latency L0 <1us, L1 <8us ClockPM- Suprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 5, PowerLimit 25.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee00000 Data: 40d9 Capabilities: [b0] Subsystem: Dell Device 0444 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information Capabilities: [150] Advanced Error Reporting Capabilities: [190] Access Controls Kernel driver in use: pcieport Kernel modules: shpchp sgs-r815-01 description: Rack Mount Chassis product: PowerEdge R815 vendor: Dell Inc. serial: DVYGN4J width: 64 bits capabilities: smbios-2.6 dmi-2.6 vsyscall64 vsyscall32 configuration: boot=normal chassis=rackmount uuid=44454C4C-5600-1059-8047-C4C04F4E344A *-core description: Motherboard product: 06JC9T vendor: Dell Inc. physical id: 0 version: X07 serial: ..TW7475201Q0002. *-firmware description: BIOS vendor: Dell Inc. physical id: 0 version: 0.2.9 (02/25/2010) size: 64KiB capacity: 4032KiB capabilities: isa pci pnp upgrade shadowing cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int9keyboard int14serial int10video acpi usb biosbootspecification netboot *-cpu:0 description: CPU product: AMD Opteron(tm) Processor 6174 vendor: Advanced Micro Devices [AMD] physical id: 400 bus info: cpu@0 version: AMD Opteron(tm) Processor 6174 slot: CPU1 size: 2200MHz capacity: 3600MHz width: 64 bits clock: 3200MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt *-cache:0 description: L1 cache physical id: 700 size: 768KiB capacity: 768KiB capabilities: internal write-back unified *-cache:1 description: L2 cache physical id: 701 size: 6MiB capacity: 6MiB capabilities: internal write-back unified *-cache:2 description: L3 cache physical id: 702 size: 10MiB capacity: 10MiB capabilities: internal write-back unified *-cpu:1 description: CPU product: AMD Opteron(tm) Processor 6174 vendor: Advanced Micro Devices [AMD] physical id: 401 bus info: cpu@1 version: AMD Opteron(tm) Processor 6174 slot: CPU2 size: 2200MHz capacity: 3600MHz width: 64 bits clock: 3200MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt *-cache:0 description: L1 cache physical id: 703 size: 768KiB capacity: 768KiB capabilities: internal write-back unified *-cache:1 description: L2 cache physical id: 704 size: 6MiB capacity: 6MiB capabilities: internal write-back unified *-cache:2 description: L3 cache physical id: 705 size: 10MiB capacity: 10MiB capabilities: internal write-back unified *-cpu:2 description: CPU product: AMD Opteron(tm) Processor 6174 vendor: Advanced Micro Devices [AMD] physical id: 402 bus info: cpu@2 version: AMD Opteron(tm) Processor 6174 slot: CPU3 size: 2200MHz capacity: 3600MHz width: 64 bits clock: 3200MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt *-cache:0 description: L1 cache physical id: 706 size: 768KiB capacity: 768KiB capabilities: internal write-back unified *-cache:1 description: L2 cache physical id: 707 size: 6MiB capacity: 6MiB capabilities: internal write-back unified *-cache:2 description: L3 cache physical id: 708 size: 10MiB capacity: 10MiB capabilities: internal write-back unified *-cpu:3 description: CPU product: AMD Opteron(tm) Processor 6174 vendor: Advanced Micro Devices [AMD] physical id: 403 bus info: cpu@3 version: AMD Opteron(tm) Processor 6174 slot: CPU4 size: 2200MHz capacity: 3600MHz width: 64 bits clock: 3200MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt *-cache:0 description: L1 cache physical id: 709 size: 768KiB capacity: 768KiB capabilities: internal write-back unified *-cache:1 description: L2 cache physical id: 70a size: 6MiB capacity: 6MiB capabilities: internal write-back unified *-cache:2 description: L3 cache physical id: 70b size: 10MiB capacity: 10MiB capabilities: internal write-back unified *-memory description: System Memory physical id: 1000 slot: System board or motherboard size: 64GiB *-bank:0 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 0 serial: 86B83FBB slot: DIMM_A1 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:1 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1 serial: 86B83FB4 slot: DIMM_A2 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:2 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 2 serial: 86B8405A slot: DIMM_A3 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:3 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 3 serial: 86B8404F slot: DIMM_A4 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:4 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 4 serial: 86B83FC6 slot: DIMM_A5 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:5 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 5 serial: 86B84059 slot: DIMM_A6 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:6 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 6 serial: 86B84058 slot: DIMM_A7 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:7 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 7 serial: 8501026A slot: DIMM_A8 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:8 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 8 serial: 86B83F3F slot: DIMM_B1 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:9 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 9 serial: 86B83F41 slot: DIMM_B2 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:10 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: a serial: 86B83F19 slot: DIMM_B3 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:11 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: b serial: 86B83EEE slot: DIMM_B4 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:12 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: c serial: 86B83F47 slot: DIMM_B5 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:13 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: d serial: 86B83EE4 slot: DIMM_B6 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:14 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: e serial: 86B83F18 slot: DIMM_B7 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:15 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: f serial: 850103C7 slot: DIMM_B8 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:16 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 10 serial: 86B83F36 slot: DIMM_C1 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:17 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 11 serial: 86B83F26 slot: DIMM_C2 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:18 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 12 serial: 86B83F35 slot: DIMM_C3 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:19 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 13 serial: 86B83EEA slot: DIMM_C4 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:20 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 14 serial: 86B83F3E slot: DIMM_C5 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:21 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 15 serial: 86B83F3C slot: DIMM_C6 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:22 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 16 serial: 86B83FEC slot: DIMM_C7 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:23 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 17 serial: 86B83FF3 slot: DIMM_C8 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:24 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 18 serial: 86B83EA2 slot: DIMM_D1 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:25 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 19 serial: 86B83F40 slot: DIMM_D2 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:26 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1a serial: 86B83F34 slot: DIMM_D3 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:27 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1b serial: 86B83F33 slot: DIMM_D4 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:28 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1c serial: 86B83F14 slot: DIMM_D5 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:29 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1d serial: 86B83F3A slot: DIMM_D6 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:30 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1e serial: 86B83F39 slot: DIMM_D7 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:31 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M391B5673EH1-CH9 vendor: 80CE000080CE physical id: 1f serial: 86B83F30 slot: DIMM_D8 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-pci:0 description: Host bridge product: RD890 PCI to PCI bridge (external gfx0 port A) vendor: ATI Technologies Inc physical id: 100 bus info: pci@0000:00:00.0 version: 02 width: 32 bits clock: 33MHz *-pci:0 description: PCI bridge product: RD890 PCI to PCI bridge (PCI express gpp port B) vendor: ATI Technologies Inc physical id: 2 bus info: pci@0000:00:02.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:89 memory:e6000000-e9ffffff *-network:0 description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0 bus info: pci@0000:01:00.0 logical name: eth0 version: 20 serial: 00:25:64:f9:74:18 size: 1GB/s capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=full firmware=5.2.2 NCSI 2.0.6 ip=172.25.0.26 latency=0 link=yes multicast=yes port=twisted pair speed=1GB/s resources: irq:24 memory:e6000000-e7ffffff *-network:1 DISABLED description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0.1 bus info: pci@0000:01:00.1 logical name: eth1 version: 20 serial: 00:25:64:f9:74:1a capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.2.2 NCSI 2.0.6 latency=0 link=no multicast=yes port=twisted pair resources: irq:25 memory:e8000000-e9ffffff *-pci:1 description: PCI bridge product: RD890 PCI to PCI bridge (PCI express gpp port C) vendor: ATI Technologies Inc physical id: 3 bus info: pci@0000:00:03.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:90 memory:ea000000-edffffff *-network:0 DISABLED description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0 bus info: pci@0000:02:00.0 logical name: eth2 version: 20 serial: 00:25:64:f9:74:1c capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.2.2 NCSI 2.0.6 latency=0 link=no multicast=yes port=twisted pair resources: irq:28 memory:ea000000-ebffffff *-network:1 DISABLED description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0.1 bus info: pci@0000:02:00.1 logical name: eth3 version: 20 serial: 00:25:64:f9:74:1e capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.2.2 NCSI 2.0.6 latency=0 link=no multicast=yes port=twisted pair resources: irq:29 memory:ec000000-edffffff *-pci:2 description: PCI bridge product: RD890 PCI to PCI bridge (PCI express gpp port D) vendor: ATI Technologies Inc physical id: 4 bus info: pci@0000:00:04.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:91 ioport:f000(size=4096) memory:ef000000-ef1fffff memory:80000000-803fffff(prefetchable) *-pci description: PCI bridge product: PLX Technology, Inc. vendor: PLX Technology, Inc. physical id: 0 bus info: pci@0000:03:00.0 version: bb width: 32 bits clock: 33MHz capabilities: pci pm msi pciexpress bus_master cap_list configuration: driver=pcieport resources: irq:93 memory:ef1e0000-ef1fffff ioport:f000(size=4096) memory:ef000000-ef0fffff memory:80000000-803fffff(prefetchable) *-pci:0 description: PCI bridge product: PLX Technology, Inc. vendor: PLX Technology, Inc. physical id: 0 bus info: pci@0000:04:00.0 version: bb width: 64 bits clock: 33MHz capabilities: pci pm msi pciexpress bus_master cap_list configuration: driver=pcieport resources: iomemory:f1f10-f1f0f irq:94 ioport:f000(size=4096) memory:ef000000-ef0fffff *-storage description: RAID bus controller product: LSI MegaSAS 9260 vendor: LSI Logic / Symbios Logic physical id: 0 bus info: pci@0000:05:00.0 logical name: scsi0 version: 04 width: 64 bits clock: 33MHz capabilities: storage pm pciexpress vpd msi msix bus_master cap_list rom configuration: driver=megaraid_sas latency=0 resources: irq:44 ioport:fc00(size=256) memory:ef0fc000-ef0fffff memory:ef040000-ef07ffff memory:ef080000-ef0bffff(prefetchable) *-enclosure UNCLAIMED description: SCSI Enclosure product: BACKPLANE vendor: DP physical id: 0.20.0 bus info: scsi@0:0.32.0 version: 1.07 configuration: ansiversion=5 *-disk description: SCSI Disk product: PERC H700 vendor: DELL physical id: 2.0.0 bus info: scsi@0:2.0.0 logical name: /dev/sda version: 2.0. serial: 00eefaa7075e19741300c0975c906b02 size: 408GiB (438GB) capabilities: partitioned partitioned:dos configuration: ansiversion=5 signature=000de373 *-volume:0 description: EXT4 volume vendor: Linux physical id: 1 bus info: scsi@0:2.0.0,1 logical name: /dev/sda1 version: 1.0 serial: 24bb2a97-e1a4-4c6d-a797-6eb5569058ac size: 13GiB capacity: 13GiB capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration: created=2010-05-05 18:17:48 filesystem=ext4 lastmountpoint=/�܅v�����o�܅v����ku����{�v�����v����n�����@!�t� modified=2010-05-05 18:26:43 mounted=2010-05-14 22:14:29 state=clean *-volume:1 description: Linux swap volume physical id: 2 bus info: scsi@0:2.0.0,2 logical name: /dev/sda2 version: 1 serial: c066d858-b7b0-4157-bd21-0e9bd44c867c size: 59GiB capacity: 59GiB capabilities: primary nofs swap initialized configuration: filesystem=swap pagesize=4096 *-volume:2 description: EXT4 volume vendor: Linux physical id: 3 bus info: scsi@0:2.0.0,3 logical name: /dev/sda3 version: 1.0 serial: d917be6f-f90f-4c59-8264-8e546efdac85 size: 334GiB capacity: 334GiB capabilities: primary journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration: created=2010-05-05 18:17:49 filesystem=ext4 modified=2010-05-14 22:26:04 mounted=2010-05-14 22:14:29 state=clean *-pci:1 description: PCI bridge product: PLX Technology, Inc. vendor: PLX Technology, Inc. physical id: 1 bus info: pci@0000:04:01.0 version: bb width: 64 bits clock: 33MHz capabilities: pci pm msi pciexpress bus_master cap_list configuration: driver=pcieport resources: iomemory:1f10-1f0f irq:95 memory:80000000-801fffff(prefetchable) *-pci:2 description: PCI bridge product: PLX Technology, Inc. vendor: PLX Technology, Inc. physical id: 4 bus info: pci@0000:04:04.0 version: bb width: 64 bits clock: 33MHz capabilities: pci pm msi pciexpress bus_master cap_list configuration: driver=pcieport resources: iomemory:1f10-1f0f irq:96 *-pci:3 description: PCI bridge product: PLX Technology, Inc. vendor: PLX Technology, Inc. physical id: 5 bus info: pci@0000:04:05.0 version: bb width: 64 bits clock: 33MHz capabilities: pci pm msi pciexpress bus_master cap_list configuration: driver=pcieport resources: iomemory:1f10-1f0f irq:97 memory:80200000-803fffff(prefetchable) *-pci:3 description: PCI bridge product: RD890 PCI to PCI bridge (PCI express gpp port H) vendor: ATI Technologies Inc physical id: 9 bus info: pci@0000:00:09.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:92 *-storage description: SATA controller product: SB700/SB800 SATA Controller [IDE mode] vendor: ATI Technologies Inc physical id: 11 bus info: pci@0000:00:11.0 logical name: scsi1 version: 00 width: 32 bits clock: 66MHz capabilities: storage pm bus_master cap_list emulated configuration: driver=ahci latency=64 resources: irq:22 ioport:ece8(size=8) ioport:ecf8(size=4) ioport:ecf0(size=8) ioport:ecfc(size=4) ioport:ecd0(size=16) memory:ef2ff800-ef2ffbff *-cdrom description: DVD reader product: DVD-ROM DV-28SW vendor: TEAC physical id: 0.0.0 bus info: scsi@1:0.0.0 logical name: /dev/cdrom logical name: /dev/dvd logical name: /dev/scd0 logical name: /dev/sr0 version: R.2A capabilities: removable audio dvd configuration: ansiversion=5 status=nodisc *-usb:0 description: USB Controller product: SB700/SB800 USB OHCI0 Controller vendor: ATI Technologies Inc physical id: 12 bus info: pci@0000:00:12.0 version: 00 width: 32 bits clock: 66MHz capabilities: bus_master configuration: driver=ohci_hcd latency=64 resources: irq:16 memory:ef2fb000-ef2fbfff *-usb:1 description: USB Controller product: SB700 USB OHCI1 Controller vendor: ATI Technologies Inc physical id: 12.1 bus info: pci@0000:00:12.1 version: 00 width: 32 bits clock: 66MHz capabilities: bus_master configuration: driver=ohci_hcd latency=64 resources: irq:16 memory:ef2fc000-ef2fcfff *-usb:2 description: USB Controller product: SB700/SB800 USB EHCI Controller vendor: ATI Technologies Inc physical id: 12.2 bus info: pci@0000:00:12.2 version: 00 width: 32 bits clock: 66MHz capabilities: pm debug bus_master cap_list configuration: driver=ehci_hcd latency=64 resources: irq:17 memory:ef2ffe00-ef2ffeff *-usb:3 description: USB Controller product: SB700/SB800 USB OHCI0 Controller vendor: ATI Technologies Inc physical id: 13 bus info: pci@0000:00:13.0 version: 00 width: 32 bits clock: 66MHz capabilities: bus_master configuration: driver=ohci_hcd latency=64 resources: irq:18 memory:ef2fd000-ef2fdfff *-usb:4 description: USB Controller product: SB700 USB OHCI1 Controller vendor: ATI Technologies Inc physical id: 13.1 bus info: pci@0000:00:13.1 version: 00 width: 32 bits clock: 66MHz capabilities: bus_master configuration: driver=ohci_hcd latency=64 resources: irq:18 memory:ef2fe000-ef2fefff *-usb:5 description: USB Controller product: SB700/SB800 USB EHCI Controller vendor: ATI Technologies Inc physical id: 13.2 bus info: pci@0000:00:13.2 version: 00 width: 32 bits clock: 66MHz capabilities: pm debug bus_master cap_list configuration: driver=ehci_hcd latency=64 resources: irq:19 memory:ef2fff00-ef2fffff *-serial description: SMBus product: SBx00 SMBus Controller vendor: ATI Technologies Inc physical id: 14 bus info: pci@0000:00:14.0 version: 3d width: 32 bits clock: 66MHz capabilities: ht cap_list configuration: driver=piix4_smbus latency=0 resources: irq:0 *-isa description: ISA bridge product: SB700/SB800 LPC host controller vendor: ATI Technologies Inc physical id: 14.3 bus info: pci@0000:00:14.3 version: 00 width: 32 bits clock: 66MHz capabilities: isa bus_master configuration: latency=0 *-pci:4 description: PCI bridge product: SBx00 PCI to PCI Bridge vendor: ATI Technologies Inc physical id: 14.4 bus info: pci@0000:00:14.4 version: 00 width: 32 bits clock: 66MHz capabilities: pci bus_master resources: memory:ee000000-eeffffff memory:e5800000-e5ffffff(prefetchable) *-display UNCLAIMED description: VGA compatible controller product: MGA G200eW WPCM450 vendor: Matrox Graphics, Inc. physical id: 3 bus info: pci@0000:0a:03.0 version: 0a width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list configuration: latency=32 maxlatency=32 mingnt=16 resources: memory:e5800000-e5ffffff(prefetchable) memory:eeffc000-eeffffff memory:ee000000-ee7fffff memory:ee800000-ee80ffff(prefetchable) *-pci:1 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 101 bus info: pci@0000:00:18.0 version: 00 width: 32 bits clock: 33MHz *-pci:2 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 102 bus info: pci@0000:00:18.1 version: 00 width: 32 bits clock: 33MHz *-pci:3 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 103 bus info: pci@0000:00:18.2 version: 00 width: 32 bits clock: 33MHz *-pci:4 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 104 bus info: pci@0000:00:18.3 version: 00 width: 32 bits clock: 33MHz *-pci:5 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 105 bus info: pci@0000:00:18.4 version: 00 width: 32 bits clock: 33MHz *-pci:6 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 106 bus info: pci@0000:00:19.0 version: 00 width: 32 bits clock: 33MHz *-pci:7 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 107 bus info: pci@0000:00:19.1 version: 00 width: 32 bits clock: 33MHz *-pci:8 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 108 bus info: pci@0000:00:19.2 version: 00 width: 32 bits clock: 33MHz *-pci:9 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 109 bus info: pci@0000:00:19.3 version: 00 width: 32 bits clock: 33MHz *-pci:10 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 10a bus info: pci@0000:00:19.4 version: 00 width: 32 bits clock: 33MHz *-pci:11 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 10b bus info: pci@0000:00:1a.0 version: 00 width: 32 bits clock: 33MHz *-pci:12 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 10c bus info: pci@0000:00:1a.1 version: 00 width: 32 bits clock: 33MHz *-pci:13 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 10d bus info: pci@0000:00:1a.2 version: 00 width: 32 bits clock: 33MHz *-pci:14 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 10e bus info: pci@0000:00:1a.3 version: 00 width: 32 bits clock: 33MHz *-pci:15 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 10f bus info: pci@0000:00:1a.4 version: 00 width: 32 bits clock: 33MHz *-pci:16 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 110 bus info: pci@0000:00:1b.0 version: 00 width: 32 bits clock: 33MHz *-pci:17 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 111 bus info: pci@0000:00:1b.1 version: 00 width: 32 bits clock: 33MHz *-pci:18 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 112 bus info: pci@0000:00:1b.2 version: 00 width: 32 bits clock: 33MHz *-pci:19 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 113 bus info: pci@0000:00:1b.3 version: 00 width: 32 bits clock: 33MHz *-pci:20 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 114 bus info: pci@0000:00:1b.4 version: 00 width: 32 bits clock: 33MHz *-pci:21 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 115 bus info: pci@0000:00:1c.0 version: 00 width: 32 bits clock: 33MHz *-pci:22 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 116 bus info: pci@0000:00:1c.1 version: 00 width: 32 bits clock: 33MHz *-pci:23 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 117 bus info: pci@0000:00:1c.2 version: 00 width: 32 bits clock: 33MHz *-pci:24 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 118 bus info: pci@0000:00:1c.3 version: 00 width: 32 bits clock: 33MHz *-pci:25 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 119 bus info: pci@0000:00:1c.4 version: 00 width: 32 bits clock: 33MHz *-pci:26 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 11a bus info: pci@0000:00:1d.0 version: 00 width: 32 bits clock: 33MHz *-pci:27 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 11b bus info: pci@0000:00:1d.1 version: 00 width: 32 bits clock: 33MHz *-pci:28 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 11c bus info: pci@0000:00:1d.2 version: 00 width: 32 bits clock: 33MHz *-pci:29 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 11d bus info: pci@0000:00:1d.3 version: 00 width: 32 bits clock: 33MHz *-pci:30 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 11e bus info: pci@0000:00:1d.4 version: 00 width: 32 bits clock: 33MHz *-pci:31 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 11f bus info: pci@0000:00:1e.0 version: 00 width: 32 bits clock: 33MHz *-pci:32 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 120 bus info: pci@0000:00:1e.1 version: 00 width: 32 bits clock: 33MHz *-pci:33 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 121 bus info: pci@0000:00:1e.2 version: 00 width: 32 bits clock: 33MHz *-pci:34 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 122 bus info: pci@0000:00:1e.3 version: 00 width: 32 bits clock: 33MHz *-pci:35 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 123 bus info: pci@0000:00:1e.4 version: 00 width: 32 bits clock: 33MHz *-pci:36 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration vendor: Advanced Micro Devices [AMD] physical id: 124 bus info: pci@0000:00:1f.0 version: 00 width: 32 bits clock: 33MHz *-pci:37 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Address Map vendor: Advanced Micro Devices [AMD] physical id: 125 bus info: pci@0000:00:1f.1 version: 00 width: 32 bits clock: 33MHz *-pci:38 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] DRAM Controller vendor: Advanced Micro Devices [AMD] physical id: 126 bus info: pci@0000:00:1f.2 version: 00 width: 32 bits clock: 33MHz *-pci:39 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Miscellaneous Control vendor: Advanced Micro Devices [AMD] physical id: 127 bus info: pci@0000:00:1f.3 version: 00 width: 32 bits clock: 33MHz *-pci:40 description: Host bridge product: K10 [Opteron, Athlon64, Sempron] Link Control vendor: Advanced Micro Devices [AMD] physical id: 128 bus info: pci@0000:00:1f.4 version: 00 width: 32 bits clock: 33MHz *-pci:41 description: Host bridge product: RD890 Northbridge only dual slot (2x8) PCI-e GFX Hydra part vendor: ATI Technologies Inc physical id: 129 bus info: pci@0000:20:00.0 version: 02 width: 32 bits clock: 33MHz *-pci:0 description: PCI bridge product: RD890 PCI to PCI bridge (PCI express gpp port B) vendor: ATI Technologies Inc physical id: 2 bus info: pci@0000:20:02.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:98 *-pci:1 description: PCI bridge product: RD890 PCI to PCI bridge (PCI express gpp port C) vendor: ATI Technologies Inc physical id: 3 bus info: pci@0000:20:03.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:99 *-pci:2 description: PCI bridge product: RD890 PCI to PCI bridge (NB-SB link) vendor: ATI Technologies Inc physical id: b bus info: pci@0000:20:0b.0 version: 00 width: 32 bits clock: 33MHz capabilities: pci pm pciexpress msi ht bus_master cap_list configuration: driver=pcieport resources: irq:100 *-scsi physical id: 1 bus info: usb@2:2.4 logical name: scsi5 capabilities: emulated scsi-host configuration: driver=usb-storage *-disk description: SCSI Disk physical id: 0.0.0 bus info: scsi@5:0.0.0 logical name: /dev/sdb size: 976MiB (1023MB) capabilities: partitioned partitioned:dos configuration: signature=0004c388 *-volume:0 description: EXT4 volume vendor: Linux physical id: 1 bus info: scsi@5:0.0.0,1 logical name: /dev/sdb1 logical name: / version: 1.0 serial: e28eb557-f047-4b75-afa5-a88f2f8bc5f5 size: 866MiB capacity: 866MiB capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration: created=2010-05-14 21:32:02 filesystem=ext4 lastmountpoint=/media/e28eb557-f047-4b75-afa5-a88f2f8bc5f58�qv����C�(�qv modified=2010-05-14 22:26:04 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,barrier=1,data=ordered mounted=2010-05-14 22:28:34 state=mounted *-volume:1 description: Extended partition physical id: 2 bus info: scsi@5:0.0.0,2 logical name: /dev/sdb2 size: 108MiB capacity: 108MiB capabilities: primary extended partitioned partitioned:extended *-logicalvolume description: Linux swap / Solaris partition physical id: 5 logical name: /dev/sdb5 capacity: 108MiB capabilities: nofs total used free shared buffers cached Mem: 66097252 7834568 58262684 0 17808 170924 -/+ buffers/cache: 7645836 58451416 Swap: 110584 0 110584 processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 0 cpu cores : 12 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.74 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 1 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 0 cpu cores : 12 apicid : 16 initial apicid : 16 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 2 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 0 cpu cores : 12 apicid : 32 initial apicid : 32 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 3 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 0 cpu cores : 12 apicid : 48 initial apicid : 48 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 4 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 1 cpu cores : 12 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 5 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 1 cpu cores : 12 apicid : 17 initial apicid : 17 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 6 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 1 cpu cores : 12 apicid : 33 initial apicid : 33 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 7 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 1 cpu cores : 12 apicid : 49 initial apicid : 49 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 8 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 2 cpu cores : 12 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.15 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 9 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 2 cpu cores : 12 apicid : 18 initial apicid : 18 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 10 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 2 cpu cores : 12 apicid : 34 initial apicid : 34 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 11 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 2 cpu cores : 12 apicid : 50 initial apicid : 50 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 12 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 3 cpu cores : 12 apicid : 3 initial apicid : 3 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 13 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 3 cpu cores : 12 apicid : 19 initial apicid : 19 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 14 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 3 cpu cores : 12 apicid : 35 initial apicid : 35 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 15 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 3 cpu cores : 12 apicid : 51 initial apicid : 51 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 16 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 4 cpu cores : 12 apicid : 4 initial apicid : 4 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.10 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 17 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 4 cpu cores : 12 apicid : 20 initial apicid : 20 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 18 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 4 cpu cores : 12 apicid : 36 initial apicid : 36 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 19 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 4 cpu cores : 12 apicid : 52 initial apicid : 52 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 20 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 5 cpu cores : 12 apicid : 5 initial apicid : 5 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 21 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 5 cpu cores : 12 apicid : 21 initial apicid : 21 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 22 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 5 cpu cores : 12 apicid : 37 initial apicid : 37 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 23 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 5 cpu cores : 12 apicid : 53 initial apicid : 53 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 24 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 0 cpu cores : 12 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 25 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 0 cpu cores : 12 apicid : 22 initial apicid : 22 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 26 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 0 cpu cores : 12 apicid : 38 initial apicid : 38 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 27 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 0 cpu cores : 12 apicid : 54 initial apicid : 54 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 28 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 1 cpu cores : 12 apicid : 7 initial apicid : 7 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 29 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 1 cpu cores : 12 apicid : 23 initial apicid : 23 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 30 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 1 cpu cores : 12 apicid : 39 initial apicid : 39 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 31 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 1 cpu cores : 12 apicid : 55 initial apicid : 55 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 32 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 2 cpu cores : 12 apicid : 8 initial apicid : 8 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 33 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 2 cpu cores : 12 apicid : 24 initial apicid : 24 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 34 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 2 cpu cores : 12 apicid : 40 initial apicid : 40 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 35 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 2 cpu cores : 12 apicid : 56 initial apicid : 56 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 36 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 3 cpu cores : 12 apicid : 9 initial apicid : 9 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.14 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 37 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 3 cpu cores : 12 apicid : 25 initial apicid : 25 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 38 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 3 cpu cores : 12 apicid : 41 initial apicid : 41 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 39 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 3 cpu cores : 12 apicid : 57 initial apicid : 57 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 40 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 4 cpu cores : 12 apicid : 10 initial apicid : 10 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 41 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 4 cpu cores : 12 apicid : 26 initial apicid : 26 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 42 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 4 cpu cores : 12 apicid : 42 initial apicid : 42 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 43 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 4 cpu cores : 12 apicid : 58 initial apicid : 58 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 44 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 0 siblings : 12 core id : 5 cpu cores : 12 apicid : 11 initial apicid : 11 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 45 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 1 siblings : 12 core id : 5 cpu cores : 12 apicid : 27 initial apicid : 27 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.12 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 46 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 2 siblings : 12 core id : 5 cpu cores : 12 apicid : 43 initial apicid : 43 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 47 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6174 stepping : 1 cpu MHz : 2200.377 cache size : 512 KB physical id : 3 siblings : 12 core id : 5 cpu cores : 12 apicid : 59 initial apicid : 59 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt bogomips : 4400.13 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate /dev/sdb1 on / type ext4 (rw,errors=remount-ro) proc on /proc type proc (rw,noexec,nosuid,nodev) none on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) none on /dev type devtmpfs (rw,mode=0755) none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) none on /dev/shm type tmpfs (rw,nosuid,nodev) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) none on /var/run type tmpfs (rw,nosuid,mode=0755) none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) none on /var/lib/ureadahead/debugfs type debugfs (rw,relatime) Filesystem Size Used Avail Use% Mounted on /dev/sdb1 853M 843M 0 100% / none 32G 252K 32G 1% /dev none 32G 0 32G 0% /dev/shm tmpfs 32G 28K 32G 1% /tmp none 32G 48K 32G 1% /var/run none 32G 0 32G 0% /var/lock none 32G 0 32G 0% /lib/init/rw none 853M 843M 0 100% /var/lib/ureadahead/debugfs