-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogs_power9_1000_10M_320.txt
1763 lines (1763 loc) · 53 KB
/
logs_power9_1000_10M_320.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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Detected cores
Usage: ./experiments.sh n_iter n_enqueue_dequeue n_trials step n_cores
#1: memory_model n_threads n_iter n dur_ms tot_dur_work_ms
n_threads = 10
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 432.98 ns
total work duration = 865.96 ms
Benchmarking started
Duration for strong queue = 13227ms
Duration for weak queue = 12810 ms
#1: strong 10 1000 10000000 13227.000000 865.960000
#1: weak 10 1000 10000000 12810.000000 865.960000
Benchmarking ended
n_threads = 10
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.86 ns
total work duration = 859.72 ms
Benchmarking started
Duration for strong queue = 13251ms
Duration for weak queue = 12867 ms
#1: strong 10 1000 10000000 13251.000000 859.720000
#1: weak 10 1000 10000000 12867.000000 859.720000
Benchmarking ended
n_threads = 10
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.87 ns
total work duration = 859.74 ms
Benchmarking started
Duration for strong queue = 12931ms
Duration for weak queue = 12527 ms
#1: strong 10 1000 10000000 12931.000000 859.740000
#1: weak 10 1000 10000000 12527.000000 859.740000
Benchmarking ended
n_threads = 10
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.01 ns
total work duration = 858.02 ms
Benchmarking started
Duration for strong queue = 13314ms
Duration for weak queue = 12904 ms
#1: strong 10 1000 10000000 13314.000000 858.020000
#1: weak 10 1000 10000000 12904.000000 858.020000
Benchmarking ended
n_threads = 10
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.93 ns
total work duration = 859.86 ms
Benchmarking started
Duration for strong queue = 13385ms
Duration for weak queue = 12851 ms
#1: strong 10 1000 10000000 13385.000000 859.860000
#1: weak 10 1000 10000000 12851.000000 859.860000
Benchmarking ended
n_threads = 20
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.17 ns
total work duration = 429.17 ms
Benchmarking started
Duration for strong queue = 14932ms
Duration for weak queue = 15003 ms
#1: strong 20 1000 10000000 14932.000000 429.170000
#1: weak 20 1000 10000000 15003.000000 429.170000
Benchmarking ended
n_threads = 20
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.5 ns
total work duration = 429.5 ms
Benchmarking started
Duration for strong queue = 14232ms
Duration for weak queue = 14314 ms
#1: strong 20 1000 10000000 14232.000000 429.500000
#1: weak 20 1000 10000000 14314.000000 429.500000
Benchmarking ended
n_threads = 20
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 452.63 ns
total work duration = 452.63 ms
Benchmarking started
Duration for strong queue = 14724ms
Duration for weak queue = 14653 ms
#1: strong 20 1000 10000000 14724.000000 452.630000
#1: weak 20 1000 10000000 14653.000000 452.630000
Benchmarking ended
n_threads = 20
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 463.08 ns
total work duration = 463.08 ms
Benchmarking started
Duration for strong queue = 14165ms
Duration for weak queue = 14296 ms
#1: strong 20 1000 10000000 14165.000000 463.080000
#1: weak 20 1000 10000000 14296.000000 463.080000
Benchmarking ended
n_threads = 20
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.3 ns
total work duration = 429.3 ms
Benchmarking started
Duration for strong queue = 14043ms
Duration for weak queue = 14544 ms
#1: strong 20 1000 10000000 14043.000000 429.300000
#1: weak 20 1000 10000000 14544.000000 429.300000
Benchmarking ended
n_threads = 30
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 513.84 ns
total work duration = 342.56 ms
Benchmarking started
Duration for strong queue = 14305ms
Duration for weak queue = 14219 ms
#1: strong 30 1000 10000000 14305.000000 342.559657
#1: weak 30 1000 10000000 14219.000000 342.559657
Benchmarking ended
n_threads = 30
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 453.45 ns
total work duration = 302.3 ms
Benchmarking started
Duration for strong queue = 13855ms
Duration for weak queue = 13959 ms
#1: strong 30 1000 10000000 13855.000000 302.299698
#1: weak 30 1000 10000000 13959.000000 302.299698
Benchmarking ended
n_threads = 30
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 445.05 ns
total work duration = 296.7 ms
Benchmarking started
Duration for strong queue = 13974ms
Duration for weak queue = 14394 ms
#1: strong 30 1000 10000000 13974.000000 296.699703
#1: weak 30 1000 10000000 14394.000000 296.699703
Benchmarking ended
n_threads = 30
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.34 ns
total work duration = 286.226 ms
Benchmarking started
Duration for strong queue = 14120ms
Duration for weak queue = 14894 ms
#1: strong 30 1000 10000000 14120.000000 286.226380
#1: weak 30 1000 10000000 14894.000000 286.226380
Benchmarking ended
n_threads = 30
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.07 ns
total work duration = 286.046 ms
Benchmarking started
Duration for strong queue = 14169ms
Duration for weak queue = 14644 ms
#1: strong 30 1000 10000000 14169.000000 286.046381
#1: weak 30 1000 10000000 14644.000000 286.046381
Benchmarking ended
n_threads = 40
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.44 ns
total work duration = 214.72 ms
Benchmarking started
Duration for strong queue = 15358ms
Duration for weak queue = 15637 ms
#1: strong 40 1000 10000000 15358.000000 214.720000
#1: weak 40 1000 10000000 15637.000000 214.720000
Benchmarking ended
n_threads = 40
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.18 ns
total work duration = 215.09 ms
Benchmarking started
Duration for strong queue = 15209ms
Duration for weak queue = 15292 ms
#1: strong 40 1000 10000000 15209.000000 215.090000
#1: weak 40 1000 10000000 15292.000000 215.090000
Benchmarking ended
n_threads = 40
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.12 ns
total work duration = 214.56 ms
Benchmarking started
Duration for strong queue = 15489ms
Duration for weak queue = 15303 ms
#1: strong 40 1000 10000000 15489.000000 214.560000
#1: weak 40 1000 10000000 15303.000000 214.560000
Benchmarking ended
n_threads = 40
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 511.17 ns
total work duration = 255.585 ms
Benchmarking started
Duration for strong queue = 15185ms
Duration for weak queue = 15194 ms
#1: strong 40 1000 10000000 15185.000000 255.585000
#1: weak 40 1000 10000000 15194.000000 255.585000
Benchmarking ended
n_threads = 40
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.2 ns
total work duration = 214.6 ms
Benchmarking started
Duration for strong queue = 13686ms
Duration for weak queue = 13659 ms
#1: strong 40 1000 10000000 13686.000000 214.600000
#1: weak 40 1000 10000000 13659.000000 214.600000
Benchmarking ended
n_threads = 50
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 428.87 ns
total work duration = 171.548 ms
Benchmarking started
Duration for strong queue = 15616ms
Duration for weak queue = 15687 ms
#1: strong 50 1000 10000000 15616.000000 171.548000
#1: weak 50 1000 10000000 15687.000000 171.548000
Benchmarking ended
n_threads = 50
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.46 ns
total work duration = 171.784 ms
Benchmarking started
Duration for strong queue = 16009ms
Duration for weak queue = 15392 ms
#1: strong 50 1000 10000000 16009.000000 171.784000
#1: weak 50 1000 10000000 15392.000000 171.784000
Benchmarking ended
n_threads = 50
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.67 ns
total work duration = 171.868 ms
Benchmarking started
Duration for strong queue = 15927ms
Duration for weak queue = 16041 ms
#1: strong 50 1000 10000000 15927.000000 171.868000
#1: weak 50 1000 10000000 16041.000000 171.868000
Benchmarking ended
n_threads = 50
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.16 ns
total work duration = 171.664 ms
Benchmarking started
Duration for strong queue = 15917ms
Duration for weak queue = 15869 ms
#1: strong 50 1000 10000000 15917.000000 171.664000
#1: weak 50 1000 10000000 15869.000000 171.664000
Benchmarking ended
n_threads = 50
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 450.74 ns
total work duration = 180.296 ms
Benchmarking started
Duration for strong queue = 15371ms
Duration for weak queue = 16155 ms
#1: strong 50 1000 10000000 15371.000000 180.296000
#1: weak 50 1000 10000000 16155.000000 180.296000
Benchmarking ended
n_threads = 60
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.21 ns
total work duration = 143.069 ms
Benchmarking started
Duration for strong queue = 13061ms
Duration for weak queue = 12794 ms
#1: strong 60 1000 10000000 13061.000000 143.069428
#1: weak 60 1000 10000000 12794.000000 143.069428
Benchmarking ended
n_threads = 60
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.65 ns
total work duration = 143.216 ms
Benchmarking started
Duration for strong queue = 15855ms
Duration for weak queue = 15118 ms
#1: strong 60 1000 10000000 15855.000000 143.216094
#1: weak 60 1000 10000000 15118.000000 143.216094
Benchmarking ended
n_threads = 60
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.82 ns
total work duration = 143.273 ms
Benchmarking started
Duration for strong queue = 15528ms
Duration for weak queue = 15908 ms
#1: strong 60 1000 10000000 15528.000000 143.272760
#1: weak 60 1000 10000000 15908.000000 143.272760
Benchmarking ended
n_threads = 60
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.72 ns
total work duration = 143.239 ms
Benchmarking started
Duration for strong queue = 15614ms
Duration for weak queue = 14845 ms
#1: strong 60 1000 10000000 15614.000000 143.239427
#1: weak 60 1000 10000000 14845.000000 143.239427
Benchmarking ended
n_threads = 60
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 447.59 ns
total work duration = 149.196 ms
Benchmarking started
Duration for strong queue = 15833ms
Duration for weak queue = 16027 ms
#1: strong 60 1000 10000000 15833.000000 149.196070
#1: weak 60 1000 10000000 16027.000000 149.196070
Benchmarking ended
n_threads = 70
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.55 ns
total work duration = 122.728 ms
Benchmarking started
Duration for strong queue = 15887ms
Duration for weak queue = 15924 ms
#1: strong 70 1000 10000000 15887.000000 122.728449
#1: weak 70 1000 10000000 15924.000000 122.728449
Benchmarking ended
n_threads = 70
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.61 ns
total work duration = 122.746 ms
Benchmarking started
Duration for strong queue = 16052ms
Duration for weak queue = 15690 ms
#1: strong 70 1000 10000000 16052.000000 122.745592
#1: weak 70 1000 10000000 15690.000000 122.745592
Benchmarking ended
n_threads = 70
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.18 ns
total work duration = 122.623 ms
Benchmarking started
Duration for strong queue = 16190ms
Duration for weak queue = 15894 ms
#1: strong 70 1000 10000000 16190.000000 122.622735
#1: weak 70 1000 10000000 15894.000000 122.622735
Benchmarking ended
n_threads = 70
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.11 ns
total work duration = 122.603 ms
Benchmarking started
Duration for strong queue = 16361ms
Duration for weak queue = 15697 ms
#1: strong 70 1000 10000000 16361.000000 122.602735
#1: weak 70 1000 10000000 15697.000000 122.602735
Benchmarking ended
n_threads = 70
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.07 ns
total work duration = 122.591 ms
Benchmarking started
Duration for strong queue = 15853ms
Duration for weak queue = 15584 ms
#1: strong 70 1000 10000000 15853.000000 122.591306
#1: weak 70 1000 10000000 15584.000000 122.591306
Benchmarking ended
n_threads = 80
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.73 ns
total work duration = 107.683 ms
Benchmarking started
Duration for strong queue = 16324ms
Duration for weak queue = 16078 ms
#1: strong 80 1000 10000000 16324.000000 107.682500
#1: weak 80 1000 10000000 16078.000000 107.682500
Benchmarking ended
n_threads = 80
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.07 ns
total work duration = 107.517 ms
Benchmarking started
Duration for strong queue = 16625ms
Duration for weak queue = 15847 ms
#1: strong 80 1000 10000000 16625.000000 107.517500
#1: weak 80 1000 10000000 15847.000000 107.517500
Benchmarking ended
n_threads = 80
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.99 ns
total work duration = 107.748 ms
Benchmarking started
Duration for strong queue = 16771ms
Duration for weak queue = 16245 ms
#1: strong 80 1000 10000000 16771.000000 107.747500
#1: weak 80 1000 10000000 16245.000000 107.747500
Benchmarking ended
n_threads = 80
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.33 ns
total work duration = 107.332 ms
Benchmarking started
Duration for strong queue = 16272ms
Duration for weak queue = 16231 ms
#1: strong 80 1000 10000000 16272.000000 107.332500
#1: weak 80 1000 10000000 16231.000000 107.332500
Benchmarking ended
n_threads = 80
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.06 ns
total work duration = 107.265 ms
Benchmarking started
Duration for strong queue = 16578ms
Duration for weak queue = 16267 ms
#1: strong 80 1000 10000000 16578.000000 107.265000
#1: weak 80 1000 10000000 16267.000000 107.265000
Benchmarking ended
n_threads = 90
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 428.79 ns
total work duration = 95.2866 ms
Benchmarking started
Duration for strong queue = 13457ms
Duration for weak queue = 12672 ms
#1: strong 90 1000 10000000 13457.000000 95.286571
#1: weak 90 1000 10000000 12672.000000 95.286571
Benchmarking ended
n_threads = 90
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 458.55 ns
total work duration = 101.9 ms
Benchmarking started
Duration for strong queue = 13601ms
Duration for weak queue = 12328 ms
#1: strong 90 1000 10000000 13601.000000 101.899898
#1: weak 90 1000 10000000 12328.000000 101.899898
Benchmarking ended
n_threads = 90
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 428.95 ns
total work duration = 95.3221 ms
Benchmarking started
Duration for strong queue = 16394ms
Duration for weak queue = 15798 ms
#1: strong 90 1000 10000000 16394.000000 95.322127
#1: weak 90 1000 10000000 15798.000000 95.322127
Benchmarking ended
n_threads = 90
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.98 ns
total work duration = 95.551 ms
Benchmarking started
Duration for strong queue = 16421ms
Duration for weak queue = 15938 ms
#1: strong 90 1000 10000000 16421.000000 95.551016
#1: weak 90 1000 10000000 15938.000000 95.551016
Benchmarking ended
n_threads = 90
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430 ns
total work duration = 95.5555 ms
Benchmarking started
Duration for strong queue = 16296ms
Duration for weak queue = 15786 ms
#1: strong 90 1000 10000000 16296.000000 95.555460
#1: weak 90 1000 10000000 15786.000000 95.555460
Benchmarking ended
n_threads = 100
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.17 ns
total work duration = 85.834 ms
Benchmarking started
Duration for strong queue = 16545ms
Duration for weak queue = 16611 ms
#1: strong 100 1000 10000000 16545.000000 85.834000
#1: weak 100 1000 10000000 16611.000000 85.834000
Benchmarking ended
n_threads = 100
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.2 ns
total work duration = 85.84 ms
Benchmarking started
Duration for strong queue = 16780ms
Duration for weak queue = 16511 ms
#1: strong 100 1000 10000000 16780.000000 85.840000
#1: weak 100 1000 10000000 16511.000000 85.840000
Benchmarking ended
n_threads = 100
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.93 ns
total work duration = 86.186 ms
Benchmarking started
Duration for strong queue = 16728ms
Duration for weak queue = 16034 ms
#1: strong 100 1000 10000000 16728.000000 86.186000
#1: weak 100 1000 10000000 16034.000000 86.186000
Benchmarking ended
n_threads = 100
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.55 ns
total work duration = 85.91 ms
Benchmarking started
Duration for strong queue = 16495ms
Duration for weak queue = 16148 ms
#1: strong 100 1000 10000000 16495.000000 85.910000
#1: weak 100 1000 10000000 16148.000000 85.910000
Benchmarking ended
n_threads = 100
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 428.88 ns
total work duration = 85.776 ms
Benchmarking started
Duration for strong queue = 16690ms
Duration for weak queue = 16226 ms
#1: strong 100 1000 10000000 16690.000000 85.776000
#1: weak 100 1000 10000000 16226.000000 85.776000
Benchmarking ended
n_threads = 110
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.49 ns
total work duration = 78.089 ms
Benchmarking started
Duration for strong queue = 17969ms
Duration for weak queue = 17785 ms
#1: strong 110 1000 10000000 17969.000000 78.089013
#1: weak 110 1000 10000000 17785.000000 78.089013
Benchmarking ended
n_threads = 110
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.28 ns
total work duration = 78.0508 ms
Benchmarking started
Duration for strong queue = 18446ms
Duration for weak queue = 17807 ms
#1: strong 110 1000 10000000 18446.000000 78.050831
#1: weak 110 1000 10000000 17807.000000 78.050831
Benchmarking ended
n_threads = 110
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.03 ns
total work duration = 78.0054 ms
Benchmarking started
Duration for strong queue = 18580ms
Duration for weak queue = 18001 ms
#1: strong 110 1000 10000000 18580.000000 78.005377
#1: weak 110 1000 10000000 18001.000000 78.005377
Benchmarking ended
n_threads = 110
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.39 ns
total work duration = 78.0708 ms
Benchmarking started
Duration for strong queue = 18051ms
Duration for weak queue = 18148 ms
#1: strong 110 1000 10000000 18051.000000 78.070831
#1: weak 110 1000 10000000 18148.000000 78.070831
Benchmarking ended
n_threads = 110
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.38 ns
total work duration = 78.069 ms
Benchmarking started
Duration for strong queue = 17797ms
Duration for weak queue = 17360 ms
#1: strong 110 1000 10000000 17797.000000 78.069013
#1: weak 110 1000 10000000 17360.000000 78.069013
Benchmarking ended
n_threads = 120
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.04 ns
total work duration = 71.673 ms
Benchmarking started
Duration for strong queue = 18807ms
Duration for weak queue = 17802 ms
#1: strong 120 1000 10000000 18807.000000 71.673047
#1: weak 120 1000 10000000 17802.000000 71.673047
Benchmarking ended
n_threads = 120
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.19 ns
total work duration = 71.5314 ms
Benchmarking started
Duration for strong queue = 19086ms
Duration for weak queue = 18168 ms
#1: strong 120 1000 10000000 19086.000000 71.531381
#1: weak 120 1000 10000000 18168.000000 71.531381
Benchmarking ended
n_threads = 120
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.58 ns
total work duration = 71.5964 ms
Benchmarking started
Duration for strong queue = 18913ms
Duration for weak queue = 17299 ms
#1: strong 120 1000 10000000 18913.000000 71.596380
#1: weak 120 1000 10000000 17299.000000 71.596380
Benchmarking ended
n_threads = 120
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.61 ns
total work duration = 71.6014 ms
Benchmarking started
Duration for strong queue = 19037ms
Duration for weak queue = 18288 ms
#1: strong 120 1000 10000000 19037.000000 71.601380
#1: weak 120 1000 10000000 18288.000000 71.601380
Benchmarking ended
n_threads = 120
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.1 ns
total work duration = 71.683 ms
Benchmarking started
Duration for strong queue = 18569ms
Duration for weak queue = 17704 ms
#1: strong 120 1000 10000000 18569.000000 71.683047
#1: weak 120 1000 10000000 17704.000000 71.683047
Benchmarking ended
n_threads = 130
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.25 ns
total work duration = 66.0384 ms
Benchmarking started
Duration for strong queue = 19108ms
Duration for weak queue = 18184 ms
#1: strong 130 1000 10000000 19108.000000 66.038395
#1: weak 130 1000 10000000 18184.000000 66.038395
Benchmarking ended
n_threads = 130
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.39 ns
total work duration = 66.0599 ms
Benchmarking started
Duration for strong queue = 18853ms
Duration for weak queue = 18356 ms
#1: strong 130 1000 10000000 18853.000000 66.059934
#1: weak 130 1000 10000000 18356.000000 66.059934
Benchmarking ended
n_threads = 130
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.59 ns
total work duration = 66.0907 ms
Benchmarking started
Duration for strong queue = 19203ms
Duration for weak queue = 18668 ms
#1: strong 130 1000 10000000 19203.000000 66.090703
#1: weak 130 1000 10000000 18668.000000 66.090703
Benchmarking ended
n_threads = 130
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 431 ns
total work duration = 66.3076 ms
Benchmarking started
Duration for strong queue = 18922ms
Duration for weak queue = 18653 ms
#1: strong 130 1000 10000000 18922.000000 66.307626
#1: weak 130 1000 10000000 18653.000000 66.307626
Benchmarking ended
n_threads = 130
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.53 ns
total work duration = 66.2353 ms
Benchmarking started
Duration for strong queue = 16298ms
Duration for weak queue = 16079 ms
#1: strong 130 1000 10000000 16298.000000 66.235318
#1: weak 130 1000 10000000 16079.000000 66.235318
Benchmarking ended
n_threads = 140
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.04 ns
total work duration = 61.4338 ms
Benchmarking started
Duration for strong queue = 17209ms
Duration for weak queue = 16663 ms
#1: strong 140 1000 10000000 17209.000000 61.433794
#1: weak 140 1000 10000000 16663.000000 61.433794
Benchmarking ended
n_threads = 140
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.94 ns
total work duration = 61.4195 ms
Benchmarking started
Duration for strong queue = 19585ms
Duration for weak queue = 18845 ms
#1: strong 140 1000 10000000 19585.000000 61.419509
#1: weak 140 1000 10000000 18845.000000 61.419509
Benchmarking ended
n_threads = 140
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.24 ns
total work duration = 61.3195 ms
Benchmarking started
Duration for strong queue = 19554ms
Duration for weak queue = 19063 ms
#1: strong 140 1000 10000000 19554.000000 61.319509
#1: weak 140 1000 10000000 19063.000000 61.319509
Benchmarking ended
n_threads = 140
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 456.32 ns
total work duration = 65.188 ms
Benchmarking started
Duration for strong queue = 19680ms
Duration for weak queue = 18787 ms
#1: strong 140 1000 10000000 19680.000000 65.188050
#1: weak 140 1000 10000000 18787.000000 65.188050
Benchmarking ended
n_threads = 140
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.99 ns
total work duration = 61.4267 ms
Benchmarking started
Duration for strong queue = 19466ms
Duration for weak queue = 18520 ms
#1: strong 140 1000 10000000 19466.000000 61.426651
#1: weak 140 1000 10000000 18520.000000 61.426651
Benchmarking ended
n_threads = 150
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.06 ns
total work duration = 57.2074 ms
Benchmarking started
Duration for strong queue = 20227ms
Duration for weak queue = 19321 ms
#1: strong 150 1000 10000000 20227.000000 57.207428
#1: weak 150 1000 10000000 19321.000000 57.207428
Benchmarking ended
n_threads = 150
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.85 ns
total work duration = 57.3128 ms
Benchmarking started
Duration for strong queue = 19901ms
Duration for weak queue = 19448 ms
#1: strong 150 1000 10000000 19901.000000 57.312760
#1: weak 150 1000 10000000 19448.000000 57.312760
Benchmarking ended
n_threads = 150
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.08 ns
total work duration = 57.2101 ms
Benchmarking started
Duration for strong queue = 19812ms
Duration for weak queue = 19413 ms
#1: strong 150 1000 10000000 19812.000000 57.210095
#1: weak 150 1000 10000000 19413.000000 57.210095
Benchmarking ended
n_threads = 150
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.22 ns
total work duration = 57.2288 ms
Benchmarking started
Duration for strong queue = 20241ms
Duration for weak queue = 19572 ms
#1: strong 150 1000 10000000 20241.000000 57.228761
#1: weak 150 1000 10000000 19572.000000 57.228761
Benchmarking ended
n_threads = 150
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.71 ns
total work duration = 57.2941 ms
Benchmarking started
Duration for strong queue = 20507ms
Duration for weak queue = 19524 ms
#1: strong 150 1000 10000000 20507.000000 57.294094
#1: weak 150 1000 10000000 19524.000000 57.294094
Benchmarking ended
n_threads = 160
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.01 ns
total work duration = 53.7512 ms
Benchmarking started
Duration for strong queue = 22026ms
Duration for weak queue = 21141 ms
#1: strong 160 1000 10000000 22026.000000 53.751250
#1: weak 160 1000 10000000 21141.000000 53.751250
Benchmarking ended
n_threads = 160
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 451.09 ns
total work duration = 56.3862 ms
Benchmarking started
Duration for strong queue = 21922ms
Duration for weak queue = 21191 ms
#1: strong 160 1000 10000000 21922.000000 56.386250
#1: weak 160 1000 10000000 21191.000000 56.386250
Benchmarking ended
n_threads = 160
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 446.73 ns
total work duration = 55.8413 ms
Benchmarking started
Duration for strong queue = 22188ms
Duration for weak queue = 21144 ms
#1: strong 160 1000 10000000 22188.000000 55.841250
#1: weak 160 1000 10000000 21144.000000 55.841250
Benchmarking ended
n_threads = 160
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.65 ns
total work duration = 53.8312 ms
Benchmarking started
Duration for strong queue = 21609ms
Duration for weak queue = 21556 ms
#1: strong 160 1000 10000000 21609.000000 53.831250
#1: weak 160 1000 10000000 21556.000000 53.831250
Benchmarking ended
n_threads = 160
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 428.92 ns
total work duration = 53.615 ms
Benchmarking started
Duration for strong queue = 22169ms
Duration for weak queue = 20923 ms
#1: strong 160 1000 10000000 22169.000000 53.615000
#1: weak 160 1000 10000000 20923.000000 53.615000
Benchmarking ended
n_threads = 170
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.38 ns
total work duration = 50.5148 ms
Benchmarking started
Duration for strong queue = 23295ms
Duration for weak queue = 21915 ms
#1: strong 170 1000 10000000 23295.000000 50.514839
#1: weak 170 1000 10000000 21915.000000 50.514839
Benchmarking ended
n_threads = 170
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.13 ns
total work duration = 50.4854 ms
Benchmarking started
Duration for strong queue = 22937ms
Duration for weak queue = 21645 ms
#1: strong 170 1000 10000000 22937.000000 50.485428
#1: weak 170 1000 10000000 21645.000000 50.485428
Benchmarking ended
n_threads = 170
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.1 ns
total work duration = 50.5995 ms
Benchmarking started
Duration for strong queue = 23322ms
Duration for weak queue = 21895 ms
#1: strong 170 1000 10000000 23322.000000 50.599545
#1: weak 170 1000 10000000 21895.000000 50.599545
Benchmarking ended
n_threads = 170
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.12 ns
total work duration = 50.6019 ms
Benchmarking started
Duration for strong queue = 22849ms
Duration for weak queue = 21718 ms
#1: strong 170 1000 10000000 22849.000000 50.601898
#1: weak 170 1000 10000000 21718.000000 50.601898
Benchmarking ended
n_threads = 170
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.08 ns
total work duration = 50.5972 ms
Benchmarking started
Duration for strong queue = 22255ms
Duration for weak queue = 20163 ms
#1: strong 170 1000 10000000 22255.000000 50.597192
#1: weak 170 1000 10000000 20163.000000 50.597192
Benchmarking ended
n_threads = 180
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.16 ns
total work duration = 47.7951 ms
Benchmarking started
Duration for strong queue = 23308ms
Duration for weak queue = 21589 ms
#1: strong 180 1000 10000000 23308.000000 47.795078
#1: weak 180 1000 10000000 21589.000000 47.795078
Benchmarking ended
n_threads = 180
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.23 ns
total work duration = 47.8029 ms
Benchmarking started
Duration for strong queue = 23230ms
Duration for weak queue = 22157 ms
#1: strong 180 1000 10000000 23230.000000 47.802855
#1: weak 180 1000 10000000 22157.000000 47.802855
Benchmarking ended
n_threads = 180
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.18 ns
total work duration = 47.6862 ms
Benchmarking started
Duration for strong queue = 23516ms
Duration for weak queue = 21557 ms
#1: strong 180 1000 10000000 23516.000000 47.686190
#1: weak 180 1000 10000000 21557.000000 47.686190
Benchmarking ended
n_threads = 180
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 430.07 ns
total work duration = 47.7851 ms
Benchmarking started
Duration for strong queue = 23004ms
Duration for weak queue = 21667 ms
#1: strong 180 1000 10000000 23004.000000 47.785078
#1: weak 180 1000 10000000 21667.000000 47.785078
Benchmarking ended
n_threads = 180
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 429.28 ns
total work duration = 47.6973 ms
Benchmarking started
Duration for strong queue = 23176ms
Duration for weak queue = 21290 ms
#1: strong 180 1000 10000000 23176.000000 47.697301
#1: weak 180 1000 10000000 21290.000000 47.697301
Benchmarking ended
n_threads = 190
n_iter = 1000
number of enqueue/dequeue = 10000000
work duration = 431.12 ns
total work duration = 45.3806 ms
Benchmarking started
Duration for strong queue = 23525ms