Jump to content

Testers needed: CPU Power Management for SB and IB Xeon(s) or i7-39xx on X79 or C60x chipset


omni
 Share

494 posts in this topic

Recommended Posts

 

Well this is odd...

 

When changing in the SSDT the APSN pointer? to the 1200 MHz entry, IPG shows me all frequency values between 1200MHz and 3600MHz. However HWMon tells me that i only reach all turbo 30 to 36. AICPUPMI the same... Even the state residency is always at 0x0, so things are still not quite right. but i my opinion this is interesting...

 

About the same state I am in right now. But I'd say IPG is right here, at least if these values also correspond to your actual load. Don't think that IPG makes this up, values look OK for me.

 

But since you can also completely delete all APSS values in your SSDT, and _still_ get a somewhat working PM, I wonder if there is still more to the equation.

Link to comment
Share on other sites

I replaces the ACST method generated by pikes script with with my OEM SSDT _CST Method with the following results:

 

1. AICPUPMI: CPU P-States [ 12 30 (31) 32 33 ]: switching between 12, 30 and turboboost works now and is correctly recognized by aicpupmi and HWmon. IPG calculates also the p-states between 12 and 30.

2. turbo modes above 33 are not reached

3. C-States are still not correct. Power consumption is still too high.

4. C_States Residency is at 0x0

 

so the place to have a deeper look at, seems to be the ACST method.

 

X86_shim debug tells me:

X86PlatformPlugin::getCPUCStates - ACST return has too few (1) elements

That's also not correct yet:

AICPUPMI: CPU C6-Cores [ 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ]

Link to comment
Share on other sites

Hey Shilohhh, I think it's a bios conflict.  Version 3 caused KP for me with 4206, but boots fine with 4702 and 4802.  I'm currently getting 3 states with 4802... 12, 32, and 38.  HWSensors and IPG give me strange readings though.  My processor appears to use the amount of power it would at 12x, but always seems to idle at 32x according to both apps.  I plan to run some more extensive tests today and report my findings.

 

For those of you who keep getting panics with AICPUMI, trying compiling it from Pike's source.  I no longer get panics or freezes after doing that.

