
Benchmarking
Probabilistic Safety Assessment with a Five-Top-Level-Events-in-Series Model
Probabilistic safety assessments (PSAs) are the primary tool engineers use to quantify the risk of critical fault events in complex facilities. The fault-tree method computes the likelihood of top-level failures by propagating uncertainties through a PSA model. This is a task that is computationally expensive when approached with traditional Monte Carlo methods. This benchmark runs the SCRAM [1] model-analysis tool over the Signaloid Compute Engine to demonstrate the speedups that running over Signaloid’s compute platform enables. The input to SCRAM is a system with five possible top-level events in series, in Open-PSA model exchange format.

Figure 1. Monte Carlo UQ implementation
When running on the Signaloid Cloud Compute Engine (SCCE), the implementation of SCRAM replaces the usual approach of sampling followed by evaluation of each sample, with a direct computation on a representation of the probability distribution across samples. Thus, in a single computation, SCRAM running on SCCE can compute the same type of output distribution that would take a Monte Carlo simulation thousands or hundreds of thousands of iterations.

Figure 2. Signaloid UQ implementation
SCRAM, evaluating the Five-Top-Level-Events-in-Series model, and running on a single-threaded Signaloid C0Pro-M core, achieves runtimes 35× faster than an optimized C-language Monte-Carlo-based implementation (i.e., the industry standard and status quo) running on an Amazon EC2 R7iz instance. With 95% confidence, a 91k-iteration Monte Carlo implementation matches the accuracy of the Signaloid UxHw-based version. By replacing batch-processing with instantaneous computation, Signaloid enables real-time monitoring rather than deferred or only retrospective analysis.
Key Performance Indicator
Signaloid Platform Solution
Competing Solution
Signaloid Benefit
Speed for the same uncertainty quantification accuracy.
Run existing non-Monte-Carlo code and use either the Signaloid Compute Engine's automated ingestion of distribution information, or use the Signaloid UxHw API to set program variables as probability distributions.
Run existing Monte Carlo code, or, starting from non-Monte-Carlo code, modify code to implement Monte Carlo sampling, iteration, and aggregation of the results from the Monte Carlo iterations of the computation.
35x faster execution time than 91.1k-iteration Monte Carlo, while achieving same fidelity of full distribution result.

Plot of output distribution when running on a Signaloid C0Pro-M core that provides the 35× speedup.

Plot of the output of an 91.1k-iteration Monte Carlo for this use case. Signaloid C0Pro-M core is 35× faster than this Monte Carlo, while achieving the same or better Wasserstein distance to the ground-truth (20M-iteration) Monte Carlo.

Plot of ground truth (20M-iteration) Monte Carlo.
Benchmarking Methodology
Monte Carlo simulations work by statistical sampling and therefore each multi-iteration Monte Carlo run will result in a slightly different output distribution. By contrast, Signaloid's platform is deterministic and each run produces the same distribution for a given Signaloid C0 core type.
The performance improvements are calculated by comparing Signaloid's platform with a Monte Carlo simulation of a similar quality of distribution. First, we run a large Monte Carlo simulation (about 50M iterations) on an AWS r7iz high-performance AWS instance: We use this distribution result as a baseline or ground truth reference of distribution quality. Then we calculate the performance of Signaloid's technology, and compare it with the performance of a Monte Carlo iteration count where the output distribution's Wasserstein distance (to the output distribution of the ground truth reference) is as accurate as the Signaloid-core-executed algorithm's output distribution, with 95% confidence level.
Performance data based on Fall 2025 release of Signaloid's technology.