Page 5 of 6

Re: FAHWatch7

Posted: Mon Feb 06, 2012 9:09 am
by MtM
I must have compiled it wrongly for you, as when I run your log through the parser it returns line numbers as it should. Will use this as a test for any next release to check if I compiled it right.. Or did you remove the pdb files manually?

Code: Select all

2/6/2012] * 9:45:39 AM - ****** FAHWatch7_preview 0.1.0.5 logging started ******
[2/6/2012] * 9:45:39 AM - Found FAHClient folders!
[2/6/2012] * 9:45:39 AM - Client config obtained
[2/6/2012] * 9:45:40 AM - Client info obtained
[2/6/2012] * 9:45:40 AM - Initializing database access
[2/6/2012] * 9:45:43 AM - Created sqlitecommand for instance 0
[2/6/2012] * 9:45:43 AM - Starting hardware detection
[2/6/2012] * 9:45:43 AM - OpenHardwareMonitorLib interface started
[2/6/2012] * 9:45:51 AM - CRITICAL: HWInfo.clsHWInfo+cHWInfo+cOHMInterface:Object reference not set to an instance of an object.
[2/6/2012] * 9:45:51 AM - CRITICAL:  - Err.source: HWInfo Line: 0 - Err.number : 91
[2/6/2012] * 9:45:51 AM - CRITICAL:  - Err.description: Object reference not set to an instance of an object.
[2/6/2012] * 9:45:51 AM - CRITICAL:  - stacktrace:    at HWInfo.clsHWInfo.cHWInfo.cOHMInterface.ohmADL.get_AdapterReport(Int16 Index) in H:\FAHWatch7 Logparser test\HWInfo\HardwareInfo.vb:line 554
   at HWInfo.clsHWInfo.cHWInfo.cOHMInterface.Init(Boolean CloseOHM) in H:\FAHWatch7 Logparser test\HWInfo\HardwareInfo.vb:line 1235
[2/6/2012] * 9:45:51 AM - HWInfo.clsHWInfo+cHWInfo+cOHMInterface:
Open Hardware Monitor Report

--------------------------------------------------------------------------------

Version: 0.3.2.7

--------------------------------------------------------------------------------
This should fix that -> ( 0.1.0.6C )

zip -> http://code.google.com/p/cftunity/downl ... p&can=2&q=
or
installer -> http://code.google.com/p/cftunity/downl ... p&can=2&q=

Re: FAHWatch7

Posted: Mon Feb 06, 2012 4:31 pm
by MtM
Thanks rhavern for all the help through emails and confirming the fix :)

GreyWiskers, do you like this ->
Image
Not sure how to implement it, it's a quick sort based on the items in the listview, not a total sql query. But you can filter the items quickly with it and I'm working on getting the statistics matched properly ( which is working but just some minor refreshing issue ). The toolbar is optional, you can hide it. I'll probably add a label in front of the others saying something like 'quick select'

Edit: I'm going to add some date limits to the quick select, and options to create a 'snapshot' to compare against another 'snapshot'. That way it will be possible to directly compare the datasets matching something you changed, or after for instance work unit's worth or kfactor get's adjusted. Feels like a good option. I'll add the date limit now but snap shot creation and compare will come later.

new graph functions come first. Btw, no comments on the basic semi hidden live monitor? It's not really hidden but you can't set it up as main form. It's not very efficient as it's using the same logparser function as the initial parse, but I was hoping some would like it :mrgreen: Something is better then nothing... and afaik it should be pretty accurate. Hasn't lost track of any clients overnight either :lol:

Re: FAHWatch7

Posted: Sun Feb 12, 2012 12:50 pm
by guest3412
mtm, i tried your new software106c, i'm running v7.1.43 getting a few errors:

balloon message:

Code: Select all

- Err.source:mscorlib line: 0 - err.number: 5
- Err.description: index was out of range. Must be non-negative and less than the size of the collection.
parameter name: startIndex
- stacktrace: at
System.Globlization.CompareInfo.IndexOf(String
taskbar message:

Code: Select all

HHWInfo.clsHWInfo + cHWInfo + cOHMInterface:Index was out of range.
FAHWatch7.log first few lines

Code: Select all

[2/12/2012] * 7:39:53 AM - ****** FAHWatch7_preview 0.1.0.6 logging started ******
[2/12/2012] * 7:39:53 AM - Found FAHClient folders!
[2/12/2012] * 7:39:53 AM - Client config obtained
[2/12/2012] * 7:39:54 AM - Client info obtained
[2/12/2012] * 7:39:54 AM - Initializing database access
[2/12/2012] * 7:39:54 AM - Initializing database access
[2/12/2012] * 7:39:59 AM - Created sqlitecommand for instance 0
[2/12/2012] * 7:39:59 AM - Starting hardware detection
[2/12/2012] * 7:39:59 AM - OpenHardwareMonitorLib interface started
[2/12/2012] * 7:40:00 AM - CRITICAL: HWInfo.clsHWInfo+cHWInfo+cOHMInterface:Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
[2/12/2012] * 7:40:00 AM - CRITICAL:  - Err.source: mscorlib Line: 0 - Err.number : 5
[2/12/2012] * 7:40:00 AM - CRITICAL:  - Err.description: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
[2/12/2012] * 7:40:00 AM - CRITICAL:  - stacktrace:    at System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex, Int32 count, CompareOptions options)
   at System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex)
   at HWInfo.clsHWInfo.cHWInfo.cOHMInterface.Init(Boolean CloseOHM, LumberJack TheLumberJack)
[2/12/2012] * 7:40:00 AM - HWInfo.clsHWInfo+cHWInfo+cOHMInterface:
Open Hardware Monitor Report
hope this helps.

Re: FAHWatch7

Posted: Sun Feb 12, 2012 12:58 pm
by MtM
Do you have the pdb files in the directory you're running FAHWatch7 from? Would be nice and easy to have the line numbers :(

It would help if you included the ohm report :) That way I can run the report through the debugger.

Edit: the report is actually included because I need it, it's not big enough to cause problems with post length and does not contain private information. If you don't want to post the report for another reason, send it to fahwatch7 At hotmail Dot com.

Re: FAHWatch7

Posted: Tue Feb 14, 2012 6:27 pm
by guest3412
These are the pdb files, should be all the files included in the zipped.zip file i downloaded:
FAHWatch7_preview.pdb
gpuInfo.pdb
lspci.pdb
LumberJack.pdb

not sure what ohm report is, however i will e-mail you the entire fahwatch7.log file

edit: i did not use the installer - just the zipped zip.

Re: FAHWatch7

Posted: Tue Feb 14, 2012 6:33 pm
by nfettinger
Beta or not, this helped me find the source of a problem here: GPU Clients Hang . Thank you for dedicating your time to this project MtM.

Re: FAHWatch7

Posted: Wed Feb 15, 2012 5:24 am
by MtM
Thanks guest3412! I tried to mail you back but hotmail is being funny and won't let me do anything.

The ohm report is included in the logfile you send me, ohm = openhardwaremonitor sorry for the confusion. I had a modified fork which exposed various parts of the internal classes, but since that wasn't going to get any support it would have meant I had to keep editing and updating that myself. I thought it would be less time consuming to just use sensor information and parse the hardware text report to get other fields.

With your log, I can run that same text through the debugger, should be easy to fix anything going wrong that way.

I'm a bit puzzled about the pdb files, afaik I should always get the line numbers... wait.. maybe I provided a 'release' build instead of a debug build, then the pdb files are useless. Yeah that must be it!

@nfettinger Thanks, if this helps you to find problems that a big compliments in my opinion. I will try and make this the best I can think of, adding anything you might think of as being really nice/useful. Maybe I can make some people happy and that's the goal ( as a happy folder keeps folding :D ).