Do you show all c&p states loaded in Ioreg? I get similar results w no ssdt or plugin injection but ioreg shows no states loaded. However AICPUPMi shows 12 32 42 44 reached and I idle at 32 and load at 44 in HWMonitor but technically this is still broken even though it works better than when everything is loaded properly. You can see full results in my post on page 2. @ frankee, I used likes script to generate the frequency vectors and have tried every variation of the ssdt edits outlined on this thread with the same results ( when everything is loaded properly, I'm locked @ 12, 13 or 32)
Link to comment
Share on other sites

When I first started testing this, I did not fully trust the results I'd get from AICPMI or HWMonitor because they differed.

 

HWMonitor samples every few seconds or whatever you set it to. It might be possible that states change faster than that, not sure.

 

Either way, when I saw higher (turbo) states show up in AICPMI, I thought to run GeekBench 3. Prior to this I only had 12 and 26, but after my patch I got 12, 24, 26, 33, 34, 36.

 

Long story short, my GB3 multi-core score was around 27000 which was measly for a 16 core 2.6GHz Xeon. After patching and getting turbo states my GB3 score was over 42,000.

 

I'm actually on the first page of the top multi-core scores with 42,626 - http://browser.primatelabs.com/geekbench3/346419.

 

It would seem that something is still missing in my patch because not all of you are getting the same results, perhaps due to differences in CPUs or the way Apple does things in AICPM.

 

EDIT: one last thing, even when the states ARE registered in IOReg there has to be Registered : True next to a few of those services in there, else if they are False, nothing will happen, so be on the look for False values in the X86PlatformPlugin tree.

 

Link to comment
Share on other sites

When I first started testing this, I did not fully trust the results I'd get from AICPMI or HWMonitor because they differed.

 

HWMonitor samples every few seconds or whatever you set it to. It might be possible that states change faster than that, not sure.

 

Either way, when I saw higher (turbo) states show up in AICPMI, I thought to run GeekBench 3. Prior to this I only had 12 and 26, but after my patch I got 12, 24, 26, 33, 34, 36.

 

Long story short, my GB3 multi-core score was around 27000 which was measly for a 16 core 2.6GHz Xeon. After patching and getting turbo states my GB3 score was over 42,000.

 

I'm actually on the first page of the top multi-core scores with 42,626 - http://browser.primatelabs.com/geekbench3/346419.

 

It would seem that something is still missing in my patch because not all of you are getting the same results, perhaps due to differences in CPUs or the way Apple does things in AICPM.

 

EDIT: one last thing, even when the states ARE registered in IOReg there has to be Registered : True next to a few of those services in there, else if they are False, nothing will happen, so be on the look for False values in the X86PlatformPlugin tree.

 

 

The best way to know for sure (the brute way) is to monitor the wattage.

Link to comment
Share on other sites

When I first started testing this, I did not fully trust the results I'd get from AICPMI or HWMonitor because they differed.

 

HWMonitor samples every few seconds or whatever you set it to. It might be possible that states change faster than that, not sure.

 

Either way, when I saw higher (turbo) states show up in AICPMI, I thought to run GeekBench 3. Prior to this I only had 12 and 26, but after my patch I got 12, 24, 26, 33, 34, 36.

 

Long story short, my GB3 multi-core score was around 27000 which was measly for a 16 core 2.6GHz Xeon. After patching and getting turbo states my GB3 score was over 42,000.

 

I'm actually on the first page of the top multi-core scores with 42,626 - http://browser.primatelabs.com/geekbench3/346419.

 

It would seem that something is still missing in my patch because not all of you are getting the same results, perhaps due to differences in CPUs or the way Apple does things in AICPM.

 

EDIT: one last thing, even when the states ARE registered in IOReg there has to be Registered : True next to a few of those services in there, else if they are False, nothing will happen, so be on the look for False values in the X86PlatformPlugin tree.

All cstates show enabled = true. Pstates don't have a enable value to show in ioreg.

Link to comment
Share on other sites

Patched AppleIntelCPUPowerManagement is required for IB-E even if the bios is unlocked (Asus X79 Deluxe) ?

Balamut what's your motherboard?

If unlocked no, P9X79-e ws.

 

Still trying to find a way to unlock my bios

Link to comment
Share on other sites

Do you show all c&p states loaded in Ioreg? I get similar results w no ssdt or plugin injection but ioreg shows no states loaded. However AICPUPMi shows 12 32 42 44 reached and I idle at 32 and load at 44 in HWMonitor but technically this is still broken even though it works better than when everything is loaded properly. You can see full results in my post on page 2. @ frankee, I used likes script to generate the frequency vectors and have tried every variation of the ssdt edits outlined on this thread with the same results ( when everything is loaded properly, I'm locked @ 12, 13 or 32)

 

Yep.  Here's my info.

 

AICPUPMI:

Jan 20 18:38:44 kernel[0]: AICPUPMI: MWAIT C-States.....................: 135456
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35)  : 0x6000C
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE)  : 0xC0070012000
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000403
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x10414
Jan 20 18:38:44 kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7)  : 0x5D244A6
Jan 20 18:38:44 kernel[0]: AICPUPMI: IA32_APERF.................(0xE8)  : 0x6E1A997
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0xE0000
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x2AC100002600
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2600
Jan 20 18:38:44 kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88350000
Jan 20 18:38:44 kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x2323393939393939
Jan 20 18:38:44 kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x2504005B
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0x69F40005A9F40
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x116F4F98
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x141494800007F8
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0xDF23AF6
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x10FE764E0
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0xCC966320
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x2946CEE80
Jan 20 18:38:44 kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
Jan 20 18:38:44 kernel[0]: AICPUPMI: Low Frequency Mode.................: 1200 MHz
Jan 20 18:38:44 kernel[0]: AICPUPMI: Clock Speed (Max. Non-Turbo Freq.).: 3200 MHz
Jan 20 18:38:44 kernel[0]: AICPUPMI: Maximum Turbo Frequency............: 5700 MHz
Jan 20 18:38:45 kernel[0]: AICPUPMI: CPU P-States [ (12) 38 ]
Jan 20 18:38:45 kernel[0]: AICPUPMI: CPU C3-Cores [ 0 2 3 8 ]
Jan 20 18:38:45 kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 5 6 7 8 ]
Jan 20 18:38:46 kernel[0]: AICPUPMI: CPU C3-Cores [ 0 2 3 6 8 11 ]
Jan 20 18:38:46 kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 11 ]
Jan 20 18:38:46 kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 6 8 10 11 ]
Jan 20 18:38:46 kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 10 11 ]
Jan 20 18:38:47 kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 6 8 9 10 11 ]
Jan 20 18:38:47 kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]
Jan 20 18:38:49 kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]
Jan 20 18:38:51 kernel[0]: AICPUPMI: CPU P-States [ 12 (32) 38 ]

