Slashdot Mirror


Power Consumption and the Future of Computing

mrdirkdiggler writes "ArsTechnica's Hannibal takes a look at how the power concerns that currently plague datacenters are shaping next-generation computing technologies at the levels of the microchip, the board-level interconnect, and the datacenter. In a nutshell, engineers are now willing to take on a lot more hardware overhead in their designs (thermal sensors, transistors that put components into sleep states, buffers and filters at the ends of links, etc.) in order to get maximum power efficiency. The article, which has lots of nice graphics to illustrate the main points, mostly focuses on the specific technologies that Intel has in the pipeline to address these issues."

7 of 105 comments (clear)

  1. Google Distinguished Engineer's point of view by naeim · · Score: 2, Informative

    A couple of months ago, Luiz André Barroso of Google gave a talk at Stanford about this very topic. Unfortunately the talk wasn't recorded, but here's a summary: http://cs343-spr0607.stanford.edu/index.php/Writeu ps:Luiz_Andr%C3%A9_Barroso

  2. The future computing device uses less than 10W by Anonymous Coward · · Score: 2, Informative

    The future of desktop computing is 24/7 thin clients/home servers using less than 10W and passive cooling without fans, because for a typical 300W desktop 24/7 system you probably would be paying $100/month, more than a thousand a year. This is enough for 90% of users, those who are not after the latest/greatest 3D horsing power, those whose necessities are supplied with an onboard graphics chip such as Intel X3100 or even less. You would be surprised with the amount of computing power such devices have nowadays.

    They do not use hard disks, but flash memory/pendrives as storage for the operating system and homedir, and are passively cooled, so they do not use fans, which are noisy and spend more energy. Massive storage (TBs) can be added if necessary, each one using an extra ~15W. A small list with some of them:

    1) Linutop: http://www.linutop.com/
    It comes with xubuntu, 280euros.
    ~6W, AMD Geode LX700 433MHz, 256MB RAM, Audio, 100baseT, 4xUSB2.0

    2) Zonbu Zonbox: http://linuxdevices.com/news/NS9073106297.html
    It comes with Gentoo Linux, $250.
    ~15W, VIA C7 1.2GHz, 512MB RAM, Audio, 100baseT, 6xUSB2.0

    3) Mini Linux PC: http://linuxdevices.com/news/NS6372429785.html
    Not sure about which Linux flavor it comes with, but if it runs Linux, it runs Ubuntu, $99.
    ~5W, 200MHz x86-compatible, 128MB RAM, Audio, 100baseT, 3xUSB2.0

    4) OLPC: http://www.laptop.org/laptop/hardware/specs.shtml
    Not yet available, but specs are fine for a home server + external storage, ~$100.
    ~2W (!), AMD Geode LX-700@0.8W 433 Mhz, 256MB RAM, Audio, LinuxBIOS (!), wireless connection, 3xUSB2.0.

    Many others: http://linuxdevices.com/articles/AT4923746399.html

  3. Re:Big cuts by NeverVotedBush · · Score: 4, Informative

    Lots of errors in your suppositions.

    DC/AC conversion? The bigger data centers can't use batteries - too many, too big of a hazard, etc. They use rotational UPS's. These stay AC all the way.

    Additionally - power distribution is better at higher voltages. It's that current squared thing. More and more equipment is also going to higher voltage distribution on the boards with local DC/DC conversion at the load. For the exact same reason. Our center distributes at 208 volts.

    The argument against a raised floor is bogus. That acts (and is necessary) not only for cabling, but also for air distribution. Heated air rises. Feeding cold air up from the floor to where it flows into the racks to be heated and then recovered at the ceiling is the most efficient way for air. The fact that the floor is not insulated is a non-issue. The whole room is being cooled. The temperature is the same on either side of the floor tiles.

    And about the face to face and back to back layout of racks - every single one of our racks is already in that orientation for exactly that reason. We have hot aisles and cold aisles and the temperature difference between them is pretty marked.

    The next wave is a move back to "water" cooling. Either plumbing liquid to each rack where in the rack it locally grabs heat from circulated air within the rack, or plumbing into the boxes themselves. This is simply because heat loads are going up and it gets harder (and louder) to pump enough air through a building to cool the more dense newer equipment. Plus people don't have to put on jackets to go out on the floor or yell to be heard in a big data center.

  4. Re:Big cuts by Firethorn · · Score: 4, Informative

    I've seen raised floor AC done right. Each rack was sealed, had a vent in the bottom and a vent into the ceiling. The AC pushed cold air into the subfloor, which was then sucked into the racks, with hot air rising into the ceiling. Where the AC pulled the hot air to be cooled again.

    Also, 99% of UPS units don't convert AC to DC unless it's charging the batteries. Normally this would only be a trickle charge. If the UPS is providing power, you're in a critical situation anyways, I wouldn't worry about the fact that a UPS isn't particularly efficient, as you're probably spending 99% of your time not on UPS.

    As for switching to telephone industry standard 48V power, you'd be converting it again to whatever the equipment wants, much of it 12V or less. 120VAC->12VDC is more efficient than 120VAC->48VDC->12VDC. In addition you run into the problem that 120VAC over 12gauge cable wastes less than half of the power that the same wattage of 48VDC would waste over the same diameter cable. So you'd have to use heavier gauge cable - payback isn't quick for that by any means.

    You might be able to get away with it on a rack level, powering all the blades on 48V via rails to a couple of redundant power supplies somewhere in the rack. Either top or bottom, depending upon cooling and other requirements, though the middle might be an interesting choice, as it'd allow you to have half the wattage running over the rails on average(you'd have two runs instead of one).

    You want to save power? I'd switch to feeding the racks/power supplies with 240V lines. Half the line resistance for the wattage.

    --
    I don't read AC A human right
  5. Re:Big cuts by DaleGlass · · Score: 2, Informative

    Also, 99% of UPS units don't convert AC to DC unless it's charging the batteries. Normally this would only be a trickle charge. If the UPS is providing power, you're in a critical situation anyways, I wouldn't worry about the fact that a UPS isn't particularly efficient, as you're probably spending 99% of your time not on UPS.

    That's a cheap, consumer oriented UPS. Datacenters use the kind described, ones that are always doing the AC -> DC -> AC conversion. What this achieves is that instead of the UPS taking over when the line voltage isn't good, the UPS is always providing clean power because everything goes through it. One of the advantages is that this kind has no delay for switching between AC and battery, as there's no switching involved.
  6. Re:Does slowing down idle CPUs help? by Wesley+Felter · · Score: 2, Informative

    p4-clockmod doesn't help at all; try acpi_cpufreq. The newer Intel processors have C1E, so they automatically drop to the lowest frequency when idle, so there's not a lot for CPUfreq to do.

  7. Video by Wesley+Felter · · Score: 2, Informative