mersenneforum.org  

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

Reply
Thread Tools
Old 2019-11-11, 17:54   #4423
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

965410 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
I found 39 factors without user identification between 3321M-3738M from your IP (plus another 975 with UID). I have added your name to those factors. There is (currently) no way for you to get a list of factors you've found.
Well, then my suspicion is that something is wrong there. There should have been about three times that amount. Are you sure that you are recording all the submissions? A negative answer should also justify why there is no "spike" in the graph. In the first days there was nobody else moving numbers in that range, and there should be about 3000 factors. I was not sure, therefore after our former discussion, I started logging/recording the factors. Since my last post, I have about 5600 factors and moved about 400k exponents (i.e. about 200k, two bitlevels) with the same hardware and setup as before. Do your records match? (the "no factor" I reported, but didn't keep the record; should I? The table seems that didn't move, but I assume you rebuild it once or twice per day, and that is when I sleep, i.e. in few minutes... 1:00 AM here...)
LaurV is online now   Reply With Quote
Old 2019-11-11, 20:13   #4424
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

Quote:
Originally Posted by LaurV View Post
Since my last post, I have about 5600 factors...
I assume you rebuild it once or twice per day, and that is when I sleep
The number of factors seems approximately right, checking for new factors in 3320M-3739M since 2019-11-10 00:00:00 I get:
Code:
mysql> SELECT "371x" AS `mrange`, COUNT(*) AS `howmany`, DATE(`timestamp_found`) AS `date` FROM `known_factors_371` WHERE (`timestamp_found` > "2019-11-10") GROUP BY `date` ASC;
+--------+---------+------------+
| mrange | howmany | date       |
+--------+---------+------------+
| 371x   |     432 | 2019-11-11 |
| 372x   |    1251 | 2019-11-10 |
| 372x   |    2318 | 2019-11-11 |
| 373x   |    1845 | 2019-11-10 |
+--------+---------+------------+
The chart numbers are updated as the results come in, but it takes some time to work through the large number of results so you won't see the chart numbers change immediately; the charts are also rebuilt every night approx 2am UTC.
James Heinrich is offline   Reply With Quote
Old 2019-11-13, 16:30   #4425
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

9,767 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
For the result lines that we're currently copy-pasting to manual_results, is it possible to prepend the user/computer identifier string, using the configured InstanceName...
Hey. OK, finally had the ninety seconds it took to apply this delta.

I copy-and-pasted the results from my own workers into Primenet's manual submission page, and the results were accepted. However, I don't see any indication on any of the views I can access of this knowledge being captured.

Code:
UID: MYPNUN/A3_SS, no factor for M99338087 from 2^76 to 2^77 [mfaktc 0.21 barrett87_mul32_gs]
UID: MYPNUN/A3_BU_1, no factor for M99900599 from 2^76 to 2^77 [mfaktc 0.21 barrett87_mul32_gs]
chalsall is offline   Reply With Quote
Old 2019-11-13, 16:58   #4426
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11·311 Posts
Default

Quote:
Originally Posted by chalsall View Post
Hey. OK, finally had the ninety seconds it took to apply this delta.
However, I don't see any indication on any of the views I can access of this knowledge being captured.
It is being captured, the raw submission text is captured, and is used as the basis for generating the "pretty" public-facing values.
Thanks for adding that.
James Heinrich is offline   Reply With Quote
Old 2019-11-19, 15:11   #4427
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11·311 Posts
Default

I'm having more and more times where my Colab instance times out quickly, or I can't connect to a GPU instance, and generally I'm not having much luck getting sustained throughput (but any throughput is more than I would otherwise be able to contribute, so can't really complain).

But I ran into something new today (on both instances):
Code:
Beginning GPU Trial Factoring Environment Bootstrapping...
Please see https://www.gpu72.com/ for additional details.

20191119_150834: GPU72 TF V0.32 Bootstrap starting...
20191119_150834: Working as "10bcb2acdbb748af637902b48f4240e3"...

20191119_150834: Installing needed packages (1/3)
20191119_150843: Installing needed packages (2/3)
20191119_150853: Installing needed packages (3/3)
20191119_150925: Fetching initial work...
20191119_150926: Bootstrap finished.  Exiting.
James Heinrich is offline   Reply With Quote
Old 2019-11-19, 15:32   #4428
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

