-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexperiments-data-20221124.yml
13107 lines (13107 loc) · 243 KB
/
experiments-data-20221124.yml
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
# Running on host: gangrel
#
# Power units = 0.125W
# CPU Energy units = 0.00006104J
# DRAM Energy units = 0.00006104J
# Time units = 0.00097656s
#
# Package thermal spec: 15.000W
# Package minimum power: 0.000W
# Package maximum power: 0.000W
# Package maximum time window: 0.000000s
# Package power limits are unlocked
# Package power limit #1: 25.000W for 0.107422s (enabled, clamped)
# Package power limit #2: 30.000W for 0.032227s (enabled, not_clamped)
#
# Experiments started: Sun Nov 20 09:17:48 PM PST 2022
---
iteration: 1
success: true
total_runtime: 58.89186
language: c-gcc
algorithm: kmp
runtime: 58.52754
max_memory: 143288
package: 478.50933837890625
pp0: 442.83392333984375
dram: 9.58215332031250
---
iteration: 2
success: true
total_runtime: 58.931128
language: c-gcc
algorithm: kmp
runtime: 58.57259
max_memory: 143176
package: 480.94250488281250
pp0: 441.39868164062500
dram: 9.58538818359375
---
iteration: 3
success: true
total_runtime: 58.862377
language: c-gcc
algorithm: kmp
runtime: 58.502838
max_memory: 143220
package: 483.53771972656250
pp0: 443.35430908203125
dram: 9.57312011718750
---
iteration: 4
success: true
total_runtime: 58.889284
language: c-gcc
algorithm: kmp
runtime: 58.532916
max_memory: 143308
package: 486.10192871093750
pp0: 445.74920654296875
dram: 9.60382080078125
---
iteration: 5
success: true
total_runtime: 58.907022
language: c-gcc
algorithm: kmp
runtime: 58.549668
max_memory: 143260
package: 488.81695556640625
pp0: 448.23571777343750
dram: 9.58239746093750
---
iteration: 6
success: true
total_runtime: 59.042484
language: c-gcc
algorithm: kmp
runtime: 58.685979
max_memory: 143320
package: 490.15087890625000
pp0: 449.29779052734375
dram: 9.59802246093750
---
iteration: 7
success: true
total_runtime: 58.839629
language: c-gcc
algorithm: kmp
runtime: 58.479699
max_memory: 143332
package: 489.52978515625000
pp0: 448.58111572265625
dram: 9.60461425781250
---
iteration: 8
success: true
total_runtime: 58.893484
language: c-gcc
algorithm: kmp
runtime: 58.535437
max_memory: 143236
package: 492.56140136718750
pp0: 451.42926025390625
dram: 9.58074951171875
---
iteration: 9
success: true
total_runtime: 58.900701
language: c-gcc
algorithm: kmp
runtime: 58.544003
max_memory: 143252
package: 492.21179199218750
pp0: 450.87951660156250
dram: 9.57904052734375
---
iteration: 10
success: true
total_runtime: 59.0111
language: c-gcc
algorithm: kmp
runtime: 58.649328
max_memory: 143264
package: 495.93670654296875
pp0: 454.39611816406250
dram: 9.59991455078125
---
iteration: 11
success: true
total_runtime: 58.859947
language: c-gcc
algorithm: kmp
runtime: 58.502748
max_memory: 143336
package: 493.22412109375000
pp0: 451.70751953125000
dram: 9.57562255859375
---
iteration: 12
success: true
total_runtime: 58.882483
language: c-gcc
algorithm: kmp
runtime: 58.523576
max_memory: 143320
package: 493.99310302734375
pp0: 452.41088867187500
dram: 9.57885742187500
---
iteration: 13
success: true
total_runtime: 58.827138
language: c-gcc
algorithm: kmp
runtime: 58.469573
max_memory: 143264
package: 493.50469970703125
pp0: 452.08587646484375
dram: 9.57098388671875
---
iteration: 14
success: true
total_runtime: 58.9825
language: c-gcc
algorithm: kmp
runtime: 58.623804
max_memory: 143268
package: 497.38366699218750
pp0: 455.76800537109375
dram: 9.59960937500000
---
iteration: 15
success: true
total_runtime: 58.87874
language: c-gcc
algorithm: kmp
runtime: 58.519803
max_memory: 143264
package: 494.28100585937500
pp0: 452.73547363281250
dram: 9.57336425781250
---
iteration: 16
success: true
total_runtime: 59.090027
language: c-gcc
algorithm: kmp
runtime: 58.734679
max_memory: 143244
package: 495.94934082031250
pp0: 454.20593261718750
dram: 9.61132812500000
---
iteration: 17
success: true
total_runtime: 58.946245
language: c-gcc
algorithm: kmp
runtime: 58.587332
max_memory: 143260
package: 497.93170166015625
pp0: 456.22772216796875
dram: 9.58367919921875
---
iteration: 18
success: true
total_runtime: 58.846876
language: c-gcc
algorithm: kmp
runtime: 58.488821
max_memory: 143280
package: 494.32287597656250
pp0: 452.63470458984375
dram: 9.57098388671875
---
iteration: 19
success: true
total_runtime: 58.900481
language: c-gcc
algorithm: kmp
runtime: 58.542948
max_memory: 143284
package: 496.21179199218750
pp0: 454.42529296875000
dram: 9.58154296875000
---
iteration: 20
success: true
total_runtime: 58.819384
language: c-gcc
algorithm: kmp
runtime: 58.461231
max_memory: 143260
package: 496.74267578125000
pp0: 455.23297119140625
dram: 9.56896972656250
---
iteration: 21
success: true
total_runtime: 58.836127
language: c-gcc
algorithm: kmp
runtime: 58.47782
max_memory: 143320
package: 497.67321777343750
pp0: 456.10906982421875
dram: 9.57171630859375
---
iteration: 22
success: true
total_runtime: 58.848988
language: c-gcc
algorithm: kmp
runtime: 58.489399
max_memory: 143328
package: 494.98541259765625
pp0: 453.11993408203125
dram: 9.57360839843750
---
iteration: 23
success: true
total_runtime: 58.919449
language: c-gcc
algorithm: kmp
runtime: 58.562028
max_memory: 143252
package: 495.66809082031250
pp0: 453.73516845703125
dram: 9.58331298828125
---
iteration: 24
success: true
total_runtime: 58.817988
language: c-gcc
algorithm: kmp
runtime: 58.46053
max_memory: 143216
package: 497.57226562500000
pp0: 455.95471191406250
dram: 9.56909179687500
---
iteration: 25
success: true
total_runtime: 58.81886
language: c-gcc
algorithm: kmp
runtime: 58.461032
max_memory: 143312
package: 497.41003417968750
pp0: 455.76446533203125
dram: 9.56939697265625
---
iteration: 1
success: true
total_runtime: 22.38407
language: c-gcc
algorithm: boyer_moore
runtime: 22.031523
max_memory: 143276
package: 187.82781982421875
pp0: 171.68505859375000
dram: 4.35577392578125
---
iteration: 2
success: true
total_runtime: 22.389316
language: c-gcc
algorithm: boyer_moore
runtime: 22.035601
max_memory: 143260
package: 189.49920654296875
pp0: 173.36065673828125
dram: 4.36071777343750
---
iteration: 3
success: true
total_runtime: 22.386275
language: c-gcc
algorithm: boyer_moore
runtime: 22.029743
max_memory: 143244
package: 189.02465820312500
pp0: 172.98144531250000
dram: 4.35894775390625
---
iteration: 4
success: true
total_runtime: 22.381882
language: c-gcc
algorithm: boyer_moore
runtime: 22.027548
max_memory: 143232
package: 189.33056640625000
pp0: 172.88037109375000
dram: 4.35406494140625
---
iteration: 5
success: true
total_runtime: 22.381909
language: c-gcc
algorithm: boyer_moore
runtime: 22.026454
max_memory: 143332
package: 188.74505615234375
pp0: 172.49200439453125
dram: 4.35449218750000
---
iteration: 6
success: true
total_runtime: 22.385881
language: c-gcc
algorithm: boyer_moore
runtime: 22.031858
max_memory: 143224
package: 190.00628662109375
pp0: 173.33740234375000
dram: 4.35638427734375
---
iteration: 7
success: true
total_runtime: 22.383947
language: c-gcc
algorithm: boyer_moore
runtime: 22.03106
max_memory: 143252
package: 189.16931152343750
pp0: 171.99145507812500
dram: 4.35711669921875
---
iteration: 8
success: true
total_runtime: 22.386334
language: c-gcc
algorithm: boyer_moore
runtime: 22.032003
max_memory: 143284
package: 189.90087890625000
pp0: 173.41912841796875
dram: 4.35949707031250
---
iteration: 9
success: true
total_runtime: 22.388032
language: c-gcc
algorithm: boyer_moore
runtime: 22.032161
max_memory: 143264
package: 189.47369384765625
pp0: 172.27813720703125
dram: 4.35662841796875
---
iteration: 10
success: true
total_runtime: 22.386361
language: c-gcc
algorithm: boyer_moore
runtime: 22.032225
max_memory: 143328
package: 190.87939453125000
pp0: 173.43945312500000
dram: 4.35693359375000
---
iteration: 11
success: true
total_runtime: 22.383162
language: c-gcc
algorithm: boyer_moore
runtime: 22.028591
max_memory: 143224
package: 190.61633300781250
pp0: 172.75659179687500
dram: 4.35412597656250
---
iteration: 12
success: true
total_runtime: 22.389388
language: c-gcc
algorithm: boyer_moore
runtime: 22.032283
max_memory: 143328
package: 191.25280761718750
pp0: 173.07720947265625
dram: 4.35754394531250
---
iteration: 13
success: true
total_runtime: 22.385659
language: c-gcc
algorithm: boyer_moore
runtime: 22.033042
max_memory: 143264
package: 191.31085205078125
pp0: 173.03387451171875
dram: 4.35791015625000
---
iteration: 14
success: true
total_runtime: 22.382293
language: c-gcc
algorithm: boyer_moore
runtime: 22.028136
max_memory: 143236
package: 190.31097412109375
pp0: 171.92510986328125
dram: 4.35412597656250
---
iteration: 15
success: true
total_runtime: 22.381157
language: c-gcc
algorithm: boyer_moore
runtime: 22.028672
max_memory: 143248
package: 191.69647216796875
pp0: 173.42987060546875
dram: 4.35363769531250
---
iteration: 16
success: true
total_runtime: 22.383258
language: c-gcc
algorithm: boyer_moore
runtime: 22.028689
max_memory: 143256
package: 190.25292968750000
pp0: 171.85675048828125
dram: 4.35760498046875
---
iteration: 17
success: true
total_runtime: 22.388162
language: c-gcc
algorithm: boyer_moore
runtime: 22.034103
max_memory: 143252
package: 190.74792480468750
pp0: 172.35052490234375
dram: 4.35620117187500
---
iteration: 18
success: true
total_runtime: 22.385911
language: c-gcc
algorithm: boyer_moore
runtime: 22.032099
max_memory: 143252
package: 190.32720947265625
pp0: 171.92431640625000
dram: 4.35406494140625
---
iteration: 19
success: true
total_runtime: 22.386286
language: c-gcc
algorithm: boyer_moore
runtime: 22.031537
max_memory: 143232
package: 191.74291992187500
pp0: 173.34405517578125
dram: 4.35681152343750
---
iteration: 20
success: true
total_runtime: 22.383316
language: c-gcc
algorithm: boyer_moore
runtime: 22.031248
max_memory: 143276
package: 191.36511230468750
pp0: 172.96453857421875
dram: 4.35638427734375
---
iteration: 21
success: true
total_runtime: 22.383709
language: c-gcc
algorithm: boyer_moore
runtime: 22.029874
max_memory: 143248
package: 191.93041992187500
pp0: 173.53210449218750
dram: 4.35516357421875
---
iteration: 22
success: true
total_runtime: 22.386113
language: c-gcc
algorithm: boyer_moore
runtime: 22.03291
max_memory: 143340
package: 191.42852783203125
pp0: 173.12768554687500
dram: 4.35742187500000
---
iteration: 23
success: true
total_runtime: 22.382625
language: c-gcc
algorithm: boyer_moore
runtime: 22.029608
max_memory: 143332
package: 191.51074218750000
pp0: 173.09796142578125
dram: 4.35479736328125
---
iteration: 24
success: true
total_runtime: 22.383183
language: c-gcc
algorithm: boyer_moore
runtime: 22.030469
max_memory: 143332
package: 191.18530273437500
pp0: 172.78137207031250
dram: 4.35797119140625
---
iteration: 25
success: true
total_runtime: 22.385622
language: c-gcc
algorithm: boyer_moore
runtime: 22.030325
max_memory: 143276
package: 191.28808593750000
pp0: 172.88134765625000
dram: 4.35467529296875
---
iteration: 1
success: true
total_runtime: 7.964782
language: c-gcc
algorithm: shift_or
runtime: 7.605253
max_memory: 143292
package: 75.15222167968750
pp0: 68.47387695312500
dram: 2.28875732421875
---
iteration: 2
success: true
total_runtime: 7.9631
language: c-gcc
algorithm: shift_or
runtime: 7.604095
max_memory: 143264
package: 74.96478271484375
pp0: 68.25109863281250
dram: 2.29138183593750
---
iteration: 3
success: true
total_runtime: 7.9649019
language: c-gcc
algorithm: shift_or
runtime: 7.6051791
max_memory: 143332
package: 75.16162109375000
pp0: 68.47003173828125
dram: 2.28997802734375
---
iteration: 4
success: true
total_runtime: 7.962826
language: c-gcc
algorithm: shift_or
runtime: 7.6037288
max_memory: 143332
package: 74.96752929687500
pp0: 68.25653076171875
dram: 2.28912353515625
---
iteration: 5
success: true
total_runtime: 7.964977
language: c-gcc
algorithm: shift_or
runtime: 7.6034839
max_memory: 143256
package: 75.18499755859375
pp0: 68.51220703125000
dram: 2.28826904296875
---
iteration: 6
success: true
total_runtime: 7.984781
language: c-gcc
algorithm: shift_or
runtime: 7.604764
max_memory: 143264
package: 75.29687500000000
pp0: 68.56097412109375
dram: 2.29083251953125
---
iteration: 7
success: true
total_runtime: 7.9628098
language: c-gcc
algorithm: shift_or
runtime: 7.604378
max_memory: 143276
package: 75.06689453125000
pp0: 68.35876464843750
dram: 2.28930664062500
---
iteration: 8
success: true
total_runtime: 7.963932
language: c-gcc
algorithm: shift_or
runtime: 7.604857
max_memory: 143252
package: 75.19104003906250
pp0: 68.47100830078125
dram: 2.28826904296875
---
iteration: 9
success: true
total_runtime: 7.963902
language: c-gcc
algorithm: shift_or
runtime: 7.6038759
max_memory: 143332
package: 74.87255859375000
pp0: 68.18817138671875
dram: 2.28851318359375
---
iteration: 10
success: true
total_runtime: 7.9618151
language: c-gcc
algorithm: shift_or
runtime: 7.602839
max_memory: 143260
package: 74.98187255859375
pp0: 68.26538085937500
dram: 2.29150390625000
---
iteration: 11
success: true
total_runtime: 7.9658952
language: c-gcc
algorithm: shift_or
runtime: 7.606869
max_memory: 143288
package: 74.85046386718750
pp0: 68.17205810546875
dram: 2.29382324218750
---
iteration: 12
success: true
total_runtime: 7.9632058
language: c-gcc
algorithm: shift_or
runtime: 7.6042221
max_memory: 143256
package: 75.16619873046875
pp0: 68.43988037109375
dram: 2.28924560546875
---
iteration: 13
success: true
total_runtime: 7.9618521
language: c-gcc
algorithm: shift_or
runtime: 7.601686
max_memory: 143260
package: 74.98431396484375
pp0: 68.27233886718750
dram: 2.28881835937500
---
iteration: 14
success: true
total_runtime: 7.9629428
language: c-gcc
algorithm: shift_or
runtime: 7.6044371
max_memory: 143252
package: 74.96697998046875
pp0: 68.25659179687500
dram: 2.29113769531250
---
iteration: 15
success: true
total_runtime: 7.9651048
language: c-gcc
algorithm: shift_or
runtime: 7.6032991
max_memory: 143340
package: 74.99224853515625
pp0: 68.27014160156250
dram: 2.28887939453125
---
iteration: 16
success: true
total_runtime: 7.963865
language: c-gcc
algorithm: shift_or
runtime: 7.603112
max_memory: 143224
package: 74.95739746093750
pp0: 68.23309326171875
dram: 2.28857421875000
---
iteration: 17
success: true
total_runtime: 7.9597442
language: c-gcc
algorithm: shift_or
runtime: 7.6009901
max_memory: 143248
package: 74.95428466796875
pp0: 68.22949218750000
dram: 2.28930664062500
---
iteration: 18
success: true
total_runtime: 7.9631209
language: c-gcc
algorithm: shift_or
runtime: 7.60414
max_memory: 143224
package: 74.96777343750000
pp0: 68.24548339843750
dram: 2.28918457031250
---
iteration: 19
success: true
total_runtime: 7.9604959
language: c-gcc
algorithm: shift_or
runtime: 7.601985
max_memory: 143316
package: 74.92547607421875
pp0: 68.20715332031250
dram: 2.28881835937500
---
iteration: 20
success: true
total_runtime: 7.9624419
language: c-gcc
algorithm: shift_or
runtime: 7.604069
max_memory: 143336
package: 74.63665771484375
pp0: 67.95721435546875
dram: 2.28851318359375
---
iteration: 21
success: true
total_runtime: 7.963408
language: c-gcc
algorithm: shift_or
runtime: 7.6035721
max_memory: 143216
package: 74.71887207031250
pp0: 68.03814697265625
dram: 2.28857421875000
---
iteration: 22
success: true
total_runtime: 7.9613781
language: c-gcc
algorithm: shift_or
runtime: 7.60375
max_memory: 143332
package: 75.24157714843750
pp0: 68.50994873046875
dram: 2.28894042968750
---
iteration: 23
success: true
total_runtime: 7.9633689
language: c-gcc
algorithm: shift_or
runtime: 7.603256
max_memory: 143224
package: 75.06970214843750
pp0: 68.34667968750000
dram: 2.28948974609375
---
iteration: 24
success: true
total_runtime: 7.9636559
language: c-gcc
algorithm: shift_or
runtime: 7.6032801
max_memory: 143224
package: 74.97009277343750
pp0: 68.24188232421875
dram: 2.28863525390625
---
iteration: 25
success: true
total_runtime: 7.9639802
language: c-gcc
algorithm: shift_or
runtime: 7.603544
max_memory: 143332
package: 74.98254394531250
pp0: 68.26281738281250
dram: 2.28833007812500
---
iteration: 1
success: true
total_runtime: 1.576813
language: c-gcc
algorithm: aho_corasick
runtime: 1.2185979
max_memory: 143752
package: 14.79772949218750
pp0: 13.48437500000000
dram: 0.29180908203125
---
iteration: 2
success: true
total_runtime: 1.577163
language: c-gcc
algorithm: aho_corasick
runtime: 1.220186
max_memory: 143744
package: 14.85223388671875
pp0: 13.54107666015625
dram: 0.29321289062500
---
iteration: 3
success: true
total_runtime: 1.576653
language: c-gcc
algorithm: aho_corasick
runtime: 1.2196131
max_memory: 143792
package: 14.77478027343750
pp0: 13.45941162109375
dram: 0.29223632812500
---
iteration: 4
success: true
total_runtime: 1.5763879
language: c-gcc
algorithm: aho_corasick
runtime: 1.2179499
max_memory: 143776
package: 14.78070068359375
pp0: 13.47375488281250
dram: 0.29107666015625
---
iteration: 5
success: true
total_runtime: 1.574861
language: c-gcc
algorithm: aho_corasick
runtime: 1.216423
max_memory: 143776
package: 14.72308349609375
pp0: 13.41204833984375
dram: 0.29089355468750
---
iteration: 6
success: true
total_runtime: 1.577899
language: c-gcc
algorithm: aho_corasick
runtime: 1.220211
max_memory: 143828
package: 14.77526855468750
pp0: 13.46362304687500
dram: 0.29119873046875
---
iteration: 7
success: true
total_runtime: 1.5726089
language: c-gcc
algorithm: aho_corasick
runtime: 1.215904
max_memory: 143768
package: 14.84503173828125
pp0: 13.53137207031250
dram: 0.29107666015625
---
iteration: 8
success: true
total_runtime: 1.572274
language: c-gcc
algorithm: aho_corasick
runtime: 1.2180901
max_memory: 143752
package: 14.75012207031250
pp0: 13.44396972656250
dram: 0.29083251953125
---
iteration: 9
success: true
total_runtime: 1.5778379
language: c-gcc
algorithm: aho_corasick
runtime: 1.2193618
max_memory: 143720
package: 14.78515625000000
pp0: 13.47381591796875
dram: 0.29089355468750
---
iteration: 10
success: true
total_runtime: 1.57724
language: c-gcc
algorithm: aho_corasick
runtime: 1.217196
max_memory: 143836
package: 14.78613281250000
pp0: 13.47857666015625
dram: 0.29095458984375
---
iteration: 11
success: true
total_runtime: 1.5803442
language: c-gcc
algorithm: aho_corasick
runtime: 1.2214708
max_memory: 143744
package: 14.78680419921875
pp0: 13.47619628906250
dram: 0.29156494140625
---
iteration: 12
success: true
total_runtime: 1.573947
language: c-gcc
algorithm: aho_corasick
runtime: 1.2158971
max_memory: 143724
package: 14.79211425781250
pp0: 13.49462890625000
dram: 0.28887939453125
---
iteration: 13
success: true
total_runtime: 1.5731139
language: c-gcc
algorithm: aho_corasick
runtime: 1.2166688
max_memory: 143716
package: 14.75640869140625
pp0: 13.44708251953125
dram: 0.29296875000000
---
iteration: 14
success: true
total_runtime: 1.575197
language: c-gcc
algorithm: aho_corasick
runtime: 1.217629
max_memory: 143840
package: 14.80029296875000
pp0: 13.49719238281250
dram: 0.29260253906250
---
iteration: 15
success: true
total_runtime: 1.5754111
language: c-gcc