--- Begin Message ---
Package: installation-reports
Severity: normal
Package: installation-reports
Severity: normal
This is an installation for Debian Wheezy Netinst amd64 on
an SGI Altix UV1000 supercomputer. This UV1000 is a large
multiprocessor with 64 physical CPUs with 8 cores each
plus hyperthreading giving a total of 1024 threads which are
shown as single CPUs by the Linux kernel:
glaubitz@uv1000:~> grep ^processor /proc/cpuinfo |wc -l
1024
glaubitz@uv1000:~>
The total physical memory is 2 TiB:
glaubitz@uv1000:~> cat /proc/meminfo |grep MemTotal
MemTotal: 2117361652 kB
glaubitz@uv1000:~>
The hardware uses a blade design with two blade chassis containing
16 blades each with each blade accomodating two Intel Xeon X7560
CPUs and 64 GiB RAM. The blades are connected with an external
NUMA bus called NUMAlink 5.
Blade 1 is the primary blade and features external I/O like VGA,
USB and Ethernet connectors, it's called base-I/O-enabled blade.
The UV1000 can be booted into single mode meaning the system
merely boots the first blade and thus with only two physical
CPUs and 64 GiB RAM.
The single-blade mode is actually recommended by SGI for installing
the system as this dramatically reduces the boot time as well as
avoids problems with the boot loader. Installing Debian Wheezy in
single-blade mode works fine and as expected with no difference
to any other x86 server hardware. It should be noted that the UV1000
uses an UEFI firmware instead of a BIOS, but GRUB2 in Debian Wheezy
works just fine with the UV1000's UEFI firmware.
However, trouble starts when trying to boot the UV1000 into multi-blade
mode as both the standard Debian boot loader as well as the kernel need
to be replaced and tuned, respectively, to get Debian working in this mode.
The Linux kernel needs to be recompiled with support for the UV1000's
APIC enabled which is disabled in the Debian kernel by default. The
option which needs to be enabled is called: CONFIG_X86_UV. Additionally,
we need to enable CONFIG_MAXSMP to allow the Linux kernel to use more
than 512 CPU threads. Setting both options naturally require a recompilation
of the kernel.
For this, I downloaded the vanilla kernel source from kernel.org for
version 3.12.11, copied the Debian kernel configuration for version
3.12-0.bpo.1-amd64 and ran "make menuconfig" to enable
"Support for extended (non-PC) x86 platforms->SGI Ultraviolet" as well
as "Enable Maximum number of SMP Processors and NUMA Nodes", then
just recompile and install the kernel with:
make
make modules_install
make install
Additionally, the kernel needs to be booted with a certain set of parameters
which I retrieved from the knowledge base from RedHat [1]:
nmi_watchdog=0 add_efi_memmap nortsched processor.max_cstate=1 log_buf_len=8M
pci=hpiosize=0,hpmemsize=0,nobar nohz=off cgroup_disable=memory pcie_aspm=on
intel_iommu=off earlyprintk=ttyS0,115200n8 console=ttyS0,115200n8 showopts
init=/bin/systemd
I simply added support for early printk and a terminal through the serial
console (which can be accessed through the "uvcon" command from the chassis
management controller's serial console) as well as replacing System V Init
with a backported version of systemd 204.
GRUB2 didn't work at all. Booting the GRUB2 version from Wheezy resulted in
an error message:
"Too many e820 memory map entries"
which was fixed in newer versions of GRUB2 [2]. Even if newer versions don't
abort with this error anymore, I am still unable to boot the UV1000 in
multi-blade mode using GRUB2. Surprisingly, elilo works just fine
and both ELILO and GRUB1 are actually still recommended by SGI.
Once GRUB2 has been replaced by ELILO and the kernel has been modified
as shown above, the UV1000 runs fine and reliable with Debian Wheezy.
It's important to note that all of the above mentioned kernel parameters
(except the serial console redirection and systemd as init option) are
mandatory for the UV1000 to run reliably. Missing either of these options
can result in the system becoming slow, unstable or even locking up due
to NMI errors (these show up in the kernel log).
Cheers,
Adrian
> [1] https://access.redhat.com/site/articles/42548
> [2]
> http://git.savannah.gnu.org/cgit/grub.git/commit/?id=a4e5ca80d97077cf302223a7c6aa38a2a9bedf8a
-- Package-specific info:
Boot method: CD
Image version:
ftp://ftp.de.debian.org/debian-cd/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-netinst.iso
Date: January, 10 2014 15:00 CET
Machine: SGI Altix UV1000
Partitions:
glaubitz@uv1000:~> df -Tl
Filesystem Type
1K-blocks Used Available Use% Mounted on
rootfs rootfs
30628800 21732732 7333548 75% /
udev devtmpfs
10240 0 10240 0% /dev
tmpfs tmpfs
211736168 22588 211713580 1% /run
/dev/disk/by-id/scsi-3600508e00000000050f581bcee87700b-part3 ext3
30628800 21732732 7333548 75% /
tmpfs tmpfs
1058680824 0 1058680824 0% /dev/shm
tmpfs tmpfs
1058680824 0 1058680824 0% /sys/fs/cgroup
tmpfs tmpfs
102400 0 102400 0% /run/user
none tmpfs
1058680824 216 1058680608 1% /tmp
tmpfs tmpfs
5120 0 5120 0% /run/lock
/dev/sda1 vfat
498424 342736 155688 69% /boot/efi
glaubitz@uv1000:~>
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot: [O]
Detect network card: [O]
Configure network: [O]
Detect CD: [O]
Load installer modules: [O]
Clock/timezone setup: [O]
User/password setup: [O]
Detect hard drives: [O]
Partition hard drives: [O]
Install base system: [O]
Install tasks: [O]
Install boot loader: [E]
Overall install: [O]
Comments/Problems:
Kernel as well as boot loader require modifications, see above.
--
Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.
Once you have filled out this report, mail it to sub...@bugs.debian.org.
==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7 (wheezy) - installer build 20130613+deb7u1+b1"
X_INSTALLATION_MEDIUM=cdrom
==============================================
Installer hardware-summary:
==============================================
uname -a: Linux uv1000 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
lspci -knn: 0000:00:00.0 Host bridge [0600]: Intel Corporation 5520/5500/X58
I/O Hub to ESI Port [8086:3407] (rev 22)
lspci -knn: Subsystem: Intel Corporation Device [8086:0000]
lspci -knn: 0000:00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O
Hub PCI Express Root Port 1 [8086:3408] (rev 22)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 0000:00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O
Hub PCI Express Root Port 3 [8086:340a] (rev 22)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 0000:00:0d.0 Host bridge [0600]: Intel Corporation Device
[8086:343a] (rev 22)
lspci -knn: 0000:00:0d.1 Host bridge [0600]: Intel Corporation Device
[8086:343b] (rev 22)
lspci -knn: 0000:00:0d.2 Host bridge [0600]: Intel Corporation Device
[8086:343c] (rev 22)
lspci -knn: 0000:00:0d.3 Host bridge [0600]: Intel Corporation Device
[8086:343d] (rev 22)
lspci -knn: 0000:00:0d.4 Host bridge [0600]: Intel Corporation
7500/5520/5500/X58 Physical Layer Port 0 [8086:3418] (rev 22)
lspci -knn: 0000:00:0d.5 Host bridge [0600]: Intel Corporation 7500/5520/5500
Physical Layer Port 1 [8086:3419] (rev 22)
lspci -knn: 0000:00:0d.6 Host bridge [0600]: Intel Corporation Device
[8086:341a] (rev 22)
lspci -knn: 0000:00:0d.7 Host bridge [0600]: Intel Corporation Device
[8086:341b] (rev 22)
lspci -knn: 0000:00:0e.0 Host bridge [0600]: Intel Corporation Device
[8086:341c] (rev 22)
lspci -knn: 0000:00:0e.1 Host bridge [0600]: Intel Corporation Device
[8086:341d] (rev 22)
lspci -knn: 0000:00:0e.2 Host bridge [0600]: Intel Corporation Device
[8086:341e] (rev 22)
lspci -knn: 0000:00:0e.3 Host bridge [0600]: Intel Corporation Device
[8086:341f] (rev 22)
lspci -knn: 0000:00:0e.4 Host bridge [0600]: Intel Corporation Device
[8086:3439] (rev 22)
lspci -knn: 0000:00:10.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58
Physical and Link Layer Registers Port 0 [8086:3425] (rev 22)
lspci -knn: 0000:00:10.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58
Routing and Protocol Layer Registers Port 0 [8086:3426] (rev 22)
lspci -knn: 0000:00:11.0 PIC [0800]: Intel Corporation 7500/5520/5500 Physical
and Link Layer Registers Port 1 [8086:3427] (rev 22)
lspci -knn: 0000:00:11.1 PIC [0800]: Intel Corporation 7500/5520/5500 Routing &
Protocol Layer Register Port 1 [8086:3428] (rev 22)
lspci -knn: 0000:00:13.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O
Hub I/OxAPIC Interrupt Controller [8086:342d] (rev 22)
lspci -knn: 0000:00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O
Hub System Management Registers [8086:342e] (rev 22)
lspci -knn: 0000:00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O
Hub GPIO and Scratch Pad Registers [8086:3422] (rev 22)
lspci -knn: 0000:00:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O
Hub Control Status and RAS Registers [8086:3423] (rev 22)
lspci -knn: 0000:00:14.3 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O
Hub Throttle Registers [8086:3438] (rev 22)
lspci -knn: 0000:00:16.0 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:3430] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.1 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:3431] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.2 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:3432] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.3 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:3433] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.4 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:3429] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.5 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:342a] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.6 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:342b] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:16.7 System peripheral [0880]: Intel Corporation
5520/5500/X58 Chipset QuickData Technology Device [8086:342c] (rev 22)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:1a.0 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #4 [8086:3a37]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 0000:00:1a.1 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #5 [8086:3a38]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 0000:00:1a.2 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #6 [8086:3a39]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 0000:00:1a.7 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:7270]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 0000:00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10
Family) PCI Express Root Port 5 [8086:3a48]
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 0000:00:1d.0 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #1 [8086:3a34]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 0000:00:1d.1 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #2 [8086:3a35]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 0000:00:1d.2 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #3 [8086:3a36]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 0000:00:1d.7 USB controller [0c03]: Intel Corporation 82801JI
(ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:7270]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 0000:00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev 90)
lspci -knn: 0000:00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R)
LPC Interface Controller [8086:3a16]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family)
SMBus Controller [8086:3a30]
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:0000]
lspci -knn: 0000:01:00.0 Ethernet controller [0200]: Intel Corporation 82576
Gigabit Network Connection [8086:10c9] (rev 01)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:8028]
lspci -knn: Kernel driver in use: igb
lspci -knn: 0000:01:00.1 Ethernet controller [0200]: Intel Corporation 82576
Gigabit Network Connection [8086:10c9] (rev 01)
lspci -knn: Subsystem: Silicon Graphics Intl. Corp. Device [10a9:8028]
lspci -knn: Kernel driver in use: igb
lspci -knn: 0000:04:00.0 SCSI storage controller [0100]: LSI Logic / Symbios
Logic SAS1064ET PCI-Express Fusion-MPT SAS [1000:0056] (rev 08)
lspci -knn: Subsystem: LSI Logic / Symbios Logic Device [1000:1000]
lspci -knn: Kernel driver in use: mptsas
lspci -knn: 0000:05:00.0 VGA compatible controller [0300]: Matrox Electronics
Systems Ltd. MGA G200e [Pilot] ServerEngines (SEP1) [102b:0522] (rev 02)
lspci -knn: Subsystem: Emulex Corporation Device [19a2:0101]
lspci -knn: 1000:3e:00.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 1 [8086:2b00] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:00.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 2 [8086:2b02] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:00.4 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 3 [8086:2b22] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:00.6 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 4 [8086:2b2a] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:01.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Power Controller [8086:2b04] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:02.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Caching Agent 0 [8086:2b08] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:03.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Caching Agent 1 [8086:2b0c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:04.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Home Agent 0 [8086:2b10] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:05.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 0a [8086:2b14] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:05.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 0b [8086:2b16] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:05.4 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 0c [8086:2b13] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:06.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Home Agent 1 [8086:2b18] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:07.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 1a [8086:2b1c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:07.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 1b [8086:2b1e] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:07.4 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 1c [8086:2b1b] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:08.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 0 [8086:2b20] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:09.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 1 [8086:2b24] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:0a.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 2 [8086:2b28] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:0b.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 3 [8086:2b2c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:0c.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 4 [8086:2b30] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:0d.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 5 [8086:2b34] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:0e.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 6 [8086:2b38] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:0f.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 7 [8086:2b3c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:10.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 0-1 [8086:2b40] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:10.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 2-3 [8086:2b42] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:10.4 Host bridge [0600]: Intel Corporation Device
[8086:2b32] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:10.6 Host bridge [0600]: Intel Corporation Device
[8086:2b3a] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:11.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 4-5 [8086:2b44] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:11.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 6-7 [8086:2b46] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:11.4 Host bridge [0600]: Intel Corporation Device
[8086:2b36] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:11.6 Host bridge [0600]: Intel Corporation Device
[8086:2b3e] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:12.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Test and Debug 0 [8086:2b48] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:13.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Test and Debug 1 [8086:2b4c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:14.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 0: REUT control/status [8086:2b50] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:14.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 0: Misc. control/status [8086:2b52] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:15.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 1: REUT control/status [8086:2b54] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:15.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 1: Misc. control/status [8086:2b56] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:16.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 2: REUT control/status [8086:2b58] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:16.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 2: Misc. control/status [8086:2b5a] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:17.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 3: REUT control/status [8086:2b5c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:17.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 3: Misc. control/status [8086:2b5e] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:18.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 0: REUT control/status [8086:2b60] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:18.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 0: Misc control/status [8086:2b62] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:19.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 1: REUT control/status [8086:2b64] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3e:19.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 1: Misc control/status [8086:2b66] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:00.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 1 [8086:2b00] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:00.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 2 [8086:2b02] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:00.4 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 3 [8086:2b22] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:00.6 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family System Configuration Controller 4 [8086:2b2a] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:01.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Power Controller [8086:2b04] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:02.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Caching Agent 0 [8086:2b08] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:03.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Caching Agent 1 [8086:2b0c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:04.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Home Agent 0 [8086:2b10] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:05.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 0a [8086:2b14] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:05.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 0b [8086:2b16] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:05.4 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 0c [8086:2b13] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:06.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Home Agent 1 [8086:2b18] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:07.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 1a [8086:2b1c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:07.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 1b [8086:2b1e] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:07.4 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Memory Controller 1c [8086:2b1b] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:08.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 0 [8086:2b20] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:09.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 1 [8086:2b24] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:0a.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 2 [8086:2b28] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:0b.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 3 [8086:2b2c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:0c.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 4 [8086:2b30] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:0d.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 5 [8086:2b34] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:0e.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 6 [8086:2b38] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:0f.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Last Level Cache Coherence Engine 7 [8086:2b3c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:10.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 0-1 [8086:2b40] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:10.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 2-3 [8086:2b42] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:10.4 Host bridge [0600]: Intel Corporation Device
[8086:2b32] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:10.6 Host bridge [0600]: Intel Corporation Device
[8086:2b3a] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:11.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 4-5 [8086:2b44] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:11.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Router Port 6-7 [8086:2b46] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:11.4 Host bridge [0600]: Intel Corporation Device
[8086:2b36] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:11.6 Host bridge [0600]: Intel Corporation Device
[8086:2b3e] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:12.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Test and Debug 0 [8086:2b48] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:13.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family Test and Debug 1 [8086:2b4c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:14.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 0: REUT control/status [8086:2b50] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:14.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 0: Misc. control/status [8086:2b52] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:15.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 1: REUT control/status [8086:2b54] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:15.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 1: Misc. control/status [8086:2b56] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:16.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 2: REUT control/status [8086:2b58] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:16.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 2: Misc. control/status [8086:2b5a] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:17.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 3: REUT control/status [8086:2b5c] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:17.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family QPI Physical Port 3: Misc. control/status [8086:2b5e] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:18.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 0: REUT control/status [8086:2b60] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:18.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 0: Misc control/status [8086:2b62] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:19.0 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 1: REUT control/status [8086:2b64] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
lspci -knn: 1000:3f:19.2 Host bridge [0600]: Intel Corporation Xeon Processor
E7 Product Family SMI Physical Port 1: Misc control/status [8086:2b66] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:8086]
usb-list:
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 01 Device 03: Composite Device [046b:ff92]
usb-list: Level 01 Parent 01 Port 03 Class 00(>ifc ) Subclass 00 Protocol 00
usb-list: Manufacturer: American Megatrends Inc.
usb-list: Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver
usb-storage
usb-list:
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 02 Device 02: EHCI Host Controller [090c:1000]
usb-list: Level 01 Parent 01 Port 00 Class 00(>ifc ) Subclass 00 Protocol 00
usb-list: Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver
usb-storage
usb-list:
usb-list: Bus 03 Device 01: UHCI Host Controller [1d6b:0001]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 04 Device 01: UHCI Host Controller [1d6b:0001]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 04 Device 02: Virtual Keyboard and Mouse [046b:ff10]
usb-list: Level 01 Parent 01 Port 00 Class 00(>ifc ) Subclass 00 Protocol 00
usb-list: Manufacturer: American Megatrends Inc.
usb-list: Interface 00: Class 03(HID ) Subclass 01 Protocol 01 Driver usbhid
usb-list: Interface 01: Class 03(HID ) Subclass 01 Protocol 02 Driver usbhid
usb-list:
usb-list: Bus 05 Device 01: UHCI Host Controller [1d6b:0001]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 06 Device 01: UHCI Host Controller [1d6b:0001]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 07 Device 01: UHCI Host Controller [1d6b:0001]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
usb-list:
usb-list: Bus 08 Device 01: UHCI Host Controller [1d6b:0001]
usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 00
usb-list: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub
lsmod: Module Size Used by
lsmod: hfsplus 71616 0
lsmod: hfs 45877 0
lsmod: minix 27623 0
lsmod: msdos 17077 0
lsmod: fuse 62020 0
lsmod: ufs 58774 0
lsmod: qnx4 13184 0
lsmod: ntfs 163882 0
lsmod: reiserfs 192132 0
lsmod: battery 13146 0
lsmod: power_supply 13475 1 battery
lsmod: nls_cp437 16553 1
lsmod: dm_mod 63645 0
lsmod: md_mod 87742 0
lsmod: xfs 590943 0
lsmod: jfs 137196 0
lsmod: ext4 350763 0
lsmod: crc16 12343 1 ext4
lsmod: jbd2 62115 1 ext4
lsmod: ext3 162072 2
lsmod: jbd 56902 1 ext3
lsmod: btrfs 505636 0
lsmod: crc32c 12656 1
lsmod: libcrc32c 12426 1 btrfs
lsmod: zlib_deflate 25638 1 btrfs
lsmod: vfat 17316 1
lsmod: fat 45642 2 vfat,msdos
lsmod: ext2 59231 0
lsmod: mbcache 13114 3 ext2,ext3,ext4
lsmod: efivars 17916 0
lsmod: mptsas 35953 4
lsmod: scsi_transport_sas 29388 1 mptsas
lsmod: igb 98500 0
lsmod: mptscsih 22710 1 mptsas
lsmod: mptbase 56773 2 mptscsih,mptsas
lsmod: dca 13240 1 igb
lsmod: nls_utf8 12456 1
lsmod: isofs 35171 0
lsmod: sg 25874 0
lsmod: sr_mod 21899 0
lsmod: sd_mod 36136 5
lsmod: cdrom 35401 1 sr_mod
lsmod: crc_t10dif 12348 1 sd_mod
lsmod: usbhid 36418 0
lsmod: hid 81328 1 usbhid
lsmod: usb_storage 43870 0
lsmod: scsi_mod 162269 7
usb_storage,sd_mod,sr_mod,sg,mptscsih,scsi_transport_sas,mptsas
lsmod: vga16fb 17378 0
lsmod: vgastate 12617 1 vga16fb
lsmod: thermal 17383 0
lsmod: fan 12674 0
lsmod: thermal_sys 18040 2 fan,thermal
lsmod: uhci_hcd 26865 0
lsmod: ehci_hcd 40215 0
lsmod: usbcore 128741 5 ehci_hcd,uhci_hcd,usb_storage,usbhid
lsmod: usb_common 12354 1 usbcore
df: Filesystem 1K-blocks Used Available Use% Mounted on
df: none 6609460 60 6609400 0% /run
df: tmpfs 33047296 0 33047296 0% /dev
df: /dev/sdc3 30759872 916436 28280916 3% /target
df: /dev/sdc1 498424 11864 486560 2% /target/boot/efi
df: /dev/sdc3 30759872 916436 28280916 3% /dev/.static/dev
df: tmpfs 33047296 0 33047296 0% /target/dev
df: /dev/sdc2 223751748 12911524 209703628 6% /target/mnt
free: total used free shared buffers
free: Mem: 66094596 1333032 64761564 0 97336
free: -/+ buffers: 1235696 64858900
free: Swap: 33739772 0 33739772
/proc/cmdline: BOOT_IMAGE=/install.amd/vmlinuz vga=788 -- quiet
/proc/cpuinfo: processor : 0
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 0
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 0
/proc/cpuinfo: initial apicid : 0
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4532.62
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 1
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 1
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 2
/proc/cpuinfo: initial apicid : 2
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.34
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 2
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 2
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 4
/proc/cpuinfo: initial apicid : 4
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.34
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 3
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 3
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 6
/proc/cpuinfo: initial apicid : 6
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.34
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 4
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 8
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 16
/proc/cpuinfo: initial apicid : 16
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.32
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 5
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 9
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 18
/proc/cpuinfo: initial apicid : 18
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.33
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 6
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 10
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 20
/proc/cpuinfo: initial apicid : 20
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.35
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 7
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 11
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 22
/proc/cpuinfo: initial apicid : 22
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.33
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 8
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 0
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 32
/proc/cpuinfo: initial apicid : 32
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.42
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 9
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 1
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 34
/proc/cpuinfo: initial apicid : 34
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.46
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 10
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 2
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 36
/proc/cpuinfo: initial apicid : 36
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.42
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 11
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 3
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 38
/proc/cpuinfo: initial apicid : 38
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.42
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 12
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 8
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 48
/proc/cpuinfo: initial apicid : 48
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.42
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 13
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 9
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 50
/proc/cpuinfo: initial apicid : 50
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 14
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 10
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 52
/proc/cpuinfo: initial apicid : 52
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.41
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 15
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 11
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 54
/proc/cpuinfo: initial apicid : 54
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.45
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 16
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 0
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 1
/proc/cpuinfo: initial apicid : 1
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 17
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 1
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 3
/proc/cpuinfo: initial apicid : 3
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.41
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 18
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 2
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 5
/proc/cpuinfo: initial apicid : 5
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 19
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 3
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 7
/proc/cpuinfo: initial apicid : 7
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 20
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 8
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 17
/proc/cpuinfo: initial apicid : 17
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.42
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 21
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 9
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 19
/proc/cpuinfo: initial apicid : 19
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 22
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 10
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 21
/proc/cpuinfo: initial apicid : 21
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 23
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 11
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 23
/proc/cpuinfo: initial apicid : 23
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.39
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 24
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 0
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 33
/proc/cpuinfo: initial apicid : 33
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.44
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 25
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 1
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 35
/proc/cpuinfo: initial apicid : 35
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 26
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 2
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 37
/proc/cpuinfo: initial apicid : 37
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.41
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 27
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 3
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 39
/proc/cpuinfo: initial apicid : 39
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.41
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 28
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 8
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 49
/proc/cpuinfo: initial apicid : 49
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.40
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 29
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 9
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 51
/proc/cpuinfo: initial apicid : 51
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.42
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 30
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 10
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 53
/proc/cpuinfo: initial apicid : 53
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.44
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 31
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 46
/proc/cpuinfo: model name : Intel(R) Xeon(R) CPU X7560 @
2.27GHz
/proc/cpuinfo: stepping : 6
/proc/cpuinfo: microcode : 0x8
/proc/cpuinfo: cpu MHz : 2266.312
/proc/cpuinfo: cache size : 24576 KB
/proc/cpuinfo: physical id : 1
/proc/cpuinfo: siblings : 16
/proc/cpuinfo: core id : 11
/proc/cpuinfo: cpu cores : 8
/proc/cpuinfo: apicid : 55
/proc/cpuinfo: initial apicid : 55
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 11
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 sse4_2 x2apic popcnt lahf_lm ida epb dtherm tpr_shadow vnmi
flexpriority ept vpid
/proc/cpuinfo: bogomips : 4533.43
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 44 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/ioports: 0000-001f : dma1
/proc/ioports: 0020-0021 : pic1
/proc/ioports: 0040-0043 : timer0
/proc/ioports: 0050-0053 : timer1
/proc/ioports: 0060-0060 : keyboard
/proc/ioports: 0064-0064 : keyboard
/proc/ioports: 0070-0071 : rtc0
/proc/ioports: 0080-008f : dma page reg
/proc/ioports: 00a0-00a1 : pic2
/proc/ioports: 00b2-00b2 : APEI ERST
/proc/ioports: 00c0-00df : dma2
/proc/ioports: 00f0-00ff : fpu
/proc/ioports: 02f8-02ff : serial
/proc/ioports: 03f8-03ff : serial
/proc/ioports: 0400-047f : pnp 00:09
/proc/ioports: 0400-0403 : ACPI PM1a_EVT_BLK
/proc/ioports: 0404-0405 : ACPI PM1a_CNT_BLK
/proc/ioports: 0408-040b : ACPI PM_TMR
/proc/ioports: 0420-042f : ACPI GPE0_BLK
/proc/ioports: 0450-0450 : ACPI PM2_CNT_BLK
/proc/ioports: 0500-053f : pnp 00:09
/proc/ioports: 0540-057f : pnp 00:09
/proc/ioports: 0600-061f : pnp 00:09
/proc/ioports: 0800-081f : pnp 00:09
/proc/ioports: 0ca0-0ca5 : pnp 00:09
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 1000-1fff : PCI Bus 0000:04
/proc/ioports: 1000-10ff : 0000:04:00.0
/proc/ioports: 2000-2fff : PCI Bus 0000:01
/proc/ioports: 2000-201f : 0000:01:00.1
/proc/ioports: 2020-203f : 0000:01:00.0
/proc/ioports: 3000-301f : 0000:00:1f.3
/proc/ioports: 3020-303f : 0000:00:1d.2
/proc/ioports: 3020-303f : uhci_hcd
/proc/ioports: 3040-305f : 0000:00:1d.1
/proc/ioports: 3040-305f : uhci_hcd
/proc/ioports: 3060-307f : 0000:00:1d.0
/proc/ioports: 3060-307f : uhci_hcd
/proc/ioports: 3080-309f : 0000:00:1a.2
/proc/ioports: 3080-309f : uhci_hcd
/proc/ioports: 30a0-30bf : 0000:00:1a.1
/proc/ioports: 30a0-30bf : uhci_hcd
/proc/ioports: 30c0-30df : 0000:00:1a.0
/proc/ioports: 30c0-30df : uhci_hcd
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0008efff : System RAM
/proc/iomem: 0008f000-0008ffff : ACPI Non-volatile Storage
/proc/iomem: 00090000-0009ffff : System RAM
/proc/iomem: 000c0000-000c7fff : Video ROM
/proc/iomem: 000f0000-000fffff : System ROM
/proc/iomem: 00100000-74bcefff : System RAM
/proc/iomem: 01000000-01358b25 : Kernel code
/proc/iomem: 01358b26-01694d7f : Kernel data
/proc/iomem: 01729000-01806fff : Kernel bss
/proc/iomem: 74bcf000-74bd1fff : reserved
/proc/iomem: 74bd2000-75ba7fff : System RAM
/proc/iomem: 75ba8000-75bb0fff : reserved
/proc/iomem: 75bb1000-75bbffff : System RAM
/proc/iomem: 75bc0000-75bc0fff : reserved
/proc/iomem: 75bc1000-75bc2fff : System RAM
/proc/iomem: 75bc3000-75bdcfff : reserved
/proc/iomem: 75bdd000-75dd6fff : System RAM
/proc/iomem: 75dd7000-75dd7fff : reserved
/proc/iomem: 75dd8000-75e26fff : System RAM
/proc/iomem: 75e27000-75e29fff : reserved
/proc/iomem: 75e2a000-75e37fff : System RAM
/proc/iomem: 75e38000-75e3cfff : reserved
/proc/iomem: 75e3d000-75e48fff : System RAM
/proc/iomem: 75e49000-75e51fff : reserved
/proc/iomem: 75e52000-75e77fff : System RAM
/proc/iomem: 75e78000-75e7afff : reserved
/proc/iomem: 75e7b000-75e80fff : System RAM
/proc/iomem: 75e81000-75e88fff : reserved
/proc/iomem: 75e89000-75e8afff : System RAM
/proc/iomem: 75e8b000-75e8cfff : reserved
/proc/iomem: 75e8d000-75edffff : System RAM
/proc/iomem: 75ee0000-75ee4fff : reserved
/proc/iomem: 75ee5000-75ee6fff : System RAM
/proc/iomem: 75ee7000-75f00fff : reserved
/proc/iomem: 75f01000-762e2fff : System RAM
/proc/iomem: 762e3000-762e4fff : reserved
/proc/iomem: 762e5000-7630bfff : System RAM
/proc/iomem: 7630c000-7633bfff : reserved
/proc/iomem: 7633c000-76392fff : System RAM
/proc/iomem: 76393000-76393fff : reserved
/proc/iomem: 76394000-763f2fff : System RAM
/proc/iomem: 763f3000-763f7fff : reserved
/proc/iomem: 763f8000-76509fff : System RAM
/proc/iomem: 7650a000-7650bfff : reserved
/proc/iomem: 7650c000-78b28fff : System RAM
/proc/iomem: 78b29000-78c18fff : reserved
/proc/iomem: 78bce018-78bce06f : APEI ERST
/proc/iomem: 78bce070-78bd0017 : APEI ERST
/proc/iomem: 78c19000-78caefff : ACPI Non-volatile Storage
/proc/iomem: 78caf000-78cd0fff : ACPI Tables
/proc/iomem: 78cd1000-78cdffff : ACPI Non-volatile Storage
/proc/iomem: 78ce0000-78cf0fff : ACPI Tables
/proc/iomem: 78cf1000-78d18fff : ACPI Non-volatile Storage
/proc/iomem: 78d19000-78d38fff : ACPI Tables
/proc/iomem: 78d39000-7cd99fff : System RAM
/proc/iomem: 7cd9a000-7cd9afff : reserved
/proc/iomem: 7cd9b000-7cdabfff : System RAM
/proc/iomem: 7cdac000-7ce2bfff : reserved
/proc/iomem: 7ce2c000-7effffff : System RAM
/proc/iomem: 7f000000-7fffffff : RAM buffer
/proc/iomem: 80000000-8fffffff : reserved
/proc/iomem: 80000000-806fffff : PCI MMCONFIG 0000 [bus 00-06]
/proc/iomem: b0000000-b18fffff : PCI Bus 0000:05
/proc/iomem: b0000000-b0ffffff : 0000:05:00.0
/proc/iomem: b0000000-b01dffff : efifb
/proc/iomem: b1000000-b17fffff : 0000:05:00.0
/proc/iomem: b1800000-b180ffff : 0000:05:00.0
/proc/iomem: b1810000-b1813fff : 0000:05:00.0
/proc/iomem: b1c00000-b20fffff : PCI Bus 0000:04
/proc/iomem: b1c00000-b1ffffff : 0000:04:00.0
/proc/iomem: b2000000-b200ffff : 0000:04:00.0
/proc/iomem: b2000000-b200ffff : mpt
/proc/iomem: b2010000-b2013fff : 0000:04:00.0
/proc/iomem: b2010000-b2013fff : mpt
/proc/iomem: b2100000-b22fffff : PCI Bus 0000:01
/proc/iomem: b2100000-b211ffff : 0000:01:00.1
/proc/iomem: b2120000-b213ffff : 0000:01:00.1
/proc/iomem: b2120000-b213ffff : igb
/proc/iomem: b2140000-b215ffff : 0000:01:00.1
/proc/iomem: b2140000-b215ffff : igb
/proc/iomem: b2160000-b217ffff : 0000:01:00.0
/proc/iomem: b2180000-b219ffff : 0000:01:00.0
/proc/iomem: b2180000-b219ffff : igb
/proc/iomem: b21a0000-b21bffff : 0000:01:00.0
/proc/iomem: b21a0000-b21bffff : igb
/proc/iomem: b21c0000-b21dffff : 0000:01:00.0
/proc/iomem: b21e0000-b21fffff : 0000:01:00.0
/proc/iomem: b2200000-b221ffff : 0000:01:00.1
/proc/iomem: b2220000-b223ffff : 0000:01:00.1
/proc/iomem: b2240000-b2243fff : 0000:01:00.1
/proc/iomem: b2240000-b2243fff : igb
/proc/iomem: b2244000-b2247fff : 0000:01:00.0
/proc/iomem: b2244000-b2247fff : igb
/proc/iomem: b2300000-b2303fff : 0000:00:16.0
/proc/iomem: b2304000-b2307fff : 0000:00:16.1
/proc/iomem: b2308000-b230bfff : 0000:00:16.2
/proc/iomem: b230c000-b230ffff : 0000:00:16.3
/proc/iomem: b2310000-b2313fff : 0000:00:16.4
/proc/iomem: b2314000-b2317fff : 0000:00:16.5
/proc/iomem: b2318000-b231bfff : 0000:00:16.6
/proc/iomem: b231c000-b231ffff : 0000:00:16.7
/proc/iomem: b2320000-b23203ff : 0000:00:1d.7
/proc/iomem: b2320000-b23203ff : ehci_hcd
/proc/iomem: b2321000-b23213ff : 0000:00:1a.7
/proc/iomem: b2321000-b23213ff : ehci_hcd
/proc/iomem: b2322000-b23220ff : 0000:00:1f.3
/proc/iomem: b2323000-b2323fff : 0000:00:13.0
/proc/iomem: f4000000-fbffffff : reserved
/proc/iomem: feb00000-febfffff : reserved
/proc/iomem: fec00000-fec003ff : IOAPIC 0
/proc/iomem: fec02000-fec023ff : IOAPIC 1
/proc/iomem: fed00000-fed003ff : HPET 0
/proc/iomem: fed12000-fed1200f : pnp 00:09
/proc/iomem: fed12010-fed1201f : pnp 00:09
/proc/iomem: fed1b000-fed1bfff : pnp 00:09
/proc/iomem: fed1c000-fed3ffff : pnp 00:09
/proc/iomem: fed45000-fed8bfff : pnp 00:09
/proc/iomem: fee00000-feefffff : pnp 00:09
/proc/iomem: ff000000-ffffffff : pnp 00:09
/proc/iomem: 100000000-107fffffff : System RAM
/proc/iomem: f7c00000000-f7c03cfffff : reserved
/proc/iomem: f7c03e00000-f7c03ffffff : PCI MMCONFIG 1000 [bus 3e-3f]
/proc/iomem: f7c03e00000-f7c03ffffff : reserved
/proc/iomem: f7e00000000-f7e02ffffff : reserved
/proc/interrupts: CPU0 CPU1 CPU2 CPU3 CPU4
CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11
CPU12 CPU13 CPU14 CPU15 CPU16 CPU17 CPU18
CPU19 CPU20 CPU21 CPU22 CPU23 CPU24 CPU25
CPU26 CPU27 CPU28 CPU29 CPU30 CPU31
/proc/interrupts: 0: 108398 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-edge
timer
/proc/interrupts: 8: 54 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-edge
rtc0
/proc/interrupts: 9: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
acpi
/proc/interrupts: 16: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
uhci_hcd:usb3
/proc/interrupts: 18: 22140 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
ehci_hcd:usb1, uhci_hcd:usb8
/proc/interrupts: 19: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
uhci_hcd:usb5, uhci_hcd:usb7
/proc/interrupts: 21: 1817 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
uhci_hcd:usb4
/proc/interrupts: 23: 21877 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
ehci_hcd:usb2, uhci_hcd:usb6
/proc/interrupts: 24: 65414 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-IO-APIC-fasteoi
ioc0
/proc/interrupts: 64: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 DMAR_MSI-edge
dmar0
/proc/interrupts: 65: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
aerdrv, PCIe PME
/proc/interrupts: 66: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
aerdrv, PCIe PME
/proc/interrupts: 67: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
PCIe PME
/proc/interrupts: 68: 4 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0
/proc/interrupts: 69: 590 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-0
/proc/interrupts: 70: 1298 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-1
/proc/interrupts: 71: 964 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-2
/proc/interrupts: 72: 2130 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-3
/proc/interrupts: 73: 1483 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-4
/proc/interrupts: 74: 1269 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-5
/proc/interrupts: 75: 659 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-6
/proc/interrupts: 76: 654 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
eth0-TxRx-7
/proc/interrupts: 78: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 79: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 80: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 81: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 82: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 83: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 84: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: 85: 1 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IR-PCI-MSI-edge
/proc/interrupts: NMI: 28 9 24 12 19
6 4 6 14 7 24 8
21 4 4 12 1 35 5
5 2 1 1 1 0 35
5 3 1 1 0 0 Non-maskable
interrupts
/proc/interrupts: LOC: 5825 31083 60299 39201 37611
29226 19806 13258 38896 27791 62777 40469
39786 30171 18832 13596 5245 71437 28421
21852 13140 6321 5027 6171 2377 72486
28315 20682 11507 3883 2889 3608 Local timer
interrupts
/proc/interrupts: SPU: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 Spurious interrupts
/proc/interrupts: PMI: 28 9 24 12 19
6 4 6 14 7 24 8
21 4 4 12 1 35 5
5 2 1 1 1 0 35
5 3 1 1 0 0 Performance
monitoring interrupts
/proc/interrupts: IWI: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 IRQ work interrupts
/proc/interrupts: RES: 24883 15512 38452 23249 22793
15754 12931 9086 13864 12348 34649 28934
17275 13536 11758 10369 2765 4603 2589
2485 2460 2445 2249 2658 2725 3651
2498 2294 2327 2346 3156 2698 Rescheduling
interrupts
/proc/interrupts: CAL: 1896 1961 1990 2020 1973
2015 2068 2064 26420 2078 2081 2069
2072 2031 2082 2081 2089 1862 2046
2065 2082 2058 2081 2063 2081 1875
2025 2077 2083 2082 2083 2077 Function call
interrupts
/proc/interrupts: TLB: 42 4 10 18 10
7 8 4 2 1 17 6
6 7 4 2 2 51 16
3 2 2 1 0 0 55
8 3 2 1 2 1 TLB shootdowns
/proc/interrupts: TRM: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 Thermal event
interrupts
/proc/interrupts: THR: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 Threshold APIC
interrupts
/proc/interrupts: MCE: 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 Machine check
exceptions
/proc/interrupts: MCP: 4 4 4 4 4
4 4 4 4 4 4 4
4 4 4 4 4 4 4
4 4 4 4 4 4 4
4 4 4 4 4 4 Machine check polls
/proc/interrupts: ERR: 0
/proc/interrupts: MIS: 0
/proc/meminfo: MemTotal: 66094596 kB
/proc/meminfo: MemFree: 64761432 kB
/proc/meminfo: Buffers: 97336 kB
/proc/meminfo: Cached: 912216 kB
/proc/meminfo: SwapCached: 0 kB
/proc/meminfo: Active: 322792 kB
/proc/meminfo: Inactive: 712072 kB
/proc/meminfo: Active(anon): 25304 kB
/proc/meminfo: Inactive(anon): 8 kB
/proc/meminfo: Active(file): 297488 kB
/proc/meminfo: Inactive(file): 712064 kB
/proc/meminfo: Unevictable: 0 kB
/proc/meminfo: Mlocked: 0 kB
/proc/meminfo: SwapTotal: 33739772 kB
/proc/meminfo: SwapFree: 33739772 kB
/proc/meminfo: Dirty: 33236 kB
/proc/meminfo: Writeback: 0 kB
/proc/meminfo: AnonPages: 24272 kB
/proc/meminfo: Mapped: 2680 kB
/proc/meminfo: Shmem: 60 kB
/proc/meminfo: Slab: 119164 kB
/proc/meminfo: SReclaimable: 86056 kB
/proc/meminfo: SUnreclaim: 33108 kB
/proc/meminfo: KernelStack: 2712 kB
/proc/meminfo: PageTables: 1404 kB
/proc/meminfo: NFS_Unstable: 0 kB
/proc/meminfo: Bounce: 0 kB
/proc/meminfo: WritebackTmp: 0 kB
/proc/meminfo: CommitLimit: 66787068 kB
/proc/meminfo: Committed_AS: 29064 kB
/proc/meminfo: VmallocTotal: 34359738367 kB
/proc/meminfo: VmallocUsed: 652240 kB
/proc/meminfo: VmallocChunk: 34356985664 kB
/proc/meminfo: HardwareCorrupted: 0 kB
/proc/meminfo: AnonHugePages: 0 kB
/proc/meminfo: HugePages_Total: 0
/proc/meminfo: HugePages_Free: 0
/proc/meminfo: HugePages_Rsvd: 0
/proc/meminfo: HugePages_Surp: 0
/proc/meminfo: Hugepagesize: 2048 kB
/proc/meminfo: DirectMap4k: 165888 kB
/proc/meminfo: DirectMap2M: 66926592 kB
/proc/bus/input/devices: I: Bus=0003 Vendor=046b Product=ff10 Version=0110
/proc/bus/input/devices: N: Name="American Megatrends Inc. Virtual Keyboard and
Mouse"
/proc/bus/input/devices: P: Phys=usb-0000:00:1a.1-1/input0
/proc/bus/input/devices: S:
Sysfs=/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input0
/proc/bus/input/devices: U: Uniq=serial
/proc/bus/input/devices: H: Handlers=sysrq kbd
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=e080ffdf01cfffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=1f
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0003 Vendor=046b Product=ff10 Version=0110
/proc/bus/input/devices: N: Name="American Megatrends Inc. Virtual Keyboard and
Mouse"
/proc/bus/input/devices: P: Phys=usb-0000:00:1a.1-1/input1
/proc/bus/input/devices: S:
Sysfs=/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/input/input1
/proc/bus/input/devices: U: Uniq=serial
/proc/bus/input/devices: H: Handlers=mouse0
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=1f
/proc/bus/input/devices: B: KEY=70000 0 0 0 0
/proc/bus/input/devices: B: REL=100
/proc/bus/input/devices: B: ABS=3
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices:
-- System Information:
Debian Release: 7.4
APT prefers stable
APT policy: (500, 'stable'), (99, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.11 (SMP w/1024 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---