summaryrefslogtreecommitdiff
path: root/tests/quick/se/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/stats.txt
blob: faa8749ac35f33ddc1d4f964ecacd172d546fbe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.004713                       # Number of seconds simulated
sim_ticks                                     4713246                       # Number of ticks simulated
final_tick                                    4713246                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  48364                       # Simulator tick rate (ticks/s)
host_mem_usage                                 549776                       # Number of bytes of host memory used
host_seconds                                    97.45                       # 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     38837632                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           38837632                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14148864                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14148864                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       606838                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              606838                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       221076                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             221076                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   8240102893                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            8240102893                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   3001936245                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           3001936245                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0  11242039138                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total          11242039138                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      606853                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     221076                       # Number of write requests accepted
system.mem_ctrls.readBursts                    606853                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   221076                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               37829760                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                 1008512                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                13960576                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                38838592                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14148864                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                  15758                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  2899                       # 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             74046                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             73532                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             73993                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             73922                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             73765                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             73726                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             73978                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             74128                       # 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             27499                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             27078                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27369                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27210                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             27141                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27321                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27106                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27410                       # 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                       311                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       4713234                       # 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                606853                       # 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               221076                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                     175                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     470                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                     907                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                    1454                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                    2183                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                    3060                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                    4230                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                    5496                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                    7143                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                    8953                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  11599                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  15900                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  22376                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  32273                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  45356                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  58454                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  68629                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  71243                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  65213                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  51836                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  36104                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  23804                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  15968                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  11799                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                   9124                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                   6955                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   4916                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   3005                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1552                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    665                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    217                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     36                       # 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                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                      4                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                      9                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                     13                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                     12                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                     25                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                     38                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                     62                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                     85                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    122                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    190                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    264                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    389                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    525                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                    650                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   1549                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3271                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   5639                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   8145                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                  10513                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                  12199                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                  13529                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                  14510                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                  14913                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                  15484                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                  16406                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                  17008                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                  16484                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                  16097                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                  15898                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                  16819                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                  10285                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                   3537                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                   1002                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                    665                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                    411                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                    327                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                    283                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                    225                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                    565                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       218695                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    236.810096                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   187.327299                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   171.325868                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        38143     17.44%     17.44% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        93384     42.70%     60.14% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        45092     20.62%     80.76% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        21082      9.64%     90.40% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        10947      5.01%     95.41% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         5695      2.60%     98.01% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         2614      1.20%     99.21% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1140      0.52%     99.73% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          598      0.27%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       218695                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13624                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      43.384395                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     31.325547                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     26.265196                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-15           3167     23.25%     23.25% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-31          1762     12.93%     36.18% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-47          2201     16.16%     52.33% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-63          2708     19.88%     72.21% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-79          2752     20.20%     92.41% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-95           956      7.02%     99.43% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-111           73      0.54%     99.96% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-127            4      0.03%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::256-271            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         13624                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13624                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.011010                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.009337                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.265785                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13588     99.74%     99.74% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17                9      0.07%     99.80% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18                3      0.02%     99.82% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19                7      0.05%     99.88% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20                4      0.03%     99.90% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21                3      0.02%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22                3      0.02%     99.95% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23                1      0.01%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24                1      0.01%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25                4      0.03%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13624                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     74695376                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                85926086                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    2955450                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       126.37                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  145.37                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      8026.26                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2961.99                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   8240.31                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   3001.94                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        85.85                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    62.71                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   23.14                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      19.71                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      50.35                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   378473                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  212050                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 64.03                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.19                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          5.69                       # Average gap between requests
system.mem_ctrls.pageHitRate                    72.97                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1652464800                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                918036000                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7372984320                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2260296576                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            307678800                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3210637860                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             10162200                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            15732260556                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           3339.578606                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           11                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        157300                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       4553555                       # 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            307678800                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            101799720                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           2737167600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3146646120                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.967681                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      4553490                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        157300                       # 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                           98899                       # number of read accesses completed
system.cpu0.num_writes                          55182                       # number of write accesses completed
system.cpu1.num_reads                           99187                       # number of read accesses completed
system.cpu1.num_writes                          55907                       # number of write accesses completed
system.cpu2.num_reads                           98765                       # number of read accesses completed
system.cpu2.num_writes                          55846                       # number of write accesses completed
system.cpu3.num_reads                           99643                       # number of read accesses completed
system.cpu3.num_writes                          55628                       # number of write accesses completed
system.cpu4.num_reads                           98907                       # number of read accesses completed
system.cpu4.num_writes                          55564                       # number of write accesses completed
system.cpu5.num_reads                           99395                       # number of read accesses completed
system.cpu5.num_writes                          55067                       # number of write accesses completed
system.cpu6.num_reads                          100001                       # number of read accesses completed
system.cpu6.num_writes                          55228                       # number of write accesses completed
system.cpu7.num_reads                           99422                       # number of read accesses completed
system.cpu7.num_writes                          55608                       # number of write accesses completed
system.ruby.clk_domain.clock                        1                       # Clock period in ticks
system.ruby.outstanding_req_hist::bucket_size            2                      
system.ruby.outstanding_req_hist::max_bucket           19                      
system.ruby.outstanding_req_hist::samples       627857                      
system.ruby.outstanding_req_hist::mean      15.998450                      
system.ruby.outstanding_req_hist::gmean     15.997188                      
system.ruby.outstanding_req_hist::stdev      0.125770                      
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% |          29      0.00%      0.02% |      627724     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        627857                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              627729                      
system.ruby.latency_hist::mean             960.919572                      
system.ruby.latency_hist::gmean            787.999380                      
system.ruby.latency_hist::stdev            504.540310                      
system.ruby.latency_hist                 |      142847     22.76%     22.76% |      199888     31.84%     54.60% |      191461     30.50%     85.10% |       87673     13.97%     99.07% |        5848      0.93%    100.00% |          12      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                627729                      
system.ruby.hit_latency_hist::bucket_size          256                      
system.ruby.hit_latency_hist::max_bucket         2559                      
system.ruby.hit_latency_hist::samples             461                      
system.ruby.hit_latency_hist::mean         150.468547                      
system.ruby.hit_latency_hist::gmean         31.812753                      
system.ruby.hit_latency_hist::stdev        226.033437                      
system.ruby.hit_latency_hist             |         359     77.87%     77.87% |          65     14.10%     91.97% |          24      5.21%     97.18% |           8      1.74%     98.92% |           4      0.87%     99.78% |           1      0.22%    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               461                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         627268                      
system.ruby.miss_latency_hist::mean        961.515199                      
system.ruby.miss_latency_hist::gmean       789.860357                      
system.ruby.miss_latency_hist::stdev       504.209738                      
system.ruby.miss_latency_hist            |      142423     22.71%     22.71% |      199856     31.86%     54.57% |      191456     30.52%     85.09% |       87673     13.98%     99.07% |        5848      0.93%    100.00% |          12      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           627268                      
system.ruby.L1Cache.incomplete_times             1021                      
system.ruby.Directory.incomplete_times         175750                      
system.ruby.dir_cntrl0.probeFilter.demand_hits            0                       # Number of cache demand hits
system.ruby.dir_cntrl0.probeFilter.demand_misses            0                       # Number of cache demand misses
system.ruby.dir_cntrl0.probeFilter.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78461                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78478                       # 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.L2cache.demand_hits           50                       # Number of cache demand hits
system.ruby.l1_cntrl0.L2cache.demand_misses        78411                       # Number of cache demand misses
system.ruby.l1_cntrl0.L2cache.demand_accesses        78461                       # Number of cache demand accesses
system.ruby.l1_cntrl0.fully_busy_cycles            19                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits           18                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78425                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78443                       # 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.L2cache.demand_hits           47                       # Number of cache demand hits
system.ruby.l1_cntrl1.L2cache.demand_misses        78378                       # Number of cache demand misses
system.ruby.l1_cntrl1.L2cache.demand_accesses        78425                       # Number of cache demand accesses
system.ruby.l1_cntrl1.fully_busy_cycles            22                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl2.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78346                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78360                       # 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.L2cache.demand_hits           49                       # Number of cache demand hits
system.ruby.l1_cntrl2.L2cache.demand_misses        78297                       # Number of cache demand misses
system.ruby.l1_cntrl2.L2cache.demand_accesses        78346                       # Number of cache demand accesses
system.ruby.l1_cntrl2.fully_busy_cycles            24                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl3.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78530                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78550                       # 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.L2cache.demand_hits           47                       # Number of cache demand hits
system.ruby.l1_cntrl3.L2cache.demand_misses        78483                       # Number of cache demand misses
system.ruby.l1_cntrl3.L2cache.demand_accesses        78530                       # Number of cache demand accesses
system.ruby.l1_cntrl3.fully_busy_cycles            20                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl4.L1Dcache.demand_hits           11                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78600                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78611                       # 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.L2cache.demand_hits           40                       # Number of cache demand hits
system.ruby.l1_cntrl4.L2cache.demand_misses        78560                       # Number of cache demand misses
system.ruby.l1_cntrl4.L2cache.demand_accesses        78600                       # Number of cache demand accesses
system.ruby.l1_cntrl4.fully_busy_cycles            14                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl5.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78324                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78338                       # 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.L2cache.demand_hits           39                       # Number of cache demand hits
system.ruby.l1_cntrl5.L2cache.demand_misses        78285                       # Number of cache demand misses
system.ruby.l1_cntrl5.L2cache.demand_accesses        78324                       # Number of cache demand accesses
system.ruby.l1_cntrl5.fully_busy_cycles            15                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl6.L1Dcache.demand_hits           10                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78547                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78557                       # 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.L2cache.demand_hits           30                       # Number of cache demand hits
system.ruby.l1_cntrl6.L2cache.demand_misses        78517                       # Number of cache demand misses
system.ruby.l1_cntrl6.L2cache.demand_accesses        78547                       # Number of cache demand accesses
system.ruby.l1_cntrl6.fully_busy_cycles            31                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl7.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78397                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78416                       # 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.L2cache.demand_hits           36                       # Number of cache demand hits
system.ruby.l1_cntrl7.L2cache.demand_misses        78361                       # Number of cache demand misses
system.ruby.l1_cntrl7.L2cache.demand_accesses        78397                       # Number of cache demand accesses
system.ruby.l1_cntrl7.fully_busy_cycles            13                       # cycles for which number of transistions == max transitions
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized    15.747783                      
system.ruby.network.routers0.msg_count.Request_Control::2        78411                      
system.ruby.network.routers0.msg_count.Request_Control::3          151                      
system.ruby.network.routers0.msg_count.Response_Data::4        81039                      
system.ruby.network.routers0.msg_count.Response_Control::4      1091118                      
system.ruby.network.routers0.msg_count.Writeback_Data::5        27703                      
system.ruby.network.routers0.msg_count.Writeback_Control::2        73960                      
system.ruby.network.routers0.msg_count.Writeback_Control::3        73960                      
system.ruby.network.routers0.msg_count.Writeback_Control::5        46068                      
system.ruby.network.routers0.msg_count.Broadcast_Control::3       547984                      
system.ruby.network.routers0.msg_count.Unblock_Control::5        78597                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       627288                      
system.ruby.network.routers0.msg_bytes.Request_Control::3         1208                      
system.ruby.network.routers0.msg_bytes.Response_Data::4      5834808                      
system.ruby.network.routers0.msg_bytes.Response_Control::4      8728944                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::5      1994616                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::2       591680                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::3       591680                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::5       368544                      
system.ruby.network.routers0.msg_bytes.Broadcast_Control::3      4383872                      
system.ruby.network.routers0.msg_bytes.Unblock_Control::5       628776                      
system.ruby.network.routers1.percent_links_utilized    15.750387                      
system.ruby.network.routers1.msg_count.Request_Control::2        78378                      
system.ruby.network.routers1.msg_count.Request_Control::3          129                      
system.ruby.network.routers1.msg_count.Response_Data::4        80891                      
system.ruby.network.routers1.msg_count.Response_Control::4      1090861                      
system.ruby.network.routers1.msg_count.Writeback_Data::5        27961                      
system.ruby.network.routers1.msg_count.Writeback_Control::2        73981                      
system.ruby.network.routers1.msg_count.Writeback_Control::3        73981                      
system.ruby.network.routers1.msg_count.Writeback_Control::5        45849                      
system.ruby.network.routers1.msg_count.Broadcast_Control::3       548024                      
system.ruby.network.routers1.msg_count.Unblock_Control::5        78547                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       627024                      
system.ruby.network.routers1.msg_bytes.Request_Control::3         1032                      
system.ruby.network.routers1.msg_bytes.Response_Data::4      5824152                      
system.ruby.network.routers1.msg_bytes.Response_Control::4      8726888                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::5      2013192                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::2       591848                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::3       591848                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::5       366792                      
system.ruby.network.routers1.msg_bytes.Broadcast_Control::3      4384192                      
system.ruby.network.routers1.msg_bytes.Unblock_Control::5       628376                      
system.ruby.network.routers2.percent_links_utilized    15.739445                      
system.ruby.network.routers2.msg_count.Request_Control::2        78297                      
system.ruby.network.routers2.msg_count.Request_Control::3          118                      
system.ruby.network.routers2.msg_count.Response_Data::4        80840                      
system.ruby.network.routers2.msg_count.Response_Control::4      1090354                      
system.ruby.network.routers2.msg_count.Writeback_Data::5        27872                      
system.ruby.network.routers2.msg_count.Writeback_Control::2        73886                      
system.ruby.network.routers2.msg_count.Writeback_Control::3        73886                      
system.ruby.network.routers2.msg_count.Writeback_Control::5        45808                      
system.ruby.network.routers2.msg_count.Broadcast_Control::3       548097                      
system.ruby.network.routers2.msg_count.Unblock_Control::5        78501                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       626376                      
system.ruby.network.routers2.msg_bytes.Request_Control::3          944                      
system.ruby.network.routers2.msg_bytes.Response_Data::4      5820480                      
system.ruby.network.routers2.msg_bytes.Response_Control::4      8722832                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::5      2006784                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::2       591088                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::3       591088                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::5       366464                      
system.ruby.network.routers2.msg_bytes.Broadcast_Control::3      4384776                      
system.ruby.network.routers2.msg_bytes.Unblock_Control::5       628008                      
system.ruby.network.routers3.percent_links_utilized    15.746595                      
system.ruby.network.routers3.msg_count.Request_Control::2        78483                      
system.ruby.network.routers3.msg_count.Request_Control::3          109                      
system.ruby.network.routers3.msg_count.Response_Data::4        81057                      
system.ruby.network.routers3.msg_count.Response_Control::4      1091427                      
system.ruby.network.routers3.msg_count.Writeback_Data::5        27596                      
system.ruby.network.routers3.msg_count.Writeback_Control::2        74000                      
system.ruby.network.routers3.msg_count.Writeback_Control::3        73998                      
system.ruby.network.routers3.msg_count.Writeback_Control::5        46187                      
system.ruby.network.routers3.msg_count.Broadcast_Control::3       547928                      
system.ruby.network.routers3.msg_count.Unblock_Control::5        78694                      
system.ruby.network.routers3.msg_bytes.Request_Control::2       627864                      
system.ruby.network.routers3.msg_bytes.Request_Control::3          872                      
system.ruby.network.routers3.msg_bytes.Response_Data::4      5836104                      
system.ruby.network.routers3.msg_bytes.Response_Control::4      8731416                      
system.ruby.network.routers3.msg_bytes.Writeback_Data::5      1986912                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::2       592000                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::3       591984                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::5       369496                      
system.ruby.network.routers3.msg_bytes.Broadcast_Control::3      4383424                      
system.ruby.network.routers3.msg_bytes.Unblock_Control::5       629552                      
system.ruby.network.routers4.percent_links_utilized    15.763706                      
system.ruby.network.routers4.msg_count.Request_Control::2        78560                      
system.ruby.network.routers4.msg_count.Request_Control::3          135                      
system.ruby.network.routers4.msg_count.Response_Data::4        81090                      
system.ruby.network.routers4.msg_count.Response_Control::4      1091997                      
system.ruby.network.routers4.msg_count.Writeback_Data::5        27823                      
system.ruby.network.routers4.msg_count.Writeback_Control::2        74153                      
system.ruby.network.routers4.msg_count.Writeback_Control::3        74151                      
system.ruby.network.routers4.msg_count.Writeback_Control::5        46140                      
system.ruby.network.routers4.msg_count.Broadcast_Control::3       547832                      
system.ruby.network.routers4.msg_count.Unblock_Control::5        78744                      
system.ruby.network.routers4.msg_bytes.Request_Control::2       628480                      
system.ruby.network.routers4.msg_bytes.Request_Control::3         1080                      
system.ruby.network.routers4.msg_bytes.Response_Data::4      5838480                      
system.ruby.network.routers4.msg_bytes.Response_Control::4      8735976                      
system.ruby.network.routers4.msg_bytes.Writeback_Data::5      2003256                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::2       593224                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::3       593208                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::5       369120                      
system.ruby.network.routers4.msg_bytes.Broadcast_Control::3      4382656                      
system.ruby.network.routers4.msg_bytes.Unblock_Control::5       629952                      
system.ruby.network.routers5.percent_links_utilized    15.710537                      
system.ruby.network.routers5.msg_count.Request_Control::2        78285                      
system.ruby.network.routers5.msg_count.Request_Control::3          139                      
system.ruby.network.routers5.msg_count.Response_Data::4        80791                      
system.ruby.network.routers5.msg_count.Response_Control::4      1090545                      
system.ruby.network.routers5.msg_count.Writeback_Data::5        27259                      
system.ruby.network.routers5.msg_count.Writeback_Control::2        73792                      
system.ruby.network.routers5.msg_count.Writeback_Control::3        73792                      
system.ruby.network.routers5.msg_count.Writeback_Control::5        46324                      
system.ruby.network.routers5.msg_count.Broadcast_Control::3       548088                      
system.ruby.network.routers5.msg_count.Unblock_Control::5        78490                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       626280                      
system.ruby.network.routers5.msg_bytes.Request_Control::3         1112                      
system.ruby.network.routers5.msg_bytes.Response_Data::4      5816952                      
system.ruby.network.routers5.msg_bytes.Response_Control::4      8724360                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::5      1962648                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::2       590336                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::3       590336                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::5       370592                      
system.ruby.network.routers5.msg_bytes.Broadcast_Control::3      4384704                      
system.ruby.network.routers5.msg_bytes.Unblock_Control::5       627920                      
system.ruby.network.routers6.percent_links_utilized    15.738278                      
system.ruby.network.routers6.msg_count.Request_Control::2        78515                      
system.ruby.network.routers6.msg_count.Request_Control::3          120                      
system.ruby.network.routers6.msg_count.Response_Data::4        81089                      
system.ruby.network.routers6.msg_count.Response_Control::4      1091686                      
system.ruby.network.routers6.msg_count.Writeback_Data::5        27339                      
system.ruby.network.routers6.msg_count.Writeback_Control::2        73969                      
system.ruby.network.routers6.msg_count.Writeback_Control::3        73969                      
system.ruby.network.routers6.msg_count.Writeback_Control::5        46428                      
system.ruby.network.routers6.msg_count.Broadcast_Control::3       547884                      
system.ruby.network.routers6.msg_count.Unblock_Control::5        78715                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       628120                      
system.ruby.network.routers6.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers6.msg_bytes.Response_Data::4      5838408                      
system.ruby.network.routers6.msg_bytes.Response_Control::4      8733488                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::5      1968408                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::2       591752                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::3       591752                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::5       371424                      
system.ruby.network.routers6.msg_bytes.Broadcast_Control::3      4383072                      
system.ruby.network.routers6.msg_bytes.Unblock_Control::5       629720                      
system.ruby.network.routers7.percent_links_utilized    15.729430                      
system.ruby.network.routers7.msg_count.Request_Control::2        78361                      
system.ruby.network.routers7.msg_count.Request_Control::3          120                      
system.ruby.network.routers7.msg_count.Response_Data::4        80900                      
system.ruby.network.routers7.msg_count.Response_Control::4      1090900                      
system.ruby.network.routers7.msg_count.Writeback_Data::5        27523                      
system.ruby.network.routers7.msg_count.Writeback_Control::2        73809                      
system.ruby.network.routers7.msg_count.Writeback_Control::3        73809                      
system.ruby.network.routers7.msg_count.Writeback_Control::5        46103                      
system.ruby.network.routers7.msg_count.Broadcast_Control::3       548018                      
system.ruby.network.routers7.msg_count.Unblock_Control::5        78540                      
system.ruby.network.routers7.msg_bytes.Request_Control::2       626888                      
system.ruby.network.routers7.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers7.msg_bytes.Response_Data::4      5824800                      
system.ruby.network.routers7.msg_bytes.Response_Control::4      8727200                      
system.ruby.network.routers7.msg_bytes.Writeback_Data::5      1981656                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::2       590472                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::3       590472                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::5       368824                      
system.ruby.network.routers7.msg_bytes.Broadcast_Control::3      4384144                      
system.ruby.network.routers7.msg_bytes.Unblock_Control::5       628320                      
system.ruby.network.routers8.percent_links_utilized    57.744641                      
system.ruby.network.routers8.msg_count.Request_Control::2       627288                      
system.ruby.network.routers8.msg_count.Request_Control::3         1021                      
system.ruby.network.routers8.msg_count.Response_Data::4       606834                      
system.ruby.network.routers8.msg_count.Writeback_Data::5       221076                      
system.ruby.network.routers8.msg_count.Writeback_Control::2       591548                      
system.ruby.network.routers8.msg_count.Writeback_Control::3       591546                      
system.ruby.network.routers8.msg_count.Writeback_Control::5       368907                      
system.ruby.network.routers8.msg_count.Broadcast_Control::3       626265                      
system.ruby.network.routers8.msg_count.Unblock_Control::5       628828                      
system.ruby.network.routers8.msg_bytes.Request_Control::2      5018304                      
system.ruby.network.routers8.msg_bytes.Request_Control::3         8168                      
system.ruby.network.routers8.msg_bytes.Response_Data::4     43692048                      
system.ruby.network.routers8.msg_bytes.Writeback_Data::5     15917472                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::2      4732384                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::3      4732368                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::5      2951256                      
system.ruby.network.routers8.msg_bytes.Broadcast_Control::3      5010120                      
system.ruby.network.routers8.msg_bytes.Unblock_Control::5      5030624                      
system.ruby.network.routers9.percent_links_utilized    22.622425                      
system.ruby.network.routers9.msg_count.Request_Control::2       627290                      
system.ruby.network.routers9.msg_count.Request_Control::3         1021                      
system.ruby.network.routers9.msg_count.Response_Data::4       627265                      
system.ruby.network.routers9.msg_count.Response_Control::4      4364444                      
system.ruby.network.routers9.msg_count.Writeback_Data::5       221076                      
system.ruby.network.routers9.msg_count.Writeback_Control::2       591550                      
system.ruby.network.routers9.msg_count.Writeback_Control::3       591546                      
system.ruby.network.routers9.msg_count.Writeback_Control::5       368907                      
system.ruby.network.routers9.msg_count.Broadcast_Control::3      4383855                      
system.ruby.network.routers9.msg_count.Unblock_Control::5       628828                      
system.ruby.network.routers9.msg_bytes.Request_Control::2      5018320                      
system.ruby.network.routers9.msg_bytes.Request_Control::3         8168                      
system.ruby.network.routers9.msg_bytes.Response_Data::4     45163080                      
system.ruby.network.routers9.msg_bytes.Response_Control::4     34915552                      
system.ruby.network.routers9.msg_bytes.Writeback_Data::5     15917472                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::2      4732400                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::3      4732368                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::5      2951256                      
system.ruby.network.routers9.msg_bytes.Broadcast_Control::3     35070840                      
system.ruby.network.routers9.msg_bytes.Unblock_Control::5      5030624                      
system.ruby.network.msg_count.Request_Control      1884931                      
system.ruby.network.msg_count.Response_Data      1881796                      
system.ruby.network.msg_count.Response_Control     13093332                      
system.ruby.network.msg_count.Writeback_Data       663228                      
system.ruby.network.msg_count.Writeback_Control      4656007                      
system.ruby.network.msg_count.Broadcast_Control      9393975                      
system.ruby.network.msg_count.Unblock_Control      1886484                      
system.ruby.network.msg_byte.Request_Control     15079448                      
system.ruby.network.msg_byte.Response_Data    135489312                      
system.ruby.network.msg_byte.Response_Control    104746656                      
system.ruby.network.msg_byte.Writeback_Data     47752416                      
system.ruby.network.msg_byte.Writeback_Control     37248056                      
system.ruby.network.msg_byte.Broadcast_Control     75151800                      
system.ruby.network.msg_byte.Unblock_Control     15091872                      
system.ruby.network.routers0.throttle0.link_utilization    19.873406                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::3          151                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4        78406                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4       545616                      
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3        73960                      
system.ruby.network.routers0.throttle0.msg_count.Broadcast_Control::3       547984                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::3         1208                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4      5645232                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4      4364928                      
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3       591680                      
system.ruby.network.routers0.throttle0.msg_bytes.Broadcast_Control::3      4383872                      
system.ruby.network.routers0.throttle1.link_utilization    11.622160                      
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2        78411                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::4         2633                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::4       545502                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5        27703                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2        73960                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::5        46068                      
system.ruby.network.routers0.throttle1.msg_count.Unblock_Control::5        78597                      
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::2       627288                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::4       189576                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::4      4364016                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5      1994616                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2       591680                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5       368544                      
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5       628776                      
system.ruby.network.routers1.throttle0.link_utilization    19.866786                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::3          129                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::4        78376                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::4       545223                      
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::3        73981                      
system.ruby.network.routers1.throttle0.msg_count.Broadcast_Control::3       548024                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::3         1032                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::4      5643072                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::4      4361784                      
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::3       591848                      
system.ruby.network.routers1.throttle0.msg_bytes.Broadcast_Control::3      4384192                      
system.ruby.network.routers1.throttle1.link_utilization    11.633989                      
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2        78378                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4         2515                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4       545638                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::5        27961                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::2        73981                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::5        45849                      
system.ruby.network.routers1.throttle1.msg_count.Unblock_Control::5        78547                      
system.ruby.network.routers1.throttle1.msg_bytes.Request_Control::2       627024                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4       181080                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4      4365104                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::5      2013192                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::2       591848                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::5       366792                      
system.ruby.network.routers1.throttle1.msg_bytes.Unblock_Control::5       628376                      
system.ruby.network.routers2.throttle0.link_utilization    19.852985                      
system.ruby.network.routers2.throttle0.msg_count.Request_Control::3          118                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4        78295                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::4       544684                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3        73886                      
system.ruby.network.routers2.throttle0.msg_count.Broadcast_Control::3       548097                      
system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::3          944                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4      5637240                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::4      4357472                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3       591088                      
system.ruby.network.routers2.throttle0.msg_bytes.Broadcast_Control::3      4384776                      
system.ruby.network.routers2.throttle1.link_utilization    11.625905                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        78297                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4         2545                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::4       545670                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5        27872                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2        73886                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::5        45808                      
system.ruby.network.routers2.throttle1.msg_count.Unblock_Control::5        78501                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       626376                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4       183240                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::4      4365360                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Data::5      2006784                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::2       591088                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::5       366464                      
system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5       628008                      
system.ruby.network.routers3.throttle0.link_utilization    19.883558                      
system.ruby.network.routers3.throttle0.msg_count.Request_Control::3          109                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4        78480                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4       545967                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::3        73998                      
system.ruby.network.routers3.throttle0.msg_count.Broadcast_Control::3       547928                      
system.ruby.network.routers3.throttle0.msg_bytes.Request_Control::3          872                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4      5650560                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4      4367736                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::3       591984                      
system.ruby.network.routers3.throttle0.msg_bytes.Broadcast_Control::3      4383424                      
system.ruby.network.routers3.throttle1.link_utilization    11.609632                      
system.ruby.network.routers3.throttle1.msg_count.Request_Control::2        78483                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::4         2577                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::4       545460                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::5        27596                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::2        74000                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::5        46187                      
system.ruby.network.routers3.throttle1.msg_count.Unblock_Control::5        78694                      
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::2       627864                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::4       185544                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::4      4363680                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::5      1986912                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::2       592000                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::5       369496                      
system.ruby.network.routers3.throttle1.msg_bytes.Unblock_Control::5       629552                      
system.ruby.network.routers4.throttle0.link_utilization    19.898113                      
system.ruby.network.routers4.throttle0.msg_count.Request_Control::3          135                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::4        78557                      
system.ruby.network.routers4.throttle0.msg_count.Response_Control::4       546563                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::3        74151                      
system.ruby.network.routers4.throttle0.msg_count.Broadcast_Control::3       547832                      
system.ruby.network.routers4.throttle0.msg_bytes.Request_Control::3         1080                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::4      5656104                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Control::4      4372504                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::3       593208                      
system.ruby.network.routers4.throttle0.msg_bytes.Broadcast_Control::3      4382656                      
system.ruby.network.routers4.throttle1.link_utilization    11.629300                      
system.ruby.network.routers4.throttle1.msg_count.Request_Control::2        78560                      
system.ruby.network.routers4.throttle1.msg_count.Response_Data::4         2533                      
system.ruby.network.routers4.throttle1.msg_count.Response_Control::4       545434                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Data::5        27823                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::2        74153                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::5        46140                      
system.ruby.network.routers4.throttle1.msg_count.Unblock_Control::5        78744                      
system.ruby.network.routers4.throttle1.msg_bytes.Request_Control::2       628480                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Data::4       182376                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Control::4      4363472                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Data::5      2003256                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::2       593224                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::5       369120                      
system.ruby.network.routers4.throttle1.msg_bytes.Unblock_Control::5       629952                      
system.ruby.network.routers5.throttle0.link_utilization    19.852306                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::3          139                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::4        78281                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::4       544828                      
system.ruby.network.routers5.throttle0.msg_count.Writeback_Control::3        73792                      
system.ruby.network.routers5.throttle0.msg_count.Broadcast_Control::3       548088                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::3         1112                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::4      5636232                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::4      4358624                      
system.ruby.network.routers5.throttle0.msg_bytes.Writeback_Control::3       590336                      
system.ruby.network.routers5.throttle0.msg_bytes.Broadcast_Control::3      4384704                      
system.ruby.network.routers5.throttle1.link_utilization    11.568768                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        78285                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::4         2510                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::4       545717                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Data::5        27259                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::2        73792                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::5        46324                      
system.ruby.network.routers5.throttle1.msg_count.Unblock_Control::5        78490                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       626280                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::4       180720                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::4      4365736                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Data::5      1962648                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::2       590336                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::5       370592                      
system.ruby.network.routers5.throttle1.msg_bytes.Unblock_Control::5       627920                      
system.ruby.network.routers6.throttle0.link_utilization    19.889191                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::3          120                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::4        78514                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::4       546257                      
system.ruby.network.routers6.throttle0.msg_count.Writeback_Control::3        73969                      
system.ruby.network.routers6.throttle0.msg_count.Broadcast_Control::3       547884                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::4      5653008                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::4      4370056                      
system.ruby.network.routers6.throttle0.msg_bytes.Writeback_Control::3       591752                      
system.ruby.network.routers6.throttle0.msg_bytes.Broadcast_Control::3      4383072                      
system.ruby.network.routers6.throttle1.link_utilization    11.587365                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        78515                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::4         2575                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::4       545429                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Data::5        27339                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::2        73969                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::5        46428                      
system.ruby.network.routers6.throttle1.msg_count.Unblock_Control::5        78715                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       628120                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::4       185400                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::4      4363432                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Data::5      1968408                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::2       591752                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::5       371424                      
system.ruby.network.routers6.throttle1.msg_bytes.Unblock_Control::5       629720                      
system.ruby.network.routers7.throttle0.link_utilization    19.863773                      
system.ruby.network.routers7.throttle0.msg_count.Request_Control::3          120                      
system.ruby.network.routers7.throttle0.msg_count.Response_Data::4        78356                      
system.ruby.network.routers7.throttle0.msg_count.Response_Control::4       545306                      
system.ruby.network.routers7.throttle0.msg_count.Writeback_Control::3        73809                      
system.ruby.network.routers7.throttle0.msg_count.Broadcast_Control::3       548018                      
system.ruby.network.routers7.throttle0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Data::4      5641632                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Control::4      4362448                      
system.ruby.network.routers7.throttle0.msg_bytes.Writeback_Control::3       590472                      
system.ruby.network.routers7.throttle0.msg_bytes.Broadcast_Control::3      4384144                      
system.ruby.network.routers7.throttle1.link_utilization    11.595088                      
system.ruby.network.routers7.throttle1.msg_count.Request_Control::2        78361                      
system.ruby.network.routers7.throttle1.msg_count.Response_Data::4         2544                      
system.ruby.network.routers7.throttle1.msg_count.Response_Control::4       545594                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Data::5        27523                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::2        73809                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::5        46103                      
system.ruby.network.routers7.throttle1.msg_count.Unblock_Control::5        78540                      
system.ruby.network.routers7.throttle1.msg_bytes.Request_Control::2       626888                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Data::4       183168                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Control::4      4364752                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Data::5      1981656                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::2       590472                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::5       368824                      
system.ruby.network.routers7.throttle1.msg_bytes.Unblock_Control::5       628320                      
system.ruby.network.routers8.throttle0.link_utilization    44.621637                      
system.ruby.network.routers8.throttle0.msg_count.Request_Control::2       627288                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Data::5       221076                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::2       591548                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::5       368907                      
system.ruby.network.routers8.throttle0.msg_count.Unblock_Control::5       628828                      
system.ruby.network.routers8.throttle0.msg_bytes.Request_Control::2      5018304                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Data::5     15917472                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::2      4732384                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::5      2951256                      
system.ruby.network.routers8.throttle0.msg_bytes.Unblock_Control::5      5030624                      
system.ruby.network.routers8.throttle1.link_utilization    70.867646                      
system.ruby.network.routers8.throttle1.msg_count.Request_Control::3         1021                      
system.ruby.network.routers8.throttle1.msg_count.Response_Data::4       606834                      
system.ruby.network.routers8.throttle1.msg_count.Writeback_Control::3       591546                      
system.ruby.network.routers8.throttle1.msg_count.Broadcast_Control::3       626265                      
system.ruby.network.routers8.throttle1.msg_bytes.Request_Control::3         8168                      
system.ruby.network.routers8.throttle1.msg_bytes.Response_Data::4     43692048                      
system.ruby.network.routers8.throttle1.msg_bytes.Writeback_Control::3      4732368                      
system.ruby.network.routers8.throttle1.msg_bytes.Broadcast_Control::3      5010120                      
system.ruby.network.routers9.throttle0.link_utilization    19.873406                      
system.ruby.network.routers9.throttle0.msg_count.Request_Control::3          151                      
system.ruby.network.routers9.throttle0.msg_count.Response_Data::4        78406                      
system.ruby.network.routers9.throttle0.msg_count.Response_Control::4       545616                      
system.ruby.network.routers9.throttle0.msg_count.Writeback_Control::3        73960                      
system.ruby.network.routers9.throttle0.msg_count.Broadcast_Control::3       547984                      
system.ruby.network.routers9.throttle0.msg_bytes.Request_Control::3         1208                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Data::4      5645232                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Control::4      4364928                      
system.ruby.network.routers9.throttle0.msg_bytes.Writeback_Control::3       591680                      
system.ruby.network.routers9.throttle0.msg_bytes.Broadcast_Control::3      4383872                      
system.ruby.network.routers9.throttle1.link_utilization    19.866786                      
system.ruby.network.routers9.throttle1.msg_count.Request_Control::3          129                      
system.ruby.network.routers9.throttle1.msg_count.Response_Data::4        78376                      
system.ruby.network.routers9.throttle1.msg_count.Response_Control::4       545223                      
system.ruby.network.routers9.throttle1.msg_count.Writeback_Control::3        73981                      
system.ruby.network.routers9.throttle1.msg_count.Broadcast_Control::3       548024                      
system.ruby.network.routers9.throttle1.msg_bytes.Request_Control::3         1032                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Data::4      5643072                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Control::4      4361784                      
system.ruby.network.routers9.throttle1.msg_bytes.Writeback_Control::3       591848                      
system.ruby.network.routers9.throttle1.msg_bytes.Broadcast_Control::3      4384192                      
system.ruby.network.routers9.throttle2.link_utilization    19.852985                      
system.ruby.network.routers9.throttle2.msg_count.Request_Control::3          118                      
system.ruby.network.routers9.throttle2.msg_count.Response_Data::4        78295                      
system.ruby.network.routers9.throttle2.msg_count.Response_Control::4       544684                      
system.ruby.network.routers9.throttle2.msg_count.Writeback_Control::3        73886                      
system.ruby.network.routers9.throttle2.msg_count.Broadcast_Control::3       548097                      
system.ruby.network.routers9.throttle2.msg_bytes.Request_Control::3          944                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Data::4      5637240                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Control::4      4357472                      
system.ruby.network.routers9.throttle2.msg_bytes.Writeback_Control::3       591088                      
system.ruby.network.routers9.throttle2.msg_bytes.Broadcast_Control::3      4384776                      
system.ruby.network.routers9.throttle3.link_utilization    19.883558                      
system.ruby.network.routers9.throttle3.msg_count.Request_Control::3          109                      
system.ruby.network.routers9.throttle3.msg_count.Response_Data::4        78480                      
system.ruby.network.routers9.throttle3.msg_count.Response_Control::4       545967                      
system.ruby.network.routers9.throttle3.msg_count.Writeback_Control::3        73998                      
system.ruby.network.routers9.throttle3.msg_count.Broadcast_Control::3       547928                      
system.ruby.network.routers9.throttle3.msg_bytes.Request_Control::3          872                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Data::4      5650560                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Control::4      4367736                      
system.ruby.network.routers9.throttle3.msg_bytes.Writeback_Control::3       591984                      
system.ruby.network.routers9.throttle3.msg_bytes.Broadcast_Control::3      4383424                      
system.ruby.network.routers9.throttle4.link_utilization    19.898113                      
system.ruby.network.routers9.throttle4.msg_count.Request_Control::3          135                      
system.ruby.network.routers9.throttle4.msg_count.Response_Data::4        78557                      
system.ruby.network.routers9.throttle4.msg_count.Response_Control::4       546563                      
system.ruby.network.routers9.throttle4.msg_count.Writeback_Control::3        74151                      
system.ruby.network.routers9.throttle4.msg_count.Broadcast_Control::3       547832                      
system.ruby.network.routers9.throttle4.msg_bytes.Request_Control::3         1080                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Data::4      5656104                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Control::4      4372504                      
system.ruby.network.routers9.throttle4.msg_bytes.Writeback_Control::3       593208                      
system.ruby.network.routers9.throttle4.msg_bytes.Broadcast_Control::3      4382656                      
system.ruby.network.routers9.throttle5.link_utilization    19.852306                      
system.ruby.network.routers9.throttle5.msg_count.Request_Control::3          139                      
system.ruby.network.routers9.throttle5.msg_count.Response_Data::4        78281                      
system.ruby.network.routers9.throttle5.msg_count.Response_Control::4       544828                      
system.ruby.network.routers9.throttle5.msg_count.Writeback_Control::3        73792                      
system.ruby.network.routers9.throttle5.msg_count.Broadcast_Control::3       548088                      
system.ruby.network.routers9.throttle5.msg_bytes.Request_Control::3         1112                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Data::4      5636232                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Control::4      4358624                      
system.ruby.network.routers9.throttle5.msg_bytes.Writeback_Control::3       590336                      
system.ruby.network.routers9.throttle5.msg_bytes.Broadcast_Control::3      4384704                      
system.ruby.network.routers9.throttle6.link_utilization    19.889223                      
system.ruby.network.routers9.throttle6.msg_count.Request_Control::3          120                      
system.ruby.network.routers9.throttle6.msg_count.Response_Data::4        78514                      
system.ruby.network.routers9.throttle6.msg_count.Response_Control::4       546257                      
system.ruby.network.routers9.throttle6.msg_count.Writeback_Control::3        73969                      
system.ruby.network.routers9.throttle6.msg_count.Broadcast_Control::3       547884                      
system.ruby.network.routers9.throttle6.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Data::4      5653008                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Control::4      4370056                      
system.ruby.network.routers9.throttle6.msg_bytes.Writeback_Control::3       591752                      
system.ruby.network.routers9.throttle6.msg_bytes.Broadcast_Control::3      4383072                      
system.ruby.network.routers9.throttle7.link_utilization    19.863773                      
system.ruby.network.routers9.throttle7.msg_count.Request_Control::3          120                      
system.ruby.network.routers9.throttle7.msg_count.Response_Data::4        78356                      
system.ruby.network.routers9.throttle7.msg_count.Response_Control::4       545306                      
system.ruby.network.routers9.throttle7.msg_count.Writeback_Control::3        73809                      
system.ruby.network.routers9.throttle7.msg_count.Broadcast_Control::3       548018                      
system.ruby.network.routers9.throttle7.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Data::4      5641632                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Control::4      4362448                      
system.ruby.network.routers9.throttle7.msg_bytes.Writeback_Control::3       590472                      
system.ruby.network.routers9.throttle7.msg_bytes.Broadcast_Control::3      4384144                      
system.ruby.network.routers9.throttle8.link_utilization    44.621679                      
system.ruby.network.routers9.throttle8.msg_count.Request_Control::2       627290                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Data::5       221076                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::2       591550                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::5       368907                      
system.ruby.network.routers9.throttle8.msg_count.Unblock_Control::5       628828                      
system.ruby.network.routers9.throttle8.msg_bytes.Request_Control::2      5018320                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Data::5     15917472                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::2      4732400                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::5      2951256                      
system.ruby.network.routers9.throttle8.msg_bytes.Unblock_Control::5      5030624                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           403812                      
system.ruby.LD.latency_hist::mean          960.935787                      
system.ruby.LD.latency_hist::gmean         787.769689                      
system.ruby.LD.latency_hist::stdev         504.842990                      
system.ruby.LD.latency_hist              |       92022     22.79%     22.79% |      128454     31.81%     54.60% |      123125     30.49%     85.09% |       56440     13.98%     99.07% |        3766      0.93%    100.00% |           5      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.latency_hist::total             403812                      
system.ruby.LD.hit_latency_hist::bucket_size          256                      
system.ruby.LD.hit_latency_hist::max_bucket         2559                      
system.ruby.LD.hit_latency_hist::samples          300                      
system.ruby.LD.hit_latency_hist::mean      149.400000                      
system.ruby.LD.hit_latency_hist::gmean      33.662424                      
system.ruby.LD.hit_latency_hist::stdev     225.322229                      
system.ruby.LD.hit_latency_hist          |         233     77.67%     77.67% |          44     14.67%     92.33% |          15      5.00%     97.33% |           4      1.33%     98.67% |           3      1.00%     99.67% |           1      0.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.LD.hit_latency_hist::total            300                      
system.ruby.LD.miss_latency_hist::bucket_size          512                      
system.ruby.LD.miss_latency_hist::max_bucket         5119                      
system.ruby.LD.miss_latency_hist::samples       403512                      
system.ruby.LD.miss_latency_hist::mean     961.539141                      
system.ruby.LD.miss_latency_hist::gmean    789.618416                      
system.ruby.LD.miss_latency_hist::stdev    504.507980                      
system.ruby.LD.miss_latency_hist         |       91745     22.74%     22.74% |      128435     31.83%     54.57% |      123121     30.51%     85.08% |       56440     13.99%     99.07% |        3766      0.93%    100.00% |           5      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.miss_latency_hist::total        403512                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           223917                      
system.ruby.ST.latency_hist::mean          960.890330                      
system.ruby.ST.latency_hist::gmean         788.413776                      
system.ruby.ST.latency_hist::stdev         503.995122                      
system.ruby.ST.latency_hist              |       50825     22.70%     22.70% |       71434     31.90%     54.60% |       68336     30.52%     85.12% |       31233     13.95%     99.07% |        2082      0.93%    100.00% |           7      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             223917                      
system.ruby.ST.hit_latency_hist::bucket_size          128                      
system.ruby.ST.hit_latency_hist::max_bucket         1279                      
system.ruby.ST.hit_latency_hist::samples          161                      
system.ruby.ST.hit_latency_hist::mean      152.459627                      
system.ruby.ST.hit_latency_hist::gmean      28.632999                      
system.ruby.ST.hit_latency_hist::stdev     228.044266                      
system.ruby.ST.hit_latency_hist          |         102     63.35%     63.35% |          24     14.91%     78.26% |          14      8.70%     86.96% |           7      4.35%     91.30% |           5      3.11%     94.41% |           4      2.48%     96.89% |           3      1.86%     98.76% |           1      0.62%     99.38% |           0      0.00%     99.38% |           1      0.62%    100.00%
system.ruby.ST.hit_latency_hist::total            161                      
system.ruby.ST.miss_latency_hist::bucket_size          512                      
system.ruby.ST.miss_latency_hist::max_bucket         5119                      
system.ruby.ST.miss_latency_hist::samples       223756                      
system.ruby.ST.miss_latency_hist::mean     961.472023                      
system.ruby.ST.miss_latency_hist::gmean    790.296851                      
system.ruby.ST.miss_latency_hist::stdev    503.672580                      
system.ruby.ST.miss_latency_hist         |       50678     22.65%     22.65% |       71421     31.92%     54.57% |       68335     30.54%     85.11% |       31233     13.96%     99.07% |        2082      0.93%    100.00% |           7      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        223756                      
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size            1                      
system.ruby.L1Cache.hit_mach_latency_hist::max_bucket            9                      
system.ruby.L1Cache.hit_mach_latency_hist::samples          123                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            2                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean            2                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         123    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%
system.ruby.L1Cache.hit_mach_latency_hist::total          123                      
system.ruby.L1Cache.miss_mach_latency_hist::bucket_size          512                      
system.ruby.L1Cache.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.L1Cache.miss_mach_latency_hist::samples        23118                      
system.ruby.L1Cache.miss_mach_latency_hist::mean   921.073536                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   737.648096                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   504.596546                      
system.ruby.L1Cache.miss_mach_latency_hist |        5994     25.93%     25.93% |        7237     31.30%     57.23% |        6968     30.14%     87.37% |        2754     11.91%     99.29% |         164      0.71%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total        23118                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::bucket_size          256                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::max_bucket         2559                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::samples        22097                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::mean   776.977327                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::gmean   450.668120                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::stdev   498.300423                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request |        4271     19.33%     19.33% |        3187     14.42%     33.75% |        3682     16.66%     50.41% |        3419     15.47%     65.89% |        3410     15.43%     81.32% |        2676     12.11%     93.43% |        1127      5.10%     98.53% |         294      1.33%     99.86% |          30      0.14%    100.00% |           1      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::total        22097                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::bucket_size          128                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::max_bucket         1279                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::samples        22097                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::mean    48.967643                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::gmean    20.545267                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::stdev    74.969361                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward |       19251     87.12%     87.12% |        2239     10.13%     97.25% |         506      2.29%     99.54% |          56      0.25%     99.80% |          40      0.18%     99.98% |           5      0.02%    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.miss_latency_hist.initial_to_forward::total        22097                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::bucket_size           32                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::max_bucket          319                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::samples        22097                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::mean    87.189890                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::gmean    72.310156                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::stdev    49.967860                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response |        3599     16.29%     16.29% |        4845     21.93%     38.21% |        5133     23.23%     61.44% |        3495     15.82%     77.26% |        2695     12.20%     89.46% |        1677      7.59%     97.04% |         598      2.71%     99.75% |          54      0.24%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::total        22097                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::bucket_size           32                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::max_bucket          319                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::samples        22097                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::mean     9.670272                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::stdev    21.903727                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion |       20057     90.77%     90.77% |         942      4.26%     95.03% |         680      3.08%     98.11% |         335      1.52%     99.62% |          74      0.33%     99.96% |           9      0.04%    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.miss_latency_hist.first_response_to_completion::total        22097                      
system.ruby.L2Cache.hit_mach_latency_hist::bucket_size          256                      
system.ruby.L2Cache.hit_mach_latency_hist::max_bucket         2559                      
system.ruby.L2Cache.hit_mach_latency_hist::samples          338                      
system.ruby.L2Cache.hit_mach_latency_hist::mean   204.497041                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean    87.068172                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   242.416044                      
system.ruby.L2Cache.hit_mach_latency_hist |         236     69.82%     69.82% |          65     19.23%     89.05% |          24      7.10%     96.15% |           8      2.37%     98.52% |           4      1.18%     99.70% |           1      0.30%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist::total          338                      
system.ruby.Directory.miss_mach_latency_hist::bucket_size          512                      
system.ruby.Directory.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.Directory.miss_mach_latency_hist::samples       604150                      
system.ruby.Directory.miss_mach_latency_hist::mean   963.062713                      
system.ruby.Directory.miss_mach_latency_hist::gmean   791.930081                      
system.ruby.Directory.miss_mach_latency_hist::stdev   504.130907                      
system.ruby.Directory.miss_mach_latency_hist |      136429     22.58%     22.58% |      192619     31.88%     54.46% |      184488     30.54%     85.00% |       84919     14.06%     99.06% |        5684      0.94%    100.00% |          11      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.Directory.miss_mach_latency_hist::total       604150                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size          256                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::max_bucket         2559                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::samples       428400                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::mean   773.630294                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::gmean   457.600089                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::stdev   495.684002                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |       82813     19.33%     19.33% |       65776     15.35%     34.68% |       67065     15.65%     50.34% |       68171     15.91%     66.25% |       65409     15.27%     81.52% |       51599     12.04%     93.57% |       21841      5.10%     98.66% |        5164      1.21%     99.87% |         549      0.13%    100.00% |          13      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::total       428400                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::bucket_size           64                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::max_bucket          639                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::samples       428400                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::mean    18.391468                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::gmean    12.495104                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::stdev    21.159286                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |      397731     92.84%     92.84% |       30281      7.07%     99.91% |         326      0.08%     99.99% |          40      0.01%     99.99% |           9      0.00%    100.00% |           6      0.00%    100.00% |           2      0.00%    100.00% |           2      0.00%    100.00% |           2      0.00%    100.00% |           1      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.initial_to_forward::total       428400                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::bucket_size           32                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::max_bucket          319                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::samples       428400                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::mean    61.932017                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::gmean    53.394271                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::stdev    34.116632                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |      102521     23.93%     23.93% |      148599     34.69%     58.62% |      104978     24.50%     83.12% |       49160     11.48%     94.60% |       18934      4.42%     99.02% |        4044      0.94%     99.96% |         161      0.04%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.forward_to_first_response::total       428400                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::bucket_size          128                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::max_bucket         1279                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::samples       428400                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean   141.497439                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev   103.587027                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |      226332     52.83%     52.83% |      151913     35.46%     88.29% |       35986      8.40%     96.69% |        9202      2.15%     98.84% |        4820      1.13%     99.97% |         147      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.Directory.miss_latency_hist.first_response_to_completion::total       428400                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::bucket_size            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::max_bucket            9                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::samples           73                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean     2.000000                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          73    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%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total           73                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::bucket_size          256                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::max_bucket         2559                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::samples        13083                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean   910.406329                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   724.761501                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   505.057518                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |        1475     11.27%     11.27% |        2038     15.58%     26.85% |        1948     14.89%     41.74% |        2144     16.39%     58.13% |        2004     15.32%     73.45% |        1843     14.09%     87.53% |        1125      8.60%     96.13% |         418      3.19%     99.33% |          78      0.60%     99.92% |          10      0.08%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total        13083                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::bucket_size          256                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::max_bucket         2559                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::samples          227                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean   196.801762                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean    83.453932                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   240.612751                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         160     70.48%     70.48% |          44     19.38%     89.87% |          15      6.61%     96.48% |           4      1.76%     98.24% |           3      1.32%     99.56% |           1      0.44%    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.L2Cache.hit_type_mach_latency_hist::total          227                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::samples       390429                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean   963.252566                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   791.889449                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   504.400452                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |       88232     22.60%     22.60% |      124343     31.85%     54.45% |      119274     30.55%     85.00% |       54897     14.06%     99.06% |        3678      0.94%    100.00% |           5      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.Directory.miss_type_mach_latency_hist::total       390429                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::bucket_size            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::max_bucket            9                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::samples           50                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          50    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%
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total           50                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::samples        10035                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean   934.980767                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   754.793536                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   503.680901                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |        2481     24.72%     24.72% |        3145     31.34%     56.06% |        3121     31.10%     87.16% |        1211     12.07%     99.23% |          76      0.76%     99.99% |           1      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::total        10035                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::bucket_size          128                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::max_bucket         1279                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::samples          111                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean   220.234234                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean    94.954175                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   246.408713                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |          52     46.85%     46.85% |          24     21.62%     68.47% |          14     12.61%     81.08% |           7      6.31%     87.39% |           5      4.50%     91.89% |           4      3.60%     95.50% |           3      2.70%     98.20% |           1      0.90%     99.10% |           0      0.00%     99.10% |           1      0.90%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total          111                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples       213721                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean   962.715887                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   792.004312                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   503.639119                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       48197     22.55%     22.55% |       68276     31.95%     54.50% |       65214     30.51%     85.01% |       30022     14.05%     99.06% |        2006      0.94%    100.00% |           6      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.Directory.miss_type_mach_latency_hist::total       213721                      
system.ruby.Directory_Controller.GETX          227651      0.00%      0.00%
system.ruby.Directory_Controller.GETS          409587      0.00%      0.00%
system.ruby.Directory_Controller.PUT           606010      0.00%      0.00%
system.ruby.Directory_Controller.Unblock         1563      0.00%      0.00%
system.ruby.Directory_Controller.UnblockS        26333      0.00%      0.00%
system.ruby.Directory_Controller.UnblockM       600931      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Clean         8000      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Dirty         1348      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Clean       360907      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Dirty       219728      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       606834      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       221076      0.00%      0.00%
system.ruby.Directory_Controller.All_Unblocks         1021      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETX           79      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETS          100      0.00%      0.00%
system.ruby.Directory_Controller.NX.PUT         10874      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         7273      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS        11962      0.00%      0.00%
system.ruby.Directory_Controller.NO.PUT        580674      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX          9252      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS         16793      0.00%      0.00%
system.ruby.Directory_Controller.E.GETX        207165      0.00%      0.00%
system.ruby.Directory_Controller.E.GETS        373643      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETX          578      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETS         1021      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.PUT        14218      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockS         8442      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockM       599409      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.PUT           23      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockS           28      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockM          550      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.GETX            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.PUT           36      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockS           49      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockM          972      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETX            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETS            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.PUT          115      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.UnblockS         1021      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.All_Unblocks         1021      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETX           17      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETS           27      0.00%      0.00%
system.ruby.Directory_Controller.O_B.UnblockS        16793      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETX         1922      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETS         3472      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.Memory_Data       590041      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETX           48      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETS          115      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.Memory_Data        16793      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETX         1267      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETS         2400      0.00%      0.00%
system.ruby.Directory_Controller.WB.PUT            70      0.00%      0.00%
system.ruby.Directory_Controller.WB.Unblock         1563      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Clean         8000      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Dirty         1348      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Clean       360907      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Dirty       219728      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.Memory_Ack         1348      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETX           46      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETS           52      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.Memory_Ack       219728      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50391     12.47%     12.47% |       50128     12.41%     24.88% |       50241     12.43%     37.31% |       50619     12.53%     49.84% |       50487     12.50%     62.34% |       50758     12.56%     74.90% |       50862     12.59%     87.49% |       50545     12.51%    100.00%
system.ruby.L1Cache_Controller.Load::total       404031                      
system.ruby.L1Cache_Controller.Store     |       28124     12.55%     12.55% |       28353     12.65%     25.21% |       28170     12.57%     37.78% |       27986     12.49%     50.27% |       28159     12.57%     62.84% |       27623     12.33%     75.17% |       27736     12.38%     87.54% |       27907     12.46%    100.00%
system.ruby.L1Cache_Controller.Store::total       224058                      
system.ruby.L1Cache_Controller.L2_Replacement |       78396     12.50%     12.50% |       78367     12.49%     24.99% |       78286     12.48%     37.48% |       78469     12.51%     49.99% |       78548     12.52%     62.51% |       78271     12.48%     74.99% |       78506     12.52%     87.51% |       78349     12.49%    100.00%
system.ruby.L1Cache_Controller.L2_Replacement::total       627192                      
system.ruby.L1Cache_Controller.L1_to_L2  |     1271856     12.48%     12.48% |     1273687     12.50%     24.99% |     1272351     12.49%     37.47% |     1274687     12.51%     49.99% |     1272453     12.49%     62.48% |     1272251     12.49%     74.96% |     1276702     12.53%     87.50% |     1273887     12.50%    100.00%
system.ruby.L1Cache_Controller.L1_to_L2::total     10187874                      
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D |          54     15.13%     15.13% |          48     13.45%     28.57% |          50     14.01%     42.58% |          50     14.01%     56.58% |          43     12.04%     68.63% |          43     12.04%     80.67% |          31      8.68%     89.36% |          38     10.64%    100.00%
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D::total          357                      
system.ruby.L1Cache_Controller.Complete_L2_to_L1 |          54     15.13%     15.13% |          48     13.45%     28.57% |          50     14.01%     42.58% |          50     14.01%     56.58% |          43     12.04%     68.63% |          43     12.04%     80.67% |          31      8.68%     89.36% |          38     10.64%    100.00%
system.ruby.L1Cache_Controller.Complete_L2_to_L1::total          357                      
system.ruby.L1Cache_Controller.Other_GETX |      195680     12.49%     12.49% |      195453     12.48%     24.97% |      195642     12.49%     37.46% |      195822     12.50%     49.96% |      195639     12.49%     62.45% |      196178     12.52%     74.98% |      196062     12.52%     87.49% |      195900     12.51%    100.00%
system.ruby.L1Cache_Controller.Other_GETX::total      1566376                      
system.ruby.L1Cache_Controller.Other_GETS |      352304     12.50%     12.50% |      352571     12.51%     25.02% |      352455     12.51%     37.53% |      352106     12.50%     50.02% |      352193     12.50%     62.53% |      351910     12.49%     75.02% |      351822     12.49%     87.50% |      352118     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETS::total      2817479                      
system.ruby.L1Cache_Controller.Merged_GETS |         151     14.79%     14.79% |         129     12.63%     27.42% |         118     11.56%     38.98% |         109     10.68%     49.66% |         135     13.22%     62.88% |         139     13.61%     76.49% |         120     11.75%     88.25% |         120     11.75%    100.00%
system.ruby.L1Cache_Controller.Merged_GETS::total         1021                      
system.ruby.L1Cache_Controller.Ack       |      545559     12.50%     12.50% |      545165     12.49%     24.99% |      544639     12.48%     37.47% |      545920     12.51%     49.98% |      546505     12.52%     62.51% |      544781     12.48%     74.99% |      546190     12.52%     87.51% |      545275     12.49%    100.00%
system.ruby.L1Cache_Controller.Ack::total      4364034                      
system.ruby.L1Cache_Controller.Shared_Ack |          57     13.90%     13.90% |          58     14.15%     28.05% |          45     10.98%     39.02% |          47     11.46%     50.49% |          58     14.15%     64.63% |          47     11.46%     76.10% |          67     16.34%     92.44% |          31      7.56%    100.00%
system.ruby.L1Cache_Controller.Shared_Ack::total          410                      
system.ruby.L1Cache_Controller.Data      |        3420     12.37%     12.37% |        3368     12.18%     24.55% |        3449     12.47%     37.02% |        3439     12.44%     49.46% |        3521     12.73%     62.20% |        3492     12.63%     74.83% |        3395     12.28%     87.11% |        3565     12.89%    100.00%
system.ruby.L1Cache_Controller.Data::total        27649                      
system.ruby.L1Cache_Controller.Shared_Data |        1145     12.00%     12.00% |        1226     12.85%     24.85% |        1198     12.56%     37.41% |        1190     12.47%     49.88% |        1195     12.53%     62.41% |        1194     12.52%     74.93% |        1204     12.62%     87.55% |        1188     12.45%    100.00%
system.ruby.L1Cache_Controller.Shared_Data::total         9540                      
system.ruby.L1Cache_Controller.Exclusive_Data |       73841     12.51%     12.51% |       73782     12.50%     25.02% |       73648     12.48%     37.50% |       73851     12.52%     50.01% |       73841     12.51%     62.53% |       73595     12.47%     75.00% |       73915     12.53%     87.53% |       73603     12.47%    100.00%
system.ruby.L1Cache_Controller.Exclusive_Data::total       590076                      
system.ruby.L1Cache_Controller.Writeback_Ack |       73960     12.50%     12.50% |       73981     12.51%     25.01% |       73886     12.49%     37.50% |       73998     12.51%     50.01% |       74151     12.54%     62.54% |       73792     12.47%     75.02% |       73969     12.50%     87.52% |       73809     12.48%    100.00%
system.ruby.L1Cache_Controller.Writeback_Ack::total       591546                      
system.ruby.L1Cache_Controller.All_acks  |        1199     12.11%     12.11% |        1275     12.88%     24.99% |        1239     12.51%     37.50% |        1230     12.42%     49.92% |        1249     12.61%     62.54% |        1237     12.49%     75.03% |        1260     12.73%     87.76% |        1212     12.24%    100.00%
system.ruby.L1Cache_Controller.All_acks::total         9901                      
system.ruby.L1Cache_Controller.All_acks_no_sharers |       77209     12.51%     12.51% |       77101     12.49%     24.99% |       77056     12.48%     37.48% |       77250     12.51%     49.99% |       77308     12.52%     62.51% |       77044     12.48%     74.99% |       77254     12.51%     87.50% |       77145     12.50%    100.00%
system.ruby.L1Cache_Controller.All_acks_no_sharers::total       617367                      
system.ruby.L1Cache_Controller.I.Load    |       50323     12.47%     12.47% |       50063     12.41%     24.88% |       50171     12.43%     37.31% |       50536     12.52%     49.83% |       50429     12.50%     62.33% |       50694     12.56%     74.90% |       50810     12.59%     87.49% |       50493     12.51%    100.00%
system.ruby.L1Cache_Controller.I.Load::total       403519                      
system.ruby.L1Cache_Controller.I.Store   |       28083     12.55%     12.55% |       28314     12.65%     25.21% |       28125     12.57%     37.77% |       27943     12.49%     50.26% |       28128     12.57%     62.83% |       27587     12.33%     75.16% |       27706     12.38%     87.55% |       27866     12.45%    100.00%
system.ruby.L1Cache_Controller.I.Store::total       223752                      
system.ruby.L1Cache_Controller.I.L2_Replacement |        1221     12.77%     12.77% |        1194     12.49%     25.25% |        1141     11.93%     37.18% |        1238     12.95%     50.13% |        1142     11.94%     62.07% |        1180     12.34%     74.41% |        1235     12.91%     87.33% |        1212     12.67%    100.00%
system.ruby.L1Cache_Controller.I.L2_Replacement::total         9563                      
system.ruby.L1Cache_Controller.I.L1_to_L2 |          96     13.83%     13.83% |          80     11.53%     25.36% |          86     12.39%     37.75% |          87     12.54%     50.29% |          99     14.27%     64.55% |          79     11.38%     75.94% |          84     12.10%     88.04% |          83     11.96%    100.00%
system.ruby.L1Cache_Controller.I.L1_to_L2::total          694                      
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D |           1     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           1     25.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D::total            4                      
system.ruby.L1Cache_Controller.I.Other_GETX |      194549     12.49%     12.49% |      194351     12.48%     24.97% |      194533     12.49%     37.46% |      194633     12.50%     49.96% |      194554     12.49%     62.45% |      195066     12.53%     74.98% |      194923     12.52%     87.49% |      194769     12.51%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETX::total      1557378                      
system.ruby.L1Cache_Controller.I.Other_GETS |      350344     12.50%     12.50% |      350722     12.51%     25.02% |      350554     12.51%     37.52% |      350263     12.50%     50.02% |      350310     12.50%     62.52% |      350099     12.49%     75.02% |      349949     12.49%     87.50% |      350246     12.50%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETS::total      2802487                      
system.ruby.L1Cache_Controller.S.Load    |           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% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Load::total            1                      
system.ruby.L1Cache_Controller.S.Store   |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.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.S.Store::total            2                      
system.ruby.L1Cache_Controller.S.L2_Replacement |        3215     12.33%     12.33% |        3192     12.24%     24.57% |        3259     12.50%     37.07% |        3231     12.39%     49.46% |        3253     12.47%     61.93% |        3299     12.65%     74.58% |        3300     12.65%     87.24% |        3328     12.76%    100.00%
system.ruby.L1Cache_Controller.S.L2_Replacement::total        26077                      
system.ruby.L1Cache_Controller.S.L1_to_L2 |        3252     12.36%     12.36% |        3225     12.26%     24.61% |        3290     12.50%     37.12% |        3259     12.39%     49.50% |        3284     12.48%     61.98% |        3321     12.62%     74.60% |        3334     12.67%     87.27% |        3349     12.73%    100.00%
system.ruby.L1Cache_Controller.S.L1_to_L2::total        26314                      
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D |           3     15.00%     15.00% |           3     15.00%     30.00% |           3     15.00%     45.00% |           3     15.00%     60.00% |           2     10.00%     70.00% |           4     20.00%     90.00% |           1      5.00%     95.00% |           1      5.00%    100.00%
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D::total           20                      
system.ruby.L1Cache_Controller.S.Other_GETX |          38     15.83%     15.83% |          33     13.75%     29.58% |          30     12.50%     42.08% |          27     11.25%     53.33% |          30     12.50%     65.83% |          22      9.17%     75.00% |          37     15.42%     90.42% |          23      9.58%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETX::total          240                      
system.ruby.L1Cache_Controller.S.Other_GETS |          50     12.20%     12.20% |          36      8.78%     20.98% |          47     11.46%     32.44% |          54     13.17%     45.61% |          50     12.20%     57.80% |          57     13.90%     71.71% |          46     11.22%     82.93% |          70     17.07%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETS::total          410                      
system.ruby.L1Cache_Controller.O.L2_Replacement |         901     13.34%     13.34% |         846     12.52%     25.86% |         875     12.95%     38.81% |         812     12.02%     50.83% |         870     12.88%     63.71% |         800     11.84%     75.55% |         825     12.21%     87.76% |         827     12.24%    100.00%
system.ruby.L1Cache_Controller.O.L2_Replacement::total         6756                      
system.ruby.L1Cache_Controller.O.L1_to_L2 |          68     11.87%     11.87% |          71     12.39%     24.26% |          84     14.66%     38.92% |          62     10.82%     49.74% |          76     13.26%     63.00% |          63     10.99%     74.00% |          79     13.79%     87.78% |          70     12.22%    100.00%
system.ruby.L1Cache_Controller.O.L1_to_L2::total          573                      
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D |           3     60.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           1     20.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D::total            5                      
system.ruby.L1Cache_Controller.O.Other_GETX |          10     23.81%     23.81% |           4      9.52%     33.33% |           4      9.52%     42.86% |           4      9.52%     52.38% |           7     16.67%     69.05% |           4      9.52%     78.57% |           5     11.90%     90.48% |           4      9.52%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETX::total           42                      
system.ruby.L1Cache_Controller.O.Other_GETS |           6     10.71%     10.71% |           8     14.29%     25.00% |           7     12.50%     37.50% |           5      8.93%     46.43% |           9     16.07%     62.50% |           5      8.93%     71.43% |           4      7.14%     78.57% |          12     21.43%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETS::total           56                      
system.ruby.L1Cache_Controller.O.Merged_GETS |           3     12.00%     12.00% |           3     12.00%     24.00% |           3     12.00%     36.00% |           1      4.00%     40.00% |           1      4.00%     44.00% |           6     24.00%     68.00% |           4     16.00%     84.00% |           4     16.00%    100.00%
system.ruby.L1Cache_Controller.O.Merged_GETS::total           25                      
system.ruby.L1Cache_Controller.M.Load    |           3     10.34%     10.34% |           3     10.34%     20.69% |           2      6.90%     27.59% |           6     20.69%     48.28% |           1      3.45%     51.72% |           3     10.34%     62.07% |           3     10.34%     72.41% |           8     27.59%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           29                      
system.ruby.L1Cache_Controller.M.Store   |           3     12.00%     12.00% |           2      8.00%     20.00% |           2      8.00%     28.00% |           6     24.00%     52.00% |           3     12.00%     64.00% |           1      4.00%     68.00% |           3     12.00%     80.00% |           5     20.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           25                      
system.ruby.L1Cache_Controller.M.L2_Replacement |       45749     12.47%     12.47% |       45575     12.42%     24.88% |       45581     12.42%     37.30% |       45989     12.53%     49.84% |       45895     12.51%     62.34% |       46137     12.57%     74.91% |       46198     12.59%     87.50% |       45867     12.50%    100.00%
system.ruby.L1Cache_Controller.M.L2_Replacement::total       366991                      
system.ruby.L1Cache_Controller.M.L1_to_L2 |       46991     12.48%     12.48% |       46759     12.42%     24.90% |       46782     12.43%     37.32% |       47198     12.54%     49.86% |       47052     12.50%     62.36% |       47297     12.56%     74.92% |       47379     12.58%     87.50% |       47055     12.50%    100.00%
system.ruby.L1Cache_Controller.M.L1_to_L2::total       376513                      
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D |          28     13.79%     13.79% |          32     15.76%     29.56% |          25     12.32%     41.87% |          32     15.76%     57.64% |          28     13.79%     71.43% |          20      9.85%     81.28% |          19      9.36%     90.64% |          19      9.36%    100.00%
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D::total          203                      
system.ruby.L1Cache_Controller.M.Other_GETX |         453     12.55%     12.55% |         443     12.27%     24.82% |         443     12.27%     37.09% |         486     13.46%     50.55% |         407     11.27%     61.83% |         462     12.80%     74.63% |         453     12.55%     87.17% |         463     12.83%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETX::total         3610                      
system.ruby.L1Cache_Controller.M.Other_GETS |         783     13.18%     13.18% |         739     12.44%     25.62% |         778     13.10%     38.71% |         727     12.24%     50.95% |         758     12.76%     63.71% |         691     11.63%     75.34% |         730     12.29%     87.63% |         735     12.37%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETS::total         5941                      
system.ruby.L1Cache_Controller.M.Merged_GETS |          68     13.28%     13.28% |          62     12.11%     25.39% |          62     12.11%     37.50% |          54     10.55%     48.05% |          69     13.48%     61.52% |          64     12.50%     74.02% |          75     14.65%     88.67% |          58     11.33%    100.00%
system.ruby.L1Cache_Controller.M.Merged_GETS::total          512                      
system.ruby.L1Cache_Controller.MM.Load   |           4     28.57%     28.57% |           5     35.71%     64.29% |           1      7.14%     71.43% |           0      0.00%     71.43% |           0      0.00%     71.43% |           4     28.57%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           14                      
system.ruby.L1Cache_Controller.MM.Store  |           4     36.36%     36.36% |           1      9.09%     45.45% |           3     27.27%     72.73% |           1      9.09%     81.82% |           1      9.09%     90.91% |           0      0.00%     90.91% |           0      0.00%     90.91% |           1      9.09%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           11                      
system.ruby.L1Cache_Controller.MM.L2_Replacement |       27310     12.54%     12.54% |       27560     12.65%     25.19% |       27430     12.59%     37.79% |       27199     12.49%     50.27% |       27388     12.57%     62.85% |       26855     12.33%     75.18% |       26948     12.37%     87.55% |       27115     12.45%    100.00%
system.ruby.L1Cache_Controller.MM.L2_Replacement::total       217805                      
system.ruby.L1Cache_Controller.MM.L1_to_L2 |       28049     12.55%     12.55% |       28286     12.66%     25.21% |       28100     12.57%     37.78% |       27919     12.49%     50.27% |       28085     12.57%     62.84% |       27560     12.33%     75.17% |       27667     12.38%     87.55% |       27836     12.45%    100.00%
system.ruby.L1Cache_Controller.MM.L1_to_L2::total       223502                      
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D |          19     15.20%     15.20% |          13     10.40%     25.60% |          22     17.60%     43.20% |          14     11.20%     54.40% |          12      9.60%     64.00% |          17     13.60%     77.60% |          11      8.80%     86.40% |          17     13.60%    100.00%
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D::total          125                      
system.ruby.L1Cache_Controller.MM.Other_GETX |         266     12.46%     12.46% |         269     12.61%     25.07% |         238     11.15%     36.22% |         288     13.50%     49.72% |         284     13.31%     63.03% |         244     11.43%     74.46% |         270     12.65%     87.11% |         275     12.89%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETX::total         2134                      
system.ruby.L1Cache_Controller.MM.Other_GETS |         456     12.87%     12.87% |         445     12.56%     25.43% |         426     12.02%     37.45% |         434     12.25%     49.70% |         416     11.74%     61.45% |         449     12.67%     74.12% |         470     13.27%     87.38% |         447     12.62%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETS::total         3543                      
system.ruby.L1Cache_Controller.MM.Merged_GETS |          62     17.77%     17.77% |          50     14.33%     32.09% |          39     11.17%     43.27% |          35     10.03%     53.30% |          50     14.33%     67.62% |          49     14.04%     81.66% |          25      7.16%     88.83% |          39     11.17%    100.00%
system.ruby.L1Cache_Controller.MM.Merged_GETS::total          349                      
system.ruby.L1Cache_Controller.IR.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IR.Load::total            2                      
system.ruby.L1Cache_Controller.IR.Store  |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.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.IR.Store::total            2                      
system.ruby.L1Cache_Controller.SR.Load   |           2     25.00%     25.00% |           2     25.00%     50.00% |           2     25.00%     75.00% |           1     12.50%     87.50% |           0      0.00%     87.50% |           1     12.50%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SR.Load::total            8                      
system.ruby.L1Cache_Controller.SR.Store  |           1      8.33%      8.33% |           1      8.33%     16.67% |           1      8.33%     25.00% |           2     16.67%     41.67% |           2     16.67%     58.33% |           3     25.00%     83.33% |           1      8.33%     91.67% |           1      8.33%    100.00%
system.ruby.L1Cache_Controller.SR.Store::total           12                      
system.ruby.L1Cache_Controller.SR.L1_to_L2 |           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.SR.L1_to_L2::total            1                      
system.ruby.L1Cache_Controller.OR.Load   |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OR.Load::total            2                      
system.ruby.L1Cache_Controller.OR.Store  |           2     66.67%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.OR.Store::total            3                      
system.ruby.L1Cache_Controller.OR.L1_to_L2 |           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% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.OR.L1_to_L2::total            1                      
system.ruby.L1Cache_Controller.MR.Load   |          19     13.87%     13.87% |          22     16.06%     29.93% |          17     12.41%     42.34% |          24     17.52%     59.85% |          18     13.14%     72.99% |          12      8.76%     81.75% |          13      9.49%     91.24% |          12      8.76%    100.00%
system.ruby.L1Cache_Controller.MR.Load::total          137                      
system.ruby.L1Cache_Controller.MR.Store  |           9     13.64%     13.64% |          10     15.15%     28.79% |           8     12.12%     40.91% |           8     12.12%     53.03% |          10     15.15%     68.18% |           8     12.12%     80.30% |           6      9.09%     89.39% |           7     10.61%    100.00%
system.ruby.L1Cache_Controller.MR.Store::total           66                      
system.ruby.L1Cache_Controller.MR.L1_to_L2 |           0      0.00%      0.00% |           2     11.76%     11.76% |           7     41.18%     52.94% |           0      0.00%     52.94% |           0      0.00%     52.94% |           1      5.88%     58.82% |           7     41.18%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MR.L1_to_L2::total           17                      
system.ruby.L1Cache_Controller.MMR.Load  |          14     17.50%     17.50% |           7      8.75%     26.25% |          13     16.25%     42.50% |           9     11.25%     53.75% |           9     11.25%     65.00% |          12     15.00%     80.00% |           7      8.75%     88.75% |           9     11.25%    100.00%
system.ruby.L1Cache_Controller.MMR.Load::total           80                      
system.ruby.L1Cache_Controller.MMR.Store |           5     11.11%     11.11% |           6     13.33%     24.44% |           9     20.00%     44.44% |           5     11.11%     55.56% |           3      6.67%     62.22% |           5     11.11%     73.33% |           4      8.89%     82.22% |           8     17.78%    100.00%
system.ruby.L1Cache_Controller.MMR.Store::total           45                      
system.ruby.L1Cache_Controller.MMR.L1_to_L2 |           5     14.29%     14.29% |           1      2.86%     17.14% |           0      0.00%     17.14% |           0      0.00%     17.14% |          12     34.29%     51.43% |           0      0.00%     51.43% |           0      0.00%     51.43% |          17     48.57%    100.00%
system.ruby.L1Cache_Controller.MMR.L1_to_L2::total           35                      
system.ruby.L1Cache_Controller.IM.L1_to_L2 |      312414     12.57%     12.57% |      313937     12.63%     25.19% |      313416     12.61%     37.80% |      310656     12.49%     50.29% |      311847     12.54%     62.84% |      306069     12.31%     75.15% |      308104     12.39%     87.54% |      309846     12.46%    100.00%
system.ruby.L1Cache_Controller.IM.L1_to_L2::total      2486289                      
system.ruby.L1Cache_Controller.IM.Other_GETX |          58     11.69%     11.69% |          83     16.73%     28.43% |          59     11.90%     40.32% |          48      9.68%     50.00% |          65     13.10%     63.10% |          58     11.69%     74.80% |          59     11.90%     86.69% |          66     13.31%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETX::total          496                      
system.ruby.L1Cache_Controller.IM.Other_GETS |         109     12.47%     12.47% |          96     10.98%     23.46% |         135     15.45%     38.90% |         112     12.81%     51.72% |         101     11.56%     63.27% |         108     12.36%     75.63% |         109     12.47%     88.10% |         104     11.90%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETS::total          874                      
system.ruby.L1Cache_Controller.IM.Ack    |      136584     12.58%     12.58% |      137352     12.65%     25.23% |      136773     12.60%     37.82% |      136017     12.53%     50.35% |      136813     12.60%     62.95% |      133040     12.25%     75.20% |      134493     12.39%     87.59% |      134785     12.41%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total      1085857                      
system.ruby.L1Cache_Controller.IM.Data   |        1307     12.05%     12.05% |        1366     12.60%     24.65% |        1356     12.51%     37.16% |        1365     12.59%     49.75% |        1429     13.18%     62.93% |        1359     12.53%     75.46% |        1261     11.63%     87.09% |        1400     12.91%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total        10843                      
system.ruby.L1Cache_Controller.IM.Exclusive_Data |       26774     12.58%     12.58% |       26947     12.66%     25.23% |       26768     12.57%     37.81% |       26577     12.48%     50.29% |       26698     12.54%     62.83% |       26225     12.32%     75.15% |       26444     12.42%     87.57% |       26464     12.43%    100.00%
system.ruby.L1Cache_Controller.IM.Exclusive_Data::total       212897                      
system.ruby.L1Cache_Controller.SM.L1_to_L2 |          17     25.00%     25.00% |           7     10.29%     35.29% |           3      4.41%     39.71% |          28     41.18%     80.88% |           6      8.82%     89.71% |           6      8.82%     98.53% |           0      0.00%     98.53% |           1      1.47%    100.00%
system.ruby.L1Cache_Controller.SM.L1_to_L2::total           68                      
system.ruby.L1Cache_Controller.SM.Other_GETX |           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% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Other_GETX::total            1                      
system.ruby.L1Cache_Controller.SM.Ack    |           7     13.21%     13.21% |           4      7.55%     20.75% |           7     13.21%     33.96% |           7     13.21%     47.17% |           7     13.21%     60.38% |          14     26.42%     86.79% |           0      0.00%     86.79% |           7     13.21%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total           53                      
system.ruby.L1Cache_Controller.SM.Data   |           2     15.38%     15.38% |           1      7.69%     23.08% |           1      7.69%     30.77% |           3     23.08%     53.85% |           2     15.38%     69.23% |           3     23.08%     92.31% |           0      0.00%     92.31% |           1      7.69%    100.00%
system.ruby.L1Cache_Controller.SM.Data::total           13                      
system.ruby.L1Cache_Controller.OM.L1_to_L2 |           6     46.15%     46.15% |           0      0.00%     46.15% |           0      0.00%     46.15% |           0      0.00%     46.15% |           0      0.00%     46.15% |           0      0.00%     46.15% |           0      0.00%     46.15% |           7     53.85%    100.00%
system.ruby.L1Cache_Controller.OM.L1_to_L2::total           13                      
system.ruby.L1Cache_Controller.OM.Ack    |          14     66.67%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           7     33.33%    100.00%
system.ruby.L1Cache_Controller.OM.Ack::total           21                      
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers |           2     66.67%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers::total            3                      
system.ruby.L1Cache_Controller.ISM.L1_to_L2 |        1477     12.28%     12.28% |        1525     12.68%     24.96% |        1345     11.18%     36.14% |        1436     11.94%     48.08% |        1495     12.43%     60.51% |        1523     12.66%     73.17% |        1469     12.21%     85.38% |        1758     14.62%    100.00%
system.ruby.L1Cache_Controller.ISM.L1_to_L2::total        12028                      
system.ruby.L1Cache_Controller.ISM.Ack   |        2886     12.42%     12.42% |        3012     12.96%     25.39% |        2950     12.70%     38.08% |        2887     12.43%     50.51% |        2871     12.36%     62.87% |        2829     12.18%     75.04% |        2685     11.56%     86.60% |        3113     13.40%    100.00%
system.ruby.L1Cache_Controller.ISM.Ack::total        23233                      
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers |        1309     12.06%     12.06% |        1367     12.59%     24.65% |        1357     12.50%     37.15% |        1368     12.60%     49.75% |        1431     13.18%     62.93% |        1362     12.55%     75.48% |        1261     11.62%     87.09% |        1401     12.91%    100.00%
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers::total        10856                      
system.ruby.L1Cache_Controller.M_W.Load  |           1      5.26%      5.26% |           2     10.53%     15.79% |           2     10.53%     26.32% |           3     15.79%     42.11% |           2     10.53%     52.63% |           3     15.79%     68.42% |           1      5.26%     73.68% |           5     26.32%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           19                      
system.ruby.L1Cache_Controller.M_W.Store |           0      0.00%      0.00% |           2     28.57%     28.57% |           2     28.57%     57.14% |           2     28.57%     85.71% |           0      0.00%     85.71% |           1     14.29%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total            7                      
system.ruby.L1Cache_Controller.M_W.L1_to_L2 |      197210     12.41%     12.41% |      197123     12.41%     24.82% |      197681     12.44%     37.27% |      198925     12.52%     49.79% |      197495     12.43%     62.22% |      200236     12.61%     74.83% |      199814     12.58%     87.41% |      200003     12.59%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_to_L2::total      1588487                      
system.ruby.L1Cache_Controller.M_W.Ack   |       97824     12.36%     12.36% |       98586     12.45%     24.81% |       99197     12.53%     37.34% |       98571     12.45%     49.79% |       99411     12.56%     62.34% |       98461     12.44%     74.78% |      100562     12.70%     87.48% |       99116     12.52%    100.00%
system.ruby.L1Cache_Controller.M_W.Ack::total       791728                      
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers |       47067     12.48%     12.48% |       46833     12.42%     24.90% |       46878     12.43%     37.32% |       47272     12.53%     49.86% |       47143     12.50%     62.36% |       47369     12.56%     74.92% |       47471     12.59%     87.50% |       47139     12.50%    100.00%
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers::total       377172                      
system.ruby.L1Cache_Controller.MM_W.Load |           1     10.00%     10.00% |           1     10.00%     20.00% |           2     20.00%     40.00% |           2     20.00%     60.00% |           2     20.00%     80.00% |           0      0.00%     80.00% |           2     20.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           10                      
system.ruby.L1Cache_Controller.MM_W.Store |           1     14.29%     14.29% |           1     14.29%     28.57% |           0      0.00%     28.57% |           0      0.00%     28.57% |           2     28.57%     57.14% |           2     28.57%     85.71% |           1     14.29%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total            7                      
system.ruby.L1Cache_Controller.MM_W.L1_to_L2 |      111210     12.52%     12.52% |      113462     12.78%     25.30% |      111563     12.56%     37.86% |      111393     12.54%     50.41% |      109898     12.38%     62.78% |      108597     12.23%     75.01% |      111923     12.60%     87.61% |      110002     12.39%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_to_L2::total       888048                      
system.ruby.L1Cache_Controller.MM_W.Ack  |       56202     12.49%     12.49% |       56887     12.64%     25.14% |       56218     12.50%     37.63% |       55828     12.41%     50.04% |       56263     12.51%     62.55% |       56377     12.53%     75.08% |       55870     12.42%     87.49% |       56261     12.51%    100.00%
system.ruby.L1Cache_Controller.MM_W.Ack::total       449906                      
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers |       26774     12.58%     12.58% |       26949     12.66%     25.23% |       26770     12.57%     37.81% |       26579     12.48%     50.29% |       26698     12.54%     62.83% |       26226     12.32%     75.15% |       26444     12.42%     87.57% |       26464     12.43%    100.00%
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers::total       212904                      
system.ruby.L1Cache_Controller.IS.L1_to_L2 |      559375     12.45%     12.45% |      558027     12.42%     24.88% |      558293     12.43%     37.31% |      562308     12.52%     49.82% |      561016     12.49%     62.31% |      565493     12.59%     74.90% |      565080     12.58%     87.48% |      562192     12.52%    100.00%
system.ruby.L1Cache_Controller.IS.L1_to_L2::total      4491784                      
system.ruby.L1Cache_Controller.IS.Other_GETX |         116     12.76%     12.76% |          99     10.89%     23.65% |         129     14.19%     37.84% |         121     13.31%     51.16% |         103     11.33%     62.49% |         113     12.43%     74.92% |         112     12.32%     87.24% |         116     12.76%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETX::total          909                      
system.ruby.L1Cache_Controller.IS.Other_GETS |         237     14.40%     14.40% |         218     13.24%     27.64% |         183     11.12%     38.76% |         202     12.27%     51.03% |         220     13.37%     64.40% |         194     11.79%     76.18% |         193     11.73%     87.91% |         199     12.09%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETS::total         1646                      
system.ruby.L1Cache_Controller.IS.Ack    |      244784     12.52%     12.52% |      242045     12.38%     24.91% |      242150     12.39%     37.30% |      245524     12.56%     49.86% |      243699     12.47%     62.33% |      246765     12.63%     74.95% |      244990     12.53%     87.49% |      244506     12.51%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total      1954463                      
system.ruby.L1Cache_Controller.IS.Shared_Ack |          46     14.98%     14.98% |          41     13.36%     28.34% |          33     10.75%     39.09% |          32     10.42%     49.51% |          43     14.01%     63.52% |          40     13.03%     76.55% |          50     16.29%     92.83% |          22      7.17%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Ack::total          307                      
system.ruby.L1Cache_Controller.IS.Data   |        2111     12.57%     12.57% |        2001     11.92%     24.49% |        2092     12.46%     36.94% |        2071     12.33%     49.28% |        2090     12.45%     61.72% |        2130     12.68%     74.41% |        2134     12.71%     87.11% |        2164     12.89%    100.00%
system.ruby.L1Cache_Controller.IS.Data::total        16793                      
system.ruby.L1Cache_Controller.IS.Shared_Data |        1145     12.00%     12.00% |        1226     12.85%     24.85% |        1198     12.56%     37.41% |        1190     12.47%     49.88% |        1195     12.53%     62.41% |        1194     12.52%     74.93% |        1204     12.62%     87.55% |        1188     12.45%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Data::total         9540                      
system.ruby.L1Cache_Controller.IS.Exclusive_Data |       47067     12.48%     12.48% |       46835     12.42%     24.90% |       46880     12.43%     37.32% |       47274     12.53%     49.86% |       47143     12.50%     62.36% |       47370     12.56%     74.92% |       47471     12.59%     87.50% |       47139     12.50%    100.00%
system.ruby.L1Cache_Controller.IS.Exclusive_Data::total       377179                      
system.ruby.L1Cache_Controller.SS.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           2     66.67%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SS.Store::total            3                      
system.ruby.L1Cache_Controller.SS.L1_to_L2 |       11667     12.50%     12.50% |       11167     11.96%     24.46% |       11676     12.51%     36.97% |       11396     12.21%     49.18% |       12068     12.93%     62.11% |       11995     12.85%     74.96% |       11741     12.58%     87.54% |       11635     12.46%    100.00%
system.ruby.L1Cache_Controller.SS.L1_to_L2::total        93345                      
system.ruby.L1Cache_Controller.SS.Ack    |        7258     12.35%     12.35% |        7279     12.38%     24.73% |        7344     12.50%     37.23% |        7086     12.06%     49.29% |        7441     12.66%     61.95% |        7295     12.41%     74.36% |        7590     12.91%     87.27% |        7480     12.73%    100.00%
system.ruby.L1Cache_Controller.SS.Ack::total        58773                      
system.ruby.L1Cache_Controller.SS.Shared_Ack |          11     10.68%     10.68% |          17     16.50%     27.18% |          12     11.65%     38.83% |          15     14.56%     53.40% |          15     14.56%     67.96% |           7      6.80%     74.76% |          17     16.50%     91.26% |           9      8.74%    100.00%
system.ruby.L1Cache_Controller.SS.Shared_Ack::total          103                      
system.ruby.L1Cache_Controller.SS.All_acks |        1199     12.11%     12.11% |        1275     12.88%     24.99% |        1239     12.51%     37.50% |        1230     12.42%     49.92% |        1249     12.61%     62.54% |        1237     12.49%     75.03% |        1260     12.73%     87.76% |        1212     12.24%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks::total         9901                      
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers |        2057     12.52%     12.52% |        1952     11.88%     24.40% |        2051     12.48%     36.88% |        2031     12.36%     49.24% |        2036     12.39%     61.63% |        2087     12.70%     74.33% |        2078     12.65%     86.98% |        2140     13.02%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers::total        16432                      
system.ruby.L1Cache_Controller.OI.Load   |           1     50.00%     50.00% |           1     50.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.L1Cache_Controller.OI.Load::total            2                      
system.ruby.L1Cache_Controller.OI.Store  |           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% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OI.Store::total            1                      
system.ruby.L1Cache_Controller.OI.Other_GETX |           2      8.33%      8.33% |           3     12.50%     20.83% |           3     12.50%     33.33% |           3     12.50%     45.83% |           4     16.67%     62.50% |           2      8.33%     70.83% |           6     25.00%     95.83% |           1      4.17%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETX::total           24                      
system.ruby.L1Cache_Controller.OI.Other_GETS |           2     11.76%     11.76% |           2     11.76%     23.53% |           4     23.53%     47.06% |           1      5.88%     52.94% |           3     17.65%     70.59% |           1      5.88%     76.47% |           0      0.00%     76.47% |           4     23.53%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETS::total           17                      
system.ruby.L1Cache_Controller.OI.Merged_GETS |           3     12.50%     12.50% |           4     16.67%     29.17% |           1      4.17%     33.33% |           5     20.83%     54.17% |           2      8.33%     62.50% |           5     20.83%     83.33% |           2      8.33%     91.67% |           2      8.33%    100.00%
system.ruby.L1Cache_Controller.OI.Merged_GETS::total           24                      
system.ruby.L1Cache_Controller.OI.Writeback_Ack |        1231     13.17%     13.17% |        1158     12.39%     25.56% |        1206     12.90%     38.46% |        1131     12.10%     50.56% |        1205     12.89%     63.45% |        1119     11.97%     75.42% |        1154     12.34%     87.76% |        1144     12.24%    100.00%
system.ruby.L1Cache_Controller.OI.Writeback_Ack::total         9348                      
system.ruby.L1Cache_Controller.MI.Load   |           7      6.48%      6.48% |           8      7.41%     13.89% |          16     14.81%     28.70% |          19     17.59%     46.30% |          10      9.26%     55.56% |          18     16.67%     72.22% |          19     17.59%     89.81% |          11     10.19%    100.00%
system.ruby.L1Cache_Controller.MI.Load::total          108                      
system.ruby.L1Cache_Controller.MI.Store  |           6      9.09%      9.09% |          12     18.18%     27.27% |          11     16.67%     43.94% |           9     13.64%     57.58% |           2      3.03%     60.61% |           8     12.12%     72.73% |          10     15.15%     87.88% |           8     12.12%    100.00%
system.ruby.L1Cache_Controller.MI.Store::total           66                      
system.ruby.L1Cache_Controller.MI.Other_GETX |         187     12.15%     12.15% |         168     10.92%     23.07% |         203     13.19%     36.26% |         212     13.78%     50.03% |         184     11.96%     61.99% |         207     13.45%     75.44% |         196     12.74%     88.17% |         182     11.83%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETX::total         1539                      
system.ruby.L1Cache_Controller.MI.Other_GETS |         317     12.65%     12.65% |         305     12.18%     24.83% |         321     12.81%     37.64% |         308     12.30%     49.94% |         326     13.01%     62.95% |         306     12.22%     75.17% |         321     12.81%     87.98% |         301     12.02%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETS::total         2505                      
system.ruby.L1Cache_Controller.MI.Merged_GETS |          15     13.51%     13.51% |          10      9.01%     22.52% |          13     11.71%     34.23% |          14     12.61%     46.85% |          13     11.71%     58.56% |          15     13.51%     72.07% |          14     12.61%     84.68% |          17     15.32%    100.00%
system.ruby.L1Cache_Controller.MI.Merged_GETS::total          111                      
system.ruby.L1Cache_Controller.MI.Writeback_Ack |       72540     12.49%     12.49% |       72652     12.51%     25.01% |       72474     12.48%     37.49% |       72652     12.51%     50.00% |       72758     12.53%     62.53% |       72464     12.48%     75.01% |       72613     12.51%     87.52% |       72482     12.48%    100.00%
system.ruby.L1Cache_Controller.MI.Writeback_Ack::total       580635                      
system.ruby.L1Cache_Controller.II.Other_GETX |           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% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.II.Other_GETX::total            3                      
system.ruby.L1Cache_Controller.II.Writeback_Ack |         189     12.09%     12.09% |         171     10.94%     23.03% |         206     13.18%     36.21% |         215     13.76%     49.97% |         188     12.03%     62.00% |         209     13.37%     75.37% |         202     12.92%     88.29% |         183     11.71%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Ack::total         1563                      
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1 |           1     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           1     25.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1::total            4                      
system.ruby.L1Cache_Controller.ST.Load   |           1     25.00%     25.00% |           1     25.00%     50.00% |           1     25.00%     75.00% |           1     25.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.ST.Load::total            4                      
system.ruby.L1Cache_Controller.ST.Store  |           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% |           2    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Store::total            2                      
system.ruby.L1Cache_Controller.ST.L1_to_L2 |           0      0.00%      0.00% |           7     87.50%     87.50% |           0      0.00%     87.50% |           1     12.50%    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.ST.L1_to_L2::total            8                      
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1 |           3     15.00%     15.00% |           3     15.00%     30.00% |           3     15.00%     45.00% |           3     15.00%     60.00% |           2     10.00%     70.00% |           4     20.00%     90.00% |           1      5.00%     95.00% |           1      5.00%    100.00%
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1::total           20                      
system.ruby.L1Cache_Controller.OT.Load   |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OT.Load::total            2                      
system.ruby.L1Cache_Controller.OT.Store  |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.OT.Store::total            2                      
system.ruby.L1Cache_Controller.OT.L1_to_L2 |           3     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           2     33.33%     83.33% |           0      0.00%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.OT.L1_to_L2::total            6                      
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1 |           3     60.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           1     20.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1::total            5                      
system.ruby.L1Cache_Controller.MT.Load   |           8     13.11%     13.11% |           7     11.48%     24.59% |           9     14.75%     39.34% |          12     19.67%     59.02% |          11     18.03%     77.05% |           4      6.56%     83.61% |           5      8.20%     91.80% |           5      8.20%    100.00%
system.ruby.L1Cache_Controller.MT.Load::total           61                      
system.ruby.L1Cache_Controller.MT.Store  |           5     15.15%     15.15% |           3      9.09%     24.24% |           5     15.15%     39.39% |           6     18.18%     57.58% |           4     12.12%     69.70% |           2      6.06%     75.76% |           3      9.09%     84.85% |           5     15.15%    100.00%
system.ruby.L1Cache_Controller.MT.Store::total           33                      
system.ruby.L1Cache_Controller.MT.L1_to_L2 |           7      8.86%      8.86% |           4      5.06%     13.92% |          19     24.05%     37.97% |          10     12.66%     50.63% |           7      8.86%     59.49% |           6      7.59%     67.09% |          13     16.46%     83.54% |          13     16.46%    100.00%
system.ruby.L1Cache_Controller.MT.L1_to_L2::total           79                      
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1 |          28     13.79%     13.79% |          32     15.76%     29.56% |          25     12.32%     41.87% |          32     15.76%     57.64% |          28     13.79%     71.43% |          20      9.85%     81.28% |          19      9.36%     90.64% |          19      9.36%    100.00%
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1::total          203                      
system.ruby.L1Cache_Controller.MMT.Load  |           5     15.15%     15.15% |           5     15.15%     30.30% |           5     15.15%     45.45% |           6     18.18%     63.64% |           4     12.12%     75.76% |           4     12.12%     87.88% |           2      6.06%     93.94% |           2      6.06%    100.00%
system.ruby.L1Cache_Controller.MMT.Load::total           33                      
system.ruby.L1Cache_Controller.MMT.Store |           1      5.26%      5.26% |           1      5.26%     10.53% |           4     21.05%     31.58% |           1      5.26%     36.84% |           2     10.53%     47.37% |           4     21.05%     68.42% |           2     10.53%     78.95% |           4     21.05%    100.00%
system.ruby.L1Cache_Controller.MMT.Store::total           19                      
system.ruby.L1Cache_Controller.MMT.L1_to_L2 |           9     13.04%     13.04% |           4      5.80%     18.84% |           6      8.70%     27.54% |           8     11.59%     39.13% |          13     18.84%     57.97% |           3      4.35%     62.32% |           8     11.59%     73.91% |          18     26.09%    100.00%
system.ruby.L1Cache_Controller.MMT.L1_to_L2::total           69                      
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1 |          19     15.20%     15.20% |          13     10.40%     25.60% |          22     17.60%     43.20% |          14     11.20%     54.40% |          12      9.60%     64.00% |          17     13.60%     77.60% |          11      8.80%     86.40% |          17     13.60%    100.00%
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1::total          125                      

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