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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.005821                       # Number of seconds simulated
sim_ticks                                     5821182                       # Number of ticks simulated
final_tick                                    5821182                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  68014                       # Simulator tick rate (ticks/s)
host_mem_usage                                 539140                       # Number of bytes of host memory used
host_seconds                                    85.59                       # 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     39830912                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39830912                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     15373376                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        15373376                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       622358                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              622358                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       240209                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             240209                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   6842409669                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            6842409669                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   2640937184                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           2640937184                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0   9483346853                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total           9483346853                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      622368                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     240209                       # Number of write requests accepted
system.mem_ctrls.readBursts                    622368                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   240209                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               39210944                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  620416                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                15175936                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39831552                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             15373376                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                   9694                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  3049                       # 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             76983                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             76321                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             76515                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             76522                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             77021                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             76398                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             76334                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             76577                       # 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             29953                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             29528                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             29532                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             29603                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             29785                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             29746                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             29543                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             29434                       # 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                       5821160                       # 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                622368                       # 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               240209                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                    8340                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                   11906                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                   15620                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                   18559                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                   22953                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                   29117                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                   35827                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                   40200                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                   40426                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                   36509                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  31650                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  28573                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  27266                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  26251                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  25235                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  24021                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  22472                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  20919                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  19841                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  19049                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  18234                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  17567                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  16593                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  15420                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                  13597                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                  10982                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   7856                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   4648                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   2127                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    716                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    185                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     15                       # 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                     50                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                    145                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                    507                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   1367                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   2635                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   4148                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   6053                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   7858                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                   9893                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                  11694                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                  13326                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                  15063                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                  14272                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                  14999                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                  15490                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                  16216                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                  16414                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                  16827                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                   9948                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                   8560                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                   7255                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                   6262                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                   5386                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                   4562                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   4004                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3425                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   3067                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   2622                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                   2219                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                   2015                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                   1837                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                   1650                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                   1349                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                   1177                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                   1078                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                    952                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                    768                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                    624                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                    554                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                    456                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                    249                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                     81                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                     47                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                     15                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                     10                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                     12                       # 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                      2                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                      0                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       249951                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    217.586583                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   175.307455                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   148.799547                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        49763     19.91%     19.91% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255       106960     42.79%     62.70% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        53993     21.60%     84.30% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        23277      9.31%     93.62% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         9836      3.94%     97.55% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         3899      1.56%     99.11% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1418      0.57%     99.68% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023          526      0.21%     99.89% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          279      0.11%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       249951                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        14538                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      42.137914                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     38.248629                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     18.048368                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-7             307      2.11%      2.11% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::8-15             22      0.15%      2.26% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-23            34      0.23%      2.50% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-31          3134     21.56%     24.05% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-39          5983     41.15%     65.21% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-47          1658     11.40%     76.61% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-55           202      1.39%     78.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-63           833      5.73%     83.73% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-71          1284      8.83%     92.56% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-79           590      4.06%     96.62% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-87           132      0.91%     97.53% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-95           100      0.69%     98.22% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-103          121      0.83%     99.05% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::104-111           64      0.44%     99.49% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-119           33      0.23%     99.72% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::120-127           26      0.18%     99.90% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::128-135            8      0.06%     99.95% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::136-143            4      0.03%     99.98% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::144-151            1      0.01%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::152-159            2      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         14538                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        14538                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.310634                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.272693                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      1.237976                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13255     91.17%     91.17% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17              312      2.15%     93.32% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              225      1.55%     94.87% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19              219      1.51%     96.38% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20              170      1.17%     97.54% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              124      0.85%     98.40% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22               76      0.52%     98.92% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23               56      0.39%     99.31% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24               38      0.26%     99.57% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25               29      0.20%     99.77% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26               13      0.09%     99.86% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27               10      0.07%     99.92% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28                6      0.04%     99.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                2      0.01%     99.98% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::31                2      0.01%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         14538                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     62772430                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                74413179                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    3063355                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       102.46                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  121.46                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      6735.91                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2607.02                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   6842.52                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   2640.94                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        72.99                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    52.62                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   20.37                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      15.56                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      30.72                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   367791                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  232046                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 60.03                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.84                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          6.75                       # Average gap between requests
system.mem_ctrls.pageHitRate                    70.58                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1887996600                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy               1048887000                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7639681920                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2456438400                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            379894320                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3964067964                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             12588600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            17389554804                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           2989.744313                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           22                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        194220                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       5622174                       # 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            379894320                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            125693208                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           3379575600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3885163128                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.968356                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      5622182                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        194220                       # 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                           99759                       # number of read accesses completed
system.cpu0.num_writes                          55062                       # number of write accesses completed
system.cpu1.num_reads                           99676                       # number of read accesses completed
system.cpu1.num_writes                          56012                       # number of write accesses completed
system.cpu2.num_reads                           99760                       # number of read accesses completed
system.cpu2.num_writes                          55397                       # number of write accesses completed
system.cpu3.num_reads                          100000                       # number of read accesses completed
system.cpu3.num_writes                          55911                       # number of write accesses completed
system.cpu4.num_reads                           99280                       # number of read accesses completed
system.cpu4.num_writes                          54878                       # number of write accesses completed
system.cpu5.num_reads                           99419                       # number of read accesses completed
system.cpu5.num_writes                          55605                       # number of write accesses completed
system.cpu6.num_reads                           99512                       # number of read accesses completed
system.cpu6.num_writes                          55332                       # number of write accesses completed
system.cpu7.num_reads                           99101                       # number of read accesses completed
system.cpu7.num_writes                          55293                       # 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       626798                      
system.ruby.outstanding_req_hist::mean      15.998464                      
system.ruby.outstanding_req_hist::gmean     15.997200                      
system.ruby.outstanding_req_hist::stdev      0.125813                      
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% |          19      0.00%      0.02% |      626675     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        626798                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              626670                      
system.ruby.latency_hist::mean            1188.866103                      
system.ruby.latency_hist::gmean            895.172071                      
system.ruby.latency_hist::stdev            753.817957                      
system.ruby.latency_hist                 |      168975     26.96%     26.96% |      120052     19.16%     46.12% |      115384     18.41%     64.53% |      120399     19.21%     83.75% |       82434     13.15%     96.90% |       18213      2.91%     99.81% |        1198      0.19%    100.00% |          15      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                626670                      
system.ruby.hit_latency_hist::bucket_size          512                      
system.ruby.hit_latency_hist::max_bucket         5119                      
system.ruby.hit_latency_hist::samples            2921                      
system.ruby.hit_latency_hist::mean        1087.767203                      
system.ruby.hit_latency_hist::gmean        544.065854                      
system.ruby.hit_latency_hist::stdev        803.453196                      
system.ruby.hit_latency_hist             |         965     33.04%     33.04% |         498     17.05%     50.09% |         495     16.95%     67.03% |         523     17.90%     84.94% |         350     11.98%     96.92% |          84      2.88%     99.79% |           6      0.21%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total              2921                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         623749                      
system.ruby.miss_latency_hist::mean       1189.339547                      
system.ruby.miss_latency_hist::gmean       897.261928                      
system.ruby.miss_latency_hist::stdev       753.546605                      
system.ruby.miss_latency_hist            |      168010     26.94%     26.94% |      119554     19.17%     46.10% |      114889     18.42%     64.52% |      119876     19.22%     83.74% |       82084     13.16%     96.90% |       18129      2.91%     99.81% |        1192      0.19%    100.00% |          15      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           623749                      
system.ruby.L1Cache.incomplete_times             1208                      
system.ruby.Directory.incomplete_times         622538                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits           27                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78497                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78524                       # 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           19                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78630                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78649                       # 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           16                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78235                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78251                       # 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           20                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78633                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78653                       # 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           22                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78239                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78261                       # 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           20                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78117                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78137                       # 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           26                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78165                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78191                       # 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           31                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        77991                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78022                       # 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         1849                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       624657                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       626506                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers00.percent_links_utilized     9.725168                      
system.ruby.network.routers00.msg_count.Request_Control::1        78497                      
system.ruby.network.routers00.msg_count.Response_Data::4        79591                      
system.ruby.network.routers00.msg_count.ResponseL2hit_Data::4          246                      
system.ruby.network.routers00.msg_count.ResponseLocal_Data::4          169                      
system.ruby.network.routers00.msg_count.Response_Control::4           82                      
system.ruby.network.routers00.msg_count.Writeback_Data::4        83784                      
system.ruby.network.routers00.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers00.msg_count.Persistent_Control::3        85284                      
system.ruby.network.routers00.msg_bytes.Request_Control::1       627976                      
system.ruby.network.routers00.msg_bytes.Response_Data::4      5730552                      
system.ruby.network.routers00.msg_bytes.ResponseL2hit_Data::4        17712                      
system.ruby.network.routers00.msg_bytes.ResponseLocal_Data::4        12168                      
system.ruby.network.routers00.msg_bytes.Response_Control::4          656                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::4      6032448                      
system.ruby.network.routers00.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers00.msg_bytes.Persistent_Control::3       682272                      
system.ruby.network.routers01.percent_links_utilized     9.743292                      
system.ruby.network.routers01.msg_count.Request_Control::1        78630                      
system.ruby.network.routers01.msg_count.Response_Data::4        79741                      
system.ruby.network.routers01.msg_count.ResponseL2hit_Data::4          243                      
system.ruby.network.routers01.msg_count.ResponseLocal_Data::4          183                      
system.ruby.network.routers01.msg_count.Response_Control::4           89                      
system.ruby.network.routers01.msg_count.Writeback_Data::4        84044                      
system.ruby.network.routers01.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers01.msg_count.Persistent_Control::3        85575                      
system.ruby.network.routers01.msg_bytes.Request_Control::1       629040                      
system.ruby.network.routers01.msg_bytes.Response_Data::4      5741352                      
system.ruby.network.routers01.msg_bytes.ResponseL2hit_Data::4        17496                      
system.ruby.network.routers01.msg_bytes.ResponseLocal_Data::4        13176                      
system.ruby.network.routers01.msg_bytes.Response_Control::4          712                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::4      6051168                      
system.ruby.network.routers01.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers01.msg_bytes.Persistent_Control::3       684600                      
system.ruby.network.routers02.percent_links_utilized     9.698052                      
system.ruby.network.routers02.msg_count.Request_Control::1        78235                      
system.ruby.network.routers02.msg_count.Response_Data::4        79292                      
system.ruby.network.routers02.msg_count.ResponseL2hit_Data::4          212                      
system.ruby.network.routers02.msg_count.ResponseLocal_Data::4          153                      
system.ruby.network.routers02.msg_count.Response_Control::4           90                      
system.ruby.network.routers02.msg_count.Writeback_Data::4        83460                      
system.ruby.network.routers02.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers02.msg_count.Persistent_Control::3        85281                      
system.ruby.network.routers02.msg_bytes.Request_Control::1       625880                      
system.ruby.network.routers02.msg_bytes.Response_Data::4      5709024                      
system.ruby.network.routers02.msg_bytes.ResponseL2hit_Data::4        15264                      
system.ruby.network.routers02.msg_bytes.ResponseLocal_Data::4        11016                      
system.ruby.network.routers02.msg_bytes.Response_Control::4          720                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::4      6009120                      
system.ruby.network.routers02.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers02.msg_bytes.Persistent_Control::3       682248                      
system.ruby.network.routers03.percent_links_utilized     9.723184                      
system.ruby.network.routers03.msg_count.Request_Control::1        78633                      
system.ruby.network.routers03.msg_count.Response_Data::4        79727                      
system.ruby.network.routers03.msg_count.ResponseL2hit_Data::4          236                      
system.ruby.network.routers03.msg_count.ResponseLocal_Data::4          157                      
system.ruby.network.routers03.msg_count.Response_Control::4           80                      
system.ruby.network.routers03.msg_count.Writeback_Data::4        83634                      
system.ruby.network.routers03.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers03.msg_count.Persistent_Control::3        85013                      
system.ruby.network.routers03.msg_bytes.Request_Control::1       629064                      
system.ruby.network.routers03.msg_bytes.Response_Data::4      5740344                      
system.ruby.network.routers03.msg_bytes.ResponseL2hit_Data::4        16992                      
system.ruby.network.routers03.msg_bytes.ResponseLocal_Data::4        11304                      
system.ruby.network.routers03.msg_bytes.Response_Control::4          640                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::4      6021648                      
system.ruby.network.routers03.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers03.msg_bytes.Persistent_Control::3       680104                      
system.ruby.network.routers04.percent_links_utilized     9.701672                      
system.ruby.network.routers04.msg_count.Request_Control::1        78239                      
system.ruby.network.routers04.msg_count.Response_Data::4        79311                      
system.ruby.network.routers04.msg_count.ResponseL2hit_Data::4          248                      
system.ruby.network.routers04.msg_count.ResponseLocal_Data::4          172                      
system.ruby.network.routers04.msg_count.Response_Control::4           83                      
system.ruby.network.routers04.msg_count.Writeback_Data::4        83490                      
system.ruby.network.routers04.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers04.msg_count.Persistent_Control::3        85191                      
system.ruby.network.routers04.msg_bytes.Request_Control::1       625912                      
system.ruby.network.routers04.msg_bytes.Response_Data::4      5710392                      
system.ruby.network.routers04.msg_bytes.ResponseL2hit_Data::4        17856                      
system.ruby.network.routers04.msg_bytes.ResponseLocal_Data::4        12384                      
system.ruby.network.routers04.msg_bytes.Response_Control::4          664                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::4      6011280                      
system.ruby.network.routers04.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers04.msg_bytes.Persistent_Control::3       681528                      
system.ruby.network.routers05.percent_links_utilized     9.689342                      
system.ruby.network.routers05.msg_count.Request_Control::1        78117                      
system.ruby.network.routers05.msg_count.Response_Data::4        79097                      
system.ruby.network.routers05.msg_count.ResponseL2hit_Data::4          245                      
system.ruby.network.routers05.msg_count.ResponseLocal_Data::4          174                      
system.ruby.network.routers05.msg_count.Response_Control::4           89                      
system.ruby.network.routers05.msg_count.Writeback_Data::4        83390                      
system.ruby.network.routers05.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers05.msg_count.Persistent_Control::3        85271                      
system.ruby.network.routers05.msg_bytes.Request_Control::1       624936                      
system.ruby.network.routers05.msg_bytes.Response_Data::4      5694984                      
system.ruby.network.routers05.msg_bytes.ResponseL2hit_Data::4        17640                      
system.ruby.network.routers05.msg_bytes.ResponseLocal_Data::4        12528                      
system.ruby.network.routers05.msg_bytes.Response_Control::4          712                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::4      6004080                      
system.ruby.network.routers05.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers05.msg_bytes.Persistent_Control::3       682168                      
system.ruby.network.routers06.percent_links_utilized     9.690764                      
system.ruby.network.routers06.msg_count.Request_Control::1        78165                      
system.ruby.network.routers06.msg_count.Response_Data::4        79275                      
system.ruby.network.routers06.msg_count.ResponseL2hit_Data::4          243                      
system.ruby.network.routers06.msg_count.ResponseLocal_Data::4          170                      
system.ruby.network.routers06.msg_count.Response_Control::4           95                      
system.ruby.network.routers06.msg_count.Writeback_Data::4        83262                      
system.ruby.network.routers06.msg_count.Broadcast_Control::1       626507                      
system.ruby.network.routers06.msg_count.Persistent_Control::3        85151                      
system.ruby.network.routers06.msg_bytes.Request_Control::1       625320                      
system.ruby.network.routers06.msg_bytes.Response_Data::4      5707800                      
system.ruby.network.routers06.msg_bytes.ResponseL2hit_Data::4        17496                      
system.ruby.network.routers06.msg_bytes.ResponseLocal_Data::4        12240                      
system.ruby.network.routers06.msg_bytes.Response_Control::4          760                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::4      5994864                      
system.ruby.network.routers06.msg_bytes.Broadcast_Control::1      5012056                      
system.ruby.network.routers06.msg_bytes.Persistent_Control::3       681208                      
system.ruby.network.routers07.percent_links_utilized     9.674577                      
system.ruby.network.routers07.msg_count.Request_Control::1        77991                      
system.ruby.network.routers07.msg_count.Response_Data::4        78988                      
system.ruby.network.routers07.msg_count.ResponseL2hit_Data::4          249                      
system.ruby.network.routers07.msg_count.ResponseLocal_Data::4          164                      
system.ruby.network.routers07.msg_count.Response_Control::4           70                      
system.ruby.network.routers07.msg_count.Writeback_Data::4        83160                      
system.ruby.network.routers07.msg_count.Broadcast_Control::1       626506                      
system.ruby.network.routers07.msg_count.Persistent_Control::3        85083                      
system.ruby.network.routers07.msg_bytes.Request_Control::1       623928                      
system.ruby.network.routers07.msg_bytes.Response_Data::4      5687136                      
system.ruby.network.routers07.msg_bytes.ResponseL2hit_Data::4        17928                      
system.ruby.network.routers07.msg_bytes.ResponseLocal_Data::4        11808                      
system.ruby.network.routers07.msg_bytes.Response_Control::4          560                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::4      5987520                      
system.ruby.network.routers07.msg_bytes.Broadcast_Control::1      5012048                      
system.ruby.network.routers07.msg_bytes.Persistent_Control::3       680664                      
system.ruby.network.routers08.percent_links_utilized    40.941565                      
system.ruby.network.routers08.msg_count.Request_Control::1       626506                      
system.ruby.network.routers08.msg_count.Request_Control::2       624657                      
system.ruby.network.routers08.msg_count.Response_Data::4         6322                      
system.ruby.network.routers08.msg_count.ResponseL2hit_Data::4         1850                      
system.ruby.network.routers08.msg_count.Response_Control::4          654                      
system.ruby.network.routers08.msg_count.Writeback_Data::4       861004                      
system.ruby.network.routers08.msg_count.Writeback_Control::4       382975                      
system.ruby.network.routers08.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers08.msg_bytes.Request_Control::1      5012048                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      4997256                      
system.ruby.network.routers08.msg_bytes.Response_Data::4       455184                      
system.ruby.network.routers08.msg_bytes.ResponseL2hit_Data::4       133200                      
system.ruby.network.routers08.msg_bytes.Response_Control::4         5232                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::4     61992288                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::4      3063800                      
system.ruby.network.routers08.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers09.percent_links_utilized    38.022875                      
system.ruby.network.routers09.msg_count.Request_Control::2       624656                      
system.ruby.network.routers09.msg_count.Response_Data::4       627774                      
system.ruby.network.routers09.msg_count.ResponseL2hit_Data::4           72                      
system.ruby.network.routers09.msg_count.Response_Control::4            6                      
system.ruby.network.routers09.msg_count.Writeback_Data::4       235502                      
system.ruby.network.routers09.msg_count.Writeback_Control::4       382975                      
system.ruby.network.routers09.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers09.msg_bytes.Request_Control::2      4997248                      
system.ruby.network.routers09.msg_bytes.Response_Data::4     45199728                      
system.ruby.network.routers09.msg_bytes.ResponseL2hit_Data::4         5184                      
system.ruby.network.routers09.msg_bytes.Response_Control::4           48                      
system.ruby.network.routers09.msg_bytes.Writeback_Data::4     16956144                      
system.ruby.network.routers09.msg_bytes.Writeback_Control::4      3063800                      
system.ruby.network.routers09.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers10.percent_links_utilized    17.503186                      
system.ruby.network.routers10.msg_count.Request_Control::1       626506                      
system.ruby.network.routers10.msg_count.Request_Control::2       624656                      
system.ruby.network.routers10.msg_count.Response_Data::4       634559                      
system.ruby.network.routers10.msg_count.ResponseL2hit_Data::4         1922                      
system.ruby.network.routers10.msg_count.ResponseLocal_Data::4          671                      
system.ruby.network.routers10.msg_count.Response_Control::4          669                      
system.ruby.network.routers10.msg_count.Writeback_Data::4       882365                      
system.ruby.network.routers10.msg_count.Writeback_Control::4       382975                      
system.ruby.network.routers10.msg_count.Broadcast_Control::1      4385542                      
system.ruby.network.routers10.msg_count.Persistent_Control::3       681849                      
system.ruby.network.routers10.msg_bytes.Request_Control::1      5012048                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      4997248                      
system.ruby.network.routers10.msg_bytes.Response_Data::4     45688248                      
system.ruby.network.routers10.msg_bytes.ResponseL2hit_Data::4       138384                      
system.ruby.network.routers10.msg_bytes.ResponseLocal_Data::4        48312                      
system.ruby.network.routers10.msg_bytes.Response_Control::4         5352                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::4     63530280                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::4      3063800                      
system.ruby.network.routers10.msg_bytes.Broadcast_Control::1     35084336                      
system.ruby.network.routers10.msg_bytes.Persistent_Control::3      5454792                      
system.ruby.network.msg_count.Request_Control      3753488                      
system.ruby.network.msg_count.Response_Data      1903677                      
system.ruby.network.msg_count.ResponseL2hit_Data         5766                      
system.ruby.network.msg_count.ResponseLocal_Data         2013                      
system.ruby.network.msg_count.Response_Control         2007                      
system.ruby.network.msg_count.Writeback_Data      2647095                      
system.ruby.network.msg_count.Writeback_Control      1148925                      
system.ruby.network.msg_count.Broadcast_Control      9397591                      
system.ruby.network.msg_count.Persistent_Control      1515220                      
system.ruby.network.msg_byte.Request_Control     30027904                      
system.ruby.network.msg_byte.Response_Data    137064744                      
system.ruby.network.msg_byte.ResponseL2hit_Data       415152                      
system.ruby.network.msg_byte.ResponseLocal_Data       144936                      
system.ruby.network.msg_byte.Response_Control        16056                      
system.ruby.network.msg_byte.Writeback_Data    190590840                      
system.ruby.network.msg_byte.Writeback_Control      9191400                      
system.ruby.network.msg_byte.Broadcast_Control     75180728                      
system.ruby.network.msg_byte.Persistent_Control     12121760                      
system.ruby.network.routers00.throttle0.link_utilization    11.686424                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::4        78837                      
system.ruby.network.routers00.throttle0.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers00.throttle0.msg_count.ResponseLocal_Data::4           89                      
system.ruby.network.routers00.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers00.throttle0.msg_count.Writeback_Data::4         2708                      
system.ruby.network.routers00.throttle0.msg_count.Broadcast_Control::1       548009                      
system.ruby.network.routers00.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::4      5676264                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseLocal_Data::4         6408                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers00.throttle0.msg_bytes.Writeback_Data::4       194976                      
system.ruby.network.routers00.throttle0.msg_bytes.Broadcast_Control::1      4384072                      
system.ruby.network.routers00.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers00.throttle1.link_utilization     7.763913                      
system.ruby.network.routers00.throttle1.msg_count.Request_Control::1        78497                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::4          754                      
system.ruby.network.routers00.throttle1.msg_count.ResponseL2hit_Data::4           13                      
system.ruby.network.routers00.throttle1.msg_count.ResponseLocal_Data::4           80                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::4           79                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::4        81076                      
system.ruby.network.routers00.throttle1.msg_count.Broadcast_Control::1        78497                      
system.ruby.network.routers00.throttle1.msg_count.Persistent_Control::3         9523                      
system.ruby.network.routers00.throttle1.msg_bytes.Request_Control::1       627976                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::4        54288                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseL2hit_Data::4          936                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseLocal_Data::4         5760                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::4          632                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::4      5837472                      
system.ruby.network.routers00.throttle1.msg_bytes.Broadcast_Control::1       627976                      
system.ruby.network.routers00.throttle1.msg_bytes.Persistent_Control::3        76184                      
system.ruby.network.routers01.throttle0.link_utilization    11.701515                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::4        78984                      
system.ruby.network.routers01.throttle0.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers01.throttle0.msg_count.ResponseLocal_Data::4           89                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Data::4         2771                      
system.ruby.network.routers01.throttle0.msg_count.Broadcast_Control::1       547876                      
system.ruby.network.routers01.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::4      5686848                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseLocal_Data::4         6408                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Data::4       199512                      
system.ruby.network.routers01.throttle0.msg_bytes.Broadcast_Control::1      4383008                      
system.ruby.network.routers01.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers01.throttle1.link_utilization     7.785068                      
system.ruby.network.routers01.throttle1.msg_count.Request_Control::1        78630                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::4          757                      
system.ruby.network.routers01.throttle1.msg_count.ResponseL2hit_Data::4           10                      
system.ruby.network.routers01.throttle1.msg_count.ResponseLocal_Data::4           94                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::4           86                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::4        81273                      
system.ruby.network.routers01.throttle1.msg_count.Broadcast_Control::1        78630                      
system.ruby.network.routers01.throttle1.msg_count.Persistent_Control::3         9814                      
system.ruby.network.routers01.throttle1.msg_bytes.Request_Control::1       629040                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::4        54504                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseL2hit_Data::4          720                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseLocal_Data::4         6768                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::4          688                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::4      5851656                      
system.ruby.network.routers01.throttle1.msg_bytes.Broadcast_Control::1       629040                      
system.ruby.network.routers01.throttle1.msg_bytes.Persistent_Control::3        78512                      
system.ruby.network.routers02.throttle0.link_utilization    11.663087                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::4        78577                      
system.ruby.network.routers02.throttle0.msg_count.ResponseL2hit_Data::4          204                      
system.ruby.network.routers02.throttle0.msg_count.ResponseLocal_Data::4           80                      
system.ruby.network.routers02.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers02.throttle0.msg_count.Writeback_Data::4         2675                      
system.ruby.network.routers02.throttle0.msg_count.Broadcast_Control::1       548271                      
system.ruby.network.routers02.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::4      5657544                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseL2hit_Data::4        14688                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseLocal_Data::4         5760                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers02.throttle0.msg_bytes.Writeback_Data::4       192600                      
system.ruby.network.routers02.throttle0.msg_bytes.Broadcast_Control::1      4386168                      
system.ruby.network.routers02.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers02.throttle1.link_utilization     7.733017                      
system.ruby.network.routers02.throttle1.msg_count.Request_Control::1        78235                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::4          715                      
system.ruby.network.routers02.throttle1.msg_count.ResponseL2hit_Data::4            8                      
system.ruby.network.routers02.throttle1.msg_count.ResponseLocal_Data::4           73                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::4           87                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::4        80785                      
system.ruby.network.routers02.throttle1.msg_count.Broadcast_Control::1        78235                      
system.ruby.network.routers02.throttle1.msg_count.Persistent_Control::3         9520                      
system.ruby.network.routers02.throttle1.msg_bytes.Request_Control::1       625880                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::4        51480                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseL2hit_Data::4          576                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseLocal_Data::4         5256                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::4          696                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::4      5816520                      
system.ruby.network.routers02.throttle1.msg_bytes.Broadcast_Control::1       625880                      
system.ruby.network.routers02.throttle1.msg_bytes.Persistent_Control::3        76160                      
system.ruby.network.routers03.throttle0.link_utilization    11.683521                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::4        78977                      
system.ruby.network.routers03.throttle0.msg_count.ResponseL2hit_Data::4          231                      
system.ruby.network.routers03.throttle0.msg_count.ResponseLocal_Data::4           75                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Data::4         2562                      
system.ruby.network.routers03.throttle0.msg_count.Broadcast_Control::1       547873                      
system.ruby.network.routers03.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::4      5686344                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseL2hit_Data::4        16632                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseLocal_Data::4         5400                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Data::4       184464                      
system.ruby.network.routers03.throttle0.msg_bytes.Broadcast_Control::1      4382984                      
system.ruby.network.routers03.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers03.throttle1.link_utilization     7.762848                      
system.ruby.network.routers03.throttle1.msg_count.Request_Control::1        78633                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::4          750                      
system.ruby.network.routers03.throttle1.msg_count.ResponseL2hit_Data::4            5                      
system.ruby.network.routers03.throttle1.msg_count.ResponseLocal_Data::4           82                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::4           80                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::4        81072                      
system.ruby.network.routers03.throttle1.msg_count.Broadcast_Control::1        78633                      
system.ruby.network.routers03.throttle1.msg_count.Persistent_Control::3         9252                      
system.ruby.network.routers03.throttle1.msg_bytes.Request_Control::1       629064                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::4        54000                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseL2hit_Data::4          360                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseLocal_Data::4         5904                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::4          640                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::4      5837184                      
system.ruby.network.routers03.throttle1.msg_bytes.Broadcast_Control::1       629064                      
system.ruby.network.routers03.throttle1.msg_bytes.Persistent_Control::3        74016                      
system.ruby.network.routers04.throttle0.link_utilization    11.666892                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::4        78570                      
system.ruby.network.routers04.throttle0.msg_count.ResponseL2hit_Data::4          237                      
system.ruby.network.routers04.throttle0.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Data::4         2693                      
system.ruby.network.routers04.throttle0.msg_count.Broadcast_Control::1       548267                      
system.ruby.network.routers04.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::4      5657040                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseL2hit_Data::4        17064                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Data::4       193896                      
system.ruby.network.routers04.throttle0.msg_bytes.Broadcast_Control::1      4386136                      
system.ruby.network.routers04.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers04.throttle1.link_utilization     7.736453                      
system.ruby.network.routers04.throttle1.msg_count.Request_Control::1        78239                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::4          741                      
system.ruby.network.routers04.throttle1.msg_count.ResponseL2hit_Data::4           11                      
system.ruby.network.routers04.throttle1.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::4           83                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::4        80797                      
system.ruby.network.routers04.throttle1.msg_count.Broadcast_Control::1        78239                      
system.ruby.network.routers04.throttle1.msg_count.Persistent_Control::3         9430                      
system.ruby.network.routers04.throttle1.msg_bytes.Request_Control::1       625912                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::4        53352                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseL2hit_Data::4          792                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::4          664                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::4      5817384                      
system.ruby.network.routers04.throttle1.msg_bytes.Broadcast_Control::1       625912                      
system.ruby.network.routers04.throttle1.msg_bytes.Persistent_Control::3        75440                      
system.ruby.network.routers05.throttle0.link_utilization    11.656207                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::4        78402                      
system.ruby.network.routers05.throttle0.msg_count.ResponseL2hit_Data::4          234                      
system.ruby.network.routers05.throttle0.msg_count.ResponseLocal_Data::4           95                      
system.ruby.network.routers05.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Data::4         2703                      
system.ruby.network.routers05.throttle0.msg_count.Broadcast_Control::1       548389                      
system.ruby.network.routers05.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::4      5644944                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseL2hit_Data::4        16848                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseLocal_Data::4         6840                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Data::4       194616                      
system.ruby.network.routers05.throttle0.msg_bytes.Broadcast_Control::1      4387112                      
system.ruby.network.routers05.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers05.throttle1.link_utilization     7.722478                      
system.ruby.network.routers05.throttle1.msg_count.Request_Control::1        78117                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::4          695                      
system.ruby.network.routers05.throttle1.msg_count.ResponseL2hit_Data::4           11                      
system.ruby.network.routers05.throttle1.msg_count.ResponseLocal_Data::4           79                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::4           87                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::4        80687                      
system.ruby.network.routers05.throttle1.msg_count.Broadcast_Control::1        78117                      
system.ruby.network.routers05.throttle1.msg_count.Persistent_Control::3         9510                      
system.ruby.network.routers05.throttle1.msg_bytes.Request_Control::1       624936                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::4        50040                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseL2hit_Data::4          792                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseLocal_Data::4         5688                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::4          696                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::4      5809464                      
system.ruby.network.routers05.throttle1.msg_bytes.Broadcast_Control::1       624936                      
system.ruby.network.routers05.throttle1.msg_bytes.Persistent_Control::3        76080                      
system.ruby.network.routers06.throttle0.link_utilization    11.656885                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::4        78518                      
system.ruby.network.routers06.throttle0.msg_count.ResponseL2hit_Data::4          234                      
system.ruby.network.routers06.throttle0.msg_count.ResponseLocal_Data::4           75                      
system.ruby.network.routers06.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Data::4         2621                      
system.ruby.network.routers06.throttle0.msg_count.Broadcast_Control::1       548342                      
system.ruby.network.routers06.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::4      5653296                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseL2hit_Data::4        16848                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseLocal_Data::4         5400                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Data::4       188712                      
system.ruby.network.routers06.throttle0.msg_bytes.Broadcast_Control::1      4386736                      
system.ruby.network.routers06.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers06.throttle1.link_utilization     7.724643                      
system.ruby.network.routers06.throttle1.msg_count.Request_Control::1        78165                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::4          757                      
system.ruby.network.routers06.throttle1.msg_count.ResponseL2hit_Data::4            9                      
system.ruby.network.routers06.throttle1.msg_count.ResponseLocal_Data::4           95                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::4           93                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::4        80641                      
system.ruby.network.routers06.throttle1.msg_count.Broadcast_Control::1        78165                      
system.ruby.network.routers06.throttle1.msg_count.Persistent_Control::3         9390                      
system.ruby.network.routers06.throttle1.msg_bytes.Request_Control::1       625320                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::4        54504                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseL2hit_Data::4          648                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseLocal_Data::4         6840                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::4          744                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::4      5806152                      
system.ruby.network.routers06.throttle1.msg_bytes.Broadcast_Control::1       625320                      
system.ruby.network.routers06.throttle1.msg_bytes.Persistent_Control::3        75120                      
system.ruby.network.routers07.throttle0.link_utilization    11.642902                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::4        78275                      
system.ruby.network.routers07.throttle0.msg_count.ResponseL2hit_Data::4          244                      
system.ruby.network.routers07.throttle0.msg_count.ResponseLocal_Data::4           82                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Data::4         2647                      
system.ruby.network.routers07.throttle0.msg_count.Broadcast_Control::1       548515                      
system.ruby.network.routers07.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::4      5635800                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseL2hit_Data::4        17568                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseLocal_Data::4         5904                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Data::4       190584                      
system.ruby.network.routers07.throttle0.msg_bytes.Broadcast_Control::1      4388120                      
system.ruby.network.routers07.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers07.throttle1.link_utilization     7.706253                      
system.ruby.network.routers07.throttle1.msg_count.Request_Control::1        77991                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::4          713                      
system.ruby.network.routers07.throttle1.msg_count.ResponseL2hit_Data::4            5                      
system.ruby.network.routers07.throttle1.msg_count.ResponseLocal_Data::4           82                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::4           69                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::4        80513                      
system.ruby.network.routers07.throttle1.msg_count.Broadcast_Control::1        77991                      
system.ruby.network.routers07.throttle1.msg_count.Persistent_Control::3         9322                      
system.ruby.network.routers07.throttle1.msg_bytes.Request_Control::1       623928                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::4        51336                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseL2hit_Data::4          360                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseLocal_Data::4         5904                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::4          552                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::4      5796936                      
system.ruby.network.routers07.throttle1.msg_bytes.Broadcast_Control::1       623928                      
system.ruby.network.routers07.throttle1.msg_bytes.Persistent_Control::3        74576                      
system.ruby.network.routers08.throttle0.link_utilization    54.416174                      
system.ruby.network.routers08.throttle0.msg_count.Request_Control::1       626506                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::4          651                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::4       625824                      
system.ruby.network.routers08.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers08.throttle0.msg_bytes.Request_Control::1      5012048                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::4         5208                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::4     45059328                      
system.ruby.network.routers08.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers08.throttle1.link_utilization    27.466956                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       624657                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::4         6322                      
system.ruby.network.routers08.throttle1.msg_count.ResponseL2hit_Data::4         1850                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::4            3                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Data::4       235180                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Control::4       382975                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      4997256                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::4       455184                      
system.ruby.network.routers08.throttle1.msg_bytes.ResponseL2hit_Data::4       133200                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Data::4     16932960                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Control::4      3063800                      
system.ruby.network.routers09.throttle0.link_utilization    27.908911                      
system.ruby.network.routers09.throttle0.msg_count.Request_Control::2       624656                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::4         5419                      
system.ruby.network.routers09.throttle0.msg_count.ResponseL2hit_Data::4           72                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::4            4                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Data::4       235161                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Control::4       382975                      
system.ruby.network.routers09.throttle0.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers09.throttle0.msg_bytes.Request_Control::2      4997248                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::4       390168                      
system.ruby.network.routers09.throttle0.msg_bytes.ResponseL2hit_Data::4         5184                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Data::4     16931592                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Control::4      3063800                      
system.ruby.network.routers09.throttle0.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers09.throttle1.link_utilization    48.136839                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::4       622355                      
system.ruby.network.routers09.throttle1.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Data::4          341                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::4     44809560                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Data::4        24552                      
system.ruby.network.routers10.throttle0.link_utilization    11.604628                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::4        78837                      
system.ruby.network.routers10.throttle0.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers10.throttle0.msg_count.ResponseLocal_Data::4           89                      
system.ruby.network.routers10.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle0.msg_count.Writeback_Data::4         2708                      
system.ruby.network.routers10.throttle0.msg_count.Broadcast_Control::1       548009                      
system.ruby.network.routers10.throttle0.msg_count.Persistent_Control::3        66238                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::4      5676264                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseLocal_Data::4         6408                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle0.msg_bytes.Writeback_Data::4       194976                      
system.ruby.network.routers10.throttle0.msg_bytes.Broadcast_Control::1      4384072                      
system.ruby.network.routers10.throttle0.msg_bytes.Persistent_Control::3       529904                      
system.ruby.network.routers10.throttle1.link_utilization    11.617220                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::4        78984                      
system.ruby.network.routers10.throttle1.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers10.throttle1.msg_count.ResponseLocal_Data::4           89                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Data::4         2771                      
system.ruby.network.routers10.throttle1.msg_count.Broadcast_Control::1       547876                      
system.ruby.network.routers10.throttle1.msg_count.Persistent_Control::3        65947                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::4      5686848                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseLocal_Data::4         6408                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Data::4       199512                      
system.ruby.network.routers10.throttle1.msg_bytes.Broadcast_Control::1      4383008                      
system.ruby.network.routers10.throttle1.msg_bytes.Persistent_Control::3       527576                      
system.ruby.network.routers10.throttle2.link_utilization    11.581316                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::4        78577                      
system.ruby.network.routers10.throttle2.msg_count.ResponseL2hit_Data::4          204                      
system.ruby.network.routers10.throttle2.msg_count.ResponseLocal_Data::4           80                      
system.ruby.network.routers10.throttle2.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle2.msg_count.Writeback_Data::4         2675                      
system.ruby.network.routers10.throttle2.msg_count.Broadcast_Control::1       548271                      
system.ruby.network.routers10.throttle2.msg_count.Persistent_Control::3        66241                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::4      5657544                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseL2hit_Data::4        14688                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseLocal_Data::4         5760                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle2.msg_bytes.Writeback_Data::4       192600                      
system.ruby.network.routers10.throttle2.msg_bytes.Broadcast_Control::1      4386168                      
system.ruby.network.routers10.throttle2.msg_bytes.Persistent_Control::3       529928                      
system.ruby.network.routers10.throttle3.link_utilization    11.604061                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::4        78977                      
system.ruby.network.routers10.throttle3.msg_count.ResponseL2hit_Data::4          231                      
system.ruby.network.routers10.throttle3.msg_count.ResponseLocal_Data::4           75                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Data::4         2562                      
system.ruby.network.routers10.throttle3.msg_count.Broadcast_Control::1       547873                      
system.ruby.network.routers10.throttle3.msg_count.Persistent_Control::3        66509                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::4      5686344                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseL2hit_Data::4        16632                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseLocal_Data::4         5400                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Data::4       184464                      
system.ruby.network.routers10.throttle3.msg_bytes.Broadcast_Control::1      4382984                      
system.ruby.network.routers10.throttle3.msg_bytes.Persistent_Control::3       532072                      
system.ruby.network.routers10.throttle4.link_utilization    11.585894                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::4        78570                      
system.ruby.network.routers10.throttle4.msg_count.ResponseL2hit_Data::4          237                      
system.ruby.network.routers10.throttle4.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Data::4         2693                      
system.ruby.network.routers10.throttle4.msg_count.Broadcast_Control::1       548267                      
system.ruby.network.routers10.throttle4.msg_count.Persistent_Control::3        66331                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::4      5657040                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseL2hit_Data::4        17064                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Data::4       193896                      
system.ruby.network.routers10.throttle4.msg_bytes.Broadcast_Control::1      4386136                      
system.ruby.network.routers10.throttle4.msg_bytes.Persistent_Control::3       530648                      
system.ruby.network.routers10.throttle5.link_utilization    11.574522                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::4        78402                      
system.ruby.network.routers10.throttle5.msg_count.ResponseL2hit_Data::4          234                      
system.ruby.network.routers10.throttle5.msg_count.ResponseLocal_Data::4           95                      
system.ruby.network.routers10.throttle5.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Data::4         2703                      
system.ruby.network.routers10.throttle5.msg_count.Broadcast_Control::1       548389                      
system.ruby.network.routers10.throttle5.msg_count.Persistent_Control::3        66251                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::4      5644944                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseL2hit_Data::4        16848                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseLocal_Data::4         6840                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Data::4       194616                      
system.ruby.network.routers10.throttle5.msg_bytes.Broadcast_Control::1      4387112                      
system.ruby.network.routers10.throttle5.msg_bytes.Persistent_Control::3       530008                      
system.ruby.network.routers10.throttle6.link_utilization    11.576231                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::4        78518                      
system.ruby.network.routers10.throttle6.msg_count.ResponseL2hit_Data::4          234                      
system.ruby.network.routers10.throttle6.msg_count.ResponseLocal_Data::4           75                      
system.ruby.network.routers10.throttle6.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Data::4         2621                      
system.ruby.network.routers10.throttle6.msg_count.Broadcast_Control::1       548342                      
system.ruby.network.routers10.throttle6.msg_count.Persistent_Control::3        66371                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::4      5653296                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseL2hit_Data::4        16848                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseLocal_Data::4         5400                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Data::4       188712                      
system.ruby.network.routers10.throttle6.msg_bytes.Broadcast_Control::1      4386736                      
system.ruby.network.routers10.throttle6.msg_bytes.Persistent_Control::3       530968                      
system.ruby.network.routers10.throttle7.link_utilization    11.562832                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::4        78275                      
system.ruby.network.routers10.throttle7.msg_count.ResponseL2hit_Data::4          244                      
system.ruby.network.routers10.throttle7.msg_count.ResponseLocal_Data::4           82                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Data::4         2647                      
system.ruby.network.routers10.throttle7.msg_count.Broadcast_Control::1       548515                      
system.ruby.network.routers10.throttle7.msg_count.Persistent_Control::3        66439                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::4      5635800                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseL2hit_Data::4        17568                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseLocal_Data::4         5904                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Data::4       190584                      
system.ruby.network.routers10.throttle7.msg_bytes.Broadcast_Control::1      4388120                      
system.ruby.network.routers10.throttle7.msg_bytes.Persistent_Control::3       531512                      
system.ruby.network.routers10.throttle8.link_utilization    54.416208                      
system.ruby.network.routers10.throttle8.msg_count.Request_Control::1       626506                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::4          651                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::4       625824                      
system.ruby.network.routers10.throttle8.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers10.throttle8.msg_bytes.Request_Control::1      5012048                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::4         5208                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::4     45059328                      
system.ruby.network.routers10.throttle8.msg_bytes.Persistent_Control::3       606088                      
system.ruby.network.routers10.throttle9.link_utilization    27.908945                      
system.ruby.network.routers10.throttle9.msg_count.Request_Control::2       624656                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::4         5419                      
system.ruby.network.routers10.throttle9.msg_count.ResponseL2hit_Data::4           72                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::4            4                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Data::4       235161                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Control::4       382975                      
system.ruby.network.routers10.throttle9.msg_count.Persistent_Control::3        75761                      
system.ruby.network.routers10.throttle9.msg_bytes.Request_Control::2      4997248                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::4       390168                      
system.ruby.network.routers10.throttle9.msg_bytes.ResponseL2hit_Data::4         5184                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Data::4     16931592                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Control::4      3063800                      
system.ruby.network.routers10.throttle9.msg_bytes.Persistent_Control::3       606088                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           402549                      
system.ruby.LD.latency_hist::mean         1187.783604                      
system.ruby.LD.latency_hist::gmean         893.795136                      
system.ruby.LD.latency_hist::stdev         754.111329                      
system.ruby.LD.latency_hist              |      108868     27.04%     27.04% |       77028     19.14%     46.18% |       74115     18.41%     64.59% |       77143     19.16%     83.75% |       52941     13.15%     96.91% |       11655      2.90%     99.80% |         788      0.20%    100.00% |          11      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             402549                      
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         1873                      
system.ruby.LD.hit_latency_hist::mean     1072.943940                      
system.ruby.LD.hit_latency_hist::gmean     523.579188                      
system.ruby.LD.hit_latency_hist::stdev     799.898512                      
system.ruby.LD.hit_latency_hist          |         635     33.90%     33.90% |         314     16.76%     50.67% |         306     16.34%     67.00% |         351     18.74%     85.74% |         219     11.69%     97.44% |          44      2.35%     99.79% |           4      0.21%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total           1873                      
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       400676                      
system.ruby.LD.miss_latency_hist::mean    1188.320433                      
system.ruby.LD.miss_latency_hist::gmean    896.032349                      
system.ruby.LD.miss_latency_hist::stdev    753.850741                      
system.ruby.LD.miss_latency_hist         |      108233     27.01%     27.01% |       76714     19.15%     46.16% |       73809     18.42%     64.58% |       76792     19.17%     83.75% |       52722     13.16%     96.90% |       11611      2.90%     99.80% |         784      0.20%    100.00% |          11      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        400676                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           224121                      
system.ruby.ST.latency_hist::mean         1190.810406                      
system.ruby.ST.latency_hist::gmean         897.650544                      
system.ruby.ST.latency_hist::stdev         753.288515                      
system.ruby.ST.latency_hist              |       60107     26.82%     26.82% |       43024     19.20%     46.02% |       41269     18.41%     64.43% |       43256     19.30%     83.73% |       29493     13.16%     96.89% |        6558      2.93%     99.82% |         410      0.18%    100.00% |           4      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             224121                      
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         1048                      
system.ruby.ST.hit_latency_hist::mean     1114.259542                      
system.ruby.ST.hit_latency_hist::gmean     582.696896                      
system.ruby.ST.hit_latency_hist::stdev     809.474121                      
system.ruby.ST.hit_latency_hist          |         330     31.49%     31.49% |         184     17.56%     49.05% |         189     18.03%     67.08% |         172     16.41%     83.49% |         131     12.50%     95.99% |          40      3.82%     99.81% |           2      0.19%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total           1048                      
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       223073                      
system.ruby.ST.miss_latency_hist::mean    1191.170043                      
system.ruby.ST.miss_latency_hist::gmean    899.474694                      
system.ruby.ST.miss_latency_hist::stdev    752.998243                      
system.ruby.ST.miss_latency_hist         |       59777     26.80%     26.80% |       42840     19.20%     46.00% |       41080     18.42%     64.42% |       43084     19.31%     83.73% |       29362     13.16%     96.89% |        6518      2.92%     99.82% |         408      0.18%    100.00% |           4      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        223073                      
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          181                      
system.ruby.L1Cache.hit_mach_latency_hist::mean            2                      
system.ruby.L1Cache.hit_mach_latency_hist::gmean     2.000000                      
system.ruby.L1Cache.hit_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         181    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          181                      
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         1208                      
system.ruby.L1Cache.miss_mach_latency_hist::mean  1138.897351                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   755.701841                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   765.191756                      
system.ruby.L1Cache.miss_mach_latency_hist |         353     29.22%     29.22% |         218     18.05%     47.27% |         246     20.36%     67.63% |         213     17.63%     85.26% |         142     11.75%     97.02% |          32      2.65%     99.67% |           4      0.33%    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         1208                      
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         2740                      
system.ruby.L2Cache.hit_mach_latency_hist::mean  1159.491241                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean   787.913705                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   777.910979                      
system.ruby.L2Cache.hit_mach_latency_hist |         784     28.61%     28.61% |         498     18.18%     46.79% |         495     18.07%     64.85% |         523     19.09%     83.94% |         350     12.77%     96.72% |          84      3.07%     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         2740                      
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       622541                      
system.ruby.Directory.miss_mach_latency_hist::mean  1189.437427                      
system.ruby.Directory.miss_mach_latency_hist::gmean   897.560922                      
system.ruby.Directory.miss_mach_latency_hist::stdev   753.521175                      
system.ruby.Directory.miss_mach_latency_hist |      167657     26.93%     26.93% |      119336     19.17%     46.10% |      114643     18.42%     64.52% |      119663     19.22%     83.74% |       81942     13.16%     96.90% |       18097      2.91%     99.81% |        1188      0.19%    100.00% |          15      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       622541                      
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          123                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean     2.000000                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         123    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total          123                      
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          763                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean  1134.049803                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   747.970071                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   769.263081                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |         224     29.36%     29.36% |         143     18.74%     48.10% |         151     19.79%     67.89% |         131     17.17%     85.06% |          89     11.66%     96.72% |          23      3.01%     99.74% |           2      0.26%    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          763                      
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         1750                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean  1148.216000                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean   774.336775                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   773.632611                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         512     29.26%     29.26% |         314     17.94%     47.20% |         306     17.49%     64.69% |         351     20.06%     84.74% |         219     12.51%     97.26% |          44      2.51%     99.77% |           4      0.23%    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         1750                      
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       399913                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean  1188.423977                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   896.341171                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   753.818281                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      108009     27.01%     27.01% |       76571     19.15%     46.16% |       73658     18.42%     64.57% |       76661     19.17%     83.74% |       52633     13.16%     96.90% |       11588      2.90%     99.80% |         782      0.20%    100.00% |          11      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       399913                      
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           58                      
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% |          58    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           58                      
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          445                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean  1147.208989                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   769.145243                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   758.950513                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |         129     28.99%     28.99% |          75     16.85%     45.84% |          95     21.35%     67.19% |          82     18.43%     85.62% |          53     11.91%     97.53% |           9      2.02%     99.55% |           2      0.45%    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          445                      
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          990                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean  1179.422222                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean   812.498260                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   785.413197                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         272     27.47%     27.47% |         184     18.59%     46.06% |         189     19.09%     65.15% |         172     17.37%     82.53% |         131     13.23%     95.76% |          40      4.04%     99.80% |           2      0.20%    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          990                      
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       222628                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean  1191.257915                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   899.756167                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   752.985446                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       59648     26.79%     26.79% |       42765     19.21%     46.00% |       40985     18.41%     64.41% |       43002     19.32%     83.73% |       29309     13.17%     96.89% |        6509      2.92%     99.82% |         406      0.18%    100.00% |           4      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       222628                      
system.ruby.Directory_Controller.GETX          239460      0.00%      0.00%
system.ruby.Directory_Controller.GETS          428967      0.00%      0.00%
system.ruby.Directory_Controller.Lockdown        38034      0.00%      0.00%
system.ruby.Directory_Controller.Unlockdown        37727      0.00%      0.00%
system.ruby.Directory_Controller.Data_Owner          321      0.00%      0.00%
system.ruby.Directory_Controller.Data_All_Tokens       240316      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner          543      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner_All_Tokens       381575      0.00%      0.00%
system.ruby.Directory_Controller.Tokens           112      0.00%      0.00%
system.ruby.Directory_Controller.Ack_All_Tokens          797      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       622354      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       240209      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX        220941      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS        397128      0.00%      0.00%
system.ruby.Directory_Controller.O.Lockdown         3790      0.00%      0.00%
system.ruby.Directory_Controller.O.Data_All_Tokens           54      0.00%      0.00%
system.ruby.Directory_Controller.O.Tokens           10      0.00%      0.00%
system.ruby.Directory_Controller.O.Ack_All_Tokens          794      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         2346      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS         3933      0.00%      0.00%
system.ruby.Directory_Controller.NO.Lockdown        16200      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_Owner          320      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_All_Tokens       239889      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner          543      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner_All_Tokens       381172      0.00%      0.00%
system.ruby.Directory_Controller.NO.Tokens          100      0.00%      0.00%
system.ruby.Directory_Controller.L.GETX           121      0.00%      0.00%
system.ruby.Directory_Controller.L.GETS           186      0.00%      0.00%
system.ruby.Directory_Controller.L.Lockdown          271      0.00%      0.00%
system.ruby.Directory_Controller.L.Unlockdown        37725      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_Owner            1      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_All_Tokens          344      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner_All_Tokens          403      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETX           57      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETS          112      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Lockdown          106      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Data_All_Tokens           29      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Tokens            2      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Ack_All_Tokens            1      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Data            2      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Ack       240103      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETX          159      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETS          140      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Lockdown           11      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Unlockdown            2      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Data         4297      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Ack          106      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETX          500      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETS          898      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Lockdown           24      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Memory_Data        17632      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETX        15336      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETS        26570      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Lockdown        17632      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Ack_All_Tokens            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Memory_Data       600423      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50682     12.59%     12.59% |       50375     12.51%     25.10% |       50329     12.50%     37.61% |       50270     12.49%     50.09% |       50502     12.55%     62.64% |       50212     12.47%     75.11% |       50142     12.46%     87.57% |       50051     12.43%    100.00%
system.ruby.L1Cache_Controller.Load::total       402563                      
system.ruby.L1Cache_Controller.Store     |       27842     12.42%     12.42% |       28274     12.62%     25.04% |       27922     12.46%     37.50% |       28383     12.66%     50.16% |       27759     12.39%     62.55% |       27925     12.46%     75.01% |       28049     12.51%     87.52% |       27971     12.48%    100.00%
system.ruby.L1Cache_Controller.Store::total       224125                      
system.ruby.L1Cache_Controller.L1_Replacement |     1479559     12.54%     12.54% |     1480747     12.55%     25.09% |     1474669     12.50%     37.59% |     1479770     12.54%     50.13% |     1471682     12.47%     62.61% |     1470820     12.47%     75.07% |     1470605     12.46%     87.54% |     1470089     12.46%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total     11797941                      
system.ruby.L1Cache_Controller.Data_Shared |         200     13.10%     13.10% |         183     11.98%     25.08% |         165     10.81%     35.89% |         194     12.70%     48.59% |         206     13.49%     62.08% |         197     12.90%     74.98% |         182     11.92%     86.90% |         200     13.10%    100.00%
system.ruby.L1Cache_Controller.Data_Shared::total         1527                      
system.ruby.L1Cache_Controller.Data_Owner |          30     10.20%     10.20% |          29      9.86%     20.07% |          31     10.54%     30.61% |          36     12.24%     42.86% |          45     15.31%     58.16% |          39     13.27%     71.43% |          42     14.29%     85.71% |          42     14.29%    100.00%
system.ruby.L1Cache_Controller.Data_Owner::total          294                      
system.ruby.L1Cache_Controller.Data_All_Tokens |       81637     12.54%     12.54% |       81865     12.57%     25.11% |       81340     12.49%     37.60% |       81615     12.53%     50.13% |       81335     12.49%     62.62% |       81198     12.47%     75.09% |       81224     12.47%     87.56% |       81006     12.44%    100.00%
system.ruby.L1Cache_Controller.Data_All_Tokens::total       651220                      
system.ruby.L1Cache_Controller.Ack       |           2     18.18%     18.18% |           2     18.18%     36.36% |           3     27.27%     63.64% |           0      0.00%     63.64% |           0      0.00%     63.64% |           1      9.09%     72.73% |           2     18.18%     90.91% |           1      9.09%    100.00%
system.ruby.L1Cache_Controller.Ack::total           11                      
system.ruby.L1Cache_Controller.Ack_All_Tokens |           1     33.33%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Ack_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.Transient_Local_GETX |      196232     12.51%     12.51% |      195799     12.48%     24.99% |      196154     12.51%     37.50% |      195687     12.48%     49.98% |      196316     12.52%     62.49% |      196150     12.51%     75.00% |      196028     12.50%     87.50% |      196103     12.50%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETX::total      1568469                      
system.ruby.L1Cache_Controller.Transient_Local_GETS |      351777     12.49%     12.49% |      352077     12.50%     24.99% |      352116     12.50%     37.48% |      352186     12.50%     49.99% |      351951     12.49%     62.48% |      352239     12.50%     74.98% |      352314     12.51%     87.49% |      352412     12.51%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS::total      2817072                      
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token::total            1                      
system.ruby.L1Cache_Controller.Persistent_GETX |       11862     12.44%     12.44% |       11847     12.42%     24.86% |       11952     12.53%     37.39% |       11999     12.58%     49.97% |       11950     12.53%     62.49% |       11869     12.44%     74.94% |       11944     12.52%     87.46% |       11962     12.54%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETX::total        95385                      
system.ruby.L1Cache_Controller.Persistent_GETS |       21376     12.51%     12.51% |       21244     12.43%     24.95% |       21303     12.47%     37.41% |       21384     12.52%     49.93% |       21354     12.50%     62.43% |       21395     12.52%     74.95% |       21385     12.52%     87.47% |       21409     12.53%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS::total       170850                      
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token |           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.Persistent_GETS_Last_Token::total            1                      
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock |       42523     12.51%     12.51% |       42669     12.56%     25.07% |       42506     12.51%     37.57% |       42378     12.47%     50.04% |       42457     12.49%     62.54% |       42497     12.50%     75.04% |       42432     12.49%     87.53% |       42390     12.47%    100.00%
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock::total       339852                      
system.ruby.L1Cache_Controller.Request_Timeout |       32684     12.55%     12.55% |       33861     13.00%     25.55% |       32124     12.33%     37.89% |       31734     12.19%     50.07% |       32267     12.39%     62.46% |       33153     12.73%     75.19% |       32442     12.46%     87.65% |       32169     12.35%    100.00%
system.ruby.L1Cache_Controller.Request_Timeout::total       260434                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverX |           8     11.27%     11.27% |           9     12.68%     23.94% |           6      8.45%     32.39% |          10     14.08%     46.48% |           9     12.68%     59.15% |          13     18.31%     77.46% |           8     11.27%     88.73% |           8     11.27%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverX::total           71                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverS |          17     15.45%     15.45% |           9      8.18%     23.64% |          12     10.91%     34.55% |          12     10.91%     45.45% |          12     10.91%     56.36% |          16     14.55%     70.91% |          13     11.82%     82.73% |          19     17.27%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverS::total          110                      
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers |       78263     12.53%     12.53% |       78422     12.55%     25.08% |       78036     12.49%     37.57% |       78402     12.55%     50.12% |       77999     12.49%     62.61% |       77876     12.47%     75.08% |       77945     12.48%     87.55% |       77747     12.45%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers::total       624690                      
system.ruby.L1Cache_Controller.NP.Load   |       50641     12.59%     12.59% |       50346     12.51%     25.10% |       50307     12.51%     37.61% |       50235     12.49%     50.10% |       50465     12.54%     62.64% |       50181     12.47%     75.11% |       50103     12.45%     87.57% |       50012     12.43%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       402290                      
system.ruby.L1Cache_Controller.NP.Store  |       27827     12.42%     12.42% |       28259     12.62%     25.04% |       27909     12.46%     37.50% |       28369     12.67%     50.16% |       27742     12.39%     62.55% |       27906     12.46%     75.01% |       28031     12.51%     87.52% |       27951     12.48%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       223994                      
system.ruby.L1Cache_Controller.NP.Data_Shared |          12     12.37%     12.37% |          13     13.40%     25.77% |           9      9.28%     35.05% |          11     11.34%     46.39% |          17     17.53%     63.92% |          13     13.40%     77.32% |          13     13.40%     90.72% |           9      9.28%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Shared::total           97                      
system.ruby.L1Cache_Controller.NP.Data_Owner |           7      7.53%      7.53% |           9      9.68%     17.20% |           9      9.68%     26.88% |          12     12.90%     39.78% |          17     18.28%     58.06% |          10     10.75%     68.82% |          15     16.13%     84.95% |          14     15.05%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Owner::total           93                      
system.ruby.L1Cache_Controller.NP.Data_All_Tokens |        3330     12.69%     12.69% |        3406     12.98%     25.66% |        3272     12.47%     38.13% |        3177     12.10%     50.24% |        3300     12.57%     62.81% |        3285     12.52%     75.33% |        3247     12.37%     87.70% |        3229     12.30%    100.00%
system.ruby.L1Cache_Controller.NP.Data_All_Tokens::total        26246                      
system.ruby.L1Cache_Controller.NP.Ack    |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.NP.Ack::total            4                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX |      195766     12.51%     12.51% |      195334     12.48%     24.99% |      195705     12.51%     37.50% |      195249     12.48%     49.98% |      195873     12.52%     62.49% |      195671     12.50%     75.00% |      195587     12.50%     87.50% |      195671     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX::total      1564856                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS |      350998     12.49%     12.49% |      351273     12.50%     24.99% |      351329     12.50%     37.48% |      351358     12.50%     49.99% |      351184     12.49%     62.48% |      351458     12.50%     74.98% |      351554     12.51%     87.49% |      351604     12.51%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS::total      2810758                      
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock |       37177     12.51%     12.51% |       37151     12.50%     25.00% |       37150     12.50%     37.50% |       37175     12.50%     50.00% |       37190     12.51%     62.51% |       37145     12.49%     75.01% |       37164     12.50%     87.51% |       37143     12.49%    100.00%
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock::total       297295                      
system.ruby.L1Cache_Controller.I.L1_Replacement |          77     11.83%     11.83% |          84     12.90%     24.73% |          86     13.21%     37.94% |          78     11.98%     49.92% |          83     12.75%     62.67% |          85     13.06%     75.73% |          91     13.98%     89.71% |          67     10.29%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total          651                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETS::total            3                      
system.ruby.L1Cache_Controller.I.Persistent_GETS |           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.I.Persistent_GETS::total            3                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         210     13.21%     13.21% |         190     11.95%     25.16% |         180     11.32%     36.48% |         210     13.21%     49.69% |         206     12.96%     62.64% |         196     12.33%     74.97% |         187     11.76%     86.73% |         211     13.27%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         1590                      
system.ruby.L1Cache_Controller.S.Data_Shared |           5     25.00%     25.00% |           2     10.00%     35.00% |           0      0.00%     35.00% |           2     10.00%     45.00% |           2     10.00%     55.00% |           3     15.00%     70.00% |           1      5.00%     75.00% |           5     25.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_Shared::total           20                      
system.ruby.L1Cache_Controller.S.Data_Owner |           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.S.Data_Owner::total            1                      
system.ruby.L1Cache_Controller.S.Data_All_Tokens |           0      0.00%      0.00% |           1     20.00%     20.00% |           0      0.00%     20.00% |           0      0.00%     20.00% |           1     20.00%     40.00% |           1     20.00%     60.00% |           1     20.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_All_Tokens::total            5                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETX |           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% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETX::total            3                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token::total            1                      
system.ruby.L1Cache_Controller.S.Persistent_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETX::total            2                      
system.ruby.L1Cache_Controller.S.Persistent_GETS |           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.S.Persistent_GETS::total            1                      
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token::total            1                      
system.ruby.L1Cache_Controller.O.L1_Replacement |          58     12.18%     12.18% |          57     11.97%     24.16% |          45      9.45%     33.61% |          63     13.24%     46.85% |          62     13.03%     59.87% |          56     11.76%     71.64% |          63     13.24%     84.87% |          72     15.13%    100.00%
system.ruby.L1Cache_Controller.O.L1_Replacement::total          476                      
system.ruby.L1Cache_Controller.O.Data_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     25.00%     25.00% |           2     50.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Data_All_Tokens::total            4                      
system.ruby.L1Cache_Controller.O.Ack     |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Ack::total            1                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.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.O.Transient_Local_GETX::total            2                      
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% |           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.Transient_Local_GETS::total            1                      
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% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.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 |           9     16.67%     16.67% |           2      3.70%     20.37% |           3      5.56%     25.93% |           9     16.67%     42.59% |           7     12.96%     55.56% |           8     14.81%     70.37% |           8     14.81%     85.19% |           8     14.81%    100.00%
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock::total           54                      
system.ruby.L1Cache_Controller.M.Load    |           5     17.86%     17.86% |           4     14.29%     32.14% |           1      3.57%     35.71% |           2      7.14%     42.86% |           5     17.86%     60.71% |           1      3.57%     64.29% |           4     14.29%     78.57% |           6     21.43%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           28                      
system.ruby.L1Cache_Controller.M.Store   |           0      0.00%      0.00% |           0      0.00%      0.00% |           3     37.50%     37.50% |           1     12.50%     50.00% |           0      0.00%     50.00% |           1     12.50%     62.50% |           1     12.50%     75.00% |           2     25.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total            8                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       50355     12.59%     12.59% |       50070     12.52%     25.10% |       50054     12.51%     37.62% |       49943     12.48%     50.10% |       50172     12.54%     62.64% |       49895     12.47%     75.12% |       49825     12.46%     87.57% |       49715     12.43%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       400029                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETX |          15      9.32%      9.32% |          25     15.53%     24.84% |          19     11.80%     36.65% |          21     13.04%     49.69% |          24     14.91%     64.60% |          23     14.29%     78.88% |          24     14.91%     93.79% |          10      6.21%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETX::total          161                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETS |          36     12.63%     12.63% |          38     13.33%     25.96% |          24      8.42%     34.39% |          39     13.68%     48.07% |          36     12.63%     60.70% |          30     10.53%     71.23% |          38     13.33%     84.56% |          44     15.44%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETS::total          285                      
system.ruby.L1Cache_Controller.M.Persistent_GETX |          11     16.42%     16.42% |           9     13.43%     29.85% |          10     14.93%     44.78% |           4      5.97%     50.75% |           8     11.94%     62.69% |           7     10.45%     73.13% |          11     16.42%     89.55% |           7     10.45%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETX::total           67                      
system.ruby.L1Cache_Controller.M.Persistent_GETS |          17     13.82%     13.82% |          16     13.01%     26.83% |          18     14.63%     41.46% |          24     19.51%     60.98% |          15     12.20%     73.17% |           9      7.32%     80.49% |          10      8.13%     88.62% |          14     11.38%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETS::total          123                      
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock |         274     12.00%     12.00% |         302     13.22%     25.22% |         296     12.96%     38.18% |         287     12.57%     50.74% |         274     12.00%     62.74% |         276     12.08%     74.82% |         270     11.82%     86.65% |         305     13.35%    100.00%
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock::total         2284                      
system.ruby.L1Cache_Controller.MM.Load   |           1      6.67%      6.67% |           2     13.33%     20.00% |           1      6.67%     26.67% |           3     20.00%     46.67% |           2     13.33%     60.00% |           4     26.67%     86.67% |           0      0.00%     86.67% |           2     13.33%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           15                      
system.ruby.L1Cache_Controller.MM.Store  |           1     10.00%     10.00% |           2     20.00%     30.00% |           1     10.00%     40.00% |           0      0.00%     40.00% |           2     20.00%     60.00% |           2     20.00%     80.00% |           0      0.00%     80.00% |           2     20.00%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           10                      
system.ruby.L1Cache_Controller.MM.L1_Replacement |       27793     12.42%     12.42% |       28225     12.62%     25.04% |       27866     12.46%     37.49% |       28335     12.66%     50.16% |       27712     12.39%     62.54% |       27881     12.46%     75.01% |       27995     12.51%     87.52% |       27922     12.48%    100.00%
system.ruby.L1Cache_Controller.MM.L1_Replacement::total       223729                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX |          11     12.94%     12.94% |          15     17.65%     30.59% |          10     11.76%     42.35% |          10     11.76%     54.12% |           9     10.59%     64.71% |          15     17.65%     82.35% |           8      9.41%     91.76% |           7      8.24%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX::total           85                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS |          18     13.14%     13.14% |          16     11.68%     24.82% |          19     13.87%     38.69% |          12      8.76%     47.45% |          16     11.68%     59.12% |          11      8.03%     67.15% |          25     18.25%     85.40% |          20     14.60%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS::total          137                      
system.ruby.L1Cache_Controller.MM.Persistent_GETX |           3      9.68%      9.68% |           3      9.68%     19.35% |           4     12.90%     32.26% |           7     22.58%     54.84% |           3      9.68%     64.52% |           5     16.13%     80.65% |           3      9.68%     90.32% |           3      9.68%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETX::total           31                      
system.ruby.L1Cache_Controller.MM.Persistent_GETS |           4      8.16%      8.16% |           5     10.20%     18.37% |          11     22.45%     40.82% |           7     14.29%     55.10% |           6     12.24%     67.35% |           2      4.08%     71.43% |           8     16.33%     87.76% |           6     12.24%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETS::total           49                      
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock |         147     11.73%     11.73% |         165     13.17%     24.90% |         166     13.25%     38.15% |         141     11.25%     49.40% |         139     11.09%     60.49% |         187     14.92%     75.42% |         164     13.09%     88.51% |         144     11.49%    100.00%
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock::total         1253                      
system.ruby.L1Cache_Controller.M_W.Load  |           6     12.77%     12.77% |           6     12.77%     25.53% |           4      8.51%     34.04% |           9     19.15%     53.19% |           3      6.38%     59.57% |           4      8.51%     68.09% |           8     17.02%     85.11% |           7     14.89%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           47                      
system.ruby.L1Cache_Controller.M_W.Store |           3     11.54%     11.54% |           3     11.54%     23.08% |           3     11.54%     34.62% |           1      3.85%     38.46% |           4     15.38%     53.85% |           4     15.38%     69.23% |           6     23.08%     92.31% |           2      7.69%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           26                      
system.ruby.L1Cache_Controller.M_W.L1_Replacement |      366785     12.57%     12.57% |      364136     12.48%     25.04% |      364171     12.48%     37.52% |      365652     12.53%     50.05% |      367583     12.59%     62.64% |      363631     12.46%     75.10% |      363794     12.46%     87.57% |      362856     12.43%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_Replacement::total      2918608                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX |          64     13.06%     13.06% |          57     11.63%     24.69% |          61     12.45%     37.14% |          57     11.63%     48.78% |          64     13.06%     61.84% |          58     11.84%     73.67% |          63     12.86%     86.53% |          66     13.47%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX::total          490                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS |         124     15.10%     15.10% |         103     12.55%     27.65% |          88     10.72%     38.37% |         113     13.76%     52.13% |          92     11.21%     63.34% |         100     12.18%     75.52% |         104     12.67%     88.19% |          97     11.81%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS::total          821                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETX |           7     14.58%     14.58% |           4      8.33%     22.92% |           4      8.33%     31.25% |           5     10.42%     41.67% |           7     14.58%     56.25% |          10     20.83%     77.08% |           5     10.42%     87.50% |           6     12.50%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETX::total           48                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETS |          11     15.94%     15.94% |           8     11.59%     27.54% |           7     10.14%     37.68% |           7     10.14%     47.83% |           5      7.25%     55.07% |           8     11.59%     66.67% |          10     14.49%     81.16% |          13     18.84%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETS::total           69                      
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock |         444     13.26%     13.26% |         440     13.14%     26.40% |         447     13.35%     39.76% |         403     12.04%     51.79% |         444     13.26%     65.05% |         402     12.01%     77.06% |         363     10.84%     87.90% |         405     12.10%    100.00%
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock::total         3348                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX |           7     14.00%     14.00% |           4      8.00%     22.00% |           4      8.00%     30.00% |           5     10.00%     40.00% |           7     14.00%     54.00% |          12     24.00%     78.00% |           5     10.00%     88.00% |           6     12.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX::total           50                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS |          11     15.71%     15.71% |           8     11.43%     27.14% |           7     10.00%     37.14% |           7     10.00%     47.14% |           5      7.14%     54.29% |           9     12.86%     67.14% |          10     14.29%     81.43% |          13     18.57%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS::total           70                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers |       50434     12.59%     12.59% |       50157     12.52%     25.11% |       50128     12.51%     37.62% |       50032     12.49%     50.10% |       50253     12.54%     62.65% |       49963     12.47%     75.12% |       49907     12.46%     87.57% |       49791     12.43%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers::total       400665                      
system.ruby.L1Cache_Controller.MM_W.Load |           8     24.24%     24.24% |           1      3.03%     27.27% |           1      3.03%     30.30% |           3      9.09%     39.39% |           4     12.12%     51.52% |           3      9.09%     60.61% |           4     12.12%     72.73% |           9     27.27%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           33                      
system.ruby.L1Cache_Controller.MM_W.Store |           3     21.43%     21.43% |           1      7.14%     28.57% |           2     14.29%     42.86% |           1      7.14%     50.00% |           2     14.29%     64.29% |           1      7.14%     71.43% |           3     21.43%     92.86% |           1      7.14%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total           14                      
system.ruby.L1Cache_Controller.MM_W.L1_Replacement |      206388     12.57%     12.57% |      205534     12.52%     25.09% |      205266     12.50%     37.60% |      207686     12.65%     50.25% |      201809     12.29%     62.54% |      204178     12.44%     74.98% |      204640     12.47%     87.44% |      206137     12.56%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_Replacement::total      1641638                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX |          39     15.06%     15.06% |          31     11.97%     27.03% |          29     11.20%     38.22% |          28     10.81%     49.03% |          36     13.90%     62.93% |          31     11.97%     74.90% |          35     13.51%     88.42% |          30     11.58%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX::total          259                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS |          58     12.18%     12.18% |          74     15.55%     27.73% |          62     13.03%     40.76% |          36      7.56%     48.32% |          61     12.82%     61.13% |          66     13.87%     75.00% |          64     13.45%     88.45% |          55     11.55%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS::total          476                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX |           1      5.00%      5.00% |           5     25.00%     30.00% |           2     10.00%     40.00% |           4     20.00%     60.00% |           2     10.00%     70.00% |           1      5.00%     75.00% |           3     15.00%     90.00% |           2     10.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX::total           20                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS |           6     15.38%     15.38% |           1      2.56%     17.95% |           5     12.82%     30.77% |           5     12.82%     43.59% |           7     17.95%     61.54% |           7     17.95%     79.49% |           3      7.69%     87.18% |           5     12.82%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS::total           39                      
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock |         228     12.34%     12.34% |         250     13.53%     25.87% |         228     12.34%     38.20% |         228     12.34%     50.54% |         244     13.20%     63.74% |         231     12.50%     76.24% |         214     11.58%     87.82% |         225     12.18%    100.00%
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock::total         1848                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX |           1      4.76%      4.76% |           5     23.81%     28.57% |           2      9.52%     38.10% |           5     23.81%     61.90% |           2      9.52%     71.43% |           1      4.76%     76.19% |           3     14.29%     90.48% |           2      9.52%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX::total           21                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS |           6     15.00%     15.00% |           1      2.50%     17.50% |           5     12.50%     30.00% |           5     12.50%     42.50% |           7     17.50%     60.00% |           7     17.50%     77.50% |           3      7.50%     85.00% |           6     15.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS::total           40                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers |       27829     12.42%     12.42% |       28265     12.62%     25.04% |       27908     12.46%     37.50% |       28370     12.66%     50.16% |       27746     12.39%     62.55% |       27913     12.46%     75.01% |       28038     12.52%     87.52% |       27956     12.48%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers::total       224025                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      296218     12.51%     12.51% |      301018     12.71%     25.23% |      295962     12.50%     37.73% |      297411     12.56%     50.29% |      293177     12.38%     62.67% |      292697     12.36%     75.04% |      294725     12.45%     87.49% |      296256     12.51%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      2367464                      
system.ruby.L1Cache_Controller.IM.Data_Owner |           1     33.33%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM.Data_Owner::total            3                      
system.ruby.L1Cache_Controller.IM.Data_All_Tokens |       27833     12.42%     12.42% |       28267     12.62%     25.04% |       27913     12.46%     37.50% |       28379     12.67%     50.16% |       27750     12.39%     62.55% |       27915     12.46%     75.01% |       28038     12.51%     87.52% |       27961     12.48%    100.00%
system.ruby.L1Cache_Controller.IM.Data_All_Tokens::total       224056                      
system.ruby.L1Cache_Controller.IM.Ack    |           0      0.00%      0.00% |           1     25.00%     25.00% |           2     50.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total            4                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX |          90     12.28%     12.28% |          99     13.51%     25.78% |         102     13.92%     39.70% |          91     12.41%     52.11% |          75     10.23%     62.35% |         113     15.42%     77.76% |          78     10.64%     88.40% |          85     11.60%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX::total          733                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS |         148     11.45%     11.45% |         145     11.21%     22.66% |         163     12.61%     35.27% |         181     14.00%     49.27% |         167     12.92%     62.18% |         179     13.84%     76.02% |         159     12.30%     88.32% |         151     11.68%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS::total         1293                      
system.ruby.L1Cache_Controller.IM.Persistent_GETX |           7     13.21%     13.21% |           8     15.09%     28.30% |           4      7.55%     35.85% |           6     11.32%     47.17% |          11     20.75%     67.92% |           4      7.55%     75.47% |           4      7.55%     83.02% |           9     16.98%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETX::total           53                      
system.ruby.L1Cache_Controller.IM.Persistent_GETS |          13     10.92%     10.92% |          15     12.61%     23.53% |          13     10.92%     34.45% |          13     10.92%     45.38% |          16     13.45%     58.82% |          10      8.40%     67.23% |          20     16.81%     84.03% |          19     15.97%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETS::total          119                      
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock |        1529     13.05%     13.05% |        1520     12.97%     26.02% |        1441     12.30%     38.32% |        1393     11.89%     50.20% |        1425     12.16%     62.37% |        1519     12.96%     75.33% |        1459     12.45%     87.78% |        1432     12.22%    100.00%
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock::total        11718                      
system.ruby.L1Cache_Controller.IM.Request_Timeout |       11235     12.07%     12.07% |       12352     13.27%     25.33% |       11420     12.27%     37.60% |       11309     12.15%     49.74% |       11543     12.40%     62.14% |       11451     12.30%     74.44% |       11863     12.74%     87.18% |       11935     12.82%    100.00%
system.ruby.L1Cache_Controller.IM.Request_Timeout::total        93108                      
system.ruby.L1Cache_Controller.OM.L1_Replacement |           0      0.00%      0.00% |          27    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.OM.L1_Replacement::total           27                      
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens |           1     33.33%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      531190     12.53%     12.53% |      530879     12.52%     25.06% |      530459     12.51%     37.57% |      529762     12.50%     50.07% |      530166     12.51%     62.58% |      531419     12.54%     75.12% |      528660     12.47%     87.59% |      526084     12.41%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      4238619                      
system.ruby.L1Cache_Controller.IS.Data_Shared |         183     13.01%     13.01% |         167     11.87%     24.88% |         156     11.09%     35.96% |         180     12.79%     48.76% |         187     13.29%     62.05% |         181     12.86%     74.91% |         167     11.87%     86.78% |         186     13.22%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Shared::total         1407                      
system.ruby.L1Cache_Controller.IS.Data_Owner |          22     11.17%     11.17% |          19      9.64%     20.81% |          22     11.17%     31.98% |          24     12.18%     44.16% |          28     14.21%     58.38% |          28     14.21%     72.59% |          27     13.71%     86.29% |          27     13.71%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Owner::total          197                      
system.ruby.L1Cache_Controller.IS.Data_All_Tokens |       50456     12.59%     12.59% |       50172     12.52%     25.11% |       50143     12.51%     37.62% |       50046     12.49%     50.10% |       50272     12.54%     62.64% |       49986     12.47%     75.12% |       49929     12.46%     87.57% |       49812     12.43%    100.00%
system.ruby.L1Cache_Controller.IS.Data_All_Tokens::total       400816                      
system.ruby.L1Cache_Controller.IS.Ack    |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total            2                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX |         185     13.17%     13.17% |         180     12.81%     25.98% |         163     11.60%     37.58% |         170     12.10%     49.68% |         176     12.53%     62.21% |         180     12.81%     75.02% |         173     12.31%     87.33% |         178     12.67%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX::total         1405                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS |         290     12.06%     12.06% |         311     12.94%     25.00% |         311     12.94%     37.94% |         331     13.77%     51.71% |         291     12.10%     63.81% |         280     11.65%     75.46% |         262     10.90%     86.36% |         328     13.64%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS::total         2404                      
system.ruby.L1Cache_Controller.IS.Persistent_GETX |          17     18.48%     18.48% |          10     10.87%     29.35% |          12     13.04%     42.39% |           8      8.70%     51.09% |          10     10.87%     61.96% |          16     17.39%     79.35% |           7      7.61%     86.96% |          12     13.04%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETX::total           92                      
system.ruby.L1Cache_Controller.IS.Persistent_GETS |          14      8.09%      8.09% |          17      9.83%     17.92% |          21     12.14%     30.06% |          22     12.72%     42.77% |          16      9.25%     52.02% |          32     18.50%     70.52% |          25     14.45%     84.97% |          26     15.03%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETS::total          173                      
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock |        2575     12.30%     12.30% |        2712     12.95%     25.25% |        2643     12.62%     37.87% |        2601     12.42%     50.29% |        2597     12.40%     62.69% |        2587     12.35%     75.05% |        2648     12.65%     87.69% |        2577     12.31%    100.00%
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock::total        20940                      
system.ruby.L1Cache_Controller.IS.Request_Timeout |       21384     12.87%     12.87% |       21323     12.83%     25.70% |       20616     12.41%     38.11% |       20325     12.23%     50.34% |       20632     12.42%     62.75% |       21552     12.97%     75.72% |       20368     12.26%     87.98% |       19971     12.02%    100.00%
system.ruby.L1Cache_Controller.IS.Request_Timeout::total       166171                      
system.ruby.L1Cache_Controller.I_L.Load  |          21     14.00%     14.00% |          16     10.67%     24.67% |          15     10.00%     34.67% |          18     12.00%     46.67% |          23     15.33%     62.00% |          19     12.67%     74.67% |          23     15.33%     90.00% |          15     10.00%    100.00%
system.ruby.L1Cache_Controller.I_L.Load::total          150                      
system.ruby.L1Cache_Controller.I_L.Store |           8     10.96%     10.96% |           9     12.33%     23.29% |           4      5.48%     28.77% |          11     15.07%     43.84% |           9     12.33%     56.16% |          11     15.07%     71.23% |           8     10.96%     82.19% |          13     17.81%    100.00%
system.ruby.L1Cache_Controller.I_L.Store::total           73                      
system.ruby.L1Cache_Controller.I_L.L1_Replacement |          86      6.80%      6.80% |         120      9.49%     16.30% |         129     10.21%     26.50% |         242     19.15%     45.65% |         166     13.13%     58.78% |         201     15.90%     74.68% |         183     14.48%     89.16% |         137     10.84%    100.00%
system.ruby.L1Cache_Controller.I_L.L1_Replacement::total         1264                      
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens |          18     20.93%     20.93% |          19     22.09%     43.02% |          12     13.95%     56.98% |          12     13.95%     70.93% |          10     11.63%     82.56% |           5      5.81%     88.37% |           8      9.30%     97.67% |           2      2.33%    100.00%
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens::total           86                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX |          61     12.90%     12.90% |          57     12.05%     24.95% |          63     13.32%     38.27% |          60     12.68%     50.95% |          58     12.26%     63.21% |          58     12.26%     75.48% |          60     12.68%     88.16% |          56     11.84%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX::total          473                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS |         105     11.74%     11.74% |         117     13.09%     24.83% |         119     13.31%     38.14% |         115     12.86%     51.01% |         103     11.52%     62.53% |         115     12.86%     75.39% |         108     12.08%     87.47% |         112     12.53%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS::total          894                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETX |       11816     12.43%     12.43% |       11806     12.42%     24.85% |       11913     12.53%     37.39% |       11963     12.59%     49.97% |       11904     12.52%     62.50% |       11820     12.44%     74.93% |       11909     12.53%     87.46% |       11915     12.54%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETX::total        95046                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETS |       21311     12.52%     12.52% |       21181     12.44%     24.97% |       21223     12.47%     37.44% |       21295     12.51%     49.95% |       21275     12.50%     62.45% |       21312     12.52%     74.97% |       21292     12.51%     87.48% |       21308     12.52%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETS::total       170197                      
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock |          32     12.03%     12.03% |          28     10.53%     22.56% |          38     14.29%     36.84% |          34     12.78%     49.62% |          33     12.41%     62.03% |          36     13.53%     75.56% |          35     13.16%     88.72% |          30     11.28%    100.00%
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock::total          266                      
system.ruby.L1Cache_Controller.S_L.L1_Replacement |          49     12.89%     12.89% |          40     10.53%     23.42% |          38     10.00%     33.42% |          25      6.58%     40.00% |          47     12.37%     52.37% |           7      1.84%     54.21% |          60     15.79%     70.00% |         114     30.00%    100.00%
system.ruby.L1Cache_Controller.S_L.L1_Replacement::total          380                      
system.ruby.L1Cache_Controller.S_L.Persistent_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           1      7.69%      7.69% |           3     23.08%     30.77% |           1      7.69%     38.46% |           2     15.38%     53.85% |           3     23.08%     76.92% |           3     23.08%    100.00%
system.ruby.L1Cache_Controller.S_L.Persistent_GETS::total           13                      
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock |          28     14.29%     14.29% |          25     12.76%     27.04% |          25     12.76%     39.80% |          31     15.82%     55.61% |          20     10.20%     65.82% |          18      9.18%     75.00% |          21     10.71%     85.71% |          28     14.29%    100.00%
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock::total          196                      
system.ruby.L1Cache_Controller.IM_L.L1_Replacement |         100      8.63%      8.63% |         166     14.32%     22.95% |          84      7.25%     30.20% |          99      8.54%     38.74% |         192     16.57%     55.31% |         157     13.55%     68.85% |         183     15.79%     84.64% |         178     15.36%    100.00%
system.ruby.L1Cache_Controller.IM_L.L1_Replacement::total         1159                      
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     25.00%     25.00% |           1     25.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens::total            4                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           3     42.86%     42.86% |           1     14.29%     57.14% |           0      0.00%     57.14% |           3     42.86%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX::total            7                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS |           0      0.00%      0.00% |           1      4.76%      4.76% |           0      0.00%      4.76% |           1      4.76%      9.52% |           6     28.57%     38.10% |           2      9.52%     47.62% |           7     33.33%     80.95% |           4     19.05%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS::total           21                      
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock |          28     11.62%     11.62% |          32     13.28%     24.90% |          21      8.71%     33.61% |          29     12.03%     45.64% |          35     14.52%     60.17% |          24      9.96%     70.12% |          32     13.28%     83.40% |          40     16.60%    100.00%
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock::total          241                      
system.ruby.L1Cache_Controller.IM_L.Request_Timeout |          16      3.53%      3.53% |          99     21.85%     25.39% |          40      8.83%     34.22% |          55     12.14%     46.36% |          54     11.92%     58.28% |          15      3.31%     61.59% |          83     18.32%     79.91% |          91     20.09%    100.00%
system.ruby.L1Cache_Controller.IM_L.Request_Timeout::total          453                      
system.ruby.L1Cache_Controller.IS_L.L1_Replacement |         250     10.84%     10.84% |         201      8.71%     19.55% |         329     14.26%     33.81% |         264     11.44%     45.25% |         307     13.31%     58.56% |         417     18.08%     76.64% |         199      8.63%     85.26% |         340     14.74%    100.00%
system.ruby.L1Cache_Controller.IS_L.L1_Replacement::total         2307                      
system.ruby.L1Cache_Controller.IS_L.Data_Shared |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_Shared::total            3                      
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens |           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%
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX::total            2                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX |           0      0.00%      0.00% |           2     10.53%     10.53% |           2     10.53%     21.05% |           2     10.53%     31.58% |           2     10.53%     42.11% |           4     21.05%     63.16% |           2     10.53%     73.68% |           5     26.32%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX::total           19                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           3      7.14%      7.14% |           7     16.67%     23.81% |           7     16.67%     40.48% |          10     23.81%     64.29% |           5     11.90%     76.19% |          10     23.81%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS::total           42                      
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock |          52     12.71%     12.71% |          42     10.27%     22.98% |          48     11.74%     34.72% |          47     11.49%     46.21% |          49     11.98%     58.19% |          64     15.65%     73.84% |          54     13.20%     87.04% |          53     12.96%    100.00%
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock::total          409                      
system.ruby.L1Cache_Controller.IS_L.Request_Timeout |          49      6.98%      6.98% |          87     12.39%     19.37% |          48      6.84%     26.21% |          45      6.41%     32.62% |          38      5.41%     38.03% |         135     19.23%     57.26% |         128     18.23%     75.50% |         172     24.50%    100.00%
system.ruby.L1Cache_Controller.IS_L.Request_Timeout::total          702                      
system.ruby.L2Cache_Controller.L1_GETS         402424      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS_Last_Token           15      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         224067      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_INV             651      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       603716      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Shared_Data          977      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_All_Tokens       624428      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Owned          419      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETX        13627      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS        24405      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS_Last_Token            2      0.00%      0.00%
system.ruby.L2Cache_Controller.Own_Lock_or_Unlock        37727      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       401143      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       223340      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_INV          458      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Shared_Data          915      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_All_Tokens       602465      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Owned          344      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Own_Lock_or_Unlock        32152      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETS           44      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETX           26      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_INV             1      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L2_Replacement         5743      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_All_Tokens          453      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Owned            2      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETX           12      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETS           17      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETS_Last_Token           15      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L2_Replacement          857      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Shared_Data            4      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_All_Tokens           57      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Owned            4      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETS            3      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           24      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L2_Replacement          866      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            3      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETS           18      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS         1151      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX          659      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement       595469      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETX         2203      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETS         4098      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETS           62      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETX           41      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_INV          191      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L2_Replacement          781      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Shared_Data           55      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_All_Tokens        20840      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Owned           69      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETX        11409      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETS        20269      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Own_Lock_or_Unlock         5552      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.L1_INV            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Own_Lock_or_Unlock           23      0.00%      0.00%

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