http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1590
------- Comment #1 from jiajun.xu@xxxxxxxxx 2010-03-14 22:41 -------
offline program:
#include <stdio.h>
#include <string.h>
#include <errno.h>
#define _GNU_SOURCE
#include <getopt.h>
#include <xenctrl.h>
#define CPU_NUM 128
int xen_fd = 0;
int cpus[CPU_NUM] = { 0 };
int cpu_num = 0;
int offline = 1;
static int xen_cpu_online(void) {
int rc = 0, err = 0, i;
for (i = 0; i < cpu_num; i++) {
rc = xc_cpu_online(xen_fd, cpus[i]);
if (rc < 0) {
fprintf(stderr, "failed to online cpu%d : %s\n",
cpus[i], strerror(errno));
err++;
} else
fprintf(stdout, "cpu%d is online\n", cpus[i]);
}
}
static int xen_cpu_offline(void) {
int rc = 0, err = 0, i;
for (i = 0; i < cpu_num; i++) {
rc = xc_cpu_offline(xen_fd, cpus[i]);
if (rc < 0) {
fprintf(stderr, "failed to offline cpu%d : %s\n",
cpus[i], strerror(errno));
err++;
} else
fprintf(stdout, "cpu%d is offline\n", cpus[i]);
}
}
void usage(void) {
printf("./cpu_hp [-a|-d|-h] cpuid \n");
return;
}
int main(int argc, char **argv) {
int rc = 0, i;
cpu_num = argc - 1;
if (cpu_num <= 0) {
fprintf(stderr, "no cpu specified\n");
rc = 1;
goto error;
}
for (i = 0; i < cpu_num; i++) {
cpus[i] = atoi(argv[i+1]);
}
xen_fd = xc_interface_open();
if (xen_fd < 0) {
rc = 1;
fprintf(stderr, "failed to open xc interface: %s\n",
strerror(errno));
}
if (offline)
xen_cpu_offline();
else
xen_cpu_online();
error:
return rc;
}
online program:
#include <stdio.h>
#include <string.h>
#include <errno.h>
#define _GNU_SOURCE
#include <getopt.h>
#include <xenctrl.h>
#define CPU_NUM 128
int xen_fd = 0;
int cpus[CPU_NUM] = { 0 };
int cpu_num = 0;
int offline = 0;
static int xen_cpu_online(void) {
int rc = 0, err = 0, i;
for (i = 0; i < cpu_num; i++) {
rc = xc_cpu_online(xen_fd, cpus[i]);
if (rc < 0) {
fprintf(stderr, "failed to online cpu%d : %s\n",
cpus[i], strerror(errno));
err++;
} else
fprintf(stdout, "cpu%d is online\n", cpus[i]);
}
if (err)
rc = 1;
return rc;
}
static int xen_cpu_offline(void) {
int rc = 0, err = 0, i;
for (i = 0; i < cpu_num; i++) {
rc = xc_cpu_offline(xen_fd, cpus[i]);
if (rc < 0) {
fprintf(stderr, "failed to offline cpu%d : %s\n",
cpus[i], strerror(errno));
err++;
} else
fprintf(stdout, "cpu%d is offline\n", cpus[i]);
}
if (err)
rc = 1;
return rc;
}
void usage(void) {
printf("./cpu_hp [-a|-d|-h] cpuid \n");
return;
}
int main(int argc, char **argv) {
int rc = 0, i;
cpu_num = argc - 1;
if (cpu_num <= 0) {
fprintf(stderr, "no cpu specified\n");
rc = 1;
goto error;
}
for (i = 0; i < cpu_num; i++) {
cpus[i] = atoi(argv[i+1]);
}
xen_fd = xc_interface_open();
if (xen_fd < 0) {
rc = 1;
fprintf(stderr, "failed to open xc interface: %s\n",
strerror(errno));
}
if (offline)
xen_cpu_offline();
else
xen_cpu_online();
error:
return rc;
}
Serial output:
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 130.899765] sync cpu 0 get result 0 max_id 5
[ 130.904399] sync cpu 1 get result 2 max_id 5
[ 130.909078] sync cpu 2 get result 0 max_id 5
[ 130.913766] sync cpu 3 get result 0 max_id 5
[ 130.918462] s(XEN) Prepare to bring CPU2 down...
ync cpu 4 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 131.030542] s(XEN) Prepare to bring CPU3 down...
ync cpu 5 get re(XEN) deleting CPU 3
sult 0 max_id 5
(XEN) CPU 3 is now offline
[ 131.145232] sync cpu 0 get result 0 max_id 5
[ 131.149908] sync cpu 1 get result 0 max_id 5
[ 131.154644] sync cpu 2 get result 2 max_id 5
[ 131.159296] sync cpu 3 get result 2 max_id 5
[ 131.163973] sync cpu 4 get result 0 max_id 5
[ 131.168713] sync cpu 5 get result 0 max_id 5
[ 131.173380] sync cpu 0 get result 0 max_id 5
[ 131.178043] sync cpu 1 get result 0 max_id 5
[ 131.182732] sync cpu 2 get result 0 max_id 5
[ 131.187424] sync cpu 3 get result 0 max_id 5
[ 131.192116] sync cpu 4 get result 0 max_id 5
[ 131.196813] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 131.271896] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
(XEN) Booting processor 3/18 eip 88000
[ 131.343940] sync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 131.414947] sync cpu 2 get result 2 max_id 5
[ 131.419571] sync cpu 3 get result 2 max_id 5
[ 131.424251] sync cpu 4 get result 0 max_id 5
[ 131.428944] sync cpu 5 get result 0 max_id 5
[ 131.433657] sync cpu 0 get result 0 max_id 5
[ 131.438321] sync cpu 1 get result 0 max_id 5
[ 131.443006] sync cpu 2 get result 0 max_id 5
[ 131.447699] sync cpu 3 get result 0 max_id 5
[ 131.452386] sync cpu 4 get result 0 max_id 5
[ 131.457083] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 131.572592] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 131.685177] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 131.798355] sync cpu 2 get result 2 max_id 5
[ 131.803022] sync cpu 3 get result 2 max_id 5
[ 131.807705] sync cpu 4 get result 0 max_id 5
[ 131.812437] sync cpu 5 get result 0 max_id 5
[ 131.817086] sync cpu 0 get result 0 max_id 5
[ 131.821785] sync cpu 1 get result 0 max_id 5
[ 131.826472] sync cpu 2 get result 0 max_id 5
[ 131.831061] sync cpu 3 get result 0 max_id 5
[ 131.835625] sync cpu 4 get result 0 max_id 5
[ 131.840172] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 131.914709] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 131.986683] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 132.059268] sync cpu 2 get result 2 max_id 5
[ 132.063925] sync cpu 3 get result 2 max_id 5
[ 132.068604] sync cpu 4 get result 0 max_id 5
[ 132.073269] sync cpu 5 get result 0 max_id 5
[ 132.077963] sync cpu 0 get result 0 max_id 5
[ 132.082639] sync cpu 1 get result 0 max_id 5
[ 132.087329] sync cpu 2 get result 0 max_id 5
[ 132.092021] sync cpu 3 get result 0 max_id 5
[ 132.092022] sync cpu 4 get result 0 max_id 5
[ 132.092024] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 132.216280] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 132.331008] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 132.445412] sync cpu 2 get result 2 max_id 5
[ 132.450071] sync cpu 3 get result 2 max_id 5
[ 132.454723] sync cpu 4 get result 0 max_id 5
[ 132.459409] sync cpu 5 get result 0 max_id 5
[ 132.464097] sync cpu 0 get result 0 max_id 5
[ 132.468793] sync cpu 1 get result 0 max_id 5
[ 132.473473] sync cpu 2 get result 0 max_id 5
[ 132.478122] sync cpu 3 get result 0 max_id 5
[ 132.482785] sync cpu 4 get result 0 max_id 5
[ 132.487471] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 132.562798] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
(XEN) Booting processor 3/18 eip 88000
[ 132.634735] sync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 132.705762] sync cpu 2 get result 2 max_id 5
[ 132.710399] sync cpu 3 get result 2 max_id 5
[ 132.715080] sync cpu 4 get result 0 max_id 5
[ 132.719775] sync cpu 5 get result 0 max_id 5
[ 132.724461] sync cpu 0 get result 0 max_id 5
[ 132.729175] sync cpu 1 get result 0 max_id 5
[ 132.733850] sync cpu 2 get result 0 max_id 5
[ 132.738526] sync cpu 3 get result 0 max_id 5
[ 132.743222] sync cpu 4 get result 0 max_id 5
[ 132.747910] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 132.863201] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 132.975754] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 133.086734] sync cpu 2 get result 2 max_id 5
[ 133.091403] sync cpu 3 get result 2 max_id 5
[ 133.096041] sync cpu 4 get result 0 max_id 5
[ 133.100736] sync cpu 5 get result 0 max_id 5
[ 133.105422] sync cpu 0 get result 0 max_id 5
[ 133.110113] sync cpu 1 get result 0 max_id 5
[ 133.114800] sync cpu 2 get result 0 max_id 5
[ 133.119491] sync cpu 3 get result 0 max_id 5
[ 133.124174] sync cpu 4 get result 0 max_id 5
[ 133.128864] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 133.203817] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 133.275742] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 133.348329] sync cpu 2 get result 2 max_id 5
[ 133.352981] sync cpu 3 get result 2 max_id 5
[ 133.357663] sync cpu 4 get result 0 max_id 5
[ 133.362323] sync cpu 5 get result 0 max_id 5
[ 133.367008] sync cpu 0 get result 0 max_id 5
[ 133.371699] sync cpu 1 get result 0 max_id 5
[ 133.376390] sync cpu 2 get result 0 max_id 5
[ 133.381080] sync cpu 3 get result 0 max_id 5
[ 133.385767] sync cpu 4 get result 0 max_id 5
[ 133.390458] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 133.504863] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 133.617443] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 133.729942] sync cpu 2 get result 2 max_id 5
[ 133.734649] sync cpu 3 get result 2 max_id 5
[ 133.739294] sync cpu 4 get result 0 max_id 5
[ 133.743985] sync cpu 5 get result 0 max_id 5
[ 133.748674] sync cpu 0 get result 0 max_id 5
[ 133.753366] sync cpu 1 get result 0 max_id 5
[ 133.758056] sync cpu 2 get result 0 max_id 5
[ 133.762604] sync cpu 3 get result 0 max_id 5
[ 133.767262] sync cpu 4 get result 0 max_id 5
[ 133.771951] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 133.847323] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 133.919310] sync cpu 1 get result 2 max_id 5
[ 133.923976] sync cpu 2 get result 2 max_id 5
[ 133.928659] sync cpu 3 get result 0 max_id 5
[ 133.933350] sync cpu 4 get result 0 max_id 5
[ 133.938037] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 3/18 eip 88000
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 134.013801] sync cpu 0 get result 0 max_id 5
[ 134.018451] sync cpu 1 get result 0 max_id 5
[ 134.023139] sync cpu 2 get result 0 max_id 5
[ 134.027818] sync cpu 3 get result 2 max_id 5
[ 134.032496] sync cpu 4 get result 0 max_id 5
[ 134.037184] sync cpu 5 get result 0 max_id 5
[ 134.041874] sync cpu 0 get result 0 max_id 5
[ 134.046556] sync cpu 1 get result 0 max_id 5
[ 134.051257] sync cpu 2 get result 0 max_id 5
[ 134.055951] sync cpu 3 get result 0 max_id 5
[ 134.060644] sync cpu 4 get result 0 max_id 5
[ 134.065333] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 134.180137] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 134.292710] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 134.403673] sync cpu 2 get result 2 max_id 5
[ 134.408191] sync cpu 3 get result 2 max_id 5
[ 134.412803] sync cpu 4 get result 0 max_id 5
[ 134.417492] sync cpu 5 get result 0 max_id 5
[ 134.422186] sync cpu 0 get result 0 max_id 5
[ 134.426877] sync cpu 1 get result 0 max_id 5
[ 134.431562] sync cpu 2 get result 0 max_id 5
[ 134.436252] sync cpu 3 get result 0 max_id 5
[ 134.440917] sync cpu 4 get result 0 max_id 5
[ 134.445508] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 134.520199] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 134.592231] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 134.664782] sync cpu 2 get result 2 max_id 5
[ 134.669409] sync cpu 3 get result 2 max_id 5
[ 134.674085] sync cpu 4 get result 0 max_id 5
[ 134.678818] sync cpu 5 get result 0 max_id 5
[ 134.683478] sync cpu 0 get result 0 max_id 5
[ 134.688169] sync cpu 1 get result 0 max_id 5
[ 134.692859] sync cpu 2 get result 0 max_id 5
[ 134.697551] sync cpu 3 get result 0 max_id 5
[ 134.702244] sync cpu 4 get result 0 max_id 5
[ 134.706934] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 134.822354] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 134.936874] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 135.051592] sync cpu 2 get result 2 max_id 5
[ 135.056220] sync cpu 3 get result 2 max_id 5
[ 135.060898] sync cpu 4 get result 0 max_id 5
[ 135.065592] sync cpu 5 get result 0 max_id 5
[ 135.070285] sync cpu 0 get result 0 max_id 5
[ 135.074977] sync cpu 1 get result 0 max_id 5
[ 135.079671] sync cpu 2 get result 0 max_id 5
[ 135.084301] sync cpu 3 get result 0 max_id 5
[ 135.088926] sync cpu 4 get result 0 max_id 5
[ 135.093617] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 135.168291] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 135.240239] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 135.312810] sync cpu 2 get result 2 max_id 5
[ 135.317443] sync cpu 3 get result 2 max_id 5
[ 135.322122] sync cpu 4 get result 0 max_id 5
[ 135.326850] sync cpu 5 get result 0 max_id 5
[ 135.331516] sync cpu 0 get result 0 max_id 5
[ 135.336208] sync cpu 1 get result 0 max_id 5
[ 135.340894] sync cpu 2 get result 0 max_id 5
[ 135.345585] sync cpu 3 get result 0 max_id 5
[ 135.350271] sync cpu 4 get result 0 max_id 5
[ 135.354964] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 135.470289] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 135.585030] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 135.699766] sync cpu 2 get result 2 max_id 5
[ 135.704391] sync cpu 3 get result 2 max_id 5
[ 135.709075] sync cpu 4 get result 0 max_id 5
[ 135.713765] sync cpu 5 get result 0 max_id 5
[ 135.718452] sync cpu 0 get result 0 max_id 5
[ 135.723147] sync cpu 1 get result 0 max_id 5
[ 135.727860] sync cpu 2 get result 0 max_id 5
[ 135.732495] sync cpu 3 get result 0 max_id 5
[ 135.737186] sync cpu 4 get result 0 max_id 5
[ 135.741870] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 135.817552] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 135.889595] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 135.962119] sync cpu 2 get result 2 max_id 5
[ 135.966790] sync cpu 3 get result 2 max_id 5
[ 135.971468] sync cpu 4 get result 0 max_id 5
[ 135.976118] sync cpu 5 get result 0 max_id 5
[ 135.980850] sync cpu 0 get result 0 max_id 5
[ 135.985499] sync cpu 1 get result 0 max_id 5
[ 135.990183] sync cpu 2 get result 0 max_id 5
[ 135.994883] sync cpu 3 get result 0 max_id 5
[ 135.999574] sync cpu 4 get result 0 max_id 5
[ 136.004257] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 136.119104] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 136.233746] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 136.346867] sync cpu 2 get result 2 max_id 5
[ 136.351460] sync cpu 3 get result 2 max_id 5
[ 136.356109] sync cpu 4 get result 0 max_id 5
[ 136.360764] sync cpu 5 get result 0 max_id 5
[ 136.365446] sync cpu 0 get result 0 max_id 5
[ 136.370106] sync cpu 1 get result 0 max_id 5
[ 136.374797] sync cpu 2 get result 0 max_id 5
[ 136.379494] sync cpu 3 get result 0 max_id 5
[ 136.384192] sync cpu 4 get result 0 max_id 5
[ 136.388881] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 136.463888] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 136.535841] sync cpu 1 get result 2 max_id 5
[ 136.540539] sync cpu 2 get re(XEN) Booting processor 3/18 eip 88000
sult 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 136.614629] sync cpu 3 get result 2 max_id 5
[ 136.619298] sync cpu 4 get result 0 max_id 5
[ 136.623953] sync cpu 5 get result 0 max_id 5
[ 136.628668] sync cpu 0 get result 0 max_id 5
[ 136.633332] sync cpu 1 get result 0 max_id 5
[ 136.638024] sync cpu 2 get result 0 max_id 5
[ 136.642709] sync cpu 3 get result 0 max_id 5
[ 136.647407] sync cpu 4 get result 0 max_id 5
[ 136.652096] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 136.767384] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 136.882089] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 136.996767] sync cpu 2 get result 2 max_id 5
[ 137.001433] sync cpu 3 get result 2 max_id 5
[ 137.006118] sync cpu 4 get result 0 max_id 5
[ 137.010808] sync cpu 5 get result 0 max_id 5
[ 137.015503] sync cpu 0 get result 0 max_id 5
[ 137.020232] sync cpu 1 get result 0 max_id 5
[ 137.024886] sync cpu 2 get result 0 max_id 5
[ 137.029485] sync cpu 3 get result 0 max_id 5
[ 137.034168] sync cpu 4 get result 0 max_id 5
[ 137.038855] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 137.105775] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 137.177745] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 137.250291] sync cpu 2 get result 2 max_id 5
[ 137.254915] sync cpu 3 get result 2 max_id 5
[ 137.259598] sync cpu 4 get result 0 max_id 5
[ 137.264321] sync cpu 5 get result 0 max_id 5
[ 137.268985] sync cpu 0 get result 0 max_id 5
[ 137.273668] sync cpu 1 get result 0 max_id 5
[ 137.278356] sync cpu 2 get result 0 max_id 5
[ 137.283044] sync cpu 3 get result 0 max_id 5
[ 137.287735] sync cpu 4 get result 0 max_id 5
[ 137.292429] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 137.407750] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 137.522045] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 137.636805] sync cpu 2 get result 2 max_id 5
[ 137.641430] sync cpu 3 get result 2 max_id 5
[ 137.646111] sync cpu 4 get result 0 max_id 5
[ 137.650796] sync cpu 5 get result 0 max_id 5
[ 137.655487] sync cpu 0 get result 0 max_id 5
[ 137.660179] sync cpu 1 get result 0 max_id 5
[ 137.664904] sync cpu 2 get result 0 max_id 5
[ 137.669480] sync cpu 3 get result 0 max_id 5
[ 137.674168] sync cpu 4 get result 0 max_id 5
[ 137.678864] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 137.754162] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 137.826148] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 137.898691] sync cpu 2 get result 2 max_id 5
[ 137.903309] sync cpu 3 get result 2 max_id 5
[ 137.908002] sync cpu 4 get result 0 max_id 5
[ 137.912713] sync cpu 5 get result 0 max_id 5
[ 137.917376] sync cpu 0 get result 0 max_id 5
[ 137.922061] sync cpu 1 get result 0 max_id 5
[ 137.926755] sync cpu 2 get result 0 max_id 5
[ 137.931449] sync cpu 3 get result 0 max_id 5
[ 137.936137] sync cpu 4 get result 0 max_id 5
[ 137.940831] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 138.056013] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 138.170743] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 138.284021] sync cpu 2 get result 2 max_id 5
[ 138.288644] sync cpu 3 get result 2 max_id 5
[ 138.293324] sync cpu 4 get result 0 max_id 5
[ 138.298020] sync cpu 5 get result 0 max_id 5
[ 138.302711] sync cpu 0 get result 0 max_id 5
[ 138.307399] sync cpu 1 get result 0 max_id 5
[ 138.312090] sync cpu 2 get result 0 max_id 5
[ 138.316681] sync cpu 3 get result 0 max_id 5
[ 138.321318] sync cpu 4 get result 0 max_id 5
[ 138.325954] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 138.400652] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 138.472628] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 138.545183] sync cpu 2 get result 2 max_id 5
[ 138.549811] sync cpu 3 get result 2 max_id 5
[ 138.554490] sync cpu 4 get result 0 max_id 5
[ 138.559218] sync cpu 5 get result 0 max_id 5
[ 138.563873] sync cpu 0 get result 0 max_id 5
[ 138.568560] sync cpu 1 get result 0 max_id 5
[ 138.573252] sync cpu 2 get result 0 max_id 5
[ 138.577932] sync cpu 3 get result 0 max_id 5
[ 138.582621] sync cpu 4 get result 0 max_id 5
[ 138.587313] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 138.702514] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 138.816901] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 138.930036] sync cpu 2 get result 2 max_id 5
[ 138.934690] sync cpu 3 get result 2 max_id 5
[ 138.939336] sync cpu 4 get result 0 max_id 5
[ 138.944020] sync cpu 5 get result 0 max_id 5
[ 138.948789] sync cpu 0 get result 0 max_id 5
[ 138.953411] sync cpu 1 get result 0 max_id 5
[ 138.958097] sync cpu 2 get result 0 max_id 5
[ 138.962784] sync cpu 3 get result 0 max_id 5
[ 138.967479] sync cpu 4 get result 0 max_id 5
[ 138.972170] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 139.047446] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 139.119409] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 139.191954] sync cpu 2 get result 2 max_id 5
[ 139.196582] sync cpu 3 get result 2 max_id 5
[ 139.201266] sync cpu 4 get result 0 max_id 5
[ 139.205981] sync cpu 5 get result 0 max_id 5
[ 139.210645] sync cpu 0 get result 0 max_id 5
[ 139.215333] sync cpu 1 get result 0 max_id 5
[ 139.220027] sync cpu 2 get result 0 max_id 5
[ 139.224715] sync cpu 3 get result 0 max_id 5
[ 139.229410] sync cpu 4 get result 0 max_id 5
[ 139.234098] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 139.349301] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 139.464033] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 139.578702] sync cpu 2 get result 2 max_id 5
[ 139.583371] sync cpu 3 get result 2 max_id 5
[ 139.588052] sync cpu 4 get result 0 max_id 5
[ 139.592784] sync cpu 5 get result 0 max_id 5
[ 139.597423] sync cpu 0 get result 0 max_id 5
[ 139.602113] sync cpu 1 get result 0 max_id 5
[ 139.606801] sync cpu 2 get result 0 max_id 5
[ 139.611406] sync cpu 3 get result 0 max_id 5
[ 139.616043] sync cpu 4 get result 0 max_id 5
[ 139.620722] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 139.695804] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
(XEN) Booting processor 3/18 eip 88000
[ 139.767827] sync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 139.838810] sync cpu 2 get result 2 max_id 5
[ 139.843483] sync cpu 3 get result 2 max_id 5
[ 139.848162] sync cpu 4 get result 0 max_id 5
[ 139.852894] sync cpu 5 get result 0 max_id 5
[ 139.857550] sync cpu 0 get result 0 max_id 5
[ 139.862232] sync cpu 1 get result 0 max_id 5
[ 139.866927] sync cpu 2 get result 0 max_id 5
[ 139.871618] sync cpu 3 get result 0 max_id 5
[ 139.876311] sync cpu 4 get result 0 max_id 5
[ 139.880994] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 139.996424] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 140.108594] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 140.223249] sync cpu 2 get result 2 max_id 5
[ 140.227917] sync cpu 3 get result 2 max_id 5
[ 140.232599] sync cpu 4 get result 0 max_id 5
[ 140.237327] sync cpu 5 get result 0 max_id 5
[ 140.241974] sync cpu 0 get result 0 max_id 5
[ 140.246664] sync cpu 1 get result 0 max_id 5
[ 140.251356] sync cpu 2 get result 0 max_id 5
[ 140.256009] sync cpu 3 get result 0 max_id 5
[ 140.260680] sync cpu 4 get result 0 max_id 5
[ 140.265360] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 140.340531] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
(XEN) Booting processor 3/18 eip 88000
[ 140.412483] sync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 140.483437] sync cpu 2 get result 2 max_id 5
[ 140.488066] sync cpu 3 get result 2 max_id 5
[ 140.492748] sync cpu 4 get result 0 max_id 5
[ 140.497468] sync cpu 5 get result 0 max_id 5
[ 140.502134] sync cpu 0 get result 0 max_id 5
[ 140.506817] sync cpu 1 get result 0 max_id 5
[ 140.511513] sync cpu 2 get result 0 max_id 5
[ 140.516203] sync cpu 3 get result 0 max_id 5
[ 140.520891] sync cpu 4 get result 0 max_id 5
[ 140.525580] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 140.640869] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
[ 140.753473] s(XEN) Prepare to bring CPU3 down...
ync cpu 1 get re(XEN) deleting CPU 3
sult 2 max_id 5
(XEN) CPU 3 is now offline
[ 140.865997] sync cpu 2 get result 2 max_id 5
[ 140.870616] sync cpu 3 get result 2 max_id 5
[ 140.875299] sync cpu 4 get result 0 max_id 5
[ 140.880012] sync cpu 5 get result 0 max_id 5
[ 140.884685] sync cpu 0 get result 0 max_id 5
[ 140.889374] sync cpu 1 get result 0 max_id 5
[ 140.894066] sync cpu 2 get result 0 max_id 5
[ 140.898743] sync cpu 3 get result 0 max_id 5
[ 140.903283] sync cpu 4 get result 0 max_id 5
[ 140.907860] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 141.004701] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 141.076680] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 141.149222] sync cpu 2 get result 2 max_id 5
[ 141.153849] sync cpu 3 get result 2 max_id 5
[ 141.158530] sync cpu 4 get result 0 max_id 5
[ 141.163257] sync cpu 5 get result 0 max_id 5
[ 141.167909] sync cpu 0 get result 0 max_id 5
[ 141.172604] sync cpu 1 get result 0 max_id 5
[ 141.177295] sync cpu 2 get result 0 max_id 5
[ 141.181982] sync cpu 3 get result 0 max_id 5
[ 141.186675] sync cpu 4 get result 0 max_id 5
[ 141.191369] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 141.305597] s(XEN) Prepare to bring CPU2 down...
ync cpu 0 get re(XEN) deleting CPU 2
sult 0 max_id 5
(XEN) CPU 2 is now offline
(XEN) Prepare to bring CPU3 down...
[ 141.420334] s(XEN) deleting CPU 3
ync cpu 1 get result 2 max_id 5
(XEN) CPU 3 is now offline
[ 141.533498] sync cpu 2 get result 2 max_id 5
[ 141.538129] sync cpu 3 get result 2 max_id 5
[ 141.542821] sync cpu 4 get result 0 max_id 5
[ 141.547540] sync cpu 5 get result 0 max_id 5
[ 141.552200] sync cpu 0 get result 0 max_id 5
[ 141.556892] sync cpu 1 get result 0 max_id 5
[ 141.561583] sync cpu 2 get result 0 max_id 5
[ 141.566184] sync cpu 3 get result 0 max_id 5
[ 141.570758] sync cpu 4 get result 0 max_id 5
[ 141.575444] sync cpu 5 get result 0 max_id 5
(XEN) Booting processor 1/16 eip 88000
(XEN) Initializing CPU#1
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 8
(XEN) Intel machine check reporting enabled on CPU#1.
(XEN) CPU1: Thermal monitoring enabled (TM1)
(XEN) CPU1: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU1 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 1 initialization completed
[ 141.640206] s(XEN) Booting processor 2/2 eip 88000
ync cpu 0 get result 0 max_id 5
(XEN) Initializing CPU#2
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 1
(XEN) Intel machine check reporting enabled on CPU#2.
(XEN) CPU2: Thermal monitoring enabled (TM1)
(XEN) CPU2: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU2 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 2 initialization completed
[ 141.712166] s(XEN) Booting processor 3/18 eip 88000
ync cpu 1 get result 2 max_id 5
(XEN) Initializing CPU#3
(XEN) CPU: L1 I cache: 32K, L1 D cache: 32K
(XEN) CPU: L2 cache: 256K
(XEN) CPU: L3 cache: 12288K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 9
(XEN) Intel machine check reporting enabled on CPU#3.
(XEN) CPU3: Thermal monitoring enabled (TM1)
(XEN) CPU3: Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz stepping 02
(XEN) xen_pminfo: @acpi_cpufreq_cpu_init,HARDWARE addr space
(XEN) microcode.c:73:d32767 microcode: CPU3 resumed
(XEN) max_freq: 3326000 second_max_freq: 3325000
(XEN) CPU 3 initialization completed
[ 141.784727] sync cpu 2 get result 2 max_id 5
[ 141.789392] sync cpu 3 get result 2 max_id 5
[ 141.794073] sync cpu 4 get result 0 max_id 5
[ 141.798733] sync cpu 5 get result 0 max_id 5
[ 141.803428] sync cpu 0 get result 0 max_id 5
[ 141.808117] sync cpu 1 get result 0 max_id 5
[ 141.812807] sync cpu 2 get result 0 max_id 5
[ 141.817500] sync cpu 3 get result 0 max_id 5
[ 141.822188] sync cpu 4 get result 0 max_id 5
[ 141.826880] sync cpu 5 get result 0 max_id 5
(XEN) Prepare to bring CPU1 down...
(XEN) deleting CPU 1
(XEN) CPU 1 is now offline
[ 141.942094] sync cpu 0 get result 0 max_id 5
[ 141.946789] sync cpu 1 get result 2 max_id 5
[ 141.951469] sync cpu 2 get result 0 max_id 5
(XEN) Prepare to bring CPU2 down...
(XEN) deleting CPU 2
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|