X86PlatformPlugin/X86PlatformShim debug log:

1/20/14 6:38:01.000 PM kernel[0]: X86PlatformPlugin::init() - kIOPPFBootArgs boot-args set debugLevel 3, debugFlags 3
1/20/14 6:38:01.000 PM kernel[0]: X86PlatformPlugin::start - fPanicErrors 0
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::startDelayedPlatformDatabaseRead - Mac-F60DEB81FF30ACF6.plist
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::publishACPIStates - Succeeded in getting max non-turbo PState 6
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::publishACPIStates - Succeeded in getting max efficient PState ratio difference 4
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::publishACPIStates - Found max efficient PState to be 22
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:02.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 0: coreFreq 3800, power 130000, latency 10, busLatency 10, control 0x2600, status 0x2600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 1: coreFreq 3700, power 130000, latency 10, busLatency 10, control 0x2500, status 0x2500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 2: coreFreq 3600, power 130000, latency 10, busLatency 10, control 0x2400, status 0x2400
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 3: coreFreq 3500, power 130000, latency 10, busLatency 10, control 0x2300, status 0x2300
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 4: coreFreq 3400, power 130000, latency 10, busLatency 10, control 0x2200, status 0x2200
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 5: coreFreq 3300, power 130000, latency 10, busLatency 10, control 0x2100, status 0x2100
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 6: coreFreq 3200, power 130000, latency 10, busLatency 10, control 0x2000, status 0x2000
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 7: coreFreq 3100, power 124510, latency 10, busLatency 10, control 0x1f00, status 0x1f00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 8: coreFreq 3000, power 119120, latency 10, busLatency 10, control 0x1e00, status 0x1e00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P 9: coreFreq 2900, power 113830, latency 10, busLatency 10, control 0x1d00, status 0x1d00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P10: coreFreq 2800, power 108638, latency 10, busLatency 10, control 0x1c00, status 0x1c00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P11: coreFreq 2700, power 103543, latency 10, busLatency 10, control 0x1b00, status 0x1b00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P12: coreFreq 2600, power 98545, latency 10, busLatency 10, control 0x1a00, status 0x1a00
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P13: coreFreq 2500, power 93644, latency 10, busLatency 10, control 0x1900, status 0x1900
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P14: coreFreq 2400, power 88837, latency 10, busLatency 10, control 0x1800, status 0x1800
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P15: coreFreq 2300, power 84125, latency 10, busLatency 10, control 0x1700, status 0x1700
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P16: coreFreq 2200, power 79507, latency 10, busLatency 10, control 0x1600, status 0x1600
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P17: coreFreq 2100, power 74981, latency 10, busLatency 10, control 0x1500, status 0x1500
1/20/14 6:38:03.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P18: coreFreq 2000, power 70548, latency 10, busLatency 10, control 0x1400, status 0x1400
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P19: coreFreq 1900, power 66205, latency 10, busLatency 10, control 0x1300, status 0x1300
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P20: coreFreq 1800, power 61953, latency 10, busLatency 10, control 0x1200, status 0x1200
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P21: coreFreq 1700, power 57791, latency 10, busLatency 10, control 0x1100, status 0x1100
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P22: coreFreq 1600, power 53718, latency 10, busLatency 10, control 0x1000, status 0x1000
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P23: coreFreq 1500, power 49733, latency 10, busLatency 10, control 0xf00, status 0xf00
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P24: coreFreq 1400, power 45836, latency 10, busLatency 10, control 0xe00, status 0xe00
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P25: coreFreq 1300, power 42025, latency 10, busLatency 10, control 0xd00, status 0xd00
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::getCPUPStates - P26: coreFreq 1200, power 38299, latency 10, busLatency 10, control 0xc00, status 0xc00
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::cgPublishCPUStates - Got all the CPU callbacks!
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::configResourceHandler - setting Thermal Profile from resource
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::cgConfigResourceHandler - waiting for commandWake on num proccessors to be 0: 0
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::setPLimitRange - iGPU Limit Range [0, 3]
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformPlugin::cgDispatchCallback - no initial gpu-internal-plimit-notification plimit value sent
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:04.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:05.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[0]: vid 0x0, voltage 7000, frequency 3800, multiplier 038
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[1]: vid 0x0, voltage 7000, frequency 3700, multiplier 037
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[2]: vid 0x0, voltage 7000, frequency 3600, multiplier 036
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[3]: vid 0x0, voltage 7000, frequency 3500, multiplier 035
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[4]: vid 0x0, voltage 7000, frequency 3400, multiplier 034
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[5]: vid 0x0, voltage 7000, frequency 3300, multiplier 033
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[6]: vid 0x0, voltage 7000, frequency 3200, multiplier 032
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[7]: vid 0x0, voltage 7000, frequency 3100, multiplier 031
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[8]: vid 0x0, voltage 7000, frequency 3000, multiplier 030
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[9]: vid 0x0, voltage 7000, frequency 2900, multiplier 029
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[10]: vid 0x0, voltage 7000, frequency 2800, multiplier 028
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[11]: vid 0x0, voltage 7000, frequency 2700, multiplier 027
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[12]: vid 0x0, voltage 7000, frequency 2600, multiplier 026
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[13]: vid 0x0, voltage 7000, frequency 2500, multiplier 025
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[14]: vid 0x0, voltage 7000, frequency 2400, multiplier 024
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[15]: vid 0x0, voltage 7000, frequency 2300, multiplier 023
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[16]: vid 0x0, voltage 7000, frequency 2200, multiplier 022
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[17]: vid 0x0, voltage 7000, frequency 2100, multiplier 021
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[18]: vid 0x0, voltage 7000, frequency 2000, multiplier 020
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[19]: vid 0x0, voltage 7000, frequency 1900, multiplier 019
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[20]: vid 0x0, voltage 7000, frequency 1800, multiplier 018
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[21]: vid 0x0, voltage 7000, frequency 1700, multiplier 017
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[22]: vid 0x0, voltage 7000, frequency 1600, multiplier 016
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[23]: vid 0x0, voltage 7000, frequency 1500, multiplier 015
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[24]: vid 0x0, voltage 7000, frequency 1400, multiplier 014
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[25]: vid 0x0, voltage 7000, frequency 1300, multiplier 013
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::setPStateEntryInfoAICPM - PState[26]: vid 0x0, voltage 7000, frequency 1200, multiplier 012
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::getMaxEfficientPState - max efficient p-state 22
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - maxGuaranteedTurboPState 0, freq 3800
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - using maxFreq 3800
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[1] = 97
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[2] = 95
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[3] = 92
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[4] = 89
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[5] = 87
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[6] = 84
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[7] = 82
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[8] = 79
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[9] = 76
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[10] = 74
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[11] = 71
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[12] = 68
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[13] = 66
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[14] = 63
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[15] = 61
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[16] = 58
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[17] = 55
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[18] = 53
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[19] = 50
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[20] = 47
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[21] = 45
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[22] = 42
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[23] = 39
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[24] = 37
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[25] = 34
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::buildCPUPerformanceArray - fCPUPerformanceArray[26] = 32
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::sendStepper - Setting initial plimit value to PMin 26
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::start - registering pLimitNotificationCallback for cpu plimits
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformPlugin::setPLimitRange - CPU Limit Range [0, 26]
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformPlugin::cgDispatchCallback - no initial cpu-plimit-notification plimit value sent
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformShim::start - registering pLimitNotificationCallback for cpu idle plimits
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformPlugin::setPLimitRange - Force Idle Limit Range [0, 100]
1/20/14 6:38:06.000 PM kernel[0]: X86PlatformPlugin::cgDispatchCallback - no initial cpu-idle-plimit-notification plimit value sent

