mersenneforum.org  

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

Reply
 
Thread Tools
Old 2015-07-27, 15:06   #1
Gordon
 
Gordon's Avatar
 
Nov 2008

3·167 Posts
Default Server not accepting manual results

I have just tried to check in 2 batches of manual TF'ing from 69-70 bits. Work was obtained from gpu72.

Both batches were rejected in their entirety as "result not needed".

1. A manual lookup of an exponent shows me as the last person to update the database
2. Example 49702963
3. Discovered at 15.55, checked in at 15.58
4. The error code was 40 - invalid assignment key

376 days of credit...
Gordon is offline   Reply With Quote
Old 2015-07-27, 15:35   #2
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

22·733 Posts
Default

If you submitted the form twice it would cause the second submission of the same results to show not needed if the first submit was processed successfully, which looks to be the case.
Mark Rose is offline   Reply With Quote
Old 2015-07-27, 15:53   #3
Gordon
 
Gordon's Avatar
 
Nov 2008

3·167 Posts
Default

Quote:
Originally Posted by Mark Rose View Post
If you submitted the form twice it would cause the second submission of the same results to show not needed if the first submit was processed successfully, which looks to be the case.
Nope, only submitted once. Two separate batches, one of 105 results and the other of 52.
Gordon is offline   Reply With Quote
Old 2015-07-27, 16:23   #4
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

260316 Posts
Default

Quote:
Originally Posted by Gordon View Post
Nope, only submitted once. Two separate batches, one of 105 results and the other of 52.
Is there any chance you made a mistake, and put the same worktodo lines in your queues twice?

GPU only has a record of giving you 49702963 once (on the 13th):
Code:
mysql> select Exponent,Status,Assigned,Completed from Assigned where Exponent=49702963;
+----------+--------+---------------------+---------------------+
| Exponent | Status | Assigned            | Completed           |
+----------+--------+---------------------+---------------------+
| 49702963 |     10 | 2015-07-13 22:38:32 | 2015-07-16 13:12:09 | 
+----------+--------+---------------------+---------------------+
chalsall is offline   Reply With Quote
Old 2015-07-27, 16:28   #5
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

111048 Posts
Default

I had 4 or 5 results out of 2 batches of a dozen or so each rejected on Sunday as results not needed.
Could it be someone is doing them outside of GPU72 and beating us to the punch?

I can check the logs tonight to see specifically which Exps then I can see who turned in the first result.
petrw1 is offline   Reply With Quote
Old 2015-07-27, 16:38   #6
Gordon
 
Gordon's Avatar
 
Nov 2008

3×167 Posts
Default

Quote:
Originally Posted by chalsall View Post
Is there any chance you made a mistake, and put the same worktodo lines in your queues twice?

GPU only has a record of giving you 49702963 once (on the 13th):
Code:
mysql> select Exponent,Status,Assigned,Completed from Assigned where Exponent=49702963;
+----------+--------+---------------------+---------------------+
| Exponent | Status | Assigned            | Completed           |
+----------+--------+---------------------+---------------------+
| 49702963 |     10 | 2015-07-13 22:38:32 | 2015-07-16 13:12:09 | 
+----------+--------+---------------------+---------------------+
No, when I request work I get large batch - 500 or 1000 at a time, then cut & paste directly into the worktodo.txt

I have attached a screen cap of the last 3 exponents this card tested.
Attached Thumbnails
Click image for larger version

Name:	27-07-2015 17-33-04.jpg
Views:	88
Size:	178.3 KB
ID:	12918  
Gordon is offline   Reply With Quote
Old 2015-07-27, 16:40   #7
Gordon
 
Gordon's Avatar
 
Nov 2008

7658 Posts
Default

Quote:
Originally Posted by petrw1 View Post
I had 4 or 5 results out of 2 batches of a dozen or so each rejected on Sunday as results not needed.
Could it be someone is doing them outside of GPU72 and beating us to the punch?

I can check the logs tonight to see specifically which Exps then I can see who turned in the first result.
Don't think so, if you look at the example I gave, it accepted the result, updated the db, then told me it wasn't needed
Gordon is offline   Reply With Quote
Old 2015-07-27, 16:52   #8
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

37·263 Posts
Default

Quote:
Originally Posted by Gordon View Post
I have attached a screen cap of the last 3 exponents this card tested.
OK... But what is interesting is your screenshot shows your card working on these today, but when you query Primenet for these three candidates it shows you submitted the results for them on the 16th of this month.

