Here we provide three sample applications for test purpose.

Every application contains a group of processes(sub jobs), which are together doing matrix addition and multiplication. 

Application 1 contains processes: 
Pr111,Pr112,Pr113,Pr114,Pr115;
Pr121: Pr111,Pr112;
Pr122: Pr113,Pr114;
Pr123: Pr115;
Pr13: Pr121,Pr122;
Pr14: Pr13,Pr123;
Application 2 contains processes:
Pr211,Pr212,Pr213,Pr214;
Pr221: Pr211,Pr212;
Pr222: Pr213,Pr214;
Pr23: Pr221,Pr222;

Application 3 contains only one process: Pr31.

Both appication 1 and 2 are used to test the system's reaction to interdependency among sub jobs.
And application 3 is used to test the system's reaction to independent processes.
