summaryrefslogtreecommitdiff
path: root/tests/quick/se/50.memtest/ref/alpha/linux/memtest-ruby-MESI_Two_Level/stats.txt
blob: 40f95a02b9663bdc5b08f7e8773f64c25a7087e4 (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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.009995                       # Number of seconds simulated
sim_ticks                                     9995319                       # Number of ticks simulated
final_tick                                    9995319                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  92589                       # Simulator tick rate (ticks/s)
host_mem_usage                                 492044                       # Number of bytes of host memory used
host_seconds                                   107.95                       # Real time elapsed on the host
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                             1                       # Clock period in ticks
system.mem_ctrls.bytes_read::ruby.dir_cntrl0     39476544                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39476544                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14174528                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14174528                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       616821                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              616821                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       221477                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             221477                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   3949503162                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            3949503162                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   1418116620                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           1418116620                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0   5367619783                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total           5367619783                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      616823                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     221477                       # Number of write requests accepted
system.mem_ctrls.readBursts                    616823                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   221477                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               39086272                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  390400                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                14046912                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39476672                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14174528                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                   6100                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  1964                       # 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             76614                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             76323                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             76505                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             76083                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             76551                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             76301                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             76236                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             76110                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::8                 0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::9                 0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::10                0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::11                0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::12                0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::13                0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::14                0                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::15                0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::0             27654                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             27423                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27464                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27392                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             27481                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27571                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27300                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27198                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::8                 0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::9                 0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::10                0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::11                0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::12                0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::13                0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::14                0                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::15                0                       # 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                       9995295                       # 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                616823                       # 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               221477                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                   31869                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                   65517                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                  104655                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                  135318                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                  128545                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                   85110                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                   43748                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                   15961                       # 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                     19                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                     74                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                   1662                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   5228                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   9434                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                  12515                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                  14351                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                  15457                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                  15868                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                  16097                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                  15918                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                  15619                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                  15142                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                  14963                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                  14701                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                  14688                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                  14847                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                  15280                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                   4504                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                   1895                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    788                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    288                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    105                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                     36                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                     12                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                      6                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                      0                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                      0                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       331715                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    160.174318                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   125.975204                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   126.286256                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127       135030     40.71%     40.71% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255       125215     37.75%     78.45% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        44167     13.31%     91.77% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        17036      5.14%     96.90% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         6590      1.99%     98.89% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         2386      0.72%     99.61% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895          857      0.26%     99.87% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023          273      0.08%     99.95% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          161      0.05%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       331715                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13706                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      44.556691                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     43.522063                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev      9.595848                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::12-15             1      0.01%      0.01% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-19            10      0.07%      0.08% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::20-23            55      0.40%      0.48% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-27           276      2.01%      2.50% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::28-31           677      4.94%      7.43% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-35          1382     10.08%     17.52% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::36-39          1863     13.59%     31.11% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-43          2321     16.93%     48.04% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::44-47          2252     16.43%     64.48% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-51          1804     13.16%     77.64% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::52-55          1306      9.53%     87.17% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-59           834      6.08%     93.25% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::60-63           498      3.63%     96.88% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-67           216      1.58%     98.46% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::68-71           112      0.82%     99.28% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-75            62      0.45%     99.73% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::76-79            18      0.13%     99.86% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-83            10      0.07%     99.93% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::84-87             7      0.05%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-91             1      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-115            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         13706                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13706                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.013644                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.012714                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.182497                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13610     99.30%     99.30% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17               38      0.28%     99.58% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18               35      0.26%     99.83% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19               15      0.11%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20                6      0.04%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21                2      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13706                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     29003422                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                40607159                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    3053615                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                        47.49                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                   66.49                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      3910.46                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      1405.35                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   3949.52                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   1418.12                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        41.53                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    30.55                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   10.98                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                       5.50                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      26.49                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   284970                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  213513                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 46.66                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.27                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                         11.92                       # Average gap between requests
system.mem_ctrls.pageHitRate                    60.04                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               2506434840                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy               1392463800                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7617405120                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2274438528                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            652482480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           6808389624                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             21579600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            21273193992                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           2129.501713                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           18                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        333580                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       9656168                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls_1.actEnergy                        0                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_1.preEnergy                        0                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_1.readEnergy                       0                       # Energy for read commands per rank (pJ)
system.mem_ctrls_1.writeEnergy                      0                       # Energy for write commands per rank (pJ)
system.mem_ctrls_1.refreshEnergy            652482480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            215882712                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           5804439600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             6672804792                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.969557                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      9656118                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        333580                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT             0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.cpu_clk_domain.clock                         1                       # Clock period in ticks
system.cpu0.num_reads                           99093                       # number of read accesses completed
system.cpu0.num_writes                          54921                       # number of write accesses completed
system.cpu1.num_reads                           99246                       # number of read accesses completed
system.cpu1.num_writes                          55071                       # number of write accesses completed
system.cpu2.num_reads                           98631                       # number of read accesses completed
system.cpu2.num_writes                          55156                       # number of write accesses completed
system.cpu3.num_reads                           99516                       # number of read accesses completed
system.cpu3.num_writes                          55187                       # number of write accesses completed
system.cpu4.num_reads                           98941                       # number of read accesses completed
system.cpu4.num_writes                          54996                       # number of write accesses completed
system.cpu5.num_reads                           99079                       # number of read accesses completed
system.cpu5.num_writes                          55125                       # number of write accesses completed
system.cpu6.num_reads                          100001                       # number of read accesses completed
system.cpu6.num_writes                          55063                       # number of write accesses completed
system.cpu7.num_reads                           98809                       # number of read accesses completed
system.cpu7.num_writes                          54808                       # number of write accesses completed
system.ruby.clk_domain.clock                        1                       # Clock period in ticks
system.ruby.delayHist::bucket_size                 32                       # delay histogram for all message
system.ruby.delayHist::max_bucket                 319                       # delay histogram for all message
system.ruby.delayHist::samples                4966554                       # delay histogram for all message
system.ruby.delayHist::mean                  6.462667                       # delay histogram for all message
system.ruby.delayHist::stdev                17.537194                       # delay histogram for all message
system.ruby.delayHist                    |     4658423     93.80%     93.80% |      147844      2.98%     96.77% |      120793      2.43%     99.20% |       34502      0.69%     99.90% |        4075      0.08%     99.98% |         679      0.01%    100.00% |         184      0.00%    100.00% |          52      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for all message
system.ruby.delayHist::total                  4966554                       # delay histogram for all message
system.ruby.outstanding_req_hist::bucket_size            2                      
system.ruby.outstanding_req_hist::max_bucket           19                      
system.ruby.outstanding_req_hist::samples       622617                      
system.ruby.outstanding_req_hist::mean      15.998448                      
system.ruby.outstanding_req_hist::gmean     15.997176                      
system.ruby.outstanding_req_hist::stdev      0.126254                      
system.ruby.outstanding_req_hist         |           8      0.00%      0.00% |          16      0.00%      0.00% |          16      0.00%      0.01% |          16      0.00%      0.01% |          16      0.00%      0.01% |          16      0.00%      0.01% |          16      0.00%      0.02% |          22      0.00%      0.02% |      622491     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        622617                      
system.ruby.latency_hist::bucket_size            1024                      
system.ruby.latency_hist::max_bucket            10239                      
system.ruby.latency_hist::samples              622489                      
system.ruby.latency_hist::mean            2054.989466                      
system.ruby.latency_hist::gmean           1586.406842                      
system.ruby.latency_hist::stdev           1208.892974                      
system.ruby.latency_hist                 |      164964     26.50%     26.50% |      152534     24.50%     51.00% |      149250     23.98%     74.98% |      131435     21.11%     96.10% |       24131      3.88%     99.97% |         175      0.03%    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                622489                      
system.ruby.hit_latency_hist::bucket_size            1                      
system.ruby.hit_latency_hist::max_bucket            9                      
system.ruby.hit_latency_hist::samples              14                      
system.ruby.hit_latency_hist::mean                  1                      
system.ruby.hit_latency_hist::gmean                 1                      
system.ruby.hit_latency_hist             |           0      0.00%      0.00% |          14    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                14                      
system.ruby.miss_latency_hist::bucket_size         1024                      
system.ruby.miss_latency_hist::max_bucket        10239                      
system.ruby.miss_latency_hist::samples         622475                      
system.ruby.miss_latency_hist::mean       2055.035662                      
system.ruby.miss_latency_hist::gmean      1586.669795                      
system.ruby.miss_latency_hist::stdev      1208.867322                      
system.ruby.miss_latency_hist            |      164950     26.50%     26.50% |      152534     24.50%     51.00% |      149250     23.98%     74.98% |      131435     21.11%     96.10% |       24131      3.88%     99.97% |         175      0.03%    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           622475                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        77929                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        77929                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses            0                       # 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_cntrl1.L1Dcache.demand_hits            5                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        77883                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        77888                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses            0                       # 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_cntrl2.L1Dcache.demand_hits            1                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        77910                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        77911                       # Number of cache demand accesses
system.ruby.l1_cntrl2.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl2.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl2.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl2.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl2.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl2.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl2.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl2.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl2.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl2.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl3.L1Dcache.demand_hits            4                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        77853                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        77857                       # Number of cache demand accesses
system.ruby.l1_cntrl3.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl3.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl3.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl3.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl3.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl3.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl3.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl3.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl3.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl3.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl4.L1Dcache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        77920                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        77920                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl4.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl4.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl4.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl4.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl4.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl4.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl4.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl4.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl4.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl5.L1Dcache.demand_hits            2                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        77349                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        77351                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl5.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl5.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl5.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl5.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl5.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl5.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl5.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl5.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl5.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl6.L1Dcache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78030                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78030                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl6.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl6.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl6.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl6.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl6.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl6.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl6.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl6.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl6.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l1_cntrl7.L1Dcache.demand_hits            2                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        77624                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        77626                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl7.prefetcher.miss_observed            0                       # number of misses observed
system.ruby.l1_cntrl7.prefetcher.allocated_streams            0                       # number of streams allocated for prefetching
system.ruby.l1_cntrl7.prefetcher.prefetches_requested            0                       # number of prefetch requests made
system.ruby.l1_cntrl7.prefetcher.prefetches_accepted            0                       # number of prefetch requests accepted
system.ruby.l1_cntrl7.prefetcher.dropped_prefetches            0                       # number of prefetch requests dropped
system.ruby.l1_cntrl7.prefetcher.hits               0                       # number of prefetched blocks accessed
system.ruby.l1_cntrl7.prefetcher.partial_hits            0                       # number of misses observed for a block being prefetched
system.ruby.l1_cntrl7.prefetcher.pages_crossed            0                       # number of prefetches across pages
system.ruby.l1_cntrl7.prefetcher.misses_on_prefetched_blocks            0                       # number of misses for blocks that were prefetched, yet missed
system.ruby.l2_cntrl0.L2cache.demand_hits           26                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       622454                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       622480                       # 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                3                       # Clock period in ticks
system.ruby.network.routers00.percent_links_utilized     4.077979                      
system.ruby.network.routers00.msg_count.Control::0        77929                      
system.ruby.network.routers00.msg_count.Request_Control::2        76372                      
system.ruby.network.routers00.msg_count.Response_Data::1        78516                      
system.ruby.network.routers00.msg_count.Response_Control::1        64974                      
system.ruby.network.routers00.msg_count.Response_Control::2        77309                      
system.ruby.network.routers00.msg_count.Writeback_Data::0        14787                      
system.ruby.network.routers00.msg_count.Writeback_Data::1        51988                      
system.ruby.network.routers00.msg_count.Writeback_Control::0        26225                      
system.ruby.network.routers00.msg_bytes.Control::0       623432                      
system.ruby.network.routers00.msg_bytes.Request_Control::2       610976                      
system.ruby.network.routers00.msg_bytes.Response_Data::1      5653152                      
system.ruby.network.routers00.msg_bytes.Response_Control::1       519792                      
system.ruby.network.routers00.msg_bytes.Response_Control::2       618472                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::0      1064664                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::1      3743136                      
system.ruby.network.routers00.msg_bytes.Writeback_Control::0       209800                      
system.ruby.network.routers01.percent_links_utilized     4.073302                      
system.ruby.network.routers01.msg_count.Control::0        77883                      
system.ruby.network.routers01.msg_count.Request_Control::2        76369                      
system.ruby.network.routers01.msg_count.Response_Data::1        78435                      
system.ruby.network.routers01.msg_count.Response_Control::1        65028                      
system.ruby.network.routers01.msg_count.Response_Control::2        77256                      
system.ruby.network.routers01.msg_count.Writeback_Data::0        14830                      
system.ruby.network.routers01.msg_count.Writeback_Data::1        51842                      
system.ruby.network.routers01.msg_count.Writeback_Control::0        26059                      
system.ruby.network.routers01.msg_bytes.Control::0       623064                      
system.ruby.network.routers01.msg_bytes.Request_Control::2       610952                      
system.ruby.network.routers01.msg_bytes.Response_Data::1      5647320                      
system.ruby.network.routers01.msg_bytes.Response_Control::1       520224                      
system.ruby.network.routers01.msg_bytes.Response_Control::2       618048                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::0      1067760                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::1      3732624                      
system.ruby.network.routers01.msg_bytes.Writeback_Control::0       208472                      
system.ruby.network.routers02.percent_links_utilized     4.081766                      
system.ruby.network.routers02.msg_count.Control::0        77910                      
system.ruby.network.routers02.msg_count.Request_Control::2        76378                      
system.ruby.network.routers02.msg_count.Response_Data::1        78487                      
system.ruby.network.routers02.msg_count.Response_Control::1        64918                      
system.ruby.network.routers02.msg_count.Response_Control::2        77278                      
system.ruby.network.routers02.msg_count.Writeback_Data::0        14999                      
system.ruby.network.routers02.msg_count.Writeback_Data::1        52012                      
system.ruby.network.routers02.msg_count.Writeback_Control::0        25976                      
system.ruby.network.routers02.msg_bytes.Control::0       623280                      
system.ruby.network.routers02.msg_bytes.Request_Control::2       611024                      
system.ruby.network.routers02.msg_bytes.Response_Data::1      5651064                      
system.ruby.network.routers02.msg_bytes.Response_Control::1       519344                      
system.ruby.network.routers02.msg_bytes.Response_Control::2       618224                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::0      1079928                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::1      3744864                      
system.ruby.network.routers02.msg_bytes.Writeback_Control::0       207808                      
system.ruby.network.routers03.percent_links_utilized     4.053232                      
system.ruby.network.routers03.msg_count.Control::0        77853                      
system.ruby.network.routers03.msg_count.Request_Control::2        76242                      
system.ruby.network.routers03.msg_count.Response_Data::1        78341                      
system.ruby.network.routers03.msg_count.Response_Control::1        64787                      
system.ruby.network.routers03.msg_count.Response_Control::2        77228                      
system.ruby.network.routers03.msg_count.Writeback_Data::0        14372                      
system.ruby.network.routers03.msg_count.Writeback_Data::1        51549                      
system.ruby.network.routers03.msg_count.Writeback_Control::0        26066                      
system.ruby.network.routers03.msg_bytes.Control::0       622824                      
system.ruby.network.routers03.msg_bytes.Request_Control::2       609936                      
system.ruby.network.routers03.msg_bytes.Response_Data::1      5640552                      
system.ruby.network.routers03.msg_bytes.Response_Control::1       518296                      
system.ruby.network.routers03.msg_bytes.Response_Control::2       617824                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::0      1034784                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::1      3711528                      
system.ruby.network.routers03.msg_bytes.Writeback_Control::0       208528                      
system.ruby.network.routers04.percent_links_utilized     4.074512                      
system.ruby.network.routers04.msg_count.Control::0        77920                      
system.ruby.network.routers04.msg_count.Request_Control::2        76369                      
system.ruby.network.routers04.msg_count.Response_Data::1        78444                      
system.ruby.network.routers04.msg_count.Response_Control::1        64745                      
system.ruby.network.routers04.msg_count.Response_Control::2        77284                      
system.ruby.network.routers04.msg_count.Writeback_Data::0        14626                      
system.ruby.network.routers04.msg_count.Writeback_Data::1        52096                      
system.ruby.network.routers04.msg_count.Writeback_Control::0        26230                      
system.ruby.network.routers04.msg_bytes.Control::0       623360                      
system.ruby.network.routers04.msg_bytes.Request_Control::2       610952                      
system.ruby.network.routers04.msg_bytes.Response_Data::1      5647968                      
system.ruby.network.routers04.msg_bytes.Response_Control::1       517960                      
system.ruby.network.routers04.msg_bytes.Response_Control::2       618272                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::0      1053072                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::1      3750912                      
system.ruby.network.routers04.msg_bytes.Writeback_Control::0       209840                      
system.ruby.network.routers05.percent_links_utilized     4.040784                      
system.ruby.network.routers05.msg_count.Control::0        77349                      
system.ruby.network.routers05.msg_count.Request_Control::2        75887                      
system.ruby.network.routers05.msg_count.Response_Data::1        77890                      
system.ruby.network.routers05.msg_count.Response_Control::1        64420                      
system.ruby.network.routers05.msg_count.Response_Control::2        76714                      
system.ruby.network.routers05.msg_count.Writeback_Data::0        14568                      
system.ruby.network.routers05.msg_count.Writeback_Data::1        51472                      
system.ruby.network.routers05.msg_count.Writeback_Control::0        25817                      
system.ruby.network.routers05.msg_bytes.Control::0       618792                      
system.ruby.network.routers05.msg_bytes.Request_Control::2       607096                      
system.ruby.network.routers05.msg_bytes.Response_Data::1      5608080                      
system.ruby.network.routers05.msg_bytes.Response_Control::1       515360                      
system.ruby.network.routers05.msg_bytes.Response_Control::2       613712                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::0      1048896                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::1      3705984                      
system.ruby.network.routers05.msg_bytes.Writeback_Control::0       206536                      
system.ruby.network.routers06.percent_links_utilized     4.078804                      
system.ruby.network.routers06.msg_count.Control::0        78028                      
system.ruby.network.routers06.msg_count.Request_Control::2        76433                      
system.ruby.network.routers06.msg_count.Response_Data::1        78577                      
system.ruby.network.routers06.msg_count.Response_Control::1        65028                      
system.ruby.network.routers06.msg_count.Response_Control::2        77408                      
system.ruby.network.routers06.msg_count.Writeback_Data::0        14677                      
system.ruby.network.routers06.msg_count.Writeback_Data::1        52028                      
system.ruby.network.routers06.msg_count.Writeback_Control::0        26326                      
system.ruby.network.routers06.msg_bytes.Control::0       624224                      
system.ruby.network.routers06.msg_bytes.Request_Control::2       611464                      
system.ruby.network.routers06.msg_bytes.Response_Data::1      5657544                      
system.ruby.network.routers06.msg_bytes.Response_Control::1       520224                      
system.ruby.network.routers06.msg_bytes.Response_Control::2       619264                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::0      1056744                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::1      3746016                      
system.ruby.network.routers06.msg_bytes.Writeback_Control::0       210608                      
system.ruby.network.routers07.percent_links_utilized     4.053545                      
system.ruby.network.routers07.msg_count.Control::0        77624                      
system.ruby.network.routers07.msg_count.Request_Control::2        76062                      
system.ruby.network.routers07.msg_count.Response_Data::1        78174                      
system.ruby.network.routers07.msg_count.Response_Control::1        64467                      
system.ruby.network.routers07.msg_count.Response_Control::2        76992                      
system.ruby.network.routers07.msg_count.Writeback_Data::0        14495                      
system.ruby.network.routers07.msg_count.Writeback_Data::1        51718                      
system.ruby.network.routers07.msg_count.Writeback_Control::0        26031                      
system.ruby.network.routers07.msg_bytes.Control::0       620992                      
system.ruby.network.routers07.msg_bytes.Request_Control::2       608496                      
system.ruby.network.routers07.msg_bytes.Response_Data::1      5628528                      
system.ruby.network.routers07.msg_bytes.Response_Control::1       515736                      
system.ruby.network.routers07.msg_bytes.Response_Control::2       615936                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::0      1043640                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::1      3723696                      
system.ruby.network.routers07.msg_bytes.Writeback_Control::0       208248                      
system.ruby.network.routers08.percent_links_utilized    55.272093                      
system.ruby.network.routers08.msg_count.Control::0      1239319                      
system.ruby.network.routers08.msg_count.Request_Control::2       606343                      
system.ruby.network.routers08.msg_count.Response_Data::1      1456402                      
system.ruby.network.routers08.msg_count.Response_Control::1      1530483                      
system.ruby.network.routers08.msg_count.Response_Control::2       617469                      
system.ruby.network.routers08.msg_count.Writeback_Data::0       117354                      
system.ruby.network.routers08.msg_count.Writeback_Data::1       414705                      
system.ruby.network.routers08.msg_count.Writeback_Control::0       208730                      
system.ruby.network.routers08.msg_bytes.Control::0      9914552                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      4850744                      
system.ruby.network.routers08.msg_bytes.Response_Data::1    104860944                      
system.ruby.network.routers08.msg_bytes.Response_Control::1     12243864                      
system.ruby.network.routers08.msg_bytes.Response_Control::2      4939752                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::0      8449488                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::1     29858760                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::0      1669840                      
system.ruby.network.routers09.percent_links_utilized    22.944838                      
system.ruby.network.routers09.msg_count.Control::0       616823                      
system.ruby.network.routers09.msg_count.Response_Data::1       838296                      
system.ruby.network.routers09.msg_count.Response_Control::1      1012152                      
system.ruby.network.routers09.msg_bytes.Control::0      4934584                      
system.ruby.network.routers09.msg_bytes.Response_Data::1     60357312                      
system.ruby.network.routers09.msg_bytes.Response_Control::1      8097216                      
system.ruby.network.routers10.percent_links_utilized    11.081662                      
system.ruby.network.routers10.msg_count.Control::0      1239319                      
system.ruby.network.routers10.msg_count.Request_Control::2       610112                      
system.ruby.network.routers10.msg_count.Response_Data::1      1462032                      
system.ruby.network.routers10.msg_count.Response_Control::1      1530501                      
system.ruby.network.routers10.msg_count.Response_Control::2       617469                      
system.ruby.network.routers10.msg_count.Writeback_Data::0       117354                      
system.ruby.network.routers10.msg_count.Writeback_Data::1       414705                      
system.ruby.network.routers10.msg_count.Writeback_Control::0       208730                      
system.ruby.network.routers10.msg_bytes.Control::0      9914552                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      4880896                      
system.ruby.network.routers10.msg_bytes.Response_Data::1    105266304                      
system.ruby.network.routers10.msg_bytes.Response_Control::1     12244008                      
system.ruby.network.routers10.msg_bytes.Response_Control::2      4939752                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::0      8449488                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::1     29858760                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::0      1669840                      
system.ruby.network.msg_count.Control         3717957                      
system.ruby.network.msg_count.Request_Control      1826567                      
system.ruby.network.msg_count.Response_Data      4383594                      
system.ruby.network.msg_count.Response_Control      6443910                      
system.ruby.network.msg_count.Writeback_Data      1596177                      
system.ruby.network.msg_count.Writeback_Control       626190                      
system.ruby.network.msg_byte.Control         29743656                      
system.ruby.network.msg_byte.Request_Control     14612536                      
system.ruby.network.msg_byte.Response_Data    315618768                      
system.ruby.network.msg_byte.Response_Control     51551280                      
system.ruby.network.msg_byte.Writeback_Data    114924744                      
system.ruby.network.msg_byte.Writeback_Control      5009520                      
system.ruby.network.routers00.throttle0.link_utilization     4.095552                      
system.ruby.network.routers00.throttle0.msg_count.Request_Control::2        76372                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::1        77927                      
system.ruby.network.routers00.throttle0.msg_count.Response_Control::1        41012                      
system.ruby.network.routers00.throttle0.msg_bytes.Request_Control::2       610976                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::1      5610744                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Control::1       328096                      
system.ruby.network.routers00.throttle1.link_utilization     4.060406                      
system.ruby.network.routers00.throttle1.msg_count.Control::0        77929                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::1          589                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::1        23962                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::2        77309                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::0        14787                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::1        51988                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Control::0        26225                      
system.ruby.network.routers00.throttle1.msg_bytes.Control::0       623432                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::1        42408                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::1       191696                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::2       618472                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::0      1064664                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::1      3743136                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Control::0       209800                      
system.ruby.network.routers01.throttle0.link_utilization     4.092871                      
system.ruby.network.routers01.throttle0.msg_count.Request_Control::2        76369                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::1        77881                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::1        40893                      
system.ruby.network.routers01.throttle0.msg_bytes.Request_Control::2       610952                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::1      5607432                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::1       327144                      
system.ruby.network.routers01.throttle1.link_utilization     4.053733                      
system.ruby.network.routers01.throttle1.msg_count.Control::0        77883                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::1          554                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::1        24135                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::2        77256                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::0        14830                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::1        51842                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Control::0        26059                      
system.ruby.network.routers01.throttle1.msg_bytes.Control::0       623064                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::1        39888                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::1       193080                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::2       618048                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::0      1067760                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::1      3732624                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Control::0       208472                      
system.ruby.network.routers02.throttle0.link_utilization     4.094437                      
system.ruby.network.routers02.throttle0.msg_count.Request_Control::2        76378                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::1        77906                      
system.ruby.network.routers02.throttle0.msg_count.Response_Control::1        40972                      
system.ruby.network.routers02.throttle0.msg_bytes.Request_Control::2       611024                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::1      5609232                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Control::1       327776                      
system.ruby.network.routers02.throttle1.link_utilization     4.069095                      
system.ruby.network.routers02.throttle1.msg_count.Control::0        77910                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::1          581                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::1        23946                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::2        77278                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::0        14999                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::1        52012                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Control::0        25976                      
system.ruby.network.routers02.throttle1.msg_bytes.Control::0       623280                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::1        41832                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::1       191568                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::2       618224                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::0      1079928                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::1      3744864                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Control::0       207808                      
system.ruby.network.routers03.throttle0.link_utilization     4.088574                      
system.ruby.network.routers03.throttle0.msg_count.Request_Control::2        76242                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::1        77850                      
system.ruby.network.routers03.throttle0.msg_count.Response_Control::1        40440                      
system.ruby.network.routers03.throttle0.msg_bytes.Request_Control::2       609936                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::1      5605200                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Control::1       323520                      
system.ruby.network.routers03.throttle1.link_utilization     4.017891                      
system.ruby.network.routers03.throttle1.msg_count.Control::0        77853                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::1          491                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::1        24347                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::2        77228                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::0        14372                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::1        51549                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Control::0        26066                      
system.ruby.network.routers03.throttle1.msg_bytes.Control::0       622824                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::1        35352                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::1       194776                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::2       617824                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::0      1034784                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::1      3711528                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Control::0       208528                      
system.ruby.network.routers04.throttle0.link_utilization     4.094257                      
system.ruby.network.routers04.throttle0.msg_count.Request_Control::2        76369                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::1        77916                      
system.ruby.network.routers04.throttle0.msg_count.Response_Control::1        40855                      
system.ruby.network.routers04.throttle0.msg_bytes.Request_Control::2       610952                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::1      5609952                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Control::1       326840                      
system.ruby.network.routers04.throttle1.link_utilization     4.054768                      
system.ruby.network.routers04.throttle1.msg_count.Control::0        77920                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::1          528                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::1        23890                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::2        77284                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::0        14626                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::1        52096                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Control::0        26230                      
system.ruby.network.routers04.throttle1.msg_bytes.Control::0       623360                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::1        38016                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::1       191120                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::2       618272                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::0      1053072                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::1      3750912                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Control::0       209840                      
system.ruby.network.routers05.throttle0.link_utilization     4.063897                      
system.ruby.network.routers05.throttle0.msg_count.Request_Control::2        75887                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::1        77347                      
system.ruby.network.routers05.throttle0.msg_count.Response_Control::1        40389                      
system.ruby.network.routers05.throttle0.msg_bytes.Request_Control::2       607096                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::1      5568984                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Control::1       323112                      
system.ruby.network.routers05.throttle1.link_utilization     4.017671                      
system.ruby.network.routers05.throttle1.msg_count.Control::0        77349                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::1          543                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::1        24031                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::2        76714                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::0        14568                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::1        51472                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Control::0        25817                      
system.ruby.network.routers05.throttle1.msg_bytes.Control::0       618792                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::1        39096                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::1       192248                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::2       613712                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::0      1048896                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::1      3705984                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Control::0       206536                      
system.ruby.network.routers06.throttle0.link_utilization     4.100299                      
system.ruby.network.routers06.throttle0.msg_count.Request_Control::2        76433                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::1        78027                      
system.ruby.network.routers06.throttle0.msg_count.Response_Control::1        41003                      
system.ruby.network.routers06.throttle0.msg_bytes.Request_Control::2       611464                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::1      5617944                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Control::1       328024                      
system.ruby.network.routers06.throttle1.link_utilization     4.057309                      
system.ruby.network.routers06.throttle1.msg_count.Control::0        78028                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::1          550                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::1        24025                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::2        77408                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::0        14677                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::1        52028                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Control::0        26326                      
system.ruby.network.routers06.throttle1.msg_bytes.Control::0       624224                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::1        39600                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::1       192200                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::2       619264                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::0      1056744                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::1      3746016                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Control::0       210608                      
system.ruby.network.routers07.throttle0.link_utilization     4.077784                      
system.ruby.network.routers07.throttle0.msg_count.Request_Control::2        76062                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::1        77621                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::1        40524                      
system.ruby.network.routers07.throttle0.msg_bytes.Request_Control::2       608496                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::1      5588712                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::1       324192                      
system.ruby.network.routers07.throttle1.link_utilization     4.029306                      
system.ruby.network.routers07.throttle1.msg_count.Control::0        77624                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::1          553                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::1        23943                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::2        76992                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::0        14495                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::1        51718                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Control::0        26031                      
system.ruby.network.routers07.throttle1.msg_bytes.Control::0       620992                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::1        39816                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::1       191544                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::2       615936                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::0      1043640                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::1      3723696                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Control::0       208248                      
system.ruby.network.routers08.throttle0.link_utilization    63.074630                      
system.ruby.network.routers08.throttle0.msg_count.Control::0       622496                      
system.ruby.network.routers08.throttle0.msg_count.Response_Data::1       618080                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::1       809075                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::2       617469                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::0       117354                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::1       414705                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Control::0       208730                      
system.ruby.network.routers08.throttle0.msg_bytes.Control::0      4979968                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Data::1     44501760                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::1      6472600                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::2      4939752                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::0      8449488                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::1     29858760                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Control::0      1669840                      
system.ruby.network.routers08.throttle1.link_utilization    47.469555                      
system.ruby.network.routers08.throttle1.msg_count.Control::0       616823                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       606343                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::1       838322                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::1       721408                      
system.ruby.network.routers08.throttle1.msg_bytes.Control::0      4934584                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      4850744                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::1     60359184                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::1      5771264                      
system.ruby.network.routers09.throttle0.link_utilization    15.034308                      
system.ruby.network.routers09.throttle0.msg_count.Control::0       616823                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::1       221477                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::1       395338                      
system.ruby.network.routers09.throttle0.msg_bytes.Control::0      4934584                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::1     15946344                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::1      3162704                      
system.ruby.network.routers09.throttle1.link_utilization    30.855368                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::1       616819                      
system.ruby.network.routers09.throttle1.msg_count.Response_Control::1       616814                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::1     44410968                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Control::1      4934512                      
system.ruby.network.routers10.throttle0.link_utilization     4.095552                      
system.ruby.network.routers10.throttle0.msg_count.Request_Control::2        76372                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::1        77927                      
system.ruby.network.routers10.throttle0.msg_count.Response_Control::1        41012                      
system.ruby.network.routers10.throttle0.msg_bytes.Request_Control::2       610976                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::1      5610744                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Control::1       328096                      
system.ruby.network.routers10.throttle1.link_utilization     4.092871                      
system.ruby.network.routers10.throttle1.msg_count.Request_Control::2        76369                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::1        77881                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::1        40893                      
system.ruby.network.routers10.throttle1.msg_bytes.Request_Control::2       610952                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::1      5607432                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::1       327144                      
system.ruby.network.routers10.throttle2.link_utilization     4.094437                      
system.ruby.network.routers10.throttle2.msg_count.Request_Control::2        76378                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::1        77906                      
system.ruby.network.routers10.throttle2.msg_count.Response_Control::1        40972                      
system.ruby.network.routers10.throttle2.msg_bytes.Request_Control::2       611024                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::1      5609232                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Control::1       327776                      
system.ruby.network.routers10.throttle3.link_utilization     4.088574                      
system.ruby.network.routers10.throttle3.msg_count.Request_Control::2        76242                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::1        77850                      
system.ruby.network.routers10.throttle3.msg_count.Response_Control::1        40440                      
system.ruby.network.routers10.throttle3.msg_bytes.Request_Control::2       609936                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::1      5605200                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Control::1       323520                      
system.ruby.network.routers10.throttle4.link_utilization     4.094257                      
system.ruby.network.routers10.throttle4.msg_count.Request_Control::2        76369                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::1        77916                      
system.ruby.network.routers10.throttle4.msg_count.Response_Control::1        40855                      
system.ruby.network.routers10.throttle4.msg_bytes.Request_Control::2       610952                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::1      5609952                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Control::1       326840                      
system.ruby.network.routers10.throttle5.link_utilization     4.063897                      
system.ruby.network.routers10.throttle5.msg_count.Request_Control::2        75887                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::1        77347                      
system.ruby.network.routers10.throttle5.msg_count.Response_Control::1        40389                      
system.ruby.network.routers10.throttle5.msg_bytes.Request_Control::2       607096                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::1      5568984                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Control::1       323112                      
system.ruby.network.routers10.throttle6.link_utilization     4.100314                      
system.ruby.network.routers10.throttle6.msg_count.Request_Control::2        76433                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::1        78027                      
system.ruby.network.routers10.throttle6.msg_count.Response_Control::1        41003                      
system.ruby.network.routers10.throttle6.msg_bytes.Request_Control::2       611464                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::1      5617944                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Control::1       328024                      
system.ruby.network.routers10.throttle7.link_utilization     4.077784                      
system.ruby.network.routers10.throttle7.msg_count.Request_Control::2        76062                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::1        77621                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::1        40524                      
system.ruby.network.routers10.throttle7.msg_bytes.Request_Control::2       608496                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::1      5588712                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::1       324192                      
system.ruby.network.routers10.throttle8.link_utilization    63.074630                      
system.ruby.network.routers10.throttle8.msg_count.Control::0       622496                      
system.ruby.network.routers10.throttle8.msg_count.Response_Data::1       618080                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::1       809075                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::2       617469                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::0       117354                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::1       414705                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Control::0       208730                      
system.ruby.network.routers10.throttle8.msg_bytes.Control::0      4979968                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Data::1     44501760                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::1      6472600                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::2      4939752                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::0      8449488                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::1     29858760                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Control::0      1669840                      
system.ruby.network.routers10.throttle9.link_utilization    15.034308                      
system.ruby.network.routers10.throttle9.msg_count.Control::0       616823                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::1       221477                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::1       395338                      
system.ruby.network.routers10.throttle9.msg_bytes.Control::0      4934584                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::1     15946344                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::1      3162704                      
system.ruby.delayVCHist.vnet_0::bucket_size           32                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::max_bucket          319                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::samples       1566019                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::mean        16.609185                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::stdev       28.165992                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0           |     1258428     80.36%     80.36% |      147304      9.41%     89.76% |      120793      7.71%     97.48% |       34502      2.20%     99.68% |        4075      0.26%     99.94% |         679      0.04%     99.98% |         184      0.01%    100.00% |          52      0.00%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_0::total         1566019                       # delay histogram for vnet_0
system.ruby.delayVCHist.vnet_1::bucket_size            8                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::max_bucket           79                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::samples       2790423                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::mean         2.179398                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::stdev        4.116252                       # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1           |     2442099     87.52%     87.52% |      285326     10.23%     97.74% |       54684      1.96%     99.70% |        7774      0.28%     99.98% |         520      0.02%    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% # delay histogram for vnet_1
system.ruby.delayVCHist.vnet_1::total         2790423                       # 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        610112                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::mean         0.008923                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2::stdev        0.133290                       # delay histogram for vnet_2
system.ruby.delayVCHist.vnet_2           |      607390     99.55%     99.55% |           0      0.00%     99.55% |        2722      0.45%    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          610112                       # delay histogram for vnet_2
system.ruby.LD.latency_hist::bucket_size         1024                      
system.ruby.LD.latency_hist::max_bucket         10239                      
system.ruby.LD.latency_hist::samples           400298                      
system.ruby.LD.latency_hist::mean         2053.672871                      
system.ruby.LD.latency_hist::gmean        1585.281013                      
system.ruby.LD.latency_hist::stdev        1208.451196                      
system.ruby.LD.latency_hist              |      106181     26.53%     26.53% |       98297     24.56%     51.08% |       95964     23.97%     75.05% |       84302     21.06%     96.11% |       15439      3.86%     99.97% |         115      0.03%    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.latency_hist::total             400298                      
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            7                      
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% |           7    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              7                      
system.ruby.LD.miss_latency_hist::bucket_size         1024                      
system.ruby.LD.miss_latency_hist::max_bucket        10239                      
system.ruby.LD.miss_latency_hist::samples       400291                      
system.ruby.LD.miss_latency_hist::mean    2053.708767                      
system.ruby.LD.miss_latency_hist::gmean   1585.485298                      
system.ruby.LD.miss_latency_hist::stdev   1208.431275                      
system.ruby.LD.miss_latency_hist         |      106174     26.52%     26.52% |       98297     24.56%     51.08% |       95964     23.97%     75.05% |       84302     21.06%     96.11% |       15439      3.86%     99.97% |         115      0.03%    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.miss_latency_hist::total        400291                      
system.ruby.ST.latency_hist::bucket_size         1024                      
system.ruby.ST.latency_hist::max_bucket         10239                      
system.ruby.ST.latency_hist::samples           222191                      
system.ruby.ST.latency_hist::mean         2057.361437                      
system.ruby.ST.latency_hist::gmean        1588.437148                      
system.ruby.ST.latency_hist::stdev        1209.687576                      
system.ruby.ST.latency_hist              |       58783     26.46%     26.46% |       54237     24.41%     50.87% |       53286     23.98%     74.85% |       47133     21.21%     96.06% |        8692      3.91%     99.97% |          60      0.03%    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             222191                      
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            7                      
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% |           7    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              7                      
system.ruby.ST.miss_latency_hist::bucket_size         1024                      
system.ruby.ST.miss_latency_hist::max_bucket        10239                      
system.ruby.ST.miss_latency_hist::samples       222184                      
system.ruby.ST.miss_latency_hist::mean    2057.426223                      
system.ruby.ST.miss_latency_hist::gmean   1588.806043                      
system.ruby.ST.miss_latency_hist::stdev   1209.651563                      
system.ruby.ST.miss_latency_hist         |       58776     26.45%     26.45% |       54237     24.41%     50.86% |       53286     23.98%     74.85% |       47133     21.21%     96.06% |        8692      3.91%     99.97% |          60      0.03%    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        222184                      
system.ruby.Directory_Controller.Fetch         616823      0.00%      0.00%
system.ruby.Directory_Controller.Data          221477      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       616819      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       221476      0.00%      0.00%
system.ruby.Directory_Controller.CleanReplacement       395338      0.00%      0.00%
system.ruby.Directory_Controller.I.Fetch       616823      0.00%      0.00%
system.ruby.Directory_Controller.M.Data        221477      0.00%      0.00%
system.ruby.Directory_Controller.M.CleanReplacement       395338      0.00%      0.00%
system.ruby.Directory_Controller.IM.Memory_Data       616819      0.00%      0.00%
system.ruby.Directory_Controller.MI.Memory_Ack       221476      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50085     12.51%     12.51% |       50107     12.52%     25.03% |       49851     12.45%     37.48% |       50337     12.57%     50.06% |       50045     12.50%     62.56% |       49758     12.43%     74.99% |       50250     12.55%     87.54% |       49885     12.46%    100.00%
system.ruby.L1Cache_Controller.Load::total       400318                      
system.ruby.L1Cache_Controller.Store     |       27844     12.53%     12.53% |       27782     12.50%     25.03% |       28060     12.63%     37.66% |       27523     12.39%     50.05% |       27875     12.54%     62.59% |       27595     12.42%     75.01% |       27781     12.50%     87.52% |       27741     12.48%    100.00%
system.ruby.L1Cache_Controller.Store::total       222201                      
system.ruby.L1Cache_Controller.Inv       |       75950     12.51%     12.51% |       75977     12.52%     25.03% |       75958     12.51%     37.54% |       75896     12.50%     50.05% |       75986     12.52%     62.57% |       75503     12.44%     75.01% |       76053     12.53%     87.53% |       75661     12.47%    100.00%
system.ruby.L1Cache_Controller.Inv::total       606984                      
system.ruby.L1Cache_Controller.L1_Replacement |      550663     12.53%     12.53% |      549678     12.51%     25.03% |      550413     12.52%     37.56% |      549379     12.50%     50.06% |      550225     12.52%     62.58% |      546742     12.44%     75.01% |      549606     12.50%     87.52% |      548559     12.48%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total      4395265                      
system.ruby.L1Cache_Controller.Fwd_GETX  |         255     13.66%     13.66% |         230     12.32%     25.98% |         259     13.87%     39.85% |         201     10.77%     50.62% |         238     12.75%     63.36% |         225     12.05%     75.42% |         210     11.25%     86.66% |         249     13.34%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETX::total         1867                      
system.ruby.L1Cache_Controller.Fwd_GETS  |         167     13.24%     13.24% |         162     12.85%     26.09% |         161     12.77%     38.86% |         145     11.50%     50.36% |         145     11.50%     61.86% |         159     12.61%     74.46% |         170     13.48%     87.95% |         152     12.05%    100.00%
system.ruby.L1Cache_Controller.Fwd_GETS::total         1261                      
system.ruby.L1Cache_Controller.Data      |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Data::total            9                      
system.ruby.L1Cache_Controller.Data_Exclusive |       49317     12.52%     12.52% |       49318     12.52%     25.03% |       49069     12.45%     37.49% |       49557     12.58%     50.06% |       49258     12.50%     62.56% |       48966     12.43%     74.99% |       49446     12.55%     87.54% |       49094     12.46%    100.00%
system.ruby.L1Cache_Controller.Data_Exclusive::total       394025                      
system.ruby.L1Cache_Controller.DataS_fromL1 |         149     11.82%     11.82% |         158     12.53%     24.35% |         151     11.97%     36.32% |         152     12.05%     48.37% |         153     12.13%     60.51% |         155     12.29%     72.80% |         184     14.59%     87.39% |         159     12.61%    100.00%
system.ruby.L1Cache_Controller.DataS_fromL1::total         1261                      
system.ruby.L1Cache_Controller.Data_all_Acks |       28460     12.53%     12.53% |       28402     12.50%     25.03% |       28686     12.63%     37.66% |       28139     12.39%     50.04% |       28505     12.55%     62.59% |       28223     12.42%     75.01% |       28397     12.50%     87.51% |       28368     12.49%    100.00%
system.ruby.L1Cache_Controller.Data_all_Acks::total       227180                      
system.ruby.L1Cache_Controller.Ack       |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Ack::total            9                      
system.ruby.L1Cache_Controller.Ack_all   |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Ack_all::total            9                      
system.ruby.L1Cache_Controller.WB_Ack    |       41010     12.58%     12.58% |       40887     12.54%     25.12% |       40972     12.57%     37.68% |       40436     12.40%     50.08% |       40855     12.53%     62.61% |       40383     12.38%     75.00% |       41003     12.57%     87.57% |       40524     12.43%    100.00%
system.ruby.L1Cache_Controller.WB_Ack::total       326070                      
system.ruby.L1Cache_Controller.NP.Load   |       50081     12.51%     12.51% |       50093     12.52%     25.03% |       49845     12.45%     37.48% |       50323     12.57%     50.06% |       50036     12.50%     62.56% |       49742     12.43%     74.99% |       50240     12.55%     87.54% |       49880     12.46%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       400240                      
system.ruby.L1Cache_Controller.NP.Store  |       27842     12.53%     12.53% |       27776     12.50%     25.04% |       28057     12.63%     37.66% |       27514     12.38%     50.05% |       27871     12.55%     62.59% |       27589     12.42%     75.01% |       27774     12.50%     87.51% |       27737     12.49%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       222160                      
system.ruby.L1Cache_Controller.NP.Inv    |         209     12.38%     12.38% |         201     11.91%     24.29% |         219     12.97%     37.26% |         191     11.32%     48.58% |         186     11.02%     59.60% |         209     12.38%     71.98% |         237     14.04%     86.02% |         236     13.98%    100.00%
system.ruby.L1Cache_Controller.NP.Inv::total         1688                      
system.ruby.L1Cache_Controller.I.Load    |           4      6.15%      6.15% |          10     15.38%     21.54% |           5      7.69%     29.23% |          11     16.92%     46.15% |           9     13.85%     60.00% |          13     20.00%     80.00% |           9     13.85%     93.85% |           4      6.15%    100.00%
system.ruby.L1Cache_Controller.I.Load::total           65                      
system.ruby.L1Cache_Controller.I.Store   |           2      6.06%      6.06% |           4     12.12%     18.18% |           3      9.09%     27.27% |           5     15.15%     42.42% |           4     12.12%     54.55% |           5     15.15%     69.70% |           7     21.21%     90.91% |           3      9.09%    100.00%
system.ruby.L1Cache_Controller.I.Store::total           33                      
system.ruby.L1Cache_Controller.I.L1_Replacement |       36773     12.46%     12.46% |       36835     12.48%     24.94% |       36770     12.46%     37.40% |       37263     12.63%     50.03% |       36920     12.51%     62.54% |       36802     12.47%     75.01% |       36839     12.48%     87.49% |       36918     12.51%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total       295120                      
system.ruby.L1Cache_Controller.S.Inv     |         564     12.49%     12.49% |         588     13.03%     25.52% |         581     12.87%     38.39% |         573     12.69%     51.09% |         563     12.47%     63.56% |         548     12.14%     75.70% |         571     12.65%     88.35% |         526     11.65%    100.00%
system.ruby.L1Cache_Controller.S.Inv::total         4514                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         134     11.52%     11.52% |         141     12.12%     23.65% |         153     13.16%     36.80% |         132     11.35%     48.15% |         127     10.92%     59.07% |         140     12.04%     71.11% |         167     14.36%     85.47% |         169     14.53%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         1163                      
system.ruby.L1Cache_Controller.E.Load    |           0      0.00%      0.00% |           1     33.33%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.E.Load::total            3                      
system.ruby.L1Cache_Controller.E.Store   |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           3     75.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.L1Cache_Controller.E.Store::total            4                      
system.ruby.L1Cache_Controller.E.Inv     |       23028     12.46%     12.46% |       23190     12.55%     25.02% |       23006     12.45%     37.47% |       23428     12.68%     50.15% |       22960     12.43%     62.58% |       23084     12.49%     75.07% |       23053     12.48%     87.55% |       23003     12.45%    100.00%
system.ruby.L1Cache_Controller.E.Inv::total       184752                      
system.ruby.L1Cache_Controller.E.L1_Replacement |       26225     12.56%     12.56% |       26059     12.48%     25.05% |       25976     12.44%     37.49% |       26066     12.49%     49.98% |       26230     12.57%     62.55% |       25817     12.37%     74.92% |       26327     12.61%     87.53% |       26031     12.47%    100.00%
system.ruby.L1Cache_Controller.E.L1_Replacement::total       208731                      
system.ruby.L1Cache_Controller.E.Fwd_GETX |          59     12.29%     12.29% |          60     12.50%     24.79% |          76     15.83%     40.62% |          55     11.46%     52.08% |          60     12.50%     64.58% |          57     11.88%     76.46% |          57     11.88%     88.33% |          56     11.67%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETX::total          480                      
system.ruby.L1Cache_Controller.E.Fwd_GETS |           5      8.93%      8.93% |           7     12.50%     21.43% |          11     19.64%     41.07% |           5      8.93%     50.00% |           8     14.29%     64.29% |           7     12.50%     76.79% |           9     16.07%     92.86% |           4      7.14%    100.00%
system.ruby.L1Cache_Controller.E.Fwd_GETS::total           56                      
system.ruby.L1Cache_Controller.M.Load    |           0      0.00%      0.00% |           2     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.M.Load::total            4                      
system.ruby.L1Cache_Controller.M.Store   |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.M.Store::total            3                      
system.ruby.L1Cache_Controller.M.Inv     |       12961     12.46%     12.46% |       12839     12.34%     24.79% |       12948     12.44%     37.24% |       13055     12.55%     49.78% |       13167     12.65%     62.44% |       12941     12.44%     74.87% |       12992     12.49%     87.36% |       13153     12.64%    100.00%
system.ruby.L1Cache_Controller.M.Inv::total       104056                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       14787     12.60%     12.60% |       14830     12.64%     25.24% |       14999     12.78%     38.02% |       14372     12.25%     50.27% |       14626     12.46%     62.73% |       14568     12.41%     75.14% |       14677     12.51%     87.65% |       14495     12.35%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       117354                      
system.ruby.L1Cache_Controller.M.Fwd_GETX |          32     10.85%     10.85% |          41     13.90%     24.75% |          47     15.93%     40.68% |          38     12.88%     53.56% |          33     11.19%     64.75% |          30     10.17%     74.92% |          35     11.86%     86.78% |          39     13.22%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETX::total          295                      
system.ruby.L1Cache_Controller.M.Fwd_GETS |          63     13.04%     13.04% |          71     14.70%     27.74% |          64     13.25%     40.99% |          57     11.80%     52.80% |          47      9.73%     62.53% |          54     11.18%     73.71% |          75     15.53%     89.23% |          52     10.77%    100.00%
system.ruby.L1Cache_Controller.M.Fwd_GETS::total          483                      
system.ruby.L1Cache_Controller.IS.Inv    |         137     12.15%     12.15% |         132     11.70%     23.85% |         120     10.64%     34.49% |         131     11.61%     46.10% |         150     13.30%     59.40% |         161     14.27%     73.67% |         148     13.12%     86.79% |         149     13.21%    100.00%
system.ruby.L1Cache_Controller.IS.Inv::total         1128                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      303010     12.50%     12.50% |      302101     12.46%     24.96% |      303116     12.50%     37.46% |      304841     12.57%     50.03% |      304682     12.57%     62.60% |      301483     12.43%     75.03% |      302518     12.48%     87.51% |      302908     12.49%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      2424659                      
system.ruby.L1Cache_Controller.IS.Data_Exclusive |       49317     12.52%     12.52% |       49318     12.52%     25.03% |       49069     12.45%     37.49% |       49557     12.58%     50.06% |       49258     12.50%     62.56% |       48966     12.43%     74.99% |       49446     12.55%     87.54% |       49094     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Exclusive::total       394025                      
system.ruby.L1Cache_Controller.IS.DataS_fromL1 |         149     11.82%     11.82% |         158     12.53%     24.35% |         151     11.97%     36.32% |         152     12.05%     48.37% |         153     12.13%     60.51% |         155     12.29%     72.80% |         184     14.59%     87.39% |         159     12.61%    100.00%
system.ruby.L1Cache_Controller.IS.DataS_fromL1::total         1261                      
system.ruby.L1Cache_Controller.IS.Data_all_Acks |         481     12.41%     12.41% |         493     12.72%     25.12% |         508     13.10%     38.23% |         491     12.66%     50.89% |         482     12.43%     63.32% |         472     12.17%     75.50% |         470     12.12%     87.62% |         480     12.38%    100.00%
system.ruby.L1Cache_Controller.IS.Data_all_Acks::total         3877                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      169734     12.59%     12.59% |      169712     12.59%     25.18% |      169399     12.56%     37.74% |      166704     12.36%     50.11% |      167640     12.43%     62.54% |      167932     12.46%     75.00% |      169078     12.54%     87.54% |      168038     12.46%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      1348237                      
system.ruby.L1Cache_Controller.IM.Data   |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total            9                      
system.ruby.L1Cache_Controller.IM.Data_all_Acks |       27842     12.53%     12.53% |       27777     12.50%     25.03% |       28058     12.63%     37.66% |       27517     12.39%     50.05% |       27873     12.55%     62.59% |       27590     12.42%     75.01% |       27779     12.50%     87.51% |       27739     12.49%    100.00%
system.ruby.L1Cache_Controller.IM.Data_all_Acks::total       222175                      
system.ruby.L1Cache_Controller.SM.Ack    |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total            9                      
system.ruby.L1Cache_Controller.SM.Ack_all |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Ack_all::total            9                      
system.ruby.L1Cache_Controller.IS_I.L1_Replacement |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.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.L1Cache_Controller.IS_I.L1_Replacement::total            1                      
system.ruby.L1Cache_Controller.IS_I.Data_all_Acks |         137     12.15%     12.15% |         132     11.70%     23.85% |         120     10.64%     34.49% |         131     11.61%     46.10% |         150     13.30%     59.40% |         161     14.27%     73.67% |         148     13.12%     86.79% |         149     13.21%    100.00%
system.ruby.L1Cache_Controller.IS_I.Data_all_Acks::total         1128                      
system.ruby.L1Cache_Controller.M_I.Load  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M_I.Load::total            1                      
system.ruby.L1Cache_Controller.M_I.Inv   |       39027     12.56%     12.56% |       39003     12.56%     25.12% |       39064     12.57%     37.69% |       38494     12.39%     50.08% |       38929     12.53%     62.62% |       38531     12.40%     75.02% |       39036     12.57%     87.59% |       38565     12.41%    100.00%
system.ruby.L1Cache_Controller.M_I.Inv::total       310649                      
system.ruby.L1Cache_Controller.M_I.Fwd_GETX |         164     15.02%     15.02% |         129     11.81%     26.83% |         136     12.45%     39.29% |         108      9.89%     49.18% |         145     13.28%     62.45% |         138     12.64%     75.09% |         118     10.81%     85.90% |         154     14.10%    100.00%
system.ruby.L1Cache_Controller.M_I.Fwd_GETX::total         1092                      
system.ruby.L1Cache_Controller.M_I.Fwd_GETS |          99     13.71%     13.71% |          84     11.63%     25.35% |          86     11.91%     37.26% |          83     11.50%     48.75% |          90     12.47%     61.22% |          98     13.57%     74.79% |          86     11.91%     86.70% |          96     13.30%    100.00%
system.ruby.L1Cache_Controller.M_I.Fwd_GETS::total          722                      
system.ruby.L1Cache_Controller.M_I.WB_Ack |        1722     12.64%     12.64% |        1673     12.28%     24.92% |        1689     12.40%     37.32% |        1753     12.87%     50.19% |        1692     12.42%     62.62% |        1618     11.88%     74.50% |        1763     12.94%     87.44% |        1711     12.56%    100.00%
system.ruby.L1Cache_Controller.M_I.WB_Ack::total        13621                      
system.ruby.L1Cache_Controller.SINK_WB_ACK.Load |           0      0.00%      0.00% |           1     20.00%     20.00% |           0      0.00%     20.00% |           2     40.00%     60.00% |           0      0.00%     60.00% |           1     20.00%     80.00% |           1     20.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SINK_WB_ACK.Load::total            5                      
system.ruby.L1Cache_Controller.SINK_WB_ACK.Store |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.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.L1Cache_Controller.SINK_WB_ACK.Store::total            1                      
system.ruby.L1Cache_Controller.SINK_WB_ACK.Inv |          24     12.18%     12.18% |          24     12.18%     24.37% |          20     10.15%     34.52% |          24     12.18%     46.70% |          31     15.74%     62.44% |          29     14.72%     77.16% |          16      8.12%     85.28% |          29     14.72%    100.00%
system.ruby.L1Cache_Controller.SINK_WB_ACK.Inv::total          197                      
system.ruby.L1Cache_Controller.SINK_WB_ACK.WB_Ack |       39288     12.57%     12.57% |       39214     12.55%     25.12% |       39283     12.57%     37.70% |       38683     12.38%     50.08% |       39163     12.53%     62.61% |       38765     12.41%     75.02% |       39240     12.56%     87.58% |       38813     12.42%    100.00%
system.ruby.L1Cache_Controller.SINK_WB_ACK.WB_Ack::total       312449                      
system.ruby.L2Cache_Controller.L1_GETS         401896      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         224557      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX          15668      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_PUTX_old       316669      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement         6383      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement_clean      4965425      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Data        616819      0.00%      0.00%
system.ruby.L2Cache_Controller.Mem_Ack         616814      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data         216455      0.00%      0.00%
system.ruby.L2Cache_Controller.WB_Data_clean       199511      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack               3760      0.00%      0.00%
system.ruby.L2Cache_Controller.Ack_all         188501      0.00%      0.00%
system.ruby.L2Cache_Controller.Unblock           1261      0.00%      0.00%
system.ruby.L2Cache_Controller.Exclusive_Unblock       616208      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       396520      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       220303      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_PUTX_old       308754      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETS            5      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_GETX            9      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_PUTX          534      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L1_PUTX_old            4      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement         1192      0.00%      0.00%
system.ruby.L2Cache_Controller.SS.L2_Replacement_clean         2557      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS            5      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX            7      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement         5023      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement_clean         8586      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETS         1261      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_GETX         1867      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX        13621      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L1_PUTX_old          846      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement            7      0.00%      0.00%
system.ruby.L2Cache_Controller.MT.L2_Replacement_clean       599450      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.L1_GETS           27      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.L1_GETX           16      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.L1_PUTX_old         1798      0.00%      0.00%
system.ruby.L2Cache_Controller.M_I.Mem_Ack       616814      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.WB_Data            6      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_I.Ack_all            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.L1_GETS           51      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.L1_GETX           56      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.L1_PUTX_old         4751      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data       215255      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.WB_Data_clean       199444      0.00%      0.00%
system.ruby.L2Cache_Controller.MCT_I.Ack_all       184751      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack           2564      0.00%      0.00%
system.ruby.L2Cache_Controller.I_I.Ack_all         2557      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack           1196      0.00%      0.00%
system.ruby.L2Cache_Controller.S_I.Ack_all         1192      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.L1_GETS         2497      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.L1_GETX         1386      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.L1_PUTX_old          252      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.L2_Replacement_clean      2225075      0.00%      0.00%
system.ruby.L2Cache_Controller.ISS.Mem_Data       394021      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.L1_GETS            6      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.L1_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.L2_Replacement_clean        14080      0.00%      0.00%
system.ruby.L2Cache_Controller.IS.Mem_Data         2497      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.L1_GETS         1403      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.L1_GETX          815      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.L1_PUTX_old          260      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.L2_Replacement_clean      1245375      0.00%      0.00%
system.ruby.L2Cache_Controller.IM.Mem_Data       220301      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L1_PUTX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L2_Replacement            6      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.L2_Replacement_clean           11      0.00%      0.00%
system.ruby.L2Cache_Controller.SS_MB.Exclusive_Unblock            9      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETS          117      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_GETX           93      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_PUTX          937      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L1_PUTX_old            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.L2_Replacement_clean       867396      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_MB.Exclusive_Unblock       616199      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.L1_GETS            4      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.L1_GETX            3      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.L1_PUTX          574      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.L1_PUTX_old            3      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.L2_Replacement_clean         2865      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data          991      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.WB_Data_clean           44      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IIB.Unblock          226      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.L2_Replacement_clean           30      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data          203      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_IB.WB_Data_clean           23      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.L1_PUTX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.L2_Replacement          155      0.00%      0.00%
system.ruby.L2Cache_Controller.MT_SB.Unblock         1035      0.00%      0.00%

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