22×3×17×23 Posts
Default

I reported the same on the colab thread.
Chris said they made a change on their end and mfaktc is no longer working.

Quote:
Originally Posted by James Heinrich View Post
I'm having more and more times where my Colab instance times out quickly, or I can't connect to a GPU instance, and generally I'm not having much luck getting sustained throughput (but any throughput is more than I would otherwise be able to contribute, so can't really complain).

But I ran into something new today (on both instances):
Code:
Beginning GPU Trial Factoring Environment Bootstrapping...
Please see https://www.gpu72.com/ for additional details.

20191119_150834: GPU72 TF V0.32 Bootstrap starting...
20191119_150834: Working as "10bcb2acdbb748af637902b48f4240e3"...

20191119_150834: Installing needed packages (1/3)
20191119_150843: Installing needed packages (2/3)
20191119_150853: Installing needed packages (3/3)
20191119_150925: Fetching initial work...
20191119_150926: Bootstrap finished.  Exiting.
petrw1 is offline   Reply With Quote
Old 2019-11-19, 21:46   #4429
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2·4,909 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
I'm having more and more times where my Colab instance times out quickly, or I can't connect to a GPU instance, and generally I'm not having much luck getting sustained throughput (but any throughput is more than I would otherwise be able to contribute, so can't really complain).
Quote:
Originally Posted by petrw1 View Post
I reported the same on the colab thread.
Chris said they made a change on their end and mfaktc is no longer working.
Please see this post for a workaround. https://www.mersenneforum.org/showpo...&postcount=571
Uncwilly is offline   Reply With Quote
Old 2019-11-20, 01:51   #4430
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

36448 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
20191119_150834: GPU72 TF V0.32 Bootstrap starting...
20191119_150834: Working as 0bcb2acdbb748af637902b48f4240e3...
20191119_150834: Installing needed packages (1/3)
20191119_150843: Installing needed packages (2/3)
20191119_150853: Installing needed packages (3/3)
20191119_150925: Fetching initial work...
20191119_150926: Bootstrap finished. Exiting.
I received the same a few hours ago.

My typical instance run time is around nine hours. I have two notebooks which I alternate between. Perhaps leaving each rest a day helps my run time...
storm5510 is offline   Reply With Quote
Old 2019-11-20, 02:02   #4431
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

But the fix that Uncwilly posted does work:
  1. click "+ Code", copy-paste that line into the new box that appears:
    Code:
    !apt-get install cuda-cudart-10-0
  2. click (►) to run the code, it takes about 10 seconds (and doesn't show a clear "done", just note when the circle stops spinning).
  3. click the (►) on the main section and it will run as it did before.
James Heinrich is offline   Reply With Quote
Old 2019-11-20, 03:49   #4432
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

2·3·1,609 Posts
Default

Also, no need to open any +code, every time you run something, there is a small rectangle appearing in your terminal window, that rectangle is an input box where you can write any OS commands.
LaurV is online now   Reply With Quote
Old 2019-11-20, 14:51   #4433
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

195610 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
But the fix that Uncwilly posted does work:
  1. click "+ Code", copy-paste that line into the new box that appears:
    Code:
    !apt-get install cuda-cudart-10-0
  2. click (►) to run the code, it takes about 10 seconds (and doesn't show a clear "done", just note when the circle stops spinning).
  3. click the (►) on the main section and it will run as it did before.
It works well. I take it that this is a temporary fix?
storm5510 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Status Primeinator Operation Billion Digits 5 2011-12-06 02:35
62 bit status 1997rj7 Lone Mersenne Hunters 27 2008-09-29 13:52
OBD Status Uncwilly Operation Billion Digits 22 2005-10-25 14:05
1-2M LLR status paulunderwood 3*2^n-1 Search 2 2005-03-13 17:03
Status of 26.0M - 26.5M 1997rj7 Lone Mersenne Hunters 25 2004-06-18 16:46

All times are UTC. The time now is 08:22.


Mon Aug 2 08:22:18 UTC 2021 up 10 days, 2:51, 0 users, load averages: 1.72, 1.97, 1.77

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.