Curious

Trouble

BSOD Kernel Dump Senior Analyst, Contributor
Joined
May 1, 2012
Posts
178
Location
N.W. Indiana
Recently parsing through a dump file which produced this
Code:
[CPU Information]
~MHz = REG_DWORD 3392
Component Information = REG_BINARY 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Configuration Data = REG_FULL_RESOURCE_DESCRIPTOR ff,ff,ff,ff,ff,ff,ff,ff,0,0,0,0,0,0,0,0
Identifier = REG_SZ Intel64 Family 6 Model 58 Stepping 9
ProcessorNameString = REG_SZ Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
Update Signature = REG_BINARY 0,0,0,0,10,0,0,0
Update Status = REG_DWORD 2
VendorIdentifier = REG_SZ GenuineIntel
MSR8B = REG_QWORD 1000000000
Machine ID Information [From Smbios 2.7, DMIVersion 39, Size=3079]
BiosMajorRelease = 4
BiosMinorRelease = 6
BiosVendor = American Megatrends Inc.
BiosVersion = F6
BiosReleaseDate = 06/07/2012
SystemManufacturer = Gigabyte Technology Co., Ltd.
SystemProductName = To be filled by O.E.M.
SystemFamily = To be filled by O.E.M.
SystemVersion = To be filled by O.E.M.
SystemSKU = To be filled by O.E.M.
BaseBoardManufacturer = Gigabyte Technology Co., Ltd.
BaseBoardProduct = B75M-D3H
BaseBoardVersion = To be filled by O.E.M.
CPUID:        "Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz"
[COLOR=#ff0000][I][B]MaxSpeed:     3400
CurrentSpeed: 3392[/B][/I][/COLOR]
[SMBIOS Data Tables v2.7]
[DMI Version - 39]
[2.0 Calling Convention - No]
[Table Size - 3079 bytes]
But then this:
Code:
[Processor Information (Type 4) - Length 42 - Handle 0043h]
  Socket Designation            Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
  Processor Type                Central Processor
  Processor Family              c6h - Specification Reserved
  Processor Manufacturer        Intel
  Processor ID                  a9060300fffbebbf
  Processor Version             Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
  Processor Voltage             8bh - 1.1V
  External Clock                100MHz
  [I][COLOR=#ff0000][B]Max Speed                     7000MHz[/B][/COLOR][/I]
  [COLOR=#ff0000][I][B]Current Speed                 3600MHz[/B][/I][/COLOR]
  Status                        Enabled Populated
  Processor Upgrade             Other
  L1 Cache Handle               0004h
  L2 Cache Handle               0005h
  L3 Cache Handle               0006h
  Serial Number                 [String Not Specified]
  Asset Tag Number                         
  Part Number                   Fill By OEM
I am used to seeing the Max Speed value, reasonably close (one way or the other) to the Current Speed value and or the actual processor speed in this case 3400MHz.
Can anyone tell me what I am looking at here and what might account for the incredible disparity between the second set of those two values.
 
Most likely some power management settings that's typical with CPUs nowadays to underclock themselves for specific reasons, such as heat reaching a certain temperature or CPU usage not reaching specified thresholds.

Though 7 GHz? That's very peculiar.
 
Though 7 GHz? That's very peculiar.
That is more or less what I was thinking as well. 7GHz? Was wondering where that came from or what might have produced that information.
Accounting and allowing for various things like TurboBoost, Kool n' Quiet, EIST, etc., given that it is a 3.4GHz processor and a Max Speed indication of over double that, I guess my question would be, how reliable is that particular entry in the debugger, is it accurate and an indication of either current or historical Over Clocking?
 
Sorry John, attached now.
And it reflects, at least as best I can determine, that at the time that CPUz was ran the OP's computer was under the control of EIST and under clocked.
But that is only one particular point in time and I have suspicions that with the presence of GVTDrv64.sys 9/5/2006, I suspect some historical EasyTune OC'ing and I was just wondering if that particular piece of information in the dump file was evidence of my suspicions, that's all.
 

Attachments

  • CPU.PNG
    CPU.PNG
    42.9 KB · Views: 6
I always direct the user to remove GVTDrv64 or any other out-of-date or troublesome motherboard utilities. It's sad to say, but they're awful and buggy. I'm old fashioned too... something about creating a bridge between the OS and the BIOS and making BIOS changes in the OS bothers me.

Regards,

Patrick
 
Maybe since it's a new Ivy Bridge CPU the data is not read properly? That CPU would have a max frequency of no more than maybe 5.5GHz even on liquid helium and 4.8GHZ or so on air or water cooling.
I agree using software in the OS to fool with overclocking is not a good idea, been there done that. :banghead:
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top