IOReg:

post-206259-0-21426800-1390264240_thumb.pngpost-206259-0-79047500-1390264243_thumb.png

Link to comment
Share on other sites

@kundica:

Maximum Turbo Frequency............: 5700 MHz  ???? Quantum processor? :)

 

Please post your hardware in the post fellas :)

 

Nah... I believe it's a bug with some combinations of my processor/board/bios.  No matter what I do on my current bios it'll read 5700.  It read correctly a few iterations back I believe like in Shilohhh's AICPUPMI logs.

 

Currently running a 3930k/Rampage IV Extreme Bios 4802 at stock settings.

Link to comment
Share on other sites

Patched AICPM for MSR 0xE2, not needed but I think my PM/CPU detection patch is still required.

 

@Balamut

 

what is that tool you are using, does it work on any BIOS?

 

 

@kundica

 

looks like you are all set and everything should work, launch HWMonitor and see how low in Watts does CPU get. Then run a GeekBench and see what you get, while observing the HWMonitor.

 

Link to comment
Share on other sites

Nah... I believe it's a bug with some combinations of my processor/board/bios.  No matter what I do on my current bios it'll read 5700.  It read correctly a few iterations back I believe like in Shilohhh's AICPUPMI logs.

 

Currently running a 3930k/Rampage IV Extreme Bios 4802 at stock settings.

