summaryrefslogtreecommitdiff
path: root/tests/long/fs/10.linux-boot/ref/x86/linux/pc-simple-timing-ruby-MESI_Two_Level/stats.txt
blob: 0e6bf5b7720ca15c9e0a652be7f0e108fe28a758 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247

---------- Begin Simulation Statistics ----------
sim_seconds                                  5.220167                       # Number of seconds simulated
sim_ticks                                5220166723500                       # Number of ticks simulated
final_tick                               5220166723500                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 281505                       # Simulator instruction rate (inst/s)
host_op_rate                                   546613                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                             9727443238                       # Simulator tick rate (ticks/s)
host_mem_usage                                 784792                       # Number of bytes of host memory used
host_seconds                                   536.64                       # Real time elapsed on the host
sim_insts                                   151067812                       # Number of instructions simulated
sim_ops                                     293336428                       # Number of ops (including micro ops) simulated
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                          1000                       # Clock period in ticks
system.mem_ctrls.bytes_read::ruby.dir_cntrl0     11621312                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           11621312                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0      9422976                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total         9422976                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       181583                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              181583                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       147234                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             147234                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0      2226234                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total               2226234                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0      1805110                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total              1805110                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0      4031344                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total              4031344                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      181583                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     147234                       # Number of write requests accepted
system.mem_ctrls.readBursts                    181583                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   147234                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               11591808                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                   29504                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                 9419008                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                11621312                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys              9422976                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                    461                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                    33                       # Number of DRAM write bursts merged with an existing one
system.mem_ctrls.neitherReadNorWriteReqs            0                       # Number of requests that are neither read nor write
system.mem_ctrls.perBankRdBursts::0             11329                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             10774                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             10935                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             11505                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             11170                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             10899                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             11836                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             10884                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::8             12484                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::9             12159                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::10            11756                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::11            12007                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::12            11147                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::13            10761                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::14            10863                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::15            10613                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::0             10067                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1              9205                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2              8897                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3              9266                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4              9038                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5              9160                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6              9230                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7              8385                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::8              9312                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::9              9251                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::10             9047                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::11             9790                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::12             9121                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::13             9097                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::14             9389                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::15             8917                       # Per bank write bursts
system.mem_ctrls.numRdRetry                         0                       # Number of times read queue was full causing retry
system.mem_ctrls.numWrRetry                         0                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                  5220166614000                       # Total gap between requests
system.mem_ctrls.readPktSize::0                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::1                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::2                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::3                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::4                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::5                     0                       # Read request sizes (log2)
system.mem_ctrls.readPktSize::6                181583                       # Read request sizes (log2)
system.mem_ctrls.writePktSize::0                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::1                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::2                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::3                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::4                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::5                    0                       # Write request sizes (log2)
system.mem_ctrls.writePktSize::6               147234                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                  181021                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     101                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                       0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                      0                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                      0                       # What read queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::0                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::1                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::2                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::3                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::4                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::5                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::6                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::7                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::8                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::9                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::10                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::11                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::12                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::13                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::14                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::15                   2012                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                   2729                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                   8785                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   9320                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   8843                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   9495                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   9462                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   8653                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                   9363                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                   9364                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                   8726                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                   8830                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                   8641                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                   8729                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                   8351                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                   8407                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                   8469                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                   8257                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    137                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    112                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                     95                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                     89                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                     83                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                     61                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                     57                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                     44                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                     32                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                     21                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                     12                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                      7                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                      0                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples        59923                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    350.629174                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   206.226666                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   350.561474                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        19936     33.27%     33.27% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        13794     23.02%     56.29% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383         6108     10.19%     66.48% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511         3634      6.06%     72.55% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         2579      4.30%     76.85% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         1995      3.33%     80.18% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1624      2.71%     82.89% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1412      2.36%     85.25% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151         8841     14.75%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total        59923                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples         8207                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      22.065919                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev    311.578267                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-1023         8201     99.93%     99.93% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::1024-2047            3      0.04%     99.96% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::2048-3071            1      0.01%     99.98% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::10240-11263            1      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::25600-26623            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total          8207                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples         8207                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      17.932497                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     17.599692                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      3.953739                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16             6146     74.89%     74.89% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17               20      0.24%     75.13% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              127      1.55%     76.68% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19               26      0.32%     77.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20               39      0.48%     77.47% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              486      5.92%     83.39% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22              193      2.35%     85.74% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23               58      0.71%     86.45% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24              617      7.52%     93.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25              104      1.27%     95.24% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26                8      0.10%     95.33% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27               15      0.18%     95.52% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28              293      3.57%     99.09% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                4      0.05%     99.13% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                1      0.01%     99.15% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::31                3      0.04%     99.18% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32               10      0.12%     99.31% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::33                5      0.06%     99.37% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::34                2      0.02%     99.39% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::35                2      0.02%     99.42% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::36                5      0.06%     99.48% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::37                1      0.01%     99.49% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::38                5      0.06%     99.55% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::39                2      0.02%     99.57% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::40                3      0.04%     99.61% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::41                5      0.06%     99.67% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::42                2      0.02%     99.70% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::43                3      0.04%     99.73% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::44                3      0.04%     99.77% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::45                5      0.06%     99.83% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::46                2      0.02%     99.85% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::47                1      0.01%     99.87% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::48                4      0.05%     99.91% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::49                2      0.02%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::50                1      0.01%     99.95% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::51                4      0.05%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total          8207                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                   1926054246                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat              5322091746                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                  905610000                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                     10634.02                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                    5000.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                29384.02                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                         2.22                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                         1.80                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                      2.23                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                      1.81                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                         0.03                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                     0.02                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                    0.01                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                       1.00                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      25.93                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   146815                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  121555                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 81.06                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                82.58                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                   15875598.32                       # Average gap between requests
system.mem_ctrls.pageHitRate                    81.74                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy                222014520                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                121138875                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy               696781800                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy              474647040                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy         340955406480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy         139500530325                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy         3009726629250                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy           3491697148290                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower            668.887101                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE 5006844557250                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF  174312580000                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT   39009485750                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls_1.actEnergy                231003360                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_1.preEnergy                126043500                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_1.readEnergy               715962000                       # Energy for read commands per rank (pJ)
system.mem_ctrls_1.writeEnergy              479027520                       # Energy for write commands per rank (pJ)
system.mem_ctrls_1.refreshEnergy         340955406480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy         139411599210                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy         3009804639000                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy           3491723681070                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            668.892184                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE 5006961679500                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF  174312580000                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT   38884946750                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.cpu_clk_domain.clock                       500                       # Clock period in ticks
system.cpu0.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu0.numCycles                     10440333447                       # number of cpu cycles simulated
system.cpu0.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu0.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu0.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu0.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.cpu0.committedInsts                  100619599                       # Number of instructions committed
system.cpu0.committedOps                    194912227                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses            182208047                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                    48                       # Number of float alu accesses
system.cpu0.num_func_calls                    1789060                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts     17876463                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                   182208047                       # number of integer instructions
system.cpu0.num_fp_insts                           48                       # number of float instructions
system.cpu0.num_int_register_reads          340866599                       # number of times the integer registers were read
system.cpu0.num_int_register_writes         155423898                       # number of times the integer registers were written
system.cpu0.num_fp_register_reads                  48                       # number of times the floating registers were read
system.cpu0.num_fp_register_writes                  0                       # number of times the floating registers were written
system.cpu0.num_cc_register_reads           104641558                       # number of times the CC registers were read
system.cpu0.num_cc_register_writes           75150612                       # number of times the CC registers were written
system.cpu0.num_mem_refs                     18466644                       # number of memory refs
system.cpu0.num_load_insts                   11577076                       # Number of load instructions
system.cpu0.num_store_insts                   6889568                       # Number of store instructions
system.cpu0.num_idle_cycles              9942379374.520096                       # Number of idle cycles
system.cpu0.num_busy_cycles              497954072.479905                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.047695                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.952305                       # Percentage of idle cycles
system.cpu0.Branches                         20277624                       # Number of branches fetched
system.cpu0.op_class::No_OpClass               187137      0.10%      0.10% # Class of executed instruction
system.cpu0.op_class::IntAlu                176059705     90.33%     90.42% # Class of executed instruction
system.cpu0.op_class::IntMult                  119089      0.06%     90.48% # Class of executed instruction
system.cpu0.op_class::IntDiv                    84733      0.04%     90.53% # Class of executed instruction
system.cpu0.op_class::FloatAdd                      0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::FloatCvt                     16      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::FloatDiv                      0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                  0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                  0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc                 0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     90.53% # Class of executed instruction
system.cpu0.op_class::MemRead                11572910      5.94%     96.47% # Class of executed instruction
system.cpu0.op_class::MemWrite                6889568      3.53%    100.00% # Class of executed instruction
system.cpu0.op_class::IprAccess                     0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu0.op_class::total                 194913158                       # Class of executed instruction
system.cpu1.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu1.numCycles                     10439192066                       # number of cpu cycles simulated
system.cpu1.numWorkItemsStarted                     0                       # number of work items this cpu started
system.cpu1.numWorkItemsCompleted                   0                       # number of work items this cpu completed
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.cpu1.committedInsts                   50448213                       # Number of instructions committed
system.cpu1.committedOps                     98424201                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             91824874                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                    48                       # Number of float alu accesses
system.cpu1.num_func_calls                     991908                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      9137643                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    91824874                       # number of integer instructions
system.cpu1.num_fp_insts                           48                       # number of float instructions
system.cpu1.num_int_register_reads          171791517                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          78447804                       # number of times the integer registers were written
system.cpu1.num_fp_register_reads                  48                       # number of times the floating registers were read
system.cpu1.num_fp_register_writes                  0                       # number of times the floating registers were written
system.cpu1.num_cc_register_reads            52143431                       # number of times the CC registers were read
system.cpu1.num_cc_register_writes           36991088                       # number of times the CC registers were written
system.cpu1.num_mem_refs                      8627580                       # number of memory refs
system.cpu1.num_load_insts                    5530314                       # Number of load instructions
system.cpu1.num_store_insts                   3097266                       # Number of store instructions
system.cpu1.num_idle_cycles              10278680276.738028                       # Number of idle cycles
system.cpu1.num_busy_cycles              160511789.261972                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.015376                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.984624                       # Percentage of idle cycles
system.cpu1.Branches                         10492962                       # Number of branches fetched
system.cpu1.op_class::No_OpClass               118368      0.12%      0.12% # Class of executed instruction
system.cpu1.op_class::IntAlu                 89576077     91.01%     91.13% # Class of executed instruction
system.cpu1.op_class::IntMult                   66940      0.07%     91.20% # Class of executed instruction
system.cpu1.op_class::IntDiv                    40064      0.04%     91.24% # Class of executed instruction
system.cpu1.op_class::FloatAdd                      0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::FloatCvt                     16      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::FloatDiv                      0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc                 0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     91.24% # Class of executed instruction
system.cpu1.op_class::MemRead                 5526131      5.61%     96.85% # Class of executed instruction
system.cpu1.op_class::MemWrite                3097266      3.15%    100.00% # Class of executed instruction
system.cpu1.op_class::IprAccess                     0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::InstPrefetch                  0      0.00%    100.00% # Class of executed instruction
system.cpu1.op_class::total                  98424862                       # Class of executed instruction
system.iobus.trans_dist::ReadReq               883871                       # Transaction distribution
system.iobus.trans_dist::ReadResp              883871                       # Transaction distribution
system.iobus.trans_dist::WriteReq               36792                       # Transaction distribution
system.iobus.trans_dist::WriteResp              36792                       # Transaction distribution
system.iobus.trans_dist::MessageReq              1835                       # Transaction distribution
system.iobus.trans_dist::MessageResp             1835                       # Transaction distribution
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl0.sequencer.pio-slave-port         1736                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl1.sequencer.pio-slave-port         1682                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::total         3418                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio           36                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         6166                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          712                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           74                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           38                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pit.pio           30                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.speaker.pio       917434                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio         1234                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist1.pio           90                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.behind_pci.pio            2                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.com_1.pio        14088                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port       811278                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port          180                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.pci_host.pio         2214                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      1753576                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.dma1.pio            6                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         4922                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          652                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           16                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pit.pio        31650                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio          876                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist1.pio        31738                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.com_1.pio        13284                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_2.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_3.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_4.pio           12                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_floppy.pio           10                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port           72                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port         4620                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.pci_host.pio           92                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        88002                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                 1844996                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl0.sequencer.pio-slave-port         3472                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl1.sequencer.pio-slave-port         3364                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::total         6836                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio           18                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         3506                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          356                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio           37                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio           19                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.pit.pio           15                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.speaker.pio       458717                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio         2468                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.i_dont_exist1.pio           45                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.behind_pci.pio            1                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.com_1.pio         7044                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port      1622550                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port          360                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.pci_host.pio         4401                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      2099537                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.cmos.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.dma1.pio            3                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         3180                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.keyboard.pio          326                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic1.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pic2.pio            8                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.pit.pio        15825                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.south_bridge.io_apic.pio         1752                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.i_dont_exist1.pio        15869                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.com_1.pio         6642                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_2.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_3.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_com_4.pio            6                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.fake_floppy.pio            5                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port          144                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.ruby.l1_cntrl1.sequencer.pio-slave-port         9237                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::system.pc.pci_host.pio           72                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        53095                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size::total                  2159468                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.reqLayer0.occupancy                43000                       # Layer occupancy (ticks)
system.iobus.reqLayer0.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer1.occupancy                 7500                       # Layer occupancy (ticks)
system.iobus.reqLayer1.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer2.occupancy              9083500                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy               944500                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer4.occupancy                84500                       # Layer occupancy (ticks)
system.iobus.reqLayer4.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer5.occupancy                51500                       # Layer occupancy (ticks)
system.iobus.reqLayer5.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer6.occupancy             21127500                       # Layer occupancy (ticks)
system.iobus.reqLayer6.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer7.occupancy            458718000                       # Layer occupancy (ticks)
system.iobus.reqLayer7.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer8.occupancy              1783484                       # Layer occupancy (ticks)
system.iobus.reqLayer8.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer9.occupancy             31828500                       # Layer occupancy (ticks)
system.iobus.reqLayer9.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer11.occupancy                2500                       # Layer occupancy (ticks)
system.iobus.reqLayer11.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer12.occupancy            20524000                       # Layer occupancy (ticks)
system.iobus.reqLayer12.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer13.occupancy                9000                       # Layer occupancy (ticks)
system.iobus.reqLayer13.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer14.occupancy                9500                       # Layer occupancy (ticks)
system.iobus.reqLayer14.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer15.occupancy                9500                       # Layer occupancy (ticks)
system.iobus.reqLayer15.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer16.occupancy               11500                       # Layer occupancy (ticks)
system.iobus.reqLayer16.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer17.occupancy           410414499                       # Layer occupancy (ticks)
system.iobus.reqLayer17.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer18.occupancy             7700146                       # Layer occupancy (ticks)
system.iobus.reqLayer18.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer20.occupancy             1751500                       # Layer occupancy (ticks)
system.iobus.reqLayer20.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer0.occupancy             2638190                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer2.occupancy          1947717500                       # Layer occupancy (ticks)
system.iobus.respLayer2.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer4.occupancy            60917000                       # Layer occupancy (ticks)
system.iobus.respLayer4.utilization               0.0                       # Layer utilization (%)
system.pc.south_bridge.ide.disks0.dma_read_full_pages            0                       # Number of full page size DMA reads (not PRD).
system.pc.south_bridge.ide.disks0.dma_read_bytes        32768                       # Number of bytes transfered via DMA reads (not PRD).
system.pc.south_bridge.ide.disks0.dma_read_txs           31                       # Number of DMA read transactions (not PRD).
system.pc.south_bridge.ide.disks0.dma_write_full_pages          693                       # Number of full page size DMA writes.
system.pc.south_bridge.ide.disks0.dma_write_bytes      2987008                       # Number of bytes transfered via DMA writes.
system.pc.south_bridge.ide.disks0.dma_write_txs          812                       # Number of DMA write transactions.
system.pc.south_bridge.ide.disks1.dma_read_full_pages            0                       # Number of full page size DMA reads (not PRD).
system.pc.south_bridge.ide.disks1.dma_read_bytes            0                       # Number of bytes transfered via DMA reads (not PRD).
system.pc.south_bridge.ide.disks1.dma_read_txs            0                       # Number of DMA read transactions (not PRD).
system.pc.south_bridge.ide.disks1.dma_write_full_pages            1                       # Number of full page size DMA writes.
system.pc.south_bridge.ide.disks1.dma_write_bytes         4096                       # Number of bytes transfered via DMA writes.
system.pc.south_bridge.ide.disks1.dma_write_txs            1                       # Number of DMA write transactions.
system.ruby.clk_domain.clock                      500                       # Clock period in ticks
system.ruby.delayHist::bucket_size                  4                       # delay histogram for all message
system.ruby.delayHist::max_bucket                  39                       # delay histogram for all message
system.ruby.delayHist::samples               11184165                       # delay histogram for all message
system.ruby.delayHist::mean                  0.431974                       # delay histogram for all message
system.ruby.delayHist::stdev                 1.810021                       # delay histogram for all message
system.ruby.delayHist                    |    10580766     94.60%     94.60% |        2101      0.02%     94.62% |      600708      5.37%     99.99% |         188      0.00%    100.00% |         323      0.00%    100.00% |           9      0.00%    100.00% |          67      0.00%    100.00% |           2      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for all message
system.ruby.delayHist::total                 11184165                       # delay histogram for all message
system.ruby.outstanding_req_hist_seqr::bucket_size            1                      
system.ruby.outstanding_req_hist_seqr::max_bucket            9                      
system.ruby.outstanding_req_hist_seqr::samples    197976054                      
system.ruby.outstanding_req_hist_seqr::mean     1.000129                      
system.ruby.outstanding_req_hist_seqr::gmean     1.000089                      
system.ruby.outstanding_req_hist_seqr::stdev     0.011359                      
system.ruby.outstanding_req_hist_seqr    |           0      0.00%      0.00% |   197950506     99.99%     99.99% |       25548      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist_seqr::total    197976054                      
system.ruby.latency_hist_seqr::bucket_size          128                      
system.ruby.latency_hist_seqr::max_bucket         1279                      
system.ruby.latency_hist_seqr::samples      197976053                      
system.ruby.latency_hist_seqr::mean          1.340875                      
system.ruby.latency_hist_seqr::gmean         1.042170                      
system.ruby.latency_hist_seqr::stdev         5.085216                      
system.ruby.latency_hist_seqr            |   197940485     99.98%     99.98% |       26707      0.01%    100.00% |        2933      0.00%    100.00% |        3350      0.00%    100.00% |        1606      0.00%    100.00% |         905      0.00%    100.00% |           4      0.00%    100.00% |          34      0.00%    100.00% |          22      0.00%    100.00% |           7      0.00%    100.00%
system.ruby.latency_hist_seqr::total        197976053                      
system.ruby.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.hit_latency_hist_seqr::samples    195263006                      
system.ruby.hit_latency_hist_seqr::mean             1                      
system.ruby.hit_latency_hist_seqr::gmean            1                      
system.ruby.hit_latency_hist_seqr        |           0      0.00%      0.00% |   195263006    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist_seqr::total    195263006                      
system.ruby.miss_latency_hist_seqr::bucket_size          128                      
system.ruby.miss_latency_hist_seqr::max_bucket         1279                      
system.ruby.miss_latency_hist_seqr::samples      2713047                      
system.ruby.miss_latency_hist_seqr::mean    25.874270                      
system.ruby.miss_latency_hist_seqr::gmean    20.370607                      
system.ruby.miss_latency_hist_seqr::stdev    35.731774                      
system.ruby.miss_latency_hist_seqr       |     2677479     98.69%     98.69% |       26707      0.98%     99.67% |        2933      0.11%     99.78% |        3350      0.12%     99.90% |        1606      0.06%     99.96% |         905      0.03%    100.00% |           4      0.00%    100.00% |          34      0.00%    100.00% |          22      0.00%    100.00% |           7      0.00%    100.00%
system.ruby.miss_latency_hist_seqr::total      2713047                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits     16414226                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses      1206044                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses     17620270                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits    114568727                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses       549758                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses    115118485                       # Number of cache demand accesses
system.ruby.l1_cntrl0.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl0.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl0.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl0.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl0.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl0.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl0.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl0.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl0.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl0.fully_busy_cycles            13                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits      7924165                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses       686474                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses      8610639                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits     56355888                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses       270771                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses     56626659                       # Number of cache demand accesses
system.ruby.l1_cntrl1.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl1.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl1.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl1.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl1.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl1.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl1.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl1.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl1.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl1.fully_busy_cycles            14                       # cycles for which number of transistions == max transitions
system.ruby.l2_cntrl0.L2cache.demand_hits      2479845                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       233202                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses      2713047                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock             1500                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized     0.058980                      
system.ruby.network.routers0.msg_count.Control::0      1755802                      
system.ruby.network.routers0.msg_count.Request_Control::2        45794                      
system.ruby.network.routers0.msg_count.Response_Data::1      1784920                      
system.ruby.network.routers0.msg_count.Response_Control::1      1171907                      
system.ruby.network.routers0.msg_count.Response_Control::2      1168239                      
system.ruby.network.routers0.msg_count.Writeback_Data::0       411948                      
system.ruby.network.routers0.msg_count.Writeback_Data::1          195                      
system.ruby.network.routers0.msg_count.Writeback_Control::0       715361                      
system.ruby.network.routers0.msg_bytes.Control::0     14046416                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       366352                      
system.ruby.network.routers0.msg_bytes.Response_Data::1    128514240                      
system.ruby.network.routers0.msg_bytes.Response_Control::1      9375256                      
system.ruby.network.routers0.msg_bytes.Response_Control::2      9345912                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::0     29660256                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::1        14040                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::0      5722888                      
system.ruby.network.routers1.percent_links_utilized     0.031273                      
system.ruby.network.routers1.msg_count.Control::0       957245                      
system.ruby.network.routers1.msg_count.Request_Control::2        41954                      
system.ruby.network.routers1.msg_count.Response_Data::1       983466                      
system.ruby.network.routers1.msg_count.Response_Control::1       655818                      
system.ruby.network.routers1.msg_count.Response_Control::2       654857                      
system.ruby.network.routers1.msg_count.Writeback_Data::0       160205                      
system.ruby.network.routers1.msg_count.Writeback_Data::1          305                      
system.ruby.network.routers1.msg_count.Writeback_Control::0       454250                      
system.ruby.network.routers1.msg_bytes.Control::0      7657960                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       335632                      
system.ruby.network.routers1.msg_bytes.Response_Data::1     70809552                      
system.ruby.network.routers1.msg_bytes.Response_Control::1      5246544                      
system.ruby.network.routers1.msg_bytes.Response_Control::2      5238856                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::0     11534760                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::1        21960                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::0      3634000                      
system.ruby.network.routers2.percent_links_utilized     0.094749                      
system.ruby.network.routers2.msg_count.Control::0      2894160                      
system.ruby.network.routers2.msg_count.Request_Control::2        85903                      
system.ruby.network.routers2.msg_count.Response_Data::1      2948232                      
system.ruby.network.routers2.msg_count.Response_Control::1      1907805                      
system.ruby.network.routers2.msg_count.Response_Control::2      1823096                      
system.ruby.network.routers2.msg_count.Writeback_Data::0       572153                      
system.ruby.network.routers2.msg_count.Writeback_Data::1          500                      
system.ruby.network.routers2.msg_count.Writeback_Control::0      1169611                      
system.ruby.network.routers2.msg_bytes.Control::0     23153280                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       687224                      
system.ruby.network.routers2.msg_bytes.Response_Data::1    212272704                      
system.ruby.network.routers2.msg_bytes.Response_Control::1     15262440                      
system.ruby.network.routers2.msg_bytes.Response_Control::2     14584768                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::0     41195016                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::1        36000                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::0      9356888                      
system.ruby.network.routers3.percent_links_utilized     0.007115                      
system.ruby.network.routers3.msg_count.Control::0       181113                      
system.ruby.network.routers3.msg_count.Response_Data::1       284840                      
system.ruby.network.routers3.msg_count.Response_Control::1       132538                      
system.ruby.network.routers3.msg_count.Writeback_Control::0        47552                      
system.ruby.network.routers3.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.msg_bytes.Control::0      1448904                      
system.ruby.network.routers3.msg_bytes.Response_Data::1     20508480                      
system.ruby.network.routers3.msg_bytes.Response_Control::1      1060304                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::0       380416                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.percent_links_utilized     0.000243                      
system.ruby.network.routers4.msg_count.Response_Data::1          816                      
system.ruby.network.routers4.msg_count.Writeback_Control::0        47552                      
system.ruby.network.routers4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.msg_bytes.Response_Data::1        58752                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::0       380416                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers5.percent_links_utilized            0                      
system.ruby.network.routers6.percent_links_utilized     0.032061                      
system.ruby.network.routers6.msg_count.Control::0      2894160                      
system.ruby.network.routers6.msg_count.Request_Control::2        87748                      
system.ruby.network.routers6.msg_count.Response_Data::1      3001137                      
system.ruby.network.routers6.msg_count.Response_Control::1      1934034                      
system.ruby.network.routers6.msg_count.Response_Control::2      1823096                      
system.ruby.network.routers6.msg_count.Writeback_Data::0       572153                      
system.ruby.network.routers6.msg_count.Writeback_Data::1          500                      
system.ruby.network.routers6.msg_count.Writeback_Control::0      1217163                      
system.ruby.network.routers6.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers6.msg_bytes.Control::0     23153280                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       701984                      
system.ruby.network.routers6.msg_bytes.Response_Data::1    216081864                      
system.ruby.network.routers6.msg_bytes.Response_Control::1     15472272                      
system.ruby.network.routers6.msg_bytes.Response_Control::2     14584768                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::0     41195016                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::1        36000                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::0      9737304                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.msg_count.Control         8682480                      
system.ruby.network.msg_count.Request_Control       261399                      
system.ruby.network.msg_count.Response_Data      9003411                      
system.ruby.network.msg_count.Response_Control     11271390                      
system.ruby.network.msg_count.Writeback_Data      1717959                      
system.ruby.network.msg_count.Writeback_Control      3791697                      
system.ruby.network.msg_byte.Control         69459840                      
system.ruby.network.msg_byte.Request_Control      2091192                      
system.ruby.network.msg_byte.Response_Data    648245592                      
system.ruby.network.msg_byte.Response_Control     90171120                      
system.ruby.network.msg_byte.Writeback_Data    123693048                      
system.ruby.network.msg_byte.Writeback_Control     30333576                      
system.ruby.network.routers0.throttle0.link_utilization     0.080870                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::2        45794                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::1      1742990                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::1      1153454                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::2       366352                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::1    125495280                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::1      9227632                      
system.ruby.network.routers0.throttle1.link_utilization     0.037089                      
system.ruby.network.routers0.throttle1.msg_count.Control::0      1755802                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::1        41930                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::1        18453                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::2      1168239                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::0       411948                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::1          195                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::0       715361                      
system.ruby.network.routers0.throttle1.msg_bytes.Control::0     14046416                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::1      3018960                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::1       147624                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::2      9345912                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::0     29660256                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::1        14040                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::0      5722888                      
system.ruby.network.routers1.throttle0.link_utilization     0.044014                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::2        41954                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::1       945484                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::1       639112                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::2       335632                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::1     68074848                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::1      5112896                      
system.ruby.network.routers1.throttle1.link_utilization     0.018531                      
system.ruby.network.routers1.throttle1.msg_count.Control::0       957245                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::1        37982                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::1        16706                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::2       654857                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::0       160205                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::1          305                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::0       454250                      
system.ruby.network.routers1.throttle1.msg_bytes.Control::0      7657960                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::1      2734704                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::1       133648                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::2      5238856                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::0     11534760                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::1        21960                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::0      3634000                      
system.ruby.network.routers2.throttle0.link_utilization     0.061627                      
system.ruby.network.routers2.throttle0.msg_count.Control::0      2713047                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::1       208936                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::1       128034                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::2      1823096                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::0       572153                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::1          500                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::0      1169611                      
system.ruby.network.routers2.throttle0.msg_bytes.Control::0     21704376                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::1     15043392                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::1      1024272                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::2     14584768                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::0     41195016                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::1        36000                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::0      9356888                      
system.ruby.network.routers2.throttle1.link_utilization     0.127872                      
system.ruby.network.routers2.throttle1.msg_count.Control::0       181113                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        85903                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::1      2739296                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::1      1779771                      
system.ruby.network.routers2.throttle1.msg_bytes.Control::0      1448904                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       687224                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::1    197229312                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::1     14238168                      
system.ruby.network.routers3.throttle0.link_utilization     0.005595                      
system.ruby.network.routers3.throttle0.msg_count.Control::0       181113                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::1       102911                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::1        13434                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::0        47552                      
system.ruby.network.routers3.throttle0.msg_bytes.Control::0      1448904                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::1      7409592                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::1       107472                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::0       380416                      
system.ruby.network.routers3.throttle1.link_utilization     0.008636                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::1       181929                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::1       119104                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::1     13098888                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::1       952832                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.throttle0.link_utilization     0.000259                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::1          816                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::1        58752                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers4.throttle1.link_utilization     0.000228                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::0        47552                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::0       380416                      
system.ruby.network.routers5.throttle0.link_utilization            0                      
system.ruby.network.routers5.throttle1.link_utilization            0                      
system.ruby.network.routers6.throttle0.link_utilization     0.080870                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::2        45794                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::1      1742990                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::1      1153454                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::2       366352                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::1    125495280                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::1      9227632                      
system.ruby.network.routers6.throttle1.link_utilization     0.044014                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        41954                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::1       945484                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::1       639112                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       335632                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::1     68074848                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::1      5112896                      
system.ruby.network.routers6.throttle2.link_utilization     0.061627                      
system.ruby.network.routers6.throttle2.msg_count.Control::0      2713047                      
system.ruby.network.routers6.throttle2.msg_count.Response_Data::1       208936                      
system.ruby.network.routers6.throttle2.msg_count.Response_Control::1       128034                      
system.ruby.network.routers6.throttle2.msg_count.Response_Control::2      1823096                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Data::0       572153                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Data::1          500                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Control::0      1169611                      
system.ruby.network.routers6.throttle2.msg_bytes.Control::0     21704376                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Data::1     15043392                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Control::1      1024272                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Control::2     14584768                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Data::0     41195016                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Data::1        36000                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Control::0      9356888                      
system.ruby.network.routers6.throttle3.link_utilization     0.005595                      
system.ruby.network.routers6.throttle3.msg_count.Control::0       181113                      
system.ruby.network.routers6.throttle3.msg_count.Response_Data::1       102911                      
system.ruby.network.routers6.throttle3.msg_count.Response_Control::1        13434                      
system.ruby.network.routers6.throttle3.msg_count.Writeback_Control::0        47552                      
system.ruby.network.routers6.throttle3.msg_bytes.Control::0      1448904                      
system.ruby.network.routers6.throttle3.msg_bytes.Response_Data::1      7409592                      
system.ruby.network.routers6.throttle3.msg_bytes.Response_Control::1       107472                      
system.ruby.network.routers6.throttle3.msg_bytes.Writeback_Control::0       380416                      
system.ruby.network.routers6.throttle4.link_utilization     0.000259                      
system.ruby.network.routers6.throttle4.msg_count.Response_Data::1          816                      
system.ruby.network.routers6.throttle4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers6.throttle4.msg_bytes.Response_Data::1        58752                      
system.ruby.network.routers6.throttle4.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.routers6.throttle5.link_utilization            0                      
system.ruby.delayVCHist.vnet_0::bucket_size            4                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::max_bucket           39                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::samples       6277907                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::mean         0.731657                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::stdev        2.309527                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0           |     5704590     90.87%     90.87% |         579      0.01%     90.88% |      572160      9.11%     99.99% |         182      0.00%     99.99% |         317      0.01%    100.00% |           9      0.00%    100.00% |          67      0.00%    100.00% |           2      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::total         6277907                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_1::bucket_size            2                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::max_bucket           19                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::samples       4818510                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::mean         0.049390                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::stdev        0.622960                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1           |     4787836     99.36%     99.36% |         592      0.01%     99.38% |         677      0.01%     99.39% |         845      0.02%     99.41% |       28317      0.59%     99.99% |         231      0.00%    100.00% |           4      0.00%    100.00% |           2      0.00%    100.00% |           3      0.00%    100.00% |           3      0.00%    100.00% # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::total         4818510                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_2::bucket_size            1                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::max_bucket            9                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::samples         87748                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::mean         0.000137                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::stdev        0.016538                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2           |       87742     99.99%     99.99% |           0      0.00%     99.99% |           6      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::total           87748                       # delay histogram for vnet_2
system.ruby.LD.latency_hist_seqr::bucket_size          128                      
system.ruby.LD.latency_hist_seqr::max_bucket         1279                      
system.ruby.LD.latency_hist_seqr::samples     15434919                      
system.ruby.LD.latency_hist_seqr::mean       2.853771                      
system.ruby.LD.latency_hist_seqr::gmean      1.313299                      
system.ruby.LD.latency_hist_seqr::stdev      9.010453                      
system.ruby.LD.latency_hist_seqr         |    15420072     99.90%     99.90% |       12855      0.08%     99.99% |         824      0.01%     99.99% |         752      0.00%    100.00% |         311      0.00%    100.00% |          93      0.00%    100.00% |           1      0.00%    100.00% |           6      0.00%    100.00% |           3      0.00%    100.00% |           2      0.00%    100.00%
system.ruby.LD.latency_hist_seqr::total      15434919                      
system.ruby.LD.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.LD.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.LD.hit_latency_hist_seqr::samples     14000797                      
system.ruby.LD.hit_latency_hist_seqr::mean            1                      
system.ruby.LD.hit_latency_hist_seqr::gmean            1                      
system.ruby.LD.hit_latency_hist_seqr     |           0      0.00%      0.00% |    14000797    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist_seqr::total     14000797                      
system.ruby.LD.miss_latency_hist_seqr::bucket_size          128                      
system.ruby.LD.miss_latency_hist_seqr::max_bucket         1279                      
system.ruby.LD.miss_latency_hist_seqr::samples      1434122                      
system.ruby.LD.miss_latency_hist_seqr::mean    20.951441                      
system.ruby.LD.miss_latency_hist_seqr::gmean    18.789020                      
system.ruby.LD.miss_latency_hist_seqr::stdev    22.643422                      
system.ruby.LD.miss_latency_hist_seqr    |     1419275     98.96%     98.96% |       12855      0.90%     99.86% |         824      0.06%     99.92% |         752      0.05%     99.97% |         311      0.02%     99.99% |          93      0.01%    100.00% |           1      0.00%    100.00% |           6      0.00%    100.00% |           3      0.00%    100.00% |           2      0.00%    100.00%
system.ruby.LD.miss_latency_hist_seqr::total      1434122                      
system.ruby.ST.latency_hist_seqr::bucket_size          128                      
system.ruby.ST.latency_hist_seqr::max_bucket         1279                      
system.ruby.ST.latency_hist_seqr::samples      9614411                      
system.ruby.ST.latency_hist_seqr::mean       3.236789                      
system.ruby.ST.latency_hist_seqr::gmean      1.144007                      
system.ruby.ST.latency_hist_seqr::stdev     17.965589                      
system.ruby.ST.latency_hist_seqr         |     9599857     99.85%     99.85% |        8650      0.09%     99.94% |        1610      0.02%     99.96% |        2319      0.02%     99.98% |        1166      0.01%     99.99% |         762      0.01%    100.00% |           3      0.00%    100.00% |          22      0.00%    100.00% |          17      0.00%    100.00% |           5      0.00%    100.00%
system.ruby.ST.latency_hist_seqr::total       9614411                      
system.ruby.ST.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.ST.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.ST.hit_latency_hist_seqr::samples      9260487                      
system.ruby.ST.hit_latency_hist_seqr::mean            1                      
system.ruby.ST.hit_latency_hist_seqr::gmean            1                      
system.ruby.ST.hit_latency_hist_seqr     |           0      0.00%      0.00% |     9260487    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist_seqr::total      9260487                      
system.ruby.ST.miss_latency_hist_seqr::bucket_size          128                      
system.ruby.ST.miss_latency_hist_seqr::max_bucket         1279                      
system.ruby.ST.miss_latency_hist_seqr::samples       353924                      
system.ruby.ST.miss_latency_hist_seqr::mean    61.762782                      
system.ruby.ST.miss_latency_hist_seqr::gmean    38.656662                      
system.ruby.ST.miss_latency_hist_seqr::stdev    72.192186                      
system.ruby.ST.miss_latency_hist_seqr    |      339370     95.89%     95.89% |        8650      2.44%     98.33% |        1610      0.45%     98.79% |        2319      0.66%     99.44% |        1166      0.33%     99.77% |         762      0.22%     99.99% |           3      0.00%     99.99% |          22      0.01%     99.99% |          17      0.00%    100.00% |           5      0.00%    100.00%
system.ruby.ST.miss_latency_hist_seqr::total       353924                      
system.ruby.IFETCH.latency_hist_seqr::bucket_size          128                      
system.ruby.IFETCH.latency_hist_seqr::max_bucket         1279                      
system.ruby.IFETCH.latency_hist_seqr::samples    171745144                      
system.ruby.IFETCH.latency_hist_seqr::mean     1.087707                      
system.ruby.IFETCH.latency_hist_seqr::gmean     1.013816                      
system.ruby.IFETCH.latency_hist_seqr::stdev     1.870223                      
system.ruby.IFETCH.latency_hist_seqr     |   171739420    100.00%    100.00% |        4825      0.00%    100.00% |         474      0.00%    100.00% |         262      0.00%    100.00% |         112      0.00%    100.00% |          43      0.00%    100.00% |           0      0.00%    100.00% |           6      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.latency_hist_seqr::total    171745144                      
system.ruby.IFETCH.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.IFETCH.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.IFETCH.hit_latency_hist_seqr::samples    170924615                      
system.ruby.IFETCH.hit_latency_hist_seqr::mean            1                      
system.ruby.IFETCH.hit_latency_hist_seqr::gmean            1                      
system.ruby.IFETCH.hit_latency_hist_seqr |           0      0.00%      0.00% |   170924615    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.hit_latency_hist_seqr::total    170924615                      
system.ruby.IFETCH.miss_latency_hist_seqr::bucket_size          128                      
system.ruby.IFETCH.miss_latency_hist_seqr::max_bucket         1279                      
system.ruby.IFETCH.miss_latency_hist_seqr::samples       820529                      
system.ruby.IFETCH.miss_latency_hist_seqr::mean    19.358062                      
system.ruby.IFETCH.miss_latency_hist_seqr::gmean    17.674355                      
system.ruby.IFETCH.miss_latency_hist_seqr::stdev    19.917428                      
system.ruby.IFETCH.miss_latency_hist_seqr |      814805     99.30%     99.30% |        4825      0.59%     99.89% |         474      0.06%     99.95% |         262      0.03%     99.98% |         112      0.01%     99.99% |          43      0.01%    100.00% |           0      0.00%    100.00% |           6      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.miss_latency_hist_seqr::total       820529                      
system.ruby.RMW_Read.latency_hist_seqr::bucket_size          128                      
system.ruby.RMW_Read.latency_hist_seqr::max_bucket         1279                      
system.ruby.RMW_Read.latency_hist_seqr::samples       500947                      
system.ruby.RMW_Read.latency_hist_seqr::mean     4.014067                      
system.ruby.RMW_Read.latency_hist_seqr::gmean     1.503920                      
system.ruby.RMW_Read.latency_hist_seqr::stdev    10.213309                      
system.ruby.RMW_Read.latency_hist_seqr   |      500762     99.96%     99.96% |         143      0.03%     99.99% |          15      0.00%     99.99% |          11      0.00%    100.00% |           9      0.00%    100.00% |           7      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.RMW_Read.latency_hist_seqr::total       500947                      
system.ruby.RMW_Read.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.RMW_Read.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.RMW_Read.hit_latency_hist_seqr::samples       434941                      
system.ruby.RMW_Read.hit_latency_hist_seqr::mean            1                      
system.ruby.RMW_Read.hit_latency_hist_seqr::gmean            1                      
system.ruby.RMW_Read.hit_latency_hist_seqr |           0      0.00%      0.00% |      434941    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.RMW_Read.hit_latency_hist_seqr::total       434941                      
system.ruby.RMW_Read.miss_latency_hist_seqr::bucket_size          128                      
system.ruby.RMW_Read.miss_latency_hist_seqr::max_bucket         1279                      
system.ruby.RMW_Read.miss_latency_hist_seqr::samples        66006                      
system.ruby.RMW_Read.miss_latency_hist_seqr::mean    23.875011                      
system.ruby.RMW_Read.miss_latency_hist_seqr::gmean    22.132571                      
system.ruby.RMW_Read.miss_latency_hist_seqr::stdev    18.367061                      
system.ruby.RMW_Read.miss_latency_hist_seqr |       65821     99.72%     99.72% |         143      0.22%     99.94% |          15      0.02%     99.96% |          11      0.02%     99.98% |           9      0.01%     99.99% |           7      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.RMW_Read.miss_latency_hist_seqr::total        66006                      
system.ruby.Locked_RMW_Read.latency_hist_seqr::bucket_size           64                      
system.ruby.Locked_RMW_Read.latency_hist_seqr::max_bucket          639                      
system.ruby.Locked_RMW_Read.latency_hist_seqr::samples       340316                      
system.ruby.Locked_RMW_Read.latency_hist_seqr::mean     3.332085                      
system.ruby.Locked_RMW_Read.latency_hist_seqr::gmean     1.406714                      
system.ruby.Locked_RMW_Read.latency_hist_seqr::stdev     8.468226                      
system.ruby.Locked_RMW_Read.latency_hist_seqr |      339968     99.90%     99.90% |          90      0.03%     99.92% |         233      0.07%     99.99% |           1      0.00%     99.99% |           3      0.00%     99.99% |           7      0.00%    100.00% |           5      0.00%    100.00% |           1      0.00%    100.00% |           2      0.00%    100.00% |           6      0.00%    100.00%
system.ruby.Locked_RMW_Read.latency_hist_seqr::total       340316                      
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr::samples       301850                      
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr::mean            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr::gmean            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr |           0      0.00%      0.00% |      301850    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Read.hit_latency_hist_seqr::total       301850                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::bucket_size           64                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::max_bucket          639                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::samples        38466                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::mean    21.632403                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::gmean    20.474141                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::stdev    16.027002                      
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr |       38118     99.10%     99.10% |          90      0.23%     99.33% |         233      0.61%     99.94% |           1      0.00%     99.94% |           3      0.01%     99.95% |           7      0.02%     99.96% |           5      0.01%     99.98% |           1      0.00%     99.98% |           2      0.01%     99.98% |           6      0.02%    100.00%
system.ruby.Locked_RMW_Read.miss_latency_hist_seqr::total        38466                      
system.ruby.Locked_RMW_Write.latency_hist_seqr::bucket_size            1                      
system.ruby.Locked_RMW_Write.latency_hist_seqr::max_bucket            9                      
system.ruby.Locked_RMW_Write.latency_hist_seqr::samples       340316                      
system.ruby.Locked_RMW_Write.latency_hist_seqr::mean            1                      
system.ruby.Locked_RMW_Write.latency_hist_seqr::gmean            1                      
system.ruby.Locked_RMW_Write.latency_hist_seqr |           0      0.00%      0.00% |      340316    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Write.latency_hist_seqr::total       340316                      
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr::bucket_size            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr::max_bucket            9                      
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr::samples       340316                      
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr::mean            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr::gmean            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr |           0      0.00%      0.00% |      340316    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Locked_RMW_Write.hit_latency_hist_seqr::total       340316                      
system.ruby.Directory_Controller.Fetch         181113      0.00%      0.00%
system.ruby.Directory_Controller.Data          102911      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       181583      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       147234      0.00%      0.00%
system.ruby.Directory_Controller.DMA_READ          816      0.00%      0.00%
system.ruby.Directory_Controller.DMA_WRITE        46736      0.00%      0.00%
system.ruby.Directory_Controller.CleanReplacement        13434      0.00%      0.00%
system.ruby.Directory_Controller.I.Fetch       181113      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_READ          470      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_WRITE        44323      0.00%      0.00%
system.ruby.Directory_Controller.ID.Memory_Data          470      0.00%      0.00%
system.ruby.Directory_Controller.ID_W.Memory_Ack        44323      0.00%      0.00%
system.ruby.Directory_Controller.M.Data        100152      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_READ          346      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_WRITE         2413      0.00%      0.00%
system.ruby.Directory_Controller.M.CleanReplacement        13434      0.00%      0.00%
system.ruby.Directory_Controller.IM.Memory_Data       181113      0.00%      0.00%
system.ruby.Directory_Controller.MI.Memory_Ack       100152      0.00%      0.00%
system.ruby.Directory_Controller.M_DRD.Data          346      0.00%      0.00%
system.ruby.Directory_Controller.M_DRDI.Memory_Ack          346      0.00%      0.00%
system.ruby.Directory_Controller.M_DWR.Data         2413      0.00%      0.00%
system.ruby.Directory_Controller.M_DWRI.Memory_Ack         2413      0.00%      0.00%
system.ruby.DMA_Controller.ReadRequest   |         816    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.ReadRequest::total          816                      
system.ruby.DMA_Controller.WriteRequest  |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.WriteRequest::total        46736                      
system.ruby.DMA_Controller.Data          |         816    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.Data::total            816                      
system.ruby.DMA_Controller.Ack           |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.Ack::total           46736                      
system.ruby.DMA_Controller.READY.ReadRequest |         816    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.READY.ReadRequest::total          816                      
system.ruby.DMA_Controller.READY.WriteRequest |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.READY.WriteRequest::total        46736                      
system.ruby.DMA_Controller.BUSY_RD.Data  |         816    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.BUSY_RD.Data::total          816                      
system.ruby.DMA_Controller.BUSY_WR.Ack   |       46736    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.BUSY_WR.Ack::total        46736                      
system.ruby.L1Cache_Controller.Load      |    10174731     65.92%     65.92% |     5260188     34.08%    100.00%
system.ruby.L1Cache_Controller.Load::total     15434919                      
system.ruby.L1Cache_Controller.Ifetch    |   115118489     67.03%     67.03% |    56626661     32.97%    100.00%
system.ruby.L1Cache_Controller.Ifetch::total    171745150                      
system.ruby.L1Cache_Controller.Store     |     7445539     68.97%     68.97% |     3350451     31.03%    100.00%
system.ruby.L1Cache_Controller.Store::total     10795990                      
system.ruby.L1Cache_Controller.Inv       |       18648     52.30%     52.30% |       17011     47.70%    100.00%
system.ruby.L1Cache_Controller.Inv::total        35659                      
system.ruby.L1Cache_Controller.L1_Replacement |     1725795     65.05%     65.05% |      927205     34.95%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total      2653000                      
system.ruby.L1Cache_Controller.Fwd_GETX  |       12362     50.94%     50.94% |       11904     49.06%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETX::total        24266                      
system.ruby.L1Cache_Controller.Fwd_GETS  |       14780     53.13%     53.13% |       13039     46.87%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETS::total        27819                      
system.ruby.L1Cache_Controller.Fwd_GET_INSTR |           4    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Fwd_GET_INSTR::total            4                      
system.ruby.L1Cache_Controller.Data      |         521     31.46%     31.46% |        1135     68.54%    100.00%
system.ruby.L1Cache_Controller.Data::total         1656                      
system.ruby.L1Cache_Controller.Data_Exclusive |      836671     62.58%     62.58% |      500206     37.42%    100.00%
system.ruby.L1Cache_Controller.Data_Exclusive::total      1336877                      
system.ruby.L1Cache_Controller.DataS_fromL1 |       13039     46.86%     46.86% |       14784     53.14%    100.00%
system.ruby.L1Cache_Controller.DataS_fromL1::total        27823                      
system.ruby.L1Cache_Controller.Data_all_Acks |      892759     67.52%     67.52% |      429359     32.48%    100.00%
system.ruby.L1Cache_Controller.Data_all_Acks::total      1322118                      
system.ruby.L1Cache_Controller.Ack       |       12812     52.14%     52.14% |       11761     47.86%    100.00%
system.ruby.L1Cache_Controller.Ack::total        24573                      
system.ruby.L1Cache_Controller.Ack_all   |       13333     50.83%     50.83% |       12896     49.17%    100.00%
system.ruby.L1Cache_Controller.Ack_all::total        26229                      
system.ruby.L1Cache_Controller.WB_Ack    |     1127309     64.72%     64.72% |      614455     35.28%    100.00%
system.ruby.L1Cache_Controller.WB_Ack::total      1741764                      
system.ruby.L1Cache_Controller.NP.Load   |      877314     62.10%     62.10% |      535446     37.90%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total      1412760                      
system.ruby.L1Cache_Controller.NP.Ifetch |      549594     67.01%     67.01% |      270630     32.99%    100.00%
system.ruby.L1Cache_Controller.NP.Ifetch::total       820224                      
system.ruby.L1Cache_Controller.NP.Store  |      299910     71.06%     71.06% |      122153     28.94%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       422063                      
system.ruby.L1Cache_Controller.NP.Inv    |        5790     62.89%     62.89% |        3417     37.11%    100.00%
system.ruby.L1Cache_Controller.NP.Inv::total         9207                      
system.ruby.L1Cache_Controller.I.Load    |       10201     47.75%     47.75% |       11161     52.25%    100.00%
system.ruby.L1Cache_Controller.I.Load::total        21362                      
system.ruby.L1Cache_Controller.I.Ifetch  |         164     53.77%     53.77% |         141     46.23%    100.00%
system.ruby.L1Cache_Controller.I.Ifetch::total          305                      
system.ruby.L1Cache_Controller.I.Store   |        5805     49.38%     49.38% |        5950     50.62%    100.00%
system.ruby.L1Cache_Controller.I.Store::total        11755                      
system.ruby.L1Cache_Controller.I.L1_Replacement |        9048     52.68%     52.68% |        8128     47.32%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total        17176                      
system.ruby.L1Cache_Controller.S.Load    |      854922     63.25%     63.25% |      496689     36.75%    100.00%
system.ruby.L1Cache_Controller.S.Load::total      1351611                      
system.ruby.L1Cache_Controller.S.Ifetch  |   114568727     67.03%     67.03% |    56355888     32.97%    100.00%
system.ruby.L1Cache_Controller.S.Ifetch::total    170924615                      
system.ruby.L1Cache_Controller.S.Store   |       12814     52.14%     52.14% |       11764     47.86%    100.00%
system.ruby.L1Cache_Controller.S.Store::total        24578                      
system.ruby.L1Cache_Controller.S.Inv     |       12592     48.75%     48.75% |       13236     51.25%    100.00%
system.ruby.L1Cache_Controller.S.Inv::total        25828                      
system.ruby.L1Cache_Controller.S.L1_Replacement |      589438     65.93%     65.93% |      304622     34.07%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total       894060                      
system.ruby.L1Cache_Controller.E.Load    |     2373511     63.51%     63.51% |     1363700     36.49%    100.00%
system.ruby.L1Cache_Controller.E.Load::total      3737211                      
system.ruby.L1Cache_Controller.E.Store   |      119848     72.96%     72.96% |       44409     27.04%    100.00%
system.ruby.L1Cache_Controller.E.Store::total       164257                      
system.ruby.L1Cache_Controller.E.Inv     |          68     57.63%     57.63% |          50     42.37%    100.00%
system.ruby.L1Cache_Controller.E.Inv::total          118                      
system.ruby.L1Cache_Controller.E.L1_Replacement |      715361     61.16%     61.16% |      454250     38.84%    100.00%
system.ruby.L1Cache_Controller.E.L1_Replacement::total      1169611                      
system.ruby.L1Cache_Controller.E.Fwd_GETX |         230     60.05%     60.05% |         153     39.95%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETX::total          383                      
system.ruby.L1Cache_Controller.E.Fwd_GETS |         951     42.97%     42.97% |        1262     57.03%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETS::total         2213                      
system.ruby.L1Cache_Controller.M.Load    |     6058783     67.98%     67.98% |     2853192     32.02%    100.00%
system.ruby.L1Cache_Controller.M.Load::total      8911975                      
system.ruby.L1Cache_Controller.M.Store   |     7007162     68.88%     68.88% |     3166175     31.12%    100.00%
system.ruby.L1Cache_Controller.M.Store::total     10173337                      
system.ruby.L1Cache_Controller.M.Inv     |         195     39.00%     39.00% |         305     61.00%    100.00%
system.ruby.L1Cache_Controller.M.Inv::total          500                      
system.ruby.L1Cache_Controller.M.L1_Replacement |      411948     72.00%     72.00% |      160205     28.00%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       572153                      
system.ruby.L1Cache_Controller.M.Fwd_GETX |       12132     50.80%     50.80% |       11750     49.20%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETX::total        23882                      
system.ruby.L1Cache_Controller.M.Fwd_GETS |       13829     54.01%     54.01% |       11777     45.99%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETS::total        25606                      
system.ruby.L1Cache_Controller.M.Fwd_GET_INSTR |           4    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GET_INSTR::total            4                      
system.ruby.L1Cache_Controller.IS.Inv    |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS.Inv::total            1                      
system.ruby.L1Cache_Controller.IS.Data_Exclusive |      836671     62.58%     62.58% |      500206     37.42%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Exclusive::total      1336877                      
system.ruby.L1Cache_Controller.IS.DataS_fromL1 |       13038     46.86%     46.86% |       14784     53.14%    100.00%
system.ruby.L1Cache_Controller.IS.DataS_fromL1::total        27822                      
system.ruby.L1Cache_Controller.IS.Data_all_Acks |      587563     66.02%     66.02% |      302388     33.98%    100.00%
system.ruby.L1Cache_Controller.IS.Data_all_Acks::total       889951                      
system.ruby.L1Cache_Controller.IM.Data   |         521     31.46%     31.46% |        1135     68.54%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total         1656                      
system.ruby.L1Cache_Controller.IM.Data_all_Acks |      305196     70.62%     70.62% |      126971     29.38%    100.00%
system.ruby.L1Cache_Controller.IM.Data_all_Acks::total       432167                      
system.ruby.L1Cache_Controller.SM.Inv    |           2     40.00%     40.00% |           3     60.00%    100.00%
system.ruby.L1Cache_Controller.SM.Inv::total            5                      
system.ruby.L1Cache_Controller.SM.Ack    |       12812     52.14%     52.14% |       11761     47.86%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total        24573                      
system.ruby.L1Cache_Controller.SM.Ack_all |       13333     50.83%     50.83% |       12896     49.17%    100.00%
system.ruby.L1Cache_Controller.SM.Ack_all::total        26229                      
system.ruby.L1Cache_Controller.IS_I.DataS_fromL1 |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_I.DataS_fromL1::total            1                      
system.ruby.L1Cache_Controller.M_I.Ifetch |           4     66.67%     66.67% |           2     33.33%    100.00%
system.ruby.L1Cache_Controller.M_I.Ifetch::total            6                      
system.ruby.L1Cache_Controller.M_I.Fwd_GETX |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.M_I.Fwd_GETX::total            1                      
system.ruby.L1Cache_Controller.M_I.WB_Ack |     1127309     64.72%     64.72% |      614454     35.28%    100.00%
system.ruby.L1Cache_Controller.M_I.WB_Ack::total      1741763                      
system.ruby.L1Cache_Controller.SINK_WB_ACK.WB_Ack |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.SINK_WB_ACK.WB_Ack::total            1                      
system.ruby.L2Cache_Controller.L1_GET_INSTR       820529      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS        1434524      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         433826      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_UPGRADE        24578      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX        1741764      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX_old            1      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       100099      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement_clean        13487      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Data        181113      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Ack         116345      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data          26110      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data_clean         2213      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack               1845      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack_all           7085      0.00%      0.00%
system.ruby.L2Cache_Controller.Unblock          27823      0.00%      0.00%
system.ruby.L2Cache_Controller.Exclusive_Unblock      1795273      0.00%      0.00%
system.ruby.L2Cache_Controller.MEM_Inv           5518      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GET_INSTR        15422      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS        32337      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       133354      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GET_INSTR       805077      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETS        69426      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETX         1949      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_UPGRADE        24573      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement          290      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement_clean         6672      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.MEM_Inv            5      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GET_INSTR           26      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS      1304540      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX       274254      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement        99553      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement_clean         6682      0.00%      0.00%
system.ruby.L2Cache_Controller.M.MEM_Inv         2525      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GET_INSTR            4      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETS        27819      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETX        24266      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX      1741763      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX_old            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement          256      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement_clean          133      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.MEM_Inv          229      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.Mem_Ack       116345      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.MEM_Inv         2525      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.WB_Data          447      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.Ack_all           38      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.MEM_Inv          229      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data           53      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.Ack_all           80      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack           1551      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack_all         6672      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack            294      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack_all          295      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.MEM_Inv            5      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.Mem_Data        32337      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.Mem_Data        15422      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.Mem_Data       133354      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_GETS          237      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_UPGRADE            5      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.Exclusive_Unblock        26522      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETS          165      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_PUTX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.Exclusive_Unblock      1768751      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data        25603      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data_clean         2212      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.Unblock            8      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data            7      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data_clean            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.Unblock        27815      0.00%      0.00%

---------- End Simulation Statistics   ----------