mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Sierpinski/Riesel Base 5

Reply
 
Thread Tools
Old 2006-08-24, 08:49   #12
michaf
 
michaf's Avatar
 
Jan 2005

479 Posts
Default

My Athlon 64 3800+ X2 processor gives the following results:

23000 p/sec on one processor
2*22700 p/sec on two processors

Cheers, Micha
michaf is offline   Reply With Quote
Old 2006-09-10, 12:30   #13
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11·577 Posts
Default

With version 1.2.0, the speed is now at 60950 p/sec for 307 k's on my G5.

Unfortunately it is dedicated to other project at the moment, so I can't use it for sieving.
rogue is offline   Reply With Quote
Old 2006-09-10, 14:36   #14
michaf
 
michaf's Avatar
 
Jan 2005

7378 Posts
Default

sr5sieve Version 1.2.0
AMD Athlon 64 X2 3800 (OC'd to 2200 MHz)
range 680-690
303 k's (7.06M candidates)

2*50800 p/sec.... Thats 101600 p/sec if I dedicate it to sieving alone!
michaf is offline   Reply With Quote
Old 2006-11-06, 22:59   #15
axn
 
axn's Avatar
 
Jun 2003

31·163 Posts
Default

Does anyone have any benchmark for Pentium D 940 (3.40 GHz)?
axn is online now   Reply With Quote
Old 2006-11-07, 06:50   #16
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

32268 Posts
Default

D940 is 3.20 GHz
D945 and D950 are 3.40 GHz the first whithout virtualisation technology.

And indded on the Gimps Benchmark page you will only find the D945 (the line starting with Pentium 4 D 3400 2048) and the D930 (the line starting with Pentium 4 D 3000 2048).

But on the following page http://mersenne-aries.sili.net/bench.php you will find D9xx 3.20 GHz benchmarks (the lines starting with Intel(R) Pentium(R) D CPU 3.20GHz 3200 2048)
S485122 is online now   Reply With Quote
Old 2006-11-07, 08:58   #17
axn
 
axn's Avatar
 
Jun 2003

31·163 Posts
Default

Quote:
Originally Posted by Jacob Visser View Post
D940 is 3.20 GHz
D945 and D950 are 3.40 GHz the first whithout virtualisation technology.

And indded on the Gimps Benchmark page you will only find the D945 (the line starting with Pentium 4 D 3400 2048) and the D930 (the line starting with Pentium 4 D 3000 2048).

But on the following page http://mersenne-aries.sili.net/bench.php you will find D9xx 3.20 GHz benchmarks (the lines starting with Intel(R) Pentium(R) D CPU 3.20GHz 3200 2048)
Yes, I meant 945. Actually, I need data for sr5sieve 1.3.x version
axn is online now   Reply With Quote
Old 2007-04-16, 01:17   #18
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13×89 Posts
Default HT P4 sieves as fast as P3

Here are some benchmarks for sr2sieve 1.4.38 (linux-x86 binary). With the improvements to the 32-bit SSE2 code the hyperthreaded P4 now matches the P3 clock for clock with SoB.dat and Riesel.dat. I think the reason it is still relatively slower with sr5data.txt is that the SSE2 code is concentrated in the baby-steps giant-steps routine, but proportionally less time is spent there when the range of n is small.

M1 = Pentium 3 @ 600MHz (Coppermine EB, 16Kb L1, 256Kb L2).
M2 = Pentium 4 @ 2.9GHz (Northwood C, 8Kb L1, 512Kb L2), single thread.
M3 = Pentium 4 @ 2.9GHz (Northwood C, 8Kb L1, 512Kb L2), two hyperthreads.
Code:
                         19k SoB.dat    68k riesel.dat    237k sr5data.txt
                         -----------    --------------    ----------------
proth_sieve_cmov 0.42
 M1 p=100e12              86 kp/s        31 kp/s

proth_sieve_sse2 0.42
 M2 p=100e12             201 kp/s        83 kp/s
 M3 p=100e12             330 kp/s       133 kp/s

sr2sieve-intel 1.4.38
 M1 p=100e12              92 kp/s        53 kp/s           30 kp/s
 M2 p=100e12             293 kp/s       161 kp/s           77 kp/s
 M3 p=100e12             451 kp/s       244 kp/s          113 kp/s
Some rough timings on a Celeron D 2.8GHz running Windows say that this version is about 10% faster than JJsieveSSE2 on the 19k SoB.dat, but the times vary a lot from run to run.

Any times for the 32-bit binary on Core2 or Athlon64 machines would be welcome. I don't yet know how well the SSE2 code suits these machines.
geoff is offline   Reply With Quote
Old 2007-07-31, 00:03   #19
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13·89 Posts
Default

I finally gave in and bought a new machine, so here are some benchmarks for a 2.67 GHz Core 2 Duo (E6750, 32Kb L1, 4Mb L2):
Code:
                                19k SoB.dat    68k riesel.dat    237k sr5data.txt
                                -----------    --------------    ----------------
1.5.15 64-bit p=100e12          1115 kp/s       606 kp/s          300 kp/s
1.5.15 32-bit p=100e12           729 kp/s       384 kp/s          184 kp/s
geoff is offline   Reply With Quote
Old 2007-08-01, 01:26   #20
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13·89 Posts
Default

The SoB.dat and Riesel.dat benchmarks above were accidentally done with p=1000e12 instead of 100e12. Here are the results with p=100e12:
Code:
                            19k SoB.dat    68k riesel.dat    237k sr5data.txt
                            -----------    --------------    ----------------
1.5.15 64-bit p=100e12      1160 kp/s       626 kp/s          300 kp/s
1.5.15 32-bit p=100e12       689 kp/s       368 kp/s          184 kp/s
The 64-bit version becomes slower as p increases, while the 32-bit version becomes faster. I think this is due to the lower precision of the SSE2 floating point operations used in the 64-bit version leading to more rounding corrections being needed as p increases.
geoff is offline   Reply With Quote
Old 2007-08-06, 18:02   #21
Xentar
 
Xentar's Avatar
 
Sep 2006

BB16 Posts
Default

I just tested the sr5sieve AMD version and intel version, at the same time.

System:
Windows XP Prof 32 bit; Intel C2D E6600 @2.4 Ghz (original speed - not overclocked)

using original sr5.dat file (232k; size 19.7MB), sr5sieve 1.5.17

148 - 150 kp/sec with -Intel.exe
146 - 147 kp/sec with -AMD.exe
then I closed the -AMD software, and continued with -Intel: 149 kp/sec

so, Intel version is a little bit faster.
Xentar is offline   Reply With Quote
Old 2007-10-11, 22:26   #22
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11×577 Posts
Default

12200-12300 done. It took about two days using both cores on a Core 2 Duo
rogue is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Perpetual benchmark thread... Xyzzy Hardware 849 2021-05-20 12:38
Hardware Benchmark Jest Thread for 100M exponents joblack Hardware 284 2020-12-29 03:54
Sieve Benchmark Thread Historian Twin Prime Search 105 2013-02-05 01:35
LLR benchmark thread Oddball Riesel Prime Search 5 2010-08-02 00:11
Could something be wrong with Linux sr5sieve? jasong Sierpinski/Riesel Base 5 3 2007-03-12 03:13

All times are UTC. The time now is 09:20.


Sat Jul 17 09:20:00 UTC 2021 up 50 days, 7:07, 1 user, load averages: 1.66, 1.82, 1.70

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.