Benchmark

SAT smoke benchmark on March 30, 2026

This page records a small public baseline for the live SAT service on `probqa.com`. The goal was not to stress the worker to its limit. It was to confirm that upload, dispatch, remote execution, and result delivery all work end to end on the public path.

Results

Measured public baseline

Tiny SAT instance

Submission request time: `0.218654 s`
End-to-end completion time: `4.155 s`
Result: `SATISFIABLE`

Tiny UNSAT instance

Submission request time: `0.205141 s`
End-to-end completion time: `4.115 s`
Result: `UNSATISFIABLE`

What this proves

The public SAT queue, worker dispatch, remote execution, and result reporting are all live. The measured times above include network overhead and queue polling.

Inputs

Sample DIMACS files used

Interpretation

How to read this benchmark

Next Step

Run the same sample or upload your own CNF

Trial credits are the fastest way to test the full SAT flow yourself. Use the sample files above or move directly to your own DIMACS instance.