mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > GMP-ECM

Reply
 
Thread Tools
Old 2014-04-11, 18:14   #1
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

2×7×461 Posts
Default Performance of cuda-ecm on newer hardware?

On each of my GTX580 cards, I see 512 stage-1 curves run to B1=1e8 in six hours. Each card burns about 200 watts while doing this; my outbuilding is getting moderately warm and my electricity bill quite substantial.

Has anyone tried cuda-ecm on newer cards - 750Ti would be very interesting, whilst a Kepler-series (6xx or 7xx) would have the advantage that they'll be readily available on ebay once the 8xx start to appear ?
fivemack is offline   Reply With Quote
Old 2014-04-11, 18:16   #2
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

185610 Posts
Default

The 750 ti should be interesting as it is supposed to have the same computation power as older cards, but it has a significantly smaller watt pull (like 60 to 70W, I think?).
wombatman is offline   Reply With Quote
Old 2014-04-11, 18:38   #3
firejuggler
 
firejuggler's Avatar
 
"Vincent"
Apr 2010
Over the rainbow

22·36 Posts
Default

60 watt; I just got one, will receive it next week.
firejuggler is offline   Reply With Quote
Old 2014-04-11, 19:07   #4
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

1012 Posts
Default

Quote:
Originally Posted by fivemack View Post
On each of my GTX580 cards, I see 512 stage-1 curves run to B1=1e8 in six hours. Each card burns about 200 watts while doing this; my outbuilding is getting moderately warm and my electricity bill quite substantial.

