mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Lone Mersenne Hunters (https://www.mersenneforum.org/forumdisplay.php?f=12)
-   -   LMH status (https://www.mersenneforum.org/showthread.php?t=908)

chalsall 2009-12-04 02:03

[QUOTE=petrw1;197727]Just a suggestion but while you are doing this; if you set your factoring limits to go to 63 bits immediately (i.e. FACTOR=900000001,59,63) you will significantly reduce server traffic when reporting results. Only one result would be sent per assignment and even a slow PIV would complete it in minutes.[/QUOTE]

Yeah, I know. But Scott and I have worked out a technique which seems to work well to reduce my impact.

My submission script "bursts" for a few seconds every minute (except between 0:00 and 0:10 after the hour), submitting results as quickly as it can. Then it stops, letting others submit. If it notices a less than nominal number of submissions, it stops submitting for fifteen minutes.

petrw1 2009-12-11 16:10

[QUOTE=chalsall;197208]
[CODE]+------------+------------+-------------+---------+
| RangeStart | RangeDepth | FactorDepth | FDCount |
+------------+------------+-------------+---------+
| 0 | 100000000 | 59 | 7 |
| 600000000 | 100000000 | 59 | 1227914 |
| 700000000 | 100000000 | 59 | 392112 |
| 900000000 | 100000000 | 59 | 104330 |
+------------+------------+-------------+---------+[/CODE][/QUOTE]

I'm thinking we may be under 1 Million now???
Do you have the official numbers?

ckdo 2009-12-11 18:52

[quote=petrw1;198524]I'm thinking we may be under 1 Million now???
Do you have the official numbers?[/quote]

Way.

[code]
640,096,343-699,999,889: 611,580 @ 59 bits
710,254,313-726,547,201: 335,287 @ 59 bits
799,564,219-799,998,977: 2,788 @ 59 bits
989,027,981-989,999,819: 24,349 @ 59 bits
-------------------
974,004 @ 59 bits
[/code]Plus 185 @ 58/59 bits below 20,000... any takers? :big grin:

petrw1 2009-12-11 20:55

[QUOTE=ckdo;198542]Plus 185 @ 58/59 bits below 20,000... any takers? :big grin:[/QUOTE]

I tried to take one of these to 60 bits ...but Prime95 called it an invalid assignment and suggested I do ECM instead.

petrw1 2009-12-21 15:30

Welcome to the 60's
 
All exponents factored or assigned (90,000) to 59 bits.

60 bits exist only in the 590M range (currently being assigned). Less than a quarter million left.

61 bits comprise of most of the 2xxM range; about half of the 4xxM range; and a smattering in the 5-7xxM ranges. About 2.5 Million left.

Even 62 bits have not much more than 3M left.

And at the rate they are dropping ...

petrw1 2009-12-21 17:59

... and once all the lower bit levels are done the hourly "Last 1000 Recent Results" report should have more than 5 minutes of results in it.

chalsall 2009-12-22 15:56

For anyone interested, the following is a relatively recent (within 24 hours) state of the factoring depths.

I have added this report to the [URL="http://www.mersenne.info/?&t=1"]GIMPS Visualization Tool[/URL], including drill-down views.

[CODE]+-----------+-------+--------+---------+---------+---------+---------+---------+--------+--------+--------+--------+-------+------+------+
| Range | <60 | F60 | F61 | F62 | F63 | F64 | F65 | F66 | F67 | F68 | F69 | F70 | F71 | >71 |
+-----------+-------+--------+---------+---------+---------+---------+---------+--------+--------+--------+--------+-------+------+------+
| 0 | 178 | 29984 | 80189 | 3231 | 81473 | 835339 | 119878 | 134029 | 247971 | 451744 | 252065 | 20574 | 4103 | 77 |
| 100000000 | 0 | 0 | 0 | 0 | 2221623 | 173196 | 509 | 270 | 6 | 3 | 0 | 6 | 68 | 96 |
| 200000000 | 0 | 0 | 1653006 | 704514 | 60219 | 42681 | 143 | 14 | 55 | 2 | 2 | 221 | 0 | 143 |
| 300000000 | 0 | 0 | 0 | 0 | 0 | 2291295 | 37032 | 17046 | 5420 | 1300 | 1272 | 1085 | 142 | 811 |
| 400000000 | 0 | 0 | 967143 | 140968 | 9476 | 25565 | 1243234 | 295 | 5 | 0 | 11 | 15 | 0 | 131 |
| 500000000 | 0 | 240286 | 242485 | 685999 | 404285 | 239732 | 587525 | 3 | 0 | 12 | 0 | 0 | 0 | 154 |
| 600000000 | 40317 | 10162 | 191872 | 883585 | 96573 | 43548 | 1110912 | 1481 | 108 | 62 | 65 | 23 | 23 | 131 |
| 700000000 | 50821 | 0 | 209355 | 0 | 2106272 | 22948 | 10041 | 30 | 1 | 0 | 0 | 21 | 1 | 136 |
| 800000000 | 0 | 0 | 0 | 2212402 | 170785 | 40242 | 184 | 74 | 7 | 8 | 4 | 1 | 52 | 96 |
| 900000000 | 0 | 0 | 0 | 0 | 2263609 | 115716 | 4913 | 3048 | 165 | 761 | 671 | 423 | 194 | 110 |
+-----------+-------+--------+---------+---------+---------+---------+---------+--------+--------+--------+--------+-------+------+------+
[/CODE]

petrw1 2009-12-22 16:40

[QUOTE=chalsall;199599]For anyone interested, the following is a relatively recent (within 24 hours) state of the factoring depths.

I have added this report to the [URL="http://www.mersenne.info/?&t=1"]GIMPS Visualization Tool[/URL], including drill-down views.

[/QUOTE]

Cool...

ckdo 2009-12-22 17:01

[quote=chalsall;199599]I have added this report to the [URL="http://www.mersenne.info/?&t=1"]GIMPS Visualization Tool[/URL], including drill-down views.[/quote]

Thanks a bunch. I wouldn't mind a "total" column, though... :whistle:

petrw1 2009-12-22 17:06

[QUOTE=ckdo;199608]Thanks a bunch. I wouldn't mind a "total" column, though... :whistle:[/QUOTE]

I second that motion....and maybe a some kind of a total on the bar graph too...or a number pop-up when the mouse is hovered over a column....

And an effective date/time of the data.

Are we demanding enough yet?:blush:

chalsall 2009-12-22 19:22

[QUOTE=ckdo;199608]Thanks a bunch. I wouldn't mind a "total" column, though... :whistle:[/QUOTE]

How about both a total column and row?

Implemented and live.


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

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