summaryrefslogtreecommitdiff
path: root/tests/long/fs/10.linux-boot/ref/x86/linux/pc-simple-timing-ruby-MESI_Two_Level/stats.txt
blob: dbdfa5e1af28ab208112f87170852a07f3c8603d (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

---------- Begin Simulation Statistics ----------
sim_seconds                                  5.224199                       # Number of seconds simulated
sim_ticks                                5224199387500                       # Number of ticks simulated
final_tick                               5224199387500                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                 1000000000000                       # Frequency of simulated ticks
host_inst_rate                                 181246                       # Simulator instruction rate (inst/s)
host_op_rate                                   351982                       # Simulator op (including micro ops) rate (op/s)
host_tick_rate                             6214161959                       # Simulator tick rate (ticks/s)
host_mem_usage                                1108196                       # Number of bytes of host memory used
host_seconds                                   840.69                       # Real time elapsed on the host
sim_insts                                   152372487                       # Number of instructions simulated
sim_ops                                     295908921                       # 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     11634048                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           11634048                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0      9365120                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total         9365120                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       181782                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              181782                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       146330                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             146330                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0      2226953                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total               2226953                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0      1792642                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total              1792642                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0      4019595                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total              4019595                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      181782                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     146330                       # Number of write requests accepted
system.mem_ctrls.readBursts                    181782                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   146330                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               11603776                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                   30272                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                 9361152                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                11634048                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys              9365120                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                    473                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                    34                       # 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             11150                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             11614                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             11088                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             11198                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             11307                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             11653                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             10979                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             10504                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::8             11290                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::9             11823                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::10            12275                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::11            12209                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::12            11037                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::13            10843                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::14            11600                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::15            10739                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::0              9147                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1              9195                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2              8950                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3              9212                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4              9068                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5              9215                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6              8804                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7              8265                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::8              8949                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::9              9397                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::10             9286                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::11             9574                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::12             9238                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::13             9086                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::14             9706                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::15             9176                       # 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                  5224199278000                       # 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                181782                       # 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               146330                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                  181171                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     138                       # 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                   2037                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                   2815                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                   8710                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   9309                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   8795                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   9425                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   9408                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   8642                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                   9288                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                   9277                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                   8685                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                   8775                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                   8579                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                   8665                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                   8282                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                   8324                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                   8396                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                   8193                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    125                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    100                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                     86                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                     80                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                     64                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                     62                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                     53                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                     34                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                     27                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                     24                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                     13                       # 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                      1                       # 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        59255                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    353.807510                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   209.383376                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   350.503043                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        19159     32.33%     32.33% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        13849     23.37%     55.71% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383         6106     10.30%     66.01% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511         3747      6.32%     72.33% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         2604      4.39%     76.73% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         1953      3.30%     80.02% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1628      2.75%     82.77% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1375      2.32%     85.09% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151         8834     14.91%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total        59255                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples         8155                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      22.229552                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev    312.599698                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-1023         8149     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          8155                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples         8155                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      17.935990                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     17.612159                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      3.859511                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16             6056     74.26%     74.26% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17               22      0.27%     74.53% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              156      1.91%     76.44% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19               23      0.28%     76.73% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20               50      0.61%     77.34% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              492      6.03%     83.37% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22              184      2.26%     85.63% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23               46      0.56%     86.19% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24              633      7.76%     93.95% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25              108      1.32%     95.28% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26                7      0.09%     95.36% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27               19      0.23%     95.60% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28              284      3.48%     99.08% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                8      0.10%     99.18% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                7      0.09%     99.26% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::31                5      0.06%     99.33% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32                5      0.06%     99.39% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::33                5      0.06%     99.45% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::34                1      0.01%     99.46% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::35                1      0.01%     99.47% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::36                5      0.06%     99.53% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::37                4      0.05%     99.58% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::38                3      0.04%     99.62% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::39                6      0.07%     99.69% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::40                4      0.05%     99.74% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::41                3      0.04%     99.78% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::43                3      0.04%     99.82% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::44                5      0.06%     99.88% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::45                2      0.02%     99.90% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::46                3      0.04%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::48                2      0.02%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::51                3      0.04%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total          8155                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                   1909551997                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat              5309095747                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                  906545000                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                     10532.03                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                    5000.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                29282.03                       # 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.79                       # 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.79                       # 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                      24.22                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   147266                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  121055                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 81.22                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                82.75                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                   15922000.04                       # Average gap between requests
system.mem_ctrls.pageHitRate                    81.90                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy                216465480                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                118111125                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy               698037600                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy              465626880                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy         341218840560                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy         139333087125                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy         3012293484000                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy           3494343652770                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower            668.877279                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE 5011116201500                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF  174447260000                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT   38635825500                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls_1.actEnergy                231502320                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_1.preEnergy                126315750                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_1.readEnergy               716164800                       # Energy for read commands per rank (pJ)
system.mem_ctrls_1.writeEnergy              482189760                       # Energy for write commands per rank (pJ)
system.mem_ctrls_1.refreshEnergy         341218840560                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy         140605884585                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy         3011176995000                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy           3494557892775                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            668.918288                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE 5009239707000                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF  174447260000                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT   40505530500                       # 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                     10448398775                       # 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.committedInsts                  134854206                       # Number of instructions committed
system.cpu0.committedOps                    263157336                       # Number of ops (including micro ops) committed
system.cpu0.num_int_alu_accesses            244684041                       # Number of integer alu accesses
system.cpu0.num_fp_alu_accesses                    48                       # Number of float alu accesses
system.cpu0.num_func_calls                    2136969                       # number of times a function call or return occured
system.cpu0.num_conditional_control_insts     24844681                       # number of instructions that are conditional controls
system.cpu0.num_int_insts                   244684041                       # number of integer instructions
system.cpu0.num_fp_insts                           48                       # number of float instructions
system.cpu0.num_int_register_reads          453367941                       # number of times the integer registers were read
system.cpu0.num_int_register_writes         210194907                       # 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           140919836                       # number of times the CC registers were read
system.cpu0.num_cc_register_writes          102049817                       # number of times the CC registers were written
system.cpu0.num_mem_refs                     20320896                       # number of memory refs
system.cpu0.num_load_insts                   13137087                       # Number of load instructions
system.cpu0.num_store_insts                   7183809                       # Number of store instructions
system.cpu0.num_idle_cycles              9867676778.078112                       # Number of idle cycles
system.cpu0.num_busy_cycles              580721996.921889                       # Number of busy cycles
system.cpu0.not_idle_fraction                0.055580                       # Percentage of non-idle cycles
system.cpu0.idle_fraction                    0.944420                       # Percentage of idle cycles
system.cpu0.Branches                         27711250                       # Number of branches fetched
system.cpu0.op_class::No_OpClass               205485      0.08%      0.08% # Class of executed instruction
system.cpu0.op_class::IntAlu                242421466     92.12%     92.20% # Class of executed instruction
system.cpu0.op_class::IntMult                  122075      0.05%     92.24% # Class of executed instruction
system.cpu0.op_class::IntDiv                    93292      0.04%     92.28% # Class of executed instruction
system.cpu0.op_class::FloatAdd                      0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::FloatCmp                      0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::FloatCvt                     16      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::FloatMult                     0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::FloatDiv                      0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::FloatSqrt                     0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdAdd                       0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdAddAcc                    0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdAlu                       0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdCmp                       0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdCvt                       0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdMisc                      0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdMult                      0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdMultAcc                   0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdShift                     0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdShiftAcc                  0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdSqrt                      0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatAdd                  0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatAlu                  0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatCmp                  0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatCvt                  0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatDiv                  0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatMisc                 0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatMult                 0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatMultAcc              0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::SimdFloatSqrt                 0      0.00%     92.28% # Class of executed instruction
system.cpu0.op_class::MemRead                13132199      4.99%     97.27% # Class of executed instruction
system.cpu0.op_class::MemWrite                7183809      2.73%    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                 263158342                       # Class of executed instruction
system.cpu0.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu0.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.cpu1.apic_clk_domain.clock                8000                       # Clock period in ticks
system.cpu1.numCycles                     10447240338                       # 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.committedInsts                   17518281                       # Number of instructions committed
system.cpu1.committedOps                     32751585                       # Number of ops (including micro ops) committed
system.cpu1.num_int_alu_accesses             31851643                       # Number of integer alu accesses
system.cpu1.num_fp_alu_accesses                    48                       # Number of float alu accesses
system.cpu1.num_func_calls                     684497                       # number of times a function call or return occured
system.cpu1.num_conditional_control_insts      2335543                       # number of instructions that are conditional controls
system.cpu1.num_int_insts                    31851643                       # number of integer instructions
system.cpu1.num_fp_insts                           48                       # number of float instructions
system.cpu1.num_int_register_reads           64487007                       # number of times the integer registers were read
system.cpu1.num_int_register_writes          25788501                       # 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            17633066                       # number of times the CC registers were read
system.cpu1.num_cc_register_writes           10874194                       # number of times the CC registers were written
system.cpu1.num_mem_refs                      7388986                       # number of memory refs
system.cpu1.num_load_insts                    4376633                       # Number of load instructions
system.cpu1.num_store_insts                   3012353                       # Number of store instructions
system.cpu1.num_idle_cycles              10365585755.923355                       # Number of idle cycles
system.cpu1.num_busy_cycles              81654582.076644                       # Number of busy cycles
system.cpu1.not_idle_fraction                0.007816                       # Percentage of non-idle cycles
system.cpu1.idle_fraction                    0.992184                       # Percentage of idle cycles
system.cpu1.Branches                          3292078                       # Number of branches fetched
system.cpu1.op_class::No_OpClass               121362      0.37%      0.37% # Class of executed instruction
system.cpu1.op_class::IntAlu                 25129008     76.72%     77.10% # Class of executed instruction
system.cpu1.op_class::IntMult                   70611      0.22%     77.31% # Class of executed instruction
system.cpu1.op_class::IntDiv                    47212      0.14%     77.45% # Class of executed instruction
system.cpu1.op_class::FloatAdd                      0      0.00%     77.45% # Class of executed instruction
system.cpu1.op_class::FloatCmp                      0      0.00%     77.45% # Class of executed instruction
system.cpu1.op_class::FloatCvt                     16      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::FloatMult                     0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::FloatDiv                      0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::FloatSqrt                     0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdAdd                       0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdAddAcc                    0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdAlu                       0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdCmp                       0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdCvt                       0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdMisc                      0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdMult                      0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdMultAcc                   0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdShift                     0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdShiftAcc                  0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdSqrt                      0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatAdd                  0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatAlu                  0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatCmp                  0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatCvt                  0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatDiv                  0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatMisc                 0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatMult                 0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatMultAcc              0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::SimdFloatSqrt                 0      0.00%     77.46% # Class of executed instruction
system.cpu1.op_class::MemRead                 4371617     13.35%     90.80% # Class of executed instruction
system.cpu1.op_class::MemWrite                3012353      9.20%    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                  32752179                       # Class of executed instruction
system.cpu1.kern.inst.arm                           0                       # number of arm instructions executed
system.cpu1.kern.inst.quiesce                       0                       # number of quiesce instructions executed
system.iobus.trans_dist::ReadReq               907253                       # Transaction distribution
system.iobus.trans_dist::ReadResp              907253                       # Transaction distribution
system.iobus.trans_dist::WriteReq               37589                       # Transaction distribution
system.iobus.trans_dist::WriteResp              37589                       # Transaction distribution
system.iobus.trans_dist::MessageReq              1832                       # Transaction distribution
system.iobus.trans_dist::MessageResp             1832                       # Transaction distribution
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::system.ruby.l1_cntrl0.sequencer.pio-slave-port         1742                       # 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         1688                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.pc.south_bridge.io_apic.int_master::total         3430                       # 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           52                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.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_cntrl0.sequencer.mem-master-port::system.pc.south_bridge.ide.pio         6724                       # 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-pciconf          180                       # 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          960                       # 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           78                       # 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           46                       # 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       943400                       # 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         1332                       # 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          178                       # 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        21174                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.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_cntrl0.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_cntrl0.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_cntrl0.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_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port       831240                       # 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          170                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.pciconfig.pio         2126                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      1807744                       # 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         4456                       # 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          404                       # 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            8                       # 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            8                       # 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        32826                       # 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          788                       # 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        32826                       # 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         6198                       # 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           64                       # 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         4596                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        82174                       # Packet count per connected master and slave (bytes)
system.iobus.pkt_count::total                 1893348                       # 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         3484                       # 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         3376                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.pc.south_bridge.io_apic.int_master::total         6860                       # 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           26                       # 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.dma1.pio            3                       # 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         4231                       # 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-pciconf          221                       # 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          480                       # 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           39                       # 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           23                       # 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       471700                       # 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         2664                       # 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           89                       # 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        10587                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.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_cntrl0.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_cntrl0.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_cntrl0.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_cntrl0.sequencer.mem-master-port::system.ruby.l1_cntrl0.sequencer.pio-slave-port      1662474                       # 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          340                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::system.pc.pciconfig.pio         4252                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl0.sequencer.mem-master-port::total      2157168                       # 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         2507                       # 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          202                       # 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            4                       # 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            4                       # 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        16413                       # 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         1576                       # 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        16413                       # 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         3099                       # 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          128                       # 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         9189                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size_system.ruby.l1_cntrl1.sequencer.mem-master-port::total        49535                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.pkt_size::total                  2213563                       # Cumulative packet size per connected master and slave (bytes)
system.iobus.reqLayer0.occupancy                43500                       # Layer occupancy (ticks)
system.iobus.reqLayer0.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer1.occupancy                 6500                       # Layer occupancy (ticks)
system.iobus.reqLayer1.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer2.occupancy              9190500                       # Layer occupancy (ticks)
system.iobus.reqLayer2.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer3.occupancy               158000                       # Layer occupancy (ticks)
system.iobus.reqLayer3.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer4.occupancy               938000                       # Layer occupancy (ticks)
system.iobus.reqLayer4.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer5.occupancy                82500                       # Layer occupancy (ticks)
system.iobus.reqLayer5.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer6.occupancy                52500                       # Layer occupancy (ticks)
system.iobus.reqLayer6.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer7.occupancy             21911000                       # Layer occupancy (ticks)
system.iobus.reqLayer7.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer8.occupancy            471701000                       # Layer occupancy (ticks)
system.iobus.reqLayer8.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer9.occupancy              1783484                       # Layer occupancy (ticks)
system.iobus.reqLayer9.utilization                0.0                       # Layer utilization (%)
system.iobus.reqLayer10.occupancy            33004000                       # Layer occupancy (ticks)
system.iobus.reqLayer10.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer12.occupancy                2000                       # Layer occupancy (ticks)
system.iobus.reqLayer12.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer13.occupancy            20531500                       # Layer occupancy (ticks)
system.iobus.reqLayer13.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer14.occupancy                9000                       # 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                9500                       # Layer occupancy (ticks)
system.iobus.reqLayer16.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer17.occupancy               11500                       # Layer occupancy (ticks)
system.iobus.reqLayer17.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer18.occupancy           420355749                       # Layer occupancy (ticks)
system.iobus.reqLayer18.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer19.occupancy             7349167                       # Layer occupancy (ticks)
system.iobus.reqLayer19.utilization               0.0                       # Layer utilization (%)
system.iobus.reqLayer21.occupancy             1592000                       # Layer occupancy (ticks)
system.iobus.reqLayer21.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer0.occupancy             2487964                       # Layer occupancy (ticks)
system.iobus.respLayer0.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer2.occupancy          2005769459                       # Layer occupancy (ticks)
system.iobus.respLayer2.utilization               0.0                       # Layer utilization (%)
system.iobus.respLayer4.occupancy            55682477                       # 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          813                       # 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               11129562                       # delay histogram for all message
system.ruby.delayHist::mean                  0.432347                       # delay histogram for all message
system.ruby.delayHist::stdev                 1.816100                       # delay histogram for all message
system.ruby.delayHist                    |    10529728     94.61%     94.61% |        6807      0.06%     94.67% |      590648      5.31%     99.98% |         485      0.00%     99.98% |        1771      0.02%    100.00% |          21      0.00%    100.00% |         100      0.00%    100.00% |           1      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for all message
system.ruby.delayHist::total                 11129562                       # delay histogram for all message
system.ruby.outstanding_req_hist::bucket_size            1                      
system.ruby.outstanding_req_hist::max_bucket            9                      
system.ruby.outstanding_req_hist::samples    200348840                      
system.ruby.outstanding_req_hist::mean       1.000143                      
system.ruby.outstanding_req_hist::gmean      1.000099                      
system.ruby.outstanding_req_hist::stdev      0.011958                      
system.ruby.outstanding_req_hist         |           0      0.00%      0.00% |   200320188     99.99%     99.99% |       28652      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::total     200348840                      
system.ruby.latency_hist::bucket_size             256                      
system.ruby.latency_hist::max_bucket             2559                      
system.ruby.latency_hist::samples           200348839                      
system.ruby.latency_hist::mean               1.335360                      
system.ruby.latency_hist::gmean              1.041255                      
system.ruby.latency_hist::stdev              5.049559                      
system.ruby.latency_hist                 |   200339965    100.00%    100.00% |        6290      0.00%    100.00% |        2522      0.00%    100.00% |          39      0.00%    100.00% |          22      0.00%    100.00% |           1      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.latency_hist::total             200348839                      
system.ruby.hit_latency_hist::bucket_size            1                      
system.ruby.hit_latency_hist::max_bucket            9                      
system.ruby.hit_latency_hist::samples       197666799                      
system.ruby.hit_latency_hist::mean                  1                      
system.ruby.hit_latency_hist::gmean                 1                      
system.ruby.hit_latency_hist             |           0      0.00%      0.00% |   197666799    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::total         197666799                      
system.ruby.miss_latency_hist::bucket_size          256                      
system.ruby.miss_latency_hist::max_bucket         2559                      
system.ruby.miss_latency_hist::samples        2682040                      
system.ruby.miss_latency_hist::mean         26.051460                      
system.ruby.miss_latency_hist::gmean        20.489156                      
system.ruby.miss_latency_hist::stdev        35.854350                      
system.ruby.miss_latency_hist            |     2673166     99.67%     99.67% |        6290      0.23%     99.90% |        2522      0.09%    100.00% |          39      0.00%    100.00% |          22      0.00%    100.00% |           1      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.miss_latency_hist::total          2682040                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits     17844481                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses      1606977                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses     19451458                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits    150537966                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses       501574                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses    151039540                       # 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            11                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits      7085830                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses       288461                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses      7374291                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits     22198522                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses       285028                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses     22483550                       # 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            11                       # cycles for which number of transistions == max transitions
system.ruby.l2_cntrl0.L2cache.demand_hits      2423734                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       258306                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses      2682040                       # Number of cache demand accesses
system.ruby.l2_cntrl0.fully_busy_cycles             1                       # cycles for which number of transistions == max transitions
system.ruby.memctrl_clk_domain.clock             1500                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized     0.070387                      
system.ruby.network.routers0.msg_count.Control::0      2108551                      
system.ruby.network.routers0.msg_count.Request_Control::2        69045                      
system.ruby.network.routers0.msg_count.Response_Data::1      2150836                      
system.ruby.network.routers0.msg_count.Response_Control::1      1572041                      
system.ruby.network.routers0.msg_count.Response_Control::2      1562467                      
system.ruby.network.routers0.msg_count.Writeback_Data::0       405747                      
system.ruby.network.routers0.msg_count.Writeback_Data::1          218                      
system.ruby.network.routers0.msg_count.Writeback_Control::0      1093821                      
system.ruby.network.routers0.msg_bytes.Control::0     16868408                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       552360                      
system.ruby.network.routers0.msg_bytes.Response_Data::1    154860192                      
system.ruby.network.routers0.msg_bytes.Response_Control::1     12576328                      
system.ruby.network.routers0.msg_bytes.Response_Control::2     12499736                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::0     29213784                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::1        15696                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::0      8750568                      
system.ruby.network.routers1.percent_links_utilized     0.019105                      
system.ruby.network.routers1.msg_count.Control::0       573489                      
system.ruby.network.routers1.msg_count.Request_Control::2        63892                      
system.ruby.network.routers1.msg_count.Response_Data::1       612502                      
system.ruby.network.routers1.msg_count.Response_Control::1       272070                      
system.ruby.network.routers1.msg_count.Response_Control::2       264031                      
system.ruby.network.routers1.msg_count.Writeback_Data::0       136644                      
system.ruby.network.routers1.msg_count.Writeback_Data::1          449                      
system.ruby.network.routers1.msg_count.Writeback_Control::0        64765                      
system.ruby.network.routers1.msg_bytes.Control::0      4587912                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       511136                      
system.ruby.network.routers1.msg_bytes.Response_Data::1     44100144                      
system.ruby.network.routers1.msg_bytes.Response_Control::1      2176560                      
system.ruby.network.routers1.msg_bytes.Response_Control::2      2112248                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::0      9838368                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::1        32328                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::0       518120                      
system.ruby.network.routers2.percent_links_utilized     0.092817                      
system.ruby.network.routers2.msg_count.Control::0      2863371                      
system.ruby.network.routers2.msg_count.Request_Control::2       130680                      
system.ruby.network.routers2.msg_count.Response_Data::1      2892953                      
system.ruby.network.routers2.msg_count.Response_Control::1      1888154                      
system.ruby.network.routers2.msg_count.Response_Control::2      1826498                      
system.ruby.network.routers2.msg_count.Writeback_Data::0       542391                      
system.ruby.network.routers2.msg_count.Writeback_Data::1          667                      
system.ruby.network.routers2.msg_count.Writeback_Control::0      1158586                      
system.ruby.network.routers2.msg_bytes.Control::0     22906968                      
system.ruby.network.routers2.msg_bytes.Request_Control::2      1045440                      
system.ruby.network.routers2.msg_bytes.Response_Data::1    208292616                      
system.ruby.network.routers2.msg_bytes.Response_Control::1     15105232                      
system.ruby.network.routers2.msg_bytes.Response_Control::2     14611984                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::0     39052152                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::1        48024                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::0      9268688                      
system.ruby.network.routers3.percent_links_utilized     0.007106                      
system.ruby.network.routers3.msg_count.Control::0       181331                      
system.ruby.network.routers3.msg_count.Response_Data::1       284375                      
system.ruby.network.routers3.msg_count.Response_Control::1       134795                      
system.ruby.network.routers3.msg_count.Writeback_Control::0        47546                      
system.ruby.network.routers3.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.msg_bytes.Control::0      1450648                      
system.ruby.network.routers3.msg_bytes.Response_Data::1     20475000                      
system.ruby.network.routers3.msg_bytes.Response_Control::1      1078360                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::0       380368                      
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          810                      
system.ruby.network.routers4.msg_count.Writeback_Control::0        47546                      
system.ruby.network.routers4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.msg_bytes.Response_Data::1        58320                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::0       380368                      
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.031610                      
system.ruby.network.routers6.msg_count.Control::0      2863371                      
system.ruby.network.routers6.msg_count.Request_Control::2       132937                      
system.ruby.network.routers6.msg_count.Response_Data::1      2970738                      
system.ruby.network.routers6.msg_count.Response_Control::1      1933530                      
system.ruby.network.routers6.msg_count.Response_Control::2      1826498                      
system.ruby.network.routers6.msg_count.Writeback_Data::0       542391                      
system.ruby.network.routers6.msg_count.Writeback_Data::1          667                      
system.ruby.network.routers6.msg_count.Writeback_Control::0      1206132                      
system.ruby.network.routers6.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers6.msg_bytes.Control::0     22906968                      
system.ruby.network.routers6.msg_bytes.Request_Control::2      1063496                      
system.ruby.network.routers6.msg_bytes.Response_Data::1    213893136                      
system.ruby.network.routers6.msg_bytes.Response_Control::1     15468240                      
system.ruby.network.routers6.msg_bytes.Response_Control::2     14611984                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::0     39052152                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::1        48024                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::0      9649056                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::1       373888                      
system.ruby.network.msg_count.Control         8590113                      
system.ruby.network.msg_count.Request_Control       396554                      
system.ruby.network.msg_count.Response_Data      8912214                      
system.ruby.network.msg_count.Response_Control     11280084                      
system.ruby.network.msg_count.Writeback_Data      1629174                      
system.ruby.network.msg_count.Writeback_Control      3758604                      
system.ruby.network.msg_byte.Control         68720904                      
system.ruby.network.msg_byte.Request_Control      3172432                      
system.ruby.network.msg_byte.Response_Data    641679408                      
system.ruby.network.msg_byte.Response_Control     90240672                      
system.ruby.network.msg_byte.Writeback_Data    117300528                      
system.ruby.network.msg_byte.Writeback_Control     30068832                      
system.ruby.network.routers0.throttle0.link_utilization     0.097642                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::2        69045                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::1      2088072                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::1      1542287                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::2       552360                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::1    150341184                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::1     12338296                      
system.ruby.network.routers0.throttle1.link_utilization     0.043132                      
system.ruby.network.routers0.throttle1.msg_count.Control::0      2108551                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::1        62764                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::1        29754                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::2      1562467                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::0       405747                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::1          218                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::0      1093821                      
system.ruby.network.routers0.throttle1.msg_bytes.Control::0     16868408                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::1      4519008                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::1       238032                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::2     12499736                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::0     29213784                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::1        15696                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::0      8750568                      
system.ruby.network.routers1.throttle0.link_utilization     0.025238                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::2        63892                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::1       551505                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::1       246529                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::2       511136                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::1     39708360                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::1      1972232                      
system.ruby.network.routers1.throttle1.link_utilization     0.012972                      
system.ruby.network.routers1.throttle1.msg_count.Control::0       573489                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::1        60997                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::1        25541                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::2       264031                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::0       136644                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::1          449                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::0        64765                      
system.ruby.network.routers1.throttle1.msg_bytes.Control::0      4587912                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::1      4391784                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::1       204328                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::2      2112248                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::0      9838368                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::1        32328                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::0       518120                      
system.ruby.network.routers2.throttle0.link_utilization     0.060955                      
system.ruby.network.routers2.throttle0.msg_count.Control::0      2682040                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::1       228117                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::1       129933                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::2      1826498                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::0       542391                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::1          667                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::0      1158586                      
system.ruby.network.routers2.throttle0.msg_bytes.Control::0     21456320                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::1     16424424                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::1      1039464                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::2     14611984                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::0     39052152                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::1        48024                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::0      9268688                      
system.ruby.network.routers2.throttle1.link_utilization     0.124678                      
system.ruby.network.routers2.throttle1.msg_count.Control::0       181331                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2       130680                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::1      2664836                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::1      1758221                      
system.ruby.network.routers2.throttle1.msg_bytes.Control::0      1450648                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2      1045440                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::1    191868192                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::1     14065768                      
system.ruby.network.routers3.throttle0.link_utilization     0.005569                      
system.ruby.network.routers3.throttle0.msg_count.Control::0       181331                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::1       102234                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::1        14781                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::0        47546                      
system.ruby.network.routers3.throttle0.msg_bytes.Control::0      1450648                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::1      7360848                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::1       118248                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::0       380368                      
system.ruby.network.routers3.throttle1.link_utilization     0.008643                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::1       182141                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::1       120014                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::1     13114152                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::1       960112                      
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          810                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::1        58320                      
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        47546                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::0       380368                      
system.ruby.network.routers5.throttle0.link_utilization            0                      
system.ruby.network.routers5.throttle1.link_utilization            0                      
system.ruby.network.routers6.throttle0.link_utilization     0.097642                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::2        69045                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::1      2088072                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::1      1542287                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::2       552360                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::1    150341184                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::1     12338296                      
system.ruby.network.routers6.throttle1.link_utilization     0.025238                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        63892                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::1       551505                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::1       246529                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       511136                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::1     39708360                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::1      1972232                      
system.ruby.network.routers6.throttle2.link_utilization     0.060955                      
system.ruby.network.routers6.throttle2.msg_count.Control::0      2682040                      
system.ruby.network.routers6.throttle2.msg_count.Response_Data::1       228117                      
system.ruby.network.routers6.throttle2.msg_count.Response_Control::1       129933                      
system.ruby.network.routers6.throttle2.msg_count.Response_Control::2      1826498                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Data::0       542391                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Data::1          667                      
system.ruby.network.routers6.throttle2.msg_count.Writeback_Control::0      1158586                      
system.ruby.network.routers6.throttle2.msg_bytes.Control::0     21456320                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Data::1     16424424                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Control::1      1039464                      
system.ruby.network.routers6.throttle2.msg_bytes.Response_Control::2     14611984                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Data::0     39052152                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Data::1        48024                      
system.ruby.network.routers6.throttle2.msg_bytes.Writeback_Control::0      9268688                      
system.ruby.network.routers6.throttle3.link_utilization     0.005569                      
system.ruby.network.routers6.throttle3.msg_count.Control::0       181331                      
system.ruby.network.routers6.throttle3.msg_count.Response_Data::1       102234                      
system.ruby.network.routers6.throttle3.msg_count.Response_Control::1        14781                      
system.ruby.network.routers6.throttle3.msg_count.Writeback_Control::0        47546                      
system.ruby.network.routers6.throttle3.msg_bytes.Control::0      1450648                      
system.ruby.network.routers6.throttle3.msg_bytes.Response_Data::1      7360848                      
system.ruby.network.routers6.throttle3.msg_bytes.Response_Control::1       118248                      
system.ruby.network.routers6.throttle3.msg_bytes.Writeback_Control::0       380368                      
system.ruby.network.routers6.throttle4.link_utilization     0.000259                      
system.ruby.network.routers6.throttle4.msg_count.Response_Data::1          810                      
system.ruby.network.routers6.throttle4.msg_count.Writeback_Control::1        46736                      
system.ruby.network.routers6.throttle4.msg_bytes.Response_Data::1        58320                      
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       6209515                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::mean         0.707046                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::stdev        2.283958                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0           |     5663572     91.21%     91.21% |        1821      0.03%     91.24% |      541762      8.72%     99.96% |         478      0.01%     99.97% |        1759      0.03%    100.00% |          21      0.00%    100.00% |         100      0.00%    100.00% |           1      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         6209515                       # 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       4787110                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::mean         0.088019                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::stdev        0.824587                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1           |     4731394     98.84%     98.84% |        1825      0.04%     98.87% |        2296      0.05%     98.92% |        2690      0.06%     98.98% |       48377      1.01%     99.99% |         509      0.01%    100.00% |           7      0.00%    100.00% |           0      0.00%    100.00% |          11      0.00%    100.00% |           1      0.00%    100.00% # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::total         4787110                       # 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        132937                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::mean         0.000451                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::stdev        0.030041                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2           |      132907     99.98%     99.98% |           0      0.00%     99.98% |          30      0.02%    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          132937                       # delay histogram for vnet_2
system.ruby.LD.latency_hist::bucket_size          128                      
system.ruby.LD.latency_hist::max_bucket          1279                      
system.ruby.LD.latency_hist::samples         15792182                      
system.ruby.LD.latency_hist::mean            2.811933                      
system.ruby.LD.latency_hist::gmean           1.304177                      
system.ruby.LD.latency_hist::stdev           8.972746                      
system.ruby.LD.latency_hist              |    15777332     99.91%     99.91% |       12811      0.08%     99.99% |         834      0.01%     99.99% |         747      0.00%    100.00% |         344      0.00%    100.00% |         100      0.00%    100.00% |           3      0.00%    100.00% |           8      0.00%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total           15792182                      
system.ruby.LD.hit_latency_hist::bucket_size            1                      
system.ruby.LD.hit_latency_hist::max_bucket            9                      
system.ruby.LD.hit_latency_hist::samples     14362699                      
system.ruby.LD.hit_latency_hist::mean               1                      
system.ruby.LD.hit_latency_hist::gmean              1                      
system.ruby.LD.hit_latency_hist          |           0      0.00%      0.00% |    14362699    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::total       14362699                      
system.ruby.LD.miss_latency_hist::bucket_size          128                      
system.ruby.LD.miss_latency_hist::max_bucket         1279                      
system.ruby.LD.miss_latency_hist::samples      1429483                      
system.ruby.LD.miss_latency_hist::mean      21.017285                      
system.ruby.LD.miss_latency_hist::gmean     18.800854                      
system.ruby.LD.miss_latency_hist::stdev     22.913162                      
system.ruby.LD.miss_latency_hist         |     1414633     98.96%     98.96% |       12811      0.90%     99.86% |         834      0.06%     99.92% |         747      0.05%     99.97% |         344      0.02%     99.99% |         100      0.01%    100.00% |           3      0.00%    100.00% |           8      0.00%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total       1429483                      
system.ruby.ST.latency_hist::bucket_size          256                      
system.ruby.ST.latency_hist::max_bucket          2559                      
system.ruby.ST.latency_hist::samples          9820148                      
system.ruby.ST.latency_hist::mean            3.180305                      
system.ruby.ST.latency_hist::gmean           1.140437                      
system.ruby.ST.latency_hist::stdev          17.669492                      
system.ruby.ST.latency_hist              |     9814336     99.94%     99.94% |        3870      0.04%     99.98% |        1895      0.02%    100.00% |          27      0.00%    100.00% |          19      0.00%    100.00% |           1      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.latency_hist::total            9820148                      
system.ruby.ST.hit_latency_hist::bucket_size            1                      
system.ruby.ST.hit_latency_hist::max_bucket            9                      
system.ruby.ST.hit_latency_hist::samples      9468305                      
system.ruby.ST.hit_latency_hist::mean               1                      
system.ruby.ST.hit_latency_hist::gmean              1                      
system.ruby.ST.hit_latency_hist          |           0      0.00%      0.00% |     9468305    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::total        9468305                      
system.ruby.ST.miss_latency_hist::bucket_size          256                      
system.ruby.ST.miss_latency_hist::max_bucket         2559                      
system.ruby.ST.miss_latency_hist::samples       351843                      
system.ruby.ST.miss_latency_hist::mean      61.853599                      
system.ruby.ST.miss_latency_hist::gmean     39.164823                      
system.ruby.ST.miss_latency_hist::stdev     71.718379                      
system.ruby.ST.miss_latency_hist         |      346031     98.35%     98.35% |        3870      1.10%     99.45% |        1895      0.54%     99.99% |          27      0.01%     99.99% |          19      0.01%    100.00% |           1      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.miss_latency_hist::total        351843                      
system.ruby.IFETCH.latency_hist::bucket_size          128                      
system.ruby.IFETCH.latency_hist::max_bucket         1279                      
system.ruby.IFETCH.latency_hist::samples    173523090                      
system.ruby.IFETCH.latency_hist::mean        1.084209                      
system.ruby.IFETCH.latency_hist::gmean       1.013123                      
system.ruby.IFETCH.latency_hist::stdev       1.872190                      
system.ruby.IFETCH.latency_hist          |   173516994    100.00%    100.00% |        5126      0.00%    100.00% |         502      0.00%    100.00% |         299      0.00%    100.00% |         121      0.00%    100.00% |          47      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.latency_hist::total      173523090                      
system.ruby.IFETCH.hit_latency_hist::bucket_size            1                      
system.ruby.IFETCH.hit_latency_hist::max_bucket            9                      
system.ruby.IFETCH.hit_latency_hist::samples    172736488                      
system.ruby.IFETCH.hit_latency_hist::mean            1                      
system.ruby.IFETCH.hit_latency_hist::gmean            1                      
system.ruby.IFETCH.hit_latency_hist      |           0      0.00%      0.00% |   172736488    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::total    172736488                      
system.ruby.IFETCH.miss_latency_hist::bucket_size          128                      
system.ruby.IFETCH.miss_latency_hist::max_bucket         1279                      
system.ruby.IFETCH.miss_latency_hist::samples       786602                      
system.ruby.IFETCH.miss_latency_hist::mean    19.576388                      
system.ruby.IFETCH.miss_latency_hist::gmean    17.746225                      
system.ruby.IFETCH.miss_latency_hist::stdev    20.729229                      
system.ruby.IFETCH.miss_latency_hist     |      780506     99.23%     99.23% |        5126      0.65%     99.88% |         502      0.06%     99.94% |         299      0.04%     99.98% |         121      0.02%     99.99% |          47      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.IFETCH.miss_latency_hist::total       786602                      
system.ruby.RMW_Read.latency_hist::bucket_size          128                      
system.ruby.RMW_Read.latency_hist::max_bucket         1279                      
system.ruby.RMW_Read.latency_hist::samples       524087                      
system.ruby.RMW_Read.latency_hist::mean      4.129171                      
system.ruby.RMW_Read.latency_hist::gmean     1.528491                      
system.ruby.RMW_Read.latency_hist::stdev    10.035752                      
system.ruby.RMW_Read.latency_hist        |      523906     99.97%     99.97% |         145      0.03%     99.99% |          16      0.00%    100.00% |           8      0.00%    100.00% |           8      0.00%    100.00% |           4      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::total       524087                      
system.ruby.RMW_Read.hit_latency_hist::bucket_size            1                      
system.ruby.RMW_Read.hit_latency_hist::max_bucket            9                      
system.ruby.RMW_Read.hit_latency_hist::samples       452510                      
system.ruby.RMW_Read.hit_latency_hist::mean            1                      
system.ruby.RMW_Read.hit_latency_hist::gmean            1                      
system.ruby.RMW_Read.hit_latency_hist    |           0      0.00%      0.00% |      452510    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::total       452510                      
system.ruby.RMW_Read.miss_latency_hist::bucket_size          128                      
system.ruby.RMW_Read.miss_latency_hist::max_bucket         1279                      
system.ruby.RMW_Read.miss_latency_hist::samples        71577                      
system.ruby.RMW_Read.miss_latency_hist::mean    23.911801                      
system.ruby.RMW_Read.miss_latency_hist::gmean    22.344653                      
system.ruby.RMW_Read.miss_latency_hist::stdev    16.857997                      
system.ruby.RMW_Read.miss_latency_hist   |       71396     99.75%     99.75% |         145      0.20%     99.95% |          16      0.02%     99.97% |           8      0.01%     99.98% |           8      0.01%     99.99% |           4      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::total        71577                      
system.ruby.Locked_RMW_Read.latency_hist::bucket_size          128                      
system.ruby.Locked_RMW_Read.latency_hist::max_bucket         1279                      
system.ruby.Locked_RMW_Read.latency_hist::samples       344666                      
system.ruby.Locked_RMW_Read.latency_hist::mean     3.644746                      
system.ruby.Locked_RMW_Read.latency_hist::gmean     1.459313                      
system.ruby.Locked_RMW_Read.latency_hist::stdev     8.575482                      
system.ruby.Locked_RMW_Read.latency_hist |      344399     99.92%     99.92% |         250      0.07%    100.00% |          12      0.00%    100.00% |           2      0.00%    100.00% |           1      0.00%    100.00% |           2      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.latency_hist::total       344666                      
system.ruby.Locked_RMW_Read.hit_latency_hist::bucket_size            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist::max_bucket            9                      
system.ruby.Locked_RMW_Read.hit_latency_hist::samples       302131                      
system.ruby.Locked_RMW_Read.hit_latency_hist::mean            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist::gmean            1                      
system.ruby.Locked_RMW_Read.hit_latency_hist |           0      0.00%      0.00% |      302131    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::total       302131                      
system.ruby.Locked_RMW_Read.miss_latency_hist::bucket_size          128                      
system.ruby.Locked_RMW_Read.miss_latency_hist::max_bucket         1279                      
system.ruby.Locked_RMW_Read.miss_latency_hist::samples        42535                      
system.ruby.Locked_RMW_Read.miss_latency_hist::mean    22.430681                      
system.ruby.Locked_RMW_Read.miss_latency_hist::gmean    21.385224                      
system.ruby.Locked_RMW_Read.miss_latency_hist::stdev    13.903294                      
system.ruby.Locked_RMW_Read.miss_latency_hist |       42268     99.37%     99.37% |         250      0.59%     99.96% |          12      0.03%     99.99% |           2      0.00%     99.99% |           1      0.00%    100.00% |           2      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.miss_latency_hist::total        42535                      
system.ruby.Locked_RMW_Write.latency_hist::bucket_size            1                      
system.ruby.Locked_RMW_Write.latency_hist::max_bucket            9                      
system.ruby.Locked_RMW_Write.latency_hist::samples       344666                      
system.ruby.Locked_RMW_Write.latency_hist::mean            1                      
system.ruby.Locked_RMW_Write.latency_hist::gmean            1                      
system.ruby.Locked_RMW_Write.latency_hist |           0      0.00%      0.00% |      344666    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::total       344666                      
system.ruby.Locked_RMW_Write.hit_latency_hist::bucket_size            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist::max_bucket            9                      
system.ruby.Locked_RMW_Write.hit_latency_hist::samples       344666                      
system.ruby.Locked_RMW_Write.hit_latency_hist::mean            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist::gmean            1                      
system.ruby.Locked_RMW_Write.hit_latency_hist |           0      0.00%      0.00% |      344666    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::total       344666                      
system.ruby.Directory_Controller.Fetch         181331      0.00%      0.00%
system.ruby.Directory_Controller.Data          102234      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       181782      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       146330      0.00%      0.00%
system.ruby.Directory_Controller.DMA_READ          810      0.00%      0.00%
system.ruby.Directory_Controller.DMA_WRITE        46736      0.00%      0.00%
system.ruby.Directory_Controller.CleanReplacement        14781      0.00%      0.00%
system.ruby.Directory_Controller.I.Fetch       181331      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_READ          451      0.00%      0.00%
system.ruby.Directory_Controller.I.DMA_WRITE        44096      0.00%      0.00%
system.ruby.Directory_Controller.ID.Memory_Data          451      0.00%      0.00%
system.ruby.Directory_Controller.ID_W.Memory_Ack        44096      0.00%      0.00%
system.ruby.Directory_Controller.M.Data         99235      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_READ          359      0.00%      0.00%
system.ruby.Directory_Controller.M.DMA_WRITE         2640      0.00%      0.00%
system.ruby.Directory_Controller.M.CleanReplacement        14781      0.00%      0.00%
system.ruby.Directory_Controller.IM.Memory_Data       181331      0.00%      0.00%
system.ruby.Directory_Controller.MI.Memory_Ack        99235      0.00%      0.00%
system.ruby.Directory_Controller.M_DRD.Data          359      0.00%      0.00%
system.ruby.Directory_Controller.M_DRDI.Memory_Ack          359      0.00%      0.00%
system.ruby.Directory_Controller.M_DWR.Data         2640      0.00%      0.00%
system.ruby.Directory_Controller.M_DWRI.Memory_Ack         2640      0.00%      0.00%
system.ruby.DMA_Controller.ReadRequest   |         810    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.ReadRequest::total          810                      
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          |         810    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.Data::total            810                      
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 |         810    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.READY.ReadRequest::total          810                      
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  |         810    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.DMA_Controller.BUSY_RD.Data::total          810                      
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      |    11728304     74.27%     74.27% |     4063878     25.73%    100.00%
system.ruby.L1Cache_Controller.Load::total     15792182                      
system.ruby.L1Cache_Controller.Ifetch    |   151039544     87.04%     87.04% |    22483551     12.96%    100.00%
system.ruby.L1Cache_Controller.Ifetch::total    173523095                      
system.ruby.L1Cache_Controller.Store     |     7723154     70.00%     70.00% |     3310413     30.00%    100.00%
system.ruby.L1Cache_Controller.Store::total     11033567                      
system.ruby.L1Cache_Controller.Inv       |       29972     53.56%     53.56% |       25990     46.44%    100.00%
system.ruby.L1Cache_Controller.Inv::total        55962                      
system.ruby.L1Cache_Controller.L1_Replacement |     2062863     79.71%     79.71% |      525198     20.29%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total      2588061                      
system.ruby.L1Cache_Controller.Fwd_GETX  |       15382     50.95%     50.95% |       14807     49.05%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETX::total        30189                      
system.ruby.L1Cache_Controller.Fwd_GETS  |       23687     50.63%     50.63% |       23095     49.37%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETS::total        46782                      
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      |        1761     60.45%     60.45% |        1152     39.55%    100.00%
system.ruby.L1Cache_Controller.Data::total         2913                      
system.ruby.L1Cache_Controller.Data_Exclusive |     1215318     92.51%     92.51% |       98439      7.49%    100.00%
system.ruby.L1Cache_Controller.Data_Exclusive::total      1313757                      
system.ruby.L1Cache_Controller.DataS_fromL1 |       23095     49.36%     49.36% |       23691     50.64%    100.00%
system.ruby.L1Cache_Controller.DataS_fromL1::total        46786                      
system.ruby.L1Cache_Controller.Data_all_Acks |      847898     66.44%     66.44% |      428223     33.56%    100.00%
system.ruby.L1Cache_Controller.Data_all_Acks::total      1276121                      
system.ruby.L1Cache_Controller.Ack       |       20479     48.23%     48.23% |       21984     51.77%    100.00%
system.ruby.L1Cache_Controller.Ack::total        42463                      
system.ruby.L1Cache_Controller.Ack_all   |       22240     49.01%     49.01% |       23136     50.99%    100.00%
system.ruby.L1Cache_Controller.Ack_all::total        45376                      
system.ruby.L1Cache_Controller.WB_Ack    |     1499568     88.16%     88.16% |      201409     11.84%    100.00%
system.ruby.L1Cache_Controller.WB_Ack::total      1700977                      
system.ruby.L1Cache_Controller.NP.Load   |     1266490     90.67%     90.67% |      130317      9.33%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total      1396807                      
system.ruby.L1Cache_Controller.NP.Ifetch |      501126     63.78%     63.78% |      284584     36.22%    100.00%
system.ruby.L1Cache_Controller.NP.Ifetch::total       785710                      
system.ruby.L1Cache_Controller.NP.Store  |      296269     72.69%     72.69% |      111321     27.31%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       407590                      
system.ruby.L1Cache_Controller.NP.Inv    |        6842     68.45%     68.45% |        3153     31.55%    100.00%
system.ruby.L1Cache_Controller.NP.Inv::total         9995                      
system.ruby.L1Cache_Controller.I.Load    |       16433     50.29%     50.29% |       16243     49.71%    100.00%
system.ruby.L1Cache_Controller.I.Load::total        32676                      
system.ruby.L1Cache_Controller.I.Ifetch  |         448     50.22%     50.22% |         444     49.78%    100.00%
system.ruby.L1Cache_Controller.I.Ifetch::total          892                      
system.ruby.L1Cache_Controller.I.Store   |        7300     45.93%     45.93% |        8594     54.07%    100.00%
system.ruby.L1Cache_Controller.I.Store::total        15894                      
system.ruby.L1Cache_Controller.I.L1_Replacement |       14321     53.77%     53.77% |       12311     46.23%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total        26632                      
system.ruby.L1Cache_Controller.S.Load    |      961054     62.74%     62.74% |      570843     37.26%    100.00%
system.ruby.L1Cache_Controller.S.Load::total      1531897                      
system.ruby.L1Cache_Controller.S.Ifetch  |   150537966     87.15%     87.15% |    22198522     12.85%    100.00%
system.ruby.L1Cache_Controller.S.Ifetch::total    172736488                      
system.ruby.L1Cache_Controller.S.Store   |       20485     48.23%     48.23% |       21986     51.77%    100.00%
system.ruby.L1Cache_Controller.S.Store::total        42471                      
system.ruby.L1Cache_Controller.S.Inv     |       22871     50.77%     50.77% |       22179     49.23%    100.00%
system.ruby.L1Cache_Controller.S.Inv::total        45050                      
system.ruby.L1Cache_Controller.S.L1_Replacement |      548974     63.80%     63.80% |      311478     36.20%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total       860452                      
system.ruby.L1Cache_Controller.E.Load    |     3041832     82.22%     82.22% |      657704     17.78%    100.00%
system.ruby.L1Cache_Controller.E.Load::total      3699536                      
system.ruby.L1Cache_Controller.E.Store   |      119741     78.96%     78.96% |       31903     21.04%    100.00%
system.ruby.L1Cache_Controller.E.Store::total       151644                      
system.ruby.L1Cache_Controller.E.Inv     |          35     14.46%     14.46% |         207     85.54%    100.00%
system.ruby.L1Cache_Controller.E.Inv::total          242                      
system.ruby.L1Cache_Controller.E.L1_Replacement |     1093821     94.41%     94.41% |       64765      5.59%    100.00%
system.ruby.L1Cache_Controller.E.L1_Replacement::total      1158586                      
system.ruby.L1Cache_Controller.E.Fwd_GETX |         218     66.87%     66.87% |         108     33.13%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETX::total          326                      
system.ruby.L1Cache_Controller.E.Fwd_GETS |        1319     49.83%     49.83% |        1328     50.17%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETS::total         2647                      
system.ruby.L1Cache_Controller.M.Load    |     6442495     70.55%     70.55% |     2688771     29.45%    100.00%
system.ruby.L1Cache_Controller.M.Load::total      9131266                      
system.ruby.L1Cache_Controller.M.Store   |     7279359     69.89%     69.89% |     3136609     30.11%    100.00%
system.ruby.L1Cache_Controller.M.Store::total     10415968                      
system.ruby.L1Cache_Controller.M.Inv     |         218     32.68%     32.68% |         449     67.32%    100.00%
system.ruby.L1Cache_Controller.M.Inv::total          667                      
system.ruby.L1Cache_Controller.M.L1_Replacement |      405747     74.81%     74.81% |      136644     25.19%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       542391                      
system.ruby.L1Cache_Controller.M.Fwd_GETX |       15164     50.78%     50.78% |       14699     49.22%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETX::total        29863                      
system.ruby.L1Cache_Controller.M.Fwd_GETS |       22368     50.68%     50.68% |       21767     49.32%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETS::total        44135                      
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.Data_Exclusive |     1215318     92.51%     92.51% |       98439      7.49%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Exclusive::total      1313757                      
system.ruby.L1Cache_Controller.IS.DataS_fromL1 |       23095     49.36%     49.36% |       23691     50.64%    100.00%
system.ruby.L1Cache_Controller.IS.DataS_fromL1::total        46786                      
system.ruby.L1Cache_Controller.IS.Data_all_Acks |      546084     63.83%     63.83% |      309458     36.17%    100.00%
system.ruby.L1Cache_Controller.IS.Data_all_Acks::total       855542                      
system.ruby.L1Cache_Controller.IM.Data   |        1761     60.45%     60.45% |        1152     39.55%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total         2913                      
system.ruby.L1Cache_Controller.IM.Data_all_Acks |      301814     71.76%     71.76% |      118765     28.24%    100.00%
system.ruby.L1Cache_Controller.IM.Data_all_Acks::total       420579                      
system.ruby.L1Cache_Controller.SM.Inv    |           6     75.00%     75.00% |           2     25.00%    100.00%
system.ruby.L1Cache_Controller.SM.Inv::total            8                      
system.ruby.L1Cache_Controller.SM.Ack    |       20479     48.23%     48.23% |       21984     51.77%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total        42463                      
system.ruby.L1Cache_Controller.SM.Ack_all |       22240     49.01%     49.01% |       23136     50.99%    100.00%
system.ruby.L1Cache_Controller.SM.Ack_all::total        45376                      
system.ruby.L1Cache_Controller.M_I.Ifetch |           4     80.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.M_I.Ifetch::total            5                      
system.ruby.L1Cache_Controller.M_I.WB_Ack |     1499568     88.16%     88.16% |      201409     11.84%    100.00%
system.ruby.L1Cache_Controller.M_I.WB_Ack::total      1700977                      
system.ruby.L2Cache_Controller.L1_GET_INSTR       786602      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS        1429851      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         423493      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_UPGRADE        42471      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX        1700977      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement        99083      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement_clean        14933      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Data        181331      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Ack         117015      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data          44806      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data_clean         2647      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack               2257      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack_all           7662      0.00%      0.00%
system.ruby.L2Cache_Controller.Unblock          46786      0.00%      0.00%
system.ruby.L2Cache_Controller.Exclusive_Unblock      1779712      0.00%      0.00%
system.ruby.L2Cache_Controller.MEM_Inv           5998      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GET_INSTR        15983      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS        33150      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       132198      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GET_INSTR       770589      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETS        68944      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETX         3072      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_UPGRADE        42463      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement          229      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement_clean         7185      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.MEM_Inv            6      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GET_INSTR           26      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS      1280607      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX       258033      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement        98530      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement_clean         7402      0.00%      0.00%
system.ruby.L2Cache_Controller.M.MEM_Inv         2754      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GET_INSTR            4      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETS        46782      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETX        30189      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX      1700977      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement          324      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement_clean          346      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.MEM_Inv          239      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.Mem_Ack       117015      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.MEM_Inv         2754      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.WB_Data          515      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.Ack_all           48      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.MEM_Inv          239      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data          152      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.Ack_all          194      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack           2023      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack_all         7185      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack            234      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack_all          235      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.MEM_Inv            6      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.Mem_Data        33150      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.Mem_Data        15983      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.Mem_Data       132198      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_GETS          234      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_UPGRADE            8      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.Exclusive_Unblock        45535      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETS          134      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.Exclusive_Unblock      1734177      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data        44127      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data_clean         2647      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.Unblock           12      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data           12      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.Unblock        46774      0.00%      0.00%

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