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

---------- Begin Simulation Statistics ----------
sim_seconds                                  0.006285                       # Number of seconds simulated
sim_ticks                                     6284915                       # Number of ticks simulated
final_tick                                    6284915                       # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq                                   1000000000                       # Frequency of simulated ticks
host_tick_rate                                  51541                       # Simulator tick rate (ticks/s)
host_mem_usage                                 318988                       # Number of bytes of host memory used
host_seconds                                   121.94                       # 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       628367                      
system.ruby.outstanding_req_hist::mean      15.998471                      
system.ruby.outstanding_req_hist::gmean     15.997210                      
system.ruby.outstanding_req_hist::stdev      0.125643                      
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% |          17      0.00%      0.02% |      628246     99.98%    100.00% |           0      0.00%    100.00%
system.ruby.outstanding_req_hist::total        628367                      
system.ruby.latency_hist::bucket_size             512                      
system.ruby.latency_hist::max_bucket             5119                      
system.ruby.latency_hist::samples              628239                      
system.ruby.latency_hist::mean            1280.340022                      
system.ruby.latency_hist::gmean            910.453414                      
system.ruby.latency_hist::stdev            881.906997                      
system.ruby.latency_hist                 |      178239     28.37%     28.37% |      109504     17.43%     45.80% |       92912     14.79%     60.59% |       97614     15.54%     76.13% |       93350     14.86%     90.99% |       44633      7.10%     98.09% |       10565      1.68%     99.77% |        1287      0.20%     99.98% |         121      0.02%    100.00% |          14      0.00%    100.00%
system.ruby.latency_hist::total                628239                      
system.ruby.hit_latency_hist::bucket_size          512                      
system.ruby.hit_latency_hist::max_bucket         5119                      
system.ruby.hit_latency_hist::samples            3487                      
system.ruby.hit_latency_hist::mean        1186.728993                      
system.ruby.hit_latency_hist::gmean        569.952123                      
system.ruby.hit_latency_hist::stdev        923.761130                      
system.ruby.hit_latency_hist             |        1143     32.78%     32.78% |         594     17.03%     49.81% |         495     14.20%     64.01% |         467     13.39%     77.40% |         486     13.94%     91.34% |         230      6.60%     97.94% |          60      1.72%     99.66% |          11      0.32%     99.97% |           1      0.03%    100.00% |           0      0.00%    100.00%
system.ruby.hit_latency_hist::total              3487                      
system.ruby.miss_latency_hist::bucket_size          512                      
system.ruby.miss_latency_hist::max_bucket         5119                      
system.ruby.miss_latency_hist::samples         624752                      
system.ruby.miss_latency_hist::mean       1280.862504                      
system.ruby.miss_latency_hist::gmean       912.836708                      
system.ruby.miss_latency_hist::stdev       881.640698                      
system.ruby.miss_latency_hist            |      177096     28.35%     28.35% |      108910     17.43%     45.78% |       92417     14.79%     60.57% |       97147     15.55%     76.12% |       92864     14.86%     90.99% |       44403      7.11%     98.09% |       10505      1.68%     99.77% |        1276      0.20%     99.98% |         120      0.02%    100.00% |          14      0.00%    100.00%
system.ruby.miss_latency_hist::total           624752                      
system.ruby.L1Cache.incomplete_times             2524                      
system.ruby.Directory.incomplete_times         622224                      
system.ruby.l1_cntrl4.L1Dcache.demand_hits           34                       # Number of cache demand hits
system.ruby.l1_cntrl4.L1Dcache.demand_misses        78735                       # Number of cache demand misses
system.ruby.l1_cntrl4.L1Dcache.demand_accesses        78769                       # 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.cpu_clk_domain.clock                         1                       # Clock period in ticks
system.ruby.l1_cntrl5.L1Dcache.demand_hits           26                       # Number of cache demand hits
system.ruby.l1_cntrl5.L1Dcache.demand_misses        78593                       # Number of cache demand misses
system.ruby.l1_cntrl5.L1Dcache.demand_accesses        78619                       # 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           25                       # Number of cache demand hits
system.ruby.l1_cntrl6.L1Dcache.demand_misses        78361                       # Number of cache demand misses
system.ruby.l1_cntrl6.L1Dcache.demand_accesses        78386                       # 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           26                       # Number of cache demand hits
system.ruby.l1_cntrl7.L1Dcache.demand_misses        78366                       # Number of cache demand misses
system.ruby.l1_cntrl7.L1Dcache.demand_accesses        78392                       # 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        78372                       # Number of cache demand misses
system.ruby.l1_cntrl0.L1Dcache.demand_accesses        78396                       # 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.network.routers00.percent_links_utilized     9.881597                      
system.ruby.network.routers00.msg_count.Request_Control::1        78371                      
system.ruby.network.routers00.msg_count.Response_Data::4        78092                      
system.ruby.network.routers00.msg_count.ResponseL2hit_Data::4          187                      
system.ruby.network.routers00.msg_count.ResponseLocal_Data::4          360                      
system.ruby.network.routers00.msg_count.Response_Control::4          159                      
system.ruby.network.routers00.msg_count.Writeback_Data::4        85878                      
system.ruby.network.routers00.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers00.msg_count.Persistent_Control::3       296969                      
system.ruby.network.routers00.msg_bytes.Request_Control::1       626968                      
system.ruby.network.routers00.msg_bytes.Response_Data::4      5622624                      
system.ruby.network.routers00.msg_bytes.ResponseL2hit_Data::4        13464                      
system.ruby.network.routers00.msg_bytes.ResponseLocal_Data::4        25920                      
system.ruby.network.routers00.msg_bytes.Response_Control::4         1272                      
system.ruby.network.routers00.msg_bytes.Writeback_Data::4      6183216                      
system.ruby.network.routers00.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers00.msg_bytes.Persistent_Control::3      2375752                      
system.ruby.l1_cntrl1.L1Dcache.demand_hits           27                       # Number of cache demand hits
system.ruby.l1_cntrl1.L1Dcache.demand_misses        78895                       # Number of cache demand misses
system.ruby.l1_cntrl1.L1Dcache.demand_accesses        78922                       # 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.network.routers01.percent_links_utilized     9.921833                      
system.ruby.network.routers01.msg_count.Request_Control::1        78895                      
system.ruby.network.routers01.msg_count.Response_Data::4        78610                      
system.ruby.network.routers01.msg_count.ResponseL2hit_Data::4          189                      
system.ruby.network.routers01.msg_count.ResponseLocal_Data::4          337                      
system.ruby.network.routers01.msg_count.Response_Control::4          156                      
system.ruby.network.routers01.msg_count.Writeback_Data::4        86402                      
system.ruby.network.routers01.msg_count.Writeback_Control::4            2                      
system.ruby.network.routers01.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers01.msg_count.Persistent_Control::3       297369                      
system.ruby.network.routers01.msg_bytes.Request_Control::1       631160                      
system.ruby.network.routers01.msg_bytes.Response_Data::4      5659920                      
system.ruby.network.routers01.msg_bytes.ResponseL2hit_Data::4        13608                      
system.ruby.network.routers01.msg_bytes.ResponseLocal_Data::4        24264                      
system.ruby.network.routers01.msg_bytes.Response_Control::4         1248                      
system.ruby.network.routers01.msg_bytes.Writeback_Data::4      6220944                      
system.ruby.network.routers01.msg_bytes.Writeback_Control::4           16                      
system.ruby.network.routers01.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers01.msg_bytes.Persistent_Control::3      2378952                      
system.ruby.l1_cntrl2.L1Dcache.demand_hits           23                       # Number of cache demand hits
system.ruby.l1_cntrl2.L1Dcache.demand_misses        78341                       # Number of cache demand misses
system.ruby.l1_cntrl2.L1Dcache.demand_accesses        78364                       # 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.network.routers02.percent_links_utilized     9.878833                      
system.ruby.network.routers02.msg_count.Request_Control::1        78341                      
system.ruby.network.routers02.msg_count.Response_Data::4        77980                      
system.ruby.network.routers02.msg_count.ResponseL2hit_Data::4          204                      
system.ruby.network.routers02.msg_count.ResponseLocal_Data::4          408                      
system.ruby.network.routers02.msg_count.Response_Control::4          170                      
system.ruby.network.routers02.msg_count.Writeback_Data::4        85810                      
system.ruby.network.routers02.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers02.msg_count.Persistent_Control::3       297325                      
system.ruby.network.routers02.msg_bytes.Request_Control::1       626728                      
system.ruby.network.routers02.msg_bytes.Response_Data::4      5614560                      
system.ruby.network.routers02.msg_bytes.ResponseL2hit_Data::4        14688                      
system.ruby.network.routers02.msg_bytes.ResponseLocal_Data::4        29376                      
system.ruby.network.routers02.msg_bytes.Response_Control::4         1360                      
system.ruby.network.routers02.msg_bytes.Writeback_Data::4      6178320                      
system.ruby.network.routers02.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers02.msg_bytes.Persistent_Control::3      2378600                      
system.ruby.l1_cntrl3.L1Dcache.demand_hits           22                       # Number of cache demand hits
system.ruby.l1_cntrl3.L1Dcache.demand_misses        78389                       # Number of cache demand misses
system.ruby.l1_cntrl3.L1Dcache.demand_accesses        78411                       # 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.network.routers03.percent_links_utilized     9.881140                      
system.ruby.network.routers03.msg_count.Request_Control::1        78389                      
system.ruby.network.routers03.msg_count.Response_Data::4        78013                      
system.ruby.network.routers03.msg_count.ResponseL2hit_Data::4          216                      
system.ruby.network.routers03.msg_count.ResponseLocal_Data::4          388                      
system.ruby.network.routers03.msg_count.Response_Control::4          177                      
system.ruby.network.routers03.msg_count.Writeback_Data::4        85850                      
system.ruby.network.routers03.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers03.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers03.msg_count.Persistent_Control::3       297264                      
system.ruby.network.routers03.msg_bytes.Request_Control::1       627112                      
system.ruby.network.routers03.msg_bytes.Response_Data::4      5616936                      
system.ruby.network.routers03.msg_bytes.ResponseL2hit_Data::4        15552                      
system.ruby.network.routers03.msg_bytes.ResponseLocal_Data::4        27936                      
system.ruby.network.routers03.msg_bytes.Response_Control::4         1416                      
system.ruby.network.routers03.msg_bytes.Writeback_Data::4      6181200                      
system.ruby.network.routers03.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers03.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers03.msg_bytes.Persistent_Control::3      2378112                      
system.ruby.network.routers04.percent_links_utilized     9.912946                      
system.ruby.network.routers04.msg_count.Request_Control::1        78735                      
system.ruby.network.routers04.msg_count.Response_Data::4        78378                      
system.ruby.network.routers04.msg_count.ResponseL2hit_Data::4          176                      
system.ruby.network.routers04.msg_count.ResponseLocal_Data::4          410                      
system.ruby.network.routers04.msg_count.Response_Control::4          192                      
system.ruby.network.routers04.msg_count.Writeback_Data::4        86320                      
system.ruby.network.routers04.msg_count.Writeback_Control::4            2                      
system.ruby.network.routers04.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers04.msg_count.Persistent_Control::3       297545                      
system.ruby.network.routers04.msg_bytes.Request_Control::1       629880                      
system.ruby.network.routers04.msg_bytes.Response_Data::4      5643216                      
system.ruby.network.routers04.msg_bytes.ResponseL2hit_Data::4        12672                      
system.ruby.network.routers04.msg_bytes.ResponseLocal_Data::4        29520                      
system.ruby.network.routers04.msg_bytes.Response_Control::4         1536                      
system.ruby.network.routers04.msg_bytes.Writeback_Data::4      6215040                      
system.ruby.network.routers04.msg_bytes.Writeback_Control::4           16                      
system.ruby.network.routers04.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers04.msg_bytes.Persistent_Control::3      2380360                      
system.ruby.network.routers05.percent_links_utilized     9.904116                      
system.ruby.network.routers05.msg_count.Request_Control::1        78593                      
system.ruby.network.routers05.msg_count.Response_Data::4        78170                      
system.ruby.network.routers05.msg_count.ResponseL2hit_Data::4          203                      
system.ruby.network.routers05.msg_count.ResponseLocal_Data::4          374                      
system.ruby.network.routers05.msg_count.Response_Control::4          171                      
system.ruby.network.routers05.msg_count.Writeback_Data::4        86349                      
system.ruby.network.routers05.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers05.msg_count.Persistent_Control::3       297182                      
system.ruby.network.routers05.msg_bytes.Request_Control::1       628744                      
system.ruby.network.routers05.msg_bytes.Response_Data::4      5628240                      
system.ruby.network.routers05.msg_bytes.ResponseL2hit_Data::4        14616                      
system.ruby.network.routers05.msg_bytes.ResponseLocal_Data::4        26928                      
system.ruby.network.routers05.msg_bytes.Response_Control::4         1368                      
system.ruby.network.routers05.msg_bytes.Writeback_Data::4      6217128                      
system.ruby.network.routers05.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers05.msg_bytes.Persistent_Control::3      2377456                      
system.ruby.network.routers06.percent_links_utilized     9.877453                      
system.ruby.network.routers06.msg_count.Request_Control::1        78361                      
system.ruby.network.routers06.msg_count.Response_Data::4        77958                      
system.ruby.network.routers06.msg_count.ResponseL2hit_Data::4          176                      
system.ruby.network.routers06.msg_count.ResponseLocal_Data::4          389                      
system.ruby.network.routers06.msg_count.Response_Control::4          176                      
system.ruby.network.routers06.msg_count.Writeback_Data::4        85870                      
system.ruby.network.routers06.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers06.msg_count.Persistent_Control::3       297033                      
system.ruby.network.routers06.msg_bytes.Request_Control::1       626888                      
system.ruby.network.routers06.msg_bytes.Response_Data::4      5612976                      
system.ruby.network.routers06.msg_bytes.ResponseL2hit_Data::4        12672                      
system.ruby.network.routers06.msg_bytes.ResponseLocal_Data::4        28008                      
system.ruby.network.routers06.msg_bytes.Response_Control::4         1408                      
system.ruby.network.routers06.msg_bytes.Writeback_Data::4      6182640                      
system.ruby.network.routers06.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers06.msg_bytes.Persistent_Control::3      2376264                      
system.ruby.network.routers07.percent_links_utilized     9.879175                      
system.ruby.network.routers07.msg_count.Request_Control::1        78366                      
system.ruby.network.routers07.msg_count.Response_Data::4        77966                      
system.ruby.network.routers07.msg_count.ResponseL2hit_Data::4          194                      
system.ruby.network.routers07.msg_count.ResponseLocal_Data::4          394                      
system.ruby.network.routers07.msg_count.Response_Control::4          200                      
system.ruby.network.routers07.msg_count.Writeback_Data::4        85877                      
system.ruby.network.routers07.msg_count.Broadcast_Control::1       628051                      
system.ruby.network.routers07.msg_count.Persistent_Control::3       297095                      
system.ruby.network.routers07.msg_bytes.Request_Control::1       626928                      
system.ruby.network.routers07.msg_bytes.Response_Data::4      5613552                      
system.ruby.network.routers07.msg_bytes.ResponseL2hit_Data::4        13968                      
system.ruby.network.routers07.msg_bytes.ResponseLocal_Data::4        28368                      
system.ruby.network.routers07.msg_bytes.Response_Control::4         1600                      
system.ruby.network.routers07.msg_bytes.Writeback_Data::4      6183144                      
system.ruby.network.routers07.msg_bytes.Broadcast_Control::1      5024408                      
system.ruby.network.routers07.msg_bytes.Persistent_Control::3      2376760                      
system.ruby.l2_cntrl0.L2cache.demand_hits         1540                       # Number of cache demand hits
system.ruby.l2_cntrl0.L2cache.demand_misses       626511                       # Number of cache demand misses
system.ruby.l2_cntrl0.L2cache.demand_accesses       628051                       # Number of cache demand accesses
system.ruby.network.routers08.percent_links_utilized    38.794550                      
system.ruby.network.routers08.msg_count.Request_Control::1       628051                      
system.ruby.network.routers08.msg_count.Request_Control::2       626511                      
system.ruby.network.routers08.msg_count.Response_Data::4         1307                      
system.ruby.network.routers08.msg_count.ResponseL2hit_Data::4         1542                      
system.ruby.network.routers08.msg_count.Response_Control::4         1381                      
system.ruby.network.routers08.msg_count.Writeback_Data::4       869556                      
system.ruby.network.routers08.msg_count.Writeback_Control::4       381032                      
system.ruby.network.routers08.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers08.msg_bytes.Request_Control::1      5024408                      
system.ruby.network.routers08.msg_bytes.Request_Control::2      5012088                      
system.ruby.network.routers08.msg_bytes.Response_Data::4        94104                      
system.ruby.network.routers08.msg_bytes.ResponseL2hit_Data::4       111024                      
system.ruby.network.routers08.msg_bytes.Response_Control::4        11048                      
system.ruby.network.routers08.msg_bytes.Writeback_Data::4     62608032                      
system.ruby.network.routers08.msg_bytes.Writeback_Control::4      3048256                      
system.ruby.network.routers08.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.memctrl_clk_domain.clock                3                       # Clock period in ticks
system.ruby.dir_cntrl0.memBuffer.memReq        864242                       # Total number of memory requests
system.ruby.dir_cntrl0.memBuffer.memRead       622033                       # Number of memory reads
system.ruby.dir_cntrl0.memBuffer.memWrite       242193                       # Number of memory writes
system.ruby.dir_cntrl0.memBuffer.memRefresh        43645                       # Number of memory refreshes
system.ruby.dir_cntrl0.memBuffer.memWaitCycles     27461495                       # Delay stalled at the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.memInputQ       578673                       # Delay in the input queue
system.ruby.dir_cntrl0.memBuffer.memBankQ     16277009                       # Delay behind the head of the bank queue
system.ruby.dir_cntrl0.memBuffer.totalStalls     44317177                       # Total number of stall cycles
system.ruby.dir_cntrl0.memBuffer.stallsPerReq    51.278666                       # Expected number of stall cycles per request
system.ruby.dir_cntrl0.memBuffer.memBankBusy      4218454                       # memory stalls due to busy bank
system.ruby.dir_cntrl0.memBuffer.memBusBusy      7606216                       # memory stalls due to busy bus
system.ruby.dir_cntrl0.memBuffer.memReadWriteBusy      2196938                       # memory stalls due to read write turnaround
system.ruby.dir_cntrl0.memBuffer.memDataBusBusy      1343216                       # memory stalls due to read read turnaround
system.ruby.dir_cntrl0.memBuffer.memArbWait      5525484                       # memory stalls due to arbitration
system.ruby.dir_cntrl0.memBuffer.memNotOld      6571187                       # memory stalls due to anti starvation
system.ruby.dir_cntrl0.memBuffer.memBankCount |       26896      3.11%      3.11% |       26818      3.10%      6.22% |       26669      3.09%      9.30% |       26464      3.06%     12.36% |       26562      3.07%     15.44% |       26747      3.09%     18.53% |       26938      3.12%     21.65% |       26620      3.08%     24.73% |       26486      3.06%     27.79% |       26669      3.09%     30.88% |       26845      3.11%     33.99% |       26587      3.08%     37.06% |       26997      3.12%     40.19% |       27036      3.13%     43.31% |       27094      3.14%     46.45% |       27338      3.16%     49.61% |       26976      3.12%     52.73% |       26825      3.10%     55.84% |       26849      3.11%     58.94% |       27229      3.15%     62.09% |       26807      3.10%     65.20% |       26957      3.12%     68.32% |       26908      3.11%     71.43% |       26873      3.11%     74.54% |       27042      3.13%     77.67% |       27208      3.15%     80.82% |       26897      3.11%     83.93% |       27258      3.15%     87.08% |       27597      3.19%     90.27% |       27873      3.23%     93.50% |       27778      3.21%     96.71% |       28399      3.29%    100.00% # Number of accesses per bank
system.ruby.dir_cntrl0.memBuffer.memBankCount::total       864242                       # Number of accesses per bank
system.ruby.network.routers09.percent_links_utilized    36.011036                      
system.ruby.network.routers09.msg_count.Request_Control::2       626510                      
system.ruby.network.routers09.msg_count.Response_Data::4       622169                      
system.ruby.network.routers09.msg_count.ResponseL2hit_Data::4            3                      
system.ruby.network.routers09.msg_count.Response_Control::4            4                      
system.ruby.network.routers09.msg_count.Writeback_Data::4       242418                      
system.ruby.network.routers09.msg_count.Writeback_Control::4       381037                      
system.ruby.network.routers09.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers09.msg_bytes.Request_Control::2      5012080                      
system.ruby.network.routers09.msg_bytes.Response_Data::4     44796168                      
system.ruby.network.routers09.msg_bytes.ResponseL2hit_Data::4          216                      
system.ruby.network.routers09.msg_bytes.Response_Control::4           32                      
system.ruby.network.routers09.msg_bytes.Writeback_Data::4     17454096                      
system.ruby.network.routers09.msg_bytes.Writeback_Control::4      3048296                      
system.ruby.network.routers09.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers10.percent_links_utilized    17.628861                      
system.ruby.network.routers10.msg_count.Request_Control::1       628051                      
system.ruby.network.routers10.msg_count.Request_Control::2       626510                      
system.ruby.network.routers10.msg_count.Response_Data::4       624321                      
system.ruby.network.routers10.msg_count.ResponseL2hit_Data::4         1545                      
system.ruby.network.routers10.msg_count.ResponseLocal_Data::4         1530                      
system.ruby.network.routers10.msg_count.Response_Control::4         1393                      
system.ruby.network.routers10.msg_count.Writeback_Data::4       900165                      
system.ruby.network.routers10.msg_count.Writeback_Control::4       381037                      
system.ruby.network.routers10.msg_count.Broadcast_Control::1      4396357                      
system.ruby.network.routers10.msg_count.Persistent_Control::3      2377782                      
system.ruby.network.routers10.msg_bytes.Request_Control::1      5024408                      
system.ruby.network.routers10.msg_bytes.Request_Control::2      5012080                      
system.ruby.network.routers10.msg_bytes.Response_Data::4     44951112                      
system.ruby.network.routers10.msg_bytes.ResponseL2hit_Data::4       111240                      
system.ruby.network.routers10.msg_bytes.ResponseLocal_Data::4       110160                      
system.ruby.network.routers10.msg_bytes.Response_Control::4        11144                      
system.ruby.network.routers10.msg_bytes.Writeback_Data::4     64811880                      
system.ruby.network.routers10.msg_bytes.Writeback_Control::4      3048296                      
system.ruby.network.routers10.msg_bytes.Broadcast_Control::1     35170856                      
system.ruby.network.routers10.msg_bytes.Persistent_Control::3     19022256                      
system.ruby.network.msg_count.Request_Control      3763684                      
system.ruby.network.msg_count.Response_Data      1872964                      
system.ruby.network.msg_count.ResponseL2hit_Data         4635                      
system.ruby.network.msg_count.ResponseLocal_Data         4590                      
system.ruby.network.msg_count.Response_Control         4179                      
system.ruby.network.msg_count.Writeback_Data      2700495                      
system.ruby.network.msg_count.Writeback_Control      1143111                      
system.ruby.network.msg_count.Broadcast_Control      9420765                      
system.ruby.network.msg_count.Persistent_Control      5283960                      
system.ruby.network.msg_byte.Request_Control     30109472                      
system.ruby.network.msg_byte.Response_Data    134853408                      
system.ruby.network.msg_byte.ResponseL2hit_Data       333720                      
system.ruby.network.msg_byte.ResponseLocal_Data       330480                      
system.ruby.network.msg_byte.Response_Control        33432                      
system.ruby.network.msg_byte.Writeback_Data    194435640                      
system.ruby.network.msg_byte.Writeback_Control      9144888                      
system.ruby.network.msg_byte.Broadcast_Control     75366120                      
system.ruby.network.msg_byte.Persistent_Control     42271680                      
system.cpu0.num_reads                          100000                       # number of read accesses completed
system.cpu0.num_writes                          55570                       # number of write accesses completed
system.cpu0.num_copies                              0                       # number of copy accesses completed
system.cpu1.num_reads                           99982                       # number of read accesses completed
system.cpu1.num_writes                          55877                       # number of write accesses completed
system.cpu1.num_copies                              0                       # number of copy accesses completed
system.cpu2.num_reads                           99439                       # number of read accesses completed
system.cpu2.num_writes                          55577                       # number of write accesses completed
system.cpu2.num_copies                              0                       # number of copy accesses completed
system.cpu3.num_reads                           99038                       # number of read accesses completed
system.cpu3.num_writes                          55261                       # number of write accesses completed
system.cpu3.num_copies                              0                       # number of copy accesses completed
system.cpu4.num_reads                           99740                       # number of read accesses completed
system.cpu4.num_writes                          55487                       # number of write accesses completed
system.cpu4.num_copies                              0                       # number of copy accesses completed
system.cpu5.num_reads                           99865                       # number of read accesses completed
system.cpu5.num_writes                          55475                       # number of write accesses completed
system.cpu5.num_copies                              0                       # number of copy accesses completed
system.cpu6.num_reads                           99179                       # number of read accesses completed
system.cpu6.num_writes                          55288                       # number of write accesses completed
system.cpu6.num_copies                              0                       # number of copy accesses completed
system.cpu7.num_reads                           99432                       # number of read accesses completed
system.cpu7.num_writes                          55258                       # number of write accesses completed
system.cpu7.num_copies                              0                       # number of copy accesses completed
system.ruby.network.routers00.throttle0.link_utilization    12.360215                      
system.ruby.network.routers00.throttle0.msg_count.Response_Data::4        77998                      
system.ruby.network.routers00.throttle0.msg_count.ResponseL2hit_Data::4          187                      
system.ruby.network.routers00.throttle0.msg_count.ResponseLocal_Data::4          169                      
system.ruby.network.routers00.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers00.throttle0.msg_count.Writeback_Data::4         3844                      
system.ruby.network.routers00.throttle0.msg_count.Broadcast_Control::1       549680                      
system.ruby.network.routers00.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Data::4      5615856                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseL2hit_Data::4        13464                      
system.ruby.network.routers00.throttle0.msg_bytes.ResponseLocal_Data::4        12168                      
system.ruby.network.routers00.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers00.throttle0.msg_bytes.Writeback_Data::4       276768                      
system.ruby.network.routers00.throttle0.msg_bytes.Broadcast_Control::1      4397440                      
system.ruby.network.routers00.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers00.throttle1.link_utilization     7.402980                      
system.ruby.network.routers00.throttle1.msg_count.Request_Control::1        78371                      
system.ruby.network.routers00.throttle1.msg_count.Response_Data::4           94                      
system.ruby.network.routers00.throttle1.msg_count.ResponseLocal_Data::4          191                      
system.ruby.network.routers00.throttle1.msg_count.Response_Control::4          158                      
system.ruby.network.routers00.throttle1.msg_count.Writeback_Data::4        82034                      
system.ruby.network.routers00.throttle1.msg_count.Broadcast_Control::1        78371                      
system.ruby.network.routers00.throttle1.msg_count.Persistent_Control::3        32771                      
system.ruby.network.routers00.throttle1.msg_bytes.Request_Control::1       626968                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Data::4         6768                      
system.ruby.network.routers00.throttle1.msg_bytes.ResponseLocal_Data::4        13752                      
system.ruby.network.routers00.throttle1.msg_bytes.Response_Control::4         1264                      
system.ruby.network.routers00.throttle1.msg_bytes.Writeback_Data::4      5906448                      
system.ruby.network.routers00.throttle1.msg_bytes.Broadcast_Control::1       626968                      
system.ruby.network.routers00.throttle1.msg_bytes.Persistent_Control::3       262168                      
system.ruby.network.routers01.throttle0.link_utilization    12.392666                      
system.ruby.network.routers01.throttle0.msg_count.Response_Data::4        78508                      
system.ruby.network.routers01.throttle0.msg_count.ResponseL2hit_Data::4          188                      
system.ruby.network.routers01.throttle0.msg_count.ResponseLocal_Data::4          163                      
system.ruby.network.routers01.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Data::4         3850                      
system.ruby.network.routers01.throttle0.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers01.throttle0.msg_count.Broadcast_Control::1       549156                      
system.ruby.network.routers01.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Data::4      5652576                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseL2hit_Data::4        13536                      
system.ruby.network.routers01.throttle0.msg_bytes.ResponseLocal_Data::4        11736                      
system.ruby.network.routers01.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Data::4       277200                      
system.ruby.network.routers01.throttle0.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers01.throttle0.msg_bytes.Broadcast_Control::1      4393248                      
system.ruby.network.routers01.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers01.throttle1.link_utilization     7.451000                      
system.ruby.network.routers01.throttle1.msg_count.Request_Control::1        78895                      
system.ruby.network.routers01.throttle1.msg_count.Response_Data::4          102                      
system.ruby.network.routers01.throttle1.msg_count.ResponseL2hit_Data::4            1                      
system.ruby.network.routers01.throttle1.msg_count.ResponseLocal_Data::4          174                      
system.ruby.network.routers01.throttle1.msg_count.Response_Control::4          155                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Data::4        82552                      
system.ruby.network.routers01.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers01.throttle1.msg_count.Broadcast_Control::1        78895                      
system.ruby.network.routers01.throttle1.msg_count.Persistent_Control::3        33171                      
system.ruby.network.routers01.throttle1.msg_bytes.Request_Control::1       631160                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Data::4         7344                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseL2hit_Data::4           72                      
system.ruby.network.routers01.throttle1.msg_bytes.ResponseLocal_Data::4        12528                      
system.ruby.network.routers01.throttle1.msg_bytes.Response_Control::4         1240                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Data::4      5943744                      
system.ruby.network.routers01.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers01.throttle1.msg_bytes.Broadcast_Control::1       631160                      
system.ruby.network.routers01.throttle1.msg_bytes.Persistent_Control::3       265368                      
system.ruby.network.routers02.throttle0.link_utilization    12.355983                      
system.ruby.network.routers02.throttle0.msg_count.Response_Data::4        77883                      
system.ruby.network.routers02.throttle0.msg_count.ResponseL2hit_Data::4          203                      
system.ruby.network.routers02.throttle0.msg_count.ResponseLocal_Data::4          204                      
system.ruby.network.routers02.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers02.throttle0.msg_count.Writeback_Data::4         3845                      
system.ruby.network.routers02.throttle0.msg_count.Broadcast_Control::1       549710                      
system.ruby.network.routers02.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Data::4      5607576                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseL2hit_Data::4        14616                      
system.ruby.network.routers02.throttle0.msg_bytes.ResponseLocal_Data::4        14688                      
system.ruby.network.routers02.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers02.throttle0.msg_bytes.Writeback_Data::4       276840                      
system.ruby.network.routers02.throttle0.msg_bytes.Broadcast_Control::1      4397680                      
system.ruby.network.routers02.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers02.throttle1.link_utilization     7.401683                      
system.ruby.network.routers02.throttle1.msg_count.Request_Control::1        78341                      
system.ruby.network.routers02.throttle1.msg_count.Response_Data::4           97                      
system.ruby.network.routers02.throttle1.msg_count.ResponseL2hit_Data::4            1                      
system.ruby.network.routers02.throttle1.msg_count.ResponseLocal_Data::4          204                      
system.ruby.network.routers02.throttle1.msg_count.Response_Control::4          167                      
system.ruby.network.routers02.throttle1.msg_count.Writeback_Data::4        81965                      
system.ruby.network.routers02.throttle1.msg_count.Broadcast_Control::1        78341                      
system.ruby.network.routers02.throttle1.msg_count.Persistent_Control::3        33127                      
system.ruby.network.routers02.throttle1.msg_bytes.Request_Control::1       626728                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Data::4         6984                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseL2hit_Data::4           72                      
system.ruby.network.routers02.throttle1.msg_bytes.ResponseLocal_Data::4        14688                      
system.ruby.network.routers02.throttle1.msg_bytes.Response_Control::4         1336                      
system.ruby.network.routers02.throttle1.msg_bytes.Writeback_Data::4      5901480                      
system.ruby.network.routers02.throttle1.msg_bytes.Broadcast_Control::1       626728                      
system.ruby.network.routers02.throttle1.msg_bytes.Persistent_Control::3       265016                      
system.ruby.network.routers03.throttle0.link_utilization    12.358528                      
system.ruby.network.routers03.throttle0.msg_count.Response_Data::4        77906                      
system.ruby.network.routers03.throttle0.msg_count.ResponseL2hit_Data::4          216                      
system.ruby.network.routers03.throttle0.msg_count.ResponseLocal_Data::4          200                      
system.ruby.network.routers03.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Data::4         3854                      
system.ruby.network.routers03.throttle0.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers03.throttle0.msg_count.Broadcast_Control::1       549662                      
system.ruby.network.routers03.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Data::4      5609232                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseL2hit_Data::4        15552                      
system.ruby.network.routers03.throttle0.msg_bytes.ResponseLocal_Data::4        14400                      
system.ruby.network.routers03.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Data::4       277488                      
system.ruby.network.routers03.throttle0.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers03.throttle0.msg_bytes.Broadcast_Control::1      4397296                      
system.ruby.network.routers03.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers03.throttle1.link_utilization     7.403752                      
system.ruby.network.routers03.throttle1.msg_count.Request_Control::1        78389                      
system.ruby.network.routers03.throttle1.msg_count.Response_Data::4          107                      
system.ruby.network.routers03.throttle1.msg_count.ResponseLocal_Data::4          188                      
system.ruby.network.routers03.throttle1.msg_count.Response_Control::4          176                      
system.ruby.network.routers03.throttle1.msg_count.Writeback_Data::4        81996                      
system.ruby.network.routers03.throttle1.msg_count.Broadcast_Control::1        78389                      
system.ruby.network.routers03.throttle1.msg_count.Persistent_Control::3        33066                      
system.ruby.network.routers03.throttle1.msg_bytes.Request_Control::1       627112                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Data::4         7704                      
system.ruby.network.routers03.throttle1.msg_bytes.ResponseLocal_Data::4        13536                      
system.ruby.network.routers03.throttle1.msg_bytes.Response_Control::4         1408                      
system.ruby.network.routers03.throttle1.msg_bytes.Writeback_Data::4      5903712                      
system.ruby.network.routers03.throttle1.msg_bytes.Broadcast_Control::1       627112                      
system.ruby.network.routers03.throttle1.msg_bytes.Persistent_Control::3       264528                      
system.ruby.network.routers04.throttle0.link_utilization    12.384495                      
system.ruby.network.routers04.throttle0.msg_count.Response_Data::4        78259                      
system.ruby.network.routers04.throttle0.msg_count.ResponseL2hit_Data::4          175                      
system.ruby.network.routers04.throttle0.msg_count.ResponseLocal_Data::4          207                      
system.ruby.network.routers04.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Data::4         3936                      
system.ruby.network.routers04.throttle0.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers04.throttle0.msg_count.Broadcast_Control::1       549316                      
system.ruby.network.routers04.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Data::4      5634648                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseL2hit_Data::4        12600                      
system.ruby.network.routers04.throttle0.msg_bytes.ResponseLocal_Data::4        14904                      
system.ruby.network.routers04.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Data::4       283392                      
system.ruby.network.routers04.throttle0.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers04.throttle0.msg_bytes.Broadcast_Control::1      4394528                      
system.ruby.network.routers04.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers04.throttle1.link_utilization     7.441397                      
system.ruby.network.routers04.throttle1.msg_count.Request_Control::1        78735                      
system.ruby.network.routers04.throttle1.msg_count.Response_Data::4          119                      
system.ruby.network.routers04.throttle1.msg_count.ResponseL2hit_Data::4            1                      
system.ruby.network.routers04.throttle1.msg_count.ResponseLocal_Data::4          203                      
system.ruby.network.routers04.throttle1.msg_count.Response_Control::4          190                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Data::4        82384                      
system.ruby.network.routers04.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers04.throttle1.msg_count.Broadcast_Control::1        78735                      
system.ruby.network.routers04.throttle1.msg_count.Persistent_Control::3        33347                      
system.ruby.network.routers04.throttle1.msg_bytes.Request_Control::1       629880                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Data::4         8568                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseL2hit_Data::4           72                      
system.ruby.network.routers04.throttle1.msg_bytes.ResponseLocal_Data::4        14616                      
system.ruby.network.routers04.throttle1.msg_bytes.Response_Control::4         1520                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Data::4      5931648                      
system.ruby.network.routers04.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers04.throttle1.msg_bytes.Broadcast_Control::1       629880                      
system.ruby.network.routers04.throttle1.msg_bytes.Persistent_Control::3       266776                      
system.ruby.network.routers05.throttle0.link_utilization    12.380016                      
system.ruby.network.routers05.throttle0.msg_count.Response_Data::4        78073                      
system.ruby.network.routers05.throttle0.msg_count.ResponseL2hit_Data::4          203                      
system.ruby.network.routers05.throttle0.msg_count.ResponseLocal_Data::4          197                      
system.ruby.network.routers05.throttle0.msg_count.Writeback_Data::4         4026                      
system.ruby.network.routers05.throttle0.msg_count.Broadcast_Control::1       549458                      
system.ruby.network.routers05.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers05.throttle0.msg_bytes.Response_Data::4      5621256                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseL2hit_Data::4        14616                      
system.ruby.network.routers05.throttle0.msg_bytes.ResponseLocal_Data::4        14184                      
system.ruby.network.routers05.throttle0.msg_bytes.Writeback_Data::4       289872                      
system.ruby.network.routers05.throttle0.msg_bytes.Broadcast_Control::1      4395664                      
system.ruby.network.routers05.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers05.throttle1.link_utilization     7.428215                      
system.ruby.network.routers05.throttle1.msg_count.Request_Control::1        78593                      
system.ruby.network.routers05.throttle1.msg_count.Response_Data::4           97                      
system.ruby.network.routers05.throttle1.msg_count.ResponseLocal_Data::4          177                      
system.ruby.network.routers05.throttle1.msg_count.Response_Control::4          171                      
system.ruby.network.routers05.throttle1.msg_count.Writeback_Data::4        82323                      
system.ruby.network.routers05.throttle1.msg_count.Broadcast_Control::1        78593                      
system.ruby.network.routers05.throttle1.msg_count.Persistent_Control::3        32984                      
system.ruby.network.routers05.throttle1.msg_bytes.Request_Control::1       628744                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Data::4         6984                      
system.ruby.network.routers05.throttle1.msg_bytes.ResponseLocal_Data::4        12744                      
system.ruby.network.routers05.throttle1.msg_bytes.Response_Control::4         1368                      
system.ruby.network.routers05.throttle1.msg_bytes.Writeback_Data::4      5927256                      
system.ruby.network.routers05.throttle1.msg_bytes.Broadcast_Control::1       628744                      
system.ruby.network.routers05.throttle1.msg_bytes.Persistent_Control::3       263872                      
system.ruby.network.routers06.throttle0.link_utilization    12.355450                      
system.ruby.network.routers06.throttle0.msg_count.Response_Data::4        77833                      
system.ruby.network.routers06.throttle0.msg_count.ResponseL2hit_Data::4          176                      
system.ruby.network.routers06.throttle0.msg_count.ResponseLocal_Data::4          201                      
system.ruby.network.routers06.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers06.throttle0.msg_count.Writeback_Data::4         3920                      
system.ruby.network.routers06.throttle0.msg_count.Broadcast_Control::1       549690                      
system.ruby.network.routers06.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Data::4      5603976                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseL2hit_Data::4        12672                      
system.ruby.network.routers06.throttle0.msg_bytes.ResponseLocal_Data::4        14472                      
system.ruby.network.routers06.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers06.throttle0.msg_bytes.Writeback_Data::4       282240                      
system.ruby.network.routers06.throttle0.msg_bytes.Broadcast_Control::1      4397520                      
system.ruby.network.routers06.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers06.throttle1.link_utilization     7.399456                      
system.ruby.network.routers06.throttle1.msg_count.Request_Control::1        78361                      
system.ruby.network.routers06.throttle1.msg_count.Response_Data::4          125                      
system.ruby.network.routers06.throttle1.msg_count.ResponseLocal_Data::4          188                      
system.ruby.network.routers06.throttle1.msg_count.Response_Control::4          175                      
system.ruby.network.routers06.throttle1.msg_count.Writeback_Data::4        81950                      
system.ruby.network.routers06.throttle1.msg_count.Broadcast_Control::1        78361                      
system.ruby.network.routers06.throttle1.msg_count.Persistent_Control::3        32835                      
system.ruby.network.routers06.throttle1.msg_bytes.Request_Control::1       626888                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Data::4         9000                      
system.ruby.network.routers06.throttle1.msg_bytes.ResponseLocal_Data::4        13536                      
system.ruby.network.routers06.throttle1.msg_bytes.Response_Control::4         1400                      
system.ruby.network.routers06.throttle1.msg_bytes.Writeback_Data::4      5900400                      
system.ruby.network.routers06.throttle1.msg_bytes.Broadcast_Control::1       626888                      
system.ruby.network.routers06.throttle1.msg_bytes.Persistent_Control::3       262680                      
system.ruby.network.routers07.throttle0.link_utilization    12.356993                      
system.ruby.network.routers07.throttle0.msg_count.Response_Data::4        77844                      
system.ruby.network.routers07.throttle0.msg_count.ResponseL2hit_Data::4          194                      
system.ruby.network.routers07.throttle0.msg_count.ResponseLocal_Data::4          189                      
system.ruby.network.routers07.throttle0.msg_count.Response_Control::4            2                      
system.ruby.network.routers07.throttle0.msg_count.Writeback_Data::4         3925                      
system.ruby.network.routers07.throttle0.msg_count.Broadcast_Control::1       549685                      
system.ruby.network.routers07.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Data::4      5604768                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseL2hit_Data::4        13968                      
system.ruby.network.routers07.throttle0.msg_bytes.ResponseLocal_Data::4        13608                      
system.ruby.network.routers07.throttle0.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers07.throttle0.msg_bytes.Writeback_Data::4       282600                      
system.ruby.network.routers07.throttle0.msg_bytes.Broadcast_Control::1      4397480                      
system.ruby.network.routers07.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers07.throttle1.link_utilization     7.401357                      
system.ruby.network.routers07.throttle1.msg_count.Request_Control::1        78366                      
system.ruby.network.routers07.throttle1.msg_count.Response_Data::4          122                      
system.ruby.network.routers07.throttle1.msg_count.ResponseLocal_Data::4          205                      
system.ruby.network.routers07.throttle1.msg_count.Response_Control::4          198                      
system.ruby.network.routers07.throttle1.msg_count.Writeback_Data::4        81952                      
system.ruby.network.routers07.throttle1.msg_count.Broadcast_Control::1        78366                      
system.ruby.network.routers07.throttle1.msg_count.Persistent_Control::3        32897                      
system.ruby.network.routers07.throttle1.msg_bytes.Request_Control::1       626928                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Data::4         8784                      
system.ruby.network.routers07.throttle1.msg_bytes.ResponseLocal_Data::4        14760                      
system.ruby.network.routers07.throttle1.msg_bytes.Response_Control::4         1584                      
system.ruby.network.routers07.throttle1.msg_bytes.Writeback_Data::4      5900544                      
system.ruby.network.routers07.throttle1.msg_bytes.Broadcast_Control::1       626928                      
system.ruby.network.routers07.throttle1.msg_bytes.Persistent_Control::3       263176                      
system.ruby.network.routers08.throttle0.link_utilization    51.976741                      
system.ruby.network.routers08.throttle0.msg_count.Request_Control::1       628051                      
system.ruby.network.routers08.throttle0.msg_count.Response_Control::4         1379                      
system.ruby.network.routers08.throttle0.msg_count.Writeback_Data::4       626640                      
system.ruby.network.routers08.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers08.throttle0.msg_bytes.Request_Control::1      5024408                      
system.ruby.network.routers08.throttle0.msg_bytes.Response_Control::4        11032                      
system.ruby.network.routers08.throttle0.msg_bytes.Writeback_Data::4     45118080                      
system.ruby.network.routers08.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers08.throttle1.link_utilization    25.612359                      
system.ruby.network.routers08.throttle1.msg_count.Request_Control::2       626511                      
system.ruby.network.routers08.throttle1.msg_count.Response_Data::4         1307                      
system.ruby.network.routers08.throttle1.msg_count.ResponseL2hit_Data::4         1542                      
system.ruby.network.routers08.throttle1.msg_count.Response_Control::4            2                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Data::4       242916                      
system.ruby.network.routers08.throttle1.msg_count.Writeback_Control::4       381032                      
system.ruby.network.routers08.throttle1.msg_bytes.Request_Control::2      5012088                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Data::4        94104                      
system.ruby.network.routers08.throttle1.msg_bytes.ResponseL2hit_Data::4       111024                      
system.ruby.network.routers08.throttle1.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Data::4     17489952                      
system.ruby.network.routers08.throttle1.msg_bytes.Writeback_Control::4      3048256                      
system.ruby.network.routers09.throttle0.link_utilization    27.469345                      
system.ruby.network.routers09.throttle0.msg_count.Request_Control::2       626510                      
system.ruby.network.routers09.throttle0.msg_count.Response_Data::4           17                      
system.ruby.network.routers09.throttle0.msg_count.ResponseL2hit_Data::4            3                      
system.ruby.network.routers09.throttle0.msg_count.Response_Control::4            3                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Data::4       242325                      
system.ruby.network.routers09.throttle0.msg_count.Writeback_Control::4       381034                      
system.ruby.network.routers09.throttle0.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers09.throttle0.msg_bytes.Request_Control::2      5012080                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Data::4         1224                      
system.ruby.network.routers09.throttle0.msg_bytes.ResponseL2hit_Data::4          216                      
system.ruby.network.routers09.throttle0.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Data::4     17447400                      
system.ruby.network.routers09.throttle0.msg_bytes.Writeback_Control::4      3048272                      
system.ruby.network.routers09.throttle0.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers09.throttle1.link_utilization    44.552727                      
system.ruby.network.routers09.throttle1.msg_count.Response_Data::4       622152                      
system.ruby.network.routers09.throttle1.msg_count.Response_Control::4            1                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Data::4           93                      
system.ruby.network.routers09.throttle1.msg_count.Writeback_Control::4            3                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Data::4     44794944                      
system.ruby.network.routers09.throttle1.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Data::4         6696                      
system.ruby.network.routers09.throttle1.msg_bytes.Writeback_Control::4           24                      
system.ruby.network.routers10.throttle0.link_utilization    12.099527                      
system.ruby.network.routers10.throttle0.msg_count.Response_Data::4        77998                      
system.ruby.network.routers10.throttle0.msg_count.ResponseL2hit_Data::4          187                      
system.ruby.network.routers10.throttle0.msg_count.ResponseLocal_Data::4          169                      
system.ruby.network.routers10.throttle0.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle0.msg_count.Writeback_Data::4         3844                      
system.ruby.network.routers10.throttle0.msg_count.Broadcast_Control::1       549680                      
system.ruby.network.routers10.throttle0.msg_count.Persistent_Control::3       231427                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Data::4      5615856                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseL2hit_Data::4        13464                      
system.ruby.network.routers10.throttle0.msg_bytes.ResponseLocal_Data::4        12168                      
system.ruby.network.routers10.throttle0.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle0.msg_bytes.Writeback_Data::4       276768                      
system.ruby.network.routers10.throttle0.msg_bytes.Broadcast_Control::1      4397440                      
system.ruby.network.routers10.throttle0.msg_bytes.Persistent_Control::3      1851416                      
system.ruby.network.routers10.throttle1.link_utilization    12.128772                      
system.ruby.network.routers10.throttle1.msg_count.Response_Data::4        78508                      
system.ruby.network.routers10.throttle1.msg_count.ResponseL2hit_Data::4          188                      
system.ruby.network.routers10.throttle1.msg_count.ResponseLocal_Data::4          163                      
system.ruby.network.routers10.throttle1.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Data::4         3850                      
system.ruby.network.routers10.throttle1.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers10.throttle1.msg_count.Broadcast_Control::1       549156                      
system.ruby.network.routers10.throttle1.msg_count.Persistent_Control::3       231027                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Data::4      5652576                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseL2hit_Data::4        13536                      
system.ruby.network.routers10.throttle1.msg_bytes.ResponseLocal_Data::4        11736                      
system.ruby.network.routers10.throttle1.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Data::4       277200                      
system.ruby.network.routers10.throttle1.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle1.msg_bytes.Broadcast_Control::1      4393248                      
system.ruby.network.routers10.throttle1.msg_bytes.Persistent_Control::3      1848216                      
system.ruby.network.routers10.throttle2.link_utilization    12.092439                      
system.ruby.network.routers10.throttle2.msg_count.Response_Data::4        77883                      
system.ruby.network.routers10.throttle2.msg_count.ResponseL2hit_Data::4          203                      
system.ruby.network.routers10.throttle2.msg_count.ResponseLocal_Data::4          204                      
system.ruby.network.routers10.throttle2.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle2.msg_count.Writeback_Data::4         3845                      
system.ruby.network.routers10.throttle2.msg_count.Broadcast_Control::1       549710                      
system.ruby.network.routers10.throttle2.msg_count.Persistent_Control::3       231071                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Data::4      5607576                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseL2hit_Data::4        14616                      
system.ruby.network.routers10.throttle2.msg_bytes.ResponseLocal_Data::4        14688                      
system.ruby.network.routers10.throttle2.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle2.msg_bytes.Writeback_Data::4       276840                      
system.ruby.network.routers10.throttle2.msg_bytes.Broadcast_Control::1      4397680                      
system.ruby.network.routers10.throttle2.msg_bytes.Persistent_Control::3      1848568                      
system.ruby.network.routers10.throttle3.link_utilization    12.095470                      
system.ruby.network.routers10.throttle3.msg_count.Response_Data::4        77906                      
system.ruby.network.routers10.throttle3.msg_count.ResponseL2hit_Data::4          216                      
system.ruby.network.routers10.throttle3.msg_count.ResponseLocal_Data::4          200                      
system.ruby.network.routers10.throttle3.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Data::4         3854                      
system.ruby.network.routers10.throttle3.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers10.throttle3.msg_count.Broadcast_Control::1       549662                      
system.ruby.network.routers10.throttle3.msg_count.Persistent_Control::3       231132                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Data::4      5609232                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseL2hit_Data::4        15552                      
system.ruby.network.routers10.throttle3.msg_bytes.ResponseLocal_Data::4        14400                      
system.ruby.network.routers10.throttle3.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Data::4       277488                      
system.ruby.network.routers10.throttle3.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle3.msg_bytes.Broadcast_Control::1      4397296                      
system.ruby.network.routers10.throttle3.msg_bytes.Persistent_Control::3      1849056                      
system.ruby.network.routers10.throttle4.link_utilization    12.119201                      
system.ruby.network.routers10.throttle4.msg_count.Response_Data::4        78259                      
system.ruby.network.routers10.throttle4.msg_count.ResponseL2hit_Data::4          175                      
system.ruby.network.routers10.throttle4.msg_count.ResponseLocal_Data::4          207                      
system.ruby.network.routers10.throttle4.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Data::4         3936                      
system.ruby.network.routers10.throttle4.msg_count.Writeback_Control::4            1                      
system.ruby.network.routers10.throttle4.msg_count.Broadcast_Control::1       549316                      
system.ruby.network.routers10.throttle4.msg_count.Persistent_Control::3       230851                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Data::4      5634648                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseL2hit_Data::4        12600                      
system.ruby.network.routers10.throttle4.msg_bytes.ResponseLocal_Data::4        14904                      
system.ruby.network.routers10.throttle4.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Data::4       283392                      
system.ruby.network.routers10.throttle4.msg_bytes.Writeback_Control::4            8                      
system.ruby.network.routers10.throttle4.msg_bytes.Broadcast_Control::1      4394528                      
system.ruby.network.routers10.throttle4.msg_bytes.Persistent_Control::3      1846808                      
system.ruby.network.routers10.throttle5.link_utilization    12.117610                      
system.ruby.network.routers10.throttle5.msg_count.Response_Data::4        78073                      
system.ruby.network.routers10.throttle5.msg_count.ResponseL2hit_Data::4          203                      
system.ruby.network.routers10.throttle5.msg_count.ResponseLocal_Data::4          197                      
system.ruby.network.routers10.throttle5.msg_count.Writeback_Data::4         4026                      
system.ruby.network.routers10.throttle5.msg_count.Broadcast_Control::1       549458                      
system.ruby.network.routers10.throttle5.msg_count.Persistent_Control::3       231214                      
system.ruby.network.routers10.throttle5.msg_bytes.Response_Data::4      5621256                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseL2hit_Data::4        14616                      
system.ruby.network.routers10.throttle5.msg_bytes.ResponseLocal_Data::4        14184                      
system.ruby.network.routers10.throttle5.msg_bytes.Writeback_Data::4       289872                      
system.ruby.network.routers10.throttle5.msg_bytes.Broadcast_Control::1      4395664                      
system.ruby.network.routers10.throttle5.msg_bytes.Persistent_Control::3      1849712                      
system.ruby.network.routers10.throttle6.link_utilization    12.094229                      
system.ruby.network.routers10.throttle6.msg_count.Response_Data::4        77833                      
system.ruby.network.routers10.throttle6.msg_count.ResponseL2hit_Data::4          176                      
system.ruby.network.routers10.throttle6.msg_count.ResponseLocal_Data::4          201                      
system.ruby.network.routers10.throttle6.msg_count.Response_Control::4            1                      
system.ruby.network.routers10.throttle6.msg_count.Writeback_Data::4         3920                      
system.ruby.network.routers10.throttle6.msg_count.Broadcast_Control::1       549690                      
system.ruby.network.routers10.throttle6.msg_count.Persistent_Control::3       231363                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Data::4      5603976                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseL2hit_Data::4        12672                      
system.ruby.network.routers10.throttle6.msg_bytes.ResponseLocal_Data::4        14472                      
system.ruby.network.routers10.throttle6.msg_bytes.Response_Control::4            8                      
system.ruby.network.routers10.throttle6.msg_bytes.Writeback_Data::4       282240                      
system.ruby.network.routers10.throttle6.msg_bytes.Broadcast_Control::1      4397520                      
system.ruby.network.routers10.throttle6.msg_bytes.Persistent_Control::3      1850904                      
system.ruby.network.routers10.throttle7.link_utilization    12.095279                      
system.ruby.network.routers10.throttle7.msg_count.Response_Data::4        77844                      
system.ruby.network.routers10.throttle7.msg_count.ResponseL2hit_Data::4          194                      
system.ruby.network.routers10.throttle7.msg_count.ResponseLocal_Data::4          189                      
system.ruby.network.routers10.throttle7.msg_count.Response_Control::4            2                      
system.ruby.network.routers10.throttle7.msg_count.Writeback_Data::4         3925                      
system.ruby.network.routers10.throttle7.msg_count.Broadcast_Control::1       549685                      
system.ruby.network.routers10.throttle7.msg_count.Persistent_Control::3       231301                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Data::4      5604768                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseL2hit_Data::4        13968                      
system.ruby.network.routers10.throttle7.msg_bytes.ResponseLocal_Data::4        13608                      
system.ruby.network.routers10.throttle7.msg_bytes.Response_Control::4           16                      
system.ruby.network.routers10.throttle7.msg_bytes.Writeback_Data::4       282600                      
system.ruby.network.routers10.throttle7.msg_bytes.Broadcast_Control::1      4397480                      
system.ruby.network.routers10.throttle7.msg_bytes.Persistent_Control::3      1850408                      
system.ruby.network.routers10.throttle8.link_utilization    51.976741                      
system.ruby.network.routers10.throttle8.msg_count.Request_Control::1       628051                      
system.ruby.network.routers10.throttle8.msg_count.Response_Control::4         1379                      
system.ruby.network.routers10.throttle8.msg_count.Writeback_Data::4       626640                      
system.ruby.network.routers10.throttle8.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers10.throttle8.msg_bytes.Request_Control::1      5024408                      
system.ruby.network.routers10.throttle8.msg_bytes.Response_Control::4        11032                      
system.ruby.network.routers10.throttle8.msg_bytes.Writeback_Data::4     45118080                      
system.ruby.network.routers10.throttle8.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.network.routers10.throttle9.link_utilization    27.469345                      
system.ruby.network.routers10.throttle9.msg_count.Request_Control::2       626510                      
system.ruby.network.routers10.throttle9.msg_count.Response_Data::4           17                      
system.ruby.network.routers10.throttle9.msg_count.ResponseL2hit_Data::4            3                      
system.ruby.network.routers10.throttle9.msg_count.Response_Control::4            3                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Data::4       242325                      
system.ruby.network.routers10.throttle9.msg_count.Writeback_Control::4       381034                      
system.ruby.network.routers10.throttle9.msg_count.Persistent_Control::3       264198                      
system.ruby.network.routers10.throttle9.msg_bytes.Request_Control::2      5012080                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Data::4         1224                      
system.ruby.network.routers10.throttle9.msg_bytes.ResponseL2hit_Data::4          216                      
system.ruby.network.routers10.throttle9.msg_bytes.Response_Control::4           24                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Data::4     17447400                      
system.ruby.network.routers10.throttle9.msg_bytes.Writeback_Control::4      3048272                      
system.ruby.network.routers10.throttle9.msg_bytes.Persistent_Control::3      2113584                      
system.ruby.LD.latency_hist::bucket_size          512                      
system.ruby.LD.latency_hist::max_bucket          5119                      
system.ruby.LD.latency_hist::samples           404587                      
system.ruby.LD.latency_hist::mean         1281.489712                      
system.ruby.LD.latency_hist::gmean         911.698103                      
system.ruby.LD.latency_hist::stdev         881.845423                      
system.ruby.LD.latency_hist              |      114672     28.34%     28.34% |       70346     17.39%     45.73% |       59895     14.80%     60.53% |       62905     15.55%     76.08% |       60348     14.92%     91.00% |       28706      7.10%     98.09% |        6783      1.68%     99.77% |         841      0.21%     99.98% |          80      0.02%    100.00% |          11      0.00%    100.00%
system.ruby.LD.latency_hist::total             404587                      
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         2258                      
system.ruby.LD.hit_latency_hist::mean     1187.532329                      
system.ruby.LD.hit_latency_hist::gmean     564.429261                      
system.ruby.LD.hit_latency_hist::stdev     929.035810                      
system.ruby.LD.hit_latency_hist          |         747     33.08%     33.08% |         381     16.87%     49.96% |         319     14.13%     64.08% |         286     12.67%     76.75% |         325     14.39%     91.14% |         151      6.69%     97.83% |          42      1.86%     99.69% |           6      0.27%     99.96% |           1      0.04%    100.00% |           0      0.00%    100.00%
system.ruby.LD.hit_latency_hist::total           2258                      
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       402329                      
system.ruby.LD.miss_latency_hist::mean    1282.017031                      
system.ruby.LD.miss_latency_hist::gmean    914.154854                      
system.ruby.LD.miss_latency_hist::stdev    881.546404                      
system.ruby.LD.miss_latency_hist         |      113925     28.32%     28.32% |       69965     17.39%     45.71% |       59576     14.81%     60.51% |       62619     15.56%     76.08% |       60023     14.92%     91.00% |       28555      7.10%     98.09% |        6741      1.68%     99.77% |         835      0.21%     99.98% |          79      0.02%    100.00% |          11      0.00%    100.00%
system.ruby.LD.miss_latency_hist::total        402329                      
system.ruby.ST.latency_hist::bucket_size          512                      
system.ruby.ST.latency_hist::max_bucket          5119                      
system.ruby.ST.latency_hist::samples           223652                      
system.ruby.ST.latency_hist::mean         1278.260230                      
system.ruby.ST.latency_hist::gmean         908.206083                      
system.ruby.ST.latency_hist::stdev         882.016539                      
system.ruby.ST.latency_hist              |       63567     28.42%     28.42% |       39158     17.51%     45.93% |       33017     14.76%     60.69% |       34709     15.52%     76.21% |       33002     14.76%     90.97% |       15927      7.12%     98.09% |        3782      1.69%     99.78% |         446      0.20%     99.98% |          41      0.02%    100.00% |           3      0.00%    100.00%
system.ruby.ST.latency_hist::total             223652                      
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         1229                      
system.ruby.ST.hit_latency_hist::mean     1185.253051                      
system.ruby.ST.hit_latency_hist::gmean     580.240327                      
system.ruby.ST.hit_latency_hist::stdev     914.365384                      
system.ruby.ST.hit_latency_hist          |         396     32.22%     32.22% |         213     17.33%     49.55% |         176     14.32%     63.87% |         181     14.73%     78.60% |         161     13.10%     91.70% |          79      6.43%     98.13% |          18      1.46%     99.59% |           5      0.41%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.hit_latency_hist::total           1229                      
system.ruby.ST.miss_latency_hist::bucket_size          512                      
system.ruby.ST.miss_latency_hist::max_bucket         5119                      
system.ruby.ST.miss_latency_hist::samples       222423                      
system.ruby.ST.miss_latency_hist::mean    1278.774142                      
system.ruby.ST.miss_latency_hist::gmean    910.457212                      
system.ruby.ST.miss_latency_hist::stdev    881.809378                      
system.ruby.ST.miss_latency_hist         |       63171     28.40%     28.40% |       38945     17.51%     45.91% |       32841     14.77%     60.68% |       34528     15.52%     76.20% |       32841     14.77%     90.96% |       15848      7.13%     98.09% |        3764      1.69%     99.78% |         441      0.20%     99.98% |          41      0.02%    100.00% |           3      0.00%    100.00%
system.ruby.ST.miss_latency_hist::total        222423                      
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          207                      
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% |         207    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          207                      
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         2524                      
system.ruby.L1Cache.miss_mach_latency_hist::mean  1216.203645                      
system.ruby.L1Cache.miss_mach_latency_hist::gmean   763.649631                      
system.ruby.L1Cache.miss_mach_latency_hist::stdev   879.591941                      
system.ruby.L1Cache.miss_mach_latency_hist |         755     29.91%     29.91% |         443     17.55%     47.46% |         398     15.77%     63.23% |         388     15.37%     78.61% |         337     13.35%     91.96% |         163      6.46%     98.42% |          35      1.39%     99.80% |           5      0.20%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache.miss_mach_latency_hist::total         2524                      
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         3280                      
system.ruby.L2Cache.hit_mach_latency_hist::mean  1261.496951                      
system.ruby.L2Cache.hit_mach_latency_hist::gmean   814.255562                      
system.ruby.L2Cache.hit_mach_latency_hist::stdev   901.668484                      
system.ruby.L2Cache.hit_mach_latency_hist |         936     28.54%     28.54% |         594     18.11%     46.65% |         495     15.09%     61.74% |         467     14.24%     75.98% |         486     14.82%     90.79% |         230      7.01%     97.80% |          60      1.83%     99.63% |          11      0.34%     99.97% |           1      0.03%    100.00% |           0      0.00%    100.00%
system.ruby.L2Cache.hit_mach_latency_hist::total         3280                      
system.ruby.Directory.miss_mach_latency_hist::bucket_size          512                      
system.ruby.Directory.miss_mach_latency_hist::max_bucket         5119                      
system.ruby.Directory.miss_mach_latency_hist::samples       622228                      
system.ruby.Directory.miss_mach_latency_hist::mean  1281.124785                      
system.ruby.Directory.miss_mach_latency_hist::gmean   913.497709                      
system.ruby.Directory.miss_mach_latency_hist::stdev   881.640047                      
system.ruby.Directory.miss_mach_latency_hist |      176341     28.34%     28.34% |      108467     17.43%     45.77% |       92019     14.79%     60.56% |       96759     15.55%     76.11% |       92527     14.87%     90.98% |       44240      7.11%     98.09% |       10470      1.68%     99.77% |        1271      0.20%     99.98% |         120      0.02%    100.00% |          14      0.00%    100.00%
system.ruby.Directory.miss_mach_latency_hist::total       622228                      
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            4                      
system.ruby.Directory.miss_latency_hist.issue_to_initial_request |           4    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            4                      
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            4                      
system.ruby.Directory.miss_latency_hist.initial_to_forward |           4    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            4                      
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            4                      
system.ruby.Directory.miss_latency_hist.forward_to_first_response |           4    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            4                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::bucket_size           16                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::max_bucket          159                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::samples            4                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::mean    84.250000                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::gmean    83.040125                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion::stdev    17.211914                      
system.ruby.Directory.miss_latency_hist.first_response_to_completion |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           2     50.00%     50.00% |           1     25.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.Directory.miss_latency_hist.first_response_to_completion::total            4                      
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          139                      
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% |         139    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          139                      
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         1645                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::mean  1213.688754                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::gmean   768.636375                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::stdev   877.770074                      
system.ruby.LD.L1Cache.miss_type_mach_latency_hist |         498     30.27%     30.27% |         276     16.78%     47.05% |         273     16.60%     63.65% |         252     15.32%     78.97% |         220     13.37%     92.34% |          99      6.02%     98.36% |          23      1.40%     99.76% |           4      0.24%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L1Cache.miss_type_mach_latency_hist::total         1645                      
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         2119                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean  1265.299670                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean   817.259797                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::stdev   906.345230                      
system.ruby.LD.L2Cache.hit_type_mach_latency_hist |         608     28.69%     28.69% |         381     17.98%     46.67% |         319     15.05%     61.73% |         286     13.50%     75.22% |         325     15.34%     90.56% |         151      7.13%     97.69% |          42      1.98%     99.67% |           6      0.28%     99.95% |           1      0.05%    100.00% |           0      0.00%    100.00%
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total         2119                      
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       400684                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean  1282.297551                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean   914.805796                      
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev   881.552049                      
system.ruby.LD.Directory.miss_type_mach_latency_hist |      113427     28.31%     28.31% |       69689     17.39%     45.70% |       59303     14.80%     60.50% |       62367     15.57%     76.07% |       59803     14.93%     90.99% |       28456      7.10%     98.09% |        6718      1.68%     99.77% |         831      0.21%     99.98% |          79      0.02%    100.00% |          11      0.00%    100.00%
system.ruby.LD.Directory.miss_type_mach_latency_hist::total       400684                      
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           68                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::mean            2                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::gmean     2.000000                      
system.ruby.ST.L1Cache.hit_type_mach_latency_hist |           0      0.00%      0.00% |           0      0.00%      0.00% |          68    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           68                      
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          879                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::mean  1220.910125                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::gmean   754.403979                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::stdev   883.472744                      
system.ruby.ST.L1Cache.miss_type_mach_latency_hist |         257     29.24%     29.24% |         167     19.00%     48.24% |         125     14.22%     62.46% |         136     15.47%     77.93% |         117     13.31%     91.24% |          64      7.28%     98.52% |          12      1.37%     99.89% |           1      0.11%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L1Cache.miss_type_mach_latency_hist::total          879                      
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         1161                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean  1254.556417                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean   808.800824                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::stdev   893.416755                      
system.ruby.ST.L2Cache.hit_type_mach_latency_hist |         328     28.25%     28.25% |         213     18.35%     46.60% |         176     15.16%     61.76% |         181     15.59%     77.35% |         161     13.87%     91.21% |          79      6.80%     98.02% |          18      1.55%     99.57% |           5      0.43%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total         1161                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size          512                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket         5119                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples       221544                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean  1279.003724                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean   911.136653                      
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev   881.797207                      
system.ruby.ST.Directory.miss_type_mach_latency_hist |       62914     28.40%     28.40% |       38778     17.50%     45.90% |       32716     14.77%     60.67% |       34392     15.52%     76.19% |       32724     14.77%     90.96% |       15784      7.12%     98.09% |        3752      1.69%     99.78% |         440      0.20%     99.98% |          41      0.02%    100.00% |           3      0.00%    100.00%
system.ruby.ST.Directory.miss_type_mach_latency_hist::total       221544                      
system.ruby.L1Cache_Controller.Load      |       50657     12.52%     12.52% |       50729     12.54%     25.06% |       50452     12.47%     37.53% |       50277     12.43%     49.95% |       50756     12.54%     62.50% |       50740     12.54%     75.04% |       50491     12.48%     87.52% |       50498     12.48%    100.00%
system.ruby.L1Cache_Controller.Load::total       404600                      
system.ruby.L1Cache_Controller.Store     |       27739     12.40%     12.40% |       28193     12.61%     25.01% |       27912     12.48%     37.49% |       28134     12.58%     50.07% |       28013     12.52%     62.59% |       27879     12.46%     75.06% |       27895     12.47%     87.53% |       27894     12.47%    100.00%
system.ruby.L1Cache_Controller.Store::total       223659                      
system.ruby.L1Cache_Controller.L1_Replacement |     1387935     12.49%     12.49% |     1393411     12.54%     25.03% |     1386651     12.48%     37.51% |     1386696     12.48%     49.99% |     1393529     12.54%     62.54% |     1389740     12.51%     75.04% |     1385760     12.47%     87.52% |     1387026     12.48%    100.00%
system.ruby.L1Cache_Controller.L1_Replacement::total     11110748                      
system.ruby.L1Cache_Controller.Data_Shared |         207     12.27%     12.27% |         196     11.62%     23.89% |         225     13.34%     37.23% |         230     13.63%     50.86% |         203     12.03%     62.89% |         226     13.40%     76.29% |         199     11.80%     88.09% |         201     11.91%    100.00%
system.ruby.L1Cache_Controller.Data_Shared::total         1687                      
system.ruby.L1Cache_Controller.Data_Owner |          58     12.24%     12.24% |          57     12.03%     24.26% |          63     13.29%     37.55% |          59     12.45%     50.00% |          55     11.60%     61.60% |          73     15.40%     77.00% |          70     14.77%     91.77% |          39      8.23%    100.00%
system.ruby.L1Cache_Controller.Data_Owner::total          474                      
system.ruby.L1Cache_Controller.Data_All_Tokens |       81933     12.48%     12.48% |       82456     12.56%     25.04% |       81847     12.47%     37.51% |       81887     12.47%     49.99% |       82319     12.54%     62.53% |       82200     12.52%     75.05% |       81861     12.47%     87.52% |       81912     12.48%    100.00%
system.ruby.L1Cache_Controller.Data_All_Tokens::total       656415                      
system.ruby.L1Cache_Controller.Ack       |           1      9.09%      9.09% |           2     18.18%     27.27% |           3     27.27%     54.55% |           0      0.00%     54.55% |           3     27.27%     81.82% |           0      0.00%     81.82% |           1      9.09%     90.91% |           1      9.09%    100.00%
system.ruby.L1Cache_Controller.Ack::total           11                      
system.ruby.L1Cache_Controller.Ack_All_Tokens |           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% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.Ack_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.Transient_Local_GETX |      195856     12.51%     12.51% |      195405     12.48%     25.00% |      195686     12.50%     37.50% |      195464     12.49%     49.99% |      195589     12.50%     62.49% |      195721     12.51%     74.99% |      195705     12.50%     87.50% |      195711     12.50%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETX::total      1565137                      
system.ruby.L1Cache_Controller.Transient_Local_GETS |      353824     12.50%     12.50% |      353751     12.49%     24.99% |      354024     12.50%     37.50% |      354198     12.51%     50.01% |      353727     12.49%     62.50% |      353736     12.49%     74.99% |      353985     12.50%     87.50% |      353973     12.50%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS::total      2831218                      
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.Transient_Local_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.Persistent_GETX |       41310     12.50%     12.50% |       41193     12.47%     24.97% |       41275     12.49%     37.46% |       41218     12.47%     49.93% |       41337     12.51%     62.44% |       41353     12.51%     74.95% |       41394     12.53%     87.48% |       41368     12.52%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETX::total       330448                      
system.ruby.L1Cache_Controller.Persistent_GETS |       75041     12.51%     12.51% |       74960     12.50%     25.02% |       74914     12.49%     37.51% |       75011     12.51%     50.02% |       74765     12.47%     62.49% |       74943     12.50%     74.99% |       74980     12.50%     87.49% |       74997     12.51%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS::total       599611                      
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.Persistent_GETS_Last_Token::total            1                      
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock |      147847     12.49%     12.49% |      148045     12.51%     25.00% |      148009     12.51%     37.51% |      147969     12.50%     50.01% |      148096     12.51%     62.52% |      147902     12.50%     75.02% |      147823     12.49%     87.51% |      147833     12.49%    100.00%
system.ruby.L1Cache_Controller.Own_Lock_or_Unlock::total      1183524                      
system.ruby.L1Cache_Controller.Request_Timeout |       60198     12.41%     12.41% |       61718     12.72%     25.13% |       61562     12.69%     37.81% |       60908     12.55%     50.36% |       60726     12.51%     62.88% |       60057     12.38%     75.26% |       59803     12.32%     87.58% |       60259     12.42%    100.00%
system.ruby.L1Cache_Controller.Request_Timeout::total       485231                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverX |           5      5.38%      5.38% |           4      4.30%      9.68% |           3      3.23%     12.90% |          14     15.05%     27.96% |          17     18.28%     46.24% |          11     11.83%     58.06% |          19     20.43%     78.49% |          20     21.51%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverX::total           93                      
system.ruby.L1Cache_Controller.Use_TimeoutStarverS |           5      3.27%      3.27% |           6      3.92%      7.19% |          12      7.84%     15.03% |          17     11.11%     26.14% |          23     15.03%     41.18% |          24     15.69%     56.86% |          34     22.22%     79.08% |          32     20.92%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutStarverS::total          153                      
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers |       78118     12.48%     12.48% |       78650     12.57%     25.05% |       78056     12.47%     37.52% |       78094     12.48%     50.00% |       78456     12.54%     62.54% |       78284     12.51%     75.05% |       78056     12.47%     87.52% |       78078     12.48%    100.00%
system.ruby.L1Cache_Controller.Use_TimeoutNoStarvers::total       625792                      
system.ruby.L1Cache_Controller.NP.Load   |       50564     12.52%     12.52% |       50644     12.54%     25.06% |       50367     12.47%     37.53% |       50194     12.43%     49.96% |       50652     12.54%     62.50% |       50646     12.54%     75.04% |       50410     12.48%     87.52% |       50414     12.48%    100.00%
system.ruby.L1Cache_Controller.NP.Load::total       403891                      
system.ruby.L1Cache_Controller.NP.Store  |       27691     12.40%     12.40% |       28155     12.61%     25.01% |       27877     12.48%     37.50% |       28080     12.58%     50.07% |       27961     12.52%     62.59% |       27826     12.46%     75.06% |       27849     12.47%     87.53% |       27846     12.47%    100.00%
system.ruby.L1Cache_Controller.NP.Store::total       223285                      
system.ruby.L1Cache_Controller.NP.Data_Shared |           8     14.55%     14.55% |           8     14.55%     29.09% |           9     16.36%     45.45% |          10     18.18%     63.64% |           8     14.55%     78.18% |           8     14.55%     92.73% |           3      5.45%     98.18% |           1      1.82%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Shared::total           55                      
system.ruby.L1Cache_Controller.NP.Data_Owner |          15     13.39%     13.39% |          13     11.61%     25.00% |          11      9.82%     34.82% |          17     15.18%     50.00% |          14     12.50%     62.50% |          19     16.96%     79.46% |          17     15.18%     94.64% |           6      5.36%    100.00%
system.ruby.L1Cache_Controller.NP.Data_Owner::total          112                      
system.ruby.L1Cache_Controller.NP.Data_All_Tokens |        3770     12.48%     12.48% |        3762     12.45%     24.92% |        3754     12.42%     37.35% |        3737     12.37%     49.71% |        3801     12.58%     62.29% |        3871     12.81%     75.10% |        3746     12.40%     87.50% |        3778     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Data_All_Tokens::total        30219                      
system.ruby.L1Cache_Controller.NP.Ack    |           0      0.00%      0.00% |           2     40.00%     40.00% |           1     20.00%     60.00% |           0      0.00%     60.00% |           1     20.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.NP.Ack::total            5                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX |      195270     12.52%     12.52% |      194792     12.48%     25.00% |      195065     12.50%     37.50% |      194859     12.49%     49.99% |      194966     12.50%     62.49% |      195149     12.51%     74.99% |      195088     12.50%     87.50% |      195074     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETX::total      1560263                      
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS |      352736     12.50%     12.50% |      352665     12.50%     24.99% |      352880     12.50%     37.50% |      353067     12.51%     50.01% |      352630     12.49%     62.50% |      352652     12.50%     75.00% |      352848     12.50%     87.50% |      352851     12.50%    100.00%
system.ruby.L1Cache_Controller.NP.Transient_Local_GETS::total      2822329                      
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock |      129129     12.50%     12.50% |      129222     12.51%     25.01% |      129019     12.49%     37.50% |      129118     12.50%     50.00% |      129094     12.50%     62.50% |      129148     12.50%     75.00% |      129162     12.50%     87.51% |      129056     12.49%    100.00%
system.ruby.L1Cache_Controller.NP.Own_Lock_or_Unlock::total      1032948                      
system.ruby.L1Cache_Controller.I.Load    |           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.Load::total            1                      
system.ruby.L1Cache_Controller.I.L1_Replacement |         158     11.47%     11.47% |         153     11.10%     22.57% |         166     12.05%     34.62% |         174     12.63%     47.24% |         189     13.72%     60.96% |         170     12.34%     73.29% |         173     12.55%     85.85% |         195     14.15%    100.00%
system.ruby.L1Cache_Controller.I.L1_Replacement::total         1378                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETX |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           1     25.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETX::total            4                      
system.ruby.L1Cache_Controller.I.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Transient_Local_GETS::total            1                      
system.ruby.L1Cache_Controller.I.Persistent_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.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.I.Persistent_GETS |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.I.Persistent_GETS::total            1                      
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     20.00%     20.00% |           0      0.00%     20.00% |           2     40.00%     60.00% |           1     20.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.I.Own_Lock_or_Unlock::total            5                      
system.ruby.L1Cache_Controller.S.Load    |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Load::total            2                      
system.ruby.L1Cache_Controller.S.L1_Replacement |         239     12.11%     12.11% |         233     11.80%     23.91% |         265     13.42%     37.34% |         258     13.07%     50.41% |         244     12.36%     62.77% |         250     12.66%     75.43% |         244     12.36%     87.79% |         241     12.21%    100.00%
system.ruby.L1Cache_Controller.S.L1_Replacement::total         1974                      
system.ruby.L1Cache_Controller.S.Data_Shared |           2     40.00%     40.00% |           0      0.00%     40.00% |           0      0.00%     40.00% |           0      0.00%     40.00% |           0      0.00%     40.00% |           2     40.00%     80.00% |           1     20.00%    100.00% |           0      0.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% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Data_All_Tokens::total            1                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           2     50.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETX::total            4                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETS::total            1                      
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00%
system.ruby.L1Cache_Controller.S.Transient_Local_GETS_Last_Token::total            2                      
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.S.Persistent_GETS_Last_Token::total            1                      
system.ruby.L1Cache_Controller.O.Load    |           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.Load::total            1                      
system.ruby.L1Cache_Controller.O.L1_Replacement |         124     12.44%     12.44% |         120     12.04%     24.47% |         135     13.54%     38.01% |         119     11.94%     49.95% |         122     12.24%     62.19% |         121     12.14%     74.32% |         138     13.84%     88.16% |         118     11.84%    100.00%
system.ruby.L1Cache_Controller.O.L1_Replacement::total          997                      
system.ruby.L1Cache_Controller.O.Data_All_Tokens |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           0      0.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Data_All_Tokens::total            2                      
system.ruby.L1Cache_Controller.O.Ack     |           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.O.Ack::total            1                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETX |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           0      0.00%      0.00% |           1    100.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETX::total            1                      
system.ruby.L1Cache_Controller.O.Transient_Local_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           1     50.00%     50.00% |           1     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Transient_Local_GETS::total            2                      
system.ruby.L1Cache_Controller.O.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.O.Persistent_GETX::total            1                      
system.ruby.L1Cache_Controller.O.Persistent_GETS |           1     25.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           2     50.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.O.Persistent_GETS::total            4                      
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock |          15     17.44%     17.44% |          11     12.79%     30.23% |          13     15.12%     45.35% |           9     10.47%     55.81% |          10     11.63%     67.44% |           9     10.47%     77.91% |          12     13.95%     91.86% |           7      8.14%    100.00%
system.ruby.L1Cache_Controller.O.Own_Lock_or_Unlock::total           86                      
system.ruby.L1Cache_Controller.M.Load    |           6     12.00%     12.00% |           9     18.00%     30.00% |           5     10.00%     40.00% |           4      8.00%     48.00% |           8     16.00%     64.00% |           8     16.00%     80.00% |           4      8.00%     88.00% |           6     12.00%    100.00%
system.ruby.L1Cache_Controller.M.Load::total           50                      
system.ruby.L1Cache_Controller.M.Store   |           2      8.00%      8.00% |           4     16.00%     24.00% |           2      8.00%     32.00% |           3     12.00%     44.00% |           5     20.00%     64.00% |           4     16.00%     80.00% |           3     12.00%     92.00% |           2      8.00%    100.00%
system.ruby.L1Cache_Controller.M.Store::total           25                      
system.ruby.L1Cache_Controller.M.L1_Replacement |       50210     12.52%     12.52% |       50284     12.54%     25.07% |       49968     12.46%     37.53% |       49814     12.43%     49.96% |       50283     12.54%     62.50% |       50284     12.54%     75.04% |       50007     12.47%     87.52% |       50037     12.48%    100.00%
system.ruby.L1Cache_Controller.M.L1_Replacement::total       400887                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETX |          39     11.82%     11.82% |          40     12.12%     23.94% |          47     14.24%     38.18% |          39     11.82%     50.00% |          45     13.64%     63.64% |          36     10.91%     74.55% |          38     11.52%     86.06% |          46     13.94%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETX::total          330                      
system.ruby.L1Cache_Controller.M.Transient_Local_GETS |          83     12.85%     12.85% |          77     11.92%     24.77% |          83     12.85%     37.62% |          79     12.23%     49.85% |          84     13.00%     62.85% |          67     10.37%     73.22% |          86     13.31%     86.53% |          87     13.47%    100.00%
system.ruby.L1Cache_Controller.M.Transient_Local_GETS::total          646                      
system.ruby.L1Cache_Controller.M.Persistent_GETX |          15     11.03%     11.03% |          18     13.24%     24.26% |          14     10.29%     34.56% |          16     11.76%     46.32% |          19     13.97%     60.29% |          16     11.76%     72.06% |          22     16.18%     88.24% |          16     11.76%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETX::total          136                      
system.ruby.L1Cache_Controller.M.Persistent_GETS |          38     15.08%     15.08% |          40     15.87%     30.95% |          41     16.27%     47.22% |          32     12.70%     59.92% |          32     12.70%     72.62% |          20      7.94%     80.56% |          26     10.32%     90.87% |          23      9.13%    100.00%
system.ruby.L1Cache_Controller.M.Persistent_GETS::total          252                      
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock |        1217     12.47%     12.47% |        1156     11.84%     24.31% |        1266     12.97%     37.28% |        1220     12.50%     49.77% |        1200     12.29%     62.07% |        1226     12.56%     74.63% |        1208     12.37%     87.00% |        1269     13.00%    100.00%
system.ruby.L1Cache_Controller.M.Own_Lock_or_Unlock::total         9762                      
system.ruby.L1Cache_Controller.MM.Load   |           5     19.23%     19.23% |           2      7.69%     26.92% |           2      7.69%     34.62% |           1      3.85%     38.46% |          10     38.46%     76.92% |           1      3.85%     80.77% |           2      7.69%     88.46% |           3     11.54%    100.00%
system.ruby.L1Cache_Controller.MM.Load::total           26                      
system.ruby.L1Cache_Controller.MM.Store  |           0      0.00%      0.00% |           0      0.00%      0.00% |           3     21.43%     21.43% |           3     21.43%     42.86% |           1      7.14%     50.00% |           2     14.29%     64.29% |           2     14.29%     78.57% |           3     21.43%    100.00%
system.ruby.L1Cache_Controller.MM.Store::total           14                      
system.ruby.L1Cache_Controller.MM.L1_Replacement |       27637     12.41%     12.41% |       28101     12.61%     25.02% |       27803     12.48%     37.50% |       28019     12.58%     50.08% |       27893     12.52%     62.60% |       27764     12.46%     75.06% |       27795     12.48%     87.53% |       27771     12.47%    100.00%
system.ruby.L1Cache_Controller.MM.L1_Replacement::total       222783                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX |          21     11.41%     11.41% |          15      8.15%     19.57% |          28     15.22%     34.78% |          22     11.96%     46.74% |          31     16.85%     63.59% |          26     14.13%     77.72% |          23     12.50%     90.22% |          18      9.78%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETX::total          184                      
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS |          48     13.11%     13.11% |          42     11.48%     24.59% |          44     12.02%     36.61% |          47     12.84%     49.45% |          43     11.75%     61.20% |          48     13.11%     74.32% |          41     11.20%     85.52% |          53     14.48%    100.00%
system.ruby.L1Cache_Controller.MM.Transient_Local_GETS::total          366                      
system.ruby.L1Cache_Controller.MM.Persistent_GETX |          10     13.89%     13.89% |          10     13.89%     27.78% |           9     12.50%     40.28% |           8     11.11%     51.39% |          10     13.89%     65.28% |           7      9.72%     75.00% |           6      8.33%     83.33% |          12     16.67%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETX::total           72                      
system.ruby.L1Cache_Controller.MM.Persistent_GETS |          17     12.59%     12.59% |          22     16.30%     28.89% |          17     12.59%     41.48% |          19     14.07%     55.56% |          16     11.85%     67.41% |          16     11.85%     79.26% |          13      9.63%     88.89% |          15     11.11%    100.00%
system.ruby.L1Cache_Controller.MM.Persistent_GETS::total          135                      
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock |         653     12.24%     12.24% |         657     12.31%     24.55% |         734     13.75%     38.30% |         664     12.44%     50.74% |         685     12.83%     63.58% |         640     11.99%     75.57% |         621     11.64%     87.20% |         683     12.80%    100.00%
system.ruby.L1Cache_Controller.MM.Own_Lock_or_Unlock::total         5337                      
system.ruby.L1Cache_Controller.M_W.Load  |           6     17.14%     17.14% |           4     11.43%     28.57% |           4     11.43%     40.00% |           6     17.14%     57.14% |           3      8.57%     65.71% |           6     17.14%     82.86% |           4     11.43%     94.29% |           2      5.71%    100.00%
system.ruby.L1Cache_Controller.M_W.Load::total           35                      
system.ruby.L1Cache_Controller.M_W.Store |           1      5.26%      5.26% |           2     10.53%     15.79% |           2     10.53%     26.32% |           1      5.26%     31.58% |           3     15.79%     47.37% |           2     10.53%     57.89% |           2     10.53%     68.42% |           6     31.58%    100.00%
system.ruby.L1Cache_Controller.M_W.Store::total           19                      
system.ruby.L1Cache_Controller.M_W.L1_Replacement |      292424     12.54%     12.54% |      289923     12.43%     24.97% |      291806     12.51%     37.49% |      287812     12.34%     49.83% |      293129     12.57%     62.40% |      292944     12.56%     74.96% |      290472     12.46%     87.41% |      293489     12.59%    100.00%
system.ruby.L1Cache_Controller.M_W.L1_Replacement::total      2331999                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX |          53     17.04%     17.04% |          43     13.83%     30.87% |          36     11.58%     42.44% |          43     13.83%     56.27% |          38     12.22%     68.49% |          29      9.32%     77.81% |          25      8.04%     85.85% |          44     14.15%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETX::total          311                      
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS |          63     12.07%     12.07% |          49      9.39%     21.46% |          78     14.94%     36.40% |          71     13.60%     50.00% |          59     11.30%     61.30% |          70     13.41%     74.71% |          71     13.60%     88.31% |          61     11.69%    100.00%
system.ruby.L1Cache_Controller.M_W.Transient_Local_GETS::total          522                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETX |           3      5.36%      5.36% |           3      5.36%     10.71% |           1      1.79%     12.50% |           8     14.29%     26.79% |           7     12.50%     39.29% |           4      7.14%     46.43% |          16     28.57%     75.00% |          14     25.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETX::total           56                      
system.ruby.L1Cache_Controller.M_W.Persistent_GETS |           3      3.45%      3.45% |           5      5.75%      9.20% |           6      6.90%     16.09% |           7      8.05%     24.14% |          14     16.09%     40.23% |          13     14.94%     55.17% |          21     24.14%     79.31% |          18     20.69%    100.00%
system.ruby.L1Cache_Controller.M_W.Persistent_GETS::total           87                      
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock |         494     12.81%     12.81% |         485     12.58%     25.39% |         490     12.71%     38.10% |         468     12.14%     50.23% |         495     12.84%     63.07% |         487     12.63%     75.70% |         488     12.66%     88.36% |         449     11.64%    100.00%
system.ruby.L1Cache_Controller.M_W.Own_Lock_or_Unlock::total         3856                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX |           3      4.92%      4.92% |           3      4.92%      9.84% |           1      1.64%     11.48% |           9     14.75%     26.23% |           8     13.11%     39.34% |           6      9.84%     49.18% |          17     27.87%     77.05% |          14     22.95%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverX::total           61                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS |           3      3.00%      3.00% |           5      5.00%      8.00% |           8      8.00%     16.00% |           8      8.00%     24.00% |          16     16.00%     40.00% |          15     15.00%     55.00% |          24     24.00%     79.00% |          21     21.00%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutStarverS::total          100                      
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers |       50387     12.53%     12.53% |       50464     12.54%     25.07% |       50156     12.47%     37.54% |       49982     12.42%     49.96% |       50468     12.55%     62.51% |       50427     12.54%     75.04% |       50181     12.47%     87.52% |       50211     12.48%    100.00%
system.ruby.L1Cache_Controller.M_W.Use_TimeoutNoStarvers::total       402276                      
system.ruby.L1Cache_Controller.MM_W.Load |           3     12.00%     12.00% |           4     16.00%     28.00% |           4     16.00%     44.00% |           4     16.00%     60.00% |           1      4.00%     64.00% |           2      8.00%     72.00% |           6     24.00%     96.00% |           1      4.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Load::total           25                      
system.ruby.L1Cache_Controller.MM_W.Store |           1     10.00%     10.00% |           1     10.00%     20.00% |           0      0.00%     20.00% |           0      0.00%     20.00% |           2     20.00%     40.00% |           1     10.00%     50.00% |           2     20.00%     70.00% |           3     30.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Store::total           10                      
system.ruby.L1Cache_Controller.MM_W.L1_Replacement |      161716     12.53%     12.53% |      161272     12.49%     25.02% |      160842     12.46%     37.48% |      163936     12.70%     50.18% |      160722     12.45%     62.63% |      161511     12.51%     75.15% |      160578     12.44%     87.59% |      160236     12.41%    100.00%
system.ruby.L1Cache_Controller.MM_W.L1_Replacement::total      1290813                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX |          24     13.64%     13.64% |          26     14.77%     28.41% |          25     14.20%     42.61% |          16      9.09%     51.70% |          22     12.50%     64.20% |          17      9.66%     73.86% |          13      7.39%     81.25% |          33     18.75%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETX::total          176                      
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS |          30     10.53%     10.53% |          33     11.58%     22.11% |          43     15.09%     37.19% |          30     10.53%     47.72% |          32     11.23%     58.95% |          41     14.39%     73.33% |          38     13.33%     86.67% |          38     13.33%    100.00%
system.ruby.L1Cache_Controller.MM_W.Transient_Local_GETS::total          285                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX |           2      6.67%      6.67% |           1      3.33%     10.00% |           1      3.33%     13.33% |           4     13.33%     26.67% |           9     30.00%     56.67% |           5     16.67%     73.33% |           2      6.67%     80.00% |           6     20.00%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETX::total           30                      
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS |           2      4.17%      4.17% |           1      2.08%      6.25% |           4      8.33%     14.58% |           9     18.75%     33.33% |           6     12.50%     45.83% |           9     18.75%     64.58% |           8     16.67%     81.25% |           9     18.75%    100.00%
system.ruby.L1Cache_Controller.MM_W.Persistent_GETS::total           48                      
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock |         275     12.91%     12.91% |         284     13.33%     26.24% |         284     13.33%     39.58% |         295     13.85%     53.43% |         247     11.60%     65.02% |         261     12.25%     77.28% |         232     10.89%     88.17% |         252     11.83%    100.00%
system.ruby.L1Cache_Controller.MM_W.Own_Lock_or_Unlock::total         2130                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX |           2      6.25%      6.25% |           1      3.12%      9.38% |           2      6.25%     15.62% |           5     15.62%     31.25% |           9     28.12%     59.38% |           5     15.62%     75.00% |           2      6.25%     81.25% |           6     18.75%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverX::total           32                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS |           2      3.77%      3.77% |           1      1.89%      5.66% |           4      7.55%     13.21% |           9     16.98%     30.19% |           7     13.21%     43.40% |           9     16.98%     60.38% |          10     18.87%     79.25% |          11     20.75%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutStarverS::total           53                      
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers |       27731     12.41%     12.41% |       28186     12.61%     25.02% |       27900     12.48%     37.50% |       28112     12.58%     50.08% |       27988     12.52%     62.60% |       27857     12.46%     75.06% |       27875     12.47%     87.53% |       27867     12.47%    100.00%
system.ruby.L1Cache_Controller.MM_W.Use_TimeoutNoStarvers::total       223516                      
system.ruby.L1Cache_Controller.IM.L1_Replacement |      300828     12.38%     12.38% |      309296     12.73%     25.11% |      302781     12.46%     37.57% |      307942     12.67%     50.24% |      302491     12.45%     62.69% |      302723     12.46%     75.15% |      301437     12.41%     87.55% |      302449     12.45%    100.00%
system.ruby.L1Cache_Controller.IM.L1_Replacement::total      2429947                      
system.ruby.L1Cache_Controller.IM.Data_Owner |           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% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.IM.Data_Owner::total            3                      
system.ruby.L1Cache_Controller.IM.Data_All_Tokens |       27732     12.40%     12.40% |       28185     12.61%     25.01% |       27903     12.48%     37.49% |       28123     12.58%     50.07% |       28000     12.52%     62.59% |       27869     12.47%     75.06% |       27883     12.47%     87.53% |       27875     12.47%    100.00%
system.ruby.L1Cache_Controller.IM.Data_All_Tokens::total       223570                      
system.ruby.L1Cache_Controller.IM.Ack    |           1     20.00%     20.00% |           0      0.00%     20.00% |           1     20.00%     40.00% |           0      0.00%     40.00% |           2     40.00%     80.00% |           0      0.00%     80.00% |           0      0.00%     80.00% |           1     20.00%    100.00%
system.ruby.L1Cache_Controller.IM.Ack::total            5                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX |          72     10.26%     10.26% |          91     12.96%     23.22% |          90     12.82%     36.04% |          89     12.68%     48.72% |          97     13.82%     62.54% |          87     12.39%     74.93% |          93     13.25%     88.18% |          83     11.82%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETX::total          702                      
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS |         151     11.48%     11.48% |         171     13.00%     24.49% |         164     12.47%     36.96% |         175     13.31%     50.27% |         155     11.79%     62.05% |         156     11.86%     73.92% |         166     12.62%     86.54% |         177     13.46%    100.00%
system.ruby.L1Cache_Controller.IM.Transient_Local_GETS::total         1315                      
system.ruby.L1Cache_Controller.IM.Persistent_GETX |          27     10.47%     10.47% |          29     11.24%     21.71% |          37     14.34%     36.05% |          28     10.85%     46.90% |          40     15.50%     62.40% |          29     11.24%     73.64% |          34     13.18%     86.82% |          34     13.18%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETX::total          258                      
system.ruby.L1Cache_Controller.IM.Persistent_GETS |          49     11.75%     11.75% |          35      8.39%     20.14% |          45     10.79%     30.94% |          52     12.47%     43.41% |          51     12.23%     55.64% |          70     16.79%     72.42% |          58     13.91%     86.33% |          57     13.67%    100.00%
system.ruby.L1Cache_Controller.IM.Persistent_GETS::total          417                      
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock |        5586     12.50%     12.50% |        5689     12.73%     25.22% |        5604     12.54%     37.76% |        5653     12.65%     50.40% |        5575     12.47%     62.87% |        5536     12.38%     75.26% |        5523     12.35%     87.61% |        5538     12.39%    100.00%
system.ruby.L1Cache_Controller.IM.Own_Lock_or_Unlock::total        44704                      
system.ruby.L1Cache_Controller.IM.Request_Timeout |       20724     12.08%     12.08% |       21868     12.75%     24.83% |       21815     12.72%     37.55% |       21448     12.50%     50.05% |       21768     12.69%     62.74% |       21311     12.42%     75.16% |       21334     12.44%     87.60% |       21268     12.40%    100.00%
system.ruby.L1Cache_Controller.IM.Request_Timeout::total       171536                      
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens |           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% |           0      0.00%     66.67% |           0      0.00%     66.67% |           1     33.33%    100.00%
system.ruby.L1Cache_Controller.OM.Ack_All_Tokens::total            3                      
system.ruby.L1Cache_Controller.IS.L1_Replacement |      552820     12.53%     12.53% |      551947     12.51%     25.05% |      550867     12.49%     37.54% |      546383     12.39%     49.92% |      555966     12.60%     62.53% |      551042     12.49%     75.02% |      551994     12.51%     87.54% |      549743     12.46%    100.00%
system.ruby.L1Cache_Controller.IS.L1_Replacement::total      4410762                      
system.ruby.L1Cache_Controller.IS.Data_Shared |         197     12.14%     12.14% |         187     11.52%     23.66% |         216     13.31%     36.97% |         219     13.49%     50.46% |         195     12.01%     62.48% |         215     13.25%     75.72% |         195     12.01%     87.74% |         199     12.26%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Shared::total         1623                      
system.ruby.L1Cache_Controller.IS.Data_Owner |          43     11.98%     11.98% |          44     12.26%     24.23% |          52     14.48%     38.72% |          40     11.14%     49.86% |          41     11.42%     61.28% |          54     15.04%     76.32% |          53     14.76%     91.09% |          32      8.91%    100.00%
system.ruby.L1Cache_Controller.IS.Data_Owner::total          359                      
system.ruby.L1Cache_Controller.IS.Data_All_Tokens |       50394     12.52%     12.52% |       50475     12.54%     25.06% |       50165     12.47%     37.53% |       50000     12.42%     49.95% |       50492     12.55%     62.50% |       50447     12.54%     75.04% |       50219     12.48%     87.51% |       50250     12.49%    100.00%
system.ruby.L1Cache_Controller.IS.Data_All_Tokens::total       402442                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX |         157     11.91%     11.91% |         160     12.14%     24.05% |         142     10.77%     34.83% |         172     13.05%     47.88% |         154     11.68%     59.56% |         148     11.23%     70.79% |         192     14.57%     85.36% |         193     14.64%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETX::total         1318                      
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS |         293     12.49%     12.49% |         280     11.94%     24.42% |         287     12.23%     36.66% |         306     13.04%     49.70% |         299     12.75%     62.45% |         285     12.15%     74.60% |         314     13.38%     87.98% |         282     12.02%    100.00%
system.ruby.L1Cache_Controller.IS.Transient_Local_GETS::total         2346                      
system.ruby.L1Cache_Controller.IS.Persistent_GETX |          46     10.60%     10.60% |          54     12.44%     23.04% |          61     14.06%     37.10% |          49     11.29%     48.39% |          46     10.60%     58.99% |          58     13.36%     72.35% |          62     14.29%     86.64% |          58     13.36%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETX::total          434                      
system.ruby.L1Cache_Controller.IS.Persistent_GETS |          83     11.11%     11.11% |          92     12.32%     23.43% |          98     13.12%     36.55% |          87     11.65%     48.19% |          94     12.58%     60.78% |          86     11.51%     72.29% |         115     15.39%     87.68% |          92     12.32%    100.00%
system.ruby.L1Cache_Controller.IS.Persistent_GETS::total          747                      
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock |       10066     12.40%     12.40% |       10135     12.49%     24.89% |       10168     12.53%     37.42% |       10107     12.46%     49.88% |       10323     12.72%     62.60% |       10139     12.49%     75.10% |       10091     12.44%     87.53% |       10118     12.47%    100.00%
system.ruby.L1Cache_Controller.IS.Own_Lock_or_Unlock::total        81147                      
system.ruby.L1Cache_Controller.IS.Request_Timeout |       39132     12.61%     12.61% |       39345     12.68%     25.28% |       39222     12.64%     37.92% |       39039     12.58%     50.50% |       38571     12.43%     62.92% |       38411     12.37%     75.30% |       38124     12.28%     87.58% |       38551     12.42%    100.00%
system.ruby.L1Cache_Controller.IS.Request_Timeout::total       310395                      
system.ruby.L1Cache_Controller.I_L.Load  |          73     12.83%     12.83% |          65     11.42%     24.25% |          69     12.13%     36.38% |          67     11.78%     48.15% |          81     14.24%     62.39% |          77     13.53%     75.92% |          65     11.42%     87.35% |          72     12.65%    100.00%
system.ruby.L1Cache_Controller.I_L.Load::total          569                      
system.ruby.L1Cache_Controller.I_L.Store |          44     14.38%     14.38% |          31     10.13%     24.51% |          28      9.15%     33.66% |          47     15.36%     49.02% |          41     13.40%     62.42% |          44     14.38%     76.80% |          37     12.09%     88.89% |          34     11.11%    100.00%
system.ruby.L1Cache_Controller.I_L.Store::total          306                      
system.ruby.L1Cache_Controller.I_L.L1_Replacement |         129      6.65%      6.65% |         284     14.64%     21.29% |         163      8.40%     29.69% |         208     10.72%     40.41% |         294     15.15%     55.57% |         224     11.55%     67.11% |         336     17.32%     84.43% |         302     15.57%    100.00%
system.ruby.L1Cache_Controller.I_L.L1_Replacement::total         1940                      
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens |          34     22.67%     22.67% |          33     22.00%     44.67% |          22     14.67%     59.33% |          23     15.33%     74.67% |          20     13.33%     88.00% |           9      6.00%     94.00% |           5      3.33%     97.33% |           4      2.67%    100.00%
system.ruby.L1Cache_Controller.I_L.Data_All_Tokens::total          150                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX |         218     11.86%     11.86% |         235     12.79%     24.65% |         253     13.76%     38.41% |         223     12.13%     50.54% |         234     12.73%     63.28% |         227     12.35%     75.63% |         231     12.57%     88.19% |         217     11.81%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETX::total         1838                      
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS |         417     12.29%     12.29% |         432     12.74%     25.03% |         441     13.00%     38.03% |         421     12.41%     50.44% |         424     12.50%     62.94% |         414     12.21%     75.15% |         419     12.35%     87.50% |         424     12.50%    100.00%
system.ruby.L1Cache_Controller.I_L.Transient_Local_GETS::total         3392                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETX |       41206     12.51%     12.51% |       41068     12.47%     24.99% |       41138     12.49%     37.48% |       41087     12.48%     49.96% |       41184     12.51%     62.46% |       41199     12.51%     74.98% |       41210     12.52%     87.49% |       41190     12.51%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETX::total       329282                      
system.ruby.L1Cache_Controller.I_L.Persistent_GETS |       74847     12.52%     12.52% |       74756     12.51%     25.03% |       74686     12.50%     37.53% |       74789     12.51%     50.04% |       74514     12.47%     62.51% |       74673     12.49%     75.01% |       74669     12.49%     87.50% |       74707     12.50%    100.00%
system.ruby.L1Cache_Controller.I_L.Persistent_GETS::total       597641                      
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock |          51     10.28%     10.28% |          56     11.29%     21.57% |          47      9.48%     31.05% |          68     13.71%     44.76% |          69     13.91%     58.67% |          60     12.10%     70.77% |          70     14.11%     84.88% |          75     15.12%    100.00%
system.ruby.L1Cache_Controller.I_L.Own_Lock_or_Unlock::total          496                      
system.ruby.L1Cache_Controller.S_L.L1_Replacement |           5      1.51%      1.51% |          83     25.00%     26.51% |          34     10.24%     36.75% |          12      3.61%     40.36% |          56     16.87%     57.23% |          41     12.35%     69.58% |          41     12.35%     81.93% |          60     18.07%    100.00%
system.ruby.L1Cache_Controller.S_L.L1_Replacement::total          332                      
system.ruby.L1Cache_Controller.S_L.Persistent_GETS |           0      0.00%      0.00% |           3      4.84%      4.84% |           2      3.23%      8.06% |           0      0.00%      8.06% |           9     14.52%     22.58% |          11     17.74%     40.32% |          18     29.03%     69.35% |          19     30.65%    100.00%
system.ruby.L1Cache_Controller.S_L.Persistent_GETS::total           62                      
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock |          42     11.76%     11.76% |          46     12.89%     24.65% |          49     13.73%     38.38% |          40     11.20%     49.58% |          50     14.01%     63.59% |          35      9.80%     73.39% |          51     14.29%     87.68% |          44     12.32%    100.00%
system.ruby.L1Cache_Controller.S_L.Own_Lock_or_Unlock::total          357                      
system.ruby.L1Cache_Controller.IM_L.L1_Replacement |         710     11.66%     11.66% |         553      9.08%     20.74% |         675     11.08%     31.82% |         757     12.43%     44.25% |         762     12.51%     56.76% |         889     14.60%     71.35% |         956     15.70%     87.05% |         789     12.95%    100.00%
system.ruby.L1Cache_Controller.IM_L.L1_Replacement::total         6091                      
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens |           2     18.18%     18.18% |           1      9.09%     27.27% |           1      9.09%     36.36% |           1      9.09%     45.45% |           2     18.18%     63.64% |           0      0.00%     63.64% |           2     18.18%     81.82% |           2     18.18%    100.00%
system.ruby.L1Cache_Controller.IM_L.Data_All_Tokens::total           11                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETX |           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.IM_L.Transient_Local_GETX::total            3                      
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETS |           2     33.33%     33.33% |           1     16.67%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           0      0.00%     50.00% |           2     33.33%     83.33% |           1     16.67%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IM_L.Transient_Local_GETS::total            6                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX |           0      0.00%      0.00% |           3      4.55%      4.55% |           2      3.03%      7.58% |           7     10.61%     18.18% |          11     16.67%     34.85% |          14     21.21%     56.06% |          16     24.24%     80.30% |          13     19.70%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETX::total           66                      
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS |           0      0.00%      0.00% |           0      0.00%      0.00% |           4      4.88%      4.88% |           9     10.98%     15.85% |          14     17.07%     32.93% |          23     28.05%     60.98% |          11     13.41%     74.39% |          21     25.61%    100.00%
system.ruby.L1Cache_Controller.IM_L.Persistent_GETS::total           82                      
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock |         118     12.16%     12.16% |          94      9.69%     21.86% |         109     11.24%     33.09% |         126     12.99%     46.08% |         130     13.40%     59.48% |         143     14.74%     74.23% |         127     13.09%     87.32% |         123     12.68%    100.00%
system.ruby.L1Cache_Controller.IM_L.Own_Lock_or_Unlock::total          970                      
system.ruby.L1Cache_Controller.IM_L.Request_Timeout |         114      9.64%      9.64% |         186     15.72%     25.36% |         156     13.19%     38.55% |         163     13.78%     52.32% |         190     16.06%     68.39% |         134     11.33%     79.71% |          73      6.17%     85.88% |         167     14.12%    100.00%
system.ruby.L1Cache_Controller.IM_L.Request_Timeout::total         1183                      
system.ruby.L1Cache_Controller.IS_L.L1_Replacement |         935      8.62%      8.62% |        1162     10.71%     19.34% |        1146     10.57%     29.90% |        1262     11.64%     41.54% |        1378     12.71%     54.25% |        1777     16.39%     70.63% |        1589     14.65%     85.28% |        1596     14.72%    100.00%
system.ruby.L1Cache_Controller.IS_L.L1_Replacement::total        10845                      
system.ruby.L1Cache_Controller.IS_L.Data_Shared |           0      0.00%      0.00% |           1     25.00%     25.00% |           0      0.00%     25.00% |           1     25.00%     50.00% |           0      0.00%     50.00% |           1     25.00%     75.00% |           0      0.00%     75.00% |           1     25.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_Shared::total            4                      
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens |           1      5.00%      5.00% |           0      0.00%      5.00% |           2     10.00%     15.00% |           2     10.00%     25.00% |           3     15.00%     40.00% |           4     20.00%     60.00% |           5     25.00%     85.00% |           3     15.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Data_All_Tokens::total           20                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX |           0      0.00%      0.00% |           1     33.33%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           0      0.00%     33.33% |           1     33.33%     66.67% |           1     33.33%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETX::total            3                      
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETS |           1     14.29%     14.29% |           1     14.29%     28.57% |           1     14.29%     42.86% |           1     14.29%     57.14% |           1     14.29%     71.43% |           1     14.29%     85.71% |           1     14.29%    100.00% |           0      0.00%    100.00%
system.ruby.L1Cache_Controller.IS_L.Transient_Local_GETS::total            7                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX |           0      0.00%      0.00% |           7      6.25%      6.25% |          12     10.71%     16.96% |          10      8.93%     25.89% |          11      9.82%     35.71% |          21     18.75%     54.46% |          26     23.21%     77.68% |          25     22.32%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETX::total          112                      
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS |           0      0.00%      0.00% |           5      3.70%      3.70% |          11      8.15%     11.85% |           7      5.19%     17.04% |          13      9.63%     26.67% |          22     16.30%     42.96% |          41     30.37%     73.33% |          36     26.67%    100.00%
system.ruby.L1Cache_Controller.IS_L.Persistent_GETS::total          135                      
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock |         201     11.65%     11.65% |         210     12.17%     23.81% |         226     13.09%     36.91% |         200     11.59%     48.49% |         218     12.63%     61.12% |         216     12.51%     73.64% |         237     13.73%     87.37% |         218     12.63%    100.00%
system.ruby.L1Cache_Controller.IS_L.Own_Lock_or_Unlock::total         1726                      
system.ruby.L1Cache_Controller.IS_L.Request_Timeout |         228     10.77%     10.77% |         319     15.07%     25.84% |         369     17.43%     43.27% |         258     12.19%     55.46% |         197      9.31%     64.76% |         201      9.49%     74.26% |         272     12.85%     87.10% |         273     12.90%    100.00%
system.ruby.L1Cache_Controller.IS_L.Request_Timeout::total         2117                      
system.ruby.L2Cache_Controller.L1_GETS         404457      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETS_Last_Token            3      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_GETX         223591      0.00%      0.00%
system.ruby.L2Cache_Controller.L1_INV            1379      0.00%      0.00%
system.ruby.L2Cache_Controller.L2_Replacement       594493      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Shared_Data         1349      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_All_Tokens       624482      0.00%      0.00%
system.ruby.L2Cache_Controller.Writeback_Owned          809      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETX        47208      0.00%      0.00%
system.ruby.L2Cache_Controller.Persistent_GETS        85660      0.00%      0.00%
system.ruby.L2Cache_Controller.Own_Lock_or_Unlock       131330      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETS       402910      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_GETX       222716      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.L1_INV          890      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Shared_Data         1290      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_All_Tokens       592515      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Writeback_Owned          696      0.00%      0.00%
system.ruby.L2Cache_Controller.NP.Own_Lock_or_Unlock       130991      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L1_INV             1      0.00%      0.00%
system.ruby.L2Cache_Controller.I.L2_Replacement          531      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_All_Tokens          360      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Writeback_Owned            3      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETX            1      0.00%      0.00%
system.ruby.L2Cache_Controller.I.Persistent_GETS            1      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         1099      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Shared_Data            3      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_All_Tokens          188      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Writeback_Owned            2      0.00%      0.00%
system.ruby.L2Cache_Controller.S.Persistent_GETS            1      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETS            4      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L1_GETX            2      0.00%      0.00%
system.ruby.L2Cache_Controller.O.L2_Replacement         1049      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_Shared_Data            1      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Writeback_All_Tokens          625      0.00%      0.00%
system.ruby.L2Cache_Controller.O.Persistent_GETS            3      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETS          978      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L1_GETX          555      0.00%      0.00%
system.ruby.L2Cache_Controller.M.L2_Replacement       590843      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETX          445      0.00%      0.00%
system.ruby.L2Cache_Controller.M.Persistent_GETS          859      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETS          565      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_GETX          317      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L1_INV          487      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.L2_Replacement          971      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Shared_Data           55      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_All_Tokens        30794      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Writeback_Owned          108      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETX        46762      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Persistent_GETS        84796      0.00%      0.00%
system.ruby.L2Cache_Controller.I_L.Own_Lock_or_Unlock          335      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.L1_INV            1      0.00%      0.00%
system.ruby.L2Cache_Controller.S_L.Own_Lock_or_Unlock            4      0.00%      0.00%
system.ruby.Directory_Controller.GETX          263101      0.00%      0.00%
system.ruby.Directory_Controller.GETS          477895      0.00%      0.00%
system.ruby.Directory_Controller.Lockdown       132868      0.00%      0.00%
system.ruby.Directory_Controller.Unlockdown       131330      0.00%      0.00%
system.ruby.Directory_Controller.Data_Owner          346      0.00%      0.00%
system.ruby.Directory_Controller.Data_All_Tokens       243507      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner          579      0.00%      0.00%
system.ruby.Directory_Controller.Ack_Owner_All_Tokens       379354      0.00%      0.00%
system.ruby.Directory_Controller.Tokens           299      0.00%      0.00%
system.ruby.Directory_Controller.Ack_All_Tokens         3429      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Data       622028      0.00%      0.00%
system.ruby.Directory_Controller.Memory_Ack       242193      0.00%      0.00%
system.ruby.Directory_Controller.O.GETX        219976      0.00%      0.00%
system.ruby.Directory_Controller.O.GETS        397919      0.00%      0.00%
system.ruby.Directory_Controller.O.Lockdown         2510      0.00%      0.00%
system.ruby.Directory_Controller.O.Data_All_Tokens           52      0.00%      0.00%
system.ruby.Directory_Controller.O.Tokens            2      0.00%      0.00%
system.ruby.Directory_Controller.O.Ack_All_Tokens          864      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETX         2155      0.00%      0.00%
system.ruby.Directory_Controller.NO.GETS         3924      0.00%      0.00%
system.ruby.Directory_Controller.NO.Lockdown        20743      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_Owner          346      0.00%      0.00%
system.ruby.Directory_Controller.NO.Data_All_Tokens       241851      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner          579      0.00%      0.00%
system.ruby.Directory_Controller.NO.Ack_Owner_All_Tokens       379230      0.00%      0.00%
system.ruby.Directory_Controller.NO.Tokens          238      0.00%      0.00%
system.ruby.Directory_Controller.L.GETX           905      0.00%      0.00%
system.ruby.Directory_Controller.L.GETS          1631      0.00%      0.00%
system.ruby.Directory_Controller.L.Lockdown         1114      0.00%      0.00%
system.ruby.Directory_Controller.L.Unlockdown       131330      0.00%      0.00%
system.ruby.Directory_Controller.L.Data_All_Tokens           93      0.00%      0.00%
system.ruby.Directory_Controller.L.Ack_Owner_All_Tokens          124      0.00%      0.00%
system.ruby.Directory_Controller.L.Tokens            3      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETX        13508      0.00%      0.00%
system.ruby.Directory_Controller.O_W.GETS        25780      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Lockdown         1640      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Data_All_Tokens         1511      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Tokens           54      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Ack_All_Tokens         2445      0.00%      0.00%
system.ruby.Directory_Controller.O_W.Memory_Ack       240553      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETX         5952      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.GETS        11594      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Lockdown           34      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Ack_All_Tokens           45      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Data         4150      0.00%      0.00%
system.ruby.Directory_Controller.L_O_W.Memory_Ack         1640      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETX         5644      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.GETS         9783      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Lockdown          384      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Ack_All_Tokens           33      0.00%      0.00%
system.ruby.Directory_Controller.L_NO_W.Memory_Data       106440      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETX        14961      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.GETS        27264      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Lockdown       106443      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Tokens            2      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Ack_All_Tokens           42      0.00%      0.00%
system.ruby.Directory_Controller.NO_W.Memory_Data       511438      0.00%      0.00%

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