For situations where a (modern) Python is not available, it would be convenient if one can execute BenchExec (or at least runexec) as a tool with as few dependencies as possible. Not sure if this is really feasible, but we should investigate.
Possible variants of this:
- A ZIP with a bundled Python and BenchExec, potentially even with a static build of Python, or one that only depends on an (old) libc.
- BenchExec compiled to native code.