CPU Benchmarks Did Not Run on Z800

Message boards : Number crunching : CPU Benchmarks Did Not Run on Z800
Message board moderation

To post messages, you must log in.

AuthorMessage
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 1682181 - Posted: 21 May 2015, 17:05:57 UTC

I just started up a new machine for testing purposes. It is built around a Z800 motherboard with 2 Xeon X5550s (4 cores, 8 threads each). The CPU benchmarks did not run and eventually timed out, at which point SETI began to run normally (default apps). Why did the benchmarks fail? Are the Xeons too old? The apps seem to be running OK (no GPU at this time).
ID: 1682181 · Report as offensive
Profile HAL9000
Volunteer tester
Avatar

Send message
Joined: 11 Sep 99
Posts: 6534
Credit: 196,805,888
RAC: 57
United States
Message 1682253 - Posted: 21 May 2015, 20:30:04 UTC

From the looks of that host it certainly looks like the benchmarks completed.
Measured floating point speed 2874.18 million ops/sec
Measured integer speed 8715.46 million ops/sec
SETI@home classic workunits: 93,865 CPU time: 863,447 hours
Join the [url=http://tinyurl.com/8y46zvu]BP6/VP6 User Group[
ID: 1682253 · Report as offensive
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 1682353 - Posted: 22 May 2015, 0:27:48 UTC - in response to Message 1682253.  

From the looks of that host it certainly looks like the benchmarks completed.
Measured floating point speed 2874.18 million ops/sec
Measured integer speed 8715.46 million ops/sec


Those numbers are "default values" that BOINC put there since the benchmarks did not run on initial startup. A few hours later, I forced the benchmarks to run from Advanced -> Run CPU Benchmarks, and they gave the results you now see, which are somewhat different (though pretty close, actually).
ID: 1682353 · Report as offensive
Profile HAL9000
Volunteer tester
Avatar

Send message
Joined: 11 Sep 99
Posts: 6534
Credit: 196,805,888
RAC: 57
United States
Message 1682465 - Posted: 22 May 2015, 7:43:22 UTC

I can't say I have ever seen BOINC have any "default values" other than 0's for the benchmarks.
With no benchmark values it does make it rather impossible to fetch work for any projects. Which I have experienced a few times setting up a new machines when forget to disable the skip benchmarks flag in my default cc_config.xml.
SETI@home classic workunits: 93,865 CPU time: 863,447 hours
Join the [url=http://tinyurl.com/8y46zvu]BP6/VP6 User Group[
ID: 1682465 · Report as offensive
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 1682567 - Posted: 22 May 2015, 12:40:48 UTC - in response to Message 1682465.  
Last modified: 22 May 2015, 12:54:39 UTC

I can't say I have ever seen BOINC have any "default values" other than 0's for the benchmarks.
With no benchmark values it does make it rather impossible to fetch work for any projects. Which I have experienced a few times setting up a new machines when forget to disable the skip benchmarks flag in my default cc_config.xml.


I'll post the messages from BOINC when I get back to that machine shortly.

[EDIT]: Here ya go:

5/21/2015 12:51:14 PM | | Running CPU benchmarks
5/21/2015 12:51:14 PM | | Suspending computation - CPU benchmarks in progress
5/21/2015 12:56:14 PM | | [error] CPU benchmarks timed out, using default values
5/21/2015 12:56:14 PM | | Benchmark results:
5/21/2015 12:56:14 PM | | Number of CPUs: 16
5/21/2015 12:56:14 PM | | 2874 floating point MIPS (Whetstone) per CPU
5/21/2015 12:56:14 PM | | 8715 integer MIPS (Dhrystone) per CPU
5/21/2015 12:56:15 PM | | Resuming computation

[/EDIT]
ID: 1682567 · Report as offensive
Richard Haselgrove Project Donor
Volunteer tester

Send message
Joined: 4 Jul 99
Posts: 14650
Credit: 200,643,578
RAC: 874
United Kingdom
Message 1683351 - Posted: 23 May 2015, 17:06:46 UTC - in response to Message 1682567.  

If benchmarks have never been run on a computer, the defaults are 1,000 MIPS for both integer and floating point tests:

  70 #define DEFAULT_FPOPS   1e9
  71 #define DEFAULT_IOPS    1e9

But if the benchmarks have run sometime, anytime - no matter how long ago - then the old value is preserved:

 573 // If a benchmark is nonzero, keep it.  Otherwise use default value

Line numbers are from cs_benchmark.cpp
ID: 1683351 · Report as offensive
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 1683484 - Posted: 23 May 2015, 23:19:27 UTC - in response to Message 1683351.  
Last modified: 23 May 2015, 23:24:39 UTC

That is truly odd, then, because this was a brand new computer based on an HP Z800 motherboard (I love *cheap* multiple threads (in this case, 16) - the whole machine (except for the video cards) cost me only about $100 net) and had never had BOINC run on it before; this was the first time BOINC was started IIRC.

In fact, I had come to the conclusion that the executables that actually run the benchmarks had not yet been downloaded (is that possible?).
ID: 1683484 · Report as offensive
Profile HAL9000
Volunteer tester
Avatar

Send message
Joined: 11 Sep 99
Posts: 6534
Credit: 196,805,888
RAC: 57
United States
Message 1683557 - Posted: 24 May 2015, 4:04:57 UTC - in response to Message 1683484.  

That is truly odd, then, because this was a brand new computer based on an HP Z800 motherboard (I love *cheap* multiple threads (in this case, 16) - the whole machine (except for the video cards) cost me only about $100 net) and had never had BOINC run on it before; this was the first time BOINC was started IIRC.

In fact, I had come to the conclusion that the executables that actually run the benchmarks had not yet been downloaded (is that possible?).

The benchmark is performed by BOINC not the project. So there wouldn't be anything to download.
SETI@home classic workunits: 93,865 CPU time: 863,447 hours
Join the [url=http://tinyurl.com/8y46zvu]BP6/VP6 User Group[
ID: 1683557 · Report as offensive

Message boards : Number crunching : CPU Benchmarks Did Not Run on Z800


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.