logo
Ana sayfa Davalar

StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits

Sertifika
Çin Beijing Qianxing Jietong Technology Co., Ltd. Sertifikalar
Çin Beijing Qianxing Jietong Technology Co., Ltd. Sertifikalar
Müşteri yorumları
Beijing Qianxing Jietong Technology Co., Ltd'nin satış personeli çok profesyonel ve sabırlıdır. Hızlı bir şekilde teklif verebilirler. Ürünlerin kalitesi ve paketlemesi de çok iyi. İşbirliğimiz çok düzgün.

—— 《Festfing DV》LLC

Acilen intel CPU ve Toshiba SSD ararken, Pekin Qianxing Jietong Technology Co., Ltd'den Sandy bana çok yardım etti ve ihtiyacım olan ürünleri hızla aldı. Onu gerçekten takdir ediyorum.

—— kedi yavrusu

Beijing Qianxing Jietong Technology Co., Ltd'den Sandy, bir sunucu satın aldığımda bana yapılandırma hatalarını zamanında hatırlatabilen çok dikkatli bir satıcıdır. Mühendisler de oldukça profesyonel ve test sürecini hızla tamamlayabiliyorlar.

—— Strelkin Mihail Vladimiroviç

Beijing Qianxing Jietong ile çalışmaktan çok memnunuz. Ürün kalitesi mükemmel ve teslimat her zaman zamanında yapılıyor. Satış ekibi profesyonel, sabırlı ve tüm sorularımızda çok yardımcı oluyor. Destekleri için gerçekten minnettarız ve uzun vadeli bir ortaklık için sabırsızlanıyoruz. Şiddetle tavsiye edilir!

—— Ahmad Navid

MikroTik RB3011 zaten kullanılmıştı, ama çok iyi durumdaydı ve her şey mükemmel şekilde çalışıyor.Ve tüm endişelerim hızlıca ele alındı.- Çok güvenilir bir tedarikçi. - Çok tavsiye ederim.

—— Geran Colesio

Ben sohbet şimdi

StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits

March 12, 2026
In an impressive demonstration of computational strength, the StorageReview Lab Team has secured a consecutive world record by computing pi to an astonishing 202,112,290,000,000 digits. This remarkable milestone surpasses the team’s own previous record of 105 trillion digits, highlighting the unmatched capabilities of modern high-performance computing (HPC) and well-designed commodity hardware platforms.
 
Unprecedented Computational Feat
To achieve this extraordinary feat, the StorageReview Lab Team employed a highly advanced hardware setup. Using Intel Xeon 8592+ CPUs and Solidigm P5336 61.44TB NVMe SSDs, the team ran an almost non-stop calculation for 85 days, utilizing nearly 1.5 Petabytes of storage across 28 Solidigm drives. This groundbreaking project underscores significant progress in both computational power and efficiency.
son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  0
“This new record highlights the extraordinary potential of today’s high-performance computing infrastructure,” stated Jordan Ranous, System Architect from the StorageReview Lab Team. “By reaching this milestone, we are not only establishing new benchmarks in computational mathematics but also laying the groundwork for future innovations across various scientific and engineering fields.”
 
In March 2024, the StorageReview Lab Team set a world record by calculating pi to 105 trillion digits. Using a dual-processor AMD EPYC system with 256 cores and nearly a petabyte of Solidigm QLC SSDs, the team overcame major technical hurdles, including memory and storage constraints. This achievement showcased the capabilities of modern hardware and provided valuable insights into optimizing HPC systems.
 
“Not only did the Solidigm drives and Dell PowerEdge R760 work seamlessly together, but the nearly hands-off nature of this new record was a refreshing change from the challenges of our last attempt,” said Kevin O’Brien, StorageReview Lab Director. “After what we went through in the last test run to 105 trillion digits, I’m glad we chose the platform we did for this major record,” he added. For more details on the previous 105-trillion-digit attempt and its challenges, you can read the full article here.
 
