summaryrefslogtreecommitdiff
path: root/tests/quick/se/50.memtest/ref/alpha/linux/memtest-ruby-MOESI_hammer/stats.txt
blob: bc57ba29781fcf93c31da10f41b7665ba7fabce0 (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
1508
1509

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.004735                       # Number of seconds simulated
sim_ticks                                     4735173                       # Number of ticks simulated
final_tick                                    4735173                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  31531                       # Simulator tick rate (ticks/s)
host_mem_usage                                 492536                       # Number of bytes of host memory used
host_seconds                                   150.17                       # 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     39037312                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39037312                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14194496                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14194496                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       609958                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              609958                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       221789                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             221789                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   8244115263                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            8244115263                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   2997672102                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           2997672102                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0  11241787364                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total          11241787364                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      609981                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     221789                       # Number of write requests accepted
system.mem_ctrls.readBursts                    609981                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   221789                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               38032640                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                 1004672                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                14002624                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39038784                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14194496                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                  15698                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  2952                       # 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             74116                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             74660                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             74444                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             74536                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             74259                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             74178                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             73921                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             74146                       # 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             27461                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             27420                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27321                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27492                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             27192                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27413                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27307                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27185                       # 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                       423                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       4735162                       # 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                609981                       # 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               221789                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                     178                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     461                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                     932                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                    1477                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                    2238                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                    3184                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                    4413                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                    5792                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                    7312                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                    9231                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  11729                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  15900                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  22569                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  32253                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  45094                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  59231                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  70049                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  72281                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  65137                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  51284                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  35790                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  23563                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  15974                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  11681                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                   9170                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                   6994                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   4821                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   2968                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1614                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    729                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    202                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     32                       # 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                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                      2                       # 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                      6                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                     11                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                     20                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                     32                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                     48                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                     54                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                     96                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    149                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    180                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    283                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    404                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    536                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                    693                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   1507                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3334                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   5747                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   8265                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                  10553                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                  12236                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                  13464                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                  14336                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                  14860                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                  15391                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                  16236                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                  17172                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                  16571                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                  16019                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                  15936                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                  17017                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                  10165                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                   3441                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                   1208                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                    728                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                    489                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                    333                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                    307                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                    261                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                    717                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       219918                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    236.606590                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   187.359453                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   171.002375                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        37925     17.25%     17.25% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        94679     43.05%     60.30% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        45319     20.61%     80.90% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        20843      9.48%     90.38% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        11024      5.01%     95.39% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         5746      2.61%     98.01% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         2711      1.23%     99.24% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1105      0.50%     99.74% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          566      0.26%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       219918                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13665                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      43.487742                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     31.181190                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     26.386644                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-7            1410     10.32%     10.32% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::8-15           1805     13.21%     23.53% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-23           701      5.13%     28.66% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-31           976      7.14%     35.80% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-39          1079      7.90%     43.70% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-47          1147      8.39%     52.09% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-55          1231      9.01%     61.10% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-63          1467     10.74%     71.83% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-71          1515     11.09%     82.92% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-79          1256      9.19%     92.11% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-87           779      5.70%     97.81% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-95           227      1.66%     99.47% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-103           55      0.40%     99.88% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::104-111           13      0.10%     99.97% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-119            3      0.02%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::240-247            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         13665                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13664                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.011344                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.009446                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.289518                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13629     99.74%     99.74% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17                8      0.06%     99.80% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18                5      0.04%     99.84% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19                6      0.04%     99.88% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20                1      0.01%     99.89% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21                6      0.04%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22                1      0.01%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23                4      0.03%     99.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27                2      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                1      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13664                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     74873424                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                86164364                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    2971300                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       125.99                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  144.99                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      8031.94                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2957.15                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   8244.43                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   2997.67                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        85.85                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    62.75                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   23.10                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      19.67                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      50.34                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   380606                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  212524                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 64.04                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.12                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          5.69                       # Average gap between requests
system.mem_ctrls.pageHitRate                    72.94                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1662202080                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                923445600                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7414892160                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2267803008                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            309204480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3226538808                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             10212000                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            15814298136                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           3340.449973                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           10                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        158080                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       4576106                       # 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            309204480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            102304512                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           2750739600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3162248592                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.967698                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      4576068                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        158080                       # 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                           99647                       # number of read accesses completed
system.cpu0.num_writes                          55957                       # number of write accesses completed
system.cpu1.num_reads                           99867                       # number of read accesses completed
system.cpu1.num_writes                          55238                       # number of write accesses completed
system.cpu2.num_reads                           99801                       # number of read accesses completed
system.cpu2.num_writes                          55628                       # number of write accesses completed
system.cpu3.num_reads                           99793                       # number of read accesses completed
system.cpu3.num_writes                          55743                       # number of write accesses completed
system.cpu4.num_reads                           99228                       # number of read accesses completed
system.cpu4.num_writes                          56144                       # number of write accesses completed
system.cpu5.num_reads                          100000                       # number of read accesses completed
system.cpu5.num_writes                          55296                       # number of write accesses completed
system.cpu6.num_reads                           99793                       # number of read accesses completed
system.cpu6.num_writes                          55679                       # number of write accesses completed
system.cpu7.num_reads                           98898                       # number of read accesses completed
system.cpu7.num_writes                          54985                       # 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       631364                      
system.ruby.outstanding_req_hist::mean      15.998460                      
system.ruby.outstanding_req_hist::gmean     15.997205                      
system.ruby.outstanding_req_hist::stdev      0.125414                      
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% |          28      0.00%      0.02% |      631232     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        631364                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              631236                      
system.ruby.latency_hist::mean             960.020998                      
system.ruby.latency_hist::gmean            652.517743                      
system.ruby.latency_hist::stdev            681.963098                      
system.ruby.latency_hist                 |      216968     34.37%     34.37% |      133794     21.20%     55.57% |      129103     20.45%     76.02% |      108625     17.21%     93.23% |       38984      6.18%     99.40% |        3660      0.58%     99.98% |          99      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                631236                      
system.ruby.hit_latency_hist::bucket_size          256                      
system.ruby.hit_latency_hist::max_bucket         2559                      
system.ruby.hit_latency_hist::samples             659                      
system.ruby.hit_latency_hist::mean          78.248862                      
system.ruby.hit_latency_hist::gmean         13.547875                      
system.ruby.hit_latency_hist::stdev        182.178747                      
system.ruby.hit_latency_hist             |         591     89.68%     89.68% |          36      5.46%     95.14% |          22      3.34%     98.48% |           5      0.76%     99.24% |           2      0.30%     99.54% |           3      0.46%    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               659                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         630577                      
system.ruby.miss_latency_hist::mean        960.942516                      
system.ruby.miss_latency_hist::gmean       655.165310                      
system.ruby.miss_latency_hist::stdev       681.697626                      
system.ruby.miss_latency_hist            |      216341     34.31%     34.31% |      133767     21.21%     55.52% |      129098     20.47%     75.99% |      108625     17.23%     93.22% |       38984      6.18%     99.40% |        3660      0.58%     99.98% |          99      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           630577                      
system.ruby.L1Cache.incomplete_times             1079                      
system.ruby.Directory.incomplete_times         178231                      
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           19                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        79028                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        79047                       # 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           71                       # Number of cache demand hits
system.ruby.l1_cntrl0.L2cache.demand_misses        78957                       # Number of cache demand misses
system.ruby.l1_cntrl0.L2cache.demand_accesses        79028                       # Number of cache demand accesses
system.ruby.l1_cntrl0.fully_busy_cycles            19                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78935                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78952                       # 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           74                       # Number of cache demand hits
system.ruby.l1_cntrl1.L2cache.demand_misses        78861                       # Number of cache demand misses
system.ruby.l1_cntrl1.L2cache.demand_accesses        78935                       # Number of cache demand accesses
system.ruby.l1_cntrl1.fully_busy_cycles            29                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl2.L1Dcache.demand_hits           15                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        79065                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        79080                       # 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           58                       # Number of cache demand hits
system.ruby.l1_cntrl2.L2cache.demand_misses        79007                       # Number of cache demand misses
system.ruby.l1_cntrl2.L2cache.demand_accesses        79065                       # Number of cache demand accesses
system.ruby.l1_cntrl2.fully_busy_cycles            20                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl3.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        79023                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        79037                       # 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           72                       # Number of cache demand hits
system.ruby.l1_cntrl3.L2cache.demand_misses        78951                       # Number of cache demand misses
system.ruby.l1_cntrl3.L2cache.demand_accesses        79023                       # Number of cache demand accesses
system.ruby.l1_cntrl3.fully_busy_cycles            22                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl4.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78771                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78790                       # 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           52                       # Number of cache demand hits
system.ruby.l1_cntrl4.L2cache.demand_misses        78719                       # Number of cache demand misses
system.ruby.l1_cntrl4.L2cache.demand_accesses        78771                       # Number of cache demand accesses
system.ruby.l1_cntrl4.fully_busy_cycles            14                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl5.L1Dcache.demand_hits           18                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        79176                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        79194                       # 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           73                       # Number of cache demand hits
system.ruby.l1_cntrl5.L2cache.demand_misses        79103                       # Number of cache demand misses
system.ruby.l1_cntrl5.L2cache.demand_accesses        79176                       # Number of cache demand accesses
system.ruby.l1_cntrl5.fully_busy_cycles            12                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl6.L1Dcache.demand_hits           21                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78727                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78748                       # 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           58                       # Number of cache demand hits
system.ruby.l1_cntrl6.L2cache.demand_misses        78669                       # Number of cache demand misses
system.ruby.l1_cntrl6.L2cache.demand_accesses        78727                       # Number of cache demand accesses
system.ruby.l1_cntrl6.fully_busy_cycles            16                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl7.L1Dcache.demand_hits           11                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78403                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78414                       # 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           67                       # Number of cache demand hits
system.ruby.l1_cntrl7.L2cache.demand_misses        78336                       # Number of cache demand misses
system.ruby.l1_cntrl7.L2cache.demand_accesses        78403                       # Number of cache demand accesses
system.ruby.l1_cntrl7.fully_busy_cycles            26                       # cycles for which number of transistions == max transitions
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized    15.767766                      
system.ruby.network.routers0.msg_count.Request_Control::2        78957                      
system.ruby.network.routers0.msg_count.Request_Control::3          117                      
system.ruby.network.routers0.msg_count.Response_Data::4        81469                      
system.ruby.network.routers0.msg_count.Response_Control::4      1097503                      
system.ruby.network.routers0.msg_count.Writeback_Data::5        27949                      
system.ruby.network.routers0.msg_count.Writeback_Control::2        74501                      
system.ruby.network.routers0.msg_count.Writeback_Control::3        74498                      
system.ruby.network.routers0.msg_count.Writeback_Control::5        46349                      
system.ruby.network.routers0.msg_count.Broadcast_Control::3       550684                      
system.ruby.network.routers0.msg_count.Unblock_Control::5        79153                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       631656                      
system.ruby.network.routers0.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers0.msg_bytes.Response_Data::4      5865768                      
system.ruby.network.routers0.msg_bytes.Response_Control::4      8780024                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::5      2012328                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::2       596008                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::3       595984                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::5       370792                      
system.ruby.network.routers0.msg_bytes.Broadcast_Control::3      4405472                      
system.ruby.network.routers0.msg_bytes.Unblock_Control::5       633224                      
system.ruby.network.routers1.percent_links_utilized    15.746875                      
system.ruby.network.routers1.msg_count.Request_Control::2        78861                      
system.ruby.network.routers1.msg_count.Request_Control::3          145                      
system.ruby.network.routers1.msg_count.Response_Data::4        81403                      
system.ruby.network.routers1.msg_count.Response_Control::4      1097004                      
system.ruby.network.routers1.msg_count.Writeback_Data::5        27691                      
system.ruby.network.routers1.msg_count.Writeback_Control::2        74256                      
system.ruby.network.routers1.msg_count.Writeback_Control::3        74254                      
system.ruby.network.routers1.msg_count.Writeback_Control::5        46400                      
system.ruby.network.routers1.msg_count.Broadcast_Control::3       550779                      
system.ruby.network.routers1.msg_count.Unblock_Control::5        79022                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       630888                      
system.ruby.network.routers1.msg_bytes.Request_Control::3         1160                      
system.ruby.network.routers1.msg_bytes.Response_Data::4      5861016                      
system.ruby.network.routers1.msg_bytes.Response_Control::4      8776032                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::5      1993752                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::2       594048                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::3       594032                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::5       371200                      
system.ruby.network.routers1.msg_bytes.Broadcast_Control::3      4406232                      
system.ruby.network.routers1.msg_bytes.Unblock_Control::5       632176                      
system.ruby.network.routers2.percent_links_utilized    15.768067                      
system.ruby.network.routers2.msg_count.Request_Control::2        79007                      
system.ruby.network.routers2.msg_count.Request_Control::3          147                      
system.ruby.network.routers2.msg_count.Response_Data::4        81620                      
system.ruby.network.routers2.msg_count.Response_Control::4      1097664                      
system.ruby.network.routers2.msg_count.Writeback_Data::5        27767                      
system.ruby.network.routers2.msg_count.Writeback_Control::2        74467                      
system.ruby.network.routers2.msg_count.Writeback_Control::3        74463                      
system.ruby.network.routers2.msg_count.Writeback_Control::5        46477                      
system.ruby.network.routers2.msg_count.Broadcast_Control::3       550651                      
system.ruby.network.routers2.msg_count.Unblock_Control::5        79222                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       632056                      
system.ruby.network.routers2.msg_bytes.Request_Control::3         1176                      
system.ruby.network.routers2.msg_bytes.Response_Data::4      5876640                      
system.ruby.network.routers2.msg_bytes.Response_Control::4      8781312                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::5      1999224                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::2       595736                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::3       595704                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::5       371816                      
system.ruby.network.routers2.msg_bytes.Broadcast_Control::3      4405208                      
system.ruby.network.routers2.msg_bytes.Unblock_Control::5       633776                      
system.ruby.network.routers3.percent_links_utilized    15.764709                      
system.ruby.network.routers3.msg_count.Request_Control::2        78951                      
system.ruby.network.routers3.msg_count.Request_Control::3          144                      
system.ruby.network.routers3.msg_count.Response_Data::4        81535                      
system.ruby.network.routers3.msg_count.Response_Control::4      1097526                      
system.ruby.network.routers3.msg_count.Writeback_Data::5        27827                      
system.ruby.network.routers3.msg_count.Writeback_Control::2        74420                      
system.ruby.network.routers3.msg_count.Writeback_Control::3        74418                      
system.ruby.network.routers3.msg_count.Writeback_Control::5        46400                      
system.ruby.network.routers3.msg_count.Broadcast_Control::3       550689                      
system.ruby.network.routers3.msg_count.Unblock_Control::5        79139                      
system.ruby.network.routers3.msg_bytes.Request_Control::2       631608                      
system.ruby.network.routers3.msg_bytes.Request_Control::3         1152                      
system.ruby.network.routers3.msg_bytes.Response_Data::4      5870520                      
system.ruby.network.routers3.msg_bytes.Response_Control::4      8780208                      
system.ruby.network.routers3.msg_bytes.Writeback_Data::5      2003544                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::2       595360                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::3       595344                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::5       371200                      
system.ruby.network.routers3.msg_bytes.Broadcast_Control::3      4405512                      
system.ruby.network.routers3.msg_bytes.Unblock_Control::5       633112                      
system.ruby.network.routers4.percent_links_utilized    15.746521                      
system.ruby.network.routers4.msg_count.Request_Control::2        78719                      
system.ruby.network.routers4.msg_count.Request_Control::3          132                      
system.ruby.network.routers4.msg_count.Response_Data::4        81346                      
system.ruby.network.routers4.msg_count.Response_Control::4      1096094                      
system.ruby.network.routers4.msg_count.Writeback_Data::5        27893                      
system.ruby.network.routers4.msg_count.Writeback_Control::2        74227                      
system.ruby.network.routers4.msg_count.Writeback_Control::3        74224                      
system.ruby.network.routers4.msg_count.Writeback_Control::5        46156                      
system.ruby.network.routers4.msg_count.Broadcast_Control::3       550907                      
system.ruby.network.routers4.msg_count.Unblock_Control::5        78890                      
system.ruby.network.routers4.msg_bytes.Request_Control::2       629752                      
system.ruby.network.routers4.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers4.msg_bytes.Response_Data::4      5856912                      
system.ruby.network.routers4.msg_bytes.Response_Control::4      8768752                      
system.ruby.network.routers4.msg_bytes.Writeback_Data::5      2008296                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::2       593816                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::3       593792                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::5       369248                      
system.ruby.network.routers4.msg_bytes.Broadcast_Control::3      4407256                      
system.ruby.network.routers4.msg_bytes.Unblock_Control::5       631120                      
system.ruby.network.routers5.percent_links_utilized    15.765760                      
system.ruby.network.routers5.msg_count.Request_Control::2        79103                      
system.ruby.network.routers5.msg_count.Request_Control::3          144                      
system.ruby.network.routers5.msg_count.Response_Data::4        81607                      
system.ruby.network.routers5.msg_count.Response_Control::4      1098476                      
system.ruby.network.routers5.msg_count.Writeback_Data::5        27604                      
system.ruby.network.routers5.msg_count.Writeback_Control::2        74501                      
system.ruby.network.routers5.msg_count.Writeback_Control::3        74498                      
system.ruby.network.routers5.msg_count.Writeback_Control::5        46701                      
system.ruby.network.routers5.msg_count.Broadcast_Control::3       550533                      
system.ruby.network.routers5.msg_count.Unblock_Control::5        79292                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       632824                      
system.ruby.network.routers5.msg_bytes.Request_Control::3         1152                      
system.ruby.network.routers5.msg_bytes.Response_Data::4      5875704                      
system.ruby.network.routers5.msg_bytes.Response_Control::4      8787808                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::5      1987488                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::2       596008                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::3       595984                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::5       373608                      
system.ruby.network.routers5.msg_bytes.Broadcast_Control::3      4404264                      
system.ruby.network.routers5.msg_bytes.Unblock_Control::5       634336                      
system.ruby.network.routers6.percent_links_utilized    15.731020                      
system.ruby.network.routers6.msg_count.Request_Control::2        78669                      
system.ruby.network.routers6.msg_count.Request_Control::3          123                      
system.ruby.network.routers6.msg_count.Response_Data::4        81247                      
system.ruby.network.routers6.msg_count.Response_Control::4      1095857                      
system.ruby.network.routers6.msg_count.Writeback_Data::5        27721                      
system.ruby.network.routers6.msg_count.Writeback_Control::2        74102                      
system.ruby.network.routers6.msg_count.Writeback_Control::3        74101                      
system.ruby.network.routers6.msg_count.Writeback_Control::5        46211                      
system.ruby.network.routers6.msg_count.Broadcast_Control::3       550956                      
system.ruby.network.routers6.msg_count.Unblock_Control::5        78833                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       629352                      
system.ruby.network.routers6.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers6.msg_bytes.Response_Data::4      5849784                      
system.ruby.network.routers6.msg_bytes.Response_Control::4      8766856                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::5      1995912                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::2       592816                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::3       592808                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::5       369688                      
system.ruby.network.routers6.msg_bytes.Broadcast_Control::3      4407648                      
system.ruby.network.routers6.msg_bytes.Unblock_Control::5       630664                      
system.ruby.network.routers7.percent_links_utilized    15.682975                      
system.ruby.network.routers7.msg_count.Request_Control::2        78336                      
system.ruby.network.routers7.msg_count.Request_Control::3          127                      
system.ruby.network.routers7.msg_count.Response_Data::4        80971                      
system.ruby.network.routers7.msg_count.Response_Control::4      1093756                      
system.ruby.network.routers7.msg_count.Writeback_Data::5        27337                      
system.ruby.network.routers7.msg_count.Writeback_Control::2        73731                      
system.ruby.network.routers7.msg_count.Writeback_Control::3        73727                      
system.ruby.network.routers7.msg_count.Writeback_Control::5        46207                      
system.ruby.network.routers7.msg_count.Broadcast_Control::3       551294                      
system.ruby.network.routers7.msg_count.Unblock_Control::5        78514                      
system.ruby.network.routers7.msg_bytes.Request_Control::2       626688                      
system.ruby.network.routers7.msg_bytes.Request_Control::3         1016                      
system.ruby.network.routers7.msg_bytes.Response_Data::4      5829912                      
system.ruby.network.routers7.msg_bytes.Response_Control::4      8750048                      
system.ruby.network.routers7.msg_bytes.Writeback_Data::5      1968264                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::2       589848                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::3       589816                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::5       369656                      
system.ruby.network.routers7.msg_bytes.Broadcast_Control::3      4410352                      
system.ruby.network.routers7.msg_bytes.Unblock_Control::5       628112                      
system.ruby.network.routers8.percent_links_utilized    57.749976                      
system.ruby.network.routers8.msg_count.Request_Control::2       630603                      
system.ruby.network.routers8.msg_count.Request_Control::3         1079                      
system.ruby.network.routers8.msg_count.Response_Data::4       609957                      
system.ruby.network.routers8.msg_count.Writeback_Data::5       221789                      
system.ruby.network.routers8.msg_count.Writeback_Control::2       594205                      
system.ruby.network.routers8.msg_count.Writeback_Control::3       594183                      
system.ruby.network.routers8.msg_count.Writeback_Control::5       370901                      
system.ruby.network.routers8.msg_count.Broadcast_Control::3       629500                      
system.ruby.network.routers8.msg_count.Unblock_Control::5       632065                      
system.ruby.network.routers8.msg_bytes.Request_Control::2      5044824                      
system.ruby.network.routers8.msg_bytes.Request_Control::3         8632                      
system.ruby.network.routers8.msg_bytes.Response_Data::4     43916904                      
system.ruby.network.routers8.msg_bytes.Writeback_Data::5     15968808                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::2      4753640                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::3      4753464                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::5      2967208                      
system.ruby.network.routers8.msg_bytes.Broadcast_Control::3      5036000                      
system.ruby.network.routers8.msg_bytes.Unblock_Control::5      5056520                      
system.ruby.network.routers9.percent_links_utilized    22.629429                      
system.ruby.network.routers9.msg_count.Request_Control::2       630603                      
system.ruby.network.routers9.msg_count.Request_Control::3         1079                      
system.ruby.network.routers9.msg_count.Response_Data::4       630577                      
system.ruby.network.routers9.msg_count.Response_Control::4      4386937                      
system.ruby.network.routers9.msg_count.Writeback_Data::5       221789                      
system.ruby.network.routers9.msg_count.Writeback_Control::2       594205                      
system.ruby.network.routers9.msg_count.Writeback_Control::3       594183                      
system.ruby.network.routers9.msg_count.Writeback_Control::5       370901                      
system.ruby.network.routers9.msg_count.Broadcast_Control::3      4406500                      
system.ruby.network.routers9.msg_count.Unblock_Control::5       632065                      
system.ruby.network.routers9.msg_bytes.Request_Control::2      5044824                      
system.ruby.network.routers9.msg_bytes.Request_Control::3         8632                      
system.ruby.network.routers9.msg_bytes.Response_Data::4     45401544                      
system.ruby.network.routers9.msg_bytes.Response_Control::4     35095496                      
system.ruby.network.routers9.msg_bytes.Writeback_Data::5     15968808                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::2      4753640                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::3      4753464                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::5      2967208                      
system.ruby.network.routers9.msg_bytes.Broadcast_Control::3     35252000                      
system.ruby.network.routers9.msg_bytes.Unblock_Control::5      5056520                      
system.ruby.network.msg_count.Request_Control      1895046                      
system.ruby.network.msg_count.Response_Data      1891732                      
system.ruby.network.msg_count.Response_Control     13160817                      
system.ruby.network.msg_count.Writeback_Data       665367                      
system.ruby.network.msg_count.Writeback_Control      4677867                      
system.ruby.network.msg_count.Broadcast_Control      9442493                      
system.ruby.network.msg_count.Unblock_Control      1896195                      
system.ruby.network.msg_byte.Request_Control     15160368                      
system.ruby.network.msg_byte.Response_Data    136204704                      
system.ruby.network.msg_byte.Response_Control    105286536                      
system.ruby.network.msg_byte.Writeback_Data     47906424                      
system.ruby.network.msg_byte.Writeback_Control     37422936                      
system.ruby.network.msg_byte.Broadcast_Control     75539944                      
system.ruby.network.msg_byte.Unblock_Control     15169560                      
system.ruby.network.routers0.throttle0.link_utilization    19.905239                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::3          117                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4        78953                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4       549219                      
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3        74498                      
system.ruby.network.routers0.throttle0.msg_count.Broadcast_Control::3       550684                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4      5684616                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4      4393752                      
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3       595984                      
system.ruby.network.routers0.throttle0.msg_bytes.Broadcast_Control::3      4405472                      
system.ruby.network.routers0.throttle1.link_utilization    11.630293                      
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2        78957                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::4         2516                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::4       548284                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5        27949                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2        74501                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::5        46349                      
system.ruby.network.routers0.throttle1.msg_count.Unblock_Control::5        79153                      
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::2       631656                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::4       181152                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::4      4386272                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5      2012328                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2       596008                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5       370792                      
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5       633224                      
system.ruby.network.routers1.throttle0.link_utilization    19.888756                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::3          145                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::4        78859                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::4       548625                      
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::3        74254                      
system.ruby.network.routers1.throttle0.msg_count.Broadcast_Control::3       550779                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::3         1160                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::4      5677848                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::4      4389000                      
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::3       594032                      
system.ruby.network.routers1.throttle0.msg_bytes.Broadcast_Control::3      4406232                      
system.ruby.network.routers1.throttle1.link_utilization    11.604993                      
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2        78861                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4         2544                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4       548379                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::5        27691                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::2        74256                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::5        46400                      
system.ruby.network.routers1.throttle1.msg_count.Unblock_Control::5        79022                      
system.ruby.network.routers1.throttle1.msg_bytes.Request_Control::2       630888                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4       183168                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4      4387032                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::5      1993752                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::2       594048                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::5       371200                      
system.ruby.network.routers1.throttle1.msg_bytes.Unblock_Control::5       632176                      
system.ruby.network.routers2.throttle0.link_utilization    19.912388                      
system.ruby.network.routers2.throttle0.msg_count.Request_Control::3          147                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4        79003                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::4       549484                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3        74463                      
system.ruby.network.routers2.throttle0.msg_count.Broadcast_Control::3       550651                      
system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::3         1176                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4      5688216                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::4      4395872                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3       595704                      
system.ruby.network.routers2.throttle0.msg_bytes.Broadcast_Control::3      4405208                      
system.ruby.network.routers2.throttle1.link_utilization    11.623746                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        79007                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4         2617                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::4       548180                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5        27767                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2        74467                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::5        46477                      
system.ruby.network.routers2.throttle1.msg_count.Unblock_Control::5        79222                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       632056                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4       188424                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::4      4385440                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Data::5      1999224                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::2       595736                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::5       371816                      
system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5       633776                      
system.ruby.network.routers3.throttle0.link_utilization    19.904912                      
system.ruby.network.routers3.throttle0.msg_count.Request_Control::3          144                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4        78948                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4       549281                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::3        74418                      
system.ruby.network.routers3.throttle0.msg_count.Broadcast_Control::3       550689                      
system.ruby.network.routers3.throttle0.msg_bytes.Request_Control::3         1152                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4      5684256                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4      4394248                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::3       595344                      
system.ruby.network.routers3.throttle0.msg_bytes.Broadcast_Control::3      4405512                      
system.ruby.network.routers3.throttle1.link_utilization    11.624507                      
system.ruby.network.routers3.throttle1.msg_count.Request_Control::2        78951                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::4         2587                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::4       548245                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::5        27827                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::2        74420                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::5        46400                      
system.ruby.network.routers3.throttle1.msg_count.Unblock_Control::5        79139                      
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::2       631608                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::4       186264                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::4      4385960                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::5      2003544                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::2       595360                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::5       371200                      
system.ruby.network.routers3.throttle1.msg_bytes.Unblock_Control::5       633112                      
system.ruby.network.routers4.throttle0.link_utilization    19.866149                      
system.ruby.network.routers4.throttle0.msg_count.Request_Control::3          132                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::4        78716                      
system.ruby.network.routers4.throttle0.msg_count.Response_Control::4       547686                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::3        74224                      
system.ruby.network.routers4.throttle0.msg_count.Broadcast_Control::3       550907                      
system.ruby.network.routers4.throttle0.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::4      5667552                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Control::4      4381488                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::3       593792                      
system.ruby.network.routers4.throttle0.msg_bytes.Broadcast_Control::3      4407256                      
system.ruby.network.routers4.throttle1.link_utilization    11.626893                      
system.ruby.network.routers4.throttle1.msg_count.Request_Control::2        78719                      
system.ruby.network.routers4.throttle1.msg_count.Response_Data::4         2630                      
system.ruby.network.routers4.throttle1.msg_count.Response_Control::4       548408                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Data::5        27893                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::2        74227                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::5        46156                      
system.ruby.network.routers4.throttle1.msg_count.Unblock_Control::5        78890                      
system.ruby.network.routers4.throttle1.msg_bytes.Request_Control::2       629752                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Data::4       189360                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Control::4      4387264                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Data::5      2008296                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::2       593816                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::5       369248                      
system.ruby.network.routers4.throttle1.msg_bytes.Unblock_Control::5       631120                      
system.ruby.network.routers5.throttle0.link_utilization    19.929356                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::3          144                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::4        79100                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::4       550307                      
system.ruby.network.routers5.throttle0.msg_count.Writeback_Control::3        74498                      
system.ruby.network.routers5.throttle0.msg_count.Broadcast_Control::3       550533                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::3         1152                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::4      5695200                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::4      4402456                      
system.ruby.network.routers5.throttle0.msg_bytes.Writeback_Control::3       595984                      
system.ruby.network.routers5.throttle0.msg_bytes.Broadcast_Control::3      4404264                      
system.ruby.network.routers5.throttle1.link_utilization    11.602163                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        79103                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::4         2507                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::4       548169                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Data::5        27604                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::2        74501                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::5        46701                      
system.ruby.network.routers5.throttle1.msg_count.Unblock_Control::5        79292                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       632824                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::4       180504                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::4      4385352                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Data::5      1987488                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::2       596008                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::5       373608                      
system.ruby.network.routers5.throttle1.msg_bytes.Unblock_Control::5       634336                      
system.ruby.network.routers6.throttle0.link_utilization    19.857068                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::3          123                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::4        78666                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::4       547359                      
system.ruby.network.routers6.throttle0.msg_count.Writeback_Control::3        74101                      
system.ruby.network.routers6.throttle0.msg_count.Broadcast_Control::3       550956                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::4      5663952                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::4      4378872                      
system.ruby.network.routers6.throttle0.msg_bytes.Writeback_Control::3       592808                      
system.ruby.network.routers6.throttle0.msg_bytes.Broadcast_Control::3      4407648                      
system.ruby.network.routers6.throttle1.link_utilization    11.604972                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        78669                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::4         2581                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::4       548498                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Data::5        27721                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::2        74102                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::5        46211                      
system.ruby.network.routers6.throttle1.msg_count.Unblock_Control::5        78833                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       629352                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::4       185832                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::4      4387984                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Data::5      1995912                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::2       592816                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::5       369688                      
system.ruby.network.routers6.throttle1.msg_bytes.Unblock_Control::5       630664                      
system.ruby.network.routers7.throttle0.link_utilization    19.799815                      
system.ruby.network.routers7.throttle0.msg_count.Request_Control::3          127                      
system.ruby.network.routers7.throttle0.msg_count.Response_Data::4        78332                      
system.ruby.network.routers7.throttle0.msg_count.Response_Control::4       544975                      
system.ruby.network.routers7.throttle0.msg_count.Writeback_Control::3        73727                      
system.ruby.network.routers7.throttle0.msg_count.Broadcast_Control::3       551294                      
system.ruby.network.routers7.throttle0.msg_bytes.Request_Control::3         1016                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Data::4      5639904                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Control::4      4359800                      
system.ruby.network.routers7.throttle0.msg_bytes.Writeback_Control::3       589816                      
system.ruby.network.routers7.throttle0.msg_bytes.Broadcast_Control::3      4410352                      
system.ruby.network.routers7.throttle1.link_utilization    11.566135                      
system.ruby.network.routers7.throttle1.msg_count.Request_Control::2        78336                      
system.ruby.network.routers7.throttle1.msg_count.Response_Data::4         2639                      
system.ruby.network.routers7.throttle1.msg_count.Response_Control::4       548781                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Data::5        27337                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::2        73731                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::5        46207                      
system.ruby.network.routers7.throttle1.msg_count.Unblock_Control::5        78514                      
system.ruby.network.routers7.throttle1.msg_bytes.Request_Control::2       626688                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Data::4       190008                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Control::4      4390248                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Data::5      1968264                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::2       589848                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::5       369656                      
system.ruby.network.routers7.throttle1.msg_bytes.Unblock_Control::5       628112                      
system.ruby.network.routers8.throttle0.link_utilization    44.601063                      
system.ruby.network.routers8.throttle0.msg_count.Request_Control::2       630603                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Data::5       221789                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::2       594205                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::5       370901                      
system.ruby.network.routers8.throttle0.msg_count.Unblock_Control::5       632065                      
system.ruby.network.routers8.throttle0.msg_bytes.Request_Control::2      5044824                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Data::5     15968808                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::2      4753640                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::5      2967208                      
system.ruby.network.routers8.throttle0.msg_bytes.Unblock_Control::5      5056520                      
system.ruby.network.routers8.throttle1.link_utilization    70.898888                      
system.ruby.network.routers8.throttle1.msg_count.Request_Control::3         1079                      
system.ruby.network.routers8.throttle1.msg_count.Response_Data::4       609957                      
system.ruby.network.routers8.throttle1.msg_count.Writeback_Control::3       594183                      
system.ruby.network.routers8.throttle1.msg_count.Broadcast_Control::3       629500                      
system.ruby.network.routers8.throttle1.msg_bytes.Request_Control::3         8632                      
system.ruby.network.routers8.throttle1.msg_bytes.Response_Data::4     43916904                      
system.ruby.network.routers8.throttle1.msg_bytes.Writeback_Control::3      4753464                      
system.ruby.network.routers8.throttle1.msg_bytes.Broadcast_Control::3      5036000                      
system.ruby.network.routers9.throttle0.link_utilization    19.905250                      
system.ruby.network.routers9.throttle0.msg_count.Request_Control::3          117                      
system.ruby.network.routers9.throttle0.msg_count.Response_Data::4        78953                      
system.ruby.network.routers9.throttle0.msg_count.Response_Control::4       549219                      
system.ruby.network.routers9.throttle0.msg_count.Writeback_Control::3        74498                      
system.ruby.network.routers9.throttle0.msg_count.Broadcast_Control::3       550685                      
system.ruby.network.routers9.throttle0.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Data::4      5684616                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Control::4      4393752                      
system.ruby.network.routers9.throttle0.msg_bytes.Writeback_Control::3       595984                      
system.ruby.network.routers9.throttle0.msg_bytes.Broadcast_Control::3      4405480                      
system.ruby.network.routers9.throttle1.link_utilization    19.888766                      
system.ruby.network.routers9.throttle1.msg_count.Request_Control::3          145                      
system.ruby.network.routers9.throttle1.msg_count.Response_Data::4        78859                      
system.ruby.network.routers9.throttle1.msg_count.Response_Control::4       548625                      
system.ruby.network.routers9.throttle1.msg_count.Writeback_Control::3        74254                      
system.ruby.network.routers9.throttle1.msg_count.Broadcast_Control::3       550780                      
system.ruby.network.routers9.throttle1.msg_bytes.Request_Control::3         1160                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Data::4      5677848                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Control::4      4389000                      
system.ruby.network.routers9.throttle1.msg_bytes.Writeback_Control::3       594032                      
system.ruby.network.routers9.throttle1.msg_bytes.Broadcast_Control::3      4406240                      
system.ruby.network.routers9.throttle2.link_utilization    19.912398                      
system.ruby.network.routers9.throttle2.msg_count.Request_Control::3          147                      
system.ruby.network.routers9.throttle2.msg_count.Response_Data::4        79003                      
system.ruby.network.routers9.throttle2.msg_count.Response_Control::4       549484                      
system.ruby.network.routers9.throttle2.msg_count.Writeback_Control::3        74463                      
system.ruby.network.routers9.throttle2.msg_count.Broadcast_Control::3       550652                      
system.ruby.network.routers9.throttle2.msg_bytes.Request_Control::3         1176                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Data::4      5688216                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Control::4      4395872                      
system.ruby.network.routers9.throttle2.msg_bytes.Writeback_Control::3       595704                      
system.ruby.network.routers9.throttle2.msg_bytes.Broadcast_Control::3      4405216                      
system.ruby.network.routers9.throttle3.link_utilization    19.904922                      
system.ruby.network.routers9.throttle3.msg_count.Request_Control::3          144                      
system.ruby.network.routers9.throttle3.msg_count.Response_Data::4        78948                      
system.ruby.network.routers9.throttle3.msg_count.Response_Control::4       549281                      
system.ruby.network.routers9.throttle3.msg_count.Writeback_Control::3        74418                      
system.ruby.network.routers9.throttle3.msg_count.Broadcast_Control::3       550690                      
system.ruby.network.routers9.throttle3.msg_bytes.Request_Control::3         1152                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Data::4      5684256                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Control::4      4394248                      
system.ruby.network.routers9.throttle3.msg_bytes.Writeback_Control::3       595344                      
system.ruby.network.routers9.throttle3.msg_bytes.Broadcast_Control::3      4405520                      
system.ruby.network.routers9.throttle4.link_utilization    19.866159                      
system.ruby.network.routers9.throttle4.msg_count.Request_Control::3          132                      
system.ruby.network.routers9.throttle4.msg_count.Response_Data::4        78716                      
system.ruby.network.routers9.throttle4.msg_count.Response_Control::4       547686                      
system.ruby.network.routers9.throttle4.msg_count.Writeback_Control::3        74224                      
system.ruby.network.routers9.throttle4.msg_count.Broadcast_Control::3       550908                      
system.ruby.network.routers9.throttle4.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Data::4      5667552                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Control::4      4381488                      
system.ruby.network.routers9.throttle4.msg_bytes.Writeback_Control::3       593792                      
system.ruby.network.routers9.throttle4.msg_bytes.Broadcast_Control::3      4407264                      
system.ruby.network.routers9.throttle5.link_utilization    19.929399                      
system.ruby.network.routers9.throttle5.msg_count.Request_Control::3          144                      
system.ruby.network.routers9.throttle5.msg_count.Response_Data::4        79100                      
system.ruby.network.routers9.throttle5.msg_count.Response_Control::4       550307                      
system.ruby.network.routers9.throttle5.msg_count.Writeback_Control::3        74498                      
system.ruby.network.routers9.throttle5.msg_count.Broadcast_Control::3       550534                      
system.ruby.network.routers9.throttle5.msg_bytes.Request_Control::3         1152                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Data::4      5695200                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Control::4      4402456                      
system.ruby.network.routers9.throttle5.msg_bytes.Writeback_Control::3       595984                      
system.ruby.network.routers9.throttle5.msg_bytes.Broadcast_Control::3      4404272                      
system.ruby.network.routers9.throttle6.link_utilization    19.857078                      
system.ruby.network.routers9.throttle6.msg_count.Request_Control::3          123                      
system.ruby.network.routers9.throttle6.msg_count.Response_Data::4        78666                      
system.ruby.network.routers9.throttle6.msg_count.Response_Control::4       547360                      
system.ruby.network.routers9.throttle6.msg_count.Writeback_Control::3        74101                      
system.ruby.network.routers9.throttle6.msg_count.Broadcast_Control::3       550956                      
system.ruby.network.routers9.throttle6.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Data::4      5663952                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Control::4      4378880                      
system.ruby.network.routers9.throttle6.msg_bytes.Writeback_Control::3       592808                      
system.ruby.network.routers9.throttle6.msg_bytes.Broadcast_Control::3      4407648                      
system.ruby.network.routers9.throttle7.link_utilization    19.799826                      
system.ruby.network.routers9.throttle7.msg_count.Request_Control::3          127                      
system.ruby.network.routers9.throttle7.msg_count.Response_Data::4        78332                      
system.ruby.network.routers9.throttle7.msg_count.Response_Control::4       544975                      
system.ruby.network.routers9.throttle7.msg_count.Writeback_Control::3        73727                      
system.ruby.network.routers9.throttle7.msg_count.Broadcast_Control::3       551295                      
system.ruby.network.routers9.throttle7.msg_bytes.Request_Control::3         1016                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Data::4      5639904                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Control::4      4359800                      
system.ruby.network.routers9.throttle7.msg_bytes.Writeback_Control::3       589816                      
system.ruby.network.routers9.throttle7.msg_bytes.Broadcast_Control::3      4410360                      
system.ruby.network.routers9.throttle8.link_utilization    44.601063                      
system.ruby.network.routers9.throttle8.msg_count.Request_Control::2       630603                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Data::5       221789                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::2       594205                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::5       370901                      
system.ruby.network.routers9.throttle8.msg_count.Unblock_Control::5       632065                      
system.ruby.network.routers9.throttle8.msg_bytes.Request_Control::2      5044824                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Data::5     15968808                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::2      4753640                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::5      2967208                      
system.ruby.network.routers9.throttle8.msg_bytes.Unblock_Control::5      5056520                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           406672                      
system.ruby.LD.latency_hist::mean          959.635674                      
system.ruby.LD.latency_hist::gmean         652.221632                      
system.ruby.LD.latency_hist::stdev         681.781774                      
system.ruby.LD.latency_hist              |      139744     34.36%     34.36% |       86465     21.26%     55.62% |       83024     20.42%     76.04% |       69973     17.21%     93.25% |       25055      6.16%     99.41% |        2344      0.58%     99.98% |          64      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             406672                      
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          427                      
system.ruby.LD.hit_latency_hist::mean       78.203747                      
system.ruby.LD.hit_latency_hist::gmean      13.573599                      
system.ruby.LD.hit_latency_hist::stdev     185.098053                      
system.ruby.LD.hit_latency_hist          |         385     90.16%     90.16% |          22      5.15%     95.32% |          12      2.81%     98.13% |           4      0.94%     99.06% |           2      0.47%     99.53% |           2      0.47%    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            427                      
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       406245                      
system.ruby.LD.miss_latency_hist::mean     960.562139                      
system.ruby.LD.miss_latency_hist::gmean    654.881643                      
system.ruby.LD.miss_latency_hist::stdev    681.514167                      
system.ruby.LD.miss_latency_hist         |      139337     34.30%     34.30% |       86449     21.28%     55.58% |       83020     20.44%     76.01% |       69973     17.22%     93.24% |       25055      6.17%     99.41% |        2344      0.58%     99.98% |          64      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        406245                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           224564                      
system.ruby.ST.latency_hist::mean          960.718797                      
system.ruby.ST.latency_hist::gmean         653.054323                      
system.ruby.ST.latency_hist::stdev         682.292307                      
system.ruby.ST.latency_hist              |       77224     34.39%     34.39% |       47329     21.08%     55.46% |       46079     20.52%     75.98% |       38652     17.21%     93.20% |       13929      6.20%     99.40% |        1316      0.59%     99.98% |          35      0.02%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             224564                      
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          232                      
system.ruby.ST.hit_latency_hist::mean       78.331897                      
system.ruby.ST.hit_latency_hist::gmean      13.500656                      
system.ruby.ST.hit_latency_hist::stdev     177.074757                      
system.ruby.ST.hit_latency_hist          |         206     88.79%     88.79% |          14      6.03%     94.83% |          10      4.31%     99.14% |           1      0.43%     99.57% |           0      0.00%     99.57% |           1      0.43%    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            232                      
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       224332                      
system.ruby.ST.miss_latency_hist::mean     961.631346                      
system.ruby.ST.miss_latency_hist::gmean    655.679318                      
system.ruby.ST.miss_latency_hist::stdev    682.030707                      
system.ruby.ST.miss_latency_hist         |       77004     34.33%     34.33% |       47318     21.09%     55.42% |       46078     20.54%     75.96% |       38652     17.23%     93.19% |       13929      6.21%     99.40% |        1316      0.59%     99.98% |          35      0.02%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        224332                      
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          134                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            1                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean            1                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |         134    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.hit_mach_latency_hist::total          134                      
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        23441                      
system.ruby.L1Cache.miss_mach_latency_hist::mean   914.739516                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   596.549210                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   674.936163                      
system.ruby.L1Cache.miss_mach_latency_hist |        8669     36.98%     36.98% |        4814     20.54%     57.52% |        4813     20.53%     78.05% |        3836     16.36%     94.42% |        1210      5.16%     99.58% |          95      0.41%     99.98% |           3      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total        23441                      
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        22362                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::mean   768.978535                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::gmean   161.751829                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::stdev   671.078921                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request |        9501     42.49%     42.49% |        4657     20.83%     63.31% |        4560     20.39%     83.70% |        2974     13.30%     97.00% |         638      2.85%     99.86% |          28      0.13%     99.98% |           4      0.02%    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        22362                      
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        22362                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::mean    48.105491                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::gmean    20.140689                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::stdev    74.942187                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward |       19547     87.41%     87.41% |        2229      9.97%     97.38% |         464      2.07%     99.45% |          68      0.30%     99.76% |          48      0.21%     99.97% |           6      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.L1Cache.miss_latency_hist.initial_to_forward::total        22362                      
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        22362                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::mean    87.500224                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::gmean    72.577095                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::stdev    50.130411                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response |        3605     16.12%     16.12% |        4859     21.73%     37.85% |        5304     23.72%     61.57% |        3455     15.45%     77.02% |        2757     12.33%     89.35% |        1708      7.64%     96.99% |         607      2.71%     99.70% |          65      0.29%     99.99% |           2      0.01%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::total        22362                      
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        22362                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::mean    10.040649                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::stdev    22.705599                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion |       20193     90.30%     90.30% |         982      4.39%     94.69% |         729      3.26%     97.95% |         356      1.59%     99.54% |          88      0.39%     99.94% |          14      0.06%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::total        22362                      
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          525                      
system.ruby.L2Cache.hit_mach_latency_hist::mean    97.965714                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean    26.349224                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   199.401296                      
system.ruby.L2Cache.hit_mach_latency_hist |         457     87.05%     87.05% |          36      6.86%     93.90% |          22      4.19%     98.10% |           5      0.95%     99.05% |           2      0.38%     99.43% |           3      0.57%    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          525                      
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       607136                      
system.ruby.Directory.miss_mach_latency_hist::mean   962.726374                      
system.ruby.Directory.miss_mach_latency_hist::gmean   657.540435                      
system.ruby.Directory.miss_mach_latency_hist::stdev   681.895122                      
system.ruby.Directory.miss_mach_latency_hist |      207672     34.21%     34.21% |      128953     21.24%     55.44% |      124285     20.47%     75.92% |      104789     17.26%     93.18% |       37774      6.22%     99.40% |        3565      0.59%     99.98% |          96      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       607136                      
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       428905                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::mean   785.739740                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::gmean   184.197793                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::stdev   668.241705                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |      179102     41.76%     41.76% |       89947     20.97%     62.73% |       88138     20.55%     83.28% |       58366     13.61%     96.89% |       12705      2.96%     99.85% |         629      0.15%    100.00% |          18      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       428905                      
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       428905                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::mean    18.479276                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::gmean    12.535256                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::stdev    21.148075                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |      398219     92.85%     92.85% |       30314      7.07%     99.91% |         309      0.07%     99.99% |          48      0.01%    100.00% |          10      0.00%    100.00% |           3      0.00%    100.00% |           1      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.initial_to_forward::total       428905                      
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       428905                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::mean    61.899547                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::gmean    53.351717                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::stdev    34.125264                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |      103104     24.04%     24.04% |      148337     34.59%     58.62% |      105177     24.52%     83.15% |       49112     11.45%     94.60% |       18933      4.41%     99.01% |        4036      0.94%     99.95% |         203      0.05%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.forward_to_first_response::total       428905                      
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       428905                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean   141.446057                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev   103.806839                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |      226525     52.81%     52.81% |      152265     35.50%     88.32% |       35890      8.37%     96.68% |        9068      2.11%     98.80% |        4990      1.16%     99.96% |         167      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.Directory.miss_latency_hist.first_response_to_completion::total       428905                      
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           86                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |          86    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total           86                      
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        13435                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean   910.973502                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   589.106075                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   675.905832                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |        5006     37.26%     37.26% |        2762     20.56%     57.82% |        2731     20.33%     78.15% |        2210     16.45%     94.60% |         663      4.93%     99.53% |          60      0.45%     99.98% |           2      0.01%     99.99% |           1      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total        13435                      
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          341                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean    97.674487                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean    26.203545                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   202.582132                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         299     87.68%     87.68% |          22      6.45%     94.13% |          12      3.52%     97.65% |           4      1.17%     98.83% |           2      0.59%     99.41% |           2      0.59%    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          341                      
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       392810                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean   962.258183                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   657.256777                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   681.642222                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      134331     34.20%     34.20% |       83687     21.30%     55.50% |       80289     20.44%     75.94% |       67763     17.25%     93.19% |       24392      6.21%     99.40% |        2284      0.58%     99.98% |          62      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       392810                      
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           48                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |          48    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total           48                      
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        10006                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean   919.796122                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   606.691185                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   673.632645                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |        3663     36.61%     36.61% |        2052     20.51%     57.12% |        2082     20.81%     77.92% |        1626     16.25%     94.17% |         547      5.47%     99.64% |          35      0.35%     99.99% |           1      0.01%    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        10006                      
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          184                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean    98.505435                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean    26.621350                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   193.912549                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         158     85.87%     85.87% |          14      7.61%     93.48% |          10      5.43%     98.91% |           1      0.54%     99.46% |           0      0.00%     99.46% |           1      0.54%    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          184                      
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       214326                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean   963.584460                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   658.060633                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   682.359141                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       73341     34.22%     34.22% |       45266     21.12%     55.34% |       43996     20.53%     75.87% |       37026     17.28%     93.14% |       13382      6.24%     99.39% |        1281      0.60%     99.98% |          34      0.02%    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       214326                      
system.ruby.Directory_Controller.GETX          228259      0.00%      0.00%
system.ruby.Directory_Controller.GETS          412443      0.00%      0.00%
system.ruby.Directory_Controller.PUT           608549      0.00%      0.00%
system.ruby.Directory_Controller.Unblock         1492      0.00%      0.00%
system.ruby.Directory_Controller.UnblockS        27046      0.00%      0.00%
system.ruby.Directory_Controller.UnblockM       603526      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Clean         8188      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Dirty         1483      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Clean       362713      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Dirty       220306      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       609957      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       221789      0.00%      0.00%
system.ruby.Directory_Controller.All_Unblocks         1079      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETX           82      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETS           87      0.00%      0.00%
system.ruby.Directory_Controller.NX.PUT         11135      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         7104      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS        12270      0.00%      0.00%
system.ruby.Directory_Controller.NO.PUT        583069      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX          9586      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS         17189      0.00%      0.00%
system.ruby.Directory_Controller.E.GETX        207573      0.00%      0.00%
system.ruby.Directory_Controller.E.GETS        375633      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETX          581      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETS         1079      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.PUT        14093      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockS         8709      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockM       601935      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.GETX            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.GETS            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.PUT           19      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockS           24      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockM          557      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.GETX            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.PUT           32      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockS           45      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockM         1034      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            8      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.PUT          135      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.UnblockS         1079      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.All_Unblocks         1079      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETX            9      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETS           37      0.00%      0.00%
system.ruby.Directory_Controller.O_B.UnblockS        17189      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETX         1880      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETS         3488      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.Memory_Data       592768      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETX           54      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETS          108      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.Memory_Data        17189      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETX         1354      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETS         2478      0.00%      0.00%
system.ruby.Directory_Controller.WB.PUT            66      0.00%      0.00%
system.ruby.Directory_Controller.WB.Unblock         1492      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Clean         8188      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Dirty         1483      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Clean       362713      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Dirty       220306      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.GETS            1      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.Memory_Ack         1483      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETX           33      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETS           64      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.Memory_Ack       220306      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50813     12.48%     12.48% |       50931     12.51%     25.00% |       51029     12.54%     37.53% |       50902     12.51%     50.04% |       50575     12.42%     62.46% |       51299     12.60%     75.06% |       50746     12.47%     87.53% |       50757     12.47%    100.00%
system.ruby.L1Cache_Controller.Load::total       407052                      
system.ruby.L1Cache_Controller.Store     |       28305     12.59%     12.59% |       28102     12.50%     25.09% |       28111     12.51%     37.60% |       28214     12.55%     50.15% |       28284     12.58%     62.73% |       27968     12.44%     75.17% |       28075     12.49%     87.66% |       27734     12.34%    100.00%
system.ruby.L1Cache_Controller.Store::total       224793                      
system.ruby.L1Cache_Controller.L2_Replacement |       78943     12.52%     12.52% |       78847     12.51%     25.03% |       78995     12.53%     37.56% |       78938     12.52%     50.08% |       78703     12.48%     62.56% |       79090     12.54%     75.10% |       78654     12.47%     87.58% |       78325     12.42%    100.00%
system.ruby.L1Cache_Controller.L2_Replacement::total       630495                      
system.ruby.L1Cache_Controller.L1_to_L2  |     1275365     12.53%     12.53% |     1274386     12.52%     25.04% |     1274008     12.51%     37.56% |     1275263     12.53%     50.08% |     1269825     12.47%     62.56% |     1277746     12.55%     75.11% |     1268355     12.46%     87.57% |     1265834     12.43%    100.00%
system.ruby.L1Cache_Controller.L1_to_L2::total     10180782                      
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D |          74     13.48%     13.48% |          77     14.03%     27.50% |          60     10.93%     38.43% |          75     13.66%     52.09% |          58     10.56%     62.66% |          75     13.66%     76.32% |          62     11.29%     87.61% |          68     12.39%    100.00%
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D::total          549                      
system.ruby.L1Cache_Controller.Complete_L2_to_L1 |          74     13.48%     13.48% |          77     14.03%     27.50% |          60     10.93%     38.43% |          75     13.66%     52.09% |          58     10.56%     62.66% |          75     13.66%     76.32% |          62     11.29%     87.61% |          68     12.39%    100.00%
system.ruby.L1Cache_Controller.Complete_L2_to_L1::total          549                      
system.ruby.L1Cache_Controller.Other_GETX |      196082     12.49%     12.49% |      196296     12.50%     24.99% |      196273     12.50%     37.49% |      196179     12.49%     49.98% |      196105     12.49%     62.47% |      196428     12.51%     74.98% |      196308     12.50%     87.48% |      196653     12.52%    100.00%
system.ruby.L1Cache_Controller.Other_GETX::total      1570324                      
system.ruby.L1Cache_Controller.Other_GETS |      354602     12.50%     12.50% |      354483     12.50%     25.00% |      354378     12.49%     37.50% |      354510     12.50%     50.00% |      354802     12.51%     62.51% |      354105     12.49%     74.99% |      354648     12.50%     87.50% |      354641     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETS::total      2836169                      
system.ruby.L1Cache_Controller.Merged_GETS |         117     10.84%     10.84% |         145     13.44%     24.28% |         147     13.62%     37.91% |         144     13.35%     51.25% |         132     12.23%     63.48% |         144     13.35%     76.83% |         123     11.40%     88.23% |         127     11.77%    100.00%
system.ruby.L1Cache_Controller.Merged_GETS::total         1079                      
system.ruby.L1Cache_Controller.Ack       |      549165     12.52%     12.52% |      548558     12.51%     25.03% |      549430     12.53%     37.55% |      549236     12.52%     50.07% |      547629     12.48%     62.56% |      550249     12.54%     75.10% |      547294     12.48%     87.58% |      544926     12.42%    100.00%
system.ruby.L1Cache_Controller.Ack::total      4386487                      
system.ruby.L1Cache_Controller.Shared_Ack |          54     12.08%     12.08% |          67     14.99%     27.07% |          54     12.08%     39.15% |          45     10.07%     49.22% |          57     12.75%     61.97% |          58     12.98%     74.94% |          63     14.09%     89.04% |          49     10.96%    100.00%
system.ruby.L1Cache_Controller.Shared_Ack::total          447                      
system.ruby.L1Cache_Controller.Data      |        3534     12.48%     12.48% |        3591     12.69%     25.17% |        3586     12.67%     37.84% |        3542     12.51%     50.35% |        3534     12.48%     62.83% |        3559     12.57%     75.41% |        3536     12.49%     87.90% |        3426     12.10%    100.00%
system.ruby.L1Cache_Controller.Data::total        28308                      
system.ruby.L1Cache_Controller.Shared_Data |        1225     12.43%     12.43% |        1218     12.36%     24.78% |        1258     12.76%     37.55% |        1200     12.17%     49.72% |        1183     12.00%     61.72% |        1275     12.93%     74.66% |        1206     12.23%     86.89% |        1292     13.11%    100.00%
system.ruby.L1Cache_Controller.Shared_Data::total         9857                      
system.ruby.L1Cache_Controller.Exclusive_Data |       74194     12.52%     12.52% |       74050     12.50%     25.02% |       74159     12.52%     37.54% |       74206     12.53%     50.07% |       73999     12.49%     62.56% |       74266     12.54%     75.10% |       73924     12.48%     87.57% |       73614     12.43%    100.00%
system.ruby.L1Cache_Controller.Exclusive_Data::total       592412                      
system.ruby.L1Cache_Controller.Writeback_Ack |       74498     12.54%     12.54% |       74254     12.50%     25.03% |       74463     12.53%     37.57% |       74418     12.52%     50.09% |       74224     12.49%     62.58% |       74498     12.54%     75.12% |       74101     12.47%     87.59% |       73727     12.41%    100.00%
system.ruby.L1Cache_Controller.Writeback_Ack::total       594183                      
system.ruby.L1Cache_Controller.All_acks  |        1273     12.41%     12.41% |        1280     12.48%     24.89% |        1307     12.74%     37.64% |        1242     12.11%     49.75% |        1233     12.02%     61.77% |        1328     12.95%     74.72% |        1258     12.27%     86.98% |        1335     13.02%    100.00%
system.ruby.L1Cache_Controller.All_acks::total        10256                      
system.ruby.L1Cache_Controller.All_acks_no_sharers |       77680     12.52%     12.52% |       77579     12.51%     25.03% |       77696     12.53%     37.55% |       77706     12.53%     50.08% |       77482     12.49%     62.57% |       77771     12.54%     75.11% |       77407     12.48%     87.59% |       76997     12.41%    100.00%
system.ruby.L1Cache_Controller.All_acks_no_sharers::total       620318                      
system.ruby.L1Cache_Controller.I.Load    |       50705     12.48%     12.48% |       50824     12.51%     24.99% |       50945     12.54%     37.53% |       50795     12.50%     50.04% |       50487     12.43%     62.46% |       51196     12.60%     75.06% |       50643     12.47%     87.53% |       50657     12.47%    100.00%
system.ruby.L1Cache_Controller.I.Load::total       406252                      
system.ruby.L1Cache_Controller.I.Store   |       28249     12.59%     12.59% |       28034     12.50%     25.09% |       28060     12.51%     37.60% |       28153     12.55%     50.15% |       28226     12.58%     62.73% |       27904     12.44%     75.17% |       28021     12.49%     87.66% |       27678     12.34%    100.00%
system.ruby.L1Cache_Controller.I.Store::total       224325                      
system.ruby.L1Cache_Controller.I.L2_Replacement |        1133     11.92%     11.92% |        1180     12.42%     24.34% |        1153     12.13%     36.48% |        1190     12.52%     49.00% |        1247     13.12%     62.12% |        1154     12.14%     74.27% |        1228     12.92%     87.19% |        1217     12.81%    100.00%
system.ruby.L1Cache_Controller.I.L2_Replacement::total         9502                      
system.ruby.L1Cache_Controller.I.L1_to_L2 |          95     12.96%     12.96% |          89     12.14%     25.10% |          73      9.96%     35.06% |         105     14.32%     49.39% |         107     14.60%     63.98% |          78     10.64%     74.62% |          93     12.69%     87.31% |          93     12.69%    100.00%
system.ruby.L1Cache_Controller.I.L1_to_L2::total          733                      
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D |           1      8.33%      8.33% |           1      8.33%     16.67% |           1      8.33%     25.00% |           2     16.67%     41.67% |           4     33.33%     75.00% |           0      0.00%     75.00% |           3     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D::total           12                      
system.ruby.L1Cache_Controller.I.Other_GETX |      195033     12.49%     12.49% |      195243     12.50%     24.99% |      195153     12.50%     37.49% |      195100     12.49%     49.99% |      194954     12.49%     62.47% |      195345     12.51%     74.98% |      195180     12.50%     87.48% |      195481     12.52%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETX::total      1561489                      
system.ruby.L1Cache_Controller.I.Other_GETS |      352683     12.50%     12.50% |      352563     12.50%     25.00% |      352422     12.49%     37.50% |      352581     12.50%     50.00% |      352860     12.51%     62.50% |      352244     12.49%     74.99% |      352744     12.51%     87.50% |      352677     12.50%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETS::total      2820774                      
system.ruby.L1Cache_Controller.S.Load    |           0      0.00%      0.00% |           1     33.33%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    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% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Store::total            2                      
system.ruby.L1Cache_Controller.S.L2_Replacement |        3309     12.35%     12.35% |        3411     12.73%     25.09% |        3375     12.60%     37.69% |        3328     12.42%     50.11% |        3229     12.05%     62.16% |        3434     12.82%     74.98% |        3324     12.41%     87.39% |        3377     12.61%    100.00%
system.ruby.L1Cache_Controller.S.L2_Replacement::total        26787                      
system.ruby.L1Cache_Controller.S.L1_to_L2 |        3337     12.35%     12.35% |        3439     12.72%     25.07% |        3400     12.58%     37.65% |        3360     12.43%     50.08% |        3271     12.10%     62.18% |        3458     12.79%     74.97% |        3354     12.41%     87.38% |        3412     12.62%    100.00%
system.ruby.L1Cache_Controller.S.L1_to_L2::total        27031                      
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D |           3     11.54%     11.54% |           4     15.38%     26.92% |           4     15.38%     42.31% |           3     11.54%     53.85% |           2      7.69%     61.54% |           4     15.38%     76.92% |           4     15.38%     92.31% |           2      7.69%    100.00%
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D::total           26                      
system.ruby.L1Cache_Controller.S.Other_GETX |          26     10.74%     10.74% |          27     11.16%     21.90% |          25     10.33%     32.23% |          31     12.81%     45.04% |          47     19.42%     64.46% |          22      9.09%     73.55% |          29     11.98%     85.54% |          35     14.46%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETX::total          242                      
system.ruby.L1Cache_Controller.S.Other_GETS |          52     11.63%     11.63% |          62     13.87%     25.50% |          48     10.74%     36.24% |          57     12.75%     48.99% |          57     12.75%     61.74% |          66     14.77%     76.51% |          57     12.75%     89.26% |          48     10.74%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETS::total          447                      
system.ruby.L1Cache_Controller.O.L2_Replacement |         848     12.28%     12.28% |         840     12.17%     24.45% |         890     12.89%     37.35% |         876     12.69%     50.04% |         863     12.50%     62.54% |         829     12.01%     74.55% |         859     12.44%     86.99% |         898     13.01%    100.00%
system.ruby.L1Cache_Controller.O.L2_Replacement::total         6903                      
system.ruby.L1Cache_Controller.O.L1_to_L2 |          71     11.56%     11.56% |          82     13.36%     24.92% |          77     12.54%     37.46% |          81     13.19%     50.65% |          74     12.05%     62.70% |          76     12.38%     75.08% |          72     11.73%     86.81% |          81     13.19%    100.00%
system.ruby.L1Cache_Controller.O.L1_to_L2::total          614                      
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D |           1     33.33%     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% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D::total            3                      
system.ruby.L1Cache_Controller.O.Other_GETX |           3      7.32%      7.32% |           5     12.20%     19.51% |           6     14.63%     34.15% |           5     12.20%     46.34% |          10     24.39%     70.73% |           3      7.32%     78.05% |           4      9.76%     87.80% |           5     12.20%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETX::total           41                      
system.ruby.L1Cache_Controller.O.Other_GETS |           7     12.96%     12.96% |           5      9.26%     22.22% |           6     11.11%     33.33% |          10     18.52%     51.85% |           4      7.41%     59.26% |           6     11.11%     70.37% |           8     14.81%     85.19% |           8     14.81%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETS::total           54                      
system.ruby.L1Cache_Controller.O.Merged_GETS |           1      5.26%      5.26% |           3     15.79%     21.05% |           3     15.79%     36.84% |           3     15.79%     52.63% |           3     15.79%     68.42% |           2     10.53%     78.95% |           3     15.79%     94.74% |           1      5.26%    100.00%
system.ruby.L1Cache_Controller.O.Merged_GETS::total           19                      
system.ruby.L1Cache_Controller.M.Load    |           0      0.00%      0.00% |           5     19.23%     19.23% |           2      7.69%     26.92% |           3     11.54%     38.46% |           7     26.92%     65.38% |           1      3.85%     69.23% |           3     11.54%     80.77% |           5     19.23%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           26                      
system.ruby.L1Cache_Controller.M.Store   |           0      0.00%      0.00% |           2     11.76%     11.76% |           2     11.76%     23.53% |           2     11.76%     35.29% |           3     17.65%     52.94% |           0      0.00%     52.94% |           8     47.06%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           17                      
system.ruby.L1Cache_Controller.M.L2_Replacement |       46120     12.50%     12.50% |       46127     12.51%     25.01% |       46232     12.53%     37.54% |       46137     12.51%     50.05% |       45906     12.45%     62.50% |       46501     12.61%     75.10% |       45956     12.46%     87.56% |       45873     12.44%    100.00%
system.ruby.L1Cache_Controller.M.L2_Replacement::total       368852                      
system.ruby.L1Cache_Controller.M.L1_to_L2 |       47294     12.49%     12.49% |       47293     12.49%     24.99% |       47452     12.54%     37.53% |       47341     12.51%     50.03% |       47126     12.45%     62.48% |       47662     12.59%     75.07% |       47201     12.47%     87.54% |       47147     12.46%    100.00%
system.ruby.L1Cache_Controller.M.L1_to_L2::total       378516                      
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D |          47     14.55%     14.55% |          37     11.46%     26.01% |          35     10.84%     36.84% |          43     13.31%     50.15% |          38     11.76%     61.92% |          44     13.62%     75.54% |          37     11.46%     87.00% |          42     13.00%    100.00%
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D::total          323                      
system.ruby.L1Cache_Controller.M.Other_GETX |         414     11.55%     11.55% |         435     12.13%     23.68% |         433     12.08%     35.76% |         438     12.22%     47.98% |         453     12.64%     60.61% |         432     12.05%     72.66% |         486     13.56%     86.22% |         494     13.78%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETX::total         3585                      
system.ruby.L1Cache_Controller.M.Other_GETS |         754     12.48%     12.48% |         721     11.94%     24.42% |         773     12.80%     37.22% |         758     12.55%     49.77% |         763     12.63%     62.40% |         713     11.80%     74.21% |         760     12.58%     86.79% |         798     13.21%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETS::total         6040                      
system.ruby.L1Cache_Controller.M.Merged_GETS |          58     10.68%     10.68% |          75     13.81%     24.49% |          78     14.36%     38.86% |          78     14.36%     53.22% |          70     12.89%     66.11% |          68     12.52%     78.64% |          61     11.23%     89.87% |          55     10.13%    100.00%
system.ruby.L1Cache_Controller.M.Merged_GETS::total          543                      
system.ruby.L1Cache_Controller.MM.Load   |           3     17.65%     17.65% |           1      5.88%     23.53% |           3     17.65%     41.18% |           2     11.76%     52.94% |           3     17.65%     70.59% |           4     23.53%     94.12% |           0      0.00%     94.12% |           1      5.88%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           17                      
system.ruby.L1Cache_Controller.MM.Store  |           5     31.25%     31.25% |           2     12.50%     43.75% |           1      6.25%     50.00% |           1      6.25%     56.25% |           2     12.50%     68.75% |           2     12.50%     81.25% |           1      6.25%     87.50% |           2     12.50%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           16                      
system.ruby.L1Cache_Controller.MM.L2_Replacement |       27533     12.60%     12.60% |       27289     12.49%     25.10% |       27345     12.52%     37.61% |       27407     12.55%     50.16% |       27458     12.57%     62.73% |       27172     12.44%     75.17% |       27287     12.49%     87.66% |       26960     12.34%    100.00%
system.ruby.L1Cache_Controller.MM.L2_Replacement::total       218451                      
system.ruby.L1Cache_Controller.MM.L1_to_L2 |       28227     12.59%     12.59% |       28028     12.50%     25.09% |       28059     12.52%     37.61% |       28132     12.55%     50.15% |       28189     12.57%     62.73% |       27897     12.44%     75.17% |       28002     12.49%     87.66% |       27666     12.34%    100.00%
system.ruby.L1Cache_Controller.MM.L1_to_L2::total       224200                      
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D |          22     11.89%     11.89% |          35     18.92%     30.81% |          19     10.27%     41.08% |          27     14.59%     55.68% |          14      7.57%     63.24% |          26     14.05%     77.30% |          18      9.73%     87.03% |          24     12.97%    100.00%
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D::total          185                      
system.ruby.L1Cache_Controller.MM.Other_GETX |         241     11.65%     11.65% |         274     13.25%     24.90% |         243     11.75%     36.65% |         245     11.85%     48.50% |         283     13.68%     62.19% |         267     12.91%     75.10% |         256     12.38%     87.48% |         259     12.52%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETX::total         2068                      
system.ruby.L1Cache_Controller.MM.Other_GETS |         450     12.58%     12.58% |         440     12.30%     24.87% |         447     12.49%     37.37% |         473     13.22%     50.59% |         458     12.80%     63.39% |         430     12.02%     75.41% |         456     12.74%     88.15% |         424     11.85%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETS::total         3578                      
system.ruby.L1Cache_Controller.MM.Merged_GETS |          39     10.80%     10.80% |          49     13.57%     24.38% |          45     12.47%     36.84% |          45     12.47%     49.31% |          40     11.08%     60.39% |          51     14.13%     74.52% |          42     11.63%     86.15% |          50     13.85%    100.00%
system.ruby.L1Cache_Controller.MM.Merged_GETS::total          361                      
system.ruby.L1Cache_Controller.IR.Load   |           0      0.00%      0.00% |           1     16.67%     16.67% |           0      0.00%     16.67% |           1     16.67%     33.33% |           2     33.33%     66.67% |           0      0.00%     66.67% |           2     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IR.Load::total            6                      
system.ruby.L1Cache_Controller.IR.Store  |           1     16.67%     16.67% |           0      0.00%     16.67% |           1     16.67%     33.33% |           1     16.67%     50.00% |           2     33.33%     83.33% |           0      0.00%     83.33% |           1     16.67%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IR.Store::total            6                      
system.ruby.L1Cache_Controller.IR.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           2     66.67%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IR.L1_to_L2::total            3                      
system.ruby.L1Cache_Controller.SR.Load   |           1      7.14%      7.14% |           2     14.29%     21.43% |           3     21.43%     42.86% |           2     14.29%     57.14% |           0      0.00%     57.14% |           2     14.29%     71.43% |           3     21.43%     92.86% |           1      7.14%    100.00%
system.ruby.L1Cache_Controller.SR.Load::total           14                      
system.ruby.L1Cache_Controller.SR.Store  |           2     16.67%     16.67% |           2     16.67%     33.33% |           1      8.33%     41.67% |           1      8.33%     50.00% |           2     16.67%     66.67% |           2     16.67%     83.33% |           1      8.33%     91.67% |           1      8.33%    100.00%
system.ruby.L1Cache_Controller.SR.Store::total           12                      
system.ruby.L1Cache_Controller.SR.L1_to_L2 |           0      0.00%      0.00% |           2    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.SR.L1_to_L2::total            2                      
system.ruby.L1Cache_Controller.OR.Load   |           1     33.33%     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% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OR.Load::total            3                      
system.ruby.L1Cache_Controller.MR.Load   |          31     15.35%     15.35% |          20      9.90%     25.25% |          17      8.42%     33.66% |          28     13.86%     47.52% |          26     12.87%     60.40% |          27     13.37%     73.76% |          26     12.87%     86.63% |          27     13.37%    100.00%
system.ruby.L1Cache_Controller.MR.Load::total          202                      
system.ruby.L1Cache_Controller.MR.Store  |          16     13.22%     13.22% |          17     14.05%     27.27% |          18     14.88%     42.15% |          15     12.40%     54.55% |          12      9.92%     64.46% |          17     14.05%     78.51% |          11      9.09%     87.60% |          15     12.40%    100.00%
system.ruby.L1Cache_Controller.MR.Store::total          121                      
system.ruby.L1Cache_Controller.MR.L1_to_L2 |           0      0.00%      0.00% |           2      5.71%      5.71% |           0      0.00%      5.71% |          13     37.14%     42.86% |          11     31.43%     74.29% |           0      0.00%     74.29% |           1      2.86%     77.14% |           8     22.86%    100.00%
system.ruby.L1Cache_Controller.MR.L1_to_L2::total           35                      
system.ruby.L1Cache_Controller.MMR.Load  |          16     13.11%     13.11% |          21     17.21%     30.33% |          15     12.30%     42.62% |          18     14.75%     57.38% |           7      5.74%     63.11% |          18     14.75%     77.87% |          10      8.20%     86.07% |          17     13.93%    100.00%
system.ruby.L1Cache_Controller.MMR.Load::total          122                      
system.ruby.L1Cache_Controller.MMR.Store |           6      9.52%      9.52% |          14     22.22%     31.75% |           4      6.35%     38.10% |           9     14.29%     52.38% |           7     11.11%     63.49% |           8     12.70%     76.19% |           8     12.70%     88.89% |           7     11.11%    100.00%
system.ruby.L1Cache_Controller.MMR.Store::total           63                      
system.ruby.L1Cache_Controller.MMR.L1_to_L2 |           3     17.65%     17.65% |           2     11.76%     29.41% |           3     17.65%     47.06% |           6     35.29%     82.35% |           0      0.00%     82.35% |           0      0.00%     82.35% |           1      5.88%     88.24% |           2     11.76%    100.00%
system.ruby.L1Cache_Controller.MMR.L1_to_L2::total           17                      
system.ruby.L1Cache_Controller.IM.L1_to_L2 |      309536     12.53%     12.53% |      307397     12.44%     24.97% |      307847     12.46%     37.42% |      312339     12.64%     50.06% |      314089     12.71%     62.77% |      307063     12.43%     75.20% |      307609     12.45%     87.65% |      305188     12.35%    100.00%
system.ruby.L1Cache_Controller.IM.L1_to_L2::total      2471068                      
system.ruby.L1Cache_Controller.IM.Other_GETX |          55     11.63%     11.63% |          48     10.15%     21.78% |          70     14.80%     36.58% |          57     12.05%     48.63% |          65     13.74%     62.37% |          53     11.21%     73.57% |          61     12.90%     86.47% |          64     13.53%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETX::total          473                      
system.ruby.L1Cache_Controller.IM.Other_GETS |         123     13.74%     13.74% |         132     14.75%     28.49% |         104     11.62%     40.11% |         116     12.96%     53.07% |         109     12.18%     65.25% |         105     11.73%     76.98% |          96     10.73%     87.71% |         110     12.29%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETS::total          895                      
system.ruby.L1Cache_Controller.IM.Ack    |      136220     12.56%     12.56% |      135698     12.51%     25.07% |      135410     12.48%     37.55% |      136637     12.60%     50.15% |      136874     12.62%     62.77% |      135167     12.46%     75.23% |      135129     12.46%     87.68% |      133604     12.32%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total      1084739                      
system.ruby.L1Cache_Controller.IM.Data   |        1420     12.79%     12.79% |        1366     12.30%     25.09% |        1441     12.98%     38.06% |        1381     12.44%     50.50% |        1437     12.94%     63.44% |        1371     12.35%     75.79% |        1385     12.47%     88.26% |        1304     11.74%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total        11105                      
system.ruby.L1Cache_Controller.IM.Exclusive_Data |       26828     12.58%     12.58% |       26668     12.51%     25.09% |       26617     12.48%     37.57% |       26771     12.56%     50.13% |       26789     12.56%     62.69% |       26530     12.44%     75.14% |       26636     12.49%     87.63% |       26374     12.37%    100.00%
system.ruby.L1Cache_Controller.IM.Exclusive_Data::total       213213                      
system.ruby.L1Cache_Controller.SM.L1_to_L2 |          10     15.15%     15.15% |           4      6.06%     21.21% |           0      0.00%     21.21% |          14     21.21%     42.42% |           3      4.55%     46.97% |          13     19.70%     66.67% |          15     22.73%     89.39% |           7     10.61%    100.00%
system.ruby.L1Cache_Controller.SM.L1_to_L2::total           66                      
system.ruby.L1Cache_Controller.SM.Ack    |           9     13.04%     13.04% |          14     20.29%     33.33% |           7     10.14%     43.48% |           4      5.80%     49.28% |          14     20.29%     69.57% |           7     10.14%     79.71% |           7     10.14%     89.86% |           7     10.14%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total           69                      
system.ruby.L1Cache_Controller.SM.Data   |           2     14.29%     14.29% |           2     14.29%     28.57% |           1      7.14%     35.71% |           1      7.14%     42.86% |           2     14.29%     57.14% |           3     21.43%     78.57% |           2     14.29%     92.86% |           1      7.14%    100.00%
system.ruby.L1Cache_Controller.SM.Data::total           14                      
system.ruby.L1Cache_Controller.ISM.L1_to_L2 |        1764     13.94%     13.94% |        1614     12.75%     26.69% |        1563     12.35%     39.03% |        1607     12.70%     51.73% |        1594     12.59%     64.32% |        1577     12.46%     76.78% |        1530     12.09%     88.87% |        1409     11.13%    100.00%
system.ruby.L1Cache_Controller.ISM.L1_to_L2::total        12658                      
system.ruby.L1Cache_Controller.ISM.Ack   |        3092     12.98%     12.98% |        2897     12.16%     25.14% |        3145     13.20%     38.34% |        2767     11.62%     49.96% |        3218     13.51%     63.47% |        2874     12.06%     75.53% |        2973     12.48%     88.01% |        2855     11.99%    100.00%
system.ruby.L1Cache_Controller.ISM.Ack::total        23821                      
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers |        1422     12.79%     12.79% |        1368     12.30%     25.09% |        1442     12.97%     38.06% |        1382     12.43%     50.49% |        1439     12.94%     63.43% |        1374     12.36%     75.79% |        1387     12.47%     88.26% |        1305     11.74%    100.00%
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers::total        11119                      
system.ruby.L1Cache_Controller.M_W.Load  |           3     14.29%     14.29% |           5     23.81%     38.10% |           1      4.76%     42.86% |           3     14.29%     57.14% |           0      0.00%     57.14% |           4     19.05%     76.19% |           4     19.05%     95.24% |           1      4.76%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           21                      
system.ruby.L1Cache_Controller.M_W.Store |           1     11.11%     11.11% |           1     11.11%     22.22% |           2     22.22%     44.44% |           0      0.00%     44.44% |           1     11.11%     55.56% |           1     11.11%     66.67% |           2     22.22%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total            9                      
system.ruby.L1Cache_Controller.M_W.L1_to_L2 |      200176     12.47%     12.47% |      201650     12.57%     25.04% |      201123     12.53%     37.58% |      200188     12.48%     50.05% |      199126     12.41%     62.46% |      201260     12.54%     75.00% |      199765     12.45%     87.45% |      201336     12.55%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_to_L2::total      1604624                      
system.ruby.L1Cache_Controller.M_W.Ack   |      100518     12.51%     12.51% |      100093     12.46%     24.97% |      100202     12.47%     37.45% |      100623     12.53%     49.98% |      100045     12.45%     62.43% |      101774     12.67%     75.10% |      100513     12.51%     87.61% |       99490     12.39%    100.00%
system.ruby.L1Cache_Controller.M_W.Ack::total       803258                      
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers |       47365     12.49%     12.49% |       47381     12.50%     24.99% |       47540     12.54%     37.52% |       47435     12.51%     50.03% |       47209     12.45%     62.48% |       47734     12.59%     75.07% |       47285     12.47%     87.54% |       47239     12.46%    100.00%
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers::total       379188                      
system.ruby.L1Cache_Controller.MM_W.Load |           5     27.78%     27.78% |           0      0.00%     27.78% |           2     11.11%     38.89% |           3     16.67%     55.56% |           2     11.11%     66.67% |           4     22.22%     88.89% |           2     11.11%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           18                      
system.ruby.L1Cache_Controller.MM_W.Store |           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.MM_W.Store::total            6                      
system.ruby.L1Cache_Controller.MM_W.L1_to_L2 |      113668     12.69%     12.69% |      111549     12.46%     25.15% |      110277     12.32%     37.47% |      113575     12.68%     50.15% |      112462     12.56%     62.71% |      110541     12.34%     75.06% |      111835     12.49%     87.54% |      111530     12.46%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_to_L2::total       895437                      
system.ruby.L1Cache_Controller.MM_W.Ack  |       57496     12.65%     12.65% |       56731     12.48%     25.13% |       56977     12.53%     37.66% |       56788     12.49%     50.16% |       56548     12.44%     62.60% |       56441     12.42%     75.01% |       57183     12.58%     87.59% |       56401     12.41%    100.00%
system.ruby.L1Cache_Controller.MM_W.Ack::total       454565                      
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers |       26829     12.58%     12.58% |       26669     12.51%     25.09% |       26619     12.48%     37.57% |       26771     12.56%     50.13% |       26789     12.56%     62.69% |       26531     12.44%     75.14% |       26638     12.49%     87.63% |       26375     12.37%    100.00%
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers::total       213221                      
system.ruby.L1Cache_Controller.IS.L1_to_L2 |      559640     12.52%     12.52% |      561212     12.56%     25.08% |      561689     12.57%     37.65% |      557086     12.46%     50.11% |      551976     12.35%     62.46% |      565297     12.65%     75.11% |      556509     12.45%     87.56% |      556080     12.44%    100.00%
system.ruby.L1Cache_Controller.IS.L1_to_L2::total      4469489                      
system.ruby.L1Cache_Controller.IS.Other_GETX |         109     11.70%     11.70% |         101     10.84%     22.53% |         124     13.30%     35.84% |         112     12.02%     47.85% |         117     12.55%     60.41% |         113     12.12%     72.53% |         124     13.30%     85.84% |         132     14.16%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETX::total          932                      
system.ruby.L1Cache_Controller.IS.Other_GETS |         203     11.96%     11.96% |         204     12.02%     23.98% |         235     13.85%     37.83% |         192     11.31%     49.15% |         199     11.73%     60.87% |         222     13.08%     73.95% |         207     12.20%     86.15% |         235     13.85%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETS::total         1697                      
system.ruby.L1Cache_Controller.IS.Ack    |      244548     12.48%     12.48% |      245576     12.53%     25.01% |      246037     12.55%     37.56% |      244950     12.50%     50.06% |      243637     12.43%     62.49% |      246370     12.57%     75.06% |      243979     12.45%     87.51% |      244863     12.49%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total      1959960                      
system.ruby.L1Cache_Controller.IS.Shared_Ack |          40     12.70%     12.70% |          51     16.19%     28.89% |          39     12.38%     41.27% |          32     10.16%     51.43% |          36     11.43%     62.86% |          41     13.02%     75.87% |          40     12.70%     88.57% |          36     11.43%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Ack::total          315                      
system.ruby.L1Cache_Controller.IS.Data   |        2112     12.29%     12.29% |        2223     12.93%     25.22% |        2144     12.47%     37.69% |        2160     12.57%     50.26% |        2095     12.19%     62.45% |        2185     12.71%     75.16% |        2149     12.50%     87.66% |        2121     12.34%    100.00%
system.ruby.L1Cache_Controller.IS.Data::total        17189                      
system.ruby.L1Cache_Controller.IS.Shared_Data |        1225     12.43%     12.43% |        1218     12.36%     24.78% |        1258     12.76%     37.55% |        1200     12.17%     49.72% |        1183     12.00%     61.72% |        1275     12.93%     74.66% |        1206     12.23%     86.89% |        1292     13.11%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Data::total         9857                      
system.ruby.L1Cache_Controller.IS.Exclusive_Data |       47366     12.49%     12.49% |       47382     12.50%     24.99% |       47542     12.54%     37.52% |       47435     12.51%     50.03% |       47210     12.45%     62.48% |       47736     12.59%     75.07% |       47288     12.47%     87.54% |       47240     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.Exclusive_Data::total       379199                      
system.ruby.L1Cache_Controller.SS.Load   |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SS.Load::total            1                      
system.ruby.L1Cache_Controller.SS.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           2     66.67%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SS.Store::total            3                      
system.ruby.L1Cache_Controller.SS.L1_to_L2 |       11526     12.00%     12.00% |       11989     12.48%     24.48% |       12429     12.94%     37.42% |       11368     11.83%     49.25% |       11766     12.25%     61.50% |       12817     13.34%     74.84% |       12331     12.84%     87.68% |       11837     12.32%    100.00%
system.ruby.L1Cache_Controller.SS.L1_to_L2::total        96063                      
system.ruby.L1Cache_Controller.SS.Ack    |        7282     12.12%     12.12% |        7549     12.57%     24.69% |        7652     12.74%     37.42% |        7467     12.43%     49.85% |        7293     12.14%     61.99% |        7616     12.68%     74.67% |        7510     12.50%     87.17% |        7706     12.83%    100.00%
system.ruby.L1Cache_Controller.SS.Ack::total        60075                      
system.ruby.L1Cache_Controller.SS.Shared_Ack |          14     10.61%     10.61% |          16     12.12%     22.73% |          15     11.36%     34.09% |          13      9.85%     43.94% |          21     15.91%     59.85% |          17     12.88%     72.73% |          23     17.42%     90.15% |          13      9.85%    100.00%
system.ruby.L1Cache_Controller.SS.Shared_Ack::total          132                      
system.ruby.L1Cache_Controller.SS.All_acks |        1273     12.41%     12.41% |        1280     12.48%     24.89% |        1307     12.74%     37.64% |        1242     12.11%     49.75% |        1233     12.02%     61.77% |        1328     12.95%     74.72% |        1258     12.27%     86.98% |        1335     13.02%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks::total        10256                      
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers |        2064     12.29%     12.29% |        2161     12.87%     25.16% |        2095     12.48%     37.64% |        2118     12.61%     50.26% |        2045     12.18%     62.44% |        2132     12.70%     75.13% |        2097     12.49%     87.62% |        2078     12.38%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers::total        16790                      
system.ruby.L1Cache_Controller.OI.Load   |           0      0.00%      0.00% |           4     57.14%     57.14% |           0      0.00%     57.14% |           0      0.00%     57.14% |           1     14.29%     71.43% |           1     14.29%     85.71% |           0      0.00%     85.71% |           1     14.29%    100.00%
system.ruby.L1Cache_Controller.OI.Load::total            7                      
system.ruby.L1Cache_Controller.OI.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OI.Store::total            1                      
system.ruby.L1Cache_Controller.OI.Other_GETX |           0      0.00%      0.00% |           1      4.17%      4.17% |           3     12.50%     16.67% |           7     29.17%     45.83% |           3     12.50%     58.33% |           4     16.67%     75.00% |           5     20.83%     95.83% |           1      4.17%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETX::total           24                      
system.ruby.L1Cache_Controller.OI.Other_GETS |           4     18.18%     18.18% |           3     13.64%     31.82% |           2      9.09%     40.91% |           4     18.18%     59.09% |           4     18.18%     77.27% |           2      9.09%     86.36% |           0      0.00%     86.36% |           3     13.64%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETS::total           22                      
system.ruby.L1Cache_Controller.OI.Merged_GETS |           1      3.85%      3.85% |           1      3.85%      7.69% |           4     15.38%     23.08% |           5     19.23%     42.31% |           5     19.23%     61.54% |           5     19.23%     80.77% |           3     11.54%     92.31% |           2      7.69%    100.00%
system.ruby.L1Cache_Controller.OI.Merged_GETS::total           26                      
system.ruby.L1Cache_Controller.OI.Writeback_Ack |        1192     12.33%     12.33% |        1209     12.50%     24.83% |        1245     12.87%     37.70% |        1201     12.42%     50.12% |        1222     12.64%     62.75% |        1160     11.99%     74.75% |        1188     12.28%     87.03% |        1254     12.97%    100.00%
system.ruby.L1Cache_Controller.OI.Writeback_Ack::total         9671                      
system.ruby.L1Cache_Controller.MI.Load   |          20     12.74%     12.74% |          21     13.38%     26.11% |          20     12.74%     38.85% |          26     16.56%     55.41% |          13      8.28%     63.69% |          11      7.01%     70.70% |          26     16.56%     87.26% |          20     12.74%    100.00%
system.ruby.L1Cache_Controller.MI.Load::total          157                      
system.ruby.L1Cache_Controller.MI.Store  |          12     11.76%     11.76% |          15     14.71%     26.47% |           7      6.86%     33.33% |          16     15.69%     49.02% |          15     14.71%     63.73% |          15     14.71%     78.43% |           9      8.82%     87.25% |          13     12.75%    100.00%
system.ruby.L1Cache_Controller.MI.Store::total          102                      
system.ruby.L1Cache_Controller.MI.Other_GETX |         200     13.62%     13.62% |         162     11.04%     24.66% |         216     14.71%     39.37% |         184     12.53%     51.91% |         172     11.72%     63.62% |         189     12.87%     76.50% |         163     11.10%     87.60% |         182     12.40%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETX::total         1468                      
system.ruby.L1Cache_Controller.MI.Other_GETS |         326     12.25%     12.25% |         353     13.26%     25.51% |         341     12.81%     38.32% |         319     11.98%     50.30% |         348     13.07%     63.37% |         317     11.91%     75.28% |         320     12.02%     87.30% |         338     12.70%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETS::total         2662                      
system.ruby.L1Cache_Controller.MI.Merged_GETS |          18     13.85%     13.85% |          17     13.08%     26.92% |          17     13.08%     40.00% |          13     10.00%     50.00% |          14     10.77%     60.77% |          18     13.85%     74.62% |          14     10.77%     85.38% |          19     14.62%    100.00%
system.ruby.L1Cache_Controller.MI.Merged_GETS::total          130                      
system.ruby.L1Cache_Controller.MI.Writeback_Ack |       73106     12.54%     12.54% |       72882     12.50%     25.04% |       72999     12.52%     37.56% |       73026     12.53%     50.09% |       72827     12.49%     62.58% |       73145     12.55%     75.12% |       72745     12.48%     87.60% |       72290     12.40%    100.00%
system.ruby.L1Cache_Controller.MI.Writeback_Ack::total       583020                      
system.ruby.L1Cache_Controller.II.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.II.Load::total            1                      
system.ruby.L1Cache_Controller.II.Other_GETX |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.II.Other_GETX::total            2                      
system.ruby.L1Cache_Controller.II.Writeback_Ack |         200     13.40%     13.40% |         163     10.92%     24.33% |         219     14.68%     39.01% |         191     12.80%     51.81% |         175     11.73%     63.54% |         193     12.94%     76.47% |         168     11.26%     87.73% |         183     12.27%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Ack::total         1492                      
system.ruby.L1Cache_Controller.IT.Load   |           0      0.00%      0.00% |           2     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.Load::total            4                      
system.ruby.L1Cache_Controller.IT.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.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.IT.Store::total            2                      
system.ruby.L1Cache_Controller.IT.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     14.29%     14.29% |           2     28.57%     42.86% |           2     28.57%     71.43% |           0      0.00%     71.43% |           2     28.57%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.L1_to_L2::total            7                      
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1 |           1      8.33%      8.33% |           1      8.33%     16.67% |           1      8.33%     25.00% |           2     16.67%     41.67% |           4     33.33%     75.00% |           0      0.00%     75.00% |           3     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1::total           12                      
system.ruby.L1Cache_Controller.ST.Load   |           0      0.00%      0.00% |           1     16.67%     16.67% |           1     16.67%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           3     50.00%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.ST.Load::total            6                      
system.ruby.L1Cache_Controller.ST.Store  |           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% |           1     14.29%     71.43% |           1     14.29%     85.71% |           1     14.29%    100.00%
system.ruby.L1Cache_Controller.ST.Store::total            7                      
system.ruby.L1Cache_Controller.ST.L1_to_L2 |           0      0.00%      0.00% |           2     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           4     66.67%    100.00%
system.ruby.L1Cache_Controller.ST.L1_to_L2::total            6                      
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1 |           3     11.54%     11.54% |           4     15.38%     26.92% |           4     15.38%     42.31% |           3     11.54%     53.85% |           2      7.69%     61.54% |           4     15.38%     76.92% |           4     15.38%     92.31% |           2      7.69%    100.00%
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1::total           26                      
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% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OT.Load::total            1                      
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1 |           1     33.33%     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% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1::total            3                      
system.ruby.L1Cache_Controller.MT.Load   |          17     14.78%     14.78% |          13     11.30%     26.09% |           7      6.09%     32.17% |          13     11.30%     43.48% |          18     15.65%     59.13% |          14     12.17%     71.30% |          19     16.52%     87.83% |          14     12.17%    100.00%
system.ruby.L1Cache_Controller.MT.Load::total          115                      
system.ruby.L1Cache_Controller.MT.Store  |           7     11.29%     11.29% |           4      6.45%     17.74% |          11     17.74%     35.48% |          10     16.13%     51.61% |           7     11.29%     62.90% |           8     12.90%     75.81% |           5      8.06%     83.87% |          10     16.13%    100.00%
system.ruby.L1Cache_Controller.MT.Store::total           62                      
system.ruby.L1Cache_Controller.MT.L1_to_L2 |           9      6.08%      6.08% |          16     10.81%     16.89% |          10      6.76%     23.65% |          32     21.62%     45.27% |          29     19.59%     64.86% |           2      1.35%     66.22% |          27     18.24%     84.46% |          23     15.54%    100.00%
system.ruby.L1Cache_Controller.MT.L1_to_L2::total          148                      
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1 |          47     14.55%     14.55% |          37     11.46%     26.01% |          35     10.84%     36.84% |          43     13.31%     50.15% |          38     11.76%     61.92% |          44     13.62%     75.54% |          37     11.46%     87.00% |          42     13.00%    100.00%
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1::total          323                      
system.ruby.L1Cache_Controller.MMT.Load  |          10     13.16%     13.16% |          10     13.16%     26.32% |          11     14.47%     40.79% |           8     10.53%     51.32% |           8     10.53%     61.84% |          15     19.74%     81.58% |           3      3.95%     85.53% |          11     14.47%    100.00%
system.ruby.L1Cache_Controller.MMT.Load::total           76                      
system.ruby.L1Cache_Controller.MMT.Store |           4     10.26%     10.26% |           9     23.08%     33.33% |           2      5.13%     38.46% |           5     12.82%     51.28% |           4     10.26%     61.54% |           5     12.82%     74.36% |           5     12.82%     87.18% |           5     12.82%    100.00%
system.ruby.L1Cache_Controller.MMT.Store::total           39                      
system.ruby.L1Cache_Controller.MMT.L1_to_L2 |           9     13.85%     13.85% |          16     24.62%     38.46% |           4      6.15%     44.62% |          14     21.54%     66.15% |           0      0.00%     66.15% |           5      7.69%     73.85% |           6      9.23%     83.08% |          11     16.92%    100.00%
system.ruby.L1Cache_Controller.MMT.L1_to_L2::total           65                      
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1 |          22     11.89%     11.89% |          35     18.92%     30.81% |          19     10.27%     41.08% |          27     14.59%     55.68% |          14      7.57%     63.24% |          26     14.05%     77.30% |          18      9.73%     87.03% |          24     12.97%    100.00%
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1::total          185                      

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