Kundica , you dont have turbo issue ?

On my sistem and also on sistem shilo ..there is a bug bios on turbo ( of course on version bios 4802 )

Link to comment
Share on other sites

Patched AICPM for MSR 0xE2, not needed but I think my PM/CPU detection patch is still required.

 

@Balamut

 

what is that tool you are using, does it work on any BIOS?

 

 

@kundica

 

looks like you are all set and everything should work, launch HWMonitor and see how low in Watts does CPU get. Then run a GeekBench and see what you get, while observing the HWMonitor.

Things seem to be working, wattage goes way down at idle.  Although, the multiplier in HWMonitor doesn't drop below 32x which is a little strange.

 

Kundica , you dont have turbo issue ?

On my sistem and also on sistem shilo ..there is a bug bios on turbo ( of course on version bios 4802 )

I presume you're referring to turbo steps not working on bios later than 4206 on our boards(R4E)?  If you run omni's patched AICPM kext and a proper SSDT then turbo stepping works on later bios revisions.

Link to comment
Share on other sites

Things seem to be working, wattage goes way down at idle.  Although, the multiplier in HWMonitor doesn't drop below 32x which is a little strange.

 

I presume you're referring to turbo steps not working on bios later than 4206 on our boards(R4E)?  If you run omni's patched AICPM kext and a proper SSDT then turbo stepping works on later bios revisions.

I don't know how to generate a proper ssdt ... I need help ...
Link to comment
Share on other sites

Balamut, with tool you posted is it possible to understad if MSR is locked or not?

Which parameters could tell me it?

I have also C7 disabled with a Xeon V2 cpu (in firmware interface that parameter is no available at all)

Thank you in advance 

 

I've already pointed you out where to look, your MSR register 0xE2 .. if it has a value like 0xNNNN8NNN then it is locked.

 

Link to comment
Share on other sites

I'm a loss for understanding. With Rampage IV Extreme BIOS 4206 I had to use CodeRush's fix to unlock MSR E2 and the v2 patched AICPUPM worked without KP but v3 gave me KP within 2-3 seconds. I updated to BIOS 4802 (MSR E2 is unlocked from Asus in this version) and I can now use v3 without KP. In IOReg the X86PlatformPlugin is loaded with all CStates enabled and all PStates listed but my 3930K is locked at 12x and HWmonitor reports CPU Temp=23c & CPU Package Cores=3.92W @ idle. Under load the CPU Temp=35c & CPU Package Cores=24.58W Geekbench=6,763 so it's definitely not stepping from 12. 

