mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   GPU to 72 (https://www.mersenneforum.org/forumdisplay.php?f=95)
-   -   TF result was not needed (https://www.mersenneforum.org/showthread.php?t=19648)

MatWur-S530113 2014-09-01 11:52

TF result was not needed
 
some minutes ago I posted results to the primenet. For 3 assignments I got this:
[CODE]Processing result: no factor for M69472981 from 2^73 to 2^74 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69472981 was not needed
Processing result: no factor for M69472981 from 2^74 to 2^75 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69472981 was not needed
Processing result: no factor for M69764323 from 2^73 to 2^74 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69764323 was not needed
Processing result: no factor for M69764323 from 2^74 to 2^75 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69764323 was not needed
Processing result: no factor for M69851329 from 2^73 to 2^74 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69851329 was not needed
Processing result: no factor for M69851329 from 2^74 to 2^75 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69851329 was not needed
[/CODE]

I'm curious, because the age of the assignments should be only about 10 days or so.

axn 2014-09-01 12:13

[QUOTE=MatWur-S530113;381873]some minutes ago I posted results to the primenet. For 3 assignments I got this:
[CODE]Processing result: no factor for M69472981 from 2^73 to 2^74 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69472981 was not needed
Processing result: no factor for M69472981 from 2^74 to 2^75 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69472981 was not needed
Processing result: no factor for M69764323 from 2^73 to 2^74 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69764323 was not needed
Processing result: no factor for M69764323 from 2^74 to 2^75 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69764323 was not needed
Processing result: no factor for M69851329 from 2^73 to 2^74 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69851329 was not needed
Processing result: no factor for M69851329 from 2^74 to 2^75 [mfaktc 0.20 barrett76_mul32_gs] Error code: 40, error text: TF result for M69851329 was not needed
[/CODE]

I'm curious, because the age of the assignments should be only about 10 days or so.[/QUOTE]

[url]http://www.mersenne.org/report_exponent/default.php?exp_lo=69472981&exp_hi=&full=1[/url] shows that the first one was recorded on Aug 29th. Check if the appropriate results were credited under your account also: [url]http://www.mersenne.org/results/[/url]

chalsall 2014-09-01 12:35

[QUOTE=MatWur-S530113;381873]I'm curious, because the age of the assignments should be only about 10 days or so.[/QUOTE]

This is what the GPU72 database shows:[CODE]mysql> select Exponent,WorkType,FactFrom,FactTo,Assigned,Completed from Assigned where Exponent=69472981;
+----------+----------+----------+--------+---------------------+---------------------+
| Exponent | WorkType | FactFrom | FactTo | Assigned | Completed |
+----------+----------+----------+--------+---------------------+---------------------+
| 69472981 | 1 | 72 | 73 | 2014-08-24 04:25:42 | 2014-08-26 04:31:39 |
| 69472981 | 1 | 73 | 75 | 2014-08-26 11:37:47 | 2014-08-29 09:47:00 |
+----------+----------+----------+--------+---------------------+---------------------+
2 rows in set (0.00 sec)[/CODE]

The second assignment is yours. Is it possible you pasted into your worktodo.txt file twice? GPU72 did not assign it twice, or else a seperate (and parallel) assignment record would have been created.

LaurV 2014-09-01 12:51

Somehow, you reported them two times. Maybe you are using some automatic py script or Misfit and then tried to report them again manually? Because they are [URL="http://www.mersenne.org/report_exponent/default.php?exp_lo=69472981&exp_hi=69472981&full=1"]already reported as done by yourself[/URL].

MatWur-S530113 2014-09-01 12:54

ouch, I must have forgotten it to move these results to my 'already reportet' directory. But I wonder why the assignments were not deletet from the worktodo file (at least the work was done twice)... I will recheck it in the evening.
Is it possible at GPUto72 to get a summary of the assignments which don't have associatet reportet results? Maybe I missed to finish some of my older work instead of.

chalsall 2014-09-01 13:01

[QUOTE=MatWur-S530113;381879]Is it possible at GPUto72 to get a summary of the assignments which don't have associatet reportet results? Maybe I missed to finish some of my older work instead of.[/QUOTE]

Sure... Just look at your "[URL="https://www.gpu72.com/account/assignments/bydate/"]View Assignments -> Sorted by Date[/URL]" report in the "My Account" section.

MatWur-S530113 2014-09-01 13:11

That is not what I need atm Chris. Of course I know the assignments summaries at GPUto72, but I need a summary of my assignments without reportet results. Somehow 'https://www.gpu72.com/account/assignments/' minus 'https://www.gpu72.com/account/completed/' :smile:

LaurV 2014-09-01 13:26

That is what it is. Did you look careful to the tables? Once you finish an assignment and report it, and the spider gets it, it will disappear from the first table and appear in the second. The two tables are disjunct.

chalsall 2014-09-01 13:27

[QUOTE=MatWur-S530113;381883]Of course I know the assignments summaries at GPUto72, but I need a summary of my assignments without reportet results. Somehow 'https://www.gpu72.com/account/assignments/' minus 'https://www.gpu72.com/account/completed/' :smile:[/QUOTE]

Sorry, but I'm not clear what you're asking for. Nothing in the latter report will ever show up in the former. The assignments report only shows those assignments which have [U]not[/U] yet been completed.

MatWur-S530113 2014-09-01 13:45

ouch again... I'm a little bit confused atm. Thanks to all, you are correct, the (actual) assignments are those without reportet results.
I will have a closer look at this in the evening, But I think it was only a stupid human-made fault by myself^^


All times are UTC. The time now is 15:19.

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