System.out.println("Starting first transaction.\n");
ut.begin();
tm.enlistForDurableTwoPhase(p1, null);
tm.enlistForDurableTwoPhase(p2, null);
tm.enlistForDurableTwoPhase(p3, null);
tm.enlistForDurableTwoPhase(p4, null);
TxContext ctx = tm.suspend();