CompSci and Math Lesson
When we first began exploring engaging ways to test large-capacity SSDs, the solution was clear in our CPU and system reviews: y-cruncher. When using swap space for extensive calculations, the space requirement is roughly a 4.7:1 ratio relative to the number of digits—meaning 100 trillion digits require about 470TiB of space. Without delving too deeply into the math and computer science details, y-cruncher uses the Chudnovsky algorithm, which is based on a rapidly converging series derived from modular function and elliptic curve theory. The core of this algorithm relies on the following infinite series:
 
 
son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  1
The most common question we received about our 100-trillion and 105-trillion-digit computations was: “Okay, that’s impressive, but why does it take so long and require so much memory?” This question was often paired with other frustrating inquiries about open source and Alex Yee’s programming skills. Let’s step back and examine this from a system-level perspective.
 
Computing an enormous number of pi digits—such as 100 trillion—requires substantial storage due to the large arithmetic operations involved. The primary challenge lies in multiplying large numbers, which inherently demands significant memory. For example, the best algorithms for multiplying N-digit numbers need approximately 4N bytes of memory, most of which is used as scratch space. This memory must be accessed multiple times during the computation, turning the process into a disk I/O-intensive task rather than a CPU-bound one.
 
The Chudnovsky formula, widely used for computing massive numbers of pi digits, requires extensive arithmetic operations. These multiplication, division, and squaring tasks are often simplified to large-scale multiplications. Historically, supercomputers used AGM algorithms, which—while slower—were easier to implement and benefited from the raw power of multiple machines. However, modern advancements have shifted the bottleneck from computational power to memory access speeds.
 
Processor Arithmetic Logic Units (ALUs) and Floating Point Units (FPUs) handle these large multiplications similarly to manual paper-based multiplication, breaking them into smaller, manageable tasks. Previously, pi calculations were compute-bound, but today’s computational power exceeds memory access speeds, making storage and reliability the key factors in setting pi records. For instance, we observed little performance difference between our 128-core Intel machine and a 256-core AMD Bergamo; the focus instead was on disk I/O efficiency.
Solidigm SSDs play a critical role in these computations—not due to their raw speed, but because of their exceptional storage density.
 
Consumer-grade NVMe drives can store up to 4TB in a compact form factor, while enterprise SSDs stack these chips for even greater capacity. Although QLC NAND is slower than other flash memory types, the parallelism in these high-density SSDs delivers higher aggregate bandwidth, making them ideal for large-scale pi calculations.
 
Solidigm QLC NVMe SSDs, Enabling The Madness
If you’re still following along, here’s the key takeaway: when computing numbers too large to fit into memory, computers rely on software algorithms for multi-precision arithmetic. These algorithms break large numbers into manageable chunks and perform division using specialized techniques. This is where the Solidigm P5336 61.44TB NVMe SSDs come into play. y-cruncher takes these manageable chunks, stores them in system memory first, and then swaps them to scratch drive space.
 
Remember, we need that roughly 4.7:1 ratio for swap space, as each component of that complex formula mentioned earlier must be represented by countless bits.
son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  2
y-cruncher includes a built-in estimator for required drive space (still labeled “disk,” *cough*) that we found to be perfectly accurate in this and past runs.
 
While you could use HDDs or object storage, raw capacity is only one piece of a very complex puzzle—as we discovered in our first round of testing. The ability to provide sufficiently large and fast storage close to the compute device is a recurring theme at StorageReview these days, given the surge in AI workloads. The performance of the swap space is the single biggest bottleneck in this computation. Directly attached NVMe offers the highest available performance, and while some options may have faster per-device throughput, our large, dense array of QLC drives was more than capable of handling the task.
son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  3
Consumer Drive and CPU performance. NOT the record system
y-cruncher features a built-in benchmark that allows you to adjust various settings to find the optimal performance for your disk array. This is extremely important. The screenshot above shows the benchmark results for this consumer system, including metrics on CPU processing speed and SSD performance.
 
