Hi, I have created the checkpoints for different benchmarks using create_checkpoints.py. I do not want to run the benchmarks from the beginning like the script given on github does. I let the benchmark run for a while and then call create_checkpoint to save the state of machine(VM running the benchmark). Now I start the simulation by run_bench.py. I have couple of concerns here:
1. I use -kill-after-finish in qemu configuration input, so I am worried if the disk image gets corrupted by that. I get varied results if I run the same checkpoint again and again from the same image. The variation is less when I use my backup disk image with checkpoints in it every time I run it. 2. Is that correct that run_bench.py is running all the benchmarks checkpoints at the same time? Sometimes I get results for all the benchmarks, sometimes some of them do not finish, sometimes they would finish but their stats file is corrupted. I am seeing all this weird behavior, has anyone else seen this? or if someone can point out where I am going wrong? Thanks. -Saurabh _______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