Next post.. preview of next build! ( next post so I can link to it, without linking to a wall of text which isn't relevant :oops: )

Re: FAHWatch7

Posted: Wed Feb 15, 2012 5:31 am
by MtM
Hi there.. sorry for taking so long to release an update, but I ran into some serious problems here and there. I'm fixing them one at a time, but I get distracted at times so I then change or add something which wasn't planned for the next release. So, this will be a bigger step. No explanation for the images ( for now.. also just noticed imageshack put them in reverse order.. ), just tell me what you think ( and live is still very rough around the edges, interface and code! ).

Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image

Re: FAHWatch7

Posted: Wed Feb 15, 2012 10:43 am
by jimerickson
thanks MtM! like it a lot. anxious for the next release.

Re: FAHWatch7

Posted: Wed Feb 15, 2012 9:36 pm
by zacken542
tonight I get this in my log, and it stops
[2012-02-15] * 22:32:08 - DEBUG: Cores snippet assigned, storing work unit
[2012-02-15] * 22:32:08 - DEBUG: -Finished with unit: 0x000000546652edcc4efd7e6ce36f44ba
[2012-02-15] * 22:32:08 - DEBUG: --Starting to parse project:6804 run:15 clone:28 gen:881 -WU01:FS00 - 0x000003b56652edc64e03a0fc48df009b
[2012-02-15] * 22:32:08 - DEBUG: -Setting dtStarted:2012-02-15T12:52:56
[2012-02-15] * 22:32:08 - DEBUG: -Setting new core version:2.20 (Tue Aug 2 12:06:37 PDT 2011)
[2012-02-15] * 22:32:08 - DEBUG: -Skipping INTERRUPTED Core Status
[2012-02-15] * 22:32:08 - DEBUG: Parsing logs for HPD9
Found 25 work unit indexes
- 22 finalized work units
- 2 active work units
[2012-02-15] * 22:32:08 - DEBUG: --Starting to parse project:8011 run:1 clone:164 gen:58 -WU00:FS01 - 0x000000616652edcc4efd7a6195f30908
[2012-02-15] * 22:32:08 - DEBUG: -Setting dtStarted:2012-02-15T15:33:42
[2012-02-15] * 22:32:08 - DEBUG: -Setting new core version:2.27 (Dec. 15, 2010)
[2012-02-15] * 22:32:08 - DEBUG: -Skipping INTERRUPTED Core Status
[2012-02-15] * 22:32:08 - DEBUG: Parsing logs for HPD9
Found 25 work unit indexes
- 22 finalized work units
- 3 active work units
[2012-02-15] * 22:32:08 - DEBUG: Finished after 0 Days, 0 hours, 0 minutes,3 seconds and 129 milliseconds
[2012-02-15] * 22:32:10 - CRITICAL: Nätverkssökvägen kan inte hittas.

[2012-02-15] * 22:32:10 - CRITICAL: - Err.source: mscorlib Line: 0 - Err.number : 57
[2012-02-15] * 22:32:10 - CRITICAL: - Err.description: Nätverkssökvägen kan inte hittas.

[2012-02-15] * 22:32:10 - CRITICAL: - stacktrace: vid System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
vid System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
vid System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
vid Microsoft.VisualBasic.FileIO.FileSystem.FindPaths(FileOrDirectory FileOrDirectory, String directory, String wildCard)
vid Microsoft.VisualBasic.FileIO.FileSystem.FindFilesOrDirectories(FileOrDirectory FileOrDirectory, String directory, SearchOption searchType, String[] wildcards, Collection`1 Results)
vid Microsoft.VisualBasic.FileIO.FileSystem.FindFilesOrDirectories(FileOrDirectory FileOrDirectory, String directory, SearchOption searchType, String[] wildcards)
vid Microsoft.VisualBasic.MyServices.FileSystemProxy.GetFiles(String directory, SearchOption searchType, String[] wildcards)
vid FAHWatch7.clsParser.AsyncMain.ParseWait(Boolean ShowBussy, Form ParentForm)
[2012-02-15] * 22:32:10 - CRITICAL: Logparser failed!
Sven Åke

Re: FAHWatch7

Posted: Thu Feb 16, 2012 2:45 am
by guest3412
no problem - let me know how/if i can help

Re: FAHWatch7

Posted: Fri Feb 17, 2012 10:51 pm
by Napoleon
I'm trying to use FAHWatch to filter successfully submitted WUs this month. This gives me an empty list:

Code: Select all

WHERE ServerResponse = 'WORK_ACK (400)' AND CoreStatus LIKE '%FINISHED_UNIT%' AND Submitted LIKE '%2.2012%' ORDER BY Submitted ASC
This one apparently gives me the list of successfully submitted WUs, though:

Code: Select all

WHERE ServerResponse = 'WORK_ACK (400)' AND CoreStatus LIKE '%FINISHED_UNIT%' AND Submitted LIKE '%2012%' ORDER BY Submitted ASC
Does FAHWatch7 work with times and dates yet? And sorry if I've missed some post about those. I wasn't very thorough when I skimmed through the thread.

Re: FAHWatch7

Posted: Sat Feb 18, 2012 2:44 pm
by Grandpa_01
Hi MtM
I am having a problem with the latest release it parses but when it tries to start the GUI opens and then disappears immediately v7.1.48: of F@H

Code: Select all

[2/18/2012] * 6:28:45 AM - ****** FAHWatch7_preview 0.1.0.6 logging started ******
[2/18/2012] * 6:28:45 AM - Found FAHClient folders!
[2/18/2012] * 6:28:45 AM - Client config obtained
[2/18/2012] * 6:28:45 AM - Client info obtained
[2/18/2012] * 6:28:45 AM - Initializing database access
[2/18/2012] * 6:28:45 AM - Created sqlitecommand for instance 0
[2/18/2012] * 6:28:45 AM - Starting hardware detection
[2/18/2012] * 6:28:45 AM - OpenHardwareMonitorLib interface started
[2/18/2012] * 6:28:46 AM - CRITICAL: HWInfo.clsHWInfo+cHWInfo+cOHMInterface:Nullable object must have a value.
[2/18/2012] * 6:28:46 AM - CRITICAL: HWInfo.clsHWInfo+cHWInfo+cOHMInterface:Nullable object must have a value.
[2/18/2012] * 6:28:46 AM - CRITICAL:  - Err.source: mscorlib Line: 0 - Err.number : 5
[2/18/2012] * 6:28:46 AM - CRITICAL:  - Err.description: Nullable object must have a value.
[2/18/2012] * 6:28:46 AM - CRITICAL:  - stacktrace:    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at HWInfo.clsHWInfo.cHWInfo.cOHMInterface.Init(Boolean CloseOHM, LumberJack TheLumberJack)
[2/18/2012] * 6:28:46 AM - HWInfo.clsHWInfo+cHWInfo+cOHMInterface:
Open Hardware Monitor Report

--------------------------------------------------------------------------------

Version: 0.3.2.7

--------------------------------------------------------------------------------

Common Language Runtime: 2.0.50727.5448
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 32-Bit

--------------------------------------------------------------------------------

Ring0

Status: Installing driver "C:\Users\Rick6\AppData\Local\Temp\tmpAF28.tmp" failed and file exists

Exception: This driver has been blocked from loading (Exception from HRESULT: 0x800704FB)

--------------------------------------------------------------------------------

Sensors

|
+- ASUS Maximus IV Extreme-Z (/mainboard)
|
+- Intel Core i7-2700K (/intelcpu/0)
|  +- CPU Core #1    :  3565.18  3565.18  3565.18 (/intelcpu/0/clock/1)
|  +- CPU Core #2    :  3565.18  3565.18  3565.18 (/intelcpu/0/clock/2)
|  +- CPU Core #3    :  3565.18  3565.18  3565.18 (/intelcpu/0/clock/3)
|  +- CPU Core #4    :  3565.18  3565.18  3565.18 (/intelcpu/0/clock/4)
|  +- CPU Core #1    :                            (/intelcpu/0/temperature/0)
|  +- CPU Core #2    :                            (/intelcpu/0/temperature/1)
|  +- CPU Core #3    :                            (/intelcpu/0/temperature/2)
|  +- CPU Core #4    :                            (/intelcpu/0/temperature/3)
|  +- CPU Package    :                            (/intelcpu/0/temperature/4)
|  +- CPU Total      :      100      100      100 (/intelcpu/0/load/0)
|  +- CPU Core #1    :      100      100      100 (/intelcpu/0/load/1)
|  +- CPU Core #2    :      100      100      100 (/intelcpu/0/load/2)
|  +- CPU Core #3    :      100      100      100 (/intelcpu/0/load/3)
|  +- CPU Core #4    :      100      100      100 (/intelcpu/0/load/4)
|
+- NVIDIA GeForce GTX 580 (/nvidiagpu/0)
|  +- GPU Core       :  925.714        0  925.714 (/nvidiagpu/0/clock/0)
|  +- GPU Memory     :   2019.6   2019.6   2019.6 (/nvidiagpu/0/clock/1)
|  +- GPU Shader     :  1851.43        0  1851.43 (/nvidiagpu/0/clock/2)
|  +- GPU Core       :       83       83       83 (/nvidiagpu/0/temperature/0)
|  +- GPU Board      :       54       54       54 (/nvidiagpu/0/temperature/1)
|  +- GPU Core       :       99       99       99 (/nvidiagpu/0/load/0)
|  +- GPU Memory Controller :       18       18       18 (/nvidiagpu/0/load/1)
|  +- GPU Video Engine :        0        0        0 (/nvidiagpu/0/load/2)
|  +- GPU Memory     :  32.4247  32.4247  32.4247 (/nvidiagpu/0/load/3)

--------------------------------------------------------------------------------

Parameters

|
+- ASUS Maximus IV Extreme-Z (/mainboard)
|
+- Intel Core i7-2700K (/intelcpu/0)
|  |
|  +- CPU Core #1 (/intelcpu/0/temperature/0)
|  |  +- TjMax [°C] : 100 : 100
|  |  +- TSlope [°C] : 1 : 1
|  |
|  +- CPU Core #2 (/intelcpu/0/temperature/1)
|  |  +- TjMax [°C] : 100 : 100
|  |  +- TSlope [°C] : 1 : 1
|  |
|  +- CPU Core #3 (/intelcpu/0/temperature/2)
|  |  +- TjMax [°C] : 100 : 100
|  |  +- TSlope [°C] : 1 : 1
|  |
|  +- CPU Core #4 (/intelcpu/0/temperature/3)
|  |  +- TjMax [°C] : 100 : 100
|  |  +- TSlope [°C] : 1 : 1
|  |
|  +- CPU Package (/intelcpu/0/temperature/4)
|  |  +- TjMax [°C] : 100 : 100
|  |  +- TSlope [°C] : 1 : 1
|
+- NVIDIA GeForce GTX 580 (/nvidiagpu/0)

--------------------------------------------------------------------------------

Mainboard

SMBIOS Version: 2.6

BIOS Vendor: American Megatrends Inc.
BIOS Version: 1004

System Manufacturer: System manufacturer
System Name: System Product Name
System Version: System Version

Mainboard Manufacturer: ASUSTeK Computer INC.
Mainboard Name: Maximus IV Extreme-Z
Mainboard Version: Rev 1.xx

SMBIOS Table

 ABgAAAECAPADf4CYiz8FAAAAAwUEBv//QW1lcmljYW4gTWVnYXRyZW5kcyBJbmMu
 ADEwMDQAMTIvMjcvMjAxMQAAARsBAAECAwRAYDP9Ku/gEbwaVASmEDZUBgUGU3lz
 dGVtIG1hbnVmYWN0dXJlcgBTeXN0ZW0gUHJvZHVjdCBOYW1lAFN5c3RlbSBWZXJz
 aW9uAFN5c3RlbSBTZXJpYWwgTnVtYmVyAFRvIGJlIGZpbGxlZCBieSBPLkUuTS4A
 VG8gYmUgZmlsbGVkIGJ5IE8uRS5NLgAAAg8CAAECAwQFCQYDAAoAQVNVU1RlSyBD
 b21wdXRlciBJTkMuAE1heGltdXMgSVYgRXh0cmVtZS1aAFJldiAxLnh4ADExMTgz
 Mzc2MDAwMDA0MABUbyBiZSBmaWxsZWQgYnkgTy5FLk0uAFRvIGJlIGZpbGxlZCBi
 eSBPLkUuTS4AAAMVAwABAwIDBAMDAwMAAAAAAAEAAENoYXNzaXMgTWFudWZhY3R1
 cmUAQ2hhc3NpcyBWZXJzaW9uAENoYXNzaXMgU2VyaWFsIE51bWJlcgBBc3NldC0x
 MjM0NTY3ODkwAAAEKgQAAQO/AqcGAgD/++u/A4pkANgODw5BAQUABgAHAAQFBgQB
 AgQAvwBMR0ExMTU1AEludGVsICAgICAgICAgICAgAEludGVsKFIpIENvcmUoVE0p
 IGk3LTI3MDBLIENQVSBAIDMuNTBHSHogICAgICAgAFRvIEJlIEZpbGxlZCBCeSBP
 LkUuTS4AVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgBUbyBCZSBGaWxsZWQgQnkgTy5F
 Lk0uAAAHEwUAAYABAAEAAQEAAQAAAwUHTDEtQ2FjaGUAAAcTBgABgQIABAAEAQAB
 AAADBQdMMi1DYWNoZQAABxMHAAECAwAgACABAAEAAAMFCEwzLUNhY2hlAAAICQgA
 AQACDw1QUy8yIEtleWJvYXJkAFBTLzIgS2V5Ym9hcmQAAAgJCQABAAISEFVTQjlf
 MTAAVVNCOV8xMAAACAkKAAEAAhIQVVNCMTFfMTIAVVNCMTFfMTIAAAgJCwABAAIL
 H0diRSBMQU4AR2JFIExBTgAACAkMAAEAAv8dQVVESU8AQVVESU8AAAgJDQABIgAA
 IFNBVEExAAAICQ4AASIAACBTQVRBMgAACAkPAAEiAAAgU0FUQTMAAAgJEAABIgAA
 IFNBVEE0AAAICREAASIAACBTQVRBNQAACAkSAAEiAAAgU0FUQTYAAAgJEwABEgAA
 EFVTQjFfMgAACAkUAAESAAAQVVNCM180AAAICRUAARIAABBVU0I1XzYAAAgJFgAB
 EgAAEFVTQjdfOAAACAkXAAEfAAAdQUFGUAAACAkYAAH/AAD/Q1BVX0ZBTgAACAkZ
 AAH/AAD/Q0hBX0ZBTjEAAAgJGgAB/wAA/1BXUl9GQU4AAAgJGwABFgAA/1BBVEFf
 SURFAAAICRwAASIAACBGX0VTQVRBAAAJER0AAaUFBAMBAAwBAAAACFBDSUVYMTZf
 MQAACREeAAGlBQQDAgAMAQAAAONQQ0lFWDFfMQAACREfAAGlBQQDAwAMAQAAAORQ
 Q0lFWDFfMgAACREgAAEGBQQDBAAMAQAAAOZQQ0kxAAAKBiEAhQFPbmJvYXJkIEV0
 aGVybmV0AAALBSIAAVRvIEJlIEZpbGxlZCBCeSBPLkUuTS4AAAwFIwABVG8gQmUg
 RmlsbGVkIEJ5IE8uRS5NLgAAEA8kAAMDAwAAAAL//wQAAAASFyUAAwICAAAAAAAA
 AIAAAACAAAAAgAAAEw8mAAAAAAD///8AJAABAAARHCcAJAD//0AAQAAAEAkAAQIY
 gABVCAMEBQYCRElNTTAAQkFOSzAAVW5kZWZpbmVkICAgIAAwMDAwMDAwAEFzc2V0
 VGFnTnVtMABGMy0xNzAwMENMMTEtNEdCWEwAABIXKAADAgIAAAAAAAAAgAAAAIAA
 AACAAAAUEykAAAAAAP//PwAnACYAAQAAAAARHCoAJAD//0AAQAAAEAkAAQIYgABV
 CAMEBQYCRElNTTEAQkFOSzEAVW5kZWZpbmVkICAgIAAwMDAwMDAwAEFzc2V0VGFn
 TnVtMQBGMy0xNzAwMENMMTEtNEdCWEwAABIXKwADAgIAAAAAAAAAgAAAAIAAAACA
 AAAUEywAAABAAP//fwAqACYAAQAAAAARHC0AJAD//0AAQAAAEAkAAQIYgABVCAME
 BQYCRElNTTIAQkFOSzIAVW5kZWZpbmVkICAgIAAwMDAwMDAwAEFzc2V0VGFnTnVt
 MgBGMy0xNzAwMENMMTEtNEdCWEwAABIXLgADAgIAAAAAAAAAgAAAAIAAAACAAAAU
 Ey8AAACAAP//vwAtACYAAQAAAAARHDAAJAD//0AAQAAAEAkAAQIYgABVCAMEBQYC
 RElNTTMAQkFOSzMAVW5kZWZpbmVkICAgIAAwMDAwMDAwAEFzc2V0VGFnTnVtMwBG
 My0xNzAwMENMMTEtNEdCWEwAABIXMQADAgIAAAAAAAAAgAAAAIAAAACAAAAUEzIA
 AADAAP///wAwACYAAQAAAAAgFDMAAAAAAAAAAAAAAAAAAAAAAAAAIgs0AAEEAAAA
 AANMTTc4LTEAABoWNQABAACAAIAAgACAAIAAAAAAAIBMTTc4QQAAJBA2AAEAAgAD
 AAQABQAGAAAAIws3AAE0ADQANQBUbyBCZSBGaWxsZWQgQnkgTy5FLk0uAAAcFjgA
 AQAAgACAAIAAgACAAAAAAACATE03OEEAACQQOQABAAIAAwAEAAUABgAAACMLOgAB
 NAA3ADgAVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgAAGw47ADgAEgEAAAAAAIAAACQQ
 PAABAAIAAwAEAAUABgAAACMLPQABNAA6ADsAVG8gQmUgRmlsbGVkIEJ5IE8uRS5N
 LgAAGw4+ADgAEgEAAAAAAIAAACQQPwABAAIAAwAEAAUABgAAACMLQAABNAA9AD4A
 VG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgAAHRZBAAEAAIAAgACAAIAAgAAAAAAAgEFC
 QwAAJBBCAACAAIAAgACAAIAAgAAAIwtDAAE0AEAAPgBUbyBCZSBGaWxsZWQgQnkg
 Ty5FLk0uAAAnFkQAAQECAwQFBgcAgABANQA7AEEAVG8gQmUgRmlsbGVkIEJ5IE8u
 RS5NLgBUbyBCZSBGaWxsZWQgQnkgTy5FLk0uAFRvIEJlIEZpbGxlZCBCeSBPLkUu
 TS4AVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgBUbyBCZSBGaWxsZWQgQnkgTy5FLk0u
 AFRvIEJlIEZpbGxlZCBCeSBPLkUuTS4AVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgAA
 IhBFAAEEAAAAAANMTTc4LTIAABoWRgABAACAAIAAgACAAIAAAAAAAIBMTTc4QgAA
 JBBHAAcACAAIAAoACwAMAAAAIwtIAAFFAEUARgBUbyBCZSBGaWxsZWQgQnkgTy5F
 Lk0uAAAaFkkAAQAAgACAAIAAgACAAAAAAACATE03OEIAACQQSgANAA4ADwAQABEA
 EgAAACMLSwABRQBIAEkAVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgAAHBZMAAEAAIAA
 gACAAIAAgAAAAAAAgExNNzhCAAAkEE0AAQACAAMABAAFAAYAAAAjC04AAUUASwBM
 AFRvIEJlIEZpbGxlZCBCeSBPLkUuTS4AABsOTwBMABIBAAAAAACAAAAkEFAAAQAC
 AAMABAAFAAYAAAAjC1EAAUUATgBPAFRvIEJlIEZpbGxlZCBCeSBPLkUuTS4AABwW
 UgABAACAAIAAgACAAIAAAAAAAIBMTTc4QgAAJBBTAAEAAgADAAQABQAGAAAAIwtU
 AAFFAFEAUgBUbyBCZSBGaWxsZWQgQnkgTy5FLk0uAAAbDlUAUgASAQAAAAAAgAAA
 JBBWAAEAAgADAAQABQAGAAAAIwtXAAFFAFQAVQBUbyBCZSBGaWxsZWQgQnkgTy5F
 Lk0uAAAdFlgAAQAAgACAAIAAgACAAAAAAACAREVGAAAkEFkAAIAAgACAAIAAgACA
 AAAjC1oAAUUAVwBVAFRvIEJlIEZpbGxlZCBCeSBPLkUuTS4AAB0WWwABAACAAIAA
 gACAAIAAAAAAAIBHSEkAACQQXAAAgACAAIAAgACAAIAAACMLXQABRQBaAFUAVG8g
 QmUgRmlsbGVkIEJ5IE8uRS5NLgAAJxZeAAEBAgMEBQYHAIAAQDUAOwBBAFRvIEJl
 IEZpbGxlZCBCeSBPLkUuTS4AVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgBUbyBCZSBG
 aWxsZWQgQnkgTy5FLk0uAFRvIEJlIEZpbGxlZCBCeSBPLkUuTS4AVG8gQmUgRmls
 bGVkIEJ5IE8uRS5NLgBUbyBCZSBGaWxsZWQgQnkgTy5FLk0uAFRvIEJlIEZpbGxl
 ZCBCeSBPLkUuTS4AACkLXwABgwEAAAAQIE9uYm9hcmQgSUdEAAApC2AAAYUBAAAA
 yCBPbmJvYXJkIExBTgAAKQthAAGBAQAAA+IgT25ib2FyZCAxMzk0AACLXmIA/ty6
 mHZUMhAEBDJV+ACiAqEAQGMGEQM0A99AgAAgAHM8EAgAYA8GERUEIAA8EAAAAAAA
 AAAAAAAAAAAAAAAAAGkAAP//BhEABAAAIzMAAAAAAAAAAAAAAAABVjEzOTRHVUlE
 AAANFmMACAEAAAAAAAAAAAAAAAAAAAABZW5nAGZyYQBzcGEAZ2VyAHJ1cwBjaHMA
 Y2hpAGpwbgAAfwRkAAAA

--------------------------------------------------------------------------------

CPUID

Processor 0

Processor Vendor: Intel
Processor Brand: Intel(R) Core(TM) i7-2700K CPU @ 3.50GHz
Family: 0x6
Model: 0x2A
Stepping: 0x7

CPUID Return Values

 CPU Thread: 0
 APIC ID: 0
 Processor ID: 0
 Core ID: 0
 Thread ID: 0

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  00100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000000
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 1
 APIC ID: 1
 Processor ID: 0
 Core ID: 0
 Thread ID: 1

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  01100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000001
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 2
 APIC ID: 2
 Processor ID: 0
 Core ID: 1
 Thread ID: 0

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  02100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000002
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 3
 APIC ID: 3
 Processor ID: 0
 Core ID: 1
 Thread ID: 1

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  03100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000003
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 4
 APIC ID: 4
 Processor ID: 0
 Core ID: 2
 Thread ID: 0

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  04100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000004
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 5
 APIC ID: 5
 Processor ID: 0
 Core ID: 2
 Thread ID: 1

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  05100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000005
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 6
 APIC ID: 6
 Processor ID: 0
 Core ID: 3
 Thread ID: 0

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  06100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000006
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

 CPU Thread: 7
 APIC ID: 7
 Processor ID: 0
 Core ID: 3
 Thread ID: 1

 Function  EAX       EBX       ECX       EDX
 00000000  0000000D  756E6547  6C65746E  49656E69
 00000001  000206A7  07100800  1F9AE3BF  BFEBFBFF
 00000002  76035A01  00F0B2FF  00000000  00CA0000
 00000003  00000000  00000000  00000000  00000000
 00000004  1C004121  01C0003F  0000003F  00000000
 00000005  00000040  00000040  00000003  00001120
 00000006  00000077  00000002  00000009  00000000
 00000007  00000000  00000000  00000000  00000000
 00000008  00000000  00000000  00000000  00000000
 00000009  00000000  00000000  00000000  00000000
 0000000A  07300403  00000000  00000000  00000603
 0000000B  00000001  00000002  00000100  00000007
 0000000C  00000000  00000000  00000000  00000000
 0000000D  00000007  00000340  00000340  00000000
 80000000  80000008  00000000  00000000  00000000
 80000001  00000000  00000000  00000001  28100000
 80000002  20202020  49202020  6C65746E  20295228
 80000003  65726F43  294D5428  2D376920  30303732
 80000004  5043204B  20402055  30352E33  007A4847
 80000005  00000000  00000000  00000000  00000000
 80000006  00000000  00000000  01006040  00000000
 80000007  00000000  00000000  00000000  00000100
 80000008  00003024  00000000  00000000  00000000

--------------------------------------------------------------------------------

Intel CPU

Name: Intel Core i7-2700K
Number of Cores: 4
Threads per Core: 2
Timer Frequency: 3.481523 MHz
Time Stamp Counter: Invariant
Estimated Time Stamp Counter Frequency: 3565.18 MHz
Estimated Time Stamp Counter Frequency Error: 0.16384 Mhz
Time Stamp Counter Frequency: 3565.18 MHz

MSR Core #1

 MSR       EDX       EAX

MSR Core #2

 MSR       EDX       EAX

MSR Core #3

 MSR       EDX       EAX

MSR Core #4

 MSR       EDX       EAX

Microarchitecture: SandyBridge
Time Stamp Counter Multiplier: 0

--------------------------------------------------------------------------------

AMD Display Library

Status: -1

--------------------------------------------------------------------------------

NVAPI

Version: NVidia Complete Version 1.10
Number of GPUs: 1

--------------------------------------------------------------------------------

Nvidia GPU

Name: NVIDIA GeForce GTX 580
Index: 0
Driver Version: 290.53
Driver Branch: r290_27-18

Thermal Settings

 Sensor[0].Controller: VBIOSEVT
 Sensor[0].DefaultMinTemp: 0
 Sensor[0].DefaultMaxTemp: 191
 Sensor[0].CurrentTemp: 83
 Sensor[0].Target: GPU
 Sensor[1].Controller: VBIOSEVT
 Sensor[1].DefaultMinTemp: 0
 Sensor[1].DefaultMaxTemp: 191
 Sensor[1].CurrentTemp: 54
 Sensor[1].Target: BOARD

Clocks

 Clock[8]: 2019600
 Clock[9]: 11
 Clock[10]: 416667
 Clock[11]: 1
 Clock[12]: 540000
 Clock[13]: 9
 Clock[16]: 148500
 Clock[17]: 1
 Clock[18]: 27000
 Clock[19]: 1
 Clock[30]: 1851428
 Clock[31]: 9
 Clock[32]: 1938214
 Clock[33]: 9
 Clock[34]: 1544062
 Clock[35]: 9
 Clock[36]: 1544062
 Clock[37]: 9
 Clock[38]: 540000
 Clock[39]: 9
 Clock[40]: 231428
 Clock[41]: 9
 Clock[42]: 540000
 Clock[43]: 9
 Clock[44]: 108000
 Clock[45]: 1
 Clock[50]: 1938214
 Clock[51]: 9
 Clock[92]: 2019600
 Clock[93]: 32
 Clock[99]: 416667
 Clock[100]: 32
 Clock[106]: 540000
 Clock[107]: 32
 Clock[120]: 148500
 Clock[121]: 32
 Clock[127]: 27000
 Clock[128]: 32
 Clock[169]: 1851428
 Clock[170]: 32
 Clock[176]: 1938214
 Clock[177]: 32
 Clock[183]: 1544062
 Clock[184]: 32
 Clock[190]: 1544062
 Clock[191]: 32
 Clock[197]: 540000
 Clock[198]: 32
 Clock[204]: 231428
 Clock[205]: 32
 Clock[211]: 540000
 Clock[212]: 32
 Clock[218]: 108000
 Clock[219]: 32
 Clock[239]: 1938214
 Clock[240]: 32

Tachometer

 Status: NOT_SUPPORTED

P-States

 Percentage[0]: 99
 Percentage[1]: 18
 Percentage[2]: 0

Usages

 Usage[1]: 1
 Usage[2]: 99
 Usage[3]: 58
 Usage[4]: 21
 Usage[5]: 1
 Usage[6]: 18
 Usage[7]: 58
 Usage[8]: 8
 Usage[9]: 1
 Usage[11]: 58
 Usage[12]: 39

Cooler Settings


Memory Info

 Value[0]: 1572864
 Value[1]: 1539520
 Value[2]: 0
 Value[3]: 2620988
 Value[4]: 1062868


[2/18/2012] * 6:28:46 AM - HWInfo.clsHWInfo+cHWInfo:Starting OpenHardwareMonitorlib.dll extension: False
[2/18/2012] * 6:28:46 AM - Gpgpu detection started
[2/18/2012] * 6:28:46 AM - openCL detected!
[2/18/2012] * 6:28:46 AM - CUDA detected!
[2/18/2012] * 6:28:46 AM - Gpgpu enumeration: True
[2/18/2012] * 6:28:46 AM - Getting environment information:
[2/18/2012] * 6:28:46 AM - Administrator rights detected.
[2/18/2012] * 6:28:46 AM - Platform: Windows7
[2/18/2012] * 6:28:46 AM - Environment query: True
[2/18/2012] * 6:28:46 AM - Initializing parser for RICK6-PC
[2/18/2012] * 6:28:46 AM - Checking for remote clients configuration..False
[2/18/2012] * 6:28:46 AM - Initializing project info
[2/18/2012] * 6:28:46 AM - Log parser started
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 04:24:21:WU02:FS00:0X15:COMPLETED    325001 OUT OF 2500000 STEPS (13%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 04:30:38:WU02:FS00:0X15:COMPLETED    350000 OUT OF 2500000 STEPS (14%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 04:36:54:WU02:FS00:0X15:COMPLETED    375000 OUT OF 2500000 STEPS (15%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 04:43:10:WU02:FS00:0X15:COMPLETED    400000 OUT OF 2500000 STEPS (16%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 04:49:24:WU02:FS00:0X15:COMPLETED    425000 OUT OF 2500000 STEPS (17%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 04:55:38:WU02:FS00:0X15:COMPLETED    450000 OUT OF 2500000 STEPS (18%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:01:52:WU02:FS00:0X15:COMPLETED    475000 OUT OF 2500000 STEPS (19%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:08:07:WU02:FS00:0X15:COMPLETED    500000 OUT OF 2500000 STEPS (20%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:14:20:WU02:FS00:0X15:COMPLETED    525000 OUT OF 2500000 STEPS (21%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:20:33:WU02:FS00:0X15:COMPLETED    550000 OUT OF 2500000 STEPS (22%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:26:46:WU02:FS00:0X15:COMPLETED    575000 OUT OF 2500000 STEPS (23%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:32:59:WU02:FS00:0X15:COMPLETED    600000 OUT OF 2500000 STEPS (24%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:39:11:WU02:FS00:0X15:COMPLETED    625000 OUT OF 2500000 STEPS (25%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:45:24:WU02:FS00:0X15:COMPLETED    650000 OUT OF 2500000 STEPS (26%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:51:37:WU02:FS00:0X15:COMPLETED    675000 OUT OF 2500000 STEPS (27%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 05:57:50:WU02:FS00:0X15:COMPLETED    700000 OUT OF 2500000 STEPS (28%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:04:03:WU02:FS00:0X15:COMPLETED    725000 OUT OF 2500000 STEPS (29%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:10:16:WU02:FS00:0X15:COMPLETED    750000 OUT OF 2500000 STEPS (30%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:16:29:WU02:FS00:0X15:COMPLETED    775000 OUT OF 2500000 STEPS (31%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:22:42:WU02:FS00:0X15:COMPLETED    800000 OUT OF 2500000 STEPS (32%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:28:55:WU02:FS00:0X15:COMPLETED    825000 OUT OF 2500000 STEPS (33%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:35:08:WU02:FS00:0X15:COMPLETED    850000 OUT OF 2500000 STEPS (34%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:41:21:WU02:FS00:0X15:COMPLETED    875000 OUT OF 2500000 STEPS (35%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:47:34:WU02:FS00:0X15:COMPLETED    900000 OUT OF 2500000 STEPS (36%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 06:53:47:WU02:FS00:0X15:COMPLETED    925000 OUT OF 2500000 STEPS (37%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:00:00:WU02:FS00:0X15:COMPLETED    950000 OUT OF 2500000 STEPS (38%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:06:13:WU02:FS00:0X15:COMPLETED    975000 OUT OF 2500000 STEPS (39%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:12:27:WU02:FS00:0X15:COMPLETED   1000000 OUT OF 2500000 STEPS (40%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:18:40:WU02:FS00:0X15:COMPLETED   1025000 OUT OF 2500000 STEPS (41%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:24:53:WU02:FS00:0X15:COMPLETED   1050000 OUT OF 2500000 STEPS (42%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:31:07:WU02:FS00:0X15:COMPLETED   1075000 OUT OF 2500000 STEPS (43%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:37:20:WU02:FS00:0X15:COMPLETED   1100000 OUT OF 2500000 STEPS (44%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:43:33:WU02:FS00:0X15:COMPLETED   1125000 OUT OF 2500000 STEPS (45%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:49:46:WU02:FS00:0X15:COMPLETED   1150000 OUT OF 2500000 STEPS (46%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 07:55:59:WU02:FS00:0X15:COMPLETED   1175000 OUT OF 2500000 STEPS (47%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:02:13:WU02:FS00:0X15:COMPLETED   1200000 OUT OF 2500000 STEPS (48%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:08:27:WU02:FS00:0X15:COMPLETED   1225000 OUT OF 2500000 STEPS (49%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:14:40:WU02:FS00:0X15:COMPLETED   1250000 OUT OF 2500000 STEPS (50%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:20:53:WU02:FS00:0X15:COMPLETED   1275000 OUT OF 2500000 STEPS (51%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:27:07:WU02:FS00:0X15:COMPLETED   1300000 OUT OF 2500000 STEPS (52%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:33:24:WU02:FS00:0X15:COMPLETED   1325000 OUT OF 2500000 STEPS (53%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:39:38:WU02:FS00:0X15:COMPLETED   1350000 OUT OF 2500000 STEPS (54%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:45:50:WU02:FS00:0X15:COMPLETED   1375000 OUT OF 2500000 STEPS (55%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:52:03:WU02:FS00:0X15:COMPLETED   1400000 OUT OF 2500000 STEPS (56%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 08:58:16:WU02:FS00:0X15:COMPLETED   1425000 OUT OF 2500000 STEPS (57%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:04:29:WU02:FS00:0X15:COMPLETED   1450000 OUT OF 2500000 STEPS (58%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:10:42:WU02:FS00:0X15:COMPLETED   1475000 OUT OF 2500000 STEPS (59%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:16:55:WU02:FS00:0X15:COMPLETED   1500000 OUT OF 2500000 STEPS (60%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:23:08:WU02:FS00:0X15:COMPLETED   1525000 OUT OF 2500000 STEPS (61%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:29:21:WU02:FS00:0X15:COMPLETED   1550000 OUT OF 2500000 STEPS (62%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:35:34:WU02:FS00:0X15:COMPLETED   1575000 OUT OF 2500000 STEPS (63%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:41:46:WU02:FS00:0X15:COMPLETED   1600000 OUT OF 2500000 STEPS (64%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:48:00:WU02:FS00:0X15:COMPLETED   1625000 OUT OF 2500000 STEPS (65%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 09:54:12:WU02:FS00:0X15:COMPLETED   1650000 OUT OF 2500000 STEPS (66%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 10:00:26:WU02:FS00:0X15:COMPLETED   1675000 OUT OF 2500000 STEPS (67%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 10:06:38:WU02:FS00:0X15:COMPLETED   1700000 OUT OF 2500000 STEPS (68%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 10:12:51:WU02:FS00:0X15:COMPLETED   1725000 OUT OF 2500000 STEPS (69%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000020a3b1e814f32c79e0c10815c  LogLine: 10:19:03:WU02:FS00:0X15:COMPLETED   1750000 OUT OF 2500000 STEPS (70%).
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:22:46:WU01:FS01:0XA4:COMPLETED 68320 OUT OF 250000 STEPS  (27%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:23:48:WU01:FS01:0XA4:COMPLETED 70000 OUT OF 250000 STEPS  (28%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:24:46:WU01:FS01:0XA4:COMPLETED 72500 OUT OF 250000 STEPS  (29%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:25:21:WU01:FS01:0XA4:COMPLETED 75000 OUT OF 250000 STEPS  (30%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:25:58:WU01:FS01:0XA4:COMPLETED 77500 OUT OF 250000 STEPS  (31%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:26:37:WU01:FS01:0XA4:COMPLETED 80000 OUT OF 250000 STEPS  (32%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:27:13:WU01:FS01:0XA4:COMPLETED 82500 OUT OF 250000 STEPS  (33%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:27:48:WU01:FS01:0XA4:COMPLETED 85000 OUT OF 250000 STEPS  (34%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:28:23:WU01:FS01:0XA4:COMPLETED 87500 OUT OF 250000 STEPS  (35%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:28:57:WU01:FS01:0XA4:COMPLETED 90000 OUT OF 250000 STEPS  (36%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:29:32:WU01:FS01:0XA4:COMPLETED 92500 OUT OF 250000 STEPS  (37%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:30:06:WU01:FS01:0XA4:COMPLETED 95000 OUT OF 250000 STEPS  (38%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:30:42:WU01:FS01:0XA4:COMPLETED 97500 OUT OF 250000 STEPS  (39%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:31:19:WU01:FS01:0XA4:COMPLETED 100000 OUT OF 250000 STEPS  (40%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:31:56:WU01:FS01:0XA4:COMPLETED 102500 OUT OF 250000 STEPS  (41%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:32:31:WU01:FS01:0XA4:COMPLETED 105000 OUT OF 250000 STEPS  (42%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:33:07:WU01:FS01:0XA4:COMPLETED 107500 OUT OF 250000 STEPS  (43%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:33:41:WU01:FS01:0XA4:COMPLETED 110000 OUT OF 250000 STEPS  (44%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:34:19:WU01:FS01:0XA4:COMPLETED 112500 OUT OF 250000 STEPS  (45%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:34:54:WU01:FS01:0XA4:COMPLETED 115000 OUT OF 250000 STEPS  (46%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:35:28:WU01:FS01:0XA4:COMPLETED 117500 OUT OF 250000 STEPS  (47%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:36:02:WU01:FS01:0XA4:COMPLETED 120000 OUT OF 250000 STEPS  (48%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:36:38:WU01:FS01:0XA4:COMPLETED 122500 OUT OF 250000 STEPS  (49%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:37:12:WU01:FS01:0XA4:COMPLETED 125000 OUT OF 250000 STEPS  (50%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:37:46:WU01:FS01:0XA4:COMPLETED 127500 OUT OF 250000 STEPS  (51%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:38:20:WU01:FS01:0XA4:COMPLETED 130000 OUT OF 250000 STEPS  (52%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:38:54:WU01:FS01:0XA4:COMPLETED 132500 OUT OF 250000 STEPS  (53%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:39:31:WU01:FS01:0XA4:COMPLETED 135000 OUT OF 250000 STEPS  (54%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:40:07:WU01:FS01:0XA4:COMPLETED 137500 OUT OF 250000 STEPS  (55%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:40:42:WU01:FS01:0XA4:COMPLETED 140000 OUT OF 250000 STEPS  (56%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:41:16:WU01:FS01:0XA4:COMPLETED 142500 OUT OF 250000 STEPS  (57%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:41:54:WU01:FS01:0XA4:COMPLETED 145000 OUT OF 250000 STEPS  (58%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:42:34:WU01:FS01:0XA4:COMPLETED 147500 OUT OF 250000 STEPS  (59%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:43:11:WU01:FS01:0XA4:COMPLETED 150000 OUT OF 250000 STEPS  (60%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:43:52:WU01:FS01:0XA4:COMPLETED 152500 OUT OF 250000 STEPS  (61%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:44:30:WU01:FS01:0XA4:COMPLETED 155000 OUT OF 250000 STEPS  (62%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:45:19:WU01:FS01:0XA4:COMPLETED 157500 OUT OF 250000 STEPS  (63%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:45:55:WU01:FS01:0XA4:COMPLETED 160000 OUT OF 250000 STEPS  (64%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:46:28:WU01:FS01:0XA4:COMPLETED 162500 OUT OF 250000 STEPS  (65%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:47:01:WU01:FS01:0XA4:COMPLETED 165000 OUT OF 250000 STEPS  (66%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:47:34:WU01:FS01:0XA4:COMPLETED 167500 OUT OF 250000 STEPS  (67%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:48:07:WU01:FS01:0XA4:COMPLETED 170000 OUT OF 250000 STEPS  (68%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:48:40:WU01:FS01:0XA4:COMPLETED 172500 OUT OF 250000 STEPS  (69%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:49:14:WU01:FS01:0XA4:COMPLETED 175000 OUT OF 250000 STEPS  (70%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:49:47:WU01:FS01:0XA4:COMPLETED 177500 OUT OF 250000 STEPS  (71%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:50:20:WU01:FS01:0XA4:COMPLETED 180000 OUT OF 250000 STEPS  (72%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:50:54:WU01:FS01:0XA4:COMPLETED 182500 OUT OF 250000 STEPS  (73%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:51:26:WU01:FS01:0XA4:COMPLETED 185000 OUT OF 250000 STEPS  (74%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:52:00:WU01:FS01:0XA4:COMPLETED 187500 OUT OF 250000 STEPS  (75%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:52:33:WU01:FS01:0XA4:COMPLETED 190000 OUT OF 250000 STEPS  (76%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:53:07:WU01:FS01:0XA4:COMPLETED 192500 OUT OF 250000 STEPS  (77%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:53:40:WU01:FS01:0XA4:COMPLETED 195000 OUT OF 250000 STEPS  (78%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:54:13:WU01:FS01:0XA4:COMPLETED 197500 OUT OF 250000 STEPS  (79%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:54:47:WU01:FS01:0XA4:COMPLETED 200000 OUT OF 250000 STEPS  (80%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:55:20:WU01:FS01:0XA4:COMPLETED 202500 OUT OF 250000 STEPS  (81%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:55:53:WU01:FS01:0XA4:COMPLETED 205000 OUT OF 250000 STEPS  (82%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:56:26:WU01:FS01:0XA4:COMPLETED 207500 OUT OF 250000 STEPS  (83%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:56:59:WU01:FS01:0XA4:COMPLETED 210000 OUT OF 250000 STEPS  (84%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:57:32:WU01:FS01:0XA4:COMPLETED 212500 OUT OF 250000 STEPS  (85%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:58:05:WU01:FS01:0XA4:COMPLETED 215000 OUT OF 250000 STEPS  (86%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:58:38:WU01:FS01:0XA4:COMPLETED 217500 OUT OF 250000 STEPS  (87%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:59:11:WU01:FS01:0XA4:COMPLETED 220000 OUT OF 250000 STEPS  (88%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 04:59:44:WU01:FS01:0XA4:COMPLETED 222500 OUT OF 250000 STEPS  (89%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:00:17:WU01:FS01:0XA4:COMPLETED 225000 OUT OF 250000 STEPS  (90%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:00:50:WU01:FS01:0XA4:COMPLETED 227500 OUT OF 250000 STEPS  (91%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:01:23:WU01:FS01:0XA4:COMPLETED 230000 OUT OF 250000 STEPS  (92%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:01:56:WU01:FS01:0XA4:COMPLETED 232500 OUT OF 250000 STEPS  (93%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:02:29:WU01:FS01:0XA4:COMPLETED 235000 OUT OF 250000 STEPS  (94%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:03:02:WU01:FS01:0XA4:COMPLETED 237500 OUT OF 250000 STEPS  (95%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:03:36:WU01:FS01:0XA4:COMPLETED 240000 OUT OF 250000 STEPS  (96%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:04:09:WU01:FS01:0XA4:COMPLETED 242500 OUT OF 250000 STEPS  (97%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:04:42:WU01:FS01:0XA4:COMPLETED 245000 OUT OF 250000 STEPS  (98%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:05:15:WU01:FS01:0XA4:COMPLETED 247500 OUT OF 250000 STEPS  (99%)
[2/18/2012] * 6:28:53 AM - Datetime of last and previous frame's are not in order, skipping frame ( 0x000000866652edcc4efd7ae1ac5e62cf  LogLine: 05:05:48:WU01:FS01:0XA4:COMPLETED 250000 OUT OF 250000 STEPS  (100%)
[2/18/2012] * 6:28:57 AM - CRITICAL: TimeSpan overflowed because the duration is too long.
[2/18/2012] * 6:28:57 AM - CRITICAL:  - Err.source: mscorlib Line: 0 - Err.number : 6
[2/18/2012] * 6:28:57 AM - CRITICAL:  - Err.description: TimeSpan overflowed because the duration is too long.
[2/18/2012] * 6:28:57 AM - CRITICAL:  - stacktrace:    at System.TimeSpan.Subtract(TimeSpan ts)
   at FAHWatch7.modMAIN.AccreditWorkunit(clsWU WU)
[2/18/2012] * 6:28:57 AM - WARNING: Logparser failed, showing message window
[2/18/2012] * 6:28:57 AM - MESSAGE: Logparser finished, took 0 Days, 0 hours, 0 minutes,10 seconds and 762 milliseconds
[2/18/2012] * 6:28:57 AM - Initialized sql filters
[2/18/2012] * 6:28:57 AM - CRITICAL: Object reference not set to an instance of an object.
[2/18/2012] * 6:28:57 AM - CRITICAL:  - Err.source: FAHWatch7_preview Line: 0 - Err.number : 91
[2/18/2012] * 6:28:57 AM - CRITICAL:  - Err.description: Object reference not set to an instance of an object.
[2/18/2012] * 6:28:57 AM - CRITICAL:  - stacktrace:    at FAHWatch7.clsStatistics.clsPerformanceStatistics.get_CurrentStatistics()
   at FAHWatch7.mySettings.InitializeFilters()
[2/18/2012] * 6:28:57 AM - WARNING: Failed to get prepare notification filters.
[2/18/2012] * 6:28:57 AM - Initialized EOC xml updates

Re: FAHWatch7

Posted: Tue Feb 21, 2012 7:56 pm
by MtM
Sorry, my forum notifications are not coming through so I missed some questions->

1. Sven Åke -> from that error it seems that your network share was not available, this shouldn't cause any exception and is already fixed in the next release.

2. Napoleon -> The default historical view shows submitted results ordered by download time, the 'Filters->stored filters->Submitted' filter returns the same records ordered by submission time.

You can use date's but you need to use this format-> yyyy-MM-ddThh:mm:ss or if you're only looking for date's not timeofday leave out the T and anything following it

Code: Select all

6/15/2009 1:45:30 PM should be formatted like -> '2009-06-15T13:45:30'
OR -> '2009-06-15'
So a search for submitted files between 1/2/2012 and 8/2/2012 ( *you might have to swap the <= to =<, sqlite is picky about the order and I haven't checked myself right now ).

Code: Select all

WHERE Submitted => '2012-02-01' AND Submitted <= '2012-02-01' AND ServerResponse like 'WORCK_ACK%'
I don't think 'like' is supported with datetime fields, you need to wrap it between max and min allowed values.

3. Grandpa_01

I upgraded my FAHClient install today and I have not seen ( all ) of those errors. The first one's are about frametime's which appear to be out of order ( a frame being parsed being earlier then the previous frame ). Those errors I did have when my kids messed with clock settings. Am I wrong to assume you're monitoring a vm with a linux client? If so, check your logs from that client and verify if there are overlapping time entries. Some premade vm's have time syncing enabled which corrects the vm's time to actual time, this is because the operating system in the vm does not have access to the hardware performance counters needed for accurate time keeping. It might be that the time sync interval happens right before you complete a frame, and this could cause times being logged which appear to be in conflict. If you log looks normal, please send them to my email so I can check why it gives that error.

The overflow error is caused by a parsing error where your submission time is recorded correctly and thus the 'simulation time' is invalid. This error is handled cleanly in the next version.

The reason it quits right after the error is because the error happens during startup and any exception there are considered to be 'deal breakers'. So it displays the logwindow, and when that's closed, it exits. Again, I don't want to mess with that logic, the startup should never give exceptions, unless they are catched and dealt with ( which is already done in the next version ).

@All

Sorry, been a long time between the previous update and I don't know how close I am to the next one. But, that does mean it's going to be a big update ;) I'll give you a short list of the things coming soon:
  • No more 'blank borderless' forms on your desktop ( finished )
  • Sortable and selectable columns in history ( this is working great I can tell you and I considered dropping the sql filters completely.. which I won't because they can limit the actual amount of work units loaded into memory ) ( finished )
  • Live monitor with frametime graphs, logs and queued work units ( 80% to 90% finished? )
  • The ppd calculator will have a graphical implementation which will ( initially ) show ppd for each hour between 0 and final deadline ( and will offer zoom levels generating points for every minute ) ( just started )
  • Working notifications including email notifications with scheduler ( 60% done )
  • Working tools wrapper for stresscpuv2, memtestG80 and memtestCL ( 30% done )
  • Updated graphing code which should make it much easier to quickly see relevant information ( 50% done )
  • Exception dialog for submitting Exception report through email ( 80% done )
  • Exceptions where are reported are added to a list which will prevent popups on errors ( they will still be logged, and you will still get the animated icon indicating an exception is logged, but it won't pop up messages ).
  • New installer which will support retaining database between upgrades ( finished )
  • Upgrade functionality for 0.1.0.6 databases to the new format ( 99% finished, which means finished but not sure I missed something )
  • Ability to reset settings to default.
The version after that get's Harlam's FAHClient interface class implemented and will offer control options, which enables adding things like schedulers and 'stop x slot(s) when y process is running'. It will also enable monitoring in semi real time. I am also going to add a multi select capability to the history overview, depending on the detail tab which is selected this will draw multiple tpf graphs on top of each other, or show how the selection correlates to each other in tpf/ppd.

If anyone wants any details just ask and I'll see if I can answer or maybe post a screenshot to show what's coming ;)

Edit:

I forgot something ( and it was nagging me.. what did I forget?? : oops : )

Next version, or the one after, will support affinity and priority overrides.

Re: FAHWatch7

Posted: Mon Feb 27, 2012 12:22 am
by Ripper36
I have just had a similar problem - what's happening, and if it's my actions doing this how can I recover?

I have rebooted, reinstalled to no effect.

Code: Select all

[27/02/2012] * 11:06:12 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:12 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:12 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:12 AM - Main database instance called which was busy with a transaction
[27/02/2012] * 11:06:12 AM - DEBUG: Creating connection for 1 - Data source=C:/Program Files/Marvin Westmaas/FAHWatch7/FAHWatch7_preview.db;New=True;Compress=True;Synchronous=off;locking_mode=EXCLUSIVE
[27/02/2012] * 11:06:12 AM - DEBUG: Created dbInstance -1
[27/02/2012] * 11:06:12 AM - CRITICAL: Can't access the database, there should be more errors in the log
[27/02/2012] * 11:06:12 AM - DEBUG: dbInstance:1 disposing
[27/02/2012] * 11:06:12 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:12 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:12 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:12 AM - CRITICAL: The given key was not present in the dictionary.
[27/02/2012] * 11:06:12 AM - CRITICAL:  - Err.source: mscorlib Line: 0 - Err.number : 5
[27/02/2012] * 11:06:12 AM - CRITICAL:  - Err.description: The given key was not present in the dictionary.
[27/02/2012] * 11:06:12 AM - CRITICAL:  - stacktrace:    at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at FAHWatch7.Data.get_ProjectRanges_Count()
[27/02/2012] * 11:06:12 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:13 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:13 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:13 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:13 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:13 AM - DEBUG: Reading work units from database, query:  skipdetails: True
[27/02/2012] * 11:06:13 AM - Main database instance called which was busy with a transaction
[27/02/2012] * 11:06:13 AM - DEBUG: Creating connection for 1 - Data source=C:/Program Files/Marvin Westmaas/FAHWatch7/FAHWatch7_preview.db;New=True;Compress=True;Synchronous=off;locking_mode=EXCLUSIVE
[27/02/2012] * 11:06:13 AM - DEBUG: Created dbInstance -1
[27/02/2012] * 11:06:13 AM - CRITICAL: Can't access the database, there should be more errors in the log
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 disposing
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:06:13 AM - DEBUG: -1 - False
[27/02/2012] * 11:06:13 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:06:13 AM - DEBUG: History main splitter moved, value: 400
[27/02/2012] * 11:07:07 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:07:12 AM - DEBUG: -1 - False
[27/02/2012] * 11:07:15 AM - DEBUG: dbInstance:1 finalizing
[27/02/2012] * 11:07:19 AM - DEBUG: dbInstance:1 has been disposed, removing from dictionary
[27/02/2012] * 11:07:20 AM - DEBUG: -1 - False
[27/02/2012] * 11:07:20 AM - DEBUG: dbInstance:1 finalizing