![]() |
![]() |
#1 |
Aug 2004
10102 Posts |
![]()
I see in Completed Missions that Mersenne-aries in the past were performing Redo TF missions and few special DC missions. Is there a chance that we get again such diverse type of missions?
Thanks. |
![]() |
![]() |
![]() |
#2 |
Oct 2003
Australia, Brisbane
2×5×47 Posts |
![]()
Well, this is something that I have always planned on implementing, but I guess things just kept on getting in the way. The main problem was that we didn't have much of a lead on the leading edge of doublechecking (with our p-1 checking) and some even got left behind due to the fact that we weren't moving fast enough. However, we are now just starting to get a decent lead, so now is a good time to try some other things.
Before I put my suggestions down as to what the future of mersenne-aries is, is there anyone who would like to give some suggestions. Is there some particular stats that you would like to see?? Would you like the blocks of work to be smaller/bigger/about the same, or even have a range of different sizes. About the only thing that i don't want to do is do anything too far ahead of the leading edge of first time LL tests. The other thing is that the "redo-factoring" assignments were more just a once off. By accident, someone found some factors that really should have been picked up if they were indeed factored to the limit which was returned to the primenet server. Unless a range is once again discovered, I don't think that there will be any more redo-factoring missions, however I am still relatively new to this so who knows, there could be. Please, feel free to offer any suggestions that you may have, no matter how small or "silly" they seem. I am eager to hear what people think about mersenne-aries since I took it over from GP2. Last fiddled with by dave_0273 on 2004-08-12 at 16:56 |
![]() |
![]() |
![]() |
#3 |
Banned
"Luigi"
Aug 2002
Team Italia
113148 Posts |
![]()
My impression is that without your coordination effort, no one would ever try to organize that P-1 search
![]() Research is 5% genius and 95% sweat, and here we are, working to put each and every exponent to its place. As for stats, I know that people running distributed projects love daily checkouts to improve their standing position, sometimes looking for more power to pass their "neighbours". But also know that maintaining a regular stat page may turn into a burden, so if you don't have much spare time to devote to it, just forget it ![]() Luigi |
![]() |
![]() |
![]() |
#4 |
Oct 2003
Australia, Brisbane
2·5·47 Posts |
![]()
Thanks for that ET. It is actually something that I have been thinking about for awhile now.
Ok, so lets say that "hypothetically" that I was to set up a stats page. What sort of stats would you want on there. It would be easy enough to have.. number of exponents tested number of factors found What other stats would you like to have?? I am also in the process of getting some "interesting" LL tests to do. I have messaged the people who are doing similar work to make sure that I won't be stepping on anyones toes, and as soon as I get a reply, I would post the exponents here. |
![]() |
![]() |
![]() |
#5 | |
Banned
"Luigi"
Aug 2002
Team Italia
22·3·401 Posts |
![]() Quote:
![]() List of found factors in descending order (with the discoverer?) Most active factorers (number of tests done) Factorers that discovrered most factors (number of factors found) Global project time Exponents (or P90 days) per day Searcher's factoring time and/or speed ...and I stop here ![]() Luigi |
|
![]() |
![]() |
![]() |
#6 |
Aug 2004
2×5 Posts |
![]()
First of all, thank you dave for your efforts in keeping Mersenne-aries alive.
Regarding stats - it's not a must for me. I enjoy being part of Mersenne-aries and doing some useful work for our project. I feel privileged to be part of this group. I track for myself missions completed, and if you will start some stats page that's the info I would like to see for each Mersenne-ary. Maybe smaller missions would be better (let's say 50 p-1 max), but that's just my opinion. They don't have to be all the same size. Maybe some smaller missions, 10 - 20 p-1s, for those who want to devote less time. It's OK with me if missions doesn't have round number of exponents (let's say 67 p-1s is OK mission for me). I'm looking forward to new assignements, p-1s. TFs, DCs, LLs. What ever is needed I'll crunch it. Marin's Mersenne-ary |
![]() |
![]() |
![]() |
#7 |
"James Heinrich"
May 2004
ex-Northern Ontario
3×1,109 Posts |
![]()
I'm not dying for online stats, but if they come I won't object. I offer my help if it's needed (as long as I can do it in PHP
![]() If this helps, this is a screenshot of the stats I keep for myself in Excel: http://www.jamesheinrich.com/temp/p-1.png edit: you can't put images in posts here? The one thing I don't track, but would like to, is the total number of exponents processed, and the ratio of no-factor vs found-factor. Another stat (that I don't track) could be the number of CPU-years spent factoring, and relate that to the number of CPU-years saved by found factors (hopefully time saved > time spent ![]() Histogram of found factors length: Code:
46 | 1 | * ... 25 | 1234 | ********* 24 | 2433 | **************** ... |
![]() |
![]() |
![]() |
#8 | ||||
Oct 2003
Australia, Brisbane
47010 Posts |
![]()
Firstly ET_: Thanks for your suggestions.
Quote:
Quote:
Quote:
So, how about some middle ground. How about I have a table that shows how many exponents are factored by mersenne-aries each time a new set of "weekly" status files comes out. Then, if I were to divide that by the number of days since the last set of status files, we could get a (rough) estimate as to the number of exponents cleared per day. As for an individual speed, this is just as tricky. However, how about this. I could do it on a per month basis. I could rank people by the number of exponents tested over the last month. The reason that I don't suggest weekly is that it takes just over a week on a resonably fast computer to do a set of work at the moment. Therefore, if I were to do it on a weekly basis, it would look like they didn't do any crunching that week when really they were crunching all week. I know that some people submit work as they go, but the majority of people submit at the end of each block of work. Quote:
So, how about these compromises?? Your suggestions are very much appreciated. If you can think of anything better than what I have suggested, please post it. Mersenne-ary: As for your suggestion about smaller sets, I will start to post some blocks of 50 or so. They used to be all blocks of 50, however a lot of our crunchers asked for bigger sets, so I upped it to 100. That way they could leave it for longer without having to manually update it. However, now that I know that people prefered the blocks of 50, I will now do a selection of both. As for a "round" number in each group, that is something that I do to make it easier for myself. They are easier to post and easier to keep track of this way. However, there is the occassional "non-round" set that I put on the boards. This is when I get to the end of a 0.5M range and I just post what is left over. Thank you for your suggestions. Please keep them coming!! Last fiddled with by dave_0273 on 2004-08-13 at 15:53 |
||||
![]() |
![]() |
![]() |
#9 |
"James Heinrich"
May 2004
ex-Northern Ontario
3×1,109 Posts |
![]()
I freely admit I know nothing about how you pull stats (or anything, including exponents to work on) out of PrimeNet, but I know it'd be possible to extract all the needed information out of results.txt dumps (including datestamps). The problem is, of course, that everyone would need to double-submit their results (one to PrimeNet, one to stats parser). I've been considering writing my own stats parser/grapher purely for my own purposes (to track things like factorsfound/totalexponents), although I have not yet done so.
Last fiddled with by James Heinrich on 2004-08-13 at 16:01 |
![]() |
![]() |
![]() |
#10 | |||
Oct 2003
Australia, Brisbane
2×5×47 Posts |
![]()
Sorry James, I didn't leave you out, you just posted while I was writing.
Quote:
Quote:
As for the block size, I will now post some 50 and 100 exponent block sets. I would like to stay away from 25 block sets if I could. I just think that they would be too fidley. The other thing that I am worried about is that you are only "expected" to find a factor every 30 exponents or so. So I would prefer not to post sets that are smaller than the size set where you would expect to find at least one factor. (Does that make sense??) Quote:
Thanks for your suggestions. |
|||
![]() |
![]() |
![]() |
#11 | |||
"James Heinrich"
May 2004
ex-Northern Ontario
3·1,109 Posts |
![]()
Sorry dave_0273, I edited my post above your last one while you were replying
![]() I've moved it down here: Quote:
Quote:
Last fiddled with by James Heinrich on 2004-08-13 at 16:01 |
|||
![]() |
![]() |