+ "]");
long startTime = System.currentTimeMillis();
do {
long startRoundTime = System.currentTimeMillis();
Work work = fetchWork(config);
boolean found = sh.scan(work, 1, config.getScanCount());
if (found) {
log.warning("found: " + work.data);
if (submitWork(config, work)) {
log.warning("Yay! Accepted!");
accepted++;