Plugin Type1
Console:
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=4 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=6 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=8 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=10 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=5 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=7 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=9 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=11 Enabled
1/22/14 2:22:11.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
1/22/14 2:22:11.000 AM kernel[0]: pci (build 18:41:15 Dec 15 2013), flags 0x61008, pfm64 (44 cpu) 0xfff80000000, 0x80000000
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: CPU family 0x6, model 0x2d, stepping 0x7, cores 6, threads 12, TJmax 91
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: setting platform keys to [k62     ]
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: base CPU multiplier is 32
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: RAPL units power: 0x3 energy: 0x10 time: 0xa
1/22/14 2:22:11.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios CCCCCC
1/22/14 2:22:11.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 20:35:09 Oct 17 2013) initialization complete
1/22/14 2:22:11.000 AM kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
1/22/14 2:22:11.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
1/22/14 2:22:13.000 AM kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
AICPUPMI:
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MWAIT C-States.....................: 135456
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35)  : 0x6000C
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE)  : 0xC0070012000
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000403
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x414
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7)  : 0x8AB0AA0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_APERF.................(0xE8)  : 0x3402FDF
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0xE0000
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x1B6100000C00
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0xC00
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88360000
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x23232C2C2C2C2C2C
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x2504005B
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0x69F4000E0B200
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x1D6A5D2A
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x141494800007F8
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0xAFA0254
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x606BDB5380
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x6779400
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x1E6CD84440
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: Low Frequency Mode.................: 1200 MHz
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: Clock Speed (Max. Non-Turbo Freq.).: 3200 MHz
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: Maximum Turbo Frequency............: 4400 MHz
Jan 22 02:26:26 11s-Hac-Pro kernel[0]: AICPUPMI: CPU P-States [ (12) ]
Jan 22 02:26:26 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 3 7 ]
Jan 22 02:26:26 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 3 10 11 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 3 4 5 6 7 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 6 7 8 9 10 11 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 3 4 5 6 7 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]
Jan 22 02:26:28 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
Jan 22 02:26:28 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 ]
Jan 22 02:26:29 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 10 11 ]
Jan 22 02:26:30 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]

However, if I do anything that causes X86PlatformPlugin not to load like change the Plugin type to Zero, @ idle,  I jump around between 32-44x, CPU Temp=24c & CPU Package Cores=6.3-7W. Under load I stick at 44x, CPU Temp=55c & CPU Package Cores=53W and my GeekBench goes back up to 23,854. Of course the X86PlatformPlugin isn't loaded so there is no C or PStates reported in IOReg.

Type0
Console:
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=4 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=6 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=8 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=10 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=5 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=7 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=9 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=11 Enabled
1/22/14 3:01:14.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
1/22/14 3:01:14.000 AM kernel[0]: pci (build 18:41:15 Dec 15 2013), flags 0x61008, pfm64 (44 cpu) 0xfff80000000, 0x80000000
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: CPU family 0x6, model 0x2d, stepping 0x7, cores 6, threads 12, TJmax 91
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: setting platform keys to [k62     ]
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: base CPU multiplier is 32
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: RAPL units power: 0x3 energy: 0x10 time: 0xa
1/22/14 3:01:14.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios CCCCCC
1/22/14 3:01:14.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 20:35:09 Oct 17 2013) initialization complete
1/22/14 3:01:14.000 AM kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
1/22/14 3:01:14.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
1/22/14 3:01:23.945 AM SystemUIServer[213]: MenuCracker: Allowing "MenuMeterCPUExtra".
1/22/14 3:01:24.276 AM SystemUIServer[213]: MenuMeterCPU loaded.
AICPUPMI:
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MWAIT C-States.....................: 135456
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35)  : 0x6000C
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE)  : 0xC0070012000
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000403
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x414
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7)  : 0x39C3290
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_APERF.................(0xE8)  : 0x4F2839D
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0xE0000
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x29F400002C00
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2C00
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88350000
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x23232C2C2C2C2C2C
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x2504005B
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0x69F4000E0B200
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x346B0945
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x141494800007F8
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0x17DA0F34
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0xBFC7EF1AE0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x42ED9820
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x386CE2FBE0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: Low Frequency Mode.................: 1200 MHz
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: Clock Speed (Max. Non-Turbo Freq.).: 3200 MHz
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: Maximum Turbo Frequency............: 4400 MHz
Jan 22 03:07:58 11s-Hac-Pro kernel[0]: AICPUPMI: CPU P-States [ (44) ]
Jan 22 03:07:58 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 8 9 ]
Jan 22 03:07:58 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 1 6 7 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU P-States [ (12) 44 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 6 7 8 9 10 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 1 4 6 7 8 9 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 6 7 8 9 10 11 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 1 4 5 6 7 8 9 11 ]
Jan 22 03:08:00 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 4 5 6 7 8 9 11 ]
Jan 22 03:08:00 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]
Jan 22 03:08:00 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 4 5 6 7 8 9 10 11 ]
Jan 22 03:08:01 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]