And, again, GPU72 only shows a single assignment for these to you from the 13th (and has never assigned it to another person in the past):
Code:
mysql> select ID,User,Exponent,FactFrom,FactTo,Status,Assigned,Completed from Assigned where Exponent=49702987;
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| ID      | User                             | Exponent | FactFrom | FactTo | Status | Assigned            | Completed           |
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| 2158717 | 22507352a957b154d1931395b6050ddd | 49702987 |       69 |     70 |      1 | 2015-07-13 22:38:32 | 2015-07-16 13:16:07 | 
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
1 row in set (0.01 sec)

mysql> select ID,User,Exponent,FactFrom,FactTo,Status,Assigned,Completed from Assigned where Exponent=49702967;
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| ID      | User                             | Exponent | FactFrom | FactTo | Status | Assigned            | Completed           |
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| 2158718 | 22507352a957b154d1931395b6050ddd | 49702967 |       69 |     70 |      1 | 2015-07-13 22:38:32 | 2015-07-16 13:16:07 | 
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
1 row in set (0.00 sec)
GPU72 locks the tables when assigning candidates (read: there are no race conditions).

Please forgive me for this, but a cut-and-paste error seems like the only possible answer.

Do you have multiple cards? Might be worth going through the logs searching for these candidates.
chalsall is offline   Reply With Quote
Old 2015-07-27, 17:48   #9
Gordon
 
Gordon's Avatar
 
Nov 2008

1F516 Posts
Default

Quote:
Originally Posted by chalsall View Post
OK... But what is interesting is your screenshot shows your card working on these today, but when you query Primenet for these three candidates it shows you submitted the results for them on the 16th of this month.

And, again, GPU72 only shows a single assignment for these to you from the 13th (and has never assigned it to another person in the past):
Code:
mysql> select ID,User,Exponent,FactFrom,FactTo,Status,Assigned,Completed from Assigned where Exponent=49702987;
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| ID      | User                             | Exponent | FactFrom | FactTo | Status | Assigned            | Completed           |
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| 2158717 | 22507352a957b154d1931395b6050ddd | 49702987 |       69 |     70 |      1 | 2015-07-13 22:38:32 | 2015-07-16 13:16:07 | 
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
1 row in set (0.01 sec)

mysql> select ID,User,Exponent,FactFrom,FactTo,Status,Assigned,Completed from Assigned where Exponent=49702967;
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| ID      | User                             | Exponent | FactFrom | FactTo | Status | Assigned            | Completed           |
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
| 2158718 | 22507352a957b154d1931395b6050ddd | 49702967 |       69 |     70 |      1 | 2015-07-13 22:38:32 | 2015-07-16 13:16:07 | 
+---------+----------------------------------+----------+----------+--------+--------+---------------------+---------------------+
1 row in set (0.00 sec)
GPU72 locks the tables when assigning candidates (read: there are no race conditions).

Please forgive me for this, but a cut-and-paste error seems like the only possible answer.

Do you have multiple cards? Might be worth going through the logs searching for these candidates.
I have 3 - 970 & 2 x 960. I don't keep all the results files, once submitted I delete them so I have no way of back checking. All 3 cards have their own separate directories, one is even in a different machine.

I have over 1,500 exponents checked out, going through those manually to see if any are dupes isn't practical, so how about I release all of them, delete my worktodo files and get fresh batches to work on?
Gordon is offline   Reply With Quote
Old 2015-07-27, 17:51   #10
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

37·263 Posts
Default

Quote:
Originally Posted by Gordon View Post
I have over 1,500 exponents checked out, going through those manually to see if any are dupes isn't practical, so how about I release all of them, delete my worktodo files and get fresh batches to work on?
That would be just fine.
chalsall is offline   Reply With Quote
Old 2015-07-27, 18:04   #11
Gordon
 
Gordon's Avatar
 
Nov 2008

3×167 Posts
Default

Quote:
Originally Posted by chalsall View Post
That would be just fine.
GPU72 seems to have forgotten my work type assignment (69->70), gave me a batch of 69-72's, thrown them all back.
Gordon is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
GPU id/name for manual results preda GPU Computing 15 2017-08-16 17:34
mersenne.ca and manual results Gordon mersenne.ca 3 2015-08-31 03:08
manual results ramgeis PrimeNet 8 2013-05-30 06:33
Loading of manual results into the DB mdettweiler No Prime Left Behind 43 2012-01-15 07:50
Manual Checkin of P-1 Results Unregistered PrimeNet 1 2004-05-18 03:15

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


Sat Jul 17 09:40:10 UTC 2021 up 50 days, 7:27, 1 user, load averages: 1.72, 1.38, 1.41

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.