Slashdot Mirror


SeaMicro Unveils 512 Atom-Based Server

1sockchuck writes "Stealthy startup SeaMicro has unveiled its new low-power server, which incorporates 512 Intel Atom CPUs, a load balancer and interconnection fabric into a 10u server. SeaMicro, which received a $9.3 million government grant from DOE to develop its technology, says its server uses less than 2 kilowatts of energy — suggesting that a single rack with four SeaMicro units and 2,048 CPUs could draw just 8 kilowatts of power. Check out the technical overview, plus additional coverage from Wired, GigaOm and VentureBeat."

183 comments

  1. Vitual center by steelcobra · · Score: 3, Funny

    Wow. Just think how many servers you could run in VMWare on that. A hundred would be a decent functional number.

    1. Re:Vitual center by InsaneProcessor · · Score: 1

      You are talking about the Atom here. It is sooooo slowwwwww!

      --

      Athiesm is a religion like not collecting stamps is a hobby.
    2. Re:Vitual center by robthebloke · · Score: 1

      The ATOM doesn't support virtualisation in hardware, so at best, you are limited to one 32bit OS as a guest per core (no 64bit since you need CPU support for virtualisation) - and even then, the performance is so bad that you might as well just not bother. Having tried virtualbox on an Atom330, I can assure you it's really not worth waiting for the guest OS to finish installing....

    3. Re:Vitual center by robthebloke · · Score: 3, Informative

      Absolute tosh. You need CPU hardware virtualisation support to do those things you speak of. Those features are no where to be found in the Atom. You will not be running VM's on any Atom based system because they are simply not up to the job. (I speak from experience here)

    4. Re:Vitual center by AigariusDebian · · Score: 3, Interesting

      Actually it is much more interesting to handle each of them as you would handle an individual virtual machine - so you have 512 nice low-powered virtual servers with each of them having a fixed and dedicated processor.

      In fact such a load-out would be very useful for hosting companies - you can have a ton of small clients with minimal management or scheduling burden.

    5. Re:Vitual center by sleeping143 · · Score: 2, Insightful

      I think the more important element here is the performance/energy consumption ratio. Atoms might be slow, but they're not so slow that their minuscule power consumption can't make up for it.

    6. Re:Vitual center by lukas84 · · Score: 1

      A VCPU will always max out at the speed of one real core.

      SMP will only bring you so far - i'll bet 8 VCPU VMs on Atoms will be beat by a 2 VCPU VM on a Core 2 Duo.

    7. Re:Vitual center by asdf7890 · · Score: 4, Informative

      SMP will only bring you so far - i'll bet 8 VCPU VMs on Atoms will be beat by a 2 VCPU VM on a Core 2 Duo.

      Perhaps not, depending on the other load the system is working on. Because of the way VCPUs are scheduled (at least in VMWare) that 8-vCPU VM won't get a time-slice until such time as there are 8 real cores available for the duration of that slice. If your task is CPU intensive and can be easily separated into distinct tasks not overly chatty (i.e. cross VM latency is not going to be a major issue) and the host has gobs of RAM available, you are often better off having several VMs with one cVPU each than one VM with several vCPUs. This may be much less of a problem on a many-CPU monster like the 512 core unit being discussed than it is on 2/4/8-core boxes, but I expect the balance to still be in favour of multiple single-vCPU VMs in cases where the task can be efficiently split between them.

    8. Re:Vitual center by BitZtream · · Score: 2, Insightful

      Thats funny cause I have a Intel D410 Mobo that runs a couple virtual box instances on top of FreeBSD.

      Virtualization of the x86 existed before Intel added special support for it.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    9. Re:Vitual center by coredog64 · · Score: 1

      Not entirely true. Some of the Atoms have VT support and some have AMD64 support, but I don't think any have both.

      http://ark.intel.com/ProductCollection.aspx?familyId=29035 (Doesn't show AMD64 support on the main page, but you can drill down to find 'em).

    10. Re:Vitual center by Anonymous Coward · · Score: 4, Informative

      check your facts - the atom Z530 which they use does have VT-x. and people did virtualize before that , you know.

    11. Re:Vitual center by yuhong · · Score: 1

      check your facts - the atom Z530 which they use does have VT-x

      Thank you, I was just going to say the same thing. In fact, the Z-series is the only Atoms with VT I can think of. On the other hand, it does not support 64-bit.

    12. Re:Vitual center by robthebloke · · Score: 0, Flamebait

      Well done sir. You win todays award for completely failing to understand what HW virtualisation is....

      I've got an atom 330 (Dual core HT), and have run a guest OS on it yes. The performance was sodding awful for a number of reasons.....

      1) Only 1 core is available to guest OS's (even though it can handle 4 HW threads). Why? No HW virtualisation support.
      2) It is impossible to dynamically assign CPU cores to the guest OSes. Why? No HW virtualisation support.
      3) It is impossible to run 64bit Os's as a guest. Why? No HW virtualisation support.
      4) When running a guest OS, performance is apalling. Why? No HW virtualisation support meaning it can't execute the instructions directly.

      So, on your D510, are you seriously trying to suggest that you have magically managed to overcome all the *PHYSICAL* limitations of the CPU? You can run a 64bit guest can you? You can dynamically assign multiple cores can you?

      Christ, next you'll be claiming Intel graphics cards support OpenGL4.0.....

    13. Re:Vitual center by dave420 · · Score: 1

      These Atoms support virtualization: Z520 / Z520PT / Z530 / Z530P / Z540 / Z550 / Z560. So no, it's not absolute tosh.

    14. Re:Vitual center by Josh+Triplett · · Score: 2, Interesting

      SMP will only bring you so far - i'll bet 8 VCPU VMs on Atoms will be beat by a 2 VCPU VM on a Core 2 Duo.

      Perhaps not, depending on the other load the system is working on. Because of the way VCPUs are scheduled (at least in VMWare) that 8-vCPU VM won't get a time-slice until such time as there are 8 real cores available for the duration of that slice.

      Not all virtualization systems have that limitation. In a modern VM, each VCPU gets scheduled separately on the physical CPUs, rather than using gang-scheduling, for exactly the reason you described. That way, if you have a pile of N-cpu VMs, each of which just has one or two CPUs waking up periodically rather than all doing intensive computation, they can all share relatively few hardware CPUs and run efficiently.

    15. Re:Vitual center by Anonymous Coward · · Score: 1, Informative

      They are using the Atom Z530, which according to intel.com has "Intel® Virtualization Technology (VT-x)"

    16. Re:Vitual center by jon3k · · Score: 1

      "The ATOM doesn't support virtualisation in hardware"

      Incorrect.

      http://www.seamicro.com/?q=node/38
      "Processor Specification Intel Z530: 1.6GHz, Single Core, Dual Thread x86 Processor"

      http://ark.intel.com/Product.aspx?id=35463
      "Intel® Virtualization Technology (VT-x) - Yes"

    17. Re:Vitual center by Jah-Wren+Ryel · · Score: 2, Informative

      You don't need hardware support for paravirtualization and paravirtualization will handle everything you listed. It won't let you run different OSes but there are plenty, potentially even a majority, of cases where that's not necessary.

      --
      When information is power, privacy is freedom.
    18. Re:Vitual center by afidel · · Score: 2, Informative

      Which would you rather have in 8kw, 2048 atom cores or 768 56xx cores? Because that's what HP can cram into 4xc7000's in the same power and floor space envelope (not sure about capital outlay though). Personally for my workloads I'd take the 56xx cores, but YMMV.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    19. Re:Vitual center by aztracker1 · · Score: 1

      Are you sure? I thought the 330s supported Vx and 64bit.

      --
      Michael J. Ryan - tracker1.info
    20. Re:Vitual center by bhtooefr · · Score: 1

      Negative: http://ark.intel.com/Product.aspx?id=35641&code=atom+330

      As for 64-bit, they may well have gotten custom Z530s that can do 64-bit - make a large enough order, and Intel will do custom stuff.

    21. Re:Vitual center by Daniel+Boisvert · · Score: 1

      Perhaps not, depending on the other load the system is working on. Because of the way VCPUs are scheduled (at least in VMWare) that 8-vCPU VM won't get a time-slice until such time as there are 8 real cores available for the duration of that slice.

      While this was true in ESX 2.x (which introduced virtual SMP), this is no longer the case. This limitation was largely removed with the introduction of relaxed coscheduling in ESX 3.x (2006-ish). More information is available in this document.

    22. Re:Vitual center by Anonymous Coward · · Score: 0

      Some Atoms actually do support virtualization in hardware.
      See "VT-x" the part of the spec: http://ark.intel.com/Product.aspx?id=35463

    23. Re:Vitual center by hardwarefreak · · Score: 1

      SMP will only bring you so far - i'll bet 8 VCPU VMs on Atoms will be beat by a 2 VCPU VM on a Core 2 Duo.

      Perhaps not, depending on the other load the system is working on. Because of the way VCPUs are scheduled (at least in VMWare) that 8-vCPU VM won't get a time-slice until such time as there are 8 real cores available for the duration of that slice. If your task is CPU intensive and can be easily separated into distinct tasks not overly chatty (i.e. cross VM latency is not going to be a major issue) and the host has gobs of RAM available, you are often better off having several VMs with one cVPU each than one VM with several vCPUs. This may be much less of a problem on a many-CPU monster like the 512 core unit being discussed than it is on 2/4/8-core boxes, but I expect the balance to still be in favour of multiple single-vCPU VMs in cases where the task can be efficiently split between them.

      It appears many of you have a horrible misunderstanding of how the VMware hypervisor works. One instance of VMware ESX can be installed on a single system image machine. SSI is defined by shared memory. There are two classes of systems with shared memory: SMP and NUMA. This 512 Atom machine is neither. It is a system of 512 individual machines cobbled together with very neat thermally and electrically efficient packaging. If one were to run VMware ESX on this machine, it would require 512 instances of the VMware ESX kernel. You could then assign guests to each single Atom machine, but you would not be able to schedule guests across/among the 512 machines. VMware, or any virtualization would be useless on this platform. That's not what it's designed for. To get efficient compute bound applications to run effectively on this machine would require something like MOSIX. For other applications such as web or webmail, you'd use a standard load balancer and a a cluster of 512 individual servers, just as is done now.

      Again, this machine is not SMP and not NUMA. It is not a "server" in the traditional sense. In reality it is a _cluster_ in a box. The concept is nothing new, this company is rather later to the game, and is already beat in the efficiency department. One example beating it is the Sicortex SC5832 which houses 5832 64 bit MIPS cores running at 700MHz. The CPU die contains 6 MIPS64 cores, dual memory controllers, a PCIe interface, GigE interface, and a connection to the Kautz digraph network running at 2.5GB/s bidirectional to from each node. The system consumes less than 20KW for almost 6000 cores and over 8Tflops of floating point performance. This highly integrated cluster machine is designed for supercomputing, not web applications, though it could be used for such if desired.

      http://www.sicortex.com/
      http://www.sicortex.com/registration/download/265/1886/file/TechSummary_FINAL.pdf

    24. Re:Vitual center by yuhong · · Score: 1

      As for 64-bit, they may well have gotten custom Z530s that can do 64-bit - make a large enough order, and Intel will do custom stuff.

      Eg. Intel doing VT-capable versions of CPUs normally not supporting VT for Apple.

    25. Re:Vitual center by sjames · · Score: 1

      What we need is recursive VMWare. That way we can take a decentish Atom board, virtualize it into 6 servers, and viryualize each of those into 6 servers and so on. Then, take a couple million or so virtual servers and make the world's most powerful Beowulf cluster! It can't fail!

  2. What's the "bang for the buck"? by TeXMaster · · Score: 4, Insightful

    The question is, how good is the performance for, say, intensive numerical computations? Is the gigaflop per watt convenient?

    --
    "I'm never quite so stupid as when I'm being smart" (Linus van Pelt)
    1. Re:What's the "bang for the buck"? by Anonymous Coward · · Score: 0

      The real question is, can it play doom?

    2. Re:What's the "bang for the buck"? by Nadaka · · Score: 4, Informative

      The FLOPS are not all that important for this device. It isn't designed to crunch big numbers. It is designed as a web|web application server with the goal of serving far more connections per watt than a traditional server.

    3. Re:What's the "bang for the buck"? by courteaudotbiz · · Score: 1

      Mmmm I think it can barely play PacMan...

    4. Re:What's the "bang for the buck"? by boneclinkz · · Score: 0

      The question is, how good is the performance for, say, intensive numerical computations? Is the gigaflop per watt convenient?

      How many quarter-hours would it take to, say, convert all the electronic documents in the Library of Congress to .pdf? That's my question.

    5. Re:What's the "bang for the buck"? by jandrese · · Score: 3, Insightful

      But traditional web servers aren't CPU bound, they're IO bound at high connection rates. It might help if you need to do a whole lot of https traffic, but even then this smells of overkill. If you're really planning to use this as a webserver, I'd be a whole lot more interested in the IO backplane and the available IO ports to the server.

      --

      I read the internet for the articles.
    6. Re:What's the "bang for the buck"? by fuzzyfuzzyfungus · · Score: 4, Funny

      Depends on your storage medium. A hogshead'sfull of class-6 SD cards will be nice and zippy. If your enterprise data pedlar stiffs you with a bunch of class-2s, it'll take a lot longer.

    7. Re:What's the "bang for the buck"? by Anonymous Coward · · Score: 0

      Converting documents to pdf would probably be a good task for it. All that io transfer kills the electronic conversion process. Well, the io kills the conversions, and so does the crappy conversion code (like lotus notes or ms exchange server, which is what so many business files are clumped into.)

    8. Re:What's the "bang for the buck"? by Anonymous Coward · · Score: 1, Interesting

      Fortuna is far superior in performance per watt. No Atoms here!

    9. Re:What's the "bang for the buck"? by natehoy · · Score: 1

      From the (Wired) article:

      Based on its measurements, an Atom chip can deliver half the performance of a Xeon processor for a sixth of the power, says SeaMicro.

      A lot of this depends on what aspect of "performance" an Atom can do half the work as a Xeon for 1/6 the power. Continuing on in the same article:

      SeaMicro’s Atom-based servers, though, are not for everyone. They are geared for a very specific kind of server operation–one that involves throwing out a lot of web content, says Braunstein.

      So I'd say your answer is "no, no it isn't." Because that's not the kind of server this system appears to be designed for.

      If you run a web server that has to retrieve a lot of stuff and render it onto web pages, you are part of this project's target market, and it may someday have a place in your server closet. If you want a massive number crunching superbeast, you probably aren't going to be happy with a beowulf cluster of Atom processors. It's just not built to do that very well.

      Oblig. car analogy:

      My 50MPG Diesel Jetta is very good at efficiency when hauling people or very small loads, but can't haul large loads or plow my driveway. That's what my 15MPG 8-cylinder pickup truck is for.

      If I needed to haul 32 people safely, 4 of my Diesel cars would be an excellent option, as compared to the 16 trucks I'd need.

      If I needed to plow my driveway or haul 1/2 ton of gravel, one truck is far more efficient than any number of Diesel cars.

      The truck is a Xeon - it handles large nonspecific loads very well and is very flexible in the types of tasks it can perform, but it drinks fuel like a thirsty dog. If I used it to drive to work every day (30-mile round trip, 5 times a week), fuel for that drive would cost me more than my entire Jetta does, including fuel, maintenance, depreciation, taxes, etc.

      The car is an Atom. It handles specific types of loads very efficiently, and uses far less fuel, because that's what it's purpose-built to do.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    10. Re:What's the "bang for the buck"? by Anonymous Coward · · Score: 0

      The question is, how good is the performance for, say, intensive numerical computations?

      That isn't the question at all. Direct that question to Opteron or POWER vendors. This hardware will never be chosen to do intensive numerical work by anyone sane. Not sure how you missed that; these are Intel Atom CPUs.

      Is the gigaflop per watt convenient?

      It's completely meaningless. Try TCP connections per watt or emails per watt. This hardware is intended to spend its time managing large numbers of simple tasks. No one competent will be doing FEA with this hardware so no one is interested in the FLOPS.

    11. Re:What's the "bang for the buck"? by robthebloke · · Score: 4, Interesting

      Almost, but not quite. The things that suck about the atom:

      1. double precision. Use a double, and the Atom will grind to a halt.
      2. division. Use rcp + mul instead.
      3. sqrt. Same as division.
      All of those produce unacceptable stalls, and annihilate your performance immediately. So don't use them!

      Now, you'd imagine those are insurmountable, but you'd be wrong. If you use the Intel compiler, restrict yourself to float or int based SSE instuctions only, avoid the list of things that kill performance, and make extreme use of OpenMP, they really can start punching above their weight. Sure they'll never come close to an i7, but they aren't *that* bad if you tune your code carefully. Infact, the biggest problem I've found with my Atom330 system is not the CPU itself, but good old fashioned memory bandwidth. The memory bandwidth appears to be about half that of Core2 (which makes sense since it doesn't support dual channel memory), and for most people that will cripple the performance long before the CPU runs out of grunt.

      The biggest problem with them right now is that they are so different architecturally from any other x86/x64 CPU that all apps need to be re-compiled with relevant compiler switches for them. Code optimised for a Core2 or i7 performs terribly on the atom.

    12. Re:What's the "bang for the buck"? by imgod2u · · Score: 1

      If that's the case, Atom is a horrible choice for the CPU. Atom's strongest feature is its 128-bit vector (SSE) unit for SIMD FLOPS.

      The in-order (albeit SMT-enabled), 2-issue integer/LDST/Conditional pipeline is lackluster at best from either a performance or a performance/watt standpoint.

    13. Re:What's the "bang for the buck"? by deadline · · Score: 1

      Here are some numbers from a post I made last week.

      --
      HPC for Primates. Read Cluster Monkey
    14. Re:What's the "bang for the buck"? by BitZtream · · Score: 1

      Why exactly would you be doing real processing on a virtual machine?

      If you need real processing power you don't put it on a VM, thats just dumb and wasteful.

      Virtual machines are for testing and silly little one off instances of something that some department 'needed' on a 'server' that gets used by 3 people, twice a year, and thats only until next month when they've forgot about it completely.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    15. Re:What's the "bang for the buck"? by drsmithy · · Score: 1

      Why exactly would you be doing real processing on a virtual machine?

      Because VMs are much, much nicer to manage than real hardware, if for no other reason than making the ideal one-service-per-server scenario less wasteful.

      If you need real processing power you don't put it on a VM, thats just dumb and wasteful.

      The overhead of modern virtualisation software on modern hardware is negligible (a couple of percent, if that, outside of corner-case workloads).

      Virtual machines are for testing and silly little one off instances of something that some department 'needed' on a 'server' that gets used by 3 people, twice a year, and thats only until next month when they've forgot about it completely.

      VMs are for building an infrastructure that's easier to manage and scale than one built on physical hardware. If you're only using VMs the way you describe, you are Doing It Wrong.

    16. Re:What's the "bang for the buck"? by drinkypoo · · Score: 3, Interesting

      Then they screwed up, and they should have used ARMs, because a great deal of Atom's performance lies in its multimedia instruction set. Or in other words, if you're not pushing flops, you have a lot of hardware lying around unused. Atom delivers a lot of flops (or iops, for that matter) but doesn't shovel data any more efficiently than anyone else.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:What's the "bang for the buck"? by default+luser · · Score: 1

      If that's the case, Atom is a horrible choice for the CPU. Atom's strongest feature is its 128-bit vector (SSE) unit for SIMD FLOPS.

      But it's a poor choice for high-precision scientific calculations. The vector unit on the Atom is optimized for 32-bit Floats, and when you switch-up to Doubles, the performance drops off the map.

      See this performance comparison (Processor Multimedia). The dual-core Atom 1.6 is actually faster than the dual-core Athlon 64 1.6 when running SSE 32-bit Floats (this is due to the dual 64-bit SSE units on the Athlon 64, and poor scheduling on AMD's part). But when you transition to Double precision, the performance on the Athlon 64 only drops by roughly 2x, whereas the Atom sees a 5-6x performance drop!

      This means you have very little flexibility in workloads you can use - if you're not using 32-bit precision, you've wasted your money.

      The in-order (albeit SMT-enabled), 2-issue integer/LDST/Conditional pipeline is lackluster at best from either a performance or a performance/watt standpoint.

      It's not so bad if you're running a highly-multithreaded program on the system. The Atom uses the SMT to great advantage, in most cases seeing a %30 performance increase. But yeah, for single-threaded code, the Atom is a joke.

      And the pipelines are severely limited. I was surprised to learn that only one pipeline can perform a Load/Store, making it even less likely that you will see anywhere near 2 operations per-cycle.

      --

      Man is the animal that laughs.
      And occasionally whores for Karma.

    18. Re:What's the "bang for the buck"? by imgod2u · · Score: 1

      But it's a poor choice for high-precision scientific calculations. The vector unit on the Atom is optimized for 32-bit Floats, and when you switch-up to Doubles, the performance drops off the map.

      See this performance comparison (Processor Multimedia). The dual-core Atom 1.6 is actually faster than the dual-core Athlon 64 1.6 when running SSE 32-bit Floats (this is due to the dual 64-bit SSE units on the Athlon 64, and poor scheduling on AMD's part). But when you transition to Double precision, the performance on the Athlon 64 only drops by roughly 2x, whereas the Atom sees a 5-6x performance drop!

      This means you have very little flexibility in workloads you can use - if you're not using 32-bit precision, you've wasted your money.

      That was for x87 FP though. While it's important in that a lot of code out there might still use it, for performance on any Intel architecture, you're supposed to use SSE (scalar SSE if you're not doing SIMD). I would like to see SSE performance broken down to SP vs DP. I suspect, from what little I know of the vector pipeline, that it'd be pretty much exactly half the performance.

      It's not so bad if you're running a highly-multithreaded program on the system. The Atom uses the SMT to great advantage, in most cases seeing a %30 performance increase. But yeah, for single-threaded code, the Atom is a joke.

      Even for highly threaded programs, the performance/watt will not be competitive with (lightly) OoOE architectures. In-order is simply inefficient from a power standpoint. Unless they manage to cram 4 threads simultaneously on a single Atom core, even 2 heavy threads won't be able to saturate every execution slot and if you throw more at it, you'll get the overhead of context switching and cache thrashing.

      Stalls are bad and in-order has a lot of them.

    19. Re:What's the "bang for the buck"? by catmistake · · Score: 1

      of class-6 SD cards

      plz link to class-6 SD card and reader that can meet it's bandwidth performance

    20. Re:What's the "bang for the buck"? by default+luser · · Score: 1

      That was for x87 FP though. While it's important in that a lot of code out there might still use it, for performance on any Intel architecture, you're supposed to use SSE (scalar SSE if you're not doing SIMD). I would like to see SSE performance broken down to SP vs DP. I suspect, from what little I know of the vector pipeline, that it'd be pretty much exactly half the performance.

      No. The Multimedia benchmark in the Sandra suite is all SSE. See their FAQ here.

      The following is their only Double test:

      Q: What is the SSE2 Whetstone benchmark?
      A: With the introduction of SSE2 and its support for double floats (64-bit) it is now possible to write code that does not use the legacy FPU at all. This version shows that the full Whetstone benchmark can be implemented using SSE2 and thus take advantage of the SIMD mode of operation.

      And if you want further proof, here is another page posting unabridged benchmark results, which indicate clearly that the Double benchmark uses iSSE2 (you can see the same ~5.5x drop in performance as with the other benchmark I linked). PcPer was just incredibly lazy marking their benchmark graphs.

      Atom sucks at double precision. You can deny it all you want, but the benchmarks ring true. I can't say I'm surprised - double performance is one of the first things to go when you're targeting low-power.

      --

      Man is the animal that laughs.
      And occasionally whores for Karma.

    21. Re:What's the "bang for the buck"? by Bigjeff5 · · Score: 1

      A hogshead'sfull of class-6 SD cards will be nice and zippy.

      What's the conversion rate between hog'sheads and pints?

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    22. Re:What's the "bang for the buck"? by fuzzyfuzzyfungus · · Score: 1

      1 hogshead = 504 US pints

      (Things do get a little tricky because of how the packing of rectangular prisms in a cylindrical container works, so while 1 hogshead is 504 pints, 1 hogshead of SD cards is actually a fair bit more data storage than 504 pints of SD cards. Storage pedlars, of course, always insert "*1 hogshead = 504 pints" in tiny print somewhere on their packaging...)

    23. Re:What's the "bang for the buck"? by evilviper · · Score: 1

      if you're not pushing flops, you have a lot of hardware lying around unused

      I guess you never use SSL/TLS on any of your web sites.

      they should have used ARMs

      I'm sure ARM wants you to believe so. But somehow, I don't think they're complete morons, so I'm going to assume they have some modest idea WTH they were doing, and they aren't going to be humbled by 5 seconds of thought by a random /.er. Of course, you're free to provide some evidence, and actually prove the point.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    24. Re:What's the "bang for the buck"? by BikeHelmet · · Score: 1

      Sounds like similar considerations to those that are important for ARM/MIPS CPUs.

    25. Re:What's the "bang for the buck"? by BikeHelmet · · Score: 1

      But somehow, I don't think they're complete morons, so I'm going to assume they have some modest idea WTH they were doing, and they aren't going to be humbled by 5 seconds of thought by a random /.er.

      Designing a server that companies will actually buy? Not rewriting/compiling software to run on ARM is a perk, which probably outweighs increased cost and power consumption.

    26. Re:What's the "bang for the buck"? by imgod2u · · Score: 1

      And if you want further proof, here is another page posting unabridged benchmark results, which indicate clearly that the Double benchmark uses iSSE2 (you can see the same ~5.5x drop in performance as with the other benchmark I linked). PcPer was just incredibly lazy marking their benchmark graphs.

      Atom sucks at double precision. You can deny it all you want, but the benchmarks ring true. I can't say I'm surprised - double performance is one of the first things to go when you're targeting low-power.

      Interesting. That's quite a big issue albeit probably not for the applications Atom is targeted for. Still, though, ARM will make it look terrible.

    27. Re:What's the "bang for the buck"? by drinkypoo · · Score: 1

      But somehow, I don't think they're complete morons, so I'm going to assume they have some modest idea WTH they were doing, and they aren't going to be humbled by 5 seconds of thought by a random /.er.

      logical fallacy: appeal to authority

      There are PLENTY of reasons to do things other than that they are the best way to solve a problem. BP is currently shitting all over the gulf because they can do so more profitably than operating safely. Many organizations have used Windows because it seemed like the best solution, because Microsoft was willing to give them a discount or free consulting to get them hooked. And using a bunch of Atom processors with a big glob of custom logic seems like the best plan... why? Technically the idea is a flop, you'll get more out of using Opterons for less watts and less space used up, and with HT they'll take less glue logic. This is just a pathetic bid to rival performance of a Niagara server with x86 chips. Problem is, it comes at a massive cost in complexity which will reduce reliability.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    28. Re:What's the "bang for the buck"? by evilviper · · Score: 1

      logical fallacy: appeal to authority

      No, it's merely pointing out I'll give them the benefit of the doubt, rather than you.

      You still haven't provided any evidence to support your point.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    29. Re:What's the "bang for the buck"? by Anonymous Coward · · Score: 0

      thank you thank you. very good information.
      might i add, that the memory bandwidth depends on the chipset.
      this beast does DDR3 and dual channel:
      http://www.asus.com/product.aspx?P_ID=iHWm73RqE6MCmCtw

  3. Am I the only one who.... by mark-t · · Score: 4, Funny

    ...misread the headline as saying that somebody had made a server out of only 512 atoms (as in the particle, not the cpu)?

    1. Re:Am I the only one who.... by Anonymous Coward · · Score: 0

      Yep.

    2. Re:Am I the only one who.... by betterunixthanunix · · Score: 1

      I am with you on that one, and for a second I thought that we were going to be reading about some kind of technological revolution.

      --
      Palm trees and 8
    3. Re:Am I the only one who.... by Anonymous Coward · · Score: 0

      I was very disappointed to read a slashvertisement instead of something cool like that :(

    4. Re:Am I the only one who.... by Anonymous Coward · · Score: 0

      You dummy, it clearly says it is atom based. The thing is made out of atoms, but it does not say how many atoms for each processor. Jeez, does anybody around here read above a fifth grade level?

    5. Re:Am I the only one who.... by fishtorte · · Score: 1

      No.

    6. Re:Am I the only one who.... by Anonymous Coward · · Score: 0

      In that case it should read "SeaMicro Unveils 512 Atom-Based Servers".

    7. Re:Am I the only one who.... by slinches · · Score: 1

      it clearly says it is atom based. The thing is made out of atoms, but it does not say how many atoms for each processor.

      So what element is atomic number 512? I thought they only went up to around 118.

      --
      Knowledge Brings Fear
    8. Re:Am I the only one who.... by Hurricane78 · · Score: 1

      I want my server out of 512 actual atoms! *waaaahhhh*

      P.S.: I bet a ARM-based server would beat the crap out of that (TFA) thing on the price/performance and price/energy scales

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    9. Re:Am I the only one who.... by Ukab+the+Great · · Score: 1

      When I first read the headline I thought "Wow--someone's just commercialized quantum computing!"

    10. Re:Am I the only one who.... by Anonymous Coward · · Score: 0

      no, this one goes to 512.

    11. Re:Am I the only one who.... by Opyros · · Score: 1

      And 512 atoms ought to be enough for anyone—

    12. Re:Am I the only one who.... by treeves · · Score: 1

      Atomic number is the number of protons in the nucleus of the atom, not a number of atoms.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
  4. Is Mr CmdrTaco high today? by Anonymous Coward · · Score: 1, Funny

    Before it was Fifth Grade Kindergardeners, now it's Atom/Molecule sized Intel Atom processors? :smoketheweed:

  5. That would sure save rack space... by drenehtsral · · Score: 1

    Imagine how may of these servers you could fit in the space of even a single grain of rice, let alone a standard 1U enclosure!

    --

    ---
    Play Six Pack Man. I
  6. 2 Kilowatts of "energy"? by Anonymous Coward · · Score: 1, Informative

    OK, OK. At least $EDITOR gets it right at the second attempt (8 kW of power).

    1. Re:2 Kilowatts of "energy"? by Bigjeff5 · · Score: 1

      To be fair, they are very close to the same thing - 1 watt for 1 second = 1 joule. Watts are the flow rate of energy, while joules or watt hours or whathaveyou are the total measure of the energy.

      Honestly I'd say 8 kW of energy is fine as long as you know what a watt actually is, though it is a semantic no-no, because it will confuse someone who doesn't know better.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  7. Imagine a beowulf cluster of... by Chas · · Score: 4, Funny

    Oh, wait. Nevermind.

    --


    Chas - The one, the only.
    THANK GOD!!!
    1. Re:Imagine a beowulf cluster of... by CAIMLAS · · Score: 2, Insightful

      It would seem that the 'beowulf cluster' is starting to fall out of style, doesn't it? :P We're getting to the point where such concepts are as quaint as a "Cray supercomputer" were just a couple years ago.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    2. Re:Imagine a beowulf cluster of... by TheRaven64 · · Score: 3, Insightful

      Clusters are still very much alive. They're cheap to build and give you a lot of computing power to play with. If anyone mentions Beowulf when describing them, however, it's a good clue that they have no idea what they are talking about.

      --
      I am TheRaven on Soylent News
    3. Re:Imagine a beowulf cluster of... by Anonymous Coward · · Score: 0
    4. Re:Imagine a beowulf cluster of... by AigariusDebian · · Score: 1

      More like imagine a cloud of those ;)

    5. Re:Imagine a beowulf cluster of... by Anonymous Coward · · Score: 0

      Or going for a +1 Funny mod

    6. Re:Imagine a beowulf cluster of... by Bigjeff5 · · Score: 1

      I dunno, Beowulf is my favorite mythical hero, what are we going to replace him with, Hector? Imagine a Hector Cluster of those? It just doesn't have the same ring to it.

      Hercules Cluster maybe? I dunno.

      An Achilles Cluster simply does not convey the impression you want to give in your computing environment, no matter how spectacular Achilles was.

      Calling it a "cloud" is too ephemeral, could we call it "the horde" instead?

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  8. For their next trick by polaris20 · · Score: 5, Funny

    They're going to power a Ferrari out of 34.5 Vespa scooter engines.

    1. Re:For their next trick by by+(1706743) · · Score: 3, Funny
  9. Duke Nukem by zamfield · · Score: 1

    Yes, but can it play Duke Nukem?

    1. Re:Duke Nukem by QuantumRiff · · Score: 1

      No. Only Windows Server DataCenter editions support this number of CPU's.. they don't include DirectX in DataCenter edition. In fact, only "signed hardware" will install. So getting you fancy video card, or Soundblaster 64 to work on it would be impossible.

      --

      What are we going to do tonight Brain?
    2. Re:Duke Nukem by Nadaka · · Score: 1, Offtopic

      No. Only Windows Server DataCenter editions support this number of CPU's.. they don't include DirectX in DataCenter edition. In fact, only "signed hardware" will install. So getting you fancy video card, or Soundblaster 64 to work on it would be impossible.

      I am pretty sure that that is only true if you are limiting yourself to Microsoft operating systems. There are plenty of linux BSD and unix OS's that can handle huge numbers of processors.

    3. Re:Duke Nukem by QuantumRiff · · Score: 1

      Well, I figured if they were asking about Duke Nukem, their technology savvy would be limited. Of course many OS's could run on it, although process scheduling would be interesting to see..

      I was attempting to give a smart ass answer, to a smart ass question.

      PS, yes, I can imagine a Beowulf cluster of these. In fact, I think that's kind of the point...

      --

      What are we going to do tonight Brain?
    4. Re:Duke Nukem by AliasTheRoot · · Score: 1

      Yes, but everyone knows Duke Nukem Forever hasn't been ported to Linux, BSD or any other of the Unix OS's yet. They'll probably try to get it running on OSX first anyway.

    5. Re:Duke Nukem by butlerm · · Score: 1

      These are not SMP machines. Each has an internal cluster of up to 512 separate system images, each with 2 GB of RAM and one CPU.

  10. What does a normal rack consume? by Call+Me+Black+Cloud · · Score: 3, Interesting

    I don't know if 8 kW is a lot or a little less than a normal rack would draw. The article doesn't say...how much power would a "normal" rack consume? Isn't there a measure of computing power vs power used?

    1. Re:What does a normal rack consume? by ircmaxell · · Score: 3, Informative

      A typical 1 U server (2 processor 4 cores each) can consume between 300 and 500 watts. So 42 of them (the number in a rack) would give 336 cores at between 12kw and 21kw. As a rough number for reasonable performance servers, 300 to 500 watts per U is about what you'll find. Sure, you can find more powerful and less powerful servers, but that's a decent figure...

      --
      If a man isn't willing to take some risk for his opinions, either his opinions are no good or he's no good
    2. Re:What does a normal rack consume? by ch-chuck · · Score: 1

      and please express it 'Burning Libraries Of Congresses' units of power for comparison purposes.

      --
      try { do() || do_not(); } catch (JediException err) { yoda(err); }
    3. Re:What does a normal rack consume? by fuzzyfuzzyfungus · · Score: 1

      It depends pretty substantially on what the rack is full of. You basic "small shop" rack, lazilly part-filled with 2U boxes of no particular compute density, along with a tape drive, a KVM, maybe a switch or two, is pulling well under 8kW.

      72Us of fully loaded blade chassis, fully kittted out, might draw as much as the rack above, just spinning its cooling fans...

    4. Re:What does a normal rack consume? by geekboybt · · Score: 4, Interesting

      That's not too hard to calculate. I usually budget 2 A for a dual-CPU 1u server. At 120 V, that's 240 W. 8 kW divided by 240 W = 33u of servers. Multiplied by 12 cores (allowing for the new X5600 series, ignoring hyperthreading on both Atom and Xeon), you get 396 total cores of standard Xeon in 8 kW. Meanwhile, they're advertising 2048 Atom cores in the same amount of power. So, the real question becomes how powerful ~5 Atom cores are compared to 1 Xeon core.

    5. Re:What does a normal rack consume? by arth1 · · Score: 1

      A typical 1 U server (2 processor 4 cores each) can consume between 300 and 500 watts. So 42 of them (the number in a rack) would give 336 cores at between 12kw and 21kw. As a rough number for reasonable performance servers, 300 to 500 watts per U is about what you'll find. Sure, you can find more powerful and less powerful servers, but that's a decent figure...

      So, since this is an 8U at 8000W, it consumes rather a lot MORE power than 8 1U machines. At least twice as much if going with 500W.

      So, not counting the potential cooling problems, to be competitive in performance-per-watts, it would have to provide more than the power of 16 1U dual-quad-core machines, or 128 Xeon cores.
      Of that, I have my doubts.

    6. Re:What does a normal rack consume? by jeffmeden · · Score: 1

      A typical 1 U server (2 processor 4 cores each) can consume between 300 and 500 watts. So 42 of them (the number in a rack) would give 336 cores at between 12kw and 21kw. As a rough number for reasonable performance servers, 300 to 500 watts per U is about what you'll find. Sure, you can find more powerful and less powerful servers, but that's a decent figure...

      So, since this is an 8U at 8000W, it consumes rather a lot MORE power than 8 1U machines. At least twice as much if going with 500W.

      So, not counting the potential cooling problems, to be competitive in performance-per-watts, it would have to provide more than the power of 16 1U dual-quad-core machines, or 128 Xeon cores.
      Of that, I have my doubts.

      Eh, fail. It's 8000W for all 42U (presuming you put 4 2000W chassis in there).

      And as an aside to the first number thrown out (300 to 500w/u) that's a little high since most servers with a 500w nameplate will, at full load, only run in the 350-400w range, and that's atypical since most servers don't spend much time at 100% usage except in rare, specific applications. Building for 20KW/rack (or beyond) is on the high end right now, with most data centers still OK with 5-10KW/rack.

    7. Re:What does a normal rack consume? by ircmaxell · · Score: 1

      This is 10 U at 8kw. But, it has 512 processor cores at that power usage. That's 15.6 Watts / Core. Whereas a Xeon (quad core) would be 37.5 Watts / Core (for 300 Watt, for 500 Watt it would be 62 Watts / Core). Now, you also have to look at performance / core. The Xeon will be FAR better at number crunching, but the Atom should fare pretty well at IO operations (as long as they are not memory intensive). So if you're using it as a Reverse Proxy or a large load balancer (Or another highly parallelizable IO bound task), it might actually come out ahead of the Xeon in operations / watt (Possibly significantly depending on the interconnect fabric's bandwidth)...

      --
      If a man isn't willing to take some risk for his opinions, either his opinions are no good or he's no good
    8. Re:What does a normal rack consume? by vlm · · Score: 1

      I don't know if 8 kW is a lot or a little less than a normal rack would draw.

      how much power would a "normal" rack consume?

      Well, just as a first guess, knowing nothing about computers, you could have estimated that you can wedge several floor mounted electrical baseboard heaters into the physical space of a rack, and the servers would (probably) be running 24x7 unlike the baseboard heaters. Keeping those baseboard heaters ventilated and air conditioned is going to be moderately challenging, but doable given a reasonable budget.

      So, knowing that its marketed as a "savings" so 8 kw is going to be less than average and that an order of magnitude or so more than a stack of baseboard heaters would be impossible to ventilate and air condition without exotic water cooling or something, you pretty much know that the power savings is large enough to interest a bean counter, but is not any exciting science or thermodynamic engineering breakthrough, so a typical rack could run as much as, lets say, 15 KW.

      Any you could check your work by stacking desktop "250 watt" computers into a rack shaped pile, and estimating the rack would be denser, maybe three times denser. So, maybe a tower/pile of 25 desktops would be about the right size, and would draw about six KW, then a rack would be about three times denser, maybe 18 KW, yeah 15KW is about right.

      You could also think about power cable management. Lets say we use a rack about 8 feet tall and power strips a bit shorter than a foot each, each strip fed by 15 amps at 110 volts. (The other side of the rack is for ethernet, etc). That sounds buildable. Actually you'd probably wire it a bit different if you could, I'm just saying this would work even if its not ideal. That would be 8 circuits at 15 amps at 110 volts or about 13 KW. Yeah 15 KW is about right.

      Yes you could do weird things with 440 three phase. But I'm just talking about "normal" stacks of off the shelf small business 1U Dell servers.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    9. Re:What does a normal rack consume? by Hurricane78 · · Score: 1

      8kW for a normal rack is a LOT!
      The ones I know consume one bra, a bag of bird seed, and one to two men a week. ;)

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    10. Re:What does a normal rack consume? by jlmale0 · · Score: 1

      I believe the 8kw was the stat for a rack (42U with 4 of these units). The stat for a single 10U box was 2kw.

    11. Re:What does a normal rack consume? by Anonymous Coward · · Score: 0

      This is 10 U at 8kw.

      Wrong.

      From TFS: "server uses less than 2 kilowatts of energy — suggesting that a single rack with four SeaMicro units and 2,048 CPUs could draw just 8 kilowatts of power"

      So single box uses 2KW, whole rack uses 8.

    12. Re:What does a normal rack consume? by ircmaxell · · Score: 2, Interesting

      Whoops! Good point. So that brings our total down to about 4 Watts per core for the Atom... Even further strengthens the point. Thanks!

      --
      If a man isn't willing to take some risk for his opinions, either his opinions are no good or he's no good
    13. Re:What does a normal rack consume? by timeOday · · Score: 1

      So, the real question becomes how powerful ~5 Atom cores are compared to 1 Xeon core.

      And, how parallel is your workload.

    14. Re:What does a normal rack consume? by Bigjeff5 · · Score: 1

      But, it has 512 processor cores at that power usage.

      It has 2,048 cores at that power usage - each 512 core, 10U server uses some unspecified number below 2kW, which means 4 of them (a full rack) is some unspecified number below 8 kW.

      As far as number crunching, PC CPUs suck at it, but 512 Atoms would run at about 60% the speed of 40 quad-socket Xeons for single precision FLOPS. From Intel's own data, the hottest Xeon performs at 63 GFLOPS. It is possible to get four of those in a 1U server, so for 10U you could have 40 Xeons pumping out a maximum of 2.5 TFLOPS. Each Atom CPU can hit 3 GFLOPS, 512 of them have a max of 1.5 TFLOPS.

      40 Xeons are going to use 5KW of power at full utilization, whereas the 512 Atoms will peak at less than 2KW. You actually get more than twice the number of vCPUs out of the Xeon though - 2560 vs 1024 for the Atoms.

      The big difference between the two setups is cost - 40 Xeon processors will set you back $140k, completely ignoring all other hardware components in the system. SeaMicro doesn't give any prices, but considering that a standard Atom+motherboard combo costs as low as $60, there is already a $110,000 difference in price. I'd probably tack on another $10k-$20k for the specialized hardware the server requires (interconnecting web and all that).

      Since a typical quad processor Xeon X7560 server runs about $20,000, for an equally performing system, you're probably looking at $120,000 for the Xeon vs $40,000-$50,000 for the SeaMicro, not including RAM for both systems. And the Xeon will still consume about 50% more power than the SeaMicro, even with a scaled down setup. You'll get more bang for the buck if you choose a lesser Xeon, but there is no such thing as a cheap Xeon processor, and the long term power savings from the SeaMicro are significant for a datacenter.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    15. Re:What does a normal rack consume? by Bigjeff5 · · Score: 1

      1 Xeon processor (X7560, the highest performing Xeon) hits 64 gflops. It has 8 cores, for 8 gflops per core. The hottest Atom hits 3 gflops. Since the X7560 is 8 cores, a 2 socket 1u setup gets you 264 cores. That's 7.8 Atoms per Xeon. That's 23.2 gflops compared to 8 gflops for a Xeon core.

      To put it in perspective though, if you're only talking gflops you only need about 3 NVIDIA gpu's to equal an entire rack of either the Atom or the Xeon. Number crunching is not what these will be used for - they will be used for multi-tasking (which, incidentally, gpu's suck at). Given the cost of Xeons vs Atoms, a SeaMicro is probably going to cost 1/3 or less what the same sized Xeon setup will cost, and for a number of applications it will be more flexible and more powerful.

      A lot of the SeaMicro's performance will depend on how well the CPUs integrate, but the same is true with a cluster of Xeons. The only advantage there may be is there will be fewer Xeons clustered together. Any significant losses will magnify for the Atom setup.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    16. Re:What does a normal rack consume? by xsuchy · · Score: 1

      300 - 500 W ???
      Mine get 150 W (whole machine) and that include 2 cpu (amd athlon 64), 4 cores each, 16GB, 2 HDD, 2 NIC... Which give me 1,5 kW per 10 U (compared to 8kW of those Atoms) and 80 cores (compared to 512 of those Atoms).
      I leave it to reader to decide which option is better.

  11. Operating system not mentioned? by dragisha · · Score: 2, Insightful

    Or it's only me who can't find it?

    "No changes to software" or something like that.... And only tons of RFC* and "funny acronyms"... What software needs no change?

    --
    http://opencm3.net, http://www.nongnu.org/gm2/
    1. Re:Operating system not mentioned? by somersault · · Score: 1

      I couldn't find the phrase "no changes to software" in TFA (no mention even of "software" in fact), but I'm guessing it would mean that since it is still an x86 based system that you can achieve power saving benefits while using any current x86 OSes, rather than say have to rewrite/recompile stuff to run on ARM processors.

      --
      which is totally what she said
    2. Re:Operating system not mentioned? by dragisha · · Score: 1

      Try SeaMicro site...

      How do you think "any x86 OS" can fit in custom architecture multicore system? You just put Your windows HDD into it? :)

      --
      http://opencm3.net, http://www.nongnu.org/gm2/
    3. Re:Operating system not mentioned? by somersault · · Score: 1

      Well, I guess I was more thinking of Linux distributions and software that are already designed for massively multicore systems, but on top of that OS you could run many Windows x86 virtual servers..

      --
      which is totally what she said
    4. Re:Operating system not mentioned? by dragisha · · Score: 1

      Many Linux distros are, but if you read it all, you'll see it's pretty specific hardware.
      What they need, is support from kernel. That way, their "no changes in software" will mean - no changes in software written for Linux APIs. Be it supercomputing arena, or virtual servers, or... Whatever - they can have it all.

      --
      http://opencm3.net, http://www.nongnu.org/gm2/
    5. Re:Operating system not mentioned? by Bigjeff5 · · Score: 1

      How does an OS handle 8 cores, or 32 (which is not uncommon in quad socket server setups)?

      There is nothing really new here in that regard, a single Xeon quad core X7560 shows up as 64 CPUs to the OS, how does it handle that? Pretty well, you would hope ;).

      Old software is old software, and won't do well with high CPU setups, but that was true at 8 cores. 512 is just more, not different. Modern versions of Windows handle it just fine, and I know Unix has done this sort of thing with clustering for ages.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  12. Low power, really? by TheRaven64 · · Score: 3, Interesting

    In all of the benchmarks that I've seen, clock for clock a Core 2 gets about twice the score of an Atom, sometimes more. The Core 2 uses a bit more than twice as much power, but if you have two Atoms you also need twice as many north-bridge chips and this pushes the power usage up to over what the Core 2 will consume. The newer Xeons do even better.

    The first benchmark results I found that compared the two were PassMark benchmarks, where a 2GHz Atom scored 386 and a Intel Xeon X5680 at 3.33GHz scored 10620. The fastest Atom, the D510 at 1.66GHz, scored 662. Even if your code scales linearly, you need more than 16 of the fastest Atom that you can buy to replace one Xeon. Or, to put it another way, this 512-Atom machine is about as powerful as a 32-CPU Xeon.

    A single Atom D520 draws around 13W, so 16 of them draw 208W. The Xeon will draw 130W. Drawing under 2KW for 512 Atoms means that they probably aren't using the fastest available ones. Actually, it means that they're drawing under 4W per Atom, which means that they're probably using Z-series Atoms, getting about half the performance of the D-series ones, so you'd only need about 16 Xeons for the same performance.

    For most workloads, if the server is not busy, you'll get much better power usage from the Xeon as well. Power usage drops off dramatically when the CPU is not 100% busy. Unless you are turning individual atoms off completely, you can't scale back power usage nearly as well with the Atoms, as single processes that would not be CPU-bound on the Xeon will require an Atom core to run at full speed.

    In other words, it sounds a lot more like greenwashing than anything that's actually sensible.

    --
    I am TheRaven on Soylent News
    1. Re:Low power, really? by Jeng · · Score: 5, Informative

      Considering how many articles were linked I don't know if you rtfa'd or not.

      The Core 2 uses a bit more than twice as much power, but if you have two Atoms you also need twice as many north-bridge chips and this pushes the power usage up to over what the Core 2 will consume.

      This is from the wired article.

      Just changing the CPU to a low power chip, though, isn't enough says SeaMicro. The trick lies in creating a new architecture that can pull all the chips together and manage their power requirements.

      "If you just replace the chips in a traditional server with Atom processors, the power consumption actually goes up," says Feldman.

      Integrating features such as storage, networking and server management into a single ASIC (application specific integrated circuit) helps manage power better, says the company. It has also virtualized the CPU input-output so those modules that would have otherwise occupied space on a board and consumed power don't anymore.

      --
      Don't know something? Look it up. Still don't know? Then ask.
    2. Re:Low power, really? by Anonymous Coward · · Score: 1, Informative

      Reading comprehension is tech, man.

      They state in several of the linked articles that the whole reason this thing saves power & space is they've developed technology that allows them to have 90% fewer components per CPU than a traditional server motherboard.

    3. Re:Low power, really? by nis · · Score: 1

      Isn't the point of this also that these have significantly more IO and Memory bandwidth for the same amount of power consumed? For applications that are more IO and memory bound than CPU bound (web serving, map-reduce) these things will be far more efficient overall. For a CPU bound algorithm this probably wouldn't really be the best solution.

      That being said, traditional databases are IO bound, but they work better on faster independent machines with a lot of cores and a single backplane, but this technology may be better for some of the new generation of "noSQL" databases that are designed for "horizontal scalability."

    4. Re:Low power, really? by LWATCDR · · Score: 1

      For performance I would wonder how this would have worked with say Cortex A9 cores instead of Atom D520s.
      Also you really might have done even better with Opterons.

      So I must ask why this over Operons, Xeons, or Arm?

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    5. Re:Low power, really? by LWATCDR · · Score: 1

      According to the wired article they use a custom chip set.
      From the article
      “If you just replace the chips in a traditional server with Atom processors, the power consumption actually goes up,” says Feldman.

      Integrating features such as storage, networking and server management into a single ASIC (application specific integrated circuit) helps manage power better, says the company. It has also virtualized the CPU input-output so those modules that would have otherwise occupied space on a board and consumed power don’t anymore.

      Read More http://www.wired.com/gadgetlab/2010/06/seamicro-server-intel-atom/#ixzz0qqLKrZZH
      "
      So this may be a bit more interesting than it first looked.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    6. Re:Low power, really? by tokul · · Score: 1

      In other words, it sounds a lot more like greenwashing than anything that's actually sensible.

      If it is basic web server or file server, bottleneck is in disk IO and not in CPU.

    7. Re:Low power, really? by TheRaven64 · · Score: 1

      Which doesn't address my point at all. Great if they can reduce the number of support chips per CPU, but if you do that and reduce the number of CPUs as well then you'll save more power than if you pick the least powerful CPU possible.

      --
      I am TheRaven on Soylent News
    8. Re:Low power, really? by Jeng · · Score: 1

      Also from the Wired article.

      The Atom-based servers target a few specific tasks performed by data centers. In the past, servers were largely used to solve a small number of complex data-based problems, says Feldman. But the internet changed this. In the internet-focused data center, the challenge is to handle millions of small tasks such as searching, mapping and viewing pages quickly, and to do this in a way that can handle unpredictable bursts of traffic.

      They are going for mass IO not computing power.

      Here is the link again. http://www.wired.com/gadgetlab/2010/06/seamicro-server-intel-atom/

      --
      Don't know something? Look it up. Still don't know? Then ask.
    9. Re:Low power, really? by Skal+Tura · · Score: 2, Interesting

      Because you are thinking serial while they are thinking parallel.

      How many simultaneous operations can do 512 atoms VS. say total 128 Xeon cores?

      What happens when single operation is extremely small, but there are extremely high volume of them?

      What happens to a CPU core while it's waiting for RAM or other I/O? Yea, that's right: It waits.

      What happens to memory IOPS when you have 512 channels versus 128 dual-channels? Yup, it's vastly higher, but not actually just twice, but quadruple (dual channel is for dual bandwidth, not dual IOPS afaik)

    10. Re:Low power, really? by LWATCDR · · Score: 1

      Well then again it the ops are very small they may all fit in cache on the Xeon.
      Yes having more cpus may actually have a higher performance but then how would say 2048 Cortex A9s do then? Of course you will have to use Linux on the Arm CPUS but then for a server that isn't usually an issue.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    11. Re:Low power, really? by imgod2u · · Score: 1

      For most workloads, if the server is not busy, you'll get much better power usage from the Xeon as well.

      Not really. Look at the idle power numbers on a Xeon compared to an Atom. One of the things about low power (and low-clocking) chips is that leakage is orders of magnitude less. Atom not only runs on a lower-leakage process, it also runs at a lower voltage than Xeons. So while dynamic power-per-unit-work may not be competitive in aggregate, idle power is not even close.

    12. Re:Low power, really? by Big_Mamma · · Score: 2, Interesting

      The 130W parts are usually only sold to the people who don't care about both performance per watt tho, X5670 is a better choice. Using Intels numbers on power usage, as the 4W/CPU claimed including rest of the system is just ridiculous, the numbers are: 386/8W or 50 points per watt for Atom, or 9356/95 or 98 points per watt for Xeon X5670. Xeons win the race with a 100% margin. Even the X5680 scores 80p/W. If you rig the numbers and use 386/4W, the Xeon still wins. What saving?

      Also, no matter how much power they claim to save with this beast, it's nothing compared to virtualizing a rack or more into 3 ESX hosts. With this Atom "solution", you'll just have tons of nodes on 0.00 load again like before, instead of having all the physical servers at a load you're comfortable with. To make things worse, if you run a job on the Atoms, it will run in slow motion because of the "performance" of that CPU - you cannot burst to the full 2/4/8 vCPU allocated, @x3 speed +turbo when needed. It's *much* harder to use 512 slow CPU's than fewer, faster ones.

      And never mind running any commercial software on it. The per core/socket license will make it impossible.

    13. Re:Low power, really? by Bigjeff5 · · Score: 1

      I think you should look closely at what 512 Atom CPUs can do. They hit about 3 gflops each, for a total of about 1.5 tflops. The hottest Xeon processor, the X7560, hits 64 gflops. That means you need 24 Xeons to equal 512 Atoms. At peak power, an X7560 uses 130w of power. 24 of the Xeons will hit a little over 3kw for the CPUs alone. Assuming another 20w for the northbridge (that's generous, 30 is more likely), the total rounds out to about 3.5 kw for 24 Xeons.

      In other words, the SeaMicro setup consumes about 60% of the energy for the same CPU power (assuming the top Atom was used), and even cutting 24 Xeons down to 1 northbridge won't make up the difference.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  13. Other options (in 10U, 240 opteron cores can fit) by IYagami · · Score: 2, Informative

    SeaMicro: 512 Atom processors in 10U rack
    Dell PowerEdge R815: 4 Opteron processors, each one up to 12 cores, in 2U rack. In a 10U you can include 5 of these servers, which will bring 4 x 12 x 5 = 240 Opteron cores

    More info here

  14. Atom vs GPGPU? by guruevi · · Score: 1

    I think the main point here is trying to make a server that can do many non-intensive parallel computations. But then when I look at a GPGPU (such as the Tesla c2050), you can get the same type of performance using a 2kW server in 3U (which I have here). The Atom is ~3GFLOPS per processor making this cluster ~1500GFLOPS strong. A single C2050 has ~500GFLOPS and you can load 4 of them in a single server. nVidia's S2050 has that performance in a single U.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
    1. Re:Atom vs GPGPU? by AigariusDebian · · Score: 1

      Except that you have to rewrite you application completely to be able to use the GPGPU. And it will be impossible for most applications.

    2. Re:Atom vs GPGPU? by mobets · · Score: 1

      Why measure performance in FLOPS? I would expect floating point operations to be a pretty small percentage of processor load for this product's target market.

      --

      It was me, I did it, I moved your cheese
    3. Re:Atom vs GPGPU? by imgod2u · · Score: 1

      Atom has a TDP of ~2W and I would speculate a maximum power consumption of ~4W. A C2050 has a maximum power consumption of 247W. For the same power bugdet as a C2050, you can use 60 Atoms each with its own pocket of memory and condition code handlers.

  15. Who else expected... by SharpFang · · Score: 1

    following the recent single-atom transistor development, an actual simple CPU that is built from 512 atoms of various elements?

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  16. uh-huh by fishtorte · · Score: 1

    Let me know when someone really does build a server with 512 atoms.

    1. Re:uh-huh by Anonymous Coward · · Score: 0

      Highly unlikely. The 8080, a venerable part indeed, required 4.5k transistors. The 4004 (not a true one-chip microprocessor) required 2300 transistors. ( http://en.wikipedia.org/wiki/Transistor_count ) With modern transistor budgets running up to a billion, I doubt anyone is bothering to try for anything so meagre.

      Difficult to get an entire microprocessor into 512 atoms, let alone a complete server. Sorry!

  17. Impressive by Anonymous Coward · · Score: 0

    How can they make a computer out of 512 atoms?

  18. Imageine a Beowulf cluster.. by codeboost · · Score: 1

    There must be someone to mention the Beowulf cluster of these !
    So here, I've mentioned it :)

    1. Re:Imageine a Beowulf cluster.. by synthesizerpatel · · Score: 1

      1999 called and wants its meme back.

    2. Re:Imageine a Beowulf cluster.. by Rockoon · · Score: 1

      The 512 core Atom server has been working at 100% load revoking meme rights since 1999. Analysts say that the job wont be finished until 2073.

      --
      "His name was James Damore."
    3. Re:Imageine a Beowulf cluster.. by tehcyder · · Score: 1

      1969 called and wants its joke back.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  19. System Specs by dlapine · · Score: 4, Informative

    This is a good start- SM10000 System Overview

    Interconnect is 1.28 Tbps or 2.5 Gbps per core.

    I/O includes a minimum or 8 gige or 2 10-gige, which can be increased to 64 gige or 16 10-gige links per chassis.

    This unit runs as 512 system images using stock 32 bit OS's. Each CPU may have 1 or 2 GB's of ram and up to 64 local drives may be installed and divided among the CPU's with the included management software. The unit supports PXE boot, so the system images may run off local disk or from a ram image.

    Just to note, the Atom z530 is a single core, 32 bit only CPU, if that matters.

    I couldn't tell you if the 16 10-gige links would seriously limit this box or not. You'd have to show me a data center with more than 160 Gbps of internet connectivity first. :) And that's assuming you only purchased one of these suckers, because you'd need that much per chassis.

    --
    The Internet has no garbage collection
    1. Re:System Specs by Migraineman · · Score: 1

      Yikes! Front access for the hard drives, rear access for the power and network connections, and side access for the hot-swappable CPU boards. Maybe there's a way to mount that beast of a chassis on full-extension slides to get side access, but that'd make the rear wiring a nightmare. Requiring an access path on the side of each rack would reduce it's footprint efficiency by half. Doesn't quite fit into your typical data center floorplan.

    2. Re:System Specs by dlapine · · Score: 1

      Hmmm, didn't see that. Given that it takes the place of two full racks, maybe you're supposed to put it on a pedestal in place of them.

      Something like this for easy access.

      Or, maybe you could rotate it 90 degrees and mount it CPU-access-side up. At 10U that's only 15", so it should fit in a 19" rack. :-)

      Seriously, if you don't plan to do hot swap on the CPU boards, you'd be OK in a normal rack. I'm not sure I'd trust hot swap for CPU boards anyways.

      --
      The Internet has no garbage collection
  20. Re:Other options (in 10U, 240 opteron cores can fi by jlmale0 · · Score: 1

    The point isn't so focused on how many processors you can fit in that space, it's power consumption.

    The link you provide details 2 1100W PSUs. That's in 2U. The summary quotes just under 2000W for one 10U server. Just looking at that, you're running at 1/5th the power consumption.

  21. Hexagonal venting grills by Henriok · · Score: 1

    A ad off topic I know but I need to know. What's the deal about all these hexagonal, honeycomb like venting grills that I first saw appear on IBM gear many years ago but now seems to be ubiquitous to server gear from all vendors. Is there some cool scientific reason behind it? Is it about maximizing airflow, creating nice vortexes inside the machine to spread the air, reduce noise, reduce vibrations in the chassis, weight concerns, heat spreading.. what's the deal?

    --

    - Henrik

    - when the Shadows descend -
    1. Re:Hexagonal venting grills by Thundersnatch · · Score: 1

      They look cooler than little round holes or slits, and probably use a little less metal, meaning more can be recycled after stamping.

    2. Re:Hexagonal venting grills by Anonymous Coward · · Score: 0

      Hexagons are the shape of honeycombs in a bee hive. The shape was 'chosen' because it gives the maximum amount of storage in the given space with a minimum of wax.

      Following this logic, hexagonal vents should give the maximum amount of gap for air to flow in with the minimum of space blocked by the metal grating.

    3. Re:Hexagonal venting grills by Anonymous Coward · · Score: 0

      > The shape was 'chosen' because it gives the maximum amount of storage in the given space with a minimum of wax.

      Citation please, I don't believe you.

    4. Re:Hexagonal venting grills by badran · · Score: 1

      Less material needed to produce a sturdier structure.

    5. Re:Hexagonal venting grills by Elshar · · Score: 1

      More likely it evolved because when you try to stack equally-sized cylinders you manage to get 7 in one 'cluster'. a center, and six adjacent cylinders. That has likely led to the eventual formation of hexagon-shaped honeycombs vs other shapes.

      Of course, I'm not a zoologist or any other kind of -ist in this field, so I could be wrong.

  22. Re:Other options (in 10U, 240 opteron cores can fi by Hurricane78 · · Score: 1, Troll

    No it isn’t. Because as a poster above mentioned, and as we all should know by now, Atom is a power consumption scam and is designed as one.
    When you look at an Atom mainboard, what you think is the CPU, because of the cooler, is the north bridge. And what you think is the north bridge, because of its smallness, is the Atom CPU.
    They simply shifted features to the north bridge, so they could trick you into believing the whole system would be more efficient, by giving you small consumption numbers for the CPU.
    The joke is, that even those numbers are still about 5 times that of a equivalent ARM CPU. Which does not need the large NB.

    So the point here is eyewash, and to sell you a delusion.
    But I did not expect better from the convicted criminal that Intel is. (Look up the lawsuits yourself, in case you lived in a cave and missed the /. articles. [Especially the ones around anticompetitive behavior. Specifically against AMD when the Athlon came out. I personally suffered from this.])

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
  23. Re:Other options (in 10U, 240 opteron cores can fi by thijsh · · Score: 1

    It's only a scam if you make outrageous claims that it can be used for everything, like building an efficient supercomputer. The Atom has a good purpose and that is low power CPU with some good capabilities you will need for (HD) media that will still allow your netbook to run for 10 hours (i've seen them actually work over 8 with WiFi and normal workload). The only other netbook option i've seen that can also do this is some underpowered Pentium M version... but I doubt that it can decode HD smoothly despite it's north- *and* south bridge, remember this optimization comes slow, and the Atom already is a big leap forward in lower power CPUs for regular use.
    I've just ordered a little PC for downloading and some media playback with a total power use of 20Watt (that's including the ION chipset), which is still able to play HD media... that's exactly what the Atom is good for, but not even close to optimal for servers or really low power computers.

  24. Can it play... by Anonymous Coward · · Score: 0

    Crysis?

  25. Re:Other options (in 10U, 240 opteron cores can fi by washu_k · · Score: 3, Informative

    I've seen this posted before in other Atom stories and it's 100% BS. The Atom is a full CPU, they did not shift any features into the northbridge as you claim. The 945 chip often used on Atom motherboards has been around for a while, and was used in systems before the Atom even existed. The 945 is just not very power efficient so that's why it needs more cooling than the CPU.

    The Atom can be paired with other northbridge chips, notably Nvidia's ION. If part of the CPU was in the 945 chip as you claim this would be impossible.

  26. Disappointed by Anonymous Coward · · Score: 1, Funny

    Did anyone else get disappointed when after reading the summary, they found out it wasn't about nano-technology?

    1. Re:Disappointed by xOneca · · Score: 1

      Yes.

    2. Re:Disappointed by deek · · Score: 1

      I was thinking that they've only just created the 7-atom transistor, and now they've made a whole server from just 512 of them!

      Oh well, maybe next year.

  27. Re:Other options (in 10U, 240 opteron cores can fi by Anonymous Coward · · Score: 0

    Lawsuits are civil proceedings, not criminal. Losing a lawsuit does not make you a convicted criminal.

  28. Am I the Only One... by rcpitt · · Score: 1
    who thought this headline was about making a CPU out of 512 atoms?

    The scope of atomic manipulation recently could really get this crazy.

    --
    Been there, done that, paid for the T-shirt
    and didn't get it
  29. Poor man's Niagra/CMT? by coredog64 · · Score: 1

    This seems to be the poor man's answer to Sun's Niagra/CMT kit.

  30. Virtualize the system, not the CPU by Anonymous Coward · · Score: 1, Interesting

    Yeah, at least someone gets it. The entire server is a virtualization host. It can allocate up to 512 VMs each with very deterministic QoS parameters. The CPUs are so cheap and plentiful, you don't need to share them between guests. The real hardware to virtualize is the I/O hardware, hence the features around sharing a big ass disk array and network interconnect via custom ASICs.

    1. Re:Virtualize the system, not the CPU by mlts · · Score: 1

      This server is an outstanding building block for a very eco-conscious VM system. Take one of these servers, then maybe 2-3 standard servers with very good performance, although they have a large energy footprint. Connect all of them to a SAN.

      Now, have a script that runs that does the following:

      7:30 AM (or before peak time), suspend the VM which is running on the Atom CPU server (with all the VM disk stuff being on the SAN.)

      A standard, high performance, but yet energy-wasting server then grabs and restarts the VM. It keeps running on this (perhaps with another machine as failover) until 5:30pm

      5:30 (or off peak time) rolls around. The opposite happens. The VM gets suspended, and the Atom-based machine picks up the baton.

      The result here is the best of both worlds. Good CPU at peak times, energy savings at off peak times, and high availability at all times unless the SAN has issues.

    2. Re:Virtualize the system, not the CPU by afidel · · Score: 1

      Nope, just use the more powerful servers and up the consolidation ratio at night and power off unneeded hosts. VMWare supports just this with vSphere, it's called DPM or dynamic power management.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:Virtualize the system, not the CPU by gfody · · Score: 1

      there's nothing eco-conscious about virtualization - just more unnecessary overhead. you want efficiency? lose VMware and run the software on the bare metal.

      --

      bite my glorious golden ass.
  31. Why not ARM? by Taxman415a · · Score: 1

    So I must ask why this over Operons, Xeons, or Arm?

    That was my first thought too. Considering some of the benchmarks that show ARM performance per watt that crushes the Atom. But according to the Wired article:

    Though SeaMicro has used Atom processors for its chipset, the company says it has designed its architecture to be flexible and support any CPU. So any low-power chip included that from ARM, which runs on most smartphones today, can become a part of SeaMicro’s system. But Atom remains the best choice for now, says Feldman. ARM processors used in cellphones consume much lower power than an Atom chip but they also cannot deliver the same kind of computing performance, he claims.

    So they say their system can handle it but they don't think ARM's have enough performance. I'd tend to doubt that and instead bet that they just haven't built their custom chip to handle the ARM yet. If they did, they could take advantage of ARM's extensive hardware power saving features. I would think it would be much cheaper too since you could have a SOC that would do what appears to take two Intel chips here, even after SeaMicro has bundled a lot of the rest of the board functions in their own custom ASIC. Less chips and cheaper licensing from ARM should make for a cheaper and lower power solution.

    1. Re:Why not ARM? by hitmark · · Score: 1

      i suspect their problem is that with ARM, they would have to make custom chips from the ground up, as i think just about any ARM sold right now is a SOC, complete with IO chipsets and all. Here they have basically replaced the usual southbride with their custom virtualizing one, and left the rest alone.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
  32. convergence at computing's highest & lowest en by peter303 · · Score: 1

    At the low end you want a battery to drive a mobile device ideally for weeks at a time. At the high end you want to tie zillions of devices together without spending a fortune on power and A/C. Maybe the high end solution will use larger number of low-end devices, but with an overall lower TCO.

  33. Re:Other options (in 10U, 240 opteron cores can fi by dave420 · · Score: 1

    Score:5, Bullshit

    The CPU is a full-fledged CPU. The Northbridge, as others have pointed out, is simply old.

    Stop lying, and get a grip. It's painful to read posts like yours. The level of whining is simply staggering.

  34. Re:Other options (in 10U, 240 opteron cores can fi by imgod2u · · Score: 1

    While "shifting features" is indeed not accurate, the point stands. Compared to ARM (or even Athlon and Nehalem/Lynnfield processors), Atom (prior to Pinetrail and Moorestown) was less integrated. So to compare power numbers, you can't just look at the CPU itself but need to include the memory controller (when compared to Athlon and Nehalem/Lynnfield) and PCI-E controller (when compared to Nehalem/Lynnfield). When compared to most ARM SoC's, you'll need to include graphics, miscellaneous I/O, GPS, video processor, image processor, memory controller, USB, CPU bus, peripheral bus, chip-to-chip interconnect, and sometimes a 3G modem.

    Even Moorestown is very misleading when they did their comparison with ARM. They conveniently showed off numbers for tasks that use the dedicated components (video decoding, audio playback, talk time on GSM/CDMA, etc.) -- much of which was done by the "helper" chip and not the chip Intel fabbed themselves -- but left out any tasks that would tax the main CPU. Comparing those numbers to ARM SoC's made it look competitive. Then they showed performance numbers of the CPU compared to ARM CPU's -- which, btw, seemed to increase linearly with number of threads, notice how a dual-core A9 was twice the performance of a single? -- but left out the power numbers for when the CPU was taxed heavily.

    I mean, it's marketing. But that hardly means it's not underhanded.

  35. wrong numbers by Anonymous Coward · · Score: 0

    Your claim of 13W for an Atom CPU is misleading because only the model with integrated graphics uses that much (which would indeed give it a terrible performance/watt rating, no better than the old 130nm Pentium M). A quick look at one of the 'FAs does not turn up which CPU they actually used but a 300-series dual core Atom at 8W would seem to perform almost as well as a ULV Core 2 Duo at 10W TDP. The only Atom CPU, IMO, that really has an impressive performance/Watt is the 2.0GHz single core, 2.5W Z series. Comparing only TDP may be ignoring the benefits of a lower idle power consumption for the Atom, however.

  36. The base OS for this is Windows right? by Anonymous Coward · · Score: 0

    We can safely assume that the most scalable OS on this planet, Windows, is powering this thing right?

  37. Re:Virtual center by butlerm · · Score: 1

    Because of the way VCPUs are scheduled (at least in VMWare) that 8-vCPU VM won't get a time-slice until such time as there are 8 real cores available for the duration of that slice.

    That is insane. I seriously doubt it applies to anything other than VMWare, however. No doubt the VMWare folks are working to remove whatever limitation possessed them to make such a ridiculous design as well.

  38. Re:Other options (in 10U, 240 opteron cores can fi by Anonymous Coward · · Score: 0

    the missing components are overall powerdraw (looks like the Atom based server would win here) and what the task at hand is (if its something that can be massively parallelized it could come out faster on the Atom.) also price comparisons here are important an R815 starts at $13,000 without a 3rd or 4th CPU. there are definitely better options than both of these if you're looking only at the number crunching per U of rackspace, but thats no way to build an environment.

  39. Re:Virtual center by Fyzzler · · Score: 1

    This was fixed in ESX 3.5 somewhere around update 2 or just after. I can't remember off the top of my head which update fixed it. We are using 2 VCPU and 4 VCPU vm's in Vsphere 4 Update 1 and they work quite nicely.

    --
    I have one question. If the Japanese Ministry of Agriculture is not in charge of Gundam, then who is?
  40. Re:Other options (in 10U, 240 opteron cores can fi by Bigjeff5 · · Score: 1

    Did you check the power consumption on 240 opteron cores? Each core consumes about 75% more power than each Atom CPU. In CPU power alone you are consuming 1.5kW. The opteron also needs a northbridge for each CPU. Add the northbridge and you're almost at 2kw (the SeaMicro's total consumption), not including the rest of the power consumed by 5 2U servers. The SeaMicro is under 2kw for the entire system.

    You'd definitely have a point if you weren't talking out your ass. A simple comparison of actual figures shows you don't have a clue about what SeaMicro has done here. They specifically address the fact that ordinarily the Atom requires a northbridge for each CPU, however their design does not.

    --
    Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
  41. What's this 56XX? by Anonymous Coward · · Score: 0

    Can I ask?

    1. Re:What's this 56XX? by Anonymous Coward · · Score: 0

      Can I ask?

      It's the latest CPU from JFGI.

    2. Re:What's this 56XX? by afidel · · Score: 1

      Latest generation Intel Xeon CPU's.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  42. ARM by rdnetto · · Score: 1

    Forget Atom and the legacy x86 - where're the ARM servers?

    --
    Most human behaviour can be explained in terms of identity.
  43. is it "cloud" technology or just small servers by bmullan · · Score: 1

    I read this and initially thought how it might compare to the Plug Computer's I've been using for the past year that use less than 5 watts each and which new models now include multiple USB, multiple eSATA, wifi, bluetooth, 1 Gb ethernet etc for $99. So far the Plug computer's I've used have been
    terrific in price/performance/features. One system has 3 plugs running linux, internetworked via wifi, total 1.5TB mini usb, LAMP installed serving music/videos to my home for less than 30 watts pwr. Well, I thought it was cool.

    When I read this article I initially thought when they mentioned Atom Powered Cloud Computer Server... there was some kind of XEN etc virtualization involved but have not yet found any mention of that so is this more of a large grid of small servers or have they done something to allow the Atom to provide some sort of virtualization.... if not then I think the "cloud" moniker is overblown.. but which would generate buzz. But they did mention the "secret sauce" perhaps that silicon has kvm, xen etc capabilities.

    1. Re:is it "cloud" technology or just small servers by bmullan · · Score: 1

      answered my own question. I looked up the z530 Atom cpu on: http://ark.intel.com/Product.aspx?id=35463 and it DOES support Intel VT technology as a 32 bit processor.