Alex Yee provides extensive documentation, but to summarize: after weeks of testing, we found that letting y-cruncher interact directly with the drives yields the best results. We tested network targets, drives behind a SAS RAID card, NVMe RAID cards, and iSCSI targets. When y-cruncher has direct control of the hardware, the performance difference is dramatic. iSCSI also performed adequately, but we only tested it for the output file, which can use “Direct IO” for that interaction. The swap mode RAID code appears to be well-designed, and from our testing and conversations
son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  4
The 61.44TB Solidigm drives are quickly emerging as the ideal solution for many challenges in this space. Running the benchmark on our system showed that the drives perform at their specified read and write speeds. We specifically chose Intel CPUs to achieve the optimal 2:1 drive-to-computation ratio—this ensures the CPU isn’t idle waiting for the drives to perform. As drive technology advances, we can conduct more extensive, faster runs by selecting higher core-count CPUs.
 

“Custom” Dell PowerEdge R760 Server

As the saying goes, the third time’s a charm. This isn’t our first rodeo with smashing records with Pi; we took lessons from our first two iterations to build the best Pi platform. Our first build leveraged a 2U server with 16 NVMe bays and three internal SSD sleds. With 30.72TB Solidigm P5316 SSDs, we contained the swap storage for y-cruncher, but we had to leverage an HDD-based storage server for the output file. It was less than optimal, especially during the end of the write-out phase. Our 2nd platform used the same server, with an external NVMe JBOF attached, which gave us additional NVMe bay—but at the cost of sensitive cabling and unbalanced performance. The downside to both platforms was needing to rely on external hardware throughout the entire y-cruncher run at the cost of added power and additional points of failure.

son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  5

For this run, we wanted to leverage one all-direct-NVMe single server and have enough space for our y-cruncher swap storage and output storage under one sheet-metal roof. Enter the Dell PowerEdge R760 with the 24-bay NVMe Direct Drives backplane. This platform leverages an internal PCIe switch to get all NVMe drives talking to the server simultaneously, bypassing any need for additional hardware or RAID devices. We then pieced together a PCIe riser configuration from multiple R760s in our lab environment, giving us four PCIe slots in the rear for additional U.2 mounted NVMe SSDs. A bonus was taking larger heatsinks off another R760, giving us as much turbo-boost headroom as possible. Direct Liquid Cooling came into our lab a month too late to be implemented in this run.

“The StorageReview Lab Team’s calculation of pi to over 202 trillion digits, achieved using 5th Gen Intel Xeon processor, underscores the power and efficiency of these CPUs. Leveraging the increased core count and advanced performance features of the 5th Gen Xeon processor, this milestone sets a new benchmark in computational mathematics and continues to pave the way for innovations across various scientific and engineering workloads,” said Suzi Jewett, Intel general manager for 5th Gen Intel Xeon Processor Products

While you technically could order a Dell configuration precisely like the one used in this run, it was not something they had lying around and needed to be pieced together. (Maybe Michael will run a limited edition “Pi” batch of R760s with this exact config, custom paint, and the SR logo.)

son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  6

The power supply size was also critical to this run. While most would immediately think the CPUs draw most of the power, having 28 NVMe SSDs under one roof is a considerable power impact. Our build leveraged the 2400W PSUs, which, as it turned out, only barely worked. We had a few near-critical level power draw moments where we would have been underpowered if the system had dropped one power supply connection. This hit early on; power consumption skyrocketed while the CPU loads peaked, and the system increased I/O activity to all SSDs. If we had to do this again, the 2800W models would have been preferred.

Performance Specs

Technical Highlights

  • Total Digits Calculated: 202,112,290,000,000
  • Hardware Used: Dell PowerEdge R760 with 2x Intel Xeon 8592+ CPUs, 1TB DDR5 DRAM, 28x Solidigm 61.44TB P5336
  • Software and Algorithms: y-cruncher v0.8.3.9532-d2, Chudnovsky
  • Data Storage: 3.76PB written per Drive, 82.7PB across the 22 disks for swap array
  • Calculation Duration: 100.673 Days

