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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.006099                       # Number of seconds simulated
sim_ticks                                     6099346                       # Number of ticks simulated
final_tick                                    6099346                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  86189                       # Simulator tick rate (ticks/s)
host_mem_usage                                 466764                       # Number of bytes of host memory used
host_seconds                                    70.77                       # 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     39765376                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39765376                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     19455168                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        19455168                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       621334                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              621334                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       303987                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             303987                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   6519613086                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            6519613086                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   3189713782                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           3189713782                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0   9709326869                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total           9709326869                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      621353                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     303987                       # Number of write requests accepted
system.mem_ctrls.readBursts                    621353                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   303987                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               39135936                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  630016                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                19233536                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39766592                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             19455168                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                   9844                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  3445                       # 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             76431                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             76127                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             76543                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             76671                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             76481                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             76370                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             76529                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             76347                       # 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             37966                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             37270                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             37672                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             37851                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             37319                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             37564                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             37461                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             37421                       # 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                         0                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       6099263                       # 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                621353                       # 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               303987                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                    9205                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                   12803                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                   17020                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                   20322                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                   24896                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                   30274                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                   35013                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                   37548                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                   36271                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                   32061                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  28288                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  26271                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  25434                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  24827                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  24316                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  23513                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  22261                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  21004                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  20162                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  19561                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  19244                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  18852                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  18407                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  17373                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                  15506                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                  12631                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   9097                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   5499                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   2677                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    929                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    214                       # 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                     32                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                     89                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                    308                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                    808                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   1648                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   2932                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   4835                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   7227                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                  10026                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                  13120                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                  16528                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                  20274                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                  17895                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                  19060                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                  20080                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                  20633                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                  21139                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                  21648                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                  12617                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                  11019                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                   9715                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                   8816                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                   7624                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                   6699                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   5864                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   5356                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   4652                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   4249                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                   3709                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                   3432                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                   3063                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                   2763                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                   2448                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                   2048                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                   1790                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                   1460                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                   1286                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                   1101                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                    924                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                    776                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                    451                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                    197                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                     92                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                     50                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                     23                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                     17                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                      3                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                      0                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       253833                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    229.950243                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   184.650902                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   156.806564                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        46155     18.18%     18.18% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255       104846     41.31%     59.49% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        56523     22.27%     81.76% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        26583     10.47%     92.23% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639        12002      4.73%     96.96% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         4847      1.91%     98.87% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1822      0.72%     99.58% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023          638      0.25%     99.84% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          417      0.16%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       253833                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        18189                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      33.618066                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     30.320455                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     11.847126                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-7             973      5.35%      5.35% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::8-15             91      0.50%      5.85% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-23            51      0.28%      6.13% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-31          5842     32.12%     38.25% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-39          8693     47.79%     86.04% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-47          1435      7.89%     93.93% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-55           149      0.82%     94.75% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-63           362      1.99%     96.74% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-71           347      1.91%     98.65% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-79           138      0.76%     99.41% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-87            42      0.23%     99.64% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-95            22      0.12%     99.76% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-103           20      0.11%     99.87% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::104-111           15      0.08%     99.95% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-119            8      0.04%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::152-159            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         18189                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        18189                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.522294                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.453355                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      1.687354                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            15819     86.97%     86.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17              514      2.83%     89.80% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              386      2.12%     91.92% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19              307      1.69%     93.61% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20              291      1.60%     95.21% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              250      1.37%     96.58% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22              208      1.14%     97.72% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23              134      0.74%     98.46% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24              105      0.58%     99.04% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25               62      0.34%     99.38% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26               47      0.26%     99.64% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27               24      0.13%     99.77% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28               18      0.10%     99.87% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29               10      0.05%     99.92% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                5      0.03%     99.95% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::31                4      0.02%     99.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32                3      0.02%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::33                1      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::36                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         18189                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     65720985                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                77339466                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    3057495                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       107.47                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  126.47                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      6416.42                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      3153.38                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   6519.81                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   3189.71                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        74.76                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    50.13                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   24.64                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      15.58                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      32.06                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   364001                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  294185                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 59.53                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.88                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          6.59                       # Average gap between requests
system.mem_ctrls.pageHitRate                    72.17                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1918206360                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy               1065670200                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7628499840                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             3114474624                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            398202480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           4155129684                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             13188000                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            18293371188                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           3000.521294                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           21                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        203580                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       5893144                       # 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            398202480                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            131750712                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           3542439600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             4072392792                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.968488                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      5893118                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        203580                       # 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                           99731                       # number of read accesses completed
system.cpu0.num_writes                          55103                       # number of write accesses completed
system.cpu1.num_reads                           99468                       # number of read accesses completed
system.cpu1.num_writes                          55228                       # number of write accesses completed
system.cpu2.num_reads                          100000                       # number of read accesses completed
system.cpu2.num_writes                          55518                       # number of write accesses completed
system.cpu3.num_reads                           99696                       # number of read accesses completed
system.cpu3.num_writes                          55953                       # number of write accesses completed
system.cpu4.num_reads                           98851                       # number of read accesses completed
system.cpu4.num_writes                          55227                       # number of write accesses completed
system.cpu5.num_reads                           98859                       # number of read accesses completed
system.cpu5.num_writes                          55313                       # number of write accesses completed
system.cpu6.num_reads                           99329                       # number of read accesses completed
system.cpu6.num_writes                          55461                       # number of write accesses completed
system.cpu7.num_reads                           99244                       # number of read accesses completed
system.cpu7.num_writes                          55110                       # number of write accesses completed
system.ruby.clk_domain.clock                        1                       # Clock period in ticks
system.ruby.outstanding_req_hist::bucket_size            2                      
system.ruby.outstanding_req_hist::max_bucket           19                      
system.ruby.outstanding_req_hist::samples       626716                      
system.ruby.outstanding_req_hist::mean      15.998460                      
system.ruby.outstanding_req_hist::gmean     15.997196                      
system.ruby.outstanding_req_hist::stdev      0.125834                      
system.ruby.outstanding_req_hist         |           8      0.00%      0.00% |          16      0.00%      0.00% |          16      0.00%      0.01% |          16      0.00%      0.01% |          16      0.00%      0.01% |          16      0.00%      0.01% |          16      0.00%      0.02% |          21      0.00%      0.02% |      626591     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        626716                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              626588                      
system.ruby.latency_hist::mean            1245.772554                      
system.ruby.latency_hist::gmean           1012.769806                      
system.ruby.latency_hist::stdev            668.694211                      
system.ruby.latency_hist                 |      107920     17.22%     17.22% |      148908     23.76%     40.99% |      141299     22.55%     63.54% |      142667     22.77%     86.31% |       76272     12.17%     98.48% |        9413      1.50%     99.98% |         107      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                626588                      
system.ruby.hit_latency_hist::bucket_size          512                      
system.ruby.hit_latency_hist::max_bucket         5119                      
system.ruby.hit_latency_hist::samples            2961                      
system.ruby.hit_latency_hist::mean        1105.733874                      
system.ruby.hit_latency_hist::gmean        581.668757                      
system.ruby.hit_latency_hist::stdev        707.726656                      
system.ruby.hit_latency_hist             |         739     24.96%     24.96% |         664     22.42%     47.38% |         645     21.78%     69.17% |         594     20.06%     89.23% |         287      9.69%     98.92% |          32      1.08%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total              2961                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         623627                      
system.ruby.miss_latency_hist::mean       1246.437462                      
system.ruby.miss_latency_hist::gmean      1015.439930                      
system.ruby.miss_latency_hist::stdev       668.434071                      
system.ruby.miss_latency_hist            |      107181     17.19%     17.19% |      148244     23.77%     40.96% |      140654     22.55%     63.51% |      142073     22.78%     86.29% |       75985     12.18%     98.48% |        9381      1.50%     99.98% |         107      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           623627                      
system.ruby.L1Cache.incomplete_times             2150                      
system.ruby.Directory.incomplete_times         621474                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78435                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78455                       # 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.fully_busy_cycles            12                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits           26                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78293                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78319                       # 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.fully_busy_cycles             8                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl2.L1Dcache.demand_hits           21                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78389                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78410                       # 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.fully_busy_cycles             6                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl3.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78553                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78573                       # 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.fully_busy_cycles             6                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl4.L1Dcache.demand_hits           24                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78168                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78192                       # 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.fully_busy_cycles            12                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl5.L1Dcache.demand_hits           31                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78418                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78449                       # 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.fully_busy_cycles             8                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl6.L1Dcache.demand_hits           32                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78003                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78035                       # 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.fully_busy_cycles             7                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl7.L1Dcache.demand_hits           24                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78156                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78180                       # 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.fully_busy_cycles             7                       # cycles for which number of transistions == max transitions
system.ruby.l2_cntrl0.L2cache.demand_hits         1651                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       624764                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       626415                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers00.percent_links_utilized    11.233413                      
system.ruby.network.routers00.msg_count.Request_Control::1        78435                      
system.ruby.network.routers00.msg_count.Response_Data::4        81785                      
system.ruby.network.routers00.msg_count.ResponseL2hit_Data::4          210                      
system.ruby.network.routers00.msg_count.ResponseLocal_Data::4          180                      
system.ruby.network.routers00.msg_count.Response_Control::4          122                      
system.ruby.network.routers00.msg_count.Writeback_Data::4       107529                      
system.ruby.network.routers00.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers00.msg_count.Persistent_Control::3       328351                      
system.ruby.network.routers00.msg_bytes.Request_Control::1       627480                      
system.ruby.network.routers00.msg_bytes.Response_Data::4      5888520                      
system.ruby.network.routers00.msg_bytes.ResponseL2hit_Data::4        15120                      
system.ruby.network.routers00.msg_bytes.ResponseLocal_Data::4        12960                      
system.ruby.network.routers00.msg_bytes.Response_Control::4          976                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::4      7742088                      
system.ruby.network.routers00.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers00.msg_bytes.Persistent_Control::3      2626808                      
system.ruby.network.routers01.percent_links_utilized    11.216772                      
system.ruby.network.routers01.msg_count.Request_Control::1        78293                      
system.ruby.network.routers01.msg_count.Response_Data::4        81463                      
system.ruby.network.routers01.msg_count.ResponseL2hit_Data::4          217                      
system.ruby.network.routers01.msg_count.ResponseLocal_Data::4          171                      
system.ruby.network.routers01.msg_count.Response_Control::4          101                      
system.ruby.network.routers01.msg_count.Writeback_Data::4       107414                      
system.ruby.network.routers01.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers01.msg_count.Persistent_Control::3       328405                      
system.ruby.network.routers01.msg_bytes.Request_Control::1       626344                      
system.ruby.network.routers01.msg_bytes.Response_Data::4      5865336                      
system.ruby.network.routers01.msg_bytes.ResponseL2hit_Data::4        15624                      
system.ruby.network.routers01.msg_bytes.ResponseLocal_Data::4        12312                      
system.ruby.network.routers01.msg_bytes.Response_Control::4          808                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::4      7733808                      
system.ruby.network.routers01.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers01.msg_bytes.Persistent_Control::3      2627240                      
system.ruby.network.routers02.percent_links_utilized    11.235213                      
system.ruby.network.routers02.msg_count.Request_Control::1        78389                      
system.ruby.network.routers02.msg_count.Response_Data::4        81630                      
system.ruby.network.routers02.msg_count.ResponseL2hit_Data::4          212                      
system.ruby.network.routers02.msg_count.ResponseLocal_Data::4          166                      
system.ruby.network.routers02.msg_count.Response_Control::4          134                      
system.ruby.network.routers02.msg_count.Writeback_Data::4       107712                      
system.ruby.network.routers02.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers02.msg_count.Persistent_Control::3       328681                      
system.ruby.network.routers02.msg_bytes.Request_Control::1       627112                      
system.ruby.network.routers02.msg_bytes.Response_Data::4      5877360                      
system.ruby.network.routers02.msg_bytes.ResponseL2hit_Data::4        15264                      
system.ruby.network.routers02.msg_bytes.ResponseLocal_Data::4        11952                      
system.ruby.network.routers02.msg_bytes.Response_Control::4         1072                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::4      7755264                      
system.ruby.network.routers02.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers02.msg_bytes.Persistent_Control::3      2629448                      
system.ruby.network.routers03.percent_links_utilized    11.269241                      
system.ruby.network.routers03.msg_count.Request_Control::1        78553                      
system.ruby.network.routers03.msg_count.Response_Data::4        82027                      
system.ruby.network.routers03.msg_count.ResponseL2hit_Data::4          206                      
system.ruby.network.routers03.msg_count.ResponseLocal_Data::4          173                      
system.ruby.network.routers03.msg_count.Response_Control::4          127                      
system.ruby.network.routers03.msg_count.Writeback_Data::4       108198                      
system.ruby.network.routers03.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers03.msg_count.Persistent_Control::3       328869                      
system.ruby.network.routers03.msg_bytes.Request_Control::1       628424                      
system.ruby.network.routers03.msg_bytes.Response_Data::4      5905944                      
system.ruby.network.routers03.msg_bytes.ResponseL2hit_Data::4        14832                      
system.ruby.network.routers03.msg_bytes.ResponseLocal_Data::4        12456                      
system.ruby.network.routers03.msg_bytes.Response_Control::4         1016                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::4      7790256                      
system.ruby.network.routers03.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers03.msg_bytes.Persistent_Control::3      2630952                      
system.ruby.network.routers04.percent_links_utilized    11.220096                      
system.ruby.network.routers04.msg_count.Request_Control::1        78168                      
system.ruby.network.routers04.msg_count.Response_Data::4        81565                      
system.ruby.network.routers04.msg_count.ResponseL2hit_Data::4          202                      
system.ruby.network.routers04.msg_count.ResponseLocal_Data::4          179                      
system.ruby.network.routers04.msg_count.Response_Control::4          149                      
system.ruby.network.routers04.msg_count.Writeback_Data::4       107413                      
system.ruby.network.routers04.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers04.msg_count.Persistent_Control::3       328447                      
system.ruby.network.routers04.msg_bytes.Request_Control::1       625344                      
system.ruby.network.routers04.msg_bytes.Response_Data::4      5872680                      
system.ruby.network.routers04.msg_bytes.ResponseL2hit_Data::4        14544                      
system.ruby.network.routers04.msg_bytes.ResponseLocal_Data::4        12888                      
system.ruby.network.routers04.msg_bytes.Response_Control::4         1192                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::4      7733736                      
system.ruby.network.routers04.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers04.msg_bytes.Persistent_Control::3      2627576                      
system.ruby.network.routers05.percent_links_utilized    11.228085                      
system.ruby.network.routers05.msg_count.Request_Control::1        78418                      
system.ruby.network.routers05.msg_count.Response_Data::4        81763                      
system.ruby.network.routers05.msg_count.ResponseL2hit_Data::4          205                      
system.ruby.network.routers05.msg_count.ResponseLocal_Data::4          183                      
system.ruby.network.routers05.msg_count.Response_Control::4          151                      
system.ruby.network.routers05.msg_count.Writeback_Data::4       107403                      
system.ruby.network.routers05.msg_count.Writeback_Control::4            2                      
system.ruby.network.routers05.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers05.msg_count.Persistent_Control::3       328387                      
system.ruby.network.routers05.msg_bytes.Request_Control::1       627344                      
system.ruby.network.routers05.msg_bytes.Response_Data::4      5886936                      
system.ruby.network.routers05.msg_bytes.ResponseL2hit_Data::4        14760                      
system.ruby.network.routers05.msg_bytes.ResponseLocal_Data::4        13176                      
system.ruby.network.routers05.msg_bytes.Response_Control::4         1208                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::4      7733016                      
system.ruby.network.routers05.msg_bytes.Writeback_Control::4           16                      
system.ruby.network.routers05.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers05.msg_bytes.Persistent_Control::3      2627096                      
system.ruby.network.routers06.percent_links_utilized    11.201853                      
system.ruby.network.routers06.msg_count.Request_Control::1        78003                      
system.ruby.network.routers06.msg_count.Response_Data::4        81441                      
system.ruby.network.routers06.msg_count.ResponseL2hit_Data::4          248                      
system.ruby.network.routers06.msg_count.ResponseLocal_Data::4          180                      
system.ruby.network.routers06.msg_count.Response_Control::4          133                      
system.ruby.network.routers06.msg_count.Writeback_Data::4       107026                      
system.ruby.network.routers06.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers06.msg_count.Persistent_Control::3       328353                      
system.ruby.network.routers06.msg_bytes.Request_Control::1       624024                      
system.ruby.network.routers06.msg_bytes.Response_Data::4      5863752                      
system.ruby.network.routers06.msg_bytes.ResponseL2hit_Data::4        17856                      
system.ruby.network.routers06.msg_bytes.ResponseLocal_Data::4        12960                      
system.ruby.network.routers06.msg_bytes.Response_Control::4         1064                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::4      7705872                      
system.ruby.network.routers06.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers06.msg_bytes.Persistent_Control::3      2626824                      
system.ruby.network.routers07.percent_links_utilized    11.201172                      
system.ruby.network.routers07.msg_count.Request_Control::1        78156                      
system.ruby.network.routers07.msg_count.Response_Data::4        81436                      
system.ruby.network.routers07.msg_count.ResponseL2hit_Data::4          242                      
system.ruby.network.routers07.msg_count.ResponseLocal_Data::4          192                      
system.ruby.network.routers07.msg_count.Response_Control::4          146                      
system.ruby.network.routers07.msg_count.Writeback_Data::4       107013                      
system.ruby.network.routers07.msg_count.Broadcast_Control::1       626415                      
system.ruby.network.routers07.msg_count.Persistent_Control::3       328129                      
system.ruby.network.routers07.msg_bytes.Request_Control::1       625248                      
system.ruby.network.routers07.msg_bytes.Response_Data::4      5863392                      
system.ruby.network.routers07.msg_bytes.ResponseL2hit_Data::4        17424                      
system.ruby.network.routers07.msg_bytes.ResponseLocal_Data::4        13824                      
system.ruby.network.routers07.msg_bytes.Response_Control::4         1168                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::4      7704936                      
system.ruby.network.routers07.msg_bytes.Broadcast_Control::1      5011320                      
system.ruby.network.routers07.msg_bytes.Persistent_Control::3      2625032                      
system.ruby.network.routers08.percent_links_utilized    42.049426                      
system.ruby.network.routers08.msg_count.Request_Control::1       626415                      
system.ruby.network.routers08.msg_count.Request_Control::2       624764                      
system.ruby.network.routers08.msg_count.Response_Data::4        15075                      
system.ruby.network.routers08.msg_count.ResponseL2hit_Data::4         1651                      
system.ruby.network.routers08.msg_count.Response_Control::4         1042                      
system.ruby.network.routers08.msg_count.Writeback_Data::4       916236                      
system.ruby.network.routers08.msg_count.Writeback_Control::4       318123                      
system.ruby.network.routers08.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers08.msg_bytes.Request_Control::1      5011320                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      4998112                      
system.ruby.network.routers08.msg_bytes.Response_Data::4      1085400                      
system.ruby.network.routers08.msg_bytes.ResponseL2hit_Data::4       118872                      
system.ruby.network.routers08.msg_bytes.Response_Control::4         8336                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::4     65968992                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::4      2544984                      
system.ruby.network.routers08.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers09.percent_links_utilized    39.472142                      
system.ruby.network.routers09.msg_count.Request_Control::2       624764                      
system.ruby.network.routers09.msg_count.Response_Data::4       635954                      
system.ruby.network.routers09.msg_count.ResponseL2hit_Data::4           91                      
system.ruby.network.routers09.msg_count.Response_Control::4            9                      
system.ruby.network.routers09.msg_count.Writeback_Data::4       296768                      
system.ruby.network.routers09.msg_count.Writeback_Control::4       318125                      
system.ruby.network.routers09.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers09.msg_bytes.Request_Control::2      4998112                      
system.ruby.network.routers09.msg_bytes.Response_Data::4     45788688                      
system.ruby.network.routers09.msg_bytes.ResponseL2hit_Data::4         6552                      
system.ruby.network.routers09.msg_bytes.Response_Control::4           72                      
system.ruby.network.routers09.msg_bytes.Writeback_Data::4     21367296                      
system.ruby.network.routers09.msg_bytes.Writeback_Control::4      2545000                      
system.ruby.network.routers09.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers10.percent_links_utilized    19.510945                      
system.ruby.network.routers10.msg_count.Request_Control::1       626415                      
system.ruby.network.routers10.msg_count.Request_Control::2       624764                      
system.ruby.network.routers10.msg_count.Response_Data::4       652070                      
system.ruby.network.routers10.msg_count.ResponseL2hit_Data::4         1742                      
system.ruby.network.routers10.msg_count.ResponseLocal_Data::4          712                      
system.ruby.network.routers10.msg_count.Response_Control::4         1057                      
system.ruby.network.routers10.msg_count.Writeback_Data::4      1036356                      
system.ruby.network.routers10.msg_count.Writeback_Control::4       318125                      
system.ruby.network.routers10.msg_count.Broadcast_Control::1      4384905                      
system.ruby.network.routers10.msg_count.Persistent_Control::3      2627622                      
system.ruby.network.routers10.msg_bytes.Request_Control::1      5011320                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      4998112                      
system.ruby.network.routers10.msg_bytes.Response_Data::4     46949040                      
system.ruby.network.routers10.msg_bytes.ResponseL2hit_Data::4       125424                      
system.ruby.network.routers10.msg_bytes.ResponseLocal_Data::4        51264                      
system.ruby.network.routers10.msg_bytes.Response_Control::4         8456                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::4     74617632                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::4      2545000                      
system.ruby.network.routers10.msg_bytes.Broadcast_Control::1     35079240                      
system.ruby.network.routers10.msg_bytes.Persistent_Control::3     21020976                      
system.ruby.network.msg_count.Request_Control      3753537                      
system.ruby.network.msg_count.Response_Data      1956209                      
system.ruby.network.msg_count.ResponseL2hit_Data         5226                      
system.ruby.network.msg_count.ResponseLocal_Data         2136                      
system.ruby.network.msg_count.Response_Control         3171                      
system.ruby.network.msg_count.Writeback_Data      3109068                      
system.ruby.network.msg_count.Writeback_Control       954375                      
system.ruby.network.msg_count.Broadcast_Control      9396225                      
system.ruby.network.msg_count.Persistent_Control      5839160                      
system.ruby.network.msg_byte.Request_Control     30028296                      
system.ruby.network.msg_byte.Response_Data    140847048                      
system.ruby.network.msg_byte.ResponseL2hit_Data       376272                      
system.ruby.network.msg_byte.ResponseLocal_Data       153792                      
system.ruby.network.msg_byte.Response_Control        25368                      
system.ruby.network.msg_byte.Writeback_Data    223852896                      
system.ruby.network.msg_byte.Writeback_Control      7635000                      
system.ruby.network.msg_byte.Broadcast_Control     75169800                      
system.ruby.network.msg_byte.Persistent_Control     46713280                      
system.ruby.network.routers00.throttle0.link_utilization    13.880578                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::4        79888                      
system.ruby.network.routers00.throttle0.msg_count.ResponseL2hit_Data::4          199                      
system.ruby.network.routers00.throttle0.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers00.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers00.throttle0.msg_count.Writeback_Data::4        14637                      
system.ruby.network.routers00.throttle0.msg_count.Broadcast_Control::1       547980                      
system.ruby.network.routers00.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::4      5751936                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseL2hit_Data::4        14328                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers00.throttle0.msg_bytes.Writeback_Data::4      1053864                      
system.ruby.network.routers00.throttle0.msg_bytes.Broadcast_Control::1      4383840                      
system.ruby.network.routers00.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers00.throttle1.link_utilization     8.586248                      
system.ruby.network.routers00.throttle1.msg_count.Request_Control::1        78435                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::4         1897                      
system.ruby.network.routers00.throttle1.msg_count.ResponseL2hit_Data::4           11                      
system.ruby.network.routers00.throttle1.msg_count.ResponseLocal_Data::4           92                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::4          119                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::4        92892                      
system.ruby.network.routers00.throttle1.msg_count.Broadcast_Control::1        78435                      
system.ruby.network.routers00.throttle1.msg_count.Persistent_Control::3        36393                      
system.ruby.network.routers00.throttle1.msg_bytes.Request_Control::1       627480                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::4       136584                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseL2hit_Data::4          792                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseLocal_Data::4         6624                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::4          952                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::4      6688224                      
system.ruby.network.routers00.throttle1.msg_bytes.Broadcast_Control::1       627480                      
system.ruby.network.routers00.throttle1.msg_bytes.Persistent_Control::3       291144                      
system.ruby.network.routers01.throttle0.link_utilization    13.865790                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::4        79661                      
system.ruby.network.routers01.throttle0.msg_count.ResponseL2hit_Data::4          205                      
system.ruby.network.routers01.throttle0.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Data::4        14644                      
system.ruby.network.routers01.throttle0.msg_count.Broadcast_Control::1       548122                      
system.ruby.network.routers01.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::4      5735592                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseL2hit_Data::4        14760                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Data::4      1054368                      
system.ruby.network.routers01.throttle0.msg_bytes.Broadcast_Control::1      4384976                      
system.ruby.network.routers01.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers01.throttle1.link_utilization     8.567755                      
system.ruby.network.routers01.throttle1.msg_count.Request_Control::1        78293                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::4         1802                      
system.ruby.network.routers01.throttle1.msg_count.ResponseL2hit_Data::4           12                      
system.ruby.network.routers01.throttle1.msg_count.ResponseLocal_Data::4           85                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::4          100                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::4        92770                      
system.ruby.network.routers01.throttle1.msg_count.Broadcast_Control::1        78293                      
system.ruby.network.routers01.throttle1.msg_count.Persistent_Control::3        36447                      
system.ruby.network.routers01.throttle1.msg_bytes.Request_Control::1       626344                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::4       129744                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseL2hit_Data::4          864                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseLocal_Data::4         6120                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::4          800                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::4      6679440                      
system.ruby.network.routers01.throttle1.msg_bytes.Broadcast_Control::1       626344                      
system.ruby.network.routers01.throttle1.msg_bytes.Persistent_Control::3       291576                      
system.ruby.network.routers02.throttle0.link_utilization    13.882046                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::4        79783                      
system.ruby.network.routers02.throttle0.msg_count.ResponseL2hit_Data::4          200                      
system.ruby.network.routers02.throttle0.msg_count.ResponseLocal_Data::4           80                      
system.ruby.network.routers02.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers02.throttle0.msg_count.Writeback_Data::4        14764                      
system.ruby.network.routers02.throttle0.msg_count.Broadcast_Control::1       548026                      
system.ruby.network.routers02.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::4      5744376                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseL2hit_Data::4        14400                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseLocal_Data::4         5760                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers02.throttle0.msg_bytes.Writeback_Data::4      1063008                      
system.ruby.network.routers02.throttle0.msg_bytes.Broadcast_Control::1      4384208                      
system.ruby.network.routers02.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers02.throttle1.link_utilization     8.588380                      
system.ruby.network.routers02.throttle1.msg_count.Request_Control::1        78389                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::4         1847                      
system.ruby.network.routers02.throttle1.msg_count.ResponseL2hit_Data::4           12                      
system.ruby.network.routers02.throttle1.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::4          132                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::4        92948                      
system.ruby.network.routers02.throttle1.msg_count.Broadcast_Control::1        78389                      
system.ruby.network.routers02.throttle1.msg_count.Persistent_Control::3        36723                      
system.ruby.network.routers02.throttle1.msg_bytes.Request_Control::1       627112                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::4       132984                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseL2hit_Data::4          864                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::4         1056                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::4      6692256                      
system.ruby.network.routers02.throttle1.msg_bytes.Broadcast_Control::1       627112                      
system.ruby.network.routers02.throttle1.msg_bytes.Persistent_Control::3       293784                      
system.ruby.network.routers03.throttle0.link_utilization    13.913320                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::4        80048                      
system.ruby.network.routers03.throttle0.msg_count.ResponseL2hit_Data::4          199                      
system.ruby.network.routers03.throttle0.msg_count.ResponseLocal_Data::4           97                      
system.ruby.network.routers03.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Data::4        14925                      
system.ruby.network.routers03.throttle0.msg_count.Broadcast_Control::1       547862                      
system.ruby.network.routers03.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::4      5763456                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseL2hit_Data::4        14328                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseLocal_Data::4         6984                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Data::4      1074600                      
system.ruby.network.routers03.throttle0.msg_bytes.Broadcast_Control::1      4382896                      
system.ruby.network.routers03.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers03.throttle1.link_utilization     8.625162                      
system.ruby.network.routers03.throttle1.msg_count.Request_Control::1        78553                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::4         1979                      
system.ruby.network.routers03.throttle1.msg_count.ResponseL2hit_Data::4            7                      
system.ruby.network.routers03.throttle1.msg_count.ResponseLocal_Data::4           76                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::4          125                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::4        93273                      
system.ruby.network.routers03.throttle1.msg_count.Broadcast_Control::1        78553                      
system.ruby.network.routers03.throttle1.msg_count.Persistent_Control::3        36911                      
system.ruby.network.routers03.throttle1.msg_bytes.Request_Control::1       628424                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::4       142488                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseL2hit_Data::4          504                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseLocal_Data::4         5472                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::4         1000                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::4      6715656                      
system.ruby.network.routers03.throttle1.msg_bytes.Broadcast_Control::1       628424                      
system.ruby.network.routers03.throttle1.msg_bytes.Persistent_Control::3       295288                      
system.ruby.network.routers04.throttle0.link_utilization    13.869831                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::4        79612                      
system.ruby.network.routers04.throttle0.msg_count.ResponseL2hit_Data::4          190                      
system.ruby.network.routers04.throttle0.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Data::4        14747                      
system.ruby.network.routers04.throttle0.msg_count.Broadcast_Control::1       548247                      
system.ruby.network.routers04.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::4      5732064                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseL2hit_Data::4        13680                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Data::4      1061784                      
system.ruby.network.routers04.throttle0.msg_bytes.Broadcast_Control::1      4385976                      
system.ruby.network.routers04.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers04.throttle1.link_utilization     8.570361                      
system.ruby.network.routers04.throttle1.msg_count.Request_Control::1        78168                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::4         1953                      
system.ruby.network.routers04.throttle1.msg_count.ResponseL2hit_Data::4           12                      
system.ruby.network.routers04.throttle1.msg_count.ResponseLocal_Data::4           91                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::4          149                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::4        92666                      
system.ruby.network.routers04.throttle1.msg_count.Broadcast_Control::1        78168                      
system.ruby.network.routers04.throttle1.msg_count.Persistent_Control::3        36489                      
system.ruby.network.routers04.throttle1.msg_bytes.Request_Control::1       625344                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::4       140616                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseL2hit_Data::4          864                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseLocal_Data::4         6552                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::4         1192                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::4      6671952                      
system.ruby.network.routers04.throttle1.msg_bytes.Broadcast_Control::1       625344                      
system.ruby.network.routers04.throttle1.msg_bytes.Persistent_Control::3       291912                      
system.ruby.network.routers05.throttle0.link_utilization    13.875471                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::4        79834                      
system.ruby.network.routers05.throttle0.msg_count.ResponseL2hit_Data::4          195                      
system.ruby.network.routers05.throttle0.msg_count.ResponseLocal_Data::4           96                      
system.ruby.network.routers05.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Data::4        14616                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers05.throttle0.msg_count.Broadcast_Control::1       547997                      
system.ruby.network.routers05.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::4      5748048                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseL2hit_Data::4        14040                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseLocal_Data::4         6912                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Data::4      1052352                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers05.throttle0.msg_bytes.Broadcast_Control::1      4383976                      
system.ruby.network.routers05.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers05.throttle1.link_utilization     8.580699                      
system.ruby.network.routers05.throttle1.msg_count.Request_Control::1        78418                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::4         1929                      
system.ruby.network.routers05.throttle1.msg_count.ResponseL2hit_Data::4           10                      
system.ruby.network.routers05.throttle1.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::4          150                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::4        92787                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers05.throttle1.msg_count.Broadcast_Control::1        78418                      
system.ruby.network.routers05.throttle1.msg_count.Persistent_Control::3        36429                      
system.ruby.network.routers05.throttle1.msg_bytes.Request_Control::1       627344                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::4       138888                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseL2hit_Data::4          720                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::4         1200                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::4      6680664                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers05.throttle1.msg_bytes.Broadcast_Control::1       627344                      
system.ruby.network.routers05.throttle1.msg_bytes.Persistent_Control::3       291432                      
system.ruby.network.routers06.throttle0.link_utilization    13.853338                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::4        79430                      
system.ruby.network.routers06.throttle0.msg_count.ResponseL2hit_Data::4          236                      
system.ruby.network.routers06.throttle0.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers06.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Data::4        14642                      
system.ruby.network.routers06.throttle0.msg_count.Broadcast_Control::1       548412                      
system.ruby.network.routers06.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::4      5718960                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseL2hit_Data::4        16992                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Data::4      1054224                      
system.ruby.network.routers06.throttle0.msg_bytes.Broadcast_Control::1      4387296                      
system.ruby.network.routers06.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers06.throttle1.link_utilization     8.550368                      
system.ruby.network.routers06.throttle1.msg_count.Request_Control::1        78003                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::4         2011                      
system.ruby.network.routers06.throttle1.msg_count.ResponseL2hit_Data::4           12                      
system.ruby.network.routers06.throttle1.msg_count.ResponseLocal_Data::4           93                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::4          132                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::4        92384                      
system.ruby.network.routers06.throttle1.msg_count.Broadcast_Control::1        78003                      
system.ruby.network.routers06.throttle1.msg_count.Persistent_Control::3        36395                      
system.ruby.network.routers06.throttle1.msg_bytes.Request_Control::1       624024                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::4       144792                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseL2hit_Data::4          864                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseLocal_Data::4         6696                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::4         1056                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::4      6651648                      
system.ruby.network.routers06.throttle1.msg_bytes.Broadcast_Control::1       624024                      
system.ruby.network.routers06.throttle1.msg_bytes.Persistent_Control::3       291160                      
system.ruby.network.routers07.throttle0.link_utilization    13.851952                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::4        79517                      
system.ruby.network.routers07.throttle0.msg_count.ResponseL2hit_Data::4          227                      
system.ruby.network.routers07.throttle0.msg_count.ResponseLocal_Data::4           90                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Data::4        14559                      
system.ruby.network.routers07.throttle0.msg_count.Broadcast_Control::1       548259                      
system.ruby.network.routers07.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::4      5725224                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseL2hit_Data::4        16344                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseLocal_Data::4         6480                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Data::4      1048248                      
system.ruby.network.routers07.throttle0.msg_bytes.Broadcast_Control::1      4386072                      
system.ruby.network.routers07.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers07.throttle1.link_utilization     8.550392                      
system.ruby.network.routers07.throttle1.msg_count.Request_Control::1        78156                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::4         1919                      
system.ruby.network.routers07.throttle1.msg_count.ResponseL2hit_Data::4           15                      
system.ruby.network.routers07.throttle1.msg_count.ResponseLocal_Data::4          102                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::4          143                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::4        92454                      
system.ruby.network.routers07.throttle1.msg_count.Broadcast_Control::1        78156                      
system.ruby.network.routers07.throttle1.msg_count.Persistent_Control::3        36171                      
system.ruby.network.routers07.throttle1.msg_bytes.Request_Control::1       625248                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::4       138168                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseL2hit_Data::4         1080                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseLocal_Data::4         7344                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::4         1144                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::4      6656688                      
system.ruby.network.routers07.throttle1.msg_bytes.Broadcast_Control::1       625248                      
system.ruby.network.routers07.throttle1.msg_bytes.Persistent_Control::3       289368                      
system.ruby.network.routers08.throttle0.link_utilization    53.674058                      
system.ruby.network.routers08.throttle0.msg_count.Request_Control::1       626415                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::4         1037                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::4       625347                      
system.ruby.network.routers08.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers08.throttle0.msg_bytes.Request_Control::1      5011320                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::4         8296                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::4     45024984                      
system.ruby.network.routers08.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers08.throttle1.link_utilization    30.424795                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       624764                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::4        15075                      
system.ruby.network.routers08.throttle1.msg_count.ResponseL2hit_Data::4         1651                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::4            5                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Data::4       290889                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Control::4       318123                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      4998112                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::4      1085400                      
system.ruby.network.routers08.throttle1.msg_bytes.ResponseL2hit_Data::4       118872                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::4           40                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Data::4     20944008                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Control::4      2544984                      
system.ruby.network.routers09.throttle0.link_utilization    32.836398                      
system.ruby.network.routers09.throttle0.msg_count.Request_Control::2       624764                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::4        14296                      
system.ruby.network.routers09.throttle0.msg_count.ResponseL2hit_Data::4           91                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::4            7                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Data::4       293475                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Control::4       318124                      
system.ruby.network.routers09.throttle0.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers09.throttle0.msg_bytes.Request_Control::2      4998112                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::4      1029312                      
system.ruby.network.routers09.throttle0.msg_bytes.ResponseL2hit_Data::4         6552                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::4           56                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Data::4     21130200                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Control::4      2544992                      
system.ruby.network.routers09.throttle0.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers09.throttle1.link_utilization    46.107886                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::4       621658                      
system.ruby.network.routers09.throttle1.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Data::4         3293                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::4     44759376                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Data::4       237096                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle0.link_utilization    13.582243                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::4        79888                      
system.ruby.network.routers10.throttle0.msg_count.ResponseL2hit_Data::4          199                      
system.ruby.network.routers10.throttle0.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers10.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle0.msg_count.Writeback_Data::4        14637                      
system.ruby.network.routers10.throttle0.msg_count.Broadcast_Control::1       547980                      
system.ruby.network.routers10.throttle0.msg_count.Persistent_Control::3       255565                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::4      5751936                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseL2hit_Data::4        14328                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle0.msg_bytes.Writeback_Data::4      1053864                      
system.ruby.network.routers10.throttle0.msg_bytes.Broadcast_Control::1      4383840                      
system.ruby.network.routers10.throttle0.msg_bytes.Persistent_Control::3      2044520                      
system.ruby.network.routers10.throttle1.link_utilization    13.567012                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::4        79661                      
system.ruby.network.routers10.throttle1.msg_count.ResponseL2hit_Data::4          205                      
system.ruby.network.routers10.throttle1.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Data::4        14644                      
system.ruby.network.routers10.throttle1.msg_count.Broadcast_Control::1       548122                      
system.ruby.network.routers10.throttle1.msg_count.Persistent_Control::3       255511                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::4      5735592                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseL2hit_Data::4        14760                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Data::4      1054368                      
system.ruby.network.routers10.throttle1.msg_bytes.Broadcast_Control::1      4384976                      
system.ruby.network.routers10.throttle1.msg_bytes.Persistent_Control::3      2044088                      
system.ruby.network.routers10.throttle2.link_utilization    13.581013                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::4        79783                      
system.ruby.network.routers10.throttle2.msg_count.ResponseL2hit_Data::4          200                      
system.ruby.network.routers10.throttle2.msg_count.ResponseLocal_Data::4           80                      
system.ruby.network.routers10.throttle2.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle2.msg_count.Writeback_Data::4        14764                      
system.ruby.network.routers10.throttle2.msg_count.Broadcast_Control::1       548026                      
system.ruby.network.routers10.throttle2.msg_count.Persistent_Control::3       255235                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::4      5744376                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseL2hit_Data::4        14400                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseLocal_Data::4         5760                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle2.msg_bytes.Writeback_Data::4      1063008                      
system.ruby.network.routers10.throttle2.msg_bytes.Broadcast_Control::1      4384208                      
system.ruby.network.routers10.throttle2.msg_bytes.Persistent_Control::3      2041880                      
system.ruby.network.routers10.throttle3.link_utilization    13.610738                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::4        80048                      
system.ruby.network.routers10.throttle3.msg_count.ResponseL2hit_Data::4          199                      
system.ruby.network.routers10.throttle3.msg_count.ResponseLocal_Data::4           97                      
system.ruby.network.routers10.throttle3.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Data::4        14925                      
system.ruby.network.routers10.throttle3.msg_count.Broadcast_Control::1       547862                      
system.ruby.network.routers10.throttle3.msg_count.Persistent_Control::3       255047                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::4      5763456                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseL2hit_Data::4        14328                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseLocal_Data::4         6984                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Data::4      1074600                      
system.ruby.network.routers10.throttle3.msg_bytes.Broadcast_Control::1      4382896                      
system.ruby.network.routers10.throttle3.msg_bytes.Persistent_Control::3      2040376                      
system.ruby.network.routers10.throttle4.link_utilization    13.570725                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::4        79613                      
system.ruby.network.routers10.throttle4.msg_count.ResponseL2hit_Data::4          190                      
system.ruby.network.routers10.throttle4.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Data::4        14747                      
system.ruby.network.routers10.throttle4.msg_count.Broadcast_Control::1       548247                      
system.ruby.network.routers10.throttle4.msg_count.Persistent_Control::3       255469                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::4      5732136                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseL2hit_Data::4        13680                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Data::4      1061784                      
system.ruby.network.routers10.throttle4.msg_bytes.Broadcast_Control::1      4385976                      
system.ruby.network.routers10.throttle4.msg_bytes.Persistent_Control::3      2043752                      
system.ruby.network.routers10.throttle5.link_utilization    13.576841                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::4        79834                      
system.ruby.network.routers10.throttle5.msg_count.ResponseL2hit_Data::4          195                      
system.ruby.network.routers10.throttle5.msg_count.ResponseLocal_Data::4           96                      
system.ruby.network.routers10.throttle5.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Data::4        14616                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers10.throttle5.msg_count.Broadcast_Control::1       547997                      
system.ruby.network.routers10.throttle5.msg_count.Persistent_Control::3       255529                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::4      5748048                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseL2hit_Data::4        14040                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseLocal_Data::4         6912                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Data::4      1052352                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle5.msg_bytes.Broadcast_Control::1      4383976                      
system.ruby.network.routers10.throttle5.msg_bytes.Persistent_Control::3      2044232                      
system.ruby.network.routers10.throttle6.link_utilization    13.554986                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::4        79430                      
system.ruby.network.routers10.throttle6.msg_count.ResponseL2hit_Data::4          236                      
system.ruby.network.routers10.throttle6.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers10.throttle6.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Data::4        14642                      
system.ruby.network.routers10.throttle6.msg_count.Broadcast_Control::1       548412                      
system.ruby.network.routers10.throttle6.msg_count.Persistent_Control::3       255563                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::4      5718960                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseL2hit_Data::4        16992                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Data::4      1054224                      
system.ruby.network.routers10.throttle6.msg_bytes.Broadcast_Control::1      4387296                      
system.ruby.network.routers10.throttle6.msg_bytes.Persistent_Control::3      2044504                      
system.ruby.network.routers10.throttle7.link_utilization    13.555437                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::4        79517                      
system.ruby.network.routers10.throttle7.msg_count.ResponseL2hit_Data::4          227                      
system.ruby.network.routers10.throttle7.msg_count.ResponseLocal_Data::4           90                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Data::4        14559                      
system.ruby.network.routers10.throttle7.msg_count.Broadcast_Control::1       548259                      
system.ruby.network.routers10.throttle7.msg_count.Persistent_Control::3       255787                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::4      5725224                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseL2hit_Data::4        16344                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseLocal_Data::4         6480                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Data::4      1048248                      
system.ruby.network.routers10.throttle7.msg_bytes.Broadcast_Control::1      4386072                      
system.ruby.network.routers10.throttle7.msg_bytes.Persistent_Control::3      2046296                      
system.ruby.network.routers10.throttle8.link_utilization    53.674058                      
system.ruby.network.routers10.throttle8.msg_count.Request_Control::1       626415                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::4         1037                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::4       625347                      
system.ruby.network.routers10.throttle8.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers10.throttle8.msg_bytes.Request_Control::1      5011320                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::4         8296                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::4     45024984                      
system.ruby.network.routers10.throttle8.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.network.routers10.throttle9.link_utilization    32.836398                      
system.ruby.network.routers10.throttle9.msg_count.Request_Control::2       624764                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::4        14296                      
system.ruby.network.routers10.throttle9.msg_count.ResponseL2hit_Data::4           91                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::4            7                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Data::4       293475                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Control::4       318124                      
system.ruby.network.routers10.throttle9.msg_count.Persistent_Control::3       291958                      
system.ruby.network.routers10.throttle9.msg_bytes.Request_Control::2      4998112                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::4      1029312                      
system.ruby.network.routers10.throttle9.msg_bytes.ResponseL2hit_Data::4         6552                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::4           56                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Data::4     21130200                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Control::4      2544992                      
system.ruby.network.routers10.throttle9.msg_bytes.Persistent_Control::3      2335664                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           403224                      
system.ruby.LD.latency_hist::mean         1244.872599                      
system.ruby.LD.latency_hist::gmean        1012.118608                      
system.ruby.LD.latency_hist::stdev         668.165886                      
system.ruby.LD.latency_hist              |       69390     17.21%     17.21% |       96033     23.82%     41.03% |       90972     22.56%     63.59% |       91905     22.79%     86.38% |       48739     12.09%     98.47% |        6121      1.52%     99.98% |          64      0.02%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             403224                      
system.ruby.LD.hit_latency_hist::bucket_size          512                      
system.ruby.LD.hit_latency_hist::max_bucket         5119                      
system.ruby.LD.hit_latency_hist::samples         1892                      
system.ruby.LD.hit_latency_hist::mean     1091.609408                      
system.ruby.LD.hit_latency_hist::gmean     566.194555                      
system.ruby.LD.hit_latency_hist::stdev     701.385932                      
system.ruby.LD.hit_latency_hist          |         479     25.32%     25.32% |         427     22.57%     47.89% |         425     22.46%     70.35% |         371     19.61%     89.96% |         172      9.09%     99.05% |          18      0.95%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total           1892                      
system.ruby.LD.miss_latency_hist::bucket_size          512                      
system.ruby.LD.miss_latency_hist::max_bucket         5119                      
system.ruby.LD.miss_latency_hist::samples       401332                      
system.ruby.LD.miss_latency_hist::mean    1245.595128                      
system.ruby.LD.miss_latency_hist::gmean   1014.893956                      
system.ruby.LD.miss_latency_hist::stdev    667.922999                      
system.ruby.LD.miss_latency_hist         |       68911     17.17%     17.17% |       95606     23.82%     40.99% |       90547     22.56%     63.55% |       91534     22.81%     86.36% |       48567     12.10%     98.46% |        6103      1.52%     99.98% |          64      0.02%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        401332                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           223364                      
system.ruby.ST.latency_hist::mean         1247.397181                      
system.ruby.ST.latency_hist::gmean        1013.946431                      
system.ruby.ST.latency_hist::stdev         669.645339                      
system.ruby.ST.latency_hist              |       38530     17.25%     17.25% |       52875     23.67%     40.92% |       50327     22.53%     63.45% |       50762     22.73%     86.18% |       27533     12.33%     98.51% |        3292      1.47%     99.98% |          43      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             223364                      
system.ruby.ST.hit_latency_hist::bucket_size          512                      
system.ruby.ST.hit_latency_hist::max_bucket         5119                      
system.ruby.ST.hit_latency_hist::samples         1069                      
system.ruby.ST.hit_latency_hist::mean     1130.732460                      
system.ruby.ST.hit_latency_hist::gmean     610.100104                      
system.ruby.ST.hit_latency_hist::stdev     718.461557                      
system.ruby.ST.hit_latency_hist          |         260     24.32%     24.32% |         237     22.17%     46.49% |         220     20.58%     67.07% |         223     20.86%     87.93% |         115     10.76%     98.69% |          14      1.31%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total           1069                      
system.ruby.ST.miss_latency_hist::bucket_size          512                      
system.ruby.ST.miss_latency_hist::max_bucket         5119                      
system.ruby.ST.miss_latency_hist::samples       222295                      
system.ruby.ST.miss_latency_hist::mean    1247.958213                      
system.ruby.ST.miss_latency_hist::gmean   1016.426377                      
system.ruby.ST.miss_latency_hist::stdev    669.354592                      
system.ruby.ST.miss_latency_hist         |       38270     17.22%     17.22% |       52638     23.68%     40.90% |       50107     22.54%     63.44% |       50539     22.74%     86.17% |       27418     12.33%     98.51% |        3278      1.47%     99.98% |          43      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        222295                      
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size            1                      
system.ruby.L1Cache.hit_mach_latency_hist::max_bucket            9                      
system.ruby.L1Cache.hit_mach_latency_hist::samples          198                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            1                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean            1                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |         198    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.hit_mach_latency_hist::total          198                      
system.ruby.L1Cache.miss_mach_latency_hist::bucket_size          512                      
system.ruby.L1Cache.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.L1Cache.miss_mach_latency_hist::samples         2150                      
system.ruby.L1Cache.miss_mach_latency_hist::mean  1253.348372                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   981.859616                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   675.772818                      
system.ruby.L1Cache.miss_mach_latency_hist |         390     18.14%     18.14% |         450     20.93%     39.07% |         525     24.42%     63.49% |         485     22.56%     86.05% |         255     11.86%     97.91% |          45      2.09%    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_mach_latency_hist::total         2150                      
system.ruby.L2Cache.hit_mach_latency_hist::bucket_size          512                      
system.ruby.L2Cache.hit_mach_latency_hist::max_bucket         5119                      
system.ruby.L2Cache.hit_mach_latency_hist::samples         2763                      
system.ruby.L2Cache.hit_mach_latency_hist::mean  1184.900471                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean   917.900956                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   665.600614                      
system.ruby.L2Cache.hit_mach_latency_hist |         541     19.58%     19.58% |         664     24.03%     43.61% |         645     23.34%     66.96% |         594     21.50%     88.45% |         287     10.39%     98.84% |          32      1.16%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist::total         2763                      
system.ruby.Directory.miss_mach_latency_hist::bucket_size          512                      
system.ruby.Directory.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.Directory.miss_mach_latency_hist::samples       621477                      
system.ruby.Directory.miss_mach_latency_hist::mean  1246.413554                      
system.ruby.Directory.miss_mach_latency_hist::gmean  1015.558072                      
system.ruby.Directory.miss_mach_latency_hist::stdev   668.408968                      
system.ruby.Directory.miss_mach_latency_hist |      106791     17.18%     17.18% |      147794     23.78%     40.96% |      140129     22.55%     63.51% |      141588     22.78%     86.29% |       75730     12.19%     98.48% |        9336      1.50%     99.98% |         107      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       621477                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size            1                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::max_bucket            9                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::samples            3                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |           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% |           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.issue_to_initial_request::total            3                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::bucket_size            1                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::max_bucket            9                      
system.ruby.Directory.miss_latency_hist.initial_to_forward::samples            3                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |           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% |           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.initial_to_forward::total            3                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::bucket_size            1                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::max_bucket            9                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response::samples            3                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |           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% |           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.forward_to_first_response::total            3                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::bucket_size           16                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::max_bucket          159                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::samples            3                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean           88                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::gmean    87.863425                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev            6                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |           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% |           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%
system.ruby.Directory.miss_latency_hist.first_response_to_completion::total            3                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::bucket_size            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::max_bucket            9                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::samples          132                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean            1                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |         132    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total          132                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::samples         1339                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean  1280.535474                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean  1006.733527                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   680.945391                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |         229     17.10%     17.10% |         276     20.61%     37.71% |         333     24.87%     62.58% |         304     22.70%     85.29% |         164     12.25%     97.54% |          33      2.46%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total         1339                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::bucket_size          512                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::max_bucket         5119                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::samples         1760                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean  1173.405114                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean   910.831654                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   657.956416                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         347     19.72%     19.72% |         427     24.26%     43.98% |         425     24.15%     68.12% |         371     21.08%     89.20% |         172      9.77%     98.98% |          18      1.02%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total         1760                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::samples       399993                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean  1245.478163                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean  1014.921384                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   667.876777                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |       68682     17.17%     17.17% |       95330     23.83%     41.00% |       90214     22.55%     63.56% |       91230     22.81%     86.37% |       48403     12.10%     98.47% |        6070      1.52%     99.98% |          64      0.02%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       399993                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::bucket_size            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::max_bucket            9                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::samples           66                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean            1                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |          66    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total           66                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::samples          811                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean  1208.461159                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   942.129361                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   665.132497                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |         161     19.85%     19.85% |         174     21.45%     41.31% |         192     23.67%     64.98% |         181     22.32%     87.30% |          91     11.22%     98.52% |          12      1.48%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::total          811                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::bucket_size          512                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::max_bucket         5119                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::samples         1003                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean  1205.071785                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean   930.438584                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   678.666440                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         194     19.34%     19.34% |         237     23.63%     42.97% |         220     21.93%     64.91% |         223     22.23%     87.14% |         115     11.47%     98.60% |          14      1.40%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total         1003                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples       221484                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean  1248.102838                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean  1016.708923                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   669.367212                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       38109     17.21%     17.21% |       52464     23.69%     40.89% |       49915     22.54%     63.43% |       50358     22.74%     86.17% |       27327     12.34%     98.51% |        3266      1.47%     99.98% |          43      0.02%    100.00% |           2      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       221484                      
system.ruby.Directory_Controller.GETX          240452      0.00%      0.00%
system.ruby.Directory_Controller.GETS          432599      0.00%      0.00%
system.ruby.Directory_Controller.Lockdown       146609      0.00%      0.00%
system.ruby.Directory_Controller.Unlockdown       145349      0.00%      0.00%
system.ruby.Directory_Controller.Data_Owner          469      0.00%      0.00%
system.ruby.Directory_Controller.Data_All_Tokens       307348      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner          430      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner_All_Tokens       316863      0.00%      0.00%
system.ruby.Directory_Controller.Tokens           180      0.00%      0.00%
system.ruby.Directory_Controller.Ack_All_Tokens          746      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       621329      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       303987      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX        220258      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS        397725      0.00%      0.00%
system.ruby.Directory_Controller.O.Lockdown         2797      0.00%      0.00%
system.ruby.Directory_Controller.O.Data_All_Tokens          150      0.00%      0.00%
system.ruby.Directory_Controller.O.Tokens           17      0.00%      0.00%
system.ruby.Directory_Controller.O.Ack_All_Tokens          732      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         1901      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS         3320      0.00%      0.00%
system.ruby.Directory_Controller.NO.Lockdown        44050      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_Owner          467      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_All_Tokens       303520      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner          430      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner_All_Tokens       316439      0.00%      0.00%
system.ruby.Directory_Controller.NO.Tokens          157      0.00%      0.00%
system.ruby.Directory_Controller.L.GETX           558      0.00%      0.00%
system.ruby.Directory_Controller.L.GETS          1002      0.00%      0.00%
system.ruby.Directory_Controller.L.Lockdown         1116      0.00%      0.00%
system.ruby.Directory_Controller.L.Unlockdown       145316      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_Owner            2      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_All_Tokens         3652      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner_All_Tokens          424      0.00%      0.00%
system.ruby.Directory_Controller.L.Tokens            3      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETX           61      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETS          128      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Lockdown          149      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Data_All_Tokens           26      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Tokens            3      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Ack_All_Tokens            1      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Data           33      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Ack       303838      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETX          543      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETS          896      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Lockdown            7      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Unlockdown           33      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Data         3337      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Ack          149      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETX         1538      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETS         2627      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Lockdown          129      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Memory_Data        98356      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETX        15593      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETS        26901      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Lockdown        98361      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Ack_All_Tokens           13      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Memory_Data       519603      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50667     12.57%     12.57% |       50484     12.52%     25.08% |       50375     12.49%     37.58% |       50486     12.52%     50.10% |       50381     12.49%     62.59% |       50187     12.45%     75.04% |       50077     12.42%     87.46% |       50582     12.54%    100.00%
system.ruby.L1Cache_Controller.Load::total       403239                      
system.ruby.L1Cache_Controller.Store     |       27788     12.44%     12.44% |       27835     12.46%     24.90% |       28035     12.55%     37.45% |       28087     12.57%     50.03% |       27811     12.45%     62.48% |       28262     12.65%     75.13% |       27958     12.52%     87.64% |       27598     12.36%    100.00%
system.ruby.L1Cache_Controller.Store::total       223374                      
system.ruby.L1Cache_Controller.L1_Replacement |     1482309     12.54%     12.54% |     1478152     12.50%     25.04% |     1477165     12.50%     37.54% |     1480092     12.52%     50.06% |     1475170     12.48%     62.54% |     1480320     12.52%     75.06% |     1470800     12.44%     87.50% |     1477330     12.50%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total     11821338                      
system.ruby.L1Cache_Controller.Data_Shared |         182     12.24%     12.24% |         184     12.37%     24.61% |         174     11.70%     36.31% |         192     12.91%     49.23% |         172     11.57%     60.79% |         175     11.77%     72.56% |         199     13.38%     85.94% |         209     14.06%    100.00%
system.ruby.L1Cache_Controller.Data_Shared::total         1487                      
system.ruby.L1Cache_Controller.Data_Owner |         102     14.35%     14.35% |          88     12.38%     26.72% |          96     13.50%     40.23% |          87     12.24%     52.46% |          88     12.38%     64.84% |          87     12.24%     77.07% |          68      9.56%     86.64% |          95     13.36%    100.00%
system.ruby.L1Cache_Controller.Data_Owner::total          711                      
system.ruby.L1Cache_Controller.Data_All_Tokens |       94528     12.51%     12.51% |       94324     12.49%     25.00% |       94557     12.52%     37.51% |       94990     12.57%     50.09% |       94377     12.49%     62.58% |       94479     12.51%     75.09% |       94128     12.46%     87.55% |       94089     12.45%    100.00%
system.ruby.L1Cache_Controller.Data_All_Tokens::total       755472                      
system.ruby.L1Cache_Controller.Ack       |           3     21.43%     21.43% |           1      7.14%     28.57% |           2     14.29%     42.86% |           2     14.29%     57.14% |           0      0.00%     57.14% |           2     14.29%     71.43% |           1      7.14%     78.57% |           3     21.43%    100.00%
system.ruby.L1Cache_Controller.Ack::total           14                      
system.ruby.L1Cache_Controller.Transient_Local_GETX |      195530     12.51%     12.51% |      195478     12.51%     25.01% |      195278     12.49%     37.51% |      195229     12.49%     50.00% |      195505     12.51%     62.50% |      195060     12.48%     74.98% |      195357     12.50%     87.48% |      195719     12.52%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETX::total      1563156                      
system.ruby.L1Cache_Controller.Transient_Local_GETS |      352449     12.49%     12.49% |      352643     12.50%     24.99% |      352748     12.50%     37.49% |      352633     12.50%     49.99% |      352741     12.50%     62.49% |      352937     12.51%     74.99% |      353055     12.51%     87.51% |      352539     12.49%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS::total      2821745                      
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.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.Transient_Local_GETS_Last_Token::total            4                      
system.ruby.L1Cache_Controller.Persistent_GETX |       45490     12.51%     12.51% |       45476     12.51%     25.02% |       45348     12.47%     37.50% |       45359     12.48%     49.97% |       45403     12.49%     62.46% |       45382     12.48%     74.94% |       45473     12.51%     87.45% |       45618     12.55%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETX::total       363549                      
system.ruby.L1Cache_Controller.Persistent_GETS |       82793     12.49%     12.49% |       82775     12.49%     24.98% |       82793     12.49%     37.48% |       82699     12.48%     49.96% |       82884     12.51%     62.46% |       82958     12.52%     74.98% |       82904     12.51%     87.49% |       82886     12.51%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS::total       662692                      
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token |           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% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock |      163675     12.50%     12.50% |      163707     12.50%     25.00% |      163816     12.51%     37.51% |      163900     12.52%     50.03% |      163671     12.50%     62.53% |      163618     12.50%     75.02% |      163580     12.49%     87.52% |      163454     12.48%    100.00%
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock::total      1309421                      
system.ruby.L1Cache_Controller.Request_Timeout |      113982     12.40%     12.40% |      114218     12.43%     24.83% |      115677     12.58%     37.41% |      116297     12.65%     50.06% |      115021     12.51%     62.58% |      115438     12.56%     75.13% |      114863     12.50%     87.63% |      113699     12.37%    100.00%
system.ruby.L1Cache_Controller.Request_Timeout::total       919195                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverX |          10      4.93%      4.93% |          17      8.37%     13.30% |          26     12.81%     26.11% |          26     12.81%     38.92% |          26     12.81%     51.72% |          30     14.78%     66.50% |          34     16.75%     83.25% |          34     16.75%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverX::total          203                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverS |          26      8.12%      8.12% |          19      5.94%     14.06% |          35     10.94%     25.00% |          33     10.31%     35.31% |          51     15.94%     51.25% |          51     15.94%     67.19% |          51     15.94%     83.12% |          54     16.88%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverS::total          320                      
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers |       78180     12.53%     12.53% |       78041     12.50%     25.03% |       78121     12.52%     37.54% |       78269     12.54%     50.08% |       77894     12.48%     62.56% |       78131     12.52%     75.08% |       77705     12.45%     87.53% |       77837     12.47%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers::total       624178                      
system.ruby.L1Cache_Controller.NP.Load   |       50581     12.57%     12.57% |       50392     12.52%     25.09% |       50283     12.49%     37.58% |       50410     12.53%     50.11% |       50271     12.49%     62.60% |       50089     12.45%     75.04% |       49958     12.41%     87.46% |       50481     12.54%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       402465                      
system.ruby.L1Cache_Controller.NP.Store  |       27727     12.44%     12.44% |       27793     12.47%     24.90% |       27984     12.55%     37.45% |       28032     12.57%     50.02% |       27756     12.45%     62.47% |       28215     12.65%     75.13% |       27910     12.52%     87.64% |       27550     12.36%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       222967                      
system.ruby.L1Cache_Controller.NP.Data_Shared |          31     14.03%     14.03% |          28     12.67%     26.70% |          28     12.67%     39.37% |          23     10.41%     49.77% |          29     13.12%     62.90% |          25     11.31%     74.21% |          26     11.76%     85.97% |          31     14.03%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Shared::total          221                      
system.ruby.L1Cache_Controller.NP.Data_Owner |          37     13.41%     13.41% |          30     10.87%     24.28% |          36     13.04%     37.32% |          33     11.96%     49.28% |          35     12.68%     61.96% |          31     11.23%     73.19% |          30     10.87%     84.06% |          44     15.94%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Owner::total          276                      
system.ruby.L1Cache_Controller.NP.Data_All_Tokens |       16213     12.44%     12.44% |       16160     12.40%     24.84% |       16306     12.51%     37.36% |       16601     12.74%     50.09% |       16361     12.56%     62.65% |       16214     12.44%     75.09% |       16316     12.52%     87.61% |       16143     12.39%    100.00%
system.ruby.L1Cache_Controller.NP.Data_All_Tokens::total       130314                      
system.ruby.L1Cache_Controller.NP.Ack    |           2     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           2     25.00%     50.00% |           0      0.00%     50.00% |           1     12.50%     62.50% |           0      0.00%     62.50% |           3     37.50%    100.00%
system.ruby.L1Cache_Controller.NP.Ack::total            8                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX |      194864     12.51%     12.51% |      194884     12.51%     25.01% |      194599     12.49%     37.50% |      194606     12.49%     49.99% |      194888     12.51%     62.50% |      194419     12.48%     74.98% |      194754     12.50%     87.48% |      195093     12.52%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX::total      1558107                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS |      351252     12.49%     12.49% |      351488     12.50%     24.99% |      351609     12.50%     37.49% |      351524     12.50%     49.99% |      351577     12.50%     62.49% |      351765     12.51%     75.00% |      351871     12.51%     87.51% |      351335     12.49%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS::total      2812421                      
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock |      142654     12.51%     12.51% |      142579     12.50%     25.00% |      142548     12.50%     37.50% |      142694     12.51%     50.01% |      142513     12.49%     62.50% |      142552     12.50%     75.00% |      142576     12.50%     87.50% |      142609     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock::total      1140725                      
system.ruby.L1Cache_Controller.I.L1_Replacement |         115     11.11%     11.11% |          99      9.57%     20.68% |         132     12.75%     33.43% |         120     11.59%     45.02% |         149     14.40%     59.42% |         150     14.49%     73.91% |         130     12.56%     86.47% |         140     13.53%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total         1035                      
system.ruby.L1Cache_Controller.I.Data_All_Tokens |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Data_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETS |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           1     25.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.I.Transient_Local_GETS::total            4                      
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock::total            3                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         199     11.94%     11.94% |         196     11.76%     23.70% |         190     11.40%     35.09% |         210     12.60%     47.69% |         197     11.82%     59.51% |         200     12.00%     71.51% |         237     14.22%     85.72% |         238     14.28%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         1667                      
system.ruby.L1Cache_Controller.S.Data_Shared |           0      0.00%      0.00% |           1      8.33%      8.33% |           2     16.67%     25.00% |           1      8.33%     33.33% |           2     16.67%     50.00% |           3     25.00%     75.00% |           2     16.67%     91.67% |           1      8.33%    100.00%
system.ruby.L1Cache_Controller.S.Data_Shared::total           12                      
system.ruby.L1Cache_Controller.S.Data_Owner |           1     25.00%     25.00% |           1     25.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_Owner::total            4                      
system.ruby.L1Cache_Controller.S.Data_All_Tokens |           1     10.00%     10.00% |           3     30.00%     40.00% |           1     10.00%     50.00% |           2     20.00%     70.00% |           0      0.00%     70.00% |           1     10.00%     80.00% |           0      0.00%     80.00% |           2     20.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_All_Tokens::total           10                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.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.Transient_Local_GETS_Last_Token::total            4                      
system.ruby.L1Cache_Controller.S.Persistent_GETX |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token |           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% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.O.L1_Replacement |          96     14.29%     14.29% |          87     12.95%     27.23% |          81     12.05%     39.29% |          78     11.61%     50.89% |          85     12.65%     63.54% |          77     11.46%     75.00% |          78     11.61%     86.61% |          90     13.39%    100.00%
system.ruby.L1Cache_Controller.O.L1_Replacement::total          672                      
system.ruby.L1Cache_Controller.O.Data_Shared |           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.O.Data_Shared::total            1                      
system.ruby.L1Cache_Controller.O.Data_All_Tokens |           3     37.50%     37.50% |           2     25.00%     62.50% |           0      0.00%     62.50% |           1     12.50%     75.00% |           0      0.00%     75.00% |           1     12.50%     87.50% |           0      0.00%     87.50% |           1     12.50%    100.00%
system.ruby.L1Cache_Controller.O.Data_All_Tokens::total            8                      
system.ruby.L1Cache_Controller.O.Ack     |           1     25.00%     25.00% |           1     25.00%     50.00% |           2     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.O.Ack::total            4                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETS |           0      0.00%      0.00% |           2     40.00%     40.00% |           0      0.00%     40.00% |           1     20.00%     60.00% |           0      0.00%     60.00% |           1     20.00%     80.00% |           1     20.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETS::total            5                      
system.ruby.L1Cache_Controller.O.Persistent_GETX |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.O.Persistent_GETS |           1     14.29%     14.29% |           1     14.29%     28.57% |           2     28.57%     57.14% |           1     14.29%     71.43% |           1     14.29%     85.71% |           1     14.29%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Persistent_GETS::total            7                      
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock |          29     17.90%     17.90% |          21     12.96%     30.86% |          23     14.20%     45.06% |          16      9.88%     54.94% |          16      9.88%     64.81% |          31     19.14%     83.95% |           9      5.56%     89.51% |          17     10.49%    100.00%
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock::total          162                      
system.ruby.L1Cache_Controller.M.Load    |           0      0.00%      0.00% |           2      6.45%      6.45% |           7     22.58%     29.03% |           1      3.23%     32.26% |           4     12.90%     45.16% |           4     12.90%     58.06% |           5     16.13%     74.19% |           8     25.81%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           31                      
system.ruby.L1Cache_Controller.M.Store   |           2     14.29%     14.29% |           1      7.14%     21.43% |           1      7.14%     28.57% |           3     21.43%     50.00% |           1      7.14%     57.14% |           4     28.57%     85.71% |           2     14.29%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           14                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       50307     12.57%     12.57% |       50130     12.52%     25.09% |       50031     12.50%     37.59% |       50119     12.52%     50.11% |       50010     12.49%     62.60% |       49833     12.45%     75.05% |       49674     12.41%     87.46% |       50184     12.54%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       400288                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETX |          25     14.29%     14.29% |          18     10.29%     24.57% |          22     12.57%     37.14% |          21     12.00%     49.14% |          26     14.86%     64.00% |          17      9.71%     73.71% |          24     13.71%     87.43% |          22     12.57%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETX::total          175                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETS |          35     13.83%     13.83% |          33     13.04%     26.88% |          23      9.09%     35.97% |          26     10.28%     46.25% |          33     13.04%     59.29% |          23      9.09%     68.38% |          40     15.81%     84.19% |          40     15.81%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETS::total          253                      
system.ruby.L1Cache_Controller.M.Persistent_GETX |          14     12.61%     12.61% |          11      9.91%     22.52% |          13     11.71%     34.23% |          16     14.41%     48.65% |          22     19.82%     68.47% |          13     11.71%     80.18% |          15     13.51%     93.69% |           7      6.31%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETX::total          111                      
system.ruby.L1Cache_Controller.M.Persistent_GETS |          36     16.36%     16.36% |          32     14.55%     30.91% |          20      9.09%     40.00% |          24     10.91%     50.91% |          27     12.27%     63.18% |          26     11.82%     75.00% |          31     14.09%     89.09% |          24     10.91%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETS::total          220                      
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock |        1544     12.49%     12.49% |        1604     12.98%     25.48% |        1578     12.77%     38.25% |        1508     12.20%     50.45% |        1549     12.54%     62.98% |        1497     12.11%     75.10% |        1552     12.56%     87.66% |        1525     12.34%    100.00%
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock::total        12357                      
system.ruby.L1Cache_Controller.MM.Load   |           1      6.25%      6.25% |           2     12.50%     18.75% |           2     12.50%     31.25% |           2     12.50%     43.75% |           3     18.75%     62.50% |           3     18.75%     81.25% |           2     12.50%     93.75% |           1      6.25%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           16                      
system.ruby.L1Cache_Controller.MM.Store  |           1     11.11%     11.11% |           0      0.00%     11.11% |           1     11.11%     22.22% |           2     22.22%     44.44% |           0      0.00%     44.44% |           4     44.44%     88.89% |           1     11.11%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total            9                      
system.ruby.L1Cache_Controller.MM.L1_Replacement |       27714     12.44%     12.44% |       27777     12.47%     24.92% |       27951     12.55%     37.46% |       28022     12.58%     50.05% |       27723     12.45%     62.49% |       28154     12.64%     75.14% |       27879     12.52%     87.65% |       27500     12.35%    100.00%
system.ruby.L1Cache_Controller.MM.L1_Replacement::total       222720                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX |          18     16.98%     16.98% |          12     11.32%     28.30% |          14     13.21%     41.51% |          14     13.21%     54.72% |           8      7.55%     62.26% |          17     16.04%     78.30% |           9      8.49%     86.79% |          14     13.21%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX::total          106                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS |          14      8.09%      8.09% |          20     11.56%     19.65% |          27     15.61%     35.26% |          14      8.09%     43.35% |          24     13.87%     57.23% |          29     16.76%     73.99% |          19     10.98%     84.97% |          26     15.03%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS::total          173                      
system.ruby.L1Cache_Controller.MM.Persistent_GETX |           8     14.55%     14.55% |           5      9.09%     23.64% |           6     10.91%     34.55% |           6     10.91%     45.45% |           8     14.55%     60.00% |           5      9.09%     69.09% |           7     12.73%     81.82% |          10     18.18%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETX::total           55                      
system.ruby.L1Cache_Controller.MM.Persistent_GETS |          14     14.89%     14.89% |           8      8.51%     23.40% |          15     15.96%     39.36% |          10     10.64%     50.00% |          13     13.83%     63.83% |          15     15.96%     79.79% |           7      7.45%     87.23% |          12     12.77%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETS::total           94                      
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock |         814     11.97%     11.97% |         872     12.82%     24.78% |         871     12.80%     37.59% |         802     11.79%     49.38% |         885     13.01%     62.38% |         911     13.39%     75.78% |         828     12.17%     87.95% |         820     12.05%    100.00%
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock::total         6803                      
system.ruby.L1Cache_Controller.M_W.Load  |           5      9.09%      9.09% |          12     21.82%     30.91% |           4      7.27%     38.18% |           5      9.09%     47.27% |           8     14.55%     61.82% |           6     10.91%     72.73% |          11     20.00%     92.73% |           4      7.27%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           55                      
system.ruby.L1Cache_Controller.M_W.Store |           5     16.67%     16.67% |           3     10.00%     26.67% |           2      6.67%     33.33% |           2      6.67%     40.00% |           5     16.67%     56.67% |           4     13.33%     70.00% |           3     10.00%     80.00% |           6     20.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           30                      
system.ruby.L1Cache_Controller.M_W.L1_Replacement |      368001     12.55%     12.55% |      367387     12.53%     25.08% |      364960     12.45%     37.53% |      365705     12.47%     50.01% |      366083     12.49%     62.50% |      366138     12.49%     74.99% |      365181     12.46%     87.44% |      368148     12.56%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_Replacement::total      2931603                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX |          49     11.01%     11.01% |          37      8.31%     19.33% |          60     13.48%     32.81% |          64     14.38%     47.19% |          69     15.51%     62.70% |          53     11.91%     74.61% |          54     12.13%     86.74% |          59     13.26%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX::total          445                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS |         119     13.46%     13.46% |         114     12.90%     26.36% |          91     10.29%     36.65% |         100     11.31%     47.96% |         111     12.56%     60.52% |         129     14.59%     75.11% |         105     11.88%     86.99% |         115     13.01%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS::total          884                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETX |           7      6.09%      6.09% |          13     11.30%     17.39% |          15     13.04%     30.43% |          18     15.65%     46.09% |          16     13.91%     60.00% |          19     16.52%     76.52% |          10      8.70%     85.22% |          17     14.78%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETX::total          115                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETS |          14      7.41%      7.41% |          11      5.82%     13.23% |          26     13.76%     26.98% |          20     10.58%     37.57% |          25     13.23%     50.79% |          26     13.76%     64.55% |          33     17.46%     82.01% |          34     17.99%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETS::total          189                      
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock |        1068     12.52%     12.52% |        1087     12.75%     25.27% |        1113     13.05%     38.32% |        1079     12.65%     50.97% |        1065     12.49%     63.46% |        1029     12.07%     75.53% |        1063     12.46%     87.99% |        1024     12.01%    100.00%
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock::total         8528                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX |           7      5.56%      5.56% |          13     10.32%     15.87% |          17     13.49%     29.37% |          19     15.08%     44.44% |          16     12.70%     57.14% |          20     15.87%     73.02% |          15     11.90%     84.92% |          19     15.08%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX::total          126                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS |          14      6.76%      6.76% |          13      6.28%     13.04% |          26     12.56%     25.60% |          23     11.11%     36.71% |          29     14.01%     50.72% |          27     13.04%     63.77% |          36     17.39%     81.16% |          39     18.84%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS::total          207                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers |       50414     12.57%     12.57% |       50220     12.52%     25.09% |       50109     12.49%     37.59% |       50206     12.52%     50.11% |       50119     12.50%     62.60% |       49914     12.45%     75.05% |       49786     12.41%     87.46% |       50275     12.54%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers::total       401043                      
system.ruby.L1Cache_Controller.MM_W.Load |           4     13.33%     13.33% |           5     16.67%     30.00% |           3     10.00%     40.00% |           4     13.33%     53.33% |           1      3.33%     56.67% |           4     13.33%     70.00% |           7     23.33%     93.33% |           2      6.67%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           30                      
system.ruby.L1Cache_Controller.MM_W.Store |           2     15.38%     15.38% |           1      7.69%     23.08% |           1      7.69%     30.77% |           1      7.69%     38.46% |           2     15.38%     53.85% |           2     15.38%     69.23% |           1      7.69%     76.92% |           3     23.08%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total           13                      
system.ruby.L1Cache_Controller.MM_W.L1_Replacement |      203874     12.47%     12.47% |      204301     12.50%     24.97% |      203682     12.46%     37.43% |      204611     12.52%     49.95% |      202828     12.41%     62.35% |      206627     12.64%     74.99% |      204717     12.52%     87.52% |      204080     12.48%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_Replacement::total      1634720                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX |          40     13.56%     13.56% |          39     13.22%     26.78% |          34     11.53%     38.31% |          40     13.56%     51.86% |          38     12.88%     64.75% |          49     16.61%     81.36% |          33     11.19%     92.54% |          22      7.46%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX::total          295                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS |          63     13.04%     13.04% |          54     11.18%     24.22% |          66     13.66%     37.89% |          58     12.01%     49.90% |          56     11.59%     61.49% |          54     11.18%     72.67% |          59     12.22%     84.89% |          73     15.11%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS::total          483                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX |           3      4.17%      4.17% |           4      5.56%      9.72% |           9     12.50%     22.22% |           7      9.72%     31.94% |          10     13.89%     45.83% |           9     12.50%     58.33% |          17     23.61%     81.94% |          13     18.06%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX::total           72                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS |           9      8.26%      8.26% |           6      5.50%     13.76% |           9      8.26%     22.02% |          10      9.17%     31.19% |          22     20.18%     51.38% |          23     21.10%     72.48% |          15     13.76%     86.24% |          15     13.76%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS::total          109                      
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock |         604     12.79%     12.79% |         622     13.18%     25.97% |         622     13.18%     39.14% |         599     12.69%     51.83% |         595     12.60%     64.44% |         603     12.77%     77.21% |         525     11.12%     88.33% |         551     11.67%    100.00%
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock::total         4721                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX |           3      3.90%      3.90% |           4      5.19%      9.09% |           9     11.69%     20.78% |           7      9.09%     29.87% |          10     12.99%     42.86% |          10     12.99%     55.84% |          19     24.68%     80.52% |          15     19.48%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX::total           77                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS |          12     10.62%     10.62% |           6      5.31%     15.93% |           9      7.96%     23.89% |          10      8.85%     32.74% |          22     19.47%     52.21% |          24     21.24%     73.45% |          15     13.27%     86.73% |          15     13.27%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS::total          113                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers |       27766     12.44%     12.44% |       27821     12.47%     24.91% |       28012     12.55%     37.47% |       28063     12.58%     50.04% |       27775     12.45%     62.49% |       28217     12.65%     75.14% |       27919     12.51%     87.65% |       27562     12.35%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers::total       223135                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      293829     12.43%     12.43% |      294288     12.45%     24.89% |      297278     12.58%     37.47% |      297532     12.59%     50.06% |      292259     12.37%     62.42% |      298219     12.62%     75.04% |      295523     12.51%     87.55% |      294226     12.45%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      2363154                      
system.ruby.L1Cache_Controller.IM.Data_All_Tokens |       27773     12.44%     12.44% |       27827     12.46%     24.90% |       28028     12.55%     37.45% |       28078     12.58%     50.03% |       27803     12.45%     62.48% |       28244     12.65%     75.13% |       27946     12.52%     87.65% |       27585     12.35%    100.00%
system.ruby.L1Cache_Controller.IM.Data_All_Tokens::total       223284                      
system.ruby.L1Cache_Controller.IM.Ack    |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total            2                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX |          89     12.34%     12.34% |          84     11.65%     23.99% |         108     14.98%     38.97% |          75     10.40%     49.38% |          73     10.12%     59.50% |          92     12.76%     72.26% |         104     14.42%     86.69% |          96     13.31%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX::total          721                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS |         180     13.16%     13.16% |         148     10.82%     23.98% |         194     14.18%     38.16% |         147     10.75%     48.90% |         178     13.01%     61.92% |         183     13.38%     75.29% |         165     12.06%     87.35% |         173     12.65%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS::total         1368                      
system.ruby.L1Cache_Controller.IM.Persistent_GETX |          15      7.58%      7.58% |          23     11.62%     19.19% |          28     14.14%     33.33% |          23     11.62%     44.95% |          23     11.62%     56.57% |          26     13.13%     69.70% |          33     16.67%     86.36% |          27     13.64%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETX::total          198                      
system.ruby.L1Cache_Controller.IM.Persistent_GETS |          42     12.10%     12.10% |          31      8.93%     21.04% |          40     11.53%     32.56% |          47     13.54%     46.11% |          42     12.10%     58.21% |          45     12.97%     71.18% |          55     15.85%     87.03% |          45     12.97%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETS::total          347                      
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock |        5813     12.38%     12.38% |        5806     12.36%     24.74% |        5927     12.62%     37.37% |        5944     12.66%     50.02% |        5905     12.58%     62.60% |        5925     12.62%     75.22% |        5900     12.56%     87.78% |        5737     12.22%    100.00%
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock::total        46957                      
system.ruby.L1Cache_Controller.IM.Request_Timeout |       40928     12.51%     12.51% |       40339     12.33%     24.84% |       40691     12.44%     37.28% |       41426     12.66%     49.94% |       40569     12.40%     62.34% |       42216     12.90%     75.24% |       40851     12.49%     87.73% |       40139     12.27%    100.00%
system.ruby.L1Cache_Controller.IM.Request_Timeout::total       327159                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      535929     12.62%     12.62% |      531889     12.53%     25.15% |      530564     12.50%     37.64% |      531367     12.51%     50.16% |      533202     12.56%     62.72% |      528282     12.44%     75.16% |      524494     12.35%     87.51% |      530355     12.49%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      4246082                      
system.ruby.L1Cache_Controller.IS.Data_Shared |         151     12.09%     12.09% |         154     12.33%     24.42% |         144     11.53%     35.95% |         165     13.21%     49.16% |         141     11.29%     60.45% |         147     11.77%     72.22% |         170     13.61%     85.83% |         177     14.17%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Shared::total         1249                      
system.ruby.L1Cache_Controller.IS.Data_Owner |          64     14.85%     14.85% |          57     13.23%     28.07% |          59     13.69%     41.76% |          54     12.53%     54.29% |          52     12.06%     66.36% |          56     12.99%     79.35% |          38      8.82%     88.17% |          51     11.83%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Owner::total          431                      
system.ruby.L1Cache_Controller.IS.Data_All_Tokens |       50440     12.57%     12.57% |       50246     12.52%     25.09% |       50151     12.49%     37.58% |       50247     12.52%     50.10% |       50165     12.50%     62.60% |       49962     12.45%     75.05% |       49832     12.42%     87.46% |       50330     12.54%    100.00%
system.ruby.L1Cache_Controller.IS.Data_All_Tokens::total       401373                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX |         201     14.57%     14.57% |         147     10.65%     25.22% |         201     14.57%     39.78% |         171     12.39%     52.17% |         172     12.46%     64.64% |         184     13.33%     77.97% |         144     10.43%     88.41% |         160     11.59%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX::total         1380                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS |         334     13.51%     13.51% |         299     12.09%     25.60% |         274     11.08%     36.68% |         294     11.89%     48.56% |         317     12.82%     61.38% |         292     11.81%     73.19% |         336     13.59%     86.78% |         327     13.22%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS::total         2473                      
system.ruby.L1Cache_Controller.IS.Persistent_GETX |          46     11.86%     11.86% |          49     12.63%     24.48% |          53     13.66%     38.14% |          48     12.37%     50.52% |          51     13.14%     63.66% |          47     12.11%     75.77% |          41     10.57%     86.34% |          53     13.66%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETX::total          388                      
system.ruby.L1Cache_Controller.IS.Persistent_GETS |          68     10.09%     10.09% |          78     11.57%     21.66% |          70     10.39%     32.05% |          99     14.69%     46.74% |          89     13.20%     59.94% |          91     13.50%     73.44% |          94     13.95%     87.39% |          85     12.61%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETS::total          674                      
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock |       10744     12.55%     12.55% |       10736     12.54%     25.09% |       10707     12.51%     37.60% |       10817     12.64%     50.23% |       10654     12.44%     62.68% |       10612     12.40%     75.07% |       10635     12.42%     87.49% |       10706     12.51%    100.00%
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock::total        85611                      
system.ruby.L1Cache_Controller.IS.Request_Timeout |       72575     12.35%     12.35% |       73377     12.49%     24.85% |       74350     12.66%     37.50% |       74310     12.65%     50.15% |       73874     12.58%     62.73% |       72578     12.36%     75.08% |       73347     12.49%     87.57% |       73021     12.43%    100.00%
system.ruby.L1Cache_Controller.IS.Request_Timeout::total       587432                      
system.ruby.L1Cache_Controller.I_L.Load  |          76     11.84%     11.84% |          71     11.06%     22.90% |          76     11.84%     34.74% |          64      9.97%     44.70% |          94     14.64%     59.35% |          81     12.62%     71.96% |          94     14.64%     86.60% |          86     13.40%    100.00%
system.ruby.L1Cache_Controller.I_L.Load::total          642                      
system.ruby.L1Cache_Controller.I_L.Store |          51     14.96%     14.96% |          37     10.85%     25.81% |          46     13.49%     39.30% |          47     13.78%     53.08% |          47     13.78%     66.86% |          33      9.68%     76.54% |          41     12.02%     88.56% |          39     11.44%    100.00%
system.ruby.L1Cache_Controller.I_L.Store::total          341                      
system.ruby.L1Cache_Controller.I_L.L1_Replacement |         393     10.96%     10.96% |         357      9.95%     20.91% |         349      9.73%     30.64% |         428     11.93%     42.57% |         589     16.42%     58.99% |         509     14.19%     73.18% |         506     14.11%     87.29% |         456     12.71%    100.00%
system.ruby.L1Cache_Controller.I_L.L1_Replacement::total         3587                      
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens |          94     21.71%     21.71% |          82     18.94%     40.65% |          67     15.47%     56.12% |          57     13.16%     69.28% |          43      9.93%     79.21% |          51     11.78%     90.99% |          22      5.08%     96.07% |          17      3.93%    100.00%
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens::total          433                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX |         243     12.64%     12.64% |         257     13.36%     26.00% |         240     12.48%     38.48% |         235     12.22%     50.70% |         231     12.01%     62.71% |         229     11.91%     74.62% |         235     12.22%     86.84% |         253     13.16%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX::total         1923                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS |         450     12.27%     12.27% |         482     13.14%     25.41% |         464     12.65%     38.06% |         463     12.62%     50.68% |         444     12.10%     62.79% |         459     12.51%     75.30% |         459     12.51%     87.81% |         447     12.19%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS::total         3668                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETX |       45396     12.52%     12.52% |       45363     12.51%     25.04% |       45210     12.47%     37.51% |       45228     12.48%     49.99% |       45261     12.49%     62.48% |       45241     12.48%     74.96% |       45319     12.50%     87.46% |       45459     12.54%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETX::total       362477                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETS |       82609     12.50%     12.50% |       82595     12.50%     25.00% |       82589     12.50%     37.50% |       82459     12.48%     49.98% |       82626     12.50%     62.48% |       82687     12.51%     75.00% |       82597     12.50%     87.50% |       82607     12.50%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETS::total       660769                      
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock |          59     10.15%     10.15% |          49      8.43%     18.59% |          69     11.88%     30.46% |          70     12.05%     42.51% |          91     15.66%     58.18% |          87     14.97%     73.15% |          78     13.43%     86.57% |          78     13.43%    100.00%
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock::total          581                      
system.ruby.L1Cache_Controller.S_L.L1_Replacement |         142     14.42%     14.42% |         139     14.11%     28.53% |          85      8.63%     37.16% |         113     11.47%     48.63% |         125     12.69%     61.32% |         129     13.10%     74.42% |         149     15.13%     89.54% |         103     10.46%    100.00%
system.ruby.L1Cache_Controller.S_L.L1_Replacement::total          985                      
system.ruby.L1Cache_Controller.S_L.Transient_Local_GETS |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S_L.Transient_Local_GETS::total            1                      
system.ruby.L1Cache_Controller.S_L.Persistent_GETS |           0      0.00%      0.00% |           2      2.47%      2.47% |           7      8.64%     11.11% |           7      8.64%     19.75% |          13     16.05%     35.80% |          11     13.58%     49.38% |          17     20.99%     70.37% |          24     29.63%    100.00%
system.ruby.L1Cache_Controller.S_L.Persistent_GETS::total           81                      
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock |          51     11.70%     11.70% |          46     10.55%     22.25% |          49     11.24%     33.49% |          48     11.01%     44.50% |          57     13.07%     57.57% |          54     12.39%     69.95% |          68     15.60%     85.55% |          63     14.45%    100.00%
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock::total          436                      
system.ruby.L1Cache_Controller.IM_L.L1_Replacement |         565     10.94%     10.94% |         424      8.21%     19.15% |         773     14.97%     34.12% |         681     13.19%     47.31% |         662     12.82%     60.13% |         600     11.62%     71.75% |         945     18.30%     90.05% |         514      9.95%    100.00%
system.ruby.L1Cache_Controller.IM_L.L1_Replacement::total         5164                      
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens |           3     21.43%     21.43% |           1      7.14%     28.57% |           1      7.14%     35.71% |           0      0.00%     35.71% |           0      0.00%     35.71% |           3     21.43%     57.14% |           4     28.57%     85.71% |           2     14.29%    100.00%
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens::total           14                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETX |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETX::total            2                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETS |           0      0.00%      0.00% |           1     16.67%     16.67% |           0      0.00%     16.67% |           5     83.33%    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.IM_L.Transient_Local_GETS::total            6                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX |           0      0.00%      0.00% |           2      4.08%      4.08% |           6     12.24%     16.33% |           3      6.12%     22.45% |           6     12.24%     34.69% |           6     12.24%     46.94% |          14     28.57%     75.51% |          12     24.49%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX::total           49                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS |           0      0.00%      0.00% |           1      1.43%      1.43% |           6      8.57%     10.00% |           7     10.00%     20.00% |          11     15.71%     35.71% |          10     14.29%     50.00% |          21     30.00%     80.00% |          14     20.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS::total           70                      
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock |         105     12.04%     12.04% |          90     10.32%     22.36% |         113     12.96%     35.32% |         117     13.42%     48.74% |         112     12.84%     61.58% |         101     11.58%     73.17% |         125     14.33%     87.50% |         109     12.50%    100.00%
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock::total          872                      
system.ruby.L1Cache_Controller.IM_L.Request_Timeout |         157     10.06%     10.06% |         120      7.69%     17.75% |         259     16.59%     34.34% |         210     13.45%     47.79% |         169     10.83%     58.62% |         143      9.16%     67.78% |         356     22.81%     90.58% |         147      9.42%    100.00%
system.ruby.L1Cache_Controller.IM_L.Request_Timeout::total         1561                      
system.ruby.L1Cache_Controller.IS_L.L1_Replacement |        1145     11.85%     11.85% |        1078     11.16%     23.01% |        1089     11.27%     34.28% |        1106     11.45%     45.73% |        1258     13.02%     58.75% |        1402     14.51%     73.26% |        1287     13.32%     86.59% |        1296     13.41%    100.00%
system.ruby.L1Cache_Controller.IS_L.L1_Replacement::total         9661                      
system.ruby.L1Cache_Controller.IS_L.Data_Shared |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           2     50.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_Shared::total            4                      
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens |           0      0.00%      0.00% |           3      8.57%      8.57% |           3      8.57%     17.14% |           4     11.43%     28.57% |           5     14.29%     42.86% |           3      8.57%     51.43% |           8     22.86%     74.29% |           9     25.71%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens::total           35                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX |           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.IS_L.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETS |           2     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           2     33.33%     66.67% |           0      0.00%     66.67% |           2     33.33%    100.00%
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETS::total            6                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX |           0      0.00%      0.00% |           5      6.10%      6.10% |           8      9.76%     15.85% |          10     12.20%     28.05% |           6      7.32%     35.37% |          16     19.51%     54.88% |          17     20.73%     75.61% |          20     24.39%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX::total           82                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS |           0      0.00%      0.00% |          10      7.58%      7.58% |           9      6.82%     14.39% |          15     11.36%     25.76% |          15     11.36%     37.12% |          23     17.42%     54.55% |          34     25.76%     80.30% |          26     19.70%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS::total          132                      
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock |         190     11.41%     11.41% |         194     11.65%     23.06% |         196     11.77%     34.83% |         205     12.31%     47.15% |         229     13.75%     60.90% |         216     12.97%     73.87% |         220     13.21%     87.09% |         215     12.91%    100.00%
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock::total         1665                      
system.ruby.L1Cache_Controller.IS_L.Request_Timeout |         322     10.58%     10.58% |         382     12.55%     23.14% |         377     12.39%     35.52% |         351     11.53%     47.06% |         409     13.44%     60.50% |         501     16.46%     76.96% |         309     10.15%     87.12% |         392     12.88%    100.00%
system.ruby.L1Cache_Controller.IS_L.Request_Timeout::total         3043                      
system.ruby.L2Cache_Controller.L1_GETS         403097      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS_Last_Token           10      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         223308      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_INV            1037      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       510458      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Shared_Data         1095      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_All_Tokens       623664      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Owned          588      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETX        51938      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS        94665      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS_Last_Token            6      0.00%      0.00%
system.ruby.L2Cache_Controller.Own_Lock_or_Unlock       145349      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       401663      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       222518      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_INV          556      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Shared_Data          896      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_All_Tokens       509229      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Owned          341      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Own_Lock_or_Unlock       131369      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETS          114      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETX           61      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_INV             2      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L2_Replacement        14121      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Shared_Data            1      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_All_Tokens          358      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Owned            4      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETX           23      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETS           39      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETS_Last_Token           10      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L2_Replacement          829      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Shared_Data           12      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_All_Tokens           84      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Owned            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETS            5      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETS_Last_Token            2      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETS           22      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L2_Replacement          773      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_Shared_Data           10      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_All_Tokens          572      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETS           29      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS         1028      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX          591      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement       493571      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETX         5438      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETS         9607      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETS          270      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETX          138      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_INV          479      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L2_Replacement         1163      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Shared_Data          175      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_All_Tokens       113421      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Owned          241      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETX        46476      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETS        84985      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Own_Lock_or_Unlock        13945      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.L2_Replacement            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Writeback_Shared_Data            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Persistent_GETS_Last_Token            4      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Own_Lock_or_Unlock           35      0.00%      0.00%

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