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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.004718                       # Number of seconds simulated
sim_ticks                                     4717737                       # Number of ticks simulated
final_tick                                    4717737                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  46146                       # Simulator tick rate (ticks/s)
host_mem_usage                                 663608                       # Number of bytes of host memory used
host_seconds                                   102.24                       # 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     38891008                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           38891008                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14178496                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14178496                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       607672                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              607672                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       221539                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             221539                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   8243572713                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            8243572713                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   3005359561                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           3005359561                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0  11248932274                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total          11248932274                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      607686                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     221539                       # Number of write requests accepted
system.mem_ctrls.readBursts                    607686                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   221539                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               37901760                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  989888                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                13990016                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                38891904                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14178496                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                  15467                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  2896                       # 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             74248                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             73965                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             74362                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             73718                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             73629                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             74182                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             74198                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             73913                       # 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             27580                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             27153                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27465                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27217                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             27251                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27223                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27298                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27407                       # 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                       341                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       4717717                       # 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                607686                       # 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               221539                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                     173                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     425                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                     892                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                    1471                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                    2214                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                    3131                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                    4313                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                    5653                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                    7328                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                    9462                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  12392                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  16826                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  24221                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  34718                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  47678                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  60525                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  68415                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  69451                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  61971                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  48773                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  34538                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  23158                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  15821                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  11733                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                   9215                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                   7008                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   4874                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   3036                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1729                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    772                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    260                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     43                       # What read queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::0                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::1                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::2                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::3                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::4                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::5                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::6                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::7                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::8                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::9                       1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::10                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::11                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::12                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::13                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::14                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::15                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                      6                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                      9                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                     14                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                     24                       # 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                     90                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    132                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    196                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    295                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    386                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    531                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                    677                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   1545                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3338                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   5862                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   8353                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                  10675                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                  12511                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                  13693                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                  14394                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                  15002                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                  15530                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                  16080                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                  16988                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                  16432                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                  15907                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                  15871                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                  16756                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                  10206                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                   3495                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                   1016                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                    632                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                    462                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                    337                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                    300                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                    230                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                    585                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       217832                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    238.215138                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   188.366987                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   172.557799                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        37638     17.28%     17.28% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        92585     42.50%     59.78% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        45398     20.84%     80.62% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        21076      9.68%     90.30% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        10973      5.04%     95.33% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         5549      2.55%     97.88% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         2719      1.25%     99.13% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1199      0.55%     99.68% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          695      0.32%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       217832                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13655                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      43.367704                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     31.670415                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     25.872524                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-15           3074     22.51%     22.51% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-31          1792     13.12%     35.64% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-47          2254     16.51%     52.14% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-63          2805     20.54%     72.68% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-79          2763     20.23%     92.92% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-95           909      6.66%     99.58% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-111           55      0.40%     99.98% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-127            2      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::256-271            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         13655                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13655                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.008349                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.007193                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.215662                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13627     99.79%     99.79% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17                6      0.04%     99.84% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18                3      0.02%     99.86% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19                5      0.04%     99.90% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20                2      0.01%     99.91% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21                4      0.03%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22                1      0.01%     99.95% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23                4      0.03%     99.98% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24                2      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13655                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     74136636                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                85388721                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    2961075                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       125.18                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  144.18                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      8033.89                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2965.41                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   8243.76                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   3005.36                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        85.93                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    62.76                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   23.17                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      19.65                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      50.35                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   380729                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  212242                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 64.29                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.07                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          5.69                       # Average gap between requests
system.mem_ctrls.pageHitRate                    73.13                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1644443640                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                913579800                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7379698560                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2262898944                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            307678800                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3210618024                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             10162200                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            15729079968                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           3338.923999                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           11                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        157300                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       4553526                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls_1.actEnergy                        0                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_1.preEnergy                        0                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_1.readEnergy                       0                       # Energy for read commands per rank (pJ)
system.mem_ctrls_1.writeEnergy                      0                       # Energy for write commands per rank (pJ)
system.mem_ctrls_1.refreshEnergy            307678800                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            101799720                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           2737167600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3146646120                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.967681                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      4553490                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        157300                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT             0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.cpu_clk_domain.clock                         1                       # Clock period in ticks
system.cpu0.num_reads                           98877                       # number of read accesses completed
system.cpu0.num_writes                          55675                       # number of write accesses completed
system.cpu0.num_copies                              0                       # number of copy accesses completed
system.cpu1.num_reads                           99785                       # number of read accesses completed
system.cpu1.num_writes                          55900                       # number of write accesses completed
system.cpu1.num_copies                              0                       # number of copy accesses completed
system.cpu2.num_reads                           99496                       # number of read accesses completed
system.cpu2.num_writes                          55477                       # number of write accesses completed
system.cpu2.num_copies                              0                       # number of copy accesses completed
system.cpu3.num_reads                           98960                       # number of read accesses completed
system.cpu3.num_writes                          55077                       # number of write accesses completed
system.cpu3.num_copies                              0                       # number of copy accesses completed
system.cpu4.num_reads                           99813                       # number of read accesses completed
system.cpu4.num_writes                          56095                       # number of write accesses completed
system.cpu4.num_copies                              0                       # number of copy accesses completed
system.cpu5.num_reads                           99616                       # number of read accesses completed
system.cpu5.num_writes                          55503                       # number of write accesses completed
system.cpu5.num_copies                              0                       # number of copy accesses completed
system.cpu6.num_reads                           98898                       # number of read accesses completed
system.cpu6.num_writes                          55431                       # number of write accesses completed
system.cpu6.num_copies                              0                       # number of copy accesses completed
system.cpu7.num_reads                          100000                       # number of read accesses completed
system.cpu7.num_writes                          55483                       # number of write accesses completed
system.cpu7.num_copies                              0                       # number of copy 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       628930                      
system.ruby.outstanding_req_hist::mean      15.998458                      
system.ruby.outstanding_req_hist::gmean     15.997198                      
system.ruby.outstanding_req_hist::stdev      0.125644                      
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% |          26      0.00%      0.02% |      628800     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        628930                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              628802                      
system.ruby.latency_hist::mean             960.194053                      
system.ruby.latency_hist::gmean            685.947832                      
system.ruby.latency_hist::stdev            670.704695                      
system.ruby.latency_hist                 |      235493     37.45%     37.45% |      115985     18.45%     55.90% |      117829     18.74%     74.64% |      122332     19.45%     94.09% |       34636      5.51%     99.60% |        2468      0.39%     99.99% |          59      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                628802                      
system.ruby.hit_latency_hist::bucket_size          128                      
system.ruby.hit_latency_hist::max_bucket         1279                      
system.ruby.hit_latency_hist::samples             688                      
system.ruby.hit_latency_hist::mean          97.577035                      
system.ruby.hit_latency_hist::gmean         32.486686                      
system.ruby.hit_latency_hist::stdev        126.810521                      
system.ruby.hit_latency_hist             |         485     70.49%     70.49% |         131     19.04%     89.53% |          50      7.27%     96.80% |          10      1.45%     98.26% |           5      0.73%     98.98% |           4      0.58%     99.56% |           3      0.44%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total               688                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         628114                      
system.ruby.miss_latency_hist::mean        961.138914                      
system.ruby.miss_latency_hist::gmean       688.243254                      
system.ruby.miss_latency_hist::stdev       670.450585                      
system.ruby.miss_latency_hist            |      234817     37.38%     37.38% |      115973     18.46%     55.85% |      117829     18.76%     74.61% |      122332     19.48%     94.08% |       34636      5.51%     99.60% |        2468      0.39%     99.99% |          59      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           628114                      
system.ruby.L1Cache.incomplete_times             1076                      
system.ruby.Directory.incomplete_times         174126                      
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        78377                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78396                       # 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           65                       # Number of cache demand hits
system.ruby.l1_cntrl0.L2cache.demand_misses        78312                       # Number of cache demand misses
system.ruby.l1_cntrl0.L2cache.demand_accesses        78377                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Dcache.demand_hits           12                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78839                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78851                       # 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           60                       # Number of cache demand hits
system.ruby.l1_cntrl1.L2cache.demand_misses        78779                       # Number of cache demand misses
system.ruby.l1_cntrl1.L2cache.demand_accesses        78839                       # Number of cache demand accesses
system.ruby.l1_cntrl2.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78721                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78741                       # 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           62                       # Number of cache demand hits
system.ruby.l1_cntrl2.L2cache.demand_misses        78659                       # Number of cache demand misses
system.ruby.l1_cntrl2.L2cache.demand_accesses        78721                       # Number of cache demand accesses
system.ruby.l1_cntrl3.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78291                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78311                       # 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           68                       # Number of cache demand hits
system.ruby.l1_cntrl3.L2cache.demand_misses        78223                       # Number of cache demand misses
system.ruby.l1_cntrl3.L2cache.demand_accesses        78291                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L1Dcache.demand_hits           28                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78804                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78832                       # 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           69                       # Number of cache demand hits
system.ruby.l1_cntrl4.L2cache.demand_misses        78735                       # Number of cache demand misses
system.ruby.l1_cntrl4.L2cache.demand_accesses        78804                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78597                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78614                       # 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           61                       # Number of cache demand hits
system.ruby.l1_cntrl5.L2cache.demand_misses        78536                       # Number of cache demand misses
system.ruby.l1_cntrl5.L2cache.demand_accesses        78597                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78489                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78503                       # 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           82                       # Number of cache demand hits
system.ruby.l1_cntrl6.L2cache.demand_misses        78407                       # Number of cache demand misses
system.ruby.l1_cntrl6.L2cache.demand_accesses        78489                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Dcache.demand_hits           15                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78561                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78576                       # 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           76                       # Number of cache demand hits
system.ruby.l1_cntrl7.L2cache.demand_misses        78485                       # Number of cache demand misses
system.ruby.l1_cntrl7.L2cache.demand_accesses        78561                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized    15.728579                      
system.ruby.network.routers0.msg_count.Request_Control::2        78312                      
system.ruby.network.routers0.msg_count.Request_Control::3          136                      
system.ruby.network.routers0.msg_count.Response_Data::4        80809                      
system.ruby.network.routers0.msg_count.Response_Control::4      1091306                      
system.ruby.network.routers0.msg_count.Writeback_Data::5        27751                      
system.ruby.network.routers0.msg_count.Writeback_Control::2        73970                      
system.ruby.network.routers0.msg_count.Writeback_Control::3        73966                      
system.ruby.network.routers0.msg_count.Writeback_Control::5        46017                      
system.ruby.network.routers0.msg_count.Broadcast_Control::3       548880                      
system.ruby.network.routers0.msg_count.Unblock_Control::5        78505                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       626496                      
system.ruby.network.routers0.msg_bytes.Request_Control::3         1088                      
system.ruby.network.routers0.msg_bytes.Response_Data::4      5818248                      
system.ruby.network.routers0.msg_bytes.Response_Control::4      8730448                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::5      1998072                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::2       591760                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::3       591728                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::5       368136                      
system.ruby.network.routers0.msg_bytes.Broadcast_Control::3      4391040                      
system.ruby.network.routers0.msg_bytes.Unblock_Control::5       628040                      
system.ruby.network.routers1.percent_links_utilized    15.782026                      
system.ruby.network.routers1.msg_count.Request_Control::2        78779                      
system.ruby.network.routers1.msg_count.Request_Control::3          148                      
system.ruby.network.routers1.msg_count.Response_Data::4        81395                      
system.ruby.network.routers1.msg_count.Response_Control::4      1094135                      
system.ruby.network.routers1.msg_count.Writeback_Data::5        27827                      
system.ruby.network.routers1.msg_count.Writeback_Control::2        74272                      
system.ruby.network.routers1.msg_count.Writeback_Control::3        74272                      
system.ruby.network.routers1.msg_count.Writeback_Control::5        46271                      
system.ruby.network.routers1.msg_count.Broadcast_Control::3       548392                      
system.ruby.network.routers1.msg_count.Unblock_Control::5        78951                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       630232                      
system.ruby.network.routers1.msg_bytes.Request_Control::3         1184                      
system.ruby.network.routers1.msg_bytes.Response_Data::4      5860440                      
system.ruby.network.routers1.msg_bytes.Response_Control::4      8753080                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::5      2003544                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::2       594176                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::3       594176                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::5       370168                      
system.ruby.network.routers1.msg_bytes.Broadcast_Control::3      4387136                      
system.ruby.network.routers1.msg_bytes.Unblock_Control::5       631608                      
system.ruby.network.routers2.percent_links_utilized    15.769611                      
system.ruby.network.routers2.msg_count.Request_Control::2        78659                      
system.ruby.network.routers2.msg_count.Request_Control::3          126                      
system.ruby.network.routers2.msg_count.Response_Data::4        81173                      
system.ruby.network.routers2.msg_count.Response_Control::4      1093393                      
system.ruby.network.routers2.msg_count.Writeback_Data::5        27922                      
system.ruby.network.routers2.msg_count.Writeback_Control::2        74193                      
system.ruby.network.routers2.msg_count.Writeback_Control::3        74193                      
system.ruby.network.routers2.msg_count.Writeback_Control::5        46097                      
system.ruby.network.routers2.msg_count.Broadcast_Control::3       548534                      
system.ruby.network.routers2.msg_count.Unblock_Control::5        78830                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       629272                      
system.ruby.network.routers2.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers2.msg_bytes.Response_Data::4      5844456                      
system.ruby.network.routers2.msg_bytes.Response_Control::4      8747144                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::5      2010384                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::2       593544                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::3       593544                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::5       368776                      
system.ruby.network.routers2.msg_bytes.Broadcast_Control::3      4388272                      
system.ruby.network.routers2.msg_bytes.Unblock_Control::5       630640                      
system.ruby.network.routers3.percent_links_utilized    15.703970                      
system.ruby.network.routers3.msg_count.Request_Control::2        78223                      
system.ruby.network.routers3.msg_count.Request_Control::3          132                      
system.ruby.network.routers3.msg_count.Response_Data::4        80832                      
system.ruby.network.routers3.msg_count.Response_Control::4      1090649                      
system.ruby.network.routers3.msg_count.Writeback_Data::5        27301                      
system.ruby.network.routers3.msg_count.Writeback_Control::2        73799                      
system.ruby.network.routers3.msg_count.Writeback_Control::3        73799                      
system.ruby.network.routers3.msg_count.Writeback_Control::5        46306                      
system.ruby.network.routers3.msg_count.Broadcast_Control::3       548971                      
system.ruby.network.routers3.msg_count.Unblock_Control::5        78412                      
system.ruby.network.routers3.msg_bytes.Request_Control::2       625784                      
system.ruby.network.routers3.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers3.msg_bytes.Response_Data::4      5819904                      
system.ruby.network.routers3.msg_bytes.Response_Control::4      8725192                      
system.ruby.network.routers3.msg_bytes.Writeback_Data::5      1965672                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::2       590392                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::3       590392                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::5       370448                      
system.ruby.network.routers3.msg_bytes.Broadcast_Control::3      4391768                      
system.ruby.network.routers3.msg_bytes.Unblock_Control::5       627296                      
system.ruby.network.routers4.percent_links_utilized    15.778847                      
system.ruby.network.routers4.msg_count.Request_Control::2        78735                      
system.ruby.network.routers4.msg_count.Request_Control::3          123                      
system.ruby.network.routers4.msg_count.Response_Data::4        81281                      
system.ruby.network.routers4.msg_count.Response_Control::4      1093730                      
system.ruby.network.routers4.msg_count.Writeback_Data::5        27948                      
system.ruby.network.routers4.msg_count.Writeback_Control::2        74240                      
system.ruby.network.routers4.msg_count.Writeback_Control::3        74240                      
system.ruby.network.routers4.msg_count.Writeback_Control::5        46087                      
system.ruby.network.routers4.msg_count.Broadcast_Control::3       548464                      
system.ruby.network.routers4.msg_count.Unblock_Control::5        78938                      
system.ruby.network.routers4.msg_bytes.Request_Control::2       629880                      
system.ruby.network.routers4.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers4.msg_bytes.Response_Data::4      5852232                      
system.ruby.network.routers4.msg_bytes.Response_Control::4      8749840                      
system.ruby.network.routers4.msg_bytes.Writeback_Data::5      2012256                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::2       593920                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::3       593920                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::5       368696                      
system.ruby.network.routers4.msg_bytes.Broadcast_Control::3      4387712                      
system.ruby.network.routers4.msg_bytes.Unblock_Control::5       631504                      
system.ruby.network.routers5.percent_links_utilized    15.743873                      
system.ruby.network.routers5.msg_count.Request_Control::2        78536                      
system.ruby.network.routers5.msg_count.Request_Control::3          138                      
system.ruby.network.routers5.msg_count.Response_Data::4        81061                      
system.ruby.network.routers5.msg_count.Response_Control::4      1092557                      
system.ruby.network.routers5.msg_count.Writeback_Data::5        27632                      
system.ruby.network.routers5.msg_count.Writeback_Control::2        73998                      
system.ruby.network.routers5.msg_count.Writeback_Control::3        73997                      
system.ruby.network.routers5.msg_count.Writeback_Control::5        46175                      
system.ruby.network.routers5.msg_count.Broadcast_Control::3       548658                      
system.ruby.network.routers5.msg_count.Unblock_Control::5        78722                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       628288                      
system.ruby.network.routers5.msg_bytes.Request_Control::3         1104                      
system.ruby.network.routers5.msg_bytes.Response_Data::4      5836392                      
system.ruby.network.routers5.msg_bytes.Response_Control::4      8740456                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::5      1989504                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::2       591984                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::3       591976                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::5       369400                      
system.ruby.network.routers5.msg_bytes.Broadcast_Control::3      4389264                      
system.ruby.network.routers5.msg_bytes.Unblock_Control::5       629776                      
system.ruby.network.routers6.percent_links_utilized    15.733200                      
system.ruby.network.routers6.msg_count.Request_Control::2        78407                      
system.ruby.network.routers6.msg_count.Request_Control::3          131                      
system.ruby.network.routers6.msg_count.Response_Data::4        80952                      
system.ruby.network.routers6.msg_count.Response_Control::4      1091931                      
system.ruby.network.routers6.msg_count.Writeback_Data::5        27600                      
system.ruby.network.routers6.msg_count.Writeback_Control::2        73996                      
system.ruby.network.routers6.msg_count.Writeback_Control::3        73995                      
system.ruby.network.routers6.msg_count.Writeback_Control::5        46241                      
system.ruby.network.routers6.msg_count.Broadcast_Control::3       548778                      
system.ruby.network.routers6.msg_count.Unblock_Control::5        78557                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       627256                      
system.ruby.network.routers6.msg_bytes.Request_Control::3         1048                      
system.ruby.network.routers6.msg_bytes.Response_Data::4      5828544                      
system.ruby.network.routers6.msg_bytes.Response_Control::4      8735448                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::5      1987200                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::2       591968                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::3       591960                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::5       369928                      
system.ruby.network.routers6.msg_bytes.Broadcast_Control::3      4390224                      
system.ruby.network.routers6.msg_bytes.Unblock_Control::5       628456                      
system.ruby.network.routers7.percent_links_utilized    15.739607                      
system.ruby.network.routers7.msg_count.Request_Control::2        78484                      
system.ruby.network.routers7.msg_count.Request_Control::3          139                      
system.ruby.network.routers7.msg_count.Response_Data::4        81051                      
system.ruby.network.routers7.msg_count.Response_Control::4      1092302                      
system.ruby.network.routers7.msg_count.Writeback_Data::5        27559                      
system.ruby.network.routers7.msg_count.Writeback_Control::2        74059                      
system.ruby.network.routers7.msg_count.Writeback_Control::3        74059                      
system.ruby.network.routers7.msg_count.Writeback_Control::5        46308                      
system.ruby.network.routers7.msg_count.Broadcast_Control::3       548701                      
system.ruby.network.routers7.msg_count.Unblock_Control::5        78674                      
system.ruby.network.routers7.msg_bytes.Request_Control::2       627872                      
system.ruby.network.routers7.msg_bytes.Request_Control::3         1112                      
system.ruby.network.routers7.msg_bytes.Response_Data::4      5835672                      
system.ruby.network.routers7.msg_bytes.Response_Control::4      8738416                      
system.ruby.network.routers7.msg_bytes.Writeback_Data::5      1984248                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::2       592472                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::3       592472                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::5       370464                      
system.ruby.network.routers7.msg_bytes.Broadcast_Control::3      4389608                      
system.ruby.network.routers7.msg_bytes.Unblock_Control::5       629392                      
system.ruby.network.routers8.percent_links_utilized    57.777998                      
system.ruby.network.routers8.msg_count.Request_Control::2       628133                      
system.ruby.network.routers8.msg_count.Request_Control::3         1073                      
system.ruby.network.routers8.msg_count.Response_Data::4       607668                      
system.ruby.network.routers8.msg_count.Writeback_Data::5       221539                      
system.ruby.network.routers8.msg_count.Writeback_Control::2       592525                      
system.ruby.network.routers8.msg_count.Writeback_Control::3       592521                      
system.ruby.network.routers8.msg_count.Writeback_Control::5       369502                      
system.ruby.network.routers8.msg_count.Broadcast_Control::3       627055                      
system.ruby.network.routers8.msg_count.Unblock_Control::5       629589                      
system.ruby.network.routers8.msg_bytes.Request_Control::2      5025064                      
system.ruby.network.routers8.msg_bytes.Request_Control::3         8584                      
system.ruby.network.routers8.msg_bytes.Response_Data::4     43752096                      
system.ruby.network.routers8.msg_bytes.Writeback_Data::5     15950808                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::2      4740200                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::3      4740168                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::5      2956016                      
system.ruby.network.routers8.msg_bytes.Broadcast_Control::3      5016440                      
system.ruby.network.routers8.msg_bytes.Unblock_Control::5      5036712                      
system.ruby.network.routers9.percent_links_utilized    22.632780                      
system.ruby.network.routers9.msg_count.Request_Control::2       628134                      
system.ruby.network.routers9.msg_count.Request_Control::3         1073                      
system.ruby.network.routers9.msg_count.Response_Data::4       628112                      
system.ruby.network.routers9.msg_count.Response_Control::4      4370002                      
system.ruby.network.routers9.msg_count.Writeback_Data::5       221539                      
system.ruby.network.routers9.msg_count.Writeback_Control::2       592526                      
system.ruby.network.routers9.msg_count.Writeback_Control::3       592521                      
system.ruby.network.routers9.msg_count.Writeback_Control::5       369502                      
system.ruby.network.routers9.msg_count.Broadcast_Control::3      4389385                      
system.ruby.network.routers9.msg_count.Unblock_Control::5       629589                      
system.ruby.network.routers9.msg_bytes.Request_Control::2      5025072                      
system.ruby.network.routers9.msg_bytes.Request_Control::3         8584                      
system.ruby.network.routers9.msg_bytes.Response_Data::4     45224064                      
system.ruby.network.routers9.msg_bytes.Response_Control::4     34960016                      
system.ruby.network.routers9.msg_bytes.Writeback_Data::5     15950808                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::2      4740208                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::3      4740168                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::5      2956016                      
system.ruby.network.routers9.msg_bytes.Broadcast_Control::3     35115080                      
system.ruby.network.routers9.msg_bytes.Unblock_Control::5      5036712                      
system.ruby.network.msg_count.Request_Control      1887621                      
system.ruby.network.msg_count.Response_Data      1884334                      
system.ruby.network.msg_count.Response_Control     13110005                      
system.ruby.network.msg_count.Writeback_Data       664618                      
system.ruby.network.msg_count.Writeback_Control      4663647                      
system.ruby.network.msg_count.Broadcast_Control      9405818                      
system.ruby.network.msg_count.Unblock_Control      1888767                      
system.ruby.network.msg_byte.Request_Control     15100968                      
system.ruby.network.msg_byte.Response_Data    135672048                      
system.ruby.network.msg_byte.Response_Control    104880040                      
system.ruby.network.msg_byte.Writeback_Data     47852496                      
system.ruby.network.msg_byte.Writeback_Control     37309176                      
system.ruby.network.msg_byte.Broadcast_Control     75246544                      
system.ruby.network.msg_byte.Unblock_Control     15110136                      
system.ruby.network.routers0.throttle0.link_utilization    19.845723                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::3          136                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4        78307                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4       544793                      
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3        73966                      
system.ruby.network.routers0.throttle0.msg_count.Broadcast_Control::3       548880                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::3         1088                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4      5638104                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4      4358344                      
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3       591728                      
system.ruby.network.routers0.throttle0.msg_bytes.Broadcast_Control::3      4391040                      
system.ruby.network.routers0.throttle1.link_utilization    11.611436                      
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2        78312                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::4         2502                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::4       546513                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5        27751                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2        73970                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::5        46017                      
system.ruby.network.routers0.throttle1.msg_count.Unblock_Control::5        78505                      
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::2       626496                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::4       180144                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::4      4372104                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5      1998072                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2       591760                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5       368136                      
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5       628040                      
system.ruby.network.routers1.throttle0.link_utilization    19.924924                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::3          148                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::4        78776                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::4       548215                      
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::3        74272                      
system.ruby.network.routers1.throttle0.msg_count.Broadcast_Control::3       548392                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::3         1184                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::4      5671872                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::4      4385720                      
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::3       594176                      
system.ruby.network.routers1.throttle0.msg_bytes.Broadcast_Control::3      4387136                      
system.ruby.network.routers1.throttle1.link_utilization    11.639129                      
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2        78779                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4         2619                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4       545920                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::5        27827                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::2        74272                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::5        46271                      
system.ruby.network.routers1.throttle1.msg_count.Unblock_Control::5        78951                      
system.ruby.network.routers1.throttle1.msg_bytes.Request_Control::2       630232                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4       188568                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4      4367360                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::5      2003544                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::2       594176                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::5       370168                      
system.ruby.network.routers1.throttle1.msg_bytes.Unblock_Control::5       631608                      
system.ruby.network.routers2.throttle0.link_utilization    19.903695                      
system.ruby.network.routers2.throttle0.msg_count.Request_Control::3          126                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4        78656                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::4       547251                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3        74193                      
system.ruby.network.routers2.throttle0.msg_count.Broadcast_Control::3       548534                      
system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4      5663232                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::4      4378008                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3       593544                      
system.ruby.network.routers2.throttle0.msg_bytes.Broadcast_Control::3      4388272                      
system.ruby.network.routers2.throttle1.link_utilization    11.635526                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        78659                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4         2517                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::4       546142                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5        27922                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2        74193                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::5        46097                      
system.ruby.network.routers2.throttle1.msg_count.Unblock_Control::5        78830                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       629272                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4       181224                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::4      4369136                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Data::5      2010384                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::2       593544                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::5       368776                      
system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5       630640                      
system.ruby.network.routers3.throttle0.link_utilization    19.829857                      
system.ruby.network.routers3.throttle0.msg_count.Request_Control::3          132                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4        78220                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4       544159                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::3        73799                      
system.ruby.network.routers3.throttle0.msg_count.Broadcast_Control::3       548971                      
system.ruby.network.routers3.throttle0.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4      5631840                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4      4353272                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::3       590392                      
system.ruby.network.routers3.throttle0.msg_bytes.Broadcast_Control::3      4391768                      
system.ruby.network.routers3.throttle1.link_utilization    11.578083                      
system.ruby.network.routers3.throttle1.msg_count.Request_Control::2        78223                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::4         2612                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::4       546490                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::5        27301                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::2        73799                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::5        46306                      
system.ruby.network.routers3.throttle1.msg_count.Unblock_Control::5        78412                      
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::2       625784                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::4       188064                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::4      4371920                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::5      1965672                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::2       590392                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::5       370448                      
system.ruby.network.routers3.throttle1.msg_bytes.Unblock_Control::5       627296                      
system.ruby.network.routers4.throttle0.link_utilization    19.915438                      
system.ruby.network.routers4.throttle0.msg_count.Request_Control::3          123                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::4        78733                      
system.ruby.network.routers4.throttle0.msg_count.Response_Control::4       547692                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::3        74240                      
system.ruby.network.routers4.throttle0.msg_count.Broadcast_Control::3       548464                      
system.ruby.network.routers4.throttle0.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::4      5668776                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Control::4      4381536                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::3       593920                      
system.ruby.network.routers4.throttle0.msg_bytes.Broadcast_Control::3      4387712                      
system.ruby.network.routers4.throttle1.link_utilization    11.642256                      
system.ruby.network.routers4.throttle1.msg_count.Request_Control::2        78735                      
system.ruby.network.routers4.throttle1.msg_count.Response_Data::4         2548                      
system.ruby.network.routers4.throttle1.msg_count.Response_Control::4       546038                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Data::5        27948                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::2        74240                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::5        46087                      
system.ruby.network.routers4.throttle1.msg_count.Unblock_Control::5        78938                      
system.ruby.network.routers4.throttle1.msg_bytes.Request_Control::2       629880                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Data::4       183456                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Control::4      4368304                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Data::5      2012256                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::2       593920                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::5       368696                      
system.ruby.network.routers4.throttle1.msg_bytes.Unblock_Control::5       631504                      
system.ruby.network.routers5.throttle0.link_utilization    19.881142                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::3          138                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::4        78533                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::4       546290                      
system.ruby.network.routers5.throttle0.msg_count.Writeback_Control::3        73997                      
system.ruby.network.routers5.throttle0.msg_count.Broadcast_Control::3       548658                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::3         1104                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::4      5654376                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::4      4370320                      
system.ruby.network.routers5.throttle0.msg_bytes.Writeback_Control::3       591976                      
system.ruby.network.routers5.throttle0.msg_bytes.Broadcast_Control::3      4389264                      
system.ruby.network.routers5.throttle1.link_utilization    11.606603                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        78536                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::4         2528                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::4       546267                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Data::5        27632                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::2        73998                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::5        46175                      
system.ruby.network.routers5.throttle1.msg_count.Unblock_Control::5        78722                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       628288                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::4       182016                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::4      4370136                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Data::5      1989504                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::2       591984                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::5       369400                      
system.ruby.network.routers5.throttle1.msg_bytes.Unblock_Control::5       629776                      
system.ruby.network.routers6.throttle0.link_utilization    19.862383                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::3          131                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::4        78404                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::4       545570                      
system.ruby.network.routers6.throttle0.msg_count.Writeback_Control::3        73995                      
system.ruby.network.routers6.throttle0.msg_count.Broadcast_Control::3       548778                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::3         1048                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::4      5645088                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::4      4364560                      
system.ruby.network.routers6.throttle0.msg_bytes.Writeback_Control::3       591960                      
system.ruby.network.routers6.throttle0.msg_bytes.Broadcast_Control::3      4390224                      
system.ruby.network.routers6.throttle1.link_utilization    11.604017                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        78407                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::4         2548                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::4       546361                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Data::5        27600                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::2        73996                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::5        46241                      
system.ruby.network.routers6.throttle1.msg_count.Unblock_Control::5        78557                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       627256                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::4       183456                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::4      4370888                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Data::5      1987200                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::2       591968                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::5       369928                      
system.ruby.network.routers6.throttle1.msg_bytes.Unblock_Control::5       628456                      
system.ruby.network.routers7.throttle0.link_utilization    19.874720                      
system.ruby.network.routers7.throttle0.msg_count.Request_Control::3          139                      
system.ruby.network.routers7.throttle0.msg_count.Response_Data::4        78483                      
system.ruby.network.routers7.throttle0.msg_count.Response_Control::4       546031                      
system.ruby.network.routers7.throttle0.msg_count.Writeback_Control::3        74059                      
system.ruby.network.routers7.throttle0.msg_count.Broadcast_Control::3       548701                      
system.ruby.network.routers7.throttle0.msg_bytes.Request_Control::3         1112                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Data::4      5650776                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Control::4      4368248                      
system.ruby.network.routers7.throttle0.msg_bytes.Writeback_Control::3       592472                      
system.ruby.network.routers7.throttle0.msg_bytes.Broadcast_Control::3      4389608                      
system.ruby.network.routers7.throttle1.link_utilization    11.604494                      
system.ruby.network.routers7.throttle1.msg_count.Request_Control::2        78484                      
system.ruby.network.routers7.throttle1.msg_count.Response_Data::4         2568                      
system.ruby.network.routers7.throttle1.msg_count.Response_Control::4       546271                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Data::5        27559                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::2        74059                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::5        46308                      
system.ruby.network.routers7.throttle1.msg_count.Unblock_Control::5        78674                      
system.ruby.network.routers7.throttle1.msg_bytes.Request_Control::2       627872                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Data::4       184896                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Control::4      4370168                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Data::5      1984248                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::2       592472                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::5       370464                      
system.ruby.network.routers7.throttle1.msg_bytes.Unblock_Control::5       629392                      
system.ruby.network.routers8.throttle0.link_utilization    44.657004                      
system.ruby.network.routers8.throttle0.msg_count.Request_Control::2       628133                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Data::5       221539                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::2       592525                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::5       369502                      
system.ruby.network.routers8.throttle0.msg_count.Unblock_Control::5       629589                      
system.ruby.network.routers8.throttle0.msg_bytes.Request_Control::2      5025064                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Data::5     15950808                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::2      4740200                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::5      2956016                      
system.ruby.network.routers8.throttle0.msg_bytes.Unblock_Control::5      5036712                      
system.ruby.network.routers8.throttle1.link_utilization    70.898992                      
system.ruby.network.routers8.throttle1.msg_count.Request_Control::3         1073                      
system.ruby.network.routers8.throttle1.msg_count.Response_Data::4       607668                      
system.ruby.network.routers8.throttle1.msg_count.Writeback_Control::3       592521                      
system.ruby.network.routers8.throttle1.msg_count.Broadcast_Control::3       627055                      
system.ruby.network.routers8.throttle1.msg_bytes.Request_Control::3         8584                      
system.ruby.network.routers8.throttle1.msg_bytes.Response_Data::4     43752096                      
system.ruby.network.routers8.throttle1.msg_bytes.Writeback_Control::3      4740168                      
system.ruby.network.routers8.throttle1.msg_bytes.Broadcast_Control::3      5016440                      
system.ruby.network.routers9.throttle0.link_utilization    19.845733                      
system.ruby.network.routers9.throttle0.msg_count.Request_Control::3          136                      
system.ruby.network.routers9.throttle0.msg_count.Response_Data::4        78307                      
system.ruby.network.routers9.throttle0.msg_count.Response_Control::4       544793                      
system.ruby.network.routers9.throttle0.msg_count.Writeback_Control::3        73966                      
system.ruby.network.routers9.throttle0.msg_count.Broadcast_Control::3       548881                      
system.ruby.network.routers9.throttle0.msg_bytes.Request_Control::3         1088                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Data::4      5638104                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Control::4      4358344                      
system.ruby.network.routers9.throttle0.msg_bytes.Writeback_Control::3       591728                      
system.ruby.network.routers9.throttle0.msg_bytes.Broadcast_Control::3      4391048                      
system.ruby.network.routers9.throttle1.link_utilization    19.924934                      
system.ruby.network.routers9.throttle1.msg_count.Request_Control::3          148                      
system.ruby.network.routers9.throttle1.msg_count.Response_Data::4        78776                      
system.ruby.network.routers9.throttle1.msg_count.Response_Control::4       548215                      
system.ruby.network.routers9.throttle1.msg_count.Writeback_Control::3        74272                      
system.ruby.network.routers9.throttle1.msg_count.Broadcast_Control::3       548393                      
system.ruby.network.routers9.throttle1.msg_bytes.Request_Control::3         1184                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Data::4      5671872                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Control::4      4385720                      
system.ruby.network.routers9.throttle1.msg_bytes.Writeback_Control::3       594176                      
system.ruby.network.routers9.throttle1.msg_bytes.Broadcast_Control::3      4387144                      
system.ruby.network.routers9.throttle2.link_utilization    19.903717                      
system.ruby.network.routers9.throttle2.msg_count.Request_Control::3          126                      
system.ruby.network.routers9.throttle2.msg_count.Response_Data::4        78656                      
system.ruby.network.routers9.throttle2.msg_count.Response_Control::4       547252                      
system.ruby.network.routers9.throttle2.msg_count.Writeback_Control::3        74193                      
system.ruby.network.routers9.throttle2.msg_count.Broadcast_Control::3       548535                      
system.ruby.network.routers9.throttle2.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Data::4      5663232                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Control::4      4378016                      
system.ruby.network.routers9.throttle2.msg_bytes.Writeback_Control::3       593544                      
system.ruby.network.routers9.throttle2.msg_bytes.Broadcast_Control::3      4388280                      
system.ruby.network.routers9.throttle3.link_utilization    19.829868                      
system.ruby.network.routers9.throttle3.msg_count.Request_Control::3          132                      
system.ruby.network.routers9.throttle3.msg_count.Response_Data::4        78220                      
system.ruby.network.routers9.throttle3.msg_count.Response_Control::4       544159                      
system.ruby.network.routers9.throttle3.msg_count.Writeback_Control::3        73799                      
system.ruby.network.routers9.throttle3.msg_count.Broadcast_Control::3       548972                      
system.ruby.network.routers9.throttle3.msg_bytes.Request_Control::3         1056                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Data::4      5631840                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Control::4      4353272                      
system.ruby.network.routers9.throttle3.msg_bytes.Writeback_Control::3       590392                      
system.ruby.network.routers9.throttle3.msg_bytes.Broadcast_Control::3      4391776                      
system.ruby.network.routers9.throttle4.link_utilization    19.915449                      
system.ruby.network.routers9.throttle4.msg_count.Request_Control::3          123                      
system.ruby.network.routers9.throttle4.msg_count.Response_Data::4        78733                      
system.ruby.network.routers9.throttle4.msg_count.Response_Control::4       547692                      
system.ruby.network.routers9.throttle4.msg_count.Writeback_Control::3        74240                      
system.ruby.network.routers9.throttle4.msg_count.Broadcast_Control::3       548465                      
system.ruby.network.routers9.throttle4.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Data::4      5668776                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Control::4      4381536                      
system.ruby.network.routers9.throttle4.msg_bytes.Writeback_Control::3       593920                      
system.ruby.network.routers9.throttle4.msg_bytes.Broadcast_Control::3      4387720                      
system.ruby.network.routers9.throttle5.link_utilization    19.881153                      
system.ruby.network.routers9.throttle5.msg_count.Request_Control::3          138                      
system.ruby.network.routers9.throttle5.msg_count.Response_Data::4        78533                      
system.ruby.network.routers9.throttle5.msg_count.Response_Control::4       546290                      
system.ruby.network.routers9.throttle5.msg_count.Writeback_Control::3        73997                      
system.ruby.network.routers9.throttle5.msg_count.Broadcast_Control::3       548659                      
system.ruby.network.routers9.throttle5.msg_bytes.Request_Control::3         1104                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Data::4      5654376                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Control::4      4370320                      
system.ruby.network.routers9.throttle5.msg_bytes.Writeback_Control::3       591976                      
system.ruby.network.routers9.throttle5.msg_bytes.Broadcast_Control::3      4389272                      
system.ruby.network.routers9.throttle6.link_utilization    19.862383                      
system.ruby.network.routers9.throttle6.msg_count.Request_Control::3          131                      
system.ruby.network.routers9.throttle6.msg_count.Response_Data::4        78404                      
system.ruby.network.routers9.throttle6.msg_count.Response_Control::4       545570                      
system.ruby.network.routers9.throttle6.msg_count.Writeback_Control::3        73995                      
system.ruby.network.routers9.throttle6.msg_count.Broadcast_Control::3       548778                      
system.ruby.network.routers9.throttle6.msg_bytes.Request_Control::3         1048                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Data::4      5645088                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Control::4      4364560                      
system.ruby.network.routers9.throttle6.msg_bytes.Writeback_Control::3       591960                      
system.ruby.network.routers9.throttle6.msg_bytes.Broadcast_Control::3      4390224                      
system.ruby.network.routers9.throttle7.link_utilization    19.874762                      
system.ruby.network.routers9.throttle7.msg_count.Request_Control::3          139                      
system.ruby.network.routers9.throttle7.msg_count.Response_Data::4        78483                      
system.ruby.network.routers9.throttle7.msg_count.Response_Control::4       546031                      
system.ruby.network.routers9.throttle7.msg_count.Writeback_Control::3        74059                      
system.ruby.network.routers9.throttle7.msg_count.Broadcast_Control::3       548702                      
system.ruby.network.routers9.throttle7.msg_bytes.Request_Control::3         1112                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Data::4      5650776                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Control::4      4368248                      
system.ruby.network.routers9.throttle7.msg_bytes.Writeback_Control::3       592472                      
system.ruby.network.routers9.throttle7.msg_bytes.Broadcast_Control::3      4389616                      
system.ruby.network.routers9.throttle8.link_utilization    44.657025                      
system.ruby.network.routers9.throttle8.msg_count.Request_Control::2       628134                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Data::5       221539                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::2       592526                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::5       369502                      
system.ruby.network.routers9.throttle8.msg_count.Unblock_Control::5       629589                      
system.ruby.network.routers9.throttle8.msg_bytes.Request_Control::2      5025072                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Data::5     15950808                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::2      4740208                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::5      2956016                      
system.ruby.network.routers9.throttle8.msg_bytes.Unblock_Control::5      5036712                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           404426                      
system.ruby.LD.latency_hist::mean          960.911900                      
system.ruby.LD.latency_hist::gmean         686.068526                      
system.ruby.LD.latency_hist::stdev         671.376530                      
system.ruby.LD.latency_hist              |      151361     37.43%     37.43% |       74618     18.45%     55.88% |       75709     18.72%     74.60% |       78644     19.45%     94.04% |       22474      5.56%     99.60% |        1576      0.39%     99.99% |          44      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             404426                      
system.ruby.LD.hit_latency_hist::bucket_size          128                      
system.ruby.LD.hit_latency_hist::max_bucket         1279                      
system.ruby.LD.hit_latency_hist::samples          463                      
system.ruby.LD.hit_latency_hist::mean      100.805616                      
system.ruby.LD.hit_latency_hist::gmean      32.902089                      
system.ruby.LD.hit_latency_hist::stdev     133.872383                      
system.ruby.LD.hit_latency_hist          |         323     69.76%     69.76% |          89     19.22%     88.98% |          32      6.91%     95.90% |           8      1.73%     97.62% |           5      1.08%     98.70% |           3      0.65%     99.35% |           3      0.65%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total            463                      
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       403963                      
system.ruby.LD.miss_latency_hist::mean     961.897706                      
system.ruby.LD.miss_latency_hist::gmean    688.461131                      
system.ruby.LD.miss_latency_hist::stdev    671.113774                      
system.ruby.LD.miss_latency_hist         |      150909     37.36%     37.36% |       74607     18.47%     55.83% |       75709     18.74%     74.57% |       78644     19.47%     94.04% |       22474      5.56%     99.60% |        1576      0.39%     99.99% |          44      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        403963                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           224376                      
system.ruby.ST.latency_hist::mean          958.900172                      
system.ruby.ST.latency_hist::gmean         685.730341                      
system.ruby.ST.latency_hist::stdev         669.491597                      
system.ruby.ST.latency_hist              |       84132     37.50%     37.50% |       41367     18.44%     55.93% |       42120     18.77%     74.70% |       43688     19.47%     94.18% |       12162      5.42%     99.60% |         892      0.40%     99.99% |          15      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             224376                      
system.ruby.ST.hit_latency_hist::bucket_size          128                      
system.ruby.ST.hit_latency_hist::max_bucket         1279                      
system.ruby.ST.hit_latency_hist::samples          225                      
system.ruby.ST.hit_latency_hist::mean       90.933333                      
system.ruby.ST.hit_latency_hist::gmean      31.648307                      
system.ruby.ST.hit_latency_hist::stdev     110.860031                      
system.ruby.ST.hit_latency_hist          |         162     72.00%     72.00% |          42     18.67%     90.67% |          18      8.00%     98.67% |           2      0.89%     99.56% |           0      0.00%     99.56% |           1      0.44%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total            225                      
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       224151                      
system.ruby.ST.miss_latency_hist::mean     959.771426                      
system.ruby.ST.miss_latency_hist::gmean    687.850771                      
system.ruby.ST.miss_latency_hist::stdev    669.253056                      
system.ruby.ST.miss_latency_hist         |       83908     37.43%     37.43% |       41366     18.45%     55.89% |       42120     18.79%     74.68% |       43688     19.49%     94.17% |       12162      5.43%     99.60% |         892      0.40%     99.99% |          15      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        224151                      
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size            1                      
system.ruby.L1Cache.hit_mach_latency_hist::max_bucket            9                      
system.ruby.L1Cache.hit_mach_latency_hist::samples          145                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            2                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean            2                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         145    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.hit_mach_latency_hist::total          145                      
system.ruby.L1Cache.miss_mach_latency_hist::bucket_size          512                      
system.ruby.L1Cache.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.L1Cache.miss_mach_latency_hist::samples        23221                      
system.ruby.L1Cache.miss_mach_latency_hist::mean   918.506481                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   632.567536                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   669.101339                      
system.ruby.L1Cache.miss_mach_latency_hist |        9304     40.07%     40.07% |        4045     17.42%     57.49% |        4386     18.89%     76.37% |        4323     18.62%     94.99% |        1085      4.67%     99.66% |          76      0.33%     99.99% |           2      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total        23221                      
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        22145                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::mean   776.302009                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::gmean   328.435965                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::stdev   665.090173                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request |       10009     45.20%     45.20% |        3705     16.73%     61.93% |        4615     20.84%     82.77% |        3282     14.82%     97.59% |         507      2.29%     99.88% |          27      0.12%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::total        22145                      
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        22145                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::mean    49.022940                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::gmean    20.850081                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::stdev    75.532500                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward |       19287     87.09%     87.09% |        2230     10.07%     97.16% |         500      2.26%     99.42% |          82      0.37%     99.79% |          36      0.16%     99.95% |          10      0.05%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::total        22145                      
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        22145                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::mean    86.190969                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::gmean    71.331937                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::stdev    49.787970                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response |        3827     17.28%     17.28% |        4742     21.41%     38.69% |        5321     24.03%     62.72% |        3379     15.26%     77.98% |        2575     11.63%     89.61% |        1714      7.74%     97.35% |         533      2.41%     99.76% |          54      0.24%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::total        22145                      
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        22145                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::mean    10.022533                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::stdev    22.682118                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion |       19996     90.30%     90.30% |         982      4.43%     94.73% |         714      3.22%     97.95% |         355      1.60%     99.56% |          88      0.40%     99.95% |           8      0.04%     99.99% |           2      0.01%    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        22145                      
system.ruby.L2Cache.hit_mach_latency_hist::bucket_size          128                      
system.ruby.L2Cache.hit_mach_latency_hist::max_bucket         1279                      
system.ruby.L2Cache.hit_mach_latency_hist::samples          543                      
system.ruby.L2Cache.hit_mach_latency_hist::mean   123.099448                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean    68.390868                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   131.478301                      
system.ruby.L2Cache.hit_mach_latency_hist |         340     62.62%     62.62% |         131     24.13%     86.74% |          50      9.21%     95.95% |          10      1.84%     97.79% |           5      0.92%     98.71% |           4      0.74%     99.45% |           3      0.55%    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          543                      
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       604893                      
system.ruby.Directory.miss_mach_latency_hist::mean   962.775514                      
system.ruby.Directory.miss_mach_latency_hist::gmean   690.475594                      
system.ruby.Directory.miss_mach_latency_hist::stdev   670.448849                      
system.ruby.Directory.miss_mach_latency_hist |      225513     37.28%     37.28% |      111928     18.50%     55.79% |      113443     18.75%     74.54% |      118009     19.51%     94.05% |       33551      5.55%     99.60% |        2392      0.40%     99.99% |          57      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       604893                      
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       430767                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::mean   785.966174                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::gmean   348.017396                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::stdev   659.442663                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |      192325     44.65%     44.65% |       73086     16.97%     61.61% |       91651     21.28%     82.89% |       63254     14.68%     97.57% |       10020      2.33%     99.90% |         427      0.10%    100.00% |           4      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       430767                      
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       430767                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::mean    18.584000                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::gmean    12.855732                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::stdev    20.728405                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |      401319     93.16%     93.16% |       29107      6.76%     99.92% |         285      0.07%     99.99% |          44      0.01%    100.00% |          10      0.00%    100.00% |           1      0.00%    100.00% |           0      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       430767                      
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       430767                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::mean    61.207381                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::gmean    52.822325                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::stdev    33.575954                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |      108043     25.08%     25.08% |      144975     33.66%     58.74% |      108992     25.30%     84.04% |       47420     11.01%     95.05% |       17597      4.09%     99.13% |        3561      0.83%     99.96% |         178      0.04%    100.00% |           1      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       430767                      
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       430767                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean   140.424923                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev   103.684319                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |      231227     53.68%     53.68% |      148723     34.53%     88.20% |       36432      8.46%     96.66% |        9650      2.24%     98.90% |        4565      1.06%     99.96% |         167      0.04%    100.00% |           3      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       430767                      
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          100                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         100    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total          100                      
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        13143                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean   916.963250                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   626.263580                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   671.582246                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |        5258     40.01%     40.01% |        2297     17.48%     57.48% |        2504     19.05%     76.54% |        2412     18.35%     94.89% |         623      4.74%     99.63% |          49      0.37%    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.miss_type_mach_latency_hist::total        13143                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::bucket_size          128                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::max_bucket         1279                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::samples          363                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean   128.024793                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean    71.164434                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   139.401669                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         223     61.43%     61.43% |          89     24.52%     85.95% |          32      8.82%     94.77% |           8      2.20%     96.97% |           5      1.38%     98.35% |           3      0.83%     99.17% |           3      0.83%    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          363                      
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       390820                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean   963.408820                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   690.656874                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   671.046581                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      145651     37.27%     37.27% |       72310     18.50%     55.77% |       73205     18.73%     74.50% |       76232     19.51%     94.01% |       21851      5.59%     99.60% |        1527      0.39%     99.99% |          44      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       390820                      
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           45                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean     2.000000                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          45    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total           45                      
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        10078                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean   920.519051                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   640.884134                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   665.879942                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |        4046     40.15%     40.15% |        1748     17.34%     57.49% |        1882     18.67%     76.17% |        1911     18.96%     95.13% |         462      4.58%     99.71% |          27      0.27%     99.98% |           2      0.02%    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        10078                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::bucket_size          128                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::max_bucket         1279                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::samples          180                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean   113.166667                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean    63.121979                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   113.552562                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         117     65.00%     65.00% |          42     23.33%     88.33% |          18     10.00%     98.33% |           2      1.11%     99.44% |           0      0.00%     99.44% |           1      0.56%    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          180                      
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       214073                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean   961.619326                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   690.144763                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   669.356252                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       79862     37.31%     37.31% |       39618     18.51%     55.81% |       40238     18.80%     74.61% |       41777     19.52%     94.12% |       11700      5.47%     99.59% |         865      0.40%     99.99% |          13      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       214073                      
system.ruby.Directory_Controller.GETX          228066      0.00%      0.00%
system.ruby.Directory_Controller.GETS          409919      0.00%      0.00%
system.ruby.Directory_Controller.PUT           606117      0.00%      0.00%
system.ruby.Directory_Controller.Unblock         1478      0.00%      0.00%
system.ruby.Directory_Controller.UnblockS        26200      0.00%      0.00%
system.ruby.Directory_Controller.UnblockM       601910      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Clean         7982      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Dirty         1462      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Clean       361520      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Dirty       220077      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       607668      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       221538      0.00%      0.00%
system.ruby.Directory_Controller.All_Unblocks         1073      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETX           64      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETS          111      0.00%      0.00%
system.ruby.Directory_Controller.NX.PUT         10889      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         7240      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS        11956      0.00%      0.00%
system.ruby.Directory_Controller.NO.PUT        581636      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX          9346      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS         16569      0.00%      0.00%
system.ruby.Directory_Controller.E.GETX        207506      0.00%      0.00%
system.ruby.Directory_Controller.E.GETS        374265      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETX          569      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETS         1073      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.PUT        13366      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockS         8495      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockM       600329      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.GETX            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.PUT           10      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockS           19      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockM          550      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.GETS            3      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.PUT           33      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockS           42      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockM         1031      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETX            3      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETS            3      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.PUT          121      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.UnblockS         1076      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.All_Unblocks         1073      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETX           13      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETS           15      0.00%      0.00%
system.ruby.Directory_Controller.O_B.UnblockS        16568      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETX         1985      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETS         3422      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.Memory_Data       591100      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETX           48      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETS          118      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.Memory_Data        16568      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETX         1246      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETS         2323      0.00%      0.00%
system.ruby.Directory_Controller.WB.PUT            62      0.00%      0.00%
system.ruby.Directory_Controller.WB.Unblock         1478      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Clean         7982      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Dirty         1462      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Clean       361520      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Dirty       220077      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.Memory_Ack         1462      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETX           44      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETS           61      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.Memory_Ack       220076      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50385     12.45%     12.45% |       50687     12.52%     24.97% |       50468     12.47%     37.44% |       50666     12.52%     49.96% |       50623     12.51%     62.47% |       50650     12.51%     74.98% |       50545     12.49%     87.47% |       50723     12.53%    100.00%
system.ruby.L1Cache_Controller.Load::total       404747                      
system.ruby.L1Cache_Controller.Store     |       28072     12.50%     12.50% |       28228     12.57%     25.07% |       28321     12.61%     37.69% |       27699     12.34%     50.02% |       28273     12.59%     62.61% |       28020     12.48%     75.09% |       28027     12.48%     87.57% |       27908     12.43%    100.00%
system.ruby.L1Cache_Controller.Store::total       224548                      
system.ruby.L1Cache_Controller.L2_Replacement |       78299     12.47%     12.47% |       78765     12.54%     25.01% |       78648     12.52%     37.53% |       78211     12.45%     49.98% |       78724     12.53%     62.52% |       78526     12.50%     75.02% |       78393     12.48%     87.51% |       78471     12.49%    100.00%
system.ruby.L1Cache_Controller.L2_Replacement::total       628037                      
system.ruby.L1Cache_Controller.L1_to_L2  |      979507     12.50%     12.50% |      981167     12.52%     25.01% |      980052     12.50%     37.51% |      977154     12.47%     49.98% |      982076     12.53%     62.51% |      980285     12.51%     75.01% |      977927     12.48%     87.49% |      980636     12.51%    100.00%
system.ruby.L1Cache_Controller.L1_to_L2::total      7838804                      
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D |          67     11.90%     11.90% |          65     11.55%     23.45% |          63     11.19%     34.64% |          70     12.43%     47.07% |          72     12.79%     59.86% |          62     11.01%     70.87% |          85     15.10%     85.97% |          79     14.03%    100.00%
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D::total          563                      
system.ruby.L1Cache_Controller.Complete_L2_to_L1 |          67     11.90%     11.90% |          65     11.55%     23.45% |          63     11.19%     34.64% |          70     12.43%     47.07% |          72     12.79%     59.86% |          62     11.01%     70.87% |          85     15.10%     85.97% |          79     14.03%    100.00%
system.ruby.L1Cache_Controller.Complete_L2_to_L1::total          563                      
system.ruby.L1Cache_Controller.Other_GETX |      196134     12.50%     12.50% |      195975     12.49%     24.99% |      195874     12.48%     37.47% |      196504     12.52%     50.00% |      195940     12.49%     62.48% |      196190     12.50%     74.99% |      196188     12.50%     87.49% |      196280     12.51%    100.00%
system.ruby.L1Cache_Controller.Other_GETX::total      1569085                      
system.ruby.L1Cache_Controller.Other_GETS |      352746     12.51%     12.51% |      352417     12.50%     25.00% |      352660     12.50%     37.51% |      352467     12.50%     50.01% |      352524     12.50%     62.50% |      352468     12.50%     75.00% |      352590     12.50%     87.50% |      352421     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETS::total      2820293                      
system.ruby.L1Cache_Controller.Merged_GETS |         136     12.67%     12.67% |         148     13.79%     26.47% |         126     11.74%     38.21% |         132     12.30%     50.51% |         123     11.46%     61.98% |         138     12.86%     74.84% |         131     12.21%     87.05% |         139     12.95%    100.00%
system.ruby.L1Cache_Controller.Merged_GETS::total         1073                      
system.ruby.L1Cache_Controller.Ack       |      544749     12.47%     12.47% |      548151     12.54%     25.01% |      547200     12.52%     37.53% |      544104     12.45%     49.99% |      547634     12.53%     62.52% |      546228     12.50%     75.02% |      545522     12.48%     87.50% |      545987     12.50%    100.00%
system.ruby.L1Cache_Controller.Ack::total      4369575                      
system.ruby.L1Cache_Controller.Shared_Ack |          44     10.38%     10.38% |          64     15.09%     25.47% |          49     11.56%     37.03% |          55     12.97%     50.00% |          58     13.68%     63.68% |          62     14.62%     78.30% |          48     11.32%     89.62% |          44     10.38%    100.00%
system.ruby.L1Cache_Controller.Shared_Ack::total          424                      
system.ruby.L1Cache_Controller.Data      |        3431     12.51%     12.51% |        3478     12.68%     25.20% |        3487     12.72%     37.91% |        3316     12.09%     50.00% |        3463     12.63%     62.63% |        3469     12.65%     75.28% |        3357     12.24%     87.52% |        3421     12.48%    100.00%
system.ruby.L1Cache_Controller.Data::total        27422                      
system.ruby.L1Cache_Controller.Shared_Data |        1205     12.51%     12.51% |        1184     12.29%     24.80% |        1195     12.41%     37.21% |        1186     12.31%     49.52% |        1199     12.45%     61.97% |        1238     12.85%     74.82% |        1198     12.44%     87.26% |        1227     12.74%    100.00%
system.ruby.L1Cache_Controller.Shared_Data::total         9632                      
system.ruby.L1Cache_Controller.Exclusive_Data |       73671     12.46%     12.46% |       74114     12.54%     25.00% |       73974     12.52%     37.52% |       73718     12.47%     49.99% |       74071     12.53%     62.52% |       73826     12.49%     75.01% |       73849     12.49%     87.51% |       73835     12.49%    100.00%
system.ruby.L1Cache_Controller.Exclusive_Data::total       591058                      
system.ruby.L1Cache_Controller.Writeback_Ack |       73966     12.48%     12.48% |       74272     12.53%     25.02% |       74193     12.52%     37.54% |       73799     12.46%     49.99% |       74240     12.53%     62.52% |       73997     12.49%     75.01% |       73995     12.49%     87.50% |       74059     12.50%    100.00%
system.ruby.L1Cache_Controller.Writeback_Ack::total       592521                      
system.ruby.L1Cache_Controller.All_acks  |        1242     12.43%     12.43% |        1233     12.34%     24.77% |        1238     12.39%     37.16% |        1235     12.36%     49.52% |        1246     12.47%     61.99% |        1291     12.92%     74.91% |        1239     12.40%     87.31% |        1268     12.69%    100.00%
system.ruby.L1Cache_Controller.All_acks::total         9992                      
system.ruby.L1Cache_Controller.All_acks_no_sharers |       77066     12.47%     12.47% |       77544     12.55%     25.01% |       77418     12.52%     37.54% |       76985     12.45%     49.99% |       77487     12.54%     62.53% |       77242     12.50%     75.02% |       77165     12.48%     87.51% |       77215     12.49%    100.00%
system.ruby.L1Cache_Controller.All_acks_no_sharers::total       618122                      
system.ruby.L1Cache_Controller.I.Load    |       50288     12.45%     12.45% |       50598     12.53%     24.97% |       50377     12.47%     37.44% |       50572     12.52%     49.96% |       50518     12.51%     62.47% |       50570     12.52%     74.99% |       50439     12.49%     87.47% |       50607     12.53%    100.00%
system.ruby.L1Cache_Controller.I.Load::total       403969                      
system.ruby.L1Cache_Controller.I.Store   |       28021     12.50%     12.50% |       28176     12.57%     25.07% |       28281     12.62%     37.69% |       27649     12.34%     50.02% |       28214     12.59%     62.61% |       27965     12.48%     75.09% |       27964     12.48%     87.56% |       27875     12.44%    100.00%
system.ruby.L1Cache_Controller.I.Store::total       224145                      
system.ruby.L1Cache_Controller.I.L2_Replacement |        1108     11.60%     11.60% |        1263     13.22%     24.81% |        1214     12.71%     37.52% |        1261     13.20%     50.72% |        1167     12.21%     62.93% |        1204     12.60%     75.53% |        1194     12.50%     88.03% |        1144     11.97%    100.00%
system.ruby.L1Cache_Controller.I.L2_Replacement::total         9555                      
system.ruby.L1Cache_Controller.I.L1_to_L2 |          85     10.98%     10.98% |         100     12.92%     23.90% |          96     12.40%     36.30% |          96     12.40%     48.71% |          85     10.98%     59.69% |         104     13.44%     73.13% |         117     15.12%     88.24% |          91     11.76%    100.00%
system.ruby.L1Cache_Controller.I.L1_to_L2::total          774                      
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D |           1     10.00%     10.00% |           1     10.00%     20.00% |           1     10.00%     30.00% |           0      0.00%     30.00% |           2     20.00%     50.00% |           1     10.00%     60.00% |           1     10.00%     70.00% |           3     30.00%    100.00%
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D::total           10                      
system.ruby.L1Cache_Controller.I.Other_GETX |      195054     12.50%     12.50% |      194813     12.49%     24.99% |      194750     12.48%     37.47% |      195324     12.52%     49.99% |      194790     12.49%     62.48% |      195048     12.50%     74.98% |      195089     12.51%     87.49% |      195205     12.51%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETX::total      1560073                      
system.ruby.L1Cache_Controller.I.Other_GETS |      350845     12.51%     12.51% |      350506     12.49%     25.00% |      350840     12.51%     37.51% |      350591     12.50%     50.01% |      350672     12.50%     62.51% |      350617     12.50%     75.00% |      350657     12.50%     87.50% |      350525     12.50%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETS::total      2805253                      
system.ruby.L1Cache_Controller.S.Load    |           2     22.22%     22.22% |           0      0.00%     22.22% |           0      0.00%     22.22% |           0      0.00%     22.22% |           0      0.00%     22.22% |           1     11.11%     33.33% |           4     44.44%     77.78% |           2     22.22%    100.00%
system.ruby.L1Cache_Controller.S.Load::total            9                      
system.ruby.L1Cache_Controller.S.Store   |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           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 |        3221     12.41%     12.41% |        3230     12.44%     24.85% |        3241     12.49%     37.34% |        3151     12.14%     49.48% |        3317     12.78%     62.26% |        3324     12.81%     75.07% |        3203     12.34%     87.41% |        3268     12.59%    100.00%
system.ruby.L1Cache_Controller.S.L2_Replacement::total        25955                      
system.ruby.L1Cache_Controller.S.L1_to_L2 |        3248     12.40%     12.40% |        3268     12.48%     24.88% |        3269     12.48%     37.36% |        3185     12.16%     49.53% |        3341     12.76%     62.28% |        3367     12.86%     75.14% |        3224     12.31%     87.45% |        3286     12.55%    100.00%
system.ruby.L1Cache_Controller.S.L1_to_L2::total        26188                      
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D |           2      7.14%      7.14% |           7     25.00%     32.14% |           2      7.14%     39.29% |           6     21.43%     60.71% |           4     14.29%     75.00% |           3     10.71%     85.71% |           2      7.14%     92.86% |           2      7.14%    100.00%
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D::total           28                      
system.ruby.L1Cache_Controller.S.Other_GETX |          28     12.07%     12.07% |          35     15.09%     27.16% |          28     12.07%     39.22% |          33     14.22%     53.45% |          23      9.91%     63.36% |          45     19.40%     82.76% |          20      8.62%     91.38% |          20      8.62%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETX::total          232                      
system.ruby.L1Cache_Controller.S.Other_GETS |          62     14.62%     14.62% |          53     12.50%     27.12% |          44     10.38%     37.50% |          42      9.91%     47.41% |          54     12.74%     60.14% |          47     11.08%     71.23% |          67     15.80%     87.03% |          55     12.97%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETS::total          424                      
system.ruby.L1Cache_Controller.O.L2_Replacement |         838     12.35%     12.35% |         856     12.62%     24.97% |         806     11.88%     36.86% |         859     12.66%     49.52% |         821     12.10%     61.62% |         862     12.71%     74.33% |         851     12.55%     86.88% |         890     13.12%    100.00%
system.ruby.L1Cache_Controller.O.L2_Replacement::total         6783                      
system.ruby.L1Cache_Controller.O.L1_to_L2 |          81     13.92%     13.92% |          64     11.00%     24.91% |          74     12.71%     37.63% |          70     12.03%     49.66% |          59     10.14%     59.79% |          67     11.51%     71.31% |          86     14.78%     86.08% |          81     13.92%    100.00%
system.ruby.L1Cache_Controller.O.L1_to_L2::total          582                      
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D |           1     11.11%     11.11% |           1     11.11%     22.22% |           2     22.22%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           2     22.22%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D::total            9                      
system.ruby.L1Cache_Controller.O.Other_GETX |           5     16.67%     16.67% |           2      6.67%     23.33% |           5     16.67%     40.00% |           6     20.00%     60.00% |           7     23.33%     83.33% |           1      3.33%     86.67% |           3     10.00%     96.67% |           1      3.33%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETX::total           30                      
system.ruby.L1Cache_Controller.O.Other_GETS |          11     16.42%     16.42% |           8     11.94%     28.36% |           6      8.96%     37.31% |          10     14.93%     52.24% |           9     13.43%     65.67% |           9     13.43%     79.10% |           5      7.46%     86.57% |           9     13.43%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETS::total           67                      
system.ruby.L1Cache_Controller.O.Merged_GETS |           0      0.00%      0.00% |           2     11.11%     11.11% |           3     16.67%     27.78% |           1      5.56%     33.33% |           4     22.22%     55.56% |           4     22.22%     77.78% |           1      5.56%     83.33% |           3     16.67%    100.00%
system.ruby.L1Cache_Controller.O.Merged_GETS::total           18                      
system.ruby.L1Cache_Controller.M.Load    |           7     21.21%     21.21% |           3      9.09%     30.30% |           7     21.21%     51.52% |           1      3.03%     54.55% |           5     15.15%     69.70% |           4     12.12%     81.82% |           2      6.06%     87.88% |           4     12.12%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           33                      
system.ruby.L1Cache_Controller.M.Store   |           2     13.33%     13.33% |           0      0.00%     13.33% |           1      6.67%     20.00% |           3     20.00%     40.00% |           4     26.67%     66.67% |           2     13.33%     80.00% |           3     20.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           15                      
system.ruby.L1Cache_Controller.M.L2_Replacement |       45788     12.46%     12.46% |       46023     12.52%     24.98% |       45848     12.48%     37.46% |       46041     12.53%     49.99% |       45893     12.49%     62.48% |       45908     12.49%     74.97% |       45944     12.50%     87.48% |       46021     12.52%    100.00%
system.ruby.L1Cache_Controller.M.L2_Replacement::total       367466                      
system.ruby.L1Cache_Controller.M.L1_to_L2 |       46942     12.45%     12.45% |       47247     12.53%     24.98% |       47018     12.47%     37.45% |       47302     12.54%     49.99% |       47109     12.49%     62.48% |       47115     12.49%     74.98% |       47118     12.50%     87.47% |       47240     12.53%    100.00%
system.ruby.L1Cache_Controller.M.L1_to_L2::total       377091                      
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D |          39     12.30%     12.30% |          35     11.04%     23.34% |          34     10.73%     34.07% |          45     14.20%     48.26% |          36     11.36%     59.62% |          34     10.73%     70.35% |          43     13.56%     83.91% |          51     16.09%    100.00%
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D::total          317                      
system.ruby.L1Cache_Controller.M.Other_GETX |         426     11.63%     11.63% |         469     12.80%     24.43% |         474     12.94%     37.36% |         499     13.62%     50.98% |         473     12.91%     63.89% |         454     12.39%     76.28% |         433     11.82%     88.10% |         436     11.90%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETX::total         3664                      
system.ruby.L1Cache_Controller.M.Other_GETS |         726     12.31%     12.31% |         735     12.46%     24.77% |         709     12.02%     36.79% |         751     12.73%     49.52% |         725     12.29%     61.81% |         746     12.65%     74.45% |         739     12.53%     86.98% |         768     13.02%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETS::total         5899                      
system.ruby.L1Cache_Controller.M.Merged_GETS |          78     13.59%     13.59% |          87     15.16%     28.75% |          57      9.93%     38.68% |          69     12.02%     50.70% |          61     10.63%     61.32% |          73     12.72%     74.04% |          73     12.72%     86.76% |          76     13.24%    100.00%
system.ruby.L1Cache_Controller.M.Merged_GETS::total          574                      
system.ruby.L1Cache_Controller.MM.Load   |           1      5.56%      5.56% |           2     11.11%     16.67% |           1      5.56%     22.22% |           6     33.33%     55.56% |           3     16.67%     72.22% |           1      5.56%     77.78% |           1      5.56%     83.33% |           3     16.67%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           18                      
system.ruby.L1Cache_Controller.MM.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           3     42.86%     42.86% |           0      0.00%     42.86% |           2     28.57%     71.43% |           0      0.00%     71.43% |           0      0.00%     71.43% |           2     28.57%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total            7                      
system.ruby.L1Cache_Controller.MM.L2_Replacement |       27344     12.53%     12.53% |       27393     12.55%     25.08% |       27539     12.62%     37.69% |       26899     12.32%     50.02% |       27526     12.61%     62.63% |       27228     12.47%     75.10% |       27201     12.46%     87.56% |       27148     12.44%    100.00%
system.ruby.L1Cache_Controller.MM.L2_Replacement::total       218278                      
system.ruby.L1Cache_Controller.MM.L1_to_L2 |       28016     12.51%     12.51% |       28156     12.57%     25.08% |       28260     12.62%     37.69% |       27634     12.34%     50.03% |       28206     12.59%     62.62% |       27940     12.47%     75.09% |       27939     12.47%     87.56% |       27858     12.44%    100.00%
system.ruby.L1Cache_Controller.MM.L1_to_L2::total       224009                      
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D |          24     12.06%     12.06% |          21     10.55%     22.61% |          24     12.06%     34.67% |          19      9.55%     44.22% |          28     14.07%     58.29% |          24     12.06%     70.35% |          37     18.59%     88.94% |          22     11.06%    100.00%
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D::total          199                      
system.ruby.L1Cache_Controller.MM.Other_GETX |         248     11.64%     11.64% |         283     13.29%     24.93% |         265     12.44%     37.37% |         277     13.00%     50.38% |         266     12.49%     62.86% |         250     11.74%     74.60% |         302     14.18%     88.78% |         239     11.22%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETX::total         2130                      
system.ruby.L1Cache_Controller.MM.Other_GETS |         402     11.45%     11.45% |         475     13.53%     24.98% |         443     12.62%     37.60% |         447     12.73%     50.33% |         400     11.39%     61.72% |         455     12.96%     74.68% |         437     12.45%     87.13% |         452     12.87%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETS::total         3511                      
system.ruby.L1Cache_Controller.MM.Merged_GETS |          40     11.66%     11.66% |          38     11.08%     22.74% |          45     13.12%     35.86% |          45     13.12%     48.98% |          42     12.24%     61.22% |          44     12.83%     74.05% |          42     12.24%     86.30% |          47     13.70%    100.00%
system.ruby.L1Cache_Controller.MM.Merged_GETS::total          343                      
system.ruby.L1Cache_Controller.IR.Load   |           1     11.11%     11.11% |           1     11.11%     22.22% |           1     11.11%     33.33% |           0      0.00%     33.33% |           2     22.22%     55.56% |           1     11.11%     66.67% |           1     11.11%     77.78% |           2     22.22%    100.00%
system.ruby.L1Cache_Controller.IR.Load::total            9                      
system.ruby.L1Cache_Controller.IR.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% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.IR.Store::total            1                      
system.ruby.L1Cache_Controller.IR.L1_to_L2 |           0      0.00%      0.00% |          10     71.43%     71.43% |           0      0.00%     71.43% |           0      0.00%     71.43% |           1      7.14%     78.57% |           0      0.00%     78.57% |           1      7.14%     85.71% |           2     14.29%    100.00%
system.ruby.L1Cache_Controller.IR.L1_to_L2::total           14                      
system.ruby.L1Cache_Controller.SR.Load   |           2     10.00%     10.00% |           4     20.00%     30.00% |           2     10.00%     40.00% |           4     20.00%     60.00% |           3     15.00%     75.00% |           3     15.00%     90.00% |           0      0.00%     90.00% |           2     10.00%    100.00%
system.ruby.L1Cache_Controller.SR.Load::total           20                      
system.ruby.L1Cache_Controller.SR.Store  |           0      0.00%      0.00% |           3     37.50%     37.50% |           0      0.00%     37.50% |           2     25.00%     62.50% |           1     12.50%     75.00% |           0      0.00%     75.00% |           2     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SR.Store::total            8                      
system.ruby.L1Cache_Controller.SR.L1_to_L2 |           8     12.70%     12.70% |          13     20.63%     33.33% |           6      9.52%     42.86% |          18     28.57%     71.43% |          12     19.05%     90.48% |           6      9.52%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SR.L1_to_L2::total           63                      
system.ruby.L1Cache_Controller.OR.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     28.57%     28.57% |           0      0.00%     28.57% |           2     28.57%     57.14% |           0      0.00%     57.14% |           2     28.57%     85.71% |           1     14.29%    100.00%
system.ruby.L1Cache_Controller.OR.Load::total            7                      
system.ruby.L1Cache_Controller.OR.Store  |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OR.Store::total            2                      
system.ruby.L1Cache_Controller.OR.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           1      7.14%      7.14% |           0      0.00%      7.14% |           7     50.00%     57.14% |           0      0.00%     57.14% |           0      0.00%     57.14% |           6     42.86%    100.00%
system.ruby.L1Cache_Controller.OR.L1_to_L2::total           14                      
system.ruby.L1Cache_Controller.MR.Load   |          27     12.62%     12.62% |          21      9.81%     22.43% |          24     11.21%     33.64% |          30     14.02%     47.66% |          23     10.75%     58.41% |          22     10.28%     68.69% |          29     13.55%     82.24% |          38     17.76%    100.00%
system.ruby.L1Cache_Controller.MR.Load::total          214                      
system.ruby.L1Cache_Controller.MR.Store  |          12     11.65%     11.65% |          14     13.59%     25.24% |          10      9.71%     34.95% |          15     14.56%     49.51% |          13     12.62%     62.14% |          12     11.65%     73.79% |          14     13.59%     87.38% |          13     12.62%    100.00%
system.ruby.L1Cache_Controller.MR.Store::total          103                      
system.ruby.L1Cache_Controller.MR.L1_to_L2 |          54      9.57%      9.57% |          59     10.46%     20.04% |          75     13.30%     33.33% |         104     18.44%     51.77% |          53      9.40%     61.17% |          57     10.11%     71.28% |          95     16.84%     88.12% |          67     11.88%    100.00%
system.ruby.L1Cache_Controller.MR.L1_to_L2::total          564                      
system.ruby.L1Cache_Controller.MMR.Load  |          18     14.75%     14.75% |           8      6.56%     21.31% |          19     15.57%     36.89% |           9      7.38%     44.26% |          14     11.48%     55.74% |          14     11.48%     67.21% |          25     20.49%     87.70% |          15     12.30%    100.00%
system.ruby.L1Cache_Controller.MMR.Load::total          122                      
system.ruby.L1Cache_Controller.MMR.Store |           6      7.79%      7.79% |          13     16.88%     24.68% |           5      6.49%     31.17% |          10     12.99%     44.16% |          14     18.18%     62.34% |          10     12.99%     75.32% |          12     15.58%     90.91% |           7      9.09%    100.00%
system.ruby.L1Cache_Controller.MMR.Store::total           77                      
system.ruby.L1Cache_Controller.MMR.L1_to_L2 |          70     21.60%     21.60% |          45     13.89%     35.49% |          31      9.57%     45.06% |          21      6.48%     51.54% |          26      8.02%     59.57% |          33     10.19%     69.75% |          71     21.91%     91.67% |          27      8.33%    100.00%
system.ruby.L1Cache_Controller.MMR.L1_to_L2::total          324                      
system.ruby.L1Cache_Controller.IM.L1_to_L2 |      278922     12.54%     12.54% |      278884     12.54%     25.09% |      280828     12.63%     37.71% |      276004     12.41%     50.13% |      281673     12.67%     62.79% |      275479     12.39%     75.18% |      275157     12.37%     87.56% |      276670     12.44%    100.00%
system.ruby.L1Cache_Controller.IM.L1_to_L2::total      2223617                      
system.ruby.L1Cache_Controller.IM.Other_GETX |          62     11.50%     11.50% |          80     14.84%     26.35% |          63     11.69%     38.03% |          64     11.87%     49.91% |          49      9.09%     59.00% |          79     14.66%     73.65% |          68     12.62%     86.27% |          74     13.73%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETX::total          539                      
system.ruby.L1Cache_Controller.IM.Other_GETS |         122     13.19%     13.19% |         114     12.32%     25.51% |         111     12.00%     37.51% |         122     13.19%     50.70% |         132     14.27%     64.97% |         114     12.32%     77.30% |         111     12.00%     89.30% |          99     10.70%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETS::total          925                      
system.ruby.L1Cache_Controller.IM.Ack    |      136672     12.48%     12.48% |      137498     12.56%     25.04% |      139357     12.73%     37.77% |      134236     12.26%     50.03% |      137674     12.57%     62.61% |      136413     12.46%     75.07% |      136515     12.47%     87.54% |      136466     12.46%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total      1094831                      
system.ruby.L1Cache_Controller.IM.Data   |        1385     12.77%     12.77% |        1390     12.82%     25.59% |        1413     13.03%     38.62% |        1313     12.11%     50.72% |        1321     12.18%     62.90% |        1338     12.34%     75.24% |        1325     12.22%     87.46% |        1360     12.54%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total        10845                      
system.ruby.L1Cache_Controller.IM.Exclusive_Data |       26634     12.49%     12.49% |       26785     12.56%     25.04% |       26868     12.60%     37.64% |       26334     12.35%     49.99% |       26894     12.61%     62.60% |       26626     12.48%     75.08% |       26639     12.49%     87.57% |       26515     12.43%    100.00%
system.ruby.L1Cache_Controller.IM.Exclusive_Data::total       213295                      
system.ruby.L1Cache_Controller.SM.L1_to_L2 |           4      7.27%      7.27% |          12     21.82%     29.09% |           0      0.00%     29.09% |           0      0.00%     29.09% |           0      0.00%     29.09% |           0      0.00%     29.09% |          39     70.91%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.L1_to_L2::total           55                      
system.ruby.L1Cache_Controller.SM.Other_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Other_GETX::total            1                      
system.ruby.L1Cache_Controller.SM.Ack    |           0      0.00%      0.00% |          14     60.87%     60.87% |           0      0.00%     60.87% |           8     34.78%     95.65% |           0      0.00%     95.65% |           0      0.00%     95.65% |           1      4.35%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total           23                      
system.ruby.L1Cache_Controller.SM.Data   |           1     11.11%     11.11% |           3     33.33%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           3     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Data::total            9                      
system.ruby.L1Cache_Controller.OM.L1_to_L2 |          32    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.OM.L1_to_L2::total           32                      
system.ruby.L1Cache_Controller.OM.Ack    |           7     50.00%     50.00% |           7     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack::total           14                      
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers::total            2                      
system.ruby.L1Cache_Controller.ISM.L1_to_L2 |        1654     14.08%     14.08% |        1334     11.36%     25.44% |        1564     13.32%     38.75% |        1401     11.93%     50.68% |        1584     13.49%     64.17% |        1430     12.17%     76.34% |        1334     11.36%     87.70% |        1445     12.30%    100.00%
system.ruby.L1Cache_Controller.ISM.L1_to_L2::total        11746                      
system.ruby.L1Cache_Controller.ISM.Ack   |        3080     13.09%     13.09% |        2971     12.63%     25.72% |        2974     12.64%     38.36% |        2882     12.25%     50.61% |        2947     12.52%     63.13% |        3048     12.95%     76.08% |        2844     12.09%     88.17% |        2783     11.83%    100.00%
system.ruby.L1Cache_Controller.ISM.Ack::total        23529                      
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers |        1386     12.77%     12.77% |        1393     12.83%     25.60% |        1413     13.02%     38.62% |        1315     12.12%     50.74% |        1321     12.17%     62.91% |        1338     12.33%     75.23% |        1328     12.24%     87.47% |        1360     12.53%    100.00%
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers::total        10854                      
system.ruby.L1Cache_Controller.M_W.Load  |           1      5.00%      5.00% |           2     10.00%     15.00% |           3     15.00%     30.00% |           3     15.00%     45.00% |           5     25.00%     70.00% |           4     20.00%     90.00% |           1      5.00%     95.00% |           1      5.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           20                      
system.ruby.L1Cache_Controller.M_W.Store |           2     12.50%     12.50% |           1      6.25%     18.75% |           3     18.75%     37.50% |           4     25.00%     62.50% |           4     25.00%     87.50% |           1      6.25%     93.75% |           0      0.00%     93.75% |           1      6.25%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           16                      
system.ruby.L1Cache_Controller.M_W.L1_to_L2 |       74211     12.51%     12.51% |       73890     12.45%     24.96% |       73594     12.40%     37.36% |       74076     12.48%     49.84% |       74874     12.62%     62.46% |       75025     12.64%     75.10% |       73018     12.30%     87.40% |       74757     12.60%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_to_L2::total       593445                      
system.ruby.L1Cache_Controller.M_W.Ack   |       97926     12.44%     12.44% |       97718     12.42%     24.86% |       98794     12.55%     37.42% |       98518     12.52%     49.94% |       99085     12.59%     62.53% |       98436     12.51%     75.04% |       97279     12.36%     87.40% |       99172     12.60%    100.00%
system.ruby.L1Cache_Controller.M_W.Ack::total       786928                      
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers |       47035     12.45%     12.45% |       47328     12.53%     24.98% |       47103     12.47%     37.45% |       47380     12.54%     49.99% |       47173     12.49%     62.48% |       47199     12.49%     74.98% |       47210     12.50%     87.47% |       47319     12.53%    100.00%
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers::total       377747                      
system.ruby.L1Cache_Controller.MM_W.Load |           1      5.26%      5.26% |           3     15.79%     21.05% |           1      5.26%     26.32% |           3     15.79%     42.11% |           4     21.05%     63.16% |           2     10.53%     73.68% |           3     15.79%     89.47% |           2     10.53%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           19                      
system.ruby.L1Cache_Controller.MM_W.Store |           3     42.86%     42.86% |           0      0.00%     42.86% |           1     14.29%     57.14% |           0      0.00%     57.14% |           1     14.29%     71.43% |           2     28.57%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total            7                      
system.ruby.L1Cache_Controller.MM_W.L1_to_L2 |       42529     12.65%     12.65% |       42714     12.70%     25.35% |       41979     12.48%     37.83% |       41933     12.47%     50.30% |       42121     12.53%     62.83% |       41515     12.35%     75.17% |       41809     12.43%     87.61% |       41681     12.39%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_to_L2::total       336281                      
system.ruby.L1Cache_Controller.MM_W.Ack  |       55486     12.51%     12.51% |       55882     12.60%     25.11% |       54740     12.34%     37.45% |       55509     12.52%     49.97% |       56002     12.63%     62.60% |       55351     12.48%     75.08% |       55541     12.52%     87.60% |       54986     12.40%    100.00%
system.ruby.L1Cache_Controller.MM_W.Ack::total       443497                      
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers |       26636     12.49%     12.49% |       26786     12.56%     25.04% |       26871     12.60%     37.64% |       26338     12.35%     49.99% |       26898     12.61%     62.60% |       26627     12.48%     75.08% |       26639     12.49%     87.57% |       26516     12.43%    100.00%
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers::total       213311                      
system.ruby.L1Cache_Controller.IS.L1_to_L2 |      498344     12.45%     12.45% |      499845     12.49%     24.94% |      498249     12.45%     37.39% |      500193     12.50%     49.89% |      497512     12.43%     62.32% |      502981     12.57%     74.89% |      502709     12.56%     87.45% |      502230     12.55%    100.00%
system.ruby.L1Cache_Controller.IS.L1_to_L2::total      4002063                      
system.ruby.L1Cache_Controller.IS.Other_GETX |         113     12.07%     12.07% |         119     12.71%     24.79% |         115     12.29%     37.07% |         109     11.65%     48.72% |         125     13.35%     62.07% |         123     13.14%     75.21% |         120     12.82%     88.03% |         112     11.97%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETX::total          936                      
system.ruby.L1Cache_Controller.IS.Other_GETS |         228     14.04%     14.04% |         201     12.38%     26.42% |         192     11.82%     38.24% |         206     12.68%     50.92% |         192     11.82%     62.75% |         195     12.01%     74.75% |         229     14.10%     88.85% |         181     11.15%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETS::total         1624                      
system.ruby.L1Cache_Controller.IS.Ack    |      244442     12.45%     12.45% |      246481     12.56%     25.01% |      244196     12.44%     37.45% |      245842     12.52%     49.98% |      244425     12.45%     62.43% |      245791     12.52%     74.95% |      246310     12.55%     87.50% |      245330     12.50%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total      1962817                      
system.ruby.L1Cache_Controller.IS.Shared_Ack |          33     10.93%     10.93% |          41     13.58%     24.50% |          32     10.60%     35.10% |          36     11.92%     47.02% |          41     13.58%     60.60% |          49     16.23%     76.82% |          35     11.59%     88.41% |          35     11.59%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Ack::total          302                      
system.ruby.L1Cache_Controller.IS.Data   |        2045     12.34%     12.34% |        2085     12.58%     24.93% |        2074     12.52%     37.45% |        2001     12.08%     49.52% |        2142     12.93%     62.45% |        2131     12.86%     75.31% |        2029     12.25%     87.56% |        2061     12.44%    100.00%
system.ruby.L1Cache_Controller.IS.Data::total        16568                      
system.ruby.L1Cache_Controller.IS.Shared_Data |        1205     12.51%     12.51% |        1184     12.29%     24.80% |        1195     12.41%     37.21% |        1186     12.31%     49.52% |        1199     12.45%     61.97% |        1238     12.85%     74.82% |        1198     12.44%     87.26% |        1227     12.74%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Data::total         9632                      
system.ruby.L1Cache_Controller.IS.Exclusive_Data |       47037     12.45%     12.45% |       47329     12.53%     24.98% |       47106     12.47%     37.45% |       47384     12.54%     49.99% |       47177     12.49%     62.48% |       47200     12.49%     74.98% |       47210     12.50%     87.47% |       47320     12.53%    100.00%
system.ruby.L1Cache_Controller.IS.Exclusive_Data::total       377763                      
system.ruby.L1Cache_Controller.SS.Load   |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SS.Load::total            1                      
system.ruby.L1Cache_Controller.SS.L1_to_L2 |        5041     12.61%     12.61% |        5297     13.25%     25.86% |        4845     12.12%     37.98% |        4861     12.16%     50.14% |        5186     12.97%     63.12% |        4925     12.32%     75.44% |        4836     12.10%     87.53% |        4983     12.47%    100.00%
system.ruby.L1Cache_Controller.SS.L1_to_L2::total        39974                      
system.ruby.L1Cache_Controller.SS.Ack    |        7136     12.32%     12.32% |        7580     13.08%     25.40% |        7139     12.32%     37.72% |        7109     12.27%     49.99% |        7501     12.95%     62.94% |        7189     12.41%     75.35% |        7032     12.14%     87.49% |        7250     12.51%    100.00%
system.ruby.L1Cache_Controller.SS.Ack::total        57936                      
system.ruby.L1Cache_Controller.SS.Shared_Ack |          11      9.02%      9.02% |          23     18.85%     27.87% |          17     13.93%     41.80% |          19     15.57%     57.38% |          17     13.93%     71.31% |          13     10.66%     81.97% |          13     10.66%     92.62% |           9      7.38%    100.00%
system.ruby.L1Cache_Controller.SS.Shared_Ack::total          122                      
system.ruby.L1Cache_Controller.SS.All_acks |        1242     12.43%     12.43% |        1233     12.34%     24.77% |        1238     12.39%     37.16% |        1235     12.36%     49.52% |        1246     12.47%     61.99% |        1291     12.92%     74.91% |        1239     12.40%     87.31% |        1268     12.69%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks::total         9992                      
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers |        2008     12.39%     12.39% |        2036     12.56%     24.95% |        2031     12.53%     37.48% |        1952     12.04%     49.52% |        2095     12.93%     62.45% |        2078     12.82%     75.27% |        1988     12.27%     87.54% |        2020     12.46%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers::total        16208                      
system.ruby.L1Cache_Controller.OI.Load   |           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.OI.Load::total            2                      
system.ruby.L1Cache_Controller.OI.Other_GETX |           1      6.25%      6.25% |           1      6.25%     12.50% |           4     25.00%     37.50% |           2     12.50%     50.00% |           2     12.50%     62.50% |           2     12.50%     75.00% |           2     12.50%     87.50% |           2     12.50%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETX::total           16                      
system.ruby.L1Cache_Controller.OI.Other_GETS |           2      7.41%      7.41% |           3     11.11%     18.52% |           5     18.52%     37.04% |           4     14.81%     51.85% |           3     11.11%     62.96% |           3     11.11%     74.07% |           2      7.41%     81.48% |           5     18.52%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETS::total           27                      
system.ruby.L1Cache_Controller.OI.Merged_GETS |           4     16.67%     16.67% |           4     16.67%     33.33% |           5     20.83%     54.17% |           3     12.50%     66.67% |           1      4.17%     70.83% |           1      4.17%     75.00% |           3     12.50%     87.50% |           3     12.50%    100.00%
system.ruby.L1Cache_Controller.OI.Merged_GETS::total           24                      
system.ruby.L1Cache_Controller.OI.Writeback_Ack |        1199     12.70%     12.70% |        1194     12.64%     25.34% |        1128     11.94%     37.28% |        1165     12.34%     49.62% |        1171     12.40%     62.02% |        1158     12.26%     74.28% |        1204     12.75%     87.03% |        1225     12.97%    100.00%
system.ruby.L1Cache_Controller.OI.Writeback_Ack::total         9444                      
system.ruby.L1Cache_Controller.MI.Load   |          15     12.82%     12.82% |          22     18.80%     31.62% |          10      8.55%     40.17% |          11      9.40%     49.57% |          19     16.24%     65.81% |          10      8.55%     74.36% |          12     10.26%     84.62% |          18     15.38%    100.00%
system.ruby.L1Cache_Controller.MI.Load::total          117                      
system.ruby.L1Cache_Controller.MI.Store  |          13     16.46%     16.46% |           7      8.86%     25.32% |           9     11.39%     36.71% |           4      5.06%     41.77% |           8     10.13%     51.90% |          14     17.72%     69.62% |          18     22.78%     92.41% |           6      7.59%    100.00%
system.ruby.L1Cache_Controller.MI.Store::total           79                      
system.ruby.L1Cache_Controller.MI.Other_GETX |         197     13.47%     13.47% |         173     11.83%     25.31% |         170     11.63%     36.94% |         190     13.00%     49.93% |         203     13.89%     63.82% |         188     12.86%     76.68% |         151     10.33%     87.00% |         190     13.00%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETX::total         1462                      
system.ruby.L1Cache_Controller.MI.Other_GETS |         348     13.58%     13.58% |         322     12.56%     26.14% |         310     12.10%     38.24% |         294     11.47%     49.71% |         337     13.15%     62.86% |         282     11.00%     73.86% |         343     13.38%     87.24% |         327     12.76%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETS::total         2563                      
system.ruby.L1Cache_Controller.MI.Merged_GETS |          14     12.28%     12.28% |          17     14.91%     27.19% |          16     14.04%     41.23% |          14     12.28%     53.51% |          15     13.16%     66.67% |          16     14.04%     80.70% |          12     10.53%     91.23% |          10      8.77%    100.00%
system.ruby.L1Cache_Controller.MI.Merged_GETS::total          114                      
system.ruby.L1Cache_Controller.MI.Writeback_Ack |       72569     12.48%     12.48% |       72904     12.54%     25.01% |       72891     12.53%     37.55% |       72442     12.46%     50.00% |       72864     12.53%     62.53% |       72649     12.49%     75.02% |       72638     12.49%     87.51% |       72642     12.49%    100.00%
system.ruby.L1Cache_Controller.MI.Writeback_Ack::total       581599                      
system.ruby.L1Cache_Controller.II.Other_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.II.Other_GETX::total            2                      
system.ruby.L1Cache_Controller.II.Writeback_Ack |         198     13.40%     13.40% |         174     11.77%     25.17% |         174     11.77%     36.94% |         192     12.99%     49.93% |         205     13.87%     63.80% |         190     12.86%     76.66% |         153     10.35%     87.01% |         192     12.99%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Ack::total         1478                      
system.ruby.L1Cache_Controller.IT.Load   |           1     16.67%     16.67% |           1     16.67%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     16.67%     50.00% |           0      0.00%     50.00% |           2     33.33%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.IT.Load::total            6                      
system.ruby.L1Cache_Controller.IT.L1_to_L2 |           0      0.00%      0.00% |          10     18.87%     18.87% |           0      0.00%     18.87% |           0      0.00%     18.87% |           7     13.21%     32.08% |           0      0.00%     32.08% |          34     64.15%     96.23% |           2      3.77%    100.00%
system.ruby.L1Cache_Controller.IT.L1_to_L2::total           53                      
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1 |           1     10.00%     10.00% |           1     10.00%     20.00% |           1     10.00%     30.00% |           0      0.00%     30.00% |           2     20.00%     50.00% |           1     10.00%     60.00% |           1     10.00%     70.00% |           3     30.00%    100.00%
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1::total           10                      
system.ruby.L1Cache_Controller.ST.Load   |           1     14.29%     14.29% |           2     28.57%     42.86% |           1     14.29%     57.14% |           1     14.29%     71.43% |           0      0.00%     71.43% |           2     28.57%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Load::total            7                      
system.ruby.L1Cache_Controller.ST.Store  |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Store::total            3                      
system.ruby.L1Cache_Controller.ST.L1_to_L2 |           8      8.08%      8.08% |          21     21.21%     29.29% |           6      6.06%     35.35% |          20     20.20%     55.56% |          26     26.26%     81.82% |           7      7.07%     88.89% |          11     11.11%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.L1_to_L2::total           99                      
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1 |           2      7.14%      7.14% |           7     25.00%     32.14% |           2      7.14%     39.29% |           6     21.43%     60.71% |           4     14.29%     75.00% |           3     10.71%     85.71% |           2      7.14%     92.86% |           2      7.14%    100.00%
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1::total           28                      
system.ruby.L1Cache_Controller.OT.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           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%
system.ruby.L1Cache_Controller.OT.Load::total            3                      
system.ruby.L1Cache_Controller.OT.L1_to_L2 |          10     27.03%     27.03% |           0      0.00%     27.03% |           1      2.70%     29.73% |           0      0.00%     29.73% |          20     54.05%     83.78% |           0      0.00%     83.78% |           0      0.00%     83.78% |           6     16.22%    100.00%
system.ruby.L1Cache_Controller.OT.L1_to_L2::total           37                      
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1 |           1     11.11%     11.11% |           1     11.11%     22.22% |           2     22.22%     44.44% |           0      0.00%     44.44% |           2     22.22%     66.67% |           0      0.00%     66.67% |           2     22.22%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1::total            9                      
system.ruby.L1Cache_Controller.MT.Load   |           8      7.48%      7.48% |          12     11.21%     18.69% |          12     11.21%     29.91% |          21     19.63%     49.53% |          13     12.15%     61.68% |           9      8.41%     70.09% |          14     13.08%     83.18% |          18     16.82%    100.00%
system.ruby.L1Cache_Controller.MT.Load::total          107                      
system.ruby.L1Cache_Controller.MT.Store  |           6     13.04%     13.04% |           4      8.70%     21.74% |           5     10.87%     32.61% |           9     19.57%     52.17% |           8     17.39%     69.57% |           6     13.04%     82.61% |           7     15.22%     97.83% |           1      2.17%    100.00%
system.ruby.L1Cache_Controller.MT.Store::total           46                      
system.ruby.L1Cache_Controller.MT.L1_to_L2 |         162     14.36%     14.36% |         102      9.04%     23.40% |         101      8.95%     32.36% |         198     17.55%     49.91% |         105      9.31%     59.22% |         124     10.99%     70.21% |         181     16.05%     86.26% |         155     13.74%    100.00%
system.ruby.L1Cache_Controller.MT.L1_to_L2::total         1128                      
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1 |          39     12.30%     12.30% |          35     11.04%     23.34% |          34     10.73%     34.07% |          45     14.20%     48.26% |          36     11.36%     59.62% |          34     10.73%     70.35% |          43     13.56%     83.91% |          51     16.09%    100.00%
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1::total          317                      
system.ruby.L1Cache_Controller.MMT.Load  |          12     18.75%     18.75% |           5      7.81%     26.56% |           7     10.94%     37.50% |           5      7.81%     45.31% |          10     15.62%     60.94% |           7     10.94%     71.88% |          10     15.62%     87.50% |           8     12.50%    100.00%
system.ruby.L1Cache_Controller.MMT.Load::total           64                      
system.ruby.L1Cache_Controller.MMT.Store |           5     13.51%     13.51% |           8     21.62%     35.14% |           3      8.11%     43.24% |           2      5.41%     48.65% |           3      8.11%     56.76% |           8     21.62%     78.38% |           6     16.22%     94.59% |           2      5.41%    100.00%
system.ruby.L1Cache_Controller.MMT.Store::total           37                      
system.ruby.L1Cache_Controller.MMT.L1_to_L2 |          86     13.21%     13.21% |          96     14.75%     27.96% |          55      8.45%     36.41% |          38      5.84%     42.24% |          69     10.60%     52.84% |         110     16.90%     69.74% |         148     22.73%     92.47% |          49      7.53%    100.00%
system.ruby.L1Cache_Controller.MMT.L1_to_L2::total          651                      
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1 |          24     12.06%     12.06% |          21     10.55%     22.61% |          24     12.06%     34.67% |          19      9.55%     44.22% |          28     14.07%     58.29% |          24     12.06%     70.35% |          37     18.59%     88.94% |          22     11.06%    100.00%
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1::total          199                      

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