mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
 
Thread Tools
Old 2011-05-07, 10:48   #870
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

2×33×109 Posts
Default

Quote:
Originally Posted by Karl M Johnson View Post
It works!
GPU usage at 43%.
Only 16x as fast as my 8600GTS
The sleep works for me as well using 2% of cpu at sieveprimes=5000(at total throughput of 4/5 so I get 4/5 the max mfaktc performance for 8% of a core).
henryzz is online now   Reply With Quote
Old 2011-05-07, 11:31   #871
Karl M Johnson
 
Karl M Johnson's Avatar
 
Mar 2010

3×137 Posts
Default

I've just noticed that both mfaktc instances are constantly using both cores of CPU(24~25% for each process). The GPU does not let the CPU sleep
Karl M Johnson is offline   Reply With Quote
Old 2011-05-07, 12:06   #872
Christenson
 
Christenson's Avatar
 
Dec 2010
Monticello

5×359 Posts
Default

Quote:
Originally Posted by Karl M Johnson View Post
I've just noticed that both mfaktc instances are constantly using both cores of CPU(24~25% for each process). The GPU does not let the CPU sleep
I think that jumping between cores is a function of your OS. On Windows, use task manager to set the specific CPU core affinity. I don't think the lumpiness is on a large enough scale to actually let the machine sleep, but it does let you use the remainder of your CPU for other things, including Prime95 and running applications.
Christenson is offline   Reply With Quote
Old 2011-05-07, 12:46   #873
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23×149 Posts
Default

Quote:
Originally Posted by Christenson View Post
I am also not sure I like what I suggested for log file handling.
I understand the issues you're trying to balance, but I don't particularly want any program truncating my results file. Or at least give me the option of maxlogfilesize=0 to never-truncate, please.
James Heinrich is offline   Reply With Quote
Old 2011-05-07, 13:06   #874
Christenson
 
Christenson's Avatar
 
Dec 2010
Monticello

70316 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
I understand the issues you're trying to balance, but I don't particularly want any program truncating my results file. Or at least give me the option of maxlogfilesize=0 to never-truncate, please.
Of course...this is why we are discussing the issues involved and how best to resolve them...I mean, it isn't exactly difficult to call up the text editor and do the job yourself....and I'm expecting anyone that *could* run out of space for log files due to the high productivity of their card to have around 10s of Gigs of free space, since it's getting hard to find disks under 120Gig these days.

P.S. Taking disks apart for my employer yesterday was remarkably easy, just a couple of Torx drivers, and, since I was destroying them, bending them a bit to get them off the hubs. Then hit the disk surfaces with the bead blaster and bent in an arbor press. The crazy one was the IBM, which split down the middle lengthwise, rather than lifting off the cover on one flat side.
Christenson is offline   Reply With Quote
Old 2011-05-07, 15:02   #875
Brain
 
Brain's Avatar
 
Dec 2009
Peine, Germany

331 Posts
Default "Black Screen"

Sometimes, when stopping mfaktc by CTRL-C, my 270.61 display drivers fails. After some seconds of "black" I get the attached error message (not very informative). I've noticed this in 0.16 and 0.17. I start mfaktc via a batch file:
Code:
start "mfaktc-win-64.exe_autostart" /D"C:\Program Files\mfaktc\mfaktc_0.17_autostart" /LOW "C:\Program Files\mfaktc\mfaktc_0.17_autostart\mfaktc-win-64.exe"
Is it my/Nvidia's fault or is there a "stream.close()" missing?
P.S.: The dog is called "Bonny".
Attached Thumbnails
Click image for larger version

Name:	Error01a.jpg
Views:	130
Size:	71.2 KB
ID:	6583  

Last fiddled with by Brain on 2011-05-07 at 15:03
Brain is offline   Reply With Quote
Old 2011-05-07, 17:08   #876
Ralf Recker
 
Ralf Recker's Avatar
 
Oct 2010

191 Posts
Default

