A few known files that could be overwritten mid-execution if there are multiple STS processes:
- We write to runtime_stats/.json. might be the same timestamp for two processes.
- in hassel-c, the tfs directory gets overwritten...
One possible soln: use a file lock to serialize access to those directories.