After we run the program, we get the following results. First some information about the run is printed.
Simulation started at : 0.000000 Simulation stopped - zero termination count at : 598942.362599 Created - 60028 events Activated - 150048 events Terminated - 60015 events Actual time taken - 11 seconds
Next, the information that is gathered in the histograms is printed. We can see that the employees are busy about 50% of their working hours.
employee usage mean = 50.123, variance = 1718.420, std dev = 41.454 sum of frequencies = 598942 min val = 0.000, max val = 100.000
The statistics of the queue length and waiting times are printed, together with diagrams showing the distribution. Here, only the statistics concerning queue o1 are shown.
queue o1 length mean = 0.107, variance = 0.099, std dev = 0.315 sum of frequencies = 598942 min val = 0.000, max val = 3.000 ------------------------------------------------------------------- queue o1 length 0.00 536006.55#######################################################
1.00 61831.13#
2.00 1095.65 3.00 9.04 4.00 0.00 5.00 0.00 6.00 0.00 7.00 0.00 8.00 0.00 9.00 0.00 ------------------------------------------------------------------- queue o1 waiting mean = 6.402, variance = 183.957, std dev = 13.563 sum of frequencies = 10005 min val = 0.000, max val = 109.040 ------------------------------------------------------------------- queue o1 waiting 0.00 7974.00#######################################################
10.00 627.00
20.00 527.00
30.00 423.00
40.00 273.00## 50.00 108.00 60.00 48.00 70.00 12.00 80.00 8.00 90.00 4.00 over 1.00
Finally, the statistics concerning the total life time of the cases is printed. We can see, for instance, that altough most cases are processed in less than 400.00 time units, 289 cases take more than 400 time units, up to 4271.746 time units.
case lifetime mean = 231.474, variance = 28112.225, std dev = 167.667 sum of frequencies = 10000 min val = 58.738, max val = 4271.746 ------------------------------------------------------------------- case lifetime 0.00 0.00 40.00 9.00 80.00 206.00
120.00 1322.00######################
160.00 2868.00#######################################################
200.00 2863.00#######################################################
240.00 1619.00############################
280.00 606.00#######
320.00 169.00
360.00 49.00# over 289.00