kissat_pre
Awards
Status
exits with code 1 instead of 20 when the formula is refuted by its preprocessing (the s UNSATISFIABLE line is correct); search results use the standard codes
Licence
permissive You can use it, modify it and ship it in your own software, commercial or not, as long as you keep the copyright notices.
- MIT License MIT · permissive
Use, modify and redistribute freely, in source or binary form, as long as the copyright notice and the licence text stay with the code. This is MiniSat's licence, inherited by most of its descendants. Full text
Read from licence file kissat_pre/sources/LICENSE; this summary is informative, the licence text prevails. Corrections welcome by pull request.
Build it and run it
pip install satex && satex build kissat-pre:2022 docker run --rm -v $PWD:/data satex/kissat-pre:2022 instance.cnf proof.out
This image is not on Docker Hub yet (checked 2026-09-25): the images are pushed in batches, and some entries cannot be built. Until then, satex build makes it on your machine from the archived sources and the recipe below, and the run command is the same. Mount the directory that holds your instance on /data; the proof file is optional. Its full provenance is kept: the archived sources, the pinned build environment and the recipe are all listed below, and satex build kissat-pre:2022 rebuilds the same image on your own machine if you would rather not trust ours (slower, same solver).
Download the sources kissat_pre.zip, the competition submission as archived by SAT Heritage, to build it yourself with the recipe below. Downloaded 10 times.
- Licence
- MIT (licence file kissat_pre/sources/LICENSE)
- Image
satex/kissat-pre:2022- Command
./kissat --default FILECNF- Compressed input
- read natively
- Competition
- SAT Competition 2022
How it is built
- Recipe
- configure and make
- Builder
generic/starexec-v2- Environment
debian:bullseye-20220711-slim@sha256:f576b8067b77ff85c70725c976b7b6cde960898e2f19b9abab3fb148407614e2· APT snapshot 20220711T000000Z- Sources
- kissat_pre.zip
Last verification
Run on 2026-09-17.
Build
| build-environment | ok | |
| builder-base-image | ok | |
| compile | ok | |
| docker-engine | ok | |
| image-assemble | ok | |
| runtime-base | ok | |
| runtime-base-image | ok | |
| runtime-dependencies | ok | |
| source-download | ok | |
| source-extract | ok |
Tests
| launch | ok | |
| sat-gzip-model | ok | |
| sat-gzip-result | ok | SAT |
| sat-gzip-termination | ok | SAT |
| sat-model | ok | |
| sat-result | ok | SAT |
| sat-termination | ok | SAT |
| unsat-proof-run-result | fail | expected return code 20 (or wrapper code 0), got 1 |
| unsat-proof-run-termination | ok | 1 |
| unsat-result | fail | expected return code 20 (or wrapper code 0), got 1 |
| unsat-termination | ok | 1 |