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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.005861                       # Number of seconds simulated
sim_ticks                                     5861055                       # Number of ticks simulated
final_tick                                    5861055                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  95295                       # Simulator tick rate (ticks/s)
host_mem_usage                                 485672                       # Number of bytes of host memory used
host_seconds                                    61.50                       # 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     39765312                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39765312                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     15548160                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        15548160                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       621333                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              621333                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       242940                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             242940                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   6784667948                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            6784667948                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   2652792031                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           2652792031                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0   9437459979                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total           9437459979                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      621339                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     242940                       # Number of write requests accepted
system.mem_ctrls.readBursts                    621339                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   242940                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               39153536                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  612160                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                15348928                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39765696                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             15548160                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                   9565                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  3089                       # 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             76254                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             76617                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             76129                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             77015                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             76504                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             76352                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             76489                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             76414                       # 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             29636                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             29880                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             29803                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             30173                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             29938                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             30411                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             29999                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             29987                       # 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                       5861029                       # 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                621339                       # 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               242940                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                    9448                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                   13046                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                   16459                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                   19563                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                   24246                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                   30435                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                   36606                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                   40256                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                   38769                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                   34745                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  30104                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  27475                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  26332                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  25691                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  24671                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  23610                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  22181                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  20983                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  19870                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  19241                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  18435                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  17866                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  16962                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  15619                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                  13591                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                  10815                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   7536                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   4396                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   1996                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    660                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    148                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     19                       # 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                     73                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                    151                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                    586                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   1517                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   2905                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   4724                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   6770                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   8830                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                  11052                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                  13013                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                  14849                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                  16609                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                  15329                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                  15883                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                  16471                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                  16826                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                  16956                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                  17389                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                   9252                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                   7590                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                   6450                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                   5313                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                   4590                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                   3886                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   3409                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   2927                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   2474                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   2164                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                   1800                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                   1622                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                   1458                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                   1210                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                   1075                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                    934                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                    800                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                    700                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                    609                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                    543                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                    426                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                    388                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                    170                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                     52                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                     26                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                     23                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                      6                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                      2                       # 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                      1                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       250748                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    217.354922                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   175.083790                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   148.722121                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        50160     20.00%     20.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255       107083     42.71%     62.71% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        54285     21.65%     84.36% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        23329      9.30%     93.66% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         9881      3.94%     97.60% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         3756      1.50%     99.10% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1424      0.57%     99.67% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023          540      0.22%     99.88% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          290      0.12%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       250748                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        14683                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      41.663420                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     37.948654                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     17.513815                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-7             305      2.08%      2.08% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::8-15             32      0.22%      2.30% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-23            27      0.18%      2.48% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-31          3189     21.72%     24.20% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-39          6160     41.95%     66.15% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-47          1671     11.38%     77.53% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-55           181      1.23%     78.76% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-63           914      6.22%     84.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-71          1223      8.33%     93.32% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-79           546      3.72%     97.04% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-87           109      0.74%     97.78% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-95            91      0.62%     98.40% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-103          107      0.73%     99.13% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::104-111           71      0.48%     99.61% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-119           20      0.14%     99.75% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::120-127           25      0.17%     99.92% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::128-135            9      0.06%     99.98% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::136-143            2      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::144-151            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         14683                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        14683                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.333651                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.292472                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      1.288313                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13340     90.85%     90.85% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17              298      2.03%     92.88% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              249      1.70%     94.58% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19              199      1.36%     95.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20              179      1.22%     97.15% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              145      0.99%     98.14% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22               82      0.56%     98.70% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23               86      0.59%     99.28% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24               47      0.32%     99.60% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25               28      0.19%     99.80% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26               10      0.07%     99.86% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27                9      0.06%     99.93% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28                5      0.03%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                1      0.01%     99.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                4      0.03%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::31                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         14683                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     62104397                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                73728103                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    3058870                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       101.52                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  120.52                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      6680.29                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2618.80                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   6784.73                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   2652.79                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        72.65                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    52.19                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   20.46                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      15.37                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      30.05                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   366603                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  234242                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 59.92                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.66                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          6.78                       # Average gap between requests
system.mem_ctrls.pageHitRate                    70.55                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1894029480                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy               1052238600                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7627626240                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2483809920                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            382437120                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3990635208                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             12680400                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            17443456968                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           2979.039670                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           22                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        195520                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       5659868                       # 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            382437120                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            126534528                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           3402195600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3911167248                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.968375                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      5659812                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        195520                       # 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                           98982                       # number of read accesses completed
system.cpu0.num_writes                          55308                       # number of write accesses completed
system.cpu1.num_reads                          100000                       # number of read accesses completed
system.cpu1.num_writes                          55392                       # number of write accesses completed
system.cpu2.num_reads                           99114                       # number of read accesses completed
system.cpu2.num_writes                          55497                       # number of write accesses completed
system.cpu3.num_reads                           99168                       # number of read accesses completed
system.cpu3.num_writes                          55352                       # number of write accesses completed
system.cpu4.num_reads                           99493                       # number of read accesses completed
system.cpu4.num_writes                          54983                       # number of write accesses completed
system.cpu5.num_reads                           99075                       # number of read accesses completed
system.cpu5.num_writes                          55346                       # number of write accesses completed
system.cpu6.num_reads                           99096                       # number of read accesses completed
system.cpu6.num_writes                          54949                       # number of write accesses completed
system.cpu7.num_reads                           99018                       # number of read accesses completed
system.cpu7.num_writes                          54930                       # 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       625828                      
system.ruby.outstanding_req_hist::mean      15.998460                      
system.ruby.outstanding_req_hist::gmean     15.997194                      
system.ruby.outstanding_req_hist::stdev      0.125917                      
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% |          20      0.00%      0.02% |      625704     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        625828                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              625700                      
system.ruby.latency_hist::mean            1198.832377                      
system.ruby.latency_hist::gmean            899.836581                      
system.ruby.latency_hist::stdev            764.001734                      
system.ruby.latency_hist                 |      168514     26.93%     26.93% |      119446     19.09%     46.02% |      111629     17.84%     63.86% |      119695     19.13%     82.99% |       84495     13.50%     96.50% |       20461      3.27%     99.77% |        1425      0.23%     99.99% |          34      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                625700                      
system.ruby.hit_latency_hist::bucket_size          512                      
system.ruby.hit_latency_hist::max_bucket         5119                      
system.ruby.hit_latency_hist::samples            2941                      
system.ruby.hit_latency_hist::mean        1072.636858                      
system.ruby.hit_latency_hist::gmean        541.560950                      
system.ruby.hit_latency_hist::stdev        789.424392                      
system.ruby.hit_latency_hist             |         996     33.87%     33.87% |         480     16.32%     50.19% |         522     17.75%     67.94% |         531     18.06%     85.99% |         338     11.49%     97.48% |          68      2.31%     99.80% |           6      0.20%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total              2941                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         622759                      
system.ruby.miss_latency_hist::mean       1199.428339                      
system.ruby.miss_latency_hist::gmean       901.996890                      
system.ruby.miss_latency_hist::stdev       763.830861                      
system.ruby.miss_latency_hist            |      167518     26.90%     26.90% |      118966     19.10%     46.00% |      111107     17.84%     63.84% |      119164     19.13%     82.98% |       84157     13.51%     96.49% |       20393      3.27%     99.77% |        1419      0.23%     99.99% |          34      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           622759                      
system.ruby.L1Cache.incomplete_times             1274                      
system.ruby.Directory.incomplete_times         621482                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits           27                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78075                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78102                       # 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_cntrl1.L1Dcache.demand_hits           24                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78760                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78784                       # 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_cntrl2.L1Dcache.demand_hits           24                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78362                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78386                       # 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_cntrl3.L1Dcache.demand_hits           23                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78022                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78045                       # 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_cntrl4.L1Dcache.demand_hits           25                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78196                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78221                       # 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_cntrl5.L1Dcache.demand_hits           23                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78073                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78096                       # 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_cntrl6.L1Dcache.demand_hits           18                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78070                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78088                       # 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_cntrl7.L1Dcache.demand_hits           23                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        77974                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        77997                       # 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.l2_cntrl0.L2cache.demand_hits         1865                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       623660                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       625525                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers00.percent_links_utilized     9.730987                      
system.ruby.network.routers00.msg_count.Request_Control::1        78075                      
system.ruby.network.routers00.msg_count.Response_Data::4        79609                      
system.ruby.network.routers00.msg_count.ResponseL2hit_Data::4          237                      
system.ruby.network.routers00.msg_count.ResponseLocal_Data::4          185                      
system.ruby.network.routers00.msg_count.Response_Control::4           87                      
system.ruby.network.routers00.msg_count.Writeback_Data::4        84294                      
system.ruby.network.routers00.msg_count.Broadcast_Control::1       625529                      
system.ruby.network.routers00.msg_count.Persistent_Control::3        98738                      
system.ruby.network.routers00.msg_bytes.Request_Control::1       624600                      
system.ruby.network.routers00.msg_bytes.Response_Data::4      5731848                      
system.ruby.network.routers00.msg_bytes.ResponseL2hit_Data::4        17064                      
system.ruby.network.routers00.msg_bytes.ResponseLocal_Data::4        13320                      
system.ruby.network.routers00.msg_bytes.Response_Control::4          696                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::4      6069168                      
system.ruby.network.routers00.msg_bytes.Broadcast_Control::1      5004232                      
system.ruby.network.routers00.msg_bytes.Persistent_Control::3       789904                      
system.ruby.network.routers01.percent_links_utilized     9.789650                      
system.ruby.network.routers01.msg_count.Request_Control::1        78759                      
system.ruby.network.routers01.msg_count.Response_Data::4        80279                      
system.ruby.network.routers01.msg_count.ResponseL2hit_Data::4          250                      
system.ruby.network.routers01.msg_count.ResponseLocal_Data::4          170                      
system.ruby.network.routers01.msg_count.Response_Control::4           88                      
system.ruby.network.routers01.msg_count.Writeback_Data::4        85066                      
system.ruby.network.routers01.msg_count.Broadcast_Control::1       625528                      
system.ruby.network.routers01.msg_count.Persistent_Control::3        98848                      
system.ruby.network.routers01.msg_bytes.Request_Control::1       630072                      
system.ruby.network.routers01.msg_bytes.Response_Data::4      5780088                      
system.ruby.network.routers01.msg_bytes.ResponseL2hit_Data::4        18000                      
system.ruby.network.routers01.msg_bytes.ResponseLocal_Data::4        12240                      
system.ruby.network.routers01.msg_bytes.Response_Control::4          704                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::4      6124752                      
system.ruby.network.routers01.msg_bytes.Broadcast_Control::1      5004224                      
system.ruby.network.routers01.msg_bytes.Persistent_Control::3       790784                      
system.ruby.network.routers02.percent_links_utilized     9.754677                      
system.ruby.network.routers02.msg_count.Request_Control::1        78362                      
system.ruby.network.routers02.msg_count.Response_Data::4        79837                      
system.ruby.network.routers02.msg_count.ResponseL2hit_Data::4          249                      
system.ruby.network.routers02.msg_count.ResponseLocal_Data::4          172                      
system.ruby.network.routers02.msg_count.Response_Control::4           97                      
system.ruby.network.routers02.msg_count.Writeback_Data::4        84646                      
system.ruby.network.routers02.msg_count.Broadcast_Control::1       625529                      
system.ruby.network.routers02.msg_count.Persistent_Control::3        98784                      
system.ruby.network.routers02.msg_bytes.Request_Control::1       626896                      
system.ruby.network.routers02.msg_bytes.Response_Data::4      5748264                      
system.ruby.network.routers02.msg_bytes.ResponseL2hit_Data::4        17928                      
system.ruby.network.routers02.msg_bytes.ResponseLocal_Data::4        12384                      
system.ruby.network.routers02.msg_bytes.Response_Control::4          776                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::4      6094512                      
system.ruby.network.routers02.msg_bytes.Broadcast_Control::1      5004232                      
system.ruby.network.routers02.msg_bytes.Persistent_Control::3       790272                      
system.ruby.network.routers03.percent_links_utilized     9.724713                      
system.ruby.network.routers03.msg_count.Request_Control::1        78022                      
system.ruby.network.routers03.msg_count.Response_Data::4        79535                      
system.ruby.network.routers03.msg_count.ResponseL2hit_Data::4          229                      
system.ruby.network.routers03.msg_count.ResponseLocal_Data::4          170                      
system.ruby.network.routers03.msg_count.Response_Control::4           85                      
system.ruby.network.routers03.msg_count.Writeback_Data::4        84220                      
system.ruby.network.routers03.msg_count.Broadcast_Control::1       625530                      
system.ruby.network.routers03.msg_count.Persistent_Control::3        98860                      
system.ruby.network.routers03.msg_bytes.Request_Control::1       624176                      
system.ruby.network.routers03.msg_bytes.Response_Data::4      5726520                      
system.ruby.network.routers03.msg_bytes.ResponseL2hit_Data::4        16488                      
system.ruby.network.routers03.msg_bytes.ResponseLocal_Data::4        12240                      
system.ruby.network.routers03.msg_bytes.Response_Control::4          680                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::4      6063840                      
system.ruby.network.routers03.msg_bytes.Broadcast_Control::1      5004240                      
system.ruby.network.routers03.msg_bytes.Persistent_Control::3       790880                      
system.ruby.network.routers04.percent_links_utilized     9.738865                      
system.ruby.network.routers04.msg_count.Request_Control::1        78196                      
system.ruby.network.routers04.msg_count.Response_Data::4        79670                      
system.ruby.network.routers04.msg_count.ResponseL2hit_Data::4          267                      
system.ruby.network.routers04.msg_count.ResponseLocal_Data::4          159                      
system.ruby.network.routers04.msg_count.Response_Control::4           83                      
system.ruby.network.routers04.msg_count.Writeback_Data::4        84421                      
system.ruby.network.routers04.msg_count.Broadcast_Control::1       625529                      
system.ruby.network.routers04.msg_count.Persistent_Control::3        98740                      
system.ruby.network.routers04.msg_bytes.Request_Control::1       625568                      
system.ruby.network.routers04.msg_bytes.Response_Data::4      5736240                      
system.ruby.network.routers04.msg_bytes.ResponseL2hit_Data::4        19224                      
system.ruby.network.routers04.msg_bytes.ResponseLocal_Data::4        11448                      
system.ruby.network.routers04.msg_bytes.Response_Control::4          664                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::4      6078312                      
system.ruby.network.routers04.msg_bytes.Broadcast_Control::1      5004232                      
system.ruby.network.routers04.msg_bytes.Persistent_Control::3       789920                      
system.ruby.network.routers05.percent_links_utilized     9.728150                      
system.ruby.network.routers05.msg_count.Request_Control::1        78072                      
system.ruby.network.routers05.msg_count.Response_Data::4        79633                      
system.ruby.network.routers05.msg_count.ResponseL2hit_Data::4          245                      
system.ruby.network.routers05.msg_count.ResponseLocal_Data::4          155                      
system.ruby.network.routers05.msg_count.Response_Control::4           96                      
system.ruby.network.routers05.msg_count.Writeback_Data::4        84222                      
system.ruby.network.routers05.msg_count.Broadcast_Control::1       625529                      
system.ruby.network.routers05.msg_count.Persistent_Control::3        98698                      
system.ruby.network.routers05.msg_bytes.Request_Control::1       624576                      
system.ruby.network.routers05.msg_bytes.Response_Data::4      5733576                      
system.ruby.network.routers05.msg_bytes.ResponseL2hit_Data::4        17640                      
system.ruby.network.routers05.msg_bytes.ResponseLocal_Data::4        11160                      
system.ruby.network.routers05.msg_bytes.Response_Control::4          768                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::4      6063984                      
system.ruby.network.routers05.msg_bytes.Broadcast_Control::1      5004232                      
system.ruby.network.routers05.msg_bytes.Persistent_Control::3       789584                      
system.ruby.network.routers06.percent_links_utilized     9.728291                      
system.ruby.network.routers06.msg_count.Request_Control::1        78070                      
system.ruby.network.routers06.msg_count.Response_Data::4        79475                      
system.ruby.network.routers06.msg_count.ResponseL2hit_Data::4          256                      
system.ruby.network.routers06.msg_count.ResponseLocal_Data::4          173                      
system.ruby.network.routers06.msg_count.Response_Control::4           79                      
system.ruby.network.routers06.msg_count.Writeback_Data::4        84364                      
system.ruby.network.routers06.msg_count.Writeback_Control::4            2                      
system.ruby.network.routers06.msg_count.Broadcast_Control::1       625529                      
system.ruby.network.routers06.msg_count.Persistent_Control::3        98630                      
system.ruby.network.routers06.msg_bytes.Request_Control::1       624560                      
system.ruby.network.routers06.msg_bytes.Response_Data::4      5722200                      
system.ruby.network.routers06.msg_bytes.ResponseL2hit_Data::4        18432                      
system.ruby.network.routers06.msg_bytes.ResponseLocal_Data::4        12456                      
system.ruby.network.routers06.msg_bytes.Response_Control::4          632                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::4      6074208                      
system.ruby.network.routers06.msg_bytes.Writeback_Control::4           16                      
system.ruby.network.routers06.msg_bytes.Broadcast_Control::1      5004232                      
system.ruby.network.routers06.msg_bytes.Persistent_Control::3       789040                      
system.ruby.network.routers07.percent_links_utilized     9.723996                      
system.ruby.network.routers07.msg_count.Request_Control::1        77974                      
system.ruby.network.routers07.msg_count.Response_Data::4        79528                      
system.ruby.network.routers07.msg_count.ResponseL2hit_Data::4          227                      
system.ruby.network.routers07.msg_count.ResponseLocal_Data::4          168                      
system.ruby.network.routers07.msg_count.Response_Control::4           93                      
system.ruby.network.routers07.msg_count.Writeback_Data::4        84210                      
system.ruby.network.routers07.msg_count.Writeback_Control::4            2                      
system.ruby.network.routers07.msg_count.Broadcast_Control::1       625529                      
system.ruby.network.routers07.msg_count.Persistent_Control::3        98920                      
system.ruby.network.routers07.msg_bytes.Request_Control::1       623792                      
system.ruby.network.routers07.msg_bytes.Response_Data::4      5726016                      
system.ruby.network.routers07.msg_bytes.ResponseL2hit_Data::4        16344                      
system.ruby.network.routers07.msg_bytes.ResponseLocal_Data::4        12096                      
system.ruby.network.routers07.msg_bytes.Response_Control::4          744                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::4      6063120                      
system.ruby.network.routers07.msg_bytes.Writeback_Control::4           16                      
system.ruby.network.routers07.msg_bytes.Broadcast_Control::1      5004232                      
system.ruby.network.routers07.msg_bytes.Persistent_Control::3       791360                      
system.ruby.network.routers08.percent_links_utilized    40.758131                      
system.ruby.network.routers08.msg_count.Request_Control::1       625525                      
system.ruby.network.routers08.msg_count.Request_Control::2       623660                      
system.ruby.network.routers08.msg_count.Response_Data::4         8086                      
system.ruby.network.routers08.msg_count.ResponseL2hit_Data::4         1868                      
system.ruby.network.routers08.msg_count.Response_Control::4          685                      
system.ruby.network.routers08.msg_count.Writeback_Data::4       860995                      
system.ruby.network.routers08.msg_count.Writeback_Control::4       379214                      
system.ruby.network.routers08.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers08.msg_bytes.Request_Control::1      5004200                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      4989280                      
system.ruby.network.routers08.msg_bytes.Response_Data::4       582192                      
system.ruby.network.routers08.msg_bytes.ResponseL2hit_Data::4       134496                      
system.ruby.network.routers08.msg_bytes.Response_Control::4         5480                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::4     61991640                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::4      3033712                      
system.ruby.network.routers08.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers09.percent_links_utilized    37.857719                      
system.ruby.network.routers09.msg_count.Request_Control::2       623660                      
system.ruby.network.routers09.msg_count.Response_Data::4       628501                      
system.ruby.network.routers09.msg_count.ResponseL2hit_Data::4           92                      
system.ruby.network.routers09.msg_count.Response_Control::4            5                      
system.ruby.network.routers09.msg_count.Writeback_Data::4       236381                      
system.ruby.network.routers09.msg_count.Writeback_Control::4       379217                      
system.ruby.network.routers09.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers09.msg_bytes.Request_Control::2      4989280                      
system.ruby.network.routers09.msg_bytes.Response_Data::4     45252072                      
system.ruby.network.routers09.msg_bytes.ResponseL2hit_Data::4         6624                      
system.ruby.network.routers09.msg_bytes.Response_Control::4           40                      
system.ruby.network.routers09.msg_bytes.Writeback_Data::4     17019432                      
system.ruby.network.routers09.msg_bytes.Writeback_Control::4      3033736                      
system.ruby.network.routers09.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers10.percent_links_utilized    17.516576                      
system.ruby.network.routers10.msg_count.Request_Control::1       625525                      
system.ruby.network.routers10.msg_count.Request_Control::2       623660                      
system.ruby.network.routers10.msg_count.Response_Data::4       637077                      
system.ruby.network.routers10.msg_count.ResponseL2hit_Data::4         1960                      
system.ruby.network.routers10.msg_count.ResponseLocal_Data::4          676                      
system.ruby.network.routers10.msg_count.Response_Control::4          699                      
system.ruby.network.routers10.msg_count.Writeback_Data::4       886410                      
system.ruby.network.routers10.msg_count.Writeback_Control::4       379217                      
system.ruby.network.routers10.msg_count.Broadcast_Control::1      4378710                      
system.ruby.network.routers10.msg_count.Persistent_Control::3       790218                      
system.ruby.network.routers10.msg_bytes.Request_Control::1      5004200                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      4989280                      
system.ruby.network.routers10.msg_bytes.Response_Data::4     45869544                      
system.ruby.network.routers10.msg_bytes.ResponseL2hit_Data::4       141120                      
system.ruby.network.routers10.msg_bytes.ResponseLocal_Data::4        48672                      
system.ruby.network.routers10.msg_bytes.Response_Control::4         5592                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::4     63821520                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::4      3033736                      
system.ruby.network.routers10.msg_bytes.Broadcast_Control::1     35029680                      
system.ruby.network.routers10.msg_bytes.Persistent_Control::3      6321744                      
system.ruby.network.msg_count.Request_Control      3747560                      
system.ruby.network.msg_count.Response_Data      1911230                      
system.ruby.network.msg_count.ResponseL2hit_Data         5880                      
system.ruby.network.msg_count.ResponseLocal_Data         2028                      
system.ruby.network.msg_count.Response_Control         2097                      
system.ruby.network.msg_count.Writeback_Data      2659229                      
system.ruby.network.msg_count.Writeback_Control      1137652                      
system.ruby.network.msg_count.Broadcast_Control      9382942                      
system.ruby.network.msg_count.Persistent_Control      1756040                      
system.ruby.network.msg_byte.Request_Control     29980480                      
system.ruby.network.msg_byte.Response_Data    137608560                      
system.ruby.network.msg_byte.ResponseL2hit_Data       423360                      
system.ruby.network.msg_byte.ResponseLocal_Data       146016                      
system.ruby.network.msg_byte.Response_Control        16776                      
system.ruby.network.msg_byte.Writeback_Data    191464488                      
system.ruby.network.msg_byte.Writeback_Control      9101216                      
system.ruby.network.msg_byte.Broadcast_Control     75063536                      
system.ruby.network.msg_byte.Persistent_Control     14048320                      
system.ruby.network.routers00.throttle0.link_utilization    11.725534                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::4        78644                      
system.ruby.network.routers00.throttle0.msg_count.ResponseL2hit_Data::4          224                      
system.ruby.network.routers00.throttle0.msg_count.ResponseLocal_Data::4           91                      
system.ruby.network.routers00.throttle0.msg_count.Writeback_Data::4         3177                      
system.ruby.network.routers00.throttle0.msg_count.Broadcast_Control::1       547454                      
system.ruby.network.routers00.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::4      5662368                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseL2hit_Data::4        16128                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseLocal_Data::4         6552                      
system.ruby.network.routers00.throttle0.msg_bytes.Writeback_Data::4       228744                      
system.ruby.network.routers00.throttle0.msg_bytes.Broadcast_Control::1      4379632                      
system.ruby.network.routers00.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers00.throttle1.link_utilization     7.736440                      
system.ruby.network.routers00.throttle1.msg_count.Request_Control::1        78075                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::4          965                      
system.ruby.network.routers00.throttle1.msg_count.ResponseL2hit_Data::4           13                      
system.ruby.network.routers00.throttle1.msg_count.ResponseLocal_Data::4           94                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::4           87                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::4        81117                      
system.ruby.network.routers00.throttle1.msg_count.Broadcast_Control::1        78075                      
system.ruby.network.routers00.throttle1.msg_count.Persistent_Control::3        10936                      
system.ruby.network.routers00.throttle1.msg_bytes.Request_Control::1       624600                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::4        69480                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseL2hit_Data::4          936                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseLocal_Data::4         6768                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::4          696                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::4      5840424                      
system.ruby.network.routers00.throttle1.msg_bytes.Broadcast_Control::1       624600                      
system.ruby.network.routers00.throttle1.msg_bytes.Persistent_Control::3        87488                      
system.ruby.network.routers01.throttle0.link_utilization    11.775218                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::4        79321                      
system.ruby.network.routers01.throttle0.msg_count.ResponseL2hit_Data::4          239                      
system.ruby.network.routers01.throttle0.msg_count.ResponseLocal_Data::4           83                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Data::4         3216                      
system.ruby.network.routers01.throttle0.msg_count.Broadcast_Control::1       546769                      
system.ruby.network.routers01.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::4      5711112                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseL2hit_Data::4        17208                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseLocal_Data::4         5976                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Data::4       231552                      
system.ruby.network.routers01.throttle0.msg_bytes.Broadcast_Control::1      4374152                      
system.ruby.network.routers01.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers01.throttle1.link_utilization     7.804081                      
system.ruby.network.routers01.throttle1.msg_count.Request_Control::1        78759                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::4          958                      
system.ruby.network.routers01.throttle1.msg_count.ResponseL2hit_Data::4           11                      
system.ruby.network.routers01.throttle1.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::4           85                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::4        81850                      
system.ruby.network.routers01.throttle1.msg_count.Broadcast_Control::1        78759                      
system.ruby.network.routers01.throttle1.msg_count.Persistent_Control::3        11046                      
system.ruby.network.routers01.throttle1.msg_bytes.Request_Control::1       630072                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::4        68976                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseL2hit_Data::4          792                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::4          680                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::4      5893200                      
system.ruby.network.routers01.throttle1.msg_bytes.Broadcast_Control::1       630072                      
system.ruby.network.routers01.throttle1.msg_bytes.Persistent_Control::3        88368                      
system.ruby.network.routers02.throttle0.link_utilization    11.745275                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::4        78900                      
system.ruby.network.routers02.throttle0.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers02.throttle0.msg_count.ResponseLocal_Data::4           79                      
system.ruby.network.routers02.throttle0.msg_count.Writeback_Data::4         3213                      
system.ruby.network.routers02.throttle0.msg_count.Broadcast_Control::1       547167                      
system.ruby.network.routers02.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::4      5680800                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseLocal_Data::4         5688                      
system.ruby.network.routers02.throttle0.msg_bytes.Writeback_Data::4       231336                      
system.ruby.network.routers02.throttle0.msg_bytes.Broadcast_Control::1      4377336                      
system.ruby.network.routers02.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers02.throttle1.link_utilization     7.764080                      
system.ruby.network.routers02.throttle1.msg_count.Request_Control::1        78362                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::4          937                      
system.ruby.network.routers02.throttle1.msg_count.ResponseL2hit_Data::4           16                      
system.ruby.network.routers02.throttle1.msg_count.ResponseLocal_Data::4           93                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::4           97                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::4        81433                      
system.ruby.network.routers02.throttle1.msg_count.Broadcast_Control::1        78362                      
system.ruby.network.routers02.throttle1.msg_count.Persistent_Control::3        10982                      
system.ruby.network.routers02.throttle1.msg_bytes.Request_Control::1       626896                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::4        67464                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseL2hit_Data::4         1152                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseLocal_Data::4         6696                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::4          776                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::4      5863176                      
system.ruby.network.routers02.throttle1.msg_bytes.Broadcast_Control::1       626896                      
system.ruby.network.routers02.throttle1.msg_bytes.Persistent_Control::3        87856                      
system.ruby.network.routers03.throttle0.link_utilization    11.719264                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::4        78592                      
system.ruby.network.routers03.throttle0.msg_count.ResponseL2hit_Data::4          220                      
system.ruby.network.routers03.throttle0.msg_count.ResponseLocal_Data::4           82                      
system.ruby.network.routers03.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Data::4         3154                      
system.ruby.network.routers03.throttle0.msg_count.Broadcast_Control::1       547508                      
system.ruby.network.routers03.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::4      5658624                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseL2hit_Data::4        15840                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseLocal_Data::4         5904                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Data::4       227088                      
system.ruby.network.routers03.throttle0.msg_bytes.Broadcast_Control::1      4380064                      
system.ruby.network.routers03.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers03.throttle1.link_utilization     7.730161                      
system.ruby.network.routers03.throttle1.msg_count.Request_Control::1        78022                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::4          943                      
system.ruby.network.routers03.throttle1.msg_count.ResponseL2hit_Data::4            9                      
system.ruby.network.routers03.throttle1.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::4           82                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::4        81066                      
system.ruby.network.routers03.throttle1.msg_count.Broadcast_Control::1        78022                      
system.ruby.network.routers03.throttle1.msg_count.Persistent_Control::3        11058                      
system.ruby.network.routers03.throttle1.msg_bytes.Request_Control::1       624176                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::4        67896                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseL2hit_Data::4          648                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::4          656                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::4      5836752                      
system.ruby.network.routers03.throttle1.msg_bytes.Broadcast_Control::1       624176                      
system.ruby.network.routers03.throttle1.msg_bytes.Persistent_Control::3        88464                      
system.ruby.network.routers04.throttle0.link_utilization    11.731582                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::4        78703                      
system.ruby.network.routers04.throttle0.msg_count.ResponseL2hit_Data::4          258                      
system.ruby.network.routers04.throttle0.msg_count.ResponseLocal_Data::4           84                      
system.ruby.network.routers04.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Data::4         3183                      
system.ruby.network.routers04.throttle0.msg_count.Broadcast_Control::1       547333                      
system.ruby.network.routers04.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::4      5666616                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseL2hit_Data::4        18576                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseLocal_Data::4         6048                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Data::4       229176                      
system.ruby.network.routers04.throttle0.msg_bytes.Broadcast_Control::1      4378664                      
system.ruby.network.routers04.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers04.throttle1.link_utilization     7.746148                      
system.ruby.network.routers04.throttle1.msg_count.Request_Control::1        78196                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::4          967                      
system.ruby.network.routers04.throttle1.msg_count.ResponseL2hit_Data::4            9                      
system.ruby.network.routers04.throttle1.msg_count.ResponseLocal_Data::4           75                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::4           81                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::4        81238                      
system.ruby.network.routers04.throttle1.msg_count.Broadcast_Control::1        78196                      
system.ruby.network.routers04.throttle1.msg_count.Persistent_Control::3        10938                      
system.ruby.network.routers04.throttle1.msg_bytes.Request_Control::1       625568                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::4        69624                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseL2hit_Data::4          648                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseLocal_Data::4         5400                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::4          648                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::4      5849136                      
system.ruby.network.routers04.throttle1.msg_bytes.Broadcast_Control::1       625568                      
system.ruby.network.routers04.throttle1.msg_bytes.Persistent_Control::3        87504                      
system.ruby.network.routers05.throttle0.link_utilization    11.723026                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::4        78646                      
system.ruby.network.routers05.throttle0.msg_count.ResponseL2hit_Data::4          235                      
system.ruby.network.routers05.throttle0.msg_count.ResponseLocal_Data::4           74                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Data::4         3148                      
system.ruby.network.routers05.throttle0.msg_count.Broadcast_Control::1       547457                      
system.ruby.network.routers05.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::4      5662512                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseL2hit_Data::4        16920                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseLocal_Data::4         5328                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Data::4       226656                      
system.ruby.network.routers05.throttle0.msg_bytes.Broadcast_Control::1      4379656                      
system.ruby.network.routers05.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers05.throttle1.link_utilization     7.733275                      
system.ruby.network.routers05.throttle1.msg_count.Request_Control::1        78072                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::4          987                      
system.ruby.network.routers05.throttle1.msg_count.ResponseL2hit_Data::4           10                      
system.ruby.network.routers05.throttle1.msg_count.ResponseLocal_Data::4           81                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::4           96                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::4        81074                      
system.ruby.network.routers05.throttle1.msg_count.Broadcast_Control::1        78072                      
system.ruby.network.routers05.throttle1.msg_count.Persistent_Control::3        10896                      
system.ruby.network.routers05.throttle1.msg_bytes.Request_Control::1       624576                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::4        71064                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseL2hit_Data::4          720                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseLocal_Data::4         5832                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::4          768                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::4      5837328                      
system.ruby.network.routers05.throttle1.msg_bytes.Broadcast_Control::1       624576                      
system.ruby.network.routers05.throttle1.msg_bytes.Persistent_Control::3        87168                      
system.ruby.network.routers06.throttle0.link_utilization    11.723751                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::4        78557                      
system.ruby.network.routers06.throttle0.msg_count.ResponseL2hit_Data::4          241                      
system.ruby.network.routers06.throttle0.msg_count.ResponseLocal_Data::4           99                      
system.ruby.network.routers06.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Data::4         3215                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers06.throttle0.msg_count.Broadcast_Control::1       547459                      
system.ruby.network.routers06.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::4      5656104                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseL2hit_Data::4        17352                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseLocal_Data::4         7128                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Data::4       231480                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers06.throttle0.msg_bytes.Broadcast_Control::1      4379672                      
system.ruby.network.routers06.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers06.throttle1.link_utilization     7.732831                      
system.ruby.network.routers06.throttle1.msg_count.Request_Control::1        78070                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::4          918                      
system.ruby.network.routers06.throttle1.msg_count.ResponseL2hit_Data::4           15                      
system.ruby.network.routers06.throttle1.msg_count.ResponseLocal_Data::4           74                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::4           78                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::4        81149                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers06.throttle1.msg_count.Broadcast_Control::1        78070                      
system.ruby.network.routers06.throttle1.msg_count.Persistent_Control::3        10828                      
system.ruby.network.routers06.throttle1.msg_bytes.Request_Control::1       624560                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::4        66096                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseL2hit_Data::4         1080                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseLocal_Data::4         5328                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::4          624                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::4      5842728                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers06.throttle1.msg_bytes.Broadcast_Control::1       624560                      
system.ruby.network.routers06.throttle1.msg_bytes.Persistent_Control::3        86624                      
system.ruby.network.routers07.throttle0.link_utilization    11.719068                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::4        78541                      
system.ruby.network.routers07.throttle0.msg_count.ResponseL2hit_Data::4          218                      
system.ruby.network.routers07.throttle0.msg_count.ResponseLocal_Data::4           84                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::4            4                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Data::4         3197                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers07.throttle0.msg_count.Broadcast_Control::1       547555                      
system.ruby.network.routers07.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::4      5654952                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseL2hit_Data::4        15696                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseLocal_Data::4         6048                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Data::4       230184                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers07.throttle0.msg_bytes.Broadcast_Control::1      4380440                      
system.ruby.network.routers07.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers07.throttle1.link_utilization     7.728924                      
system.ruby.network.routers07.throttle1.msg_count.Request_Control::1        77974                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::4          987                      
system.ruby.network.routers07.throttle1.msg_count.ResponseL2hit_Data::4            9                      
system.ruby.network.routers07.throttle1.msg_count.ResponseLocal_Data::4           84                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::4           89                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::4        81013                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers07.throttle1.msg_count.Broadcast_Control::1        77974                      
system.ruby.network.routers07.throttle1.msg_count.Persistent_Control::3        11118                      
system.ruby.network.routers07.throttle1.msg_bytes.Request_Control::1       623792                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::4        71064                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseL2hit_Data::4          648                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseLocal_Data::4         6048                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::4          712                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::4      5832936                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers07.throttle1.msg_bytes.Broadcast_Control::1       623792                      
system.ruby.network.routers07.throttle1.msg_bytes.Persistent_Control::3        88944                      
system.ruby.network.routers08.throttle0.link_utilization    54.063398                      
system.ruby.network.routers08.throttle0.msg_count.Request_Control::1       625525                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::4          683                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::4       624818                      
system.ruby.network.routers08.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers08.throttle0.msg_bytes.Request_Control::1      5004200                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::4         5464                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::4     44986896                      
system.ruby.network.routers08.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers08.throttle1.link_utilization    27.452865                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       623660                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::4         8086                      
system.ruby.network.routers08.throttle1.msg_count.ResponseL2hit_Data::4         1868                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::4            2                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Data::4       236177                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Control::4       379214                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      4989280                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::4       582192                      
system.ruby.network.routers08.throttle1.msg_bytes.ResponseL2hit_Data::4       134496                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Data::4     17004744                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Control::4      3033712                      
system.ruby.network.routers09.throttle0.link_utilization    27.988545                      
system.ruby.network.routers09.throttle0.msg_count.Request_Control::2       623660                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::4         7172                      
system.ruby.network.routers09.throttle0.msg_count.ResponseL2hit_Data::4           92                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Data::4       236088                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Control::4       379215                      
system.ruby.network.routers09.throttle0.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers09.throttle0.msg_bytes.Request_Control::2      4989280                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::4       516384                      
system.ruby.network.routers09.throttle0.msg_bytes.ResponseL2hit_Data::4         6624                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Data::4     16998336                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Control::4      3033720                      
system.ruby.network.routers09.throttle0.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers09.throttle1.link_utilization    47.726894                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::4       621329                      
system.ruby.network.routers09.throttle1.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Data::4          293                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Control::4            2                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::4     44735688                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Data::4        21096                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Control::4           16                      
system.ruby.network.routers10.throttle0.link_utilization    11.632249                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::4        78644                      
system.ruby.network.routers10.throttle0.msg_count.ResponseL2hit_Data::4          224                      
system.ruby.network.routers10.throttle0.msg_count.ResponseLocal_Data::4           91                      
system.ruby.network.routers10.throttle0.msg_count.Writeback_Data::4         3177                      
system.ruby.network.routers10.throttle0.msg_count.Broadcast_Control::1       547455                      
system.ruby.network.routers10.throttle0.msg_count.Persistent_Control::3        76866                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::4      5662368                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseL2hit_Data::4        16128                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseLocal_Data::4         6552                      
system.ruby.network.routers10.throttle0.msg_bytes.Writeback_Data::4       228744                      
system.ruby.network.routers10.throttle0.msg_bytes.Broadcast_Control::1      4379640                      
system.ruby.network.routers10.throttle0.msg_bytes.Persistent_Control::3       614928                      
system.ruby.network.routers10.throttle1.link_utilization    11.681011                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::4        79321                      
system.ruby.network.routers10.throttle1.msg_count.ResponseL2hit_Data::4          239                      
system.ruby.network.routers10.throttle1.msg_count.ResponseLocal_Data::4           83                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Data::4         3216                      
system.ruby.network.routers10.throttle1.msg_count.Broadcast_Control::1       546771                      
system.ruby.network.routers10.throttle1.msg_count.Persistent_Control::3        76756                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::4      5711112                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseL2hit_Data::4        17208                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseLocal_Data::4         5976                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Data::4       231552                      
system.ruby.network.routers10.throttle1.msg_bytes.Broadcast_Control::1      4374168                      
system.ruby.network.routers10.throttle1.msg_bytes.Persistent_Control::3       614048                      
system.ruby.network.routers10.throttle2.link_utilization    11.651597                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::4        78900                      
system.ruby.network.routers10.throttle2.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers10.throttle2.msg_count.ResponseLocal_Data::4           79                      
system.ruby.network.routers10.throttle2.msg_count.Writeback_Data::4         3213                      
system.ruby.network.routers10.throttle2.msg_count.Broadcast_Control::1       547168                      
system.ruby.network.routers10.throttle2.msg_count.Persistent_Control::3        76820                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::4      5680800                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseLocal_Data::4         5688                      
system.ruby.network.routers10.throttle2.msg_bytes.Writeback_Data::4       231336                      
system.ruby.network.routers10.throttle2.msg_bytes.Broadcast_Control::1      4377344                      
system.ruby.network.routers10.throttle2.msg_bytes.Persistent_Control::3       614560                      
system.ruby.network.routers10.throttle3.link_utilization    11.624929                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::4        78592                      
system.ruby.network.routers10.throttle3.msg_count.ResponseL2hit_Data::4          220                      
system.ruby.network.routers10.throttle3.msg_count.ResponseLocal_Data::4           82                      
system.ruby.network.routers10.throttle3.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Data::4         3154                      
system.ruby.network.routers10.throttle3.msg_count.Broadcast_Control::1       547508                      
system.ruby.network.routers10.throttle3.msg_count.Persistent_Control::3        76744                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::4      5658624                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseL2hit_Data::4        15840                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseLocal_Data::4         5904                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Data::4       227088                      
system.ruby.network.routers10.throttle3.msg_bytes.Broadcast_Control::1      4380064                      
system.ruby.network.routers10.throttle3.msg_bytes.Persistent_Control::3       613952                      
system.ruby.network.routers10.throttle4.link_utilization    11.638280                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::4        78703                      
system.ruby.network.routers10.throttle4.msg_count.ResponseL2hit_Data::4          258                      
system.ruby.network.routers10.throttle4.msg_count.ResponseLocal_Data::4           84                      
system.ruby.network.routers10.throttle4.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Data::4         3183                      
system.ruby.network.routers10.throttle4.msg_count.Broadcast_Control::1       547334                      
system.ruby.network.routers10.throttle4.msg_count.Persistent_Control::3        76864                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::4      5666616                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseL2hit_Data::4        18576                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseLocal_Data::4         6048                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Data::4       229176                      
system.ruby.network.routers10.throttle4.msg_bytes.Broadcast_Control::1      4378672                      
system.ruby.network.routers10.throttle4.msg_bytes.Persistent_Control::3       614912                      
system.ruby.network.routers10.throttle5.link_utilization    11.630082                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::4        78646                      
system.ruby.network.routers10.throttle5.msg_count.ResponseL2hit_Data::4          235                      
system.ruby.network.routers10.throttle5.msg_count.ResponseLocal_Data::4           74                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Data::4         3148                      
system.ruby.network.routers10.throttle5.msg_count.Broadcast_Control::1       547458                      
system.ruby.network.routers10.throttle5.msg_count.Persistent_Control::3        76906                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::4      5662512                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseL2hit_Data::4        16920                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseLocal_Data::4         5328                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Data::4       226656                      
system.ruby.network.routers10.throttle5.msg_bytes.Broadcast_Control::1      4379664                      
system.ruby.network.routers10.throttle5.msg_bytes.Persistent_Control::3       615248                      
system.ruby.network.routers10.throttle6.link_utilization    11.631404                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::4        78558                      
system.ruby.network.routers10.throttle6.msg_count.ResponseL2hit_Data::4          241                      
system.ruby.network.routers10.throttle6.msg_count.ResponseLocal_Data::4           99                      
system.ruby.network.routers10.throttle6.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Data::4         3215                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers10.throttle6.msg_count.Broadcast_Control::1       547460                      
system.ruby.network.routers10.throttle6.msg_count.Persistent_Control::3        76974                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::4      5656176                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseL2hit_Data::4        17352                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseLocal_Data::4         7128                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Data::4       231480                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle6.msg_bytes.Broadcast_Control::1      4379680                      
system.ruby.network.routers10.throttle6.msg_bytes.Persistent_Control::3       615792                      
system.ruby.network.routers10.throttle7.link_utilization    11.624230                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::4        78541                      
system.ruby.network.routers10.throttle7.msg_count.ResponseL2hit_Data::4          218                      
system.ruby.network.routers10.throttle7.msg_count.ResponseLocal_Data::4           84                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::4            4                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Data::4         3197                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers10.throttle7.msg_count.Broadcast_Control::1       547556                      
system.ruby.network.routers10.throttle7.msg_count.Persistent_Control::3        76684                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::4      5654952                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseL2hit_Data::4        15696                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseLocal_Data::4         6048                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Data::4       230184                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle7.msg_bytes.Broadcast_Control::1      4380448                      
system.ruby.network.routers10.throttle7.msg_bytes.Persistent_Control::3       613472                      
system.ruby.network.routers10.throttle8.link_utilization    54.063432                      
system.ruby.network.routers10.throttle8.msg_count.Request_Control::1       625525                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::4          683                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::4       624819                      
system.ruby.network.routers10.throttle8.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers10.throttle8.msg_bytes.Request_Control::1      5004200                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::4         5464                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::4     44986968                      
system.ruby.network.routers10.throttle8.msg_bytes.Persistent_Control::3       702416                      
system.ruby.network.routers10.throttle9.link_utilization    27.988545                      
system.ruby.network.routers10.throttle9.msg_count.Request_Control::2       623660                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::4         7172                      
system.ruby.network.routers10.throttle9.msg_count.ResponseL2hit_Data::4           92                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Data::4       236088                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Control::4       379215                      
system.ruby.network.routers10.throttle9.msg_count.Persistent_Control::3        87802                      
system.ruby.network.routers10.throttle9.msg_bytes.Request_Control::2      4989280                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::4       516384                      
system.ruby.network.routers10.throttle9.msg_bytes.ResponseL2hit_Data::4         6624                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Data::4     16998336                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Control::4      3033720                      
system.ruby.network.routers10.throttle9.msg_bytes.Persistent_Control::3       702416                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           402553                      
system.ruby.LD.latency_hist::mean         1197.730421                      
system.ruby.LD.latency_hist::gmean         898.603771                      
system.ruby.LD.latency_hist::stdev         763.969042                      
system.ruby.LD.latency_hist              |      108616     26.98%     26.98% |       76986     19.12%     46.11% |       71722     17.82%     63.92% |       76938     19.11%     83.04% |       54198     13.46%     96.50% |       13154      3.27%     99.77% |         917      0.23%     99.99% |          22      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             402553                      
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         1907                      
system.ruby.LD.hit_latency_hist::mean     1060.063975                      
system.ruby.LD.hit_latency_hist::gmean     515.481436                      
system.ruby.LD.hit_latency_hist::stdev     783.939123                      
system.ruby.LD.hit_latency_hist          |         650     34.08%     34.08% |         313     16.41%     50.50% |         343     17.99%     68.48% |         352     18.46%     86.94% |         203     10.64%     97.59% |          43      2.25%     99.84% |           3      0.16%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total           1907                      
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       400646                      
system.ruby.LD.miss_latency_hist::mean    1198.385687                      
system.ruby.LD.miss_latency_hist::gmean    900.983925                      
system.ruby.LD.miss_latency_hist::stdev    763.814413                      
system.ruby.LD.miss_latency_hist         |      107966     26.95%     26.95% |       76673     19.14%     46.09% |       71379     17.82%     63.90% |       76586     19.12%     83.02% |       53995     13.48%     96.49% |       13111      3.27%     99.77% |         914      0.23%     99.99% |          22      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        400646                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           223147                      
system.ruby.ST.latency_hist::mean         1200.820284                      
system.ruby.ST.latency_hist::gmean         902.064826                      
system.ruby.ST.latency_hist::stdev         764.058400                      
system.ruby.ST.latency_hist              |       59898     26.84%     26.84% |       42460     19.03%     45.87% |       39907     17.88%     63.75% |       42757     19.16%     82.91% |       30297     13.58%     96.49% |        7307      3.27%     99.77% |         508      0.23%     99.99% |          12      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             223147                      
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         1034                      
system.ruby.ST.hit_latency_hist::mean     1095.824952                      
system.ruby.ST.hit_latency_hist::gmean     593.169094                      
system.ruby.ST.hit_latency_hist::stdev     799.304714                      
system.ruby.ST.hit_latency_hist          |         346     33.46%     33.46% |         167     16.15%     49.61% |         179     17.31%     66.92% |         179     17.31%     84.24% |         135     13.06%     97.29% |          25      2.42%     99.71% |           3      0.29%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total           1034                      
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       222113                      
system.ruby.ST.miss_latency_hist::mean    1201.309068                      
system.ruby.ST.miss_latency_hist::gmean    903.826951                      
system.ruby.ST.miss_latency_hist::stdev    763.858649                      
system.ruby.ST.miss_latency_hist         |       59552     26.81%     26.81% |       42293     19.04%     45.85% |       39728     17.89%     63.74% |       42578     19.17%     82.91% |       30162     13.58%     96.49% |        7282      3.28%     99.77% |         505      0.23%     99.99% |          12      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        222113                      
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          187                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            2                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean            2                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         187    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.hit_mach_latency_hist::total          187                      
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         1274                      
system.ruby.L1Cache.miss_mach_latency_hist::mean  1137.938776                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   742.704975                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   774.705868                      
system.ruby.L1Cache.miss_mach_latency_hist |         360     28.26%     28.26% |         260     20.41%     48.67% |         251     19.70%     68.37% |         206     16.17%     84.54% |         148     11.62%     96.15% |          45      3.53%     99.69% |           4      0.31%    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         1274                      
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         2754                      
system.ruby.L2Cache.hit_mach_latency_hist::mean  1145.334423                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean   792.182169                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   763.134229                      
system.ruby.L2Cache.hit_mach_latency_hist |         809     29.38%     29.38% |         480     17.43%     46.80% |         522     18.95%     65.76% |         531     19.28%     85.04% |         338     12.27%     97.31% |          68      2.47%     99.78% |           6      0.22%    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         2754                      
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       621485                      
system.ruby.Directory.miss_mach_latency_hist::mean  1199.554388                      
system.ruby.Directory.miss_mach_latency_hist::gmean   902.356250                      
system.ruby.Directory.miss_mach_latency_hist::stdev   763.803957                      
system.ruby.Directory.miss_mach_latency_hist |      167158     26.90%     26.90% |      118706     19.10%     46.00% |      110856     17.84%     63.83% |      118958     19.14%     82.98% |       84009     13.52%     96.49% |       20348      3.27%     99.77% |        1415      0.23%     99.99% |          34      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       621485                      
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           89                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::gmean    88.864964                      
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          141                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         141    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total          141                      
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          810                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean  1148.616049                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   750.657657                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   779.125924                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |         224     27.65%     27.65% |         172     21.23%     48.89% |         153     18.89%     67.78% |         128     15.80%     83.58% |         106     13.09%     96.67% |          24      2.96%     99.63% |           3      0.37%    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          810                      
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         1766                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean  1144.541336                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean   803.018182                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   753.048599                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         509     28.82%     28.82% |         313     17.72%     46.55% |         343     19.42%     65.97% |         352     19.93%     85.90% |         203     11.49%     97.40% |          43      2.43%     99.83% |           3      0.17%    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         1766                      
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       399836                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean  1198.486512                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   901.317161                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   763.780785                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      107742     26.95%     26.95% |       76501     19.13%     46.08% |       71226     17.81%     63.89% |       76458     19.12%     83.02% |       53889     13.48%     96.49% |       13087      3.27%     99.77% |         911      0.23%     99.99% |          22      0.01%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       399836                      
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           46                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean     2.000000                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          46    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total           46                      
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          464                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean  1119.299569                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   729.023445                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   767.409492                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |         136     29.31%     29.31% |          88     18.97%     48.28% |          98     21.12%     69.40% |          78     16.81%     86.21% |          42      9.05%     95.26% |          21      4.53%     99.78% |           1      0.22%    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          464                      
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          988                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean  1146.752024                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean   773.176325                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   781.220856                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         300     30.36%     30.36% |         167     16.90%     47.27% |         179     18.12%     65.38% |         179     18.12%     83.50% |         135     13.66%     97.17% |          25      2.53%     99.70% |           3      0.30%    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          988                      
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       221649                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean  1201.480747                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   904.233709                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   763.843702                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       59416     26.81%     26.81% |       42205     19.04%     45.85% |       39630     17.88%     63.73% |       42500     19.17%     82.90% |       30120     13.59%     96.49% |        7261      3.28%     99.77% |         504      0.23%     99.99% |          12      0.01%    100.00% |           1      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       221649                      
system.ruby.Directory_Controller.GETX          237776      0.00%      0.00%
system.ruby.Directory_Controller.GETS          429309      0.00%      0.00%
system.ruby.Directory_Controller.Lockdown        44122      0.00%      0.00%
system.ruby.Directory_Controller.Unlockdown        43680      0.00%      0.00%
system.ruby.Directory_Controller.Data_Owner          324      0.00%      0.00%
system.ruby.Directory_Controller.Data_All_Tokens       243004      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner          548      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner_All_Tokens       377814      0.00%      0.00%
system.ruby.Directory_Controller.Tokens           130      0.00%      0.00%
system.ruby.Directory_Controller.Ack_All_Tokens          793      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       621328      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       242939      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX        220131      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS        396984      0.00%      0.00%
system.ruby.Directory_Controller.O.Lockdown         3690      0.00%      0.00%
system.ruby.Directory_Controller.O.Data_All_Tokens           60      0.00%      0.00%
system.ruby.Directory_Controller.O.Tokens            4      0.00%      0.00%
system.ruby.Directory_Controller.O.Ack_All_Tokens          785      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         2197      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS         3978      0.00%      0.00%
system.ruby.Directory_Controller.NO.Lockdown        17299      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_Owner          324      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_All_Tokens       242616      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner          548      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner_All_Tokens       377404      0.00%      0.00%
system.ruby.Directory_Controller.NO.Tokens          123      0.00%      0.00%
system.ruby.Directory_Controller.L.GETX           123      0.00%      0.00%
system.ruby.Directory_Controller.L.GETS           247      0.00%      0.00%
system.ruby.Directory_Controller.L.Lockdown          395      0.00%      0.00%
system.ruby.Directory_Controller.L.Unlockdown        43680      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_All_Tokens          294      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner_All_Tokens          410      0.00%      0.00%
system.ruby.Directory_Controller.L.Tokens            2      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETX           70      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETS          121      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Lockdown          124      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Data_All_Tokens           34      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Tokens            1      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Ack_All_Tokens            2      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Ack       242815      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETX           34      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETS           64      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Lockdown           12      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Ack_All_Tokens            6      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Data         4224      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Ack          124      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETX          495      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETS          954      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Lockdown           35      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Memory_Data        22567      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETX        14726      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETS        26961      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Lockdown        22567      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Memory_Data       594537      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50092     12.44%     12.44% |       50720     12.60%     25.04% |       50362     12.51%     37.55% |       50243     12.48%     50.03% |       50550     12.56%     62.59% |       50015     12.42%     75.01% |       50346     12.51%     87.52% |       50237     12.48%    100.00%
system.ruby.L1Cache_Controller.Load::total       402565                      
system.ruby.L1Cache_Controller.Store     |       28010     12.55%     12.55% |       28064     12.58%     25.13% |       28024     12.56%     37.69% |       27802     12.46%     50.14% |       27671     12.40%     62.54% |       28081     12.58%     75.13% |       27742     12.43%     87.56% |       27760     12.44%    100.00%
system.ruby.L1Cache_Controller.Store::total       223154                      
system.ruby.L1Cache_Controller.L1_Replacement |     1468380     12.49%     12.49% |     1481332     12.60%     25.08% |     1472761     12.52%     37.61% |     1468524     12.49%     50.09% |     1470130     12.50%     62.59% |     1467500     12.48%     75.07% |     1468017     12.48%     87.55% |     1463638     12.45%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total     11760282                      
system.ruby.L1Cache_Controller.Data_Shared |         197     12.64%     12.64% |         195     12.52%     25.16% |         194     12.45%     37.61% |         178     11.42%     49.04% |         190     12.20%     61.23% |         196     12.58%     73.81% |         203     13.03%     86.84% |         205     13.16%    100.00%
system.ruby.L1Cache_Controller.Data_Shared::total         1558                      
system.ruby.L1Cache_Controller.Data_Owner |          28      9.69%      9.69% |          43     14.88%     24.57% |          30     10.38%     34.95% |          39     13.49%     48.44% |          33     11.42%     59.86% |          38     13.15%     73.01% |          33     11.42%     84.43% |          45     15.57%    100.00%
system.ruby.L1Cache_Controller.Data_Owner::total          289                      
system.ruby.L1Cache_Controller.Data_All_Tokens |       81911     12.48%     12.48% |       82621     12.59%     25.08% |       82201     12.53%     37.61% |       81831     12.47%     50.08% |       82005     12.50%     62.58% |       81869     12.48%     75.05% |       81876     12.48%     87.53% |       81790     12.47%    100.00%
system.ruby.L1Cache_Controller.Data_All_Tokens::total       656104                      
system.ruby.L1Cache_Controller.Ack       |           0      0.00%      0.00% |           2     16.67%     16.67% |           0      0.00%     16.67% |           3     25.00%     41.67% |           1      8.33%     50.00% |           0      0.00%     50.00% |           2     16.67%     66.67% |           4     33.33%    100.00%
system.ruby.L1Cache_Controller.Ack::total           12                      
system.ruby.L1Cache_Controller.Ack_All_Tokens |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.Ack_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.Transient_Local_GETX |      195106     12.49%     12.49% |      195050     12.49%     24.98% |      195093     12.49%     37.47% |      195313     12.51%     49.98% |      195440     12.51%     62.49% |      195030     12.49%     74.98% |      195367     12.51%     87.49% |      195357     12.51%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETX::total      1561756                      
system.ruby.L1Cache_Controller.Transient_Local_GETS |      352347     12.51%     12.51% |      351718     12.49%     24.99% |      352073     12.50%     37.49% |      352195     12.50%     50.00% |      351891     12.49%     62.49% |      352426     12.51%     75.00% |      352090     12.50%     87.50% |      352196     12.50%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS::total      2816936                      
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           1     25.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 |       13616     12.50%     12.50% |       13644     12.52%     25.02% |       13615     12.50%     37.52% |       13572     12.46%     49.97% |       13607     12.49%     62.46% |       13620     12.50%     74.96% |       13688     12.56%     87.53% |       13592     12.47%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETX::total       108954                      
system.ruby.L1Cache_Controller.Persistent_GETS |       24975     12.49%     12.49% |       24920     12.47%     24.96% |       24971     12.49%     37.45% |       24992     12.50%     49.96% |       25025     12.52%     62.48% |       25035     12.52%     75.00% |       25004     12.51%     87.51% |       24964     12.49%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS::total       199886                      
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token |           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% |           2     66.67%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token::total            3                      
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock |       49211     12.50%     12.50% |       49238     12.51%     25.01% |       49216     12.50%     37.52% |       49238     12.51%     50.03% |       49170     12.49%     62.52% |       49145     12.49%     75.01% |       49110     12.48%     87.49% |       49245     12.51%    100.00%
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock::total       393573                      
system.ruby.L1Cache_Controller.Request_Timeout |       33208     12.52%     12.52% |       33841     12.76%     25.27% |       33107     12.48%     37.75% |       32943     12.42%     50.17% |       33071     12.47%     62.64% |       33150     12.50%     75.14% |       33269     12.54%     87.68% |       32690     12.32%    100.00%
system.ruby.L1Cache_Controller.Request_Timeout::total       265279                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverX |           5      5.95%      5.95% |          11     13.10%     19.05% |           8      9.52%     28.57% |           9     10.71%     39.29% |          15     17.86%     57.14% |          10     11.90%     69.05% |          10     11.90%     80.95% |          16     19.05%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverX::total           84                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverS |           9      7.26%      7.26% |           6      4.84%     12.10% |          13     10.48%     22.58% |          12      9.68%     32.26% |          24     19.35%     51.61% |          23     18.55%     70.16% |          18     14.52%     84.68% |          19     15.32%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverS::total          124                      
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers |       77853     12.48%     12.48% |       78535     12.59%     25.08% |       78143     12.53%     37.60% |       77810     12.48%     50.08% |       77949     12.50%     62.58% |       77828     12.48%     75.06% |       77835     12.48%     87.54% |       77726     12.46%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers::total       623679                      
system.ruby.L1Cache_Controller.NP.Load   |       50055     12.44%     12.44% |       50685     12.60%     25.04% |       50318     12.51%     37.55% |       50200     12.48%     50.03% |       50501     12.55%     62.59% |       49984     12.43%     75.01% |       50303     12.51%     87.52% |       50198     12.48%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       402244                      
system.ruby.L1Cache_Controller.NP.Store  |       27993     12.55%     12.55% |       28040     12.57%     25.13% |       28001     12.56%     37.68% |       27785     12.46%     50.14% |       27658     12.40%     62.54% |       28065     12.58%     75.13% |       27732     12.44%     87.56% |       27741     12.44%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       223015                      
system.ruby.L1Cache_Controller.NP.Data_Shared |          14     11.86%     11.86% |          17     14.41%     26.27% |          16     13.56%     39.83% |          13     11.02%     50.85% |           8      6.78%     57.63% |          14     11.86%     69.49% |          17     14.41%     83.90% |          19     16.10%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Shared::total          118                      
system.ruby.L1Cache_Controller.NP.Data_Owner |           6      6.38%      6.38% |          15     15.96%     22.34% |          12     12.77%     35.11% |          12     12.77%     47.87% |           8      8.51%     56.38% |          12     12.77%     69.15% |          11     11.70%     80.85% |          18     19.15%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Owner::total           94                      
system.ruby.L1Cache_Controller.NP.Data_All_Tokens |        4014     12.52%     12.52% |        4049     12.63%     25.15% |        4005     12.49%     37.64% |        3980     12.41%     50.05% |        3998     12.47%     62.52% |        3995     12.46%     74.98% |        4003     12.48%     87.46% |        4021     12.54%    100.00%
system.ruby.L1Cache_Controller.NP.Data_All_Tokens::total        32065                      
system.ruby.L1Cache_Controller.NP.Ack    |           0      0.00%      0.00% |           1     20.00%     20.00% |           0      0.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           0      0.00%     40.00% |           1     20.00%     60.00% |           2     40.00%    100.00%
system.ruby.L1Cache_Controller.NP.Ack::total            5                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX |      194672     12.49%     12.49% |      194611     12.49%     24.98% |      194621     12.49%     37.47% |      194855     12.51%     49.98% |      195006     12.52%     62.49% |      194570     12.49%     74.98% |      194932     12.51%     87.49% |      194889     12.51%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX::total      1558156                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS |      351505     12.51%     12.51% |      350885     12.49%     24.99% |      351223     12.50%     37.49% |      351366     12.50%     49.99% |      351081     12.49%     62.49% |      351596     12.51%     75.00% |      351307     12.50%     87.50% |      351400     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS::total      2810363                      
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock |       43131     12.51%     12.51% |       43109     12.51%     25.02% |       43069     12.50%     37.52% |       43054     12.49%     50.01% |       43044     12.49%     62.50% |       43094     12.50%     75.00% |       43053     12.49%     87.49% |       43119     12.51%    100.00%
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock::total       344673                      
system.ruby.L1Cache_Controller.I.Load    |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Load::total            1                      
system.ruby.L1Cache_Controller.I.L1_Replacement |          84     12.37%     12.37% |          83     12.22%     24.59% |          95     13.99%     38.59% |          78     11.49%     50.07% |          80     11.78%     61.86% |          95     13.99%     75.85% |          77     11.34%     87.19% |          87     12.81%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total          679                      
system.ruby.L1Cache_Controller.I.Data_All_Tokens |           1     33.33%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Data_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         202     12.72%     12.72% |         192     12.09%     24.81% |         201     12.66%     37.47% |         180     11.34%     48.80% |         203     12.78%     61.59% |         202     12.72%     74.31% |         204     12.85%     87.15% |         204     12.85%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         1588                      
system.ruby.L1Cache_Controller.S.Data_Shared |           1      6.25%      6.25% |           1      6.25%     12.50% |           2     12.50%     25.00% |           4     25.00%     50.00% |           1      6.25%     56.25% |           0      0.00%     56.25% |           4     25.00%     81.25% |           3     18.75%    100.00%
system.ruby.L1Cache_Controller.S.Data_Shared::total           16                      
system.ruby.L1Cache_Controller.S.Data_Owner |           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.Data_Owner::total            1                      
system.ruby.L1Cache_Controller.S.Data_All_Tokens |           1      9.09%      9.09% |           0      0.00%      9.09% |           1      9.09%     18.18% |           2     18.18%     36.36% |           2     18.18%     54.55% |           3     27.27%     81.82% |           1      9.09%     90.91% |           1      9.09%    100.00%
system.ruby.L1Cache_Controller.S.Data_All_Tokens::total           11                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETX |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETX::total            2                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           1     25.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 |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETX::total            3                      
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token |           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% |           2     66.67%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token::total            3                      
system.ruby.L1Cache_Controller.O.L1_Replacement |          56     11.86%     11.86% |          64     13.56%     25.42% |          50     10.59%     36.02% |          70     14.83%     50.85% |          61     12.92%     63.77% |          57     12.08%     75.85% |          51     10.81%     86.65% |          63     13.35%    100.00%
system.ruby.L1Cache_Controller.O.L1_Replacement::total          472                      
system.ruby.L1Cache_Controller.O.Data_All_Tokens |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Data_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.O.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% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.O.Ack::total            1                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           2    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETS::total            2                      
system.ruby.L1Cache_Controller.O.Persistent_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Persistent_GETX::total            2                      
system.ruby.L1Cache_Controller.O.Persistent_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Persistent_GETS::total            1                      
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock |           8     16.33%     16.33% |           8     16.33%     32.65% |           3      6.12%     38.78% |           7     14.29%     53.06% |           7     14.29%     67.35% |           5     10.20%     77.55% |           7     14.29%     91.84% |           4      8.16%    100.00%
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock::total           49                      
system.ruby.L1Cache_Controller.M.Load    |           5     16.67%     16.67% |           3     10.00%     26.67% |           0      0.00%     26.67% |           6     20.00%     46.67% |           3     10.00%     56.67% |           5     16.67%     73.33% |           4     13.33%     86.67% |           4     13.33%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           30                      
system.ruby.L1Cache_Controller.M.Store   |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     28.57%     28.57% |           3     42.86%     71.43% |           1     14.29%     85.71% |           0      0.00%     85.71% |           0      0.00%     85.71% |           1     14.29%    100.00%
system.ruby.L1Cache_Controller.M.Store::total            7                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       49776     12.44%     12.44% |       50403     12.60%     25.04% |       50051     12.51%     37.55% |       49936     12.48%     50.04% |       50218     12.55%     62.59% |       49702     12.42%     75.01% |       50042     12.51%     87.52% |       49911     12.48%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       400039                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETX |          22     14.10%     14.10% |          21     13.46%     27.56% |          23     14.74%     42.31% |          18     11.54%     53.85% |          15      9.62%     63.46% |          15      9.62%     73.08% |          21     13.46%     86.54% |          21     13.46%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETX::total          156                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETS |          35     12.24%     12.24% |          37     12.94%     25.17% |          32     11.19%     36.36% |          44     15.38%     51.75% |          40     13.99%     65.73% |          32     11.19%     76.92% |          29     10.14%     87.06% |          37     12.94%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETS::total          286                      
system.ruby.L1Cache_Controller.M.Persistent_GETX |           7     10.61%     10.61% |          10     15.15%     25.76% |           9     13.64%     39.39% |           8     12.12%     51.52% |          12     18.18%     69.70% |           7     10.61%     80.30% |           6      9.09%     89.39% |           7     10.61%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETX::total           66                      
system.ruby.L1Cache_Controller.M.Persistent_GETS |          15     16.48%     16.48% |          10     10.99%     27.47% |          17     18.68%     46.15% |          14     15.38%     61.54% |           7      7.69%     69.23% |          11     12.09%     81.32% |           9      9.89%     91.21% |           8      8.79%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETS::total           91                      
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock |         294     12.03%     12.03% |         300     12.27%     24.30% |         315     12.89%     37.19% |         322     13.18%     50.37% |         304     12.44%     62.81% |         298     12.19%     75.00% |         316     12.93%     87.93% |         295     12.07%    100.00%
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock::total         2444                      
system.ruby.L1Cache_Controller.MM.Load   |           4     23.53%     23.53% |           2     11.76%     35.29% |           3     17.65%     52.94% |           1      5.88%     58.82% |           2     11.76%     70.59% |           1      5.88%     76.47% |           2     11.76%     88.24% |           2     11.76%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           17                      
system.ruby.L1Cache_Controller.MM.Store  |           0      0.00%      0.00% |           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% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total            4                      
system.ruby.L1Cache_Controller.MM.L1_Replacement |       27953     12.55%     12.55% |       28013     12.58%     25.13% |       27961     12.55%     37.68% |       27754     12.46%     50.14% |       27630     12.41%     62.55% |       28013     12.58%     75.13% |       27692     12.43%     87.56% |       27705     12.44%    100.00%
system.ruby.L1Cache_Controller.MM.L1_Replacement::total       222721                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX |          14     17.07%     17.07% |           8      9.76%     26.83% |          13     15.85%     42.68% |           7      8.54%     51.22% |           8      9.76%     60.98% |          15     18.29%     79.27% |           8      9.76%     89.02% |           9     10.98%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX::total           82                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS |          23     15.33%     15.33% |          21     14.00%     29.33% |          25     16.67%     46.00% |          19     12.67%     58.67% |          10      6.67%     65.33% |          19     12.67%     78.00% |          16     10.67%     88.67% |          17     11.33%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS::total          150                      
system.ruby.L1Cache_Controller.MM.Persistent_GETX |           5     15.15%     15.15% |           1      3.03%     18.18% |           6     18.18%     36.36% |           4     12.12%     48.48% |           2      6.06%     54.55% |           8     24.24%     78.79% |           6     18.18%     96.97% |           1      3.03%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETX::total           33                      
system.ruby.L1Cache_Controller.MM.Persistent_GETS |           6      8.57%      8.57% |          11     15.71%     24.29% |           8     11.43%     35.71% |           9     12.86%     48.57% |           9     12.86%     61.43% |          10     14.29%     75.71% |           6      8.57%     84.29% |          11     15.71%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETS::total           70                      
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock |         152     11.86%     11.86% |         150     11.70%     23.56% |         155     12.09%     35.65% |         177     13.81%     49.45% |         183     14.27%     63.73% |         147     11.47%     75.20% |         173     13.49%     88.69% |         145     11.31%    100.00%
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock::total         1282                      
system.ruby.L1Cache_Controller.M_W.Load  |           8     11.59%     11.59% |          10     14.49%     26.09% |          10     14.49%     40.58% |           5      7.25%     47.83% |          14     20.29%     68.12% |           7     10.14%     78.26% |           8     11.59%     89.86% |           7     10.14%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           69                      
system.ruby.L1Cache_Controller.M_W.Store |           6     28.57%     28.57% |           2      9.52%     38.10% |           4     19.05%     57.14% |           1      4.76%     61.90% |           1      4.76%     66.67% |           2      9.52%     76.19% |           0      0.00%     76.19% |           5     23.81%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           21                      
system.ruby.L1Cache_Controller.M_W.L1_Replacement |      361207     12.32%     12.32% |      368703     12.58%     24.90% |      366785     12.51%     37.41% |      366334     12.50%     49.91% |      368143     12.56%     62.47% |      365562     12.47%     74.94% |      366558     12.50%     87.44% |      368107     12.56%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_Replacement::total      2931399                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX |          57     12.08%     12.08% |          59     12.50%     24.58% |          64     13.56%     38.14% |          52     11.02%     49.15% |          55     11.65%     60.81% |          72     15.25%     76.06% |          57     12.08%     88.14% |          56     11.86%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX::total          472                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS |         105     12.95%     12.95% |         101     12.45%     25.40% |         104     12.82%     38.22% |         106     13.07%     51.29% |          91     11.22%     62.52% |         110     13.56%     76.08% |          95     11.71%     87.79% |          99     12.21%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS::total          811                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETX |           1      2.13%      2.13% |           6     12.77%     14.89% |           5     10.64%     25.53% |           6     12.77%     38.30% |          12     25.53%     63.83% |           6     12.77%     76.60% |           4      8.51%     85.11% |           7     14.89%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETX::total           47                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETS |           8      9.20%      9.20% |           4      4.60%     13.79% |          10     11.49%     25.29% |           8      9.20%     34.48% |          16     18.39%     52.87% |          13     14.94%     67.82% |          14     16.09%     83.91% |          14     16.09%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETS::total           87                      
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock |         450     12.82%     12.82% |         461     13.13%     25.95% |         453     12.90%     38.85% |         452     12.87%     51.72% |         381     10.85%     62.57% |         401     11.42%     74.00% |         458     13.04%     87.04% |         455     12.96%    100.00%
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock::total         3511                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX |           1      2.08%      2.08% |           6     12.50%     14.58% |           5     10.42%     25.00% |           6     12.50%     37.50% |          12     25.00%     62.50% |           6     12.50%     75.00% |           4      8.33%     83.33% |           8     16.67%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX::total           48                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS |           8      8.60%      8.60% |           5      5.38%     13.98% |          10     10.75%     24.73% |          10     10.75%     35.48% |          17     18.28%     53.76% |          13     13.98%     67.74% |          15     16.13%     83.87% |          15     16.13%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS::total           93                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers |       49852     12.44%     12.44% |       50481     12.60%     25.04% |       50132     12.51%     37.56% |       50020     12.49%     50.04% |       50291     12.55%     62.60% |       49763     12.42%     75.02% |       50106     12.51%     87.52% |       49984     12.48%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers::total       400629                      
system.ruby.L1Cache_Controller.MM_W.Load |           2      8.00%      8.00% |           3     12.00%     20.00% |           2      8.00%     28.00% |           4     16.00%     44.00% |           3     12.00%     56.00% |           7     28.00%     84.00% |           3     12.00%     96.00% |           1      4.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           25                      
system.ruby.L1Cache_Controller.MM_W.Store |           2     14.29%     14.29% |           3     21.43%     35.71% |           2     14.29%     50.00% |           3     21.43%     71.43% |           1      7.14%     78.57% |           0      0.00%     78.57% |           1      7.14%     85.71% |           2     14.29%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total           14                      
system.ruby.L1Cache_Controller.MM_W.L1_Replacement |      205695     12.56%     12.56% |      204042     12.46%     25.01% |      205541     12.55%     37.56% |      204063     12.46%     50.01% |      203908     12.45%     62.46% |      207650     12.68%     75.14% |      205078     12.52%     87.66% |      202224     12.34%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_Replacement::total      1638201                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX |          28     10.98%     10.98% |          23      9.02%     20.00% |          40     15.69%     35.69% |          41     16.08%     51.76% |          33     12.94%     64.71% |          35     13.73%     78.43% |          23      9.02%     87.45% |          32     12.55%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX::total          255                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS |          61     13.17%     13.17% |          44      9.50%     22.68% |          64     13.82%     36.50% |          70     15.12%     51.62% |          76     16.41%     68.03% |          48     10.37%     78.40% |          51     11.02%     89.42% |          49     10.58%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS::total          463                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX |           4     11.76%     11.76% |           5     14.71%     26.47% |           3      8.82%     35.29% |           3      8.82%     44.12% |           3      8.82%     52.94% |           4     11.76%     64.71% |           5     14.71%     79.41% |           7     20.59%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX::total           34                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS |           1      3.57%      3.57% |           1      3.57%      7.14% |           3     10.71%     17.86% |           1      3.57%     21.43% |           6     21.43%     42.86% |          10     35.71%     78.57% |           2      7.14%     85.71% |           4     14.29%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS::total           28                      
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock |         239     12.35%     12.35% |         242     12.51%     24.86% |         240     12.40%     37.26% |         257     13.28%     50.54% |         244     12.61%     63.15% |         254     13.13%     76.28% |         213     11.01%     87.29% |         246     12.71%    100.00%
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock::total         1935                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX |           4     11.11%     11.11% |           5     13.89%     25.00% |           3      8.33%     33.33% |           3      8.33%     41.67% |           3      8.33%     50.00% |           4     11.11%     61.11% |           6     16.67%     77.78% |           8     22.22%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX::total           36                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS |           1      3.23%      3.23% |           1      3.23%      6.45% |           3      9.68%     16.13% |           2      6.45%     22.58% |           7     22.58%     45.16% |          10     32.26%     77.42% |           3      9.68%     87.10% |           4     12.90%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS::total           31                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers |       28001     12.55%     12.55% |       28054     12.58%     25.13% |       28011     12.56%     37.69% |       27790     12.46%     50.15% |       27658     12.40%     62.55% |       28065     12.58%     75.13% |       27729     12.43%     87.56% |       27742     12.44%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers::total       223050                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      295093     12.61%     12.61% |      294925     12.61%     25.22% |      294016     12.57%     37.79% |      291033     12.44%     50.23% |      290166     12.40%     62.64% |      294109     12.57%     75.21% |      290971     12.44%     87.65% |      288911     12.35%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      2339224                      
system.ruby.L1Cache_Controller.IM.Data_Owner |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.IM.Data_Owner::total            3                      
system.ruby.L1Cache_Controller.IM.Data_All_Tokens |       28000     12.55%     12.55% |       28057     12.58%     25.13% |       28014     12.56%     37.68% |       27793     12.46%     50.14% |       27665     12.40%     62.54% |       28078     12.59%     75.13% |       27738     12.43%     87.56% |       27748     12.44%    100.00%
system.ruby.L1Cache_Controller.IM.Data_All_Tokens::total       223093                      
system.ruby.L1Cache_Controller.IM.Ack    |           0      0.00%      0.00% |           1     16.67%     16.67% |           0      0.00%     16.67% |           2     33.33%     50.00% |           1     16.67%     66.67% |           0      0.00%     66.67% |           1     16.67%     83.33% |           1     16.67%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total            6                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX |          90     11.97%     11.97% |         100     13.30%     25.27% |          94     12.50%     37.77% |          98     13.03%     50.80% |          73      9.71%     60.51% |          97     12.90%     73.40% |         103     13.70%     87.10% |          97     12.90%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX::total          752                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS |         161     12.28%     12.28% |         188     14.34%     26.62% |         172     13.12%     39.74% |         163     12.43%     52.17% |         159     12.13%     64.30% |         175     13.35%     77.65% |         133     10.14%     87.80% |         160     12.20%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS::total         1311                      
system.ruby.L1Cache_Controller.IM.Persistent_GETX |           7      9.86%      9.86% |          13     18.31%     28.17% |           8     11.27%     39.44% |          11     15.49%     54.93% |          11     15.49%     70.42% |           8     11.27%     81.69% |           6      8.45%     90.14% |           7      9.86%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETX::total           71                      
system.ruby.L1Cache_Controller.IM.Persistent_GETS |          12     10.34%     10.34% |           7      6.03%     16.38% |          16     13.79%     30.17% |          11      9.48%     39.66% |          15     12.93%     52.59% |          20     17.24%     69.83% |          18     15.52%     85.34% |          17     14.66%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETS::total          116                      
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock |        1699     12.54%     12.54% |        1672     12.34%     24.89% |        1699     12.54%     37.43% |        1727     12.75%     50.18% |        1702     12.57%     62.75% |        1679     12.40%     75.15% |        1654     12.21%     87.36% |        1712     12.64%    100.00%
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock::total        13544                      
system.ruby.L1Cache_Controller.IM.Request_Timeout |       11980     12.55%     12.55% |       12224     12.80%     25.35% |       11886     12.45%     37.80% |       11479     12.02%     49.82% |       11994     12.56%     62.39% |       12457     13.05%     75.43% |       12326     12.91%     88.35% |       11127     11.65%    100.00%
system.ruby.L1Cache_Controller.IM.Request_Timeout::total        95473                      
system.ruby.L1Cache_Controller.OM.L1_Replacement |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |          40     57.14%     57.14% |           0      0.00%     57.14% |           0      0.00%     57.14% |          30     42.86%    100.00%
system.ruby.L1Cache_Controller.OM.L1_Replacement::total           70                      
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.OM.Own_Lock_or_Unlock |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.OM.Own_Lock_or_Unlock::total            2                      
system.ruby.L1Cache_Controller.OM.Request_Timeout |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.OM.Request_Timeout::total            2                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      527596     12.50%     12.50% |      534359     12.66%     25.17% |      527205     12.49%     37.66% |      528297     12.52%     50.18% |      528825     12.53%     62.71% |      521299     12.35%     75.07% |      526429     12.48%     87.54% |      525605     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      4219615                      
system.ruby.L1Cache_Controller.IS.Data_Shared |         181     12.75%     12.75% |         177     12.46%     25.21% |         176     12.39%     37.61% |         159     11.20%     48.80% |         181     12.75%     61.55% |         182     12.82%     74.37% |         182     12.82%     87.18% |         182     12.82%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Shared::total         1420                      
system.ruby.L1Cache_Controller.IS.Data_Owner |          22     11.52%     11.52% |          27     14.14%     25.65% |          18      9.42%     35.08% |          26     13.61%     48.69% |          24     12.57%     61.26% |          26     13.61%     74.87% |          22     11.52%     86.39% |          26     13.61%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Owner::total          191                      
system.ruby.L1Cache_Controller.IS.Data_All_Tokens |       49867     12.44%     12.44% |       50496     12.60%     25.04% |       50150     12.51%     37.55% |       50036     12.48%     50.04% |       50320     12.56%     62.59% |       49785     12.42%     75.02% |       50124     12.51%     87.52% |       50011     12.48%    100.00%
system.ruby.L1Cache_Controller.IS.Data_All_Tokens::total       400789                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX |         152     11.69%     11.69% |         159     12.23%     23.92% |         175     13.46%     37.38% |         167     12.85%     50.23% |         173     13.31%     63.54% |         154     11.85%     75.38% |         145     11.15%     86.54% |         175     13.46%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX::total         1300                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS |         325     12.87%     12.87% |         314     12.44%     25.31% |         332     13.15%     38.46% |         302     11.96%     50.42% |         305     12.08%     62.50% |         312     12.36%     74.85% |         322     12.75%     87.60% |         313     12.40%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS::total         2525                      
system.ruby.L1Cache_Controller.IS.Persistent_GETX |          14     12.17%     12.17% |          10      8.70%     20.87% |          18     15.65%     36.52% |          14     12.17%     48.70% |          17     14.78%     63.48% |          12     10.43%     73.91% |          19     16.52%     90.43% |          11      9.57%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETX::total          115                      
system.ruby.L1Cache_Controller.IS.Persistent_GETS |          28     11.72%     11.72% |          23      9.62%     21.34% |          32     13.39%     34.73% |          25     10.46%     45.19% |          35     14.64%     59.83% |          32     13.39%     73.22% |          39     16.32%     89.54% |          25     10.46%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETS::total          239                      
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock |        3103     12.48%     12.48% |        3161     12.72%     25.20% |        3104     12.49%     37.69% |        3090     12.43%     50.12% |        3120     12.55%     62.67% |        3099     12.47%     75.14% |        3066     12.34%     87.48% |        3113     12.52%    100.00%
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock::total        24856                      
system.ruby.L1Cache_Controller.IS.Request_Timeout |       21020     12.47%     12.47% |       21488     12.74%     25.21% |       21067     12.49%     37.70% |       21326     12.65%     50.35% |       20944     12.42%     62.77% |       20610     12.22%     74.99% |       20711     12.28%     87.27% |       21463     12.73%    100.00%
system.ruby.L1Cache_Controller.IS.Request_Timeout::total       168629                      
system.ruby.L1Cache_Controller.I_L.Load  |          18     10.06%     10.06% |          16      8.94%     18.99% |          29     16.20%     35.20% |          27     15.08%     50.28% |          27     15.08%     65.36% |          11      6.15%     71.51% |          26     14.53%     86.03% |          25     13.97%    100.00%
system.ruby.L1Cache_Controller.I_L.Load::total          179                      
system.ruby.L1Cache_Controller.I_L.Store |           9      9.68%      9.68% |          18     19.35%     29.03% |          14     15.05%     44.09% |          10     10.75%     54.84% |          10     10.75%     65.59% |          13     13.98%     79.57% |           9      9.68%     89.25% |          10     10.75%    100.00%
system.ruby.L1Cache_Controller.I_L.Store::total           93                      
system.ruby.L1Cache_Controller.I_L.L1_Replacement |         125      9.36%      9.36% |          83      6.21%     15.57% |         178     13.32%     28.89% |         173     12.95%     41.84% |         239     17.89%     59.73% |         184     13.77%     73.50% |         192     14.37%     87.87% |         162     12.13%    100.00%
system.ruby.L1Cache_Controller.I_L.L1_Replacement::total         1336                      
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens |          27     21.26%     21.26% |          18     14.17%     35.43% |          29     22.83%     58.27% |          16     12.60%     70.87% |          17     13.39%     84.25% |           7      5.51%     89.76% |           7      5.51%     95.28% |           6      4.72%    100.00%
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens::total          127                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX |          69     11.94%     11.94% |          69     11.94%     23.88% |          63     10.90%     34.78% |          75     12.98%     47.75% |          76     13.15%     60.90% |          71     12.28%     73.18% |          78     13.49%     86.68% |          77     13.32%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX::total          578                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS |         132     12.88%     12.88% |         128     12.49%     25.37% |         121     11.80%     37.17% |         125     12.20%     49.37% |         127     12.39%     61.76% |         134     13.07%     74.83% |         137     13.37%     88.20% |         121     11.80%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS::total         1025                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETX |       13578     12.51%     12.51% |       13598     12.53%     25.04% |       13560     12.49%     37.53% |       13520     12.46%     49.98% |       13540     12.47%     62.46% |       13571     12.50%     74.96% |       13635     12.56%     87.52% |       13544     12.48%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETX::total       108546                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETS |       24905     12.51%     12.51% |       24862     12.48%     24.99% |       24875     12.49%     37.48% |       24914     12.51%     49.99% |       24915     12.51%     62.50% |       24926     12.52%     75.02% |       24887     12.50%     87.52% |       24855     12.48%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETS::total       199139                      
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock |          25      8.53%      8.53% |          34     11.60%     20.14% |          35     11.95%     32.08% |          35     11.95%     44.03% |          46     15.70%     59.73% |          46     15.70%     75.43% |          32     10.92%     86.35% |          40     13.65%    100.00%
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock::total          293                      
system.ruby.L1Cache_Controller.S_L.L1_Replacement |          46     14.37%     14.37% |          31      9.69%     24.06% |          38     11.88%     35.94% |           8      2.50%     38.44% |          52     16.25%     54.69% |          22      6.88%     61.56% |          48     15.00%     76.56% |          75     23.44%    100.00%
system.ruby.L1Cache_Controller.S_L.L1_Replacement::total          320                      
system.ruby.L1Cache_Controller.S_L.Persistent_GETS |           0      0.00%      0.00% |           1      3.23%      3.23% |           3      9.68%     12.90% |           4     12.90%     25.81% |           7     22.58%     48.39% |           3      9.68%     58.06% |           7     22.58%     80.65% |           6     19.35%    100.00%
system.ruby.L1Cache_Controller.S_L.Persistent_GETS::total           31                      
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock |          23     12.23%     12.23% |          15      7.98%     20.21% |          27     14.36%     34.57% |          24     12.77%     47.34% |          25     13.30%     60.64% |          26     13.83%     74.47% |          24     12.77%     87.23% |          24     12.77%    100.00%
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock::total          188                      
system.ruby.L1Cache_Controller.IM_L.L1_Replacement |         143      9.18%      9.18% |         175     11.23%     20.41% |         168     10.78%     31.19% |         236     15.15%     46.34% |         181     11.62%     57.96% |         285     18.29%     76.25% |         169     10.85%     87.10% |         201     12.90%    100.00%
system.ruby.L1Cache_Controller.IM_L.L1_Replacement::total         1558                      
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     20.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           2     40.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens::total            5                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETX |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.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.Persistent_GETX |           0      0.00%      0.00% |           1     10.00%     10.00% |           1     10.00%     20.00% |           2     20.00%     40.00% |           3     30.00%     70.00% |           1     10.00%     80.00% |           0      0.00%     80.00% |           2     20.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX::total           10                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           5     16.13%     16.13% |           1      3.23%     19.35% |           4     12.90%     32.26% |           2      6.45%     38.71% |           8     25.81%     64.52% |          11     35.48%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS::total           31                      
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock |          28     10.18%     10.18% |          38     13.82%     24.00% |          38     13.82%     37.82% |          31     11.27%     49.09% |          35     12.73%     61.82% |          41     14.91%     76.73% |          31     11.27%     88.00% |          33     12.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock::total          275                      
system.ruby.L1Cache_Controller.IM_L.Request_Timeout |          22      5.98%      5.98% |          62     16.85%     22.83% |          33      8.97%     31.79% |          61     16.58%     48.37% |          42     11.41%     59.78% |          13      3.53%     63.32% |          89     24.18%     87.50% |          46     12.50%    100.00%
system.ruby.L1Cache_Controller.IM_L.Request_Timeout::total          368                      
system.ruby.L1Cache_Controller.IS_L.L1_Replacement |         404     13.20%     13.20% |         259      8.46%     21.67% |         472     15.42%     37.09% |         362     11.83%     48.92% |         384     12.55%     61.47% |         320     10.46%     71.93% |         506     16.54%     88.46% |         353     11.54%    100.00%
system.ruby.L1Cache_Controller.IS_L.L1_Replacement::total         3060                      
system.ruby.L1Cache_Controller.IS_L.Data_Shared |           1     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           2     50.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.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% |           1     12.50%     12.50% |           1     12.50%     25.00% |           2     25.00%     50.00% |           1     12.50%     62.50% |           0      0.00%     62.50% |           1     12.50%     75.00% |           2     25.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens::total            8                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           4     14.81%     14.81% |           3     11.11%     25.93% |           6     22.22%     48.15% |           2      7.41%     55.56% |           6     22.22%     77.78% |           6     22.22%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX::total           27                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS |           0      0.00%      0.00% |           1      1.89%      1.89% |           2      3.77%      5.66% |           5      9.43%     15.09% |          10     18.87%     33.96% |           8     15.09%     49.06% |          14     26.42%     75.47% |          13     24.53%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS::total           53                      
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock |          59     11.32%     11.32% |          48      9.21%     20.54% |          78     14.97%     35.51% |          62     11.90%     47.41% |          78     14.97%     62.38% |          55     10.56%     72.94% |          83     15.93%     88.87% |          58     11.13%    100.00%
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock::total          521                      
system.ruby.L1Cache_Controller.IS_L.Request_Timeout |         186     23.05%     23.05% |          67      8.30%     31.35% |         121     14.99%     46.34% |          77      9.54%     55.89% |          90     11.15%     67.04% |          70      8.67%     75.71% |         143     17.72%     93.43% |          53      6.57%    100.00%
system.ruby.L1Cache_Controller.IS_L.Request_Timeout::total          807                      
system.ruby.L2Cache_Controller.L1_GETS         402399      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS_Last_Token           20      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         223106      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_INV             683      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       598575      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Shared_Data          975      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_All_Tokens       623413      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Owned          430      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETX        15565      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS        28553      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS_Last_Token            4      0.00%      0.00%
system.ruby.L2Cache_Controller.Own_Lock_or_Unlock        43680      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       401075      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       222380      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_INV          492      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Shared_Data          901      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_All_Tokens       597337      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Owned          345      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Own_Lock_or_Unlock        36371      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETS           61      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETX           35      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_INV             3      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L2_Replacement         7485      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Shared_Data            2      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_All_Tokens          457      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Owned            8      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETX            7      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETS           15      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETS_Last_Token           20      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L2_Replacement          848      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Shared_Data            6      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_All_Tokens           42      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Owned            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETS            1      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           20      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETX            3      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L2_Replacement          895      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_Shared_Data            3      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_All_Tokens          613      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETS           13      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS         1170      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX          655      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement       588544      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETX         2903      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETS         5169      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETS           73      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETX           33      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_INV          188      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L2_Replacement          800      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Shared_Data           62      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_All_Tokens        24964      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Owned           75      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETX        12653      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETS        23355      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Own_Lock_or_Unlock         7296      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.L2_Replacement            3      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            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Own_Lock_or_Unlock           13      0.00%      0.00%

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