I don't recommend the 270.61 WHQL driver for crunching. On my box It did not restore the clocks after pausing and resuming any CUDA application (when the GPU clock for performance level 1 wasn't exactly set to the stock value). The GPU ended up in performance level 2 (405 MHz/810 MHz) and a reboot was necessary. While searching for a solution for this problem I found various problem reports describing this behaviour. I did a complete uninstall of the driver and installed 266.58 WHQL.

Last fiddled with by Ralf Recker on 2011-05-07 at 17:11
Ralf Recker is offline   Reply With Quote
Old 2011-05-08, 00:31   #877
nucleon
 
nucleon's Avatar
 
Mar 2003
Melbourne

20316 Posts
Default

Cool - it's not me. Yes - I've had troubles with closing down mfaktc. I've had the screen go black and driver had to restart errors.

I've found closing down mfaktc via a remote session (RDP) was less likely to cause a problem. I'm guessing it's related to gui and cuda being run at same time on the same card.


-- Craig
nucleon is offline   Reply With Quote
Old 2011-05-08, 00:38   #878
nucleon
 
nucleon's Avatar
 
Mar 2003
Melbourne

51510 Posts
Default

How are TF results checked?

On one instance of mfaktc I've had 3x exponents in a row with a factor:
(column 1 is a date-time stamp in AEST+10)

20110507-212631 M380006269 has a factor: 7137711802080292028081
20110507-212631 found 1 factor(s) for M380006269 from 2^65 to 2^74 (partially tested) [mfaktc 0.16-Win barrett79_mul32]
20110507-224219 M380006657 has a factor: 226708240715562532609
20110507-224219 found 1 factor(s) for M380006657 from 2^65 to 2^74 (partially tested) [mfaktc 0.17-Win barrett79_mul32]
20110508-015024 M380006191 has a factor: 99680981725148840593
20110508-015025 found 1 factor(s) for M380006191 from 2^65 to 2^74 (partially tested) [mfaktc 0.17-Win barrett79_mul32]

I've seen 2x factored in close proximity before, but 3 in a row has me a little suspect.

-- Craig
nucleon is offline   Reply With Quote
Old 2011-05-08, 00:57   #879
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2×7×19×37 Posts
Default

Quote:
Originally Posted by nucleon View Post
How are TF results checked?
PrimeNet verifies that the reported factor is correct.

Quote:
I've seen 2x factored in close proximity before, but 3 in a row has me a little suspect.
Chances are that happens and usually doesn't get noticed. I would not worry
Uncwilly is online now   Reply With Quote
Old 2011-05-08, 01:30   #880
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

23×149 Posts
Default

Quote:
Originally Posted by nucleon View Post
found 1 factor(s) for M380xxxxxx from 2^65 to 2^74

I've seen 2x factored in close proximity before, but 3 in a row has me a little suspect.
Note also that you're testing a wide bitrange. 3 factors in a row would be unusual, but certainly not impossible, testing a single bit depth for each exponent (e.g. 2^65 to 2^66). Your 3 factors are 72.6, 67.6 and 66.4 bits respectively. TF from 2^65-74 on M380M range has almost exactly a 13% chance of finding a factor somewhere in that range. So finding 3-in-a-row should be a roughly 1:455 occurrence.

Last fiddled with by James Heinrich on 2011-05-08 at 01:30
James Heinrich is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mfakto: an OpenCL program for Mersenne prefactoring Bdot GPU Computing 1676 2021-06-30 21:23
The P-1 factoring CUDA program firejuggler GPU Computing 753 2020-12-12 18:07
gr-mfaktc: a CUDA program for generalized repunits prefactoring MrRepunit GPU Computing 32 2020-11-11 19:56
mfaktc 0.21 - CUDA runtime wrong keisentraut Software 2 2020-08-18 07:03
World's second-dumbest CUDA program fivemack Programming 112 2015-02-12 22:51

All times are UTC. The time now is 01:35.


Fri Aug 6 01:35:50 UTC 2021 up 13 days, 20:04, 1 user, load averages: 2.56, 2.36, 2.35

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.