printf("throughput is %f, error request is %u\n",throughput,total_sandboxes_error);
exit(0);
printf("throughput is %f, error request is %u global total request %d time is %f worker %d total requests is %u\n",throughput,total_sandboxes_error,atomic_load(&sandbox_state_totals[SANDBOX_COMPLETE]),seconds,worker_thread_idx,total_local_requests);