public void testJacobCell1() throws IOException {
ExecutionQueueImpl fsoup = new ExecutionQueueImpl(null);
JacobVPU vpu = new JacobVPU(fsoup, new CellTest1());
while (vpu.execute()) {
vpu.flush();
ByteArrayOutputStream bos = new ByteArrayOutputStream();
fsoup.write(bos);
bos.close();
System.err.println("CONTINUATION SIZE: " + bos.size());