Any suggestions?

Link to comment
Share on other sites

I just tested all 3 versions of your patched kext. They all behave the same for me.

 

After testing literally a million different SSDT combinations, I think there is something wrong the the AICPUPM.kext. If it needs bin patching to recognize the Xeon E5, than it might be not compatible with it?

So the MacPro6,1 must have a special version of AICPUPM.kext, otherwise it wouldn't recognize the xeon e5. 

I don't know what omni exactly patched, but just adding the recognition of the cpu might not be enough.

 

AICPUPM always writes to MSR 0xE2 to not drop below C2 state (0x401). Also MSR_IA32_PERF_CONTROL......(0x199) has a problem (i.e. the routine in AICPUPM which writes the value). It either tells my CPU to stay at maximum turbo state (although it stays in maximum NON turbo state 3000) or to go down to p-state 0xc00 (1200 MHz). This can be influenced by different SSDT values, but as values in ioreg are correct, i think AICPUPM has a problem.

 

Also I don't understand why only 17 (0 to 16) of my 20 logical cores go to C6 state and the other ones not. Is this a limit of the current AICPUPM? That maybe the reason why the complete Package doesn't arrive C6 state.

 

So maybe we just have to wait, until there's an macpro6,1 version of AICPUPM available? AFAIK, AICPUPM of 10.9.2 is still from october?!

Link to comment
Share on other sites

I'm a loss for understanding. With Rampage IV Extreme BIOS 4206 I had to use CodeRush's fix to unlock MSR E2 and the v2 patched AICPUPM worked without KP but v3 gave me KP within 2-3 seconds. I updated to BIOS 4802 (MSR E2 is unlocked from Asus in this version) and I can now use v3 without KP. In IOReg the X86PlatformPlugin is loaded with all CStates enabled and all PStates listed but my 3930K is locked at 12x and HWmonitor reports CPU Temp=23c & CPU Package Cores=3.92W @ idle. Under load the CPU Temp=35c & CPU Package Cores=24.58W Geekbench=6,763 so it's definitely not stepping from 12. 

Plugin Type1
Console:
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=4 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=6 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=8 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=10 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=5 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=7 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=9 Enabled
1/22/14 2:22:11.000 AM kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=11 Enabled
1/22/14 2:22:11.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
1/22/14 2:22:11.000 AM kernel[0]: pci (build 18:41:15 Dec 15 2013), flags 0x61008, pfm64 (44 cpu) 0xfff80000000, 0x80000000
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: CPU family 0x6, model 0x2d, stepping 0x7, cores 6, threads 12, TJmax 91
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: setting platform keys to [k62     ]
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: base CPU multiplier is 32
1/22/14 2:22:11.000 AM kernel[0]: CPUSensors: RAPL units power: 0x3 energy: 0x10 time: 0xa
1/22/14 2:22:11.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios CCCCCC
1/22/14 2:22:11.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 20:35:09 Oct 17 2013) initialization complete
1/22/14 2:22:11.000 AM kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
1/22/14 2:22:11.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
1/22/14 2:22:13.000 AM kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
AICPUPMI:
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MWAIT C-States.....................: 135456
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35)  : 0x6000C
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE)  : 0xC0070012000
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000403
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x414
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7)  : 0x8AB0AA0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_APERF.................(0xE8)  : 0x3402FDF
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0xE0000
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x1B6100000C00
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0xC00
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88360000
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x23232C2C2C2C2C2C
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x2504005B
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0x69F4000E0B200
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x1D6A5D2A
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x141494800007F8
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0xAFA0254
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x606BDB5380
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x6779400
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x1E6CD84440
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: Low Frequency Mode.................: 1200 MHz
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: Clock Speed (Max. Non-Turbo Freq.).: 3200 MHz
Jan 22 02:26:25 11s-Hac-Pro kernel[0]: AICPUPMI: Maximum Turbo Frequency............: 4400 MHz
Jan 22 02:26:26 11s-Hac-Pro kernel[0]: AICPUPMI: CPU P-States [ (12) ]
Jan 22 02:26:26 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 3 7 ]
Jan 22 02:26:26 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 3 10 11 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 3 4 5 6 7 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 6 7 8 9 10 11 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 3 4 5 6 7 ]
Jan 22 02:26:27 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]
Jan 22 02:26:28 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]
Jan 22 02:26:28 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 ]
Jan 22 02:26:29 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 10 11 ]
Jan 22 02:26:30 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]

