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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.006151                       # Number of seconds simulated
sim_ticks                                     6151475                       # Number of ticks simulated
final_tick                                    6151475                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  74061                       # Simulator tick rate (ticks/s)
host_mem_usage                                 259044                       # Number of bytes of host memory used
host_seconds                                    83.06                       # Real time elapsed on the host
system.voltage_domain.voltage                       1                       # Voltage in Volts
system.clk_domain.clock                             1                       # Clock period in ticks
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       617095                      
system.ruby.outstanding_req_hist::mean      15.998444                      
system.ruby.outstanding_req_hist::gmean     15.997161                      
system.ruby.outstanding_req_hist::stdev      0.126779                      
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% |          16      0.00%      0.02% |      616975     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        617095                      
system.ruby.latency_hist::bucket_size            1024                      
system.ruby.latency_hist::max_bucket            10239                      
system.ruby.latency_hist::samples              616967                      
system.ruby.latency_hist::mean            1276.004801                      
system.ruby.latency_hist::gmean            906.102654                      
system.ruby.latency_hist::stdev            879.924073                      
system.ruby.latency_hist                 |      283362     45.93%     45.93% |      188407     30.54%     76.47% |      133926     21.71%     98.17% |       11074      1.79%     99.97% |         197      0.03%    100.00% |           1      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.latency_hist::total                616967                      
system.ruby.hit_latency_hist::bucket_size          512                      
system.ruby.hit_latency_hist::max_bucket         5119                      
system.ruby.hit_latency_hist::samples            3585                      
system.ruby.hit_latency_hist::mean        1200.185216                      
system.ruby.hit_latency_hist::gmean        616.910494                      
system.ruby.hit_latency_hist::stdev        912.592872                      
system.ruby.hit_latency_hist             |        1173     32.72%     32.72% |         570     15.90%     48.62% |         519     14.48%     63.10% |         546     15.23%     78.33% |         453     12.64%     90.96% |         259      7.22%     98.19% |          56      1.56%     99.75% |           8      0.22%     99.97% |           1      0.03%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total              3585                      
system.ruby.miss_latency_hist::bucket_size         1024                      
system.ruby.miss_latency_hist::max_bucket        10239                      
system.ruby.miss_latency_hist::samples         613382                      
system.ruby.miss_latency_hist::mean       1276.447939                      
system.ruby.miss_latency_hist::gmean       908.140819                      
system.ruby.miss_latency_hist::stdev       879.711134                      
system.ruby.miss_latency_hist            |      281619     45.91%     45.91% |      187342     30.54%     76.45% |      133214     21.72%     98.17% |       11010      1.79%     99.97% |         196      0.03%    100.00% |           1      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.miss_latency_hist::total           613382                      
system.ruby.L1Cache.incomplete_times             2563                      
system.ruby.Directory.incomplete_times         610812                      
system.ruby.l1_cntrl4.L1Dcache.demand_hits           20                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        76947                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        76967                       # Number of cache demand accesses
system.ruby.l1_cntrl4.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Dcache.demand_hits           25                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        77241                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        77266                       # Number of cache demand accesses
system.ruby.l1_cntrl5.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Dcache.demand_hits           19                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        77320                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        77339                       # Number of cache demand accesses
system.ruby.l1_cntrl6.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl7.L1Dcache.demand_hits           21                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        76925                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        76946                       # 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_cntrl0.L1Dcache.demand_hits           24                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Dcache.demand_misses        77267                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        77291                       # Number of cache demand accesses
system.ruby.l1_cntrl0.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl0.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        77262                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        77279                       # Number of cache demand accesses
system.ruby.l1_cntrl1.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl2.L1Dcache.demand_hits           17                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        77078                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        77095                       # Number of cache demand accesses
system.ruby.l1_cntrl2.L1Icache.demand_hits            0                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Icache.demand_misses            0                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Icache.demand_accesses            0                       # Number of cache demand accesses
system.ruby.l1_cntrl3.L1Dcache.demand_hits           22                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        76783                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        76805                       # 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.l2_cntrl0.L2cache.demand_hits         1681                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       615142                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       616823                       # Number of cache demand accesses
system.ruby.network.routers00.percent_links_utilized     9.956291                      
system.ruby.network.routers00.msg_count.Request_Control::1        77267                      
system.ruby.network.routers00.msg_count.Response_Data::4        76923                      
system.ruby.network.routers00.msg_count.ResponseL2hit_Data::4          231                      
system.ruby.network.routers00.msg_count.ResponseLocal_Data::4          399                      
system.ruby.network.routers00.msg_count.Response_Control::4          188                      
system.ruby.network.routers00.msg_count.Writeback_Data::4        85053                      
system.ruby.network.routers00.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers00.msg_count.Persistent_Control::3       292106                      
system.ruby.network.routers00.msg_bytes.Request_Control::1       618136                      
system.ruby.network.routers00.msg_bytes.Response_Data::4      5538456                      
system.ruby.network.routers00.msg_bytes.ResponseL2hit_Data::4        16632                      
system.ruby.network.routers00.msg_bytes.ResponseLocal_Data::4        28728                      
system.ruby.network.routers00.msg_bytes.Response_Control::4         1504                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::4      6123816                      
system.ruby.network.routers00.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers00.msg_bytes.Persistent_Control::3      2336848                      
system.ruby.network.routers01.percent_links_utilized     9.941095                      
system.ruby.network.routers01.msg_count.Request_Control::1        77262                      
system.ruby.network.routers01.msg_count.Response_Data::4        76930                      
system.ruby.network.routers01.msg_count.ResponseL2hit_Data::4          196                      
system.ruby.network.routers01.msg_count.ResponseLocal_Data::4          372                      
system.ruby.network.routers01.msg_count.Response_Control::4          173                      
system.ruby.network.routers01.msg_count.Writeback_Data::4        84683                      
system.ruby.network.routers01.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers01.msg_count.Persistent_Control::3       292209                      
system.ruby.network.routers01.msg_bytes.Request_Control::1       618096                      
system.ruby.network.routers01.msg_bytes.Response_Data::4      5538960                      
system.ruby.network.routers01.msg_bytes.ResponseL2hit_Data::4        14112                      
system.ruby.network.routers01.msg_bytes.ResponseLocal_Data::4        26784                      
system.ruby.network.routers01.msg_bytes.Response_Control::4         1384                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::4      6097176                      
system.ruby.network.routers01.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers01.msg_bytes.Persistent_Control::3      2337672                      
system.ruby.network.routers02.percent_links_utilized     9.933215                      
system.ruby.network.routers02.msg_count.Request_Control::1        77078                      
system.ruby.network.routers02.msg_count.Response_Data::4        76729                      
system.ruby.network.routers02.msg_count.ResponseL2hit_Data::4          197                      
system.ruby.network.routers02.msg_count.ResponseLocal_Data::4          401                      
system.ruby.network.routers02.msg_count.Response_Control::4          179                      
system.ruby.network.routers02.msg_count.Writeback_Data::4        84627                      
system.ruby.network.routers02.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers02.msg_count.Persistent_Control::3       292491                      
system.ruby.network.routers02.msg_bytes.Request_Control::1       616624                      
system.ruby.network.routers02.msg_bytes.Response_Data::4      5524488                      
system.ruby.network.routers02.msg_bytes.ResponseL2hit_Data::4        14184                      
system.ruby.network.routers02.msg_bytes.ResponseLocal_Data::4        28872                      
system.ruby.network.routers02.msg_bytes.Response_Control::4         1432                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::4      6093144                      
system.ruby.network.routers02.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers02.msg_bytes.Persistent_Control::3      2339928                      
system.ruby.network.routers03.percent_links_utilized     9.903320                      
system.ruby.network.routers03.msg_count.Request_Control::1        76783                      
system.ruby.network.routers03.msg_count.Response_Data::4        76429                      
system.ruby.network.routers03.msg_count.ResponseL2hit_Data::4          214                      
system.ruby.network.routers03.msg_count.ResponseLocal_Data::4          379                      
system.ruby.network.routers03.msg_count.Response_Control::4          182                      
system.ruby.network.routers03.msg_count.Writeback_Data::4        84224                      
system.ruby.network.routers03.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers03.msg_count.Persistent_Control::3       291799                      
system.ruby.network.routers03.msg_bytes.Request_Control::1       614264                      
system.ruby.network.routers03.msg_bytes.Response_Data::4      5502888                      
system.ruby.network.routers03.msg_bytes.ResponseL2hit_Data::4        15408                      
system.ruby.network.routers03.msg_bytes.ResponseLocal_Data::4        27288                      
system.ruby.network.routers03.msg_bytes.Response_Control::4         1456                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::4      6064128                      
system.ruby.network.routers03.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers03.msg_bytes.Persistent_Control::3      2334392                      
system.ruby.network.routers04.percent_links_utilized     9.916236                      
system.ruby.network.routers04.msg_count.Request_Control::1        76947                      
system.ruby.network.routers04.msg_count.Response_Data::4        76520                      
system.ruby.network.routers04.msg_count.ResponseL2hit_Data::4          224                      
system.ruby.network.routers04.msg_count.ResponseLocal_Data::4          401                      
system.ruby.network.routers04.msg_count.Response_Control::4          179                      
system.ruby.network.routers04.msg_count.Writeback_Data::4        84404                      
system.ruby.network.routers04.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers04.msg_count.Persistent_Control::3       292089                      
system.ruby.network.routers04.msg_bytes.Request_Control::1       615576                      
system.ruby.network.routers04.msg_bytes.Response_Data::4      5509440                      
system.ruby.network.routers04.msg_bytes.ResponseL2hit_Data::4        16128                      
system.ruby.network.routers04.msg_bytes.ResponseLocal_Data::4        28872                      
system.ruby.network.routers04.msg_bytes.Response_Control::4         1432                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::4      6077088                      
system.ruby.network.routers04.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers04.msg_bytes.Persistent_Control::3      2336712                      
system.ruby.network.routers05.percent_links_utilized     9.943201                      
system.ruby.network.routers05.msg_count.Request_Control::1        77241                      
system.ruby.network.routers05.msg_count.Response_Data::4        76822                      
system.ruby.network.routers05.msg_count.ResponseL2hit_Data::4          228                      
system.ruby.network.routers05.msg_count.ResponseLocal_Data::4          398                      
system.ruby.network.routers05.msg_count.Response_Control::4          168                      
system.ruby.network.routers05.msg_count.Writeback_Data::4        84787                      
system.ruby.network.routers05.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers05.msg_count.Persistent_Control::3       292267                      
system.ruby.network.routers05.msg_bytes.Request_Control::1       617928                      
system.ruby.network.routers05.msg_bytes.Response_Data::4      5531184                      
system.ruby.network.routers05.msg_bytes.ResponseL2hit_Data::4        16416                      
system.ruby.network.routers05.msg_bytes.ResponseLocal_Data::4        28656                      
system.ruby.network.routers05.msg_bytes.Response_Control::4         1344                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::4      6104664                      
system.ruby.network.routers05.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers05.msg_bytes.Persistent_Control::3      2338136                      
system.ruby.network.routers06.percent_links_utilized     9.948553                      
system.ruby.network.routers06.msg_count.Request_Control::1        77320                      
system.ruby.network.routers06.msg_count.Response_Data::4        76935                      
system.ruby.network.routers06.msg_count.ResponseL2hit_Data::4          187                      
system.ruby.network.routers06.msg_count.ResponseLocal_Data::4          362                      
system.ruby.network.routers06.msg_count.Response_Control::4          166                      
system.ruby.network.routers06.msg_count.Writeback_Data::4        84904                      
system.ruby.network.routers06.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers06.msg_count.Persistent_Control::3       292130                      
system.ruby.network.routers06.msg_bytes.Request_Control::1       618560                      
system.ruby.network.routers06.msg_bytes.Response_Data::4      5539320                      
system.ruby.network.routers06.msg_bytes.ResponseL2hit_Data::4        13464                      
system.ruby.network.routers06.msg_bytes.ResponseLocal_Data::4        26064                      
system.ruby.network.routers06.msg_bytes.Response_Control::4         1328                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::4      6113088                      
system.ruby.network.routers06.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers06.msg_bytes.Persistent_Control::3      2337040                      
system.ruby.network.routers07.percent_links_utilized     9.919076                      
system.ruby.network.routers07.msg_count.Request_Control::1        76925                      
system.ruby.network.routers07.msg_count.Response_Data::4        76452                      
system.ruby.network.routers07.msg_count.ResponseL2hit_Data::4          214                      
system.ruby.network.routers07.msg_count.ResponseLocal_Data::4          420                      
system.ruby.network.routers07.msg_count.Response_Control::4          195                      
system.ruby.network.routers07.msg_count.Writeback_Data::4        84536                      
system.ruby.network.routers07.msg_count.Broadcast_Control::1       616823                      
system.ruby.network.routers07.msg_count.Persistent_Control::3       292137                      
system.ruby.network.routers07.msg_bytes.Request_Control::1       615400                      
system.ruby.network.routers07.msg_bytes.Response_Data::4      5504544                      
system.ruby.network.routers07.msg_bytes.ResponseL2hit_Data::4        15408                      
system.ruby.network.routers07.msg_bytes.ResponseLocal_Data::4        30240                      
system.ruby.network.routers07.msg_bytes.Response_Control::4         1560                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::4      6086592                      
system.ruby.network.routers07.msg_bytes.Broadcast_Control::1      4934584                      
system.ruby.network.routers07.msg_bytes.Persistent_Control::3      2337096                      
system.ruby.network.routers08.percent_links_utilized    38.819523                      
system.ruby.network.routers08.msg_count.Request_Control::1       616823                      
system.ruby.network.routers08.msg_count.Request_Control::2       615142                      
system.ruby.network.routers08.msg_count.Response_Data::4         1316                      
system.ruby.network.routers08.msg_count.ResponseL2hit_Data::4         1684                      
system.ruby.network.routers08.msg_count.Response_Control::4         1398                      
system.ruby.network.routers08.msg_count.Writeback_Data::4       850473                      
system.ruby.network.routers08.msg_count.Writeback_Control::4       377581                      
system.ruby.network.routers08.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers08.msg_bytes.Request_Control::1      4934584                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      4921136                      
system.ruby.network.routers08.msg_bytes.Response_Data::4        94752                      
system.ruby.network.routers08.msg_bytes.ResponseL2hit_Data::4       121248                      
system.ruby.network.routers08.msg_bytes.Response_Control::4        11184                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::4     61234056                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::4      3020648                      
system.ruby.network.routers08.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.dir_cntrl0.memBuffer.memReq        844944                       # Total number of memory requests
system.ruby.dir_cntrl0.memBuffer.memRead       610587                       # Number of memory reads
system.ruby.dir_cntrl0.memBuffer.memWrite       234338                       # Number of memory writes
system.ruby.dir_cntrl0.memBuffer.memRefresh        42719                       # Number of memory refreshes
system.ruby.dir_cntrl0.memBuffer.memWaitCycles     26579508                       # Delay stalled at the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.memInputQ       577720                       # Delay in the input queue
system.ruby.dir_cntrl0.memBuffer.memBankQ     15763537                       # Delay behind the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.totalStalls     42920765                       # Total number of stall cycles
system.ruby.dir_cntrl0.memBuffer.stallsPerReq    50.797171                       # Expected number of stall cycles per request
system.ruby.dir_cntrl0.memBuffer.memBankBusy      4097613                       # memory stalls due to busy bank
system.ruby.dir_cntrl0.memBuffer.memBusBusy      7372232                       # memory stalls due to busy bus
system.ruby.dir_cntrl0.memBuffer.memReadWriteBusy      2122830                       # memory stalls due to read write turnaround
system.ruby.dir_cntrl0.memBuffer.memDataBusBusy      1320142                       # memory stalls due to read read turnaround
system.ruby.dir_cntrl0.memBuffer.memArbWait      5356376                       # memory stalls due to arbitration
system.ruby.dir_cntrl0.memBuffer.memNotOld      6310315                       # memory stalls due to anti starvation
system.ruby.dir_cntrl0.memBuffer.memBankCount |       26606      3.15%      3.15% |       25663      3.04%      6.19% |       25635      3.03%      9.22% |       25980      3.07%     12.29% |       25947      3.07%     15.37% |       25870      3.06%     18.43% |       25993      3.08%     21.50% |       25627      3.03%     24.54% |       26268      3.11%     27.65% |       26143      3.09%     30.74% |       25936      3.07%     33.81% |       26178      3.10%     36.91% |       26391      3.12%     40.03% |       26459      3.13%     43.16% |       26079      3.09%     46.25% |       26348      3.12%     49.37% |       26234      3.10%     52.47% |       26478      3.13%     55.61% |       26175      3.10%     58.70% |       26431      3.13%     61.83% |       26351      3.12%     64.95% |       26505      3.14%     68.09% |       26354      3.12%     71.21% |       26626      3.15%     74.36% |       26636      3.15%     77.51% |       26614      3.15%     80.66% |       27037      3.20%     83.86% |       26934      3.19%     87.05% |       26972      3.19%     90.24% |       27613      3.27%     93.51% |       27729      3.28%     96.79% |       27132      3.21%    100.00% # Number of accesses per bank
system.ruby.dir_cntrl0.memBuffer.memBankCount::total       844944                       # Number of accesses per bank
system.ruby.network.routers09.percent_links_utilized    36.009872                      
system.ruby.network.routers09.msg_count.Request_Control::2       615142                      
system.ruby.network.routers09.msg_count.Response_Data::4       610757                      
system.ruby.network.routers09.msg_count.ResponseL2hit_Data::4            7                      
system.ruby.network.routers09.msg_count.Response_Control::4            4                      
system.ruby.network.routers09.msg_count.Writeback_Data::4       234585                      
system.ruby.network.routers09.msg_count.Writeback_Control::4       377581                      
system.ruby.network.routers09.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers09.msg_bytes.Request_Control::2      4921136                      
system.ruby.network.routers09.msg_bytes.Response_Data::4     43974504                      
system.ruby.network.routers09.msg_bytes.ResponseL2hit_Data::4          504                      
system.ruby.network.routers09.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers09.msg_bytes.Writeback_Data::4     16890120                      
system.ruby.network.routers09.msg_bytes.Writeback_Control::4      3020648                      
system.ruby.network.routers09.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers10.percent_links_utilized    17.671908                      
system.ruby.network.routers10.msg_count.Request_Control::1       616823                      
system.ruby.network.routers10.msg_count.Request_Control::2       615142                      
system.ruby.network.routers10.msg_count.Response_Data::4       612906                      
system.ruby.network.routers10.msg_count.ResponseL2hit_Data::4         1691                      
system.ruby.network.routers10.msg_count.ResponseLocal_Data::4         1566                      
system.ruby.network.routers10.msg_count.Response_Control::4         1416                      
system.ruby.network.routers10.msg_count.Writeback_Data::4       881138                      
system.ruby.network.routers10.msg_count.Writeback_Control::4       377581                      
system.ruby.network.routers10.msg_count.Broadcast_Control::1      4317761                      
system.ruby.network.routers10.msg_count.Persistent_Control::3      2337228                      
system.ruby.network.routers10.msg_bytes.Request_Control::1      4934584                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      4921136                      
system.ruby.network.routers10.msg_bytes.Response_Data::4     44129232                      
system.ruby.network.routers10.msg_bytes.ResponseL2hit_Data::4       121752                      
system.ruby.network.routers10.msg_bytes.ResponseLocal_Data::4       112752                      
system.ruby.network.routers10.msg_bytes.Response_Control::4        11328                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::4     63441936                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::4      3020648                      
system.ruby.network.routers10.msg_bytes.Broadcast_Control::1     34542088                      
system.ruby.network.routers10.msg_bytes.Persistent_Control::3     18697824                      
system.ruby.network.msg_count.Request_Control      3695895                      
system.ruby.network.msg_count.Response_Data      1838719                      
system.ruby.network.msg_count.ResponseL2hit_Data         5073                      
system.ruby.network.msg_count.ResponseLocal_Data         4698                      
system.ruby.network.msg_count.Response_Control         4248                      
system.ruby.network.msg_count.Writeback_Data      2643414                      
system.ruby.network.msg_count.Writeback_Control      1132743                      
system.ruby.network.msg_count.Broadcast_Control      9252345                      
system.ruby.network.msg_count.Persistent_Control      5193840                      
system.ruby.network.msg_byte.Request_Control     29567160                      
system.ruby.network.msg_byte.Response_Data    132387768                      
system.ruby.network.msg_byte.ResponseL2hit_Data       365256                      
system.ruby.network.msg_byte.ResponseLocal_Data       338256                      
system.ruby.network.msg_byte.Response_Control        33984                      
system.ruby.network.msg_byte.Writeback_Data    190325808                      
system.ruby.network.msg_byte.Writeback_Control      9061944                      
system.ruby.network.msg_byte.Broadcast_Control     74018760                      
system.ruby.network.msg_byte.Persistent_Control     41550720                      
system.funcbus.throughput                           0                       # Throughput (bytes/s)
system.funcbus.data_through_bus                     0                       # Total data (bytes)
system.cpu_clk_domain.clock                         1                       # Clock period in ticks
system.cpu0.num_reads                          100000                       # number of read accesses completed
system.cpu0.num_writes                          54250                       # number of write accesses completed
system.cpu0.num_copies                              0                       # number of copy accesses completed
system.cpu1.num_reads                           99858                       # number of read accesses completed
system.cpu1.num_writes                          54337                       # number of write accesses completed
system.cpu1.num_copies                              0                       # number of copy accesses completed
system.cpu2.num_reads                           99660                       # number of read accesses completed
system.cpu2.num_writes                          53758                       # number of write accesses completed
system.cpu2.num_copies                              0                       # number of copy accesses completed
system.cpu3.num_reads                           99997                       # number of read accesses completed
system.cpu3.num_writes                          53569                       # number of write accesses completed
system.cpu3.num_copies                              0                       # number of copy accesses completed
system.cpu4.num_reads                           99232                       # number of read accesses completed
system.cpu4.num_writes                          53727                       # number of write accesses completed
system.cpu4.num_copies                              0                       # number of copy accesses completed
system.cpu5.num_reads                           99852                       # number of read accesses completed
system.cpu5.num_writes                          54401                       # number of write accesses completed
system.cpu5.num_copies                              0                       # number of copy accesses completed
system.cpu6.num_reads                           99007                       # number of read accesses completed
system.cpu6.num_writes                          53961                       # number of write accesses completed
system.cpu6.num_copies                              0                       # number of copy accesses completed
system.cpu7.num_reads                           99727                       # number of read accesses completed
system.cpu7.num_writes                          53437                       # number of write accesses completed
system.cpu7.num_copies                              0                       # number of copy accesses completed
system.ruby.network.routers00.throttle0.link_utilization    12.440008                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::4        76833                      
system.ruby.network.routers00.throttle0.msg_count.ResponseL2hit_Data::4          229                      
system.ruby.network.routers00.throttle0.msg_count.ResponseLocal_Data::4          190                      
system.ruby.network.routers00.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers00.throttle0.msg_count.Writeback_Data::4         3997                      
system.ruby.network.routers00.throttle0.msg_count.Broadcast_Control::1       539556                      
system.ruby.network.routers00.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::4      5531976                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseL2hit_Data::4        16488                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseLocal_Data::4        13680                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers00.throttle0.msg_bytes.Writeback_Data::4       287784                      
system.ruby.network.routers00.throttle0.msg_bytes.Broadcast_Control::1      4316448                      
system.ruby.network.routers00.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers00.throttle1.link_utilization     7.472574                      
system.ruby.network.routers00.throttle1.msg_count.Request_Control::1        77267                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::4           90                      
system.ruby.network.routers00.throttle1.msg_count.ResponseL2hit_Data::4            2                      
system.ruby.network.routers00.throttle1.msg_count.ResponseLocal_Data::4          209                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::4          186                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::4        81056                      
system.ruby.network.routers00.throttle1.msg_count.Broadcast_Control::1        77267                      
system.ruby.network.routers00.throttle1.msg_count.Persistent_Control::3        32414                      
system.ruby.network.routers00.throttle1.msg_bytes.Request_Control::1       618136                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::4         6480                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseL2hit_Data::4          144                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseLocal_Data::4        15048                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::4         1488                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::4      5836032                      
system.ruby.network.routers00.throttle1.msg_bytes.Broadcast_Control::1       618136                      
system.ruby.network.routers00.throttle1.msg_bytes.Persistent_Control::3       259312                      
system.ruby.network.routers01.throttle0.link_utilization    12.424484                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::4        76822                      
system.ruby.network.routers01.throttle0.msg_count.ResponseL2hit_Data::4          196                      
system.ruby.network.routers01.throttle0.msg_count.ResponseLocal_Data::4          195                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Data::4         3823                      
system.ruby.network.routers01.throttle0.msg_count.Broadcast_Control::1       539561                      
system.ruby.network.routers01.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::4      5531184                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseL2hit_Data::4        14112                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseLocal_Data::4        14040                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Data::4       275256                      
system.ruby.network.routers01.throttle0.msg_bytes.Broadcast_Control::1      4316488                      
system.ruby.network.routers01.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers01.throttle1.link_utilization     7.457707                      
system.ruby.network.routers01.throttle1.msg_count.Request_Control::1        77262                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::4          108                      
system.ruby.network.routers01.throttle1.msg_count.ResponseLocal_Data::4          177                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::4          172                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::4        80860                      
system.ruby.network.routers01.throttle1.msg_count.Broadcast_Control::1        77262                      
system.ruby.network.routers01.throttle1.msg_count.Persistent_Control::3        32517                      
system.ruby.network.routers01.throttle1.msg_bytes.Request_Control::1       618096                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::4         7776                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseLocal_Data::4        12744                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::4         1376                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::4      5821920                      
system.ruby.network.routers01.throttle1.msg_bytes.Broadcast_Control::1       618096                      
system.ruby.network.routers01.throttle1.msg_bytes.Persistent_Control::3       260136                      
system.ruby.network.routers02.throttle0.link_utilization    12.417436                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::4        76622                      
system.ruby.network.routers02.throttle0.msg_count.ResponseL2hit_Data::4          196                      
system.ruby.network.routers02.throttle0.msg_count.ResponseLocal_Data::4          209                      
system.ruby.network.routers02.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers02.throttle0.msg_count.Writeback_Data::4         3892                      
system.ruby.network.routers02.throttle0.msg_count.Broadcast_Control::1       539745                      
system.ruby.network.routers02.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::4      5516784                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseL2hit_Data::4        14112                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseLocal_Data::4        15048                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers02.throttle0.msg_bytes.Writeback_Data::4       280224                      
system.ruby.network.routers02.throttle0.msg_bytes.Broadcast_Control::1      4317960                      
system.ruby.network.routers02.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers02.throttle1.link_utilization     7.448994                      
system.ruby.network.routers02.throttle1.msg_count.Request_Control::1        77078                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::4          107                      
system.ruby.network.routers02.throttle1.msg_count.ResponseL2hit_Data::4            1                      
system.ruby.network.routers02.throttle1.msg_count.ResponseLocal_Data::4          192                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::4          176                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::4        80735                      
system.ruby.network.routers02.throttle1.msg_count.Broadcast_Control::1        77078                      
system.ruby.network.routers02.throttle1.msg_count.Persistent_Control::3        32799                      
system.ruby.network.routers02.throttle1.msg_bytes.Request_Control::1       616624                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::4         7704                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseL2hit_Data::4           72                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseLocal_Data::4        13824                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::4         1408                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::4      5812920                      
system.ruby.network.routers02.throttle1.msg_bytes.Broadcast_Control::1       616624                      
system.ruby.network.routers02.throttle1.msg_bytes.Persistent_Control::3       262392                      
system.ruby.network.routers03.throttle0.link_utilization    12.393337                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::4        76317                      
system.ruby.network.routers03.throttle0.msg_count.ResponseL2hit_Data::4          214                      
system.ruby.network.routers03.throttle0.msg_count.ResponseLocal_Data::4          174                      
system.ruby.network.routers03.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Data::4         3852                      
system.ruby.network.routers03.throttle0.msg_count.Broadcast_Control::1       540040                      
system.ruby.network.routers03.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::4      5494824                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseL2hit_Data::4        15408                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseLocal_Data::4        12528                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Data::4       277344                      
system.ruby.network.routers03.throttle0.msg_bytes.Broadcast_Control::1      4320320                      
system.ruby.network.routers03.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers03.throttle1.link_utilization     7.413303                      
system.ruby.network.routers03.throttle1.msg_count.Request_Control::1        76783                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::4          112                      
system.ruby.network.routers03.throttle1.msg_count.ResponseLocal_Data::4          205                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::4          181                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::4        80372                      
system.ruby.network.routers03.throttle1.msg_count.Broadcast_Control::1        76783                      
system.ruby.network.routers03.throttle1.msg_count.Persistent_Control::3        32107                      
system.ruby.network.routers03.throttle1.msg_bytes.Request_Control::1       614264                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::4         8064                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseLocal_Data::4        14760                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::4         1448                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::4      5786784                      
system.ruby.network.routers03.throttle1.msg_bytes.Broadcast_Control::1       614264                      
system.ruby.network.routers03.throttle1.msg_bytes.Persistent_Control::3       256856                      
system.ruby.network.routers04.throttle0.link_utilization    12.403513                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::4        76414                      
system.ruby.network.routers04.throttle0.msg_count.ResponseL2hit_Data::4          223                      
system.ruby.network.routers04.throttle0.msg_count.ResponseLocal_Data::4          208                      
system.ruby.network.routers04.throttle0.msg_count.Response_Control::4            4                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Data::4         3869                      
system.ruby.network.routers04.throttle0.msg_count.Broadcast_Control::1       539876                      
system.ruby.network.routers04.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::4      5501808                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseL2hit_Data::4        16056                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseLocal_Data::4        14976                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Data::4       278568                      
system.ruby.network.routers04.throttle0.msg_bytes.Broadcast_Control::1      4319008                      
system.ruby.network.routers04.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers04.throttle1.link_utilization     7.428958                      
system.ruby.network.routers04.throttle1.msg_count.Request_Control::1        76947                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::4          106                      
system.ruby.network.routers04.throttle1.msg_count.ResponseL2hit_Data::4            1                      
system.ruby.network.routers04.throttle1.msg_count.ResponseLocal_Data::4          193                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::4          175                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::4        80535                      
system.ruby.network.routers04.throttle1.msg_count.Broadcast_Control::1        76947                      
system.ruby.network.routers04.throttle1.msg_count.Persistent_Control::3        32397                      
system.ruby.network.routers04.throttle1.msg_bytes.Request_Control::1       615576                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::4         7632                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseL2hit_Data::4           72                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseLocal_Data::4        13896                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::4         1400                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::4      5798520                      
system.ruby.network.routers04.throttle1.msg_bytes.Broadcast_Control::1       615576                      
system.ruby.network.routers04.throttle1.msg_bytes.Persistent_Control::3       259176                      
system.ruby.network.routers05.throttle0.link_utilization    12.425174                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::4        76710                      
system.ruby.network.routers05.throttle0.msg_count.ResponseL2hit_Data::4          226                      
system.ruby.network.routers05.throttle0.msg_count.ResponseLocal_Data::4          192                      
system.ruby.network.routers05.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Data::4         3915                      
system.ruby.network.routers05.throttle0.msg_count.Broadcast_Control::1       539582                      
system.ruby.network.routers05.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::4      5523120                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseL2hit_Data::4        16272                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseLocal_Data::4        13824                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Data::4       281880                      
system.ruby.network.routers05.throttle0.msg_bytes.Broadcast_Control::1      4316656                      
system.ruby.network.routers05.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers05.throttle1.link_utilization     7.461227                      
system.ruby.network.routers05.throttle1.msg_count.Request_Control::1        77241                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::4          112                      
system.ruby.network.routers05.throttle1.msg_count.ResponseL2hit_Data::4            2                      
system.ruby.network.routers05.throttle1.msg_count.ResponseLocal_Data::4          206                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::4          166                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::4        80872                      
system.ruby.network.routers05.throttle1.msg_count.Broadcast_Control::1        77241                      
system.ruby.network.routers05.throttle1.msg_count.Persistent_Control::3        32575                      
system.ruby.network.routers05.throttle1.msg_bytes.Request_Control::1       617928                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::4         8064                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseL2hit_Data::4          144                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseLocal_Data::4        14832                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::4         1328                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::4      5822784                      
system.ruby.network.routers05.throttle1.msg_bytes.Broadcast_Control::1       617928                      
system.ruby.network.routers05.throttle1.msg_bytes.Persistent_Control::3       260600                      
system.ruby.network.routers06.throttle0.link_utilization    12.430986                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::4        76822                      
system.ruby.network.routers06.throttle0.msg_count.ResponseL2hit_Data::4          186                      
system.ruby.network.routers06.throttle0.msg_count.ResponseLocal_Data::4          187                      
system.ruby.network.routers06.throttle0.msg_count.Response_Control::4            4                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Data::4         3936                      
system.ruby.network.routers06.throttle0.msg_count.Broadcast_Control::1       539503                      
system.ruby.network.routers06.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::4      5531184                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseL2hit_Data::4        13392                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseLocal_Data::4        13464                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Data::4       283392                      
system.ruby.network.routers06.throttle0.msg_bytes.Broadcast_Control::1      4316024                      
system.ruby.network.routers06.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers06.throttle1.link_utilization     7.466120                      
system.ruby.network.routers06.throttle1.msg_count.Request_Control::1        77320                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::4          113                      
system.ruby.network.routers06.throttle1.msg_count.ResponseL2hit_Data::4            1                      
system.ruby.network.routers06.throttle1.msg_count.ResponseLocal_Data::4          175                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::4          162                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::4        80968                      
system.ruby.network.routers06.throttle1.msg_count.Broadcast_Control::1        77320                      
system.ruby.network.routers06.throttle1.msg_count.Persistent_Control::3        32438                      
system.ruby.network.routers06.throttle1.msg_bytes.Request_Control::1       618560                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::4         8136                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseL2hit_Data::4           72                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseLocal_Data::4        12600                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::4         1296                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::4      5829696                      
system.ruby.network.routers06.throttle1.msg_bytes.Broadcast_Control::1       618560                      
system.ruby.network.routers06.throttle1.msg_bytes.Persistent_Control::3       259504                      
system.ruby.network.routers07.throttle0.link_utilization    12.406236                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::4        76342                      
system.ruby.network.routers07.throttle0.msg_count.ResponseL2hit_Data::4          214                      
system.ruby.network.routers07.throttle0.msg_count.ResponseLocal_Data::4          211                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Data::4         3982                      
system.ruby.network.routers07.throttle0.msg_count.Broadcast_Control::1       539898                      
system.ruby.network.routers07.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::4      5496624                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseL2hit_Data::4        15408                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseLocal_Data::4        15192                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Data::4       286704                      
system.ruby.network.routers07.throttle0.msg_bytes.Broadcast_Control::1      4319184                      
system.ruby.network.routers07.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers07.throttle1.link_utilization     7.431917                      
system.ruby.network.routers07.throttle1.msg_count.Request_Control::1        76925                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::4          110                      
system.ruby.network.routers07.throttle1.msg_count.ResponseLocal_Data::4          209                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::4          193                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::4        80554                      
system.ruby.network.routers07.throttle1.msg_count.Broadcast_Control::1        76925                      
system.ruby.network.routers07.throttle1.msg_count.Persistent_Control::3        32445                      
system.ruby.network.routers07.throttle1.msg_bytes.Request_Control::1       615400                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::4         7920                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseLocal_Data::4        15048                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::4         1544                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::4      5799888                      
system.ruby.network.routers07.throttle1.msg_bytes.Broadcast_Control::1       615400                      
system.ruby.network.routers07.throttle1.msg_bytes.Persistent_Control::3       259560                      
system.ruby.network.routers08.throttle0.link_utilization    52.153947                      
system.ruby.network.routers08.throttle0.msg_count.Request_Control::1       616823                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::4         1395                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::4       615396                      
system.ruby.network.routers08.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers08.throttle0.msg_bytes.Request_Control::1      4934584                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::4        11160                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::4     44308512                      
system.ruby.network.routers08.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers08.throttle1.link_utilization    25.485099                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       615142                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::4         1316                      
system.ruby.network.routers08.throttle1.msg_count.ResponseL2hit_Data::4         1684                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::4            3                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Data::4       235077                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Control::4       377581                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      4921136                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::4        94752                      
system.ruby.network.routers08.throttle1.msg_bytes.ResponseL2hit_Data::4       121248                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Data::4     16925544                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Control::4      3020648                      
system.ruby.network.routers09.throttle0.link_utilization    27.334745                      
system.ruby.network.routers09.throttle0.msg_count.Request_Control::2       615142                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::4           24                      
system.ruby.network.routers09.throttle0.msg_count.ResponseL2hit_Data::4            7                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Data::4       234476                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Control::4       377581                      
system.ruby.network.routers09.throttle0.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers09.throttle0.msg_bytes.Request_Control::2      4921136                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::4         1728                      
system.ruby.network.routers09.throttle0.msg_bytes.ResponseL2hit_Data::4          504                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Data::4     16882272                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Control::4      3020648                      
system.ruby.network.routers09.throttle0.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers09.throttle1.link_utilization    44.684998                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::4       610733                      
system.ruby.network.routers09.throttle1.msg_count.Response_Control::4            2                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Data::4          109                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::4     43972776                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Data::4         7848                      
system.ruby.network.routers10.throttle0.link_utilization    12.176567                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::4        76833                      
system.ruby.network.routers10.throttle0.msg_count.ResponseL2hit_Data::4          229                      
system.ruby.network.routers10.throttle0.msg_count.ResponseLocal_Data::4          190                      
system.ruby.network.routers10.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle0.msg_count.Writeback_Data::4         3997                      
system.ruby.network.routers10.throttle0.msg_count.Broadcast_Control::1       539556                      
system.ruby.network.routers10.throttle0.msg_count.Persistent_Control::3       227278                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::4      5531976                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseL2hit_Data::4        16488                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseLocal_Data::4        13680                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle0.msg_bytes.Writeback_Data::4       287784                      
system.ruby.network.routers10.throttle0.msg_bytes.Broadcast_Control::1      4316448                      
system.ruby.network.routers10.throttle0.msg_bytes.Persistent_Control::3      1818224                      
system.ruby.network.routers10.throttle1.link_utilization    12.160181                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::4        76822                      
system.ruby.network.routers10.throttle1.msg_count.ResponseL2hit_Data::4          196                      
system.ruby.network.routers10.throttle1.msg_count.ResponseLocal_Data::4          195                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Data::4         3823                      
system.ruby.network.routers10.throttle1.msg_count.Broadcast_Control::1       539561                      
system.ruby.network.routers10.throttle1.msg_count.Persistent_Control::3       227175                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::4      5531184                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseL2hit_Data::4        14112                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseLocal_Data::4        14040                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Data::4       275256                      
system.ruby.network.routers10.throttle1.msg_bytes.Broadcast_Control::1      4316488                      
system.ruby.network.routers10.throttle1.msg_bytes.Persistent_Control::3      1817400                      
system.ruby.network.routers10.throttle2.link_utilization    12.150842                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::4        76622                      
system.ruby.network.routers10.throttle2.msg_count.ResponseL2hit_Data::4          196                      
system.ruby.network.routers10.throttle2.msg_count.ResponseLocal_Data::4          209                      
system.ruby.network.routers10.throttle2.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle2.msg_count.Writeback_Data::4         3892                      
system.ruby.network.routers10.throttle2.msg_count.Broadcast_Control::1       539745                      
system.ruby.network.routers10.throttle2.msg_count.Persistent_Control::3       226893                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::4      5516784                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseL2hit_Data::4        14112                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseLocal_Data::4        15048                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle2.msg_bytes.Writeback_Data::4       280224                      
system.ruby.network.routers10.throttle2.msg_bytes.Broadcast_Control::1      4317960                      
system.ruby.network.routers10.throttle2.msg_bytes.Persistent_Control::3      1815144                      
system.ruby.network.routers10.throttle3.link_utilization    12.132367                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::4        76317                      
system.ruby.network.routers10.throttle3.msg_count.ResponseL2hit_Data::4          214                      
system.ruby.network.routers10.throttle3.msg_count.ResponseLocal_Data::4          174                      
system.ruby.network.routers10.throttle3.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Data::4         3852                      
system.ruby.network.routers10.throttle3.msg_count.Broadcast_Control::1       540040                      
system.ruby.network.routers10.throttle3.msg_count.Persistent_Control::3       227585                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::4      5494824                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseL2hit_Data::4        15408                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseLocal_Data::4        12528                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Data::4       277344                      
system.ruby.network.routers10.throttle3.msg_bytes.Broadcast_Control::1      4320320                      
system.ruby.network.routers10.throttle3.msg_bytes.Persistent_Control::3      1820680                      
system.ruby.network.routers10.throttle4.link_utilization    12.140186                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::4        76414                      
system.ruby.network.routers10.throttle4.msg_count.ResponseL2hit_Data::4          223                      
system.ruby.network.routers10.throttle4.msg_count.ResponseLocal_Data::4          208                      
system.ruby.network.routers10.throttle4.msg_count.Response_Control::4            4                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Data::4         3869                      
system.ruby.network.routers10.throttle4.msg_count.Broadcast_Control::1       539876                      
system.ruby.network.routers10.throttle4.msg_count.Persistent_Control::3       227295                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::4      5501808                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseL2hit_Data::4        16056                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseLocal_Data::4        14976                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Data::4       278568                      
system.ruby.network.routers10.throttle4.msg_bytes.Broadcast_Control::1      4319008                      
system.ruby.network.routers10.throttle4.msg_bytes.Persistent_Control::3      1818360                      
system.ruby.network.routers10.throttle5.link_utilization    12.160401                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::4        76710                      
system.ruby.network.routers10.throttle5.msg_count.ResponseL2hit_Data::4          226                      
system.ruby.network.routers10.throttle5.msg_count.ResponseLocal_Data::4          192                      
system.ruby.network.routers10.throttle5.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Data::4         3915                      
system.ruby.network.routers10.throttle5.msg_count.Broadcast_Control::1       539582                      
system.ruby.network.routers10.throttle5.msg_count.Persistent_Control::3       227117                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::4      5523120                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseL2hit_Data::4        16272                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseLocal_Data::4        13824                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Data::4       281880                      
system.ruby.network.routers10.throttle5.msg_bytes.Broadcast_Control::1      4316656                      
system.ruby.network.routers10.throttle5.msg_bytes.Persistent_Control::3      1816936                      
system.ruby.network.routers10.throttle6.link_utilization    12.167326                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::4        76822                      
system.ruby.network.routers10.throttle6.msg_count.ResponseL2hit_Data::4          186                      
system.ruby.network.routers10.throttle6.msg_count.ResponseLocal_Data::4          187                      
system.ruby.network.routers10.throttle6.msg_count.Response_Control::4            4                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Data::4         3936                      
system.ruby.network.routers10.throttle6.msg_count.Broadcast_Control::1       539503                      
system.ruby.network.routers10.throttle6.msg_count.Persistent_Control::3       227254                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::4      5531184                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseL2hit_Data::4        13392                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseLocal_Data::4        13464                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Data::4       283392                      
system.ruby.network.routers10.throttle6.msg_bytes.Broadcast_Control::1      4316024                      
system.ruby.network.routers10.throttle6.msg_bytes.Persistent_Control::3      1818032                      
system.ruby.network.routers10.throttle7.link_utilization    12.142519                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::4        76342                      
system.ruby.network.routers10.throttle7.msg_count.ResponseL2hit_Data::4          214                      
system.ruby.network.routers10.throttle7.msg_count.ResponseLocal_Data::4          211                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Data::4         3982                      
system.ruby.network.routers10.throttle7.msg_count.Broadcast_Control::1       539898                      
system.ruby.network.routers10.throttle7.msg_count.Persistent_Control::3       227247                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::4      5496624                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseL2hit_Data::4        15408                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseLocal_Data::4        15192                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Data::4       286704                      
system.ruby.network.routers10.throttle7.msg_bytes.Broadcast_Control::1      4319184                      
system.ruby.network.routers10.throttle7.msg_bytes.Persistent_Control::3      1817976                      
system.ruby.network.routers10.throttle8.link_utilization    52.153947                      
system.ruby.network.routers10.throttle8.msg_count.Request_Control::1       616823                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::4         1395                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::4       615396                      
system.ruby.network.routers10.throttle8.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers10.throttle8.msg_bytes.Request_Control::1      4934584                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::4        11160                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::4     44308512                      
system.ruby.network.routers10.throttle8.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.network.routers10.throttle9.link_utilization    27.334745                      
system.ruby.network.routers10.throttle9.msg_count.Request_Control::2       615142                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::4           24                      
system.ruby.network.routers10.throttle9.msg_count.ResponseL2hit_Data::4            7                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Data::4       234476                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Control::4       377581                      
system.ruby.network.routers10.throttle9.msg_count.Persistent_Control::3       259692                      
system.ruby.network.routers10.throttle9.msg_bytes.Request_Control::2      4921136                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::4         1728                      
system.ruby.network.routers10.throttle9.msg_bytes.ResponseL2hit_Data::4          504                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Data::4     16882272                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Control::4      3020648                      
system.ruby.network.routers10.throttle9.msg_bytes.Persistent_Control::3      2077536                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           401150                      
system.ruby.LD.latency_hist::mean         1276.530639                      
system.ruby.LD.latency_hist::gmean         906.015371                      
system.ruby.LD.latency_hist::stdev         880.306835                      
system.ruby.LD.latency_hist              |      114447     28.53%     28.53% |       69647     17.36%     45.89% |       58610     14.61%     60.50% |       63948     15.94%     76.44% |       59270     14.78%     91.22% |       27867      6.95%     98.17% |        6198      1.55%     99.71% |        1034      0.26%     99.97% |         109      0.03%    100.00% |          20      0.00%    100.00%
system.ruby.LD.latency_hist::total             401150                      
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         2325                      
system.ruby.LD.hit_latency_hist::mean     1206.759140                      
system.ruby.LD.hit_latency_hist::gmean     607.027231                      
system.ruby.LD.hit_latency_hist::stdev     920.547274                      
system.ruby.LD.hit_latency_hist          |         761     32.73%     32.73% |         367     15.78%     48.52% |         331     14.24%     62.75% |         343     14.75%     77.51% |         308     13.25%     90.75% |         177      7.61%     98.37% |          31      1.33%     99.70% |           6      0.26%     99.96% |           1      0.04%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total           2325                      
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       398825                      
system.ruby.LD.miss_latency_hist::mean    1276.937381                      
system.ruby.LD.miss_latency_hist::gmean    908.133083                      
system.ruby.LD.miss_latency_hist::stdev    880.051843                      
system.ruby.LD.miss_latency_hist         |      113686     28.51%     28.51% |       69280     17.37%     45.88% |       58279     14.61%     60.49% |       63605     15.95%     76.44% |       58962     14.78%     91.22% |       27690      6.94%     98.16% |        6167      1.55%     99.71% |        1028      0.26%     99.97% |         108      0.03%     99.99% |          20      0.01%    100.00%
system.ruby.LD.miss_latency_hist::total        398825                      
system.ruby.ST.latency_hist::bucket_size         1024                      
system.ruby.ST.latency_hist::max_bucket         10239                      
system.ruby.ST.latency_hist::samples           215817                      
system.ruby.ST.latency_hist::mean         1275.027398                      
system.ruby.ST.latency_hist::gmean         906.264914                      
system.ruby.ST.latency_hist::stdev         879.213376                      
system.ruby.ST.latency_hist              |       99268     46.00%     46.00% |       65849     30.51%     76.51% |       46789     21.68%     98.19% |        3842      1.78%     99.97% |          68      0.03%    100.00% |           1      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.latency_hist::total             215817                      
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         1260                      
system.ruby.ST.hit_latency_hist::mean     1188.054762                      
system.ruby.ST.hit_latency_hist::gmean     635.571815                      
system.ruby.ST.hit_latency_hist::stdev     897.966582                      
system.ruby.ST.hit_latency_hist          |         412     32.70%     32.70% |         203     16.11%     48.81% |         188     14.92%     63.73% |         203     16.11%     79.84% |         145     11.51%     91.35% |          82      6.51%     97.86% |          25      1.98%     99.84% |           2      0.16%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total           1260                      
system.ruby.ST.miss_latency_hist::bucket_size         1024                      
system.ruby.ST.miss_latency_hist::max_bucket        10239                      
system.ruby.ST.miss_latency_hist::samples       214557                      
system.ruby.ST.miss_latency_hist::mean    1275.538151                      
system.ruby.ST.miss_latency_hist::gmean    908.155198                      
system.ruby.ST.miss_latency_hist::stdev    879.078788                      
system.ruby.ST.miss_latency_hist         |       98653     45.98%     45.98% |       65458     30.51%     76.49% |       46562     21.70%     98.19% |        3815      1.78%     99.97% |          68      0.03%    100.00% |           1      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.miss_latency_hist::total        214557                      
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          165                      
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% |         165    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          165                      
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         2563                      
system.ruby.L1Cache.miss_mach_latency_hist::mean  1189.708545                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   741.796098                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   871.261468                      
system.ruby.L1Cache.miss_mach_latency_hist |         782     30.51%     30.51% |         487     19.00%     49.51% |         387     15.10%     64.61% |         376     14.67%     79.28% |         340     13.27%     92.55% |         158      6.16%     98.71% |          29      1.13%     99.84% |           3      0.12%     99.96% |           1      0.04%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total         2563                      
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         3420                      
system.ruby.L2Cache.hit_mach_latency_hist::mean  1257.992398                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean   813.419843                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   894.645782                      
system.ruby.L2Cache.hit_mach_latency_hist |        1008     29.47%     29.47% |         570     16.67%     46.14% |         519     15.18%     61.32% |         546     15.96%     77.28% |         453     13.25%     90.53% |         259      7.57%     98.10% |          56      1.64%     99.74% |           8      0.23%     99.97% |           1      0.03%    100.00% |           0      0.00%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist::total         3420                      
system.ruby.Directory.miss_mach_latency_hist::bucket_size         1024                      
system.ruby.Directory.miss_mach_latency_hist::max_bucket        10239                      
system.ruby.Directory.miss_mach_latency_hist::samples       610819                      
system.ruby.Directory.miss_mach_latency_hist::mean  1276.811898                      
system.ruby.Directory.miss_mach_latency_hist::gmean   908.912119                      
system.ruby.Directory.miss_mach_latency_hist::stdev   879.729106                      
system.ruby.Directory.miss_mach_latency_hist |      280350     45.90%     45.90% |      186579     30.55%     76.44% |      132716     21.73%     98.17% |       10978      1.80%     99.97% |         195      0.03%    100.00% |           1      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_mach_latency_hist::total       610819                      
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            7                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |           7    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            7                      
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            7                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |           7    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            7                      
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            7                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |           7    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            7                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::bucket_size           32                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::max_bucket          319                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::samples            7                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean   122.714286                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::gmean   113.915443                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev    50.582323                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |           0      0.00%      0.00% |           0      0.00%      0.00% |           4     57.14%     57.14% |           0      0.00%     57.14% |           0      0.00%     57.14% |           3     42.86%    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            7                      
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          112                      
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% |         112    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          112                      
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         1608                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean  1188.308458                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   741.622065                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   867.195204                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |         500     31.09%     31.09% |         292     18.16%     49.25% |         245     15.24%     64.49% |         245     15.24%     79.73% |         206     12.81%     92.54% |          98      6.09%     98.63% |          20      1.24%     99.88% |           2      0.12%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total         1608                      
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         2213                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean  1267.732038                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean   810.646085                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   901.722652                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         649     29.33%     29.33% |         367     16.58%     45.91% |         331     14.96%     60.87% |         343     15.50%     76.37% |         308     13.92%     90.28% |         177      8.00%     98.28% |          31      1.40%     99.68% |           6      0.27%     99.95% |           1      0.05%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total         2213                      
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       397217                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean  1277.296166                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   908.878022                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   880.086444                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      113186     28.49%     28.49% |       68988     17.37%     45.86% |       58034     14.61%     60.47% |       63360     15.95%     76.42% |       58756     14.79%     91.22% |       27592      6.95%     98.16% |        6147      1.55%     99.71% |        1026      0.26%     99.97% |         108      0.03%     99.99% |          20      0.01%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       397217                      
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           53                      
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% |          53    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           53                      
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          955                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean  1192.065969                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   742.089221                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   878.516392                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |         282     29.53%     29.53% |         195     20.42%     49.95% |         142     14.87%     64.82% |         131     13.72%     78.53% |         134     14.03%     92.57% |          60      6.28%     98.85% |           9      0.94%     99.79% |           1      0.10%     99.90% |           1      0.10%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::total          955                      
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         1207                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean  1240.135046                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean   818.530124                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   881.614674                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         359     29.74%     29.74% |         203     16.82%     46.56% |         188     15.58%     62.14% |         203     16.82%     78.96% |         145     12.01%     90.97% |          82      6.79%     97.76% |          25      2.07%     99.83% |           2      0.17%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total         1207                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size         1024                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket        10239                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples       213602                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean  1275.911349                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   908.975529                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   879.065559                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       98176     45.96%     45.96% |       65185     30.52%     76.48% |       46368     21.71%     98.19% |        3805      1.78%     99.97% |          67      0.03%    100.00% |           1      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.Directory.miss_type_mach_latency_hist::total       213602                      
system.ruby.L1Cache_Controller.Load      |       50331     12.55%     12.55% |       49967     12.46%     25.00% |       50254     12.53%     37.53% |       50183     12.51%     50.04% |       50017     12.47%     62.51% |       50259     12.53%     75.03% |       50136     12.50%     87.53% |       50016     12.47%    100.00%
system.ruby.L1Cache_Controller.Load::total       401163                      
system.ruby.L1Cache_Controller.Store     |       26960     12.49%     12.49% |       27312     12.65%     25.15% |       26841     12.44%     37.58% |       26622     12.33%     49.92% |       26950     12.49%     62.40% |       27007     12.51%     74.92% |       27203     12.60%     87.52% |       26930     12.48%    100.00%
system.ruby.L1Cache_Controller.Store::total       215825                      
system.ruby.L1Cache_Controller.L1_Replacement |     1368057     12.53%     12.53% |     1367643     12.53%     25.06% |     1363908     12.49%     37.56% |     1358410     12.44%     50.00% |     1362554     12.48%     62.48% |     1365525     12.51%     74.99% |     1369124     12.54%     87.53% |     1360777     12.47%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total     10915998                      
system.ruby.L1Cache_Controller.Data_Shared |         236     13.02%     13.02% |         219     12.09%     25.11% |         237     13.08%     38.19% |         210     11.59%     49.78% |         242     13.36%     63.13% |         233     12.86%     75.99% |         202     11.15%     87.14% |         233     12.86%    100.00%
system.ruby.L1Cache_Controller.Data_Shared::total         1812                      
system.ruby.L1Cache_Controller.Data_Owner |          73     15.24%     15.24% |          74     15.45%     30.69% |          52     10.86%     41.54% |          50     10.44%     51.98% |          71     14.82%     66.81% |          66     13.78%     80.58% |          41      8.56%     89.14% |          52     10.86%    100.00%
system.ruby.L1Cache_Controller.Data_Owner::total          479                      
system.ruby.L1Cache_Controller.Data_All_Tokens |       80940     12.55%     12.55% |       80743     12.52%     25.06% |       80630     12.50%     37.56% |       80297     12.45%     50.01% |       80401     12.46%     62.47% |       80744     12.52%     74.99% |       80888     12.54%     87.53% |       80464     12.47%    100.00%
system.ruby.L1Cache_Controller.Data_All_Tokens::total       645107                      
system.ruby.L1Cache_Controller.Ack       |           1      7.14%      7.14% |           0      0.00%      7.14% |           3     21.43%     28.57% |           0      0.00%     28.57% |           3     21.43%     50.00% |           2     14.29%     64.29% |           4     28.57%     92.86% |           1      7.14%    100.00%
system.ruby.L1Cache_Controller.Ack::total           14                      
system.ruby.L1Cache_Controller.Ack_All_Tokens |           1     20.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           1     20.00%     60.00% |           1     20.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.Ack_All_Tokens::total            5                      
system.ruby.L1Cache_Controller.Transient_Local_GETX |      188823     12.50%     12.50% |      188465     12.48%     24.98% |      188937     12.51%     37.49% |      189155     12.52%     50.01% |      188828     12.50%     62.51% |      188776     12.50%     75.01% |      188573     12.48%     87.50% |      188847     12.50%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETX::total      1510404                      
system.ruby.L1Cache_Controller.Transient_Local_GETS |      350731     12.49%     12.49% |      351096     12.51%     25.00% |      350807     12.50%     37.50% |      350881     12.50%     49.99% |      351048     12.50%     62.50% |      350805     12.50%     74.99% |      350930     12.50%     87.50% |      351050     12.50%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS::total      2807348                      
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token |           2     22.22%     22.22% |           0      0.00%     22.22% |           1     11.11%     33.33% |           4     44.44%     77.78% |           0      0.00%     77.78% |           1     11.11%     88.89% |           0      0.00%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token::total            9                      
system.ruby.L1Cache_Controller.Persistent_GETX |       40243     12.48%     12.48% |       40235     12.48%     24.97% |       40237     12.48%     37.45% |       40452     12.55%     50.00% |       40236     12.48%     62.48% |       40319     12.51%     74.99% |       40323     12.51%     87.50% |       40294     12.50%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETX::total       322339                      
system.ruby.L1Cache_Controller.Persistent_GETS |       74022     12.51%     12.51% |       73973     12.50%     25.00% |       73853     12.48%     37.48% |       73992     12.50%     49.98% |       74071     12.51%     62.50% |       73914     12.49%     74.99% |       74014     12.51%     87.49% |       74024     12.51%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS::total       591863                      
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token::total            3                      
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock |      145427     12.50%     12.50% |      145484     12.51%     25.01% |      145601     12.52%     37.52% |      145247     12.49%     50.01% |      145384     12.50%     62.51% |      145459     12.50%     75.01% |      145355     12.49%     87.50% |      145374     12.50%    100.00%
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock::total      1163331                      
system.ruby.L1Cache_Controller.Request_Timeout |       60159     12.52%     12.52% |       59656     12.41%     24.93% |       60277     12.54%     37.47% |       60879     12.67%     50.14% |       60010     12.49%     62.63% |       60642     12.62%     75.24% |       60033     12.49%     87.74% |       58941     12.26%    100.00%
system.ruby.L1Cache_Controller.Request_Timeout::total       480597                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverX |           5      5.62%      5.62% |           4      4.49%     10.11% |          12     13.48%     23.60% |          11     12.36%     35.96% |          13     14.61%     50.56% |          10     11.24%     61.80% |          18     20.22%     82.02% |          16     17.98%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverX::total           89                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverS |           6      4.35%      4.35% |          15     10.87%     15.22% |          16     11.59%     26.81% |          13      9.42%     36.23% |          14     10.14%     46.38% |          25     18.12%     64.49% |          24     17.39%     81.88% |          25     18.12%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverS::total          138                      
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers |       76982     12.53%     12.53% |       76971     12.53%     25.05% |       76777     12.49%     37.55% |       76512     12.45%     50.00% |       76634     12.47%     62.47% |       76926     12.52%     74.99% |       77048     12.54%     87.53% |       76616     12.47%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers::total       614466                      
system.ruby.L1Cache_Controller.NP.Load   |       50234     12.54%     12.54% |       49878     12.46%     25.00% |       50162     12.53%     37.53% |       50102     12.51%     50.04% |       49920     12.47%     62.51% |       50179     12.53%     75.04% |       50054     12.50%     87.54% |       49912     12.46%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       400441                      
system.ruby.L1Cache_Controller.NP.Store  |       26908     12.49%     12.49% |       27274     12.66%     25.15% |       26779     12.43%     37.57% |       26582     12.34%     49.91% |       26907     12.49%     62.40% |       26962     12.51%     74.91% |       27158     12.60%     87.52% |       26896     12.48%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       215466                      
system.ruby.L1Cache_Controller.NP.Data_Shared |          15     25.42%     25.42% |           7     11.86%     37.29% |           5      8.47%     45.76% |           4      6.78%     52.54% |          11     18.64%     71.19% |           6     10.17%     81.36% |           6     10.17%     91.53% |           5      8.47%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Shared::total           59                      
system.ruby.L1Cache_Controller.NP.Data_Owner |          21     18.26%     18.26% |          15     13.04%     31.30% |          12     10.43%     41.74% |          10      8.70%     50.43% |          18     15.65%     66.09% |          16     13.91%     80.00% |          11      9.57%     89.57% |          12     10.43%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Owner::total          115                      
system.ruby.L1Cache_Controller.NP.Data_All_Tokens |        3905     12.91%     12.91% |        3708     12.26%     25.17% |        3801     12.57%     37.73% |        3744     12.38%     50.11% |        3722     12.30%     62.42% |        3775     12.48%     74.90% |        3791     12.53%     87.43% |        3803     12.57%    100.00%
system.ruby.L1Cache_Controller.NP.Data_All_Tokens::total        30249                      
system.ruby.L1Cache_Controller.NP.Ack    |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.NP.Ack::total            2                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX |      188213     12.50%     12.50% |      187862     12.48%     24.98% |      188356     12.51%     37.49% |      188542     12.52%     50.01% |      188229     12.50%     62.52% |      188157     12.50%     75.01% |      187989     12.49%     87.50% |      188206     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX::total      1505554                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS |      349628     12.49%     12.49% |      349983     12.51%     25.00% |      349669     12.50%     37.50% |      349728     12.50%     49.99% |      349922     12.50%     62.50% |      349655     12.50%     74.99% |      349776     12.50%     87.49% |      349964     12.51%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS::total      2798325                      
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock |      126885     12.50%     12.50% |      126871     12.50%     25.00% |      126751     12.49%     37.48% |      126905     12.50%     49.99% |      126881     12.50%     62.49% |      126869     12.50%     74.98% |      126992     12.51%     87.49% |      126955     12.51%    100.00%
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock::total      1015109                      
system.ruby.L1Cache_Controller.I.Load    |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Load::total            1                      
system.ruby.L1Cache_Controller.I.L1_Replacement |         183     13.13%     13.13% |         170     12.20%     25.32% |         174     12.48%     37.80% |         180     12.91%     50.72% |         173     12.41%     63.13% |         164     11.76%     74.89% |         159     11.41%     86.30% |         191     13.70%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total         1394                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     66.67%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETS::total            3                      
system.ruby.L1Cache_Controller.I.Persistent_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.I.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.I.Persistent_GETS |           1     33.33%     33.33% |           1     33.33%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Persistent_GETS::total            3                      
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock::total            2                      
system.ruby.L1Cache_Controller.S.Load    |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Load::total            1                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         249     11.95%     11.95% |         252     12.09%     24.04% |         274     13.15%     37.19% |         244     11.71%     48.90% |         272     13.05%     61.95% |         281     13.48%     75.43% |         241     11.56%     87.00% |         271     13.00%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         2084                      
system.ruby.L1Cache_Controller.S.Data_Shared |           1     20.00%     20.00% |           0      0.00%     20.00% |           2     40.00%     60.00% |           0      0.00%     60.00% |           1     20.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_Shared::total            5                      
system.ruby.L1Cache_Controller.S.Data_All_Tokens |           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.Data_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETX |           1     12.50%     12.50% |           2     25.00%     37.50% |           1     12.50%     50.00% |           1     12.50%     62.50% |           2     25.00%     87.50% |           0      0.00%     87.50% |           0      0.00%     87.50% |           1     12.50%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETX::total            8                      
system.ruby.L1Cache_Controller.S.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.S.Transient_Local_GETS::total            1                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token |           2     22.22%     22.22% |           0      0.00%     22.22% |           1     11.11%     33.33% |           4     44.44%     77.78% |           0      0.00%     77.78% |           1     11.11%     88.89% |           0      0.00%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token::total            9                      
system.ruby.L1Cache_Controller.S.Persistent_GETX |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.S.Persistent_GETS |           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.S.Persistent_GETS::total            2                      
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token::total            3                      
system.ruby.L1Cache_Controller.O.L1_Replacement |         133     13.05%     13.05% |         127     12.46%     25.52% |         116     11.38%     36.90% |         134     13.15%     50.05% |         132     12.95%     63.00% |         145     14.23%     77.23% |         111     10.89%     88.13% |         121     11.87%    100.00%
system.ruby.L1Cache_Controller.O.L1_Replacement::total         1019                      
system.ruby.L1Cache_Controller.O.Data_All_Tokens |           1     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.O.Data_All_Tokens::total            2                      
system.ruby.L1Cache_Controller.O.Ack_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.O.Ack_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETX |           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% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETX::total            2                      
system.ruby.L1Cache_Controller.O.Persistent_GETS |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Persistent_GETS::total            2                      
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock |          12     12.24%     12.24% |          15     15.31%     27.55% |          17     17.35%     44.90% |          13     13.27%     58.16% |          12     12.24%     70.41% |          13     13.27%     83.67% |          10     10.20%     93.88% |           6      6.12%    100.00%
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock::total           98                      
system.ruby.L1Cache_Controller.M.Load    |           5     12.20%     12.20% |           2      4.88%     17.07% |           3      7.32%     24.39% |           5     12.20%     36.59% |           5     12.20%     48.78% |           3      7.32%     56.10% |           8     19.51%     75.61% |          10     24.39%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           41                      
system.ruby.L1Cache_Controller.M.Store   |           3     14.29%     14.29% |           2      9.52%     23.81% |           5     23.81%     47.62% |           4     19.05%     66.67% |           3     14.29%     80.95% |           4     19.05%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           21                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       49847     12.55%     12.55% |       49500     12.46%     25.00% |       49774     12.53%     37.53% |       49713     12.51%     50.04% |       49519     12.46%     62.51% |       49733     12.52%     75.03% |       49702     12.51%     87.53% |       49527     12.47%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       397315                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETX |          50     13.62%     13.62% |          36      9.81%     23.43% |          52     14.17%     37.60% |          40     10.90%     48.50% |          46     12.53%     61.04% |          55     14.99%     76.02% |          33      8.99%     85.01% |          55     14.99%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETX::total          367                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETS |          83     12.44%     12.44% |          71     10.64%     23.09% |          76     11.39%     34.48% |          96     14.39%     48.88% |          80     11.99%     60.87% |          96     14.39%     75.26% |          81     12.14%     87.41% |          84     12.59%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETS::total          667                      
system.ruby.L1Cache_Controller.M.Persistent_GETX |          25     16.78%     16.78% |          26     17.45%     34.23% |          14      9.40%     43.62% |          21     14.09%     57.72% |          21     14.09%     71.81% |          13      8.72%     80.54% |          18     12.08%     92.62% |          11      7.38%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETX::total          149                      
system.ruby.L1Cache_Controller.M.Persistent_GETS |          27     10.63%     10.63% |          31     12.20%     22.83% |          33     12.99%     35.83% |          32     12.60%     48.43% |          36     14.17%     62.60% |          38     14.96%     77.56% |          28     11.02%     88.58% |          29     11.42%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETS::total          254                      
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock |        1187     12.24%     12.24% |        1229     12.68%     24.92% |        1293     13.34%     38.25% |        1200     12.38%     50.63% |        1221     12.59%     63.22% |        1249     12.88%     76.10% |        1131     11.66%     87.77% |        1186     12.23%    100.00%
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock::total         9696                      
system.ruby.L1Cache_Controller.MM.Load   |           1      4.17%      4.17% |           5     20.83%     25.00% |           2      8.33%     33.33% |           7     29.17%     62.50% |           3     12.50%     75.00% |           2      8.33%     83.33% |           3     12.50%     95.83% |           1      4.17%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           24                      
system.ruby.L1Cache_Controller.MM.Store  |           5     33.33%     33.33% |           1      6.67%     40.00% |           1      6.67%     46.67% |           1      6.67%     53.33% |           0      0.00%     53.33% |           3     20.00%     73.33% |           1      6.67%     80.00% |           3     20.00%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           15                      
system.ruby.L1Cache_Controller.MM.L1_Replacement |       26851     12.49%     12.49% |       27209     12.66%     25.15% |       26736     12.44%     37.58% |       26508     12.33%     49.91% |       26847     12.49%     62.40% |       26914     12.52%     74.92% |       27102     12.61%     87.53% |       26811     12.47%    100.00%
system.ruby.L1Cache_Controller.MM.L1_Replacement::total       214978                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX |          31     14.76%     14.76% |          33     15.71%     30.48% |          27     12.86%     43.33% |          28     13.33%     56.67% |          17      8.10%     64.76% |          21     10.00%     74.76% |          25     11.90%     86.67% |          28     13.33%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX::total          210                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS |          45     14.11%     14.11% |          36     11.29%     25.39% |          37     11.60%     36.99% |          41     12.85%     49.84% |          49     15.36%     65.20% |          33     10.34%     75.55% |          36     11.29%     86.83% |          42     13.17%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS::total          319                      
system.ruby.L1Cache_Controller.MM.Persistent_GETX |          11     13.10%     13.10% |          11     13.10%     26.19% |          10     11.90%     38.10% |          17     20.24%     58.33% |          10     11.90%     70.24% |          10     11.90%     82.14% |           8      9.52%     91.67% |           7      8.33%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETX::total           84                      
system.ruby.L1Cache_Controller.MM.Persistent_GETS |          12     10.17%     10.17% |          17     14.41%     24.58% |          17     14.41%     38.98% |          14     11.86%     50.85% |           9      7.63%     58.47% |          12     10.17%     68.64% |          15     12.71%     81.36% |          22     18.64%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETS::total          118                      
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock |         712     13.37%     13.37% |         667     12.52%     25.89% |         685     12.86%     38.75% |         670     12.58%     51.32% |         668     12.54%     63.86% |         648     12.16%     76.03% |         636     11.94%     87.97% |         641     12.03%    100.00%
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock::total         5327                      
system.ruby.L1Cache_Controller.M_W.Load  |           2      7.14%      7.14% |           4     14.29%     21.43% |           5     17.86%     39.29% |           3     10.71%     50.00% |           3     10.71%     60.71% |           4     14.29%     75.00% |           3     10.71%     85.71% |           4     14.29%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           28                      
system.ruby.L1Cache_Controller.M_W.Store |           1     11.11%     11.11% |           2     22.22%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     11.11%     44.44% |           2     22.22%     66.67% |           2     22.22%     88.89% |           1     11.11%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total            9                      
system.ruby.L1Cache_Controller.M_W.L1_Replacement |      291266     12.59%     12.59% |      289622     12.52%     25.11% |      289644     12.52%     37.63% |      290259     12.55%     50.18% |      288045     12.45%     62.63% |      288216     12.46%     75.09% |      288197     12.46%     87.55% |      287895     12.45%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_Replacement::total      2313144                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX |          42     14.38%     14.38% |          27      9.25%     23.63% |          30     10.27%     33.90% |          37     12.67%     46.58% |          39     13.36%     59.93% |          45     15.41%     75.34% |          33     11.30%     86.64% |          39     13.36%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX::total          292                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS |          66     11.60%     11.60% |          79     13.88%     25.48% |          75     13.18%     38.66% |          88     15.47%     54.13% |          63     11.07%     65.20% |          60     10.54%     75.75% |          78     13.71%     89.46% |          60     10.54%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS::total          569                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETX |           3      7.14%      7.14% |           4      9.52%     16.67% |           4      9.52%     26.19% |           5     11.90%     38.10% |           4      9.52%     47.62% |           6     14.29%     61.90% |           8     19.05%     80.95% |           8     19.05%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETX::total           42                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETS |           5      5.88%      5.88% |          11     12.94%     18.82% |          11     12.94%     31.76% |           4      4.71%     36.47% |           7      8.24%     44.71% |          15     17.65%     62.35% |          15     17.65%     80.00% |          17     20.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETS::total           85                      
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock |         469     12.17%     12.17% |         479     12.43%     24.60% |         514     13.34%     37.94% |         489     12.69%     50.64% |         496     12.87%     63.51% |         466     12.09%     75.60% |         481     12.48%     88.09% |         459     11.91%    100.00%
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock::total         3853                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX |           4      7.69%      7.69% |           4      7.69%     15.38% |           5      9.62%     25.00% |           6     11.54%     36.54% |           5      9.62%     46.15% |           7     13.46%     59.62% |          11     21.15%     80.77% |          10     19.23%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX::total           52                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS |           5      5.38%      5.38% |          11     11.83%     17.20% |          12     12.90%     30.11% |           6      6.45%     36.56% |           8      8.60%     45.16% |          17     18.28%     63.44% |          17     18.28%     81.72% |          17     18.28%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS::total           93                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers |       50035     12.55%     12.55% |       49666     12.45%     25.00% |       49954     12.53%     37.53% |       49907     12.52%     50.04% |       49705     12.46%     62.51% |       49940     12.52%     75.03% |       49862     12.50%     87.54% |       49706     12.46%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers::total       398775                      
system.ruby.L1Cache_Controller.MM_W.Load |           5     27.78%     27.78% |           1      5.56%     33.33% |           0      0.00%     33.33% |           2     11.11%     44.44% |           3     16.67%     61.11% |           5     27.78%     88.89% |           1      5.56%     94.44% |           1      5.56%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           18                      
system.ruby.L1Cache_Controller.MM_W.Store |           2     25.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           0      0.00%     25.00% |           2     25.00%     50.00% |           2     25.00%     75.00% |           1     12.50%     87.50% |           1     12.50%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total            8                      
system.ruby.L1Cache_Controller.MM_W.L1_Replacement |      155942     12.48%     12.48% |      158074     12.65%     25.12% |      153918     12.31%     37.44% |      152634     12.21%     49.65% |      158304     12.67%     62.32% |      157087     12.57%     74.89% |      158031     12.64%     87.53% |      155857     12.47%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_Replacement::total      1249847                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX |          23     13.07%     13.07% |          18     10.23%     23.30% |          18     10.23%     33.52% |          26     14.77%     48.30% |          23     13.07%     61.36% |          21     11.93%     73.30% |          20     11.36%     84.66% |          27     15.34%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX::total          176                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS |          30      9.71%      9.71% |          45     14.56%     24.27% |          31     10.03%     34.30% |          43     13.92%     48.22% |          33     10.68%     58.90% |          40     12.94%     71.84% |          44     14.24%     86.08% |          43     13.92%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS::total          309                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX |           1      3.03%      3.03% |           0      0.00%      3.03% |           6     18.18%     21.21% |           4     12.12%     33.33% |           7     21.21%     54.55% |           2      6.06%     60.61% |           7     21.21%     81.82% |           6     18.18%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX::total           33                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS |           1      2.38%      2.38% |           3      7.14%      9.52% |           3      7.14%     16.67% |           7     16.67%     33.33% |           6     14.29%     47.62% |           7     16.67%     64.29% |           7     16.67%     80.95% |           8     19.05%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS::total           42                      
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock |         292     13.90%     13.90% |         270     12.85%     26.75% |         253     12.04%     38.79% |         231     10.99%     49.79% |         270     12.85%     62.64% |         272     12.95%     75.58% |         278     13.23%     88.81% |         235     11.19%    100.00%
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock::total         2101                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX |           1      2.70%      2.70% |           0      0.00%      2.70% |           7     18.92%     21.62% |           5     13.51%     35.14% |           8     21.62%     56.76% |           3      8.11%     64.86% |           7     18.92%     83.78% |           6     16.22%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX::total           37                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS |           1      2.22%      2.22% |           4      8.89%     11.11% |           4      8.89%     20.00% |           7     15.56%     35.56% |           6     13.33%     48.89% |           8     17.78%     66.67% |           7     15.56%     82.22% |           8     17.78%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS::total           45                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers |       26947     12.49%     12.49% |       27305     12.66%     25.15% |       26823     12.44%     37.59% |       26605     12.33%     49.92% |       26929     12.48%     62.41% |       26986     12.51%     74.92% |       27186     12.60%     87.52% |       26910     12.48%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers::total       215691                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      293340     12.49%     12.49% |      295809     12.59%     25.08% |      291989     12.43%     37.52% |      287885     12.26%     49.77% |      295320     12.57%     62.35% |      295503     12.58%     74.93% |      296204     12.61%     87.54% |      292704     12.46%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      2348754                      
system.ruby.L1Cache_Controller.IM.Data_Owner |           1     20.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           1     20.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           0      0.00%     60.00% |           2     40.00%    100.00%
system.ruby.L1Cache_Controller.IM.Data_Owner::total            5                      
system.ruby.L1Cache_Controller.IM.Data_All_Tokens |       26946     12.49%     12.49% |       27305     12.66%     25.15% |       26829     12.44%     37.58% |       26615     12.34%     49.92% |       26941     12.49%     62.40% |       26992     12.51%     74.92% |       27198     12.61%     87.52% |       26921     12.48%    100.00%
system.ruby.L1Cache_Controller.IM.Data_All_Tokens::total       215747                      
system.ruby.L1Cache_Controller.IM.Ack    |           1     10.00%     10.00% |           0      0.00%     10.00% |           1     10.00%     20.00% |           0      0.00%     20.00% |           2     20.00%     40.00% |           2     20.00%     60.00% |           3     30.00%     90.00% |           1     10.00%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total           10                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX |          90     12.45%     12.45% |          84     11.62%     24.07% |          90     12.45%     36.51% |          94     13.00%     49.52% |          93     12.86%     62.38% |          87     12.03%     74.41% |          89     12.31%     86.72% |          96     13.28%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX::total          723                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS |         147     11.89%     11.89% |         144     11.65%     23.54% |         177     14.32%     37.86% |         153     12.38%     50.24% |         146     11.81%     62.06% |         154     12.46%     74.51% |         150     12.14%     86.65% |         165     13.35%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS::total         1236                      
system.ruby.L1Cache_Controller.IM.Persistent_GETX |          29     14.15%     14.15% |          27     13.17%     27.32% |          22     10.73%     38.05% |          27     13.17%     51.22% |          26     12.68%     63.90% |          33     16.10%     80.00% |          22     10.73%     90.73% |          19      9.27%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETX::total          205                      
system.ruby.L1Cache_Controller.IM.Persistent_GETS |          36      9.28%      9.28% |          39     10.05%     19.33% |          50     12.89%     32.22% |          42     10.82%     43.04% |          48     12.37%     55.41% |          53     13.66%     69.07% |          57     14.69%     83.76% |          63     16.24%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETS::total          388                      
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock |        5483     12.57%     12.57% |        5506     12.62%     25.19% |        5529     12.68%     37.87% |        5327     12.21%     50.08% |        5492     12.59%     62.67% |        5408     12.40%     75.07% |        5402     12.38%     87.46% |        5471     12.54%    100.00%
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock::total        43618                      
system.ruby.L1Cache_Controller.IM.Request_Timeout |       20923     12.52%     12.52% |       21057     12.60%     25.13% |       21290     12.74%     37.87% |       20719     12.40%     50.27% |       21245     12.72%     62.99% |       21018     12.58%     75.57% |       20732     12.41%     87.98% |       20087     12.02%    100.00%
system.ruby.L1Cache_Controller.IM.Request_Timeout::total       167071                      
system.ruby.L1Cache_Controller.OM.L1_Replacement |           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.L1_Replacement::total            1                      
system.ruby.L1Cache_Controller.OM.Data_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.OM.Data_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens::total            4                      
system.ruby.L1Cache_Controller.OM.Own_Lock_or_Unlock |           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.Own_Lock_or_Unlock::total            1                      
system.ruby.L1Cache_Controller.OM.Request_Timeout |           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.Request_Timeout::total            1                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      548020     12.55%     12.55% |      544678     12.47%     25.02% |      548767     12.57%     37.58% |      548504     12.56%     50.14% |      541488     12.40%     62.54% |      544959     12.48%     75.02% |      546694     12.52%     87.54% |      544234     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      4367344                      
system.ruby.L1Cache_Controller.IS.Data_Shared |         219     12.55%     12.55% |         212     12.15%     24.70% |         230     13.18%     37.88% |         206     11.81%     49.68% |         230     13.18%     62.87% |         226     12.95%     75.82% |         196     11.23%     87.05% |         226     12.95%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Shared::total         1745                      
system.ruby.L1Cache_Controller.IS.Data_Owner |          51     14.21%     14.21% |          58     16.16%     30.36% |          40     11.14%     41.50% |          39     10.86%     52.37% |          53     14.76%     67.13% |          50     13.93%     81.06% |          30      8.36%     89.42% |          38     10.58%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Owner::total          359                      
system.ruby.L1Cache_Controller.IS.Data_All_Tokens |       50045     12.55%     12.55% |       49683     12.45%     25.00% |       49970     12.53%     37.53% |       49916     12.51%     50.04% |       49717     12.46%     62.50% |       49963     12.52%     75.03% |       49887     12.51%     87.53% |       49732     12.47%    100.00%
system.ruby.L1Cache_Controller.IS.Data_All_Tokens::total       398913                      
system.ruby.L1Cache_Controller.IS.Ack    |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS.Ack::total            2                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX |         152     12.13%     12.13% |         168     13.41%     25.54% |         140     11.17%     36.71% |         160     12.77%     49.48% |         153     12.21%     61.69% |         161     12.85%     74.54% |         153     12.21%     86.75% |         166     13.25%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX::total         1253                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS |         287     12.04%     12.04% |         298     12.50%     24.54% |         300     12.58%     37.12% |         291     12.21%     49.33% |         322     13.51%     62.84% |         311     13.05%     75.88% |         302     12.67%     88.55% |         273     11.45%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS::total         2384                      
system.ruby.L1Cache_Controller.IS.Persistent_GETX |          36      9.07%      9.07% |          37      9.32%     18.39% |          47     11.84%     30.23% |          56     14.11%     44.33% |          49     12.34%     56.68% |          57     14.36%     71.03% |          59     14.86%     85.89% |          56     14.11%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETX::total          397                      
system.ruby.L1Cache_Controller.IS.Persistent_GETS |          86     10.87%     10.87% |         112     14.16%     25.03% |          92     11.63%     36.66% |          95     12.01%     48.67% |         105     13.27%     61.95% |         100     12.64%     74.59% |         104     13.15%     87.74% |          97     12.26%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETS::total          791                      
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock |        9989     12.48%     12.48% |       10016     12.52%     25.00% |       10115     12.64%     37.64% |        9985     12.48%     50.12% |        9893     12.36%     62.49% |       10088     12.61%     75.09% |        9969     12.46%     87.55% |        9961     12.45%    100.00%
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock::total        80016                      
system.ruby.L1Cache_Controller.IS.Request_Timeout |       38867     12.52%     12.52% |       38204     12.31%     24.83% |       38667     12.46%     37.29% |       39766     12.81%     50.11% |       38271     12.33%     62.44% |       39197     12.63%     75.07% |       38932     12.54%     87.61% |       38452     12.39%    100.00%
system.ruby.L1Cache_Controller.IS.Request_Timeout::total       310356                      
system.ruby.L1Cache_Controller.I_L.Load  |          84     13.79%     13.79% |          77     12.64%     26.44% |          81     13.30%     39.74% |          64     10.51%     50.25% |          83     13.63%     63.88% |          66     10.84%     74.71% |          66     10.84%     85.55% |          88     14.45%    100.00%
system.ruby.L1Cache_Controller.I_L.Load::total          609                      
system.ruby.L1Cache_Controller.I_L.Store |          41     13.40%     13.40% |          33     10.78%     24.18% |          56     18.30%     42.48% |          35     11.44%     53.92% |          37     12.09%     66.01% |          34     11.11%     77.12% |          41     13.40%     90.52% |          29      9.48%    100.00%
system.ruby.L1Cache_Controller.I_L.Store::total          306                      
system.ruby.L1Cache_Controller.I_L.L1_Replacement |         206     10.60%     10.60% |         148      7.61%     18.21% |         234     12.04%     30.25% |         329     16.92%     47.17% |         249     12.81%     59.98% |         203     10.44%     70.42% |         258     13.27%     83.69% |         317     16.31%    100.00%
system.ruby.L1Cache_Controller.I_L.L1_Replacement::total         1944                      
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens |          41     25.00%     25.00% |          45     27.44%     52.44% |          23     14.02%     66.46% |          18     10.98%     77.44% |          18     10.98%     88.41% |           8      4.88%     93.29% |           7      4.27%     97.56% |           4      2.44%    100.00%
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens::total          164                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX |         221     12.20%     12.20% |         233     12.87%     25.07% |         222     12.26%     37.33% |         225     12.42%     49.75% |         225     12.42%     62.18% |         228     12.59%     74.77% |         230     12.70%     87.47% |         227     12.53%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX::total         1811                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS |         445     12.62%     12.62% |         439     12.45%     25.07% |         441     12.51%     37.58% |         435     12.34%     49.91% |         432     12.25%     62.17% |         455     12.90%     75.07% |         463     13.13%     88.20% |         416     11.80%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS::total         3526                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETX |       40137     12.49%     12.49% |       40125     12.49%     24.98% |       40121     12.49%     37.47% |       40304     12.54%     50.01% |       40099     12.48%     62.49% |       40175     12.50%     75.00% |       40167     12.50%     87.50% |       40156     12.50%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETX::total       321284                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETS |       73854     12.52%     12.52% |       73741     12.50%     25.02% |       73628     12.48%     37.50% |       73761     12.50%     50.01% |       73818     12.51%     62.52% |       73632     12.48%     75.01% |       73718     12.50%     87.50% |       73704     12.50%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETS::total       589856                      
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock |          57     11.56%     11.56% |          63     12.78%     24.34% |          57     11.56%     35.90% |          71     14.40%     50.30% |          60     12.17%     62.47% |          54     10.95%     73.43% |          66     13.39%     86.82% |          65     13.18%    100.00%
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock::total          493                      
system.ruby.L1Cache_Controller.S_L.L1_Replacement |          42     10.42%     10.42% |          35      8.68%     19.11% |          64     15.88%     34.99% |          55     13.65%     48.64% |          24      5.96%     54.59% |          80     19.85%     74.44% |          47     11.66%     86.10% |          56     13.90%    100.00%
system.ruby.L1Cache_Controller.S_L.L1_Replacement::total          403                      
system.ruby.L1Cache_Controller.S_L.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S_L.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.S_L.Persistent_GETS |           0      0.00%      0.00% |           4      6.35%      6.35% |           7     11.11%     17.46% |           6      9.52%     26.98% |           5      7.94%     34.92% |          17     26.98%     61.90% |          10     15.87%     77.78% |          14     22.22%    100.00%
system.ruby.L1Cache_Controller.S_L.Persistent_GETS::total           63                      
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock |          32      9.04%      9.04% |          43     12.15%     21.19% |          46     12.99%     34.18% |          40     11.30%     45.48% |          45     12.71%     58.19% |          56     15.82%     74.01% |          46     12.99%     87.01% |          46     12.99%    100.00%
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock::total          354                      
system.ruby.L1Cache_Controller.IM_L.L1_Replacement |         616     10.64%     10.64% |         650     11.23%     21.87% |         788     13.61%     35.49% |         576      9.95%     45.44% |         691     11.94%     57.38% |         852     14.72%     72.10% |         843     14.56%     86.66% |         772     13.34%    100.00%
system.ruby.L1Cache_Controller.IM_L.L1_Replacement::total         5788                      
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens |           1      8.33%      8.33% |           1      8.33%     16.67% |           5     41.67%     58.33% |           1      8.33%     66.67% |           1      8.33%     75.00% |           3     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens::total           12                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETX::total            3                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETS |           0      0.00%      0.00% |           1     20.00%     20.00% |           1     20.00%     40.00% |           2     40.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETS::total            5                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX |           0      0.00%      0.00% |           3      6.67%      6.67% |           2      4.44%     11.11% |           4      8.89%     20.00% |          10     22.22%     42.22% |          10     22.22%     64.44% |          10     22.22%     86.67% |           6     13.33%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX::total           45                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS |           0      0.00%      0.00% |           2      2.00%      2.00% |           7      7.00%      9.00% |          11     11.00%     20.00% |          13     13.00%     33.00% |          15     15.00%     48.00% |          23     23.00%     71.00% |          29     29.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS::total          100                      
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock |         105     11.84%     11.84% |          98     11.05%     22.89% |         123     13.87%     36.75% |         103     11.61%     48.37% |         110     12.40%     60.77% |         117     13.19%     73.96% |         120     13.53%     87.49% |         111     12.51%    100.00%
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock::total          887                      
system.ruby.L1Cache_Controller.IM_L.Request_Timeout |          92      8.01%      8.01% |         153     13.33%     21.34% |         130     11.32%     32.67% |         128     11.15%     43.82% |         153     13.33%     57.14% |         194     16.90%     74.04% |         147     12.80%     86.85% |         151     13.15%    100.00%
system.ruby.L1Cache_Controller.IM_L.Request_Timeout::total         1148                      
system.ruby.L1Cache_Controller.IS_L.L1_Replacement |        1362     11.37%     11.37% |        1369     11.42%     22.79% |        1430     11.93%     34.72% |        1388     11.58%     46.31% |        1490     12.43%     58.74% |        1388     11.58%     70.32% |        1535     12.81%     83.13% |        2021     16.87%    100.00%
system.ruby.L1Cache_Controller.IS_L.L1_Replacement::total        11983                      
system.ruby.L1Cache_Controller.IS_L.Data_Shared |           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% |           1     33.33%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_Shared::total            3                      
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens |           1      5.56%      5.56% |           0      0.00%      5.56% |           2     11.11%     16.67% |           3     16.67%     33.33% |           2     11.11%     44.44% |           3     16.67%     61.11% |           5     27.78%     88.89% |           2     11.11%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens::total           18                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX |           0      0.00%      0.00% |           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%
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX::total            3                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     50.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           2     50.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% |           2      2.04%      2.04% |          11     11.22%     13.27% |          14     14.29%     27.55% |           9      9.18%     36.73% |          13     13.27%     50.00% |          24     24.49%     74.49% |          25     25.51%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX::total           98                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS |           0      0.00%      0.00% |          11      6.92%      6.92% |           5      3.14%     10.06% |          18     11.32%     21.38% |          24     15.09%     36.48% |          24     15.09%     51.57% |          36     22.64%     74.21% |          41     25.79%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS::total          159                      
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock |         204     11.49%     11.49% |         226     12.73%     24.21% |         218     12.27%     36.49% |         212     11.94%     48.42% |         235     13.23%     61.66% |         219     12.33%     73.99% |         224     12.61%     86.60% |         238     13.40%    100.00%
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock::total         1776                      
system.ruby.L1Cache_Controller.IS_L.Request_Timeout |         277     13.71%     13.71% |         242     11.97%     25.68% |         190      9.40%     35.08% |         265     13.11%     48.19% |         341     16.87%     65.07% |         233     11.53%     76.60% |         222     10.98%     87.58% |         251     12.42%    100.00%
system.ruby.L1Cache_Controller.IS_L.Request_Timeout::total         2021                      
system.ruby.L2Cache_Controller.L1_GETS         401048      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS_Last_Token            3      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         215772      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_INV            1395      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       583206      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Shared_Data         1451      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_All_Tokens       613102      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Owned          843      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETX        46049      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS        84554      0.00%      0.00%
system.ruby.L2Cache_Controller.Own_Lock_or_Unlock       129089      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       399363      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       214874      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_INV          909      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Shared_Data         1386      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_All_Tokens       581094      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Owned          734      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Own_Lock_or_Unlock       128754      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_GETS            2      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_INV             2      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L2_Replacement          559      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_All_Tokens          366      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Owned            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETS_Last_Token            3      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L1_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S.L2_Replacement         1209      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Shared_Data            5      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_All_Tokens          176      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETS           13      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETX            3      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L2_Replacement         1168      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_Shared_Data            7      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_All_Tokens          633      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETS            6      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS         1075      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX          590      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement       579287      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETX          460      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETS          849      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETS          595      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETX          304      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_INV          484      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L2_Replacement          982      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        30833      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Owned          107      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETX        45586      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETS        83699      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Own_Lock_or_Unlock          330      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.L2_Replacement            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Own_Lock_or_Unlock            5      0.00%      0.00%
system.ruby.Directory_Controller.GETX          255487      0.00%      0.00%
system.ruby.Directory_Controller.GETS          476933      0.00%      0.00%
system.ruby.Directory_Controller.Lockdown       130603      0.00%      0.00%
system.ruby.Directory_Controller.Unlockdown       129089      0.00%      0.00%
system.ruby.Directory_Controller.Data_Owner          344      0.00%      0.00%
system.ruby.Directory_Controller.Data_All_Tokens       235610      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner          694      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner_All_Tokens       375677      0.00%      0.00%
system.ruby.Directory_Controller.Tokens           456      0.00%      0.00%
system.ruby.Directory_Controller.Ack_All_Tokens         3709      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       610582      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       234338      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX        212118      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS        394360      0.00%      0.00%
system.ruby.Directory_Controller.O.Lockdown         2461      0.00%      0.00%
system.ruby.Directory_Controller.O.Data_All_Tokens           49      0.00%      0.00%
system.ruby.Directory_Controller.O.Tokens            4      0.00%      0.00%
system.ruby.Directory_Controller.O.Ack_All_Tokens          967      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         2212      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS         3891      0.00%      0.00%
system.ruby.Directory_Controller.NO.Lockdown        20370      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_Owner          344      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_All_Tokens       233998      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner          694      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner_All_Tokens       375526      0.00%      0.00%
system.ruby.Directory_Controller.NO.Tokens          248      0.00%      0.00%
system.ruby.Directory_Controller.L.GETX           852      0.00%      0.00%
system.ruby.Directory_Controller.L.GETS          1708      0.00%      0.00%
system.ruby.Directory_Controller.L.Lockdown         1080      0.00%      0.00%
system.ruby.Directory_Controller.L.Unlockdown       129089      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_All_Tokens          106      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner_All_Tokens          151      0.00%      0.00%
system.ruby.Directory_Controller.L.Tokens            3      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETX        13301      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETS        26689      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Lockdown         1663      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Data_All_Tokens         1388      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Tokens          201      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Ack_All_Tokens         2722      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Ack       232675      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETX         6131      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETS        13880      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Lockdown           30      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Data_All_Tokens           69      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Data         4123      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Ack         1663      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETX         5886      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETS        10623      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Lockdown          398      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Memory_Data       104596      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETX        14987      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETS        25782      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Lockdown       104601      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Ack_All_Tokens           20      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Memory_Data       501863      0.00%      0.00%

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