summaryrefslogtreecommitdiff
path: root/tests/quick/se/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/stats.txt
blob: 299a78275eecb0f21f252fed1ef8029f2b629dbd (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
1504
1505
1506
1507

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.004733                       # Number of seconds simulated
sim_ticks                                     4733400                       # Number of ticks simulated
final_tick                                    4733400                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  45459                       # Simulator tick rate (ticks/s)
host_mem_usage                                 533892                       # Number of bytes of host memory used
host_seconds                                   104.13                       # 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     39017600                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39017600                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14216768                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14216768                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       609650                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              609650                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       222137                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             222137                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   8243038830                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            8243038830                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   3003500232                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           3003500232                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0  11246539063                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total          11246539063                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      609676                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     222137                       # Number of write requests accepted
system.mem_ctrls.readBursts                    609676                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   222137                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               38007168                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                 1010496                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                14020224                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39019264                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14216768                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                  15789                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  3025                       # 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             74231                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             74363                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             73892                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             74507                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             74187                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             73965                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             74227                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             74490                       # 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             27470                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             27400                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27273                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27416                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             27333                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27456                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27361                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27357                       # 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                       314                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       4733386                       # 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                609676                       # 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               222137                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                     153                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     427                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                     792                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                    1352                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                    2079                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                    3064                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                    4054                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                    5356                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                    6864                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                    8709                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  11287                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  15494                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  22545                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  32679                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  46246                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  60217                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  70227                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  72202                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  64822                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  51161                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  35852                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  23634                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  16041                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  11999                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                   9304                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                   7005                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   4851                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   2978                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1553                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    670                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    234                       # 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                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                      6                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                     26                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                     34                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                     36                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                     78                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    108                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    123                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    228                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    333                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    413                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                    587                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   1402                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3145                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   5659                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   8204                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                  10599                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                  12359                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                  13826                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                  14746                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                  15249                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                  15665                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                  16347                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                  17294                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                  16657                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                  15930                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                  15968                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                  16886                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                  10292                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                   3285                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                   1017                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                    646                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                    453                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                    337                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                    286                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                    263                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                    592                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       220003                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    236.476194                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   186.977193                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   171.485363                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        38448     17.48%     17.48% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        94335     42.88%     60.36% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        45147     20.52%     80.88% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        20844      9.47%     90.35% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        11176      5.08%     95.43% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         5677      2.58%     98.01% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         2632      1.20%     99.21% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1100      0.50%     99.71% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          644      0.29%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       220003                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13685                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      43.395031                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     31.687462                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     25.881507                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-7            1275      9.32%      9.32% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::8-15           1849     13.51%     22.83% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-23           705      5.15%     27.98% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-31          1036      7.57%     35.55% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-39          1094      7.99%     43.54% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-47          1201      8.78%     52.32% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-55          1379     10.08%     62.40% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-63          1411     10.31%     72.71% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-71          1476     10.79%     83.49% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-79          1271      9.29%     92.78% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-87           698      5.10%     97.88% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-95           219      1.60%     99.48% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-103           51      0.37%     99.85% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::104-111           18      0.13%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-119            1      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::216-223            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         13685                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13685                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.007746                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.006574                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.222457                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13658     99.80%     99.80% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17                7      0.05%     99.85% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18                5      0.04%     99.89% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19                5      0.04%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20                1      0.01%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21                1      0.01%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22                3      0.02%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23                1      0.01%     99.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24                1      0.01%     99.98% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26                2      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13685                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     74960248                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                86243626                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    2969310                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       126.22                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  145.22                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      8029.57                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2961.98                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   8243.39                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   3003.50                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        85.87                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    62.73                       # 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.75                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      50.40                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   379960                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  212957                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 63.98                       # 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.93                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1660614480                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                922563600                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7399816320                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2267792640                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            308695920                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3221230284                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             10195800                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            15790909044                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           3341.005647                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           11                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        157820                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       4568577                       # 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            308695920                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            102136248                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           2746215600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3157047768                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.967693                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      4568542                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        157820                       # 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                           99240                       # number of read accesses completed
system.cpu0.num_writes                          55703                       # number of write accesses completed
system.cpu1.num_reads                           99630                       # number of read accesses completed
system.cpu1.num_writes                          55894                       # number of write accesses completed
system.cpu2.num_reads                          100000                       # number of read accesses completed
system.cpu2.num_writes                          55558                       # number of write accesses completed
system.cpu3.num_reads                           99663                       # number of read accesses completed
system.cpu3.num_writes                          55627                       # number of write accesses completed
system.cpu4.num_reads                           99301                       # number of read accesses completed
system.cpu4.num_writes                          55122                       # number of write accesses completed
system.cpu5.num_reads                           99744                       # number of read accesses completed
system.cpu5.num_writes                          55403                       # number of write accesses completed
system.cpu6.num_reads                           99405                       # number of read accesses completed
system.cpu6.num_writes                          55787                       # number of write accesses completed
system.cpu7.num_reads                           99787                       # number of read accesses completed
system.cpu7.num_writes                          56016                       # 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       630953                      
system.ruby.outstanding_req_hist::mean      15.998455                      
system.ruby.outstanding_req_hist::gmean     15.997199                      
system.ruby.outstanding_req_hist::stdev      0.125474                      
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% |          31      0.00%      0.02% |      630818     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        630953                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              630825                      
system.ruby.latency_hist::mean             960.308815                      
system.ruby.latency_hist::gmean            687.329820                      
system.ruby.latency_hist::stdev            668.477616                      
system.ruby.latency_hist                 |      236510     37.49%     37.49% |      115846     18.36%     55.86% |      117532     18.63%     74.49% |      125080     19.83%     94.32% |       33628      5.33%     99.65% |        2176      0.34%     99.99% |          53      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                630825                      
system.ruby.hit_latency_hist::bucket_size          256                      
system.ruby.hit_latency_hist::max_bucket         2559                      
system.ruby.hit_latency_hist::samples             703                      
system.ruby.hit_latency_hist::mean         107.428165                      
system.ruby.hit_latency_hist::gmean         37.578183                      
system.ruby.hit_latency_hist::stdev        143.869758                      
system.ruby.hit_latency_hist             |         636     90.47%     90.47% |          48      6.83%     97.30% |          15      2.13%     99.43% |           2      0.28%     99.72% |           0      0.00%     99.72% |           2      0.28%    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               703                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         630122                      
system.ruby.miss_latency_hist::mean        961.260337                      
system.ruby.miss_latency_hist::gmean       689.562128                      
system.ruby.miss_latency_hist::stdev       668.225537                      
system.ruby.miss_latency_hist            |      235826     37.43%     37.43% |      115829     18.38%     55.81% |      117530     18.65%     74.46% |      125080     19.85%     94.31% |       33628      5.34%     99.65% |        2176      0.35%     99.99% |          53      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           630122                      
system.ruby.L1Cache.incomplete_times             1012                      
system.ruby.Directory.incomplete_times         171726                      
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           16                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78655                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78671                       # 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           56                       # Number of cache demand hits
system.ruby.l1_cntrl0.L2cache.demand_misses        78599                       # Number of cache demand misses
system.ruby.l1_cntrl0.L2cache.demand_accesses        78655                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Dcache.demand_hits           28                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78868                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78896                       # 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           62                       # Number of cache demand hits
system.ruby.l1_cntrl1.L2cache.demand_misses        78806                       # Number of cache demand misses
system.ruby.l1_cntrl1.L2cache.demand_accesses        78868                       # Number of cache demand accesses
system.ruby.l1_cntrl2.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78934                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78953                       # 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           67                       # Number of cache demand hits
system.ruby.l1_cntrl2.L2cache.demand_misses        78867                       # Number of cache demand misses
system.ruby.l1_cntrl2.L2cache.demand_accesses        78934                       # Number of cache demand accesses
system.ruby.l1_cntrl3.L1Dcache.demand_hits           18                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78870                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78888                       # 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           74                       # Number of cache demand hits
system.ruby.l1_cntrl3.L2cache.demand_misses        78796                       # Number of cache demand misses
system.ruby.l1_cntrl3.L2cache.demand_accesses        78870                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L1Dcache.demand_hits           15                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        79005                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        79020                       # 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           67                       # Number of cache demand hits
system.ruby.l1_cntrl4.L2cache.demand_misses        78938                       # Number of cache demand misses
system.ruby.l1_cntrl4.L2cache.demand_accesses        79005                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78750                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78770                       # 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           64                       # Number of cache demand hits
system.ruby.l1_cntrl5.L2cache.demand_misses        78686                       # Number of cache demand misses
system.ruby.l1_cntrl5.L2cache.demand_accesses        78750                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Dcache.demand_hits           12                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78669                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78681                       # 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           84                       # Number of cache demand hits
system.ruby.l1_cntrl6.L2cache.demand_misses        78585                       # Number of cache demand misses
system.ruby.l1_cntrl6.L2cache.demand_accesses        78669                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78957                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78974                       # 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           84                       # Number of cache demand hits
system.ruby.l1_cntrl7.L2cache.demand_misses        78873                       # Number of cache demand misses
system.ruby.l1_cntrl7.L2cache.demand_accesses        78957                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized    15.737393                      
system.ruby.network.routers0.msg_count.Request_Control::2        78599                      
system.ruby.network.routers0.msg_count.Request_Control::3          129                      
system.ruby.network.routers0.msg_count.Response_Data::4        81242                      
system.ruby.network.routers0.msg_count.Response_Control::4      1095039                      
system.ruby.network.routers0.msg_count.Writeback_Data::5        27870                      
system.ruby.network.routers0.msg_count.Writeback_Control::2        74172                      
system.ruby.network.routers0.msg_count.Writeback_Control::3        74170                      
system.ruby.network.routers0.msg_count.Writeback_Control::5        46105                      
system.ruby.network.routers0.msg_count.Broadcast_Control::3       550644                      
system.ruby.network.routers0.msg_count.Unblock_Control::5        78789                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       628792                      
system.ruby.network.routers0.msg_bytes.Request_Control::3         1032                      
system.ruby.network.routers0.msg_bytes.Response_Data::4      5849424                      
system.ruby.network.routers0.msg_bytes.Response_Control::4      8760312                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::5      2006640                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::2       593376                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::3       593360                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::5       368840                      
system.ruby.network.routers0.msg_bytes.Broadcast_Control::3      4405152                      
system.ruby.network.routers0.msg_bytes.Unblock_Control::5       630312                      
system.ruby.network.routers1.percent_links_utilized    15.754315                      
system.ruby.network.routers1.msg_count.Request_Control::2        78806                      
system.ruby.network.routers1.msg_count.Request_Control::3          125                      
system.ruby.network.routers1.msg_count.Response_Data::4        81304                      
system.ruby.network.routers1.msg_count.Response_Control::4      1096466                      
system.ruby.network.routers1.msg_count.Writeback_Data::5        27909                      
system.ruby.network.routers1.msg_count.Writeback_Control::2        74407                      
system.ruby.network.routers1.msg_count.Writeback_Control::3        74404                      
system.ruby.network.routers1.msg_count.Writeback_Control::5        46318                      
system.ruby.network.routers1.msg_count.Broadcast_Control::3       550437                      
system.ruby.network.routers1.msg_count.Unblock_Control::5        78979                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       630448                      
system.ruby.network.routers1.msg_bytes.Request_Control::3         1000                      
system.ruby.network.routers1.msg_bytes.Response_Data::4      5853888                      
system.ruby.network.routers1.msg_bytes.Response_Control::4      8771728                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::5      2009448                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::2       595256                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::3       595232                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::5       370544                      
system.ruby.network.routers1.msg_bytes.Broadcast_Control::3      4403496                      
system.ruby.network.routers1.msg_bytes.Unblock_Control::5       631832                      
system.ruby.network.routers2.percent_links_utilized    15.751157                      
system.ruby.network.routers2.msg_count.Request_Control::2        78867                      
system.ruby.network.routers2.msg_count.Request_Control::3          131                      
system.ruby.network.routers2.msg_count.Response_Data::4        81472                      
system.ruby.network.routers2.msg_count.Response_Control::4      1096583                      
system.ruby.network.routers2.msg_count.Writeback_Data::5        27663                      
system.ruby.network.routers2.msg_count.Writeback_Control::2        74294                      
system.ruby.network.routers2.msg_count.Writeback_Control::3        74292                      
system.ruby.network.routers2.msg_count.Writeback_Control::5        46452                      
system.ruby.network.routers2.msg_count.Broadcast_Control::3       550392                      
system.ruby.network.routers2.msg_count.Unblock_Control::5        79038                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       630936                      
system.ruby.network.routers2.msg_bytes.Request_Control::3         1048                      
system.ruby.network.routers2.msg_bytes.Response_Data::4      5865984                      
system.ruby.network.routers2.msg_bytes.Response_Control::4      8772664                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::5      1991736                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::2       594352                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::3       594336                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::5       371616                      
system.ruby.network.routers2.msg_bytes.Broadcast_Control::3      4403136                      
system.ruby.network.routers2.msg_bytes.Unblock_Control::5       632304                      
system.ruby.network.routers3.percent_links_utilized    15.749123                      
system.ruby.network.routers3.msg_count.Request_Control::2        78796                      
system.ruby.network.routers3.msg_count.Request_Control::3          122                      
system.ruby.network.routers3.msg_count.Response_Data::4        81321                      
system.ruby.network.routers3.msg_count.Response_Control::4      1096238                      
system.ruby.network.routers3.msg_count.Writeback_Data::5        27820                      
system.ruby.network.routers3.msg_count.Writeback_Control::2        74344                      
system.ruby.network.routers3.msg_count.Writeback_Control::3        74341                      
system.ruby.network.routers3.msg_count.Writeback_Control::5        46330                      
system.ruby.network.routers3.msg_count.Broadcast_Control::3       550453                      
system.ruby.network.routers3.msg_count.Unblock_Control::5        78983                      
system.ruby.network.routers3.msg_bytes.Request_Control::2       630368                      
system.ruby.network.routers3.msg_bytes.Request_Control::3          976                      
system.ruby.network.routers3.msg_bytes.Response_Data::4      5855112                      
system.ruby.network.routers3.msg_bytes.Response_Control::4      8769904                      
system.ruby.network.routers3.msg_bytes.Writeback_Data::5      2003040                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::2       594752                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::3       594728                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::5       370640                      
system.ruby.network.routers3.msg_bytes.Broadcast_Control::3      4403624                      
system.ruby.network.routers3.msg_bytes.Unblock_Control::5       631864                      
system.ruby.network.routers4.percent_links_utilized    15.755366                      
system.ruby.network.routers4.msg_count.Request_Control::2        78938                      
system.ruby.network.routers4.msg_count.Request_Control::3          132                      
system.ruby.network.routers4.msg_count.Response_Data::4        81528                      
system.ruby.network.routers4.msg_count.Response_Control::4      1097025                      
system.ruby.network.routers4.msg_count.Writeback_Data::5        27614                      
system.ruby.network.routers4.msg_count.Writeback_Control::2        74357                      
system.ruby.network.routers4.msg_count.Writeback_Control::3        74357                      
system.ruby.network.routers4.msg_count.Writeback_Control::5        46551                      
system.ruby.network.routers4.msg_count.Broadcast_Control::3       550297                      
system.ruby.network.routers4.msg_count.Unblock_Control::5        79123                      
system.ruby.network.routers4.msg_bytes.Request_Control::2       631504                      
system.ruby.network.routers4.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers4.msg_bytes.Response_Data::4      5870016                      
system.ruby.network.routers4.msg_bytes.Response_Control::4      8776200                      
system.ruby.network.routers4.msg_bytes.Writeback_Data::5      1988208                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::2       594856                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::3       594856                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::5       372408                      
system.ruby.network.routers4.msg_bytes.Broadcast_Control::3      4402376                      
system.ruby.network.routers4.msg_bytes.Unblock_Control::5       632984                      
system.ruby.network.routers5.percent_links_utilized    15.726787                      
system.ruby.network.routers5.msg_count.Request_Control::2        78686                      
system.ruby.network.routers5.msg_count.Request_Control::3          133                      
system.ruby.network.routers5.msg_count.Response_Data::4        81219                      
system.ruby.network.routers5.msg_count.Response_Control::4      1095611                      
system.ruby.network.routers5.msg_count.Writeback_Data::5        27527                      
system.ruby.network.routers5.msg_count.Writeback_Control::2        74261                      
system.ruby.network.routers5.msg_count.Writeback_Control::3        74258                      
system.ruby.network.routers5.msg_count.Writeback_Control::5        46553                      
system.ruby.network.routers5.msg_count.Broadcast_Control::3       550572                      
system.ruby.network.routers5.msg_count.Unblock_Control::5        78859                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       629488                      
system.ruby.network.routers5.msg_bytes.Request_Control::3         1064                      
system.ruby.network.routers5.msg_bytes.Response_Data::4      5847768                      
system.ruby.network.routers5.msg_bytes.Response_Control::4      8764888                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::5      1981944                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::2       594088                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::3       594064                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::5       372424                      
system.ruby.network.routers5.msg_bytes.Broadcast_Control::3      4404576                      
system.ruby.network.routers5.msg_bytes.Unblock_Control::5       630872                      
system.ruby.network.routers6.percent_links_utilized    15.727759                      
system.ruby.network.routers6.msg_count.Request_Control::2        78585                      
system.ruby.network.routers6.msg_count.Request_Control::3          121                      
system.ruby.network.routers6.msg_count.Response_Data::4        81114                      
system.ruby.network.routers6.msg_count.Response_Control::4      1094984                      
system.ruby.network.routers6.msg_count.Writeback_Data::5        27802                      
system.ruby.network.routers6.msg_count.Writeback_Control::2        74151                      
system.ruby.network.routers6.msg_count.Writeback_Control::3        74151                      
system.ruby.network.routers6.msg_count.Writeback_Control::5        46164                      
system.ruby.network.routers6.msg_count.Broadcast_Control::3       550666                      
system.ruby.network.routers6.msg_count.Unblock_Control::5        78765                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       628680                      
system.ruby.network.routers6.msg_bytes.Request_Control::3          968                      
system.ruby.network.routers6.msg_bytes.Response_Data::4      5840208                      
system.ruby.network.routers6.msg_bytes.Response_Control::4      8759872                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::5      2001744                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::2       593208                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::3       593208                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::5       369312                      
system.ruby.network.routers6.msg_bytes.Broadcast_Control::3      4405328                      
system.ruby.network.routers6.msg_bytes.Unblock_Control::5       630120                      
system.ruby.network.routers7.percent_links_utilized    15.762264                      
system.ruby.network.routers7.msg_count.Request_Control::2        78873                      
system.ruby.network.routers7.msg_count.Request_Control::3          117                      
system.ruby.network.routers7.msg_count.Response_Data::4        81388                      
system.ruby.network.routers7.msg_count.Response_Control::4      1096662                      
system.ruby.network.routers7.msg_count.Writeback_Data::5        27932                      
system.ruby.network.routers7.msg_count.Writeback_Control::2        74504                      
system.ruby.network.routers7.msg_count.Writeback_Control::3        74500                      
system.ruby.network.routers7.msg_count.Writeback_Control::5        46359                      
system.ruby.network.routers7.msg_count.Broadcast_Control::3       550391                      
system.ruby.network.routers7.msg_count.Unblock_Control::5        79078                      
system.ruby.network.routers7.msg_bytes.Request_Control::2       630984                      
system.ruby.network.routers7.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers7.msg_bytes.Response_Data::4      5859936                      
system.ruby.network.routers7.msg_bytes.Response_Control::4      8773296                      
system.ruby.network.routers7.msg_bytes.Writeback_Data::5      2011104                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::2       596032                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::3       596000                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::5       370872                      
system.ruby.network.routers7.msg_bytes.Broadcast_Control::3      4403128                      
system.ruby.network.routers7.msg_bytes.Unblock_Control::5       632624                      
system.ruby.network.routers8.percent_links_utilized    57.769119                      
system.ruby.network.routers8.msg_count.Request_Control::2       630149                      
system.ruby.network.routers8.msg_count.Request_Control::3         1010                      
system.ruby.network.routers8.msg_count.Response_Data::4       609650                      
system.ruby.network.routers8.msg_count.Writeback_Data::5       222137                      
system.ruby.network.routers8.msg_count.Writeback_Control::2       594489                      
system.ruby.network.routers8.msg_count.Writeback_Control::3       594477                      
system.ruby.network.routers8.msg_count.Writeback_Control::5       370829                      
system.ruby.network.routers8.msg_count.Broadcast_Control::3       629123                      
system.ruby.network.routers8.msg_count.Unblock_Control::5       631614                      
system.ruby.network.routers8.msg_bytes.Request_Control::2      5041192                      
system.ruby.network.routers8.msg_bytes.Request_Control::3         8080                      
system.ruby.network.routers8.msg_bytes.Response_Data::4     43894800                      
system.ruby.network.routers8.msg_bytes.Writeback_Data::5     15993864                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::2      4755912                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::3      4755816                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::5      2966632                      
system.ruby.network.routers8.msg_bytes.Broadcast_Control::3      5032984                      
system.ruby.network.routers8.msg_bytes.Unblock_Control::5      5052912                      
system.ruby.network.routers9.percent_links_utilized    22.629995                      
system.ruby.network.routers9.msg_count.Request_Control::2       630149                      
system.ruby.network.routers9.msg_count.Request_Control::3         1010                      
system.ruby.network.routers9.msg_count.Response_Data::4       630120                      
system.ruby.network.routers9.msg_count.Response_Control::4      4384295                      
system.ruby.network.routers9.msg_count.Writeback_Data::5       222137                      
system.ruby.network.routers9.msg_count.Writeback_Control::2       594489                      
system.ruby.network.routers9.msg_count.Writeback_Control::3       594473                      
system.ruby.network.routers9.msg_count.Writeback_Control::5       370830                      
system.ruby.network.routers9.msg_count.Broadcast_Control::3      4403854                      
system.ruby.network.routers9.msg_count.Unblock_Control::5       631614                      
system.ruby.network.routers9.msg_bytes.Request_Control::2      5041192                      
system.ruby.network.routers9.msg_bytes.Request_Control::3         8080                      
system.ruby.network.routers9.msg_bytes.Response_Data::4     45368640                      
system.ruby.network.routers9.msg_bytes.Response_Control::4     35074360                      
system.ruby.network.routers9.msg_bytes.Writeback_Data::5     15993864                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::2      4755912                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::3      4755784                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::5      2966640                      
system.ruby.network.routers9.msg_bytes.Broadcast_Control::3     35230832                      
system.ruby.network.routers9.msg_bytes.Unblock_Control::5      5052912                      
system.ruby.network.msg_count.Request_Control      1893478                      
system.ruby.network.msg_count.Response_Data      1890358                      
system.ruby.network.msg_count.Response_Control     13152903                      
system.ruby.network.msg_count.Writeback_Data       666411                      
system.ruby.network.msg_count.Writeback_Control      4679382                      
system.ruby.network.msg_count.Broadcast_Control      9436829                      
system.ruby.network.msg_count.Unblock_Control      1894842                      
system.ruby.network.msg_byte.Request_Control     15147824                      
system.ruby.network.msg_byte.Response_Data    136105776                      
system.ruby.network.msg_byte.Response_Control    105223224                      
system.ruby.network.msg_byte.Writeback_Data     47981592                      
system.ruby.network.msg_byte.Writeback_Control     37435056                      
system.ruby.network.msg_byte.Broadcast_Control     75494632                      
system.ruby.network.msg_byte.Unblock_Control     15158736                      
system.ruby.network.routers0.throttle0.link_utilization    19.850636                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::3          129                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4        78595                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4       546922                      
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3        74170                      
system.ruby.network.routers0.throttle0.msg_count.Broadcast_Control::3       550644                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::3         1032                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4      5658840                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4      4375376                      
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3       593360                      
system.ruby.network.routers0.throttle0.msg_bytes.Broadcast_Control::3      4405152                      
system.ruby.network.routers0.throttle1.link_utilization    11.624150                      
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2        78599                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::4         2647                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::4       548117                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5        27870                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2        74172                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::5        46105                      
system.ruby.network.routers0.throttle1.msg_count.Unblock_Control::5        78789                      
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::2       628792                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::4       190584                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::4      4384936                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5      2006640                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2       593376                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5       368840                      
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5       630312                      
system.ruby.network.routers1.throttle0.link_utilization    19.886245                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::3          125                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::4        78801                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::4       548416                      
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::3        74404                      
system.ruby.network.routers1.throttle0.msg_count.Broadcast_Control::3       550437                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::3         1000                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::4      5673672                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::4      4387328                      
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::3       595232                      
system.ruby.network.routers1.throttle0.msg_bytes.Broadcast_Control::3      4403496                      
system.ruby.network.routers1.throttle1.link_utilization    11.622386                      
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2        78806                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4         2503                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4       548050                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::5        27909                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::2        74407                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::5        46318                      
system.ruby.network.routers1.throttle1.msg_count.Unblock_Control::5        78979                      
system.ruby.network.routers1.throttle1.msg_bytes.Request_Control::2       630448                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4       180216                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4      4384400                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::5      2009448                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::2       595256                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::5       370544                      
system.ruby.network.routers1.throttle1.msg_bytes.Unblock_Control::5       631832                      
system.ruby.network.routers2.throttle0.link_utilization    19.893364                      
system.ruby.network.routers2.throttle0.msg_count.Request_Control::3          131                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4        78864                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::4       548677                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3        74292                      
system.ruby.network.routers2.throttle0.msg_count.Broadcast_Control::3       550392                      
system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::3         1048                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4      5678208                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::4      4389416                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3       594336                      
system.ruby.network.routers2.throttle0.msg_bytes.Broadcast_Control::3      4403136                      
system.ruby.network.routers2.throttle1.link_utilization    11.608949                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        78867                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4         2608                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::4       547906                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5        27663                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2        74294                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::5        46452                      
system.ruby.network.routers2.throttle1.msg_count.Unblock_Control::5        79038                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       630936                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4       187776                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::4      4383248                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Data::5      1991736                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::2       594352                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::5       371616                      
system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5       632304                      
system.ruby.network.routers3.throttle0.link_utilization    19.882769                      
system.ruby.network.routers3.throttle0.msg_count.Request_Control::3          122                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4        78794                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4       548200                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::3        74341                      
system.ruby.network.routers3.throttle0.msg_count.Broadcast_Control::3       550453                      
system.ruby.network.routers3.throttle0.msg_bytes.Request_Control::3          976                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4      5673168                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4      4385600                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::3       594728                      
system.ruby.network.routers3.throttle0.msg_bytes.Broadcast_Control::3      4403624                      
system.ruby.network.routers3.throttle1.link_utilization    11.615477                      
system.ruby.network.routers3.throttle1.msg_count.Request_Control::2        78796                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::4         2527                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::4       548038                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::5        27820                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::2        74344                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::5        46330                      
system.ruby.network.routers3.throttle1.msg_count.Unblock_Control::5        78983                      
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::2       630368                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::4       181944                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::4      4384304                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::5      2003040                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::2       594752                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::5       370640                      
system.ruby.network.routers3.throttle1.msg_bytes.Unblock_Control::5       631864                      
system.ruby.network.routers4.throttle0.link_utilization    19.905153                      
system.ruby.network.routers4.throttle0.msg_count.Request_Control::3          132                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::4        78933                      
system.ruby.network.routers4.throttle0.msg_count.Response_Control::4       549198                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::3        74357                      
system.ruby.network.routers4.throttle0.msg_count.Broadcast_Control::3       550297                      
system.ruby.network.routers4.throttle0.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::4      5683176                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Control::4      4393584                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::3       594856                      
system.ruby.network.routers4.throttle0.msg_bytes.Broadcast_Control::3      4402376                      
system.ruby.network.routers4.throttle1.link_utilization    11.605579                      
system.ruby.network.routers4.throttle1.msg_count.Request_Control::2        78938                      
system.ruby.network.routers4.throttle1.msg_count.Response_Data::4         2595                      
system.ruby.network.routers4.throttle1.msg_count.Response_Control::4       547827                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Data::5        27614                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::2        74357                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::5        46551                      
system.ruby.network.routers4.throttle1.msg_count.Unblock_Control::5        79123                      
system.ruby.network.routers4.throttle1.msg_bytes.Request_Control::2       631504                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Data::4       186840                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Control::4      4382616                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Data::5      1988208                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::2       594856                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::5       372408                      
system.ruby.network.routers4.throttle1.msg_bytes.Unblock_Control::5       632984                      
system.ruby.network.routers5.throttle0.link_utilization    19.864801                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::3          133                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::4        78683                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::4       547451                      
system.ruby.network.routers5.throttle0.msg_count.Writeback_Control::3        74258                      
system.ruby.network.routers5.throttle0.msg_count.Broadcast_Control::3       550572                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::3         1064                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::4      5665176                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::4      4379608                      
system.ruby.network.routers5.throttle0.msg_bytes.Writeback_Control::3       594064                      
system.ruby.network.routers5.throttle0.msg_bytes.Broadcast_Control::3      4404576                      
system.ruby.network.routers5.throttle1.link_utilization    11.588773                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        78686                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::4         2536                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::4       548160                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Data::5        27527                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::2        74261                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::5        46553                      
system.ruby.network.routers5.throttle1.msg_count.Unblock_Control::5        78859                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       629488                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::4       182592                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::4      4385280                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Data::5      1981944                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::2       594088                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::5       372424                      
system.ruby.network.routers5.throttle1.msg_bytes.Unblock_Control::5       630872                      
system.ruby.network.routers6.throttle0.link_utilization    19.847340                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::3          121                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::4        78581                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::4       546741                      
system.ruby.network.routers6.throttle0.msg_count.Writeback_Control::3        74151                      
system.ruby.network.routers6.throttle0.msg_count.Broadcast_Control::3       550666                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::3          968                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::4      5657832                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::4      4373928                      
system.ruby.network.routers6.throttle0.msg_bytes.Writeback_Control::3       593208                      
system.ruby.network.routers6.throttle0.msg_bytes.Broadcast_Control::3      4405328                      
system.ruby.network.routers6.throttle1.link_utilization    11.608178                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        78585                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::4         2533                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::4       548243                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Data::5        27802                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::2        74151                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::5        46164                      
system.ruby.network.routers6.throttle1.msg_count.Unblock_Control::5        78765                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       628680                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::4       182376                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::4      4385944                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Data::5      2001744                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::2       593208                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::5       369312                      
system.ruby.network.routers6.throttle1.msg_bytes.Unblock_Control::5       630120                      
system.ruby.network.routers7.throttle0.link_utilization    19.896005                      
system.ruby.network.routers7.throttle0.msg_count.Request_Control::3          117                      
system.ruby.network.routers7.throttle0.msg_count.Response_Data::4        78869                      
system.ruby.network.routers7.throttle0.msg_count.Response_Control::4       548686                      
system.ruby.network.routers7.throttle0.msg_count.Writeback_Control::3        74500                      
system.ruby.network.routers7.throttle0.msg_count.Broadcast_Control::3       550391                      
system.ruby.network.routers7.throttle0.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Data::4      5678568                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Control::4      4389488                      
system.ruby.network.routers7.throttle0.msg_bytes.Writeback_Control::3       596000                      
system.ruby.network.routers7.throttle0.msg_bytes.Broadcast_Control::3      4403128                      
system.ruby.network.routers7.throttle1.link_utilization    11.628523                      
system.ruby.network.routers7.throttle1.msg_count.Request_Control::2        78873                      
system.ruby.network.routers7.throttle1.msg_count.Response_Data::4         2519                      
system.ruby.network.routers7.throttle1.msg_count.Response_Control::4       547976                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Data::5        27932                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::2        74504                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::5        46359                      
system.ruby.network.routers7.throttle1.msg_count.Unblock_Control::5        79078                      
system.ruby.network.routers7.throttle1.msg_bytes.Request_Control::2       630984                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Data::4       181368                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Control::4      4383808                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Data::5      2011104                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::2       596032                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::5       370872                      
system.ruby.network.routers7.throttle1.msg_bytes.Unblock_Control::5       632624                      
system.ruby.network.routers8.throttle0.link_utilization    44.643533                      
system.ruby.network.routers8.throttle0.msg_count.Request_Control::2       630149                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Data::5       222137                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::2       594489                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::5       370829                      
system.ruby.network.routers8.throttle0.msg_count.Unblock_Control::5       631614                      
system.ruby.network.routers8.throttle0.msg_bytes.Request_Control::2      5041192                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Data::5     15993864                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::2      4755912                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::5      2966632                      
system.ruby.network.routers8.throttle0.msg_bytes.Unblock_Control::5      5052912                      
system.ruby.network.routers8.throttle1.link_utilization    70.894706                      
system.ruby.network.routers8.throttle1.msg_count.Request_Control::3         1010                      
system.ruby.network.routers8.throttle1.msg_count.Response_Data::4       609650                      
system.ruby.network.routers8.throttle1.msg_count.Writeback_Control::3       594477                      
system.ruby.network.routers8.throttle1.msg_count.Broadcast_Control::3       629123                      
system.ruby.network.routers8.throttle1.msg_bytes.Request_Control::3         8080                      
system.ruby.network.routers8.throttle1.msg_bytes.Response_Data::4     43894800                      
system.ruby.network.routers8.throttle1.msg_bytes.Writeback_Control::3      4755816                      
system.ruby.network.routers8.throttle1.msg_bytes.Broadcast_Control::3      5032984                      
system.ruby.network.routers9.throttle0.link_utilization    19.850636                      
system.ruby.network.routers9.throttle0.msg_count.Request_Control::3          129                      
system.ruby.network.routers9.throttle0.msg_count.Response_Data::4        78595                      
system.ruby.network.routers9.throttle0.msg_count.Response_Control::4       546922                      
system.ruby.network.routers9.throttle0.msg_count.Writeback_Control::3        74170                      
system.ruby.network.routers9.throttle0.msg_count.Broadcast_Control::3       550644                      
system.ruby.network.routers9.throttle0.msg_bytes.Request_Control::3         1032                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Data::4      5658840                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Control::4      4375376                      
system.ruby.network.routers9.throttle0.msg_bytes.Writeback_Control::3       593360                      
system.ruby.network.routers9.throttle0.msg_bytes.Broadcast_Control::3      4405152                      
system.ruby.network.routers9.throttle1.link_utilization    19.886245                      
system.ruby.network.routers9.throttle1.msg_count.Request_Control::3          125                      
system.ruby.network.routers9.throttle1.msg_count.Response_Data::4        78801                      
system.ruby.network.routers9.throttle1.msg_count.Response_Control::4       548416                      
system.ruby.network.routers9.throttle1.msg_count.Writeback_Control::3        74404                      
system.ruby.network.routers9.throttle1.msg_count.Broadcast_Control::3       550437                      
system.ruby.network.routers9.throttle1.msg_bytes.Request_Control::3         1000                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Data::4      5673672                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Control::4      4387328                      
system.ruby.network.routers9.throttle1.msg_bytes.Writeback_Control::3       595232                      
system.ruby.network.routers9.throttle1.msg_bytes.Broadcast_Control::3      4403496                      
system.ruby.network.routers9.throttle2.link_utilization    19.893396                      
system.ruby.network.routers9.throttle2.msg_count.Request_Control::3          131                      
system.ruby.network.routers9.throttle2.msg_count.Response_Data::4        78864                      
system.ruby.network.routers9.throttle2.msg_count.Response_Control::4       548677                      
system.ruby.network.routers9.throttle2.msg_count.Writeback_Control::3        74292                      
system.ruby.network.routers9.throttle2.msg_count.Broadcast_Control::3       550392                      
system.ruby.network.routers9.throttle2.msg_bytes.Request_Control::3         1048                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Data::4      5678208                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Control::4      4389416                      
system.ruby.network.routers9.throttle2.msg_bytes.Writeback_Control::3       594336                      
system.ruby.network.routers9.throttle2.msg_bytes.Broadcast_Control::3      4403136                      
system.ruby.network.routers9.throttle3.link_utilization    19.882812                      
system.ruby.network.routers9.throttle3.msg_count.Request_Control::3          122                      
system.ruby.network.routers9.throttle3.msg_count.Response_Data::4        78794                      
system.ruby.network.routers9.throttle3.msg_count.Response_Control::4       548204                      
system.ruby.network.routers9.throttle3.msg_count.Writeback_Control::3        74341                      
system.ruby.network.routers9.throttle3.msg_count.Broadcast_Control::3       550453                      
system.ruby.network.routers9.throttle3.msg_bytes.Request_Control::3          976                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Data::4      5673168                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Control::4      4385632                      
system.ruby.network.routers9.throttle3.msg_bytes.Writeback_Control::3       594728                      
system.ruby.network.routers9.throttle3.msg_bytes.Broadcast_Control::3      4403624                      
system.ruby.network.routers9.throttle4.link_utilization    19.905153                      
system.ruby.network.routers9.throttle4.msg_count.Request_Control::3          132                      
system.ruby.network.routers9.throttle4.msg_count.Response_Data::4        78933                      
system.ruby.network.routers9.throttle4.msg_count.Response_Control::4       549198                      
system.ruby.network.routers9.throttle4.msg_count.Writeback_Control::3        74357                      
system.ruby.network.routers9.throttle4.msg_count.Broadcast_Control::3       550297                      
system.ruby.network.routers9.throttle4.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Data::4      5683176                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Control::4      4393584                      
system.ruby.network.routers9.throttle4.msg_bytes.Writeback_Control::3       594856                      
system.ruby.network.routers9.throttle4.msg_bytes.Broadcast_Control::3      4402376                      
system.ruby.network.routers9.throttle5.link_utilization    19.864822                      
system.ruby.network.routers9.throttle5.msg_count.Request_Control::3          133                      
system.ruby.network.routers9.throttle5.msg_count.Response_Data::4        78683                      
system.ruby.network.routers9.throttle5.msg_count.Response_Control::4       547451                      
system.ruby.network.routers9.throttle5.msg_count.Writeback_Control::3        74258                      
system.ruby.network.routers9.throttle5.msg_count.Broadcast_Control::3       550574                      
system.ruby.network.routers9.throttle5.msg_bytes.Request_Control::3         1064                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Data::4      5665176                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Control::4      4379608                      
system.ruby.network.routers9.throttle5.msg_bytes.Writeback_Control::3       594064                      
system.ruby.network.routers9.throttle5.msg_bytes.Broadcast_Control::3      4404592                      
system.ruby.network.routers9.throttle6.link_utilization    19.847340                      
system.ruby.network.routers9.throttle6.msg_count.Request_Control::3          121                      
system.ruby.network.routers9.throttle6.msg_count.Response_Data::4        78581                      
system.ruby.network.routers9.throttle6.msg_count.Response_Control::4       546741                      
system.ruby.network.routers9.throttle6.msg_count.Writeback_Control::3        74151                      
system.ruby.network.routers9.throttle6.msg_count.Broadcast_Control::3       550666                      
system.ruby.network.routers9.throttle6.msg_bytes.Request_Control::3          968                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Data::4      5657832                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Control::4      4373928                      
system.ruby.network.routers9.throttle6.msg_bytes.Writeback_Control::3       593208                      
system.ruby.network.routers9.throttle6.msg_bytes.Broadcast_Control::3      4405328                      
system.ruby.network.routers9.throttle7.link_utilization    19.896005                      
system.ruby.network.routers9.throttle7.msg_count.Request_Control::3          117                      
system.ruby.network.routers9.throttle7.msg_count.Response_Data::4        78869                      
system.ruby.network.routers9.throttle7.msg_count.Response_Control::4       548686                      
system.ruby.network.routers9.throttle7.msg_count.Writeback_Control::3        74500                      
system.ruby.network.routers9.throttle7.msg_count.Broadcast_Control::3       550391                      
system.ruby.network.routers9.throttle7.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Data::4      5678568                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Control::4      4389488                      
system.ruby.network.routers9.throttle7.msg_bytes.Writeback_Control::3       596000                      
system.ruby.network.routers9.throttle7.msg_bytes.Broadcast_Control::3      4403128                      
system.ruby.network.routers9.throttle8.link_utilization    44.643544                      
system.ruby.network.routers9.throttle8.msg_count.Request_Control::2       630149                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Data::5       222137                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::2       594489                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::5       370830                      
system.ruby.network.routers9.throttle8.msg_count.Unblock_Control::5       631614                      
system.ruby.network.routers9.throttle8.msg_bytes.Request_Control::2      5041192                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Data::5     15993864                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::2      4755912                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::5      2966640                      
system.ruby.network.routers9.throttle8.msg_bytes.Unblock_Control::5      5052912                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           405857                      
system.ruby.LD.latency_hist::mean          960.278100                      
system.ruby.LD.latency_hist::gmean         687.146238                      
system.ruby.LD.latency_hist::stdev         668.516283                      
system.ruby.LD.latency_hist              |      152104     37.48%     37.48% |       74658     18.40%     55.87% |       75456     18.59%     74.46% |       80607     19.86%     94.33% |       21579      5.32%     99.64% |        1421      0.35%     99.99% |          32      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             405857                      
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          448                      
system.ruby.LD.hit_latency_hist::mean      112.939732                      
system.ruby.LD.hit_latency_hist::gmean      40.574546                      
system.ruby.LD.hit_latency_hist::stdev     146.390268                      
system.ruby.LD.hit_latency_hist          |         403     89.96%     89.96% |          31      6.92%     96.88% |          11      2.46%     99.33% |           2      0.45%     99.78% |           0      0.00%     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.LD.hit_latency_hist::total            448                      
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       405409                      
system.ruby.LD.miss_latency_hist::mean     961.214457                      
system.ruby.LD.miss_latency_hist::gmean    689.298070                      
system.ruby.LD.miss_latency_hist::stdev    668.273872                      
system.ruby.LD.miss_latency_hist         |      151670     37.41%     37.41% |       74645     18.41%     55.82% |       75455     18.61%     74.44% |       80607     19.88%     94.32% |       21579      5.32%     99.64% |        1421      0.35%     99.99% |          32      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        405409                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           224968                      
system.ruby.ST.latency_hist::mean          960.364225                      
system.ruby.ST.latency_hist::gmean         687.661138                      
system.ruby.ST.latency_hist::stdev         668.409336                      
system.ruby.ST.latency_hist              |       84406     37.52%     37.52% |       41188     18.31%     55.83% |       42076     18.70%     74.53% |       44473     19.77%     94.30% |       12049      5.36%     99.66% |         755      0.34%     99.99% |          21      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             224968                      
system.ruby.ST.hit_latency_hist::bucket_size          256                      
system.ruby.ST.hit_latency_hist::max_bucket         2559                      
system.ruby.ST.hit_latency_hist::samples          255                      
system.ruby.ST.hit_latency_hist::mean       97.745098                      
system.ruby.ST.hit_latency_hist::gmean      32.839822                      
system.ruby.ST.hit_latency_hist::stdev     139.085518                      
system.ruby.ST.hit_latency_hist          |         233     91.37%     91.37% |          17      6.67%     98.04% |           4      1.57%     99.61% |           0      0.00%     99.61% |           0      0.00%     99.61% |           1      0.39%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total            255                      
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       224713                      
system.ruby.ST.miss_latency_hist::mean     961.343109                      
system.ruby.ST.miss_latency_hist::gmean    690.038778                      
system.ruby.ST.miss_latency_hist::stdev    668.139804                      
system.ruby.ST.miss_latency_hist         |       84156     37.45%     37.45% |       41184     18.33%     55.78% |       42075     18.72%     74.50% |       44473     19.79%     94.29% |       12049      5.36%     99.65% |         755      0.34%     99.99% |          21      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        224713                      
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          145                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            2                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean     2.000000                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         145    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          145                      
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        23137                      
system.ruby.L1Cache.miss_mach_latency_hist::mean   922.547435                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   638.209231                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   666.692084                      
system.ruby.L1Cache.miss_mach_latency_hist |        9174     39.65%     39.65% |        4098     17.71%     57.36% |        4329     18.71%     76.07% |        4414     19.08%     95.15% |        1060      4.58%     99.73% |          61      0.26%    100.00% |           1      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        23137                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::bucket_size          512                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::max_bucket         5119                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::samples        22125                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::mean   779.105763                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::gmean   335.450178                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::stdev   661.667810                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request |        9921     44.84%     44.84% |        3726     16.84%     61.68% |        4701     21.25%     82.93% |        3270     14.78%     97.71% |         497      2.25%     99.95% |          10      0.05%    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.issue_to_initial_request::total        22125                      
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        22125                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::mean    50.204836                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::gmean    21.311620                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::stdev    77.052560                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward |       19195     86.76%     86.76% |        2271     10.26%     97.02% |         528      2.39%     99.41% |          69      0.31%     99.72% |          53      0.24%     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.initial_to_forward::total        22125                      
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        22125                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::mean    85.586983                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::gmean    70.964264                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::stdev    49.147197                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response |        3841     17.36%     17.36% |        4772     21.57%     38.93% |        5269     23.81%     62.74% |        3490     15.77%     78.52% |        2590     11.71%     90.22% |        1631      7.37%     97.60% |         486      2.20%     99.79% |          45      0.20%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::total        22125                      
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        22125                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::mean     9.624181                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::stdev    22.039305                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion |       20108     90.88%     90.88% |         907      4.10%     94.98% |         690      3.12%     98.10% |         325      1.47%     99.57% |          83      0.38%     99.95% |          11      0.05%    100.00% |           1      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        22125                      
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          558                      
system.ruby.L2Cache.hit_mach_latency_hist::mean   134.824373                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean    80.532028                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   149.804509                      
system.ruby.L2Cache.hit_mach_latency_hist |         491     87.99%     87.99% |          48      8.60%     96.59% |          15      2.69%     99.28% |           2      0.36%     99.64% |           0      0.00%     99.64% |           2      0.36%    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          558                      
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       606985                      
system.ruby.Directory.miss_mach_latency_hist::mean   962.735992                      
system.ruby.Directory.miss_mach_latency_hist::gmean   691.599319                      
system.ruby.Directory.miss_mach_latency_hist::stdev   668.240095                      
system.ruby.Directory.miss_mach_latency_hist |      226652     37.34%     37.34% |      111731     18.41%     55.75% |      113201     18.65%     74.40% |      120666     19.88%     94.28% |       32568      5.37%     99.64% |        2115      0.35%     99.99% |          52      0.01%    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       606985                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size          512                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::max_bucket         5119                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::samples       435259                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::mean   784.321487                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::gmean   346.821847                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::stdev   657.460406                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |      194525     44.69%     44.69% |       73174     16.81%     61.50% |       93400     21.46%     82.96% |       64531     14.83%     97.79% |        9251      2.13%     99.91% |         371      0.09%    100.00% |           7      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.issue_to_initial_request::total       435259                      
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       435259                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::mean    18.137679                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::gmean    12.662389                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::stdev    20.299552                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |      407343     93.59%     93.59% |       27542      6.33%     99.91% |         308      0.07%     99.98% |          47      0.01%    100.00% |          11      0.00%    100.00% |           4      0.00%    100.00% |           1      0.00%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.initial_to_forward::total       435259                      
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       435259                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::mean    61.670587                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::gmean    53.220985                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::stdev    33.802761                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |      107270     24.65%     24.65% |      146874     33.74%     58.39% |      109544     25.17%     83.56% |       49169     11.30%     94.85% |       18405      4.23%     99.08% |        3851      0.88%     99.97% |         146      0.03%    100.00% |           0      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       435259                      
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       435259                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean   140.609226                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev   102.245912                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |      231026     53.08%     53.08% |      153949     35.37%     88.45% |       36417      8.37%     96.81% |        9414      2.16%     98.98% |        4317      0.99%     99.97% |         136      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       435259                      
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           88                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          88    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           88                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::samples        13134                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean   920.965662                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   633.755825                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   666.420559                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |        5201     39.60%     39.60% |        2327     17.72%     57.32% |        2488     18.94%     76.26% |        2478     18.87%     95.13% |         599      4.56%     99.69% |          40      0.30%     99.99% |           1      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total        13134                      
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          360                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean   140.058333                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean    84.683196                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   151.422574                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         315     87.50%     87.50% |          31      8.61%     96.11% |          11      3.06%     99.17% |           2      0.56%     99.72% |           0      0.00%     99.72% |           1      0.28%    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          360                      
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       392275                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean   962.562052                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   691.239651                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   668.294745                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      146469     37.34%     37.34% |       72318     18.44%     55.77% |       72967     18.60%     74.37% |       78129     19.92%     94.29% |       20980      5.35%     99.64% |        1381      0.35%     99.99% |          31      0.01%    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       392275                      
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           57                      
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% |          57    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           57                      
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        10003                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean   924.624313                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   644.104136                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   667.076052                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |        3973     39.72%     39.72% |        1771     17.70%     57.42% |        1841     18.40%     75.83% |        1936     19.35%     95.18% |         461      4.61%     99.79% |          21      0.21%    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        10003                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::bucket_size          256                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::max_bucket         2559                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::samples          198                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean   125.308081                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean    73.498803                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   146.717454                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         176     88.89%     88.89% |          17      8.59%     97.47% |           4      2.02%     99.49% |           0      0.00%     99.49% |           0      0.00%     99.49% |           1      0.51%    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.L2Cache.hit_type_mach_latency_hist::total          198                      
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       214710                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean   963.053780                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   692.256914                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   668.141678                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       80183     37.34%     37.34% |       39413     18.36%     55.70% |       40234     18.74%     74.44% |       42537     19.81%     94.25% |       11588      5.40%     99.65% |         734      0.34%     99.99% |          21      0.01%    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       214710                      
system.ruby.Directory_Controller.GETX          228707      0.00%      0.00%
system.ruby.Directory_Controller.GETS          411589      0.00%      0.00%
system.ruby.Directory_Controller.PUT           607987      0.00%      0.00%
system.ruby.Directory_Controller.Unblock         1497      0.00%      0.00%
system.ruby.Directory_Controller.UnblockS        26223      0.00%      0.00%
system.ruby.Directory_Controller.UnblockM       603892      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Clean         8046      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Dirty         1391      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Clean       362783      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Dirty       220746      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       609650      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       222137      0.00%      0.00%
system.ruby.Directory_Controller.All_Unblocks         1010      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETX           72      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETS           95      0.00%      0.00%
system.ruby.Directory_Controller.NX.PUT         10905      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         7267      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS        12027      0.00%      0.00%
system.ruby.Directory_Controller.NO.PUT        583582      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX          9352      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS         16609      0.00%      0.00%
system.ruby.Directory_Controller.E.GETX        208035      0.00%      0.00%
system.ruby.Directory_Controller.E.GETS        375680      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETX          593      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETS         1010      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.PUT        13238      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockS         8544      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockM       602348      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.PUT           14      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockS           21      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockM          572      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.GETS            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.PUT           41      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockS           38      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            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETS            3      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.PUT          138      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.UnblockS         1012      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.All_Unblocks         1010      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETX            9      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETS           27      0.00%      0.00%
system.ruby.Directory_Controller.O_B.UnblockS        16608      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETX         1928      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETS         3580      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.Memory_Data       593042      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETX           49      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETS          101      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.Memory_Data        16608      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETX         1361      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETS         2377      0.00%      0.00%
system.ruby.Directory_Controller.WB.PUT            69      0.00%      0.00%
system.ruby.Directory_Controller.WB.Unblock         1497      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Clean         8046      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Dirty         1391      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Clean       362783      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Dirty       220746      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.GETX            1      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.Memory_Ack         1391      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETX           39      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETS           78      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.Memory_Ack       220746      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50425     12.41%     12.41% |       50709     12.48%     24.90% |       50956     12.55%     37.45% |       50792     12.51%     49.95% |       51090     12.58%     62.53% |       50892     12.53%     75.06% |       50587     12.45%     87.51% |       50715     12.49%    100.00%
system.ruby.L1Cache_Controller.Load::total       406166                      
system.ruby.L1Cache_Controller.Store     |       28286     12.56%     12.56% |       28252     12.55%     25.11% |       28051     12.46%     37.57% |       28152     12.50%     50.08% |       27992     12.43%     62.51% |       27935     12.41%     74.92% |       28146     12.50%     87.42% |       28326     12.58%    100.00%
system.ruby.L1Cache_Controller.Store::total       225140                      
system.ruby.L1Cache_Controller.L2_Replacement |       78587     12.47%     12.47% |       78793     12.51%     24.98% |       78855     12.52%     37.49% |       78785     12.50%     50.00% |       78925     12.53%     62.53% |       78672     12.49%     75.01% |       78574     12.47%     87.48% |       78861     12.52%    100.00%
system.ruby.L1Cache_Controller.L2_Replacement::total       630052                      
system.ruby.L1Cache_Controller.L1_to_L2  |      979843     12.49%     12.49% |      985286     12.56%     25.04% |      982191     12.52%     37.56% |      981607     12.51%     50.06% |      980625     12.50%     62.56% |      979114     12.48%     75.04% |      981906     12.51%     87.55% |      977135     12.45%    100.00%
system.ruby.L1Cache_Controller.L1_to_L2::total      7847707                      
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D |          58     10.07%     10.07% |          65     11.28%     21.35% |          70     12.15%     33.51% |          75     13.02%     46.53% |          70     12.15%     58.68% |          68     11.81%     70.49% |          84     14.58%     85.07% |          86     14.93%    100.00%
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D::total          576                      
system.ruby.L1Cache_Controller.Complete_L2_to_L1 |          58     10.07%     10.07% |          65     11.28%     21.35% |          70     12.15%     33.51% |          75     13.02%     46.53% |          70     12.15%     58.68% |          68     11.81%     70.49% |          84     14.58%     85.07% |          86     14.93%    100.00%
system.ruby.L1Cache_Controller.Complete_L2_to_L1::total          576                      
system.ruby.L1Cache_Controller.Other_GETX |      196471     12.49%     12.49% |      196526     12.49%     24.98% |      196715     12.51%     37.49% |      196608     12.50%     49.99% |      196780     12.51%     62.50% |      196834     12.51%     75.01% |      196619     12.50%     87.51% |      196466     12.49%    100.00%
system.ruby.L1Cache_Controller.Other_GETX::total      1573019                      
system.ruby.L1Cache_Controller.Other_GETS |      354173     12.51%     12.51% |      353911     12.50%     25.01% |      353677     12.49%     37.51% |      353845     12.50%     50.01% |      353517     12.49%     62.49% |      353736     12.50%     74.99% |      354047     12.51%     87.50% |      353925     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETS::total      2830831                      
system.ruby.L1Cache_Controller.Merged_GETS |         129     12.77%     12.77% |         125     12.38%     25.15% |         131     12.97%     38.12% |         122     12.08%     50.20% |         132     13.07%     63.27% |         133     13.17%     76.44% |         121     11.98%     88.42% |         117     11.58%    100.00%
system.ruby.L1Cache_Controller.Merged_GETS::total         1010                      
system.ruby.L1Cache_Controller.Ack       |      546875     12.47%     12.47% |      548356     12.51%     24.98% |      548622     12.51%     37.50% |      548157     12.50%     50.00% |      549146     12.53%     62.53% |      547407     12.49%     75.01% |      546694     12.47%     87.49% |      548631     12.51%    100.00%
system.ruby.L1Cache_Controller.Ack::total      4383888                      
system.ruby.L1Cache_Controller.Shared_Ack |          47     11.66%     11.66% |          60     14.89%     26.55% |          55     13.65%     40.20% |          43     10.67%     50.87% |          52     12.90%     63.77% |          44     10.92%     74.69% |          47     11.66%     86.35% |          55     13.65%    100.00%
system.ruby.L1Cache_Controller.Shared_Ack::total          403                      
system.ruby.L1Cache_Controller.Data      |        3359     12.22%     12.22% |        3473     12.63%     24.85% |        3497     12.72%     37.57% |        3463     12.60%     50.16% |        3413     12.41%     62.58% |        3427     12.46%     75.04% |        3416     12.42%     87.47% |        3446     12.53%    100.00%
system.ruby.L1Cache_Controller.Data::total        27494                      
system.ruby.L1Cache_Controller.Shared_Data |        1154     12.00%     12.00% |        1176     12.23%     24.23% |        1180     12.27%     36.51% |        1237     12.87%     49.37% |        1274     13.25%     62.62% |        1156     12.02%     74.64% |        1231     12.80%     87.45% |        1207     12.55%    100.00%
system.ruby.L1Cache_Controller.Shared_Data::total         9615                      
system.ruby.L1Cache_Controller.Exclusive_Data |       74082     12.49%     12.49% |       74152     12.50%     25.00% |       74187     12.51%     37.51% |       74094     12.49%     50.00% |       74246     12.52%     62.52% |       74100     12.50%     75.02% |       73934     12.47%     87.48% |       74216     12.52%    100.00%
system.ruby.L1Cache_Controller.Exclusive_Data::total       593011                      
system.ruby.L1Cache_Controller.Writeback_Ack |       74170     12.48%     12.48% |       74404     12.52%     24.99% |       74292     12.50%     37.49% |       74341     12.51%     50.00% |       74357     12.51%     62.50% |       74258     12.49%     74.99% |       74151     12.47%     87.47% |       74500     12.53%    100.00%
system.ruby.L1Cache_Controller.Writeback_Ack::total       594473                      
system.ruby.L1Cache_Controller.All_acks  |        1194     11.98%     11.98% |        1225     12.29%     24.27% |        1234     12.38%     36.65% |        1275     12.79%     49.44% |        1320     13.24%     62.68% |        1193     11.97%     74.65% |        1269     12.73%     87.38% |        1258     12.62%    100.00%
system.ruby.L1Cache_Controller.All_acks::total         9968                      
system.ruby.L1Cache_Controller.All_acks_no_sharers |       77401     12.48%     12.48% |       77577     12.51%     24.99% |       77629     12.52%     37.51% |       77517     12.50%     50.01% |       77614     12.52%     62.52% |       77490     12.50%     75.02% |       77312     12.47%     87.49% |       77611     12.51%    100.00%
system.ruby.L1Cache_Controller.All_acks_no_sharers::total       620151                      
system.ruby.L1Cache_Controller.I.Load    |       50351     12.42%     12.42% |       50613     12.48%     24.90% |       50864     12.55%     37.45% |       50687     12.50%     49.95% |       51000     12.58%     62.53% |       50800     12.53%     75.06% |       50486     12.45%     87.51% |       50617     12.49%    100.00%
system.ruby.L1Cache_Controller.I.Load::total       405418                      
system.ruby.L1Cache_Controller.I.Store   |       28246     12.57%     12.57% |       28190     12.54%     25.11% |       28000     12.46%     37.58% |       28107     12.51%     50.08% |       27935     12.43%     62.51% |       27882     12.41%     74.92% |       28099     12.50%     87.43% |       28254     12.57%    100.00%
system.ruby.L1Cache_Controller.I.Store::total       224713                      
system.ruby.L1Cache_Controller.I.L2_Replacement |        1236     12.89%     12.89% |        1152     12.01%     24.90% |        1250     13.03%     37.93% |        1180     12.30%     50.23% |        1243     12.96%     63.19% |        1211     12.63%     75.81% |        1148     11.97%     87.78% |        1172     12.22%    100.00%
system.ruby.L1Cache_Controller.I.L2_Replacement::total         9592                      
system.ruby.L1Cache_Controller.I.L1_to_L2 |          99     12.47%     12.47% |          92     11.59%     24.06% |          95     11.96%     36.02% |          85     10.71%     46.73% |          93     11.71%     58.44% |         121     15.24%     73.68% |          87     10.96%     84.63% |         122     15.37%    100.00%
system.ruby.L1Cache_Controller.I.L1_to_L2::total          794                      
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D |           1     11.11%     11.11% |           1     11.11%     22.22% |           1     11.11%     33.33% |           0      0.00%     33.33% |           2     22.22%     55.56% |           2     22.22%     77.78% |           0      0.00%     77.78% |           2     22.22%    100.00%
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D::total            9                      
system.ruby.L1Cache_Controller.I.Other_GETX |      195341     12.49%     12.49% |      195451     12.50%     24.99% |      195544     12.50%     37.49% |      195508     12.50%     49.99% |      195605     12.51%     62.49% |      195730     12.51%     75.01% |      195526     12.50%     87.51% |      195339     12.49%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETX::total      1564044                      
system.ruby.L1Cache_Controller.I.Other_GETS |      352206     12.51%     12.51% |      352024     12.50%     25.01% |      351754     12.49%     37.50% |      351944     12.50%     50.00% |      351596     12.49%     62.49% |      351866     12.50%     74.99% |      352184     12.51%     87.50% |      352077     12.50%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETS::total      2815651                      
system.ruby.L1Cache_Controller.S.Load    |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Load::total            3                      
system.ruby.L1Cache_Controller.S.Store   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Store::total            1                      
system.ruby.L1Cache_Controller.S.L2_Replacement |        3179     12.24%     12.24% |        3234     12.45%     24.69% |        3311     12.75%     37.44% |        3261     12.56%     50.00% |        3325     12.80%     62.80% |        3200     12.32%     75.13% |        3275     12.61%     87.74% |        3185     12.26%    100.00%
system.ruby.L1Cache_Controller.S.L2_Replacement::total        25970                      
system.ruby.L1Cache_Controller.S.L1_to_L2 |        3204     12.23%     12.23% |        3269     12.47%     24.70% |        3343     12.76%     37.46% |        3292     12.56%     50.02% |        3354     12.80%     62.82% |        3229     12.32%     75.14% |        3299     12.59%     87.72% |        3217     12.28%    100.00%
system.ruby.L1Cache_Controller.S.L1_to_L2::total        26207                      
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D |           4     20.00%     20.00% |           1      5.00%     25.00% |           2     10.00%     35.00% |           3     15.00%     50.00% |           2     10.00%     60.00% |           2     10.00%     70.00% |           3     15.00%     85.00% |           3     15.00%    100.00%
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D::total           20                      
system.ruby.L1Cache_Controller.S.Other_GETX |          25     10.29%     10.29% |          35     14.40%     24.69% |          33     13.58%     38.27% |          30     12.35%     50.62% |          29     11.93%     62.55% |          33     13.58%     76.13% |          24      9.88%     86.01% |          34     13.99%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETX::total          243                      
system.ruby.L1Cache_Controller.S.Other_GETS |          44     10.92%     10.92% |          50     12.41%     23.33% |          48     11.91%     35.24% |          49     12.16%     47.39% |          52     12.90%     60.30% |          52     12.90%     73.20% |          61     15.14%     88.34% |          47     11.66%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETS::total          403                      
system.ruby.L1Cache_Controller.O.L2_Replacement |         898     13.24%     13.24% |         855     12.61%     25.84% |         861     12.69%     38.54% |         871     12.84%     51.38% |         823     12.13%     63.51% |         817     12.04%     75.56% |         846     12.47%     88.03% |         812     11.97%    100.00%
system.ruby.L1Cache_Controller.O.L2_Replacement::total         6783                      
system.ruby.L1Cache_Controller.O.L1_to_L2 |          75     13.16%     13.16% |          74     12.98%     26.14% |          66     11.58%     37.72% |          72     12.63%     50.35% |          66     11.58%     61.93% |          73     12.81%     74.74% |          82     14.39%     89.12% |          62     10.88%    100.00%
system.ruby.L1Cache_Controller.O.L1_to_L2::total          570                      
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D |           0      0.00%      0.00% |           1     33.33%     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.O.Trigger_L2_to_L1D::total            3                      
system.ruby.L1Cache_Controller.O.Other_GETX |           5     13.16%     13.16% |           3      7.89%     21.05% |           7     18.42%     39.47% |           5     13.16%     52.63% |           2      5.26%     57.89% |           4     10.53%     68.42% |           5     13.16%     81.58% |           7     18.42%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETX::total           38                      
system.ruby.L1Cache_Controller.O.Other_GETS |           2      3.64%      3.64% |           5      9.09%     12.73% |           9     16.36%     29.09% |           5      9.09%     38.18% |          10     18.18%     56.36% |           6     10.91%     67.27% |          10     18.18%     85.45% |           8     14.55%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETS::total           55                      
system.ruby.L1Cache_Controller.O.Merged_GETS |           0      0.00%      0.00% |           2     14.29%     14.29% |           1      7.14%     21.43% |           1      7.14%     28.57% |           2     14.29%     42.86% |           3     21.43%     64.29% |           2     14.29%     78.57% |           3     21.43%    100.00%
system.ruby.L1Cache_Controller.O.Merged_GETS::total           14                      
system.ruby.L1Cache_Controller.M.Load    |           5     13.51%     13.51% |           9     24.32%     37.84% |           7     18.92%     56.76% |           5     13.51%     70.27% |           2      5.41%     75.68% |           1      2.70%     78.38% |           4     10.81%     89.19% |           4     10.81%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           37                      
system.ruby.L1Cache_Controller.M.Store   |           0      0.00%      0.00% |           7     35.00%     35.00% |           0      0.00%     35.00% |           3     15.00%     50.00% |           2     10.00%     60.00% |           2     10.00%     70.00% |           2     10.00%     80.00% |           4     20.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           20                      
system.ruby.L1Cache_Controller.M.L2_Replacement |       45800     12.42%     12.42% |       46049     12.49%     24.90% |       46199     12.53%     37.43% |       46062     12.49%     49.92% |       46337     12.56%     62.48% |       46329     12.56%     75.05% |       45903     12.45%     87.49% |       46127     12.51%    100.00%
system.ruby.L1Cache_Controller.M.L2_Replacement::total       368806                      
system.ruby.L1Cache_Controller.M.L1_to_L2 |       47052     12.43%     12.43% |       47253     12.48%     24.91% |       47440     12.53%     37.45% |       47312     12.50%     49.95% |       47567     12.57%     62.51% |       47475     12.54%     75.06% |       47100     12.44%     87.50% |       47318     12.50%    100.00%
system.ruby.L1Cache_Controller.M.L1_to_L2::total       378517                      
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D |          32      9.44%      9.44% |          37     10.91%     20.35% |          37     10.91%     31.27% |          48     14.16%     45.43% |          43     12.68%     58.11% |          39     11.50%     69.62% |          53     15.63%     85.25% |          50     14.75%    100.00%
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D::total          339                      
system.ruby.L1Cache_Controller.M.Other_GETX |         465     12.67%     12.67% |         445     12.13%     24.80% |         472     12.86%     37.67% |         457     12.46%     50.12% |         497     13.55%     63.67% |         429     11.69%     75.36% |         449     12.24%     87.60% |         455     12.40%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETX::total         3669                      
system.ruby.L1Cache_Controller.M.Other_GETS |         787     13.14%     13.14% |         748     12.49%     25.62% |         758     12.65%     38.27% |         778     12.99%     51.26% |         725     12.10%     63.36% |         725     12.10%     75.46% |         745     12.44%     87.90% |         725     12.10%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETS::total         5991                      
system.ruby.L1Cache_Controller.M.Merged_GETS |          74     13.91%     13.91% |          72     13.53%     27.44% |          69     12.97%     40.41% |          68     12.78%     53.20% |          61     11.47%     64.66% |          61     11.47%     76.13% |          66     12.41%     88.53% |          61     11.47%    100.00%
system.ruby.L1Cache_Controller.M.Merged_GETS::total          532                      
system.ruby.L1Cache_Controller.MM.Load   |           0      0.00%      0.00% |           1      7.69%      7.69% |           2     15.38%     23.08% |           3     23.08%     46.15% |           1      7.69%     53.85% |           1      7.69%     61.54% |           2     15.38%     76.92% |           3     23.08%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           13                      
system.ruby.L1Cache_Controller.MM.Store  |           0      0.00%      0.00% |           3     25.00%     25.00% |           1      8.33%     33.33% |           1      8.33%     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.MM.Store::total           12                      
system.ruby.L1Cache_Controller.MM.L2_Replacement |       27474     12.55%     12.55% |       27503     12.56%     25.12% |       27234     12.44%     37.56% |       27411     12.52%     50.08% |       27197     12.42%     62.50% |       27115     12.39%     74.89% |       27402     12.52%     87.41% |       27565     12.59%    100.00%
system.ruby.L1Cache_Controller.MM.L2_Replacement::total       218901                      
system.ruby.L1Cache_Controller.MM.L1_to_L2 |       28221     12.57%     12.57% |       28176     12.55%     25.11% |       27986     12.46%     37.57% |       28104     12.51%     50.09% |       27921     12.43%     62.52% |       27848     12.40%     74.92% |       28097     12.51%     87.43% |       28234     12.57%    100.00%
system.ruby.L1Cache_Controller.MM.L1_to_L2::total       224587                      
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D |          21     10.24%     10.24% |          25     12.20%     22.44% |          30     14.63%     37.07% |          24     11.71%     48.78% |          22     10.73%     59.51% |          25     12.20%     71.71% |          28     13.66%     85.37% |          30     14.63%    100.00%
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D::total          205                      
system.ruby.L1Cache_Controller.MM.Other_GETX |         277     12.99%     12.99% |         248     11.63%     24.62% |         289     13.56%     38.18% |         251     11.77%     49.95% |         272     12.76%     62.71% |         302     14.17%     76.88% |         242     11.35%     88.23% |         251     11.77%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETX::total         2132                      
system.ruby.L1Cache_Controller.MM.Other_GETS |         465     13.21%     13.21% |         422     11.99%     25.21% |         450     12.79%     37.99% |         437     12.42%     50.41% |         445     12.65%     63.06% |         445     12.65%     75.70% |         428     12.16%     87.87% |         427     12.13%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETS::total         3519                      
system.ruby.L1Cache_Controller.MM.Merged_GETS |          42     14.00%     14.00% |          39     13.00%     27.00% |          41     13.67%     40.67% |          30     10.00%     50.67% |          40     13.33%     64.00% |          35     11.67%     75.67% |          40     13.33%     89.00% |          33     11.00%    100.00%
system.ruby.L1Cache_Controller.MM.Merged_GETS::total          300                      
system.ruby.L1Cache_Controller.IR.Load   |           1     16.67%     16.67% |           0      0.00%     16.67% |           1     16.67%     33.33% |           0      0.00%     33.33% |           1     16.67%     50.00% |           2     33.33%     83.33% |           0      0.00%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.IR.Load::total            6                      
system.ruby.L1Cache_Controller.IR.Store  |           0      0.00%      0.00% |           1     33.33%     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.IR.Store::total            3                      
system.ruby.L1Cache_Controller.IR.L1_to_L2 |           1      8.33%      8.33% |          10     83.33%     91.67% |           0      0.00%     91.67% |           0      0.00%     91.67% |           0      0.00%     91.67% |           0      0.00%     91.67% |           0      0.00%     91.67% |           1      8.33%    100.00%
system.ruby.L1Cache_Controller.IR.L1_to_L2::total           12                      
system.ruby.L1Cache_Controller.SR.Load   |           3     23.08%     23.08% |           0      0.00%     23.08% |           0      0.00%     23.08% |           2     15.38%     38.46% |           2     15.38%     53.85% |           0      0.00%     53.85% |           3     23.08%     76.92% |           3     23.08%    100.00%
system.ruby.L1Cache_Controller.SR.Load::total           13                      
system.ruby.L1Cache_Controller.SR.Store  |           1     14.29%     14.29% |           1     14.29%     28.57% |           2     28.57%     57.14% |           1     14.29%     71.43% |           0      0.00%     71.43% |           2     28.57%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SR.Store::total            7                      
system.ruby.L1Cache_Controller.SR.L1_to_L2 |           6     20.00%     20.00% |           0      0.00%     20.00% |           0      0.00%     20.00% |           9     30.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           5     16.67%     66.67% |          10     33.33%    100.00%
system.ruby.L1Cache_Controller.SR.L1_to_L2::total           30                      
system.ruby.L1Cache_Controller.OR.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.OR.Load::total            1                      
system.ruby.L1Cache_Controller.OR.Store  |           0      0.00%      0.00% |           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%
system.ruby.L1Cache_Controller.OR.Store::total            2                      
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% |           5    100.00%    100.00%
system.ruby.L1Cache_Controller.OR.L1_to_L2::total            5                      
system.ruby.L1Cache_Controller.MR.Load   |          20      9.26%      9.26% |          23     10.65%     19.91% |          23     10.65%     30.56% |          33     15.28%     45.83% |          28     12.96%     58.80% |          26     12.04%     70.83% |          36     16.67%     87.50% |          27     12.50%    100.00%
system.ruby.L1Cache_Controller.MR.Load::total          216                      
system.ruby.L1Cache_Controller.MR.Store  |          12      9.76%      9.76% |          14     11.38%     21.14% |          14     11.38%     32.52% |          15     12.20%     44.72% |          15     12.20%     56.91% |          13     10.57%     67.48% |          17     13.82%     81.30% |          23     18.70%    100.00%
system.ruby.L1Cache_Controller.MR.Store::total          123                      
system.ruby.L1Cache_Controller.MR.L1_to_L2 |          61     10.65%     10.65% |          80     13.96%     24.61% |          51      8.90%     33.51% |          40      6.98%     40.49% |          77     13.44%     53.93% |          68     11.87%     65.79% |          53      9.25%     75.04% |         143     24.96%    100.00%
system.ruby.L1Cache_Controller.MR.L1_to_L2::total          573                      
system.ruby.L1Cache_Controller.MMR.Load  |          14     10.77%     10.77% |          14     10.77%     21.54% |          19     14.62%     36.15% |          17     13.08%     49.23% |          10      7.69%     56.92% |          17     13.08%     70.00% |          21     16.15%     86.15% |          18     13.85%    100.00%
system.ruby.L1Cache_Controller.MMR.Load::total          130                      
system.ruby.L1Cache_Controller.MMR.Store |           7      9.33%      9.33% |          11     14.67%     24.00% |          11     14.67%     38.67% |           7      9.33%     48.00% |          12     16.00%     64.00% |           8     10.67%     74.67% |           7      9.33%     84.00% |          12     16.00%    100.00%
system.ruby.L1Cache_Controller.MMR.Store::total           75                      
system.ruby.L1Cache_Controller.MMR.L1_to_L2 |          50     11.39%     11.39% |          56     12.76%     24.15% |          72     16.40%     40.55% |          41      9.34%     49.89% |          73     16.63%     66.51% |          45     10.25%     76.77% |          49     11.16%     87.93% |          53     12.07%    100.00%
system.ruby.L1Cache_Controller.MMR.L1_to_L2::total          439                      
system.ruby.L1Cache_Controller.IM.L1_to_L2 |      283520     12.65%     12.65% |      280559     12.52%     25.18% |      278577     12.43%     37.61% |      282969     12.63%     50.24% |      277805     12.40%     62.64% |      276768     12.35%     74.99% |      280123     12.50%     87.49% |      280175     12.51%    100.00%
system.ruby.L1Cache_Controller.IM.L1_to_L2::total      2240496                      
system.ruby.L1Cache_Controller.IM.Other_GETX |          69     13.75%     13.75% |          47      9.36%     23.11% |          73     14.54%     37.65% |          58     11.55%     49.20% |          71     14.14%     63.35% |          55     10.96%     74.30% |          74     14.74%     89.04% |          55     10.96%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETX::total          502                      
system.ruby.L1Cache_Controller.IM.Other_GETS |         129     13.59%     13.59% |         118     12.43%     26.03% |         120     12.64%     38.67% |         118     12.43%     51.11% |         128     13.49%     64.59% |         136     14.33%     78.93% |          87      9.17%     88.09% |         113     11.91%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETS::total          949                      
system.ruby.L1Cache_Controller.IM.Ack    |      138770     12.59%     12.59% |      138200     12.54%     25.12% |      136999     12.43%     37.55% |      138460     12.56%     50.11% |      136866     12.42%     62.53% |      136573     12.39%     74.92% |      137631     12.48%     87.40% |      138894     12.60%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total      1102393                      
system.ruby.L1Cache_Controller.IM.Data   |        1307     12.02%     12.02% |        1378     12.67%     24.68% |        1329     12.22%     36.90% |        1405     12.92%     49.82% |        1332     12.24%     62.06% |        1346     12.37%     74.43% |        1347     12.38%     86.82% |        1434     13.18%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total        10878                      
system.ruby.L1Cache_Controller.IM.Exclusive_Data |       26937     12.60%     12.60% |       26811     12.54%     25.14% |       26670     12.47%     37.61% |       26702     12.49%     50.10% |       26603     12.44%     62.54% |       26535     12.41%     74.95% |       26750     12.51%     87.46% |       26817     12.54%    100.00%
system.ruby.L1Cache_Controller.IM.Exclusive_Data::total       213825                      
system.ruby.L1Cache_Controller.SM.L1_to_L2 |           6      9.38%      9.38% |          25     39.06%     48.44% |           5      7.81%     56.25% |           2      3.12%     59.38% |           0      0.00%     59.38% |          26     40.62%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.L1_to_L2::total           64                      
system.ruby.L1Cache_Controller.SM.Ack    |           1      2.33%      2.33% |           7     16.28%     18.60% |          14     32.56%     51.16% |           7     16.28%     67.44% |           0      0.00%     67.44% |          14     32.56%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total           43                      
system.ruby.L1Cache_Controller.SM.Data   |           1     12.50%     12.50% |           1     12.50%     25.00% |           2     25.00%     50.00% |           2     25.00%     75.00% |           0      0.00%     75.00% |           2     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Data::total            8                      
system.ruby.L1Cache_Controller.OM.Ack    |           0      0.00%      0.00% |           7     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           7     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack::total           14                      
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers |           0      0.00%      0.00% |           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%
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers::total            2                      
system.ruby.L1Cache_Controller.ISM.L1_to_L2 |        1168     10.71%     10.71% |        1389     12.74%     23.46% |        1158     10.62%     34.08% |        1445     13.26%     47.34% |        1501     13.77%     61.10% |        1257     11.53%     72.64% |        1603     14.71%     87.34% |        1380     12.66%    100.00%
system.ruby.L1Cache_Controller.ISM.L1_to_L2::total        10901                      
system.ruby.L1Cache_Controller.ISM.Ack   |        2566     11.15%     11.15% |        3004     13.06%     24.21% |        2589     11.25%     35.46% |        2967     12.89%     48.35% |        2929     12.73%     61.08% |        2855     12.41%     73.49% |        3081     13.39%     86.88% |        3019     13.12%    100.00%
system.ruby.L1Cache_Controller.ISM.Ack::total        23010                      
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers |        1308     12.02%     12.02% |        1379     12.67%     24.68% |        1331     12.23%     36.91% |        1407     12.92%     49.83% |        1332     12.24%     62.07% |        1348     12.38%     74.45% |        1347     12.37%     86.83% |        1434     13.17%    100.00%
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers::total        10886                      
system.ruby.L1Cache_Controller.M_W.Load  |           6     21.43%     21.43% |           3     10.71%     32.14% |           4     14.29%     46.43% |           2      7.14%     53.57% |           3     10.71%     64.29% |           7     25.00%     89.29% |           1      3.57%     92.86% |           2      7.14%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           28                      
system.ruby.L1Cache_Controller.M_W.Store |           2     11.76%     11.76% |           2     11.76%     23.53% |           3     17.65%     41.18% |           3     17.65%     58.82% |           3     17.65%     76.47% |           1      5.88%     82.35% |           1      5.88%     88.24% |           2     11.76%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           17                      
system.ruby.L1Cache_Controller.M_W.L1_to_L2 |       70208     12.27%     12.27% |       71483     12.50%     24.77% |       72279     12.64%     37.41% |       71279     12.46%     49.87% |       72276     12.64%     62.50% |       71468     12.49%     75.00% |       71747     12.54%     87.54% |       71273     12.46%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_to_L2::total       572013                      
system.ruby.L1Cache_Controller.M_W.Ack   |       95563     12.35%     12.35% |       97187     12.56%     24.92% |       96343     12.45%     37.37% |       97412     12.59%     49.96% |       97834     12.65%     62.61% |       96623     12.49%     75.10% |       96494     12.47%     87.57% |       96142     12.43%    100.00%
system.ruby.L1Cache_Controller.M_W.Ack::total       773598                      
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers |       47143     12.43%     12.43% |       47339     12.49%     24.92% |       47513     12.53%     37.45% |       47388     12.50%     49.95% |       47640     12.56%     62.51% |       47564     12.54%     75.06% |       47183     12.44%     87.50% |       47397     12.50%    100.00%
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers::total       379167                      
system.ruby.L1Cache_Controller.MM_W.Load |           1     14.29%     14.29% |           2     28.57%     42.86% |           0      0.00%     42.86% |           1     14.29%     57.14% |           0      0.00%     57.14% |           2     28.57%     85.71% |           1     14.29%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total            7                      
system.ruby.L1Cache_Controller.MM_W.Store |           2     25.00%     25.00% |           0      0.00%     25.00% |           2     25.00%     50.00% |           0      0.00%     50.00% |           1     12.50%     62.50% |           2     25.00%     87.50% |           0      0.00%     87.50% |           1     12.50%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total            8                      
system.ruby.L1Cache_Controller.MM_W.L1_to_L2 |       41379     12.65%     12.65% |       41221     12.60%     25.25% |       41051     12.55%     37.80% |       40535     12.39%     50.19% |       40742     12.46%     62.65% |       40472     12.37%     75.02% |       41502     12.69%     87.71% |       40195     12.29%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_to_L2::total       327097                      
system.ruby.L1Cache_Controller.MM_W.Ack  |       55447     12.59%     12.59% |       55256     12.55%     25.14% |       55503     12.61%     37.75% |       54454     12.37%     50.12% |       54820     12.45%     62.57% |       54819     12.45%     75.02% |       55083     12.51%     87.53% |       54923     12.47%    100.00%
system.ruby.L1Cache_Controller.MM_W.Ack::total       440305                      
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers |       26939     12.60%     12.60% |       26813     12.54%     25.14% |       26673     12.47%     37.61% |       26704     12.49%     50.10% |       26606     12.44%     62.54% |       26536     12.41%     74.95% |       26751     12.51%     87.46% |       26819     12.54%    100.00%
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers::total       213841                      
system.ruby.L1Cache_Controller.IS.L1_to_L2 |      499192     12.41%     12.41% |      505934     12.58%     24.99% |      504666     12.55%     37.54% |      500825     12.45%     49.99% |      503592     12.52%     62.51% |      505147     12.56%     75.07% |      502816     12.50%     87.58% |      499646     12.42%    100.00%
system.ruby.L1Cache_Controller.IS.L1_to_L2::total      4021818                      
system.ruby.L1Cache_Controller.IS.Other_GETX |          95     10.66%     10.66% |         120     13.47%     24.13% |         122     13.69%     37.82% |         108     12.12%     49.94% |         113     12.68%     62.63% |         103     11.56%     74.19% |         115     12.91%     87.09% |         115     12.91%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETX::total          891                      
system.ruby.L1Cache_Controller.IS.Other_GETS |         217     12.73%     12.73% |         214     12.55%     25.28% |         221     12.96%     38.24% |         233     13.67%     51.91% |         238     13.96%     65.87% |         192     11.26%     77.13% |         183     10.73%     87.86% |         207     12.14%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETS::total         1705                      
system.ruby.L1Cache_Controller.IS.Ack    |      247332     12.45%     12.45% |      247416     12.45%     24.90% |      250036     12.58%     37.48% |      247568     12.46%     49.94% |      249322     12.55%     62.49% |      249531     12.56%     75.05% |      247241     12.44%     87.50% |      248455     12.50%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total      1986901                      
system.ruby.L1Cache_Controller.IS.Shared_Ack |          33     11.07%     11.07% |          39     13.09%     24.16% |          44     14.77%     38.93% |          33     11.07%     50.00% |          37     12.42%     62.42% |          37     12.42%     74.83% |          31     10.40%     85.23% |          44     14.77%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Ack::total          298                      
system.ruby.L1Cache_Controller.IS.Data   |        2051     12.35%     12.35% |        2094     12.61%     24.96% |        2166     13.04%     38.00% |        2056     12.38%     50.38% |        2081     12.53%     62.91% |        2079     12.52%     75.43% |        2069     12.46%     87.89% |        2012     12.11%    100.00%
system.ruby.L1Cache_Controller.IS.Data::total        16608                      
system.ruby.L1Cache_Controller.IS.Shared_Data |        1154     12.00%     12.00% |        1176     12.23%     24.23% |        1180     12.27%     36.51% |        1237     12.87%     49.37% |        1274     13.25%     62.62% |        1156     12.02%     74.64% |        1231     12.80%     87.45% |        1207     12.55%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Data::total         9615                      
system.ruby.L1Cache_Controller.IS.Exclusive_Data |       47145     12.43%     12.43% |       47341     12.48%     24.92% |       47517     12.53%     37.45% |       47392     12.50%     49.95% |       47643     12.56%     62.51% |       47565     12.54%     75.06% |       47184     12.44%     87.50% |       47399     12.50%    100.00%
system.ruby.L1Cache_Controller.IS.Exclusive_Data::total       379186                      
system.ruby.L1Cache_Controller.SS.L1_to_L2 |        5412     13.03%     13.03% |        5439     13.09%     26.12% |        5189     12.49%     38.62% |        5322     12.81%     51.43% |        5271     12.69%     64.12% |        4898     11.79%     75.91% |        5046     12.15%     88.06% |        4958     11.94%    100.00%
system.ruby.L1Cache_Controller.SS.L1_to_L2::total        41535                      
system.ruby.L1Cache_Controller.SS.Ack    |        7196     12.49%     12.49% |        7279     12.63%     25.12% |        7138     12.39%     37.51% |        7289     12.65%     50.16% |        7368     12.79%     62.94% |        6992     12.13%     75.08% |        7164     12.43%     87.51% |        7198     12.49%    100.00%
system.ruby.L1Cache_Controller.SS.Ack::total        57624                      
system.ruby.L1Cache_Controller.SS.Shared_Ack |          14     13.33%     13.33% |          21     20.00%     33.33% |          11     10.48%     43.81% |          10      9.52%     53.33% |          15     14.29%     67.62% |           7      6.67%     74.29% |          16     15.24%     89.52% |          11     10.48%    100.00%
system.ruby.L1Cache_Controller.SS.Shared_Ack::total          105                      
system.ruby.L1Cache_Controller.SS.All_acks |        1194     11.98%     11.98% |        1225     12.29%     24.27% |        1234     12.38%     36.65% |        1275     12.79%     49.44% |        1320     13.24%     62.68% |        1193     11.97%     74.65% |        1269     12.73%     87.38% |        1258     12.62%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks::total         9968                      
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers |        2011     12.37%     12.37% |        2045     12.58%     24.95% |        2112     12.99%     37.95% |        2018     12.41%     50.36% |        2035     12.52%     62.88% |        2042     12.56%     75.44% |        2031     12.49%     87.94% |        1961     12.06%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers::total        16255                      
system.ruby.L1Cache_Controller.OI.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.OI.Load::total            1                      
system.ruby.L1Cache_Controller.OI.Store  |           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% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OI.Store::total            1                      
system.ruby.L1Cache_Controller.OI.Other_GETX |           4     16.67%     16.67% |           1      4.17%     20.83% |           3     12.50%     33.33% |           2      8.33%     41.67% |           3     12.50%     54.17% |           1      4.17%     58.33% |           2      8.33%     66.67% |           8     33.33%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETX::total           24                      
system.ruby.L1Cache_Controller.OI.Other_GETS |           5     26.32%     26.32% |           2     10.53%     36.84% |           2     10.53%     47.37% |           5     26.32%     73.68% |           1      5.26%     78.95% |           0      0.00%     78.95% |           1      5.26%     84.21% |           3     15.79%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETS::total           19                      
system.ruby.L1Cache_Controller.OI.Merged_GETS |           2      8.33%      8.33% |           1      4.17%     12.50% |           2      8.33%     20.83% |           4     16.67%     37.50% |           5     20.83%     58.33% |           2      8.33%     66.67% |           5     20.83%     87.50% |           3     12.50%    100.00%
system.ruby.L1Cache_Controller.OI.Merged_GETS::total           24                      
system.ruby.L1Cache_Controller.OI.Writeback_Ack |        1223     12.96%     12.96% |        1193     12.64%     25.60% |        1191     12.62%     38.22% |        1164     12.33%     50.56% |        1166     12.36%     62.91% |        1162     12.31%     75.23% |        1200     12.72%     87.94% |        1138     12.06%    100.00%
system.ruby.L1Cache_Controller.OI.Writeback_Ack::total         9437                      
system.ruby.L1Cache_Controller.MI.Load   |           5      4.63%      4.63% |          17     15.74%     20.37% |          12     11.11%     31.48% |          18     16.67%     48.15% |          16     14.81%     62.96% |          15     13.89%     76.85% |           8      7.41%     84.26% |          17     15.74%    100.00%
system.ruby.L1Cache_Controller.MI.Load::total          108                      
system.ruby.L1Cache_Controller.MI.Store  |           6     10.17%     10.17% |           8     13.56%     23.73% |           5      8.47%     32.20% |           4      6.78%     38.98% |           6     10.17%     49.15% |          10     16.95%     66.10% |          10     16.95%     83.05% |          10     16.95%    100.00%
system.ruby.L1Cache_Controller.MI.Store::total           59                      
system.ruby.L1Cache_Controller.MI.Other_GETX |         190     12.89%     12.89% |         176     11.94%     24.83% |         172     11.67%     36.50% |         189     12.82%     49.32% |         186     12.62%     61.94% |         177     12.01%     73.95% |         182     12.35%     86.30% |         202     13.70%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETX::total         1474                      
system.ruby.L1Cache_Controller.MI.Other_GETS |         318     12.53%     12.53% |         328     12.92%     25.45% |         315     12.41%     37.86% |         276     10.87%     48.74% |         322     12.69%     61.43% |         314     12.37%     73.80% |         348     13.71%     87.51% |         317     12.49%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETS::total         2538                      
system.ruby.L1Cache_Controller.MI.Merged_GETS |          11      7.86%      7.86% |          11      7.86%     15.71% |          18     12.86%     28.57% |          19     13.57%     42.14% |          24     17.14%     59.29% |          32     22.86%     82.14% |           8      5.71%     87.86% |          17     12.14%    100.00%
system.ruby.L1Cache_Controller.MI.Merged_GETS::total          140                      
system.ruby.L1Cache_Controller.MI.Writeback_Ack |       72753     12.47%     12.47% |       73034     12.52%     24.98% |       72926     12.50%     37.48% |       72986     12.51%     49.99% |       73002     12.51%     62.50% |       72918     12.50%     74.99% |       72767     12.47%     87.46% |       73153     12.54%    100.00%
system.ruby.L1Cache_Controller.MI.Writeback_Ack::total       583539                      
system.ruby.L1Cache_Controller.II.Other_GETX |           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% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.II.Other_GETX::total            2                      
system.ruby.L1Cache_Controller.II.Other_GETS |           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.II.Other_GETS::total            1                      
system.ruby.L1Cache_Controller.II.Writeback_Ack |         194     12.96%     12.96% |         177     11.82%     24.78% |         175     11.69%     36.47% |         191     12.76%     49.23% |         189     12.63%     61.86% |         178     11.89%     73.75% |         184     12.29%     86.04% |         209     13.96%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Ack::total         1497                      
system.ruby.L1Cache_Controller.IT.Load   |           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% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.Load::total            3                      
system.ruby.L1Cache_Controller.IT.Store  |           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.IT.Store::total            1                      
system.ruby.L1Cache_Controller.IT.L1_to_L2 |           1      3.57%      3.57% |          10     35.71%     39.29% |           0      0.00%     39.29% |           0      0.00%     39.29% |           6     21.43%     60.71% |           3     10.71%     71.43% |           0      0.00%     71.43% |           8     28.57%    100.00%
system.ruby.L1Cache_Controller.IT.L1_to_L2::total           28                      
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1 |           1     11.11%     11.11% |           1     11.11%     22.22% |           1     11.11%     33.33% |           0      0.00%     33.33% |           2     22.22%     55.56% |           2     22.22%     77.78% |           0      0.00%     77.78% |           2     22.22%    100.00%
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1::total            9                      
system.ruby.L1Cache_Controller.ST.Load   |           1     16.67%     16.67% |           0      0.00%     16.67% |           0      0.00%     16.67% |           1     16.67%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           2     33.33%     66.67% |           2     33.33%    100.00%
system.ruby.L1Cache_Controller.ST.Load::total            6                      
system.ruby.L1Cache_Controller.ST.Store  |           1     16.67%     16.67% |           0      0.00%     16.67% |           3     50.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           2     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Store::total            6                      
system.ruby.L1Cache_Controller.ST.L1_to_L2 |          10     14.29%     14.29% |           7     10.00%     24.29% |           0      0.00%     24.29% |           9     12.86%     37.14% |           1      1.43%     38.57% |           9     12.86%     51.43% |           3      4.29%     55.71% |          31     44.29%    100.00%
system.ruby.L1Cache_Controller.ST.L1_to_L2::total           70                      
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1 |           4     20.00%     20.00% |           1      5.00%     25.00% |           2     10.00%     35.00% |           3     15.00%     50.00% |           2     10.00%     60.00% |           2     10.00%     70.00% |           3     15.00%     85.00% |           3     15.00%    100.00%
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1::total           20                      
system.ruby.L1Cache_Controller.OT.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.OT.Load::total            1                      
system.ruby.L1Cache_Controller.OT.Store  |           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.OT.Store::total            1                      
system.ruby.L1Cache_Controller.OT.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% |           5    100.00%    100.00%
system.ruby.L1Cache_Controller.OT.L1_to_L2::total            5                      
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1 |           0      0.00%      0.00% |           1     33.33%     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.OT.Complete_L2_to_L1::total            3                      
system.ruby.L1Cache_Controller.MT.Load   |           9      7.89%      7.89% |          19     16.67%     24.56% |          15     13.16%     37.72% |          15     13.16%     50.88% |          17     14.91%     65.79% |          12     10.53%     76.32% |          13     11.40%     87.72% |          14     12.28%    100.00%
system.ruby.L1Cache_Controller.MT.Load::total          114                      
system.ruby.L1Cache_Controller.MT.Store  |           6     12.00%     12.00% |           6     12.00%     24.00% |           4      8.00%     32.00% |           4      8.00%     40.00% |           6     12.00%     52.00% |           5     10.00%     62.00% |           5     10.00%     72.00% |          14     28.00%    100.00%
system.ruby.L1Cache_Controller.MT.Store::total           50                      
system.ruby.L1Cache_Controller.MT.L1_to_L2 |         121     10.82%     10.82% |         141     12.61%     23.43% |          82      7.33%     30.77% |         189     16.91%     47.67% |         135     12.08%     59.75% |         120     10.73%     70.48% |         127     11.36%     81.84% |         203     18.16%    100.00%
system.ruby.L1Cache_Controller.MT.L1_to_L2::total         1118                      
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1 |          32      9.44%      9.44% |          37     10.91%     20.35% |          37     10.91%     31.27% |          48     14.16%     45.43% |          43     12.68%     58.11% |          39     11.50%     69.62% |          53     15.63%     85.25% |          50     14.75%    100.00%
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1::total          339                      
system.ruby.L1Cache_Controller.MMT.Load  |           8     13.11%     13.11% |           6      9.84%     22.95% |           9     14.75%     37.70% |           8     13.11%     50.82% |           8     13.11%     63.93% |           7     11.48%     75.41% |          10     16.39%     91.80% |           5      8.20%    100.00%
system.ruby.L1Cache_Controller.MMT.Load::total           61                      
system.ruby.L1Cache_Controller.MMT.Store |           3      7.32%      7.32% |           6     14.63%     21.95% |           5     12.20%     34.15% |           6     14.63%     48.78% |           8     19.51%     68.29% |           5     12.20%     80.49% |           4      9.76%     90.24% |           4      9.76%    100.00%
system.ruby.L1Cache_Controller.MMT.Store::total           41                      
system.ruby.L1Cache_Controller.MMT.L1_to_L2 |          57      6.88%      6.88% |          68      8.21%     15.10% |         131     15.82%     30.92% |          77      9.30%     40.22% |         145     17.51%     57.73% |          87     10.51%     68.24% |         167     20.17%     88.41% |          96     11.59%    100.00%
system.ruby.L1Cache_Controller.MMT.L1_to_L2::total          828                      
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1 |          21     10.24%     10.24% |          25     12.20%     22.44% |          30     14.63%     37.07% |          24     11.71%     48.78% |          22     10.73%     59.51% |          25     12.20%     71.71% |          28     13.66%     85.37% |          30     14.63%    100.00%
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1::total          205                      

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