y-cruncher Telemetry

  • Logical Largest Checkpoint: 305,175,690,291,376 ( 278 TiB)
  • Logical Peak Disk Usage: 1,053,227,481,637,440 ( 958 TiB)
  • Logical Disk Bytes Read: 102,614,191,450,271,272 (91.1 PiB)
  • Logical Disk Bytes Written: 88,784,496,475,376,328 (78.9 PiB)
  • Start Date: Tue Feb 6 16:09:07 2024
  • End Date: Mon May 20 05:43:16 2024
  • Pi: 7,272,017.696 seconds, 84.167 Days
  • Total Computation Time: 8,698,188.428 seconds, 100.673 Days
  • Start-to-End Wall Time: 8,944,449.095 seconds, 103.524 Days

The largest known digit of Pi is 2, at position 202,112,290,000,000 (two hundred two trillion, one hundred twelve billion, two hundred ninety million).

son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  7

Broader Implications

While calculating pi to such a vast number of digits might appear to be an abstract challenge, the practical applications and techniques developed during this project have far-reaching implications. These advancements can enhance various computational tasks, from cryptography to complex simulations in physics and engineering.

The recent 202 trillion digit pi calculation highlights significant advancements in storage density and total cost of ownership (TCO). Our setup achieved an astonishing 1.720 petabytes of NVMe SSD storage within a single 2U chassis. This density represents a leap forward in data storage capabilities, especially considering the total power consumption peaked at only 2.4kW under full CPU and drive load.

This energy efficiency contrasts traditional HPC record runs that consume significantly more power and generate excessive heat. Power consumption increases exponentially when you factor in additional nodes for scale-out storage systems if you need to expand low-capacity shared storage compared to high-density local storage. Heat management is critical, especially for smaller data centers and server closets. Cooling traditional HPC record systems is no small feat, requiring data center chillers that can draw more power than the equipment running alone. By minimizing power consumption and heat output, our setup offers a more sustainable and manageable solution for small businesses. As a bonus, most of our run was performed with fresh air cooling.

To put this into perspective, imagine the challenges those running with networked shared storage and un-optimized platforms face. Those setups would require one or more data center chillers to keep temps in check. In these environments, every watt saved translates to less cooling required and lower operational costs, making our high-density, low-power approach an ideal choice. Another critical benefit to running a lean and efficient platform for a record run is protecting the entire setup with battery backup hardware. As mentioned earlier, you would need battery backups for compute servers, switching, storage servers, chillers, and water pumps to keep it alive for a good chunk of the year.

Overall, this record-breaking achievement showcases the potential of current HPC technologies and underscores the importance of energy efficiency and thermal management in modern computing environments.

Ensuring Accuracy: The Bailey–Borwein–Plouffe Formula

Calculating pi to 202 trillion digits is a monumental task, but ensuring the accuracy of those digits is equally crucial. This is where the Bailey–Borwein–Plouffe (BBP) formula comes into play.

The BBP formula allows us to verify pi’s binary digits in hexadecimal (base 16) format without needing to compute all preceding digits. This is particularly useful for cross-checking sections of our massive calculation.

 

son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  8

 

Two of the verification computations.

Here’s a simplified explanation:

  1. Hexadecimal Output: We first generate pi’s digits in hexadecimal during the main calculation. The BBP formula can compute any arbitrary individual digit of pi in base 16 directly. You can do this with other programs like GPUPI, but y-cruncher also has a built-in function. If you prefer an open-source approach, the formulas are well-known.
  2. Cross-Verification: We can compare these results with our main calculation by calculating specific positions of pi’s hexadecimal digits independently with the BBP formula. If they match, it strongly indicates that our entire sequence is correct. We did this cross-check over six times; here are two of them.

