It seems like that the standalone build can be invoked multiple times in parallel, so we should do that to run multiple simulations simultaneously. We just need to make sure that:
- All logs are written to the same directory.
- The seed is different for each simulation run.
- The
-logFile does not overwrite each other.