-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOutput.txt
572 lines (572 loc) · 36.7 KB
/
Output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
Clock Number 0 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 0 : All the inputs are not ready to enter the actor number 1.
Clock Number 0 : Actor number 1 is still free.
Clock Number 0 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 0 : All the inputs are not ready to enter the actor number 3.
Clock Number 0 : Actor number 3 is still free.
Clock Number 0 : All the inputs are not ready to enter the actor number 4.
Clock Number 0 : Actor number 4 is still free.
Clock Number 1 : Actor number 0 is still busy.
Clock Number 1 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 1 : All the inputs are not ready to enter the actor number 1.
Clock Number 1 : Actor number 1 is still free.
Clock Number 1 : All the inputs are not ready to enter the actor number 2.
Clock Number 1 : Actor number 2 is still busy.
Clock Number 1 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 1 : All the inputs are not ready to enter the actor number 3.
Clock Number 1 : Actor number 3 is still free.
Clock Number 1 : All the inputs are not ready to enter the actor number 4.
Clock Number 1 : Actor number 4 is still free.
Clock Number 2 : Actor number 0 is still busy.
Clock Number 2 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 2 : All the inputs are not ready to enter the actor number 1.
Clock Number 2 : Actor number 1 is still free.
Clock Number 2 : All the inputs are not ready to enter the actor number 2.
Clock Number 2 : Actor number 2 is still busy.
Clock Number 2 : All the inputs are not ready to enter the actor number 2.
Clock Number 2 : Actor number 2shooted and now it is free.
Clock Number 2 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 2 : All the inputs are not ready to enter the actor number 4.
Clock Number 2 : Actor number 4 is still free.
Clock Number 3 : Actor number 0 is still busy.
Clock Number 3 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 3 : Actor number 0shooted and now it is free.
Clock Number 3 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 3 : All the inputs are not ready to enter the actor number 2.
Clock Number 3 : Actor number 2 is still free.
Clock Number 3 : All the inputs are not ready to enter the actor number 3.
Clock Number 3 : Actor number 3 is still busy.
Clock Number 3 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 3 : All the inputs are not ready to enter the actor number 4.
Clock Number 3 : Actor number 4 is still free.
Clock Number 4 : Actor number 0 is still busy.
Clock Number 4 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 4 : All the inputs are not ready to enter the actor number 1.
Clock Number 4 : Actor number 1 is still busy.
Clock Number 4 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 4 : All the inputs are not ready to enter the actor number 2.
Clock Number 4 : Actor number 2 is still free.
Clock Number 4 : All the inputs are not ready to enter the actor number 3.
Clock Number 4 : Actor number 3 is still busy.
Clock Number 4 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 4 : All the inputs are not ready to enter the actor number 4.
Clock Number 4 : Actor number 4 is still free.
Clock Number 5 : Actor number 0 is still busy.
Clock Number 5 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 5 : All the inputs are not ready to enter the actor number 1.
Clock Number 5 : Actor number 1 is still busy.
Clock Number 5 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 5 : All the inputs are not ready to enter the actor number 2.
Clock Number 5 : Actor number 2 is still free.
Clock Number 5 : All the inputs are not ready to enter the actor number 3.
Clock Number 5 : Actor number 3 is still busy.
Clock Number 5 : All the inputs are not ready to enter the actor number 3.
Clock Number 5 : Actor number 3shooted and now it is free.
Clock Number 5 : Actor number 4 is still free.
Clock Number 6 : Actor number 0 is still busy.
Clock Number 6 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 6 : Actor number 0shooted and now it is free.
Clock Number 6 : Actor number 1 is still busy.
Clock Number 6 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 6 : All the inputs are not ready to enter the actor number 2.
Clock Number 6 : Actor number 2 is still free.
Clock Number 6 : All the inputs are not ready to enter the actor number 3.
Clock Number 6 : Actor number 3 is still free.
Clock Number 6 : All the inputs are not ready to enter the actor number 4.
Clock Number 6 : Actor number 4 is still free.
Clock Number 7 : Actor number 0 is still busy.
Clock Number 7 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 7 : Actor number 1 is still busy.
Clock Number 7 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 7 : Actor number 1shooted and now it is free.
Clock Number 7 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 7 : All the inputs are not ready to enter the actor number 3.
Clock Number 7 : Actor number 3 is still free.
Clock Number 7 : All the inputs are not ready to enter the actor number 4.
Clock Number 7 : Actor number 4 is still free.
Clock Number 8 : Actor number 0 is still busy.
Clock Number 8 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 8 : All the inputs are not ready to enter the actor number 1.
Clock Number 8 : Actor number 1 is still busy.
Clock Number 8 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 8 : All the inputs are not ready to enter the actor number 2.
Clock Number 8 : Actor number 2 is still busy.
Clock Number 8 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 8 : All the inputs are not ready to enter the actor number 3.
Clock Number 8 : Actor number 3 is still free.
Clock Number 8 : All the inputs are not ready to enter the actor number 4.
Clock Number 8 : Actor number 4 is still free.
Clock Number 9 : Actor number 0 is still busy.
Clock Number 9 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 9 : Actor number 0shooted and now it is free.
Clock Number 9 : Actor number 1 is still busy.
Clock Number 9 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 9 : All the inputs are not ready to enter the actor number 2.
Clock Number 9 : Actor number 2 is still busy.
Clock Number 9 : All the inputs are not ready to enter the actor number 2.
Clock Number 9 : Actor number 2shooted and now it is free.
Clock Number 9 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 9 : All the inputs are not ready to enter the actor number 4.
Clock Number 9 : Actor number 4 is still free.
Clock Number 10 : Actor number 0 is still busy.
Clock Number 10 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 10 : Actor number 1 is still busy.
Clock Number 10 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 10 : All the inputs are not ready to enter the actor number 2.
Clock Number 10 : Actor number 2 is still free.
Clock Number 10 : All the inputs are not ready to enter the actor number 3.
Clock Number 10 : Actor number 3 is still busy.
Clock Number 10 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 10 : All the inputs are not ready to enter the actor number 4.
Clock Number 10 : Actor number 4 is still free.
Clock Number 11 : Actor number 0 is still busy.
Clock Number 11 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 11 : Actor number 1 is still busy.
Clock Number 11 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 11 : Actor number 1shooted and now it is free.
Clock Number 11 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 11 : All the inputs are not ready to enter the actor number 3.
Clock Number 11 : Actor number 3 is still busy.
Clock Number 11 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 11 : All the inputs are not ready to enter the actor number 4.
Clock Number 11 : Actor number 4 is still free.
Clock Number 12 : Actor number 0 is still busy.
Clock Number 12 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 12 : Actor number 0shooted and now it is free.
Clock Number 12 : Actor number 1 is still busy.
Clock Number 12 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 12 : All the inputs are not ready to enter the actor number 2.
Clock Number 12 : Actor number 2 is still busy.
Clock Number 12 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 12 : All the inputs are not ready to enter the actor number 3.
Clock Number 12 : Actor number 3 is still busy.
Clock Number 12 : All the inputs are not ready to enter the actor number 3.
Clock Number 12 : Actor number 3shooted and now it is free.
Clock Number 12 : Actor number 4 is still free.
Clock Number 13 : Actor number 0 is still busy.
Clock Number 13 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 13 : Actor number 1 is still busy.
Clock Number 13 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 13 : All the inputs are not ready to enter the actor number 2.
Clock Number 13 : Actor number 2 is still busy.
Clock Number 13 : All the inputs are not ready to enter the actor number 2.
Clock Number 13 : Actor number 2shooted and now it is free.
Clock Number 13 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 13 : All the inputs are not ready to enter the actor number 4.
Clock Number 13 : Actor number 4 is still free.
Clock Number 14 : Actor number 0 is still busy.
Clock Number 14 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 14 : Actor number 1 is still busy.
Clock Number 14 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 14 : All the inputs are not ready to enter the actor number 2.
Clock Number 14 : Actor number 2 is still free.
Clock Number 14 : All the inputs are not ready to enter the actor number 3.
Clock Number 14 : Actor number 3 is still busy.
Clock Number 14 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 14 : All the inputs are not ready to enter the actor number 4.
Clock Number 14 : Actor number 4 is still free.
Clock Number 15 : Actor number 0 is still busy.
Clock Number 15 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 15 : Actor number 0shooted and now it is free.
Clock Number 15 : Actor number 1 is still busy.
Clock Number 15 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 15 : Actor number 1shooted and now it is free.
Clock Number 15 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 15 : All the inputs are not ready to enter the actor number 3.
Clock Number 15 : Actor number 3 is still busy.
Clock Number 15 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 15 : All the inputs are not ready to enter the actor number 4.
Clock Number 15 : Actor number 4 is still free.
Clock Number 16 : Actor number 0 is still busy.
Clock Number 16 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 16 : Actor number 1 is still busy.
Clock Number 16 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 16 : All the inputs are not ready to enter the actor number 2.
Clock Number 16 : Actor number 2 is still busy.
Clock Number 16 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 16 : All the inputs are not ready to enter the actor number 3.
Clock Number 16 : Actor number 3 is still busy.
Clock Number 16 : All the inputs are not ready to enter the actor number 3.
Clock Number 16 : Actor number 3shooted and now it is free.
Clock Number 16 : Actor number 4 is still free.
Clock Number 17 : Actor number 0 is still busy.
Clock Number 17 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 17 : Actor number 1 is still busy.
Clock Number 17 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 17 : All the inputs are not ready to enter the actor number 2.
Clock Number 17 : Actor number 2 is still busy.
Clock Number 17 : All the inputs are not ready to enter the actor number 2.
Clock Number 17 : Actor number 2shooted and now it is free.
Clock Number 17 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 17 : All the inputs are not ready to enter the actor number 4.
Clock Number 17 : Actor number 4 is still free.
Clock Number 18 : Actor number 0 is still busy.
Clock Number 18 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 18 : Actor number 0shooted and now it is free.
Clock Number 18 : Actor number 1 is still busy.
Clock Number 18 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 18 : All the inputs are not ready to enter the actor number 2.
Clock Number 18 : Actor number 2 is still free.
Clock Number 18 : All the inputs are not ready to enter the actor number 3.
Clock Number 18 : Actor number 3 is still busy.
Clock Number 18 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 18 : All the inputs are not ready to enter the actor number 4.
Clock Number 18 : Actor number 4 is still free.
Clock Number 19 : Actor number 0 is still busy.
Clock Number 19 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 19 : Actor number 1 is still busy.
Clock Number 19 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 19 : Actor number 1shooted and now it is free.
Clock Number 19 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 19 : All the inputs are not ready to enter the actor number 3.
Clock Number 19 : Actor number 3 is still busy.
Clock Number 19 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 19 : All the inputs are not ready to enter the actor number 4.
Clock Number 19 : Actor number 4 is still free.
Clock Number 20 : Actor number 0 is still busy.
Clock Number 20 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 20 : Actor number 1 is still busy.
Clock Number 20 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 20 : All the inputs are not ready to enter the actor number 2.
Clock Number 20 : Actor number 2 is still busy.
Clock Number 20 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 20 : All the inputs are not ready to enter the actor number 3.
Clock Number 20 : Actor number 3 is still busy.
Clock Number 20 : All the inputs are not ready to enter the actor number 3.
Clock Number 20 : Actor number 3shooted and now it is free.
Clock Number 20 : Actor number 4 is still free.
Clock Number 21 : Actor number 0 is still busy.
Clock Number 21 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 21 : Actor number 0shooted and now it is free.
Clock Number 21 : Actor number 1 is still busy.
Clock Number 21 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 21 : All the inputs are not ready to enter the actor number 2.
Clock Number 21 : Actor number 2 is still busy.
Clock Number 21 : All the inputs are not ready to enter the actor number 2.
Clock Number 21 : Actor number 2shooted and now it is free.
Clock Number 21 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 21 : All the inputs are not ready to enter the actor number 4.
Clock Number 21 : Actor number 4 is still free.
Clock Number 22 : Actor number 0 is still busy.
Clock Number 22 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 22 : Actor number 1 is still busy.
Clock Number 22 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 22 : All the inputs are not ready to enter the actor number 2.
Clock Number 22 : Actor number 2 is still free.
Clock Number 22 : All the inputs are not ready to enter the actor number 3.
Clock Number 22 : Actor number 3 is still busy.
Clock Number 22 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 22 : All the inputs are not ready to enter the actor number 4.
Clock Number 22 : Actor number 4 is still free.
Clock Number 23 : Actor number 0 is still busy.
Clock Number 23 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 23 : Actor number 1 is still busy.
Clock Number 23 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 23 : Actor number 1shooted and now it is free.
Clock Number 23 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 23 : All the inputs are not ready to enter the actor number 3.
Clock Number 23 : Actor number 3 is still busy.
Clock Number 23 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 23 : All the inputs are not ready to enter the actor number 4.
Clock Number 23 : Actor number 4 is still free.
Clock Number 24 : Actor number 0 is still busy.
Clock Number 24 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 24 : Actor number 0shooted and now it is free.
Clock Number 24 : Actor number 1 is still busy.
Clock Number 24 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 24 : All the inputs are not ready to enter the actor number 2.
Clock Number 24 : Actor number 2 is still busy.
Clock Number 24 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 24 : All the inputs are not ready to enter the actor number 3.
Clock Number 24 : Actor number 3 is still busy.
Clock Number 24 : All the inputs are not ready to enter the actor number 3.
Clock Number 24 : Actor number 3shooted and now it is free.
Clock Number 24 : Actor number 4 is still free.
Clock Number 25 : Actor number 0 is still busy.
Clock Number 25 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 25 : Actor number 1 is still busy.
Clock Number 25 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 25 : All the inputs are not ready to enter the actor number 2.
Clock Number 25 : Actor number 2 is still busy.
Clock Number 25 : All the inputs are not ready to enter the actor number 2.
Clock Number 25 : Actor number 2shooted and now it is free.
Clock Number 25 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 25 : All the inputs are not ready to enter the actor number 4.
Clock Number 25 : Actor number 4 is still free.
Clock Number 26 : Actor number 0 is still busy.
Clock Number 26 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 26 : Actor number 1 is still busy.
Clock Number 26 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 26 : All the inputs are not ready to enter the actor number 2.
Clock Number 26 : Actor number 2 is still free.
Clock Number 26 : All the inputs are not ready to enter the actor number 3.
Clock Number 26 : Actor number 3 is still busy.
Clock Number 26 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 26 : All the inputs are not ready to enter the actor number 4.
Clock Number 26 : Actor number 4 is still free.
Clock Number 27 : Actor number 0 is still busy.
Clock Number 27 : Actor number 0 is ready to get the inputs so inputs get into the actor.
Clock Number 27 : Actor number 0shooted and now it is free.
Clock Number 27 : Actor number 1 is still busy.
Clock Number 27 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 27 : Actor number 1shooted and now it is free.
Clock Number 27 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 27 : All the inputs are not ready to enter the actor number 3.
Clock Number 27 : Actor number 3 is still busy.
Clock Number 27 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 27 : All the inputs are not ready to enter the actor number 4.
Clock Number 27 : Actor number 4 is still free.
Clock Number 28 : All the inputs are not ready to enter the actor number 0.
Clock Number 28 : Actor number 0 is still busy.
Clock Number 28 : Actor number 0 is still busy and it can shoot in 2 clocks later.
Clock Number 28 : Actor number 1 is still busy.
Clock Number 28 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 28 : All the inputs are not ready to enter the actor number 2.
Clock Number 28 : Actor number 2 is still busy.
Clock Number 28 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 28 : All the inputs are not ready to enter the actor number 3.
Clock Number 28 : Actor number 3 is still busy.
Clock Number 28 : All the inputs are not ready to enter the actor number 3.
Clock Number 28 : Actor number 3shooted and now it is free.
Clock Number 28 : Actor number 4 is still free.
Clock Number 29 : All the inputs are not ready to enter the actor number 0.
Clock Number 29 : Actor number 0 is still busy.
Clock Number 29 : Actor number 0 is still busy and it can shoot in 1 clocks later.
Clock Number 29 : Actor number 1 is still busy.
Clock Number 29 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 29 : All the inputs are not ready to enter the actor number 2.
Clock Number 29 : Actor number 2 is still busy.
Clock Number 29 : All the inputs are not ready to enter the actor number 2.
Clock Number 29 : Actor number 2shooted and now it is free.
Clock Number 29 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 29 : All the inputs are not ready to enter the actor number 4.
Clock Number 29 : Actor number 4 is still free.
Clock Number 30 : All the inputs are not ready to enter the actor number 0.
Clock Number 30 : Actor number 0 is still busy.
Clock Number 30 : All the inputs are not ready to enter the actor number 0.
Clock Number 30 : Actor number 0shooted and now it is free.
Clock Number 30 : Actor number 1 is still busy.
Clock Number 30 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 30 : All the inputs are not ready to enter the actor number 2.
Clock Number 30 : Actor number 2 is still free.
Clock Number 30 : All the inputs are not ready to enter the actor number 3.
Clock Number 30 : Actor number 3 is still busy.
Clock Number 30 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 30 : All the inputs are not ready to enter the actor number 4.
Clock Number 30 : Actor number 4 is still free.
Clock Number 31 : All the inputs are not ready to enter the actor number 0.
Clock Number 31 : Actor number 0 is still free.
Clock Number 31 : Actor number 1 is still busy.
Clock Number 31 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 31 : Actor number 1shooted and now it is free.
Clock Number 31 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 31 : All the inputs are not ready to enter the actor number 3.
Clock Number 31 : Actor number 3 is still busy.
Clock Number 31 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 31 : All the inputs are not ready to enter the actor number 4.
Clock Number 31 : Actor number 4 is still free.
Clock Number 32 : All the inputs are not ready to enter the actor number 0.
Clock Number 32 : Actor number 0 is still free.
Clock Number 32 : Actor number 1 is still busy.
Clock Number 32 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 32 : All the inputs are not ready to enter the actor number 2.
Clock Number 32 : Actor number 2 is still busy.
Clock Number 32 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 32 : All the inputs are not ready to enter the actor number 3.
Clock Number 32 : Actor number 3 is still busy.
Clock Number 32 : All the inputs are not ready to enter the actor number 3.
Clock Number 32 : Actor number 3shooted and now it is free.
Clock Number 32 : Actor number 4 is still free.
Clock Number 33 : All the inputs are not ready to enter the actor number 0.
Clock Number 33 : Actor number 0 is still free.
Clock Number 33 : Actor number 1 is still busy.
Clock Number 33 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 33 : All the inputs are not ready to enter the actor number 2.
Clock Number 33 : Actor number 2 is still busy.
Clock Number 33 : All the inputs are not ready to enter the actor number 2.
Clock Number 33 : Actor number 2shooted and now it is free.
Clock Number 33 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 33 : All the inputs are not ready to enter the actor number 4.
Clock Number 33 : Actor number 4 is still free.
Clock Number 34 : All the inputs are not ready to enter the actor number 0.
Clock Number 34 : Actor number 0 is still free.
Clock Number 34 : Actor number 1 is still busy.
Clock Number 34 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 34 : All the inputs are not ready to enter the actor number 2.
Clock Number 34 : Actor number 2 is still free.
Clock Number 34 : All the inputs are not ready to enter the actor number 3.
Clock Number 34 : Actor number 3 is still busy.
Clock Number 34 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 34 : All the inputs are not ready to enter the actor number 4.
Clock Number 34 : Actor number 4 is still free.
Clock Number 35 : All the inputs are not ready to enter the actor number 0.
Clock Number 35 : Actor number 0 is still free.
Clock Number 35 : Actor number 1 is still busy.
Clock Number 35 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 35 : Actor number 1shooted and now it is free.
Clock Number 35 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 35 : All the inputs are not ready to enter the actor number 3.
Clock Number 35 : Actor number 3 is still busy.
Clock Number 35 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 35 : All the inputs are not ready to enter the actor number 4.
Clock Number 35 : Actor number 4 is still free.
Clock Number 36 : All the inputs are not ready to enter the actor number 0.
Clock Number 36 : Actor number 0 is still free.
Clock Number 36 : Actor number 1 is still busy.
Clock Number 36 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 36 : All the inputs are not ready to enter the actor number 2.
Clock Number 36 : Actor number 2 is still busy.
Clock Number 36 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 36 : All the inputs are not ready to enter the actor number 3.
Clock Number 36 : Actor number 3 is still busy.
Clock Number 36 : All the inputs are not ready to enter the actor number 3.
Clock Number 36 : Actor number 3shooted and now it is free.
Clock Number 36 : Actor number 4 is still free.
Clock Number 37 : All the inputs are not ready to enter the actor number 0.
Clock Number 37 : Actor number 0 is still free.
Clock Number 37 : Actor number 1 is still busy.
Clock Number 37 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 37 : All the inputs are not ready to enter the actor number 2.
Clock Number 37 : Actor number 2 is still busy.
Clock Number 37 : All the inputs are not ready to enter the actor number 2.
Clock Number 37 : Actor number 2shooted and now it is free.
Clock Number 37 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 37 : All the inputs are not ready to enter the actor number 4.
Clock Number 37 : Actor number 4 is still free.
Clock Number 38 : All the inputs are not ready to enter the actor number 0.
Clock Number 38 : Actor number 0 is still free.
Clock Number 38 : Actor number 1 is still busy.
Clock Number 38 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 38 : All the inputs are not ready to enter the actor number 2.
Clock Number 38 : Actor number 2 is still free.
Clock Number 38 : All the inputs are not ready to enter the actor number 3.
Clock Number 38 : Actor number 3 is still busy.
Clock Number 38 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 38 : All the inputs are not ready to enter the actor number 4.
Clock Number 38 : Actor number 4 is still free.
Clock Number 39 : All the inputs are not ready to enter the actor number 0.
Clock Number 39 : Actor number 0 is still free.
Clock Number 39 : Actor number 1 is still busy.
Clock Number 39 : Actor number 1 is ready to get the inputs so inputs get into the actor.
Clock Number 39 : Actor number 1shooted and now it is free.
Clock Number 39 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 39 : All the inputs are not ready to enter the actor number 3.
Clock Number 39 : Actor number 3 is still busy.
Clock Number 39 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 39 : All the inputs are not ready to enter the actor number 4.
Clock Number 39 : Actor number 4 is still free.
Clock Number 40 : All the inputs are not ready to enter the actor number 0.
Clock Number 40 : Actor number 0 is still free.
Clock Number 40 : All the inputs are not ready to enter the actor number 1.
Clock Number 40 : Actor number 1 is still busy.
Clock Number 40 : Actor number 1 is still busy and it can shoot in 3 clocks later.
Clock Number 40 : All the inputs are not ready to enter the actor number 2.
Clock Number 40 : Actor number 2 is still busy.
Clock Number 40 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 40 : All the inputs are not ready to enter the actor number 3.
Clock Number 40 : Actor number 3 is still busy.
Clock Number 40 : All the inputs are not ready to enter the actor number 3.
Clock Number 40 : Actor number 3shooted and now it is free.
Clock Number 40 : Actor number 4 is still free.
Clock Number 41 : All the inputs are not ready to enter the actor number 0.
Clock Number 41 : Actor number 0 is still free.
Clock Number 41 : All the inputs are not ready to enter the actor number 1.
Clock Number 41 : Actor number 1 is still busy.
Clock Number 41 : Actor number 1 is still busy and it can shoot in 2 clocks later.
Clock Number 41 : All the inputs are not ready to enter the actor number 2.
Clock Number 41 : Actor number 2 is still busy.
Clock Number 41 : All the inputs are not ready to enter the actor number 2.
Clock Number 41 : Actor number 2shooted and now it is free.
Clock Number 41 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 41 : All the inputs are not ready to enter the actor number 4.
Clock Number 41 : Actor number 4 is still free.
Clock Number 42 : All the inputs are not ready to enter the actor number 0.
Clock Number 42 : Actor number 0 is still free.
Clock Number 42 : All the inputs are not ready to enter the actor number 1.
Clock Number 42 : Actor number 1 is still busy.
Clock Number 42 : Actor number 1 is still busy and it can shoot in 1 clocks later.
Clock Number 42 : All the inputs are not ready to enter the actor number 2.
Clock Number 42 : Actor number 2 is still free.
Clock Number 42 : All the inputs are not ready to enter the actor number 3.
Clock Number 42 : Actor number 3 is still busy.
Clock Number 42 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 42 : All the inputs are not ready to enter the actor number 4.
Clock Number 42 : Actor number 4 is still free.
Clock Number 43 : All the inputs are not ready to enter the actor number 0.
Clock Number 43 : Actor number 0 is still free.
Clock Number 43 : All the inputs are not ready to enter the actor number 1.
Clock Number 43 : Actor number 1 is still busy.
Clock Number 43 : All the inputs are not ready to enter the actor number 1.
Clock Number 43 : Actor number 1shooted and now it is free.
Clock Number 43 : Actor number 2 is ready to get the inputs so inputs get into the actor.
Clock Number 43 : All the inputs are not ready to enter the actor number 3.
Clock Number 43 : Actor number 3 is still busy.
Clock Number 43 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 43 : All the inputs are not ready to enter the actor number 4.
Clock Number 43 : Actor number 4 is still free.
Clock Number 44 : All the inputs are not ready to enter the actor number 0.
Clock Number 44 : Actor number 0 is still free.
Clock Number 44 : All the inputs are not ready to enter the actor number 1.
Clock Number 44 : Actor number 1 is still free.
Clock Number 44 : All the inputs are not ready to enter the actor number 2.
Clock Number 44 : Actor number 2 is still busy.
Clock Number 44 : Actor number 2 is still busy and it can shoot in 1 clocks later.
Clock Number 44 : All the inputs are not ready to enter the actor number 3.
Clock Number 44 : Actor number 3 is still busy.
Clock Number 44 : All the inputs are not ready to enter the actor number 3.
Clock Number 44 : Actor number 3shooted and now it is free.
Clock Number 44 : Actor number 4 is still free.
Clock Number 45 : All the inputs are not ready to enter the actor number 0.
Clock Number 45 : Actor number 0 is still free.
Clock Number 45 : All the inputs are not ready to enter the actor number 1.
Clock Number 45 : Actor number 1 is still free.
Clock Number 45 : All the inputs are not ready to enter the actor number 2.
Clock Number 45 : Actor number 2 is still busy.
Clock Number 45 : All the inputs are not ready to enter the actor number 2.
Clock Number 45 : Actor number 2shooted and now it is free.
Clock Number 45 : Actor number 3 is ready to get the inputs so inputs get into the actor.
Clock Number 45 : All the inputs are not ready to enter the actor number 4.
Clock Number 45 : Actor number 4 is still free.
Clock Number 46 : All the inputs are not ready to enter the actor number 0.
Clock Number 46 : Actor number 0 is still free.
Clock Number 46 : All the inputs are not ready to enter the actor number 1.
Clock Number 46 : Actor number 1 is still free.
Clock Number 46 : All the inputs are not ready to enter the actor number 2.
Clock Number 46 : Actor number 2 is still free.
Clock Number 46 : All the inputs are not ready to enter the actor number 3.
Clock Number 46 : Actor number 3 is still busy.
Clock Number 46 : Actor number 3 is still busy and it can shoot in 2 clocks later.
Clock Number 46 : All the inputs are not ready to enter the actor number 4.
Clock Number 46 : Actor number 4 is still free.
Clock Number 47 : All the inputs are not ready to enter the actor number 0.
Clock Number 47 : Actor number 0 is still free.
Clock Number 47 : All the inputs are not ready to enter the actor number 1.
Clock Number 47 : Actor number 1 is still free.
Clock Number 47 : All the inputs are not ready to enter the actor number 2.
Clock Number 47 : Actor number 2 is still free.
Clock Number 47 : All the inputs are not ready to enter the actor number 3.
Clock Number 47 : Actor number 3 is still busy.
Clock Number 47 : Actor number 3 is still busy and it can shoot in 1 clocks later.
Clock Number 47 : All the inputs are not ready to enter the actor number 4.
Clock Number 47 : Actor number 4 is still free.
Clock Number 48 : All the inputs are not ready to enter the actor number 0.
Clock Number 48 : Actor number 0 is still free.
Clock Number 48 : All the inputs are not ready to enter the actor number 1.
Clock Number 48 : Actor number 1 is still free.
Clock Number 48 : All the inputs are not ready to enter the actor number 2.
Clock Number 48 : Actor number 2 is still free.
Clock Number 48 : All the inputs are not ready to enter the actor number 3.
Clock Number 48 : Actor number 3 is still busy.
Clock Number 48 : All the inputs are not ready to enter the actor number 3.
Clock Number 48 : Actor number 3shooted and now it is free.
Clock Number 48 : Actor number 4 is still free.
Clock Number 49 : All the inputs are not ready to enter the actor number 0.
Clock Number 49 : Actor number 0 is still free.
Clock Number 49 : All the inputs are not ready to enter the actor number 1.
Clock Number 49 : Actor number 1 is still free.
Clock Number 49 : All the inputs are not ready to enter the actor number 2.
Clock Number 49 : Actor number 2 is still free.
Clock Number 49 : All the inputs are not ready to enter the actor number 3.
Clock Number 49 : Actor number 3 is still free.
Clock Number 49 : All the inputs are not ready to enter the actor number 4.
Clock Number 49 : Actor number 4 is still free.