-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogs_power9_100_1M.txt
4402 lines (4402 loc) · 127 KB
/
logs_power9_100_1M.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 160 cores
#1: memory_model n_threads n_iter n dur_ms tot_dur_work_ms
n_threads = 2
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.36 ns
total work duration = 52.36 ms
Benchmarking started
Duration for strong queue = 1161ms
Duration for weak queue = 779 ms
#1: strong 2 100 1000000 1161.000000 52.360000
#1: weak 2 100 1000000 779.000000 52.360000
Benchmarking ended
n_threads = 2
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.04 ns
total work duration = 48.04 ms
Benchmarking started
Duration for strong queue = 1131ms
Duration for weak queue = 820 ms
#1: strong 2 100 1000000 1131.000000 48.040000
#1: weak 2 100 1000000 820.000000 48.040000
Benchmarking ended
n_threads = 2
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.5 ns
total work duration = 47.5 ms
Benchmarking started
Duration for strong queue = 1165ms
Duration for weak queue = 811 ms
#1: strong 2 100 1000000 1165.000000 47.500000
#1: weak 2 100 1000000 811.000000 47.500000
Benchmarking ended
n_threads = 2
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.46 ns
total work duration = 47.46 ms
Benchmarking started
Duration for strong queue = 1165ms
Duration for weak queue = 792 ms
#1: strong 2 100 1000000 1165.000000 47.460000
#1: weak 2 100 1000000 792.000000 47.460000
Benchmarking ended
n_threads = 2
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.61 ns
total work duration = 47.61 ms
Benchmarking started
Duration for strong queue = 1154ms
Duration for weak queue = 782 ms
#1: strong 2 100 1000000 1154.000000 47.610000
#1: weak 2 100 1000000 782.000000 47.610000
Benchmarking ended
n_threads = 4
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.55 ns
total work duration = 23.775 ms
Benchmarking started
Duration for strong queue = 1003ms
Duration for weak queue = 814 ms
#1: strong 4 100 1000000 1003.000000 23.775000
#1: weak 4 100 1000000 814.000000 23.775000
Benchmarking ended
n_threads = 4
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.54 ns
total work duration = 24.77 ms
Benchmarking started
Duration for strong queue = 1018ms
Duration for weak queue = 826 ms
#1: strong 4 100 1000000 1018.000000 24.770000
#1: weak 4 100 1000000 826.000000 24.770000
Benchmarking ended
n_threads = 4
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.3 ns
total work duration = 23.65 ms
Benchmarking started
Duration for strong queue = 1014ms
Duration for weak queue = 809 ms
#1: strong 4 100 1000000 1014.000000 23.650000
#1: weak 4 100 1000000 809.000000 23.650000
Benchmarking ended
n_threads = 4
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.55 ns
total work duration = 23.775 ms
Benchmarking started
Duration for strong queue = 993ms
Duration for weak queue = 811 ms
#1: strong 4 100 1000000 993.000000 23.775000
#1: weak 4 100 1000000 811.000000 23.775000
Benchmarking ended
n_threads = 4
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.59 ns
total work duration = 23.795 ms
Benchmarking started
Duration for strong queue = 1001ms
Duration for weak queue = 809 ms
#1: strong 4 100 1000000 1001.000000 23.795000
#1: weak 4 100 1000000 809.000000 23.795000
Benchmarking ended
n_threads = 6
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.13 ns
total work duration = 16.0433 ms
Benchmarking started
Duration for strong queue = 1002ms
Duration for weak queue = 974 ms
#1: strong 6 100 1000000 1002.000000 16.043269
#1: weak 6 100 1000000 974.000000 16.043269
Benchmarking ended
n_threads = 6
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.6 ns
total work duration = 15.8666 ms
Benchmarking started
Duration for strong queue = 999ms
Duration for weak queue = 964 ms
#1: strong 6 100 1000000 999.000000 15.866603
#1: weak 6 100 1000000 964.000000 15.866603
Benchmarking ended
n_threads = 6
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.57 ns
total work duration = 15.8566 ms
Benchmarking started
Duration for strong queue = 1005ms
Duration for weak queue = 1215 ms
#1: strong 6 100 1000000 1005.000000 15.856603
#1: weak 6 100 1000000 1215.000000 15.856603
Benchmarking ended
n_threads = 6
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.54 ns
total work duration = 15.8466 ms
Benchmarking started
Duration for strong queue = 964ms
Duration for weak queue = 938 ms
#1: strong 6 100 1000000 964.000000 15.846603
#1: weak 6 100 1000000 938.000000 15.846603
Benchmarking ended
n_threads = 6
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.99 ns
total work duration = 15.9966 ms
Benchmarking started
Duration for strong queue = 976ms
Duration for weak queue = 957 ms
#1: strong 6 100 1000000 976.000000 15.996603
#1: weak 6 100 1000000 957.000000 15.996603
Benchmarking ended
n_threads = 8
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.03 ns
total work duration = 12.0075 ms
Benchmarking started
Duration for strong queue = 1222ms
Duration for weak queue = 1020 ms
#1: strong 8 100 1000000 1222.000000 12.007500
#1: weak 8 100 1000000 1020.000000 12.007500
Benchmarking ended
n_threads = 8
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.46 ns
total work duration = 11.865 ms
Benchmarking started
Duration for strong queue = 1204ms
Duration for weak queue = 998 ms
#1: strong 8 100 1000000 1204.000000 11.865000
#1: weak 8 100 1000000 998.000000 11.865000
Benchmarking ended
n_threads = 8
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.64 ns
total work duration = 11.91 ms
Benchmarking started
Duration for strong queue = 1124ms
Duration for weak queue = 1044 ms
#1: strong 8 100 1000000 1124.000000 11.910000
#1: weak 8 100 1000000 1044.000000 11.910000
Benchmarking ended
n_threads = 8
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.76 ns
total work duration = 11.94 ms
Benchmarking started
Duration for strong queue = 1117ms
Duration for weak queue = 994 ms
#1: strong 8 100 1000000 1117.000000 11.940000
#1: weak 8 100 1000000 994.000000 11.940000
Benchmarking ended
n_threads = 8
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.55 ns
total work duration = 11.8875 ms
Benchmarking started
Duration for strong queue = 1160ms
Duration for weak queue = 1281 ms
#1: strong 8 100 1000000 1160.000000 11.887500
#1: weak 8 100 1000000 1281.000000 11.887500
Benchmarking ended
n_threads = 10
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.87 ns
total work duration = 9.574 ms
Benchmarking started
Duration for strong queue = 1149ms
Duration for weak queue = 1041 ms
#1: strong 10 100 1000000 1149.000000 9.574000
#1: weak 10 100 1000000 1041.000000 9.574000
Benchmarking ended
n_threads = 10
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.9 ns
total work duration = 9.58 ms
Benchmarking started
Duration for strong queue = 1039ms
Duration for weak queue = 1021 ms
#1: strong 10 100 1000000 1039.000000 9.580000
#1: weak 10 100 1000000 1021.000000 9.580000
Benchmarking ended
n_threads = 10
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.3 ns
total work duration = 9.86 ms
Benchmarking started
Duration for strong queue = 1086ms
Duration for weak queue = 1037 ms
#1: strong 10 100 1000000 1086.000000 9.860000
#1: weak 10 100 1000000 1037.000000 9.860000
Benchmarking ended
n_threads = 10
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.88 ns
total work duration = 9.576 ms
Benchmarking started
Duration for strong queue = 1045ms
Duration for weak queue = 1032 ms
#1: strong 10 100 1000000 1045.000000 9.576000
#1: weak 10 100 1000000 1032.000000 9.576000
Benchmarking ended
n_threads = 10
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.62 ns
total work duration = 9.524 ms
Benchmarking started
Duration for strong queue = 1044ms
Duration for weak queue = 1092 ms
#1: strong 10 100 1000000 1044.000000 9.524000
#1: weak 10 100 1000000 1092.000000 9.524000
Benchmarking ended
n_threads = 12
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.03 ns
total work duration = 8.00497 ms
Benchmarking started
Duration for strong queue = 1153ms
Duration for weak queue = 1131 ms
#1: strong 12 100 1000000 1153.000000 8.004968
#1: weak 12 100 1000000 1131.000000 8.004968
Benchmarking ended
n_threads = 12
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.6 ns
total work duration = 7.9333 ms
Benchmarking started
Duration for strong queue = 1031ms
Duration for weak queue = 1052 ms
#1: strong 12 100 1000000 1031.000000 7.933302
#1: weak 12 100 1000000 1052.000000 7.933302
Benchmarking ended
n_threads = 12
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.71 ns
total work duration = 7.95163 ms
Benchmarking started
Duration for strong queue = 1122ms
Duration for weak queue = 1001 ms
#1: strong 12 100 1000000 1122.000000 7.951635
#1: weak 12 100 1000000 1001.000000 7.951635
Benchmarking ended
n_threads = 12
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.48 ns
total work duration = 7.9133 ms
Benchmarking started
Duration for strong queue = 1128ms
Duration for weak queue = 1145 ms
#1: strong 12 100 1000000 1128.000000 7.913302
#1: weak 12 100 1000000 1145.000000 7.913302
Benchmarking ended
n_threads = 12
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.47 ns
total work duration = 7.91164 ms
Benchmarking started
Duration for strong queue = 1213ms
Duration for weak queue = 1272 ms
#1: strong 12 100 1000000 1213.000000 7.911635
#1: weak 12 100 1000000 1272.000000 7.911635
Benchmarking ended
n_threads = 14
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 53.44 ns
total work duration = 7.63422 ms
Benchmarking started
Duration for strong queue = 1024ms
Duration for weak queue = 1036 ms
#1: strong 14 100 1000000 1024.000000 7.634225
#1: weak 14 100 1000000 1036.000000 7.634225
Benchmarking ended
n_threads = 14
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.69 ns
total work duration = 6.8128 ms
Benchmarking started
Duration for strong queue = 1011ms
Duration for weak queue = 1206 ms
#1: strong 14 100 1000000 1011.000000 6.812803
#1: weak 14 100 1000000 1206.000000 6.812803
Benchmarking ended
n_threads = 14
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.69 ns
total work duration = 6.8128 ms
Benchmarking started
Duration for strong queue = 904ms
Duration for weak queue = 889 ms
#1: strong 14 100 1000000 904.000000 6.812803
#1: weak 14 100 1000000 889.000000 6.812803
Benchmarking ended
n_threads = 14
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.4 ns
total work duration = 6.77137 ms
Benchmarking started
Duration for strong queue = 999ms
Duration for weak queue = 996 ms
#1: strong 14 100 1000000 999.000000 6.771374
#1: weak 14 100 1000000 996.000000 6.771374
Benchmarking ended
n_threads = 14
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.69 ns
total work duration = 7.09851 ms
Benchmarking started
Duration for strong queue = 1130ms
Duration for weak queue = 1169 ms
#1: strong 14 100 1000000 1130.000000 7.098515
#1: weak 14 100 1000000 1169.000000 7.098515
Benchmarking ended
n_threads = 16
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.31 ns
total work duration = 6.53875 ms
Benchmarking started
Duration for strong queue = 1036ms
Duration for weak queue = 992 ms
#1: strong 16 100 1000000 1036.000000 6.538750
#1: weak 16 100 1000000 992.000000 6.538750
Benchmarking ended
n_threads = 16
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.83 ns
total work duration = 5.97875 ms
Benchmarking started
Duration for strong queue = 1069ms
Duration for weak queue = 998 ms
#1: strong 16 100 1000000 1069.000000 5.978750
#1: weak 16 100 1000000 998.000000 5.978750
Benchmarking ended
n_threads = 16
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.85 ns
total work duration = 6.60625 ms
Benchmarking started
Duration for strong queue = 1096ms
Duration for weak queue = 985 ms
#1: strong 16 100 1000000 1096.000000 6.606250
#1: weak 16 100 1000000 985.000000 6.606250
Benchmarking ended
n_threads = 16
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 53.06 ns
total work duration = 6.6325 ms
Benchmarking started
Duration for strong queue = 1148ms
Duration for weak queue = 1064 ms
#1: strong 16 100 1000000 1148.000000 6.632500
#1: weak 16 100 1000000 1064.000000 6.632500
Benchmarking ended
n_threads = 16
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.25 ns
total work duration = 6.03125 ms
Benchmarking started
Duration for strong queue = 1135ms
Duration for weak queue = 1173 ms
#1: strong 16 100 1000000 1135.000000 6.031250
#1: weak 16 100 1000000 1173.000000 6.031250
Benchmarking ended
n_threads = 18
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.76 ns
total work duration = 5.30661 ms
Benchmarking started
Duration for strong queue = 1119ms
Duration for weak queue = 1018 ms
#1: strong 18 100 1000000 1119.000000 5.306614
#1: weak 18 100 1000000 1018.000000 5.306614
Benchmarking ended
n_threads = 18
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.87 ns
total work duration = 5.31884 ms
Benchmarking started
Duration for strong queue = 1157ms
Duration for weak queue = 1204 ms
#1: strong 18 100 1000000 1157.000000 5.318836
#1: weak 18 100 1000000 1204.000000 5.318836
Benchmarking ended
n_threads = 18
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.9 ns
total work duration = 5.32217 ms
Benchmarking started
Duration for strong queue = 1039ms
Duration for weak queue = 1009 ms
#1: strong 18 100 1000000 1039.000000 5.322169
#1: weak 18 100 1000000 1009.000000 5.322169
Benchmarking ended
n_threads = 18
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.74 ns
total work duration = 5.4155 ms
Benchmarking started
Duration for strong queue = 1003ms
Duration for weak queue = 992 ms
#1: strong 18 100 1000000 1003.000000 5.415501
#1: weak 18 100 1000000 992.000000 5.415501
Benchmarking ended
n_threads = 18
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.09 ns
total work duration = 5.34328 ms
Benchmarking started
Duration for strong queue = 1022ms
Duration for weak queue = 1012 ms
#1: strong 18 100 1000000 1022.000000 5.343280
#1: weak 18 100 1000000 1012.000000 5.343280
Benchmarking ended
n_threads = 20
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.7 ns
total work duration = 4.87 ms
Benchmarking started
Duration for strong queue = 1248ms
Duration for weak queue = 1038 ms
#1: strong 20 100 1000000 1248.000000 4.870000
#1: weak 20 100 1000000 1038.000000 4.870000
Benchmarking ended
n_threads = 20
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.76 ns
total work duration = 4.776 ms
Benchmarking started
Duration for strong queue = 1056ms
Duration for weak queue = 1211 ms
#1: strong 20 100 1000000 1056.000000 4.776000
#1: weak 20 100 1000000 1211.000000 4.776000
Benchmarking ended
n_threads = 20
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 54.76 ns
total work duration = 5.476 ms
Benchmarking started
Duration for strong queue = 1086ms
Duration for weak queue = 1147 ms
#1: strong 20 100 1000000 1086.000000 5.476000
#1: weak 20 100 1000000 1147.000000 5.476000
Benchmarking ended
n_threads = 20
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.45 ns
total work duration = 4.745 ms
Benchmarking started
Duration for strong queue = 1175ms
Duration for weak queue = 1024 ms
#1: strong 20 100 1000000 1175.000000 4.745000
#1: weak 20 100 1000000 1024.000000 4.745000
Benchmarking ended
n_threads = 20
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.73 ns
total work duration = 5.273 ms
Benchmarking started
Duration for strong queue = 1028ms
Duration for weak queue = 1009 ms
#1: strong 20 100 1000000 1028.000000 5.273000
#1: weak 20 100 1000000 1009.000000 5.273000
Benchmarking ended
n_threads = 22
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.65 ns
total work duration = 4.42267 ms
Benchmarking started
Duration for strong queue = 1032ms
Duration for weak queue = 1185 ms
#1: strong 22 100 1000000 1032.000000 4.422674
#1: weak 22 100 1000000 1185.000000 4.422674
Benchmarking ended
n_threads = 22
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.02 ns
total work duration = 4.45631 ms
Benchmarking started
Duration for strong queue = 998ms
Duration for weak queue = 1159 ms
#1: strong 22 100 1000000 998.000000 4.456310
#1: weak 22 100 1000000 1159.000000 4.456310
Benchmarking ended
n_threads = 22
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 55.49 ns
total work duration = 5.04448 ms
Benchmarking started
Duration for strong queue = 1042ms
Duration for weak queue = 1066 ms
#1: strong 22 100 1000000 1042.000000 5.044485
#1: weak 22 100 1000000 1066.000000 5.044485
Benchmarking ended
n_threads = 22
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 53.01 ns
total work duration = 4.81903 ms
Benchmarking started
Duration for strong queue = 1073ms
Duration for weak queue = 1023 ms
#1: strong 22 100 1000000 1073.000000 4.819033
#1: weak 22 100 1000000 1023.000000 4.819033
Benchmarking ended
n_threads = 22
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.72 ns
total work duration = 4.51995 ms
Benchmarking started
Duration for strong queue = 1168ms
Duration for weak queue = 982 ms
#1: strong 22 100 1000000 1168.000000 4.519946
#1: weak 22 100 1000000 982.000000 4.519946
Benchmarking ended
n_threads = 24
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.37 ns
total work duration = 4.3641 ms
Benchmarking started
Duration for strong queue = 1167ms
Duration for weak queue = 1021 ms
#1: strong 24 100 1000000 1167.000000 4.364097
#1: weak 24 100 1000000 1021.000000 4.364097
Benchmarking ended
n_threads = 24
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.46 ns
total work duration = 3.95494 ms
Benchmarking started
Duration for strong queue = 1045ms
Duration for weak queue = 992 ms
#1: strong 24 100 1000000 1045.000000 3.954937
#1: weak 24 100 1000000 992.000000 3.954937
Benchmarking ended
n_threads = 24
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.27 ns
total work duration = 4.02244 ms
Benchmarking started
Duration for strong queue = 811ms
Duration for weak queue = 808 ms
#1: strong 24 100 1000000 811.000000 4.022436
#1: weak 24 100 1000000 808.000000 4.022436
Benchmarking ended
n_threads = 24
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.45 ns
total work duration = 4.03744 ms
Benchmarking started
Duration for strong queue = 1000ms
Duration for weak queue = 1028 ms
#1: strong 24 100 1000000 1000.000000 4.037435
#1: weak 24 100 1000000 1028.000000 4.037435
Benchmarking ended
n_threads = 24
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.35 ns
total work duration = 4.0291 ms
Benchmarking started
Duration for strong queue = 991ms
Duration for weak queue = 1060 ms
#1: strong 24 100 1000000 991.000000 4.029102
#1: weak 24 100 1000000 1060.000000 4.029102
Benchmarking ended
n_threads = 26
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.87 ns
total work duration = 3.68226 ms
Benchmarking started
Duration for strong queue = 993ms
Duration for weak queue = 1048 ms
#1: strong 26 100 1000000 993.000000 3.682256
#1: weak 26 100 1000000 1048.000000 3.682256
Benchmarking ended
n_threads = 26
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.95 ns
total work duration = 3.68841 ms
Benchmarking started
Duration for strong queue = 1028ms
Duration for weak queue = 992 ms
#1: strong 26 100 1000000 1028.000000 3.688410
#1: weak 26 100 1000000 992.000000 3.688410
Benchmarking ended
n_threads = 26
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.81 ns
total work duration = 3.67764 ms
Benchmarking started
Duration for strong queue = 1150ms
Duration for weak queue = 1077 ms
#1: strong 26 100 1000000 1150.000000 3.677641
#1: weak 26 100 1000000 1077.000000 3.677641
Benchmarking ended
n_threads = 26
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.55 ns
total work duration = 3.65764 ms
Benchmarking started
Duration for strong queue = 1073ms
Duration for weak queue = 1044 ms
#1: strong 26 100 1000000 1073.000000 3.657641
#1: weak 26 100 1000000 1044.000000 3.657641
Benchmarking ended
n_threads = 26
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.15 ns
total work duration = 3.70379 ms
Benchmarking started
Duration for strong queue = 1092ms
Duration for weak queue = 974 ms
#1: strong 26 100 1000000 1092.000000 3.703794
#1: weak 26 100 1000000 974.000000 3.703794
Benchmarking ended
n_threads = 28
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.36 ns
total work duration = 3.45426 ms
Benchmarking started
Duration for strong queue = 1076ms
Duration for weak queue = 1109 ms
#1: strong 28 100 1000000 1076.000000 3.454258
#1: weak 28 100 1000000 1109.000000 3.454258
Benchmarking ended
n_threads = 28
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.69 ns
total work duration = 3.4064 ms
Benchmarking started
Duration for strong queue = 882ms
Duration for weak queue = 831 ms
#1: strong 28 100 1000000 882.000000 3.406401
#1: weak 28 100 1000000 831.000000 3.406401
Benchmarking ended
n_threads = 28
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.43 ns
total work duration = 3.38783 ms
Benchmarking started
Duration for strong queue = 1036ms
Duration for weak queue = 1008 ms
#1: strong 28 100 1000000 1036.000000 3.387830
#1: weak 28 100 1000000 1008.000000 3.387830
Benchmarking ended
n_threads = 28
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.73 ns
total work duration = 3.40926 ms
Benchmarking started
Duration for strong queue = 1016ms
Duration for weak queue = 1004 ms
#1: strong 28 100 1000000 1016.000000 3.409258
#1: weak 28 100 1000000 1004.000000 3.409258
Benchmarking ended
n_threads = 28
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.76 ns
total work duration = 3.4114 ms
Benchmarking started
Duration for strong queue = 1013ms
Duration for weak queue = 1014 ms
#1: strong 28 100 1000000 1013.000000 3.411401
#1: weak 28 100 1000000 1014.000000 3.411401
Benchmarking ended
n_threads = 30
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.66 ns
total work duration = 3.51063 ms
Benchmarking started
Duration for strong queue = 1065ms
Duration for weak queue = 1121 ms
#1: strong 30 100 1000000 1065.000000 3.510632
#1: weak 30 100 1000000 1121.000000 3.510632
Benchmarking ended
n_threads = 30
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.67 ns
total work duration = 3.17797 ms
Benchmarking started
Duration for strong queue = 902ms
Duration for weak queue = 980 ms
#1: strong 30 100 1000000 902.000000 3.177968
#1: weak 30 100 1000000 980.000000 3.177968
Benchmarking ended
n_threads = 30
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.81 ns
total work duration = 3.1873 ms
Benchmarking started
Duration for strong queue = 1129ms
Duration for weak queue = 1045 ms
#1: strong 30 100 1000000 1129.000000 3.187301
#1: weak 30 100 1000000 1045.000000 3.187301
Benchmarking ended
n_threads = 30
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.61 ns
total work duration = 3.17397 ms
Benchmarking started
Duration for strong queue = 1059ms
Duration for weak queue = 1046 ms
#1: strong 30 100 1000000 1059.000000 3.173968
#1: weak 30 100 1000000 1046.000000 3.173968
Benchmarking ended
n_threads = 30
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.68 ns
total work duration = 3.17863 ms
Benchmarking started
Duration for strong queue = 1104ms
Duration for weak queue = 1031 ms
#1: strong 30 100 1000000 1104.000000 3.178635
#1: weak 30 100 1000000 1031.000000 3.178635
Benchmarking ended
n_threads = 32
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 52.91 ns
total work duration = 3.30687 ms
Benchmarking started
Duration for strong queue = 1164ms
Duration for weak queue = 1085 ms
#1: strong 32 100 1000000 1164.000000 3.306875
#1: weak 32 100 1000000 1085.000000 3.306875
Benchmarking ended
n_threads = 32
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.91 ns
total work duration = 2.99437 ms
Benchmarking started
Duration for strong queue = 1199ms
Duration for weak queue = 1048 ms
#1: strong 32 100 1000000 1199.000000 2.994375
#1: weak 32 100 1000000 1048.000000 2.994375
Benchmarking ended
n_threads = 32
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.15 ns
total work duration = 3.07187 ms
Benchmarking started
Duration for strong queue = 931ms
Duration for weak queue = 900 ms
#1: strong 32 100 1000000 931.000000 3.071875
#1: weak 32 100 1000000 900.000000 3.071875
Benchmarking ended
n_threads = 32
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.82 ns
total work duration = 3.05125 ms
Benchmarking started
Duration for strong queue = 1182ms
Duration for weak queue = 1108 ms
#1: strong 32 100 1000000 1182.000000 3.051250
#1: weak 32 100 1000000 1108.000000 3.051250
Benchmarking ended
n_threads = 32
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.21 ns
total work duration = 3.07563 ms
Benchmarking started
Duration for strong queue = 1035ms
Duration for weak queue = 1051 ms
#1: strong 32 100 1000000 1035.000000 3.075625
#1: weak 32 100 1000000 1051.000000 3.075625
Benchmarking ended
n_threads = 34
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.36 ns
total work duration = 2.84463 ms
Benchmarking started
Duration for strong queue = 1068ms
Duration for weak queue = 1104 ms
#1: strong 34 100 1000000 1068.000000 2.844632
#1: weak 34 100 1000000 1104.000000 2.844632
Benchmarking ended
n_threads = 34
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.77 ns
total work duration = 2.80993 ms
Benchmarking started
Duration for strong queue = 1046ms
Duration for weak queue = 1100 ms
#1: strong 34 100 1000000 1046.000000 2.809927
#1: weak 34 100 1000000 1100.000000 2.809927
Benchmarking ended
n_threads = 34
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.97 ns
total work duration = 2.82169 ms
Benchmarking started
Duration for strong queue = 1055ms
Duration for weak queue = 1185 ms
#1: strong 34 100 1000000 1055.000000 2.821691
#1: weak 34 100 1000000 1185.000000 2.821691
Benchmarking ended
n_threads = 34
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.43 ns
total work duration = 2.78993 ms
Benchmarking started
Duration for strong queue = 897ms
Duration for weak queue = 851 ms
#1: strong 34 100 1000000 897.000000 2.789927
#1: weak 34 100 1000000 851.000000 2.789927
Benchmarking ended
n_threads = 34
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 48.32 ns
total work duration = 2.84228 ms
Benchmarking started
Duration for strong queue = 1048ms
Duration for weak queue = 1053 ms
#1: strong 34 100 1000000 1048.000000 2.842279
#1: weak 34 100 1000000 1053.000000 2.842279
Benchmarking ended
n_threads = 36
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.75 ns
total work duration = 2.6527 ms
Benchmarking started
Duration for strong queue = 1057ms
Duration for weak queue = 1123 ms
#1: strong 36 100 1000000 1057.000000 2.652703
#1: weak 36 100 1000000 1123.000000 2.652703
Benchmarking ended
n_threads = 36
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.51 ns
total work duration = 2.63937 ms
Benchmarking started
Duration for strong queue = 1111ms
Duration for weak queue = 1203 ms
#1: strong 36 100 1000000 1111.000000 2.639371
#1: weak 36 100 1000000 1203.000000 2.639371
Benchmarking ended
n_threads = 36
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.72 ns
total work duration = 2.65104 ms
Benchmarking started
Duration for strong queue = 1172ms
Duration for weak queue = 1092 ms
#1: strong 36 100 1000000 1172.000000 2.651037
#1: weak 36 100 1000000 1092.000000 2.651037
Benchmarking ended
n_threads = 36
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.87 ns
total work duration = 2.65937 ms
Benchmarking started
Duration for strong queue = 1136ms
Duration for weak queue = 1120 ms
#1: strong 36 100 1000000 1136.000000 2.659370
#1: weak 36 100 1000000 1120.000000 2.659370
Benchmarking ended
n_threads = 36
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 49.16 ns
total work duration = 2.73103 ms
Benchmarking started
Duration for strong queue = 1222ms
Duration for weak queue = 1108 ms
#1: strong 36 100 1000000 1222.000000 2.731035
#1: weak 36 100 1000000 1108.000000 2.731035
Benchmarking ended
n_threads = 38
n_iter = 100
number of enqueue/dequeue = 1000000
work duration = 47.41 ns
total work duration = 2.49519 ms
Benchmarking started
Duration for strong queue = 1247ms
Duration for weak queue = 1186 ms