michael@0: ; Generate 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 michael@0: maxtime=10 michael@0: michael@0: [c1] michael@0: children=2*c2 michael@0: maxtime=5 michael@0: michael@0: [c2] michael@0: maxtime=5