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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.005813                       # Number of seconds simulated
sim_ticks                                     5813430                       # Number of ticks simulated
final_tick                                    5813430                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  70884                       # Simulator tick rate (ticks/s)
host_mem_usage                                 552432                       # Number of bytes of host memory used
host_seconds                                    82.01                       # 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     39801216                       # Number of bytes read from this memory
system.mem_ctrls.bytes_read::total           39801216                       # Number of bytes read from this memory
system.mem_ctrls.bytes_written::ruby.dir_cntrl0     15547776                       # Number of bytes written to this memory
system.mem_ctrls.bytes_written::total        15547776                       # Number of bytes written to this memory
system.mem_ctrls.num_reads::ruby.dir_cntrl0       621894                       # Number of read requests responded to by this memory
system.mem_ctrls.num_reads::total              621894                       # Number of read requests responded to by this memory
system.mem_ctrls.num_writes::ruby.dir_cntrl0       242934                       # Number of write requests responded to by this memory
system.mem_ctrls.num_writes::total             242934                       # Number of write requests responded to by this memory
system.mem_ctrls.bw_read::ruby.dir_cntrl0   6846425604                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_read::total            6846425604                       # Total read bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::ruby.dir_cntrl0   2674458280                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_write::total           2674458280                       # Write bandwidth from this memory (bytes/s)
system.mem_ctrls.bw_total::ruby.dir_cntrl0   9520883884                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.bw_total::total           9520883884                       # Total bandwidth to/from this memory (bytes/s)
system.mem_ctrls.readReqs                      621908                       # Number of read requests accepted
system.mem_ctrls.writeReqs                     242934                       # Number of write requests accepted
system.mem_ctrls.readBursts                    621908                       # Number of DRAM read bursts, including those serviced by the write queue
system.mem_ctrls.writeBursts                   242934                       # Number of DRAM write bursts, including those merged in the write queue
system.mem_ctrls.bytesReadDRAM               39171200                       # Total number of bytes read from DRAM
system.mem_ctrls.bytesReadWrQ                  630592                       # Total number of bytes read from write queue
system.mem_ctrls.bytesWritten                15316288                       # Total number of bytes written to DRAM
system.mem_ctrls.bytesReadSys                39802112                       # Total read bytes from the system interface side
system.mem_ctrls.bytesWrittenSys             15547776                       # Total written bytes from the system interface side
system.mem_ctrls.servicedByWrQ                   9853                       # Number of DRAM read bursts serviced by the write queue
system.mem_ctrls.mergedWrBursts                  3593                       # 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             76526                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::1             76610                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::2             76682                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::3             76401                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::4             76505                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::5             75965                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::6             76623                       # Per bank write bursts
system.mem_ctrls.perBankRdBursts::7             76738                       # 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             29967                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::1             29591                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::2             30004                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::3             29985                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::4             29878                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::5             29988                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::6             29967                       # Per bank write bursts
system.mem_ctrls.perBankWrBursts::7             29937                       # 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                         1                       # Number of times write queue was full causing retry
system.mem_ctrls.totGap                       5813405                       # 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                621908                       # 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               242934                       # Write request sizes (log2)
system.mem_ctrls.rdQLenPdf::0                    8278                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::1                   11668                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::2                   15349                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::3                   18578                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::4                   22698                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::5                   28689                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::6                   35438                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::7                   40156                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::8                   39814                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::9                   36567                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::10                  32214                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::11                  29066                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::12                  27407                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::13                  26222                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::14                  25564                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::15                  24189                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::16                  22444                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::17                  21100                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::18                  19780                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::19                  19183                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::20                  18313                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::21                  17553                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::22                  16630                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::23                  15440                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::24                  13444                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::25                  11000                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::26                   7758                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::27                   4551                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::28                   2110                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::29                    696                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::30                    139                       # What read queue length does an incoming req see
system.mem_ctrls.rdQLenPdf::31                     17                       # 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                     49                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::16                    136                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::17                    462                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::18                   1264                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::19                   2363                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::20                   3925                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::21                   5609                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::22                   7604                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::23                   9536                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::24                  11358                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::25                  12981                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::26                  14587                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::27                  13949                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::28                  14827                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::29                  15372                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::30                  15812                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::31                  16127                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::32                  16637                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::33                   9932                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::34                   8605                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::35                   7442                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::36                   6426                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::37                   5658                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::38                   5088                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::39                   4254                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::40                   3761                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::41                   3254                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::42                   3151                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::43                   2763                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::44                   2430                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::45                   2155                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::46                   1950                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::47                   1821                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::48                   1616                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::49                   1400                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::50                   1142                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::51                   1005                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::52                    865                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::53                    750                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::54                    643                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::55                    347                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::56                    126                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::57                     73                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::58                     32                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::59                     24                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::60                      8                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::61                      3                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::62                      1                       # What write queue length does an incoming req see
system.mem_ctrls.wrQLenPdf::63                      3                       # What write queue length does an incoming req see
system.mem_ctrls.bytesPerActivate::samples       249447                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::mean    218.428764                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::gmean   175.781658                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::stdev   149.738342                       # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::0-127        49527     19.85%     19.85% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::128-255       106288     42.61%     62.46% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::256-383        53992     21.64%     84.11% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::384-511        23426      9.39%     93.50% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::512-639         9885      3.96%     97.46% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::640-767         4051      1.62%     99.09% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::768-895         1472      0.59%     99.68% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::896-1023          541      0.22%     99.89% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::1024-1151          265      0.11%    100.00% # Bytes accessed per row activation
system.mem_ctrls.bytesPerActivate::total       249447                       # Bytes accessed per row activation
system.mem_ctrls.rdPerTurnAround::samples        14683                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::mean      41.682830                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::gmean     37.702407                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::stdev     18.130703                       # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::0-7             340      2.32%      2.32% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::8-15             25      0.17%      2.49% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::16-23            38      0.26%      2.74% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::24-31          3421     23.30%     26.04% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::32-39          5896     40.16%     66.20% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::40-47          1652     11.25%     77.45% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::48-55           188      1.28%     78.73% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::56-63           870      5.93%     84.66% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::64-71          1190      8.10%     92.76% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::72-79           545      3.71%     96.47% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::80-87           134      0.91%     97.38% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::88-95           116      0.79%     98.17% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::96-103          104      0.71%     98.88% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::104-111           78      0.53%     99.41% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::112-119           43      0.29%     99.71% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::120-127           22      0.15%     99.86% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::128-135           16      0.11%     99.97% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::136-143            4      0.03%     99.99% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::152-159            1      0.01%    100.00% # Reads before turning the bus around for writes
system.mem_ctrls.rdPerTurnAround::total         14683                       # Reads before turning the bus around for writes
system.mem_ctrls.wrPerTurnAround::samples        14683                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::mean      16.298917                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::gmean     16.260747                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::stdev      1.246465                       # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::16            13489     91.87%     91.87% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::17              286      1.95%     93.82% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::18              213      1.45%     95.27% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::19              165      1.12%     96.39% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::20              151      1.03%     97.42% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::21              126      0.86%     98.28% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::22               90      0.61%     98.89% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::23               54      0.37%     99.26% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::24               42      0.29%     99.54% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::25               28      0.19%     99.73% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::26               14      0.10%     99.83% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::27               11      0.07%     99.90% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::28                8      0.05%     99.96% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::29                1      0.01%     99.97% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::30                4      0.03%     99.99% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::32                1      0.01%    100.00% # Writes before turning the bus around for reads
system.mem_ctrls.wrPerTurnAround::total         14683                       # Writes before turning the bus around for reads
system.mem_ctrls.totQLat                     62879198                       # Total ticks spent queuing
system.mem_ctrls.totMemAccLat                74508148                       # Total ticks spent from burst creation until serviced by the DRAM
system.mem_ctrls.totBusLat                    3060250                       # Total ticks spent in databus transfers
system.mem_ctrls.avgQLat                       102.73                       # Average queueing delay per DRAM burst
system.mem_ctrls.avgBusLat                       5.00                       # Average bus latency per DRAM burst
system.mem_ctrls.avgMemAccLat                  121.73                       # Average memory access latency per DRAM burst
system.mem_ctrls.avgRdBW                      6738.05                       # Average DRAM read bandwidth in MiByte/s
system.mem_ctrls.avgWrBW                      2634.64                       # Average achieved write bandwidth in MiByte/s
system.mem_ctrls.avgRdBWSys                   6846.58                       # Average system read bandwidth in MiByte/s
system.mem_ctrls.avgWrBWSys                   2674.46                       # Average system write bandwidth in MiByte/s
system.mem_ctrls.peakBW                      12800.00                       # Theoretical peak bandwidth in MiByte/s
system.mem_ctrls.busUtil                        73.22                       # Data bus utilization in percentage
system.mem_ctrls.busUtilRead                    52.64                       # Data bus utilization in percentage for reads
system.mem_ctrls.busUtilWrite                   20.58                       # Data bus utilization in percentage for writes
system.mem_ctrls.avgRdQLen                      15.54                       # Average read queue length when enqueuing
system.mem_ctrls.avgWrQLen                      31.18                       # Average write queue length when enqueuing
system.mem_ctrls.readRowHits                   367429                       # Number of row buffer hits during reads
system.mem_ctrls.writeRowHits                  234485                       # Number of row buffer hits during writes
system.mem_ctrls.readRowHitRate                 60.03                       # Row buffer hit rate for reads
system.mem_ctrls.writeRowHitRate                97.97                       # Row buffer hit rate for writes
system.mem_ctrls.avgGap                          6.72                       # Average gap between requests
system.mem_ctrls.pageHitRate                    70.70                       # Row buffer hit rate, read and write combined
system.mem_ctrls_0.actEnergy               1884103200                       # Energy for activate commands per rank (pJ)
system.mem_ctrls_0.preEnergy               1046724000                       # Energy for precharge commands per rank (pJ)
system.mem_ctrls_0.readEnergy              7631732160                       # Energy for read commands per rank (pJ)
system.mem_ctrls_0.writeEnergy             2479082112                       # Energy for write commands per rank (pJ)
system.mem_ctrls_0.refreshEnergy            379385760                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_0.actBackEnergy           3958804584                       # Energy for active background per rank (pJ)
system.mem_ctrls_0.preBackEnergy             12553200                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_0.totalEnergy            17392385016                       # Total energy per rank (pJ)
system.mem_ctrls_0.averagePower           2994.222583                       # Core power per rank (mW)
system.mem_ctrls_0.memoryStateTime::IDLE           22                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::REF        193960                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::PRE_PDN            0                       # Time in different power states
system.mem_ctrls_0.memoryStateTime::ACT       5614680                       # 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            379385760                       # Energy for refresh commands per rank (pJ)
system.mem_ctrls_1.actBackEnergy            125524944                       # Energy for active background per rank (pJ)
system.mem_ctrls_1.preBackEnergy           3375051600                       # Energy for precharge background per rank (pJ)
system.mem_ctrls_1.totalEnergy             3879962304                       # Total energy per rank (pJ)
system.mem_ctrls_1.averagePower            667.968352                       # Core power per rank (mW)
system.mem_ctrls_1.memoryStateTime::IDLE      5614656                       # Time in different power states
system.mem_ctrls_1.memoryStateTime::REF        193960                       # 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                           99680                       # number of read accesses completed
system.cpu0.num_writes                          55190                       # number of write accesses completed
system.cpu1.num_reads                           98772                       # number of read accesses completed
system.cpu1.num_writes                          54692                       # number of write accesses completed
system.cpu2.num_reads                           99294                       # number of read accesses completed
system.cpu2.num_writes                          55291                       # number of write accesses completed
system.cpu3.num_reads                           99620                       # number of read accesses completed
system.cpu3.num_writes                          55085                       # number of write accesses completed
system.cpu4.num_reads                          100000                       # number of read accesses completed
system.cpu4.num_writes                          55622                       # number of write accesses completed
system.cpu5.num_reads                           98399                       # number of read accesses completed
system.cpu5.num_writes                          55236                       # number of write accesses completed
system.cpu6.num_reads                           99576                       # number of read accesses completed
system.cpu6.num_writes                          55442                       # number of write accesses completed
system.cpu7.num_reads                           99189                       # number of read accesses completed
system.cpu7.num_writes                          55342                       # 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       626306                      
system.ruby.outstanding_req_hist::mean      15.998458                      
system.ruby.outstanding_req_hist::gmean     15.997193                      
system.ruby.outstanding_req_hist::stdev      0.125881                      
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% |          22      0.00%      0.02% |      626180     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        626306                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              626178                      
system.ruby.latency_hist::mean            1188.171121                      
system.ruby.latency_hist::gmean            970.185193                      
system.ruby.latency_hist::stdev            633.382267                      
system.ruby.latency_hist                 |      112565     17.98%     17.98% |      156507     24.99%     42.97% |      153078     24.45%     67.42% |      141536     22.60%     90.02% |       57810      9.23%     99.25% |        4660      0.74%    100.00% |          22      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.latency_hist::total                626178                      
system.ruby.hit_latency_hist::bucket_size          512                      
system.ruby.hit_latency_hist::max_bucket         5119                      
system.ruby.hit_latency_hist::samples            2789                      
system.ruby.hit_latency_hist::mean        1063.109000                      
system.ruby.hit_latency_hist::gmean        585.585961                      
system.ruby.hit_latency_hist::stdev        684.357978                      
system.ruby.hit_latency_hist             |         742     26.60%     26.60% |         623     22.34%     48.94% |         634     22.73%     71.67% |         555     19.90%     91.57% |         216      7.74%     99.32% |          19      0.68%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total              2789                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         623389                      
system.ruby.miss_latency_hist::mean       1188.730640                      
system.ruby.miss_latency_hist::gmean       972.379097                      
system.ruby.miss_latency_hist::stdev       633.090067                      
system.ruby.miss_latency_hist            |      111823     17.94%     17.94% |      155884     25.01%     42.94% |      152444     24.45%     67.40% |      140981     22.62%     90.01% |       57594      9.24%     99.25% |        4641      0.74%    100.00% |          22      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.miss_latency_hist::total           623389                      
system.ruby.L1Cache.incomplete_times             1275                      
system.ruby.Directory.incomplete_times         622111                      
system.ruby.l1_cntrl0.L1Dcache.demand_hits           26                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        78427                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78453                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl0.fully_busy_cycles             7                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl1.L1Dcache.demand_hits           32                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        77956                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        77988                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl1.fully_busy_cycles            13                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl2.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78469                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78489                       # Number of cache demand accesses
system.ruby.l1_cntrl2.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl2.fully_busy_cycles             6                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl3.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78221                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78241                       # Number of cache demand accesses
system.ruby.l1_cntrl3.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl3.fully_busy_cycles             8                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl4.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78695                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78712                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl4.fully_busy_cycles             8                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl5.L1Dcache.demand_hits           21                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        77845                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        77866                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl5.fully_busy_cycles            10                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl6.L1Dcache.demand_hits           25                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78190                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78215                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl6.fully_busy_cycles             8                       # cycles for which number of transistions == max transitions
system.ruby.l1_cntrl7.L1Dcache.demand_hits           21                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78216                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78237                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl7.fully_busy_cycles             9                       # cycles for which number of transistions == max transitions
system.ruby.l2_cntrl0.L2cache.demand_hits         1761                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       624256                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       626017                       # Number of cache demand accesses
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.network.routers00.percent_links_utilized     9.793147                      
system.ruby.network.routers00.msg_count.Request_Control::1        78427                      
system.ruby.network.routers00.msg_count.Response_Data::4        79476                      
system.ruby.network.routers00.msg_count.ResponseL2hit_Data::4          229                      
system.ruby.network.routers00.msg_count.ResponseLocal_Data::4          200                      
system.ruby.network.routers00.msg_count.Response_Control::4           94                      
system.ruby.network.routers00.msg_count.Writeback_Data::4        85460                      
system.ruby.network.routers00.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers00.msg_count.Persistent_Control::3        84448                      
system.ruby.network.routers00.msg_bytes.Request_Control::1       627416                      
system.ruby.network.routers00.msg_bytes.Response_Data::4      5722272                      
system.ruby.network.routers00.msg_bytes.ResponseL2hit_Data::4        16488                      
system.ruby.network.routers00.msg_bytes.ResponseLocal_Data::4        14400                      
system.ruby.network.routers00.msg_bytes.Response_Control::4          752                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::4      6153120                      
system.ruby.network.routers00.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers00.msg_bytes.Persistent_Control::3       675584                      
system.ruby.network.routers01.percent_links_utilized     9.756112                      
system.ruby.network.routers01.msg_count.Request_Control::1        77956                      
system.ruby.network.routers01.msg_count.Response_Data::4        78991                      
system.ruby.network.routers01.msg_count.ResponseL2hit_Data::4          246                      
system.ruby.network.routers01.msg_count.ResponseLocal_Data::4          188                      
system.ruby.network.routers01.msg_count.Response_Control::4           98                      
system.ruby.network.routers01.msg_count.Writeback_Data::4        85019                      
system.ruby.network.routers01.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers01.msg_count.Persistent_Control::3        84592                      
system.ruby.network.routers01.msg_bytes.Request_Control::1       623648                      
system.ruby.network.routers01.msg_bytes.Response_Data::4      5687352                      
system.ruby.network.routers01.msg_bytes.ResponseL2hit_Data::4        17712                      
system.ruby.network.routers01.msg_bytes.ResponseLocal_Data::4        13536                      
system.ruby.network.routers01.msg_bytes.Response_Control::4          784                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::4      6121368                      
system.ruby.network.routers01.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers01.msg_bytes.Persistent_Control::3       676736                      
system.ruby.network.routers02.percent_links_utilized     9.798497                      
system.ruby.network.routers02.msg_count.Request_Control::1        78469                      
system.ruby.network.routers02.msg_count.Response_Data::4        79682                      
system.ruby.network.routers02.msg_count.ResponseL2hit_Data::4          195                      
system.ruby.network.routers02.msg_count.ResponseLocal_Data::4          179                      
system.ruby.network.routers02.msg_count.Response_Control::4           92                      
system.ruby.network.routers02.msg_count.Writeback_Data::4        85457                      
system.ruby.network.routers02.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers02.msg_count.Persistent_Control::3        84320                      
system.ruby.network.routers02.msg_bytes.Request_Control::1       627752                      
system.ruby.network.routers02.msg_bytes.Response_Data::4      5737104                      
system.ruby.network.routers02.msg_bytes.ResponseL2hit_Data::4        14040                      
system.ruby.network.routers02.msg_bytes.ResponseLocal_Data::4        12888                      
system.ruby.network.routers02.msg_bytes.Response_Control::4          736                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::4      6152904                      
system.ruby.network.routers02.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers02.msg_bytes.Persistent_Control::3       674560                      
system.ruby.network.routers03.percent_links_utilized     9.776926                      
system.ruby.network.routers03.msg_count.Request_Control::1        78221                      
system.ruby.network.routers03.msg_count.Response_Data::4        79364                      
system.ruby.network.routers03.msg_count.ResponseL2hit_Data::4          236                      
system.ruby.network.routers03.msg_count.ResponseLocal_Data::4          174                      
system.ruby.network.routers03.msg_count.Response_Control::4           74                      
system.ruby.network.routers03.msg_count.Writeback_Data::4        85201                      
system.ruby.network.routers03.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers03.msg_count.Persistent_Control::3        84412                      
system.ruby.network.routers03.msg_bytes.Request_Control::1       625768                      
system.ruby.network.routers03.msg_bytes.Response_Data::4      5714208                      
system.ruby.network.routers03.msg_bytes.ResponseL2hit_Data::4        16992                      
system.ruby.network.routers03.msg_bytes.ResponseLocal_Data::4        12528                      
system.ruby.network.routers03.msg_bytes.Response_Control::4          592                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::4      6134472                      
system.ruby.network.routers03.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers03.msg_bytes.Persistent_Control::3       675296                      
system.ruby.network.routers04.percent_links_utilized     9.812512                      
system.ruby.network.routers04.msg_count.Request_Control::1        78694                      
system.ruby.network.routers04.msg_count.Response_Data::4        79852                      
system.ruby.network.routers04.msg_count.ResponseL2hit_Data::4          212                      
system.ruby.network.routers04.msg_count.ResponseLocal_Data::4          171                      
system.ruby.network.routers04.msg_count.Response_Control::4           68                      
system.ruby.network.routers04.msg_count.Writeback_Data::4        85615                      
system.ruby.network.routers04.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers04.msg_count.Persistent_Control::3        84346                      
system.ruby.network.routers04.msg_bytes.Request_Control::1       629552                      
system.ruby.network.routers04.msg_bytes.Response_Data::4      5749344                      
system.ruby.network.routers04.msg_bytes.ResponseL2hit_Data::4        15264                      
system.ruby.network.routers04.msg_bytes.ResponseLocal_Data::4        12312                      
system.ruby.network.routers04.msg_bytes.Response_Control::4          544                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::4      6164280                      
system.ruby.network.routers04.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers04.msg_bytes.Persistent_Control::3       674768                      
system.ruby.network.routers05.percent_links_utilized     9.728818                      
system.ruby.network.routers05.msg_count.Request_Control::1        77845                      
system.ruby.network.routers05.msg_count.Response_Data::4        78890                      
system.ruby.network.routers05.msg_count.ResponseL2hit_Data::4          237                      
system.ruby.network.routers05.msg_count.ResponseLocal_Data::4          191                      
system.ruby.network.routers05.msg_count.Response_Control::4           89                      
system.ruby.network.routers05.msg_count.Writeback_Data::4        84499                      
system.ruby.network.routers05.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers05.msg_count.Persistent_Control::3        84008                      
system.ruby.network.routers05.msg_bytes.Request_Control::1       622760                      
system.ruby.network.routers05.msg_bytes.Response_Data::4      5680080                      
system.ruby.network.routers05.msg_bytes.ResponseL2hit_Data::4        17064                      
system.ruby.network.routers05.msg_bytes.ResponseLocal_Data::4        13752                      
system.ruby.network.routers05.msg_bytes.Response_Control::4          712                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::4      6083928                      
system.ruby.network.routers05.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers05.msg_bytes.Persistent_Control::3       672064                      
system.ruby.network.routers06.percent_links_utilized     9.763255                      
system.ruby.network.routers06.msg_count.Request_Control::1        78190                      
system.ruby.network.routers06.msg_count.Response_Data::4        79232                      
system.ruby.network.routers06.msg_count.ResponseL2hit_Data::4          249                      
system.ruby.network.routers06.msg_count.ResponseLocal_Data::4          185                      
system.ruby.network.routers06.msg_count.Response_Control::4           79                      
system.ruby.network.routers06.msg_count.Writeback_Data::4        84992                      
system.ruby.network.routers06.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers06.msg_count.Persistent_Control::3        84112                      
system.ruby.network.routers06.msg_bytes.Request_Control::1       625520                      
system.ruby.network.routers06.msg_bytes.Response_Data::4      5704704                      
system.ruby.network.routers06.msg_bytes.ResponseL2hit_Data::4        17928                      
system.ruby.network.routers06.msg_bytes.ResponseLocal_Data::4        13320                      
system.ruby.network.routers06.msg_bytes.Response_Control::4          632                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::4      6119424                      
system.ruby.network.routers06.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers06.msg_bytes.Persistent_Control::3       672896                      
system.ruby.network.routers07.percent_links_utilized     9.771718                      
system.ruby.network.routers07.msg_count.Request_Control::1        78216                      
system.ruby.network.routers07.msg_count.Response_Data::4        79263                      
system.ruby.network.routers07.msg_count.ResponseL2hit_Data::4          237                      
system.ruby.network.routers07.msg_count.ResponseLocal_Data::4          176                      
system.ruby.network.routers07.msg_count.Response_Control::4           75                      
system.ruby.network.routers07.msg_count.Writeback_Data::4        85180                      
system.ruby.network.routers07.msg_count.Broadcast_Control::1       626017                      
system.ruby.network.routers07.msg_count.Persistent_Control::3        84276                      
system.ruby.network.routers07.msg_bytes.Request_Control::1       625728                      
system.ruby.network.routers07.msg_bytes.Response_Data::4      5706936                      
system.ruby.network.routers07.msg_bytes.ResponseL2hit_Data::4        17064                      
system.ruby.network.routers07.msg_bytes.ResponseLocal_Data::4        12672                      
system.ruby.network.routers07.msg_bytes.Response_Control::4          600                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::4      6132960                      
system.ruby.network.routers07.msg_bytes.Broadcast_Control::1      5008136                      
system.ruby.network.routers07.msg_bytes.Persistent_Control::3       674208                      
system.ruby.network.routers08.percent_links_utilized    41.060174                      
system.ruby.network.routers08.msg_count.Request_Control::1       626017                      
system.ruby.network.routers08.msg_count.Request_Control::2       624256                      
system.ruby.network.routers08.msg_count.Response_Data::4         6428                      
system.ruby.network.routers08.msg_count.ResponseL2hit_Data::4         1761                      
system.ruby.network.routers08.msg_count.Response_Control::4          663                      
system.ruby.network.routers08.msg_count.Writeback_Data::4       863183                      
system.ruby.network.routers08.msg_count.Writeback_Control::4       379795                      
system.ruby.network.routers08.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers08.msg_bytes.Request_Control::1      5008136                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      4994048                      
system.ruby.network.routers08.msg_bytes.Response_Data::4       462816                      
system.ruby.network.routers08.msg_bytes.ResponseL2hit_Data::4       126792                      
system.ruby.network.routers08.msg_bytes.Response_Control::4         5304                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::4     62149176                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::4      3038360                      
system.ruby.network.routers08.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers09.percent_links_utilized    38.171832                      
system.ruby.network.routers09.msg_count.Request_Control::2       624256                      
system.ruby.network.routers09.msg_count.Response_Data::4       627483                      
system.ruby.network.routers09.msg_count.ResponseL2hit_Data::4           80                      
system.ruby.network.routers09.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.msg_count.Writeback_Data::4       238812                      
system.ruby.network.routers09.msg_count.Writeback_Control::4       379795                      
system.ruby.network.routers09.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers09.msg_bytes.Request_Control::2      4994048                      
system.ruby.network.routers09.msg_bytes.Response_Data::4     45178776                      
system.ruby.network.routers09.msg_bytes.ResponseL2hit_Data::4         5760                      
system.ruby.network.routers09.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.msg_bytes.Writeback_Data::4     17194464                      
system.ruby.network.routers09.msg_bytes.Writeback_Control::4      3038360                      
system.ruby.network.routers09.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers10.percent_links_utilized    17.584176                      
system.ruby.network.routers10.msg_count.Request_Control::1       626017                      
system.ruby.network.routers10.msg_count.Request_Control::2       624256                      
system.ruby.network.routers10.msg_count.Response_Data::4       634331                      
system.ruby.network.routers10.msg_count.ResponseL2hit_Data::4         1841                      
system.ruby.network.routers10.msg_count.ResponseLocal_Data::4          732                      
system.ruby.network.routers10.msg_count.Response_Control::4          667                      
system.ruby.network.routers10.msg_count.Writeback_Data::4       891709                      
system.ruby.network.routers10.msg_count.Writeback_Control::4       379795                      
system.ruby.network.routers10.msg_count.Broadcast_Control::1      4382119                      
system.ruby.network.routers10.msg_count.Persistent_Control::3       674514                      
system.ruby.network.routers10.msg_bytes.Request_Control::1      5008136                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      4994048                      
system.ruby.network.routers10.msg_bytes.Response_Data::4     45671832                      
system.ruby.network.routers10.msg_bytes.ResponseL2hit_Data::4       132552                      
system.ruby.network.routers10.msg_bytes.ResponseLocal_Data::4        52704                      
system.ruby.network.routers10.msg_bytes.Response_Control::4         5336                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::4     64203048                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::4      3038360                      
system.ruby.network.routers10.msg_bytes.Broadcast_Control::1     35056952                      
system.ruby.network.routers10.msg_bytes.Persistent_Control::3      5396112                      
system.ruby.network.msg_count.Request_Control      3750820                      
system.ruby.network.msg_count.Response_Data      1902992                      
system.ruby.network.msg_count.ResponseL2hit_Data         5523                      
system.ruby.network.msg_count.ResponseLocal_Data         2196                      
system.ruby.network.msg_count.Response_Control         2001                      
system.ruby.network.msg_count.Writeback_Data      2675127                      
system.ruby.network.msg_count.Writeback_Control      1139385                      
system.ruby.network.msg_count.Broadcast_Control      9390255                      
system.ruby.network.msg_count.Persistent_Control      1498920                      
system.ruby.network.msg_byte.Request_Control     30006560                      
system.ruby.network.msg_byte.Response_Data    137015424                      
system.ruby.network.msg_byte.ResponseL2hit_Data       397656                      
system.ruby.network.msg_byte.ResponseLocal_Data       158112                      
system.ruby.network.msg_byte.Response_Control        16008                      
system.ruby.network.msg_byte.Writeback_Data    192609144                      
system.ruby.network.msg_byte.Writeback_Control      9115080                      
system.ruby.network.msg_byte.Broadcast_Control     75122040                      
system.ruby.network.msg_byte.Persistent_Control     11991360                      
system.ruby.network.routers00.throttle0.link_utilization    11.752606                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::4        78769                      
system.ruby.network.routers00.throttle0.msg_count.ResponseL2hit_Data::4          219                      
system.ruby.network.routers00.throttle0.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers00.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers00.throttle0.msg_count.Writeback_Data::4         3582                      
system.ruby.network.routers00.throttle0.msg_count.Broadcast_Control::1       547590                      
system.ruby.network.routers00.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::4      5671368                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseL2hit_Data::4        15768                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers00.throttle0.msg_bytes.Writeback_Data::4       257904                      
system.ruby.network.routers00.throttle0.msg_bytes.Broadcast_Control::1      4380720                      
system.ruby.network.routers00.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers00.throttle1.link_utilization     7.833689                      
system.ruby.network.routers00.throttle1.msg_count.Request_Control::1        78427                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::4          707                      
system.ruby.network.routers00.throttle1.msg_count.ResponseL2hit_Data::4           10                      
system.ruby.network.routers00.throttle1.msg_count.ResponseLocal_Data::4          112                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::4           93                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::4        81878                      
system.ruby.network.routers00.throttle1.msg_count.Broadcast_Control::1        78427                      
system.ruby.network.routers00.throttle1.msg_count.Persistent_Control::3         9502                      
system.ruby.network.routers00.throttle1.msg_bytes.Request_Control::1       627416                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::4        50904                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseL2hit_Data::4          720                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseLocal_Data::4         8064                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::4          744                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::4      5895216                      
system.ruby.network.routers00.throttle1.msg_bytes.Broadcast_Control::1       627416                      
system.ruby.network.routers00.throttle1.msg_bytes.Persistent_Control::3        76016                      
system.ruby.network.routers01.throttle0.link_utilization    11.721135                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::4        78264                      
system.ruby.network.routers01.throttle0.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers01.throttle0.msg_count.ResponseLocal_Data::4           93                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Data::4         3609                      
system.ruby.network.routers01.throttle0.msg_count.Broadcast_Control::1       548062                      
system.ruby.network.routers01.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::4      5635008                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseLocal_Data::4         6696                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Data::4       259848                      
system.ruby.network.routers01.throttle0.msg_bytes.Broadcast_Control::1      4384496                      
system.ruby.network.routers01.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers01.throttle1.link_utilization     7.791089                      
system.ruby.network.routers01.throttle1.msg_count.Request_Control::1        77956                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::4          727                      
system.ruby.network.routers01.throttle1.msg_count.ResponseL2hit_Data::4           13                      
system.ruby.network.routers01.throttle1.msg_count.ResponseLocal_Data::4           95                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::4           97                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::4        81410                      
system.ruby.network.routers01.throttle1.msg_count.Broadcast_Control::1        77955                      
system.ruby.network.routers01.throttle1.msg_count.Persistent_Control::3         9646                      
system.ruby.network.routers01.throttle1.msg_bytes.Request_Control::1       623648                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::4        52344                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseL2hit_Data::4          936                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseLocal_Data::4         6840                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::4          776                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::4      5861520                      
system.ruby.network.routers01.throttle1.msg_bytes.Broadcast_Control::1       623640                      
system.ruby.network.routers01.throttle1.msg_bytes.Persistent_Control::3        77168                      
system.ruby.network.routers02.throttle0.link_utilization    11.758119                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::4        78892                      
system.ruby.network.routers02.throttle0.msg_count.ResponseL2hit_Data::4          188                      
system.ruby.network.routers02.throttle0.msg_count.ResponseLocal_Data::4           92                      
system.ruby.network.routers02.throttle0.msg_count.Writeback_Data::4         3562                      
system.ruby.network.routers02.throttle0.msg_count.Broadcast_Control::1       547548                      
system.ruby.network.routers02.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::4      5680224                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseL2hit_Data::4        13536                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseLocal_Data::4         6624                      
system.ruby.network.routers02.throttle0.msg_bytes.Writeback_Data::4       256464                      
system.ruby.network.routers02.throttle0.msg_bytes.Broadcast_Control::1      4380384                      
system.ruby.network.routers02.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers02.throttle1.link_utilization     7.838875                      
system.ruby.network.routers02.throttle1.msg_count.Request_Control::1        78469                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::4          790                      
system.ruby.network.routers02.throttle1.msg_count.ResponseL2hit_Data::4            7                      
system.ruby.network.routers02.throttle1.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::4           92                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::4        81895                      
system.ruby.network.routers02.throttle1.msg_count.Broadcast_Control::1        78469                      
system.ruby.network.routers02.throttle1.msg_count.Persistent_Control::3         9374                      
system.ruby.network.routers02.throttle1.msg_bytes.Request_Control::1       627752                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::4        56880                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseL2hit_Data::4          504                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::4          736                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::4      5896440                      
system.ruby.network.routers02.throttle1.msg_bytes.Broadcast_Control::1       627752                      
system.ruby.network.routers02.throttle1.msg_bytes.Persistent_Control::3        74992                      
system.ruby.network.routers03.throttle0.link_utilization    11.738819                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::4        78586                      
system.ruby.network.routers03.throttle0.msg_count.ResponseL2hit_Data::4          225                      
system.ruby.network.routers03.throttle0.msg_count.ResponseLocal_Data::4           89                      
system.ruby.network.routers03.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Data::4         3557                      
system.ruby.network.routers03.throttle0.msg_count.Broadcast_Control::1       547796                      
system.ruby.network.routers03.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::4      5658192                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseL2hit_Data::4        16200                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseLocal_Data::4         6408                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Data::4       256104                      
system.ruby.network.routers03.throttle0.msg_bytes.Broadcast_Control::1      4382368                      
system.ruby.network.routers03.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers03.throttle1.link_utilization     7.815033                      
system.ruby.network.routers03.throttle1.msg_count.Request_Control::1        78221                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::4          778                      
system.ruby.network.routers03.throttle1.msg_count.ResponseL2hit_Data::4           11                      
system.ruby.network.routers03.throttle1.msg_count.ResponseLocal_Data::4           85                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::4           73                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::4        81644                      
system.ruby.network.routers03.throttle1.msg_count.Broadcast_Control::1        78221                      
system.ruby.network.routers03.throttle1.msg_count.Persistent_Control::3         9466                      
system.ruby.network.routers03.throttle1.msg_bytes.Request_Control::1       625768                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::4        56016                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseL2hit_Data::4          792                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseLocal_Data::4         6120                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::4          584                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::4      5878368                      
system.ruby.network.routers03.throttle1.msg_bytes.Broadcast_Control::1       625768                      
system.ruby.network.routers03.throttle1.msg_bytes.Persistent_Control::3        75728                      
system.ruby.network.routers04.throttle0.link_utilization    11.768646                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::4        79086                      
system.ruby.network.routers04.throttle0.msg_count.ResponseL2hit_Data::4          202                      
system.ruby.network.routers04.throttle0.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers04.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Data::4         3520                      
system.ruby.network.routers04.throttle0.msg_count.Broadcast_Control::1       547323                      
system.ruby.network.routers04.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::4      5694192                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseL2hit_Data::4        14544                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Data::4       253440                      
system.ruby.network.routers04.throttle0.msg_bytes.Broadcast_Control::1      4378584                      
system.ruby.network.routers04.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers04.throttle1.link_utilization     7.856377                      
system.ruby.network.routers04.throttle1.msg_count.Request_Control::1        78694                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::4          766                      
system.ruby.network.routers04.throttle1.msg_count.ResponseL2hit_Data::4           10                      
system.ruby.network.routers04.throttle1.msg_count.ResponseLocal_Data::4           84                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::4           67                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::4        82095                      
system.ruby.network.routers04.throttle1.msg_count.Broadcast_Control::1        78694                      
system.ruby.network.routers04.throttle1.msg_count.Persistent_Control::3         9400                      
system.ruby.network.routers04.throttle1.msg_bytes.Request_Control::1       629552                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::4        55152                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseL2hit_Data::4          720                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseLocal_Data::4         6048                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::4          536                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::4      5910840                      
system.ruby.network.routers04.throttle1.msg_bytes.Broadcast_Control::1       629552                      
system.ruby.network.routers04.throttle1.msg_bytes.Persistent_Control::3        75200                      
system.ruby.network.routers05.throttle0.link_utilization    11.697466                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::4        78153                      
system.ruby.network.routers05.throttle0.msg_count.ResponseL2hit_Data::4          224                      
system.ruby.network.routers05.throttle0.msg_count.ResponseLocal_Data::4          101                      
system.ruby.network.routers05.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Data::4         3403                      
system.ruby.network.routers05.throttle0.msg_count.Broadcast_Control::1       548172                      
system.ruby.network.routers05.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::4      5627016                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseL2hit_Data::4        16128                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseLocal_Data::4         7272                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Data::4       245016                      
system.ruby.network.routers05.throttle0.msg_bytes.Broadcast_Control::1      4385376                      
system.ruby.network.routers05.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers05.throttle1.link_utilization     7.760169                      
system.ruby.network.routers05.throttle1.msg_count.Request_Control::1        77845                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::4          737                      
system.ruby.network.routers05.throttle1.msg_count.ResponseL2hit_Data::4           13                      
system.ruby.network.routers05.throttle1.msg_count.ResponseLocal_Data::4           90                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::4           88                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::4        81096                      
system.ruby.network.routers05.throttle1.msg_count.Broadcast_Control::1        77845                      
system.ruby.network.routers05.throttle1.msg_count.Persistent_Control::3         9062                      
system.ruby.network.routers05.throttle1.msg_bytes.Request_Control::1       622760                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::4        53064                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseL2hit_Data::4          936                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseLocal_Data::4         6480                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::4          704                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::4      5838912                      
system.ruby.network.routers05.throttle1.msg_bytes.Broadcast_Control::1       622760                      
system.ruby.network.routers05.throttle1.msg_bytes.Persistent_Control::3        72496                      
system.ruby.network.routers06.throttle0.link_utilization    11.726769                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::4        78502                      
system.ruby.network.routers06.throttle0.msg_count.ResponseL2hit_Data::4          243                      
system.ruby.network.routers06.throttle0.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Data::4         3467                      
system.ruby.network.routers06.throttle0.msg_count.Broadcast_Control::1       547827                      
system.ruby.network.routers06.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::4      5652144                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseL2hit_Data::4        17496                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Data::4       249624                      
system.ruby.network.routers06.throttle0.msg_bytes.Broadcast_Control::1      4382616                      
system.ruby.network.routers06.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers06.throttle1.link_utilization     7.799741                      
system.ruby.network.routers06.throttle1.msg_count.Request_Control::1        78190                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::4          730                      
system.ruby.network.routers06.throttle1.msg_count.ResponseL2hit_Data::4            6                      
system.ruby.network.routers06.throttle1.msg_count.ResponseLocal_Data::4           99                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::4           79                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::4        81525                      
system.ruby.network.routers06.throttle1.msg_count.Broadcast_Control::1        78190                      
system.ruby.network.routers06.throttle1.msg_count.Persistent_Control::3         9166                      
system.ruby.network.routers06.throttle1.msg_bytes.Request_Control::1       625520                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::4        52560                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseL2hit_Data::4          432                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseLocal_Data::4         7128                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::4          632                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::4      5869800                      
system.ruby.network.routers06.throttle1.msg_bytes.Broadcast_Control::1       625520                      
system.ruby.network.routers06.throttle1.msg_bytes.Persistent_Control::3        73328                      
system.ruby.network.routers07.throttle0.link_utilization    11.734234                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::4        78523                      
system.ruby.network.routers07.throttle0.msg_count.ResponseL2hit_Data::4          227                      
system.ruby.network.routers07.throttle0.msg_count.ResponseLocal_Data::4           96                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Data::4         3551                      
system.ruby.network.routers07.throttle0.msg_count.Broadcast_Control::1       547801                      
system.ruby.network.routers07.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::4      5653656                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseL2hit_Data::4        16344                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseLocal_Data::4         6912                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Data::4       255672                      
system.ruby.network.routers07.throttle0.msg_bytes.Broadcast_Control::1      4382408                      
system.ruby.network.routers07.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers07.throttle1.link_utilization     7.809202                      
system.ruby.network.routers07.throttle1.msg_count.Request_Control::1        78216                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::4          740                      
system.ruby.network.routers07.throttle1.msg_count.ResponseL2hit_Data::4           10                      
system.ruby.network.routers07.throttle1.msg_count.ResponseLocal_Data::4           80                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::4           72                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::4        81629                      
system.ruby.network.routers07.throttle1.msg_count.Broadcast_Control::1        78216                      
system.ruby.network.routers07.throttle1.msg_count.Persistent_Control::3         9330                      
system.ruby.network.routers07.throttle1.msg_bytes.Request_Control::1       625728                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::4        53280                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseL2hit_Data::4          720                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseLocal_Data::4         5760                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::4          576                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::4      5877288                      
system.ruby.network.routers07.throttle1.msg_bytes.Broadcast_Control::1       625728                      
system.ruby.network.routers07.throttle1.msg_bytes.Persistent_Control::3        74640                      
system.ruby.network.routers08.throttle0.link_utilization    54.439316                      
system.ruby.network.routers08.throttle0.msg_count.Request_Control::1       626017                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::4          657                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::4       625330                      
system.ruby.network.routers08.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers08.throttle0.msg_bytes.Request_Control::1      5008136                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::4         5256                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::4     45023760                      
system.ruby.network.routers08.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers08.throttle1.link_utilization    27.681033                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       624256                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::4         6428                      
system.ruby.network.routers08.throttle1.msg_count.ResponseL2hit_Data::4         1761                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::4            6                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Data::4       237853                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Control::4       379795                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      4994048                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::4       462816                      
system.ruby.network.routers08.throttle1.msg_bytes.ResponseL2hit_Data::4       126792                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::4           48                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Data::4     17125416                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Control::4      3038360                      
system.ruby.network.routers09.throttle0.link_utilization    28.149182                      
system.ruby.network.routers09.throttle0.msg_count.Request_Control::2       624256                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::4         5555                      
system.ruby.network.routers09.throttle0.msg_count.ResponseL2hit_Data::4           80                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Data::4       238128                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Control::4       379795                      
system.ruby.network.routers09.throttle0.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers09.throttle0.msg_bytes.Request_Control::2      4994048                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::4       399960                      
system.ruby.network.routers09.throttle0.msg_bytes.ResponseL2hit_Data::4         5760                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Data::4     17145216                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Control::4      3038360                      
system.ruby.network.routers09.throttle0.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers09.throttle1.link_utilization    48.194482                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::4       621928                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Data::4          684                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::4     44778816                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Data::4        49248                      
system.ruby.network.routers10.throttle0.link_utilization    11.670881                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::4        78769                      
system.ruby.network.routers10.throttle0.msg_count.ResponseL2hit_Data::4          219                      
system.ruby.network.routers10.throttle0.msg_count.ResponseLocal_Data::4           88                      
system.ruby.network.routers10.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle0.msg_count.Writeback_Data::4         3582                      
system.ruby.network.routers10.throttle0.msg_count.Broadcast_Control::1       547590                      
system.ruby.network.routers10.throttle0.msg_count.Persistent_Control::3        65444                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::4      5671368                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseL2hit_Data::4        15768                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseLocal_Data::4         6336                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle0.msg_bytes.Writeback_Data::4       257904                      
system.ruby.network.routers10.throttle0.msg_bytes.Broadcast_Control::1      4380720                      
system.ruby.network.routers10.throttle0.msg_bytes.Persistent_Control::3       523552                      
system.ruby.network.routers10.throttle1.link_utilization    11.638172                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::4        78264                      
system.ruby.network.routers10.throttle1.msg_count.ResponseL2hit_Data::4          233                      
system.ruby.network.routers10.throttle1.msg_count.ResponseLocal_Data::4           93                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Data::4         3609                      
system.ruby.network.routers10.throttle1.msg_count.Broadcast_Control::1       548062                      
system.ruby.network.routers10.throttle1.msg_count.Persistent_Control::3        65300                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::4      5635008                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseL2hit_Data::4        16776                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseLocal_Data::4         6696                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Data::4       259848                      
system.ruby.network.routers10.throttle1.msg_bytes.Broadcast_Control::1      4384496                      
system.ruby.network.routers10.throttle1.msg_bytes.Persistent_Control::3       522400                      
system.ruby.network.routers10.throttle2.link_utilization    11.677495                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::4        78892                      
system.ruby.network.routers10.throttle2.msg_count.ResponseL2hit_Data::4          188                      
system.ruby.network.routers10.throttle2.msg_count.ResponseLocal_Data::4           92                      
system.ruby.network.routers10.throttle2.msg_count.Writeback_Data::4         3562                      
system.ruby.network.routers10.throttle2.msg_count.Broadcast_Control::1       547548                      
system.ruby.network.routers10.throttle2.msg_count.Persistent_Control::3        65572                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::4      5680224                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseL2hit_Data::4        13536                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseLocal_Data::4         6624                      
system.ruby.network.routers10.throttle2.msg_bytes.Writeback_Data::4       256464                      
system.ruby.network.routers10.throttle2.msg_bytes.Broadcast_Control::1      4380384                      
system.ruby.network.routers10.throttle2.msg_bytes.Persistent_Control::3       524576                      
system.ruby.network.routers10.throttle3.link_utilization    11.657404                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::4        78586                      
system.ruby.network.routers10.throttle3.msg_count.ResponseL2hit_Data::4          225                      
system.ruby.network.routers10.throttle3.msg_count.ResponseLocal_Data::4           89                      
system.ruby.network.routers10.throttle3.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Data::4         3557                      
system.ruby.network.routers10.throttle3.msg_count.Broadcast_Control::1       547796                      
system.ruby.network.routers10.throttle3.msg_count.Persistent_Control::3        65480                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::4      5658192                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseL2hit_Data::4        16200                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseLocal_Data::4         6408                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Data::4       256104                      
system.ruby.network.routers10.throttle3.msg_bytes.Broadcast_Control::1      4382368                      
system.ruby.network.routers10.throttle3.msg_bytes.Persistent_Control::3       523840                      
system.ruby.network.routers10.throttle4.link_utilization    11.687807                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::4        79086                      
system.ruby.network.routers10.throttle4.msg_count.ResponseL2hit_Data::4          202                      
system.ruby.network.routers10.throttle4.msg_count.ResponseLocal_Data::4           87                      
system.ruby.network.routers10.throttle4.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Data::4         3520                      
system.ruby.network.routers10.throttle4.msg_count.Broadcast_Control::1       547323                      
system.ruby.network.routers10.throttle4.msg_count.Persistent_Control::3        65546                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::4      5694192                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseL2hit_Data::4        14544                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseLocal_Data::4         6264                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Data::4       253440                      
system.ruby.network.routers10.throttle4.msg_bytes.Broadcast_Control::1      4378584                      
system.ruby.network.routers10.throttle4.msg_bytes.Persistent_Control::3       524368                      
system.ruby.network.routers10.throttle5.link_utilization    11.619543                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::4        78154                      
system.ruby.network.routers10.throttle5.msg_count.ResponseL2hit_Data::4          224                      
system.ruby.network.routers10.throttle5.msg_count.ResponseLocal_Data::4          101                      
system.ruby.network.routers10.throttle5.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Data::4         3403                      
system.ruby.network.routers10.throttle5.msg_count.Broadcast_Control::1       548172                      
system.ruby.network.routers10.throttle5.msg_count.Persistent_Control::3        65884                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::4      5627088                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseL2hit_Data::4        16128                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseLocal_Data::4         7272                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Data::4       245016                      
system.ruby.network.routers10.throttle5.msg_bytes.Broadcast_Control::1      4385376                      
system.ruby.network.routers10.throttle5.msg_bytes.Persistent_Control::3       527072                      
system.ruby.network.routers10.throttle6.link_utilization    11.647934                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::4        78502                      
system.ruby.network.routers10.throttle6.msg_count.ResponseL2hit_Data::4          243                      
system.ruby.network.routers10.throttle6.msg_count.ResponseLocal_Data::4           86                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Data::4         3467                      
system.ruby.network.routers10.throttle6.msg_count.Broadcast_Control::1       547827                      
system.ruby.network.routers10.throttle6.msg_count.Persistent_Control::3        65780                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::4      5652144                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseL2hit_Data::4        17496                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseLocal_Data::4         6192                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Data::4       249624                      
system.ruby.network.routers10.throttle6.msg_bytes.Broadcast_Control::1      4382616                      
system.ruby.network.routers10.throttle6.msg_bytes.Persistent_Control::3       526240                      
system.ruby.network.routers10.throttle7.link_utilization    11.653989                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::4        78523                      
system.ruby.network.routers10.throttle7.msg_count.ResponseL2hit_Data::4          227                      
system.ruby.network.routers10.throttle7.msg_count.ResponseLocal_Data::4           96                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Data::4         3551                      
system.ruby.network.routers10.throttle7.msg_count.Broadcast_Control::1       547801                      
system.ruby.network.routers10.throttle7.msg_count.Persistent_Control::3        65616                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::4      5653656                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseL2hit_Data::4        16344                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseLocal_Data::4         6912                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Data::4       255672                      
system.ruby.network.routers10.throttle7.msg_bytes.Broadcast_Control::1      4382408                      
system.ruby.network.routers10.throttle7.msg_bytes.Persistent_Control::3       524928                      
system.ruby.network.routers10.throttle8.link_utilization    54.439350                      
system.ruby.network.routers10.throttle8.msg_count.Request_Control::1       626017                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::4          657                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::4       625330                      
system.ruby.network.routers10.throttle8.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers10.throttle8.msg_bytes.Request_Control::1      5008136                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::4         5256                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::4     45023760                      
system.ruby.network.routers10.throttle8.msg_bytes.Persistent_Control::3       599568                      
system.ruby.network.routers10.throttle9.link_utilization    28.149182                      
system.ruby.network.routers10.throttle9.msg_count.Request_Control::2       624256                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::4         5555                      
system.ruby.network.routers10.throttle9.msg_count.ResponseL2hit_Data::4           80                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Data::4       238128                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Control::4       379795                      
system.ruby.network.routers10.throttle9.msg_count.Persistent_Control::3        74946                      
system.ruby.network.routers10.throttle9.msg_bytes.Request_Control::2      4994048                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::4       399960                      
system.ruby.network.routers10.throttle9.msg_bytes.ResponseL2hit_Data::4         5760                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Data::4     17145216                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Control::4      3038360                      
system.ruby.network.routers10.throttle9.msg_bytes.Persistent_Control::3       599568                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           403218                      
system.ruby.LD.latency_hist::mean         1187.037116                      
system.ruby.LD.latency_hist::gmean         968.761673                      
system.ruby.LD.latency_hist::stdev         633.555018                      
system.ruby.LD.latency_hist              |       72720     18.03%     18.03% |      100802     25.00%     43.03% |       98637     24.46%     67.50% |       90849     22.53%     90.03% |       37178      9.22%     99.25% |        3019      0.75%    100.00% |          13      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.latency_hist::total             403218                      
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         1797                      
system.ruby.LD.hit_latency_hist::mean     1063.417919                      
system.ruby.LD.hit_latency_hist::gmean     584.649730                      
system.ruby.LD.hit_latency_hist::stdev     677.687491                      
system.ruby.LD.hit_latency_hist          |         466     25.93%     25.93% |         409     22.76%     48.69% |         420     23.37%     72.06% |         356     19.81%     91.88% |         134      7.46%     99.33% |          12      0.67%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total           1797                      
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       401421                      
system.ruby.LD.miss_latency_hist::mean    1187.590510                      
system.ruby.LD.miss_latency_hist::gmean    970.954236                      
system.ruby.LD.miss_latency_hist::stdev    633.297193                      
system.ruby.LD.miss_latency_hist         |       72254     18.00%     18.00% |      100393     25.01%     43.01% |       98217     24.47%     67.48% |       90493     22.54%     90.02% |       37044      9.23%     99.25% |        3007      0.75%    100.00% |          13      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        401421                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           222960                      
system.ruby.ST.latency_hist::mean         1190.221941                      
system.ruby.ST.latency_hist::gmean         972.764912                      
system.ruby.ST.latency_hist::stdev         633.065992                      
system.ruby.ST.latency_hist              |       39845     17.87%     17.87% |       55705     24.98%     42.86% |       54441     24.42%     67.27% |       50687     22.73%     90.01% |       20632      9.25%     99.26% |        1641      0.74%    100.00% |           9      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.latency_hist::total             222960                      
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          992                      
system.ruby.ST.hit_latency_hist::mean     1062.549395                      
system.ruby.ST.hit_latency_hist::gmean     587.285755                      
system.ruby.ST.hit_latency_hist::stdev     696.623081                      
system.ruby.ST.hit_latency_hist          |         276     27.82%     27.82% |         214     21.57%     49.40% |         214     21.57%     70.97% |         199     20.06%     91.03% |          82      8.27%     99.29% |           7      0.71%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total            992                      
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       221968                      
system.ruby.ST.miss_latency_hist::mean    1190.792524                      
system.ruby.ST.miss_latency_hist::gmean    974.961218                      
system.ruby.ST.miss_latency_hist::stdev    632.711523                      
system.ruby.ST.miss_latency_hist         |       39569     17.83%     17.83% |       55491     25.00%     42.83% |       54227     24.43%     67.26% |       50488     22.75%     90.00% |       20550      9.26%     99.26% |        1634      0.74%    100.00% |           9      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        221968                      
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          182                      
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% |         182    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          182                      
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         1275                      
system.ruby.L1Cache.miss_mach_latency_hist::mean  1136.723137                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   835.982535                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   658.879581                      
system.ruby.L1Cache.miss_mach_latency_hist |         278     21.80%     21.80% |         295     23.14%     44.94% |         311     24.39%     69.33% |         273     21.41%     90.75% |         109      8.55%     99.29% |           9      0.71%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total         1275                      
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         2607                      
system.ruby.L2Cache.hit_mach_latency_hist::mean  1137.187188                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean   870.535124                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   645.700929                      
system.ruby.L2Cache.hit_mach_latency_hist |         560     21.48%     21.48% |         623     23.90%     45.38% |         634     24.32%     69.70% |         555     21.29%     90.99% |         216      8.29%     99.27% |          19      0.73%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist::total         2607                      
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       622114                      
system.ruby.Directory.miss_mach_latency_hist::mean  1188.837228                      
system.ruby.Directory.miss_mach_latency_hist::gmean   972.680340                      
system.ruby.Directory.miss_mach_latency_hist::stdev   633.032297                      
system.ruby.Directory.miss_mach_latency_hist |      111545     17.93%     17.93% |      155589     25.01%     42.94% |      152133     24.45%     67.39% |      140708     22.62%     90.01% |       57485      9.24%     99.25% |        4632      0.74%    100.00% |          22      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       622114                      
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          121                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist::gmean            2                      
system.ruby.LD.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |         121    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          121                      
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          842                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean  1132.538005                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   845.934602                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   644.639931                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |         178     21.14%     21.14% |         196     23.28%     44.42% |         223     26.48%     70.90% |         175     20.78%     91.69% |          65      7.72%     99.41% |           5      0.59%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total          842                      
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         1676                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean  1140.047733                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean   880.887947                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   636.534605                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         345     20.58%     20.58% |         409     24.40%     44.99% |         420     25.06%     70.05% |         356     21.24%     91.29% |         134      8.00%     99.28% |          12      0.72%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total         1676                      
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       400579                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean  1187.706228                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   971.235590                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   633.268915                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |       72076     17.99%     17.99% |      100197     25.01%     43.01% |       97994     24.46%     67.47% |       90318     22.55%     90.02% |       36979      9.23%     99.25% |        3002      0.75%    100.00% |          13      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       400579                      
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           61                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          61    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           61                      
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          433                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean  1144.861432                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   816.963977                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   686.412250                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |         100     23.09%     23.09% |          99     22.86%     45.96% |          88     20.32%     66.28% |          98     22.63%     88.91% |          44     10.16%     99.08% |           4      0.92%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::total          433                      
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          931                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean  1132.037594                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean   852.203535                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   662.197435                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         215     23.09%     23.09% |         214     22.99%     46.08% |         214     22.99%     69.07% |         199     21.37%     90.44% |          82      8.81%     99.25% |           7      0.75%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total          931                      
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       221535                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean  1190.882299                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   975.298192                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   632.600514                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       39469     17.82%     17.82% |       55392     25.00%     42.82% |       54139     24.44%     67.26% |       50390     22.75%     90.00% |       20506      9.26%     99.26% |        1630      0.74%    100.00% |           9      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       221535                      
system.ruby.Directory_Controller.GETX          238047      0.00%      0.00%
system.ruby.Directory_Controller.GETS          430291      0.00%      0.00%
system.ruby.Directory_Controller.Lockdown        37638      0.00%      0.00%
system.ruby.Directory_Controller.Unlockdown        37308      0.00%      0.00%
system.ruby.Directory_Controller.Data_Owner          338      0.00%      0.00%
system.ruby.Directory_Controller.Data_All_Tokens       243377      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner          518      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner_All_Tokens       378415      0.00%      0.00%
system.ruby.Directory_Controller.Tokens           126      0.00%      0.00%
system.ruby.Directory_Controller.Ack_All_Tokens          798      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       621889      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       242933      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX        219876      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS        397634      0.00%      0.00%
system.ruby.Directory_Controller.O.Lockdown         3871      0.00%      0.00%
system.ruby.Directory_Controller.O.Data_All_Tokens           51      0.00%      0.00%
system.ruby.Directory_Controller.O.Tokens            9      0.00%      0.00%
system.ruby.Directory_Controller.O.Ack_All_Tokens          792      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         2332      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS         4104      0.00%      0.00%
system.ruby.Directory_Controller.NO.Lockdown        16032      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_Owner          338      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_All_Tokens       242596      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner          517      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner_All_Tokens       378018      0.00%      0.00%
system.ruby.Directory_Controller.NO.Tokens          116      0.00%      0.00%
system.ruby.Directory_Controller.L.GETX            89      0.00%      0.00%
system.ruby.Directory_Controller.L.GETS           220      0.00%      0.00%
system.ruby.Directory_Controller.L.Lockdown          288      0.00%      0.00%
system.ruby.Directory_Controller.L.Unlockdown        37306      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_All_Tokens          725      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner            1      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner_All_Tokens          397      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETX           87      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETS          120      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Lockdown          129      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Data_All_Tokens            5      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Tokens            1      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Ack_All_Tokens            3      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       242804      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETX           56      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETS          180      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Lockdown           18      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         4396      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Ack          129      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETX          400      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETS          860      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        17276      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETX        15207      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETS        27173      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Lockdown        17276      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Ack_All_Tokens            3      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Memory_Data       600215      0.00%      0.00%
system.ruby.L1Cache_Controller.Load      |       50580     12.54%     12.54% |       50427     12.51%     25.05% |       50561     12.54%     37.59% |       50429     12.51%     50.09% |       50649     12.56%     62.66% |       49998     12.40%     75.05% |       50353     12.49%     87.54% |       50236     12.46%    100.00%
system.ruby.L1Cache_Controller.Load::total       403233                      
system.ruby.L1Cache_Controller.Store     |       27873     12.50%     12.50% |       27561     12.36%     24.86% |       27928     12.53%     37.39% |       27812     12.47%     49.86% |       28063     12.59%     62.45% |       27868     12.50%     74.95% |       27862     12.50%     87.44% |       28001     12.56%    100.00%
system.ruby.L1Cache_Controller.Store::total       222968                      
system.ruby.L1Cache_Controller.L1_Replacement |     1481344     12.50%     12.50% |     1477625     12.47%     24.98% |     1484653     12.53%     37.51% |     1482932     12.52%     50.03% |     1487487     12.56%     62.59% |     1471439     12.42%     75.01% |     1479662     12.49%     87.50% |     1481181     12.50%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total     11846323                      
system.ruby.L1Cache_Controller.Data_Shared |         180     12.01%     12.01% |         193     12.88%     24.88% |         158     10.54%     35.42% |         187     12.47%     47.90% |         168     11.21%     59.11% |         205     13.68%     72.78% |         222     14.81%     87.59% |         186     12.41%    100.00%
system.ruby.L1Cache_Controller.Data_Shared::total         1499                      
system.ruby.L1Cache_Controller.Data_Owner |          49     15.46%     15.46% |          61     19.24%     34.70% |          40     12.62%     47.32% |          37     11.67%     58.99% |          23      7.26%     66.25% |          34     10.73%     76.97% |          39     12.30%     89.27% |          34     10.73%    100.00%
system.ruby.L1Cache_Controller.Data_Owner::total          317                      
system.ruby.L1Cache_Controller.Data_All_Tokens |       82429     12.53%     12.53% |       81945     12.46%     24.99% |       82536     12.55%     37.54% |       82233     12.50%     50.04% |       82704     12.57%     62.62% |       81642     12.41%     75.03% |       82037     12.47%     87.51% |       82177     12.49%    100.00%
system.ruby.L1Cache_Controller.Data_All_Tokens::total       657703                      
system.ruby.L1Cache_Controller.Ack       |           1     14.29%     14.29% |           1     14.29%     28.57% |           0      0.00%     28.57% |           0      0.00%     28.57% |           1     14.29%     42.86% |           1     14.29%     57.14% |           0      0.00%     57.14% |           3     42.86%    100.00%
system.ruby.L1Cache_Controller.Ack::total            7                      
system.ruby.L1Cache_Controller.Ack_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Ack_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.Transient_Local_GETX |      195045     12.50%     12.50% |      195355     12.52%     25.02% |      194988     12.50%     37.52% |      195102     12.50%     50.02% |      194849     12.49%     62.51% |      195046     12.50%     75.01% |      195053     12.50%     87.51% |      194911     12.49%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETX::total      1560349                      
system.ruby.L1Cache_Controller.Transient_Local_GETS |      352545     12.49%     12.49% |      352707     12.50%     24.99% |      352559     12.49%     37.49% |      352694     12.50%     49.99% |      352474     12.49%     62.48% |      353126     12.51%     74.99% |      352773     12.50%     87.49% |      352890     12.51%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS::total      2821768                      
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.Persistent_GETX |       11731     12.47%     12.47% |       11735     12.48%     24.95% |       11728     12.47%     37.42% |       11711     12.45%     49.88% |       11754     12.50%     62.38% |       11796     12.54%     74.92% |       11806     12.55%     87.48% |       11778     12.52%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETX::total        94039                      
system.ruby.L1Cache_Controller.Persistent_GETS |       21116     12.46%     12.46% |       21053     12.43%     24.89% |       21189     12.51%     37.40% |       21173     12.50%     49.89% |       21170     12.50%     62.39% |       21294     12.57%     74.96% |       21243     12.54%     87.49% |       21188     12.51%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS::total       169426                      
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock |       42099     12.53%     12.53% |       42158     12.54%     25.07% |       42029     12.50%     37.57% |       42062     12.51%     50.09% |       42022     12.50%     62.59% |       41855     12.45%     75.04% |       41897     12.47%     87.51% |       41979     12.49%    100.00%
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock::total       336101                      
system.ruby.L1Cache_Controller.Request_Timeout |       31970     12.60%     12.60% |       31960     12.60%     25.20% |       31717     12.50%     37.70% |       30776     12.13%     49.83% |       32081     12.65%     62.48% |       32035     12.63%     75.11% |       31271     12.33%     87.43% |       31883     12.57%    100.00%
system.ruby.L1Cache_Controller.Request_Timeout::total       253693                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverX |           5      7.14%      7.14% |           5      7.14%     14.29% |           7     10.00%     24.29% |           9     12.86%     37.14% |           6      8.57%     45.71% |          11     15.71%     61.43% |          15     21.43%     82.86% |          12     17.14%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverX::total           70                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverS |          10     10.20%     10.20% |          12     12.24%     22.45% |          16     16.33%     38.78% |           9      9.18%     47.96% |          16     16.33%     64.29% |          13     13.27%     77.55% |           5      5.10%     82.65% |          17     17.35%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverS::total           98                      
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers |       78221     12.53%     12.53% |       77720     12.45%     24.98% |       78274     12.54%     37.52% |       78013     12.50%     50.02% |       78495     12.57%     62.59% |       77609     12.43%     75.02% |       77937     12.48%     87.51% |       77992     12.49%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers::total       624261                      
system.ruby.L1Cache_Controller.NP.Load   |       50558     12.55%     12.55% |       50386     12.50%     25.05% |       50529     12.54%     37.59% |       50403     12.51%     50.10% |       50616     12.56%     62.66% |       49966     12.40%     75.06% |       50316     12.49%     87.54% |       50203     12.46%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       402977                      
system.ruby.L1Cache_Controller.NP.Store  |       27852     12.50%     12.50% |       27542     12.36%     24.86% |       27909     12.53%     37.39% |       27796     12.47%     49.86% |       28045     12.59%     62.45% |       27850     12.50%     74.94% |       27844     12.50%     87.44% |       27986     12.56%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       222824                      
system.ruby.L1Cache_Controller.NP.Data_Shared |          13     12.50%     12.50% |          15     14.42%     26.92% |          10      9.62%     36.54% |          19     18.27%     54.81% |           8      7.69%     62.50% |          14     13.46%     75.96% |          13     12.50%     88.46% |          12     11.54%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Shared::total          104                      
system.ruby.L1Cache_Controller.NP.Data_Owner |          22     17.46%     17.46% |          22     17.46%     34.92% |          17     13.49%     48.41% |          15     11.90%     60.32% |           8      6.35%     66.67% |          13     10.32%     76.98% |          16     12.70%     89.68% |          13     10.32%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Owner::total          126                      
system.ruby.L1Cache_Controller.NP.Data_All_Tokens |        4164     12.57%     12.57% |        4179     12.62%     25.19% |        4212     12.72%     37.90% |        4180     12.62%     50.52% |        4173     12.60%     63.12% |        3992     12.05%     75.17% |        4070     12.29%     87.46% |        4153     12.54%    100.00%
system.ruby.L1Cache_Controller.NP.Data_All_Tokens::total        33123                      
system.ruby.L1Cache_Controller.NP.Ack    |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.NP.Ack::total            2                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX |      194579     12.50%     12.50% |      194914     12.52%     25.02% |      194472     12.49%     37.51% |      194694     12.51%     50.02% |      194418     12.49%     62.51% |      194604     12.50%     75.01% |      194580     12.50%     87.51% |      194511     12.49%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX::total      1556772                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS |      351738     12.49%     12.49% |      351897     12.50%     24.99% |      351772     12.49%     37.49% |      351927     12.50%     49.99% |      351702     12.49%     62.48% |      352340     12.51%     74.99% |      351957     12.50%     87.49% |      352087     12.51%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS::total      2815420                      
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock |       36781     12.51%     12.51% |       36674     12.47%     24.98% |       36812     12.52%     37.50% |       36771     12.51%     50.01% |       36764     12.50%     62.51% |       36711     12.49%     75.00% |       36773     12.51%     87.50% |       36744     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock::total       294030                      
system.ruby.L1Cache_Controller.I.L1_Replacement |          92     14.02%     14.02% |          96     14.63%     28.66% |          92     14.02%     42.68% |          73     11.13%     53.81% |          64      9.76%     63.57% |          88     13.41%     76.98% |          79     12.04%     89.02% |          72     10.98%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total          656                      
system.ruby.L1Cache_Controller.I.Data_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Data_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETX |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETX::total            2                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETS::total            1                      
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock::total            1                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         179     11.54%     11.54% |         191     12.31%     23.86% |         169     10.90%     34.75% |         190     12.25%     47.00% |         187     12.06%     59.06% |         211     13.60%     72.66% |         224     14.44%     87.11% |         200     12.89%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         1551                      
system.ruby.L1Cache_Controller.S.Data_Shared |           4     18.18%     18.18% |           2      9.09%     27.27% |           2      9.09%     36.36% |           3     13.64%     50.00% |           1      4.55%     54.55% |           3     13.64%     68.18% |           3     13.64%     81.82% |           4     18.18%    100.00%
system.ruby.L1Cache_Controller.S.Data_Shared::total           22                      
system.ruby.L1Cache_Controller.S.Data_Owner |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_Owner::total            1                      
system.ruby.L1Cache_Controller.S.Data_All_Tokens |           1     25.00%     25.00% |           1     25.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_All_Tokens::total            4                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETX |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.O.L1_Replacement |          66     13.75%     13.75% |          73     15.21%     28.96% |          48     10.00%     38.96% |          60     12.50%     51.46% |          49     10.21%     61.67% |          57     11.88%     73.54% |          70     14.58%     88.12% |          57     11.88%    100.00%
system.ruby.L1Cache_Controller.O.L1_Replacement::total          480                      
system.ruby.L1Cache_Controller.O.Data_All_Tokens |           0      0.00%      0.00% |           3     75.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Data_All_Tokens::total            4                      
system.ruby.L1Cache_Controller.O.Ack     |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.O.Ack::total            2                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETS::total            2                      
system.ruby.L1Cache_Controller.O.Persistent_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           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.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock |           5     11.11%     11.11% |          12     26.67%     37.78% |           2      4.44%     42.22% |           9     20.00%     62.22% |           6     13.33%     75.56% |           5     11.11%     86.67% |           2      4.44%     91.11% |           4      8.89%    100.00%
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock::total           45                      
system.ruby.L1Cache_Controller.M.Load    |           5     17.86%     17.86% |           7     25.00%     42.86% |           2      7.14%     50.00% |           4     14.29%     64.29% |           2      7.14%     71.43% |           0      0.00%     71.43% |           3     10.71%     82.14% |           5     17.86%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           28                      
system.ruby.L1Cache_Controller.M.Store   |           3     37.50%     37.50% |           2     25.00%     62.50% |           0      0.00%     62.50% |           0      0.00%     62.50% |           0      0.00%     62.50% |           0      0.00%     62.50% |           2     25.00%     87.50% |           1     12.50%    100.00%
system.ruby.L1Cache_Controller.M.Store::total            8                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       50274     12.54%     12.54% |       50096     12.50%     25.04% |       50288     12.55%     37.59% |       50136     12.51%     50.10% |       50375     12.57%     62.67% |       49671     12.39%     75.07% |       50006     12.48%     87.54% |       49926     12.46%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       400772                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETX |          26     16.15%     16.15% |          23     14.29%     30.43% |          28     17.39%     47.83% |          12      7.45%     55.28% |          17     10.56%     65.84% |          21     13.04%     78.88% |          14      8.70%     87.58% |          20     12.42%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETX::total          161                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETS |          39     13.13%     13.13% |          37     12.46%     25.59% |          26      8.75%     34.34% |          40     13.47%     47.81% |          35     11.78%     59.60% |          36     12.12%     71.72% |          47     15.82%     87.54% |          37     12.46%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETS::total          297                      
system.ruby.L1Cache_Controller.M.Persistent_GETX |           4      8.16%      8.16% |          10     20.41%     28.57% |           8     16.33%     44.90% |           6     12.24%     57.14% |           2      4.08%     61.22% |           9     18.37%     79.59% |           6     12.24%     91.84% |           4      8.16%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETX::total           49                      
system.ruby.L1Cache_Controller.M.Persistent_GETS |          10      8.33%      8.33% |          11      9.17%     17.50% |          15     12.50%     30.00% |          20     16.67%     46.67% |          16     13.33%     60.00% |          16     13.33%     73.33% |          15     12.50%     85.83% |          17     14.17%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETS::total          120                      
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock |         285     12.73%     12.73% |         334     14.92%     27.65% |         250     11.17%     38.81% |         263     11.75%     50.56% |         271     12.10%     62.66% |         288     12.86%     75.52% |         281     12.55%     88.08% |         267     11.92%    100.00%
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock::total         2239                      
system.ruby.L1Cache_Controller.MM.Load   |           0      0.00%      0.00% |           5     38.46%     38.46% |           2     15.38%     53.85% |           4     30.77%     84.62% |           0      0.00%     84.62% |           1      7.69%     92.31% |           1      7.69%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           13                      
system.ruby.L1Cache_Controller.MM.Store  |           2     15.38%     15.38% |           2     15.38%     30.77% |           3     23.08%     53.85% |           0      0.00%     53.85% |           2     15.38%     69.23% |           2     15.38%     84.62% |           1      7.69%     92.31% |           1      7.69%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           13                      
system.ruby.L1Cache_Controller.MM.L1_Replacement |       27812     12.50%     12.50% |       27496     12.36%     24.85% |       27868     12.52%     37.38% |       27758     12.47%     49.85% |       28016     12.59%     62.44% |       27814     12.50%     74.94% |       27807     12.50%     87.44% |       27957     12.56%    100.00%
system.ruby.L1Cache_Controller.MM.L1_Replacement::total       222528                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX |          20     20.83%     20.83% |           6      6.25%     27.08% |          16     16.67%     43.75% |           7      7.29%     51.04% |          12     12.50%     63.54% |          12     12.50%     76.04% |          16     16.67%     92.71% |           7      7.29%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX::total           96                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS |          27     15.43%     15.43% |          29     16.57%     32.00% |          17      9.71%     41.71% |          25     14.29%     56.00% |          19     10.86%     66.86% |          21     12.00%     78.86% |          21     12.00%     90.86% |          16      9.14%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS::total          175                      
system.ruby.L1Cache_Controller.MM.Persistent_GETX |           2     12.50%     12.50% |           5     31.25%     43.75% |           1      6.25%     50.00% |           2     12.50%     62.50% |           1      6.25%     68.75% |           3     18.75%     87.50% |           0      0.00%     87.50% |           2     12.50%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETX::total           16                      
system.ruby.L1Cache_Controller.MM.Persistent_GETS |           6     11.32%     11.32% |          11     20.75%     32.08% |           8     15.09%     47.17% |           8     15.09%     62.26% |           3      5.66%     67.92% |           6     11.32%     79.25% |           5      9.43%     88.68% |           6     11.32%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETS::total           53                      
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock |         157     12.43%     12.43% |         170     13.46%     25.89% |         133     10.53%     36.42% |         165     13.06%     49.49% |         154     12.19%     61.68% |         179     14.17%     75.85% |         133     10.53%     86.38% |         172     13.62%    100.00%
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock::total         1263                      
system.ruby.L1Cache_Controller.M_W.Load  |           6     11.32%     11.32% |           6     11.32%     22.64% |           4      7.55%     30.19% |           3      5.66%     35.85% |           7     13.21%     49.06% |          10     18.87%     67.92% |           9     16.98%     84.91% |           8     15.09%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           53                      
system.ruby.L1Cache_Controller.M_W.Store |           6     27.27%     27.27% |           3     13.64%     40.91% |           3     13.64%     54.55% |           3     13.64%     68.18% |           1      4.55%     72.73% |           3     13.64%     86.36% |           2      9.09%     95.45% |           1      4.55%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           22                      
system.ruby.L1Cache_Controller.M_W.L1_Replacement |      367001     12.47%     12.47% |      366211     12.45%     24.92% |      369906     12.57%     37.50% |      369555     12.56%     50.06% |      369928     12.57%     62.63% |      366826     12.47%     75.10% |      365151     12.41%     87.51% |      367442     12.49%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_Replacement::total      2942020                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX |          55     11.65%     11.65% |          66     13.98%     25.64% |          60     12.71%     38.35% |          51     10.81%     49.15% |          60     12.71%     61.86% |          58     12.29%     74.15% |          61     12.92%     87.08% |          61     12.92%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX::total          472                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS |         105     13.17%     13.17% |         115     14.43%     27.60% |          95     11.92%     39.52% |          96     12.05%     51.57% |         100     12.55%     64.12% |         100     12.55%     76.66% |         109     13.68%     90.34% |          77      9.66%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS::total          797                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETX |           3      6.98%      6.98% |           3      6.98%     13.95% |           4      9.30%     23.26% |           6     13.95%     37.21% |           2      4.65%     41.86% |           7     16.28%     58.14% |          10     23.26%     81.40% |           8     18.60%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETX::total           43                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETS |           8     12.90%     12.90% |           6      9.68%     22.58% |           8     12.90%     35.48% |           4      6.45%     41.94% |          13     20.97%     62.90% |           7     11.29%     74.19% |           3      4.84%     79.03% |          13     20.97%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETS::total           62                      
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock |         467     13.94%     13.94% |         438     13.07%     27.01% |         422     12.60%     39.61% |         435     12.99%     52.60% |         417     12.45%     65.04% |         375     11.19%     76.24% |         392     11.70%     87.94% |         404     12.06%    100.00%
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock::total         3350                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX |           3      6.82%      6.82% |           3      6.82%     13.64% |           4      9.09%     22.73% |           6     13.64%     36.36% |           2      4.55%     40.91% |           8     18.18%     59.09% |          10     22.73%     81.82% |           8     18.18%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX::total           44                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS |           8     12.31%     12.31% |           6      9.23%     21.54% |           9     13.85%     35.38% |           5      7.69%     43.08% |          13     20.00%     63.08% |           8     12.31%     75.38% |           3      4.62%     80.00% |          13     20.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS::total           65                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers |       50357     12.55%     12.55% |       50175     12.50%     25.05% |       50364     12.55%     37.59% |       50213     12.51%     50.10% |       50444     12.57%     62.67% |       49753     12.39%     75.06% |       50090     12.48%     87.54% |       50005     12.46%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers::total       401401                      
system.ruby.L1Cache_Controller.MM_W.Load |           4     14.81%     14.81% |           5     18.52%     33.33% |           3     11.11%     44.44% |           2      7.41%     51.85% |           3     11.11%     62.96% |           3     11.11%     74.07% |           4     14.81%     88.89% |           3     11.11%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           27                      
system.ruby.L1Cache_Controller.MM_W.Store |           0      0.00%      0.00% |           2     11.11%     11.11% |           3     16.67%     27.78% |           4     22.22%     50.00% |           2     11.11%     61.11% |           2     11.11%     72.22% |           3     16.67%     88.89% |           2     11.11%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total           18                      
system.ruby.L1Cache_Controller.MM_W.L1_Replacement |      204264     12.50%     12.50% |      201732     12.34%     24.84% |      205010     12.54%     37.38% |      203708     12.46%     49.84% |      203889     12.47%     62.32% |      203737     12.46%     74.78% |      205604     12.58%     87.36% |      206595     12.64%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_Replacement::total      1634539                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX |          40     14.08%     14.08% |          35     12.32%     26.41% |          42     14.79%     41.20% |          30     10.56%     51.76% |          33     11.62%     63.38% |          42     14.79%     78.17% |          40     14.08%     92.25% |          22      7.75%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX::total          284                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS |          48     10.86%     10.86% |          52     11.76%     22.62% |          47     10.63%     33.26% |          47     10.63%     43.89% |          66     14.93%     58.82% |          58     13.12%     71.95% |          66     14.93%     86.88% |          58     13.12%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS::total          442                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX |           2      7.69%      7.69% |           2      7.69%     15.38% |           3     11.54%     26.92% |           3     11.54%     38.46% |           4     15.38%     53.85% |           3     11.54%     65.38% |           5     19.23%     84.62% |           4     15.38%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX::total           26                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS |           1      3.33%      3.33% |           5     16.67%     20.00% |           7     23.33%     43.33% |           4     13.33%     56.67% |           3     10.00%     66.67% |           5     16.67%     83.33% |           1      3.33%     86.67% |           4     13.33%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS::total           30                      
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock |         243     12.93%     12.93% |         242     12.87%     25.80% |         224     11.91%     37.71% |         231     12.29%     50.00% |         237     12.61%     62.61% |         236     12.55%     75.16% |         215     11.44%     86.60% |         252     13.40%    100.00%
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock::total         1880                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX |           2      7.69%      7.69% |           2      7.69%     15.38% |           3     11.54%     26.92% |           3     11.54%     38.46% |           4     15.38%     53.85% |           3     11.54%     65.38% |           5     19.23%     84.62% |           4     15.38%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX::total           26                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS |           2      6.06%      6.06% |           6     18.18%     24.24% |           7     21.21%     45.45% |           4     12.12%     57.58% |           3      9.09%     66.67% |           5     15.15%     81.82% |           2      6.06%     87.88% |           4     12.12%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS::total           33                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers |       27864     12.50%     12.50% |       27545     12.36%     24.86% |       27910     12.52%     37.39% |       27800     12.47%     49.86% |       28051     12.59%     62.45% |       27856     12.50%     74.95% |       27847     12.50%     87.44% |       27987     12.56%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers::total       222860                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      294295     12.41%     12.41% |      294994     12.44%     24.86% |      297310     12.54%     37.40% |      295748     12.48%     49.87% |      298788     12.60%     62.48% |      295326     12.46%     74.93% |      296481     12.51%     87.44% |      297769     12.56%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      2370711                      
system.ruby.L1Cache_Controller.IM.Data_Owner |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM.Data_Owner::total            2                      
system.ruby.L1Cache_Controller.IM.Data_All_Tokens |       27861     12.50%     12.50% |       27550     12.36%     24.86% |       27916     12.52%     37.38% |       27803     12.47%     49.86% |       28057     12.59%     62.45% |       27861     12.50%     74.95% |       27852     12.50%     87.44% |       27994     12.56%    100.00%
system.ruby.L1Cache_Controller.IM.Data_All_Tokens::total       222894                      
system.ruby.L1Cache_Controller.IM.Ack    |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           2     66.67%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total            3                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX |         100     13.51%     13.51% |          86     11.62%     25.14% |         116     15.68%     40.81% |          93     12.57%     53.38% |          76     10.27%     63.65% |          84     11.35%     75.00% |         102     13.78%     88.78% |          83     11.22%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX::total          740                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS |         188     13.61%     13.61% |         177     12.82%     26.43% |         176     12.74%     39.17% |         173     12.53%     51.70% |         160     11.59%     63.29% |         148     10.72%     74.00% |         173     12.53%     86.53% |         186     13.47%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS::total         1381                      
system.ruby.L1Cache_Controller.IM.Persistent_GETX |           5     10.64%     10.64% |           9     19.15%     29.79% |           6     12.77%     42.55% |           6     12.77%     55.32% |           6     12.77%     68.09% |           5     10.64%     78.72% |           5     10.64%     89.36% |           5     10.64%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETX::total           47                      
system.ruby.L1Cache_Controller.IM.Persistent_GETS |          15     14.29%     14.29% |          17     16.19%     30.48% |          15     14.29%     44.76% |           9      8.57%     53.33% |           8      7.62%     60.95% |          15     14.29%     75.24% |          18     17.14%     92.38% |           8      7.62%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETS::total          105                      
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock |        1452     12.64%     12.64% |        1445     12.58%     25.22% |        1472     12.81%     38.03% |        1483     12.91%     50.94% |        1434     12.48%     63.43% |        1395     12.14%     75.57% |        1408     12.26%     87.83% |        1398     12.17%    100.00%
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock::total        11487                      
system.ruby.L1Cache_Controller.IM.Request_Timeout |       11161     12.52%     12.52% |       10783     12.09%     24.61% |       11323     12.70%     37.31% |       11462     12.86%     50.17% |       10983     12.32%     62.48% |       11640     13.05%     75.54% |       10787     12.10%     87.64% |       11024     12.36%    100.00%
system.ruby.L1Cache_Controller.IM.Request_Timeout::total        89163                      
system.ruby.L1Cache_Controller.OM.Data_All_Tokens |           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.OM.Data_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      536745     12.58%     12.58% |      535948     12.56%     25.14% |      533324     12.50%     37.64% |      534909     12.54%     50.17% |      535602     12.55%     62.72% |      526853     12.35%     75.07% |      533368     12.50%     87.57% |      530397     12.43%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      4267146                      
system.ruby.L1Cache_Controller.IS.Data_Shared |         163     11.88%     11.88% |         176     12.83%     24.71% |         146     10.64%     35.35% |         165     12.03%     47.38% |         158     11.52%     58.89% |         188     13.70%     72.59% |         206     15.01%     87.61% |         170     12.39%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Shared::total         1372                      
system.ruby.L1Cache_Controller.IS.Data_Owner |          26     13.83%     13.83% |          39     20.74%     34.57% |          22     11.70%     46.28% |          21     11.17%     57.45% |          15      7.98%     65.43% |          21     11.17%     76.60% |          23     12.23%     88.83% |          21     11.17%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Owner::total          188                      
system.ruby.L1Cache_Controller.IS.Data_All_Tokens |       50374     12.55%     12.55% |       50187     12.50%     25.04% |       50380     12.55%     37.59% |       50227     12.51%     50.10% |       50461     12.57%     62.67% |       49770     12.40%     75.06% |       50105     12.48%     87.54% |       50028     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.Data_All_Tokens::total       401532                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX |         158     12.15%     12.15% |         159     12.23%     24.38% |         193     14.85%     39.23% |         145     11.15%     50.38% |         166     12.77%     63.15% |         162     12.46%     75.62% |         179     13.77%     89.38% |         138     10.62%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX::total         1300                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS |         291     12.02%     12.02% |         301     12.44%     24.46% |         319     13.18%     37.64% |         274     11.32%     48.97% |         301     12.44%     61.40% |         317     13.10%     74.50% |         295     12.19%     86.69% |         322     13.31%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS::total         2420                      
system.ruby.L1Cache_Controller.IS.Persistent_GETX |          12     10.71%     10.71% |          14     12.50%     23.21% |           7      6.25%     29.46% |           8      7.14%     36.61% |          19     16.96%     53.57% |          20     17.86%     71.43% |          13     11.61%     83.04% |          19     16.96%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETX::total          112                      
system.ruby.L1Cache_Controller.IS.Persistent_GETS |          13      6.22%      6.22% |          34     16.27%     22.49% |          18      8.61%     31.10% |          28     13.40%     44.50% |          28     13.40%     57.89% |          22     10.53%     68.42% |          34     16.27%     84.69% |          32     15.31%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETS::total          209                      
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock |        2611     12.61%     12.61% |        2688     12.98%     25.58% |        2583     12.47%     38.05% |        2579     12.45%     50.50% |        2600     12.55%     63.06% |        2518     12.16%     75.21% |        2548     12.30%     87.52% |        2586     12.48%    100.00%
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock::total        20713                      
system.ruby.L1Cache_Controller.IS.Request_Timeout |       20686     12.66%     12.66% |       20967     12.83%     25.49% |       20336     12.45%     37.94% |       19211     11.76%     49.70% |       20907     12.80%     62.50% |       20280     12.41%     74.91% |       20317     12.44%     87.34% |       20677     12.66%    100.00%
system.ruby.L1Cache_Controller.IS.Request_Timeout::total       163381                      
system.ruby.L1Cache_Controller.I_L.Load  |           7      5.19%      5.19% |          18     13.33%     18.52% |          21     15.56%     34.07% |          13      9.63%     43.70% |          21     15.56%     59.26% |          18     13.33%     72.59% |          20     14.81%     87.41% |          17     12.59%    100.00%
system.ruby.L1Cache_Controller.I_L.Load::total          135                      
system.ruby.L1Cache_Controller.I_L.Store |          10     12.05%     12.05% |          10     12.05%     24.10% |          10     12.05%     36.14% |           9     10.84%     46.99% |          13     15.66%     62.65% |          11     13.25%     75.90% |          10     12.05%     87.95% |          10     12.05%    100.00%
system.ruby.L1Cache_Controller.I_L.Store::total           83                      
system.ruby.L1Cache_Controller.I_L.L1_Replacement |          84      6.45%      6.45% |         188     14.44%     20.89% |         160     12.29%     33.18% |         252     19.35%     52.53% |          47      3.61%     56.14% |         238     18.28%     74.42% |         228     17.51%     91.94% |         105      8.06%    100.00%
system.ruby.L1Cache_Controller.I_L.L1_Replacement::total         1302                      
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens |          28     20.44%     20.44% |          24     17.52%     37.96% |          25     18.25%     56.20% |          21     15.33%     71.53% |          12      8.76%     80.29% |          16     11.68%     91.97% |           9      6.57%     98.54% |           2      1.46%    100.00%
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens::total          137                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX |          66     12.74%     12.74% |          64     12.36%     25.10% |          61     11.78%     36.87% |          70     13.51%     50.39% |          66     12.74%     63.13% |          62     11.97%     75.10% |          60     11.58%     86.68% |          69     13.32%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX::total          518                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS |         109     13.16%     13.16% |          98     11.84%     25.00% |         105     12.68%     37.68% |         111     13.41%     51.09% |          90     10.87%     61.96% |         105     12.68%     74.64% |         104     12.56%     87.20% |         106     12.80%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS::total          828                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETX |       11703     12.49%     12.49% |       11689     12.47%     24.96% |       11696     12.48%     37.45% |       11677     12.46%     49.91% |       11714     12.50%     62.41% |       11742     12.53%     74.94% |       11759     12.55%     87.49% |       11725     12.51%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETX::total        93705                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETS |       21063     12.48%     12.48% |       20964     12.42%     24.90% |       21113     12.51%     37.41% |       21092     12.50%     49.91% |       21086     12.49%     62.40% |       21216     12.57%     74.98% |       21148     12.53%     87.51% |       21085     12.49%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETS::total       168767                      
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock |          19      8.52%      8.52% |          37     16.59%     25.11% |          31     13.90%     39.01% |          29     13.00%     52.02% |          16      7.17%     59.19% |          34     15.25%     74.44% |          28     12.56%     87.00% |          29     13.00%    100.00%
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock::total          223                      
system.ruby.L1Cache_Controller.S_L.L1_Replacement |          81     15.34%     15.34% |          17      3.22%     18.56% |          69     13.07%     31.63% |         111     21.02%     52.65% |          77     14.58%     67.23% |          77     14.58%     81.82% |          54     10.23%     92.05% |          42      7.95%    100.00%
system.ruby.L1Cache_Controller.S_L.L1_Replacement::total          528                      
system.ruby.L1Cache_Controller.S_L.Persistent_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     14.29%     14.29% |           0      0.00%     14.29% |           3     21.43%     35.71% |           1      7.14%     42.86% |           2     14.29%     57.14% |           6     42.86%    100.00%
system.ruby.L1Cache_Controller.S_L.Persistent_GETS::total           14                      
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock |          18      9.63%      9.63% |          17      9.09%     18.72% |          24     12.83%     31.55% |          25     13.37%     44.92% |          29     15.51%     60.43% |          25     13.37%     73.80% |          18      9.63%     83.42% |          31     16.58%    100.00%
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock::total          187                      
system.ruby.L1Cache_Controller.IM_L.L1_Replacement |         157     14.22%     14.22% |         161     14.58%     28.80% |         158     14.31%     43.12% |         108      9.78%     52.90% |         123     11.14%     64.04% |         116     10.51%     74.55% |         193     17.48%     92.03% |          88      7.97%    100.00%
system.ruby.L1Cache_Controller.IM_L.L1_Replacement::total         1104                      
system.ruby.L1Cache_Controller.IM_L.Data_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% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETS |           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.IM_L.Transient_Local_GETS::total            1                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX |           0      0.00%      0.00% |           2     20.00%     20.00% |           0      0.00%     20.00% |           3     30.00%     50.00% |           1     10.00%     60.00% |           1     10.00%     70.00% |           1     10.00%     80.00% |           2     20.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX::total           10                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS |           0      0.00%      0.00% |           3     15.00%     15.00% |           0      0.00%     15.00% |           3     15.00%     30.00% |           3     15.00%     45.00% |           4     20.00%     65.00% |           4     20.00%     85.00% |           3     15.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS::total           20                      
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock |          29     12.50%     12.50% |          35     15.09%     27.59% |          31     13.36%     40.95% |          24     10.34%     51.29% |          27     11.64%     62.93% |          31     13.36%     76.29% |          32     13.79%     90.09% |          23      9.91%    100.00%
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock::total          232                      
system.ruby.L1Cache_Controller.IM_L.Request_Timeout |          56     14.89%     14.89% |         105     27.93%     42.82% |          15      3.99%     46.81% |          37      9.84%     56.65% |          76     20.21%     76.86% |          68     18.09%     94.95% |          12      3.19%     98.14% |           7      1.86%    100.00%
system.ruby.L1Cache_Controller.IM_L.Request_Timeout::total          376                      
system.ruby.L1Cache_Controller.IS_L.L1_Replacement |         294      9.85%      9.85% |         422     14.13%     23.98% |         251      8.41%     32.38% |         324     10.85%     43.24% |         342     11.45%     54.69% |         425     14.23%     68.92% |         397     13.30%     82.22% |         531     17.78%    100.00%
system.ruby.L1Cache_Controller.IS_L.L1_Replacement::total         2986                      
system.ruby.L1Cache_Controller.IS_L.Data_Shared |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_Shared::total            1                      
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           2     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens::total            4                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.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.Transient_Local_GETS |           0      0.00%      0.00% |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETS::total            4                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX |           0      0.00%      0.00% |           1      3.33%      3.33% |           3     10.00%     13.33% |           0      0.00%     13.33% |           5     16.67%     30.00% |           6     20.00%     50.00% |           7     23.33%     73.33% |           8     26.67%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX::total           30                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS |           0      0.00%      0.00% |           2      4.35%      4.35% |           3      6.52%     10.87% |           5     10.87%     21.74% |           7     15.22%     36.96% |           2      4.35%     41.30% |          13     28.26%     69.57% |          14     30.43%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS::total           46                      
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock |          32      7.10%      7.10% |          66     14.63%     21.73% |          45      9.98%     31.71% |          48     10.64%     42.35% |          67     14.86%     57.21% |          58     12.86%     70.07% |          67     14.86%     84.92% |          68     15.08%    100.00%
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock::total          451                      
system.ruby.L1Cache_Controller.IS_L.Request_Timeout |          67      8.67%      8.67% |         105     13.58%     22.25% |          43      5.56%     27.81% |          66      8.54%     36.35% |         115     14.88%     51.23% |          47      6.08%     57.31% |         155     20.05%     77.36% |         175     22.64%    100.00%
system.ruby.L1Cache_Controller.IS_L.Request_Timeout::total          773                      
system.ruby.L2Cache_Controller.L1_GETS         403081      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS_Last_Token           29      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         222907      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_INV             657      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       597002      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Shared_Data         1003      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_All_Tokens       623906      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Owned          420      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETX        13434      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS        24202      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        37308      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       401853      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       222232      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_INV          510      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Shared_Data          943      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_All_Tokens       595764      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Owned          303      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Own_Lock_or_Unlock        31662      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETS           42      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETX           36      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L2_Replacement         5985      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_All_Tokens          255      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Owned            6      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETX            6      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETS           19      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETS_Last_Token           29      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_INV             1      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L2_Replacement          862      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Shared_Data            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_All_Tokens           60      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETS            3      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETS           26      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L2_Replacement          845      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_Shared_Data            5      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_All_Tokens          548      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETS           11      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS         1097      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX          609      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement       588498      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETX         2289      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETS         4126      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETS           63      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETX           29      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_INV          146      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L2_Replacement          812      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Shared_Data           53      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_All_Tokens        27279      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Owned          111      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETX        11135      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETS        20043      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Own_Lock_or_Unlock         5632      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Persistent_GETS_Last_Token            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Own_Lock_or_Unlock           14      0.00%      0.00%

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