-
Notifications
You must be signed in to change notification settings - Fork 0
/
output07.txt
304 lines (300 loc) · 20.5 KB
/
output07.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
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 AK]
time 11ms: Process H (tau 100ms) arrived; added to ready queue [Q AHK]
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 ABHKM]
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 ABCHKMO]
time 46ms: Process A (tau 100ms) started using the CPU for 56ms burst [Q BCHKMO]
time 65ms: Process G (tau 100ms) arrived; added to ready queue [Q BCGHKMO]
time 68ms: Process I (tau 100ms) arrived; added to ready queue [Q BCGHIKMO]
time 74ms: Process J (tau 55ms) completed I/O; added to ready queue [Q JBCGHIKMO]
time 102ms: Process A (tau 100ms) completed a CPU burst; 15 bursts to go [Q JBCGHIKMO]
time 102ms: Recalculated tau from 100ms to 67ms for process A [Q JBCGHIKMO]
time 102ms: Process A switching out of CPU; will block on I/O until time 334ms [Q JBCGHIKMO]
time 106ms: Process J (tau 55ms) started using the CPU for 204ms burst [Q BCGHIKMO]
time 106ms: Process F (tau 100ms) arrived; added to ready queue [Q BCFGHIKMO]
time 122ms: Process N (tau 100ms) arrived; added to ready queue [Q BCFGHIKMNO]
time 134ms: Process E (tau 100ms) arrived; added to ready queue [Q BCEFGHIKMNO]
time 156ms: Process D (tau 100ms) arrived; added to ready queue [Q BCDEFGHIKMNO]
time 159ms: Process P (tau 100ms) arrived; added to ready queue [Q BCDEFGHIKMNOP]
time 189ms: Process L (tau 100ms) arrived; added to ready queue [Q BCDEFGHIKLMNOP]
time 310ms: Process J (tau 55ms) completed a CPU burst; 8 bursts to go [Q BCDEFGHIKLMNOP]
time 310ms: Recalculated tau from 55ms to 167ms for process J [Q BCDEFGHIKLMNOP]
time 310ms: Process J switching out of CPU; will block on I/O until time 1012ms [Q BCDEFGHIKLMNOP]
time 314ms: Process B (tau 100ms) started using the CPU for 106ms burst [Q CDEFGHIKLMNOP]
time 334ms: Process A (tau 67ms) completed I/O; added to ready queue [Q ACDEFGHIKLMNOP]
time 420ms: Process B (tau 100ms) completed a CPU burst; 20 bursts to go [Q ACDEFGHIKLMNOP]
time 420ms: Recalculated tau from 100ms to 105ms for process B [Q ACDEFGHIKLMNOP]
time 420ms: Process B switching out of CPU; will block on I/O until time 1982ms [Q ACDEFGHIKLMNOP]
time 424ms: Process A (tau 67ms) started using the CPU for 60ms burst [Q CDEFGHIKLMNOP]
time 484ms: Process A (tau 67ms) completed a CPU burst; 14 bursts to go [Q CDEFGHIKLMNOP]
time 484ms: Recalculated tau from 67ms to 62ms for process A [Q CDEFGHIKLMNOP]
time 484ms: Process A switching out of CPU; will block on I/O until time 2016ms [Q CDEFGHIKLMNOP]
time 488ms: Process C (tau 100ms) started using the CPU for 94ms burst [Q DEFGHIKLMNOP]
time 582ms: Process C (tau 100ms) completed a CPU burst; 3 bursts to go [Q DEFGHIKLMNOP]
time 582ms: Recalculated tau from 100ms to 96ms for process C [Q DEFGHIKLMNOP]
time 582ms: Process C switching out of CPU; will block on I/O until time 2164ms [Q DEFGHIKLMNOP]
time 586ms: Process D (tau 100ms) started using the CPU for 148ms burst [Q EFGHIKLMNOP]
time 734ms: Process D (tau 100ms) completed a CPU burst; 10 bursts to go [Q EFGHIKLMNOP]
time 734ms: Recalculated tau from 100ms to 136ms for process D [Q EFGHIKLMNOP]
time 734ms: Process D switching out of CPU; will block on I/O until time 756ms [Q EFGHIKLMNOP]
time 738ms: Process E (tau 100ms) started using the CPU for 152ms burst [Q FGHIKLMNOP]
time 756ms: Process D (tau 136ms) completed I/O; added to ready queue [Q FGHIKLMNOPD]
time 890ms: Process E (tau 100ms) completed a CPU burst; 54 bursts to go [Q FGHIKLMNOPD]
time 890ms: Recalculated tau from 100ms to 139ms for process E [Q FGHIKLMNOPD]
time 890ms: Process E switching out of CPU; will block on I/O until time 1352ms [Q FGHIKLMNOPD]
time 894ms: Process F (tau 100ms) started using the CPU for 129ms burst [Q GHIKLMNOPD]
time 4113ms: Process C terminated [Q EOJNI]
time 8245ms: Process L terminated [Q FHN]
time 10655ms: Process J terminated [Q B]
time 13593ms: Process A terminated [Q DPFNEKM]
time 13598ms: Process D terminated [Q PFNEKM]
time 14401ms: Process K terminated [Q BM]
time 21892ms: Process B terminated [Q OFN]
time 24337ms: Process P terminated [Q empty]
time 31065ms: Process F terminated [Q HON]
time 36372ms: Process O terminated [Q empty]
time 37985ms: Process N terminated [Q empty]
time 49924ms: Process E terminated [Q empty]
time 52896ms: Process M terminated [Q I]
time 69837ms: Process H terminated [Q empty]
time 74757ms: Process G terminated [Q empty]
time 76256ms: Process I terminated [Q empty]
time 76258ms: 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 AHK]
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 ABHKM]
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 ABCHKMO]
time 46ms: Process A (tau 100ms) started using the CPU for 56ms burst [Q BCHKMO]
time 65ms: Process G (tau 100ms) arrived; added to ready queue [Q BCGHKMO]
time 68ms: Process I (tau 100ms) arrived; added to ready queue [Q BCGHIKMO]
time 74ms: Process J (tau 55ms) completed I/O; added to ready queue [Q JBCGHIKMO]
time 102ms: Process A (tau 100ms) completed a CPU burst; 15 bursts to go [Q JBCGHIKMO]
time 102ms: Recalculated tau from 100ms to 67ms for process A [Q JBCGHIKMO]
time 102ms: Process A switching out of CPU; will block on I/O until time 334ms [Q JBCGHIKMO]
time 106ms: Process J (tau 55ms) started using the CPU for 204ms burst [Q BCGHIKMO]
time 106ms: Process F (tau 100ms) arrived; added to ready queue [Q BCFGHIKMO]
time 122ms: Process N (tau 100ms) arrived; added to ready queue [Q BCFGHIKMNO]
time 134ms: Process E (tau 100ms) arrived; added to ready queue [Q BCEFGHIKMNO]
time 156ms: Process D (tau 100ms) arrived; added to ready queue [Q BCDEFGHIKMNO]
time 159ms: Process P (tau 100ms) arrived; added to ready queue [Q BCDEFGHIKMNOP]
time 189ms: Process L (tau 100ms) arrived; added to ready queue [Q BCDEFGHIKLMNOP]
time 310ms: Process J (tau 55ms) completed a CPU burst; 8 bursts to go [Q BCDEFGHIKLMNOP]
time 310ms: Recalculated tau from 55ms to 167ms for process J [Q BCDEFGHIKLMNOP]
time 310ms: Process J switching out of CPU; will block on I/O until time 1012ms [Q BCDEFGHIKLMNOP]
time 314ms: Process B (tau 100ms) started using the CPU for 106ms burst [Q CDEFGHIKLMNOP]
time 334ms: Process A (tau 67ms) completed I/O; added to ready queue [Q ACDEFGHIKLMNOP]
time 420ms: Process B (tau 100ms) completed a CPU burst; 20 bursts to go [Q ACDEFGHIKLMNOP]
time 420ms: Recalculated tau from 100ms to 105ms for process B [Q ACDEFGHIKLMNOP]
time 420ms: Process B switching out of CPU; will block on I/O until time 1982ms [Q ACDEFGHIKLMNOP]
time 424ms: Process A (tau 67ms) started using the CPU for 60ms burst [Q CDEFGHIKLMNOP]
time 484ms: Process A (tau 67ms) completed a CPU burst; 14 bursts to go [Q CDEFGHIKLMNOP]
time 484ms: Recalculated tau from 67ms to 62ms for process A [Q CDEFGHIKLMNOP]
time 484ms: Process A switching out of CPU; will block on I/O until time 2016ms [Q CDEFGHIKLMNOP]
time 488ms: Process C (tau 100ms) started using the CPU for 94ms burst [Q DEFGHIKLMNOP]
time 582ms: Process C (tau 100ms) completed a CPU burst; 3 bursts to go [Q DEFGHIKLMNOP]
time 582ms: Recalculated tau from 100ms to 96ms for process C [Q DEFGHIKLMNOP]
time 582ms: Process C switching out of CPU; will block on I/O until time 2164ms [Q DEFGHIKLMNOP]
time 586ms: Process D (tau 100ms) started using the CPU for 148ms burst [Q EFGHIKLMNOP]
time 734ms: Process D (tau 100ms) completed a CPU burst; 10 bursts to go [Q EFGHIKLMNOP]
time 734ms: Recalculated tau from 100ms to 136ms for process D [Q EFGHIKLMNOP]
time 734ms: Process D switching out of CPU; will block on I/O until time 756ms [Q EFGHIKLMNOP]
time 738ms: Process E (tau 100ms) started using the CPU for 152ms burst [Q FGHIKLMNOP]
time 756ms: Process D (tau 136ms) completed I/O; added to ready queue [Q FGHIKLMNOPD]
time 890ms: Process E (tau 100ms) completed a CPU burst; 54 bursts to go [Q FGHIKLMNOPD]
time 890ms: Recalculated tau from 100ms to 139ms for process E [Q FGHIKLMNOPD]
time 890ms: Process E switching out of CPU; will block on I/O until time 1352ms [Q FGHIKLMNOPD]
time 894ms: Process F (tau 100ms) started using the CPU for 129ms burst [Q GHIKLMNOPD]
time 4113ms: Process C terminated [Q EOJNI]
time 8243ms: Process L terminated [Q FHN]
time 10651ms: Process J terminated [Q B]
time 13589ms: Process A terminated [Q DPFNEKM]
time 13592ms: Process D terminated [Q PFNEKM]
time 14393ms: Process K terminated [Q BM]
time 21882ms: Process B terminated [Q OFN]
time 24325ms: Process P terminated [Q empty]
time 31053ms: Process F terminated [Q HON]
time 36358ms: Process O terminated [Q empty]
time 37971ms: Process N terminated [Q empty]
time 49910ms: Process E terminated [Q empty]
time 52882ms: Process M terminated [Q I]
time 69821ms: Process H terminated [Q empty]
time 74741ms: Process G terminated [Q empty]
time 76240ms: Process I terminated [Q empty]
time 76242ms: 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]