-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal_distributed_combined_output.txt
564 lines (492 loc) · 16 KB
/
final_distributed_combined_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
--- Contents of slurm-219757.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 1
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 500, 0.13245
1, 501, 1000, 0.13253
Total time taken: 0.13367 seconds
Maximum value: 88832
--- Contents of slurm-219758.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 2
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 500, 0.12481
1, 501, 1000, 0.12478
Total time taken: 0.13321 seconds
Maximum value: 88832
--- Contents of slurm-219759.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 3
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 500, 0.12561
1, 501, 1000, 0.12564
Total time taken: 0.12697 seconds
Maximum value: 88832
--- Contents of slurm-219760.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 1
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 250, 0.20229
1, 251, 500, 0.20228
2, 501, 750, 0.2023
3, 751, 1000, 0.20242
Total time taken: 0.20527 seconds
Maximum value: 88832
--- Contents of slurm-219761.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 2
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 250, 0.19443
1, 251, 500, 0.19446
2, 501, 750, 0.19446
3, 751, 1000, 0.19449
Total time taken: 0.19722 seconds
Maximum value: 88832
--- Contents of slurm-219762.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 3
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 250, 0.20851
1, 251, 500, 0.20838
2, 501, 750, 0.2084
3, 751, 1000, 0.20839
Total time taken: 0.2167 seconds
Maximum value: 88832
--- Contents of slurm-219763.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 1
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 125, 0.29102
1, 126, 250, 0.29137
2, 251, 375, 0.2911
3, 376, 500, 0.29134
4, 501, 625, 0.29102
5, 626, 750, 0.29099
6, 751, 875, 0.29099
7, 876, 1000, 0.29103
Total time taken: 0.30009 seconds
Maximum value: 88832
--- Contents of slurm-219764.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 2
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 125, 0.28999
1, 126, 250, 0.29034
2, 251, 375, 0.29002
3, 376, 500, 0.29032
4, 501, 625, 0.29004
5, 626, 750, 0.28996
6, 751, 875, 0.28998
7, 876, 1000, 0.28998
Total time taken: 0.29854 seconds
Maximum value: 88832
--- Contents of slurm-219765.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000: Iteration 3
Starting knapsack problem
Capacity: 1000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 125, 0.29116
1, 126, 250, 0.29158
2, 251, 375, 0.29117
3, 376, 500, 0.29154
4, 501, 625, 0.29122
5, 626, 750, 0.2912
6, 751, 875, 0.29116
7, 876, 1000, 0.29121
Total time taken: 0.30396 seconds
Maximum value: 88832
--- Contents of slurm-220500.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 1
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 5000, 1.9309
1, 5001, 10000, 1.9309
Total time taken: 1.9327 seconds
Maximum value: 821504
--- Contents of slurm-220501.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 2
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 5000, 1.9199
1, 5001, 10000, 1.9199
Total time taken: 1.9226 seconds
Maximum value: 821504
--- Contents of slurm-220502.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 3
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 5000, 1.9148
1, 5001, 10000, 1.9148
Total time taken: 1.9158 seconds
Maximum value: 821504
--- Contents of slurm-220503.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 1
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 2500, 1.1195
1, 2501, 5000, 1.1195
2, 5001, 7500, 1.1195
3, 7501, 10000, 1.1196
Total time taken: 1.1215 seconds
Maximum value: 821504
--- Contents of slurm-220504.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 2
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 2500, 1.1061
1, 2501, 5000, 1.1061
2, 5001, 7500, 1.1061
3, 7501, 10000, 1.1061
Total time taken: 1.1086 seconds
Maximum value: 821504
--- Contents of slurm-220505.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 3
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 2500, 1.1144
1, 2501, 5000, 1.1145
2, 5001, 7500, 1.1144
3, 7501, 10000, 1.1144
Total time taken: 1.118 seconds
Maximum value: 821504
--- Contents of slurm-220506.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 1
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 1250, 0.79936
1, 1251, 2500, 0.79987
2, 2501, 3750, 0.79946
3, 3751, 5000, 0.79985
4, 5001, 6250, 0.79944
5, 6251, 7500, 0.79937
6, 7501, 8750, 0.79939
7, 8751, 10000, 0.79938
Total time taken: 0.80659 seconds
Maximum value: 821504
--- Contents of slurm-220507.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 2
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 1250, 0.80039
1, 1251, 2500, 0.80082
2, 2501, 3750, 0.80034
3, 3751, 5000, 0.80084
4, 5001, 6250, 0.80043
5, 6251, 7500, 0.80034
6, 7501, 8750, 0.80037
7, 8751, 10000, 0.80031
Total time taken: 0.81056 seconds
Maximum value: 821504
--- Contents of slurm-220508.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 10000: Iteration 3
Starting knapsack problem
Capacity: 10000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 1250, 0.79447
1, 1251, 2500, 0.79495
2, 2501, 3750, 0.79449
3, 3751, 5000, 0.79494
4, 5001, 6250, 0.79447
5, 6251, 7500, 0.79454
6, 7501, 8750, 0.79449
7, 8751, 10000, 0.79454
Total time taken: 0.80165 seconds
Maximum value: 821504
--- Contents of slurm-219769.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 1
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 50000, 21.236
1, 50001, 100000, 21.236
Total time taken: 21.238 seconds
Maximum value: 5726685
--- Contents of slurm-219771.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 2
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 50000, 22.155
1, 50001, 100000, 22.155
Total time taken: 22.156 seconds
Maximum value: 5726685
--- Contents of slurm-219772.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 3
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 50000, 22.094
1, 50001, 100000, 22.094
Total time taken: 22.096 seconds
Maximum value: 5726685
--- Contents of slurm-219773.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 1
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 25000, 11.703
1, 25001, 50000, 11.703
2, 50001, 75000, 11.703
3, 75001, 100000, 11.703
Total time taken: 11.708 seconds
Maximum value: 5726685
--- Contents of slurm-219777.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 2
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 25000, 11.773
1, 25001, 50000, 11.773
2, 50001, 75000, 11.773
3, 75001, 100000, 11.773
Total time taken: 11.775 seconds
Maximum value: 5726685
--- Contents of slurm-219778.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 3
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 25000, 12.315
1, 25001, 50000, 12.315
2, 50001, 75000, 12.315
3, 75001, 100000, 12.315
Total time taken: 12.32 seconds
Maximum value: 5726685
--- Contents of slurm-219779.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 1
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 12500, 8.2045
1, 12501, 25000, 8.2038
2, 25001, 37500, 8.2045
3, 37501, 50000, 8.2039
4, 50001, 62500, 8.2039
5, 62501, 75000, 8.2038
6, 75001, 87500, 8.2038
7, 87501, 100000, 8.2039
Total time taken: 8.2115 seconds
Maximum value: 5726685
--- Contents of slurm-219780.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 2
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 12500, 8.1398
1, 12501, 25000, 8.1392
2, 25001, 37500, 8.1398
3, 37501, 50000, 8.1393
4, 50001, 62500, 8.1392
5, 62501, 75000, 8.1392
6, 75001, 87500, 8.1393
7, 87501, 100000, 8.1392
Total time taken: 8.1498 seconds
Maximum value: 5726685
--- Contents of slurm-219781.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 100000: Iteration 3
Starting knapsack problem
Capacity: 100000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 12500, 8.1155
1, 12501, 25000, 8.1149
2, 25001, 37500, 8.1155
3, 37501, 50000, 8.1149
4, 50001, 62500, 8.1149
5, 62501, 75000, 8.1149
6, 75001, 87500, 8.1149
7, 87501, 100000, 8.1149
Total time taken: 8.1206 seconds
Maximum value: 5726685
--- Contents of slurm-220005.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 1
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 500000, 373.3
1, 500001, 1000000, 373.3
Total time taken: 373.31 seconds
Maximum value: 28264125
--- Contents of slurm-220011.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 2
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 500000, 356.76
1, 500001, 1000000, 356.76
Total time taken: 356.77 seconds
Maximum value: 28264125
--- Contents of slurm-220012.out ---
Running knapsack_distributed with 2 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 3
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 2
Process_rank, start_index, end_index, time_taken
0, 0, 500000, 357.3
1, 500001, 1000000, 357.3
Total time taken: 357.31 seconds
Maximum value: 28264125
--- Contents of slurm-220013.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 1
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 250000, 248.16
1, 250001, 500000, 248.16
2, 500001, 750000, 248.16
3, 750001, 1000000, 248.16
Total time taken: 248.17 seconds
Maximum value: 28264125
--- Contents of slurm-220059.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 2
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 250000, 257.83
1, 250001, 500000, 257.83
2, 500001, 750000, 257.83
3, 750001, 1000000, 257.83
Total time taken: 257.84 seconds
Maximum value: 28264125
--- Contents of slurm-220060.out ---
Running knapsack_distributed with 4 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 3
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 4
Process_rank, start_index, end_index, time_taken
0, 0, 250000, 246.39
1, 250001, 500000, 246.39
2, 500001, 750000, 246.39
3, 750001, 1000000, 246.39
Total time taken: 246.4 seconds
Maximum value: 28264125
--- Contents of slurm-220128.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 1
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 125000, 239.77
1, 125001, 250000, 239.77
2, 250001, 375000, 239.77
3, 375001, 500000, 239.77
4, 500001, 625000, 239.77
5, 625001, 750000, 239.77
6, 750001, 875000, 239.77
7, 875001, 1000000, 239.77
Total time taken: 239.78 seconds
Maximum value: 28264125
--- Contents of slurm-220153.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 2
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 125000, 241.44
1, 125001, 250000, 241.44
2, 250001, 375000, 241.44
3, 375001, 500000, 241.44
4, 500001, 625000, 241.44
5, 625001, 750000, 241.44
6, 750001, 875000, 241.44
7, 875001, 1000000, 241.44
Total time taken: 241.45 seconds
Maximum value: 28264125
--- Contents of slurm-220175.out ---
Running knapsack_distributed with 8 MPI processes on 1 nodes, input hundred_thousand_input.txt & capacity 1000000: Iteration 3
Starting knapsack problem
Capacity: 1000000
Num Items: 100000
Num proccesses: 8
Process_rank, start_index, end_index, time_taken
0, 0, 125000, 243.47
1, 125001, 250000, 243.47
2, 250001, 375000, 243.47
3, 375001, 500000, 243.47
4, 500001, 625000, 243.47
5, 625001, 750000, 243.47
6, 750001, 875000, 243.47
7, 875001, 1000000, 243.47
Total time taken: 243.48 seconds
Maximum value: 28264125