However, if I do anything that causes X86PlatformPlugin not to load like change the Plugin type to Zero, @ idle,  I jump around between 32-44x, CPU Temp=24c & CPU Package Cores=6.3-7W. Under load I stick at 44x, CPU Temp=55c & CPU Package Cores=53W and my GeekBench goes back up to 23,854. Of course the X86PlatformPlugin isn't loaded so there is no C or PStates reported in IOReg.

Type0
Console:
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=4 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=6 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=8 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=10 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=5 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=7 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=9 Enabled
1/22/14 3:01:14.000 AM kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=11 Enabled
1/22/14 3:01:14.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
1/22/14 3:01:14.000 AM kernel[0]: pci (build 18:41:15 Dec 15 2013), flags 0x61008, pfm64 (44 cpu) 0xfff80000000, 0x80000000
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: CPU family 0x6, model 0x2d, stepping 0x7, cores 6, threads 12, TJmax 91
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: setting platform keys to [k62     ]
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: base CPU multiplier is 32
1/22/14 3:01:14.000 AM kernel[0]: CPUSensors: RAPL units power: 0x3 energy: 0x10 time: 0xa
1/22/14 3:01:14.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios CCCCCC
1/22/14 3:01:14.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 20:35:09 Oct 17 2013) initialization complete
1/22/14 3:01:14.000 AM kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
1/22/14 3:01:14.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
1/22/14 3:01:23.945 AM SystemUIServer[213]: MenuCracker: Allowing "MenuMeterCPUExtra".
1/22/14 3:01:24.276 AM SystemUIServer[213]: MenuMeterCPU loaded.
AICPUPMI:
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MWAIT C-States.....................: 135456
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35)  : 0x6000C
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE)  : 0xC0070012000
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x1E000403
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x414
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7)  : 0x39C3290
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_APERF.................(0xE8)  : 0x4F2839D
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0xE0000
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x29F400002C00
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2C00
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88350000
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x23232C2C2C2C2C2C
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x2504005B
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0x69F4000E0B200
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x346B0945
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x141494800007F8
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0x17DA0F34
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0xBFC7EF1AE0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x42ED9820
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x386CE2FBE0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: Low Frequency Mode.................: 1200 MHz
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: Clock Speed (Max. Non-Turbo Freq.).: 3200 MHz
Jan 22 03:07:57 11s-Hac-Pro kernel[0]: AICPUPMI: Maximum Turbo Frequency............: 4400 MHz
Jan 22 03:07:58 11s-Hac-Pro kernel[0]: AICPUPMI: CPU P-States [ (44) ]
Jan 22 03:07:58 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 8 9 ]
Jan 22 03:07:58 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 1 6 7 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU P-States [ (12) 44 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 6 7 8 9 10 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 1 4 6 7 8 9 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 6 7 8 9 10 11 ]
Jan 22 03:07:59 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 1 4 5 6 7 8 9 11 ]
Jan 22 03:08:00 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 4 5 6 7 8 9 11 ]
Jan 22 03:08:00 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]
Jan 22 03:08:00 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 4 5 6 7 8 9 10 11 ]
Jan 22 03:08:01 11s-Hac-Pro kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 8 9 10 11 ]

Any suggestions?

friend your score it is very high 23,854 ( 4400 oc ) mine cpu to 4700 only 23982 this is a very strange

Link to comment
Share on other sites

 Share

×
×
  • Create New...