![]() |
|
|
#298 |
|
Oct 2006
4048 Posts |
That's probably the quickest solution.
I don't have the number on this computer, so I will give it on the next post. It is a "HomePrime" number, created through the factors of a previous number. Thanks, Roger Last fiddled with by roger on 2007-02-05 at 16:54 |
|
|
|
|
|
#299 |
|
Oct 2006
26010 Posts |
The number is 310142030708790337224170415139151719079882696813129099039682740447879153219049216036673861532396661624530485784976701
and has two small factors 5507 and 105940727. Remaining C105 : 531597097219941152928760691097467089807703303866657008820797579300224791923696034690278228478211191439609 Just a note : I have factored through Alpertron's ECM applet 2007 curves (above 30 or 35 digits). Thanks to all, Roger Last fiddled with by roger on 2007-02-06 at 00:28 |
|
|
|
|
|
#300 |
|
Jul 2004
Potsdam, Germany
3×277 Posts |
Hi Roger,
If no one else shows up, I should be able to factor that composite this weekend. |
|
|
|
|
|
#301 |
|
Jan 2007
Canada
1610 Posts |
|
|
|
|
|
|
#302 |
|
Oct 2006
22·5·13 Posts |
Great
Thanks to Shiva, MystWalker, and especially JasonP, everyone else who have been helping me on the factoring problems on MersenneForum
|
|
|
|
|
|
#303 | |
|
Jan 2007
Canada
100002 Posts |
Quote:
Msieve mpqs gives: prp43 factor: 2167753016229889965714682414298485438968899 prp63 factor: 245229550248525794245694689384198265019333183525485329987510291 Enjoy! Dennis |
|
|
|
|
|
|
#304 |
|
Oct 2006
22·5·13 Posts |
Thank you Shiva!
![]() A long awaited answer! Roger |
|
|
|
|
|
#305 |
|
Oct 2006
On a Suzuki Boulevard C90
2×3×41 Posts |
Using trilliwig's reference numbers and msieve-1.1.16:
Linux, 3.2 GHz Xeon, -fpmath=sse Code:
Number digits gcc-3.4.6 gcc-4.1.1 ----------------------------------------- (6^67-1)/5 52 0:00:02 0:00:03 (10^59-1)/9 59 0:00:12 0:00:12 (3^137+1)/4 65 0:00:38 0:00:36 (10^71-1)/9 71 0:01:59 0:01:54 (12^71+1)/13 76 0:07:30 0:07:31 (10^83-1)/9 83 0:33:07 0:31:19 Code:
Number digits gcc-3.4.6 gcc-4.1.1 ----------------------------------------- (6^67-1)/5 52 0:00:03 0:00:03 (10^59-1)/9 59 0:00:12 0:00:15 (3^137+1)/4 65 0:00:37 0:00:51 (10^71-1)/9 71 0:02:05 0:02:28 (12^71+1)/13 76 0:07:23 0:09:49 (10^83-1)/9 83 0:31:31 0:41:05 Code:
Number digits gcc-3.4.6 gcc-4.1.1 ----------------------------------------- (6^67-1)/5 52 0:00:02 0:00:02 (10^59-1)/9 59 0:00:10 0:00:10 (3^137+1)/4 65 0:00:34 0:00:39 (10^71-1)/9 71 0:01:44 0:02:09 (12^71+1)/13 76 0:06:55 0:08:52 (10^83-1)/9 83 0:31:06 0:39:39 |
|
|
|
|
|
#306 |
|
Tribal Bullet
Oct 2004
DD516 Posts |
Ouch, this is rather disheartening, especially since the time-critical parts of the sieving routines don't care about floating point at all.
I assume that everything was also compiled with -march=pentium4? Do the runtimes look similar or worse when -fpmath= is not specified? jasonp |
|
|
|
|
|
#307 |
|
Oct 2006
On a Suzuki Boulevard C90
24610 Posts |
Jason,
The Xeon tests were all compiled with -O3 -fomit-frame-pointer -DNDEBUG -march=pentium4 -DHAVE_CMOV -mtune=pentium4 -mmmx -msse -msse2 in addition to the -fpmath flags. I also ran tests with -fpmath=sse,387 and the timings were much worse. Here are the results without setting -fpmath: Code:
Number digits gcc-3.4.6 gcc-4.1.1 ----------------------------------------- (6^67-1)/5 52 0:00:02 0:00:03 (10^59-1)/9 59 0:00:11 0:00:17 (3^137+1)/4 65 0:00:36 0:00:45 (10^71-1)/9 71 0:01:50 0:02:42 (12^71+1)/13 76 0:07:11 0:08:59 (10^83-1)/9 83 0:33:17 0:43:44 I'd be happy to run other compile flag variants. I do also have a 3.2 GHz Nocona that I can compile and run in 64 bit mode on if you are interested. Just let me know what compilation flags you'd like me to try out. Last fiddled with by BlisteringSheep on 2007-02-12 at 07:24 |
|
|
|
|
|
#308 | |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Quote:
Could you compile with -march=nocona and try the same tests? I also have a local PPC970, so at least I can investigate that when I get a little time. jasonp |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Utility of integer factorization. | jwaltos | Other Mathematical Topics | 8 | 2015-05-22 12:20 |
| File Splitting Utility | Antonio | Software | 5 | 2013-04-18 14:22 |
| Low-powered motherboard of adequate capability sought | fivemack | Hardware | 1 | 2011-12-21 19:26 |
| Implementing MPQS: SOS! | smoking81 | Factoring | 10 | 2007-10-02 12:30 |
| Prime Shuffle Utility | HiddenWarrior | Programming | 6 | 2004-11-04 05:21 |