mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2010-04-20, 19:14   #34
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

5·271 Posts
Default

OK, well that took longer than expected. I was somewhat wide of the mark when I estimated the time to run stage 2 in ECM-GMP.

However, I've now run 2351 curves at B1=3000000 and B2=4592487916 on 10^999+13 without finding a factor. Moving on, I'll now do 4,482 curves at B1=11000000 and B2=30114149530.
lavalamp is offline   Reply With Quote
Old 2010-04-20, 19:16   #35
axn
 
axn's Avatar
 
Jun 2003

22·3·421 Posts
Default

Quote:
Originally Posted by lavalamp View Post
OK, well that took longer than expected. I was somewhat wide of the mark when I estimated the time to run stage 2 in ECM-GMP.

However, I've now run 2351 curves at B1=3000000 and B2=4592487916 on 10^999+13 without finding a factor. Moving on, I'll now do 4,482 curves at B1=11000000 and B2=30114149530.
Quote:
Originally Posted by axn View Post
If anybody is planning to do ECM on this number, be sure to use Prime95 (v25.11) for stage 1 and gmp-ecm for stage2
Are you using this?
axn is online now   Reply With Quote
Old 2010-04-20, 20:43   #36
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

5×271 Posts
Default

Yup, and the performance improvement is quite large. I think it's around 4.5 times faster in stage 1.

I was using 8 instances last time, but I'm using 4 this time. There was a slight performance benefit to 8 threads (hyperthreading on quad core i7), but it made the computer less responsive so I'm back to 4.

Can you help with my earlier queries by any chance?
Quote:
Originally Posted by lavalamp
Does anyone know how to reduce the screen outputs of Prime95 while running ECM? They scroll by far too fast to be of any use and I fear they may be draining some performance (every little helps right?).

To be honest, I'd be happy for it not to display any progress at all and just show a start and end line. Maybe with the time that curve took or a timestamp accurate to the second so I can see how things are progressing (currently the timestamps are only accurate to the minute).

I don't know if any of this is possible of course, all of the GUI settings appear to be geared for the mersenne stuff. I just wonder if anyone knows a setting I can add to prime.txt or similar that can alter the screen outputs.
Attached Thumbnails
Click image for larger version

Name:	ECM-stage1.png
Views:	134
Size:	141.0 KB
ID:	5053  
lavalamp is offline   Reply With Quote
Old 2010-04-20, 21:04   #37
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

2×34×13 Posts
Default

Quote:
Originally Posted by lavalamp View Post
Can you help with my earlier queries by any chance?
Increase the number of iterations between outputs in the GUI options.
frmky is offline   Reply With Quote
Old 2010-04-20, 21:14   #38
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

135510 Posts
Default

Ah, that was already set to 100,000, I figured there was no way it was doing 100,000 iterations in 0.14 seconds. I guess it was. Anyway, now it's set to 10 million.

It does seem to have had a positive effect on iteration times, throughput increased nearly 1%. Every little helps.

Also, I can actually see what's going on now, so that's nice too.
lavalamp is offline   Reply With Quote
Old 2010-04-20, 22:00   #39
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

2·34·13 Posts
Default

Code:
 d   |       k
 200  |  103
10^199 + 49 = P47 * P70 * P84
frmky is offline   Reply With Quote
Old 2010-04-20, 23:21   #40
axn
 
axn's Avatar
 
Jun 2003

22·3·421 Posts
Default

Quote:
Originally Posted by frmky View Post
Code:
 d   |       k
 200  |  103
10^199 + 49 = P47 * P70 * P84
If anyone has the factor(s) for 10^199+91, could you update it, please?
axn is online now   Reply With Quote
Old 2010-04-21, 05:37   #41
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

101010010112 Posts
Default

Quote:
Originally Posted by frmky View Post
Code:
 d   |       k
 200  |  103
10^199 + 49 = P47 * P70 * P84
Ooh, those are pretty big factors, did you use ECM? If so the P70 could go on here:
http://www.loria.fr/~zimmerma/records/top50.html

Unless you found the P84 first, in which case I shall swoon.

Anyway, here's an updated table:
Code:
  d   |       k
 100  |  9
 200  |  103
 300  |  59
 400  |  31
 500  |  21, 51, 187, 217, 247, 267
 600  |  19, 81, 109, 631, 861, 939
 700  |  63
 800  |  79, 167
 900  |  69, 153
1000  |  13, 139
1100  |  51
1200  |  211
lavalamp is offline   Reply With Quote
Old 2010-04-21, 05:50   #42
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

2×34×13 Posts
Default

Quote:
Originally Posted by lavalamp View Post
Ooh, those are pretty big factors, did you use ECM?
Started with ECM, but it didn't yield anything. Used SNFS to get the factors.
frmky is offline   Reply With Quote
Old 2010-04-21, 06:13   #43
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

54B16 Posts
Default

Ah, that looks tailor made for solving this problem. Do you know a good SNFS factoring utility for Windows?

Also, how long do you estimate it took to break up 10^199 + 49, and on what CPU?
lavalamp is offline   Reply With Quote
Old 2010-04-21, 07:38   #44
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

40728 Posts
Default

Quote:
Originally Posted by lavalamp View Post
Ah, that looks tailor made for solving this problem. Do you know a good SNFS factoring utility for Windows?

Also, how long do you estimate it took to break up 10^199 + 49, and on what CPU?
For NFS instructions, see http://gilchrist.ca/jeff/factoring/n...ers_guide.html. This one took about 1200 CPU-hours to do. I used an 8-way quad-core 2 GHz Opteron system (32 cores). Unfortunately, this is the last one NFS can solve. 500 digits is much too large.
frmky is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Factoring problem RedGolpe Factoring 9 2008-09-02 15:27
Problem with P-1 factoring... VolMike Software 5 2007-07-26 13:35
Prime95 v24.14 P-1 Factoring problem harlee Software 1 2006-12-19 22:19
Problem trial factoring + 64 bit EPF Hardware 2 2005-06-26 04:12
Factoring Problem asdf Puzzles 4 2003-08-30 17:56

All times are UTC. The time now is 03:54.


Sat Jul 17 03:54:31 UTC 2021 up 50 days, 1:41, 1 user, load averages: 1.89, 1.90, 1.76

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.