mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2011-08-22, 03:15   #1189
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

22×33×89 Posts
Default

I also have to report a small problem, related to fibo numbers. Got in my list "I(1049)/66871114224246686249583360541620833)", and I was surprised that yafu has no idea what to do with it. It took me a while to realize that is the fib(1049) after searching through the factordb tables. So I had to manually edit the file and replace it with fib(xxx) as yafu knows it.

Can something be done (in yafu to recognize I(...) as the fibo function, or in the data base to report it like fib(..)) to avoid this kind of problems in the future? I mean, most users won't even realize, if they get a bunch of numbers, that one of them is skipped from the output report. In my case it was just luck that I saw it.

Now as another rhetorical question, is there any way to resume an "yafu nfs()" command, if the computer crashed (for different reasons, not related to yafu) and the only available files are about 60 megs of "nfs.dat.p" and about 2 megs of "nfs.dat.0.p"? I mean there is no "ggnfs.job" and no "session.save" available, just the two files above, checked "-R" but it just restarts from poly 12.

I ask because I am crunching the C185 from above since last Friday and my computer crashed 3 times that evening (restart again by bios) probably because of electricity breaks (trouble with big floods here around). Fortunately it ran ok over the weekend and this morning I found the 60 megs of the files above, I would feel quite sorry to lose them at all if - god forbid - another crash happens... In fact to lose 3 days f work, because the file are still there fine thanks...

Last fiddled with by LaurV on 2011-08-22 at 03:20
LaurV is offline   Reply With Quote
Old 2011-08-22, 07:39   #1190
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72×131 Posts
Default

Sequence 360840 also broke just now: it says 'Error on number 25546882901999266122383172472132566395747844071088901416635434329351190073543786907038511855567961915654490741855089875884096941965043943400' just after I'd submitted the factor 5055665580392101656332147458022948328871794706297 for term 400.
fivemack is offline   Reply With Quote
Old 2011-08-22, 08:56   #1191
Andi_HB
 
Andi_HB's Avatar
 
Mar 2007
Germany

23·3·11 Posts
Default

If i click on the button "Do quick selftest" i become the answer:
Checking yafu: ..yafu failed!
Andi_HB is offline   Reply With Quote
Old 2011-08-22, 14:54   #1192
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

26716 Posts
Default

yafu fails for me too.

And group orders are messed up.
lorgix is offline   Reply With Quote
Old 2011-08-22, 19:28   #1193
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

290410 Posts
Default

The FactorDB seems to have great problems:

Look at any Factor Table and the first pages:

There're always FF-numbers without any factors shown or only small factors but missing the remaining.
kar_bon is offline   Reply With Quote
Old 2011-08-22, 19:41   #1194
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

23010 Posts
Default

Hi everyone,

I think I found the problem - installed a new version of yafu but messed with the user rights.
Everything should be working now, just a little bit slow until the index is fully rebuilt.

Sorry for the problems!
Syd is offline   Reply With Quote
Old 2011-08-22, 20:17   #1195
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2·1,061 Posts
Default

Quote:
Originally Posted by Syd View Post
Hi everyone,

I think I found the problem - installed a new version of yafu but messed with the user rights.
Everything should be working now, just a little bit slow until the index is fully rebuilt.

Sorry for the problems!
No trouble. We were all just worried that something broke permanently.
schickel is offline   Reply With Quote
Old 2011-08-23, 02:13   #1196
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

22·33·89 Posts
Default

Quote:
Originally Posted by LaurV View Post
"I(1049)/66871114224246686249583360541620833)"

... I am crunching the C185 from above since last Friday ...
I am going nuts, replying to my own posts...
Well, first of all thanks to bb for replying to my question in the "yafu" thread. It seems like if the yafu crash in the poly phase of a nfs job it is not too much to do.. Or at least, let's say it is over my head of knowledge to start combining polys by hand.

Guess what, my wheelbarrow crashed last night (most probably electricity break, caused by the floods in my area). I am left with about 60 megs of poly's don't know what to do with them. If someone think the stuff is useful, tell me where to send it. If not, it will be deleted in a couple of days (about 4 days of work lost) and restart from the beginning. Put a new coin, pull the lever once more, see if three lemons in a row will pop.
LaurV is offline   Reply With Quote
Old 2011-08-23, 02:31   #1197
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

3·1,171 Posts
Default

Quote:
Originally Posted by LaurV View Post
If not, it will be deleted in a couple of days (about 4 days of work lost) and restart from the beginning. Put a new coin, pull the lever once more, see if three lemons in a row will pop.
The data is not useful... re-read fivemack's post in the yafu thread. The number is doable with SNFS and doesn't need the GNFS polynomials. At a minimum, copy the stuff in his post into nfs.job and start yafu with "nfs(fib(1049)/66871114224246686249583360541620833))" -siever 14 -r. For extra credit, study why this works.

Last fiddled with by bsquared on 2011-08-23 at 02:32
bsquared is offline   Reply With Quote
Old 2011-08-23, 04:46   #1198
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

22×33×89 Posts
Default

Already did that, sieving since. Figured by myself the part with "-R" (didn't know small r works too). See my reply there. Thanks both of you.

Last fiddled with by LaurV on 2011-08-23 at 04:51
LaurV is offline   Reply With Quote
Old 2011-08-23, 04:57   #1199
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default SNFS poly select & algebraic factors

from the SNFS poly select 919^87-1 thread:

Quote:
Originally Posted by Stargate38 View Post
Here's a poly from factordb for 91987-1 (166 digit cofactor): http://www.factordb.com/snfs.php?id=1100000000225474717
Quote:
Originally Posted by frmky View Post
This auto-generated polynomial doesn't take advantage of the known algebraic factor. I agree that the original sextic is the obvious choice.
(note: the "original sextic" is posted in the starting post of the aforelinked thread.)

Quote:
Originally Posted by wblipp View Post
BAD CHOICE.

This is difficulty 258 digits, MUCH MUCH harder than the 178 digits example I gave.

It looks like the factordb's polynomial finder needs to learn some tricks about removing algebraic factors.

William
Quote:
Originally Posted by bsquared View Post
Also, something is wrong with the way it picks several of the parameters. Setting mfbr/a to more than twice lpbr/a doesn't make any sense. That will result in many more vain 2LP factorizations. Also, I've never seen r/alambda set so high. I'm less sure that this is bad, but it deviates from the status quo by a couple tenths. Extrapolating from the end of a lookup table, maybe?

Last fiddled with by Andi47 on 2011-08-23 at 05:00 Reason: adding quote from b²
Andi47 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Database for k-b-b's: 3.14159 Miscellaneous Math 325 2016-04-09 17:45
Factoring database issues Mini-Geek Factoring 5 2009-07-01 11:51
database.zip HiddenWarrior Data 1 2004-03-29 03:53
Database layout Prime95 PrimeNet 1 2003-01-18 00:49
Is there a performance database? Joe O Lounge 35 2002-09-06 20:19

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


Sat Jul 17 12:10:59 UTC 2021 up 50 days, 9:58, 1 user, load averages: 1.22, 1.46, 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.