For instance, if our primary calculation produces the same hexadecimal digits as those obtained from the BBP formula at various points, we can confidently assert the accuracy of our digits. This method is not just theoretical; it’s been practically applied in all significant pi calculations, ensuring robustness and reliability in results.

R= Official Run Result, V= Verification Result

  • R: f3f7e2296 822ac6a8c9 7843dacfbc 1eeb4a5893 37088*
  • V: *3f7e2296 822ac6a8c9 7843dacfbc 1eeb4a5893 370888

Astute readers will note that the verifications from the screenshots and the above comparison are a bit shifted(*). While not necessary, since the hex would be affected at the end, we also spot-checked a few other locations (like 100 Trillion and 105 Trillion digits) to ensure the run matched. While it is theoretically possible to calculate any decimal digit of pi using a similar method, it is unclear if that would have precision past a mere 100 Million digits or be even computationally efficient to do so, rather than do the Chudnovsky math and get all of them. (If Eric Weisstein sees this, reach out; I’d like to take a stab at it.)

son şirket davası hakkında StorageReview Lab Breaks Pi Calculation World Record with Over 202 Trillion Digits  9

By integrating this mathematical cross-checking process, we can assure the integrity of our record-breaking 202 trillion digit pi computation, demonstrating our computational precision and commitment to scientific accuracy.

The Road Ahead

The StorageReview Lab Team’s achievement of computing pi to more than 202 trillion digits stands as a powerful testament to the remarkable progress in high-performance computing and storage technologies. This record-breaking accomplishment—powered by Intel Xeon 8592+ CPUs in our Dell PowerEdge R760 and Solidigm 61.44TB QLC NVMe SSDs—highlights how modern hardware can efficiently tackle complex, resource-heavy tasks with unmatched effectiveness. Beyond showcasing the StorageReview team’s expertise, the project’s success emphasizes the potential of today’s HPC infrastructure to push the limits of computational mathematics and other scientific fields.
 
“This new Pi world record is an exciting accomplishment because this computational workload is as intense as many of the AI workloads we are seeing today. Solidigm D5-P5336 61.44TB SSDs have proven, yet again, that the powerful combination of ultra-high capacity, PCIe 4 saturating read performance and high Petabytes written, can withstand and unleash some of today’s most demanding applications,” said Greg Matson, VP, Solidigm’s Data Center Storage Group. “We are thrilled to have had the opportunity to enable another record-breaking attempt to calculate Pi with our partners at Dell Technologies and the experts at StorageReview.”
 
This initiative also delivers valuable insights into optimizing storage density and energy efficiency, clearing the way for more sustainable and manageable computing solutions. As we keep exploring the potential of HPC, the lessons gleaned from this project will surely drive future innovations, benefiting diverse fields ranging from cryptography to engineering. The StorageReview Lab Team’s accomplishment stands as a landmark in computational history, showing that we can reach new heights of scientific discovery and technological progress with the right mix of hardware and expertise.
 

Acknowledgments

The StorageReview Lab Team thanks Solidigm, Dell Technologies, Intel, and y-cruncher Alex Yee for their unwavering support and contributions to this project.

Beijing Qianxing Jietong Technology Co., Ltd.
Sandy Yang/Global Strategy Director
WhatsApp / WeChat: +86 13426366826
Email: yangyd@qianxingdata.com
Website: www.qianxingdata.com/www.storagesserver.com


Business Focus:
ICT Product Distribution/System Integration & Services/Infrastructure Solutions
With 20+ years of IT distribution experience, we partner with leading global brands to deliver reliable products and professional services.
“Using Technology to Build an Intelligent World”Your Trusted ICT Product Service Provider!

İletişim bilgileri
Beijing Qianxing Jietong Technology Co., Ltd.

İlgili kişi: Ms. Sandy Yang

Tel: 13426366826

Sorgunuzu doğrudan bize gönderin (0 / 3000)