michael@0: ; Generates a normal process tree michael@0: ; Tree is of the form: michael@0: ; main michael@0: ; \_ c1 michael@0: ; \_ c2 michael@0: michael@0: [main] michael@0: children=c1,c2 michael@0: maxtime=10 michael@0: michael@0: [c1] michael@0: children=c2 michael@0: maxtime=5 michael@0: michael@0: [c2] michael@0: maxtime=5 michael@0: