![]() |
|
|
#1 |
|
23AE16 Posts |
Hi,
I've finished my first two work units but I'm unable to submit them at the moment, and have been since completion a number of days ago. The output is showing the following: [Comm thread Nov 9 01:14] Updating computer information on the server [Comm thread Nov 9 01:14] PrimeNet error 7: Invalid parameter [Comm thread Nov 9 01:14] parameter s: Invalid int value/precision '25' [Comm thread Nov 9 01:14] Visit http://mersenneforum.org for help. [Comm thread Nov 9 01:14] Will try contacting server again in 15 minutes. I'm running XP pro 32bit. Version 26.6 build 3 The other question I have is that when I started the work initially, only enough for 2 of my logical cores. I'm running a dual HT Xeon system. When I run the stress test, all 4 workers are running, but not when doing work. Is this normal? If not, can I force the activity of all cores? Many thanks in advance. |
|
|
|
#2 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
2×53×71 Posts |
Turn on debug info (in the Test/Primenet dialog box, go to the Connection... dialog box)
Try contacting server again. Send the prime.log file to me (or post the relevant lines here) |
|
|
|
|
|
#3 | |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22·7·167 Posts |
Quote:
|
|
|
|
|
|
|
#4 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
Isn't a Xeon a quad core?
If you're talking about a dual core hyperthreaded processor, then under Test/Worker windows, you can tell it to run two threads per worker. That will make use of all four logical cores while getting maximum throughput on two workers. (Those two workers will be running about twice as fast as if you have four workers for each logical core.) Even if it's a 4 core/8 thread proc, the above still applies. petrw1, in my experience, running 1 worker per physical core without the helper thread is not as effective, because it's much easier for some useless process to interrupt the other logical core and use resources. In general though you are right, it is better to run one worker per physical core as long as you have the helper thread. Also, P95, in the interim, should he manually submit his results file? Last fiddled with by Dubslow on 2011-11-09 at 04:43 |
|
|
|
|
|
#5 | |
|
Nov 2011
38 Posts |
Quote:
Recent debug output is: Code:
[Wed Nov 09 11:18:06 2011 - ver 26.6] Updating computer information on the server URL: http://v5.mersenne.org/v5server/?v=0.95&px=GIMPS&t=uc&g=0fc820426e7bf7bf206908ba64565154&hg=0a5278a69b98470c4e82ac5dc50ab305&wg=6e9c82ebea125a192a0f30d44af390ca&a=Windows,Prime95,v26.6,build+3&c=Intel(R)+Xeon(TM)+CPU+3.20GHz&f=Prefetch,SSE,SSE2&L1=16&L2=2048&np=2&hp=2&m=2047&s=25&h=24&r=1055&ss=41&sh=0791A9304AF2B16A7D36181800563560 == Info: About to connect() to v5.mersenne.org port 80 == Info: Trying 71.6.220.163... == Info: connected == Info: Connected to v5.mersenne.org (71.6.220.163) port 80 => Send header: GET /v5server/?v=0.95&px=GIMPS&t=uc&g=0fc820426e7bf7bf206908ba64565154&hg=0a5278a69b98470c4e82ac5dc50ab305&wg=6e9c82ebea125a192a0f30d44af390ca&a=Windows,Prime95,v26.6,build+3&c=Intel(R)+Xeon(TM)+CPU+3.20GHz&f=Prefetch,SSE,SSE2&L1=16&L2=2048&np=2&hp=2&m=2047&s=25&h=24&r=1055&ss=41&sh=0791A9304AF2B16A7D36181800563560 HTTP/1.1 Host: v5.mersenne.org Accept: */* <= Recv header: HTTP/1.1 200 OK <= Recv header: Server: Microsoft-IIS/5.0 <= Recv header: Date: Wed, 09 Nov 2011 10:18:05 GMT <= Recv header: MicrosoftOfficeWebServer: 5.0_Pub <= Recv header: X-Powered-By: ASP.NET <= Recv header: Connection: close <= Recv header: X-Powered-By: PHP/5.2.5 <= Recv header: Content-type: text/html <= Recv data: pnErrorResult=7 pnErrorDetail=parameter s: Invalid int value/precision '25' ==END== == Info: Closing connection #0 RESPONSE: pnErrorResult=7 pnErrorDetail=parameter s: Invalid int value/precision '25' ==END== PrimeNet error 7: Invalid parameter parameter s: Invalid int value/precision '25' The Xeon's an older variety. I've got two physical cores on the mobo (with 2 heatsinks etc) and each one is hyperthread capable. P95 isn't quite picking up the speed correctly though. It's identified it as a 25Mhz core. My first expected completion date was mid next year. I also had to force that it was 2 physical, 2 HT in the config file as well. I guess the 2 threads per worker would still fix this. Can't see an explicit option for that, so what line do I add to which file to get that going? |
|
|
|
|
|
|
#6 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Are you saying you have two separate Xeon chips, each of which with one core and two threads?
In the Test/Worker Windows dialog box, the option you want is "CPUs to use (multithreading):" It's at the bottom of the Test/Worker Windows dialog box. If you still can't find it, you'll want ThreadsPerTest=2 in local.txt, same place as you put the NumCPUs=2 (or NumPhysicalCores=2 ; either should have the same effect). |
|
|
|
|
|
#7 | |||
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
11100001101012 Posts |
Interesting. In my quest to understand computers better, I compared that to the PrimeNet API document, more specifically the "update computer" section, 5.1: http://v5.mersenne.org/v5design/v5webAPI_0.97.html#5.0
Quote:
Quote:
CPUSpeed=3200 line. A quote from undoc.txt: Quote:
Last fiddled with by Dubslow on 2011-11-09 at 20:38 |
|||
|
|
|
|
|
#8 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
2×53×71 Posts |
|
|
|
|
|
|
#9 | |
|
Nov 2011
3 Posts |
Quote:
Total pebkac situation. Why? Ready for this? I'd misread as Ghz and in local.txt put s=3.2 No wonder it's failing as an int... All suggestions heeded. Let's try submitting.... Yep, that seems to have done the trick! Big thanks. Back to factoring. The heaters have all packed up in my computer room so this actually makes a reasonable difference :) |
|
|
|
|
|
|
#10 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
What sort of factoring? If it's TF at the current LL wavefront, I'd switch to P-1 or TF-LMH; with GPU's, roughly ten of us can do all the work that CPU's once did at the LL wavefront. (Can post details on request.)
|
|
|
|
|
|
#11 | ||
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
From http://www.anandtech.com/show/4830/i...ure-exposed/2: Quote:
Last fiddled with by Dubslow on 2011-11-12 at 06:54 |
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do we prevent miraculously true DC results from manual submit? | leonardyan96 | PrimeNet | 77 | 2017-06-01 16:18 |
| MLucas, submit results? | Sleeping_menace | Mlucas | 17 | 2015-06-13 03:12 |
| how to submit manually a job with exponent 100M which is done by mfaktc? | fairsky | Information & Answers | 17 | 2013-09-16 19:49 |
| Only submit part of ECM results? | dabaichi | PrimeNet | 5 | 2011-12-07 19:27 |
| Retrieve work that makes most sense | db597 | Software | 11 | 2005-05-27 06:49 |