mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet > GPU to 72

Reply
 
Thread Tools
Old 2015-08-23, 18:16   #254
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

342110 Posts
Default

Quote:
Originally Posted by LaurV View Post
Waiting for the "change" reports hehe
http://www.mersenne.ca/status/tf/1/1/0
James Heinrich is offline   Reply With Quote
Old 2015-08-23, 22:44   #255
snme2pm1
 
"Graham uses ISO 8601"
Mar 2014
AU, Sydney

F316 Posts
Default Illumination

Quote:
Originally Posted by James Heinrich View Post
Thanks very much.
snme2pm1 is offline   Reply With Quote
Old 2015-08-24, 01:09   #256
snme2pm1
 
"Graham uses ISO 8601"
Mar 2014
AU, Sydney

35 Posts
Default Something looks fishy

5.43M shows 65:1, 66:218 // mersenne.org says 65:0
5.44M shows 65:220, 66:219 // that's too many
At 2015-08-23 21:37, in 5.44M region I lodged 219 no factor, 1 factor
5.44M Differences suggest +219 unfactored. Is that supposed to be non-positive?

Last fiddled with by snme2pm1 on 2015-08-24 at 01:13 Reason: Reinterpretation of unfactored column
snme2pm1 is offline   Reply With Quote
Old 2015-08-24, 02:43   #257
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

100101101101102 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
Yarrrr!

Last fiddled with by LaurV on 2015-08-24 at 02:43
LaurV is online now   Reply With Quote
Old 2015-08-24, 03:00   #258
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

Quote:
Originally Posted by snme2pm1 View Post
5.43M shows 65:1, 66:218 // mersenne.org says 65:0
5.44M shows 65:220, 66:219 // that's too many
At 2015-08-23 21:37, in 5.44M region I lodged 219 no factor, 1 factor
My best guess at this point is that it's related to my server's asynchronous processing of the PrimeNet data and absorbing the day's newly discovered factors -- the TF level data is generated immediately upon import from PrimeNet but the TF-level table wasn't yet updated for the newly-discovered factors. I have changed that and tomorrow the numbers might match closer.

edit: now that the factors are absorbed, I re-ran today's numbers and at very quick glance it seems to look better? I'm sure someone will point out where it's not.

Last fiddled with by James Heinrich on 2015-08-24 at 03:08
James Heinrich is offline   Reply With Quote
Old 2015-08-24, 03:36   #259
snme2pm1
 
"Graham uses ISO 8601"
Mar 2014
AU, Sydney

24310 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
I re-ran today's numbers and at very quick glance it seems to look better?
Yes.
Note that the factor in the 5.43M brick was lodged more than 22 hours before midnight:
5433577 F 2015-08-23 01:37
Strange that it wasn't settled after such a long time.

I noticed that around the 00:30 time, the presented pages advised the new day date, but not revised data.
Then I saw one page with revised data, and other requests time-out, until a few minutes later.
snme2pm1 is offline   Reply With Quote
Old 2015-08-24, 13:16   #260
ric
 
ric's Avatar
 
Jul 2004
Milan, Ita

B616 Posts
Default Huh?

http://www.mersenne.ca/status/tf/1/1/0

Code:
Notice: Undefined offset: 0 in /var/www/vhosts/mersenne.ca/httpdocs/visualization.php on line 125 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/mersenne.ca/httpdocs/visualization.php on line 125 Data as of 2015-08-23T23:59:00+00:00
Notice: Undefined offset: 0 in /var/www/vhosts/mersenne.ca/httpdocs/visualization.php on line 188 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/mersenne.ca/httpdocs/visualization.php on line 188 Notice: Undefined index: exponents in /var/www/vhosts/mersenne.ca/httpdocs/visualization.php on line 57
ric is offline   Reply With Quote
Old 2015-08-24, 15:12   #261
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

Quote:
Originally Posted by snme2pm1 View Post
Note that the factor in the 5.43M brick was lodged more than 22 hours before midnight:
Strange that it wasn't settled after such a long time.
Sorry, perhaps I didn't explain well. PrimeNet runs an export job at 00hUTC (or a few seconds after) exporting all the data submitted on the date that just ended. About 25 minutes later I import that data into mersenne.ca. Since each day's data can contain several thousand factors and it takes about small but non-trivial amount of realtime to verify each factor, during the import I simply pass off all the day's submitted factors to my batch factor processing job, which chews on a few factors every minute or so and (eventually) imports all the data and updates the tables. This works very well, unfortunately in the case of this new report I need to have the factored-or-not flag set correctly in the exponents table before generating the day's data, so when the PrimeNet data contains any factors I now immediately update that flag, although the factor processing is still done in the queue as before. As far as the site visitor goes, this means basically nothing, the above was just a babbling explanation for those who like such things.

Quote:
Originally Posted by snme2pm1 View Post
I noticed that around the 00:30 time, the presented pages advised the new day date, but not revised data.
Then I saw one page with revised data, and other requests time-out, until a few minutes later.
Good observation. The data-date was being pulled from the table that's imported directly from PrimeNet so would show the new date as soon as the import was complete, but there would be about a half-hour window where the new data was imported, but not yet processed for the visualization table data. This is fixed now, the date is stored elsewhere and only updated once the visualization tables are updated.
James Heinrich is offline   Reply With Quote
Old 2015-08-24, 15:25   #262
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11·311 Posts
Default

Quote:
Originally Posted by ric View Post
Notice: Undefined offset: 0
I needed to fiddle some things around. It should be back to normal now.
James Heinrich is offline   Reply With Quote
Old 2015-08-24, 15:33   #263
ric
 
ric's Avatar
 
Jul 2004
Milan, Ita

2668 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
It should be back to normal now.
Well done! Thx
ric is offline   Reply With Quote
Old 2015-08-24, 16:01   #264
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

65358 Posts
Default

Quote:
Originally Posted by LaurV View Post
I can use it till the interface is ready, you can make it low priority in the list.
I've put a crude GUI up now, it'll need some refining later but it'll get you started.
James Heinrich is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
AVX? (Other new features?) Dubslow Software 6 2011-10-16 14:03
A little request 10metreh Aliquot Sequences 8 2009-10-07 18:13
Upcoming features Xyzzy Forum Feedback 1 2007-11-26 18:57
New features in Prime95 v22.9 guido72 Software 4 2003-03-02 23:54
Desired Features/Addins Complex33 Software 5 2002-09-05 06:13

All times are UTC. The time now is 09:26.


Mon Aug 2 09:26:31 UTC 2021 up 10 days, 3:55, 0 users, load averages: 1.28, 1.52, 1.46

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.