mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   LMH > 100M (https://www.mersenneforum.org/forumdisplay.php?f=46)
-   -   332.2M - 333.9M (aka 100M digit range) (https://www.mersenneforum.org/showthread.php?t=10693)

aurashift 2015-04-29 22:25

[QUOTE=lycorn;401265]:shock::shock:

May I at least try to lure you into giving a hand to this small sub-project (GMP-ECM on very small numbers, namely the (in)famous M1277)? The idea of using all that memory is most enticing... :smile:

[URL="http://www.mersenneforum.org/showthread.php?t=20092"]http://www.mersenneforum.org/showthread.php?t=20092[/URL][/QUOTE]

*maybe*

Can I be lazy and just select that as a work type in mprime? Or do I have to install something?
I think I tried ECM on the RAMBeasts (500G-1T) but they didn't use much RAM. I could split half the work between P-1 and ECM since P-1 maxes out the 500GB's

Uncwilly 2015-04-29 23:12

[QUOTE=aurashift;401238]Would it be possible to unreserve ~60 abandoned exponents shortly before I get those ~30 blades I'm expecting in?[/QUOTE]
You want to unreserve work that you have? Or do you want to unreserve work that someone else has?

The easiest way to do the former is to remove them from your worktodo file and log in to PrimeNet and unreserve them there.

I have no power to do the latter.

aurashift 2015-04-30 00:03

[QUOTE=Uncwilly;401284]You want to unreserve work that you have? Or do you want to unreserve work that someone else has?

The easiest way to do the former is to remove them from your worktodo file and log in to PrimeNet and unreserve them there.

I have no power to do the latter.[/QUOTE]

The latter.
That way 9/10ths of the CPU power doesn't go to waste while trial factoring those numbers. (I mentioned in the other thread I don't have time to coordinate GPU trial factoring with all these servers.)

How come trial factoring isn't multi-threaded anyways?

lycorn 2015-04-30 00:16

[QUOTE=aurashift;401283]

Can I be lazy and just select that as a work type in mprime? Or do I have to install something?
[/QUOTE]

I think you´d be better off doing anything else, then.
Fair enough.

TObject 2015-04-30 00:50

ASRock Rack EPC612D4I
 
AsRock just released a new mini-ITX motherboard with LGA2011-3 socket and, what is very important, quad channel memory.

Thinking about stacking twelve of these in four rows, in front of a box-fan; and going for the big prize.

Uncwilly 2015-04-30 02:17

[QUOTE=aurashift;401286]The latter.
That way 9/10ths of the CPU power doesn't go to waste while trial factoring those numbers. (I mentioned in the other thread I don't have time to coordinate GPU trial factoring with all these servers.)[/QUOTE]This link will show the exponents that are available and have a reasonable amount of TF : [url]http://www.mersenne.org/report_factoring_effort/?exp_lo=332190000&exp_hi=333000000&bits_lo=79&bits_hi=99&txt=1&exassigned=1&tftobits=72[/url]

There are a bunch available that have been taken to 78, but no P-1 on them.

I am focusing mainly on the TF in this range, not the LL. With the firepower that you have, you should take those that are available and ready. Run them and then pick up those 78 and above P-1 them then do the LL on them.

aurashift 2015-04-30 02:45

[QUOTE=Uncwilly;401291]This link will show the exponents that are available and have a reasonable amount of TF : [url]http://www.mersenne.org/report_factoring_effort/?exp_lo=332190000&exp_hi=333000000&bits_lo=79&bits_hi=99&txt=1&exassigned=1&tftobits=72[/url]

There are a bunch available that have been taken to 78, but no P-1 on them.

I am focusing mainly on the TF in this range, not the LL. With the firepower that you have, you should take those that are available and ready. Run them and then pick up those 78 and above P-1 them then do the LL on them.[/QUOTE]

Seems like P-1 occurs after 76 bits, isn't there something like a 3% chance it'll find a factor at any bit level?

So on one of my cores it takes ~10 days to take it from 73 to 76 bits. Not sure if I'm looking at this right but it'll take another ~8 to do P-1.

Maybe I should start P-1 now on those 500GB-1T RAMBeasties I've got laying around, and then start LL to lay my claim to them. It's a shame there isn't a P-1 100M exponent job type...unless I'm missing something. (I'm still learning)

VBCurtis 2015-04-30 04:53

[QUOTE=aurashift;401283]*maybe*

Can I be lazy and just select that as a work type in mprime? Or do I have to install something?
I think I tried ECM on the RAMBeasts (500G-1T) but they didn't use much RAM. I could split half the work between P-1 and ECM since P-1 maxes out the 500GB's[/QUOTE]

Uh.... a Terabyte? :buddy:

The ECM routine in Prime95 uses a slower stage 2 that uses very little memory. The stage 2 in GMP-ECM is much much faster, and would use a fair amount of your monsters' memory. However, as Madpoo has discovered recently, the fast way to do ECM on M1277 is to use Prime95 for stage 1 (low memory use), save the residues from stage 1, and feed those residues to GMP-ECM stage 2. If you're willing to do this, stage 2 will use something like 34GB per thread (according to Madpoo, who recently tried this) with B1 = 2.9e9.

You could try a few huge curves, such as B1 = 7.6e9 (75 digit factor level) or B1 = 25e9 (80 digit factor level, near world-record territory [url]http://maths-people.anu.edu.au/~brent/ftp/champs.txt[/url]). Those massive bounds would use yet more memory, and you can try altering B2 sizes (e.g. invoking -k 2 flag when launching GMP-ECM) for fun and to use even more memory.

Really, I'm just envious of your toys.

VictordeHolland 2015-04-30 13:43

[QUOTE=aurashift;401296]Seems like P-1 occurs after 76 bits, isn't there something like a 3% chance it'll find a factor at any bit level?

So on one of my cores it takes ~10 days to take it from 73 to 76 bits. Not sure if I'm looking at this right but it'll take another ~8 to do P-1.

Maybe I should start P-1 now on those 500GB-1T RAMBeasties I've got laying around, and then start LL to lay my claim to them. It's a shame there isn't a P-1 100M exponent job type...unless I'm missing something. (I'm still learning)[/QUOTE]
Wauw! Nice resources, I would like to have those :bow:.
It is indeed strange that you can't manually reserve 100M digit P-1 assignments. The Work Distribution Map ([url]http://www.mersenne.org/primenet/[/url]) shows there are 186 available. It would be a shame to let those servers run TF on a single core for 10 days :sad: .

aurashift 2015-04-30 16:26

I just had an idea. I'll give those five 40 core RAMBeasts 40 100M exponent jobs and let them chew on trial factoring and P-1 now, and then quit and unreserve those exponents before I get those 30 blades in. Should also leave some room for anonymous folks to take and abandon a bunch too.

Uncwilly 2015-05-02 01:19

[QUOTE=aurashift;401348] I'll give those five 40 core RAMBeasts 40 100M exponent jobs and let them chew on trial factoring and P-1 now[/QUOTE]I noticed that you found a couple of factors. :tu:


BTW, to any reader of this thread, I found a factor for an exponent in this range a few days ago. The exponent had been assigned over 2 years ago to someone else. They had failed to do the 23 GHz-days worth of work to take it from 75 to 76 during that whole period. That is a 4900 GHz-days LL test. There have been several more like this.

If my slow climb taking the lowest exponents up to the next bit level over runs assignments that are over a year old, I don't feel guilty. For quite some time I had avoided those assigned. Having looked at the status of the first 1000 that are assigned to LL or P-1, greater than 3/4ths have not had a check-in in a year. Most of those have not checked in since the exponent was assigned.


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

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