BOINC Mngr stats problem

Message boards : Number crunching : BOINC Mngr stats problem
Message board moderation

To post messages, you must log in.

AuthorMessage
Roy Collins

Send message
Joined: 12 Aug 99
Posts: 73
Credit: 53,671,192
RAC: 71
United States
Message 628349 - Posted: 28 Aug 2007, 14:03:35 UTC

Three of my 'puters were disconnected for over a month (due to moving). Had some small problems getting them running smoothly again, but all are happily crunching now.

But 2 of them are showing strange things on the stats page of the local BOINC Manager: Each of them show one reporting point on January 1 2000 - with all other points stacked in a nearly vertical line on the far right edge of the screen.

I'm pretty sure I've seen this mentioned here before, but can't seem to find the fix.

Anyone?

TIA,
Roy
ID: 628349 · Report as offensive
Profile dnolan
Avatar

Send message
Joined: 30 Aug 01
Posts: 1228
Credit: 47,779,411
RAC: 32
United States
Message 628351 - Posted: 28 Aug 2007, 14:09:25 UTC

Is the system date correct on each of your PCs?

-Dave
ID: 628351 · Report as offensive
Roy Collins

Send message
Joined: 12 Aug 99
Posts: 73
Credit: 53,671,192
RAC: 71
United States
Message 628354 - Posted: 28 Aug 2007, 14:15:49 UTC

It is now - but it was messed up on each of those two boxes for a little while before I noticed.

I figured that was part of the cause - now I need to find a fix.
ID: 628354 · Report as offensive
Profile Labbie
Avatar

Send message
Joined: 19 Jun 06
Posts: 4083
Credit: 5,930,102
RAC: 0
United States
Message 628357 - Posted: 28 Aug 2007, 14:25:08 UTC

It's in the "statistics_setiathome.berkeley.edu.xml" file in the C:\\Program Files\\BOINC folder.

IIRC, there will be a -< daily statistics > listing that is out of sync with the others.

(a copy of one of my daily statistic entries)
- <daily_statistics>
<day>1185667200.000000</day>
<user_total_credit>298352.839761</user_total_credit>
<user_expavg_credit>990.921385</user_expavg_credit>
<host_total_credit>63540.403525</host_total_credit>
<host_expavg_credit>249.843050</host_expavg_credit>
</daily_statistics>


The <day> number on the offending entry will be out of sequence with the rest of the entries. Delete that entire Daily Statisic entry.

If someone else has any comments, feel free to make them, I'm writing this from memory and may have forgotten something (like shutting down BOINC before editing the XML file). ;)


Calm Chaos Forum...Join Calm Chaos Now
ID: 628357 · Report as offensive
Profile Keith T.
Volunteer tester
Avatar

Send message
Joined: 23 Aug 99
Posts: 962
Credit: 537,293
RAC: 9
United Kingdom
Message 628363 - Posted: 28 Aug 2007, 14:38:00 UTC - in response to Message 628354.  

It is now - but it was messed up on each of those two boxes for a little while before I noticed.

I figured that was part of the cause - now I need to find a fix.


The local stats file is called statistics_setiathome.berkeley.edu.xml for SETI and other projects have a similar file called statistics_name.of.project.xml these files are found in the BOINC folder.

I believe the dates are in the Unix time format http://en.wikipedia.org/wiki/Unix_time

Try looking for entries with bogus dates.

I have pasted the 7 most recent days from my SETI stats as an example of a working file:

<project_statistics>
<master_url>http://setiathome.berkeley.edu/</master_url>
<daily_statistics>
<day>1187740800.000000</day>
<user_total_credit>26817.029725</user_total_credit>
<user_expavg_credit>93.706809</user_expavg_credit>
<host_total_credit>24302.645657</host_total_credit>
<host_expavg_credit>85.673515</host_expavg_credit>
</daily_statistics>
<daily_statistics>
<day>1187827200.000000</day>
<user_total_credit>26869.283453</user_total_credit>
<user_expavg_credit>89.515186</user_expavg_credit>
<host_total_credit>24354.899385</host_total_credit>
<host_expavg_credit>82.262878</host_expavg_credit>
</daily_statistics>
<daily_statistics>
<day>1187913600.000000</day>
<user_total_credit>26997.742754</user_total_credit>
<user_expavg_credit>89.293028</user_expavg_credit>
<host_total_credit>24483.358686</host_total_credit>
<host_expavg_credit>83.002531</host_expavg_credit>
</daily_statistics>
<daily_statistics>
<day>1188000000.000000</day>
<user_total_credit>27221.899949</user_total_credit>
<user_expavg_credit>97.238156</user_expavg_credit>
<host_total_credit>24707.515881</host_total_credit>
<host_expavg_credit>91.873109</host_expavg_credit>
</daily_statistics>
<daily_statistics>
<day>1188086400.000000</day>
<user_total_credit>27252.034402</user_total_credit>
<user_expavg_credit>94.665651</user_expavg_credit>
<host_total_credit>24737.650334</host_total_credit>
<host_expavg_credit>89.602500</host_expavg_credit>
</daily_statistics>
<daily_statistics>
<day>1188172800.000000</day>
<user_total_credit>27322.817708</user_total_credit>
<user_expavg_credit>91.812431</user_expavg_credit>
<host_total_credit>24808.433640</host_total_credit>
<host_expavg_credit>87.258721</host_expavg_credit>
</daily_statistics>
<daily_statistics>
<day>1188259200.000000</day>
<user_total_credit>27507.578560</user_total_credit>
<user_expavg_credit>101.515538</user_expavg_credit>
<host_total_credit>24939.057865</host_total_credit>
<host_expavg_credit>92.203587</host_expavg_credit>
</daily_statistics>
</project_statistics>
Sir Arthur C Clarke 1917-2008
ID: 628363 · Report as offensive
Roy Collins

Send message
Joined: 12 Aug 99
Posts: 73
Credit: 53,671,192
RAC: 71
United States
Message 628364 - Posted: 28 Aug 2007, 14:42:24 UTC

Thanks, Labbie, that did the trick.

:)
ID: 628364 · Report as offensive
Profile Doug Inwood

Send message
Joined: 22 Aug 00
Posts: 80
Credit: 847,385
RAC: 0
New Zealand
Message 628537 - Posted: 28 Aug 2007, 23:55:43 UTC
Last modified: 28 Aug 2007, 23:55:51 UTC

my stats were all messed up as well.

Fixed now :)

Thanks for the solution !!!
ID: 628537 · Report as offensive

Message boards : Number crunching : BOINC Mngr stats problem


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.