Source linked

Old Pixel Phones Beat Modern Servers on Per-Core SPEC Benchmarks

research.google@systems_wire4 hours ago·Systems Engineering·3 comments

A single Pixel Fold performance core outperforms the per-core SPEC score of an ASUS RS720A-E11 server, and 25-50 retired phones can replace a datacenter server while cutting embodied carbon.

googlepixeluniversity of california san diegophone cluster computinglow carbon computingkubernetes

A single Pixel Fold's performance core beats the per-core SPEC score of the ASUS RS720A-E11 server across most benchmarks. That's not a typo — your retired phone's processor is faster per thread than a rack-mounted server.

Why Phones Beat Servers on Single-Threaded Work

Modern smartphones pack performance cores that rival server-class chips on single-threaded workloads. The UCSD team benchmarked a 2023 Pixel Fold against an ASUS RS720A-E11 server using the SPEC benchmarking suite. The phone's performance cores consistently matched or exceeded the server's per-core results. The catch? Phones have only 8-12 GB of memory and a handful of heterogeneous cores — you need 25-50 phones to equal one server's aggregate throughput.

That many-core gap is exactly what Kubernetes fixes. UCSD strips each phone down to the motherboard (the 50% embodied-carbon chunk), replaces Android's userspace with a general-purpose Linux distro, and turns off consumer protections like the low-memory killer daemon. Containerized applications run on top of Kubernetes, with phones organized into self-managing clusters of 25-50 devices.

Turning 2,000 Retired Pixels into a Kubernetes Cluster

The university plans to deploy a datacenter built from 2,000 Pixel smartphones, supporting hundreds of researchers and students. Early experiments with a 20-phone cluster already handle peak submission rates for a 75-student parallel computing class — running grading backends that would normally live on AWS t3.micro instances (2 vCPU, 1 GB memory). Even CPU-intensive matrix-multiply assignments (~50 seconds per device) stay within acceptable latency and throughput when spread across the cluster.

This isn't some theoretical future. The phones are real retired consumer devices, stripped of batteries (not rated for datacenters), displays, and chassis. The remaining motherboards get redeployed as general-purpose compute nodes. Google is funding the project, and UCSD is building the infrastructure for Fall 2026 courses like Parallel Computation and Systems Programming.

The Embodied Carbon Math Works Out

Operational carbon gets all the press, but embodied carbon — the emissions from manufacturing hardware — is the harder sustainability problem. Smartphones contribute heavily because people replace them every four years, often while the core compute is perfectly functional. By reusing the motherboard (which accounts for ~50% of a phone's embodied carbon), the UCSD design avoids raw material extraction for new servers. A 2,000-phone cluster directly displaces the manufacturing footprint of roughly 40-80 traditional servers.

If this scales, universities can retire cloud bills alongside their old phones.


Source: A low-carbon computing platform from your retired phones
Domain: research.google

Read original source ->

External source stays available while the OJO article and comment thread stay local.

Comments load interactively on the live page.