pid2              361 usertests.c      int pid1, pid2, pid3;
pid2              370 usertests.c      pid2 = fork();
pid2              371 usertests.c      if(pid2 == 0)
pid2              394 usertests.c      kill(pid2);