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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.004723                       # Number of seconds simulated
sim_ticks                                     4722948                       # Number of ticks simulated
final_tick                                    4722948                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  53510                       # Simulator tick rate (ticks/s)
host_mem_usage                                 421672                       # Number of bytes of host memory used
host_seconds                                    88.26                       # 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     38973248                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           38973248                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     14131456                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        14131456                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       608957                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              608957                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       220804                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             220804                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   8251890133                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            8251890133                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   2992083758                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           2992083758                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0  11243973891                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total          11243973891                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      608977                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     220804                       # Number of write requests accepted
system.mem_ctrls.readBursts                    608977                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   220804                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               37976000                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  997824                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                13939200                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                38974528                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             14131456                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                  15591                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  2959                       # 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             74105                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             73980                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             74679                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             74154                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             74161                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             73974                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             74309                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             74013                       # 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             27203                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             26999                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             27374                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             27330                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             26957                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             27414                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             27321                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             27202                       # 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                       424                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       4722934                       # 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                608977                       # 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               220804                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                     169                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                     460                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                     895                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                    1451                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                    2111                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                    3075                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                    4290                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                    5411                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                    7051                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                    8881                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  11531                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  15691                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  22424                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  32193                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  44982                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  58729                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  70091                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  72682                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  65307                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  51432                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  36131                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  23722                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  15901                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  11796                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                   9263                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                   7114                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   4981                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   3028                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1644                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    696                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    224                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     30                       # 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                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                      3                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                      4                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                      3                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                      5                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                      8                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                      8                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                     16                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                     25                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                     31                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                     48                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                     74                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                    110                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                    195                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                    279                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                    379                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                    528                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                    678                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   1538                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3259                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   5632                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   8230                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                  10381                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                  12285                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                  13587                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                  14659                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                  15020                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                  15616                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                  16200                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                  16964                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                  16340                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                  15807                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                  15724                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                  16997                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                  10061                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                   3449                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                   1011                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                    658                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                    446                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                    318                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                    289                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                    239                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                    718                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       219845                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    236.140481                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   186.921535                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   170.771501                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        38344     17.44%     17.44% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255        94183     42.84%     60.28% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        45510     20.70%     80.98% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        20713      9.42%     90.40% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        11139      5.07%     95.47% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         5659      2.57%     98.05% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         2638      1.20%     99.25% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023         1011      0.46%     99.71% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          648      0.29%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       219845                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        13607                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      43.605791                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     31.669532                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     26.121939                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-15           3129     23.00%     23.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-31          1666     12.24%     35.24% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-47          2283     16.78%     52.02% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-63          2725     20.03%     72.04% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-79          2805     20.61%     92.66% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-95           914      6.72%     99.38% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-111           80      0.59%     99.96% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-127            3      0.02%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::128-143            1      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::272-287            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         13607                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        13607                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.006467                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.005210                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      0.240875                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13590     99.88%     99.88% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17                4      0.03%     99.90% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18                3      0.02%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19                1      0.01%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20                2      0.01%     99.95% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21                1      0.01%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23                1      0.01%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24                2      0.01%     99.98% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27                2      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::33                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         13607                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     74869628                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                86143753                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    2966875                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       126.17                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  145.17                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      8040.74                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2951.38                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   8252.16                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   2992.08                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        85.88                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    62.82                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   23.06                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      19.71                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      50.33                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   379695                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  211632                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 63.99                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.15                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          5.69                       # Average gap between requests
system.mem_ctrls.pageHitRate                    72.89                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1660380120                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy                922433400                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7398231360                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2256004224                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            308187360                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3215945016                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             10178400                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            15771359880                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           3342.354273                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           10                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        157560                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       4561082                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.mem_ctrls_1.actEnergy                        0                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_1.preEnergy                        0                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_1.readEnergy                       0                       # Energy for read commands per rank (pJ)
system.mem_ctrls_1.writeEnergy                      0                       # Energy for write commands per rank (pJ)
system.mem_ctrls_1.refreshEnergy            308187360                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            101967984                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           2741691600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3151846944                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.967687                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      4561016                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        157560                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT             0                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::ACT_PDN            0                       # Time in different power states
system.cpu_clk_domain.clock                         1                       # Clock period in ticks
system.cpu0.num_reads                           99221                       # number of read accesses completed
system.cpu0.num_writes                          55233                       # number of write accesses completed
system.cpu1.num_reads                           99634                       # number of read accesses completed
system.cpu1.num_writes                          55697                       # number of write accesses completed
system.cpu2.num_reads                           99089                       # number of read accesses completed
system.cpu2.num_writes                          55519                       # number of write accesses completed
system.cpu3.num_reads                          100000                       # number of read accesses completed
system.cpu3.num_writes                          55486                       # number of write accesses completed
system.cpu4.num_reads                           99397                       # number of read accesses completed
system.cpu4.num_writes                          55450                       # number of write accesses completed
system.cpu5.num_reads                           99838                       # number of read accesses completed
system.cpu5.num_writes                          55386                       # number of write accesses completed
system.cpu6.num_reads                           99890                       # number of read accesses completed
system.cpu6.num_writes                          55532                       # number of write accesses completed
system.cpu7.num_reads                           99124                       # number of read accesses completed
system.cpu7.num_writes                          55205                       # number of write accesses completed
system.ruby.clk_domain.clock                        1                       # Clock period in ticks
system.ruby.outstanding_req_hist_seqr::bucket_size            2                      
system.ruby.outstanding_req_hist_seqr::max_bucket           19                      
system.ruby.outstanding_req_hist_seqr::samples       630039                      
system.ruby.outstanding_req_hist_seqr::mean    15.998449                      
system.ruby.outstanding_req_hist_seqr::gmean    15.997191                      
system.ruby.outstanding_req_hist_seqr::stdev     0.125577                      
system.ruby.outstanding_req_hist_seqr    |           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% |          33      0.01%      0.02% |      629902     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist_seqr::total       630039                      
system.ruby.latency_hist_seqr::bucket_size          512                      
system.ruby.latency_hist_seqr::max_bucket         5119                      
system.ruby.latency_hist_seqr::samples         629911                      
system.ruby.latency_hist_seqr::mean        959.551335                      
system.ruby.latency_hist_seqr::gmean       653.122123                      
system.ruby.latency_hist_seqr::stdev       680.118422                      
system.ruby.latency_hist_seqr            |      216304     34.34%     34.34% |      132336     21.01%     55.35% |      131857     20.93%     76.28% |      106965     16.98%     93.26% |       38659      6.14%     99.40% |        3724      0.59%     99.99% |          66      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist_seqr::total           629911                      
system.ruby.hit_latency_hist_seqr::bucket_size          128                      
system.ruby.hit_latency_hist_seqr::max_bucket         1279                      
system.ruby.hit_latency_hist_seqr::samples          662                      
system.ruby.hit_latency_hist_seqr::mean     64.490937                      
system.ruby.hit_latency_hist_seqr::gmean    13.604512                      
system.ruby.hit_latency_hist_seqr::stdev   143.889590                      
system.ruby.hit_latency_hist_seqr        |         564     85.20%     85.20% |          45      6.80%     91.99% |          27      4.08%     96.07% |          10      1.51%     97.58% |           5      0.76%     98.34% |           4      0.60%     98.94% |           4      0.60%     99.55% |           2      0.30%     99.85% |           0      0.00%     99.85% |           1      0.15%    100.00%
system.ruby.hit_latency_hist_seqr::total          662                      
system.ruby.miss_latency_hist_seqr::bucket_size          512                      
system.ruby.miss_latency_hist_seqr::max_bucket         5119                      
system.ruby.miss_latency_hist_seqr::samples       629249                      
system.ruby.miss_latency_hist_seqr::mean   960.492981                      
system.ruby.miss_latency_hist_seqr::gmean   655.787621                      
system.ruby.miss_latency_hist_seqr::stdev   679.839862                      
system.ruby.miss_latency_hist_seqr       |      215658     34.27%     34.27% |      132321     21.03%     55.30% |      131856     20.95%     76.26% |      106965     17.00%     93.25% |       38659      6.14%     99.40% |        3724      0.59%     99.99% |          66      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist_seqr::total       629249                      
system.ruby.L1Cache.incomplete_times_seqr          962                      
system.ruby.Directory.incomplete_times_seqr       176578                      
system.ruby.dir_cntrl0.probeFilter.demand_hits            0                       # Number of cache demand hits
system.ruby.dir_cntrl0.probeFilter.demand_misses            0                       # Number of cache demand misses
system.ruby.dir_cntrl0.probeFilter.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Dcache.demand_hits           10                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78639                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78649                       # 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           70                       # Number of cache demand hits
system.ruby.l1_cntrl0.L2cache.demand_misses        78569                       # Number of cache demand misses
system.ruby.l1_cntrl0.L2cache.demand_accesses        78639                       # Number of cache demand accesses
system.ruby.l1_cntrl0.fully_busy_cycles            19                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits           13                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78770                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78783                       # 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           66                       # Number of cache demand hits
system.ruby.l1_cntrl1.L2cache.demand_misses        78704                       # Number of cache demand misses
system.ruby.l1_cntrl1.L2cache.demand_accesses        78770                       # Number of cache demand accesses
system.ruby.l1_cntrl1.fully_busy_cycles            15                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl2.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78920                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78939                       # 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           68                       # Number of cache demand hits
system.ruby.l1_cntrl2.L2cache.demand_misses        78852                       # Number of cache demand misses
system.ruby.l1_cntrl2.L2cache.demand_accesses        78920                       # Number of cache demand accesses
system.ruby.l1_cntrl2.fully_busy_cycles            16                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl3.L1Dcache.demand_hits           12                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78627                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78639                       # 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           62                       # Number of cache demand hits
system.ruby.l1_cntrl3.L2cache.demand_misses        78565                       # Number of cache demand misses
system.ruby.l1_cntrl3.L2cache.demand_accesses        78627                       # Number of cache demand accesses
system.ruby.l1_cntrl3.fully_busy_cycles            14                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl4.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78575                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78594                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L2cache.demand_hits           52                       # Number of cache demand hits
system.ruby.l1_cntrl4.L2cache.demand_misses        78523                       # Number of cache demand misses
system.ruby.l1_cntrl4.L2cache.demand_accesses        78575                       # Number of cache demand accesses
system.ruby.l1_cntrl4.fully_busy_cycles            17                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl5.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78844                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78863                       # 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        78780                       # Number of cache demand misses
system.ruby.l1_cntrl5.L2cache.demand_accesses        78844                       # Number of cache demand accesses
system.ruby.l1_cntrl5.fully_busy_cycles            18                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl6.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78880                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78900                       # 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           70                       # Number of cache demand hits
system.ruby.l1_cntrl6.L2cache.demand_misses        78810                       # Number of cache demand misses
system.ruby.l1_cntrl6.L2cache.demand_accesses        78880                       # Number of cache demand accesses
system.ruby.l1_cntrl6.fully_busy_cycles            21                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl7.L1Dcache.demand_hits           14                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78558                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78572                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L2cache.demand_hits           84                       # Number of cache demand hits
system.ruby.l1_cntrl7.L2cache.demand_misses        78474                       # Number of cache demand misses
system.ruby.l1_cntrl7.L2cache.demand_accesses        78558                       # Number of cache demand accesses
system.ruby.l1_cntrl7.fully_busy_cycles             9                       # cycles for which number of transistions == max transitions
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers0.percent_links_utilized    15.732330                      
system.ruby.network.routers0.msg_count.Request_Control::2        78569                      
system.ruby.network.routers0.msg_count.Request_Control::3          120                      
system.ruby.network.routers0.msg_count.Response_Data::4        81078                      
system.ruby.network.routers0.msg_count.Response_Control::4      1094079                      
system.ruby.network.routers0.msg_count.Writeback_Data::5        27411                      
system.ruby.network.routers0.msg_count.Writeback_Control::2        73981                      
system.ruby.network.routers0.msg_count.Writeback_Control::3        73979                      
system.ruby.network.routers0.msg_count.Writeback_Control::5        46380                      
system.ruby.network.routers0.msg_count.Broadcast_Control::3       549858                      
system.ruby.network.routers0.msg_count.Unblock_Control::5        78752                      
system.ruby.network.routers0.msg_bytes.Request_Control::2       628552                      
system.ruby.network.routers0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers0.msg_bytes.Response_Data::4      5837616                      
system.ruby.network.routers0.msg_bytes.Response_Control::4      8752632                      
system.ruby.network.routers0.msg_bytes.Writeback_Data::5      1973592                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::2       591848                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::3       591832                      
system.ruby.network.routers0.msg_bytes.Writeback_Control::5       371040                      
system.ruby.network.routers0.msg_bytes.Broadcast_Control::3      4398864                      
system.ruby.network.routers0.msg_bytes.Unblock_Control::5       630016                      
system.ruby.network.routers1.percent_links_utilized    15.771198                      
system.ruby.network.routers1.msg_count.Request_Control::2        78704                      
system.ruby.network.routers1.msg_count.Request_Control::3          125                      
system.ruby.network.routers1.msg_count.Response_Data::4        81308                      
system.ruby.network.routers1.msg_count.Response_Control::4      1095010                      
system.ruby.network.routers1.msg_count.Writeback_Data::5        27816                      
system.ruby.network.routers1.msg_count.Writeback_Control::2        74303                      
system.ruby.network.routers1.msg_count.Writeback_Control::3        74303                      
system.ruby.network.routers1.msg_count.Writeback_Control::5        46302                      
system.ruby.network.routers1.msg_count.Broadcast_Control::3       549713                      
system.ruby.network.routers1.msg_count.Unblock_Control::5        78886                      
system.ruby.network.routers1.msg_bytes.Request_Control::2       629632                      
system.ruby.network.routers1.msg_bytes.Request_Control::3         1000                      
system.ruby.network.routers1.msg_bytes.Response_Data::4      5854176                      
system.ruby.network.routers1.msg_bytes.Response_Control::4      8760080                      
system.ruby.network.routers1.msg_bytes.Writeback_Data::5      2002752                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::2       594424                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::3       594424                      
system.ruby.network.routers1.msg_bytes.Writeback_Control::5       370416                      
system.ruby.network.routers1.msg_bytes.Broadcast_Control::3      4397704                      
system.ruby.network.routers1.msg_bytes.Unblock_Control::5       631088                      
system.ruby.network.routers2.percent_links_utilized    15.778059                      
system.ruby.network.routers2.msg_count.Request_Control::2        78852                      
system.ruby.network.routers2.msg_count.Request_Control::3          126                      
system.ruby.network.routers2.msg_count.Response_Data::4        81411                      
system.ruby.network.routers2.msg_count.Response_Control::4      1095892                      
system.ruby.network.routers2.msg_count.Writeback_Data::5        27700                      
system.ruby.network.routers2.msg_count.Writeback_Control::2        74392                      
system.ruby.network.routers2.msg_count.Writeback_Control::3        74390                      
system.ruby.network.routers2.msg_count.Writeback_Control::5        46510                      
system.ruby.network.routers2.msg_count.Broadcast_Control::3       549569                      
system.ruby.network.routers2.msg_count.Unblock_Control::5        79028                      
system.ruby.network.routers2.msg_bytes.Request_Control::2       630816                      
system.ruby.network.routers2.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers2.msg_bytes.Response_Data::4      5861592                      
system.ruby.network.routers2.msg_bytes.Response_Control::4      8767136                      
system.ruby.network.routers2.msg_bytes.Writeback_Data::5      1994400                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::2       595136                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::3       595120                      
system.ruby.network.routers2.msg_bytes.Writeback_Control::5       372080                      
system.ruby.network.routers2.msg_bytes.Broadcast_Control::3      4396552                      
system.ruby.network.routers2.msg_bytes.Unblock_Control::5       632224                      
system.ruby.network.routers3.percent_links_utilized    15.737131                      
system.ruby.network.routers3.msg_count.Request_Control::2        78565                      
system.ruby.network.routers3.msg_count.Request_Control::3          100                      
system.ruby.network.routers3.msg_count.Response_Data::4        81040                      
system.ruby.network.routers3.msg_count.Response_Control::4      1094133                      
system.ruby.network.routers3.msg_count.Writeback_Data::5        27552                      
system.ruby.network.routers3.msg_count.Writeback_Control::2        74010                      
system.ruby.network.routers3.msg_count.Writeback_Control::3        74010                      
system.ruby.network.routers3.msg_count.Writeback_Control::5        46295                      
system.ruby.network.routers3.msg_count.Broadcast_Control::3       549867                      
system.ruby.network.routers3.msg_count.Unblock_Control::5        78725                      
system.ruby.network.routers3.msg_bytes.Request_Control::2       628520                      
system.ruby.network.routers3.msg_bytes.Request_Control::3          800                      
system.ruby.network.routers3.msg_bytes.Response_Data::4      5834880                      
system.ruby.network.routers3.msg_bytes.Response_Control::4      8753064                      
system.ruby.network.routers3.msg_bytes.Writeback_Data::5      1983744                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::2       592080                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::3       592080                      
system.ruby.network.routers3.msg_bytes.Writeback_Control::5       370360                      
system.ruby.network.routers3.msg_bytes.Broadcast_Control::3      4398936                      
system.ruby.network.routers3.msg_bytes.Unblock_Control::5       629800                      
system.ruby.network.routers4.percent_links_utilized    15.736924                      
system.ruby.network.routers4.msg_count.Request_Control::2        78523                      
system.ruby.network.routers4.msg_count.Request_Control::3          120                      
system.ruby.network.routers4.msg_count.Response_Data::4        81065                      
system.ruby.network.routers4.msg_count.Response_Control::4      1093829                      
system.ruby.network.routers4.msg_count.Writeback_Data::5        27526                      
system.ruby.network.routers4.msg_count.Writeback_Control::2        74103                      
system.ruby.network.routers4.msg_count.Writeback_Control::3        74101                      
system.ruby.network.routers4.msg_count.Writeback_Control::5        46392                      
system.ruby.network.routers4.msg_count.Broadcast_Control::3       549899                      
system.ruby.network.routers4.msg_count.Unblock_Control::5        78702                      
system.ruby.network.routers4.msg_bytes.Request_Control::2       628184                      
system.ruby.network.routers4.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers4.msg_bytes.Response_Data::4      5836680                      
system.ruby.network.routers4.msg_bytes.Response_Control::4      8750632                      
system.ruby.network.routers4.msg_bytes.Writeback_Data::5      1981872                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::2       592824                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::3       592808                      
system.ruby.network.routers4.msg_bytes.Writeback_Control::5       371136                      
system.ruby.network.routers4.msg_bytes.Broadcast_Control::3      4399192                      
system.ruby.network.routers4.msg_bytes.Unblock_Control::5       629616                      
system.ruby.network.routers5.percent_links_utilized    15.767186                      
system.ruby.network.routers5.msg_count.Request_Control::2        78780                      
system.ruby.network.routers5.msg_count.Request_Control::3          112                      
system.ruby.network.routers5.msg_count.Response_Data::4        81251                      
system.ruby.network.routers5.msg_count.Response_Control::4      1095393                      
system.ruby.network.routers5.msg_count.Writeback_Data::5        27709                      
system.ruby.network.routers5.msg_count.Writeback_Control::2        74357                      
system.ruby.network.routers5.msg_count.Writeback_Control::3        74354                      
system.ruby.network.routers5.msg_count.Writeback_Control::5        46458                      
system.ruby.network.routers5.msg_count.Broadcast_Control::3       549648                      
system.ruby.network.routers5.msg_count.Unblock_Control::5        78962                      
system.ruby.network.routers5.msg_bytes.Request_Control::2       630240                      
system.ruby.network.routers5.msg_bytes.Request_Control::3          896                      
system.ruby.network.routers5.msg_bytes.Response_Data::4      5850072                      
system.ruby.network.routers5.msg_bytes.Response_Control::4      8763144                      
system.ruby.network.routers5.msg_bytes.Writeback_Data::5      1995048                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::2       594856                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::3       594832                      
system.ruby.network.routers5.msg_bytes.Writeback_Control::5       371664                      
system.ruby.network.routers5.msg_bytes.Broadcast_Control::3      4397184                      
system.ruby.network.routers5.msg_bytes.Unblock_Control::5       631696                      
system.ruby.network.routers6.percent_links_utilized    15.767377                      
system.ruby.network.routers6.msg_count.Request_Control::2        78810                      
system.ruby.network.routers6.msg_count.Request_Control::3          118                      
system.ruby.network.routers6.msg_count.Response_Data::4        81373                      
system.ruby.network.routers6.msg_count.Response_Control::4      1095546                      
system.ruby.network.routers6.msg_count.Writeback_Data::5        27545                      
system.ruby.network.routers6.msg_count.Writeback_Control::2        74373                      
system.ruby.network.routers6.msg_count.Writeback_Control::3        74372                      
system.ruby.network.routers6.msg_count.Writeback_Control::5        46647                      
system.ruby.network.routers6.msg_count.Broadcast_Control::3       549625                      
system.ruby.network.routers6.msg_count.Unblock_Control::5        78987                      
system.ruby.network.routers6.msg_bytes.Request_Control::2       630480                      
system.ruby.network.routers6.msg_bytes.Request_Control::3          944                      
system.ruby.network.routers6.msg_bytes.Response_Data::4      5858856                      
system.ruby.network.routers6.msg_bytes.Response_Control::4      8764368                      
system.ruby.network.routers6.msg_bytes.Writeback_Data::5      1983240                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::2       594984                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::3       594976                      
system.ruby.network.routers6.msg_bytes.Writeback_Control::5       373176                      
system.ruby.network.routers6.msg_bytes.Broadcast_Control::3      4397000                      
system.ruby.network.routers6.msg_bytes.Unblock_Control::5       631896                      
system.ruby.network.routers7.percent_links_utilized    15.733208                      
system.ruby.network.routers7.msg_count.Request_Control::2        78474                      
system.ruby.network.routers7.msg_count.Request_Control::3          141                      
system.ruby.network.routers7.msg_count.Response_Data::4        81016                      
system.ruby.network.routers7.msg_count.Response_Control::4      1093666                      
system.ruby.network.routers7.msg_count.Writeback_Data::5        27546                      
system.ruby.network.routers7.msg_count.Writeback_Control::2        74028                      
system.ruby.network.routers7.msg_count.Writeback_Control::3        74026                      
system.ruby.network.routers7.msg_count.Writeback_Control::5        46294                      
system.ruby.network.routers7.msg_count.Broadcast_Control::3       549942                      
system.ruby.network.routers7.msg_count.Unblock_Control::5        78656                      
system.ruby.network.routers7.msg_bytes.Request_Control::2       627792                      
system.ruby.network.routers7.msg_bytes.Request_Control::3         1128                      
system.ruby.network.routers7.msg_bytes.Response_Data::4      5833152                      
system.ruby.network.routers7.msg_bytes.Response_Control::4      8749328                      
system.ruby.network.routers7.msg_bytes.Writeback_Data::5      1983312                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::2       592224                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::3       592208                      
system.ruby.network.routers7.msg_bytes.Writeback_Control::5       370352                      
system.ruby.network.routers7.msg_bytes.Broadcast_Control::3      4399536                      
system.ruby.network.routers7.msg_bytes.Unblock_Control::5       629248                      
system.ruby.network.routers8.percent_links_utilized    57.778553                      
system.ruby.network.routers8.msg_count.Request_Control::2       629277                      
system.ruby.network.routers8.msg_count.Request_Control::3          962                      
system.ruby.network.routers8.msg_count.Response_Data::4       608952                      
system.ruby.network.routers8.msg_count.Writeback_Data::5       220804                      
system.ruby.network.routers8.msg_count.Writeback_Control::2       593547                      
system.ruby.network.routers8.msg_count.Writeback_Control::3       593536                      
system.ruby.network.routers8.msg_count.Writeback_Control::5       371278                      
system.ruby.network.routers8.msg_count.Broadcast_Control::3       628303                      
system.ruby.network.routers8.msg_count.Unblock_Control::5       630697                      
system.ruby.network.routers8.msg_bytes.Request_Control::2      5034216                      
system.ruby.network.routers8.msg_bytes.Request_Control::3         7696                      
system.ruby.network.routers8.msg_bytes.Response_Data::4     43844544                      
system.ruby.network.routers8.msg_bytes.Writeback_Data::5     15897888                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::2      4748376                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::3      4748288                      
system.ruby.network.routers8.msg_bytes.Writeback_Control::5      2970224                      
system.ruby.network.routers8.msg_bytes.Broadcast_Control::3      5026424                      
system.ruby.network.routers8.msg_bytes.Unblock_Control::5      5045576                      
system.ruby.network.routers9.percent_links_utilized    22.639639                      
system.ruby.network.routers9.msg_count.Request_Control::2       629277                      
system.ruby.network.routers9.msg_count.Request_Control::3          962                      
system.ruby.network.routers9.msg_count.Response_Data::4       629247                      
system.ruby.network.routers9.msg_count.Response_Control::4      4378774                      
system.ruby.network.routers9.msg_count.Writeback_Data::5       220805                      
system.ruby.network.routers9.msg_count.Writeback_Control::2       593547                      
system.ruby.network.routers9.msg_count.Writeback_Control::3       593535                      
system.ruby.network.routers9.msg_count.Writeback_Control::5       371278                      
system.ruby.network.routers9.msg_count.Broadcast_Control::3      4398121                      
system.ruby.network.routers9.msg_count.Unblock_Control::5       630697                      
system.ruby.network.routers9.msg_bytes.Request_Control::2      5034216                      
system.ruby.network.routers9.msg_bytes.Request_Control::3         7696                      
system.ruby.network.routers9.msg_bytes.Response_Data::4     45305784                      
system.ruby.network.routers9.msg_bytes.Response_Control::4     35030192                      
system.ruby.network.routers9.msg_bytes.Writeback_Data::5     15897960                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::2      4748376                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::3      4748280                      
system.ruby.network.routers9.msg_bytes.Writeback_Control::5      2970224                      
system.ruby.network.routers9.msg_bytes.Broadcast_Control::3     35184968                      
system.ruby.network.routers9.msg_bytes.Unblock_Control::5      5045576                      
system.ruby.network.msg_count.Request_Control      1890717                      
system.ruby.network.msg_count.Response_Data      1887741                      
system.ruby.network.msg_count.Response_Control     13136322                      
system.ruby.network.msg_count.Writeback_Data       662414                      
system.ruby.network.msg_count.Writeback_Control      4675081                      
system.ruby.network.msg_count.Broadcast_Control      9424545                      
system.ruby.network.msg_count.Unblock_Control      1892092                      
system.ruby.network.msg_byte.Request_Control     15125736                      
system.ruby.network.msg_byte.Response_Data    135917352                      
system.ruby.network.msg_byte.Response_Control    105090576                      
system.ruby.network.msg_byte.Writeback_Data     47693808                      
system.ruby.network.msg_byte.Writeback_Control     37400648                      
system.ruby.network.msg_byte.Broadcast_Control     75396360                      
system.ruby.network.msg_byte.Unblock_Control     15136736                      
system.ruby.network.routers0.throttle0.link_utilization    19.878030                      
system.ruby.network.routers0.throttle0.msg_count.Request_Control::3          120                      
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4        78565                      
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4       546616                      
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3        73979                      
system.ruby.network.routers0.throttle0.msg_count.Broadcast_Control::3       549858                      
system.ruby.network.routers0.throttle0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4      5656680                      
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4      4372928                      
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3       591832                      
system.ruby.network.routers0.throttle0.msg_bytes.Broadcast_Control::3      4398864                      
system.ruby.network.routers0.throttle1.link_utilization    11.586630                      
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2        78569                      
system.ruby.network.routers0.throttle1.msg_count.Response_Data::4         2513                      
system.ruby.network.routers0.throttle1.msg_count.Response_Control::4       547463                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5        27411                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2        73981                      
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::5        46380                      
system.ruby.network.routers0.throttle1.msg_count.Unblock_Control::5        78752                      
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::2       628552                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Data::4       180936                      
system.ruby.network.routers0.throttle1.msg_bytes.Response_Control::4      4379704                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5      1973592                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2       591848                      
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5       371040                      
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5       630016                      
system.ruby.network.routers1.throttle0.link_utilization    19.905269                      
system.ruby.network.routers1.throttle0.msg_count.Request_Control::3          125                      
system.ruby.network.routers1.throttle0.msg_count.Response_Data::4        78701                      
system.ruby.network.routers1.throttle0.msg_count.Response_Control::4       547781                      
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::3        74303                      
system.ruby.network.routers1.throttle0.msg_count.Broadcast_Control::3       549713                      
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::3         1000                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Data::4      5666472                      
system.ruby.network.routers1.throttle0.msg_bytes.Response_Control::4      4382248                      
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::3       594424                      
system.ruby.network.routers1.throttle0.msg_bytes.Broadcast_Control::3      4397704                      
system.ruby.network.routers1.throttle1.link_utilization    11.637128                      
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2        78704                      
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4         2607                      
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4       547229                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Data::5        27816                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::2        74303                      
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::5        46302                      
system.ruby.network.routers1.throttle1.msg_count.Unblock_Control::5        78886                      
system.ruby.network.routers1.throttle1.msg_bytes.Request_Control::2       629632                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4       187704                      
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4      4377832                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::5      2002752                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::2       594424                      
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::5       370416                      
system.ruby.network.routers1.throttle1.msg_bytes.Unblock_Control::5       631088                      
system.ruby.network.routers2.throttle0.link_utilization    19.929068                      
system.ruby.network.routers2.throttle0.msg_count.Request_Control::3          126                      
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4        78848                      
system.ruby.network.routers2.throttle0.msg_count.Response_Control::4       548762                      
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3        74390                      
system.ruby.network.routers2.throttle0.msg_count.Broadcast_Control::3       549569                      
system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4      5677056                      
system.ruby.network.routers2.throttle0.msg_bytes.Response_Control::4      4390096                      
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3       595120                      
system.ruby.network.routers2.throttle0.msg_bytes.Broadcast_Control::3      4396552                      
system.ruby.network.routers2.throttle1.link_utilization    11.627049                      
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2        78852                      
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4         2563                      
system.ruby.network.routers2.throttle1.msg_count.Response_Control::4       547130                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5        27700                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2        74392                      
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::5        46510                      
system.ruby.network.routers2.throttle1.msg_count.Unblock_Control::5        79028                      
system.ruby.network.routers2.throttle1.msg_bytes.Request_Control::2       630816                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4       184536                      
system.ruby.network.routers2.throttle1.msg_bytes.Response_Control::4      4377040                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Data::5      1994400                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::2       595136                      
system.ruby.network.routers2.throttle1.msg_bytes.Writeback_Control::5       372080                      
system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5       632224                      
system.ruby.network.routers3.throttle0.link_utilization    19.878284                      
system.ruby.network.routers3.throttle0.msg_count.Request_Control::3          100                      
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4        78563                      
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4       546645                      
system.ruby.network.routers3.throttle0.msg_count.Writeback_Control::3        74010                      
system.ruby.network.routers3.throttle0.msg_count.Broadcast_Control::3       549867                      
system.ruby.network.routers3.throttle0.msg_bytes.Request_Control::3          800                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4      5656536                      
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4      4373160                      
system.ruby.network.routers3.throttle0.msg_bytes.Writeback_Control::3       592080                      
system.ruby.network.routers3.throttle0.msg_bytes.Broadcast_Control::3      4398936                      
system.ruby.network.routers3.throttle1.link_utilization    11.595978                      
system.ruby.network.routers3.throttle1.msg_count.Request_Control::2        78565                      
system.ruby.network.routers3.throttle1.msg_count.Response_Data::4         2477                      
system.ruby.network.routers3.throttle1.msg_count.Response_Control::4       547488                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::5        27552                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::2        74010                      
system.ruby.network.routers3.throttle1.msg_count.Writeback_Control::5        46295                      
system.ruby.network.routers3.throttle1.msg_count.Unblock_Control::5        78725                      
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::2       628520                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Data::4       178344                      
system.ruby.network.routers3.throttle1.msg_bytes.Response_Control::4      4379904                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::5      1983744                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::2       592080                      
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Control::5       370360                      
system.ruby.network.routers3.throttle1.msg_bytes.Unblock_Control::5       629800                      
system.ruby.network.routers4.throttle0.link_utilization    19.872641                      
system.ruby.network.routers4.throttle0.msg_count.Request_Control::3          120                      
system.ruby.network.routers4.throttle0.msg_count.Response_Data::4        78519                      
system.ruby.network.routers4.throttle0.msg_count.Response_Control::4       546358                      
system.ruby.network.routers4.throttle0.msg_count.Writeback_Control::3        74101                      
system.ruby.network.routers4.throttle0.msg_count.Broadcast_Control::3       549899                      
system.ruby.network.routers4.throttle0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Data::4      5653368                      
system.ruby.network.routers4.throttle0.msg_bytes.Response_Control::4      4370864                      
system.ruby.network.routers4.throttle0.msg_bytes.Writeback_Control::3       592808                      
system.ruby.network.routers4.throttle0.msg_bytes.Broadcast_Control::3      4399192                      
system.ruby.network.routers4.throttle1.link_utilization    11.601208                      
system.ruby.network.routers4.throttle1.msg_count.Request_Control::2        78523                      
system.ruby.network.routers4.throttle1.msg_count.Response_Data::4         2546                      
system.ruby.network.routers4.throttle1.msg_count.Response_Control::4       547471                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Data::5        27526                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::2        74103                      
system.ruby.network.routers4.throttle1.msg_count.Writeback_Control::5        46392                      
system.ruby.network.routers4.throttle1.msg_count.Unblock_Control::5        78702                      
system.ruby.network.routers4.throttle1.msg_bytes.Request_Control::2       628184                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Data::4       183312                      
system.ruby.network.routers4.throttle1.msg_bytes.Response_Control::4      4379768                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Data::5      1981872                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::2       592824                      
system.ruby.network.routers4.throttle1.msg_bytes.Writeback_Control::5       371136                      
system.ruby.network.routers4.throttle1.msg_bytes.Unblock_Control::5       629616                      
system.ruby.network.routers5.throttle0.link_utilization    19.915506                      
system.ruby.network.routers5.throttle0.msg_count.Request_Control::3          112                      
system.ruby.network.routers5.throttle0.msg_count.Response_Data::4        78775                      
system.ruby.network.routers5.throttle0.msg_count.Response_Control::4       548109                      
system.ruby.network.routers5.throttle0.msg_count.Writeback_Control::3        74354                      
system.ruby.network.routers5.throttle0.msg_count.Broadcast_Control::3       549648                      
system.ruby.network.routers5.throttle0.msg_bytes.Request_Control::3          896                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Data::4      5671800                      
system.ruby.network.routers5.throttle0.msg_bytes.Response_Control::4      4384872                      
system.ruby.network.routers5.throttle0.msg_bytes.Writeback_Control::3       594832                      
system.ruby.network.routers5.throttle0.msg_bytes.Broadcast_Control::3      4397184                      
system.ruby.network.routers5.throttle1.link_utilization    11.618866                      
system.ruby.network.routers5.throttle1.msg_count.Request_Control::2        78780                      
system.ruby.network.routers5.throttle1.msg_count.Response_Data::4         2476                      
system.ruby.network.routers5.throttle1.msg_count.Response_Control::4       547284                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Data::5        27709                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::2        74357                      
system.ruby.network.routers5.throttle1.msg_count.Writeback_Control::5        46458                      
system.ruby.network.routers5.throttle1.msg_count.Unblock_Control::5        78962                      
system.ruby.network.routers5.throttle1.msg_bytes.Request_Control::2       630240                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Data::4       178272                      
system.ruby.network.routers5.throttle1.msg_bytes.Response_Control::4      4378272                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Data::5      1995048                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::2       594856                      
system.ruby.network.routers5.throttle1.msg_bytes.Writeback_Control::5       371664                      
system.ruby.network.routers5.throttle1.msg_bytes.Unblock_Control::5       631696                      
system.ruby.network.routers6.throttle0.link_utilization    19.921255                      
system.ruby.network.routers6.throttle0.msg_count.Request_Control::3          118                      
system.ruby.network.routers6.throttle0.msg_count.Response_Data::4        78806                      
system.ruby.network.routers6.throttle0.msg_count.Response_Control::4       548372                      
system.ruby.network.routers6.throttle0.msg_count.Writeback_Control::3        74372                      
system.ruby.network.routers6.throttle0.msg_count.Broadcast_Control::3       549625                      
system.ruby.network.routers6.throttle0.msg_bytes.Request_Control::3          944                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Data::4      5674032                      
system.ruby.network.routers6.throttle0.msg_bytes.Response_Control::4      4386976                      
system.ruby.network.routers6.throttle0.msg_bytes.Writeback_Control::3       594976                      
system.ruby.network.routers6.throttle0.msg_bytes.Broadcast_Control::3      4397000                      
system.ruby.network.routers6.throttle1.link_utilization    11.613499                      
system.ruby.network.routers6.throttle1.msg_count.Request_Control::2        78810                      
system.ruby.network.routers6.throttle1.msg_count.Response_Data::4         2567                      
system.ruby.network.routers6.throttle1.msg_count.Response_Control::4       547174                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Data::5        27545                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::2        74373                      
system.ruby.network.routers6.throttle1.msg_count.Writeback_Control::5        46647                      
system.ruby.network.routers6.throttle1.msg_count.Unblock_Control::5        78987                      
system.ruby.network.routers6.throttle1.msg_bytes.Request_Control::2       630480                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Data::4       184824                      
system.ruby.network.routers6.throttle1.msg_bytes.Response_Control::4      4377392                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Data::5      1983240                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::2       594984                      
system.ruby.network.routers6.throttle1.msg_bytes.Writeback_Control::5       373176                      
system.ruby.network.routers6.throttle1.msg_bytes.Unblock_Control::5       631896                      
system.ruby.network.routers7.throttle0.link_utilization    19.865453                      
system.ruby.network.routers7.throttle0.msg_count.Request_Control::3          141                      
system.ruby.network.routers7.throttle0.msg_count.Response_Data::4        78470                      
system.ruby.network.routers7.throttle0.msg_count.Response_Control::4       546131                      
system.ruby.network.routers7.throttle0.msg_count.Writeback_Control::3        74026                      
system.ruby.network.routers7.throttle0.msg_count.Broadcast_Control::3       549942                      
system.ruby.network.routers7.throttle0.msg_bytes.Request_Control::3         1128                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Data::4      5649840                      
system.ruby.network.routers7.throttle0.msg_bytes.Response_Control::4      4369048                      
system.ruby.network.routers7.throttle0.msg_bytes.Writeback_Control::3       592208                      
system.ruby.network.routers7.throttle0.msg_bytes.Broadcast_Control::3      4399536                      
system.ruby.network.routers7.throttle1.link_utilization    11.600964                      
system.ruby.network.routers7.throttle1.msg_count.Request_Control::2        78474                      
system.ruby.network.routers7.throttle1.msg_count.Response_Data::4         2546                      
system.ruby.network.routers7.throttle1.msg_count.Response_Control::4       547535                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Data::5        27546                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::2        74028                      
system.ruby.network.routers7.throttle1.msg_count.Writeback_Control::5        46294                      
system.ruby.network.routers7.throttle1.msg_count.Unblock_Control::5        78656                      
system.ruby.network.routers7.throttle1.msg_bytes.Request_Control::2       627792                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Data::4       183312                      
system.ruby.network.routers7.throttle1.msg_bytes.Response_Control::4      4380280                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Data::5      1983312                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::2       592224                      
system.ruby.network.routers7.throttle1.msg_bytes.Writeback_Control::5       370352                      
system.ruby.network.routers7.throttle1.msg_bytes.Unblock_Control::5       629248                      
system.ruby.network.routers8.throttle0.link_utilization    44.591164                      
system.ruby.network.routers8.throttle0.msg_count.Request_Control::2       629277                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Data::5       220804                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::2       593547                      
system.ruby.network.routers8.throttle0.msg_count.Writeback_Control::5       371278                      
system.ruby.network.routers8.throttle0.msg_count.Unblock_Control::5       630697                      
system.ruby.network.routers8.throttle0.msg_bytes.Request_Control::2      5034216                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Data::5     15897888                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::2      4748376                      
system.ruby.network.routers8.throttle0.msg_bytes.Writeback_Control::5      2970224                      
system.ruby.network.routers8.throttle0.msg_bytes.Unblock_Control::5      5045576                      
system.ruby.network.routers8.throttle1.link_utilization    70.965941                      
system.ruby.network.routers8.throttle1.msg_count.Request_Control::3          962                      
system.ruby.network.routers8.throttle1.msg_count.Response_Data::4       608952                      
system.ruby.network.routers8.throttle1.msg_count.Writeback_Control::3       593536                      
system.ruby.network.routers8.throttle1.msg_count.Broadcast_Control::3       628303                      
system.ruby.network.routers8.throttle1.msg_bytes.Request_Control::3         7696                      
system.ruby.network.routers8.throttle1.msg_bytes.Response_Data::4     43844544                      
system.ruby.network.routers8.throttle1.msg_bytes.Writeback_Control::3      4748288                      
system.ruby.network.routers8.throttle1.msg_bytes.Broadcast_Control::3      5026424                      
system.ruby.network.routers9.throttle0.link_utilization    19.878030                      
system.ruby.network.routers9.throttle0.msg_count.Request_Control::3          120                      
system.ruby.network.routers9.throttle0.msg_count.Response_Data::4        78565                      
system.ruby.network.routers9.throttle0.msg_count.Response_Control::4       546616                      
system.ruby.network.routers9.throttle0.msg_count.Writeback_Control::3        73979                      
system.ruby.network.routers9.throttle0.msg_count.Broadcast_Control::3       549858                      
system.ruby.network.routers9.throttle0.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Data::4      5656680                      
system.ruby.network.routers9.throttle0.msg_bytes.Response_Control::4      4372928                      
system.ruby.network.routers9.throttle0.msg_bytes.Writeback_Control::3       591832                      
system.ruby.network.routers9.throttle0.msg_bytes.Broadcast_Control::3      4398864                      
system.ruby.network.routers9.throttle1.link_utilization    19.905269                      
system.ruby.network.routers9.throttle1.msg_count.Request_Control::3          125                      
system.ruby.network.routers9.throttle1.msg_count.Response_Data::4        78701                      
system.ruby.network.routers9.throttle1.msg_count.Response_Control::4       547781                      
system.ruby.network.routers9.throttle1.msg_count.Writeback_Control::3        74303                      
system.ruby.network.routers9.throttle1.msg_count.Broadcast_Control::3       549713                      
system.ruby.network.routers9.throttle1.msg_bytes.Request_Control::3         1000                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Data::4      5666472                      
system.ruby.network.routers9.throttle1.msg_bytes.Response_Control::4      4382248                      
system.ruby.network.routers9.throttle1.msg_bytes.Writeback_Control::3       594424                      
system.ruby.network.routers9.throttle1.msg_bytes.Broadcast_Control::3      4397704                      
system.ruby.network.routers9.throttle2.link_utilization    19.929068                      
system.ruby.network.routers9.throttle2.msg_count.Request_Control::3          126                      
system.ruby.network.routers9.throttle2.msg_count.Response_Data::4        78848                      
system.ruby.network.routers9.throttle2.msg_count.Response_Control::4       548762                      
system.ruby.network.routers9.throttle2.msg_count.Writeback_Control::3        74390                      
system.ruby.network.routers9.throttle2.msg_count.Broadcast_Control::3       549569                      
system.ruby.network.routers9.throttle2.msg_bytes.Request_Control::3         1008                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Data::4      5677056                      
system.ruby.network.routers9.throttle2.msg_bytes.Response_Control::4      4390096                      
system.ruby.network.routers9.throttle2.msg_bytes.Writeback_Control::3       595120                      
system.ruby.network.routers9.throttle2.msg_bytes.Broadcast_Control::3      4396552                      
system.ruby.network.routers9.throttle3.link_utilization    19.878326                      
system.ruby.network.routers9.throttle3.msg_count.Request_Control::3          100                      
system.ruby.network.routers9.throttle3.msg_count.Response_Data::4        78563                      
system.ruby.network.routers9.throttle3.msg_count.Response_Control::4       546645                      
system.ruby.network.routers9.throttle3.msg_count.Writeback_Control::3        74010                      
system.ruby.network.routers9.throttle3.msg_count.Broadcast_Control::3       549867                      
system.ruby.network.routers9.throttle3.msg_bytes.Request_Control::3          800                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Data::4      5656536                      
system.ruby.network.routers9.throttle3.msg_bytes.Response_Control::4      4373160                      
system.ruby.network.routers9.throttle3.msg_bytes.Writeback_Control::3       592080                      
system.ruby.network.routers9.throttle3.msg_bytes.Broadcast_Control::3      4398936                      
system.ruby.network.routers9.throttle4.link_utilization    19.872641                      
system.ruby.network.routers9.throttle4.msg_count.Request_Control::3          120                      
system.ruby.network.routers9.throttle4.msg_count.Response_Data::4        78519                      
system.ruby.network.routers9.throttle4.msg_count.Response_Control::4       546358                      
system.ruby.network.routers9.throttle4.msg_count.Writeback_Control::3        74101                      
system.ruby.network.routers9.throttle4.msg_count.Broadcast_Control::3       549899                      
system.ruby.network.routers9.throttle4.msg_bytes.Request_Control::3          960                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Data::4      5653368                      
system.ruby.network.routers9.throttle4.msg_bytes.Response_Control::4      4370864                      
system.ruby.network.routers9.throttle4.msg_bytes.Writeback_Control::3       592808                      
system.ruby.network.routers9.throttle4.msg_bytes.Broadcast_Control::3      4399192                      
system.ruby.network.routers9.throttle5.link_utilization    19.915506                      
system.ruby.network.routers9.throttle5.msg_count.Request_Control::3          112                      
system.ruby.network.routers9.throttle5.msg_count.Response_Data::4        78775                      
system.ruby.network.routers9.throttle5.msg_count.Response_Control::4       548109                      
system.ruby.network.routers9.throttle5.msg_count.Writeback_Control::3        74354                      
system.ruby.network.routers9.throttle5.msg_count.Broadcast_Control::3       549648                      
system.ruby.network.routers9.throttle5.msg_bytes.Request_Control::3          896                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Data::4      5671800                      
system.ruby.network.routers9.throttle5.msg_bytes.Response_Control::4      4384872                      
system.ruby.network.routers9.throttle5.msg_bytes.Writeback_Control::3       594832                      
system.ruby.network.routers9.throttle5.msg_bytes.Broadcast_Control::3      4397184                      
system.ruby.network.routers9.throttle6.link_utilization    19.921255                      
system.ruby.network.routers9.throttle6.msg_count.Request_Control::3          118                      
system.ruby.network.routers9.throttle6.msg_count.Response_Data::4        78806                      
system.ruby.network.routers9.throttle6.msg_count.Response_Control::4       548372                      
system.ruby.network.routers9.throttle6.msg_count.Writeback_Control::3        74372                      
system.ruby.network.routers9.throttle6.msg_count.Broadcast_Control::3       549625                      
system.ruby.network.routers9.throttle6.msg_bytes.Request_Control::3          944                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Data::4      5674032                      
system.ruby.network.routers9.throttle6.msg_bytes.Response_Control::4      4386976                      
system.ruby.network.routers9.throttle6.msg_bytes.Writeback_Control::3       594976                      
system.ruby.network.routers9.throttle6.msg_bytes.Broadcast_Control::3      4397000                      
system.ruby.network.routers9.throttle7.link_utilization    19.865453                      
system.ruby.network.routers9.throttle7.msg_count.Request_Control::3          141                      
system.ruby.network.routers9.throttle7.msg_count.Response_Data::4        78470                      
system.ruby.network.routers9.throttle7.msg_count.Response_Control::4       546131                      
system.ruby.network.routers9.throttle7.msg_count.Writeback_Control::3        74026                      
system.ruby.network.routers9.throttle7.msg_count.Broadcast_Control::3       549942                      
system.ruby.network.routers9.throttle7.msg_bytes.Request_Control::3         1128                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Data::4      5649840                      
system.ruby.network.routers9.throttle7.msg_bytes.Response_Control::4      4369048                      
system.ruby.network.routers9.throttle7.msg_bytes.Writeback_Control::3       592208                      
system.ruby.network.routers9.throttle7.msg_bytes.Broadcast_Control::3      4399536                      
system.ruby.network.routers9.throttle8.link_utilization    44.591207                      
system.ruby.network.routers9.throttle8.msg_count.Request_Control::2       629277                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Data::5       220805                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::2       593547                      
system.ruby.network.routers9.throttle8.msg_count.Writeback_Control::5       371278                      
system.ruby.network.routers9.throttle8.msg_count.Unblock_Control::5       630697                      
system.ruby.network.routers9.throttle8.msg_bytes.Request_Control::2      5034216                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Data::5     15897960                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::2      4748376                      
system.ruby.network.routers9.throttle8.msg_bytes.Writeback_Control::5      2970224                      
system.ruby.network.routers9.throttle8.msg_bytes.Unblock_Control::5      5045576                      
system.ruby.LD.latency_hist_seqr::bucket_size          512                      
system.ruby.LD.latency_hist_seqr::max_bucket         5119                      
system.ruby.LD.latency_hist_seqr::samples       406290                      
system.ruby.LD.latency_hist_seqr::mean     960.374656                      
system.ruby.LD.latency_hist_seqr::gmean    653.723269                      
system.ruby.LD.latency_hist_seqr::stdev    680.173118                      
system.ruby.LD.latency_hist_seqr         |      139274     34.28%     34.28% |       85290     20.99%     55.27% |       85200     20.97%     76.24% |       69101     17.01%     93.25% |       24962      6.14%     99.39% |        2420      0.60%     99.99% |          43      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist_seqr::total        406290                      
system.ruby.LD.hit_latency_hist_seqr::bucket_size          128                      
system.ruby.LD.hit_latency_hist_seqr::max_bucket         1279                      
system.ruby.LD.hit_latency_hist_seqr::samples          444                      
system.ruby.LD.hit_latency_hist_seqr::mean    62.301802                      
system.ruby.LD.hit_latency_hist_seqr::gmean    13.718667                      
system.ruby.LD.hit_latency_hist_seqr::stdev   132.474944                      
system.ruby.LD.hit_latency_hist_seqr     |         374     84.23%     84.23% |          34      7.66%     91.89% |          20      4.50%     96.40% |           8      1.80%     98.20% |           5      1.13%     99.32% |           1      0.23%     99.55% |           1      0.23%     99.77% |           0      0.00%     99.77% |           0      0.00%     99.77% |           1      0.23%    100.00%
system.ruby.LD.hit_latency_hist_seqr::total          444                      
system.ruby.LD.miss_latency_hist_seqr::bucket_size          512                      
system.ruby.LD.miss_latency_hist_seqr::max_bucket         5119                      
system.ruby.LD.miss_latency_hist_seqr::samples       405846                      
system.ruby.LD.miss_latency_hist_seqr::mean   961.357158                      
system.ruby.LD.miss_latency_hist_seqr::gmean   656.492523                      
system.ruby.LD.miss_latency_hist_seqr::stdev   679.881694                      
system.ruby.LD.miss_latency_hist_seqr    |      138838     34.21%     34.21% |       85283     21.01%     55.22% |       85199     20.99%     76.22% |       69101     17.03%     93.24% |       24962      6.15%     99.39% |        2420      0.60%     99.99% |          43      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist_seqr::total       405846                      
system.ruby.ST.latency_hist_seqr::bucket_size          512                      
system.ruby.ST.latency_hist_seqr::max_bucket         5119                      
system.ruby.ST.latency_hist_seqr::samples       223621                      
system.ruby.ST.latency_hist_seqr::mean     958.055469                      
system.ruby.ST.latency_hist_seqr::gmean    652.031334                      
system.ruby.ST.latency_hist_seqr::stdev    680.018005                      
system.ruby.ST.latency_hist_seqr         |       77030     34.45%     34.45% |       47046     21.04%     55.48% |       46657     20.86%     76.35% |       37864     16.93%     93.28% |       13697      6.13%     99.41% |        1304      0.58%     99.99% |          23      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist_seqr::total        223621                      
system.ruby.ST.hit_latency_hist_seqr::bucket_size          128                      
system.ruby.ST.hit_latency_hist_seqr::max_bucket         1279                      
system.ruby.ST.hit_latency_hist_seqr::samples          218                      
system.ruby.ST.hit_latency_hist_seqr::mean    68.949541                      
system.ruby.ST.hit_latency_hist_seqr::gmean    13.374942                      
system.ruby.ST.hit_latency_hist_seqr::stdev   164.954210                      
system.ruby.ST.hit_latency_hist_seqr     |         190     87.16%     87.16% |          11      5.05%     92.20% |           7      3.21%     95.41% |           2      0.92%     96.33% |           0      0.00%     96.33% |           3      1.38%     97.71% |           3      1.38%     99.08% |           2      0.92%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist_seqr::total          218                      
system.ruby.ST.miss_latency_hist_seqr::bucket_size          512                      
system.ruby.ST.miss_latency_hist_seqr::max_bucket         5119                      
system.ruby.ST.miss_latency_hist_seqr::samples       223403                      
system.ruby.ST.miss_latency_hist_seqr::mean   958.923072                      
system.ruby.ST.miss_latency_hist_seqr::gmean   654.508995                      
system.ruby.ST.miss_latency_hist_seqr::stdev   679.762571                      
system.ruby.ST.miss_latency_hist_seqr    |       76820     34.39%     34.39% |       47038     21.06%     55.44% |       46657     20.88%     76.33% |       37864     16.95%     93.27% |       13697      6.13%     99.41% |        1304      0.58%     99.99% |          23      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist_seqr::total       223403                      
system.ruby.L1Cache.hit_mach_latency_hist_seqr::bucket_size            1                      
system.ruby.L1Cache.hit_mach_latency_hist_seqr::max_bucket            9                      
system.ruby.L1Cache.hit_mach_latency_hist_seqr::samples          126                      
system.ruby.L1Cache.hit_mach_latency_hist_seqr::mean            1                      
system.ruby.L1Cache.hit_mach_latency_hist_seqr::gmean            1                      
system.ruby.L1Cache.hit_mach_latency_hist_seqr |           0      0.00%      0.00% |         126    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.hit_mach_latency_hist_seqr::total          126                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr::bucket_size          512                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr::max_bucket         5119                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr::samples        22929                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr::mean   917.294474                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr::gmean   599.636042                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr::stdev   676.350403                      
system.ruby.L1Cache.miss_mach_latency_hist_seqr |        8471     36.94%     36.94% |        4760     20.76%     57.70% |        4639     20.23%     77.94% |        3735     16.29%     94.23% |        1218      5.31%     99.54% |         105      0.46%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist_seqr::total        22929                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::bucket_size          512                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::max_bucket         5119                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::samples        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::mean   769.291483                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::gmean   161.408765                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::stdev   672.554554                      
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request |        9332     42.48%     42.48% |        4595     20.92%     63.40% |        4421     20.13%     83.53% |        2933     13.35%     96.88% |         655      2.98%     99.86% |          31      0.14%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist_seqr.issue_to_initial_request::total        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::bucket_size          128                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::max_bucket         1279                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::samples        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::mean    49.655074                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::gmean    20.745857                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::stdev    75.819936                      
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward |       19070     86.81%     86.81% |        2265     10.31%     97.12% |         517      2.35%     99.48% |          68      0.31%     99.79% |          39      0.18%     99.96% |           8      0.04%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist_seqr.initial_to_forward::total        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::bucket_size           32                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::max_bucket          319                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::samples        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::mean    86.871580                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::gmean    72.228308                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::stdev    49.302472                      
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response |        3616     16.46%     16.46% |        4690     21.35%     37.81% |        5205     23.69%     61.51% |        3592     16.35%     77.86% |        2696     12.27%     90.13% |        1595      7.26%     97.39% |         528      2.40%     99.80% |          42      0.19%     99.99% |           3      0.01%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_latency_hist_seqr.forward_to_first_response::total        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.first_response_to_completion::bucket_size           32                      
system.ruby.L1Cache.miss_latency_hist_seqr.first_response_to_completion::max_bucket          319                      
system.ruby.L1Cache.miss_latency_hist_seqr.first_response_to_completion::samples        21967                      
system.ruby.L1Cache.miss_latency_hist_seqr.first_response_to_completion::mean     9.646606                      
system.ruby.L1Cache.miss_latency_hist_seqr.first_response_to_completion::stdev    22.383574                      
system.ruby.L1Cache.miss_latency_hist_seqr.first_response_to_completion |       20003     91.06%     91.06% |         858      3.91%     94.97% |         665      3.03%     97.99% |         325      1.48%     99.47% |          99      0.45%     99.92% |          15      0.07%     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_seqr.first_response_to_completion::total        21967                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr::bucket_size          128                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr::max_bucket         1279                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr::samples          536                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr::mean    79.416045                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr::gmean    25.129455                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr::stdev   156.229930                      
system.ruby.L2Cache.hit_mach_latency_hist_seqr |         438     81.72%     81.72% |          45      8.40%     90.11% |          27      5.04%     95.15% |          10      1.87%     97.01% |           5      0.93%     97.95% |           4      0.75%     98.69% |           4      0.75%     99.44% |           2      0.37%     99.81% |           0      0.00%     99.81% |           1      0.19%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist_seqr::total          536                      
system.ruby.Directory.miss_mach_latency_hist_seqr::bucket_size          512                      
system.ruby.Directory.miss_mach_latency_hist_seqr::max_bucket         5119                      
system.ruby.Directory.miss_mach_latency_hist_seqr::samples       606320                      
system.ruby.Directory.miss_mach_latency_hist_seqr::mean   962.126605                      
system.ruby.Directory.miss_mach_latency_hist_seqr::gmean   658.011306                      
system.ruby.Directory.miss_mach_latency_hist_seqr::stdev   679.918169                      
system.ruby.Directory.miss_mach_latency_hist_seqr |      207187     34.17%     34.17% |      127561     21.04%     55.21% |      127217     20.98%     76.19% |      103230     17.03%     93.22% |       37441      6.18%     99.39% |        3619      0.60%     99.99% |          65      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist_seqr::total       606320                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request::bucket_size          512                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request::max_bucket         5119                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request::samples       429742                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request::mean   784.153017                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request::gmean   182.710086                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request::stdev   666.397335                      
system.ruby.Directory.miss_latency_hist_seqr.issue_to_initial_request |      178531     41.54%     41.54% |       92185     21.45%     63.00% |       88049     20.49%     83.48% |       57641     13.41%     96.90% |       12707      2.96%     99.85% |         623      0.14%    100.00% |           6      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_seqr.issue_to_initial_request::total       429742                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::bucket_size           64                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::max_bucket          639                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::samples       429742                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::mean    18.305988                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::gmean    12.466522                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::stdev    20.935609                      
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward |      399534     92.97%     92.97% |       29865      6.95%     99.92% |         276      0.06%     99.98% |          52      0.01%    100.00% |           9      0.00%    100.00% |           5      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist_seqr.initial_to_forward::total       429742                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response::bucket_size           32                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response::max_bucket          319                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response::samples       429742                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response::mean    62.043489                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response::gmean    53.541478                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response::stdev    33.955511                      
system.ruby.Directory.miss_latency_hist_seqr.forward_to_first_response |      102053     23.75%     23.75% |      148225     34.49%     58.24% |      106521     24.79%     83.03% |       50471     11.74%     94.77% |       18432      4.29%     99.06% |        3871      0.90%     99.96% |         168      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_seqr.forward_to_first_response::total       429742                      
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion::bucket_size          128                      
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion::max_bucket         1279                      
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion::samples       429742                      
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion::mean   141.234122                      
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion::stdev   102.647241                      
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion |      226604     52.73%     52.73% |      153344     35.68%     88.41% |       35970      8.37%     96.78% |        9098      2.12%     98.90% |        4598      1.07%     99.97% |         128      0.03%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist_seqr.first_response_to_completion::total       429742                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr::bucket_size            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr::max_bucket            9                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr::samples           83                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr::mean            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr::gmean            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr |           0      0.00%      0.00% |          83    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist_seqr::total           83                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::bucket_size          512                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::max_bucket         5119                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::samples        13098                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::mean   918.714613                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::gmean   600.249224                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::stdev   672.644684                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr |        4798     36.63%     36.63% |        2729     20.84%     57.47% |        2722     20.78%     78.25% |        2123     16.21%     94.46% |         664      5.07%     99.53% |          61      0.47%     99.99% |           1      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist_seqr::total        13098                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::bucket_size          128                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::max_bucket         1279                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::samples          361                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::mean    76.396122                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::gmean    25.049504                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::stdev   143.283503                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr |         291     80.61%     80.61% |          34      9.42%     90.03% |          20      5.54%     95.57% |           8      2.22%     97.78% |           5      1.39%     99.17% |           1      0.28%     99.45% |           1      0.28%     99.72% |           0      0.00%     99.72% |           0      0.00%     99.72% |           1      0.28%    100.00%
system.ruby.LD.L2Cache.hit_type_mach_latency_hist_seqr::total          361                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::bucket_size          512                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::max_bucket         5119                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::samples       392748                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::mean   962.779271                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::gmean   658.456401                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::stdev   680.076496                      
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr |      134040     34.13%     34.13% |       82554     21.02%     55.15% |       82477     21.00%     76.15% |       66978     17.05%     93.20% |       24298      6.19%     99.39% |        2359      0.60%     99.99% |          42      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist_seqr::total       392748                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr::bucket_size            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr::max_bucket            9                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr::samples           43                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr::mean            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr::gmean            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr |           0      0.00%      0.00% |          43    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.hit_type_mach_latency_hist_seqr::total           43                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::bucket_size          512                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::max_bucket         5119                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::samples         9831                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::mean   915.402401                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::gmean   598.820063                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::stdev   681.285952                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr |        3673     37.36%     37.36% |        2031     20.66%     58.02% |        1917     19.50%     77.52% |        1612     16.40%     93.92% |         554      5.64%     99.55% |          44      0.45%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist_seqr::total         9831                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::bucket_size          128                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::max_bucket         1279                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::samples          175                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::mean    85.645714                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::gmean    25.295189                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::stdev   180.313043                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr |         147     84.00%     84.00% |          11      6.29%     90.29% |           7      4.00%     94.29% |           2      1.14%     95.43% |           0      0.00%     95.43% |           3      1.71%     97.14% |           3      1.71%     98.86% |           2      1.14%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist_seqr::total          175                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::bucket_size          512                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::max_bucket         5119                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::samples       213572                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::mean   960.926385                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::gmean   657.193585                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::stdev   679.626872                      
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr |       73147     34.25%     34.25% |       45007     21.07%     55.32% |       44740     20.95%     76.27% |       36252     16.97%     93.25% |       13143      6.15%     99.40% |        1260      0.59%     99.99% |          23      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist_seqr::total       213572                      
system.ruby.Directory_Controller.GETX          227359      0.00%      0.00%
system.ruby.Directory_Controller.GETS          412013      0.00%      0.00%
system.ruby.Directory_Controller.PUT           607708      0.00%      0.00%
system.ruby.Directory_Controller.Unblock         1451      0.00%      0.00%
system.ruby.Directory_Controller.UnblockS        26373      0.00%      0.00%
system.ruby.Directory_Controller.UnblockM       602873      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Clean         8050      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Dirty         1352      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Clean       363228      0.00%      0.00%
system.ruby.Directory_Controller.Writeback_Exclusive_Dirty       219452      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       608953      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       220804      0.00%      0.00%
system.ruby.Directory_Controller.All_Unblocks          962      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETX           83      0.00%      0.00%
system.ruby.Directory_Controller.NX.GETS           74      0.00%      0.00%
system.ruby.Directory_Controller.NX.PUT         10821      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         7117      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS        12062      0.00%      0.00%
system.ruby.Directory_Controller.NO.PUT        582725      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX          9321      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS         16807      0.00%      0.00%
system.ruby.Directory_Controller.E.GETX        206891      0.00%      0.00%
system.ruby.Directory_Controller.E.GETS        375959      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETX          569      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.GETS          962      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.PUT        13941      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockS         8535      0.00%      0.00%
system.ruby.Directory_Controller.NO_B.UnblockM       601412      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           20      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          538      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.PUT           29      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockS           39      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S.UnblockM          923      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETX            4      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.GETS            1      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.PUT          112      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.UnblockS          962      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_S_W.All_Unblocks          962      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETX           10      0.00%      0.00%
system.ruby.Directory_Controller.O_B.GETS           32      0.00%      0.00%
system.ruby.Directory_Controller.O_B.UnblockS        16806      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETX         1902      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.GETS         3515      0.00%      0.00%
system.ruby.Directory_Controller.NO_B_W.Memory_Data       592146      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETX           49      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.GETS          101      0.00%      0.00%
system.ruby.Directory_Controller.O_B_W.Memory_Data        16807      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETX         1378      0.00%      0.00%
system.ruby.Directory_Controller.WB.GETS         2421      0.00%      0.00%
system.ruby.Directory_Controller.WB.PUT            60      0.00%      0.00%
system.ruby.Directory_Controller.WB.Unblock         1451      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Clean         8050      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Dirty         1352      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Clean       363228      0.00%      0.00%
system.ruby.Directory_Controller.WB.Writeback_Exclusive_Dirty       219452      0.00%      0.00%
system.ruby.Directory_Controller.WB_O_W.Memory_Ack         1352      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETX           34      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.GETS           79      0.00%      0.00%
system.ruby.Directory_Controller.WB_E_W.Memory_Ack       219452      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50971     12.54%     12.54% |       50665     12.46%     25.00% |       50845     12.50%     37.50% |       50743     12.48%     49.98% |       50754     12.48%     62.46% |       50895     12.52%     74.98% |       51016     12.55%     87.52% |       50730     12.48%    100.00%
system.ruby.L1Cache_Controller.Load::total       406619                      
system.ruby.L1Cache_Controller.Store     |       27735     12.39%     12.39% |       28186     12.59%     24.99% |       28157     12.58%     37.57% |       27944     12.49%     50.05% |       27882     12.46%     62.51% |       28029     12.52%     75.03% |       27949     12.49%     87.52% |       27925     12.48%    100.00%
system.ruby.L1Cache_Controller.Store::total       223807                      
system.ruby.L1Cache_Controller.L2_Replacement |       77360     12.48%     12.48% |       77497     12.51%     24.99% |       77632     12.53%     37.52% |       77372     12.49%     50.01% |       77315     12.48%     62.48% |       77607     12.52%     75.01% |       77589     12.52%     87.53% |       77281     12.47%    100.00%
system.ruby.L1Cache_Controller.L2_Replacement::total       619653                      
system.ruby.L1Cache_Controller.L1_to_L2  |     1262689     12.50%     12.50% |     1264010     12.51%     25.01% |     1265832     12.53%     37.54% |     1258023     12.45%     50.00% |     1260220     12.48%     62.47% |     1264438     12.52%     74.99% |     1265548     12.53%     87.52% |     1260958     12.48%    100.00%
system.ruby.L1Cache_Controller.L1_to_L2::total     10101718                      
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D |          73     13.20%     13.20% |          67     12.12%     25.32% |          70     12.66%     37.97% |          65     11.75%     49.73% |          55      9.95%     59.67% |          67     12.12%     71.79% |          71     12.84%     84.63% |          85     15.37%    100.00%
system.ruby.L1Cache_Controller.Trigger_L2_to_L1D::total          553                      
system.ruby.L1Cache_Controller.Complete_L2_to_L1 |          73     13.20%     13.20% |          67     12.12%     25.32% |          70     12.66%     37.97% |          65     11.75%     49.73% |          55      9.95%     59.67% |          67     12.12%     71.79% |          71     12.84%     84.63% |          85     15.37%    100.00%
system.ruby.L1Cache_Controller.Complete_L2_to_L1::total          553                      
system.ruby.L1Cache_Controller.Other_GETX |      195724     12.52%     12.52% |      195274     12.49%     25.00% |      195314     12.49%     37.49% |      195506     12.50%     49.99% |      195571     12.51%     62.50% |      195421     12.50%     74.99% |      195515     12.50%     87.50% |      195545     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETX::total      1563870                      
system.ruby.L1Cache_Controller.Other_GETS |      354134     12.49%     12.49% |      354439     12.51%     25.00% |      354255     12.50%     37.50% |      354361     12.50%     50.00% |      354328     12.50%     62.50% |      354227     12.50%     75.00% |      354110     12.49%     87.50% |      354397     12.50%    100.00%
system.ruby.L1Cache_Controller.Other_GETS::total      2834251                      
system.ruby.L1Cache_Controller.Merged_GETS |         120     12.47%     12.47% |         125     12.99%     25.47% |         126     13.10%     38.57% |         100     10.40%     48.96% |         120     12.47%     61.43% |         112     11.64%     73.08% |         118     12.27%     85.34% |         141     14.66%    100.00%
system.ruby.L1Cache_Controller.Merged_GETS::total          962                      
system.ruby.L1Cache_Controller.Ack       |      546565     12.48%     12.48% |      547738     12.51%     24.99% |      548718     12.53%     37.53% |      546605     12.48%     50.01% |      546312     12.48%     62.49% |      548045     12.52%     75.00% |      548316     12.52%     87.53% |      546087     12.47%    100.00%
system.ruby.L1Cache_Controller.Ack::total      4378386                      
system.ruby.L1Cache_Controller.Shared_Ack |          51     13.14%     13.14% |          43     11.08%     24.23% |          44     11.34%     35.57% |          40     10.31%     45.88% |          46     11.86%     57.73% |          64     16.49%     74.23% |          56     14.43%     88.66% |          44     11.34%    100.00%
system.ruby.L1Cache_Controller.Shared_Ack::total          388                      
system.ruby.L1Cache_Controller.Data      |        3541     12.82%     12.82% |        3379     12.23%     25.05% |        3493     12.65%     37.70% |        3551     12.86%     50.55% |        3408     12.34%     62.89% |        3461     12.53%     75.42% |        3404     12.32%     87.75% |        3385     12.25%    100.00%
system.ruby.L1Cache_Controller.Data::total        27622                      
system.ruby.L1Cache_Controller.Shared_Data |        1202     12.56%     12.56% |        1159     12.11%     24.68% |        1180     12.33%     37.01% |        1226     12.81%     49.83% |        1192     12.46%     62.29% |        1221     12.76%     75.05% |        1195     12.49%     87.54% |        1192     12.46%    100.00%
system.ruby.L1Cache_Controller.Shared_Data::total         9567                      
system.ruby.L1Cache_Controller.Exclusive_Data |       73822     12.47%     12.47% |       74163     12.53%     25.00% |       74175     12.53%     37.52% |       73785     12.46%     49.99% |       73919     12.49%     62.47% |       74093     12.51%     74.99% |       74207     12.53%     87.52% |       73893     12.48%    100.00%
system.ruby.L1Cache_Controller.Exclusive_Data::total       592057                      
system.ruby.L1Cache_Controller.Writeback_Ack |       73979     12.46%     12.46% |       74303     12.52%     24.98% |       74390     12.53%     37.52% |       74010     12.47%     49.99% |       74101     12.48%     62.47% |       74354     12.53%     75.00% |       74372     12.53%     87.53% |       74026     12.47%    100.00%
system.ruby.L1Cache_Controller.Writeback_Ack::total       593535                      
system.ruby.L1Cache_Controller.All_acks  |        1249     12.60%     12.60% |        1194     12.04%     24.64% |        1213     12.23%     36.87% |        1266     12.77%     49.64% |        1237     12.47%     62.11% |        1277     12.88%     74.99% |        1248     12.59%     87.58% |        1232     12.42%    100.00%
system.ruby.L1Cache_Controller.All_acks::total         9916                      
system.ruby.L1Cache_Controller.All_acks_no_sharers |       77316     12.48%     12.48% |       77507     12.51%     25.00% |       77635     12.54%     37.53% |       77297     12.48%     50.01% |       77282     12.48%     62.49% |       77499     12.51%     75.01% |       77559     12.52%     87.53% |       77238     12.47%    100.00%
system.ruby.L1Cache_Controller.All_acks_no_sharers::total       619333                      
system.ruby.L1Cache_Controller.I.Load    |       50883     12.54%     12.54% |       50568     12.46%     25.00% |       50755     12.51%     37.50% |       50661     12.48%     49.98% |       50684     12.49%     62.47% |       50791     12.51%     74.99% |       50914     12.54%     87.53% |       50609     12.47%    100.00%
system.ruby.L1Cache_Controller.I.Load::total       405865                      
system.ruby.L1Cache_Controller.I.Store   |       27682     12.39%     12.39% |       28135     12.59%     24.99% |       28094     12.58%     37.56% |       27901     12.49%     50.05% |       27835     12.46%     62.51% |       27986     12.53%     75.04% |       27895     12.49%     87.53% |       27863     12.47%    100.00%
system.ruby.L1Cache_Controller.I.Store::total       223391                      
system.ruby.L1Cache_Controller.I.Other_GETX |      194570     12.51%     12.51% |      194171     12.49%     25.00% |      194237     12.49%     37.49% |      194432     12.50%     49.99% |      194464     12.51%     62.50% |      194330     12.50%     75.00% |      194397     12.50%     87.50% |      194438     12.50%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETX::total      1555039                      
system.ruby.L1Cache_Controller.I.Other_GETS |      352245     12.49%     12.49% |      352525     12.50%     25.00% |      352324     12.50%     37.50% |      352485     12.50%     50.00% |      352423     12.50%     62.50% |      352389     12.50%     75.00% |      352205     12.49%     87.49% |      352535     12.51%    100.00%
system.ruby.L1Cache_Controller.I.Other_GETS::total      2819131                      
system.ruby.L1Cache_Controller.S.Load    |           0      0.00%      0.00% |           0      0.00%      0.00% |           3    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.S.Load::total            3                      
system.ruby.L1Cache_Controller.S.Store   |           1     25.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.S.Store::total            4                      
system.ruby.L1Cache_Controller.S.L2_Replacement |        3379     12.94%     12.94% |        3194     12.23%     25.18% |        3240     12.41%     37.59% |        3362     12.88%     50.47% |        3212     12.30%     62.77% |        3250     12.45%     75.22% |        3216     12.32%     87.54% |        3253     12.46%    100.00%
system.ruby.L1Cache_Controller.S.L2_Replacement::total        26106                      
system.ruby.L1Cache_Controller.S.L1_to_L2 |        3414     12.95%     12.95% |        3228     12.24%     25.19% |        3282     12.45%     37.64% |        3389     12.85%     50.49% |        3250     12.33%     62.82% |        3282     12.45%     75.27% |        3240     12.29%     87.56% |        3280     12.44%    100.00%
system.ruby.L1Cache_Controller.S.L1_to_L2::total        26365                      
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D |           8     25.00%     25.00% |           3      9.38%     34.38% |           3      9.38%     43.75% |           3      9.38%     53.12% |           5     15.62%     68.75% |           5     15.62%     84.38% |           1      3.12%     87.50% |           4     12.50%    100.00%
system.ruby.L1Cache_Controller.S.Trigger_L2_to_L1D::total           32                      
system.ruby.L1Cache_Controller.S.Other_GETX |          29     11.79%     11.79% |          34     13.82%     25.61% |          38     15.45%     41.06% |          26     10.57%     51.63% |          34     13.82%     65.45% |          31     12.60%     78.05% |          28     11.38%     89.43% |          26     10.57%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETX::total          246                      
system.ruby.L1Cache_Controller.S.Other_GETS |          61     15.72%     15.72% |          40     10.31%     26.03% |          51     13.14%     39.18% |          45     11.60%     50.77% |          54     13.92%     64.69% |          49     12.63%     77.32% |          38      9.79%     87.11% |          50     12.89%    100.00%
system.ruby.L1Cache_Controller.S.Other_GETS::total          388                      
system.ruby.L1Cache_Controller.O.L2_Replacement |         837     12.41%     12.41% |         884     13.10%     25.51% |         862     12.78%     38.29% |         816     12.10%     50.39% |         866     12.84%     63.22% |         809     11.99%     75.21% |         832     12.33%     87.55% |         840     12.45%    100.00%
system.ruby.L1Cache_Controller.O.L2_Replacement::total         6746                      
system.ruby.L1Cache_Controller.O.L1_to_L2 |          69     12.97%     12.97% |          78     14.66%     27.63% |          53      9.96%     37.59% |          54     10.15%     47.74% |          78     14.66%     62.41% |          61     11.47%     73.87% |          61     11.47%     85.34% |          78     14.66%    100.00%
system.ruby.L1Cache_Controller.O.L1_to_L2::total          532                      
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D |           2     20.00%     20.00% |           1     10.00%     30.00% |           1     10.00%     40.00% |           2     20.00%     60.00% |           1     10.00%     70.00% |           1     10.00%     80.00% |           1     10.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.O.Trigger_L2_to_L1D::total           10                      
system.ruby.L1Cache_Controller.O.Other_GETX |           7     15.91%     15.91% |           5     11.36%     27.27% |           7     15.91%     43.18% |           5     11.36%     54.55% |           4      9.09%     63.64% |           7     15.91%     79.55% |           3      6.82%     86.36% |           6     13.64%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETX::total           44                      
system.ruby.L1Cache_Controller.O.Other_GETS |           2      5.00%      5.00% |           6     15.00%     20.00% |           5     12.50%     32.50% |           6     15.00%     47.50% |           5     12.50%     60.00% |           3      7.50%     67.50% |           7     17.50%     85.00% |           6     15.00%    100.00%
system.ruby.L1Cache_Controller.O.Other_GETS::total           40                      
system.ruby.L1Cache_Controller.O.Merged_GETS |           3     17.65%     17.65% |           0      0.00%     17.65% |           4     23.53%     41.18% |           3     17.65%     58.82% |           2     11.76%     70.59% |           3     17.65%     88.24% |           1      5.88%     94.12% |           1      5.88%    100.00%
system.ruby.L1Cache_Controller.O.Merged_GETS::total           17                      
system.ruby.L1Cache_Controller.M.Load    |           0      0.00%      0.00% |           3     13.04%     13.04% |           2      8.70%     21.74% |           1      4.35%     26.09% |           8     34.78%     60.87% |           2      8.70%     69.57% |           4     17.39%     86.96% |           3     13.04%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           23                      
system.ruby.L1Cache_Controller.M.Store   |           2     15.38%     15.38% |           1      7.69%     23.08% |           1      7.69%     30.77% |           0      0.00%     30.77% |           2     15.38%     46.15% |           3     23.08%     69.23% |           2     15.38%     84.62% |           2     15.38%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           13                      
system.ruby.L1Cache_Controller.M.L2_Replacement |       46198     12.51%     12.51% |       46006     12.46%     24.97% |       46208     12.51%     37.49% |       46008     12.46%     49.95% |       46151     12.50%     62.44% |       46263     12.53%     74.97% |       46379     12.56%     87.53% |       46030     12.47%    100.00%
system.ruby.L1Cache_Controller.M.L2_Replacement::total       369243                      
system.ruby.L1Cache_Controller.M.L1_to_L2 |       47396     12.51%     12.51% |       47252     12.47%     24.98% |       47404     12.51%     37.49% |       47224     12.46%     49.95% |       47339     12.49%     62.44% |       47445     12.52%     74.96% |       47605     12.56%     87.53% |       47263     12.47%    100.00%
system.ruby.L1Cache_Controller.M.L1_to_L2::total       378928                      
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D |          35     10.61%     10.61% |          38     11.52%     22.12% |          40     12.12%     34.24% |          44     13.33%     47.58% |          31      9.39%     56.97% |          38     11.52%     68.48% |          48     14.55%     83.03% |          56     16.97%    100.00%
system.ruby.L1Cache_Controller.M.Trigger_L2_to_L1D::total          330                      
system.ruby.L1Cache_Controller.M.Other_GETX |         454     12.65%     12.65% |         458     12.76%     25.40% |         407     11.34%     36.74% |         451     12.56%     49.30% |         431     12.01%     61.31% |         444     12.37%     73.68% |         464     12.92%     86.60% |         481     13.40%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETX::total         3590                      
system.ruby.L1Cache_Controller.M.Other_GETS |         746     12.47%     12.47% |         778     13.00%     25.47% |         761     12.72%     38.19% |         742     12.40%     50.59% |         769     12.85%     63.45% |         723     12.08%     75.53% |         736     12.30%     87.83% |         728     12.17%    100.00%
system.ruby.L1Cache_Controller.M.Other_GETS::total         5983                      
system.ruby.L1Cache_Controller.M.Merged_GETS |          54     10.87%     10.87% |          71     14.29%     25.15% |          74     14.89%     40.04% |          51     10.26%     50.30% |          56     11.27%     61.57% |          59     11.87%     73.44% |          64     12.88%     86.32% |          68     13.68%    100.00%
system.ruby.L1Cache_Controller.M.Merged_GETS::total          497                      
system.ruby.L1Cache_Controller.MM.Load   |           1      4.76%      4.76% |           2      9.52%     14.29% |           5     23.81%     38.10% |           2      9.52%     47.62% |           4     19.05%     66.67% |           1      4.76%     71.43% |           3     14.29%     85.71% |           3     14.29%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           21                      
system.ruby.L1Cache_Controller.MM.Store  |           2     22.22%     22.22% |           1     11.11%     33.33% |           2     22.22%     55.56% |           1     11.11%     66.67% |           1     11.11%     77.78% |           1     11.11%     88.89% |           0      0.00%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total            9                      
system.ruby.L1Cache_Controller.MM.L2_Replacement |       26946     12.39%     12.39% |       27413     12.60%     24.99% |       27322     12.56%     37.54% |       27186     12.50%     50.04% |       27086     12.45%     62.49% |       27285     12.54%     75.03% |       27162     12.48%     87.52% |       27158     12.48%    100.00%
system.ruby.L1Cache_Controller.MM.L2_Replacement::total       217558                      
system.ruby.L1Cache_Controller.MM.L1_to_L2 |       27649     12.39%     12.39% |       28125     12.60%     24.98% |       28083     12.58%     37.56% |       27887     12.49%     50.06% |       27807     12.46%     62.51% |       27967     12.53%     75.04% |       27876     12.49%     87.53% |       27839     12.47%    100.00%
system.ruby.L1Cache_Controller.MM.L1_to_L2::total       223233                      
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D |          28     15.47%     15.47% |          25     13.81%     29.28% |          26     14.36%     43.65% |          16      8.84%     52.49% |          18      9.94%     62.43% |          23     12.71%     75.14% |          21     11.60%     86.74% |          24     13.26%    100.00%
system.ruby.L1Cache_Controller.MM.Trigger_L2_to_L1D::total          181                      
system.ruby.L1Cache_Controller.MM.Other_GETX |         281     13.30%     13.30% |         260     12.31%     25.62% |         282     13.35%     38.97% |         254     12.03%     50.99% |         275     13.02%     64.02% |         260     12.31%     76.33% |         264     12.50%     88.83% |         236     11.17%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETX::total         2112                      
system.ruby.L1Cache_Controller.MM.Other_GETS |         424     12.01%     12.01% |         438     12.40%     24.41% |         473     13.40%     37.81% |         444     12.57%     50.38% |         450     12.74%     63.13% |         418     11.84%     74.96% |         452     12.80%     87.77% |         432     12.23%    100.00%
system.ruby.L1Cache_Controller.MM.Other_GETS::total         3531                      
system.ruby.L1Cache_Controller.MM.Merged_GETS |          45     14.33%     14.33% |          40     12.74%     27.07% |          34     10.83%     37.90% |          29      9.24%     47.13% |          45     14.33%     61.46% |          35     11.15%     72.61% |          36     11.46%     84.08% |          50     15.92%    100.00%
system.ruby.L1Cache_Controller.MM.Merged_GETS::total          314                      
system.ruby.L1Cache_Controller.SR.Load   |           5     27.78%     27.78% |           2     11.11%     38.89% |           1      5.56%     44.44% |           1      5.56%     50.00% |           2     11.11%     61.11% |           3     16.67%     77.78% |           1      5.56%     83.33% |           3     16.67%    100.00%
system.ruby.L1Cache_Controller.SR.Load::total           18                      
system.ruby.L1Cache_Controller.SR.Store  |           3     21.43%     21.43% |           1      7.14%     28.57% |           2     14.29%     42.86% |           2     14.29%     57.14% |           3     21.43%     78.57% |           2     14.29%     92.86% |           0      0.00%     92.86% |           1      7.14%    100.00%
system.ruby.L1Cache_Controller.SR.Store::total           14                      
system.ruby.L1Cache_Controller.SR.L1_to_L2 |           1     14.29%     14.29% |           0      0.00%     14.29% |           3     42.86%     57.14% |           0      0.00%     57.14% |           1     14.29%     71.43% |           2     28.57%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SR.L1_to_L2::total            7                      
system.ruby.L1Cache_Controller.OR.Load   |           2     28.57%     28.57% |           1     14.29%     42.86% |           1     14.29%     57.14% |           1     14.29%     71.43% |           1     14.29%     85.71% |           0      0.00%     85.71% |           0      0.00%     85.71% |           1     14.29%    100.00%
system.ruby.L1Cache_Controller.OR.Load::total            7                      
system.ruby.L1Cache_Controller.OR.Store  |           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.OR.Store::total            3                      
system.ruby.L1Cache_Controller.OR.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           2    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OR.L1_to_L2::total            2                      
system.ruby.L1Cache_Controller.MR.Load   |          25     11.16%     11.16% |          20      8.93%     20.09% |          25     11.16%     31.25% |          32     14.29%     45.54% |          16      7.14%     52.68% |          31     13.84%     66.52% |          32     14.29%     80.80% |          43     19.20%    100.00%
system.ruby.L1Cache_Controller.MR.Load::total          224                      
system.ruby.L1Cache_Controller.MR.Store  |          10      9.43%      9.43% |          18     16.98%     26.42% |          15     14.15%     40.57% |          12     11.32%     51.89% |          15     14.15%     66.04% |           7      6.60%     72.64% |          16     15.09%     87.74% |          13     12.26%    100.00%
system.ruby.L1Cache_Controller.MR.Store::total          106                      
system.ruby.L1Cache_Controller.MR.L1_to_L2 |          11     50.00%     50.00% |           0      0.00%     50.00% |           2      9.09%     59.09% |           3     13.64%     72.73% |           0      0.00%     72.73% |           1      4.55%     77.27% |           5     22.73%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MR.L1_to_L2::total           22                      
system.ruby.L1Cache_Controller.MMR.Load  |          16     14.29%     14.29% |          20     17.86%     32.14% |          17     15.18%     47.32% |           8      7.14%     54.46% |          13     11.61%     66.07% |          12     10.71%     76.79% |          14     12.50%     89.29% |          12     10.71%    100.00%
system.ruby.L1Cache_Controller.MMR.Load::total          112                      
system.ruby.L1Cache_Controller.MMR.Store |          12     17.39%     17.39% |           5      7.25%     24.64% |           9     13.04%     37.68% |           8     11.59%     49.28% |           5      7.25%     56.52% |          11     15.94%     72.46% |           7     10.14%     82.61% |          12     17.39%    100.00%
system.ruby.L1Cache_Controller.MMR.Store::total           69                      
system.ruby.L1Cache_Controller.MMR.L1_to_L2 |           0      0.00%      0.00% |           1     16.67%     16.67% |           0      0.00%     16.67% |           2     33.33%     50.00% |           0      0.00%     50.00% |           3     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MMR.L1_to_L2::total            6                      
system.ruby.L1Cache_Controller.IM.L1_to_L2 |      302923     12.45%     12.45% |      307239     12.63%     25.09% |      307083     12.63%     37.71% |      302980     12.46%     50.17% |      301277     12.39%     62.56% |      306307     12.59%     75.15% |      302955     12.46%     87.61% |      301458     12.39%    100.00%
system.ruby.L1Cache_Controller.IM.L1_to_L2::total      2432222                      
system.ruby.L1Cache_Controller.IM.Other_GETX |          70     14.40%     14.40% |          57     11.73%     26.13% |          62     12.76%     38.89% |          59     12.14%     51.03% |          62     12.76%     63.79% |          50     10.29%     74.07% |          67     13.79%     87.86% |          59     12.14%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETX::total          486                      
system.ruby.L1Cache_Controller.IM.Other_GETS |         132     14.54%     14.54% |         115     12.67%     27.20% |         112     12.33%     39.54% |         109     12.00%     51.54% |         117     12.89%     64.43% |         110     12.11%     76.54% |         115     12.67%     89.21% |          98     10.79%    100.00%
system.ruby.L1Cache_Controller.IM.Other_GETS::total          908                      
system.ruby.L1Cache_Controller.IM.Ack    |      134226     12.37%     12.37% |      136054     12.54%     24.91% |      136885     12.62%     37.53% |      135510     12.49%     50.02% |      135173     12.46%     62.47% |      136621     12.59%     75.06% |      135127     12.45%     87.52% |      135424     12.48%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total      1085020                      
system.ruby.L1Cache_Controller.IM.Data   |        1327     12.29%     12.29% |        1308     12.11%     24.40% |        1387     12.84%     37.25% |        1384     12.82%     50.06% |        1346     12.47%     62.53% |        1397     12.94%     75.47% |        1355     12.55%     88.02% |        1294     11.98%    100.00%
system.ruby.L1Cache_Controller.IM.Data::total        10798                      
system.ruby.L1Cache_Controller.IM.Exclusive_Data |       26355     12.40%     12.40% |       26825     12.62%     25.02% |       26706     12.56%     37.58% |       26516     12.47%     50.05% |       26488     12.46%     62.51% |       26588     12.51%     75.02% |       26538     12.48%     87.50% |       26568     12.50%    100.00%
system.ruby.L1Cache_Controller.IM.Exclusive_Data::total       212584                      
system.ruby.L1Cache_Controller.SM.L1_to_L2 |          40     32.79%     32.79% |           8      6.56%     39.34% |          11      9.02%     48.36% |          10      8.20%     56.56% |          10      8.20%     64.75% |          12      9.84%     74.59% |           0      0.00%     74.59% |          31     25.41%    100.00%
system.ruby.L1Cache_Controller.SM.L1_to_L2::total          122                      
system.ruby.L1Cache_Controller.SM.Ack    |           9     11.84%     11.84% |           7      9.21%     21.05% |          11     14.47%     35.53% |          14     18.42%     53.95% |          21     27.63%     81.58% |          14     18.42%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SM.Ack::total           76                      
system.ruby.L1Cache_Controller.SM.Data   |           4     22.22%     22.22% |           1      5.56%     27.78% |           3     16.67%     44.44% |           2     11.11%     55.56% |           4     22.22%     77.78% |           2     11.11%     88.89% |           0      0.00%     88.89% |           2     11.11%    100.00%
system.ruby.L1Cache_Controller.SM.Data::total           18                      
system.ruby.L1Cache_Controller.OM.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |          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%
system.ruby.L1Cache_Controller.OM.L1_to_L2::total           10                      
system.ruby.L1Cache_Controller.OM.Ack    |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           7     33.33%     33.33% |           0      0.00%     33.33% |           7     33.33%     66.67% |           7     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack::total           21                      
system.ruby.L1Cache_Controller.OM.All_acks_no_sharers |           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.OM.All_acks_no_sharers::total            3                      
system.ruby.L1Cache_Controller.ISM.L1_to_L2 |        1405     11.94%     11.94% |        1364     11.59%     23.53% |        1489     12.65%     36.18% |        1604     13.63%     49.80% |        1332     11.32%     61.12% |        1603     13.62%     74.74% |        1519     12.91%     87.65% |        1454     12.35%    100.00%
system.ruby.L1Cache_Controller.ISM.L1_to_L2::total        11770                      
system.ruby.L1Cache_Controller.ISM.Ack   |        2799     12.37%     12.37% |        2747     12.14%     24.51% |        2955     13.06%     37.57% |        2944     13.01%     50.58% |        2774     12.26%     62.84% |        2765     12.22%     75.05% |        2793     12.34%     87.40% |        2852     12.60%    100.00%
system.ruby.L1Cache_Controller.ISM.Ack::total        22629                      
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers |        1331     12.31%     12.31% |        1309     12.10%     24.41% |        1390     12.85%     37.26% |        1386     12.81%     50.07% |        1350     12.48%     62.56% |        1399     12.93%     75.49% |        1355     12.53%     88.02% |        1296     11.98%    100.00%
system.ruby.L1Cache_Controller.ISM.All_acks_no_sharers::total        10816                      
system.ruby.L1Cache_Controller.M_W.Load  |           2      8.70%      8.70% |           2      8.70%     17.39% |           1      4.35%     21.74% |           2      8.70%     30.43% |           1      4.35%     34.78% |           8     34.78%     69.57% |           3     13.04%     82.61% |           4     17.39%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           23                      
system.ruby.L1Cache_Controller.M_W.Store |           1      7.69%      7.69% |           2     15.38%     23.08% |           2     15.38%     38.46% |           1      7.69%     46.15% |           1      7.69%     53.85% |           2     15.38%     69.23% |           4     30.77%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           13                      
system.ruby.L1Cache_Controller.M_W.L1_to_L2 |      201445     12.59%     12.59% |      199880     12.49%     25.07% |      199351     12.45%     37.53% |      199459     12.46%     49.99% |      199708     12.48%     62.47% |      199635     12.47%     74.94% |      200784     12.54%     87.48% |      200348     12.52%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_to_L2::total      1600610                      
system.ruby.L1Cache_Controller.M_W.Ack   |       99436     12.49%     12.49% |       98487     12.37%     24.86% |       99684     12.52%     37.39% |       98522     12.38%     49.76% |      100457     12.62%     62.38% |       99804     12.54%     74.92% |       99953     12.56%     87.48% |       99670     12.52%    100.00%
system.ruby.L1Cache_Controller.M_W.Ack::total       796013                      
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers |       47466     12.51%     12.51% |       47336     12.47%     24.98% |       47467     12.51%     37.49% |       47268     12.46%     49.95% |       47430     12.50%     62.45% |       47503     12.52%     74.97% |       47665     12.56%     87.53% |       47325     12.47%    100.00%
system.ruby.L1Cache_Controller.M_W.All_acks_no_sharers::total       379460                      
system.ruby.L1Cache_Controller.MM_W.Load |           2     16.67%     16.67% |           2     16.67%     33.33% |           1      8.33%     41.67% |           2     16.67%     58.33% |           2     16.67%     75.00% |           0      0.00%     75.00% |           3     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           12                      
system.ruby.L1Cache_Controller.MM_W.Store |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     25.00%     25.00% |           3     37.50%     62.50% |           0      0.00%     62.50% |           1     12.50%     75.00% |           1     12.50%     87.50% |           1     12.50%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total            8                      
system.ruby.L1Cache_Controller.MM_W.L1_to_L2 |      110034     12.43%     12.43% |      112800     12.74%     25.18% |      110873     12.53%     37.70% |      109927     12.42%     50.12% |      110569     12.49%     62.61% |      109742     12.40%     75.01% |      110682     12.50%     87.52% |      110478     12.48%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_to_L2::total       885105                      
system.ruby.L1Cache_Controller.MM_W.Ack  |       55850     12.44%     12.44% |       57296     12.76%     25.20% |       55937     12.46%     37.66% |       55962     12.46%     50.12% |       55976     12.47%     62.59% |       55627     12.39%     74.98% |       56487     12.58%     87.56% |       55876     12.44%    100.00%
system.ruby.L1Cache_Controller.MM_W.Ack::total       449011                      
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers |       26356     12.40%     12.40% |       26827     12.62%     25.02% |       26708     12.56%     37.58% |       26517     12.47%     50.05% |       26489     12.46%     62.51% |       26590     12.51%     75.02% |       26542     12.48%     87.50% |       26568     12.50%    100.00%
system.ruby.L1Cache_Controller.MM_W.All_acks_no_sharers::total       212597                      
system.ruby.L1Cache_Controller.IS.L1_to_L2 |      556503     12.51%     12.51% |      552231     12.42%     24.93% |      556440     12.51%     37.44% |      553059     12.44%     49.88% |      556823     12.52%     62.40% |      556311     12.51%     74.91% |      558973     12.57%     87.48% |      556691     12.52%    100.00%
system.ruby.L1Cache_Controller.IS.L1_to_L2::total      4447031                      
system.ruby.L1Cache_Controller.IS.Other_GETX |         125     13.90%     13.90% |         103     11.46%     25.36% |          99     11.01%     36.37% |         116     12.90%     49.28% |         118     13.13%     62.40% |         113     12.57%     74.97% |         112     12.46%     87.43% |         113     12.57%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETX::total          899                      
system.ruby.L1Cache_Controller.IS.Other_GETS |         233     13.80%     13.80% |         185     10.96%     24.76% |         207     12.26%     37.03% |         218     12.91%     49.94% |         201     11.91%     61.85% |         212     12.56%     74.41% |         214     12.68%     87.09% |         218     12.91%    100.00%
system.ruby.L1Cache_Controller.IS.Other_GETS::total         1688                      
system.ruby.L1Cache_Controller.IS.Ack    |      246873     12.55%     12.55% |      245877     12.50%     25.05% |      246145     12.51%     37.56% |      246067     12.51%     50.07% |      244793     12.44%     62.51% |      245889     12.50%     75.01% |      246666     12.54%     87.55% |      244851     12.45%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total      1967161                      
system.ruby.L1Cache_Controller.IS.Shared_Ack |          43     15.09%     15.09% |          30     10.53%     25.61% |          29     10.18%     35.79% |          29     10.18%     45.96% |          31     10.88%     56.84% |          44     15.44%     72.28% |          42     14.74%     87.02% |          37     12.98%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Ack::total          285                      
system.ruby.L1Cache_Controller.IS.Data   |        2210     13.15%     13.15% |        2070     12.32%     25.47% |        2103     12.51%     37.98% |        2165     12.88%     50.86% |        2058     12.25%     63.11% |        2062     12.27%     75.38% |        2049     12.19%     87.57% |        2089     12.43%    100.00%
system.ruby.L1Cache_Controller.IS.Data::total        16806                      
system.ruby.L1Cache_Controller.IS.Shared_Data |        1202     12.56%     12.56% |        1159     12.11%     24.68% |        1180     12.33%     37.01% |        1226     12.81%     49.83% |        1192     12.46%     62.29% |        1221     12.76%     75.05% |        1195     12.49%     87.54% |        1192     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.Shared_Data::total         9567                      
system.ruby.L1Cache_Controller.IS.Exclusive_Data |       47467     12.51%     12.51% |       47338     12.47%     24.98% |       47469     12.51%     37.49% |       47269     12.46%     49.95% |       47431     12.50%     62.45% |       47505     12.52%     74.97% |       47669     12.56%     87.53% |       47325     12.47%    100.00%
system.ruby.L1Cache_Controller.IS.Exclusive_Data::total       379473                      
system.ruby.L1Cache_Controller.SS.Load   |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.SS.Load::total            1                      
system.ruby.L1Cache_Controller.SS.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           2     66.67%    100.00%
system.ruby.L1Cache_Controller.SS.Store::total            3                      
system.ruby.L1Cache_Controller.SS.L1_to_L2 |       11768     12.31%     12.31% |       11790     12.33%     24.64% |       11742     12.28%     36.92% |       12395     12.96%     49.88% |       12008     12.56%     62.44% |       12055     12.61%     75.05% |       11824     12.37%     87.41% |       12035     12.59%    100.00%
system.ruby.L1Cache_Controller.SS.L1_to_L2::total        95617                      
system.ruby.L1Cache_Controller.SS.Ack    |        7372     12.61%     12.61% |        7270     12.44%     25.05% |        7101     12.15%     37.20% |        7579     12.97%     50.16% |        7118     12.18%     62.34% |        7318     12.52%     74.86% |        7283     12.46%     87.32% |        7414     12.68%    100.00%
system.ruby.L1Cache_Controller.SS.Ack::total        58455                      
system.ruby.L1Cache_Controller.SS.Shared_Ack |           8      7.77%      7.77% |          13     12.62%     20.39% |          15     14.56%     34.95% |          11     10.68%     45.63% |          15     14.56%     60.19% |          20     19.42%     79.61% |          14     13.59%     93.20% |           7      6.80%    100.00%
system.ruby.L1Cache_Controller.SS.Shared_Ack::total          103                      
system.ruby.L1Cache_Controller.SS.All_acks |        1249     12.60%     12.60% |        1194     12.04%     24.64% |        1213     12.23%     36.87% |        1266     12.77%     49.64% |        1237     12.47%     62.11% |        1277     12.88%     74.99% |        1248     12.59%     87.58% |        1232     12.42%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks::total         9916                      
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers |        2163     13.14%     13.14% |        2035     12.37%     25.51% |        2070     12.58%     38.09% |        2125     12.91%     51.00% |        2013     12.23%     63.23% |        2006     12.19%     75.42% |        1996     12.13%     87.55% |        2049     12.45%    100.00%
system.ruby.L1Cache_Controller.SS.All_acks_no_sharers::total        16457                      
system.ruby.L1Cache_Controller.OI.Load   |           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% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OI.Load::total            2                      
system.ruby.L1Cache_Controller.OI.Store  |           0      0.00%      0.00% |           2     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.OI.Store::total            4                      
system.ruby.L1Cache_Controller.OI.Other_GETX |           2     10.53%     10.53% |           1      5.26%     15.79% |           1      5.26%     21.05% |           5     26.32%     47.37% |           3     15.79%     63.16% |           3     15.79%     78.95% |           1      5.26%     84.21% |           3     15.79%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETX::total           19                      
system.ruby.L1Cache_Controller.OI.Other_GETS |           1      5.56%      5.56% |           2     11.11%     16.67% |           2     11.11%     27.78% |           3     16.67%     44.44% |           3     16.67%     61.11% |           1      5.56%     66.67% |           4     22.22%     88.89% |           2     11.11%    100.00%
system.ruby.L1Cache_Controller.OI.Other_GETS::total           18                      
system.ruby.L1Cache_Controller.OI.Merged_GETS |           4     18.18%     18.18% |           2      9.09%     27.27% |           2      9.09%     36.36% |           2      9.09%     45.45% |           2      9.09%     54.55% |           1      4.55%     59.09% |           6     27.27%     86.36% |           3     13.64%    100.00%
system.ruby.L1Cache_Controller.OI.Merged_GETS::total           22                      
system.ruby.L1Cache_Controller.OI.Writeback_Ack |        1139     12.11%     12.11% |        1245     13.24%     25.36% |        1193     12.69%     38.05% |        1135     12.07%     50.12% |        1183     12.58%     62.70% |        1142     12.15%     74.85% |        1181     12.56%     87.41% |        1184     12.59%    100.00%
system.ruby.L1Cache_Controller.OI.Writeback_Ack::total         9402                      
system.ruby.L1Cache_Controller.MI.Load   |          13     10.16%     10.16% |          19     14.84%     25.00% |          13     10.16%     35.16% |          15     11.72%     46.88% |          13     10.16%     57.03% |          21     16.41%     73.44% |          20     15.62%     89.06% |          14     10.94%    100.00%
system.ruby.L1Cache_Controller.MI.Load::total          128                      
system.ruby.L1Cache_Controller.MI.Store  |          11     14.10%     14.10% |          11     14.10%     28.21% |           9     11.54%     39.74% |           6      7.69%     47.44% |           8     10.26%     57.69% |           8     10.26%     67.95% |           8     10.26%     78.21% |          17     21.79%    100.00%
system.ruby.L1Cache_Controller.MI.Store::total           78                      
system.ruby.L1Cache_Controller.MI.Other_GETX |         186     12.99%     12.99% |         184     12.85%     25.84% |         179     12.50%     38.34% |         158     11.03%     49.37% |         180     12.57%     61.94% |         183     12.78%     74.72% |         179     12.50%     87.22% |         183     12.78%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETX::total         1432                      
system.ruby.L1Cache_Controller.MI.Other_GETS |         290     11.31%     11.31% |         350     13.65%     24.96% |         320     12.48%     37.44% |         309     12.05%     49.49% |         306     11.93%     61.43% |         322     12.56%     73.99% |         339     13.22%     87.21% |         328     12.79%    100.00%
system.ruby.L1Cache_Controller.MI.Other_GETS::total         2564                      
system.ruby.L1Cache_Controller.MI.Merged_GETS |          14     12.50%     12.50% |          12     10.71%     23.21% |          12     10.71%     33.93% |          15     13.39%     47.32% |          15     13.39%     60.71% |          14     12.50%     73.21% |          11      9.82%     83.04% |          19     16.96%    100.00%
system.ruby.L1Cache_Controller.MI.Merged_GETS::total          112                      
system.ruby.L1Cache_Controller.MI.Writeback_Ack |       72652     12.47%     12.47% |       72873     12.51%     24.98% |       73017     12.53%     37.51% |       72712     12.48%     49.99% |       72735     12.48%     62.47% |       73026     12.53%     75.00% |       73011     12.53%     87.53% |       72656     12.47%    100.00%
system.ruby.L1Cache_Controller.MI.Writeback_Ack::total       582682                      
system.ruby.L1Cache_Controller.II.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.II.Store::total            1                      
system.ruby.L1Cache_Controller.II.Other_GETX |           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% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.II.Other_GETX::total            3                      
system.ruby.L1Cache_Controller.II.Writeback_Ack |         188     12.96%     12.96% |         185     12.75%     25.71% |         180     12.41%     38.11% |         163     11.23%     49.35% |         183     12.61%     61.96% |         186     12.82%     74.78% |         180     12.41%     87.18% |         186     12.82%    100.00%
system.ruby.L1Cache_Controller.II.Writeback_Ack::total         1451                      
system.ruby.L1Cache_Controller.ST.Load   |           2     22.22%     22.22% |           2     22.22%     44.44% |           0      0.00%     44.44% |           0      0.00%     44.44% |           1     11.11%     55.56% |           2     22.22%     77.78% |           0      0.00%     77.78% |           2     22.22%    100.00%
system.ruby.L1Cache_Controller.ST.Load::total            9                      
system.ruby.L1Cache_Controller.ST.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     40.00%     40.00% |           1     20.00%     60.00% |           2     40.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.Store::total            5                      
system.ruby.L1Cache_Controller.ST.L1_to_L2 |           1      8.33%      8.33% |           0      0.00%      8.33% |           7     58.33%     66.67% |           1      8.33%     75.00% |           1      8.33%     83.33% |           2     16.67%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.ST.L1_to_L2::total           12                      
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1 |           8     25.00%     25.00% |           3      9.38%     34.38% |           3      9.38%     43.75% |           3      9.38%     53.12% |           5     15.62%     68.75% |           5     15.62%     84.38% |           1      3.12%     87.50% |           4     12.50%    100.00%
system.ruby.L1Cache_Controller.ST.Complete_L2_to_L1::total           32                      
system.ruby.L1Cache_Controller.OT.Load   |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OT.Load::total            2                      
system.ruby.L1Cache_Controller.OT.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OT.Store::total            2                      
system.ruby.L1Cache_Controller.OT.L1_to_L2 |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           6    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.OT.L1_to_L2::total            6                      
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1 |           2     20.00%     20.00% |           1     10.00%     30.00% |           1     10.00%     40.00% |           2     20.00%     60.00% |           1     10.00%     70.00% |           1     10.00%     80.00% |           1     10.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.OT.Complete_L2_to_L1::total           10                      
system.ruby.L1Cache_Controller.MT.Load   |          12     10.00%     10.00% |          10      8.33%     18.33% |          16     13.33%     31.67% |          16     13.33%     45.00% |           5      4.17%     49.17% |          17     14.17%     63.33% |          17     14.17%     77.50% |          27     22.50%    100.00%
system.ruby.L1Cache_Controller.MT.Load::total          120                      
system.ruby.L1Cache_Controller.MT.Store  |           2      3.92%      3.92% |           7     13.73%     17.65% |          13     25.49%     43.14% |           4      7.84%     50.98% |           6     11.76%     62.75% |           3      5.88%     68.63% |          10     19.61%     88.24% |           6     11.76%    100.00%
system.ruby.L1Cache_Controller.MT.Store::total           51                      
system.ruby.L1Cache_Controller.MT.L1_to_L2 |          18     23.68%     23.68% |          11     14.47%     38.16% |           7      9.21%     47.37% |           9     11.84%     59.21% |          13     17.11%     76.32% |           6      7.89%     84.21% |          10     13.16%     97.37% |           2      2.63%    100.00%
system.ruby.L1Cache_Controller.MT.L1_to_L2::total           76                      
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1 |          35     10.61%     10.61% |          38     11.52%     22.12% |          40     12.12%     34.24% |          44     13.33%     47.58% |          31      9.39%     56.97% |          38     11.52%     68.48% |          48     14.55%     83.03% |          56     16.97%    100.00%
system.ruby.L1Cache_Controller.MT.Complete_L2_to_L1::total          330                      
system.ruby.L1Cache_Controller.MMT.Load  |           7     14.29%     14.29% |          12     24.49%     38.78% |           4      8.16%     46.94% |           2      4.08%     51.02% |           4      8.16%     59.18% |           6     12.24%     71.43% |           5     10.20%     81.63% |           9     18.37%    100.00%
system.ruby.L1Cache_Controller.MMT.Load::total           49                      
system.ruby.L1Cache_Controller.MMT.Store |           9     27.27%     27.27% |           3      9.09%     36.36% |           5     15.15%     51.52% |           2      6.06%     57.58% |           2      6.06%     63.64% |           4     12.12%     75.76% |           3      9.09%     84.85% |           5     15.15%    100.00%
system.ruby.L1Cache_Controller.MMT.Store::total           33                      
system.ruby.L1Cache_Controller.MMT.L1_to_L2 |          12     28.57%     28.57% |           3      7.14%     35.71% |           2      4.76%     40.48% |           2      4.76%     45.24% |           4      9.52%     54.76% |           4      9.52%     64.29% |          14     33.33%     97.62% |           1      2.38%    100.00%
system.ruby.L1Cache_Controller.MMT.L1_to_L2::total           42                      
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1 |          28     15.47%     15.47% |          25     13.81%     29.28% |          26     14.36%     43.65% |          16      8.84%     52.49% |          18      9.94%     62.43% |          23     12.71%     75.14% |          21     11.60%     86.74% |          24     13.26%    100.00%
system.ruby.L1Cache_Controller.MMT.Complete_L2_to_L1::total          181                      

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