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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.004762                       # Number of seconds simulated
sim_ticks                                     4761781                       # Number of ticks simulated
final_tick                                    4761781                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  26949                       # Simulator tick rate (ticks/s)
host_mem_usage                                 651208                       # Number of bytes of host memory used
host_seconds                                   176.70                       # 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     38848448                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           38848448                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14135424                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14135424                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       607007                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              607007                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       220866                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             220866                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   8158386116                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            8158386116                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   2968516192                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           2968516192                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0  11126902308                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total          11126902308                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      607023                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     220866                       # Number of write requests accepted
system.mem_ctrls.readBursts                    607023                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   220866                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               37843264                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                 1005824                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                13945792                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                38849472                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14135424                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                  15716                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  2913                       # 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             73725                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             74070                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             73899                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             74128                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             73783                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             73790                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             73969                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             73937                       # 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             27482                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             27277                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27210                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27258                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             27255                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27079                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27033                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27309                       # 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                       342                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       4761762                       # 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                607023                       # 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               220866                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                     181                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     455                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                     845                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                    1380                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                    2033                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                    2935                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                    3979                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                    5130                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                    6504                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                    8329                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  11310                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  15935                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  23242                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  33896                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  47467                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  60476                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  68838                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  70112                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  62885                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  49064                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  34859                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  23771                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  16687                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  12606                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                   9780                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                   7459                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   5197                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   3229                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1706                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    751                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    231                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     35                       # 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                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                      3                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                      5                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                      8                       # 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                     31                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                     55                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                     75                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    107                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    167                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    222                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    301                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    426                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                    602                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   1418                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3050                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   5274                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   7692                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                   9880                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                  11429                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                  12821                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                  13884                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                  14674                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                  15391                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                  16299                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                  16813                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                  16410                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                  16033                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                  16244                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                  17262                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                  12153                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                   4599                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                   1544                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                    860                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                    596                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                    368                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                    307                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                    271                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                    637                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       214623                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    241.295295                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   191.288039                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   173.301221                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        35466     16.52%     16.52% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        90893     42.35%     58.87% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        45716     21.30%     80.18% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        21225      9.89%     90.06% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        10997      5.12%     95.19% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         5731      2.67%     97.86% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         2748      1.28%     99.14% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1136      0.53%     99.67% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          711      0.33%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       214623                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13609                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      43.445147                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     31.477862                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     25.391105                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-15           3000     22.04%     22.04% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-31          1539     11.31%     33.35% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-47          2539     18.66%     52.01% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-63          3040     22.34%     74.35% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-79          2614     19.21%     93.56% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-95           821      6.03%     99.59% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-111           53      0.39%     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         13609                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13609                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.011683                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.009721                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.292863                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13571     99.72%     99.72% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17               11      0.08%     99.80% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18                8      0.06%     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::21                3      0.02%     99.92% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22                2      0.01%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23                1      0.01%     99.94% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24                2      0.01%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26                3      0.02%     99.98% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28                2      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13609                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     76204752                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                87439471                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    2956505                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       128.88                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  147.87                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      7947.29                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2928.69                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   8158.60                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   2968.52                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        84.97                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    62.09                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   22.88                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      19.97                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      50.51                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   383126                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  211448                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 64.79                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.02                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          5.75                       # Average gap between requests
system.mem_ctrls.pageHitRate                    73.47                       # Row buffer hit rate, read and write combined
system.mem_ctrls.memoryStateTime::IDLE             11                       # Time in different power states
system.mem_ctrls.memoryStateTime::REF          158860                       # Time in different power states
system.mem_ctrls.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls.memoryStateTime::ACT         4598696                       # Time in different power states
system.mem_ctrls.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls.actEnergy::0              1621105920                       # Energy for activate commands per rank (pJ)
system.mem_ctrls.actEnergy::1                       0                       # Energy for activate commands per rank (pJ)
system.mem_ctrls.preEnergy::0               900614400                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls.preEnergy::1                       0                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls.readEnergy::0             7372759680                       # Energy for read commands per rank (pJ)
system.mem_ctrls.readEnergy::1                      0                       # Energy for read commands per rank (pJ)
system.mem_ctrls.writeEnergy::0            2257061760                       # Energy for write commands per rank (pJ)
system.mem_ctrls.writeEnergy::1                     0                       # Energy for write commands per rank (pJ)
system.mem_ctrls.refreshEnergy::0           310730160                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls.refreshEnergy::1           310730160                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls.actBackEnergy::0          3241151100                       # Energy for active background per rank (pJ)
system.mem_ctrls.actBackEnergy::1           102809304                       # Energy for active background per rank (pJ)
system.mem_ctrls.preBackEnergy::0            11416800                       # Energy for precharge background per rank (pJ)
system.mem_ctrls.preBackEnergy::1          2764348200                       # Energy for precharge background per rank (pJ)
system.mem_ctrls.totalEnergy::0           15714839820                       # Total energy per rank (pJ)
system.mem_ctrls.totalEnergy::1            3177887664                       # Total energy per rank (pJ)
system.mem_ctrls.averagePower::0          3303.134998                       # Core power per rank (mW)
system.mem_ctrls.averagePower::1           667.966844                       # Core power per rank (mW)
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       628111                      
system.ruby.outstanding_req_hist::mean      15.998456                      
system.ruby.outstanding_req_hist::gmean     15.997194                      
system.ruby.outstanding_req_hist::stdev      0.125726                      
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% |      627981     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        628111                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              627983                      
system.ruby.latency_hist::mean             970.449089                      
system.ruby.latency_hist::gmean            693.046339                      
system.ruby.latency_hist::stdev            679.084515                      
system.ruby.latency_hist                 |      234051     37.27%     37.27% |      116033     18.48%     55.75% |      114404     18.22%     73.97% |      122030     19.43%     93.40% |       38244      6.09%     99.49% |        3110      0.50%     99.98% |         106      0.02%    100.00% |           5      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                627983                      
system.ruby.hit_latency_hist::bucket_size          128                      
system.ruby.hit_latency_hist::max_bucket         1279                      
system.ruby.hit_latency_hist::samples             674                      
system.ruby.hit_latency_hist::mean         113.305638                      
system.ruby.hit_latency_hist::gmean         38.452852                      
system.ruby.hit_latency_hist::stdev        152.633110                      
system.ruby.hit_latency_hist             |         461     68.40%     68.40% |         126     18.69%     87.09% |          48      7.12%     94.21% |          22      3.26%     97.48% |           8      1.19%     98.66% |           3      0.45%     99.11% |           3      0.45%     99.55% |           0      0.00%     99.55% |           2      0.30%     99.85% |           1      0.15%    100.00%
system.ruby.hit_latency_hist::total               674                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         627309                      
system.ruby.miss_latency_hist::mean        971.370030                      
system.ruby.miss_latency_hist::gmean       695.202908                      
system.ruby.miss_latency_hist::stdev       678.849054                      
system.ruby.miss_latency_hist            |      233394     37.21%     37.21% |      116019     18.49%     55.70% |      114401     18.24%     73.94% |      122030     19.45%     93.39% |       38244      6.10%     99.49% |        3110      0.50%     99.98% |         106      0.02%    100.00% |           5      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           627309                      
system.ruby.L1Cache.incomplete_times              991                      
system.ruby.Directory.incomplete_times         155619                      
system.ruby.l1_cntrl4.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78343                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78360                       # 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           72                       # Number of cache demand hits
system.ruby.l1_cntrl4.L2cache.demand_misses        78271                       # Number of cache demand misses
system.ruby.l1_cntrl4.L2cache.demand_accesses        78343                       # Number of cache demand accesses
system.cpu_clk_domain.clock                         1                       # Clock period in ticks
system.ruby.l1_cntrl5.L1Dcache.demand_hits           12                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78394                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78406                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L2cache.demand_hits           64                       # Number of cache demand hits
system.ruby.l1_cntrl5.L2cache.demand_misses        78330                       # Number of cache demand misses
system.ruby.l1_cntrl5.L2cache.demand_accesses        78394                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78610                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78627                       # 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           68                       # Number of cache demand hits
system.ruby.l1_cntrl6.L2cache.demand_misses        78542                       # Number of cache demand misses
system.ruby.l1_cntrl6.L2cache.demand_accesses        78610                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78278                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78292                       # 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           56                       # Number of cache demand hits
system.ruby.l1_cntrl7.L2cache.demand_misses        78222                       # Number of cache demand misses
system.ruby.l1_cntrl7.L2cache.demand_accesses        78278                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78739                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78753                       # 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           80                       # Number of cache demand hits
system.ruby.l1_cntrl0.L2cache.demand_misses        78659                       # Number of cache demand misses
system.ruby.l1_cntrl0.L2cache.demand_accesses        78739                       # Number of cache demand accesses
system.ruby.network.routers0.percent_links_utilized    15.611459                      
system.ruby.network.routers0.msg_count.Request_Control::2        78659                      
system.ruby.network.routers0.msg_count.Request_Control::3          126                      
system.ruby.network.routers0.msg_count.Response_Data::4        81155                      
system.ruby.network.routers0.msg_count.Response_Control::4      1092655                      
system.ruby.network.routers0.msg_count.Writeback_Data::5        27808                      
system.ruby.network.routers0.msg_count.Writeback_Control::2        74263                      
system.ruby.network.routers0.msg_count.Writeback_Control::3        74259                      
system.ruby.network.routers0.msg_count.Writeback_Control::5        46285                      
system.ruby.network.routers0.msg_count.Broadcast_Control::3       547799                      
system.ruby.network.routers0.msg_count.Unblock_Control::5        78821                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       629272                      
system.ruby.network.routers0.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers0.msg_bytes.Response_Data::4      5843160                      
system.ruby.network.routers0.msg_bytes.Response_Control::4      8741240                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::5      2002176                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::2       594104                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::3       594072                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::5       370280                      
system.ruby.network.routers0.msg_bytes.Broadcast_Control::3      4382392                      
system.ruby.network.routers0.msg_bytes.Unblock_Control::5       630568                      
system.ruby.l1_cntrl1.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78406                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78420                       # 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           79                       # Number of cache demand hits
system.ruby.l1_cntrl1.L2cache.demand_misses        78327                       # Number of cache demand misses
system.ruby.l1_cntrl1.L2cache.demand_accesses        78406                       # Number of cache demand accesses
system.ruby.network.routers1.percent_links_utilized    15.566439                      
system.ruby.network.routers1.msg_count.Request_Control::2        78327                      
system.ruby.network.routers1.msg_count.Request_Control::3          117                      
system.ruby.network.routers1.msg_count.Response_Data::4        80869                      
system.ruby.network.routers1.msg_count.Response_Control::4      1090742                      
system.ruby.network.routers1.msg_count.Writeback_Data::5        27485                      
system.ruby.network.routers1.msg_count.Writeback_Control::2        73881                      
system.ruby.network.routers1.msg_count.Writeback_Control::3        73878                      
system.ruby.network.routers1.msg_count.Writeback_Control::5        46209                      
system.ruby.network.routers1.msg_count.Broadcast_Control::3       548111                      
system.ruby.network.routers1.msg_count.Unblock_Control::5        78508                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       626616                      
system.ruby.network.routers1.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers1.msg_bytes.Response_Data::4      5822568                      
system.ruby.network.routers1.msg_bytes.Response_Control::4      8725936                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::5      1978920                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::2       591048                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::3       591024                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::5       369672                      
system.ruby.network.routers1.msg_bytes.Broadcast_Control::3      4384888                      
system.ruby.network.routers1.msg_bytes.Unblock_Control::5       628064                      
system.ruby.l1_cntrl2.L1Dcache.demand_hits           18                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78504                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78522                       # 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           59                       # Number of cache demand hits
system.ruby.l1_cntrl2.L2cache.demand_misses        78445                       # Number of cache demand misses
system.ruby.l1_cntrl2.L2cache.demand_accesses        78504                       # Number of cache demand accesses
system.ruby.network.routers2.percent_links_utilized    15.582589                      
system.ruby.network.routers2.msg_count.Request_Control::2        78445                      
system.ruby.network.routers2.msg_count.Request_Control::3          123                      
system.ruby.network.routers2.msg_count.Response_Data::4        80995                      
system.ruby.network.routers2.msg_count.Response_Control::4      1091483                      
system.ruby.network.routers2.msg_count.Writeback_Data::5        27579                      
system.ruby.network.routers2.msg_count.Writeback_Control::2        73989                      
system.ruby.network.routers2.msg_count.Writeback_Control::3        73986                      
system.ruby.network.routers2.msg_count.Writeback_Control::5        46222                      
system.ruby.network.routers2.msg_count.Broadcast_Control::3       547994                      
system.ruby.network.routers2.msg_count.Unblock_Control::5        78627                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       627560                      
system.ruby.network.routers2.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers2.msg_bytes.Response_Data::4      5831640                      
system.ruby.network.routers2.msg_bytes.Response_Control::4      8731864                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::5      1985688                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::2       591912                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::3       591888                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::5       369776                      
system.ruby.network.routers2.msg_bytes.Broadcast_Control::3      4383952                      
system.ruby.network.routers2.msg_bytes.Unblock_Control::5       629016                      
system.ruby.l1_cntrl3.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78610                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78627                       # 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           73                       # Number of cache demand hits
system.ruby.l1_cntrl3.L2cache.demand_misses        78537                       # Number of cache demand misses
system.ruby.l1_cntrl3.L2cache.demand_accesses        78610                       # Number of cache demand accesses
system.ruby.network.routers3.percent_links_utilized    15.594811                      
system.ruby.network.routers3.msg_count.Request_Control::2        78537                      
system.ruby.network.routers3.msg_count.Request_Control::3          103                      
system.ruby.network.routers3.msg_count.Response_Data::4        81093                      
system.ruby.network.routers3.msg_count.Response_Control::4      1091782                      
system.ruby.network.routers3.msg_count.Writeback_Data::5        27685                      
system.ruby.network.routers3.msg_count.Writeback_Control::2        74059                      
system.ruby.network.routers3.msg_count.Writeback_Control::3        74056                      
system.ruby.network.routers3.msg_count.Writeback_Control::5        46186                      
system.ruby.network.routers3.msg_count.Broadcast_Control::3       547920                      
system.ruby.network.routers3.msg_count.Unblock_Control::5        78718                      
system.ruby.network.routers3.msg_bytes.Request_Control::2       628296                      
system.ruby.network.routers3.msg_bytes.Request_Control::3          824                      
system.ruby.network.routers3.msg_bytes.Response_Data::4      5838696                      
system.ruby.network.routers3.msg_bytes.Response_Control::4      8734256                      
system.ruby.network.routers3.msg_bytes.Writeback_Data::5      1993320                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::2       592472                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::3       592448                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::5       369488                      
system.ruby.network.routers3.msg_bytes.Broadcast_Control::3      4383360                      
system.ruby.network.routers3.msg_bytes.Unblock_Control::5       629744                      
system.ruby.network.routers4.percent_links_utilized    15.571973                      
system.ruby.network.routers4.msg_count.Request_Control::2        78271                      
system.ruby.network.routers4.msg_count.Request_Control::3          145                      
system.ruby.network.routers4.msg_count.Response_Data::4        80771                      
system.ruby.network.routers4.msg_count.Response_Control::4      1090522                      
system.ruby.network.routers4.msg_count.Writeback_Data::5        27786                      
system.ruby.network.routers4.msg_count.Writeback_Control::2        73811                      
system.ruby.network.routers4.msg_count.Writeback_Control::3        73807                      
system.ruby.network.routers4.msg_count.Writeback_Control::5        45834                      
system.ruby.network.routers4.msg_count.Broadcast_Control::3       548156                      
system.ruby.network.routers4.msg_count.Unblock_Control::5        78454                      
system.ruby.network.routers4.msg_bytes.Request_Control::2       626168                      
system.ruby.network.routers4.msg_bytes.Request_Control::3         1160                      
system.ruby.network.routers4.msg_bytes.Response_Data::4      5815512                      
system.ruby.network.routers4.msg_bytes.Response_Control::4      8724176                      
system.ruby.network.routers4.msg_bytes.Writeback_Data::5      2000592                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::2       590488                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::3       590456                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::5       366672                      
system.ruby.network.routers4.msg_bytes.Broadcast_Control::3      4385248                      
system.ruby.network.routers4.msg_bytes.Unblock_Control::5       627632                      
system.ruby.network.routers5.percent_links_utilized    15.557021                      
system.ruby.network.routers5.msg_count.Request_Control::2        78330                      
system.ruby.network.routers5.msg_count.Request_Control::3          113                      
system.ruby.network.routers5.msg_count.Response_Data::4        80870                      
system.ruby.network.routers5.msg_count.Response_Control::4      1090637                      
system.ruby.network.routers5.msg_count.Writeback_Data::5        27326                      
system.ruby.network.routers5.msg_count.Writeback_Control::2        73739                      
system.ruby.network.routers5.msg_count.Writeback_Control::3        73737                      
system.ruby.network.routers5.msg_count.Writeback_Control::5        46227                      
system.ruby.network.routers5.msg_count.Broadcast_Control::3       548107                      
system.ruby.network.routers5.msg_count.Unblock_Control::5        78511                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       626640                      
system.ruby.network.routers5.msg_bytes.Request_Control::3          904                      
system.ruby.network.routers5.msg_bytes.Response_Data::4      5822640                      
system.ruby.network.routers5.msg_bytes.Response_Control::4      8725096                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::5      1967472                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::2       589912                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::3       589896                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::5       369816                      
system.ruby.network.routers5.msg_bytes.Broadcast_Control::3      4384856                      
system.ruby.network.routers5.msg_bytes.Unblock_Control::5       628088                      
system.ruby.network.routers6.percent_links_utilized    15.603526                      
system.ruby.network.routers6.msg_count.Request_Control::2        78540                      
system.ruby.network.routers6.msg_count.Request_Control::3          143                      
system.ruby.network.routers6.msg_count.Response_Data::4        81105                      
system.ruby.network.routers6.msg_count.Response_Control::4      1091896                      
system.ruby.network.routers6.msg_count.Writeback_Data::5        27859                      
system.ruby.network.routers6.msg_count.Writeback_Control::2        74064                      
system.ruby.network.routers6.msg_count.Writeback_Control::3        74061                      
system.ruby.network.routers6.msg_count.Writeback_Control::5        46043                      
system.ruby.network.routers6.msg_count.Broadcast_Control::3       547908                      
system.ruby.network.routers6.msg_count.Unblock_Control::5        78695                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       628320                      
system.ruby.network.routers6.msg_bytes.Request_Control::3         1144                      
system.ruby.network.routers6.msg_bytes.Response_Data::4      5839560                      
system.ruby.network.routers6.msg_bytes.Response_Control::4      8735168                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::5      2005848                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::2       592512                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::3       592488                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::5       368344                      
system.ruby.network.routers6.msg_bytes.Broadcast_Control::3      4383264                      
system.ruby.network.routers6.msg_bytes.Unblock_Control::5       629560                      
system.ruby.network.routers7.percent_links_utilized    15.548248                      
system.ruby.network.routers7.msg_count.Request_Control::2        78222                      
system.ruby.network.routers7.msg_count.Request_Control::3          120                      
system.ruby.network.routers7.msg_count.Response_Data::4        80754                      
system.ruby.network.routers7.msg_count.Response_Control::4      1090091                      
system.ruby.network.routers7.msg_count.Writeback_Data::5        27338                      
system.ruby.network.routers7.msg_count.Writeback_Control::2        73710                      
system.ruby.network.routers7.msg_count.Writeback_Control::3        73709                      
system.ruby.network.routers7.msg_count.Writeback_Control::5        46180                      
system.ruby.network.routers7.msg_count.Broadcast_Control::3       548224                      
system.ruby.network.routers7.msg_count.Unblock_Control::5        78410                      
system.ruby.network.routers7.msg_bytes.Request_Control::2       625776                      
system.ruby.network.routers7.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers7.msg_bytes.Response_Data::4      5814288                      
system.ruby.network.routers7.msg_bytes.Response_Control::4      8720728                      
system.ruby.network.routers7.msg_bytes.Writeback_Data::5      1968336                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::2       589680                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::3       589672                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::5       369440                      
system.ruby.network.routers7.msg_bytes.Broadcast_Control::3      4385792                      
system.ruby.network.routers7.msg_bytes.Unblock_Control::5       627280                      
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.network.routers8.percent_links_utilized    57.155007                      
system.ruby.network.routers8.msg_count.Request_Control::2       627331                      
system.ruby.network.routers8.msg_count.Request_Control::3          990                      
system.ruby.network.routers8.msg_count.Response_Data::4       607002                      
system.ruby.network.routers8.msg_count.Writeback_Data::5       220866                      
system.ruby.network.routers8.msg_count.Writeback_Control::2       591516                      
system.ruby.network.routers8.msg_count.Writeback_Control::3       591493                      
system.ruby.network.routers8.msg_count.Writeback_Control::5       369186                      
system.ruby.network.routers8.msg_count.Broadcast_Control::3       626317                      
system.ruby.network.routers8.msg_count.Unblock_Control::5       628744                      
system.ruby.network.routers8.msg_bytes.Request_Control::2      5018648                      
system.ruby.network.routers8.msg_bytes.Request_Control::3         7920                      
system.ruby.network.routers8.msg_bytes.Response_Data::4     43704144                      
system.ruby.network.routers8.msg_bytes.Writeback_Data::5     15902352                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::2      4732128                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::3      4731944                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::5      2953488                      
system.ruby.network.routers8.msg_bytes.Broadcast_Control::3      5010536                      
system.ruby.network.routers8.msg_bytes.Unblock_Control::5      5029952                      
system.ruby.network.routers9.percent_links_utilized    22.391181                      
system.ruby.network.routers9.msg_count.Request_Control::2       627331                      
system.ruby.network.routers9.msg_count.Request_Control::3          990                      
system.ruby.network.routers9.msg_count.Response_Data::4       627308                      
system.ruby.network.routers9.msg_count.Response_Control::4      4364904                      
system.ruby.network.routers9.msg_count.Writeback_Data::5       220866                      
system.ruby.network.routers9.msg_count.Writeback_Control::2       591516                      
system.ruby.network.routers9.msg_count.Writeback_Control::3       591493                      
system.ruby.network.routers9.msg_count.Writeback_Control::5       369186                      
system.ruby.network.routers9.msg_count.Broadcast_Control::3      4384219                      
system.ruby.network.routers9.msg_count.Unblock_Control::5       628744                      
system.ruby.network.routers9.msg_bytes.Request_Control::2      5018648                      
system.ruby.network.routers9.msg_bytes.Request_Control::3         7920                      
system.ruby.network.routers9.msg_bytes.Response_Data::4     45166176                      
system.ruby.network.routers9.msg_bytes.Response_Control::4     34919232                      
system.ruby.network.routers9.msg_bytes.Writeback_Data::5     15902352                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::2      4732128                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::3      4731944                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::5      2953488                      
system.ruby.network.routers9.msg_bytes.Broadcast_Control::3     35073752                      
system.ruby.network.routers9.msg_bytes.Unblock_Control::5      5029952                      
system.ruby.network.msg_count.Request_Control      1884963                      
system.ruby.network.msg_count.Response_Data      1881922                      
system.ruby.network.msg_count.Response_Control     13094712                      
system.ruby.network.msg_count.Writeback_Data       662598                      
system.ruby.network.msg_count.Writeback_Control      4656585                      
system.ruby.network.msg_count.Broadcast_Control      9394755                      
system.ruby.network.msg_count.Unblock_Control      1886232                      
system.ruby.network.msg_byte.Request_Control     15079704                      
system.ruby.network.msg_byte.Response_Data    135498384                      
system.ruby.network.msg_byte.Response_Control    104757696                      
system.ruby.network.msg_byte.Writeback_Data     47707056                      
system.ruby.network.msg_byte.Writeback_Control     37252680                      
system.ruby.network.msg_byte.Broadcast_Control     75158040                      
system.ruby.network.msg_byte.Unblock_Control     15089856                      
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.cpu0.num_reads                           99219                       # number of read accesses completed
system.cpu0.num_writes                          55551                       # number of write accesses completed
system.cpu0.num_copies                              0                       # number of copy accesses completed
system.cpu1.num_reads                           99783                       # number of read accesses completed
system.cpu1.num_writes                          55285                       # number of write accesses completed
system.cpu1.num_copies                              0                       # number of copy accesses completed
system.cpu2.num_reads                           98991                       # number of read accesses completed
system.cpu2.num_writes                          55373                       # number of write accesses completed
system.cpu2.num_copies                              0                       # number of copy accesses completed
system.cpu3.num_reads                           99031                       # number of read accesses completed
system.cpu3.num_writes                          55449                       # number of write accesses completed
system.cpu3.num_copies                              0                       # number of copy accesses completed
system.cpu4.num_reads                           98792                       # number of read accesses completed
system.cpu4.num_writes                          55139                       # number of write accesses completed
system.cpu4.num_copies                              0                       # number of copy accesses completed
system.cpu5.num_reads                           99529                       # number of read accesses completed
system.cpu5.num_writes                          55264                       # number of write accesses completed
system.cpu5.num_copies                              0                       # number of copy accesses completed
system.cpu6.num_reads                          100000                       # number of read accesses completed
system.cpu6.num_writes                          55596                       # number of write accesses completed
system.cpu6.num_copies                              0                       # number of copy accesses completed
system.cpu7.num_reads                           98769                       # number of read accesses completed
system.cpu7.num_writes                          55429                       # number of write accesses completed
system.cpu7.num_copies                              0                       # number of copy accesses completed
system.ruby.network.routers0.throttle0.link_utilization    19.712173                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::3          126                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4        78654                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4       547231                      
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3        74259                      
system.ruby.network.routers0.throttle0.msg_count.Broadcast_Control::3       547799                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4      5663088                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4      4377848                      
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3       594072                      
system.ruby.network.routers0.throttle0.msg_bytes.Broadcast_Control::3      4382392                      
system.ruby.network.routers0.throttle1.link_utilization    11.510746                      
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2        78659                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::4         2501                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::4       545424                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5        27808                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2        74263                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::5        46285                      
system.ruby.network.routers0.throttle1.msg_count.Unblock_Control::5        78821                      
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::2       629272                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::4       180072                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::4      4363392                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5      2002176                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2       594104                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5       370280                      
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5       630568                      
system.ruby.network.routers1.throttle0.link_utilization    19.657361                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::3          117                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::4        78324                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::4       545059                      
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::3        73878                      
system.ruby.network.routers1.throttle0.msg_count.Broadcast_Control::3       548111                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::4      5639328                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::4      4360472                      
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::3       591024                      
system.ruby.network.routers1.throttle0.msg_bytes.Broadcast_Control::3      4384888                      
system.ruby.network.routers1.throttle1.link_utilization    11.475517                      
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2        78327                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4         2545                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4       545683                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::5        27485                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::2        73881                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::5        46209                      
system.ruby.network.routers1.throttle1.msg_count.Unblock_Control::5        78508                      
system.ruby.network.routers1.throttle1.msg_bytes.Request_Control::2       626616                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4       183240                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4      4365464                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::5      1978920                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::2       591048                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::5       369672                      
system.ruby.network.routers1.throttle1.msg_bytes.Unblock_Control::5       628064                      
system.ruby.network.routers2.throttle0.link_utilization    19.677511                      
system.ruby.network.routers2.throttle0.msg_count.Request_Control::3          123                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4        78442                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::4       545919                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3        73986                      
system.ruby.network.routers2.throttle0.msg_count.Broadcast_Control::3       547994                      
system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4      5647824                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::4      4367352                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3       591888                      
system.ruby.network.routers2.throttle0.msg_bytes.Broadcast_Control::3      4383952                      
system.ruby.network.routers2.throttle1.link_utilization    11.487666                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        78445                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4         2553                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::4       545564                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5        27579                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2        73989                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::5        46222                      
system.ruby.network.routers2.throttle1.msg_count.Unblock_Control::5        78627                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       627560                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4       183816                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::4      4364512                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Data::5      1985688                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::2       591912                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::5       369776                      
system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5       629016                      
system.ruby.network.routers3.throttle0.link_utilization    19.690143                      
system.ruby.network.routers3.throttle0.msg_count.Request_Control::3          103                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4        78534                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4       546318                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::3        74056                      
system.ruby.network.routers3.throttle0.msg_count.Broadcast_Control::3       547920                      
system.ruby.network.routers3.throttle0.msg_bytes.Request_Control::3          824                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4      5654448                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4      4370544                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::3       592448                      
system.ruby.network.routers3.throttle0.msg_bytes.Broadcast_Control::3      4383360                      
system.ruby.network.routers3.throttle1.link_utilization    11.499479                      
system.ruby.network.routers3.throttle1.msg_count.Request_Control::2        78537                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::4         2559                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::4       545464                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::5        27685                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::2        74059                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::5        46186                      
system.ruby.network.routers3.throttle1.msg_count.Unblock_Control::5        78718                      
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::2       628296                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::4       184248                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::4      4363712                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::5      1993320                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::2       592472                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::5       369488                      
system.ruby.network.routers3.throttle1.msg_bytes.Unblock_Control::5       629744                      
system.ruby.network.routers4.throttle0.link_utilization    19.648489                      
system.ruby.network.routers4.throttle0.msg_count.Request_Control::3          145                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::4        78267                      
system.ruby.network.routers4.throttle0.msg_count.Response_Control::4       544725                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::3        73807                      
system.ruby.network.routers4.throttle0.msg_count.Broadcast_Control::3       548156                      
system.ruby.network.routers4.throttle0.msg_bytes.Request_Control::3         1160                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::4      5635224                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Control::4      4357800                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::3       590456                      
system.ruby.network.routers4.throttle0.msg_bytes.Broadcast_Control::3      4385248                      
system.ruby.network.routers4.throttle1.link_utilization    11.495457                      
system.ruby.network.routers4.throttle1.msg_count.Request_Control::2        78271                      
system.ruby.network.routers4.throttle1.msg_count.Response_Data::4         2504                      
system.ruby.network.routers4.throttle1.msg_count.Response_Control::4       545797                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Data::5        27786                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::2        73811                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::5        45834                      
system.ruby.network.routers4.throttle1.msg_count.Unblock_Control::5        78454                      
system.ruby.network.routers4.throttle1.msg_bytes.Request_Control::2       626168                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Data::4       180288                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Control::4      4366376                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Data::5      2000592                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::2       590488                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::5       366672                      
system.ruby.network.routers4.throttle1.msg_bytes.Unblock_Control::5       627632                      
system.ruby.network.routers5.throttle0.link_utilization    19.655041                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::3          113                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::4        78327                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::4       544960                      
system.ruby.network.routers5.throttle0.msg_count.Writeback_Control::3        73737                      
system.ruby.network.routers5.throttle0.msg_count.Broadcast_Control::3       548107                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::3          904                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::4      5639544                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::4      4359680                      
system.ruby.network.routers5.throttle0.msg_bytes.Writeback_Control::3       589896                      
system.ruby.network.routers5.throttle0.msg_bytes.Broadcast_Control::3      4384856                      
system.ruby.network.routers5.throttle1.link_utilization    11.459000                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        78330                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::4         2543                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::4       545677                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Data::5        27326                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::2        73739                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::5        46227                      
system.ruby.network.routers5.throttle1.msg_count.Unblock_Control::5        78511                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       626640                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::4       183096                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::4      4365416                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Data::5      1967472                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::2       589912                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::5       369816                      
system.ruby.network.routers5.throttle1.msg_bytes.Unblock_Control::5       628088                      
system.ruby.network.routers6.throttle0.link_utilization    19.691907                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::3          143                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::4        78539                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::4       546411                      
system.ruby.network.routers6.throttle0.msg_count.Writeback_Control::3        74061                      
system.ruby.network.routers6.throttle0.msg_count.Broadcast_Control::3       547908                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::3         1144                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::4      5654808                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::4      4371288                      
system.ruby.network.routers6.throttle0.msg_bytes.Writeback_Control::3       592488                      
system.ruby.network.routers6.throttle0.msg_bytes.Broadcast_Control::3      4383264                      
system.ruby.network.routers6.throttle1.link_utilization    11.515145                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        78540                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::4         2566                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::4       545485                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Data::5        27859                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::2        74064                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::5        46043                      
system.ruby.network.routers6.throttle1.msg_count.Unblock_Control::5        78695                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       628320                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::4       184752                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::4      4363880                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Data::5      2005848                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::2       592512                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::5       368344                      
system.ruby.network.routers6.throttle1.msg_bytes.Unblock_Control::5       629560                      
system.ruby.network.routers7.throttle0.link_utilization    19.638807                      
system.ruby.network.routers7.throttle0.msg_count.Request_Control::3          120                      
system.ruby.network.routers7.throttle0.msg_count.Response_Data::4        78220                      
system.ruby.network.routers7.throttle0.msg_count.Response_Control::4       544281                      
system.ruby.network.routers7.throttle0.msg_count.Writeback_Control::3        73709                      
system.ruby.network.routers7.throttle0.msg_count.Broadcast_Control::3       548224                      
system.ruby.network.routers7.throttle0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Data::4      5631840                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Control::4      4354248                      
system.ruby.network.routers7.throttle0.msg_bytes.Writeback_Control::3       589672                      
system.ruby.network.routers7.throttle0.msg_bytes.Broadcast_Control::3      4385792                      
system.ruby.network.routers7.throttle1.link_utilization    11.457688                      
system.ruby.network.routers7.throttle1.msg_count.Request_Control::2        78222                      
system.ruby.network.routers7.throttle1.msg_count.Response_Data::4         2534                      
system.ruby.network.routers7.throttle1.msg_count.Response_Control::4       545810                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Data::5        27338                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::2        73710                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::5        46180                      
system.ruby.network.routers7.throttle1.msg_count.Unblock_Control::5        78410                      
system.ruby.network.routers7.throttle1.msg_bytes.Request_Control::2       625776                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Data::4       182448                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Control::4      4366480                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Data::5      1968336                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::2       589680                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::5       369440                      
system.ruby.network.routers7.throttle1.msg_bytes.Unblock_Control::5       627280                      
system.ruby.network.routers8.throttle0.link_utilization    44.149143                      
system.ruby.network.routers8.throttle0.msg_count.Request_Control::2       627331                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Data::5       220866                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::2       591516                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::5       369186                      
system.ruby.network.routers8.throttle0.msg_count.Unblock_Control::5       628744                      
system.ruby.network.routers8.throttle0.msg_bytes.Request_Control::2      5018648                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Data::5     15902352                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::2      4732128                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::5      2953488                      
system.ruby.network.routers8.throttle0.msg_bytes.Unblock_Control::5      5029952                      
system.ruby.network.routers8.throttle1.link_utilization    70.160870                      
system.ruby.network.routers8.throttle1.msg_count.Request_Control::3          990                      
system.ruby.network.routers8.throttle1.msg_count.Response_Data::4       607002                      
system.ruby.network.routers8.throttle1.msg_count.Writeback_Control::3       591493                      
system.ruby.network.routers8.throttle1.msg_count.Broadcast_Control::3       626317                      
system.ruby.network.routers8.throttle1.msg_bytes.Request_Control::3         7920                      
system.ruby.network.routers8.throttle1.msg_bytes.Response_Data::4     43704144                      
system.ruby.network.routers8.throttle1.msg_bytes.Writeback_Control::3      4731944                      
system.ruby.network.routers8.throttle1.msg_bytes.Broadcast_Control::3      5010536                      
system.ruby.network.routers9.throttle0.link_utilization    19.712173                      
system.ruby.network.routers9.throttle0.msg_count.Request_Control::3          126                      
system.ruby.network.routers9.throttle0.msg_count.Response_Data::4        78654                      
system.ruby.network.routers9.throttle0.msg_count.Response_Control::4       547231                      
system.ruby.network.routers9.throttle0.msg_count.Writeback_Control::3        74259                      
system.ruby.network.routers9.throttle0.msg_count.Broadcast_Control::3       547799                      
system.ruby.network.routers9.throttle0.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Data::4      5663088                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Control::4      4377848                      
system.ruby.network.routers9.throttle0.msg_bytes.Writeback_Control::3       594072                      
system.ruby.network.routers9.throttle0.msg_bytes.Broadcast_Control::3      4382392                      
system.ruby.network.routers9.throttle1.link_utilization    19.657361                      
system.ruby.network.routers9.throttle1.msg_count.Request_Control::3          117                      
system.ruby.network.routers9.throttle1.msg_count.Response_Data::4        78324                      
system.ruby.network.routers9.throttle1.msg_count.Response_Control::4       545059                      
system.ruby.network.routers9.throttle1.msg_count.Writeback_Control::3        73878                      
system.ruby.network.routers9.throttle1.msg_count.Broadcast_Control::3       548111                      
system.ruby.network.routers9.throttle1.msg_bytes.Request_Control::3          936                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Data::4      5639328                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Control::4      4360472                      
system.ruby.network.routers9.throttle1.msg_bytes.Writeback_Control::3       591024                      
system.ruby.network.routers9.throttle1.msg_bytes.Broadcast_Control::3      4384888                      
system.ruby.network.routers9.throttle2.link_utilization    19.677511                      
system.ruby.network.routers9.throttle2.msg_count.Request_Control::3          123                      
system.ruby.network.routers9.throttle2.msg_count.Response_Data::4        78442                      
system.ruby.network.routers9.throttle2.msg_count.Response_Control::4       545919                      
system.ruby.network.routers9.throttle2.msg_count.Writeback_Control::3        73986                      
system.ruby.network.routers9.throttle2.msg_count.Broadcast_Control::3       547994                      
system.ruby.network.routers9.throttle2.msg_bytes.Request_Control::3          984                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Data::4      5647824                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Control::4      4367352                      
system.ruby.network.routers9.throttle2.msg_bytes.Writeback_Control::3       591888                      
system.ruby.network.routers9.throttle2.msg_bytes.Broadcast_Control::3      4383952                      
system.ruby.network.routers9.throttle3.link_utilization    19.690143                      
system.ruby.network.routers9.throttle3.msg_count.Request_Control::3          103                      
system.ruby.network.routers9.throttle3.msg_count.Response_Data::4        78534                      
system.ruby.network.routers9.throttle3.msg_count.Response_Control::4       546318                      
system.ruby.network.routers9.throttle3.msg_count.Writeback_Control::3        74056                      
system.ruby.network.routers9.throttle3.msg_count.Broadcast_Control::3       547920                      
system.ruby.network.routers9.throttle3.msg_bytes.Request_Control::3          824                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Data::4      5654448                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Control::4      4370544                      
system.ruby.network.routers9.throttle3.msg_bytes.Writeback_Control::3       592448                      
system.ruby.network.routers9.throttle3.msg_bytes.Broadcast_Control::3      4383360                      
system.ruby.network.routers9.throttle4.link_utilization    19.648489                      
system.ruby.network.routers9.throttle4.msg_count.Request_Control::3          145                      
system.ruby.network.routers9.throttle4.msg_count.Response_Data::4        78267                      
system.ruby.network.routers9.throttle4.msg_count.Response_Control::4       544725                      
system.ruby.network.routers9.throttle4.msg_count.Writeback_Control::3        73807                      
system.ruby.network.routers9.throttle4.msg_count.Broadcast_Control::3       548156                      
system.ruby.network.routers9.throttle4.msg_bytes.Request_Control::3         1160                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Data::4      5635224                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Control::4      4357800                      
system.ruby.network.routers9.throttle4.msg_bytes.Writeback_Control::3       590456                      
system.ruby.network.routers9.throttle4.msg_bytes.Broadcast_Control::3      4385248                      
system.ruby.network.routers9.throttle5.link_utilization    19.655041                      
system.ruby.network.routers9.throttle5.msg_count.Request_Control::3          113                      
system.ruby.network.routers9.throttle5.msg_count.Response_Data::4        78327                      
system.ruby.network.routers9.throttle5.msg_count.Response_Control::4       544960                      
system.ruby.network.routers9.throttle5.msg_count.Writeback_Control::3        73737                      
system.ruby.network.routers9.throttle5.msg_count.Broadcast_Control::3       548107                      
system.ruby.network.routers9.throttle5.msg_bytes.Request_Control::3          904                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Data::4      5639544                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Control::4      4359680                      
system.ruby.network.routers9.throttle5.msg_bytes.Writeback_Control::3       589896                      
system.ruby.network.routers9.throttle5.msg_bytes.Broadcast_Control::3      4384856                      
system.ruby.network.routers9.throttle6.link_utilization    19.691939                      
system.ruby.network.routers9.throttle6.msg_count.Request_Control::3          143                      
system.ruby.network.routers9.throttle6.msg_count.Response_Data::4        78539                      
system.ruby.network.routers9.throttle6.msg_count.Response_Control::4       546411                      
system.ruby.network.routers9.throttle6.msg_count.Writeback_Control::3        74061                      
system.ruby.network.routers9.throttle6.msg_count.Broadcast_Control::3       547908                      
system.ruby.network.routers9.throttle6.msg_bytes.Request_Control::3         1144                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Data::4      5654808                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Control::4      4371288                      
system.ruby.network.routers9.throttle6.msg_bytes.Writeback_Control::3       592488                      
system.ruby.network.routers9.throttle6.msg_bytes.Broadcast_Control::3      4383264                      
system.ruby.network.routers9.throttle7.link_utilization    19.638828                      
system.ruby.network.routers9.throttle7.msg_count.Request_Control::3          120                      
system.ruby.network.routers9.throttle7.msg_count.Response_Data::4        78221                      
system.ruby.network.routers9.throttle7.msg_count.Response_Control::4       544281                      
system.ruby.network.routers9.throttle7.msg_count.Writeback_Control::3        73709                      
system.ruby.network.routers9.throttle7.msg_count.Broadcast_Control::3       548224                      
system.ruby.network.routers9.throttle7.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Data::4      5631912                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Control::4      4354248                      
system.ruby.network.routers9.throttle7.msg_bytes.Writeback_Control::3       589672                      
system.ruby.network.routers9.throttle7.msg_bytes.Broadcast_Control::3      4385792                      
system.ruby.network.routers9.throttle8.link_utilization    44.149143                      
system.ruby.network.routers9.throttle8.msg_count.Request_Control::2       627331                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Data::5       220866                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::2       591516                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::5       369186                      
system.ruby.network.routers9.throttle8.msg_count.Unblock_Control::5       628744                      
system.ruby.network.routers9.throttle8.msg_bytes.Request_Control::2      5018648                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Data::5     15902352                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::2      4732128                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::5      2953488                      
system.ruby.network.routers9.throttle8.msg_bytes.Unblock_Control::5      5029952                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           404465                      
system.ruby.LD.latency_hist::mean          970.299534                      
system.ruby.LD.latency_hist::gmean         692.486480                      
system.ruby.LD.latency_hist::stdev         679.694632                      
system.ruby.LD.latency_hist              |      150760     37.27%     37.27% |       74841     18.50%     55.78% |       73607     18.20%     73.98% |       78428     19.39%     93.37% |       24696      6.11%     99.47% |        2062      0.51%     99.98% |          68      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             404465                      
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          430                      
system.ruby.LD.hit_latency_hist::mean      108.311628                      
system.ruby.LD.hit_latency_hist::gmean      37.444576                      
system.ruby.LD.hit_latency_hist::stdev     140.737967                      
system.ruby.LD.hit_latency_hist          |         301     70.00%     70.00% |          77     17.91%     87.91% |          28      6.51%     94.42% |          15      3.49%     97.91% |           5      1.16%     99.07% |           2      0.47%     99.53% |           1      0.23%     99.77% |           0      0.00%     99.77% |           1      0.23%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total            430                      
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       404035                      
system.ruby.LD.miss_latency_hist::mean     971.216917                      
system.ruby.LD.miss_latency_hist::gmean    694.639931                      
system.ruby.LD.miss_latency_hist::stdev    679.458476                      
system.ruby.LD.miss_latency_hist         |      150339     37.21%     37.21% |       74833     18.52%     55.73% |       73606     18.22%     73.95% |       78428     19.41%     93.36% |       24696      6.11%     99.47% |        2062      0.51%     99.98% |          68      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        404035                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           223518                      
system.ruby.ST.latency_hist::mean          970.719714                      
system.ruby.ST.latency_hist::gmean         694.060578                      
system.ruby.ST.latency_hist::stdev         677.980523                      
system.ruby.ST.latency_hist              |       83291     37.26%     37.26% |       41192     18.43%     55.69% |       40797     18.25%     73.94% |       43602     19.51%     93.45% |       13548      6.06%     99.51% |        1048      0.47%     99.98% |          38      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             223518                      
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          244                      
system.ruby.ST.hit_latency_hist::mean      122.106557                      
system.ruby.ST.hit_latency_hist::gmean      40.296267                      
system.ruby.ST.hit_latency_hist::stdev     171.556530                      
system.ruby.ST.hit_latency_hist          |         160     65.57%     65.57% |          49     20.08%     85.66% |          20      8.20%     93.85% |           7      2.87%     96.72% |           3      1.23%     97.95% |           1      0.41%     98.36% |           2      0.82%     99.18% |           0      0.00%     99.18% |           1      0.41%     99.59% |           1      0.41%    100.00%
system.ruby.ST.hit_latency_hist::total            244                      
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       223274                      
system.ruby.ST.miss_latency_hist::mean     971.647102                      
system.ruby.ST.miss_latency_hist::gmean    696.222826                      
system.ruby.ST.miss_latency_hist::stdev    677.746286                      
system.ruby.ST.miss_latency_hist         |       83055     37.20%     37.20% |       41186     18.45%     55.65% |       40795     18.27%     73.92% |       43602     19.53%     93.44% |       13548      6.07%     99.51% |        1048      0.47%     99.98% |          38      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        223274                      
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size            1                      
system.ruby.L1Cache.hit_mach_latency_hist::max_bucket            9                      
system.ruby.L1Cache.hit_mach_latency_hist::samples          123                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            2                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean            2                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         123    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.hit_mach_latency_hist::total          123                      
system.ruby.L1Cache.miss_mach_latency_hist::bucket_size          512                      
system.ruby.L1Cache.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.L1Cache.miss_mach_latency_hist::samples        22727                      
system.ruby.L1Cache.miss_mach_latency_hist::mean   917.922031                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   627.174318                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   674.707077                      
system.ruby.L1Cache.miss_mach_latency_hist |        9145     40.24%     40.24% |        4043     17.79%     58.03% |        4103     18.05%     76.08% |        4239     18.65%     94.73% |        1113      4.90%     99.63% |          82      0.36%     99.99% |           1      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total        22727                      
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        21736                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::mean   776.334008                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::gmean   326.213645                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request::stdev   670.419505                      
system.ruby.L1Cache.miss_latency_hist.issue_to_initial_request |        9839     45.27%     45.27% |        3725     17.14%     62.40% |        4328     19.91%     82.32% |        3280     15.09%     97.41% |         536      2.47%     99.87% |          26      0.12%     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.issue_to_initial_request::total        21736                      
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        21736                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::mean    50.119295                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::gmean    21.370001                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::stdev    76.768610                      
system.ruby.L1Cache.miss_latency_hist.initial_to_forward |       18902     86.96%     86.96% |        2171      9.99%     96.95% |         544      2.50%     99.45% |          73      0.34%     99.79% |          36      0.17%     99.95% |           9      0.04%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.initial_to_forward::total        21736                      
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        21736                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::mean    82.657481                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::gmean    68.643430                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::stdev    48.070946                      
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response |        3869     17.80%     17.80% |        5031     23.15%     40.95% |        5327     24.51%     65.45% |        3337     15.35%     80.81% |        2295     10.56%     91.36% |        1371      6.31%     97.67% |         466      2.14%     99.82% |          38      0.17%     99.99% |           1      0.00%    100.00% |           1      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist.forward_to_first_response::total        21736                      
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        21736                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::mean     8.922203                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion::stdev    20.770663                      
system.ruby.L1Cache.miss_latency_hist.first_response_to_completion |       19926     91.67%     91.67% |         870      4.00%     95.68% |         588      2.71%     98.38% |         282      1.30%     99.68% |          62      0.29%     99.96% |           6      0.03%     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        21736                      
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          551                      
system.ruby.L2Cache.hit_mach_latency_hist::mean   138.152450                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean    74.393307                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   158.485922                      
system.ruby.L2Cache.hit_mach_latency_hist |         338     61.34%     61.34% |         126     22.87%     84.21% |          48      8.71%     92.92% |          22      3.99%     96.91% |           8      1.45%     98.37% |           3      0.54%     98.91% |           3      0.54%     99.46% |           0      0.00%     99.46% |           2      0.36%     99.82% |           1      0.18%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist::total          551                      
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       604582                      
system.ruby.Directory.miss_mach_latency_hist::mean   973.379207                      
system.ruby.Directory.miss_mach_latency_hist::gmean   697.899337                      
system.ruby.Directory.miss_mach_latency_hist::stdev   678.922764                      
system.ruby.Directory.miss_mach_latency_hist |      224249     37.09%     37.09% |      111976     18.52%     55.61% |      110298     18.24%     73.86% |      117791     19.48%     93.34% |       37131      6.14%     99.48% |        3028      0.50%     99.98% |         105      0.02%    100.00% |           4      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       604582                      
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       448963                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::mean   790.361304                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::gmean   343.581530                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::stdev   668.650065                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |      200571     44.67%     44.67% |       75584     16.84%     61.51% |       92688     20.64%     82.15% |       67953     15.14%     97.29% |       11576      2.58%     99.87% |         574      0.13%    100.00% |          17      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       448963                      
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       448963                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::mean    18.043888                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::gmean    12.652922                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::stdev    20.029649                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |      421009     93.77%     93.77% |       27623      6.15%     99.93% |         261      0.06%     99.98% |          54      0.01%    100.00% |           7      0.00%    100.00% |           7      0.00%    100.00% |           1      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.initial_to_forward::total       448963                      
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       448963                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::mean    60.916207                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::gmean    52.812148                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::stdev    32.952264                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |      109386     24.36%     24.36% |      156482     34.85%     59.22% |      113962     25.38%     84.60% |       48318     10.76%     95.36% |       17372      3.87%     99.23% |        3270      0.73%     99.96% |         172      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       448963                      
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       448963                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean   141.425737                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev   105.102148                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |      237351     52.87%     52.87% |      156354     34.83%     87.69% |       40339      8.98%     96.68% |        9952      2.22%     98.89% |        4722      1.05%     99.95% |         244      0.05%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.first_response_to_completion::total       448963                      
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           78                      
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% |          78    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           78                      
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        13125                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean   912.161600                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   618.732413                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   673.071954                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |        5337     40.66%     40.66% |        2281     17.38%     58.04% |        2397     18.26%     76.30% |        2468     18.80%     95.11% |         597      4.55%     99.66% |          45      0.34%    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        13125                      
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          352                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean   131.869318                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean    71.669122                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   145.398186                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         223     63.35%     63.35% |          77     21.88%     85.23% |          28      7.95%     93.18% |          15      4.26%     97.44% |           5      1.42%     98.86% |           2      0.57%     99.43% |           1      0.28%     99.72% |           0      0.00%     99.72% |           1      0.28%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total          352                      
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       390910                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean   973.199729                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   697.344123                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   679.583679                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      145002     37.09%     37.09% |       72552     18.56%     55.65% |       71209     18.22%     73.87% |       75960     19.43%     93.30% |       24099      6.16%     99.47% |        2017      0.52%     99.98% |          68      0.02%    100.00% |           3      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       390910                      
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         9602                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean   925.795980                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   638.900214                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   676.891520                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |        3808     39.66%     39.66% |        1762     18.35%     58.01% |        1706     17.77%     75.78% |        1771     18.44%     94.22% |         516      5.37%     99.59% |          37      0.39%     99.98% |           1      0.01%     99.99% |           1      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::total         9602                      
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          199                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean   149.266332                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean    79.468000                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   179.166771                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         115     57.79%     57.79% |          49     24.62%     82.41% |          20     10.05%     92.46% |           7      3.52%     95.98% |           3      1.51%     97.49% |           1      0.50%     97.99% |           2      1.01%     98.99% |           0      0.00%     98.99% |           1      0.50%     99.50% |           1      0.50%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total          199                      
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       213672                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean   973.707561                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   698.916238                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   677.713425                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       79247     37.09%     37.09% |       39424     18.45%     55.54% |       39089     18.29%     73.83% |       41831     19.58%     93.41% |       13032      6.10%     99.51% |        1011      0.47%     99.98% |          37      0.02%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       213672                      
system.ruby.L1Cache_Controller.Load      |       50661     12.52%     12.52% |       50602     12.50%     25.02% |       50623     12.51%     37.52% |       50689     12.52%     50.05% |       50291     12.42%     62.47% |       50786     12.55%     75.02% |       50489     12.47%     87.49% |       50629     12.51%    100.00%
system.ruby.L1Cache_Controller.Load::total       404770                      
system.ruby.L1Cache_Controller.Store     |       28155     12.59%     12.59% |       27873     12.46%     25.05% |       27954     12.50%     37.55% |       27997     12.52%     50.06% |       28127     12.57%     62.64% |       27687     12.38%     75.01% |       28186     12.60%     87.61% |       27704     12.39%    100.00%
system.ruby.L1Cache_Controller.Store::total       223683                      
system.ruby.L1Cache_Controller.L2_Replacement |       78645     12.54%     12.54% |       78315     12.49%     25.02% |       78435     12.50%     37.53% |       78525     12.52%     50.05% |       78254     12.48%     62.52% |       78318     12.49%     75.01% |       78531     12.52%     87.53% |       78210     12.47%    100.00%
system.ruby.L1Cache_Controller.L2_Replacement::total       627233                      
system.ruby.L1Cache_Controller.L1_to_L2  |      963838     12.49%     12.49% |      963397     12.49%     24.98% |      965289     12.51%     37.49% |      966306     12.52%     50.01% |      963961     12.49%     62.50% |      964279     12.50%     75.00% |      965132     12.51%     87.51% |      963900     12.49%    100.00%
system.ruby.L1Cache_Controller.L1_to_L2::total      7716102                      
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D |          83     14.64%     14.64% |          80     14.11%     28.75% |          59     10.41%     39.15% |          75     13.23%     52.38% |          78     13.76%     66.14% |          65     11.46%     77.60% |          69     12.17%     89.77% |          58     10.23%    100.00%
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D::total          567                      
system.ruby.L1Cache_Controller.Complete_L2_to_L1 |          83     14.64%     14.64% |          80     14.11%     28.75% |          59     10.41%     39.15% |          75     13.23%     52.38% |          78     13.76%     66.14% |          65     11.46%     77.60% |          69     12.17%     89.77% |          58     10.23%    100.00%
system.ruby.L1Cache_Controller.Complete_L2_to_L1::total          567                      
system.ruby.L1Cache_Controller.Other_GETX |      195183     12.49%     12.49% |      195457     12.51%     24.99% |      195358     12.50%     37.49% |      195331     12.50%     49.99% |      195205     12.49%     62.48% |      195645     12.52%     75.00% |      195130     12.48%     87.48% |      195609     12.52%    100.00%
system.ruby.L1Cache_Controller.Other_GETX::total      1562918                      
system.ruby.L1Cache_Controller.Other_GETS |      352616     12.50%     12.50% |      352654     12.50%     25.00% |      352636     12.50%     37.50% |      352589     12.50%     49.99% |      352951     12.51%     62.50% |      352462     12.49%     75.00% |      352778     12.50%     87.50% |      352615     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETS::total      2821301                      
system.ruby.L1Cache_Controller.Merged_GETS |         126     12.73%     12.73% |         117     11.82%     24.55% |         123     12.42%     36.97% |         103     10.40%     47.37% |         145     14.65%     62.02% |         113     11.41%     73.43% |         143     14.44%     87.88% |         120     12.12%    100.00%
system.ruby.L1Cache_Controller.Merged_GETS::total          990                      
system.ruby.L1Cache_Controller.Ack       |      547200     12.54%     12.54% |      545018     12.49%     25.02% |      545878     12.51%     37.53% |      546264     12.52%     50.05% |      544679     12.48%     62.53% |      544911     12.48%     75.01% |      546354     12.52%     87.53% |      544225     12.47%    100.00%
system.ruby.L1Cache_Controller.Ack::total      4364529                      
system.ruby.L1Cache_Controller.Shared_Ack |          31      8.27%      8.27% |          41     10.93%     19.20% |          41     10.93%     30.13% |          54     14.40%     44.53% |          46     12.27%     56.80% |          49     13.07%     69.87% |          57     15.20%     85.07% |          56     14.93%    100.00%
system.ruby.L1Cache_Controller.Shared_Ack::total          375                      
system.ruby.L1Cache_Controller.Data      |        3440     12.43%     12.43% |        3377     12.20%     24.63% |        3352     12.11%     36.74% |        3580     12.93%     49.67% |        3475     12.55%     62.22% |        3501     12.65%     74.87% |        3448     12.46%     87.33% |        3508     12.67%    100.00%
system.ruby.L1Cache_Controller.Data::total        27681                      
system.ruby.L1Cache_Controller.Shared_Data |        1192     12.40%     12.40% |        1173     12.20%     24.60% |        1206     12.55%     37.15% |        1220     12.69%     49.84% |        1176     12.23%     62.07% |        1276     13.27%     75.35% |        1184     12.32%     87.66% |        1186     12.34%    100.00%
system.ruby.L1Cache_Controller.Shared_Data::total         9613                      
system.ruby.L1Cache_Controller.Exclusive_Data |       74022     12.55%     12.55% |       73774     12.50%     25.05% |       73884     12.52%     37.57% |       73734     12.50%     50.07% |       73616     12.48%     62.55% |       73550     12.47%     75.01% |       73907     12.53%     87.54% |       73526     12.46%    100.00%
system.ruby.L1Cache_Controller.Exclusive_Data::total       590013                      
system.ruby.L1Cache_Controller.Writeback_Ack |       74259     12.55%     12.55% |       73878     12.49%     25.04% |       73986     12.51%     37.55% |       74056     12.52%     50.07% |       73807     12.48%     62.55% |       73737     12.47%     75.02% |       74060     12.52%     87.54% |       73709     12.46%    100.00%
system.ruby.L1Cache_Controller.Writeback_Ack::total       591492                      
system.ruby.L1Cache_Controller.Writeback_Nack |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Writeback_Nack::total            1                      
system.ruby.L1Cache_Controller.All_acks  |        1220     12.28%     12.28% |        1207     12.15%     24.43% |        1244     12.52%     36.95% |        1265     12.73%     49.68% |        1214     12.22%     61.90% |        1317     13.26%     75.16% |        1235     12.43%     87.59% |        1233     12.41%    100.00%
system.ruby.L1Cache_Controller.All_acks::total         9935                      
system.ruby.L1Cache_Controller.All_acks_no_sharers |       77435     12.54%     12.54% |       77117     12.49%     25.03% |       77198     12.50%     37.54% |       77268     12.52%     50.05% |       77053     12.48%     62.53% |       77010     12.47%     75.01% |       77303     12.52%     87.53% |       76986     12.47%    100.00%
system.ruby.L1Cache_Controller.All_acks_no_sharers::total       617370                      
system.ruby.L1Cache_Controller.I.Load    |       50567     12.51%     12.51% |       50509     12.50%     25.02% |       50529     12.51%     37.52% |       50592     12.52%     50.04% |       50200     12.42%     62.47% |       50701     12.55%     75.01% |       50397     12.47%     87.49% |       50557     12.51%    100.00%
system.ruby.L1Cache_Controller.I.Load::total       404052                      
system.ruby.L1Cache_Controller.I.Store   |       28088     12.58%     12.58% |       27817     12.46%     25.04% |       27916     12.50%     37.54% |       27943     12.52%     50.06% |       28064     12.57%     62.63% |       27628     12.37%     75.00% |       28144     12.61%     87.61% |       27663     12.39%    100.00%
system.ruby.L1Cache_Controller.I.Store::total       223263                      
system.ruby.L1Cache_Controller.I.L2_Replacement |        1147     12.07%     12.07% |        1210     12.73%     24.81% |        1229     12.93%     37.74% |        1174     12.36%     50.09% |        1173     12.34%     62.44% |        1171     12.32%     74.76% |        1198     12.61%     87.37% |        1200     12.63%    100.00%
system.ruby.L1Cache_Controller.I.L2_Replacement::total         9502                      
system.ruby.L1Cache_Controller.I.L1_to_L2 |          95     11.85%     11.85% |         109     13.59%     25.44% |          82     10.22%     35.66% |         115     14.34%     50.00% |          96     11.97%     61.97% |         100     12.47%     74.44% |         106     13.22%     87.66% |          99     12.34%    100.00%
system.ruby.L1Cache_Controller.I.L1_to_L2::total          802                      
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D |           2     20.00%     20.00% |           1     10.00%     30.00% |           0      0.00%     30.00% |           1     10.00%     40.00% |           3     30.00%     70.00% |           1     10.00%     80.00% |           1     10.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.I.Trigger_L2_to_L1D::total           10                      
system.ruby.L1Cache_Controller.I.Other_GETX |      194128     12.49%     12.49% |      194346     12.51%     25.00% |      194236     12.50%     37.49% |      194228     12.50%     49.99% |      194087     12.49%     62.48% |      194552     12.52%     75.00% |      194037     12.49%     87.48% |      194519     12.52%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETX::total      1554133                      
system.ruby.L1Cache_Controller.I.Other_GETS |      350781     12.50%     12.50% |      350787     12.50%     25.00% |      350767     12.50%     37.50% |      350672     12.50%     49.99% |      351174     12.51%     62.51% |      350517     12.49%     75.00% |      350891     12.50%     87.50% |      350707     12.50%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETS::total      2806296                      
system.ruby.L1Cache_Controller.S.Load    |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Load::total            2                      
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% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Store::total            2                      
system.ruby.L1Cache_Controller.S.L2_Replacement |        3235     12.34%     12.34% |        3224     12.30%     24.64% |        3217     12.27%     36.91% |        3292     12.56%     49.47% |        3270     12.47%     61.94% |        3408     13.00%     74.94% |        3268     12.47%     87.41% |        3300     12.59%    100.00%
system.ruby.L1Cache_Controller.S.L2_Replacement::total        26214                      
system.ruby.L1Cache_Controller.S.L1_to_L2 |        3265     12.34%     12.34% |        3252     12.29%     24.62% |        3252     12.29%     36.91% |        3319     12.54%     49.45% |        3309     12.50%     61.95% |        3438     12.99%     74.94% |        3301     12.47%     87.41% |        3331     12.59%    100.00%
system.ruby.L1Cache_Controller.S.L1_to_L2::total        26467                      
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D |           1      7.14%      7.14% |           2     14.29%     21.43% |           2     14.29%     35.71% |           2     14.29%     50.00% |           4     28.57%     78.57% |           0      0.00%     78.57% |           1      7.14%     85.71% |           2     14.29%    100.00%
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D::total           14                      
system.ruby.L1Cache_Controller.S.Other_GETX |          32     12.31%     12.31% |          29     11.15%     23.46% |          36     13.85%     37.31% |          28     10.77%     48.08% |          34     13.08%     61.15% |          31     11.92%     73.08% |          37     14.23%     87.31% |          33     12.69%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETX::total          260                      
system.ruby.L1Cache_Controller.S.Other_GETS |          44     11.73%     11.73% |          50     13.33%     25.07% |          52     13.87%     38.93% |          41     10.93%     49.87% |          43     11.47%     61.33% |          62     16.53%     77.87% |          37      9.87%     87.73% |          46     12.27%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETS::total          375                      
system.ruby.L1Cache_Controller.O.Load    |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Load::total            1                      
system.ruby.L1Cache_Controller.O.L2_Replacement |         872     12.65%     12.65% |         877     12.72%     25.38% |         862     12.51%     37.88% |         862     12.51%     50.39% |         846     12.28%     62.67% |         873     12.67%     75.33% |         864     12.54%     87.87% |         836     12.13%    100.00%
system.ruby.L1Cache_Controller.O.L2_Replacement::total         6892                      
system.ruby.L1Cache_Controller.O.L1_to_L2 |          63     10.47%     10.47% |          75     12.46%     22.92% |          90     14.95%     37.87% |          86     14.29%     52.16% |          79     13.12%     65.28% |          72     11.96%     77.24% |          72     11.96%     89.20% |          65     10.80%    100.00%
system.ruby.L1Cache_Controller.O.L1_to_L2::total          602                      
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D |           1     20.00%     20.00% |           0      0.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           2     40.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D::total            5                      
system.ruby.L1Cache_Controller.O.Other_GETX |           7     14.58%     14.58% |           2      4.17%     18.75% |           6     12.50%     31.25% |          10     20.83%     52.08% |           7     14.58%     66.67% |           7     14.58%     81.25% |           2      4.17%     85.42% |           7     14.58%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETX::total           48                      
system.ruby.L1Cache_Controller.O.Other_GETS |           3      5.08%      5.08% |           4      6.78%     11.86% |           7     11.86%     23.73% |          11     18.64%     42.37% |           9     15.25%     57.63% |           7     11.86%     69.49% |          10     16.95%     86.44% |           8     13.56%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETS::total           59                      
system.ruby.L1Cache_Controller.O.Merged_GETS |           3     14.29%     14.29% |           1      4.76%     19.05% |           3     14.29%     33.33% |           4     19.05%     52.38% |           3     14.29%     66.67% |           0      0.00%     66.67% |           5     23.81%     90.48% |           2      9.52%    100.00%
system.ruby.L1Cache_Controller.O.Merged_GETS::total           21                      
system.ruby.L1Cache_Controller.M.Load    |           1      5.56%      5.56% |           2     11.11%     16.67% |           3     16.67%     33.33% |           4     22.22%     55.56% |           3     16.67%     72.22% |           3     16.67%     88.89% |           1      5.56%     94.44% |           1      5.56%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           18                      
system.ruby.L1Cache_Controller.M.Store   |           4     19.05%     19.05% |           0      0.00%     19.05% |           2      9.52%     28.57% |           4     19.05%     47.62% |           3     14.29%     61.90% |           0      0.00%     61.90% |           4     19.05%     80.95% |           4     19.05%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           21                      
system.ruby.L1Cache_Controller.M.L2_Replacement |       45980     12.53%     12.53% |       45916     12.51%     25.04% |       45952     12.52%     37.55% |       45945     12.52%     50.07% |       45597     12.42%     62.49% |       45962     12.52%     75.01% |       45778     12.47%     87.49% |       45934     12.51%    100.00%
system.ruby.L1Cache_Controller.M.L2_Replacement::total       367064                      
system.ruby.L1Cache_Controller.M.L1_to_L2 |       47218     12.53%     12.53% |       47164     12.52%     25.05% |       47173     12.52%     37.56% |       47162     12.52%     50.08% |       46805     12.42%     62.50% |       47183     12.52%     75.02% |       47003     12.47%     87.49% |       47135     12.51%    100.00%
system.ruby.L1Cache_Controller.M.L1_to_L2::total       376843                      
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D |          42     13.55%     13.55% |          42     13.55%     27.10% |          30      9.68%     36.77% |          44     14.19%     50.97% |          45     14.52%     65.48% |          35     11.29%     76.77% |          39     12.58%     89.35% |          33     10.65%    100.00%
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D::total          310                      
system.ruby.L1Cache_Controller.M.Other_GETX |         450     12.17%     12.17% |         479     12.95%     25.12% |         475     12.84%     37.97% |         473     12.79%     50.76% |         464     12.55%     63.30% |         444     12.01%     75.31% |         459     12.41%     87.72% |         454     12.28%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETX::total         3698                      
system.ruby.L1Cache_Controller.M.Other_GETS |         774     12.68%     12.68% |         778     12.75%     25.43% |         761     12.47%     37.91% |         781     12.80%     50.70% |         728     11.93%     62.64% |         781     12.80%     75.43% |         749     12.27%     87.71% |         750     12.29%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETS::total         6102                      
system.ruby.L1Cache_Controller.M.Merged_GETS |          66     13.02%     13.02% |          58     11.44%     24.46% |          70     13.81%     38.26% |          48      9.47%     47.73% |          79     15.58%     63.31% |          49      9.66%     72.98% |          79     15.58%     88.56% |          58     11.44%    100.00%
system.ruby.L1Cache_Controller.M.Merged_GETS::total          507                      
system.ruby.L1Cache_Controller.MM.Load   |           1      8.33%      8.33% |           1      8.33%     16.67% |           2     16.67%     33.33% |           2     16.67%     50.00% |           1      8.33%     58.33% |           1      8.33%     66.67% |           2     16.67%     83.33% |           2     16.67%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           12                      
system.ruby.L1Cache_Controller.MM.Store  |           2     20.00%     20.00% |           0      0.00%     20.00% |           1     10.00%     30.00% |           2     20.00%     50.00% |           1     10.00%     60.00% |           1     10.00%     70.00% |           2     20.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           10                      
system.ruby.L1Cache_Controller.MM.L2_Replacement |       27411     12.60%     12.60% |       27088     12.45%     25.05% |       27175     12.49%     37.54% |       27252     12.53%     50.07% |       27368     12.58%     62.65% |       26904     12.37%     75.01% |       27423     12.60%     87.62% |       26940     12.38%    100.00%
system.ruby.L1Cache_Controller.MM.L2_Replacement::total       217561                      
system.ruby.L1Cache_Controller.MM.L1_to_L2 |       28093     12.59%     12.59% |       27802     12.46%     25.05% |       27903     12.50%     37.55% |       27924     12.51%     50.07% |       28049     12.57%     62.64% |       27597     12.37%     75.01% |       28124     12.60%     87.61% |       27644     12.39%    100.00%
system.ruby.L1Cache_Controller.MM.L1_to_L2::total       223136                      
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D |          37     16.23%     16.23% |          35     15.35%     31.58% |          26     11.40%     42.98% |          28     12.28%     55.26% |          24     10.53%     65.79% |          29     12.72%     78.51% |          28     12.28%     90.79% |          21      9.21%    100.00%
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D::total          228                      
system.ruby.L1Cache_Controller.MM.Other_GETX |         238     11.94%     11.94% |         259     12.99%     24.92% |         260     13.04%     37.96% |         220     11.03%     49.00% |         271     13.59%     62.59% |         241     12.09%     74.67% |         258     12.94%     87.61% |         247     12.39%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETX::total         1994                      
system.ruby.L1Cache_Controller.MM.Other_GETS |         422     12.02%     12.02% |         442     12.59%     24.60% |         452     12.87%     37.47% |         444     12.64%     50.11% |         400     11.39%     61.50% |         449     12.78%     74.29% |         443     12.61%     86.90% |         460     13.10%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETS::total         3512                      
system.ruby.L1Cache_Controller.MM.Merged_GETS |          40     11.98%     11.98% |          43     12.87%     24.85% |          38     11.38%     36.23% |          43     12.87%     49.10% |          47     14.07%     63.17% |          50     14.97%     78.14% |          38     11.38%     89.52% |          35     10.48%    100.00%
system.ruby.L1Cache_Controller.MM.Merged_GETS::total          334                      
system.ruby.L1Cache_Controller.IR.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     66.67%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IR.Load::total            3                      
system.ruby.L1Cache_Controller.IR.Store  |           2     28.57%     28.57% |           1     14.29%     42.86% |           0      0.00%     42.86% |           1     14.29%     57.14% |           1     14.29%     71.43% |           1     14.29%     85.71% |           0      0.00%     85.71% |           1     14.29%    100.00%
system.ruby.L1Cache_Controller.IR.Store::total            7                      
system.ruby.L1Cache_Controller.IR.L1_to_L2 |          10     43.48%     43.48% |           0      0.00%     43.48% |           0      0.00%     43.48% |           7     30.43%     73.91% |           1      4.35%     78.26% |           0      0.00%     78.26% |           5     21.74%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IR.L1_to_L2::total           23                      
system.ruby.L1Cache_Controller.SR.Load   |           1     10.00%     10.00% |           2     20.00%     30.00% |           2     20.00%     50.00% |           1     10.00%     60.00% |           2     20.00%     80.00% |           0      0.00%     80.00% |           1     10.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.SR.Load::total           10                      
system.ruby.L1Cache_Controller.SR.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     25.00%     25.00% |           2     50.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.SR.Store::total            4                      
system.ruby.L1Cache_Controller.SR.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SR.L1_to_L2::total            1                      
system.ruby.L1Cache_Controller.OR.Load   |           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.OR.Load::total            3                      
system.ruby.L1Cache_Controller.OR.Store  |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OR.Store::total            2                      
system.ruby.L1Cache_Controller.OR.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OR.L1_to_L2::total            1                      
system.ruby.L1Cache_Controller.MR.Load   |          25     13.09%     13.09% |          23     12.04%     25.13% |          21     10.99%     36.13% |          29     15.18%     51.31% |          31     16.23%     67.54% |          16      8.38%     75.92% |          26     13.61%     89.53% |          20     10.47%    100.00%
system.ruby.L1Cache_Controller.MR.Load::total          191                      
system.ruby.L1Cache_Controller.MR.Store  |          17     14.29%     14.29% |          19     15.97%     30.25% |           9      7.56%     37.82% |          15     12.61%     50.42% |          14     11.76%     62.18% |          19     15.97%     78.15% |          13     10.92%     89.08% |          13     10.92%    100.00%
system.ruby.L1Cache_Controller.MR.Store::total          119                      
system.ruby.L1Cache_Controller.MR.L1_to_L2 |          94     15.75%     15.75% |         102     17.09%     32.83% |          50      8.38%     41.21% |          86     14.41%     55.61% |          74     12.40%     68.01% |          83     13.90%     81.91% |          76     12.73%     94.64% |          32      5.36%    100.00%
system.ruby.L1Cache_Controller.MR.L1_to_L2::total          597                      
system.ruby.L1Cache_Controller.MMR.Load  |          23     15.54%     15.54% |          22     14.86%     30.41% |          21     14.19%     44.59% |          20     13.51%     58.11% |          10      6.76%     64.86% |          17     11.49%     76.35% |          21     14.19%     90.54% |          14      9.46%    100.00%
system.ruby.L1Cache_Controller.MMR.Load::total          148                      
system.ruby.L1Cache_Controller.MMR.Store |          14     17.50%     17.50% |          13     16.25%     33.75% |           5      6.25%     40.00% |           8     10.00%     50.00% |          14     17.50%     67.50% |          12     15.00%     82.50% |           7      8.75%     91.25% |           7      8.75%    100.00%
system.ruby.L1Cache_Controller.MMR.Store::total           80                      
system.ruby.L1Cache_Controller.MMR.L1_to_L2 |          69     17.38%     17.38% |          39      9.82%     27.20% |          42     10.58%     37.78% |          55     13.85%     51.64% |          39      9.82%     61.46% |          89     22.42%     83.88% |          28      7.05%     90.93% |          36      9.07%    100.00%
system.ruby.L1Cache_Controller.MMR.L1_to_L2::total          397                      
system.ruby.L1Cache_Controller.IM.L1_to_L2 |      274713     12.40%     12.40% |      274213     12.37%     24.77% |      276032     12.46%     37.23% |      277552     12.52%     49.75% |      280112     12.64%     62.39% |      276280     12.47%     74.86% |      283147     12.78%     87.64% |      274015     12.36%    100.00%
system.ruby.L1Cache_Controller.IM.L1_to_L2::total      2216064                      
system.ruby.L1Cache_Controller.IM.Other_GETX |          59     13.00%     13.00% |          50     11.01%     24.01% |          45      9.91%     33.92% |          57     12.56%     46.48% |          54     11.89%     58.37% |          72     15.86%     74.23% |          65     14.32%     88.55% |          52     11.45%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETX::total          454                      
system.ruby.L1Cache_Controller.IM.Other_GETS |          85      9.74%      9.74% |          98     11.23%     20.96% |         117     13.40%     34.36% |         120     13.75%     48.11% |         111     12.71%     60.82% |         113     12.94%     73.77% |         106     12.14%     85.91% |         123     14.09%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETS::total          873                      
system.ruby.L1Cache_Controller.IM.Ack    |      143024     12.60%     12.60% |      140883     12.41%     25.01% |      141838     12.50%     37.51% |      142363     12.54%     50.05% |      142609     12.56%     62.62% |      141109     12.43%     75.05% |      142897     12.59%     87.64% |      140315     12.36%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total      1135038                      
system.ruby.L1Cache_Controller.IM.Data   |        1363     12.61%     12.61% |        1297     12.00%     24.62% |        1305     12.08%     36.70% |        1478     13.68%     50.37% |        1340     12.40%     62.78% |        1337     12.37%     75.15% |        1326     12.27%     87.42% |        1359     12.58%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total        10805                      
system.ruby.L1Cache_Controller.IM.Exclusive_Data |       26726     12.58%     12.58% |       26520     12.48%     25.06% |       26611     12.53%     37.59% |       26464     12.46%     50.04% |       26725     12.58%     62.62% |       26292     12.37%     75.00% |       26818     12.62%     87.62% |       26305     12.38%    100.00%
system.ruby.L1Cache_Controller.IM.Exclusive_Data::total       212461                      
system.ruby.L1Cache_Controller.SM.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           5     71.43%     71.43% |           2     28.57%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.L1_to_L2::total            7                      
system.ruby.L1Cache_Controller.SM.Ack    |           7     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           7     25.00%     50.00% |          14     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total           28                      
system.ruby.L1Cache_Controller.SM.Data   |           1     16.67%     16.67% |           0      0.00%     16.67% |           0      0.00%     16.67% |           1     16.67%     33.33% |           3     50.00%     83.33% |           0      0.00%     83.33% |           0      0.00%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.SM.Data::total            6                      
system.ruby.L1Cache_Controller.OM.L1_to_L2 |          10    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           10                      
system.ruby.L1Cache_Controller.OM.Ack    |           7     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           7     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack::total           14                      
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers::total            2                      
system.ruby.L1Cache_Controller.ISM.L1_to_L2 |        1007     10.85%     10.85% |        1353     14.58%     25.42% |        1037     11.17%     36.59% |        1556     16.76%     53.36% |        1024     11.03%     64.39% |        1087     11.71%     76.10% |        1067     11.49%     87.59% |        1152     12.41%    100.00%
system.ruby.L1Cache_Controller.ISM.L1_to_L2::total         9283                      
system.ruby.L1Cache_Controller.ISM.Ack   |        2517     11.99%     11.99% |        2466     11.75%     23.74% |        2543     12.12%     35.86% |        2993     14.26%     50.11% |        2755     13.13%     63.24% |        2586     12.32%     75.56% |        2564     12.22%     87.78% |        2566     12.22%    100.00%
system.ruby.L1Cache_Controller.ISM.Ack::total        20990                      
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers |        1364     12.62%     12.62% |        1297     12.00%     24.61% |        1305     12.07%     36.68% |        1479     13.68%     50.37% |        1343     12.42%     62.79% |        1337     12.37%     75.15% |        1326     12.27%     87.42% |        1360     12.58%    100.00%
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers::total        10811                      
system.ruby.L1Cache_Controller.M_W.Load  |           0      0.00%      0.00% |           6     22.22%     22.22% |           2      7.41%     29.63% |           3     11.11%     40.74% |           4     14.81%     55.56% |           6     22.22%     77.78% |           5     18.52%     96.30% |           1      3.70%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           27                      
system.ruby.L1Cache_Controller.M_W.Store |           3     37.50%     37.50% |           0      0.00%     37.50% |           2     25.00%     62.50% |           0      0.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.M_W.Store::total            8                      
system.ruby.L1Cache_Controller.M_W.L1_to_L2 |       63122     12.28%     12.28% |       64179     12.48%     24.76% |       64634     12.57%     37.33% |       63376     12.33%     49.66% |       64257     12.50%     62.16% |       65116     12.67%     74.83% |       64478     12.54%     87.37% |       64945     12.63%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_to_L2::total       514107                      
system.ruby.L1Cache_Controller.M_W.Ack   |       87604     12.42%     12.42% |       87878     12.45%     24.87% |       88420     12.53%     37.40% |       88219     12.50%     49.90% |       87686     12.43%     62.33% |       89091     12.63%     74.96% |       87950     12.46%     87.42% |       88748     12.58%    100.00%
system.ruby.L1Cache_Controller.M_W.Ack::total       705596                      
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers |       47293     12.53%     12.53% |       47254     12.52%     25.04% |       47271     12.52%     37.56% |       47269     12.52%     50.08% |       46889     12.42%     62.50% |       47258     12.52%     75.02% |       47086     12.47%     87.49% |       47220     12.51%    100.00%
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers::total       377540                      
system.ruby.L1Cache_Controller.MM_W.Load |           1      5.88%      5.88% |           2     11.76%     17.65% |           3     17.65%     35.29% |           1      5.88%     41.18% |           3     17.65%     58.82% |           1      5.88%     64.71% |           1      5.88%     70.59% |           5     29.41%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           17                      
system.ruby.L1Cache_Controller.MM_W.Store |           1     16.67%     16.67% |           3     50.00%     66.67% |           2     33.33%    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.MM_W.Store::total            6                      
system.ruby.L1Cache_Controller.MM_W.L1_to_L2 |       36722     12.63%     12.63% |       36826     12.67%     25.30% |       37113     12.76%     38.06% |       35896     12.35%     50.41% |       36377     12.51%     62.92% |       35600     12.24%     75.16% |       36168     12.44%     87.60% |       36049     12.40%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_to_L2::total       290751                      
system.ruby.L1Cache_Controller.MM_W.Ack  |       50176     12.55%     12.55% |       50453     12.62%     25.18% |       50220     12.56%     37.74% |       49306     12.34%     50.07% |       50222     12.56%     62.64% |       48806     12.21%     74.85% |       50636     12.67%     87.52% |       49898     12.48%    100.00%
system.ruby.L1Cache_Controller.MM_W.Ack::total       399717                      
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers |       26729     12.58%     12.58% |       26520     12.48%     25.06% |       26613     12.53%     37.59% |       26464     12.46%     50.04% |       26726     12.58%     62.62% |       26292     12.37%     75.00% |       26820     12.62%     87.62% |       26305     12.38%    100.00%
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers::total       212469                      
system.ruby.L1Cache_Controller.IS.L1_to_L2 |      504630     12.56%     12.56% |      503087     12.52%     25.08% |      502873     12.52%     37.60% |      504272     12.55%     50.15% |      499060     12.42%     62.57% |      502572     12.51%     75.08% |      496893     12.37%     87.45% |      504309     12.55%    100.00%
system.ruby.L1Cache_Controller.IS.L1_to_L2::total      4017696                      
system.ruby.L1Cache_Controller.IS.Other_GETX |         103     11.61%     11.61% |         108     12.18%     23.79% |         115     12.97%     36.75% |         129     14.54%     51.30% |         101     11.39%     62.68% |         113     12.74%     75.42% |         112     12.63%     88.05% |         106     11.95%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETX::total          887                      
system.ruby.L1Cache_Controller.IS.Other_GETS |         192     11.83%     11.83% |         215     13.25%     25.08% |         196     12.08%     37.15% |         188     11.58%     48.74% |         193     11.89%     60.63% |         216     13.31%     73.94% |         199     12.26%     86.20% |         224     13.80%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETS::total         1623                      
system.ruby.L1Cache_Controller.IS.Ack    |      257105     12.56%     12.56% |      256488     12.53%     25.08% |      255973     12.50%     37.58% |      256498     12.53%     50.11% |      254407     12.42%     62.54% |      256125     12.51%     75.05% |      255415     12.47%     87.52% |      255541     12.48%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total      2047552                      
system.ruby.L1Cache_Controller.IS.Shared_Ack |          21      7.50%      7.50% |          28     10.00%     17.50% |          33     11.79%     29.29% |          46     16.43%     45.71% |          35     12.50%     58.21% |          39     13.93%     72.14% |          39     13.93%     86.07% |          39     13.93%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Ack::total          280                      
system.ruby.L1Cache_Controller.IS.Data   |        2076     12.31%     12.31% |        2080     12.33%     24.64% |        2047     12.13%     36.77% |        2101     12.45%     49.22% |        2132     12.64%     61.86% |        2164     12.83%     74.69% |        2122     12.58%     87.27% |        2148     12.73%    100.00%
system.ruby.L1Cache_Controller.IS.Data::total        16870                      
system.ruby.L1Cache_Controller.IS.Shared_Data |        1192     12.40%     12.40% |        1173     12.20%     24.60% |        1206     12.55%     37.15% |        1220     12.69%     49.84% |        1176     12.23%     62.07% |        1276     13.27%     75.35% |        1184     12.32%     87.66% |        1186     12.34%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Data::total         9613                      
system.ruby.L1Cache_Controller.IS.Exclusive_Data |       47296     12.53%     12.53% |       47254     12.52%     25.04% |       47273     12.52%     37.56% |       47270     12.52%     50.08% |       46891     12.42%     62.50% |       47258     12.52%     75.02% |       47089     12.47%     87.49% |       47221     12.51%    100.00%
system.ruby.L1Cache_Controller.IS.Exclusive_Data::total       377552                      
system.ruby.L1Cache_Controller.SS.Load   |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SS.Load::total            1                      
system.ruby.L1Cache_Controller.SS.L1_to_L2 |        4391     11.77%     11.77% |        4934     13.23%     25.00% |        4841     12.98%     37.98% |        4629     12.41%     50.38% |        4379     11.74%     62.12% |        4778     12.81%     74.93% |        4436     11.89%     86.82% |        4915     13.18%    100.00%
system.ruby.L1Cache_Controller.SS.L1_to_L2::total        37303                      
system.ruby.L1Cache_Controller.SS.Ack    |        6760     12.16%     12.16% |        6850     12.32%     24.48% |        6884     12.38%     36.86% |        6878     12.37%     49.24% |        6979     12.55%     61.79% |        7194     12.94%     74.73% |        6892     12.40%     87.13% |        7157     12.87%    100.00%
system.ruby.L1Cache_Controller.SS.Ack::total        55594                      
system.ruby.L1Cache_Controller.SS.Shared_Ack |          10     10.53%     10.53% |          13     13.68%     24.21% |           8      8.42%     32.63% |           8      8.42%     41.05% |          11     11.58%     52.63% |          10     10.53%     63.16% |          18     18.95%     82.11% |          17     17.89%    100.00%
system.ruby.L1Cache_Controller.SS.Shared_Ack::total           95                      
system.ruby.L1Cache_Controller.SS.All_acks |        1220     12.28%     12.28% |        1207     12.15%     24.43% |        1244     12.52%     36.95% |        1265     12.73%     49.68% |        1214     12.22%     61.90% |        1317     13.26%     75.16% |        1235     12.43%     87.59% |        1233     12.41%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks::total         9935                      
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers |        2048     12.38%     12.38% |        2046     12.36%     24.74% |        2009     12.14%     36.88% |        2056     12.42%     49.31% |        2094     12.65%     61.96% |        2123     12.83%     74.79% |        2071     12.52%     87.30% |        2101     12.70%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers::total        16548                      
system.ruby.L1Cache_Controller.OI.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OI.Load::total            1                      
system.ruby.L1Cache_Controller.OI.Store  |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.OI.Store::total            3                      
system.ruby.L1Cache_Controller.OI.Other_GETX |           4     16.67%     16.67% |           3     12.50%     29.17% |           4     16.67%     45.83% |           3     12.50%     58.33% |           3     12.50%     70.83% |           3     12.50%     83.33% |           3     12.50%     95.83% |           1      4.17%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETX::total           24                      
system.ruby.L1Cache_Controller.OI.Other_GETS |           0      0.00%      0.00% |           3     15.00%     15.00% |           3     15.00%     30.00% |           5     25.00%     55.00% |           1      5.00%     60.00% |           1      5.00%     65.00% |           1      5.00%     70.00% |           6     30.00%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETS::total           20                      
system.ruby.L1Cache_Controller.OI.Merged_GETS |           4     20.00%     20.00% |           2     10.00%     30.00% |           2     10.00%     40.00% |           3     15.00%     55.00% |           1      5.00%     60.00% |           2     10.00%     70.00% |           3     15.00%     85.00% |           3     15.00%    100.00%
system.ruby.L1Cache_Controller.OI.Merged_GETS::total           20                      
system.ruby.L1Cache_Controller.OI.Writeback_Ack |        1196     12.70%     12.70% |        1164     12.36%     25.06% |        1149     12.20%     37.26% |        1191     12.65%     49.91% |        1150     12.21%     62.12% |        1198     12.72%     74.84% |        1221     12.97%     87.81% |        1148     12.19%    100.00%
system.ruby.L1Cache_Controller.OI.Writeback_Ack::total         9417                      
system.ruby.L1Cache_Controller.MI.Load   |          13     10.57%     10.57% |          20     16.26%     26.83% |          18     14.63%     41.46% |          14     11.38%     52.85% |          11      8.94%     61.79% |          25     20.33%     82.11% |           9      7.32%     89.43% |          13     10.57%    100.00%
system.ruby.L1Cache_Controller.MI.Load::total          123                      
system.ruby.L1Cache_Controller.MI.Store  |           5      9.80%      9.80% |           3      5.88%     15.69% |           8     15.69%     31.37% |           3      5.88%     37.25% |          12     23.53%     60.78% |          10     19.61%     80.39% |           3      5.88%     86.27% |           7     13.73%    100.00%
system.ruby.L1Cache_Controller.MI.Store::total           51                      
system.ruby.L1Cache_Controller.MI.Other_GETX |         162     11.43%     11.43% |         181     12.77%     24.21% |         181     12.77%     36.98% |         182     12.84%     49.82% |         184     12.99%     62.81% |         181     12.77%     75.58% |         156     11.01%     86.59% |         190     13.41%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETX::total         1417                      
system.ruby.L1Cache_Controller.MI.Other_GETS |         315     12.90%     12.90% |         277     11.35%     24.25% |         281     11.51%     35.76% |         327     13.40%     49.16% |         292     11.96%     61.12% |         316     12.95%     74.07% |         342     14.01%     88.08% |         291     11.92%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETS::total         2441                      
system.ruby.L1Cache_Controller.MI.Merged_GETS |          13     12.04%     12.04% |          13     12.04%     24.07% |          10      9.26%     33.33% |           5      4.63%     37.96% |          15     13.89%     51.85% |          12     11.11%     62.96% |          18     16.67%     79.63% |          22     20.37%    100.00%
system.ruby.L1Cache_Controller.MI.Merged_GETS::total          108                      
system.ruby.L1Cache_Controller.MI.Writeback_Ack |       72897     12.55%     12.55% |       72530     12.49%     25.05% |       72652     12.51%     37.56% |       72680     12.52%     50.08% |       72470     12.48%     62.56% |       72355     12.46%     75.02% |       72681     12.52%     87.54% |       72370     12.46%    100.00%
system.ruby.L1Cache_Controller.MI.Writeback_Ack::total       580635                      
system.ruby.L1Cache_Controller.II.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.II.Store::total            1                      
system.ruby.L1Cache_Controller.II.Other_GETX |           0      0.00%      0.00% |           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% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.II.Other_GETX::total            3                      
system.ruby.L1Cache_Controller.II.Writeback_Ack |         166     11.53%     11.53% |         184     12.78%     24.31% |         185     12.85%     37.15% |         185     12.85%     50.00% |         187     12.99%     62.99% |         184     12.78%     75.76% |         158     10.97%     86.74% |         191     13.26%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Ack::total         1440                      
system.ruby.L1Cache_Controller.II.Writeback_Nack |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Nack::total            1                      
system.ruby.L1Cache_Controller.IT.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.Load::total            1                      
system.ruby.L1Cache_Controller.IT.Store  |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.Store::total            2                      
system.ruby.L1Cache_Controller.IT.L1_to_L2 |          10     22.73%     22.73% |           0      0.00%     22.73% |           0      0.00%     22.73% |           7     15.91%     38.64% |          15     34.09%     72.73% |           7     15.91%     88.64% |           5     11.36%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IT.L1_to_L2::total           44                      
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1 |           2     20.00%     20.00% |           1     10.00%     30.00% |           0      0.00%     30.00% |           1     10.00%     40.00% |           3     30.00%     70.00% |           1     10.00%     80.00% |           1     10.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.IT.Complete_L2_to_L1::total           10                      
system.ruby.L1Cache_Controller.ST.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Load::total            1                      
system.ruby.L1Cache_Controller.ST.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           2     66.67%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Store::total            3                      
system.ruby.L1Cache_Controller.ST.L1_to_L2 |           9     25.71%     25.71% |           0      0.00%     25.71% |           7     20.00%     45.71% |           1      2.86%     48.57% |           8     22.86%     71.43% |           0      0.00%     71.43% |           8     22.86%     94.29% |           2      5.71%    100.00%
system.ruby.L1Cache_Controller.ST.L1_to_L2::total           35                      
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1 |           1      7.14%      7.14% |           2     14.29%     21.43% |           2     14.29%     35.71% |           2     14.29%     50.00% |           4     28.57%     78.57% |           0      0.00%     78.57% |           1      7.14%     85.71% |           2     14.29%    100.00%
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1::total           14                      
system.ruby.L1Cache_Controller.OT.Store  |           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.OT.Store::total            1                      
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1 |           1     20.00%     20.00% |           0      0.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           2     40.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1::total            5                      
system.ruby.L1Cache_Controller.MT.Load   |          15     16.30%     16.30% |           8      8.70%     25.00% |          11     11.96%     36.96% |          13     14.13%     51.09% |          17     18.48%     69.57% |           8      8.70%     78.26% |          14     15.22%     93.48% |           6      6.52%    100.00%
system.ruby.L1Cache_Controller.MT.Load::total           92                      
system.ruby.L1Cache_Controller.MT.Store  |          10     15.38%     15.38% |          10     15.38%     30.77% |           6      9.23%     40.00% |          13     20.00%     60.00% |           6      9.23%     69.23% |           9     13.85%     83.08% |           8     12.31%     95.38% |           3      4.62%    100.00%
system.ruby.L1Cache_Controller.MT.Store::total           65                      
system.ruby.L1Cache_Controller.MT.L1_to_L2 |         168     14.13%     14.13% |         216     18.17%     32.30% |          73      6.14%     38.44% |         172     14.47%     52.90% |         184     15.48%     68.38% |         141     11.86%     80.24% |         120     10.09%     90.33% |         115      9.67%    100.00%
system.ruby.L1Cache_Controller.MT.L1_to_L2::total         1189                      
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1 |          42     13.55%     13.55% |          42     13.55%     27.10% |          30      9.68%     36.77% |          44     14.19%     50.97% |          45     14.52%     65.48% |          35     11.29%     76.77% |          39     12.58%     89.35% |          33     10.65%    100.00%
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1::total          310                      
system.ruby.L1Cache_Controller.MMT.Load  |          13     19.40%     19.40% |           7     10.45%     29.85% |           9     13.43%     43.28% |           7     10.45%     53.73% |           5      7.46%     61.19% |           8     11.94%     73.13% |          10     14.93%     88.06% |           8     11.94%    100.00%
system.ruby.L1Cache_Controller.MMT.Load::total           67                      
system.ruby.L1Cache_Controller.MMT.Store |           6     17.14%     17.14% |           6     17.14%     34.29% |           3      8.57%     42.86% |           5     14.29%     57.14% |           4     11.43%     68.57% |           6     17.14%     85.71% |           3      8.57%     94.29% |           2      5.71%    100.00%
system.ruby.L1Cache_Controller.MMT.Store::total           35                      
system.ruby.L1Cache_Controller.MMT.L1_to_L2 |         149     20.03%     20.03% |          46      6.18%     26.21% |          86     11.56%     37.77% |          85     11.42%     49.19% |          91     12.23%     61.42% |         136     18.28%     79.70% |          95     12.77%     92.47% |          56      7.53%    100.00%
system.ruby.L1Cache_Controller.MMT.L1_to_L2::total          744                      
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1 |          37     16.23%     16.23% |          35     15.35%     31.58% |          26     11.40%     42.98% |          28     12.28%     55.26% |          24     10.53%     65.79% |          29     12.72%     78.51% |          28     12.28%     90.79% |          21      9.21%    100.00%
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1::total          228                      
system.ruby.Directory_Controller.GETX          227092      0.00%      0.00%
system.ruby.Directory_Controller.GETS          409941      0.00%      0.00%
system.ruby.Directory_Controller.PUT           604133      0.00%      0.00%
system.ruby.Directory_Controller.Unblock         1440      0.00%      0.00%
system.ruby.Directory_Controller.UnblockS        26482      0.00%      0.00%
system.ruby.Directory_Controller.UnblockM       600822      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Clean         8072      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Dirty         1345      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Clean       361114      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Dirty       219521      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       607003      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       220866      0.00%      0.00%
system.ruby.Directory_Controller.All_Unblocks          990      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETX           86      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETS          100      0.00%      0.00%
system.ruby.Directory_Controller.NX.PUT         10824      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         7097      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS        12034      0.00%      0.00%
system.ruby.Directory_Controller.NO.PUT        580691      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX          9322      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS         16870      0.00%      0.00%
system.ruby.Directory_Controller.E.GETX        206773      0.00%      0.00%
system.ruby.Directory_Controller.E.GETS        374058      0.00%      0.00%
system.ruby.Directory_Controller.E.PUT              1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETX          541      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETS          990      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.PUT        12396      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockS         8550      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockM       599363      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.GETX            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.PUT           17      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockS           31      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_X.UnblockM          510      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.GETS            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.PUT           28      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockS           41      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockM          949      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETX            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETS            4      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.PUT          105      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.UnblockS          991      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.All_Unblocks          990      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETX            9      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETS           21      0.00%      0.00%
system.ruby.Directory_Controller.O_B.UnblockS        16869      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETX         1892      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETS         3482      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.Memory_Data       590133      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETX           63      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETS           87      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.Memory_Data        16870      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETX         1268      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETS         2222      0.00%      0.00%
system.ruby.Directory_Controller.WB.PUT            71      0.00%      0.00%
system.ruby.Directory_Controller.WB.Unblock         1440      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Clean         8072      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Dirty         1345      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Clean       361114      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Dirty       219521      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.GETS            1      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.Memory_Ack         1345      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETX           38      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETS           71      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.Memory_Ack       219521      0.00%      0.00%

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