Encoding Benchmarks

Lame 3.96.1 (GCC 3.4.2)

No workstation roundup would be complete without at least a few simple encoding tests. Below, we have some content creation programs that we would commonly use in intensive workstation applications. We start off with lame 3.96.1, the de facto Linux MP3 encoder. The command to run our benchmark with a 700MB file is:

# lame 01.wav -b 192 -m s -h - > /dev/null

Lame 3.96.1

We use the same .wav sample file from our previous CPU benchmarks. It's important to note that lame is not multithreaded; it only utilizes one CPU at a time. We attempted to use BladeEnc and the MPI/LAM infrastructure to utilize both CPUs during the encoding, but we actually ended up with poorer performance going from one CPU to two.

Gzip 1.3.5 (Binary)

We took the same 700MB file from the lame encoding test and compressed it using gzip using the following command.

# time gzip 01.wav -c >/dev/null

gzip 1.3.3

Again, you can see how gzip performed in our previous Linux CPU roundup. Even though we use the same test file, our other Athlon 64 2.4GHz components perform slightly better. There are two main reasons for this: gzip is not a multithreaded compression utility and we receive a performance hit from the SMP kernel, and unbuffered memory on the Socket 939 runs slightly faster.

mgzip 1.2b (GCC 3.4.2)

Using an SMP implementation of gzip called mgzip, we were able to achieve much faster compression times. By default, we expect mgzip to utilize both CPUs. The command used is below:

# time mgzip 01.wav -c > /dev/null

mgzip multiple threads

When we increased the thread count, we actually achieved even better performance (approximately 27 seconds when specifying 4 threads). By contrast, you can see that the program performs very similarly to gzip when only utilizing one thread (and thus, 1 CPU).

# time mgzip -c -t 1 01.wav >/dev/null

mgzip single thread

MEncoder 1.0pre5

Finally, we have also included a quick sample of our MPEG2 encoding benchmark. MEncoder 1.0pre5 is part of the MPlayer package and was compiled using GCC 3.4.2 using default flags.

md5sum

2D Rendering Benchmarks Compile Benchmarks
Comments Locked

47 Comments

View All Comments

  • najames - Friday, October 29, 2004 - link

    I use a Sunfire V440 daily at work. It is a 4cpu large entry level server seen here.

    http://store.sun.com/CMTemplate/CEServlet?process=...

    I program daily on mainframe, Solaris, and PC. Benchmark programs I wrote took 38cpu seconds on the mainframe, 38cpu seconds on my PIII pc, 17cpu seconds on Solaris. Four programs submitted at once on the the mainframe took 38cpu seconds but wall time was hours, the PC choked, the Solaris server still did them in 17cpu seconds each in about the same wall time. The Solaris server didn't slow down, period. We have combined large programs that individualy would sometimes crash on the mainframe and the Solaris Unix server burns through them even with temp space going over 12gigs druing processing.

    If the Sun Opteron server is anything like my little Sunny, they sould do very well.
  • Reflex - Friday, October 29, 2004 - link

    *laff* Something tells me thats not the case.

    My curiosity is just that since these are obviously relabels, I am wondering who the original manufacturer is as the hardware is excellent and it might be nice to be able to acquire these for white box systems.
  • morespace - Friday, October 29, 2004 - link

    Egad. You're absolutely correct. I didn't notice the daughterboard arrangement in that picture at first. It looks flat. But looking more closely at the placement of chips and capacitors on those motherboards, it's more than a family resemblance - they appear identical!

    I sense a conspiracy.

    The hard drive enclosures appear different for what it's worth. Who makes these really? Apple?
  • Reflex - Friday, October 29, 2004 - link

    I take that back, that is the same as the one I have on my bench, however their cabling is a bit more messy.

    Look closely. Anandtech did not show a straight out picture from the same angle, but thats the same motherboard in more or less the same chassis with a few modifications. The CPU, chipset, Adaptec chip, PCI and AGP slots are all in the same places on that board, both use the daughtercard method for the CPU, etc.

    Thats why I am asking who actually makes that board and case, someone is preconfiguring the servers and Sun/IBM are labelling and reselling them.
  • Reflex - Friday, October 29, 2004 - link

    That is not the same Intellistation that I have on my lab bench. I'll look up the model number when I go back in, but seeing as its friday night that won't be till monday.
  • morespace - Friday, October 29, 2004 - link

    Reflex, what are you on about? Here's a picture of the insides of an IBM Intellistation A Pro:

    http://www.digitalcad.com/articles/viewarticle.jsp...

    Tell me, how does this look like a w2100z?
  • Nsofang - Friday, October 29, 2004 - link

    Zealots on both sides always mess up any discussion. This is a review about the Sun WORKSTATION, yet punks bring in supercomputer arguments. WTF!! is wrong with you guys! If anything bring in arguments/discussions about comparable hardware G5's/Itaniums/NEC/SGI, something that adds to the discussion, not subtract.
  • slashbinslashbash - Thursday, October 28, 2004 - link

    #33: You're right, for "general purpose computing" FLOPS is a pretty bad measure, but you've just changed your argument. For "high-end workstations" (what this argument is supposedly about) FLOPS can be *very* relevant, depending on the application.

    #34: I meant "nothing special" in terms of how supercomputing clusters are normally hooked up. Just a few years ago, Gigabit Ethernet cards cost $200, and their most prominent application was in supercomputing clusters.
  • Reflex - Thursday, October 28, 2004 - link

    #37: Yeah, I know, I was in a mood yesterday or I wouldn't have let him get me into it. ;)

    And you just made the point I was trying to make. While price can be an issue in the corporate space, its only the deciding factor when all other factors are equal. I was not even trying to get into a Mac vs. PC debate, this really has nothing to do with Mac's.

    I do want to know who is building these workstations though, because its not Sun despite the label.
  • bob661 - Thursday, October 28, 2004 - link

    Reflex,
    He's trying to pull you off the subject. Supercomputers are irrelevant in this discussion. The thread is about workstations. Sun markets workstations. Apple does not. I know our company doesn't care about a couple hundred or even a couple thousand dollar difference if the service is impeccable and the workstation performs the task without headaches.

Log in

Don't have an account? Sign up now