mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Reply
 
Thread Tools
Old 2005-11-23, 19:59   #23
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

29·41 Posts
Default

Quote:
Originally Posted by trilliwig
I doubt that would help this problem, but hey, computers always like a clean reinstall.
It didn't help this time.

Completely removed cygwin and downloaded it again. Tried both the original 0.77.1 and the latest sourceforge snapshot but both fail the tsts1 test that comes with it

I tried -prune 0.01, even -prune 0.1 and some extra sieving but no luck.

Getting a little desperate now
smh is offline   Reply With Quote
Old 2005-11-23, 22:12   #24
trilliwig
 
trilliwig's Avatar
 
Oct 2004
tropical Massachusetts

3·23 Posts
Default

At this point all I can offer is voodoo. Try raising your alim by 100 in your .poly file and rerun factLat.pl to force a relation dump and reprocessing. Maybe matbuild/matsolve will do something different this time.

--
Sam
trilliwig is offline   Reply With Quote
Old 2005-11-24, 01:30   #25
VJS
 
VJS's Avatar
 
Dec 2004

1001010112 Posts
Default

SMH,

Would you seriously post the number? Is this a personal goal etc.
Not sure if this posting is in bad taste just trying to help.
VJS is offline   Reply With Quote
Old 2005-11-24, 14:49   #26
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

29·41 Posts
Default

Quote:
Originally Posted by VJS
SMH,

Would you seriously post the number? Is this a personal goal etc.
Not sure if this posting is in bad taste just trying to help.
It's the tsts1 number that comes with ggnfs in the test directory. The poly is:
Code:
n: 48112675629372767804524219707530062462251150382843481915847109420993527839223554575368891438718253
type: snfs
m:  157775382034845806615042743
c4: 1
c3: 0
c2: 0
c1: 0
c0: -539
skew: 5
smh is offline   Reply With Quote
Old 2005-11-24, 21:51   #27
VJS
 
VJS's Avatar
 
Dec 2004

13×23 Posts
Default

If your running the perlscript are there any instances where a file cannot be found? I was initially having problems b/c it couldn't find cat.exe, I realise the issues are probably later in the process.
VJS is offline   Reply With Quote
Old 2005-11-25, 03:11   #28
Zeta-Flux
 
Zeta-Flux's Avatar
 
May 2003

7·13·17 Posts
Default

I had the same problem when I downloaded ggnfs that VJS mentioned. It was missing a few files, which I had to get from another source.
Zeta-Flux is offline   Reply With Quote
Old 2005-11-25, 19:12   #29
VJS
 
VJS's Avatar
 
Dec 2004

13·23 Posts
Default

smh,

Your other option of course would be to simply create an n: file and try using the script from scratch no snfs or anything. It really shouldn't take long for that number using ggnfs, you could also note the steps and which programs are being call see if there are any errors.

Or you could also try a different number with ggnfs, here is the c102 which factored recently...

(615751018555603968114438333611^5-1)/615751018555603968114438333610 C102

n: 766786943144303497987286814035254653570980408871310792191543539940228899146147493082215007848171327731

r1=6591339308401695643805746077211317047876598194962721 (pp52)
r2=116332494394107929871438092066112222385351385041811 (pp51)

Depending on your machine it shouldn't take more than a day, and it might give you some insight into the problem.

Last fiddled with by VJS on 2005-11-25 at 19:12
VJS is offline   Reply With Quote
Old 2005-11-25, 20:09   #30
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

29×41 Posts
Default

Quote:
Originally Posted by VJS
smh,

Your other option of course would be to simply create an n: file and try using the script from scratch no snfs or anything. It really shouldn't take long for that number using ggnfs, you could also note the steps and which programs are being call see if there are any errors.

Or you could also try a different number with ggnfs, here is the c102 which factored recently...

(615751018555603968114438333611^5-1)/615751018555603968114438333610 C102

n: 766786943144303497987286814035254653570980408871310792191543539940228899146147493082215007848171327731

r1=6591339308401695643805746077211317047876598194962721 (pp52)
r2=116332494394107929871438092066112222385351385041811 (pp51)

Depending on your machine it shouldn't take more than a day, and it might give you some insight into the problem.
I still have two other pc's which run fine. Both are doing the matrix step right now an should be finished by tomorrow morning. I'll run the same number on these pc's and see what happens.

I did try two or three other numbers on thi pc with both the original 0.77.1 and the sourceforge version and all failed with the same error.

I have literally factored hundreds of numbers with this version and haven't had a single factorization that failed (with this or any other error).

I might try the provided binaries on sourceforge but need to figure out how to run all programs manually. I'ts been a long time since i did it manually. The script makes life so much easier.

I might try a c100 with GNFS, problem is that it's hard to let this laptop run for more then a couple of hours a day without really using it. (I run a lot of virtual machines pc which are quite cpu and memory intensive)
smh is offline   Reply With Quote
Old 2005-11-25, 20:32   #31
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11×577 Posts
Default

I had problems with ggnfs because of the GGNFS_BIGENDIAN define. On PowerPC with gcc 4 it was not defined, but with gcc 3 it was. Since PowerPC is a big endian architecture, it should be defined. If it is not defined, the sieving step does not produce the correct output. x86 is little endian. I wonder if it is defined on x86 using Cygwin when it shouldn't be. In any case I suspect it is either a problem due to an incorrect define or it is a bug with gcc.

BTW, this versioning is rather confusing. I don't know which versions of 0.77.1 you have tested. I use the September 30th version (with a few mods) and it works fine on PowerPC. I haven't tried the current source. When a new snapshot is ready, I'll d/l it and try it out.
rogue is online now   Reply With Quote
Old 2005-11-25, 21:13   #32
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

103·113 Posts
Default

Quote:
Originally Posted by rogue
I had problems with ggnfs because of the GGNFS_BIGENDIAN define.
Just out of curiosity, does anyone know why GGNFS cares about the hardware's endian-ness?
ewmayer is offline   Reply With Quote
Old 2005-11-26, 13:56   #33
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3,541 Posts
Default

Quote:
Originally Posted by ewmayer
Just out of curiosity, does anyone know why GGNFS cares about the hardware's endian-ness?
Several of the savefile formats are binary, with little-endian assumed.

Endianness also matters in the lattice siever; it looks like it has something to do with locating sieve offsets, though I haven't examined the source enough to say more.

jasonp
jasonp is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Any answers on missing factors? schickel Aliquot Sequences 8 2011-11-29 12:24
Unpacking and installing GGNFS? (error and n00b-questions) Andi47 Factoring 1 2007-03-22 20:58
ggnfs ATH Factoring 3 2006-08-12 22:50
Questions about GGNFS ValerieVonck Factoring 58 2005-11-18 20:39
Building DC farms; Experience, advice, questions and answers Prime Monster Hardware 44 2005-03-21 01:14

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


Fri Jul 16 12:31:37 UTC 2021 up 49 days, 10:18, 2 users, load averages: 1.74, 1.28, 1.29

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.