mersenneforum.org  

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

Reply
 
Thread Tools
Old 2020-08-10, 01:28   #265
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

752610 Posts
Default

Quote:
Originally Posted by intelfx View Post
Hm. Aren't those proofs ≥100 MB in size? With a 40 MB/day limit, how am I going to download even a single proof to CERT it?


I'm probably misunderstanding something.


Uploads are ~100MB, a CERT download is just ~13MB.
Prime95 is offline   Reply With Quote
Old 2020-08-10, 01:32   #266
intelfx
 
Jul 2020

13 Posts
Default

Quote:
Originally Posted by chalsall View Post
Yup.

Don't worry. During work like this few can keep up.
I'd be grateful if you could explain precisely what I am misunderstanding.

The PRP proof that's being uploaded to PrimeNet as part of this new development, and the data that's being downloaded from PrimeNet for certification, are not the same thing?
Then what is being downloaded?

Last fiddled with by intelfx on 2020-08-10 at 01:33
intelfx is offline   Reply With Quote
Old 2020-08-10, 01:51   #267
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2×53×71 Posts
Default

The server does part of the proof certification, you are downloading for the final step of the certification.
Prime95 is offline   Reply With Quote
Old 2020-08-10, 02:03   #268
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×5×7×139 Posts
Default

Quote:
Originally Posted by intelfx View Post
I'd be grateful if you could explain precisely what I am misunderstanding.
Have you run the 30.x beta code?

Have you observed the emprical?
chalsall is offline   Reply With Quote
Old 2020-08-10, 02:08   #269
intelfx
 
Jul 2020

13 Posts
Default

Quote:
Originally Posted by Prime95 View Post
The server does part of the proof certification, you are downloading for the final step of the certification.
Ah, I see. I missed your previous reply before mine. Thanks.
intelfx is offline   Reply With Quote
Old 2020-08-10, 08:56   #270
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

35×13 Posts
Default

How much work is the server doing in terms of cpu usage? Can it keep up when many more proofs starts coming in?
ATH is offline   Reply With Quote
Old 2020-08-10, 11:39   #271
aheeffer
 
Aug 2020

1001012 Posts
Default

I am trying to upload a batch of proof files directly to the server with curl but I get the following error:

curl -user"al:passwd" -d "proof/107839943-8.proof" -X POST "http://mersenne.org/proof_chunk/?UserID=al&Exponent=107839943&FileMD5=112d40a10002f536ca8e64cb2bba48a0&Filesize=104857600"
{"error_status":401,"error_message":"Unauthorized","error_description":""}

I know I can use prime95.exe v30,2 to do that but I am running into problem with the extra dll's ("can't find ordinal in dll file", and does not tell me which one). I am running gpuowl in Windows so 'upload.py' is not convenient for me. I was thinking of writing my own script using curl.

Any ideas?
aheeffer is offline   Reply With Quote
Old 2020-08-10, 12:16   #272
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

111101000012 Posts
Default

I have noticed certification files sort of hang-out in the Prime95 folder and are not sent close to the same time as the test results are. As far as I can tell, over 30 minutes. Any particular reason?
storm5510 is offline   Reply With Quote
Old 2020-08-10, 13:32   #273
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

2×7×383 Posts
Default

Quote:
Originally Posted by aheeffer View Post
I am trying to upload a batch of proof files directly to the server with curl but I get the following error:

curl -user"al:passwd" -d "proof/107839943-8.proof" -X POST "http://mersenne.org/proof_chunk/?UserID=al&Exponent=107839943&FileMD5=112d40a10002f536ca8e64cb2bba48a0&Filesize=104857600"
{"error_status":401,"error_message":"Unauthorized","error_description":""}

I know I can use prime95.exe v30,2 to do that but I am running into problem with the extra dll's ("can't find ordinal in dll file", and does not tell me which one). I am running gpuowl in Windows so 'upload.py' is not convenient for me. I was thinking of writing my own script using curl.

Any ideas?
Have you tried George's separate standalone uploader program?
That works for me (usually). And when it times out instead, waiting to the next day worked. I'm putting together a list of ways at https://www.mersenneforum.org/showpo...0&postcount=26
kriesel is offline   Reply With Quote
Old 2020-08-10, 13:45   #274
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

C5716 Posts
Default

Quote:
Originally Posted by aheeffer View Post
I know I can use prime95.exe v30,2 to do that but I am running into problem with the extra dll's ("can't find ordinal in dll file", and does not tell me which one). I am running gpuowl in Windows so 'upload.py' is not convenient for me. I was thinking of writing my own script using curl.

Any ideas?
Use version 30.3 it has the required .dll's included:
https://mersenneforum.org/showthread.php?t=25823

or download gpuowl:
git clone https://github.com/preda/gpuowl
and use the python script: gpuowl/tools/upload.py
Usage:
./upload.py <GIMPSusername> <prooffilename>
ATH is offline   Reply With Quote
Old 2020-08-10, 15:28   #275
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2·53·71 Posts
Default

Quote:
Originally Posted by aheeffer View Post
I know I can use prime95.exe v30,2 to do that but I am running into problem with the extra dll's ("can't find ordinal in dll file", and does not tell me which one).
Version 30.3 should solve the DLL issue. Let me know if it does not.

Quote:
Originally Posted by storm5510 View Post
I have noticed certification files sort of hang-out in the Prime95 folder and are not sent close to the same time as the test results are. As far as I can tell, over 30 minutes. Any particular reason?
The proof uploader wakes up once an hour (or at the start of the user defined time window for uploading).
Prime95 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Your help wanted - Let's buy GIMPS a KNL development system! airsquirrels Hardware 313 2019-10-29 22:51
Is GMP-ECM still under active development? mathwiz GMP-ECM 0 2019-05-15 01:06
LLR 3.8.6 Development version Jean Penné Software 0 2011-06-16 20:05
LLR 3.8.5 Development version Jean Penné Software 6 2011-04-28 06:21
LLR 3.8.4 development version is available! Jean Penné Software 4 2010-11-14 17:32

All times are UTC. The time now is 11:10.


Fri Jul 16 11:10:38 UTC 2021 up 49 days, 8:57, 1 user, load averages: 1.58, 1.41, 1.40

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.