Has anyone tried cuda-ecm on newer cards - 750Ti would be very interesting, whilst a Kepler-series (6xx or 7xx) would have the advantage that they'll be readily available on ebay once the 8xx start to appear ?
I can try it for you on a 780.
Via nvidia-smi, it self-reports the "wattage" (true or not, that's another question).
What test case number (or at least size) would you propose?
I guess I'll take some newer Cunningham extension composites.
Batalov is offline   Reply With Quote
Old 2014-04-11, 19:38   #5
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

2×7×461 Posts
Default

I'm currently running a couple of 17x-digit composites from aliquot sequences; why not try 5748.1526

Code:
1472719685748502449386007028264915543018048506185130332225484383890618193011424409284808724273216014754870734101746897136834531846846664397798081882555660328886965331001835843
Output from nvidia-smi on my machine (running one of these on each GTX580) is
Code:
Fri Apr 11 20:39:37 2014       
+------------------------------------------------------+                       
| NVIDIA-SMI 331.20     Driver Version: 331.20         |                       
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 580     Off  | 0000:02:00.0     N/A |                  N/A |
| 78%   83C  N/A     N/A /  N/A |    237MiB /  1535MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 580     Off  | 0000:03:00.0     N/A |                  N/A |
| 65%   75C  N/A     N/A /  N/A |     62MiB /  1535MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Compute processes:                                               GPU Memory |
|  GPU       PID  Process name                                     Usage      |
|=============================================================================|
|    0            Not Supported                                               |
|    1            Not Supported                                               |
+-----------------------------------------------------------------------------+
So it is getting decidedly warm
fivemack is offline   Reply With Quote
Old 2014-04-11, 21:31   #6
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

26×29 Posts
Default

Is there something akin to EVGA Precision X or MSI Afterburner for Linux? I use that to help keep the temperature down by adjusting the fan curve so it kicks up to higher speeds at lower temperatures. That seems to help a bit in keeping the temperature down. Still, yours seem a bit high.
wombatman is offline   Reply With Quote
Old 2014-04-11, 22:42   #7
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

27D916 Posts
Default

No, there isn't. NVIDIA specifically disabled it in their linux drivers. (It used to be called "Coolbits" option.)
EDIT: ...or maybe they did restore it? See here.

Here's what temperatures look like on a quad-780 server:
Code:
+------------------------------------------------------+
| NVIDIA-SMI 5.319.37   Driver Version: 319.37         |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 780     Off  | 0000:02:00.0     N/A |                  N/A |
| 60%   70C  N/A     N/A /  N/A |      132MB /  3071MB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 780     Off  | 0000:03:00.0     N/A |                  N/A |
| 71%   80C  N/A     N/A /  N/A |       72MB /  3071MB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 780     Off  | 0000:83:00.0     N/A |                  N/A |
| 71%   80C  N/A     N/A /  N/A |      132MB /  3071MB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 780     Off  | 0000:84:00.0     N/A |                  N/A |
| 71%   80C  N/A     N/A /  N/A |       72MB /  3071MB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
(the card in slot 0 probably gets a better airflow)

I am running 4x768 curves. Let's see what the cat might drag in...

Last fiddled with by Batalov on 2014-04-11 at 22:46
Batalov is offline   Reply With Quote
Old 2014-04-11, 22:45   #8
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

26×29 Posts
Default

Man, that's disappointing...
wombatman is offline   Reply With Quote
Old 2014-04-12, 00:39   #9
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

100111110110012 Posts
Default

On a Tesla:
Code:
+------------------------------------------------------+
| NVIDIA-SMI 4.304.54   Driver Version: 304.54         |
|-------------------------------+----------------------+----------------------+
| GPU  Name                     | Bus-Id        Disp.  | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage         | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  Tesla M2075              | 0000:42:00.0     Off |                  Off |
| N/A   N/A    P0   148W / 225W |   1%   66MB / 6143MB |     99%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Compute processes:                                               GPU Memory |
|  GPU       PID  Process name                                     Usage      |
|=============================================================================|
|    0     22022  ecm-gpu20                                             53MB  |
+-----------------------------------------------------------------------------+
Batalov is offline   Reply With Quote
Old 2014-04-25, 07:15   #11
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

27D916 Posts
Default

Quote:
Originally Posted by fivemack View Post
I'm currently running a couple of 17x-digit composites from aliquot sequences; why not try 5748.1526

Code:
1472719685748502449386007028264915543018048506185130332225484383890618193011424409284808724273216014754870734101746897136834531846846664397798081882555660328886965331001835843
Here is the output on a GTX780
Code:
GMP-ECM 7.0-dev [configured with GMP 6.0.0, --enable-asm-redc, --enable-gpu, --enable-assert, --enable-openmp] [ECM]
Running on avva
Input  number is  1472719685748502449386007028264915543018048506185130332225484383890618193011424409284808724273216014754870734101746897136834531846846664397798081882555660328886965331001835843  (175 digits)
Using MODMULN [mulredc:0, sqrredc:1]
Computing batch product (of 144266969 bits) of primes below B1=100000000 took 7804ms
GPU: compiled for a NVIDIA GPU with compute capability 3.5.
GPU: device 3 is required.
GPU: will use device 3: GeForce GTX 780, compute capability 3.5, 12 MPs.
GPU: Selection and initialization of the device took 18ms
Using B1=100000000, B2=110131572,  sigma=3:1249387146-3:1249387913 (768 curves)
dF=512, k=4, d=4620, d2=13, i0=21633
Expected number of curves to find a factor of n digits:
35      40      45      50      55      60      65      70      75      80
326     1658    9378    58245   393298  2863792 2.2e+07 1.9e+08 1.7e+09 1.8e+10
Computing 768 Step 1 took 1469430ms of CPU time / 32719214ms of GPU time
Throughput: 0.023 curves by second (on average 42603.14ms by Step 1)
Using 21 small primes for NTT
Estimated memory usage: 2272K
Initializing tables of differences for F took 0ms
Computing roots of F took 9ms
Building F from its roots took 9ms
Computing 1/F took  10ms
...
and on CPU:
Code:
GMP-ECM 7.0-dev [configured with GMP 6.0.0, --enable-asm-redc, --enable-gpu, --enable-assert, --enable-openmp] [ECM]
Running on avva
Input  number is  1472719685748502449386007028264915543018048506185130332225484383890618193011424409284808724273216014754870734101746897136834531846846664397798081882555660328886965331001835843  (175 digits)
Computing batch product (of 144266969 bits) of primes below B1=100000000 took 7786ms
Using MODMULN [mulredc:0, sqrredc:1]
Using B1=100000000, B2=110000000, polynomial x^2, sigma=2:3383285554610732763
dF=512, k=4, d=4620, d2=13, i0=21633
Expected number of curves to find a factor of n digits:
35      40      45      50      55      60       65      70      75      80
284     1436    8069    49838   334914  2428189 1.9e+07 1.6e+08 1.3e+09 7.9e+09
Step 1 took 532986ms
Using 21 small primes for NTT
Estimated memory usage: 2272K
Initializing tables of differences for F took 1ms
Computing roots of F took 7ms
Building F from its roots took 8ms
...
Batalov is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newer milestone thread Uncwilly Data 3668 2023-04-20 12:24
Newer X64 build needed Googulator Msieve 75 2022-06-13 14:22
CUDALucas / cuFFT Performance on CUDA 7 / 7.5 / 8 Brain GPU Computing 13 2016-02-19 15:53
Xbox for TF (aka not higher performance hardware) spaz Hardware 4 2009-12-14 17:11
Newer msieves are slow on Core i7 mklasson Msieve 9 2009-02-18 12:58

All times are UTC. The time now is 15:29.


Fri Jun 9 15:29:07 UTC 2023 up 295 days, 12:57, 0 users, load averages: 0.58, 0.74, 0.83

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, 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.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