-
Notifications
You must be signed in to change notification settings - Fork 0
/
output04.txt
317 lines (313 loc) · 21.6 KB
/
output04.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
Process A (arrival time 9 ms) 16 CPU bursts (tau 100ms)
Process B (arrival time 18 ms) 21 CPU bursts (tau 100ms)
Process C (arrival time 42 ms) 4 CPU bursts (tau 100ms)
Process D (arrival time 156 ms) 11 CPU bursts (tau 100ms)
Process E (arrival time 134 ms) 55 CPU bursts (tau 100ms)
Process F (arrival time 106 ms) 34 CPU bursts (tau 100ms)
Process G (arrival time 65 ms) 80 CPU bursts (tau 100ms)
Process H (arrival time 11 ms) 83 CPU bursts (tau 100ms)
Process I (arrival time 68 ms) 77 CPU bursts (tau 100ms)
Process J (arrival time 0 ms) 10 CPU bursts (tau 100ms)
Process K (arrival time 7 ms) 13 CPU bursts (tau 100ms)
Process L (arrival time 189 ms) 7 CPU bursts (tau 100ms)
Process M (arrival time 16 ms) 48 CPU bursts (tau 100ms)
Process N (arrival time 122 ms) 31 CPU bursts (tau 100ms)
Process O (arrival time 29 ms) 31 CPU bursts (tau 100ms)
Process P (arrival time 159 ms) 16 CPU bursts (tau 100ms)
time 0ms: Simulator started for FCFS [Q empty]
time 0ms: Process J arrived; added to ready queue [Q J]
time 2ms: Process J started using the CPU for 40ms burst [Q empty]
time 7ms: Process K arrived; added to ready queue [Q K]
time 9ms: Process A arrived; added to ready queue [Q KA]
time 11ms: Process H arrived; added to ready queue [Q KAH]
time 16ms: Process M arrived; added to ready queue [Q KAHM]
time 18ms: Process B arrived; added to ready queue [Q KAHMB]
time 29ms: Process O arrived; added to ready queue [Q KAHMBO]
time 42ms: Process J completed a CPU burst; 9 bursts to go [Q KAHMBO]
time 42ms: Process J switching out of CPU; will block on I/O until time 74ms [Q KAHMBO]
time 42ms: Process C arrived; added to ready queue [Q KAHMBOC]
time 46ms: Process K started using the CPU for 64ms burst [Q AHMBOC]
time 65ms: Process G arrived; added to ready queue [Q AHMBOCG]
time 68ms: Process I arrived; added to ready queue [Q AHMBOCGI]
time 74ms: Process J completed I/O; added to ready queue [Q AHMBOCGIJ]
time 106ms: Process F arrived; added to ready queue [Q AHMBOCGIJF]
time 110ms: Process K completed a CPU burst; 12 bursts to go [Q AHMBOCGIJF]
time 110ms: Process K switching out of CPU; will block on I/O until time 1072ms [Q AHMBOCGIJF]
time 114ms: Process A started using the CPU for 56ms burst [Q HMBOCGIJF]
time 122ms: Process N arrived; added to ready queue [Q HMBOCGIJFN]
time 134ms: Process E arrived; added to ready queue [Q HMBOCGIJFNE]
time 156ms: Process D arrived; added to ready queue [Q HMBOCGIJFNED]
time 159ms: Process P arrived; added to ready queue [Q HMBOCGIJFNEDP]
time 170ms: Process A completed a CPU burst; 15 bursts to go [Q HMBOCGIJFNEDP]
time 170ms: Process A switching out of CPU; will block on I/O until time 402ms [Q HMBOCGIJFNEDP]
time 174ms: Process H started using the CPU for 96ms burst [Q MBOCGIJFNEDP]
time 189ms: Process L arrived; added to ready queue [Q MBOCGIJFNEDPL]
time 270ms: Process H completed a CPU burst; 82 bursts to go [Q MBOCGIJFNEDPL]
time 270ms: Process H switching out of CPU; will block on I/O until time 942ms [Q MBOCGIJFNEDPL]
time 274ms: Process M started using the CPU for 22ms burst [Q BOCGIJFNEDPL]
time 296ms: Process M completed a CPU burst; 47 bursts to go [Q BOCGIJFNEDPL]
time 296ms: Process M switching out of CPU; will block on I/O until time 468ms [Q BOCGIJFNEDPL]
time 300ms: Process B started using the CPU for 106ms burst [Q OCGIJFNEDPL]
time 402ms: Process A completed I/O; added to ready queue [Q OCGIJFNEDPLA]
time 406ms: Process B completed a CPU burst; 20 bursts to go [Q OCGIJFNEDPLA]
time 406ms: Process B switching out of CPU; will block on I/O until time 1968ms [Q OCGIJFNEDPLA]
time 410ms: Process O started using the CPU for 156ms burst [Q CGIJFNEDPLA]
time 468ms: Process M completed I/O; added to ready queue [Q CGIJFNEDPLAM]
time 566ms: Process O completed a CPU burst; 30 bursts to go [Q CGIJFNEDPLAM]
time 566ms: Process O switching out of CPU; will block on I/O until time 1238ms [Q CGIJFNEDPLAM]
time 570ms: Process C started using the CPU for 94ms burst [Q GIJFNEDPLAM]
time 664ms: Process C completed a CPU burst; 3 bursts to go [Q GIJFNEDPLAM]
time 664ms: Process C switching out of CPU; will block on I/O until time 2246ms [Q GIJFNEDPLAM]
time 668ms: Process G started using the CPU for 70ms burst [Q IJFNEDPLAM]
time 738ms: Process G completed a CPU burst; 79 bursts to go [Q IJFNEDPLAM]
time 738ms: Process G switching out of CPU; will block on I/O until time 1050ms [Q IJFNEDPLAM]
time 742ms: Process I started using the CPU for 220ms burst [Q JFNEDPLAM]
time 942ms: Process H completed I/O; added to ready queue [Q JFNEDPLAMH]
time 962ms: Process I completed a CPU burst; 76 bursts to go [Q JFNEDPLAMH]
time 962ms: Process I switching out of CPU; will block on I/O until time 1154ms [Q JFNEDPLAMH]
time 966ms: Process J started using the CPU for 204ms burst [Q FNEDPLAMH]
time 4247ms: Process C terminated [Q IHJNKEB]
time 8522ms: Process L terminated [Q DIPGNEFBJ]
time 9024ms: Process J terminated [Q ODKHN]
time 14007ms: Process D terminated [Q I]
time 14548ms: Process K terminated [Q empty]
time 16464ms: Process A terminated [Q IBNGHM]
time 22473ms: Process B terminated [Q HOF]
time 25149ms: Process P terminated [Q GEHNM]
time 32371ms: Process F terminated [Q H]
time 35911ms: Process N terminated [Q H]
time 36171ms: Process O terminated [Q E]
time 50419ms: Process E terminated [Q empty]
time 53366ms: Process M terminated [Q empty]
time 72201ms: Process H terminated [Q empty]
time 75337ms: Process I terminated [Q empty]
time 78350ms: Process G terminated [Q empty]
time 78352ms: Simulator ended for FCFS [Q empty]
time 0ms: Simulator started for SJF [Q empty]
time 0ms: Process J (tau 100ms) arrived; added to ready queue [Q J]
time 2ms: Process J (tau 100ms) started using the CPU for 40ms burst [Q empty]
time 7ms: Process K (tau 100ms) arrived; added to ready queue [Q K]
time 9ms: Process A (tau 100ms) arrived; added to ready queue [Q KA]
time 11ms: Process H (tau 100ms) arrived; added to ready queue [Q KAH]
time 16ms: Process M (tau 100ms) arrived; added to ready queue [Q KAHM]
time 18ms: Process B (tau 100ms) arrived; added to ready queue [Q KAHMB]
time 29ms: Process O (tau 100ms) arrived; added to ready queue [Q KAHMBO]
time 42ms: Process C (tau 100ms) arrived; added to ready queue [Q KAHMBOC]
time 42ms: Process J (tau 100ms) completed a CPU burst; 9 bursts to go [Q KAHMBOC]
time 42ms: Recalculated tau from 100ms to 55ms for process J [Q KAHMBOC]
time 42ms: Process J switching out of CPU; will block on I/O until time 74ms [Q KAHMBOC]
time 46ms: Process K (tau 100ms) started using the CPU for 64ms burst [Q AHMBOC]
time 65ms: Process G (tau 100ms) arrived; added to ready queue [Q AHMBOCG]
time 68ms: Process I (tau 100ms) arrived; added to ready queue [Q AHMBOCGI]
time 74ms: Process J (tau 55ms) completed I/O; added to ready queue [Q AHMBOCGIJ]
time 106ms: Process F (tau 100ms) arrived; added to ready queue [Q AHMBOCGIJF]
time 110ms: Process K (tau 100ms) completed a CPU burst; 12 bursts to go [Q AHMBOCGIJF]
time 110ms: Recalculated tau from 100ms to 73ms for process K [Q AHMBOCGIJF]
time 110ms: Process K switching out of CPU; will block on I/O until time 1072ms [Q AHMBOCGIJF]
time 114ms: Process A (tau 100ms) started using the CPU for 56ms burst [Q HMBOCGIJF]
time 122ms: Process N (tau 100ms) arrived; added to ready queue [Q HMBOCGIJFN]
time 134ms: Process E (tau 100ms) arrived; added to ready queue [Q HMBOCGIJFNE]
time 156ms: Process D (tau 100ms) arrived; added to ready queue [Q HMBOCGIJFNED]
time 159ms: Process P (tau 100ms) arrived; added to ready queue [Q HMBOCGIJFNEDP]
time 170ms: Process A (tau 100ms) completed a CPU burst; 15 bursts to go [Q HMBOCGIJFNEDP]
time 170ms: Recalculated tau from 100ms to 67ms for process A [Q HMBOCGIJFNEDP]
time 170ms: Process A switching out of CPU; will block on I/O until time 402ms [Q HMBOCGIJFNEDP]
time 174ms: Process H (tau 100ms) started using the CPU for 96ms burst [Q MBOCGIJFNEDP]
time 189ms: Process L (tau 100ms) arrived; added to ready queue [Q MBOCGIJFNEDPL]
time 270ms: Process H (tau 100ms) completed a CPU burst; 82 bursts to go [Q MBOCGIJFNEDPL]
time 270ms: Recalculated tau from 100ms to 97ms for process H [Q MBOCGIJFNEDPL]
time 270ms: Process H switching out of CPU; will block on I/O until time 942ms [Q MBOCGIJFNEDPL]
time 274ms: Process M (tau 100ms) started using the CPU for 22ms burst [Q BOCGIJFNEDPL]
time 296ms: Process M (tau 100ms) completed a CPU burst; 47 bursts to go [Q BOCGIJFNEDPL]
time 296ms: Recalculated tau from 100ms to 42ms for process M [Q BOCGIJFNEDPL]
time 296ms: Process M switching out of CPU; will block on I/O until time 468ms [Q BOCGIJFNEDPL]
time 300ms: Process B (tau 100ms) started using the CPU for 106ms burst [Q OCGIJFNEDPL]
time 402ms: Process A (tau 67ms) completed I/O; added to ready queue [Q OCGIJFNEDPLA]
time 406ms: Process B (tau 100ms) completed a CPU burst; 20 bursts to go [Q OCGIJFNEDPLA]
time 406ms: Recalculated tau from 100ms to 105ms for process B [Q OCGIJFNEDPLA]
time 406ms: Process B switching out of CPU; will block on I/O until time 1968ms [Q OCGIJFNEDPLA]
time 410ms: Process O (tau 100ms) started using the CPU for 156ms burst [Q CGIJFNEDPLA]
time 468ms: Process M (tau 42ms) completed I/O; added to ready queue [Q CGIJFNEDPLAM]
time 566ms: Process O (tau 100ms) completed a CPU burst; 30 bursts to go [Q CGIJFNEDPLAM]
time 566ms: Recalculated tau from 100ms to 142ms for process O [Q CGIJFNEDPLAM]
time 566ms: Process O switching out of CPU; will block on I/O until time 1238ms [Q CGIJFNEDPLAM]
time 570ms: Process C (tau 100ms) started using the CPU for 94ms burst [Q GIJFNEDPLAM]
time 664ms: Process C (tau 100ms) completed a CPU burst; 3 bursts to go [Q GIJFNEDPLAM]
time 664ms: Recalculated tau from 100ms to 96ms for process C [Q GIJFNEDPLAM]
time 664ms: Process C switching out of CPU; will block on I/O until time 2246ms [Q GIJFNEDPLAM]
time 668ms: Process G (tau 100ms) started using the CPU for 70ms burst [Q IJFNEDPLAM]
time 738ms: Process G (tau 100ms) completed a CPU burst; 79 bursts to go [Q IJFNEDPLAM]
time 738ms: Recalculated tau from 100ms to 78ms for process G [Q IJFNEDPLAM]
time 738ms: Process G switching out of CPU; will block on I/O until time 1050ms [Q IJFNEDPLAM]
time 742ms: Process I (tau 100ms) started using the CPU for 220ms burst [Q JFNEDPLAM]
time 942ms: Process H (tau 97ms) completed I/O; added to ready queue [Q JFNEDPLAMH]
time 962ms: Process I (tau 100ms) completed a CPU burst; 76 bursts to go [Q JFNEDPLAMH]
time 962ms: Recalculated tau from 100ms to 190ms for process I [Q JFNEDPLAMH]
time 962ms: Process I switching out of CPU; will block on I/O until time 1154ms [Q JFNEDPLAMH]
time 966ms: Process J (tau 55ms) started using the CPU for 204ms burst [Q FNEDPLAMH]
time 4247ms: Process C terminated [Q IHJNKEB]
time 8520ms: Process L terminated [Q DIPGNEFBJ]
time 9020ms: Process J terminated [Q ODKHN]
time 14001ms: Process D terminated [Q I]
time 14542ms: Process K terminated [Q empty]
time 16458ms: Process A terminated [Q IBNGHM]
time 22465ms: Process B terminated [Q HOF]
time 25034ms: Process P terminated [Q G]
time 32294ms: Process F terminated [Q IHN]
time 36145ms: Process N terminated [Q GE]
time 36830ms: Process O terminated [Q empty]
time 50385ms: Process E terminated [Q H]
time 53268ms: Process M terminated [Q empty]
time 72369ms: Process H terminated [Q empty]
time 75505ms: Process I terminated [Q empty]
time 78518ms: Process G terminated [Q empty]
time 78520ms: Simulator ended for SJF [Q empty]
time 0ms: Simulator started for SRT [Q empty]
time 0ms: Process J (tau 100ms) arrived; added to ready queue [Q J]
time 2ms: Process J (tau 100ms) started using the CPU for 40ms burst [Q empty]
time 7ms: Process K (tau 100ms) arrived; added to ready queue [Q K]
time 9ms: Process A (tau 100ms) arrived; added to ready queue [Q KA]
time 11ms: Process H (tau 100ms) arrived; added to ready queue [Q AKH]
time 16ms: Process M (tau 100ms) arrived; added to ready queue [Q AHKM]
time 18ms: Process B (tau 100ms) arrived; added to ready queue [Q AHKMB]
time 29ms: Process O (tau 100ms) arrived; added to ready queue [Q ABHKMO]
time 42ms: Process J (tau 100ms) completed a CPU burst; 9 bursts to go [Q ABHKMO]
time 42ms: Recalculated tau from 100ms to 55ms for process J [Q ABHKMO]
time 42ms: Process J switching out of CPU; will block on I/O until time 74ms [Q ABHKMO]
time 42ms: Process C (tau 100ms) arrived; added to ready queue [Q ABHKMOC]
time 46ms: Process A (tau 100ms) started using the CPU for 56ms burst [Q BHKMOC]
time 65ms: Process G (tau 100ms) arrived; added to ready queue [Q BCHKMOG]
time 68ms: Process I (tau 100ms) arrived; added to ready queue [Q BCGHKMOI]
time 74ms: Process J (tau 55ms) completed I/O; added to ready queue [Q BCGHKMOIJ]
time 102ms: Process A (tau 100ms) completed a CPU burst; 15 bursts to go [Q BCGHKMOIJ]
time 102ms: Recalculated tau from 100ms to 67ms for process A [Q BCGHKMOIJ]
time 102ms: Process A switching out of CPU; will block on I/O until time 334ms [Q BCGHKMOIJ]
time 106ms: Process B (tau 100ms) started using the CPU for 106ms burst [Q CGHKMOIJ]
time 106ms: Process F (tau 100ms) arrived; added to ready queue [Q CGHIJKMOF]
time 122ms: Process N (tau 100ms) arrived; added to ready queue [Q CFGHIJKMON]
time 134ms: Process E (tau 100ms) arrived; added to ready queue [Q CFGHIJKMNOE]
time 156ms: Process D (tau 100ms) arrived; added to ready queue [Q CEFGHIJKMNOD]
time 159ms: Process P (tau 100ms) arrived; added to ready queue [Q CDEFGHIJKMNOP]
time 189ms: Process L (tau 100ms) arrived; added to ready queue [Q CDEFGHIJKMNOPL]
time 212ms: Process B (tau 100ms) completed a CPU burst; 20 bursts to go [Q CDEFGHIJKMNOPL]
time 212ms: Recalculated tau from 100ms to 105ms for process B [Q CDEFGHIJKMNOPL]
time 212ms: Process B switching out of CPU; will block on I/O until time 1774ms [Q CDEFGHIJKMNOPL]
time 216ms: Process C (tau 100ms) started using the CPU for 94ms burst [Q DEFGHIJKMNOPL]
time 310ms: Process C (tau 100ms) completed a CPU burst; 3 bursts to go [Q DEFGHIJKMNOPL]
time 310ms: Recalculated tau from 100ms to 96ms for process C [Q DEFGHIJKMNOPL]
time 310ms: Process C switching out of CPU; will block on I/O until time 1892ms [Q DEFGHIJKMNOPL]
time 314ms: Process D (tau 100ms) started using the CPU for 148ms burst [Q EFGHIJKMNOPL]
time 334ms: Process A (tau 67ms) completed I/O; added to ready queue [Q EFGHIJKMNOPLA]
time 462ms: Process D (tau 100ms) completed a CPU burst; 10 bursts to go [Q EFGHIJKMNOPLA]
time 462ms: Recalculated tau from 100ms to 136ms for process D [Q EFGHIJKMNOPLA]
time 462ms: Process D switching out of CPU; will block on I/O until time 484ms [Q EFGHIJKMNOPLA]
time 466ms: Process E (tau 100ms) started using the CPU for 152ms burst [Q FGHIJKMNOPLA]
time 484ms: Process D (tau 136ms) completed I/O; added to ready queue [Q FGHIJKMNOPLAD]
time 618ms: Process E (tau 100ms) completed a CPU burst; 54 bursts to go [Q FGHIJKMNOPLAD]
time 618ms: Recalculated tau from 100ms to 139ms for process E [Q FGHIJKMNOPLAD]
time 618ms: Process E switching out of CPU; will block on I/O until time 1080ms [Q FGHIJKMNOPLAD]
time 622ms: Process F (tau 100ms) started using the CPU for 129ms burst [Q GHIJKMNOPLAD]
time 751ms: Process F (tau 100ms) completed a CPU burst; 33 bursts to go [Q GHIJKMNOPLAD]
time 751ms: Recalculated tau from 100ms to 122ms for process F [Q GHIJKMNOPLAD]
time 751ms: Process F switching out of CPU; will block on I/O until time 1323ms [Q GHIJKMNOPLAD]
time 755ms: Process G (tau 100ms) started using the CPU for 70ms burst [Q HIJKMNOPLAD]
time 825ms: Process G (tau 100ms) completed a CPU burst; 79 bursts to go [Q HIJKMNOPLAD]
time 825ms: Recalculated tau from 100ms to 78ms for process G [Q HIJKMNOPLAD]
time 825ms: Process G switching out of CPU; will block on I/O until time 1137ms [Q HIJKMNOPLAD]
time 829ms: Process H (tau 100ms) started using the CPU for 96ms burst [Q IJKMNOPLAD]
time 925ms: Process H (tau 100ms) completed a CPU burst; 82 bursts to go [Q IJKMNOPLAD]
time 925ms: Recalculated tau from 100ms to 97ms for process H [Q IJKMNOPLAD]
time 925ms: Process H switching out of CPU; will block on I/O until time 1597ms [Q IJKMNOPLAD]
time 929ms: Process I (tau 100ms) started using the CPU for 220ms burst [Q JKMNOPLAD]
time 4505ms: Process C terminated [Q EIHGFDAJN]
time 8627ms: Process L terminated [Q KPJIGHNE]
time 8734ms: Process J terminated [Q IGHNEB]
time 13119ms: Process D terminated [Q PMABF]
time 14772ms: Process K terminated [Q empty]
time 15834ms: Process A terminated [Q BGFOEM]
time 22968ms: Process B terminated [Q GEPNO]
time 24413ms: Process P terminated [Q empty]
time 32700ms: Process F terminated [Q OH]
time 35415ms: Process N terminated [Q empty]
time 36710ms: Process O terminated [Q H]
time 50479ms: Process E terminated [Q G]
time 52115ms: Process M terminated [Q empty]
time 72564ms: Process H terminated [Q empty]
time 74573ms: Process I terminated [Q empty]
time 78791ms: Process G terminated [Q empty]
time 78793ms: Simulator ended for SRT [Q empty]
time 0ms: Simulator started for RR with time slice 64ms [Q empty]
time 0ms: Process J arrived; added to ready queue [Q J]
time 2ms: Process J started using the CPU for 40ms burst [Q empty]
time 7ms: Process K arrived; added to ready queue [Q K]
time 9ms: Process A arrived; added to ready queue [Q KA]
time 11ms: Process H arrived; added to ready queue [Q KAH]
time 16ms: Process M arrived; added to ready queue [Q KAHM]
time 18ms: Process B arrived; added to ready queue [Q KAHMB]
time 29ms: Process O arrived; added to ready queue [Q KAHMBO]
time 42ms: Process J completed a CPU burst; 9 bursts to go [Q KAHMBO]
time 42ms: Process J switching out of CPU; will block on I/O until time 74ms [Q KAHMBO]
time 42ms: Process C arrived; added to ready queue [Q KAHMBOC]
time 46ms: Process K started using the CPU for 64ms burst [Q AHMBOC]
time 65ms: Process G arrived; added to ready queue [Q AHMBOCG]
time 68ms: Process I arrived; added to ready queue [Q AHMBOCGI]
time 74ms: Process J completed I/O; added to ready queue [Q AHMBOCGIJ]
time 106ms: Process F arrived; added to ready queue [Q AHMBOCGIJF]
time 110ms: Process K completed a CPU burst; 12 bursts to go [Q AHMBOCGIJF]
time 110ms: Process K switching out of CPU; will block on I/O until time 1072ms [Q AHMBOCGIJF]
time 114ms: Process A started using the CPU for 56ms burst [Q HMBOCGIJF]
time 122ms: Process N arrived; added to ready queue [Q HMBOCGIJFN]
time 134ms: Process E arrived; added to ready queue [Q HMBOCGIJFNE]
time 156ms: Process D arrived; added to ready queue [Q HMBOCGIJFNED]
time 159ms: Process P arrived; added to ready queue [Q HMBOCGIJFNEDP]
time 170ms: Process A completed a CPU burst; 15 bursts to go [Q HMBOCGIJFNEDP]
time 170ms: Process A switching out of CPU; will block on I/O until time 402ms [Q HMBOCGIJFNEDP]
time 174ms: Process H started using the CPU for 96ms burst [Q MBOCGIJFNEDP]
time 189ms: Process L arrived; added to ready queue [Q MBOCGIJFNEDPL]
time 238ms: Time slice expired; process H preempted with 32ms to go [Q MBOCGIJFNEDPL]
time 242ms: Process M started using the CPU for 22ms burst [Q BOCGIJFNEDPLH]
time 264ms: Process M completed a CPU burst; 47 bursts to go [Q BOCGIJFNEDPLH]
time 264ms: Process M switching out of CPU; will block on I/O until time 436ms [Q BOCGIJFNEDPLH]
time 268ms: Process B started using the CPU for 106ms burst [Q OCGIJFNEDPLH]
time 332ms: Time slice expired; process B preempted with 42ms to go [Q OCGIJFNEDPLH]
time 336ms: Process O started using the CPU for 156ms burst [Q CGIJFNEDPLHB]
time 400ms: Time slice expired; process O preempted with 92ms to go [Q CGIJFNEDPLHB]
time 402ms: Process A completed I/O; added to ready queue [Q CGIJFNEDPLHBOA]
time 404ms: Process C started using the CPU for 94ms burst [Q GIJFNEDPLHBOA]
time 436ms: Process M completed I/O; added to ready queue [Q GIJFNEDPLHBOAM]
time 468ms: Time slice expired; process C preempted with 30ms to go [Q GIJFNEDPLHBOAM]
time 472ms: Process G started using the CPU for 70ms burst [Q IJFNEDPLHBOAMC]
time 536ms: Time slice expired; process G preempted with 6ms to go [Q IJFNEDPLHBOAMC]
time 540ms: Process I started using the CPU for 220ms burst [Q JFNEDPLHBOAMCG]
time 604ms: Time slice expired; process I preempted with 156ms to go [Q JFNEDPLHBOAMCG]
time 608ms: Process J started using the CPU for 204ms burst [Q FNEDPLHBOAMCGI]
time 672ms: Time slice expired; process J preempted with 140ms to go [Q FNEDPLHBOAMCGI]
time 676ms: Process F started using the CPU for 129ms burst [Q NEDPLHBOAMCGIJ]
time 740ms: Time slice expired; process F preempted with 65ms to go [Q NEDPLHBOAMCGIJ]
time 744ms: Process N started using the CPU for 213ms burst [Q EDPLHBOAMCGIJF]
time 808ms: Time slice expired; process N preempted with 149ms to go [Q EDPLHBOAMCGIJF]
time 812ms: Process E started using the CPU for 152ms burst [Q DPLHBOAMCGIJFN]
time 876ms: Time slice expired; process E preempted with 88ms to go [Q DPLHBOAMCGIJFN]
time 880ms: Process D started using the CPU for 148ms burst [Q PLHBOAMCGIJFNE]
time 944ms: Time slice expired; process D preempted with 84ms to go [Q PLHBOAMCGIJFNE]
time 948ms: Process P started using the CPU for 4ms burst [Q LHBOAMCGIJFNED]
time 952ms: Process P completed a CPU burst; 15 bursts to go [Q LHBOAMCGIJFNED]
time 952ms: Process P switching out of CPU; will block on I/O until time 2804ms [Q LHBOAMCGIJFNED]
time 956ms: Process L started using the CPU for 135ms burst [Q HBOAMCGIJFNED]
time 5491ms: Process C terminated [Q NFAKBE]
time 9414ms: Process L terminated [Q FJGAMHN]
time 9779ms: Process J terminated [Q OF]
time 13502ms: Process D terminated [Q EFN]
time 13910ms: Process K terminated [Q MFB]
time 16279ms: Process A terminated [Q OBM]
time 25067ms: Process B terminated [Q MGH]
time 25242ms: Process P terminated [Q M]
time 33577ms: Process F terminated [Q HM]
time 36707ms: Process O terminated [Q HE]
time 37187ms: Process N terminated [Q G]
time 51168ms: Process E terminated [Q empty]
time 53339ms: Process M terminated [Q empty]
time 72726ms: Process H terminated [Q I]
time 76392ms: Process I terminated [Q empty]
time 77577ms: Process G terminated [Q empty]
time 77579ms: Simulator ended for RR [Q empty]